/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#18251e;--paper:#f4f0e5;--paper-deep:#e8e2d3;--moss:#315b43;--moss-deep:#173c2b;--signal:#df5a37;--line:#18251e33}.profile-page{background:var(--bio-cream);color:var(--bio-ink)}.profile-page section[id]{scroll-margin-top:82px}.profile-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#f5f1e8f0;border-bottom:1px solid #12251d2e;justify-content:space-between;align-items:center;height:76px;padding:0 max(4.5vw,54.5vw - 720px);display:flex;position:sticky;top:0}.profile-wordmark{letter-spacing:-.02em;text-transform:uppercase;align-items:center;font-size:.88rem;font-weight:750;display:inline-flex}.profile-wordmark>span:first-child{background:var(--bio-orange);border-radius:50%;width:10px;height:10px;margin-right:10px}.profile-brand-copy{gap:2px;display:grid}.profile-brand-copy strong{font-size:.78rem;line-height:1}.profile-brand-copy small{color:#12251d8c;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:.5rem;font-weight:540;line-height:1}.profile-header nav{align-items:center;gap:25px;display:flex}.profile-header nav a{font-size:.72rem;font-weight:670}.profile-header nav a:not(.profile-nav-cta){position:relative}.profile-header nav a:not(.profile-nav-cta):after{background:var(--bio-rust);content:"";transform-origin:0;width:100%;height:1px;transition:transform .16s;position:absolute;bottom:-7px;left:0;transform:scaleX(0)}.profile-header nav a:not(.profile-nav-cta):hover:after,.profile-header nav a:not(.profile-nav-cta):focus-visible:after{transform:scaleX(1)}.profile-nav-cta{border:1px solid var(--bio-ink);border-radius:999px;padding:12px 18px;transition:background .16s,color .16s}.profile-nav-cta:hover,.profile-nav-cta:focus-visible{background:var(--bio-ink);color:var(--bio-cream)}.profile-hero{background:radial-gradient(circle at 10% 18%, #e06a4312, transparent 26%), var(--bio-cream);grid-template-columns:minmax(0,1.08fr) minmax(390px,.78fr);align-items:center;gap:clamp(50px,7vw,105px);max-width:1440px;min-height:660px;margin:0 auto;padding:60px 4.5vw 72px;display:grid}.profile-kicker,.profile-section-label,.profile-card-index,.profile-hero-facts span,.profile-formation-card>p,.profile-formation-card small,.profile-card-note,.profile-shortcuts span,.profile-shortcuts small,.profile-content-grid>a>div,.profile-bottom-links span,.profile-journey-list small{font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase}.profile-kicker{color:var(--bio-green);align-items:center;gap:12px;margin:0;font-size:.62rem;font-weight:680;display:flex}.profile-kicker:before{background:var(--bio-orange);content:"";width:38px;height:2px}.profile-hero h1{letter-spacing:-.085em;white-space:nowrap;margin:48px 0 43px;font-size:clamp(5.8rem,10vw,10rem);line-height:.73}.profile-hero h1 span,.profile-hero h1 em{display:block}.profile-hero h1 em{color:var(--bio-green);margin-left:4vw;font-family:Georgia,Times New Roman,serif;font-weight:400}.profile-hero-statement{letter-spacing:-.035em;max-width:650px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,2.9vw,2.85rem);line-height:1.08}.profile-hero-intro{color:#12251dad;max-width:610px;margin:24px 0 0;font-size:.94rem;line-height:1.65}.profile-actions{flex-wrap:wrap;align-items:center;gap:15px;margin-top:32px;display:flex}.profile-primary-button{background:var(--bio-orange);color:#211914;border-radius:999px;padding:16px 22px;font-size:.76rem;font-weight:720;transition:transform .16s,background .16s;display:inline-block;box-shadow:0 10px 26px #12251d1f}.profile-primary-button:hover,.profile-primary-button:focus-visible{background:#f06a44;transform:translateY(-2px)}.profile-secondary-button{border:1px solid #12251d80;border-radius:999px;padding:15px 21px;font-size:.76rem;font-weight:720;transition:background .16s,color .16s,transform .16s;display:inline-block}.profile-secondary-button:hover,.profile-secondary-button:focus-visible{background:var(--bio-ink);color:var(--bio-cream);transform:translateY(-2px)}.profile-text-link{border-bottom:1px solid;padding-bottom:4px;font-size:.74rem;font-weight:680}.profile-hero-facts{border-top:1px solid #12251d47;grid-template-columns:repeat(3,1fr);margin-top:41px;display:grid}.profile-hero-facts>div{border-bottom:1px solid #12251d47;padding:18px 20px 18px 0}.profile-hero-facts>div+div{border-left:1px solid #12251d47;padding-left:20px}.profile-hero-facts span{color:#12251d8f;margin-bottom:8px;font-size:.54rem;display:block}.profile-hero-facts strong{font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:400}.profile-hero-visual{margin:0}.profile-hero-visual>div{background:var(--bio-orange);clip-path:polygon(7% 0,100% 0,100% 92%,91% 100%,0 100%,0 8%);padding:12px;position:relative}.profile-hero-visual img{clip-path:polygon(6% 0,100% 0,100% 92%,91% 100%,0 100%,0 8%);object-fit:cover;width:100%;height:535px;display:block}.profile-hero-visual figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;padding-top:13px;font-size:.54rem;display:flex}.profile-photo-badge{background:var(--bio-ink);color:var(--bio-cream);min-width:158px;padding:17px 19px;display:grid;position:absolute;bottom:29px;left:24px;transform:rotate(-3deg)}.profile-photo-badge small{color:var(--bio-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:.47rem}.profile-photo-badge strong{margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:400;line-height:1.05}.profile-shortcuts{background:var(--bio-ink);color:var(--bio-cream);grid-template-columns:1.25fr repeat(6,1fr);padding:0 max(4.5vw,54.5vw - 720px);display:grid}.profile-shortcuts-title,.profile-shortcuts>a{border-left:1px solid #f4efe333;min-height:148px;padding:24px 21px}.profile-shortcuts>a:last-child{border-right:1px solid #f4efe333}.profile-shortcuts-title>span{color:var(--bio-orange);font-size:.55rem}.profile-shortcuts-title p{margin:35px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;line-height:1.05}.profile-shortcuts>a{grid-template-columns:1fr auto;transition:background .16s,color .16s;display:grid}.profile-shortcuts>a:hover,.profile-shortcuts>a:focus-visible{background:var(--bio-orange);color:#211914}.profile-shortcuts>a>span{color:var(--bio-orange);font-size:.53rem}.profile-shortcuts>a:hover>span,.profile-shortcuts>a:focus-visible>span{color:#211914}.profile-shortcuts strong{grid-column:1;align-self:end;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;line-height:1}.profile-shortcuts small{color:#f4efe38a;grid-column:1;margin-top:7px;font-size:.49rem}.profile-shortcuts>a:hover small,.profile-shortcuts>a:focus-visible small{color:#211914a6}.profile-shortcuts b{grid-area:1/2/4;align-self:end;font-size:1.15rem;font-weight:400}.profile-about,.profile-content{max-width:1440px;margin:0 auto;padding:105px 4.5vw 120px}.profile-section-label{align-items:center;gap:13px;font-size:.58rem;display:flex}.profile-section-label span{color:var(--bio-orange)}.profile-page .profile-section-label:not(.profile-section-label-light) span{color:var(--bio-rust)}.profile-section-label p{margin:0}.profile-about-grid{grid-template-columns:minmax(0,1.13fr) minmax(340px,.87fr);align-items:start;gap:clamp(60px,9vw,140px);margin-top:45px;display:grid}.profile-about-grid>article h2,.profile-work-heading h2,.profile-journey-copy>h2,.profile-content-heading h2{letter-spacing:-.057em;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.91}.profile-about-grid>article h2{max-width:820px;margin:0 0 43px;font-size:clamp(4rem,7vw,7.2rem)}.profile-about-grid>article>p{max-width:720px;margin:0 0 19px;font-size:.98rem;line-height:1.8}.profile-about-grid .profile-about-lead{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.4vw,2.25rem);line-height:1.25}.profile-manifesto{border-left:3px solid var(--bio-orange);max-width:720px;margin:34px 0 0;padding:4px 0 4px 24px}.profile-manifesto span{color:var(--bio-green);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:.52rem;font-weight:680}.profile-manifesto p{letter-spacing:-.025em;margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.25}.profile-tags{border-bottom:1px solid var(--bio-ink);border-top:1px solid var(--bio-ink);flex-wrap:wrap;gap:13px 24px;margin-top:39px;padding:18px 0;display:flex}.profile-tags span{text-transform:uppercase;align-items:center;gap:9px;font-size:.66rem;font-weight:690;display:inline-flex}.profile-tags span:before{background:var(--bio-orange);content:"";border-radius:50%;width:6px;height:6px}.profile-formation-card{background:var(--bio-sand);padding:33px}.profile-formation-card>p{color:var(--bio-rust);margin:0;font-size:.58rem;font-weight:680}.profile-formation-card>h3{letter-spacing:-.05em;margin:33px 0 45px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:.97}.profile-formation-card>div{border-top:1px solid var(--bio-ink)}.profile-formation-card article{border-bottom:1px solid #12251d40;grid-template-columns:36px 1fr;align-items:center;gap:18px;padding:20px 0;display:grid}.profile-formation-card article>span{color:var(--bio-rust);font-family:var(--font-geist-mono), monospace;font-size:.56rem}.profile-formation-card small{color:#12251d8f;margin-bottom:5px;font-size:.51rem;display:block}.profile-formation-card strong{font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400}.profile-work{background:var(--bio-ink);color:var(--bio-cream);padding:105px max(4.5vw,54.5vw - 720px) 120px}.profile-work-heading{grid-template-columns:180px 1fr;align-items:start;gap:55px;display:grid}.profile-section-label-light{color:var(--bio-cream)}.profile-work-heading h2{max-width:1030px;margin:0;font-size:clamp(3.8rem,6.9vw,7rem)}.profile-work-heading>div:last-child>p{color:#f4efe3a3;margin:28px 0 0}.profile-current-role{background:var(--bio-orange);color:#211914;grid-template-columns:140px 1fr auto;align-items:center;gap:24px;margin-top:65px;padding:23px 27px;display:grid}.profile-current-role span,.profile-current-role p{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;font-size:.57rem}.profile-current-role strong{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400}.profile-current-role p{margin:0}.profile-work-grid{border-left:1px solid #f4efe338;grid-template-columns:repeat(3,1fr);margin-top:31px;display:grid}.profile-work-grid>article{border-bottom:1px solid #f4efe338;border-right:1px solid #f4efe338;flex-direction:column;min-height:365px;padding:29px;display:flex}.profile-card-index{justify-content:space-between;font-size:.55rem;display:flex}.profile-card-index span:first-child{color:var(--bio-orange)}.profile-work-grid h3{letter-spacing:-.048em;margin:62px 0 23px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,3.5vw,3.65rem);font-weight:400;line-height:.96}.profile-work-grid article>p{color:#f4efe3ad;margin:0 0 28px;font-size:.86rem;line-height:1.7}.profile-work-grid article>a,.profile-card-note{align-self:flex-start;margin-top:auto;font-size:.57rem;font-weight:680}.profile-work-grid article>a{border-bottom:1px solid #f4efe38c;padding-bottom:4px}.profile-card-note{color:var(--bio-orange)}.profile-legal-note{border-bottom:1px solid #f4efe340;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:27px 0;display:grid}.profile-legal-note p{color:#f4efe3ad;max-width:790px;margin:0;font-size:.78rem;line-height:1.6}.profile-legal-note strong{color:var(--bio-cream)}.profile-legal-note>div{flex-wrap:wrap;justify-content:flex-end;gap:12px 22px;display:flex}.profile-legal-note a{border-bottom:1px solid #f4efe38c;padding-bottom:3px;font-size:.61rem}.profile-projects{background:var(--bio-cream);color:var(--bio-ink);padding:110px max(4.5vw,54.5vw - 720px) 120px}.profile-projects-intro{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);align-items:start;gap:clamp(50px,8vw,130px);display:grid}.profile-projects-network{color:var(--bio-green);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;max-width:220px;margin:28px 0 0;font-size:.55rem;line-height:1.55}.profile-projects-intro h2{letter-spacing:-.065em;max-width:1050px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.1rem,7.5vw,7.9rem);font-weight:400;line-height:.88}.profile-projects-intro>div:last-child>p{color:#12251db3;max-width:760px;margin:35px 0 0 auto;font-size:.92rem;line-height:1.75}.profile-projects-grid{grid-template-columns:1fr 1fr;margin-top:78px;display:grid}.profile-projects-grid>article{background:var(--bio-ink);color:var(--bio-cream);min-height:570px;padding:clamp(34px,4.5vw,66px)}.profile-projects-grid>article+article{background:var(--bio-sand);color:var(--bio-ink)}.profile-project-index{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;border-bottom:1px solid #f4efe342;justify-content:space-between;align-items:center;padding-bottom:19px;font-size:.52rem;display:flex}.profile-projects-grid>article+article .profile-project-index{border-color:#12251d40}.profile-projects-grid>article+article .profile-project-index span,.profile-projects-grid>article+article .profile-project-acronym{color:var(--bio-rust)}.profile-project-index span,.profile-project-acronym{color:var(--bio-orange)}.profile-project-acronym{font-family:var(--font-geist-mono), monospace;letter-spacing:.13em;margin:52px 0 14px;font-size:.57rem;font-weight:700}.profile-projects-grid h3{letter-spacing:-.055em;max-width:640px;margin:0 0 29px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,4.6vw,5rem);font-weight:400;line-height:.92}.profile-projects-grid article>p:not(.profile-project-acronym){color:#f4efe3ad;max-width:650px;margin:0;font-size:.9rem;line-height:1.75}.profile-projects-grid>article+article>p:not(.profile-project-acronym){color:#12251db3}.profile-projects-grid ul{border-top:1px solid #f4efe340;margin:38px 0 0;padding:0;list-style:none}.profile-projects-grid>article+article ul{border-color:#12251d40}.profile-projects-grid li{border-bottom:1px solid #f4efe329;align-items:center;gap:12px;padding:13px 0;font-size:.74rem;line-height:1.45;display:flex}.profile-projects-grid>article+article li{border-color:#12251d29}.profile-projects-grid li:before{background:var(--bio-orange);content:"";border-radius:50%;flex:none;width:6px;height:6px}.profile-case-study{background:#ebe7dc;border:1px solid #12251d33;margin-top:34px;overflow:hidden}.profile-case-study-header{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);align-items:start;gap:clamp(45px,8vw,120px);padding:clamp(38px,5vw,74px);display:grid}.profile-case-eyebrow,.profile-case-study-header>div:first-child>span,.profile-case-meta dt,.profile-case-process>p,.profile-case-process li>span,.profile-case-hero figcaption span,.profile-student-gallery figcaption span,.profile-case-outcome>span,.profile-map-label{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase}.profile-case-eyebrow{color:var(--bio-rust);margin:0 0 18px;font-size:.56rem;font-weight:750}.profile-case-study-header>div:first-child>span{color:#12251d94;max-width:210px;font-size:.51rem;line-height:1.6;display:block}.profile-case-study-header h3{letter-spacing:-.065em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.4rem,6.4vw,7rem);font-weight:400;line-height:.9}.profile-case-study-header>div:last-child>p{color:#12251db3;max-width:720px;margin:30px 0 0;font-size:.84rem;line-height:1.75}.profile-case-meta{border-top:1px solid #12251d33;border-bottom:1px solid #12251d33;grid-template-columns:repeat(4,1fr);margin:0;padding:0 clamp(22px,5vw,74px);display:grid}.profile-case-meta>div{min-height:112px;padding:25px 24px 24px 0}.profile-case-meta>div+div{border-left:1px solid #12251d33;padding-left:24px}.profile-case-meta dt{color:var(--bio-green);font-size:.47rem;font-weight:750}.profile-case-meta dd{margin:14px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.2}.profile-case-hero{background:var(--bio-ink);margin:0;padding:14px}.profile-case-hero img{object-fit:cover;object-position:center top;width:100%;height:360px;display:block}.profile-case-hero figcaption{color:var(--bio-cream);justify-content:space-between;align-items:center;gap:20px;padding:15px 4px 2px;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;display:flex}.profile-case-hero figcaption span{color:var(--bio-orange);font-size:.49rem;font-style:normal}.profile-case-body{grid-template-columns:minmax(290px,.7fr) minmax(0,1.3fr);display:grid}.profile-case-process{padding:clamp(38px,5vw,72px)}.profile-case-process>p{color:var(--bio-green);margin:0 0 34px;font-size:.52rem;font-weight:750}.profile-case-process ol{border-top:1px solid #12251d59;margin:0;padding:0;list-style:none}.profile-case-process li{border-bottom:1px solid #12251d38;grid-template-columns:26px 1fr;gap:18px;padding:22px 0;display:grid}.profile-case-process li>span{color:var(--bio-rust);padding-top:5px;font-size:.53rem}.profile-case-process h4{letter-spacing:-.035em;margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400}.profile-case-process li p{color:#12251da8;margin:0;font-size:.69rem;line-height:1.55}.profile-student-gallery{background:var(--bio-ink);grid-template-columns:1fr 1fr;gap:14px;padding:14px;display:grid}.profile-student-gallery figure{background:#f4f0e5;grid-template-rows:minmax(0,1fr) auto;min-width:0;margin:0;display:grid}.profile-student-gallery img{aspect-ratio:4/5;object-fit:contain;object-position:center;width:100%;height:100%;display:block}.profile-student-gallery figcaption{color:#12251db8;border-top:1px solid #12251d33;padding:15px 16px 17px;font-size:.65rem;line-height:1.45}.profile-student-gallery figcaption span{color:var(--bio-green);margin-bottom:7px;font-size:.45rem;font-weight:750;display:block}.profile-student-gallery figcaption em{color:var(--bio-ink);font-family:Georgia,Times New Roman,serif;font-size:.87rem}.profile-case-outcome{background:var(--bio-green);color:var(--bio-cream);grid-template-columns:minmax(190px,.45fr) minmax(0,1.55fr);align-items:start;gap:40px;padding:clamp(34px,5vw,66px);display:grid}.profile-case-outcome>span{color:var(--bio-orange);font-size:.51rem;font-weight:750}.profile-case-outcome p{letter-spacing:-.035em;max-width:960px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.85rem,3vw,3.2rem);line-height:1.08}.profile-reading-feature{background:var(--bio-orange);color:#211914;grid-template-columns:1.06fr .94fr .72fr;gap:0;margin-top:34px;padding:14px;display:grid}.profile-reading-feature figure{margin:0}.profile-reading-feature img{object-fit:cover;width:100%;height:100%;display:block}.profile-reading-main-photo{min-height:650px;position:relative}.profile-reading-main-photo img{object-position:center}.profile-reading-feature figcaption{background:var(--bio-ink);color:var(--bio-cream);font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;max-width:calc(100% - 28px);padding:11px 13px;font-size:.49rem;position:absolute;bottom:14px;left:14px}.profile-reading-copy{flex-direction:column;justify-content:center;align-self:stretch;padding:clamp(36px,4.5vw,70px);display:flex}.profile-reading-copy>p:first-child{font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;margin:0;font-size:.52rem;font-weight:700}.profile-reading-copy h3{letter-spacing:-.06em;margin:25px 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5vw,5.4rem);font-weight:400;line-height:.9}.profile-reading-copy>p:not(:first-child){margin:0;font-size:.8rem;line-height:1.7}.profile-reading-titles{border-top:1px solid #21191459;margin-top:34px;display:grid}.profile-reading-titles span{border-bottom:1px solid #21191438;padding:10px 0;font-size:.63rem;line-height:1.45}.profile-reading-titles em{font-family:Georgia,Times New Roman,serif;font-size:.83rem}.profile-reading-side-photos{grid-template-rows:1fr 1fr;gap:14px;display:grid}.profile-reading-side-photos figure{min-height:0;position:relative}.profile-reading-side-photos img{min-height:0}.profile-journey{background:var(--bio-sand);grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(60px,8vw,120px);padding:105px max(4.5vw,54.5vw - 720px) 120px;display:grid}.profile-journey>figure{margin:0}.profile-origin-map{position:relative}.profile-journey>figure img{aspect-ratio:4/3;object-fit:contain;background:#fff;width:100%;min-height:0;display:block}.profile-journey>.profile-origin-map img{aspect-ratio:3/4;object-fit:cover;object-position:center}.profile-map-label{background:var(--bio-orange);color:#211914;padding:11px 13px;font-size:.49rem;line-height:1.45;position:absolute;bottom:52px;left:14px}.profile-journey>figure figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;gap:15px;padding-top:12px;font-size:.53rem;line-height:1.4;display:flex}.profile-journey>figure figcaption a{border-bottom:1px solid}.profile-journey-copy>h2{margin:38px 0 48px;font-size:clamp(3.7rem,6vw,6.4rem)}.profile-journey-list{border-top:1px solid var(--bio-ink)}.profile-journey-list>article{border-bottom:1px solid #12251d42;grid-template-columns:34px 1fr;align-items:start;gap:18px;padding:20px 0;display:grid}.profile-journey-list>article>span{color:var(--bio-rust);font-family:var(--font-geist-mono), monospace;padding-top:3px;font-size:.56rem}.profile-journey-list small{color:#12251d91;font-size:.5rem;display:block}.profile-journey-list h3{letter-spacing:-.035em;margin:6px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400}.profile-journey-list p{color:#12251dad;margin:0;font-size:.78rem;line-height:1.6}.profile-origin-note{background:var(--bio-cream);grid-template-columns:auto 1fr;align-items:center;gap:20px;margin-top:26px;padding:22px;display:grid}.profile-origin-note strong{color:var(--bio-rust);font-family:Georgia,Times New Roman,serif;font-size:2.6rem;font-weight:400}.profile-origin-note p{margin:0;font-size:.72rem;line-height:1.55}.profile-origin-note a{border-bottom:1px solid;grid-column:2;justify-self:start;padding-bottom:3px;font-size:.62rem}.profile-content-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:8vw;display:grid}.profile-content-heading h2{margin:36px 0 0;font-size:clamp(3.8rem,6.9vw,7rem)}.profile-content-heading>div:last-child>p{margin:0 0 28px;font-size:.95rem;line-height:1.7}.profile-content-grid{border-top:1px solid var(--bio-ink);grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid}.profile-content-grid>a{border-bottom:1px solid #12251d40;border-right:1px solid #12251d40;flex-direction:column;min-height:330px;padding:27px;transition:background .16s,transform .16s;display:flex}.profile-content-grid>a:last-child{border-right:0}.profile-content-grid>a:hover,.profile-content-grid>a:focus-visible{background:var(--bio-sand);transform:translateY(-4px)}.profile-content-grid>a>div{justify-content:space-between;font-size:.54rem;display:flex}.profile-content-grid>a>div span:first-child{color:var(--bio-rust)}.profile-content-grid h3{letter-spacing:-.045em;margin:48px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,3vw,3rem);font-weight:400;line-height:1}.profile-content-grid>a>p{color:#12251dad;margin:0 0 28px;font-size:.86rem;line-height:1.62}.profile-content-grid>a>strong{margin-top:auto;font-size:.65rem}.profile-bottom-links{grid-template-columns:1fr 1fr;margin-top:36px;display:grid}.profile-bottom-links>a{background:var(--bio-sand);grid-template-columns:1fr auto;align-items:center;padding:25px 27px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.6vw,2.5rem);display:grid}.profile-bottom-links>a+a{background:var(--bio-orange)}.profile-bottom-links span{font-family:var(--font-geist-mono), monospace;grid-column:1;margin-bottom:8px;font-size:.5rem}.profile-bottom-links b{grid-area:1/2/3;font-weight:400}.profile-contact{background:var(--bio-orange);color:#211914;padding:96px max(4.5vw,54.5vw - 720px) 104px;position:relative;overflow:hidden}.profile-contact:after{content:"";border:1px solid #21191452;border-radius:50%;width:340px;height:340px;position:absolute;top:-105px;right:-90px}.profile-contact>*{z-index:1;position:relative}.profile-contact .profile-section-label span,.profile-page .profile-contact .profile-section-label span{color:#211914}.profile-contact-domain{font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;margin:55px 0 20px;font-size:.54rem}.profile-contact h2{letter-spacing:-.067em;max-width:1120px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.2rem,8vw,8.4rem);font-weight:400;line-height:.86}.profile-contact-copy{max-width:680px;margin:37px 0 0;font-size:.93rem;line-height:1.7}.profile-contact-actions{flex-wrap:wrap;gap:13px;margin-top:34px;display:flex}.profile-contact-actions a{border:1px solid #211914bf;border-radius:999px;padding:15px 20px;font-size:.72rem;font-weight:720;transition:background .16s,color .16s,transform .16s}.profile-contact-actions a:first-child,.profile-contact-actions a:hover,.profile-contact-actions a:focus-visible{background:var(--bio-ink);color:var(--bio-cream);transform:translateY(-2px)}.profile-page .profile-footer{background:var(--bio-ink);color:var(--bio-cream);justify-content:space-between;align-items:center;padding:29px max(4.5vw,54.5vw - 720px);display:flex}.profile-footer p{margin:0;font-size:.7rem}.profile-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:22px;display:flex}.profile-footer nav a{font-size:.63rem}.profile-page a:focus-visible{outline:2px solid var(--bio-orange);outline-offset:4px}@media (width<=1100px){.profile-header nav{gap:18px}.profile-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.76fr)}.profile-shortcuts{grid-template-columns:repeat(3,1fr);padding:0 4.5vw}.profile-shortcuts-title{border-right:1px solid #f4efe333;grid-column:1/-1;min-height:110px}.profile-shortcuts-title p{margin-top:20px}.profile-shortcuts>a:nth-child(4){border-right:1px solid #f4efe333}.profile-shortcuts>a:nth-child(n+5){border-top:1px solid #f4efe333}.profile-work-grid h3{font-size:2.7rem}.profile-case-meta{grid-template-columns:1fr 1fr}.profile-case-meta>div:nth-child(3){border-top:1px solid #12251d33;border-left:0;padding-left:0}.profile-case-meta>div:nth-child(4){border-top:1px solid #12251d33}.profile-case-body{grid-template-columns:1fr}.profile-reading-feature{grid-template-columns:1fr 1fr}.profile-reading-side-photos{grid-column:1/-1;grid-template-rows:none;grid-template-columns:1fr 1fr}.profile-reading-side-photos figure{aspect-ratio:4/3}}@media (width<=820px){.profile-header nav a:not(.profile-nav-cta){display:none}.profile-hero{grid-template-columns:1fr;gap:60px}.profile-hero-copy{max-width:700px}.profile-hero-visual{width:100%;max-width:650px}.profile-about-grid,.profile-content-heading{grid-template-columns:1fr}.profile-formation-card{max-width:650px}.profile-work-heading{grid-template-columns:1fr;gap:34px}.profile-current-role{grid-template-columns:1fr;align-items:start}.profile-work-grid{grid-template-columns:1fr}.profile-work-grid>article{min-height:300px}.profile-legal-note{grid-template-columns:1fr;align-items:start}.profile-legal-note>div{justify-content:flex-start}.profile-journey{grid-template-columns:1fr}.profile-journey>figure{max-width:680px}.profile-content-heading>div:last-child{max-width:620px}.profile-content-grid{grid-template-columns:1fr}.profile-content-grid>a{border-right:0;min-height:270px}.profile-projects-intro{grid-template-columns:1fr}.profile-projects-network{max-width:340px}.profile-projects-grid{grid-template-columns:1fr}.profile-projects-grid>article{min-height:0}.profile-case-study-header{grid-template-columns:1fr}.profile-case-study-header>div:first-child>span{max-width:340px}.profile-case-hero img{height:310px}.profile-case-outcome,.profile-reading-feature{grid-template-columns:1fr}.profile-reading-main-photo{min-height:580px}.profile-reading-side-photos{grid-column:auto}.profile-hero-facts{grid-template-columns:1fr 1fr}.profile-hero-facts>div:last-child{border-left:0;grid-column:1/-1;padding-left:0}}@media (width<=620px){.profile-header{height:68px;padding:0 20px}.profile-wordmark{font-size:.76rem}.profile-nav-cta{padding:10px 14px;font-size:.65rem!important}.profile-hero{min-height:0;padding:52px 20px 72px}.profile-hero h1{white-space:normal;margin:42px 0 37px;font-size:clamp(4.55rem,22vw,6.5rem)}.profile-hero h1 em{margin-left:0}.profile-hero-statement{font-size:1.65rem}.profile-actions{flex-direction:column;align-items:flex-start}.profile-hero-facts{grid-template-columns:1fr}.profile-hero-facts>div+div{border-left:0;padding-left:0}.profile-hero-facts>div:last-child{grid-column:auto}.profile-hero-visual img{height:470px}.profile-hero-visual figcaption{flex-direction:column;gap:6px}.profile-photo-badge{min-width:142px;bottom:25px;left:14px}.profile-shortcuts{grid-template-columns:1fr 1fr;padding:0 20px}.profile-shortcuts-title{grid-column:1/-1}.profile-shortcuts-title,.profile-shortcuts>a{min-height:132px;padding:20px 16px}.profile-shortcuts>a:nth-child(4){border-right:1px solid #f4efe333}.profile-shortcuts>a:nth-child(n+4){border-top:1px solid #f4efe333}.profile-shortcuts>a:nth-child(2n){border-right:1px solid #f4efe333}.profile-about,.profile-content{padding:82px 20px 94px}.profile-about-grid{gap:55px}.profile-about-grid>article h2,.profile-work-heading h2,.profile-journey-copy>h2,.profile-content-heading h2{font-size:3.45rem}.profile-formation-card{padding:27px 23px}.profile-work,.profile-journey,.profile-projects{padding:82px 20px 94px}.profile-projects-intro h2{font-size:3.55rem}.profile-projects-grid{margin-top:54px}.profile-projects-grid>article{padding:30px 23px 35px}.profile-projects-grid h3{font-size:2.75rem}.profile-case-study{margin-left:-6px;margin-right:-6px}.profile-case-study-header{gap:34px;padding:38px 24px 42px}.profile-case-study-header h3{font-size:3.35rem}.profile-case-meta{grid-template-columns:1fr;padding:0 24px}.profile-case-meta>div{border-top:1px solid #12251d33;min-height:0;border-left:0!important;padding:20px 0!important}.profile-case-meta>div:first-child{border-top:0}.profile-case-hero{padding:8px}.profile-case-hero img{height:220px}.profile-case-hero figcaption{flex-direction:column;align-items:flex-start;gap:7px;padding:13px 4px 4px;font-size:.9rem}.profile-case-process{padding:42px 24px}.profile-student-gallery{grid-template-columns:1fr;gap:8px;padding:8px}.profile-student-gallery img{aspect-ratio:4/5;max-height:560px}.profile-case-outcome{gap:22px;padding:38px 24px 42px}.profile-case-outcome p{font-size:2rem}.profile-reading-feature{margin-left:-6px;margin-right:-6px;padding:8px}.profile-reading-main-photo{min-height:430px}.profile-reading-copy{padding:42px 22px 48px}.profile-reading-copy h3{font-size:3.25rem}.profile-reading-side-photos{grid-template-columns:1fr;gap:8px}.profile-reading-side-photos figure{aspect-ratio:1}.profile-current-role{margin-top:50px;padding:22px}.profile-work-grid{border-left:0}.profile-work-grid>article{border-right:0;min-height:0;padding:28px 4px 34px}.profile-work-grid h3{margin-top:45px}.profile-journey>figure img{min-height:0}.profile-journey>figure figcaption{flex-direction:column}.profile-origin-note{grid-template-columns:1fr}.profile-origin-note a{grid-column:1}.profile-content-grid{margin-top:55px}.profile-content-grid>a{padding:26px 5px}.profile-bottom-links{grid-template-columns:1fr}.profile-bottom-links>a{padding:23px 21px;font-size:1.65rem}.profile-contact{padding:76px 20px 84px}.profile-contact:after{width:220px;height:220px;right:-100px}.profile-contact-domain{margin-top:45px}.profile-contact h2{font-size:3.8rem}.profile-contact-actions{flex-direction:column;align-items:flex-start}.profile-page .profile-footer{flex-direction:column;align-items:flex-start;gap:22px;padding:28px 20px}.profile-footer nav{justify-content:flex-start}}.presentation-page{background:var(--bio-cream)}.deck-header nav{gap:24px}.deck-hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);gap:clamp(45px,6.5vw,105px);max-width:1440px;min-height:790px;margin:0 auto;padding:72px 4.5vw 105px;display:grid}.deck-hero-copy{align-self:center}.deck-overline{color:var(--bio-green);font-family:var(--font-geist-mono), monospace;letter-spacing:.14em;align-items:center;gap:14px;margin:0;font-size:.68rem;font-weight:650;display:flex}.deck-overline:before{background:var(--bio-orange);content:"";width:42px;height:2px}.deck-hero h1{letter-spacing:-.085em;white-space:nowrap;margin:62px 0 56px;font-size:clamp(6rem,10.7vw,10.5rem);line-height:.74}.deck-hero h1 span,.deck-hero h1 em{display:block}.deck-hero h1 em{color:var(--bio-green);margin-left:4.5vw;font-family:Georgia,Times New Roman,serif;font-weight:400}.deck-role{letter-spacing:-.035em;max-width:680px;margin:0 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.7vw,2.65rem);line-height:1.08}.deck-summary{color:#12251dba;max-width:640px;margin:0;font-size:1rem;line-height:1.75}.deck-actions{margin-top:38px}.deck-hero-visual{align-self:center;margin:0;position:relative}.deck-hero-frame{background:var(--bio-orange);clip-path:polygon(7% 0,100% 0,100% 92%,91% 100%,0 100%,0 8%);padding:13px}.deck-hero-frame img{clip-path:polygon(6% 0,100% 0,100% 92%,91% 100%,0 100%,0 8%);object-fit:cover;object-position:center;width:100%;height:610px;display:block}.deck-hero-visual figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;padding-top:17px;font-size:.58rem;display:flex}.deck-number{background:var(--bio-ink);border:8px solid var(--bio-cream);color:var(--bio-cream);border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-family:Georgia,Times New Roman,serif;font-size:2.2rem;display:flex;position:absolute;bottom:34px;left:-37px}.deck-highlights{background:var(--bio-ink);color:var(--bio-cream);grid-template-columns:repeat(4,1fr);padding:0 max(4.5vw,54.5vw - 720px);display:grid}.deck-highlights article{border-left:1px solid #f4efe338;min-height:220px;padding:31px 28px 35px}.deck-highlights article:last-child{border-right:1px solid #f4efe338}.deck-highlights article>span,.deck-highlights article>p{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;font-size:.58rem}.deck-highlights article>span{color:var(--bio-orange)}.deck-highlights article>p{color:#f4efe38c;margin:50px 0 11px}.deck-highlights h2{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.2vw,2.15rem);font-weight:400;line-height:1.08}.deck-about{grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(60px,9vw,145px);max-width:1440px;margin:0 auto;padding:130px 4.5vw 145px;display:grid}.deck-about-photo{margin:0;position:relative}.deck-about-photo:before{border:1px solid var(--bio-ink);content:"";position:absolute;inset:23px -20px -20px 23px}.deck-about-photo img{aspect-ratio:1/1.08;object-fit:cover;object-position:center top;width:100%;display:block;position:relative}.deck-about-photo figcaption,.deck-practice-gallery figcaption,.deck-origin-visuals figcaption,.deck-reading-grid figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.07em;text-transform:uppercase;padding-top:14px;font-size:.58rem;line-height:1.5}.deck-about-copy .section-index{color:var(--bio-orange)}.deck-about-copy h2,.deck-section-heading h2,.deck-practice-copy h2,.deck-formation-copy h2,.deck-reading-heading h2,.deck-instagram-heading h2{letter-spacing:-.057em;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.91}.deck-about-copy h2{margin:43px 0 48px;font-size:clamp(3.7rem,6.7vw,7.1rem)}.deck-about-lead{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.4vw,2.35rem)!important;line-height:1.25!important}.deck-about-copy>p:not(.section-index){max-width:720px;margin:0 0 24px;font-size:.98rem;line-height:1.8}.deck-identity-line{border-bottom:1px solid var(--bio-ink);border-top:1px solid var(--bio-ink);flex-wrap:wrap;gap:13px 26px;margin-top:44px;padding:20px 0;display:flex}.deck-identity-line span{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;font-size:.62rem;font-weight:650;display:inline-flex}.deck-identity-line span:before{background:var(--bio-orange);content:"";border-radius:50%;width:6px;height:6px}.deck-work{background:var(--bio-ink);color:var(--bio-cream);padding:130px max(4.5vw,54.5vw - 720px) 145px}.deck-section-heading{grid-template-columns:190px 1fr;align-items:start;gap:65px;display:grid}.deck-section-heading>.section-index{color:var(--bio-orange)}.deck-section-heading h2{max-width:1050px;margin:0;font-size:clamp(3.8rem,7vw,7.4rem)}.deck-section-heading>div>p{max-width:650px;margin:35px 0 0;font-size:.98rem;line-height:1.75}.deck-section-heading-light>div>p{color:#f4efe3ad}.deck-current-role{background:var(--bio-orange);color:#1d1814;grid-template-columns:150px 1fr auto;align-items:center;gap:25px;margin-top:90px;padding:26px 30px;display:grid}.deck-current-role span,.deck-current-role p{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem}.deck-current-role strong{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400}.deck-current-role p{margin:0}.deck-work-grid{border-left:1px solid #f4efe338;grid-template-columns:1fr 1fr;margin-top:40px;display:grid}.deck-work-grid article{border-bottom:1px solid #f4efe338;border-right:1px solid #f4efe338;min-height:390px;padding:34px}.deck-work-grid article>div{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;justify-content:space-between;font-size:.6rem;display:flex}.deck-work-grid article>div span:first-child{color:var(--bio-orange)}.deck-work-grid h3{letter-spacing:-.05em;max-width:520px;margin:75px 0 27px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,4.2vw,4.5rem);font-weight:400;line-height:.95}.deck-work-grid article>p{color:#f4efe3b3;max-width:570px;margin:0;font-size:.9rem;line-height:1.72}.deck-practice{grid-template-columns:minmax(0,.84fr) minmax(500px,1.16fr);gap:clamp(60px,8vw,125px);max-width:1440px;margin:0 auto;padding:130px 4.5vw 150px;display:grid}.deck-practice-copy{padding-top:18px}.deck-practice-copy .section-index{color:var(--bio-orange)}.deck-practice-copy h2{margin:43px 0 45px;font-size:clamp(3.45rem,5.8vw,6.3rem)}.deck-practice-copy>p{margin:0 0 24px;font-size:.97rem;line-height:1.8}.deck-practice-copy ul{border-top:1px solid var(--bio-ink);margin:48px 0 0;padding:0;list-style:none}.deck-practice-copy li{font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid #12251d3b;padding:18px 0 18px 23px;font-size:.66rem;position:relative}.deck-practice-copy li:before{color:var(--bio-orange);content:"◆";font-size:.45rem;position:absolute;top:22px;left:2px}.deck-practice-gallery{grid-template-columns:1.08fr .92fr;align-items:start;gap:22px;display:grid}.deck-practice-gallery figure{margin:0}.deck-practice-gallery img{object-fit:cover;width:100%;display:block}.deck-practice-main{margin-top:115px!important}.deck-practice-main img{height:610px}.deck-practice-secondary img{object-position:center top;height:500px}.deck-official-context{border-top:1px solid var(--bio-ink);grid-column:1/-1;margin-top:22px;padding-top:72px}.deck-official-heading{grid-template-columns:190px 1fr;align-items:start;gap:65px;display:grid}.deck-official-heading>.section-index{color:var(--bio-orange)}.deck-official-heading h2{letter-spacing:-.057em;max-width:980px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.4rem,6vw,6.4rem);font-weight:400;line-height:.91}.deck-official-heading>div>p{color:#12251db3;max-width:720px;margin:32px 0 0;font-size:.96rem;line-height:1.75}.deck-official-grid{border-top:1px solid #12251d47;border-left:1px solid #12251d47;grid-template-columns:repeat(3,1fr);margin-top:62px;display:grid}.deck-official-grid article{border-bottom:1px solid #12251d47;border-right:1px solid #12251d47;flex-direction:column;min-height:390px;padding:30px;display:flex}.deck-official-grid article>span{color:var(--bio-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:.59rem;font-weight:650}.deck-official-grid h3{letter-spacing:-.047em;margin:62px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.3vw,3.5rem);font-weight:400;line-height:.98}.deck-official-grid article>p{color:#12251db3;margin:0 0 32px;font-size:.86rem;line-height:1.7}.deck-official-grid article>a{font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;border-bottom:1px solid;align-self:flex-start;margin-top:auto;padding-bottom:4px;font-size:.61rem;font-weight:650}.deck-legal-strip{background:var(--bio-sand);grid-template-columns:1fr auto;align-items:center;gap:35px;padding:27px 30px;display:grid}.deck-legal-strip>p{max-width:830px;margin:0;font-size:.81rem;line-height:1.65}.deck-legal-strip>div{flex-wrap:wrap;justify-content:flex-end;gap:12px 22px;display:flex}.deck-legal-strip a{border-bottom:1px solid;padding-bottom:3px;font-size:.66rem;font-weight:680}.deck-origin{background:var(--bio-sand);padding:130px max(4.5vw,54.5vw - 720px) 145px}.deck-origin .deck-section-heading>div>p{color:#12251dad}.deck-origin-visuals{grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);align-items:end;gap:28px;margin-top:90px;display:grid}.deck-origin-visuals figure{margin:0}.deck-origin-visuals img{object-fit:cover;width:100%;display:block}.deck-territory-photo img{aspect-ratio:4/3}.deck-bahia-photo img{aspect-ratio:1/1.05;object-position:center}.deck-origin-visuals figcaption{justify-content:space-between;gap:18px;display:flex}.deck-origin-visuals figcaption a{border-bottom:1px solid}.deck-timeline{border-left:1px solid #12251d59;grid-template-columns:repeat(5,1fr);margin-top:95px;display:grid}.deck-timeline article{border-bottom:1px solid #12251d59;border-right:1px solid #12251d59;min-height:360px;padding:26px}.deck-timeline article>div{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;font-size:.57rem;display:flex}.deck-timeline article>div span:first-child{color:var(--bio-orange)}.deck-timeline h3{letter-spacing:-.04em;margin:85px 0 21px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2.5vw,2.75rem);font-weight:400;line-height:1}.deck-timeline article>p{color:#12251dad;margin:0;font-size:.82rem;line-height:1.65}.deck-origin-fact{border-bottom:1px solid var(--bio-ink);border-top:1px solid var(--bio-ink);grid-template-columns:auto 1fr auto;align-items:center;gap:35px;margin-top:75px;padding:28px 0;display:grid}.deck-origin-fact>strong{color:var(--bio-orange);font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400}.deck-origin-fact>p{max-width:600px;margin:0;font-size:.88rem;line-height:1.6}.deck-origin-fact>div{flex-wrap:wrap;justify-content:flex-end;gap:13px 22px;display:flex}.deck-origin-fact a{border-bottom:1px solid;padding-bottom:3px;font-size:.68rem;font-weight:650}.deck-formation{grid-template-columns:minmax(0,1fr) minmax(390px,.78fr);gap:clamp(60px,9vw,140px);max-width:1440px;margin:0 auto;padding:135px 4.5vw 150px;display:grid}.deck-formation-copy .section-index{color:var(--bio-orange)}.deck-formation-copy h2{margin:43px 0 42px;font-size:clamp(3.7rem,6.5vw,7rem)}.deck-formation-copy>p{max-width:650px;font-size:.98rem;line-height:1.8}.deck-credentials{border-top:1px solid var(--bio-ink);margin-top:55px}.deck-credentials article{border-bottom:1px solid #12251d40;grid-template-columns:42px 1fr;align-items:center;gap:20px;padding:24px 0;display:grid}.deck-credentials article>span,.deck-credentials article p{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;font-size:.6rem}.deck-credentials article>span{color:var(--bio-orange)}.deck-credentials article p{color:#12251d91;margin:0 0 6px}.deck-credentials article h3{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:400}.deck-milton-card{background:var(--bio-ink);color:var(--bio-cream);align-self:start;padding:36px 36px 0;overflow:hidden}.deck-milton-card>p{color:var(--bio-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;margin:0 0 24px;font-size:.6rem;font-weight:650}.deck-milton-card>h3{letter-spacing:-.05em;margin:0 0 29px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,4.4vw,4.7rem);font-weight:400;line-height:.95}.deck-milton-card>span{color:#f4efe3b3;font-size:.89rem;line-height:1.72;display:block}.deck-milton-card>a{border-bottom:1px solid #f4efe38c;margin:28px 0 38px;padding-bottom:4px;font-size:.68rem;font-weight:650;display:inline-block}.deck-milton-card figure{margin:0 -36px}.deck-milton-card img{object-fit:cover;width:100%;height:430px;display:block}.deck-reading{background:var(--bio-orange);color:#1d1814;padding:130px max(4.5vw,54.5vw - 720px) 145px}.deck-reading-heading{grid-template-columns:170px minmax(0,1fr) minmax(250px,.48fr);gap:45px;display:grid}.deck-reading-heading h2{margin:0;font-size:clamp(3.9rem,7.2vw,7.5rem)}.deck-reading-heading>p:last-child{align-self:end;margin:0;font-size:.95rem;line-height:1.75}.deck-reading-grid{grid-template-columns:1fr .62fr 1fr;align-items:center;gap:32px;margin-top:90px;display:grid}.deck-reading-grid figure{margin:0}.deck-reading-grid img{object-fit:cover;width:100%;height:555px;display:block}.deck-reading-note{text-align:center}.deck-reading-note>span{border:1px solid #1d18148c;border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;margin:0 auto 27px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5vw,5.2rem);display:flex}.deck-reading-note p{font-family:var(--font-geist-mono), monospace;letter-spacing:.07em;text-transform:uppercase;max-width:250px;margin:0 auto;font-size:.62rem;line-height:1.55}.deck-instagram{max-width:1440px;margin:0 auto;padding:135px 4.5vw 145px}.deck-instagram-heading{grid-template-columns:1.08fr .92fr;align-items:end;gap:8vw;display:grid}.deck-instagram-heading .section-index{color:var(--bio-orange)}.deck-instagram-heading h2{margin:38px 0 0;font-size:clamp(3.9rem,7.4vw,7.7rem)}.deck-instagram-heading>div:last-child>p{margin:0 0 34px;font-size:.98rem;line-height:1.75}.deck-instagram-heading .primary-button{display:inline-block}.deck-content-grid{border-top:1px solid var(--bio-ink);grid-template-columns:repeat(3,1fr);margin-top:90px;display:grid}.deck-content-grid>a{border-bottom:1px solid #12251d40;border-right:1px solid #12251d40;flex-direction:column;min-height:385px;padding:29px;transition:background .18s,transform .18s;display:flex}.deck-content-grid>a:last-child{border-right:0}.deck-content-grid>a:hover,.deck-content-grid>a:focus-visible{background:var(--bio-sand);transform:translateY(-5px)}.deck-content-grid>a>div{font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;font-size:.6rem;display:flex}.deck-content-grid>a>div span:first-child{color:var(--bio-orange)}.deck-content-grid h3{letter-spacing:-.045em;margin:58px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.3vw,3.3rem);font-weight:400;line-height:1}.deck-content-grid>a>p{color:#12251db3;margin:0 0 38px;font-size:.85rem;line-height:1.65}.deck-content-grid strong{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;margin-top:auto;font-size:.6rem}.deck-archive-link{border-bottom:1px solid var(--bio-ink);margin-top:35px;padding-bottom:4px;font-size:.76rem;font-weight:670;display:inline-block}.deck-final-cta{background:var(--bio-ink);color:var(--bio-cream);text-align:center;flex-direction:column;align-items:center;min-height:670px;padding:125px 24px;display:flex;position:relative;overflow:hidden}.deck-final-cta:before{content:"";border:1px solid #f4efe324;border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.deck-final-cta>*{z-index:1;position:relative}.deck-final-cta>p{color:var(--bio-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem}.deck-final-cta h2{letter-spacing:-.07em;margin:60px 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(5rem,10vw,10.5rem);font-weight:400;line-height:.84}.deck-final-cta h2 span{display:inline}.deck-final-cta>span{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3.2vw,3.2rem);font-style:italic}.deck-final-cta>a{border:1px solid #f4efe3a6;border-radius:999px;margin-top:55px;padding:17px 25px;font-size:.82rem;font-weight:680;transition:background .18s,color .18s}.deck-final-cta>a:hover,.deck-final-cta>a:focus-visible{background:var(--bio-cream);color:var(--bio-ink)}@media (width<=1100px){.deck-header nav{gap:18px}.deck-header nav a{font-size:.72rem}.deck-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr)}.deck-hero h1{font-size:clamp(5.5rem,10vw,8rem)}.deck-highlights{grid-template-columns:1fr 1fr}.deck-highlights article:nth-child(2){border-right:1px solid #f4efe338}.deck-highlights article:nth-child(-n+2){border-bottom:1px solid #f4efe338}.deck-about{grid-template-columns:minmax(330px,.82fr) 1fr}.deck-work-grid h3{margin-top:55px}.deck-practice{grid-template-columns:1fr}.deck-practice-copy{max-width:780px}.deck-practice-gallery{max-width:900px}.deck-official-grid{grid-template-columns:1fr 1fr}.deck-official-grid article:last-child{grid-column:1/-1;min-height:320px}.deck-timeline{grid-template-columns:repeat(2,1fr)}.deck-timeline article:last-child{grid-column:1/-1;min-height:270px}.deck-formation{grid-template-columns:1fr .8fr}.deck-reading-heading{grid-template-columns:150px 1fr}.deck-reading-heading>p:last-child{grid-column:2}.deck-reading-note>span{width:150px;height:150px}}@media (width<=820px){.deck-header nav a:not(.nav-cta){display:none}.deck-hero{grid-template-columns:1fr;gap:70px}.deck-hero h1{font-size:clamp(5.8rem,17vw,9rem)}.deck-hero-visual{width:100%;max-width:650px;margin:0 auto}.deck-about{grid-template-columns:1fr}.deck-about-photo{max-width:650px}.deck-section-heading,.deck-reading-heading,.deck-official-heading{grid-template-columns:1fr;gap:35px}.deck-legal-strip{grid-template-columns:1fr;align-items:start}.deck-legal-strip>div{justify-content:flex-start}.deck-reading-heading>p:last-child{grid-column:1;max-width:620px}.deck-current-role{grid-template-columns:1fr;align-items:start}.deck-work-grid{grid-template-columns:1fr}.deck-work-grid article{min-height:330px}.deck-origin-visuals{grid-template-columns:1fr}.deck-bahia-photo{width:72%;max-width:600px}.deck-origin-fact{grid-template-columns:auto 1fr;align-items:start}.deck-origin-fact>div{grid-column:2;justify-content:flex-start}.deck-formation{grid-template-columns:1fr}.deck-milton-card{max-width:680px}.deck-reading-grid{grid-template-columns:1fr 1fr;align-items:start}.deck-reading-note{grid-area:2/1/auto/-1;padding-top:20px}.deck-instagram-heading,.deck-content-grid{grid-template-columns:1fr}.deck-content-grid>a{border-right:0;min-height:320px}}@media (width<=620px){.deck-header .nav-cta{font-size:.67rem}.deck-hero{min-height:0;padding:62px 20px 85px}.deck-overline{font-size:.57rem;line-height:1.55}.deck-hero h1{white-space:normal;margin:48px 0 42px;font-size:clamp(4.6rem,22vw,6.6rem)}.deck-hero h1 em{margin-left:0}.deck-role{font-size:1.65rem}.deck-actions{flex-direction:column;align-items:flex-start}.deck-hero-frame img{height:480px}.deck-number{width:78px;height:78px;bottom:28px;left:-6px}.deck-hero-visual figcaption{flex-direction:column;gap:7px}.deck-highlights{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.deck-highlights article,.deck-highlights article:nth-child(2),.deck-highlights article:last-child{border-bottom:1px solid #f4efe338;border-left:0;border-right:0;min-height:185px;padding-left:5px;padding-right:5px}.deck-highlights article>p{margin-top:38px}.deck-about,.deck-practice,.deck-formation,.deck-instagram{padding:95px 20px 110px}.deck-about-copy h2,.deck-section-heading h2,.deck-practice-copy h2,.deck-official-heading h2,.deck-formation-copy h2,.deck-reading-heading h2,.deck-instagram-heading h2{font-size:3.55rem}.deck-about-photo img{aspect-ratio:1/1.12}.deck-identity-line{gap:14px 19px}.deck-work,.deck-origin,.deck-reading{padding:95px 20px 110px}.deck-current-role{margin-top:62px;padding:24px 22px}.deck-work-grid{border-left:0}.deck-work-grid article{border-right:0;min-height:0;padding:32px 5px 38px}.deck-work-grid h3{margin:45px 0 23px;font-size:3rem}.deck-practice-gallery{gap:12px}.deck-practice-main{margin-top:65px!important}.deck-practice-main img{height:430px}.deck-practice-secondary img{height:350px}.deck-official-context{margin-top:34px;padding-top:58px}.deck-official-grid{border-left:0;grid-template-columns:1fr;margin-top:48px}.deck-official-grid article,.deck-official-grid article:last-child{border-right:0;grid-column:1;min-height:0;padding:28px 5px 34px}.deck-official-grid h3{margin-top:44px;font-size:2.7rem}.deck-legal-strip{gap:24px;margin-left:-20px;margin-right:-20px;padding:26px 20px}.deck-origin-visuals{margin-top:60px}.deck-bahia-photo{width:82%}.deck-origin-visuals figcaption{flex-direction:column;gap:7px}.deck-timeline{border-left:0;grid-template-columns:1fr;margin-top:65px}.deck-timeline article,.deck-timeline article:last-child{border-right:0;grid-column:1;min-height:290px;padding:27px 5px}.deck-timeline h3{margin-top:58px;font-size:2.7rem}.deck-origin-fact{grid-template-columns:1fr;gap:20px}.deck-origin-fact>div{grid-column:1}.deck-milton-card{padding:29px 25px 0}.deck-milton-card figure{margin-left:-25px;margin-right:-25px}.deck-milton-card img{height:370px}.deck-reading-grid{grid-template-columns:1fr;margin-top:60px}.deck-reading-grid img{height:auto}.deck-reading-note{grid-area:auto/1;padding:38px 0}.deck-reading-note>span{width:145px;height:145px}.deck-instagram-heading{gap:45px}.deck-content-grid{margin-top:62px}.deck-content-grid>a{padding:28px 6px}.deck-final-cta{min-height:590px;padding:105px 20px}.deck-final-cta h2{font-size:4.35rem}.deck-final-cta h2 span{display:block}.deck-final-cta>span{font-size:1.7rem}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0}a{color:inherit;text-decoration:none}::selection{background:var(--signal);color:#fffaf0}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;max-width:1440px;height:82px;margin:0 auto;padding:0 4.5vw;display:flex}.wordmark{letter-spacing:-.02em;text-transform:uppercase;align-items:center;font-size:.9rem;font-weight:720;display:inline-flex}.wordmark-dot{background:var(--signal);border-radius:50%;width:11px;height:11px;margin-right:10px}nav{align-items:center;gap:28px;display:flex}nav a{font-size:.8rem;font-weight:600}.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:11px 17px;transition:background .18s,color .18s}.nav-cta:hover,.nav-cta:focus-visible{background:var(--ink);color:var(--paper)}.hero{grid-template-columns:1.08fr .92fr;max-width:1440px;min-height:720px;margin:0 auto;padding:76px 4.5vw 92px;display:grid}.hero-copy{align-self:center;padding-right:5vw}.kicker,.section-index{font-family:var(--font-geist-mono), monospace;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:600}.kicker{align-items:center;gap:12px;display:flex}.kicker:before{background:var(--signal);content:"";width:40px;height:2px}h1{letter-spacing:-.085em;margin:54px 0 52px;font-size:clamp(5rem,10.2vw,9.4rem);font-weight:690;line-height:.76}h1 em{color:var(--moss);font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-intro{max-width:630px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.72rem);line-height:1.45}.hero-actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:42px;display:flex}.primary-button{background:var(--signal);border:1px solid var(--signal);color:#fff9ef;border-radius:999px;padding:17px 23px;font-size:.86rem;font-weight:680;transition:transform .18s,box-shadow .18s}.primary-button:hover,.primary-button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 28px #82321d33}.text-link{border-bottom:1px solid var(--ink);padding-bottom:4px;font-size:.83rem;font-weight:620}.hero-map{background:linear-gradient(#f4f0e512, #f4f0e512), repeating-linear-gradient(0deg, transparent 0 39px, #f4f0e514 40px), repeating-linear-gradient(90deg, transparent 0 39px, #f4f0e514 40px), var(--moss);box-shadow:18px 22px 0 var(--paper-deep);border-radius:54% 46% 48% 52%/44% 49% 51% 56%;align-self:stretch;min-height:550px;position:relative;overflow:hidden}.hero-map:before,.hero-map:after{content:"";border:1px solid #fff9ed45;border-radius:54% 46% 58% 42%;position:absolute}.hero-map:before{inset:8% 11%;transform:rotate(11deg)}.hero-map:after{inset:16% 6% 14% 22%;transform:rotate(-15deg)}.coordinate{color:#fff9edb8;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;z-index:3;font-size:.68rem;position:absolute}.coordinate-top{top:11%;left:12%}.coordinate-bottom{bottom:10%;right:11%}.map-orbit{border:1px solid #fff9ed6b;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:42%;height:42%}.orbit-two{width:66%;height:66%}.orbit-three{width:91%;height:91%}.map-center{background:var(--signal);color:#fff8ed;z-index:2;border:10px solid #f4f0e526;border-radius:50%;justify-content:center;align-items:center;width:138px;height:138px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-center span{font-family:Georgia,Times New Roman,serif;font-size:3.3rem;font-style:italic}.map-caption{color:#fff9ed;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;z-index:2;justify-content:space-between;font-size:.65rem;display:flex;position:absolute;top:48%;left:12%;right:12%}.ticker{background:var(--ink);color:var(--paper);padding:16px 0;overflow:hidden}.ticker div{justify-content:center;align-items:center;gap:35px;min-width:max-content;display:flex}.ticker span{font-family:var(--font-geist-mono), monospace;letter-spacing:.15em;font-size:.7rem}.ticker i{color:var(--signal);font-size:.52rem}.section-shell{max-width:1440px;margin:0 auto;padding:125px 4.5vw}.section-index{color:var(--signal);margin:0}.about-content{grid-template-columns:1.1fr .9fr;gap:8vw;margin-top:52px;display:grid}.about h2,.section-heading h2,.follow-section h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.about h2{max-width:780px;margin:0;font-size:clamp(3rem,6.4vw,6.5rem);line-height:.95}.about-text{border-top:1px solid var(--ink);padding-top:26px}.about-text p{margin:0 0 24px;font-size:1.05rem;line-height:1.75}.videos{background:var(--paper-deep);max-width:none;padding-left:max(4.5vw,54.5vw - 720px);padding-right:max(4.5vw,54.5vw - 720px)}.section-heading{grid-template-columns:1fr auto;align-items:end;gap:20px;display:grid}.section-heading .section-index{grid-column:1/-1}.section-heading h2{margin:0;font-size:clamp(3.4rem,7vw,7rem);line-height:.9}.section-heading>a{border-bottom:1px solid var(--ink);margin-bottom:8px;padding-bottom:5px;font-size:.82rem;font-weight:650}.video-list{border-top:1px solid var(--ink);margin-top:62px}.video-card{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 70px;align-items:center;gap:30px;padding:34px 10px;transition:background .18s,padding .18s;display:grid}.video-card:hover,.video-card:focus-visible{background:var(--paper);padding-left:28px;padding-right:28px}.video-number,.video-copy>p{font-family:var(--font-geist-mono), monospace}.video-number{color:var(--signal);font-size:.72rem}.video-copy>p{letter-spacing:.15em;text-transform:uppercase;margin:0 0 9px;font-size:.66rem}.video-copy h3{letter-spacing:-.035em;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,3.4vw,3.1rem);font-weight:400}.video-copy>span{color:#18251eb8;max-width:720px;font-size:.9rem;line-height:1.55;display:block}.video-arrow{border:1px solid var(--ink);border-radius:50%;justify-content:center;justify-self:end;align-items:center;width:54px;height:54px;font-size:1.15rem;transition:background .18s,color .18s;display:flex}.video-card:hover .video-arrow,.video-card:focus-visible .video-arrow{background:var(--signal);border-color:var(--signal);color:#fff}.follow-section{background:var(--moss-deep);color:var(--paper);text-align:center;flex-direction:column;align-items:center;min-height:590px;padding:110px 24px;display:flex;position:relative;overflow:hidden}.follow-section:before,.follow-section:after{content:"";border:1px solid #f4f0e526;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.follow-section:before{width:660px;height:660px}.follow-section:after{width:880px;height:880px}.follow-compass{font-family:var(--font-geist-mono), monospace;z-index:1;border:1px solid #f4f0e58c;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:54px;font-size:.7rem;display:flex}.follow-section p,.follow-section h2,.follow-section a{z-index:1;position:relative}.follow-section p{font-family:var(--font-geist-mono), monospace;letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.68rem}.follow-section h2{margin:31px 0 39px;font-size:clamp(3.9rem,9vw,9rem);line-height:.92}.follow-section a{border:1px solid #f4f0e5a6;border-radius:999px;padding:17px 23px;font-size:.86rem;font-weight:650;transition:background .18s,color .18s}.follow-section a:hover,.follow-section a:focus-visible{background:var(--paper);color:var(--moss-deep)}footer{background:var(--moss-deep);color:#f4f0e5b8;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #f4f0e52e;justify-content:space-between;align-items:center;padding:28px 4.5vw;font-size:.64rem;display:flex}@media (width<=900px){nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;gap:68px;padding-top:70px}.hero-copy{padding-right:0}h1{font-size:clamp(4.7rem,18vw,8.5rem)}.hero-map{min-height:570px}.about-content{grid-template-columns:1fr;gap:60px}}@media (width<=620px){.site-header{height:70px;padding:0 20px}.wordmark{font-size:.76rem}.nav-cta{padding:9px 13px}.hero{min-height:auto;padding:58px 20px 74px}.kicker{font-size:.62rem;line-height:1.5}h1{margin:45px 0 40px;font-size:clamp(4.25rem,20.5vw,6.2rem)}.hero-intro{font-size:1.25rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-map{border-radius:45% 55% 48% 52%/43% 47% 53% 57%;min-height:430px}.map-center{width:108px;height:108px}.map-caption{font-size:.5rem;left:8%;right:8%}.ticker div{justify-content:flex-start;padding-left:20px}.section-shell{padding:88px 20px}.about-content{margin-top:40px}.about h2,.section-heading h2{font-size:3.25rem}.section-heading{grid-template-columns:1fr;align-items:start}.section-heading .section-index{grid-column:1}.section-heading>a{justify-self:start}.video-list{margin-top:40px}.video-card{grid-template-columns:32px 1fr;gap:14px;padding:27px 2px}.video-card:hover,.video-card:focus-visible{padding-left:10px;padding-right:10px}.video-copy h3{font-size:1.75rem}.video-arrow{display:none}.follow-section{min-height:520px;padding:88px 20px}.follow-section h2{font-size:4rem}footer{flex-direction:column;align-items:flex-start;gap:10px;padding:27px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}.detail-header{background:var(--paper)}.archive-hero{border-bottom:1px solid var(--line);max-width:1440px;margin:0 auto;padding:110px 4.5vw 90px}.archive-hero h1{max-width:1200px;margin-bottom:52px;font-size:clamp(4.4rem,9.5vw,9.2rem);line-height:.84}.archive-hero h1 em span{display:inline}.archive-hero>p:last-child{max-width:720px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.55}.archive-grid{grid-template-columns:repeat(3,1fr);max-width:1440px;margin:0 auto;padding:80px 4.5vw 120px;display:grid}.archive-card{border-bottom:1px solid var(--line);border-right:1px solid var(--line);flex-direction:column;min-height:430px;padding:32px;transition:background .18s,transform .18s;display:flex}.archive-card:nth-child(3n){border-right:0}.archive-card:nth-child(-n+3){border-top:1px solid var(--line)}.archive-card:hover,.archive-card:focus-visible{background:var(--paper-deep);transform:translateY(-4px)}.archive-card-top,.archive-card-bottom{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.archive-card-top span:first-child{color:var(--signal)}.archive-card h2{letter-spacing:-.045em;margin:58px 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3.3rem);font-weight:400;line-height:1}.archive-card>p{color:#18251eb3;margin:0 0 40px;font-size:.9rem;line-height:1.65}.archive-card-bottom{margin-top:auto}.archive-card-bottom span{font-size:1.2rem}.archive-follow{background:var(--moss-deep);color:var(--paper);text-align:center;flex-direction:column;align-items:center;padding:95px 20px;display:flex}.archive-follow p{font-family:var(--font-geist-mono), monospace;letter-spacing:.13em;text-transform:uppercase;font-size:.68rem}.archive-follow a{margin-top:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6.5rem)}.content-breadcrumb{color:#18251e9e;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:9px;max-width:1440px;margin:0 auto;padding:28px 4.5vw 0;font-size:.65rem;display:flex}.content-breadcrumb a{border-bottom:1px solid #0000}.content-breadcrumb a:hover,.content-breadcrumb a:focus-visible{border-color:currentColor}.content-hero{grid-template-columns:1fr minmax(320px,470px);align-items:start;gap:7vw;max-width:1440px;margin:0 auto;padding:75px 4.5vw 110px;display:grid}.content-hero h1{letter-spacing:-.06em;margin:50px 0 40px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.7rem,7vw,7.7rem);font-weight:400;line-height:.9}.content-deck{max-width:780px;margin:0;font-size:clamp(1.12rem,1.7vw,1.45rem);line-height:1.6}.content-byline{border-top:1px solid var(--ink);font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-top:52px;padding-top:18px;font-size:.68rem;display:flex}.instagram-frame{background:var(--paper-deep);border:1px solid var(--line);padding:14px}.instagram-frame-label{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;padding:2px 2px 13px;font-size:.6rem;display:flex}.instagram-frame iframe{background:#fff;border:0;width:100%;min-height:610px;display:block}.content-body{background:var(--paper-deep);grid-template-columns:.7fr 1.3fr;gap:8vw;padding:105px max(4.5vw,54.5vw - 720px);display:grid}.content-marker{background:var(--signal);color:#fff9ef;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:4rem;font-style:italic;display:flex}.content-body>div>p{letter-spacing:-.025em;margin:0 0 32px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.7vw,2.55rem);line-height:1.42}.content-body .primary-button{margin-top:20px;display:inline-block}.related-section{max-width:1440px;margin:0 auto;padding:110px 4.5vw 130px}.related-section>h2{letter-spacing:-.05em;margin:35px 0 62px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.2rem,6vw,6.2rem);font-weight:400}.related-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.related-grid>a{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:28px}.related-grid>a:last-child{border-right:0}.related-grid span,.related-grid strong{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;font-size:.63rem}.related-grid span{color:var(--signal)}.related-grid h3{letter-spacing:-.04em;margin:38px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1.05}.related-grid p{color:#18251eb3;margin:0 0 30px;font-size:.85rem;line-height:1.6}@media (width<=900px){.archive-grid{grid-template-columns:repeat(2,1fr)}.archive-card,.archive-card:nth-child(3n){border-right:1px solid var(--line);border-top:0}.archive-card:nth-child(2n){border-right:0}.archive-card:nth-child(-n+2){border-top:1px solid var(--line)}.content-hero{grid-template-columns:1fr}.instagram-frame{width:100%;max-width:520px;margin:0 auto}.content-body{grid-template-columns:1fr}}@media (width<=620px){.archive-hero{padding:75px 20px 65px}.archive-hero h1{font-size:3.5rem}.archive-hero h1 em span{display:block}.archive-grid{grid-template-columns:1fr;padding:55px 20px 80px}.archive-card,.archive-card:nth-child(2n),.archive-card:nth-child(3n){border-top:0;border-left:0;border-right:0;min-height:360px;padding:28px 10px}.archive-card:first-child{border-top:1px solid var(--line)}.content-breadcrumb{padding-left:20px;padding-right:20px}.content-hero{padding:58px 20px 80px}.content-hero h1{margin:42px 0 32px;font-size:3.65rem}.content-byline{flex-direction:column}.instagram-frame iframe{min-height:520px}.content-body{gap:48px;padding:78px 20px 90px}.content-marker{width:100px;height:100px;font-size:2.7rem}.related-section{padding:85px 20px 100px}.related-grid{grid-template-columns:1fr}.related-grid>a{border-right:0;padding:28px 4px}}.bio-page{--bio-ink:#10261c;--bio-cream:#f5f1e8;--bio-sand:#e5dcc9;--bio-green:#1d513a;--bio-orange:#e06a43;--bio-rust:#a94630;--bio-lilac:#c8b8e8;background:var(--bio-cream);color:var(--bio-ink);overflow:hidden}.bio-page .bio-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;background:#f4efe3e6;max-width:none;position:sticky;top:0;left:0;right:0}.bio-page .wordmark-dot{background:var(--bio-orange)}.bio-page .nav-cta{border-color:var(--bio-ink)}.bio-page .nav-cta:hover,.bio-page .nav-cta:focus-visible{background:var(--bio-ink);color:var(--bio-cream)}.bio-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);gap:clamp(45px,6vw,95px);max-width:1440px;min-height:790px;margin:0 auto;padding:72px 4.5vw 100px;display:grid}.bio-hero-copy{z-index:2;align-self:center;position:relative}.bio-page .kicker{color:var(--bio-green)}.bio-page .kicker:before{background:var(--bio-orange)}.bio-hero h1{white-space:nowrap;margin:61px 0 58px;font-size:clamp(5.2rem,10.4vw,10rem);line-height:.76}.bio-hero h1 span,.bio-hero h1 em{display:block}.bio-hero h1 em{color:var(--bio-green);margin-left:5vw}.bio-hero-statement{letter-spacing:-.035em;max-width:680px;margin:0 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.7vw,2.65rem);line-height:1.08}.bio-hero-intro{color:#12251db8;max-width:620px;margin:0;font-size:1rem;line-height:1.75}.bio-page .primary-button{background:var(--bio-orange);border-color:var(--bio-orange)}.bio-hero-image{align-self:center;min-height:620px;margin:0;position:relative}.bio-hero-image:before{content:"";border:1px solid #12251d59;border-radius:48% 52% 46% 54%/42% 47% 53% 58%;position:absolute;inset:-17px 22px 34px -15px;transform:rotate(-2deg)}.bio-hero-image img{object-fit:cover;border-radius:50% 50% 46% 54%/43% 47% 53% 57%;width:100%;height:650px;display:block;position:relative}.bio-hero-image figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:20px;font-size:.62rem;display:flex}.bio-photo-stamp{background:var(--bio-orange);border:9px solid var(--bio-cream);color:#fff8ed;z-index:3;border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;font-family:Georgia,Times New Roman,serif;font-size:2.3rem;font-style:italic;display:flex;position:absolute;bottom:52px;left:-34px}.bio-route{background:var(--bio-ink);color:var(--bio-cream);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:22px 4.5vw;font-size:.67rem;display:grid}.bio-route>div{justify-content:space-between;align-items:center;display:flex;position:relative}.bio-route>div:before{content:"";background:#f4efe359;height:1px;position:absolute;left:0;right:0}.bio-route i{background:var(--bio-orange);border:4px solid var(--bio-ink);z-index:1;border-radius:50%;width:11px;height:11px;position:relative}.bio-origin{background:var(--bio-sand);padding:125px max(4.5vw,54.5vw - 720px) 140px}.bio-section-intro{grid-template-columns:190px 1fr;gap:65px;display:grid}.bio-section-intro h2{letter-spacing:-.055em;max-width:920px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,7.3vw,7.5rem);font-weight:400;line-height:.9}.bio-origin-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);align-items:start;gap:clamp(55px,8vw,125px);margin-top:90px;display:grid}.bio-territory-photo{margin:0;position:relative}.bio-territory-photo:after{content:"";z-index:0;border:1px solid #12251d73;position:absolute;inset:20px -18px -18px 20px}.bio-territory-photo img{aspect-ratio:4/3;filter:saturate(.86)contrast(1.04);object-fit:cover;z-index:1;width:100%;display:block;position:relative}.bio-territory-photo figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;text-transform:uppercase;z-index:2;justify-content:space-between;align-items:flex-start;gap:20px;padding-top:16px;font-size:.6rem;line-height:1.55;display:flex;position:relative}.bio-territory-photo figcaption a{border-bottom:1px solid}.bio-origin-copy{padding-top:12px}.bio-location{color:var(--bio-green);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:650}.bio-origin-copy h3{letter-spacing:-.05em;margin:37px 0 38px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,4.8vw,5.2rem);font-weight:400;line-height:.95}.bio-origin-copy>p:not(.bio-location){margin:0 0 25px;font-size:1.02rem;line-height:1.78}.bio-origin-copy blockquote{border-left:3px solid var(--bio-orange);margin:48px 0;padding:4px 0 4px 27px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.3vw,2.2rem);font-style:italic;line-height:1.35}.bio-origin-fact{border-bottom:1px solid var(--bio-ink);border-top:1px solid var(--bio-ink);grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:23px 0;display:grid}.bio-origin-fact strong{color:var(--bio-orange);font-family:Georgia,Times New Roman,serif;font-size:3rem;font-weight:400}.bio-origin-fact span{font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;font-size:.69rem;line-height:1.5}.bio-source-links{flex-wrap:wrap;gap:18px 28px;margin-top:25px;display:flex}.bio-source-links a{border-bottom:1px solid #12251d8c;padding-bottom:3px;font-size:.72rem;font-weight:650}.bio-journey{background:var(--bio-ink);color:var(--bio-cream);padding:130px max(4.5vw,54.5vw - 720px) 145px}.bio-section-intro-light{grid-template-columns:190px 1fr minmax(230px,.45fr);align-items:end}.bio-section-intro-light .section-index{color:var(--bio-orange);align-self:start}.bio-section-intro-light>p:last-child{color:#f4efe3ad;margin:0;font-size:.95rem;line-height:1.7}.bio-journey-list{border-top:1px solid #f4efe375;margin-top:95px}.bio-journey-item{border-bottom:1px solid #f4efe338;grid-template-columns:190px minmax(300px,.85fr) 1fr;align-items:start;gap:42px;padding:39px 0 42px;transition:background .18s,padding .18s;display:grid}.bio-journey-item:hover{background:#f4efe30d;padding-left:18px;padding-right:18px}.bio-journey-meta{font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase;gap:24px;font-size:.64rem;display:flex}.bio-journey-meta span:first-child{color:var(--bio-orange)}.bio-journey-item h3{letter-spacing:-.04em;margin:-9px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,3.15rem);font-weight:400;line-height:1.05}.bio-journey-item>p{color:#f4efe3b8;max-width:620px;margin:0;font-size:.93rem;line-height:1.7}.bio-education{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);gap:8vw;max-width:1440px;margin:0 auto;padding:130px 4.5vw 150px;display:grid}.bio-education-copy{padding-top:18px}.bio-education-copy h2{letter-spacing:-.055em;margin:42px 0 45px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,5.7vw,6.25rem);font-weight:400;line-height:.92}.bio-education-copy>p{margin:0 0 24px;font-size:.98rem;line-height:1.8}.bio-milton{background:var(--bio-ink);color:var(--bio-cream);margin-top:48px;padding:30px}.bio-milton>p{color:var(--bio-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;margin:0 0 18px;font-size:.62rem;font-weight:650}.bio-milton h3{letter-spacing:-.04em;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1}.bio-milton>span{color:#f4efe3c2;font-size:.88rem;line-height:1.7;display:block}.bio-milton a{border-bottom:1px solid #f4efe39e;margin-top:24px;padding-bottom:4px;font-size:.72rem;font-weight:650;display:inline-block}.bio-credentials{border-top:1px solid var(--bio-ink);margin-top:55px}.bio-credentials article{border-bottom:1px solid #12251d3b;grid-template-columns:36px 1fr;align-items:center;gap:20px;padding:21px 0;display:grid}.bio-credentials article>span,.bio-credentials article p{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;font-size:.61rem}.bio-credentials article>span{color:var(--bio-orange)}.bio-credentials article p{color:#12251d9e;margin:0 0 5px}.bio-credentials article h3{letter-spacing:-.025em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.62rem;font-weight:400}.bio-education-gallery{grid-template-columns:1.05fr .95fr;align-items:start;gap:25px;display:grid}.bio-education-gallery figure{margin:0}.bio-education-gallery img{object-fit:cover;width:100%;display:block}.bio-classroom-photo{margin-top:105px!important}.bio-classroom-photo img{height:620px}.bio-book-photo img{height:500px}.bio-education-gallery figcaption,.bio-evaristo-photo figcaption{font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;padding-top:13px;font-size:.61rem}.bio-racial{background:var(--bio-orange);color:#1d1814;padding:125px max(4.5vw,54.5vw - 720px) 140px}.bio-racial-heading{grid-template-columns:190px 1fr;gap:65px;display:grid}.bio-racial-heading .section-index{color:#1d1814}.bio-racial-heading h2{letter-spacing:-.057em;max-width:1000px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,7.1vw,7.4rem);font-weight:400;line-height:.9}.bio-racial-grid{grid-template-columns:.85fr .8fr .85fr;align-items:start;gap:30px;margin-top:95px;display:grid}.bio-racial-grid figure{margin:0}.bio-racial-grid img{object-fit:cover;width:100%;height:540px;display:block}.bio-racial-copy{border-top:1px solid #1d181473;border-bottom:1px solid #1d181473;align-self:center;padding:35px 4px}.bio-racial-copy>p{margin:0 0 23px;font-size:.95rem;line-height:1.77}.bio-racial-note{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:9px;margin-top:38px;font-size:.57rem;display:flex}.bio-racial-note i{font-size:.42rem}.bio-evaristo-photo{margin-top:125px!important}.bio-evaristo-photo img{height:510px}.bio-instagram{max-width:1440px;margin:0 auto;padding:135px 4.5vw 145px}.bio-instagram-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:8vw;display:grid}.bio-instagram-heading h2{letter-spacing:-.057em;margin:38px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.9rem,7.4vw,7.6rem);font-weight:400;line-height:.9}.bio-instagram-heading>div:last-child>p{margin:0 0 35px;font-size:1rem;line-height:1.75}.bio-instagram-heading .primary-button{display:inline-block}.bio-content-grid{border-top:1px solid var(--bio-ink);grid-template-columns:repeat(3,1fr);margin-top:90px;display:grid}.bio-content-grid>a{border-bottom:1px solid #12251d40;border-right:1px solid #12251d40;flex-direction:column;min-height:390px;padding:29px;transition:background .18s,transform .18s;display:flex}.bio-content-grid>a:last-child{border-right:0}.bio-content-grid>a:hover,.bio-content-grid>a:focus-visible{background:var(--bio-sand);transform:translateY(-5px)}.bio-content-grid>a>div{font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;font-size:.62rem;display:flex}.bio-content-grid>a>div span:first-child{color:var(--bio-orange)}.bio-content-grid h3{letter-spacing:-.045em;margin:58px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.3vw,3.3rem);font-weight:400;line-height:1}.bio-content-grid p{color:#12251db3;margin:0 0 38px;font-size:.86rem;line-height:1.65}.bio-content-grid strong{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;margin-top:auto;font-size:.62rem}.bio-archive-link{border-bottom:1px solid var(--bio-ink);margin-top:35px;padding-bottom:4px;font-size:.78rem;font-weight:670;display:inline-block}.bio-final-cta{background:radial-gradient(circle at 50% 45%, #c8b8e829, transparent 32%), var(--bio-ink);color:var(--bio-cream);text-align:center;flex-direction:column;align-items:center;min-height:640px;padding:125px 24px;display:flex;position:relative;overflow:hidden}.bio-final-cta:before,.bio-final-cta:after{content:"";border:1px solid #f4efe324;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bio-final-cta:before{width:560px;height:560px}.bio-final-cta:after{width:830px;height:830px}.bio-final-cta>*{z-index:1;position:relative}.bio-final-cta p{font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem}.bio-final-cta h2{letter-spacing:-.06em;max-width:1100px;margin:48px 0 55px;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,8.8vw,9rem);font-weight:400;line-height:.88}.bio-final-cta a{border:1px solid #f4efe3b3;border-radius:999px;padding:18px 26px;font-size:.86rem;font-weight:680;transition:background .18s,color .18s}.bio-final-cta a:hover,.bio-final-cta a:focus-visible{background:var(--bio-cream);color:var(--bio-ink)}.bio-page footer{background:var(--bio-ink);color:#f4efe3ad}@media (width<=1050px){.bio-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr)}.bio-hero h1{font-size:clamp(5rem,10vw,7.2rem)}.bio-section-intro-light{grid-template-columns:150px 1fr}.bio-section-intro-light>p:last-child{grid-column:2}.bio-journey-item{grid-template-columns:150px .8fr 1fr}.bio-education{grid-template-columns:1fr}.bio-education-gallery{max-width:850px}.bio-racial-grid{grid-template-columns:1fr 1fr}.bio-racial-copy{align-self:center}.bio-evaristo-photo{grid-column:2;margin-top:-60px!important}}@media (width<=800px){.bio-hero{grid-template-columns:1fr;padding-top:68px}.bio-hero h1{font-size:clamp(5.2rem,17vw,8.5rem)}.bio-hero-image{width:100%;max-width:650px;margin:20px auto 0}.bio-origin-grid{grid-template-columns:1fr}.bio-section-intro,.bio-racial-heading{grid-template-columns:1fr;gap:35px}.bio-journey-item{grid-template-columns:120px 1fr;gap:27px}.bio-journey-item>p{grid-column:2}.bio-instagram-heading{grid-template-columns:1fr;align-items:start}.bio-content-grid{grid-template-columns:1fr}.bio-content-grid>a,.bio-content-grid>a:last-child{border-right:0;min-height:320px}}@media (width<=620px){.bio-page .bio-header{padding-left:20px;padding-right:20px}.bio-page .wordmark{font-size:.73rem}.bio-hero{gap:58px;min-height:0;padding:60px 20px 78px}.bio-hero h1{white-space:normal;margin:45px 0 42px;font-size:clamp(4.3rem,22vw,6.4rem)}.bio-hero h1 em{margin-left:0}.bio-hero-statement{font-size:1.55rem}.bio-hero-image{min-height:0}.bio-hero-image img{height:470px}.bio-photo-stamp{width:82px;height:82px;bottom:45px;left:-8px}.bio-route{gap:13px;padding:19px 20px;font-size:.55rem}.bio-route i:nth-child(2n){display:none}.bio-origin,.bio-journey,.bio-racial{padding:88px 20px 100px}.bio-section-intro h2,.bio-racial-heading h2{font-size:3.4rem}.bio-origin-grid{gap:62px;margin-top:60px}.bio-territory-photo figcaption{flex-direction:column;gap:8px}.bio-origin-copy h3{font-size:3rem}.bio-origin-fact{grid-template-columns:90px 1fr}.bio-section-intro-light{grid-template-columns:1fr}.bio-section-intro-light>p:last-child{grid-column:1}.bio-journey-list{margin-top:62px}.bio-journey-item{grid-template-columns:1fr;padding:32px 0 35px}.bio-journey-item>p{grid-column:1}.bio-education{gap:65px;padding:90px 20px 105px}.bio-education-copy h2{font-size:3.45rem}.bio-education-gallery{grid-template-columns:1fr 1fr;gap:13px}.bio-classroom-photo{margin-top:65px!important}.bio-classroom-photo img{height:420px}.bio-book-photo img{height:350px}.bio-racial-grid{grid-template-columns:1fr;margin-top:65px}.bio-racial-grid img,.bio-evaristo-photo img{height:auto}.bio-evaristo-photo{grid-column:1;margin-top:0!important}.bio-instagram{padding:92px 20px 105px}.bio-instagram-heading h2{font-size:3.6rem}.bio-content-grid{margin-top:60px}.bio-content-grid>a{padding:28px 8px}.bio-final-cta{min-height:560px;padding:100px 20px}.bio-final-cta h2{font-size:4.3rem}}
