:root{--cream:#f8f9fc;--cream-deep:#e8eef6;--sand:#d1263c;--sand-light:#dce7f4;--charcoal:#0a1b33;--charcoal-soft:#24364f;--sage:#527496;--olive:#315f8d;--olive-dark:#0b2d55;--rust:#c4203a;--line:rgba(11,45,85,0.16);--white:#ffffff;--serif:Georgia,"Times New Roman",serif;--sans:"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;--shadow:0 24px 70px rgba(11,45,85,0.14);--header-height:78px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--charcoal);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body::selection{background:var(--sand);color:var(--white)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}blockquote,figure,h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(3.15rem,11vw,7.25rem)}h2{margin-bottom:1.5rem;font-size:clamp(2.45rem,7.5vw,4.8rem)}h3{font-size:clamp(1.85rem,5vw,2.55rem)}:focus-visible{outline:3px solid var(--rust);outline-offset:4px}.skip-link{position:fixed;z-index:200;top:.75rem;left:.75rem;padding:.7rem 1rem;background:var(--white);color:var(--charcoal);transform:translateY(-150%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 2rem,1240px);margin-inline:auto}.narrow{max-width:930px}.section{padding-block:clamp(5rem,10vw,9rem)}.eyebrow{display:flex;align-items:center;gap:.65rem;margin-bottom:1.15rem;color:var(--olive);font-size:.72rem;font-weight:700;letter-spacing:.16em;line-height:1.35;text-transform:uppercase}.eyebrow:before{width:30px;height:1px;background:var(--rust);content:""}.eyebrow-light{color:var(--sand-light)}.lead{color:var(--charcoal-soft);font-family:var(--serif);font-size:clamp(1.32rem,3.5vw,1.72rem);line-height:1.48}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:1.8rem;border:1px solid var(--olive-dark);border-radius:0;padding:.85rem 1.25rem;background:var(--olive-dark);color:var(--white);cursor:pointer;font-size:.77rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;transition:background .18s ease,color .18s ease,transform .18s ease}.button:hover{background:var(--rust);border-color:var(--rust);transform:translateY(-2px)}.button-light{border-color:var(--cream);background:var(--cream);color:var(--charcoal)}.button-light:hover,.button-sand{border-color:var(--sand);background:var(--sand);color:var(--white)}.button-sand:hover{border-color:var(--white);background:var(--white);color:var(--olive-dark)}.button-small{min-height:43px;padding:.65rem 1rem;font-size:.68rem}.text-link{display:inline-flex;align-items:center;gap:.8rem;border:0;border-bottom:1px solid;padding:0 0 .3rem;background:transparent;color:var(--olive-dark);cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.09em;line-height:1.4;text-transform:uppercase;transition:gap .18s ease,color .18s ease}.text-link:hover{gap:1.1rem;color:var(--rust)}.text-link-light{color:var(--white)}.line-icon{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.site-header{--active-header-height:var(--header-height);position:-webkit-sticky;position:sticky;z-index:100;top:0;height:var(--header-height);border-bottom:1px solid rgba(11,45,85,.1);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:height .2s ease,box-shadow .2s ease}.site-header:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:linear-gradient(90deg,var(--olive-dark) 0 72%,var(--rust) 72% 100%);content:""}.site-header.is-compact{--active-header-height:68px;height:68px;box-shadow:0 10px 30px rgba(11,45,85,.09)}.nav-shell{display:flex;width:min(100% - 2rem,1400px);height:100%;justify-content:space-between;margin-inline:auto}.brand,.nav-shell{align-items:center}.brand{display:inline-flex;gap:.7rem}.brand img{width:43px;height:43px;transition:width .2s ease,height .2s ease}.is-compact .brand img{width:38px;height:38px}.brand-copy{display:flex;flex-direction:column}.brand-name{font-family:var(--serif);font-size:1.1rem;letter-spacing:.01em;line-height:1.1}.brand-name,.brand-office{font-weight:700;text-transform:uppercase}.brand-office{margin-top:.15rem;color:var(--olive);font-size:.57rem;letter-spacing:.13em;line-height:1.2}.menu-button{position:relative;z-index:2;display:grid;width:46px;height:46px;place-content:center;grid-gap:5px;gap:5px;border:0;background:transparent;cursor:pointer}.menu-button span{display:block;width:24px;height:1px;background:var(--olive-dark);transition:transform .18s ease,opacity .18s ease}.menu-button[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-6px) rotate(-45deg)}.primary-nav{position:absolute;z-index:1;top:100%;right:0;left:0;display:flex;visibility:hidden;height:calc(100vh - var(--active-header-height));height:calc(100dvh - var(--active-header-height));flex-direction:column;gap:0;overflow-y:auto;overscroll-behavior:contain;padding:2rem 1rem calc(2rem + env(safe-area-inset-bottom));background:var(--cream);opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity .18s ease,transform .18s ease,visibility .18s;-webkit-overflow-scrolling:touch}.primary-nav.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.primary-nav>a:not(.button){border-bottom:1px solid var(--line);padding:1.05rem .35rem;font-family:var(--serif);font-size:1.55rem}.primary-nav>a[aria-current=page]:not(.button){color:var(--rust)}.primary-nav .nav-cta{margin-top:1.5rem}.hero{position:relative;display:flex;min-height:min(820px,calc(100svh - var(--header-height)));align-items:center;overflow:hidden;isolation:isolate;background:#071b34;color:var(--white)}.hero-image{z-index:-3;object-fit:cover;object-position:62% center}.hero-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(5,19,39,.96),rgba(7,28,54,.84) 52%,rgba(7,28,54,.42)),linear-gradient(0deg,rgba(5,19,39,.62),transparent 55%)}.hero-content{display:grid;grid-gap:3rem;gap:3rem;align-items:center;padding-block:5.5rem 8rem}.hero-copy{position:relative;z-index:2}.hero h1{max-width:930px;margin-bottom:1.7rem;font-size:clamp(3.3rem,7.2vw,6.8rem);text-wrap:balance}.hero h1 em{color:var(--white);font-style:normal;text-decoration:underline;-webkit-text-decoration-color:var(--rust);text-decoration-color:var(--rust);text-decoration-thickness:.06em;text-underline-offset:.1em}.hero-summary{max-width:570px;margin-bottom:2.1rem;color:rgba(255,253,248,.84);font-size:clamp(1.03rem,2vw,1.28rem)}.hero-portrait{position:relative;z-index:1;width:min(100%,390px);aspect-ratio:4/5;justify-self:center;border:7px solid var(--white);background:var(--cream-deep);box-shadow:0 35px 80px rgba(2,11,24,.42);transform:rotate(1deg)}.hero-portrait:before{position:absolute;z-index:-1;inset:15px -18px -18px 15px;background:var(--rust);content:""}.hero-portrait>img{object-fit:cover;object-position:61% center}.hero-nameplate{position:absolute;right:-7px;bottom:-7px;left:-7px;display:flex;flex-direction:column;padding:.85rem 1rem;border-top:4px solid var(--rust);background:rgba(11,45,85,.96);text-transform:uppercase}.hero-nameplate strong{font-family:var(--serif);font-size:1.2rem;letter-spacing:.04em}.hero-nameplate span{margin-top:.1rem;color:rgba(255,255,255,.72);font-size:.56rem}.hero-location,.hero-nameplate span{font-weight:700;letter-spacing:.13em}.hero-location{position:absolute;right:1rem;bottom:1.25rem;display:flex;align-items:center;gap:.65rem;margin:0;color:rgba(255,253,248,.75);font-size:.65rem;text-transform:uppercase}.hero-location span{width:28px;height:1px;background:currentColor}.intro-section{background:var(--cream)}.intro-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}.intro-grid h2{max-width:600px}.intro-copy{max-width:680px}.intro-copy p:not(.lead){color:#4c5a6d}.intro-copy .text-link{margin-top:1rem}.pillars-section{background:var(--cream-deep)}.section-heading{max-width:740px;margin-bottom:clamp(2.5rem,6vw,4.5rem)}.section-heading.centered{margin-right:auto;margin-left:auto;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading.centered>p:last-child{color:#657184}.pillar-grid{display:grid;grid-gap:1px;gap:1px;background:rgba(11,45,85,.16)}.pillar-card{height:100%;padding:clamp(2rem,6vw,3.4rem);background:var(--cream);transition:background .2s ease,transform .2s ease}.pillar-card:hover{position:relative;z-index:1;background:var(--white);transform:translateY(-5px)}.pillar-topline{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:3rem;color:var(--olive)}.pillar-topline>span{color:var(--rust);font-family:var(--serif);font-size:.9rem}.pillar-card h3{margin-bottom:1.2rem}.pillar-card p{min-height:8rem;color:#526177}.experience-section{background:var(--white)}.experience-grid{display:grid;grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem)}.experience-card{position:relative;min-height:370px;overflow:hidden;padding:3rem 2rem;isolation:isolate;background:var(--olive-dark);color:var(--white)}.experience-card:after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(5,24,48,.7),rgba(5,25,50,.78) 56%,rgba(5,24,48,.9)),linear-gradient(105deg,rgba(10,38,72,.34),rgba(6,23,45,.08));content:""}.experience-photo{z-index:0;object-fit:cover;object-position:center;filter:saturate(.78) contrast(1.05)}.experience-number{position:relative;z-index:3;margin:0;color:var(--white);font-family:var(--serif);font-size:clamp(7rem,30vw,13rem);letter-spacing:-.08em;line-height:.8}.experience-number span{vertical-align:top;font-size:.35em;letter-spacing:0}.experience-caption{position:relative;z-index:3;max-width:250px;margin-top:2rem;color:rgba(255,253,248,.8);font-size:.8rem;font-weight:700;letter-spacing:.09em;line-height:1.5;text-transform:uppercase}.contour-lines{position:absolute;z-index:2;right:-15%;bottom:-20%;width:80%;aspect-ratio:1;border:1px solid rgba(255,255,255,.2);border-radius:44% 56% 62% 38%;transform:rotate(20deg)}.contour-lines:after,.contour-lines:before{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:inherit;content:""}.contour-lines:before{inset:12%}.contour-lines:after{inset:26%}.experience-copy{align-self:center}.experience-copy>p:not(.eyebrow,.lead){color:#526177}.check-list{display:grid;margin:2rem 0 0;padding:0;list-style:none}.check-list li{position:relative;border-top:1px solid var(--line);padding:.85rem 0 .85rem 1.8rem;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.check-list li:before{position:absolute;left:0;color:var(--olive);content:"✓"}.statement-section{background:var(--cream-deep)}.quote-block{margin:0;text-align:center}.quote-mark{display:block;height:3.5rem;color:var(--rust);font-family:var(--serif);font-size:7rem;line-height:1}.quote-block blockquote{margin:1.5rem 0 2rem;font-family:var(--serif);font-size:clamp(2rem,5vw,3.8rem);line-height:1.25}.quote-block figcaption{display:flex;align-items:center;justify-content:center;gap:.8rem;color:var(--olive);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.quote-block figcaption span{width:30px;height:1px;background:currentColor}.cta-section{position:relative;overflow:hidden;padding-block:clamp(4.5rem,9vw,7.5rem);border-top:7px solid var(--rust);isolation:isolate;background:linear-gradient(110deg,#071b34,var(--olive-dark));color:var(--white)}.cta-section:before{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,19,39,.96),rgba(7,28,54,.88) 55%,rgba(7,28,54,.64));content:""}.cta-section:after{position:absolute;z-index:2;top:15%;right:-100px;width:360px;height:360px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.03),0 0 0 96px rgba(209,38,60,.045);content:""}.cta-landmark-image{z-index:0;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.04)}.cta-grid{position:relative;z-index:3;display:grid;grid-gap:2rem;gap:2rem}.cta-grid h2{max-width:700px;margin:0}.cta-copy{max-width:510px;align-self:end}.cta-copy p{margin-bottom:1.8rem;color:rgba(255,253,248,.72)}.page-hero{position:relative;min-height:500px;overflow:hidden;border-bottom:7px solid var(--rust);isolation:isolate;background:linear-gradient(120deg,#071b34 0,var(--olive-dark) 68%,#164f82 100%);color:var(--white)}.page-hero:before{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,19,39,.96),rgba(7,28,54,.84) 58%,rgba(7,28,54,.5)),linear-gradient(0deg,rgba(5,19,39,.7),rgba(5,19,39,.08) 75%);content:""}.page-hero:after{position:absolute;z-index:2;right:7%;bottom:-18rem;width:38rem;height:38rem;border:1px solid rgba(255,255,255,.13);border-radius:48% 52% 43% 57%;content:"";transform:rotate(-12deg)}.page-hero-image{z-index:0;object-fit:cover;object-position:center;filter:saturate(.76) contrast(1.04)}.page-hero-art{position:absolute;z-index:2;inset:0;opacity:.8}.ridge{position:absolute;right:-10%;bottom:-24%;display:block;width:70%;height:70%;border:1px solid rgba(255,255,255,.14);border-radius:50% 42% 0 0;transform:rotate(-7deg)}.ridge-two{right:17%;bottom:-37%;width:80%;height:62%;border-color:rgba(209,38,60,.25);transform:rotate(5deg)}.page-hero-content{position:relative;z-index:3;padding-block:clamp(6rem,12vw,9rem)}.page-hero-stars{margin-bottom:1.5rem;color:var(--rust);font-size:.68rem;letter-spacing:.7em}.page-hero h1{max-width:960px;margin-bottom:1.5rem;font-size:clamp(3.4rem,9vw,6.7rem)}.page-hero-content>p:last-child{max-width:700px;margin:0;color:rgba(255,253,248,.74);font-family:var(--serif);font-size:clamp(1.25rem,3vw,1.65rem);line-height:1.5}.bio-grid{display:grid;grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem)}.about-photo{position:relative;aspect-ratio:4/5;overflow:hidden;border:7px solid var(--white);border-bottom:10px solid var(--rust);background:var(--cream-deep);box-shadow:var(--shadow)}.about-photo:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,27,52,.24),transparent 42%);content:"";pointer-events:none}.about-photo>img{object-fit:cover;object-position:center 30%}.photo-caption{margin-top:.8rem;color:#657184;font-size:.68rem;letter-spacing:.06em;text-align:center;text-transform:uppercase}.bio-copy{align-self:center}.bio-copy>p:not(.eyebrow,.lead){color:#526177}.band-sand{background:var(--sand-light)}.two-column-story{display:grid;grid-gap:2rem;gap:2rem}.two-column-story p:not(.eyebrow,.lead){color:#4c5a6d}.facts-section{background:var(--white)}.fact-grid{display:grid;grid-gap:1px;gap:1px;background:var(--line)}.fact-card{min-height:180px;padding:2rem;background:var(--cream)}.fact-card p{margin-bottom:2rem;color:var(--olive);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.fact-card span{font-family:var(--serif);font-size:1.25rem;line-height:1.4}.priorities-list{background:var(--cream)}.priority-row{display:grid;grid-gap:1.2rem;gap:1.2rem;border-top:1px solid var(--line);padding-block:clamp(2.5rem,7vw,5rem)}.priorities-list .reveal:last-child .priority-row{border-bottom:1px solid var(--line)}.priority-number{color:var(--rust);font-family:var(--serif);font-size:.88rem}.priority-icon-wrap{color:var(--olive)}.priority-copy h2{margin-bottom:1rem;font-size:clamp(2.1rem,6vw,3.8rem)}.priority-copy p{max-width:780px;color:#4c5a6d}.priority-copy p:last-child{margin-bottom:0}.why-section{background:var(--white)}.why-grid{display:grid;grid-gap:3rem;gap:3rem}.why-sidebar{align-self:start;border-left:2px solid var(--sand);padding-left:1.5rem}.why-photo{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;margin-bottom:2rem;border-bottom:7px solid var(--rust);background:var(--cream-deep);box-shadow:0 18px 45px rgba(11,45,85,.16)}.why-photo>img{object-fit:cover;object-position:center}.why-sidebar>p:last-child{color:#657184;font-size:.78rem}.signature-placeholder{margin-bottom:.35rem;color:var(--olive-dark);font-family:var(--serif);font-size:2rem;font-style:italic}.letter-copy{max-width:780px}.letter-copy p{color:#45556b;font-size:1.05rem}.letter-copy .dropcap{color:var(--charcoal);font-family:var(--serif);font-size:clamp(1.45rem,3vw,1.8rem);line-height:1.5}.dropcap:first-letter{float:left;margin:.08em .1em 0 0;color:var(--rust);font-family:var(--serif);font-size:4.1em;line-height:.75}.center-link{margin-top:3rem;text-align:center}.ballot-section{background:var(--white)}.ballot-shell{max-width:920px}.ballot-meta{display:flex;flex-wrap:wrap;gap:.4rem 2rem;align-items:center;margin-bottom:2rem;color:#657184;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.ballot-meta .eyebrow{margin:0 auto 0 0}.ballot-meta p{margin-bottom:0}.ballot-card{position:relative;border:1px solid var(--line);padding:clamp(2rem,7vw,5rem);background:var(--cream);box-shadow:var(--shadow)}.ballot-card .quote-mark{position:absolute;top:1rem;left:clamp(1rem,4vw,2.5rem);color:rgba(157,102,68,.3)}.ballot-card p{position:relative;margin:0;font-family:var(--serif);font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.65}.involved-section{background:var(--cream)}.involved-grid{display:grid;grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem)}.involved-copy{align-self:start}.campaign-phone{margin-top:2rem;border-left:2px solid var(--rust);padding-left:1rem}.campaign-phone p{margin:0 0 .25rem;color:var(--olive);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.campaign-phone a{color:var(--olive-dark);font-family:var(--serif);font-size:1.55rem;line-height:1.2}.campaign-phone a:hover{color:var(--rust)}.privacy-note{margin-top:1.5rem;color:#657184;font-size:.75rem}.form-note a,.privacy-note a{color:var(--olive-dark);font-weight:700;text-decoration:underline;text-underline-offset:.15em}.support-form{padding:clamp(1.5rem,5vw,3rem);background:var(--white);box-shadow:var(--shadow)}.form-row{display:grid;grid-gap:1.2rem;gap:1.2rem}.field{margin-bottom:1.2rem}.field label,.support-form legend{display:block;margin-bottom:.5rem;color:var(--charcoal);font-size:.69rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.field label span{color:#7b7f76;font-weight:500;text-transform:lowercase}.field-hint{display:block;margin-top:.35rem;color:#7b7f76;font-size:.68rem}.field input,.field textarea{width:100%;border:1px solid rgba(11,45,85,.25);border-radius:0;padding:.85rem .9rem;background:var(--cream);color:var(--charcoal);transition:border-color .18s ease,box-shadow .18s ease}.field input{height:50px}.field input:focus,.field textarea:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(111,126,104,.13);outline:none}.support-form fieldset{margin:0 0 1.5rem;border:0;padding:0}.help-options{display:grid;grid-gap:.65rem;gap:.65rem}.check-option{display:flex;align-items:center;gap:.65rem;cursor:pointer;color:#45556b;font-size:.9rem}.check-option input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.custom-check{position:relative;width:20px;height:20px;flex:0 0 20px;border:1px solid rgba(11,45,85,.35);background:var(--cream)}.check-option input:checked+.custom-check{border-color:var(--olive-dark);background:var(--olive-dark)}.check-option input:checked+.custom-check:after{position:absolute;top:2px;left:6px;width:5px;height:10px;border-right:2px solid white;border-bottom:2px solid white;content:"";transform:rotate(45deg)}.check-option input:focus-visible+.custom-check{outline:3px solid var(--rust);outline-offset:3px}.support-form>.button{width:100%;margin-top:.3rem}.support-form>.button:disabled{cursor:wait;opacity:.72;transform:none}.form-error{margin:1rem 0 0;color:var(--rust);font-size:.78rem;font-weight:700}.form-note{margin:1rem 0 0;color:#80837a;font-size:.68rem;line-height:1.5}.success-check{display:grid;width:56px;height:56px;place-items:center;margin-bottom:2rem;border-radius:50%;background:var(--olive-dark);color:var(--white);font-size:1.5rem}.thank-you-section{background:var(--cream)}.thank-you-card{border-top:7px solid var(--rust);padding:clamp(2rem,7vw,5rem);background:var(--white);box-shadow:var(--shadow)}.thank-you-card h2{font-size:clamp(2.6rem,7vw,4.6rem)}.thank-you-card>p:not(.eyebrow){max-width:720px}.thank-you-card>p:not(.eyebrow,.lead){color:#526177}.thank-you-actions{margin-top:2rem}.policy-section{background:var(--cream)}.policy-shell{max-width:920px}.policy-copy{border-top:7px solid var(--rust);padding:clamp(2rem,7vw,5rem);background:var(--white);box-shadow:var(--shadow)}.policy-updated{margin-bottom:2.5rem;color:var(--olive);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.policy-copy h2{margin:2.8rem 0 1rem;font-size:clamp(1.9rem,5vw,2.8rem)}.policy-copy h2:first-of-type{margin-top:0}.policy-copy li,.policy-copy p{color:#45556b}.policy-copy ul{display:grid;grid-gap:.55rem;gap:.55rem;padding-left:1.2rem}.policy-copy a:not(.text-link){color:var(--olive-dark);font-weight:700;text-decoration:underline;text-underline-offset:.15em}.policy-contact{margin-top:2rem}.site-footer{padding-top:4rem;background:var(--charcoal);color:rgba(255,253,248,.68)}.footer-grid{display:grid;grid-gap:2.5rem;gap:2.5rem;padding-bottom:3.5rem}.footer-brand{display:flex;align-items:center;gap:.9rem}.footer-brand p{margin:0;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.footer-brand .footer-title{margin-bottom:.15rem;color:var(--white);font-family:var(--serif);font-size:1.2rem;font-weight:700;letter-spacing:.03em}.footer-kicker{margin:0;color:var(--sand-light);font-family:var(--serif);font-size:1.25rem;line-height:1.5}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;font-size:.78rem}.footer-nav a:hover{color:var(--white)}.footer-bottom{display:flex;flex-direction:column;gap:.8rem;border-top:1px solid rgba(255,253,248,.12);padding-block:1.3rem;color:rgba(255,253,248,.48);font-size:.62rem;line-height:1.5}.footer-bottom p{margin:0}.footer-contact{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.footer-contact a:hover{color:var(--white)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (min-width:640px){.container{width:min(100% - 3rem,1240px)}.hero-location{right:1.5rem}.check-list,.fact-grid,.form-row,.help-options{grid-template-columns:repeat(2,minmax(0,1fr))}.check-list{column-gap:2rem}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:800px){.cta-grid,.intro-grid,.two-column-story{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.bio-grid,.experience-grid{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr)}.fact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.priority-row{grid-template-columns:50px 70px minmax(0,1fr);gap:2rem}.why-grid{grid-template-columns:minmax(190px,.35fr) minmax(0,1fr);gap:clamp(3rem,8vw,8rem)}.why-sidebar{position:-webkit-sticky;position:sticky;top:110px}.involved-grid{grid-template-columns:minmax(0,.75fr) minmax(450px,1.25fr)}.footer-grid{grid-template-columns:1.25fr 1fr .8fr}}@media (min-width:1024px){:root{--header-height:90px}.site-header.is-compact{--active-header-height:74px;height:74px}.nav-shell{width:min(100% - 3rem,1400px)}.brand img{width:48px;height:48px}.brand-name{font-size:1.2rem}.menu-button{display:none}.is-compact .primary-nav,.primary-nav{position:static;display:flex;visibility:visible;width:auto;height:auto;flex-direction:row;align-items:center;gap:clamp(.85rem,1.5vw,1.7rem);overflow:visible;padding:0;background:transparent;opacity:1;pointer-events:auto;transform:none}.primary-nav>a:not(.button){position:relative;border:0;padding:.5rem 0;font-family:var(--sans);font-size:.67rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.primary-nav>a:not(.button):after{position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--rust);content:"";transform:scaleX(0);transition:transform .18s ease}.primary-nav>a:hover:after,.primary-nav>a[aria-current=page]:after{transform:scaleX(1)}.primary-nav .nav-cta{margin:0 0 0 .4rem}.hero-content{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(3rem,6vw,6rem);padding-block:7rem 10rem}.hero-portrait{width:100%;max-width:440px}.hero-location{right:3rem;bottom:2rem}.pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.experience-card{min-height:580px;padding:5rem 3.5rem}.bio-grid{grid-template-columns:minmax(380px,.8fr) minmax(0,1.2fr)}.about-photo{max-width:500px}}@media (min-width:1280px){.primary-nav{gap:2rem}.primary-nav>a:not(.button){font-size:.71rem}}@media (max-width:400px){.brand-office{font-size:.5rem;letter-spacing:.08em}.hero h1{font-size:3.05rem}.button-row{align-items:flex-start;flex-direction:column}}