:root{--ink:#10283a;--ink-2:#1e3a4a;--muted:#52626b;--paper:#f7f6f2;--white:#fff;--line:#d9dedc;--accent:#e6ad63;--accent-strong:#d28b38;--shadow:0 24px 70px rgba(16,40,58,.13)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font:400 17px/1.65 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid var(--accent-strong);outline-offset:3px}
.wrap{width:min(100% - 48px,1280px);margin-inline:auto}
.section-pad{padding:clamp(80px,9vw,150px) 0}
.skip-link{position:absolute;z-index:1000;top:-80px;left:16px;background:#fff;padding:12px 18px}
.skip-link:focus{top:16px}
.site-header{height:84px;background:rgba(255,255,255,.96);border-bottom:1px solid #e8e9e5;position:sticky;top:0;z-index:100;backdrop-filter:blur(16px)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:13px;font-weight:800;font-size:25px;line-height:1;letter-spacing:-.055em;white-space:nowrap}
.brand small{font-size:15px;letter-spacing:-.02em}
.brand-accent{color:#b87a35}
.brand-mark{width:31px;height:31px;border:2px solid var(--ink);display:inline-flex;align-items:flex-end;justify-content:center;gap:5px;padding:5px;transform:rotate(45deg);border-radius:3px}
.brand-mark i{width:5px;height:14px;background:var(--accent-strong);display:block;transform:rotate(-45deg)}
.brand-mark i+ i{height:8px}
.main-nav{height:100%;display:flex;align-items:center;gap:clamp(14px,2vw,31px)}
.main-nav>a{font-size:14px;font-weight:650;line-height:1.1;transition:color .2s}
.main-nav>a:hover,.main-nav>a[aria-current]{color:#ad6d26}
.main-nav>a[aria-current]{border-bottom:2px solid var(--accent-strong);padding-bottom:7px;margin-bottom:-9px}
.main-nav .nav-contact{padding:13px 18px;background:var(--ink);color:#fff;border:1px solid var(--ink)}
.main-nav .nav-contact:hover{background:var(--ink-2);color:#fff}
.nav-contact span{margin-left:12px}
.menu-toggle{display:none}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.12;letter-spacing:-.055em}
h1{font-size:clamp(48px,6vw,88px);font-weight:740}
h2{font-size:clamp(36px,4.4vw,61px);font-weight:720}
h3{font-size:clamp(22px,2.2vw,28px);font-weight:680}
h1 em,h2 em{font-style:normal;color:var(--accent)}
p{max-width:72ch}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#a66e34;margin-bottom:24px}
.eyebrow.light{color:#f1c38c}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:14px 23px;font-size:15px;font-weight:760;line-height:1.2;transition:background .22s,color .22s,transform .22s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--accent);color:var(--ink)}
.button-primary:hover{background:#f4c88d}
.button-outline{border:1px solid rgba(255,255,255,.7);color:#fff}
.button-outline:hover{background:#fff;color:var(--ink)}
.button-light{background:#fff;color:var(--ink)}
.button-light:hover{background:#f3e9db}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:#234758}
.button-row{display:flex;flex-wrap:wrap;gap:12px}
.text-link{display:inline-flex;align-items:center;gap:16px;color:var(--ink);font-weight:750;font-size:15px;border-bottom:1px solid currentColor;padding-bottom:7px;transition:gap .2s}
.text-link:hover{gap:24px}
.light-link{color:#fff}
.hero{min-height:min(770px,calc(100svh - 84px));position:relative;display:flex;align-items:center;background:var(--ink);color:#fff;overflow:hidden}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-image{object-fit:cover;object-position:center 42%}
.hero-shade{background:linear-gradient(90deg,rgba(7,26,39,.95) 0%,rgba(7,26,39,.82) 41%,rgba(7,26,39,.24) 100%)}
.hero-content{position:relative;padding-block:100px 125px}
.hero h1{max-width:770px;margin-bottom:28px}
.hero-lead{max-width:670px;font-size:clamp(18px,1.7vw,22px);line-height:1.55;color:#e7ecec;margin-bottom:36px}
.hero-note{font-size:14px;color:#d4ddd9;margin:27px 0 0;padding-left:16px;border-left:2px solid var(--accent)}
.hero-index{position:absolute;bottom:28px;left:max(24px,calc((100vw - 1280px)/2));right:max(24px,calc((100vw - 1280px)/2));display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.35);padding-top:16px;font-size:11px;letter-spacing:.2em;color:#e7ecec}
.intro-section{background:var(--paper)}
.intro-grid,.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,10vw,160px)}
.intro-grid h2,.editorial-grid h2{max-width:720px}
.intro-copy p,.editorial-grid p{color:var(--muted);font-size:18px;line-height:1.75;margin-bottom:20px}
.intro-copy .text-link,.editorial-grid .text-link{margin-top:12px}
.feature-photo{background:var(--ink);color:#fff}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.feature-image{min-height:590px;margin-left:min(0px,calc((1280px - 100vw)/2))}
.feature-image img{width:100%;height:100%;object-fit:cover}
.feature-copy{padding:clamp(70px,8vw,125px) clamp(20px,4vw,70px);max-width:650px}
.feature-copy h2{font-size:clamp(35px,3.8vw,55px)}
.feature-copy p{color:#dce5e5}
.check-list{list-style:none;padding:0;margin:30px 0 36px}
.check-list li{position:relative;padding:11px 0 11px 31px;border-bottom:1px solid rgba(255,255,255,.18);font-size:16px}
.check-list li:before{content:"";position:absolute;left:0;top:20px;width:13px;height:7px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:48px}
.section-heading h2{max-width:790px;margin-bottom:0}
.section-heading .text-link{flex:none;margin-bottom:10px}
.roles-section{background:#fff}
.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.role-card{position:relative;min-height:280px;padding:33px 31px 55px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:background .25s,color .25s}
.role-card:hover{background:var(--ink);color:#fff}
.role-card:hover p,.role-card:hover .role-number,.role-card:hover .role-kicker{color:#d8e1df}
.role-number,.role-kicker{color:#a66e34;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:30px}
.role-card h3,.role-card h2{font-size:clamp(24px,2.2vw,30px);margin-bottom:16px}
.role-card p{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:0}
.role-arrow{position:absolute;bottom:26px;right:30px;font-size:24px;line-height:1}
.dual-section{background:var(--paper)}
.dual-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(50px,8vw,120px)}
.dual-grid h2{max-width:600px}
.dual-grid p:not(.eyebrow){font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:32px}
.dual-image{height:520px}
.dual-image img{width:100%;height:100%;object-fit:cover}
.process-teaser{background:#18364a;color:#fff}
.process-teaser .section-heading{margin-bottom:55px}
.process-teaser h2{max-width:670px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.24)}
.steps>div{padding:34px 30px 0 0}
.steps>div+div{padding-left:30px;border-left:1px solid rgba(255,255,255,.24)}
.steps span{display:block;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.15em;margin-bottom:30px}
.steps h3{font-size:25px;margin-bottom:12px}
.steps p{color:#d2dfe0;font-size:15px}
.closing{background:var(--paper)}
.closing-grid{display:flex;align-items:end;justify-content:space-between;gap:60px}
.closing h2{max-width:800px}
.closing p:not(.eyebrow){font-size:18px;color:var(--muted);margin-bottom:0}
.closing .button{flex:none;margin-bottom:10px}
.page-hero{background:var(--ink);color:#fff;overflow:hidden}
.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.page-hero-grid>div{padding:95px 55px 95px 0;align-self:center}
.page-hero h1{font-size:clamp(47px,5.2vw,72px);margin-bottom:30px}
.page-hero p:not(.eyebrow){font-size:18px;color:#e0e8e8;max-width:620px;line-height:1.7}
.page-hero .button{margin-top:20px}
.page-hero img{width:calc(100% + max(24px,(100vw - 1280px)/2));height:100%;min-height:520px;object-fit:cover;object-position:center}
.section-soft{background:var(--paper)}
.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.number-card,.plain-panel{padding:33px;background:#fff;border:1px solid var(--line)}
.number-card span,.plain-panel span{font-size:12px;font-weight:800;letter-spacing:.17em;color:#a66e34;text-transform:uppercase}
.number-card h3{margin:50px 0 15px}
.number-card p,.plain-panel p{color:var(--muted);font-size:16px;margin-bottom:0}
.image-text{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(45px,8vw,120px);align-items:center}
.image-text img{height:480px;width:100%;object-fit:cover}
.image-text p:not(.eyebrow){color:var(--muted);font-size:18px}
.image-text .text-link{margin-top:18px}
.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:30px}
.filter-bar>span{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin-right:25px;color:var(--muted)}
.filter-button{border:1px solid var(--line);background:#fff;color:var(--ink);padding:9px 16px;font-size:14px;font-weight:650}
.filter-button:hover,.filter-button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.filterable[hidden]{display:none}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:11px;font-size:13px;margin-bottom:38px;color:#c4d1d1}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs span:last-child{color:#fff}
.two-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.plain-panel{padding:45px}
.plain-panel h3{margin:26px 0 18px}
.plain-panel .text-link{margin-top:32px}
.narrow-heading{max-width:650px;margin-bottom:50px}
.timeline{max-width:1000px}
.timeline article{display:grid;grid-template-columns:130px 1fr;gap:35px;padding:35px 0;border-top:1px solid var(--line)}
.timeline article:last-child{border-bottom:1px solid var(--line)}
.timeline article>span{font-size:14px;font-weight:800;color:#a66e34;letter-spacing:.2em}
.timeline h3{margin-bottom:12px}
.timeline p{color:var(--muted);font-size:17px;margin-bottom:0}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{padding:24px 36px 24px 0;list-style:none;cursor:pointer;font-weight:700;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:0;top:22px;font-size:24px;font-weight:400;color:#a66e34}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{color:var(--muted);padding:0 35px 22px 0;margin-bottom:0}
.contact-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(50px,7vw,110px)}
.contact-aside h2{font-size:clamp(33px,3.4vw,48px)}
.contact-aside>p:not(.eyebrow){color:var(--muted)}
.contact-card{border-top:1px solid var(--line);padding:22px 0;display:flex;flex-direction:column}
.contact-card span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#a66e34;margin-bottom:7px}
.contact-card a{font-weight:700;overflow-wrap:anywhere}
.contact-card a:hover{text-decoration:underline}
.contact-aside .small-note{font-size:13px;color:#6c777a;margin-top:25px}
.form-panel{background:var(--paper);padding:clamp(28px,4vw,60px)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:21px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:14px;font-weight:700}
.field input,.field select,.field textarea{width:100%;border:1px solid #c8d0cc;background:#fff;border-radius:0;padding:13px 14px;color:var(--ink);font-size:16px}
.field textarea{resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--accent-strong);border-color:var(--accent-strong)}
.form-privacy{grid-column:1/-1;color:var(--muted);font-size:13px;margin:0}
.form-privacy a{text-decoration:underline}
.contact-form .button{justify-self:start;border:0}
.hidden-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-notice{padding:20px;margin-bottom:25px}
.form-notice h2{font-size:25px}
.form-notice p{margin:0}
.form-notice.success{background:#e7f4e9;color:#183f2a}
.form-notice.error{background:#fbe7e4;color:#823320}
.legal-page{min-height:60vh;background:var(--paper)}
.legal-wrap{max-width:860px}
.legal-wrap h1{font-size:clamp(48px,6vw,76px);margin-bottom:50px}
.legal-wrap h2{font-size:26px;margin-top:42px;margin-bottom:14px}
.legal-wrap p{font-size:17px;color:var(--muted);line-height:1.75}
.legal-wrap a{text-decoration:underline}
.legal-wrap .legal-note{margin-top:50px;padding:20px;background:#fff;border-left:3px solid var(--accent-strong);font-size:15px}
.site-footer{background:#0c2232;color:#fff}
.footer-top{display:flex;justify-content:space-between;gap:90px;padding-top:80px;padding-bottom:80px}
.footer-brand{margin-bottom:30px}
.footer-brand .brand-mark{border-color:#fff}
.footer-top p{max-width:370px;color:#b9c8cc;font-size:15px;margin-bottom:8px}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:70px}
.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.footer-links strong{font-size:12px;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;margin-bottom:9px}
.footer-links a{font-size:15px;color:#d8e3e5}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:21px;padding-bottom:24px;display:flex;justify-content:space-between;gap:25px;color:#aebfc3;font-size:12px}
@media(max-width:1100px){.main-nav{gap:15px}.main-nav>a{font-size:13px}.feature-image{margin-left:-24px}}
@media(max-width:900px){.site-header{height:72px}.menu-toggle{display:inline-flex;align-items:center;gap:11px;border:0;background:none;color:var(--ink);font-size:14px;font-weight:750}.menu-icon{width:23px;height:15px;border-top:2px solid;border-bottom:2px solid;position:relative}.menu-icon:after{content:"";position:absolute;top:5px;left:0;width:100%;border-top:2px solid}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;height:auto;padding:18px 24px 26px;background:#fff;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav>a{font-size:16px;padding:13px 0;border-bottom:1px solid var(--line)!important;margin:0!important}.main-nav .nav-contact{margin-top:15px!important;padding:16px;text-align:center}.hero{min-height:680px}.hero-content{padding-block:105px 100px}.intro-grid,.editorial-grid,.faq-grid{grid-template-columns:1fr;gap:20px}.feature-grid,.dual-grid,.image-text{grid-template-columns:1fr}.feature-image{margin:0 -24px;min-height:420px;height:420px}.feature-copy{padding:70px 0}.dual-image{height:420px}.role-grid,.three-grid{grid-template-columns:repeat(2,1fr)}.page-hero-grid{grid-template-columns:1fr}.page-hero-grid>div{padding:75px 0}.page-hero img{width:calc(100% + 48px);margin:0 -24px;height:360px;min-height:0}.contact-grid{grid-template-columns:1fr}}
@media(max-width:650px){body{font-size:16px}.wrap{width:min(100% - 32px,1280px)}.section-pad{padding:76px 0}.brand{font-size:22px}.brand-mark{width:28px;height:28px}.hero{min-height:740px;align-items:end}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(0deg,rgba(7,26,39,.96) 0%,rgba(7,26,39,.74) 58%,rgba(7,26,39,.15) 100%)}.hero-content{padding:100px 0 100px}.hero h1{font-size:clamp(42px,11vw,60px)}.hero-lead{font-size:17px}.hero-index{left:16px;right:16px}.button-row{flex-direction:column;align-items:stretch}.button{width:100%;justify-content:space-between}.section-heading{display:block}.section-heading .text-link{margin-top:25px}.intro-copy p,.editorial-grid p{font-size:17px}.feature-image{margin:0 -16px;height:300px;min-height:300px}.feature-copy{padding:65px 0}.role-grid,.three-grid,.two-grid{grid-template-columns:1fr}.role-card{min-height:235px}.dual-image{height:320px}.steps{grid-template-columns:1fr}.steps>div,.steps>div+div{padding:27px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.24)}.steps span{margin-bottom:15px}.closing-grid{display:block}.closing .button{margin-top:30px}.page-hero-grid>div{padding:70px 0}.page-hero h1{font-size:clamp(40px,10vw,55px)}.page-hero img{width:calc(100% + 32px);margin:0 -16px;height:280px}.image-text img{height:300px}.timeline article{grid-template-columns:45px 1fr;gap:18px}.faq-grid{gap:5px}.contact-form{grid-template-columns:1fr}.field{grid-column:1/-1}.form-panel{padding:25px 18px}.footer-top{display:block;padding:70px 0}.footer-links{gap:25px;margin-top:50px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}}
@media(max-width:380px){.header-inner{gap:8px}.brand{font-size:20px;gap:9px}.menu-toggle span:last-child{display:none}}
@media(max-width:900px){html:not(.js) .main-nav{display:flex}html:not(.js) .menu-toggle{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.hero-note{display:inline-flex;align-items:center;gap:10px;font-size:clamp(17px,2vw,21px);font-weight:600;color:#fff;margin:32px 0 0;padding:12px 20px;border:0;border-left:4px solid var(--accent);background:rgba(16,40,58,.72);border-radius:4px}
.hero-note strong{color:var(--accent);font-weight:800}
.footer-note p{font-size:13px;line-height:1.6;opacity:.75;margin:0 0 18px;max-width:900px}
.consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:1000;display:none;justify-content:center}
.consent.open{display:flex}
.consent-inner{background:#fff;color:var(--ink);max-width:720px;width:100%;padding:24px;border-radius:8px;box-shadow:0 20px 60px rgba(16,40,58,.35);border-top:4px solid var(--accent)}
.consent-title{font-weight:800;font-size:18px;margin:0 0 8px}
.consent-text{font-size:14px;line-height:1.55;margin:0 0 16px;color:var(--muted)}
.consent-text a{color:var(--ink);text-decoration:underline}
.consent-options{display:grid;gap:10px;margin:0 0 16px}
.consent-options label{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.45;cursor:pointer}
.consent-options input{margin-top:3px;width:18px;height:18px;accent-color:var(--accent-strong)}
.consent-options strong{display:block}
.consent-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.consent-btn{font:inherit;font-size:14px;font-weight:700;padding:11px 18px;border-radius:4px;cursor:pointer;border:2px solid var(--ink)}
.consent-secondary{background:#fff;color:var(--ink)}
.consent-primary{background:var(--ink);color:#fff}
.consent-btn[hidden]{display:none}
@media (max-width:560px){.consent-buttons{flex-direction:column}.consent-btn{width:100%}}
.consent-options[hidden]{display:none}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px;padding-top:72px;padding-bottom:56px}
.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-col strong{font-size:12px;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;margin-bottom:8px}
.footer-col a,.footer-col span{font-size:15px;color:#d8e3e5;line-height:1.5}
.footer-col a:hover,.footer-legal a:hover{text-decoration:underline}
.footer-about p{color:#b9c8cc;font-size:15px;margin:0;max-width:300px}
.footer-about .footer-brand{margin-bottom:12px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px 24px;font-size:13px;padding-bottom:18px}
.footer-legal{display:flex;flex-wrap:wrap;gap:8px 22px}
.footer-legal a{color:#d8e3e5}
.footer-note p{font-size:12px;line-height:1.6;color:#8fa3a8;opacity:1;margin:0;padding-bottom:28px;max-width:none}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px 32px;padding-top:56px}.footer-about{grid-column:1/-1}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start}.footer-bottom span{margin:0}}
.hero-note{max-width:100%;flex-wrap:wrap;box-sizing:border-box}
@media(max-width:560px){.hero-note{font-size:16px;padding:10px 14px;display:flex}}
.footer-grid{grid-template-columns:1.6fr 1fr 1.2fr}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}

.hero-particles{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.site-header{transition:box-shadow .3s}.site-header .brand{transition:transform .3s;transform-origin:left center}.site-header.is-scrolled{box-shadow:0 6px 24px rgba(16,40,58,.1)}.site-header.is-scrolled .brand{transform:scale(.9)}
.js-motion .reveal{transform:translateY(14px);transition:transform .6s ease}.js-motion .reveal.is-visible{transform:none}
.steps{position:relative}.js-motion .steps:before{content:"";position:absolute;left:0;top:-1px;height:2px;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform 1.4s cubic-bezier(.3,.7,.2,1)}.js-motion .steps.is-drawn:before{transform:scaleX(1)}
.js-motion .steps>div>span{transition:color .4s,text-shadow .4s}.js-motion .steps.is-drawn>div>span{color:#fff;text-shadow:0 0 14px rgba(230,173,99,.9)}.js-motion .steps.is-drawn>div:nth-child(2)>span{transition-delay:.45s}.js-motion .steps.is-drawn>div:nth-child(3)>span{transition-delay:.9s}
@media(max-width:650px){.js-motion .steps:before{width:2px;height:100%;transform:scaleY(0);transform-origin:top;left:-12px;top:0}.js-motion .steps.is-drawn:before{transform:scaleY(1)}}
@media(prefers-reduced-motion:reduce){.js-motion .reveal{transform:none;transition:none}.js-motion .steps:before{transform:none!important;transition:none}.site-header,.site-header .brand{transition:none}}
.ht-form{display:grid;gap:16px;margin-top:26px}.ht-form label{display:grid;gap:6px;font-size:13px;font-weight:700;color:var(--ink)}.ht-form input,.ht-form textarea{width:100%;border:1px solid #c8d0cc;background:#fff;border-radius:0;padding:13px 14px;color:var(--ink);font:inherit;font-size:16px;font-weight:400}.ht-form textarea{resize:vertical;min-height:140px}.ht-form input:focus,.ht-form textarea:focus{outline:2px solid var(--accent-strong);border-color:var(--accent-strong)}.ht-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ht-form .required{color:var(--accent-strong)}.ht-form .optional{color:var(--muted);font-weight:400;font-size:11px}.ht-form [aria-invalid="true"]{border-color:#b3453a}.field-error{color:#9b2c22;font-size:12px;font-weight:500}.hp-field{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}.consent-check{display:flex!important;gap:10px!important;align-items:flex-start;font-weight:400!important;font-size:13px!important;line-height:1.55;color:var(--muted)!important}.consent-check input{width:18px!important;height:18px;padding:0!important;margin-top:2px;flex:none;accent-color:var(--ink)}.consent-check a{text-decoration:underline}.form-submit{border:0;cursor:pointer;justify-self:start}.form-note{color:var(--muted);font-size:13px;margin:0}.form-status{margin:0;padding:12px 14px;font-size:14px}.form-status.is-success{background:#e5eee5;color:#234b34;margin-top:24px}.form-status.is-error{background:#f4e7e4;color:#802f28}@media(max-width:650px){.ht-form .form-grid{grid-template-columns:1fr}}
.ht-form label{display:block}.ht-form label>input,.ht-form label>textarea{display:block;margin-top:6px}.ht-form .optional{margin-left:4px}.ht-form .field-error{display:block;margin-top:4px}
