:root{--brand: #603b1f;--brand-hover: #4f3019;--text: #000000;--muted: #5c4a3e;--subtle: #8d7d70;--line: #e6ddd2;--surface: #ffffff;--surface-muted: #faf7f2;--surface-hero: #f5f0e9;--footer: #231810;--footer-text: #f1ebe3;--font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 6px;--radius-lg: 12px;--max: 1120px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.5;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased}body.has-mobile-menu-open,body.is-loading{overflow:hidden}body>*:not(.skip-link):not(.page-loader){opacity:0;transform:translateY(18px);transition:opacity .42s ease,transform .42s ease}body.page-is-ready>*:not(.skip-link):not(.page-loader){opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){body>*:not(.skip-link):not(.page-loader){opacity:1;transform:none;transition:none}}.skip-link{position:absolute;left:-9999px;z-index:999;padding:.75rem 1rem;background:var(--brand);color:#fff;text-decoration:none;font-weight:500}.skip-link:focus{left:1rem;top:1rem}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#fff;transition:opacity .28s ease,visibility .28s ease}.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--max);margin:0 auto;padding:0 1.25rem;height:var(--header-h);display:flex;align-items:center;justify-content:flex-start;gap:clamp(1.5rem,4vw,3rem)}.site-header__brand img{display:block;height:40px;width:auto}.site-header__menu-toggle{display:none;margin-left:auto;padding:0;border:0;background:transparent;color:#334155;cursor:pointer}.site-header__menu-icon{display:flex;flex-direction:column;gap:5px}.site-header__menu-icon span{display:block;width:24px;height:2px;border-radius:999px;background:currentColor}.site-header__menu-close{display:none;font-size:2rem;line-height:1}.site-header__nav{display:flex;align-items:center;gap:clamp(1rem,3vw,2rem)}.site-header__nav a{color:var(--text);text-decoration:none;font-size:.875rem;font-weight:500}.site-header__nav a:hover{color:var(--brand)}.site-header__nav-external{display:inline-flex;align-items:center;gap:.35rem}.external-link-icon{flex-shrink:0;width:1em;height:1em}.hero{background:var(--brand);border-bottom:1px solid rgba(255,255,255,.2)}.hero__grid{max-width:var(--max);margin:0 auto;padding:clamp(2rem,5vw,3.5rem) 1.25rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}.hero__title{margin:0 0 1rem;font-size:2.75rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#fff}.hero__lede{margin:0 0 1.75rem;font-size:1.5rem;line-height:1.6;color:#ffffffeb;max-width:36rem}.hero .btn--primary{background:#fff;color:var(--brand)}.hero .btn--primary:hover{background:#e7e1d9}.hero .btn--secondary{background:transparent;color:#fff;border-color:#ffffff8c}.hero .btn--secondary:hover{background:#ffffff1f;border-color:#fff}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.hero__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 40px #0f172a14;background:var(--line)}.hero__media img{display:block;width:100%;height:auto}@media(min-width:901px){.hero{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:clamp(420px,55vh,720px)}.hero__grid{display:contents}.hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,5rem) 1.5rem;padding-left:max(1.25rem,calc((100vw - var(--max)) / 2 + 1.25rem));min-width:0}.hero__media{position:relative;align-self:stretch;min-height:0;margin:0;border-radius:0;box-shadow:none;background:#0000001f}.hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn--primary{background:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-hover)}.btn--secondary{background:#fff;color:var(--text);border-color:var(--line)}.btn--secondary:hover{border-color:var(--subtle);background:#fafafa}.btn--full{width:100%}.section-inner{max-width:var(--max);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) 1.25rem}.section-inner--narrow{max-width:640px;text-align:center}.section-heading{margin:0 0 1.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--text)}.section-heading-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.section-heading-row .section-heading,.section-heading-row .resume-section__title{margin-bottom:0}.section-heading-row .back-to-top{margin-left:auto}.glance{background:var(--surface);border-bottom:1px solid var(--line)}.glance .section-heading{text-align:center;margin-bottom:2rem}.glance__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.glance__stat{padding:1rem}.glance__num{display:block;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--brand);margin-bottom:.5rem}.glance__label{font-size:.9375rem;font-weight:500;color:var(--muted)}.eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.about-intro__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4rem);align-items:start}.about-intro__copy p{margin:0 0 1.25rem;font-size:1.0625rem;line-height:1.75;color:var(--muted)}.about-intro__copy p:last-child{margin-bottom:0}.about-panels{background:var(--surface-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-panels__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.about-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem}.about-card h3{margin:0 0 .75rem;font-size:1.125rem;line-height:1.3}.about-card p{margin:0;color:var(--muted);line-height:1.7}.about-page-intro{background:var(--surface-hero);color:var(--text);border-bottom:1px solid var(--line);margin-bottom:4rem}.about-page-intro__inner{display:flex;flex-direction:column;gap:2rem;padding-top:3rem;padding-bottom:3rem}.page-intro__layout{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.about-breadcrumb__list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:0;padding:0;list-style:none}.about-breadcrumb{margin-bottom:1rem}.about-breadcrumb__item{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.about-breadcrumb__item a,.about-breadcrumb__item span{color:#475569;font-size:.9375rem;text-decoration:none}.about-breadcrumb__item a:hover{text-decoration:underline}.about-breadcrumb__icon{flex-shrink:0;width:1.1em;height:1.1em;color:#94a3b8}.about-page-intro__content{max-width:54rem;padding-top:.5rem}.about-page-intro__title{margin:0;font-size:3rem;line-height:1.05;letter-spacing:-.03em}.about-page-intro__subtitle{margin:1.25rem 0 0;font-size:1.375rem;line-height:1.5;color:var(--muted)}.back-to-top{position:sticky;top:0;display:inline-flex;align-items:center;gap:.35rem;color:var(--brand);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;vertical-align:baseline;padding-top:1rem}.back-to-top:hover{color:var(--brand-hover);border-bottom-color:currentColor}.back-to-top__icon{width:18px;height:18px;flex-shrink:0}.page-toc{padding-top:0;padding-bottom:0}.page-content-shell{display:grid;grid-template-columns:minmax(0,2.35fr) minmax(140px,.65fr);gap:2rem;width:100%;max-width:var(--max);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.page-content-shell__main{min-width:0;display:flex;flex-direction:column;gap:4rem}.page-content-shell__rail{min-width:0}.page-content-shell__main>.resume-page,.page-content-shell__main>.gallery-page,.page-content-shell__main>.detail-page{width:100%;max-width:none;margin:0}.page-content-shell__rail .back-to-top{justify-self:end;align-self:start}.page-toc__card{background:var(--surface-muted);border-radius:1.5rem;padding:2rem 2.5rem}.page-toc__title{margin:0 0 1.5rem;font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--text)}.page-toc__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.page-toc__item{display:flex;align-items:flex-start;gap:1rem}.page-toc__item:before{content:"—";color:var(--text);font-weight:700;line-height:1.3}.page-toc__link{color:var(--brand);text-decoration:none;font-size:1rem;line-height:1.5}.page-toc__link:hover{text-decoration:underline}.resume-page{display:flex;flex-direction:column;gap:3rem;width:100%;max-width:var(--max);margin:0 auto}.resume-intro__content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,320px);gap:2rem;align-items:start}.resume-intro__copy{min-width:0}.resume-intro__lede{margin:0 0 1rem;font-size:1.125rem;line-height:1.7;color:var(--muted);max-width:52rem}.resume-intro__portrait{border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-hero)}.resume-intro__portrait img{display:block;width:100%;height:auto}.resume-intro__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;color:var(--subtle);font-size:.9375rem}.resume-intro__meta a{color:inherit;text-decoration:none}.resume-intro__meta a:hover{text-decoration:underline}.resume-section{display:flex;flex-direction:column;gap:1.5rem}.resume-section__title{margin:0;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em}.resume-section__subtitle{margin:-.75rem 0 0;max-width:48rem;color:var(--muted);line-height:1.7}.text-list{display:flex;flex-direction:column;gap:1.5rem}.text-list--compact{gap:1rem}.text-list--journey{counter-reset:journey-step}.text-list--process{counter-reset:process-step}.text-list__item{padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.text-list__item--tight{padding-bottom:1.1rem}.text-list__item h4{margin:0;font-size:1.125rem;line-height:1.35;letter-spacing:-.01em}.text-list__item p{margin:.5rem 0 0;color:var(--muted);line-height:1.7}.text-list__content{min-width:0}.text-list__topline{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.text-list__topline span{flex-shrink:0;color:var(--subtle);font-size:.9375rem;white-space:nowrap}.text-list__meta{font-size:.975rem}.text-list--process .text-list__item{position:relative;padding-left:3.25rem}.text-list--process .text-list__item:before{content:counter(process-step);counter-increment:process-step;position:absolute;left:0;top:.05rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#d6c2ad;color:#38281c;font-size:.95rem;font-weight:700}.text-list__accent{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .65rem;border-radius:999px;background:#d6c2ad;color:#38281c;font-size:.8125rem;font-weight:700;letter-spacing:.04em}.text-list--journey .text-list__item,.text-list--education .text-list__item{display:grid;grid-template-columns:6.5rem minmax(0,1fr);align-items:start;gap:.9rem 1rem}.text-list--journey .text-list__accent,.text-list--education .text-list__accent{grid-column:1;grid-row:1 / span 2;align-self:start;justify-self:start}.resume-entry{padding-bottom:1.75rem;border-bottom:1px solid var(--line)}.resume-entry--compact{padding-bottom:1.25rem}.resume-entry__heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.resume-entry__heading h4{margin:0;font-size:1.125rem;line-height:1.3}.resume-entry__role{margin:.35rem 0 0;color:var(--muted);font-weight:500}.resume-entry__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;color:#6b7280;font-size:.9375rem;white-space:nowrap}.resume-list{margin:0;padding-left:1.25rem;color:var(--muted)}.resume-list li+li{margin-top:.75rem}.resume-list--plain{padding-left:1.1rem}.journey-item{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;overflow:hidden}.journey-item+.journey-item{margin-top:1rem}.journey-item__summary{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none}.journey-item__summary::-webkit-details-marker{display:none}.journey-item__summary:after{content:"+";flex-shrink:0;color:var(--subtle);font-size:1.5rem;line-height:1;margin-left:1rem}.journey-item[open] .journey-item__summary:after{content:"-"}.journey-item__role{margin:0;font-size:1.125rem;line-height:1.3}.journey-item__main{flex:1;min-width:0}.journey-item__company{margin:.35rem 0 0;color:var(--muted);font-weight:500}.journey-item__meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:.25rem;margin-left:auto;color:#6b7280;font-size:.9375rem;white-space:nowrap;text-align:right}.journey-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.journey-item[open] .journey-item__content{grid-template-rows:1fr}.journey-item__content-inner{overflow:hidden}.journey-item .resume-list{margin:0;padding:0 1.5rem 1.5rem 2.75rem}.resume-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.resume-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.resume-card{background:#faf7f2;border:1px solid #d6c2ad;border-radius:var(--radius-lg);padding:1.5rem}.resume-card h4{margin:0;font-size:1.25rem;line-height:1.35}.resume-card__eyebrow{margin:0 0 .75rem;color:#8d7d70;font-size:.875rem;font-weight:500;line-height:1.4}.resume-card__meta{margin:.5rem 0 0;color:#8d7d70;font-size:.9375rem}.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.process-card{background:#faf7f2;border:1px solid #d6c2ad;border-radius:var(--radius-lg);padding:1.5rem}.process-card__num{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;margin-bottom:1rem;border-radius:999px;background:#d6c2ad;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.04em}.process-card h4{margin:0 0 .75rem;font-size:1.125rem;line-height:1.3}.process-card p{margin:0;color:var(--muted);line-height:1.7}.gallery-page{display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem}.gallery-page__header{max-width:50rem;padding-bottom:1rem}.gallery-page__copy,.detail-page__copy{margin:0;color:var(--muted);line-height:1.75}.gallery-page__note{margin:2rem 0 0;color:var(--subtle);font-size:.95rem;font-style:italic}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem 2rem;align-items:start}.gallery-card{background:transparent;align-self:start}.gallery-card__link{display:block;width:100%;color:inherit;text-decoration:none}.gallery-card img{display:block;width:100%;max-width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--radius-lg);background:var(--surface-muted);box-shadow:0 0 #0f172a00;transition:box-shadow .22s ease}.gallery-card__body{display:flex;flex-direction:column;gap:.9rem;padding:1.1rem 0 0}.gallery-card h3{display:inline-flex;align-items:center;gap:.45rem;margin:0;font-size:18px;font-weight:600;line-height:1.4;color:#1f2937;transition:color .22s ease}.gallery-card__arrow{flex-shrink:0;width:18px;height:18px;transition:transform .22s ease,color .22s ease}.gallery-card p:last-of-type{margin:0;color:#475569;font-size:16px;line-height:1.55}.gallery-card__link:hover img,.gallery-card__link:focus-visible img{box-shadow:0 8px 20px #0f172a14}.gallery-card__link:hover h3,.gallery-card__link:focus-visible h3,.gallery-card__link:hover .gallery-card__arrow,.gallery-card__link:focus-visible .gallery-card__arrow{color:var(--brand)}.gallery-card__link:hover .gallery-card__arrow,.gallery-card__link:focus-visible .gallery-card__arrow{transform:translate(4px)}.detail-page{display:flex;flex-direction:column;gap:2rem}.detail-page__hero{display:block;width:100%;height:auto;border-radius:var(--radius-lg)}.detail-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.detail-page__grid>section{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.detail-page--article{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:var(--max);margin:0 auto}.detail-page--article .detail-page__hero{border-radius:0}.detail-page--article .detail-page__grid{display:flex;flex-direction:column;gap:2rem}.detail-page--article .detail-page__grid>section{padding:0;border:0;border-radius:0;background:transparent}.detail-page--article .section-heading{margin-bottom:.9rem}.detail-page--article .section-heading+.detail-page__copy,.detail-page--article .section-heading+.detail-page__list,.detail-page--article .section-heading+.detail-page__quote,.detail-page--article .section-heading+.detail-page__table-wrap,.detail-page--article .section-heading+.detail-page__placeholder{margin-top:0}.detail-page__copy{margin:0 0 1rem;color:var(--muted);line-height:1.75}.detail-page__inline-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;vertical-align:baseline}.detail-page__inline-link:hover,.detail-page__inline-link:focus-visible{color:var(--brand-hover);border-bottom-color:currentColor}.detail-page__inline-link .external-link-icon{width:.85em;height:.85em}.detail-page__list{margin:.75rem 0 1.25rem;padding-left:1.25rem;color:var(--muted);line-height:1.7}.detail-page__list li+li{margin-top:.5rem}.detail-page__list--numbered{list-style:decimal;margin-bottom:1.25rem}.detail-page__list--numbered li{margin-bottom:.75rem}.detail-page__list--numbered strong{display:block;margin-bottom:.25rem;color:var(--text)}.detail-page__list--numbered span{display:block}.detail-page__subsection+.detail-page__subsection{margin-top:1.5rem}.detail-page__subsection h3{margin:0 0 .75rem;font-size:1.125rem;line-height:1.3;color:var(--text)}.detail-page__quote{margin:1rem 0;padding:1rem 1.25rem;border-left:4px solid var(--brand);background:var(--surface-muted);color:var(--text);font-size:1.0625rem;line-height:1.65;font-weight:600}.detail-page__placeholder{margin:1.25rem 0 .5rem;font-weight:700;color:var(--brand);letter-spacing:.01em}.detail-page__inline-media{display:block;width:100%;margin:1rem 0 1.25rem;border-radius:0}.detail-page__image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 0;align-items:start}.detail-page__image-grid--single{grid-template-columns:minmax(0,1fr)}.detail-page__image-grid--pair{gap:1.5rem}.detail-page__figure--group,.detail-page__figure,.detail-page__figure .detail-page__inline-media{margin:0}.detail-page__figure--natural{justify-self:start}.detail-page__figure--natural .detail-page__inline-media,.detail-page__inline-media--natural{width:auto;max-width:100%;height:auto;object-fit:contain}.detail-page__figcaption--center{text-align:center}.detail-page__figure--compact{width:min(100%,34rem);margin:1rem auto 0}.detail-page__figcaption{margin-top:.65rem;color:var(--muted);font-size:.875rem;line-height:1.6;font-style:italic}.detail-page__table-wrap{overflow-x:auto;margin:1rem 0 0}.detail-page__table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}.detail-page__table th,.detail-page__table td{padding:.9rem 1rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.detail-page__table th{background:var(--surface-muted);color:var(--text);font-size:.875rem;letter-spacing:.01em}.detail-page__table td{color:var(--muted)}.detail-page__table tr:last-child td{border-bottom:0}.split{background:var(--surface);border-bottom:1px solid var(--line)}.split--alt{background:var(--surface-muted)}.split__inner{max-width:var(--max);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.25rem,5vw,4.5rem);align-items:center}.split__copy{background:var(--surface-hero);padding:clamp(1.75rem,4vw,2.5rem)}.split__inner--reverse .split__copy{order:2}.split__inner--reverse .split__media{order:1}.split__text{margin:0 0 1.5rem;font-size:1.0625rem;line-height:1.65;color:var(--muted);max-width:36rem}.split__copy .btn{width:fit-content;max-width:100%}.split__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 32px #0f172a0f;background:var(--line)}.split__media img{display:block;width:100%;height:auto}.split__img--crop{aspect-ratio:4 / 3;object-fit:cover;object-position:60% 35%}@media(min-width:901px){.split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.split__inner{display:contents}.split__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,4rem) clamp(2rem,4vw,3.5rem);padding-left:max(1.5rem,calc((100vw - var(--max)) / 2 + 1.5rem));min-width:0}.split__media{position:relative;align-self:stretch;min-height:clamp(360px,42vw,560px);margin:0;border-radius:0;box-shadow:none}.split__media img,.split__img--crop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.split__media img{object-position:center}.split__media--side-quests,.split__media--projects{min-height:clamp(300px,34vw,420px)}.split__img--crop{object-position:60% 35%}.split__inner--reverse .split__copy{grid-column:2;padding-left:clamp(2rem,4vw,3.5rem);padding-right:max(1.5rem,calc((100vw - var(--max)) / 2 + 1.5rem))}.split__inner--reverse .split__media{grid-column:1;grid-row:1}}.ogp{background:var(--surface);border-bottom:1px solid var(--line)}.ogp__text{margin:0 0 1.5rem;font-size:1.0625rem;line-height:1.65;color:var(--muted)}.site-footer{margin-top:4rem;background:var(--footer);color:var(--footer-text)}.site-footer__top{max-width:var(--max);margin:0 auto;padding:3rem 1.25rem 2.5rem;display:grid;grid-template-columns:minmax(220px,250px) minmax(220px,250px) 1fr;column-gap:2.5rem;row-gap:2rem;align-items:start}.site-footer__title{margin:0 0 1.75rem;font-size:20px;font-weight:700;color:#fff}.site-footer__links{display:flex;flex-direction:column;gap:.7rem}.site-footer__links a{color:#fff;text-decoration:none;font-size:1rem;opacity:.95}.site-footer__links a:hover{text-decoration:underline}.site-footer__cta{padding-top:calc(20px + 1.75rem);justify-self:start}.site-footer__enquiry{display:inline-flex;align-items:center;gap:.55rem;color:#fff;text-decoration:none;font-size:1rem;font-weight:400}.site-footer__enquiry-icon{flex-shrink:0;width:.95em;height:.95em}.site-footer__enquiry:hover{text-decoration:underline}.site-footer__social{padding-top:calc(20px + 1.75rem);justify-self:end;min-width:220px}.site-footer__reach{margin:0;font-size:1rem;font-weight:400;color:#fff}.site-footer__social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.1rem}.site-footer__social-links a{display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.45rem;line-height:1;opacity:.92}.site-footer__social-links a:hover{opacity:1}.site-footer__social-links svg{display:block;width:1em;height:1em}.site-footer__bottom{max-width:var(--max);margin:0 auto;padding:1.5rem 1.25rem 2rem;display:grid;grid-template-columns:1fr auto;gap:1rem 2rem;align-items:center}.site-footer__legal{margin:0;font-size:.8125rem;opacity:.85}.site-footer__credit{margin:0;display:inline-flex;align-items:center;gap:.45rem;font-size:.8125rem;opacity:.75}.site-footer__heart{flex-shrink:0;width:.9em;height:.9em}@media(max-width:900px){.hero__grid{gap:0;padding-bottom:0}.hero__copy{padding-top:1.5rem;padding-bottom:2.5rem}.hero__media{order:0;width:calc(100% + 2.5rem);margin:0 -1.25rem;border-radius:0;box-shadow:none}.split__inner,.split__inner--reverse{grid-template-columns:1fr;gap:0;padding:0}.split__media,.split__inner--reverse .split__media{order:1;width:calc(100% + 2.5rem);margin:0 -1.25rem;border-radius:0;box-shadow:none}.split__copy,.split__inner--reverse .split__copy{order:2;width:calc(100% + 2.5rem);margin:0 -1.25rem;padding:1.5rem 2.25rem 2.5rem}.about-intro__grid,.about-panels__grid,.resume-entry__heading{grid-template-columns:1fr}.about-page-intro__title{font-size:3rem}.about-page-intro__subtitle{font-size:1.125rem}.gallery-grid,.detail-page__grid,.detail-page__image-grid{grid-template-columns:1fr}.page-toc__layout{grid-template-columns:1fr;gap:1rem}.page-toc__card{padding:1.5rem 1.75rem;border-radius:1.25rem}.page-content-shell{grid-template-columns:1fr;gap:0}.page-content-shell__main{gap:2.5rem}.page-content-shell__rail,.back-to-top{display:none}.section-heading-row{flex-direction:column;gap:.75rem}.section-heading-row .back-to-top{margin-left:0}.resume-intro__content{grid-template-columns:1fr}.resume-page{grid-template-columns:1fr;gap:1.5rem}.resume-page>*{grid-column:auto}.resume-page__aside{grid-column:auto;grid-row:auto;justify-self:start}.resume-card-grid,.resume-card-grid--two,.process-grid{grid-template-columns:1fr}.resume-entry__heading{display:flex;flex-direction:column;gap:.75rem}.resume-entry__meta{align-items:flex-start;white-space:normal}.journey-item__summary{flex-direction:column;gap:.75rem}.journey-item__meta{align-items:flex-start;margin-left:0;white-space:normal;text-align:left}.site-footer__top{grid-template-columns:1fr;gap:2rem}.site-footer__bottom{grid-template-columns:1fr}.site-footer__cta,.site-footer__social{padding-top:0;justify-self:start}.site-header__inner{flex-wrap:wrap;height:auto;min-height:var(--header-h);padding-top:.75rem;padding-bottom:.75rem;gap:1rem}.site-header__brand{display:flex;align-items:center}.site-header__brand img{height:52px}.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.site-header__nav{display:none;width:calc(100% + 2.5rem);margin:0 -1.25rem -.75rem;border-top:1px solid var(--line);background:var(--surface);min-height:calc(100vh - var(--header-h))}.site-header__nav.is-open{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}.site-header__nav a{display:flex;align-items:center;justify-content:flex-start;width:100%;height:3rem;padding:0 1.25rem;border-bottom:1px solid var(--line);font-size:.875rem;font-weight:500;color:#334155}.site-header__nav-external{justify-content:space-between}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon{display:none}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-close{display:block}}@media(max-width:640px){.glance__stats{grid-template-columns:1fr;gap:.5rem}.hero__lede{font-size:1.25rem}.hero__actions{flex-direction:column;align-items:stretch}.btn{width:100%}.site-header__brand img{height:30px}.site-header__nav a{height:3rem}}
