:root{--brand-navy: #1e3d7b;--brand-copper: #b87333;--brand-charcoal: #2c2c2c;--brand-stone: #d6d6c9;--brand-red: #a7001e;--accent-copper-on-light: #795330;--accent-copper-on-dark: #c7a57e;--accent-red-on-dark: #bf6b73;--surface-page: #171817;--surface-hero: #242523;--text-primary: #f6f4ef;--text-soft: #f4f1ea;color-scheme:light;font-family:Manrope,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}@property --cta-light-x{syntax: "<percentage>"; inherits: false; initial-value: 88%;}@property --cta-light-y{syntax: "<percentage>"; inherits: false; initial-value: 112%;}@property --cta-copper-alpha{syntax: "<number>"; inherits: false; initial-value: .38;}*,*:before,*:after{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0;background:var(--surface-page)}html{scroll-behavior:smooth}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-preloader{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;overflow:hidden;isolation:isolate;color:var(--brand-stone);background:var(--brand-navy);box-shadow:inset 0 0 14rem #0809097a;opacity:1;transition:opacity .42s ease}.site-preloader:before{position:absolute;z-index:-1;inset:0;content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.55'/%3E%3C/svg%3E");opacity:.035;mix-blend-mode:soft-light}.site-preloader:after{position:absolute;z-index:-2;top:-24vmax;left:-18vmax;width:58vmax;aspect-ratio:1;content:"";pointer-events:none;border-radius:50%;background:#b8733333;box-shadow:72vmax 64vmax #d6d6c921;filter:blur(9rem)}.site-preloader--exiting{opacity:0;pointer-events:none}.site-preloader__helix{display:flex;flex-direction:column;align-items:center}.loader-helix{display:inline-flex;width:80px;align-items:center;justify-content:center}.loader-helix__track{display:flex;width:80px;flex-direction:column}.loader-helix__row{position:relative;display:flex;height:6px;align-items:center;justify-content:center}.loader-helix__dot{position:absolute;z-index:1;left:calc(50% - 2.5px);width:5px;height:5px;border-radius:50%;animation:helix-strand-a var(--helix-duration) ease-in-out infinite;animation-delay:var(--helix-delay-a)}.loader-helix__dot--a{background:var(--brand-copper)}.loader-helix__dot--b{background:var(--brand-stone);animation-delay:var(--helix-delay-b)}.loader-helix__rung{position:absolute;z-index:0;width:24px;height:1px;transform-origin:center;background:var(--brand-copper);animation:helix-rung-fade var(--helix-duration) ease-in-out infinite;animation-delay:var(--helix-delay-a)}@keyframes helix-strand-a{0%,50%,to{transform:translate(0) scale(.6);opacity:.3}25%{transform:translate(12px) scale(1);opacity:1}75%{transform:translate(-12px) scale(1);opacity:1}}@keyframes helix-rung-fade{0%,50%,to{transform:scaleX(0);opacity:0}25%,75%{transform:scaleX(1);opacity:.3}}button,a{color:inherit}button{font:inherit}.hero{position:relative;width:100%;height:100svh;min-height:42rem;overflow:hidden;isolation:isolate;color:var(--text-soft);background:var(--surface-hero)}.hero__image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 50%}.hero__wash{position:absolute;z-index:-2;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(8,9,9,.2) 0%,transparent 20%),linear-gradient(90deg,transparent 47%,rgba(8,9,9,.08) 100%)}.site-header{position:fixed;z-index:20;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:clamp(2rem,3.7vh,4rem) clamp(2.5rem,4.25vw,6.5rem) 0;isolation:isolate;transition:padding .42s ease,box-shadow .42s ease}.site-header--scrolled{padding:.55rem clamp(2.5rem,4.25vw,6.5rem);box-shadow:0 .5rem 1.8rem #0003,0 0 2.5rem #00000014}.site-header__filter{position:absolute;width:0;height:0}.site-header__glass,.site-header__glass>div{position:absolute;inset:0;border-radius:inherit;pointer-events:none}.site-header__glass{z-index:-1;overflow:hidden;opacity:0;transition:opacity .42s ease}.site-header--scrolled .site-header__glass{opacity:1}.site-header__glass-distortion{-webkit-backdrop-filter:blur(16px) saturate(1.18);backdrop-filter:blur(16px) saturate(1.18);filter:url(#nav-glass-distortion)}.site-header__glass-tint{background:#171817ad}.site-header__glass-edge{border:1px solid rgba(214,214,201,.2);box-shadow:inset 1px 1px #fff3,inset -1px -1px #d6d6c914}.site-logo{position:relative;z-index:1;display:block;flex:0 0 auto;width:clamp(4.75rem,5vw,7.25rem);margin-left:clamp(-1rem,-.65vw,-.5rem);transition:width .42s ease,margin .42s ease}.site-header--scrolled .site-logo{width:clamp(3.4rem,3.6vw,4.5rem);margin-left:-.45rem}.site-logo img{display:block;width:100%;height:auto}.header-actions{position:relative;z-index:1;display:flex;gap:clamp(.9rem,1.5vw,1.75rem);align-items:center}.desktop-nav{display:flex;align-items:center;gap:clamp(1.8rem,2.65vw,4.15rem)}.desktop-nav a{position:relative;padding:.6rem 0;color:#faf8f3eb;font-size:clamp(.65rem,.72vw,1rem);font-weight:400;line-height:1;letter-spacing:.22em;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 10px rgba(0,0,0,.45)}.desktop-nav a:after{position:absolute;right:.22em;bottom:0;left:0;height:1px;content:"";background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .24s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.desktop-nav a:focus-visible,.site-logo:focus-visible,.theme-toggle:focus-visible,.mobile-nav__toggle:focus-visible{outline:1px solid rgba(255,255,255,.9);outline-offset:.4rem}.theme-toggle{display:inline-grid;width:2.5rem;height:2.5rem;padding:0;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:50%;color:#faf8f3eb;background:#08090924;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .24s ease,background-color .24s ease,transform .24s ease}.theme-toggle:hover{border-color:#ffffffb3;background:#08090947;transform:rotate(8deg)}.theme-toggle__icon{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.theme-toggle__icon--moon{width:1.0625rem;height:1.0625rem;fill:currentColor;stroke:none}.theme-toggle__icon--sun,.logo-for-dark,html[data-theme=dark] .theme-toggle__icon--moon,html[data-theme=dark] .logo-for-light{display:none}html[data-theme=dark] .theme-toggle__icon--sun,html[data-theme=dark] .logo-for-dark{display:block}.identity{position:absolute;z-index:1;top:51%;right:3.7%;width:46.2%;transform:translateY(-50%);text-align:center;text-transform:uppercase;text-shadow:0 2px 20px rgba(0,0,0,.35)}.identity h1{margin:0;color:var(--text-primary);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(2.8rem,3.9vw,6.35rem);font-weight:300;line-height:1;letter-spacing:.3em;white-space:nowrap}.identity p{margin:clamp(1.55rem,3.4vh,3.35rem) 0 0;color:#f6f4efe6;font-size:clamp(.76rem,1.08vw,1.65rem);font-weight:400;line-height:1.4;letter-spacing:.31em;white-space:nowrap}.identity p span{display:inline-block;margin:0 .18em}.scroll-cue{display:inline-grid;width:clamp(3.25rem,4.2vw,4.25rem);min-width:44px;min-height:44px;padding:.65rem;border:0;appearance:none;place-items:center;color:var(--text-soft);background:transparent;cursor:pointer;text-decoration:none;transition:color .24s ease}.scroll-cue:hover,.scroll-cue:focus-visible{color:var(--accent-copper-on-dark)}.scroll-cue:focus-visible{outline:1px solid currentColor;outline-offset:.3rem}.scroll-cue__chevrons{display:flex;width:100%;flex-direction:column;gap:.08rem}.scroll-cue__chevron{display:block;width:100%;height:.72rem;opacity:.16;animation:scroll-cue-pulse 1.8s ease-in-out infinite}.scroll-cue__chevron:nth-child(2){animation-delay:.2s}.scroll-cue__chevron:nth-child(3){animation-delay:.4s}.hero__scroll-cue{position:absolute;z-index:1;right:26.8%;bottom:clamp(2rem,5vh,4rem);transform:translate(50%)}@keyframes scroll-cue-pulse{0%,to{opacity:.16}34%{opacity:.95}68%{opacity:.24}}.mobile-nav{display:none}.landing-section{position:relative;overflow:hidden;scroll-margin-top:2rem}.section-shell{width:100%;padding-right:clamp(2.5rem,4.25vw,6.5rem);padding-left:clamp(2.5rem,4.25vw,6.5rem)}.eyebrow{margin:0 0 clamp(1.5rem,2.4vw,2.75rem);font-size:clamp(.65rem,.72vw,.9rem);font-weight:500;line-height:1;letter-spacing:.28em;text-transform:uppercase}.eyebrow--copper{color:var(--accent-copper-on-light)}.eyebrow--red{color:var(--accent-red-on-dark)}.approach-section .eyebrow--copper,.experience-section .eyebrow--copper,.article-masthead .eyebrow--copper{color:var(--accent-copper-on-dark)}.section-title{margin:0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(3rem,5.6vw,7.5rem);font-weight:300;line-height:.98;letter-spacing:.035em}.section-intro>p:last-child,.experience-header>p,.contact-action>p{margin:clamp(2rem,3.8vw,4rem) 0 0;font-size:clamp(1rem,1.22vw,1.45rem);line-height:1.8}.about-section{padding:clamp(6rem,10vw,12rem) 0;color:var(--brand-charcoal);background:var(--brand-stone)}.about-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(26rem,1.1fr);gap:clamp(4rem,8vw,10rem);align-items:center}.about-copy{max-width:44rem}.about-copy .section-title span{display:block;color:var(--brand-navy)}.copy-block{max-width:39rem;margin-top:clamp(3rem,5vw,6rem)}.copy-block p{margin:0;font-size:clamp(1rem,1.12vw,1.34rem);line-height:1.85}.copy-block .lede{margin-bottom:1.6rem;color:var(--brand-navy);font-size:clamp(1.2rem,1.48vw,1.75rem);font-weight:500;line-height:1.55}.signature-line{margin:clamp(3rem,5.5vw,6rem) 0 0;color:var(--accent-copper-on-light);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(.8rem,.92vw,1.08rem);font-weight:400;line-height:1.7;letter-spacing:.08em}.signature-line span{display:block}.portrait-frame{position:relative;min-height:36rem;max-height:54rem;margin:0;aspect-ratio:4 / 5;overflow:hidden;background:var(--brand-charcoal)}.portrait-frame:before{position:absolute;z-index:2;top:0;right:0;width:34%;height:1px;content:"";background:var(--brand-copper)}.portrait-frame:after{position:absolute;z-index:2;top:0;right:0;width:1px;height:24%;content:"";background:var(--brand-copper)}.portrait-frame img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:73% 50%}.portrait-frame figcaption{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;color:var(--brand-stone);background:#171817cc;font-size:clamp(.58rem,.62vw,.76rem);letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.approach-section{min-height:100svh;padding:clamp(6rem,10vw,12rem) 0;color:var(--brand-stone);background:var(--brand-navy)}.approach-mark{position:absolute;right:clamp(-15rem,-9vw,-5rem);bottom:clamp(-16rem,-11vw,-6rem);width:clamp(32rem,54vw,62rem);height:auto;max-width:none;opacity:.04;pointer-events:none}.approach-grid{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(30rem,1.18fr);gap:clamp(5rem,10vw,14rem);align-items:start}.section-intro--light{color:var(--brand-stone)}.section-intro--light>p:last-child{color:#d6d6c9c2}.principle-list{margin:0;padding:0;list-style:none}.principle-list li{padding:clamp(2rem,3.5vw,3.75rem) 0;border-top:1px solid rgba(214,214,201,.3)}.principle-list li:last-child{border-bottom:1px solid rgba(214,214,201,.3)}.principle-list h3,.discipline-card h3,.writing-item h3{margin:0;font-family:Raleway,Century Gothic,sans-serif;font-weight:300}.principle-list h3{font-size:clamp(2rem,2.8vw,3.7rem);line-height:1;letter-spacing:.08em}.principle-list p{max-width:38rem;margin:1.15rem 0 0;color:#d6d6c9c2;font-size:clamp(.94rem,1vw,1.2rem);line-height:1.75}.experience-section{padding:clamp(6rem,10vw,12rem) 0;color:var(--brand-stone);background:var(--brand-charcoal)}.experience-header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr);gap:clamp(4rem,9vw,12rem);align-items:end}.experience-header>p{margin-bottom:.45rem;color:#d6d6c9b8}.discipline-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(5rem,9vw,10rem);border-top:1px solid var(--brand-copper)}.discipline-card{min-height:clamp(23rem,31vw,36rem);padding:clamp(2rem,3.5vw,4.5rem) clamp(1.5rem,3vw,4rem);border-right:1px solid rgba(214,214,201,.18)}.discipline-card:first-child{padding-left:0}.discipline-card:last-child{padding-right:0;border-right:0}.discipline-card h3{max-width:24rem;margin-top:0;font-size:clamp(1.85rem,2.7vw,3.4rem);line-height:1.14;letter-spacing:.035em}.discipline-card p{max-width:25rem;margin:1.8rem 0 0;color:#d6d6c9a6;font-size:clamp(.9rem,.98vw,1.12rem);line-height:1.8}.writing-section{padding:clamp(6rem,10vw,12rem) 0;isolation:isolate;color:var(--text-primary);background:var(--surface-page)}.writing-accent{position:absolute;z-index:-1;top:0;right:14%;width:1px;height:clamp(8rem,18vw,22rem);background:var(--brand-red)}.writing-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(30rem,1.18fr);gap:clamp(5rem,10vw,14rem)}.writing-intro{align-self:start}.writing-list{border-top:1px solid rgba(214,214,201,.28)}.writing-item{display:grid;grid-template-columns:minmax(5rem,.28fr) 1.72fr;column-gap:clamp(1.5rem,3vw,4rem);padding:clamp(2.25rem,4vw,4.5rem) 0;border-bottom:1px solid rgba(214,214,201,.28)}.writing-label{grid-row:1 / span 2;margin:0;color:var(--accent-red-on-dark);font-size:clamp(.62rem,.68vw,.82rem);font-weight:500;letter-spacing:.22em;text-transform:uppercase}.writing-label time{display:block;margin-top:.85rem;color:#d6d6c99e;font-size:.88em;letter-spacing:.12em}.writing-item h3 a{text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:.18em;transition:color .24s ease,text-decoration-color .24s ease}.writing-item h3 a:hover,.writing-item h3 a:focus-visible{color:var(--brand-stone);text-decoration-color:var(--brand-red)}.writing-item h3 a:focus-visible{outline:1px solid var(--brand-stone);outline-offset:.4rem}.writing-item h3{font-size:clamp(1.8rem,2.45vw,3.2rem);line-height:1.18;letter-spacing:.025em}.writing-item>p:last-child{max-width:44rem;margin:1.25rem 0 0;color:#f6f4ef9e;font-size:clamp(.9rem,.96vw,1.1rem);line-height:1.75}.contact-section{padding:clamp(6rem,10vw,12rem) 0 0;color:var(--brand-charcoal);background:var(--brand-stone)}.contact-rule{position:absolute;top:0;left:clamp(2.5rem,4.25vw,6.5rem);width:clamp(5rem,12vw,14rem);height:1px;background:var(--brand-copper)}.contact-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(22rem,.82fr);gap:clamp(4rem,10vw,14rem);align-items:end;padding-bottom:clamp(7rem,12vw,14rem)}.contact-action{padding-bottom:.5rem}.contact-action>p{margin-top:0;color:#2c2c2cc7}.primary-cta{--cta-light-x: 88%;--cta-light-y: 112%;--cta-copper-alpha: .38;display:inline-flex;position:relative;align-items:center;justify-content:space-between;isolation:isolate;overflow:hidden;gap:2rem;min-width:min(100%,22rem);min-height:44px;margin-top:clamp(2rem,3.5vw,3.75rem);padding:.95rem 1.25rem;border:1px solid var(--brand-copper);color:var(--brand-stone);background:radial-gradient(115% 170% at var(--cta-light-x) var(--cta-light-y),rgb(184 115 51 / var(--cta-copper-alpha)) 0%,rgb(184 115 51 / .08) 34%,transparent 62%),linear-gradient(112deg,var(--brand-navy) 0%,var(--brand-charcoal) 100%);box-shadow:inset 0 1px #d6d6c924,inset 0 -1px #2c2c2c52;font-size:clamp(.68rem,.72vw,.88rem);font-weight:500;letter-spacing:.2em;text-decoration:none;text-transform:uppercase;transition:transform .24s ease,box-shadow .24s ease,--cta-light-x .36s ease,--cta-light-y .36s ease,--cta-copper-alpha .24s ease}.gradient-button:before{position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,transparent 18%,rgb(214 214 201 / .08) 48%,transparent 72%);content:"";opacity:0;transform:translate(-45%);transition:opacity .24s ease,transform .36s ease}.gradient-button__label{position:relative}.primary-cta:hover{--cta-light-x: 76%;--cta-light-y: 92%;--cta-copper-alpha: .44;transform:translateY(-2px);box-shadow:inset 0 1px #d6d6c933,inset 0 -1px #2c2c2c38,0 .75rem 1.8rem #2c2c2c24}.gradient-button:hover:before{opacity:1;transform:translate(38%)}.primary-cta:focus-visible,.site-footer a:focus-visible{outline:1px solid var(--brand-charcoal);outline-offset:.4rem}html[data-theme=light] .contact-section .primary-cta{--cta-copper-alpha: .18;border-color:var(--accent-copper-on-light);color:var(--brand-navy);background:radial-gradient(115% 170% at var(--cta-light-x) var(--cta-light-y),rgb(184 115 51 / var(--cta-copper-alpha)) 0%,rgb(184 115 51 / .04) 34%,transparent 62%),linear-gradient(112deg,var(--text-primary) 0%,var(--brand-stone) 100%);box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #79533024}html[data-theme=light] .contact-section .gradient-button:before{background:linear-gradient(112deg,transparent 18%,rgb(30 61 123 / .06) 48%,transparent 72%)}html[data-theme=light] .contact-section .primary-cta:hover{--cta-copper-alpha: .24;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #7953302e,0 .75rem 1.8rem #2c2c2c1a}.site-footer{position:relative;width:100%;overflow:hidden;isolation:isolate;color:var(--brand-charcoal);background:transparent}.site-footer:before{position:absolute;z-index:-1;top:0;right:0;left:0;height:clamp(8rem,14vw,13rem);background:radial-gradient(42% 100% at 50% 0%,rgba(30,61,123,.11) 0%,rgba(30,61,123,.045) 44%,transparent 100%);content:"";pointer-events:none}.site-footer:after{position:absolute;top:0;left:50%;width:min(34vw,30rem);height:1px;background:#b87333e0;box-shadow:0 0 16px #b873335c;content:"";pointer-events:none;transform:translate(-50%)}.site-footer--article{background:var(--brand-stone)}.site-footer__inner{padding-top:clamp(3.5rem,5.5vw,6rem);padding-bottom:clamp(2rem,3vw,3.25rem);border-top:1px solid var(--brand-copper)}.site-footer__main{display:grid;grid-template-columns:minmax(16rem,1fr) auto;gap:clamp(3rem,8vw,10rem);align-items:start}.footer-connect{justify-self:end}.site-footer a{color:inherit;text-decoration:none}.footer-brand{display:inline-flex;gap:1rem;align-items:center;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(1.15rem,1.4vw,1.55rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase}.footer-brand img{width:3.75rem;height:3.75rem;margin:-.7rem -.4rem -.7rem -.75rem}.footer-identity>p{max-width:20rem;margin:1.35rem 0 0;color:#2c2c2cad;font-size:clamp(.78rem,.84vw,.96rem);line-height:1.65}.footer-heading{margin:0;color:var(--accent-copper-on-light);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(.66rem,.7vw,.8rem);font-weight:500;letter-spacing:.22em;text-transform:uppercase}.footer-links{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,2.65vw,3.25rem);margin-top:1.4rem}.footer-links a,.footer-legal a{position:relative;width:fit-content;font-family:Manrope,Segoe UI,sans-serif;font-size:clamp(.75rem,.78vw,.9rem);line-height:1.5}.footer-links a:after,.footer-legal a:after{position:absolute;right:0;bottom:-.25rem;left:0;height:1px;background:var(--brand-copper);content:"";transform:scaleX(0);transform-origin:right;transition:transform .24s ease}.footer-links a:hover:after,.footer-legal a:hover:after{transform:scaleX(1);transform-origin:left}.footer-social-list{display:flex;gap:.5rem;margin-top:.85rem}.footer-socials{margin-top:clamp(1.75rem,2.5vw,2.75rem)}.footer-social-list a{display:inline-grid;width:44px;height:44px;place-items:center;color:var(--brand-navy);transition:color .24s ease,transform .24s ease}.footer-social-list a:hover{color:var(--accent-copper-on-light);transform:translateY(-2px)}.footer-social-list svg{width:1.2rem;height:1.2rem;fill:currentColor}.footer-social-list .footer-social-icon--instagram{fill:none;stroke:currentColor;stroke-width:1.6}.footer-social-list .footer-social-icon__dot{fill:currentColor;stroke:none}.footer-meta{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:clamp(3rem,5vw,5rem);padding-top:1.5rem;border-top:1px solid rgba(44,44,44,.24);font-size:clamp(.62rem,.66vw,.76rem);letter-spacing:.14em;text-transform:uppercase}.footer-meta>p{margin:0}.footer-legal{display:flex;gap:clamp(1.5rem,2.5vw,3rem)}.article-page{color:var(--brand-charcoal);background:var(--brand-stone)}.article-masthead{position:relative;min-height:min(52rem,82svh);overflow:hidden;isolation:isolate;color:var(--brand-stone);background:var(--brand-navy)}.article-masthead__mark{position:absolute;z-index:-1;right:clamp(-15rem,-8vw,-5rem);bottom:clamp(-18rem,-12vw,-8rem);width:clamp(34rem,52vw,58rem);height:auto;max-width:none;opacity:.035;pointer-events:none}.article-masthead__content{width:min(100%,92rem);margin:0 auto;padding:clamp(11rem,21vh,16rem) clamp(2.5rem,8vw,9rem) clamp(6rem,10vh,9rem)}.article-back{display:inline-flex;gap:.75rem;align-items:center;margin-bottom:clamp(3rem,5vw,5rem);color:#d6d6c9c2;font-size:clamp(.62rem,.68vw,.82rem);letter-spacing:.2em;text-decoration:none;text-transform:uppercase}.article-back span{color:var(--accent-copper-on-dark);font-size:1.1rem;letter-spacing:0;transition:transform .24s ease}.article-back:hover span{transform:translate(-.25rem)}.article-masthead__content .eyebrow{margin-bottom:clamp(1.75rem,2.8vw,3rem)}.article-masthead h1{max-width:74rem;margin:0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(4rem,8.1vw,9.5rem);font-weight:300;line-height:.94;letter-spacing:.015em}.article-deck{max-width:50rem;margin:clamp(2.5rem,4vw,4rem) 0 0;color:#d6d6c9c7;font-size:clamp(1.05rem,1.35vw,1.55rem);line-height:1.75}.article-meta{display:flex;gap:clamp(1.5rem,3vw,3.5rem);margin-top:clamp(3rem,5vw,5rem);color:#d6d6c9c7;font-size:clamp(.62rem,.68vw,.82rem);letter-spacing:.18em;text-transform:uppercase}.article-layout{display:grid;grid-template-columns:minmax(8rem,.35fr) minmax(0,1fr);gap:clamp(4rem,9vw,11rem);width:min(100%,88rem);margin:0 auto;padding:clamp(7rem,12vw,13rem) clamp(2.5rem,6vw,6rem)}.article-rail{position:sticky;top:3rem;align-self:start;padding-top:.6rem;border-top:1px solid var(--brand-copper)}.article-rail p{display:block;margin:1.25rem 0 0;font-size:clamp(.6rem,.65vw,.76rem);font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-navy);line-height:1.6}.article-prose{max-width:48rem}.article-prose>p,.article-prose li{font-size:clamp(1rem,1.07vw,1.22rem);line-height:1.9}.article-prose>p{margin:0 0 1.7rem}.article-prose .article-lede{margin-bottom:2rem;color:var(--brand-navy);font-size:clamp(1.35rem,1.75vw,2rem);font-weight:500;line-height:1.58}.article-prose h2{margin:clamp(4.5rem,7vw,7rem) 0 1.6rem;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(2.3rem,3.5vw,4.2rem);font-weight:300;line-height:1.08;letter-spacing:.02em}.article-key-points{margin:clamp(4rem,6vw,6rem) 0;padding:clamp(2.5rem,4vw,4rem);border-top:1px solid var(--brand-copper);border-bottom:1px solid rgba(44,44,44,.25);background:#f6f4ef52}.article-key-points .eyebrow{margin-bottom:2rem}.article-key-points ul{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.article-key-points li{position:relative;padding-left:1.5rem}.article-key-points li:before{position:absolute;top:.82em;left:0;width:.35rem;height:.35rem;content:"";background:var(--brand-red);transform:rotate(45deg)}.article-prose blockquote{margin:clamp(4.5rem,7vw,7rem) 0;padding:clamp(2rem,3vw,3.5rem) 0 clamp(2rem,3vw,3.5rem) clamp(2rem,4vw,4rem);border-left:1px solid var(--brand-copper)}.article-prose blockquote p{margin:0;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(1.8rem,2.8vw,3.25rem);font-weight:300;line-height:1.34}.article-disclaimer{margin-top:clamp(5rem,8vw,8rem);padding-top:1.5rem;border-top:1px solid rgba(44,44,44,.3);color:#2c2c2ca3;font-size:clamp(.72rem,.76vw,.9rem);line-height:1.75}.legal-page{color:var(--brand-charcoal);background:var(--brand-stone)}.legal-masthead{position:relative;min-height:clamp(34rem,66svh,46rem);overflow:hidden;isolation:isolate;color:var(--brand-stone);background:var(--brand-navy)}.legal-masthead__mark{position:absolute;z-index:-1;right:clamp(-13rem,-6vw,-4rem);bottom:clamp(-16rem,-10vw,-7rem);width:clamp(30rem,46vw,52rem);height:auto;max-width:none;opacity:.04;pointer-events:none}.legal-masthead__content{width:min(100%,92rem);margin:0 auto;padding:clamp(11rem,20vh,15rem) clamp(2.5rem,8vw,9rem) clamp(5rem,9vh,8rem)}.legal-masthead h1{max-width:76rem;margin:0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(4rem,7.2vw,8.5rem);font-weight:300;line-height:.96;letter-spacing:.015em}.legal-updated{margin:clamp(2.5rem,4vw,4rem) 0 0;color:#d6d6c9c2;font-size:clamp(.65rem,.7vw,.82rem);letter-spacing:.18em;text-transform:uppercase}.legal-layout{display:grid;grid-template-columns:minmax(10rem,.34fr) minmax(0,1fr);gap:clamp(4rem,9vw,11rem);width:min(100%,92rem);margin:0 auto;padding:clamp(7rem,11vw,12rem) clamp(2.5rem,6vw,6rem)}.legal-rail{position:sticky;top:7rem;align-self:start;padding-top:1.15rem;border-top:1px solid var(--brand-copper)}.legal-rail>p{margin:0;color:var(--accent-copper-on-light);font-size:clamp(.62rem,.66vw,.78rem);font-weight:500;letter-spacing:.2em;text-transform:uppercase}.legal-rail nav{display:grid;gap:.9rem;margin-top:2rem}.legal-rail a{position:relative;width:fit-content;color:#2c2c2ca8;font-size:clamp(.76rem,.8vw,.92rem);line-height:1.55;text-decoration:none;transition:color .24s ease}.legal-rail a:hover,.legal-rail a[aria-current=page]{color:var(--brand-navy)}.legal-rail a[aria-current=page]:before{position:absolute;top:.72em;left:-1rem;width:.35rem;height:1px;background:var(--brand-copper);content:""}.legal-prose{max-width:54rem}.legal-prose p,.legal-prose li{font-size:clamp(.98rem,1vw,1.14rem);line-height:1.88}.legal-prose p{margin:0 0 1.55rem}.legal-prose .legal-lede{margin-bottom:2rem;color:var(--brand-navy);font-size:clamp(1.3rem,1.62vw,1.85rem);font-weight:500;line-height:1.58}.legal-prose h2{margin:clamp(4.25rem,6vw,6rem) 0 1.4rem;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(1.9rem,2.7vw,3.25rem);font-weight:300;line-height:1.16;letter-spacing:.02em}.legal-prose>h2:first-child{margin-top:0}.legal-prose h3{margin:2.75rem 0 1rem;color:var(--brand-charcoal);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(1.3rem,1.6vw,1.8rem);font-weight:400;line-height:1.3}.legal-prose h4{margin:2.25rem 0 .85rem;color:var(--accent-copper-on-light);font-size:clamp(.72rem,.78vw,.9rem);font-weight:500;letter-spacing:.16em;text-transform:uppercase}.legal-prose ul{display:grid;gap:.7rem;margin:0 0 2rem;padding-left:1.3rem}.legal-prose li{padding-left:.35rem}.legal-prose li::marker{color:var(--brand-copper)}.legal-prose a{color:var(--brand-navy);text-decoration-color:var(--brand-copper);text-decoration-thickness:1px;text-underline-offset:.24em}.legal-prose a:hover{text-decoration-thickness:2px}.legal-prose a:focus-visible,.legal-rail a:focus-visible{outline:1px solid var(--brand-charcoal);outline-offset:.3rem}.legal-notice{margin:clamp(4rem,6vw,6rem) 0;padding:clamp(2rem,3.5vw,3.5rem);border-top:1px solid var(--brand-copper);border-bottom:1px solid rgba(44,44,44,.24);background:#1e3d7b12}.legal-notice h2{margin-top:0}.legal-notice p{font-size:clamp(.9rem,.94vw,1.05rem);font-weight:500;line-height:1.8}.legal-contact-list{list-style:none}.legal-contact-list li{padding-left:0}.contact-page{color:var(--brand-charcoal);background:var(--brand-stone)}.contact-masthead{position:relative;min-height:clamp(38rem,76svh,58rem);overflow:hidden;isolation:isolate;color:var(--brand-stone);background:var(--brand-navy)}.contact-masthead__mark{position:absolute;z-index:-1;right:clamp(-15rem,-7vw,-5rem);bottom:clamp(-18rem,-12vw,-8rem);width:clamp(34rem,52vw,62rem);height:auto;max-width:none;opacity:.045;pointer-events:none}.contact-masthead__content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(22rem,.8fr);gap:clamp(4rem,10vw,14rem);align-items:end;width:min(100%,112rem);min-height:inherit;margin:0 auto;padding:clamp(11rem,19vh,15rem) clamp(2.5rem,4.25vw,6.5rem) clamp(5rem,10vh,8rem)}.contact-masthead__intro .eyebrow{color:var(--accent-copper-on-dark)}.contact-masthead h1{max-width:66rem;margin:0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(4rem,7.4vw,9rem);font-weight:300;line-height:.95;letter-spacing:.015em}.contact-masthead__deck{max-width:36rem;margin:0 0 .6rem;color:#d6d6c9c2;font-size:clamp(1rem,1.2vw,1.4rem);line-height:1.8}.contact-workspace{width:min(100%,78rem);margin:0 auto;padding:clamp(6rem,10vw,12rem) clamp(2.5rem,4.25vw,6.5rem)}.contact-form__heading h2{margin:0;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(2.8rem,4.6vw,6rem);font-weight:300;line-height:1.06;letter-spacing:.025em}.contact-form__heading>p:last-child{max-width:35rem;margin:clamp(2rem,3vw,3rem) 0 0;color:#2c2c2cb8;font-size:clamp(.96rem,1vw,1.12rem);line-height:1.82}.contact-form{position:relative;align-self:start;padding-top:1.15rem;border-top:1px solid var(--brand-copper)}.contact-form__honeypot{position:absolute;top:-10000px;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,3vw,3rem) clamp(1.5rem,3vw,3.5rem);margin-top:clamp(3.5rem,6vw,6rem)}.contact-field{display:grid;gap:.8rem}.contact-field--message{grid-column:1 / -1}.contact-field>span{color:var(--accent-copper-on-light);font-size:clamp(.64rem,.68vw,.78rem);font-weight:500;letter-spacing:.18em;text-transform:uppercase}.contact-field small{margin-left:.4rem;color:#2c2c2c7a;font:inherit;letter-spacing:.1em}.contact-field input,.contact-field select,.contact-field textarea{width:100%;min-height:3.25rem;padding:.7rem 0;border:0;border-bottom:1px solid rgba(44,44,44,.36);border-radius:0;outline:0;color:var(--brand-charcoal);background:transparent;font:inherit;line-height:1.5;transition:border-color .24s ease,background-color .24s ease}.contact-field select{cursor:pointer}.contact-field textarea{min-height:10rem;resize:vertical}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-bottom-color:var(--brand-navy);background:#f6f4ef33}.contact-consents{margin-top:clamp(2.5rem,4vw,4rem)}.contact-consent{display:flex;max-width:58rem;gap:.9rem;align-items:flex-start;color:#2c2c2ca8;font-size:clamp(.7rem,.74vw,.84rem);line-height:1.75;cursor:pointer}.contact-consent+.contact-consent{margin-top:.9rem}.contact-consent input{width:1rem;height:1rem;margin:.24rem 0 0;flex:0 0 auto;accent-color:var(--brand-copper);cursor:pointer}.contact-consent input:focus-visible{outline:1px solid var(--brand-navy);outline-offset:.3rem}.contact-form__status{margin:2rem 0 0;font-size:.88rem;line-height:1.6}.contact-form__status--error{color:var(--brand-red)}.contact-form__footer{display:grid;grid-template-columns:minmax(16rem,auto) minmax(12rem,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:end;margin-top:clamp(2.5rem,4vw,4rem)}.contact-form__submit{margin-top:0;cursor:pointer}.contact-form__submit:disabled{cursor:wait;opacity:.72}.contact-form__footer>p{margin:0 0 .15rem;color:#2c2c2c94;font-size:clamp(.68rem,.72vw,.82rem);line-height:1.7}.contact-form__footer a{color:var(--brand-navy);text-decoration-color:var(--brand-copper);text-underline-offset:.22em}.contact-form__footer a:focus-visible{outline:1px solid var(--brand-charcoal);outline-offset:.35rem}.contact-form__success{min-height:24rem;padding-top:clamp(2.5rem,5vw,5rem)}.contact-form__success h2{max-width:48rem;margin:1rem 0 0;color:var(--brand-navy);font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(2.8rem,4.6vw,6rem);font-weight:300;line-height:1.06;letter-spacing:.025em}.contact-form__success>p:not(.eyebrow){max-width:35rem;margin:2rem 0 0;color:#2c2c2cb8;line-height:1.82}.contact-form__again{margin-top:2.5rem;padding:0 0 .35rem;border:0;border-bottom:1px solid var(--brand-copper);color:var(--brand-navy);background:transparent;font:inherit;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.contact-form__again:focus-visible{outline:1px solid var(--brand-charcoal);outline-offset:.4rem}.article-next{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(3rem,8vw,9rem);align-items:end;overflow:hidden;padding:clamp(6rem,10vw,11rem) clamp(2.5rem,8vw,9rem);color:var(--brand-stone);background:var(--brand-charcoal)}.article-next>img{position:absolute;right:-10rem;bottom:-14rem;width:clamp(26rem,42vw,46rem);height:auto;opacity:.035;pointer-events:none}.article-next>div,.article-next .primary-cta{position:relative}.article-next h2{max-width:52rem;margin:0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(3rem,5.6vw,7rem);font-weight:300;line-height:1;letter-spacing:.02em}.article-next .primary-cta{margin-top:0}.article-back:focus-visible,.site-footer--article a:focus-visible{outline:1px solid currentColor;outline-offset:.4rem}.about-section,.contact-section,.contact-page,.article-page,.legal-page,.site-footer,.article-key-points{transition:color .24s ease,background-color .24s ease,border-color .24s ease}html[data-theme=dark] body,html[data-theme=dark] .about-section,html[data-theme=dark] .contact-page,html[data-theme=dark] .article-page,html[data-theme=dark] .legal-page,html[data-theme=dark] .site-footer--article{color:var(--brand-stone);background:var(--surface-page)}html[data-theme=dark] .contact-section{color:var(--brand-stone);background:var(--brand-navy)}html[data-theme=dark] .contact-form__heading h2{color:var(--brand-stone)}html[data-theme=dark] .contact-form__heading>p:last-child,html[data-theme=dark] .contact-form__footer>p,html[data-theme=dark] .contact-consent,html[data-theme=dark] .contact-form__success>p:not(.eyebrow){color:#d6d6c9b3}html[data-theme=dark] .contact-form__success h2{color:var(--brand-stone)}html[data-theme=dark] .contact-form__again{color:var(--brand-copper)}html[data-theme=dark] .contact-form__status--error{color:var(--accent-red-on-dark)}html[data-theme=dark] .contact-consent input:focus-visible,html[data-theme=dark] .contact-form__again:focus-visible{outline-color:var(--brand-stone)}html[data-theme=dark] .contact-form__footer a{color:var(--brand-copper)}html[data-theme=dark] .contact-field>span{color:var(--accent-copper-on-dark)}html[data-theme=dark] .contact-field small{color:#d6d6c97a}html[data-theme=dark] .contact-field input,html[data-theme=dark] .contact-field select,html[data-theme=dark] .contact-field textarea{border-bottom-color:#d6d6c952;color:var(--brand-stone)}html[data-theme=dark] .contact-field option{color:var(--brand-charcoal)}html[data-theme=dark] .contact-field input:focus,html[data-theme=dark] .contact-field select:focus,html[data-theme=dark] .contact-field textarea:focus{border-bottom-color:var(--brand-copper);background:#d6d6c90a}html[data-theme=dark] .contact-form__footer a:focus-visible{outline-color:var(--brand-stone)}html[data-theme=dark] .contact-section .primary-cta{border-color:var(--accent-copper-on-dark)}html[data-theme=dark] .eyebrow--copper{color:var(--accent-copper-on-dark)}html[data-theme=dark] .about-copy .section-title span,html[data-theme=dark] .copy-block .lede,html[data-theme=dark] .article-prose .article-lede,html[data-theme=dark] .article-rail p{color:var(--brand-copper)}html[data-theme=dark] .copy-block p,html[data-theme=dark] .contact-action>p,html[data-theme=dark] .article-prose>p,html[data-theme=dark] .article-key-points li{color:#d6d6c9c7}html[data-theme=dark] .article-prose h2,html[data-theme=dark] .article-prose blockquote p,html[data-theme=dark] .legal-prose h2,html[data-theme=dark] .legal-prose h3{color:var(--brand-stone)}html[data-theme=dark] .legal-prose .legal-lede,html[data-theme=dark] .legal-prose a,html[data-theme=dark] .legal-rail a[aria-current=page]{color:var(--brand-copper)}html[data-theme=dark] .legal-prose p,html[data-theme=dark] .legal-prose li,html[data-theme=dark] .legal-rail a{color:#d6d6c9c7}html[data-theme=dark] .legal-rail>p,html[data-theme=dark] .legal-prose h4{color:var(--accent-copper-on-dark)}html[data-theme=dark] .legal-notice{border-bottom-color:#d6d6c938;background:#1e3d7b33}html[data-theme=dark] .legal-prose a:focus-visible,html[data-theme=dark] .legal-rail a:focus-visible{outline-color:var(--brand-stone)}html[data-theme=dark] .article-key-points{border-bottom-color:#d6d6c938;background:#1e3d7b2e}html[data-theme=dark] .article-prose blockquote{border-left-color:var(--brand-copper)}html[data-theme=dark] .article-disclaimer{border-color:#d6d6c942;color:#d6d6c994}html[data-theme=dark] .site-footer{color:var(--brand-stone)}html[data-theme=dark] .site-footer:before{background:radial-gradient(42% 100% at 50% 0%,rgba(214,214,201,.1) 0%,rgba(214,214,201,.035) 48%,transparent 100%)}html[data-theme=dark] .footer-brand,html[data-theme=dark] .footer-social-list a{color:var(--brand-stone)}html[data-theme=dark] .footer-social-list a:hover{color:var(--accent-copper-on-dark)}html[data-theme=dark] .footer-identity>p{color:#d6d6c9ad}html[data-theme=dark] .footer-heading{color:var(--accent-copper-on-dark)}html[data-theme=dark] .footer-meta{border-top-color:#d6d6c938}html[data-theme=dark] .primary-cta:focus-visible,html[data-theme=dark] .site-footer a:focus-visible{outline-color:var(--brand-stone)}@media(max-width:900px){.hero{min-height:38rem}.hero__image{object-position:25% center}.hero__wash{background:linear-gradient(180deg,rgba(5,6,6,.2) 0%,transparent 24%),linear-gradient(0deg,#050606b8,#0506060a 46%)}}@media(max-width:900px){.site-header{padding:1.7rem 1.6rem 0;justify-content:space-between}.site-header--scrolled{padding:.45rem 1.6rem}.desktop-nav{display:none}.site-logo{width:4.5rem;margin-left:-.7rem}.site-header--scrolled .site-logo{width:3.35rem;margin-left:-.4rem}}@media(max-width:900px){.mobile-nav{position:relative;z-index:2;display:block}.mobile-nav__toggle{position:relative;z-index:4;display:grid;width:3rem;height:3rem;padding:0;place-items:center;border:0;color:#faf8f3f5;background:transparent;cursor:pointer;filter:drop-shadow(0 1px 10px rgba(0,0,0,.4))}.mobile-nav__icon{width:3rem;height:3rem;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.mobile-nav__icon path{transition:stroke-dasharray .52s cubic-bezier(.65,0,.35,1),stroke-dashoffset .52s cubic-bezier(.65,0,.35,1)}.mobile-nav__icon-top{stroke-dasharray:30 88;stroke-dashoffset:0}.mobile-nav__icon-middle{stroke-dasharray:30 30;stroke-dashoffset:0}.mobile-nav__icon-bottom{stroke-dasharray:30 88.1;stroke-dashoffset:-88}.mobile-nav--open .mobile-nav__icon-top{stroke-dashoffset:-81}.mobile-nav--open .mobile-nav__icon-middle{stroke-dasharray:.1 30;stroke-dashoffset:-15}.mobile-nav--open .mobile-nav__icon-bottom{stroke-dashoffset:-6}.mobile-nav__backdrop{position:fixed;z-index:1;inset:0;width:100%;height:100%;padding:0;border:0;visibility:hidden;background:#07080994;opacity:0;cursor:default;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .48s ease,visibility 0s linear .48s}.mobile-nav--open .mobile-nav__backdrop{visibility:visible;opacity:1;transition-delay:0s}.mobile-nav__panel{position:fixed;z-index:2;top:0;right:0;display:flex;width:min(88vw,30rem);height:100dvh;min-height:34rem;overflow:hidden auto;flex-direction:column;justify-content:center;padding:clamp(7.5rem,17vh,10rem) clamp(2rem,8vw,3.75rem) clamp(2.5rem,7vh,4rem);border-left:1px solid rgba(214,214,201,.2);visibility:hidden;color:var(--brand-stone);background:linear-gradient(145deg,#1e3d7bf5,#181b21f7),#1e3d7bf0;box-shadow:-1.5rem 0 4rem #0000004d,inset 1px 0 #ffffff1a;transform:translate3d(102%,0,0);transition:transform .62s cubic-bezier(.77,0,.18,1),visibility 0s linear .62s}.mobile-nav--open .mobile-nav__panel{visibility:visible;transform:translateZ(0);transition-delay:0s}.mobile-nav__panel:focus{outline:0}.mobile-nav__panel:before{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 24%),radial-gradient(circle at 100% 20%,rgba(184,115,51,.2),transparent 34%)}.mobile-nav__panel-glow{position:absolute;right:-8rem;bottom:-7rem;width:24rem;height:24rem;border:1px solid rgba(214,214,201,.08);border-radius:50%;opacity:.62;pointer-events:none}.mobile-nav__panel-glow:before,.mobile-nav__panel-glow:after{position:absolute;border:1px solid rgba(214,214,201,.07);border-radius:inherit;content:""}.mobile-nav__panel-glow:before{inset:3rem}.mobile-nav__panel-glow:after{inset:6rem}.mobile-nav__eyebrow{position:relative;margin:0 0 clamp(1.5rem,4vh,2.5rem);color:var(--accent-copper-on-dark);font-size:.62rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.mobile-nav__panel nav{position:relative;display:grid;border-top:1px solid rgba(214,214,201,.22)}.mobile-nav__panel nav a{display:block;padding:clamp(.85rem,2.6vh,1.25rem) 0;border-bottom:1px solid rgba(214,214,201,.16);color:#faf8f3f0;font-family:Raleway,Century Gothic,sans-serif;font-size:clamp(1.25rem,6vw,1.8rem);font-weight:300;line-height:1;letter-spacing:.04em;text-decoration:none;opacity:0;transform:translate(2rem);transition:color .24s ease,padding .24s ease,opacity .38s ease,transform .5s cubic-bezier(.22,1,.36,1)}.mobile-nav--open .mobile-nav__panel nav a{opacity:1;transform:translate(0);transition-delay:0s,0s,calc(.19s + var(--mobile-nav-index) * 65ms),calc(.19s + var(--mobile-nav-index) * 65ms)}.mobile-nav__panel nav a:hover,.mobile-nav__panel nav a:focus-visible{padding-left:.45rem;color:var(--accent-copper-on-dark);outline:0}.mobile-nav__signature{position:relative;margin:auto 0 0;padding-top:clamp(2rem,6vh,4rem);color:#d6d6c97a;font-family:Raleway,Century Gothic,sans-serif;font-size:.62rem;letter-spacing:.24em;text-transform:uppercase}}@media(max-width:900px){.identity{top:auto;right:1.6rem;bottom:calc(clamp(6.5rem,15vh,8.5rem) + 100% - 100svh);left:1.6rem;width:auto;transform:none}.identity h1{font-size:clamp(2rem,9.5vw,4.5rem);letter-spacing:.17em}.identity p{margin-top:1.2rem;font-size:clamp(.58rem,2.5vw,.82rem);letter-spacing:.2em;white-space:normal}.hero__scroll-cue{right:auto;bottom:calc(max(1rem,calc(env(safe-area-inset-bottom) + .5rem)) + 100% - 100svh);left:50%;transform:translate(-50%)}}@media(max-width:900px){.section-shell{padding-right:1.6rem;padding-left:1.6rem}.landing-section{scroll-margin-top:1rem}.section-title{font-size:clamp(2.65rem,13vw,5rem);line-height:1}.about-section,.approach-section,.experience-section,.writing-section{padding:clamp(5.5rem,18vw,8rem) 0}.about-grid,.approach-grid,.experience-header,.writing-grid,.contact-grid{display:block}}@media(max-width:900px){.copy-block,.signature-line{margin-top:2.75rem}.portrait-frame{min-height:0;max-height:none;margin-top:4rem;aspect-ratio:4 / 5}.portrait-frame figcaption{display:grid;gap:.4rem;padding:1rem}.approach-section{min-height:0}.approach-mark{right:-10rem;bottom:-8rem;width:31rem}.principle-list,.writing-list{margin-top:4.5rem}.principle-list li{padding:2rem 0}.principle-list h3{font-size:clamp(1.8rem,9vw,2.8rem)}.experience-header>p{margin-top:2.5rem}.discipline-grid{display:block;margin-top:4.5rem}.discipline-card,.discipline-card:first-child,.discipline-card:last-child{min-height:0;padding:2.5rem 0 3.25rem;border-right:0;border-bottom:1px solid rgba(214,214,201,.18)}.discipline-card h3{font-size:clamp(1.9rem,9vw,3rem)}.writing-accent{right:1.6rem;height:6rem}.writing-item{display:block;padding:2.5rem 0}.writing-item h3{margin-top:1.5rem;font-size:clamp(1.7rem,8vw,2.7rem)}.contact-section{padding-top:clamp(5.5rem,18vw,8rem)}.contact-rule{left:1.6rem}.contact-action{margin-top:3rem}.contact-grid{padding-bottom:5.5rem}}@media(max-width:900px){.primary-cta{width:100%}}@media(max-width:900px){.site-footer{padding:0}.site-footer__inner{padding-top:3.5rem;padding-bottom:2rem}.site-footer__main{grid-template-columns:1fr;gap:3rem}.footer-connect{justify-self:stretch}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1.5rem}.footer-meta{display:grid;gap:1.25rem;margin-top:3.5rem}.footer-legal{flex-wrap:wrap;gap:.85rem 1.5rem}}@media(max-width:900px){.article-masthead{min-height:46rem}}@media(max-width:900px){.legal-masthead{min-height:34rem}.legal-masthead__content{padding:9rem 1.6rem 5.5rem}.legal-masthead h1{font-size:clamp(3.2rem,14vw,5.5rem)}.legal-masthead__mark{right:-10rem;bottom:-8rem;width:30rem}.legal-layout{display:block;padding:5.5rem 1.6rem 7rem}.legal-rail{position:static;margin-bottom:4.5rem}.legal-rail nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.legal-prose h2{font-size:clamp(1.8rem,9vw,2.75rem)}.legal-notice{margin-right:-1.6rem;margin-left:-1.6rem;padding:2.5rem 1.6rem}}@media(max-width:900px){.contact-masthead{min-height:42rem}.contact-masthead__content{display:flex;flex-direction:column;justify-content:flex-end;gap:3rem;padding:9rem 1.6rem 5.5rem}.contact-masthead h1{font-size:clamp(3.5rem,16vw,6.5rem)}.contact-masthead__mark{right:-10rem;bottom:-8rem;width:30rem}.contact-workspace{padding:5.5rem 1.6rem 7rem}}@media(max-width:900px){.contact-form{margin-top:0}.contact-form__fields{grid-template-columns:1fr;gap:2.25rem}.contact-field--message{grid-column:auto}.contact-form__footer{grid-template-columns:1fr}}@media(max-width:900px){.article-masthead__content{padding:9rem 1.6rem 5.5rem}.article-back{margin-bottom:3.5rem}.article-masthead h1{font-size:clamp(3.3rem,15vw,6.5rem)}.article-deck{font-size:1rem}.article-meta{display:grid;gap:.65rem}.article-masthead__mark{right:-10rem;bottom:-8rem;width:30rem}.article-layout{display:block;padding:5.5rem 1.6rem 7rem}.article-rail{position:static;margin-bottom:3.5rem}.article-rail p{margin-top:1rem}.article-key-points{margin-right:-1.6rem;margin-left:-1.6rem;padding:2.5rem 1.6rem}.article-prose blockquote{padding-left:1.5rem}.article-next{display:block;padding:5.5rem 1.6rem}.article-next .primary-cta{margin-top:3rem}}@media(max-height:620px)and (min-width:901px){.hero{min-height:34rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.scroll-cue__chevron{animation:none;opacity:.72}}
