:root{--bg: #f7f4ef;--surface: #ffffff;--surface-soft: #fbf8f3;--text: #202124;--muted: #6f6a62;--line: #e5ded3;--accent: #9a5b2f;--accent-dark: #6f3e1f;--accent-soft: #efe1d4;--shadow: 0 20px 50px rgba(61, 43, 31, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(154,91,47,.12),transparent 32rem),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.75}.site-header{position:sticky;top:0;z-index:10;width:min(1120px,calc(100% - 36px));margin:18px auto 0;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(229,222,211,.85);background:#ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:999px;box-shadow:0 12px 28px #3d2b1f0f}.logo{width:42px;height:42px;min-width:42px;min-height:42px;flex:0 0 42px;aspect-ratio:1 / 1;border-radius:50%;display:grid;place-items:center;background:var(--text);color:#fff;font-weight:800;font-size:.95rem;letter-spacing:-.04em;line-height:1}.nav-links{display:flex;gap:8px;align-items:center}.nav-links a{padding:10px 13px;border-radius:999px;color:var(--muted);font-size:.93rem;transition:background .18s ease,color .18s ease}.nav-links a:hover{background:var(--accent-soft);color:var(--accent-dark)}.section-shell{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:96px 0}.hero{min-height:74vh;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:36px;align-items:center}.hero-copy h1{margin:12px 0 18px;font-size:clamp(3.4rem,9vw,7.4rem);line-height:.9;letter-spacing:-.09em}.hero-copy p:not(.small-label){max-width:680px;font-size:clamp(1.1rem,2vw,1.35rem)}.small-label,.section-intro span{display:inline-flex;width:fit-content;align-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--accent-dark);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-actions,.contact-buttons{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--text);color:#fff;box-shadow:0 16px 34px #20212429}.button-secondary{background:#fffc;border-color:var(--line);color:var(--text)}.hero-panel,.about-card,.project-card,.timeline-item,.activity-item,.contact-section{border:1px solid var(--line);background:#ffffffc2;box-shadow:var(--shadow)}.hero-panel{padding:32px;border-radius:32px}.hero-panel p{margin:0 0 12px;color:var(--accent-dark);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.hero-panel h2{margin:0 0 24px;font-size:1.75rem;line-height:1.1;letter-spacing:-.04em}.hero-panel h3{margin:0 0 24px;font-size:1.25rem;line-height:1;letter-spacing:-.04em;color:var(--accent-dark)}.hero-panel span{display:block;padding-top:22px;border-top:1px solid var(--line);color:var(--muted)}.about-section{display:grid;grid-template-columns:1.15fr .75fr 1fr;gap:28px;align-items:stretch}.about-copy{display:flex;flex-direction:column;justify-content:space-between}.about-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.about-highlights span{padding:10px 13px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:.86rem;font-weight:800}.headshot-card{position:relative;overflow:hidden;min-height:430px;border-radius:30px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.headshot-card:hover{transform:translateY(-4px);box-shadow:0 24px 64px #3d2b1f1f}.headshot-card img{width:100%;height:100%;object-fit:cover;display:block}.headshot-card div{position:absolute;left:18px;right:18px;bottom:18px;padding:16px;border-radius:22px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(229,222,211,.85)}.headshot-card h3{margin:0 0 4px;color:var(--text);letter-spacing:-.04em}.headshot-card p{margin:0;font-size:.9rem}.skills-card h3{margin-top:0}.skills-card h3:not(:first-child){margin-top:28px}.section-intro{max-width:640px}.section-intro h2,.contact-section h2{margin:16px 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.07em}.about-card{border-radius:30px;padding:28px}.about-card h3{color:var(--accent-dark)}.skill-list,.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.skill-list span,.tag-list span{padding:8px 11px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);color:var(--muted);font-size:.86rem;font-weight:700}.timeline-list,.activity-list{display:grid;gap:16px;margin-top:34px}.timeline-item{display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px;align-items:center;padding:30px;border-radius:28px}.timeline-brand{height:190px;border-radius:24px;border:1px solid var(--line);background:radial-gradient(circle at top left,rgba(154,91,47,.12),transparent 12rem),var(--surface-soft);display:flex;align-items:center;justify-content:center;padding:8px;overflow:hidden}.timeline-logo{width:92%;height:92%;object-fit:contain}.timeline-brand img[alt="RBC logo"]{height:96%;width:auto;max-width:none;transform:scale(1.18)}.timeline-brand img[alt="Britnell logo"]{width:94%;height:auto}.timeline-brand img[alt="Queen's University logo"]{width:90%;height:auto}.timeline-content{min-width:0}.timeline-date{display:inline-flex;width:fit-content;margin-bottom:18px;color:var(--accent-dark);font-weight:800;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.timeline-content h3{margin:0 0 8px;font-size:1.45rem;letter-spacing:-.03em;color:var(--text)}.timeline-company{display:inline-block;margin-bottom:16px;color:var(--accent-dark);font-weight:800;font-size:1.05rem}.timeline-content p{margin:0;max-width:850px}.timeline-date,.card-meta span,.activity-item span{color:var(--accent-dark);font-weight:800;font-size:.86rem}.timeline-item h3,.project-card h3,.activity-item h3{margin:0 0 8px;font-size:1.35rem;letter-spacing:-.03em}.timeline-item a,.card-meta a,.activity-item a{color:var(--accent-dark);font-weight:800}.project-grid{margin-top:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-card{overflow:hidden;border-radius:30px;transition:transform .18s ease,box-shadow .18s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 24px 64px #3d2b1f1f}.project-image{height:180px;background:linear-gradient(135deg,#efe1d4,#f8f1e9);border-bottom:1px solid var(--line)}.project-image img{width:100%;height:100%;object-fit:cover;display:block}.project-placeholder{height:100%;display:grid;place-items:center;color:#6f3e1f73;font-size:4.5rem;font-weight:900;letter-spacing:-.1em}.project-content{padding:24px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.activity-item{display:flex;justify-content:space-between;gap:24px;padding:26px;border-radius:28px}.activity-item h4{margin:0;color:var(--muted)}.contact-section{margin-bottom:54px;padding:42px;border-radius:34px;display:flex;align-items:center;justify-content:space-between;gap:32px}.contact-section p{max-width:620px}@media (max-width: 880px){.site-header{position:sticky;top:12px;z-index:100;border-radius:28px;align-items:flex-start}.nav-links{flex-wrap:wrap;justify-content:flex-end}.hero,.about-section,.timeline-item,.project-grid,.contact-section{grid-template-columns:1fr}.hero{min-height:auto;padding-top:72px;gap:24px}.hero-copy{width:100%}.hero-copy p:not(.small-label){max-width:100%}.hero-panel{width:100%}.contact-section,.activity-item{flex-direction:column;align-items:flex-start}}@media (max-width: 560px){.section-shell{width:min(100% - 24px,1120px);padding:68px 0}.site-header{position:sticky;top:10px;z-index:100;width:min(100% - 24px,1120px);margin-top:12px}.nav-links a{padding:8px 9px;font-size:.82rem}.hero-copy h1{font-size:4rem}.hero-panel,.about-card,.timeline-item,.project-content,.activity-item,.contact-section{padding:22px}.project-image{height:150px}.timeline-brand{height:220px;min-height:220px;padding:8px}.timeline-logo{width:94%;height:94%}.timeline-brand img[alt="RBC logo"]{height:98%;width:auto;transform:scale(1.22)}.hero{padding-top:56px}.hero-copy h1{font-size:clamp(3.2rem,15vw,4rem);letter-spacing:-.08em}.hero-copy p:not(.small-label){font-size:1.05rem;line-height:1.65}.hero-panel h2{font-size:1.55rem}.logo{width:44px;height:44px;min-width:44px;min-height:44px;flex-basis:44px}}
