:root{--ink:#101f2b;--muted:#576571;--blue:#007aff;--cyan:#4cc3e1;--paper:#f4f6f6;--line:#dbe1e4;--display:'Barlow Condensed',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif;--header:88px;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font:16px/1.6 var(--body);background:#fff}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.3;cursor:default}button,a{touch-action:manipulation}img{max-width:100%;display:block}svg{width:22px;height:22px;flex:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:600;line-height:.97;letter-spacing:-.025em}h1{font-size:clamp(64px,7.4vw,120px)}h2{font-size:clamp(46px,5vw,78px)}h3{font-size:clamp(36px,3.2vw,52px)}h4{font-size:20px;font-weight:500;line-height:1.3}em{font-style:normal;color:var(--cyan)}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.section{padding:100px var(--gutter);max-width:1800px;margin:0 auto}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700;line-height:1.5}.text-link{display:inline-flex;align-items:center;gap:24px;font-weight:600;font-size:14px;border-bottom:1px solid currentColor;padding:8px 0}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(3px,-3px)}.button{display:inline-flex;gap:30px;align-items:center;justify-content:center;min-height:54px;padding:15px 25px;border:1px solid transparent;font-weight:600;font-size:14px;line-height:1.3;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.light{background:white;color:var(--ink)}.light:hover{background:#e8f7fb}.blue{background:var(--blue);color:#fff}.blue:hover{background:#005fcc}.outline{border-color:#ffffff90;background:transparent;color:#fff}.skip{position:fixed;left:20px;top:-90px;background:white;padding:16px;z-index:100}.skip:focus{top:12px}
.site-header{height:var(--header);padding:0 var(--gutter);display:flex;align-items:center;gap:42px;background:#fff;position:relative;z-index:30}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand>span{font:600 28px/.9 var(--display);letter-spacing:.025em}.brand-light{font-weight:500}.brand small{display:block;font:600 7px/1.2 var(--body);letter-spacing:.22em;margin-top:8px}.brand img{width:42px;height:42px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;margin:auto;font-size:13px;font-weight:500}.desktop-nav a{padding:14px 0}.desktop-nav a:hover{color:var(--blue)}.header-call{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600}.header-call svg{width:18px;height:18px}.menu-toggle,.mobile-menu,.mobile-contact{display:none}
.hero{position:relative;isolation:isolate;color:white;min-height:650px;height:calc(100svh - var(--header));max-height:1000px;overflow:hidden;background:#23313b}.hero-image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#04111cbd,#04111c30 64%,#04111c10),linear-gradient(0deg,#030d1799,transparent 25%)}.hero-content{height:100%;padding:6vh var(--gutter) 100px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;animation:enter .8s both}.hero-content>.eyebrow{margin-bottom:25px}.hero-content>p:not(.eyebrow){font-size:17px;line-height:1.65;margin-top:27px;max-width:460px}.home-hero h1{max-width:600px}.hero-content>.button{margin-top:32px}.hero-foot{position:absolute;bottom:28px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:11px;letter-spacing:.07em}.hero-foot a{font-size:12px;letter-spacing:0;border-bottom:1px solid #ffffff70;padding-bottom:5px}.intro{display:grid;grid-template-columns:1fr 1.1fr;gap:18px 10%;padding-top:110px;padding-bottom:110px}.intro>.eyebrow{grid-column:1/-1}.intro>p:last-child{align-self:end;color:var(--muted);max-width:475px;font-size:19px;line-height:1.7}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:50px}.section-heading .eyebrow{margin-bottom:18px}.section-heading>p{font-size:15px;color:var(--muted)}.homes{padding-top:85px;background:var(--paper);max-width:none}.home-row{display:grid;grid-template-columns:1.38fr 1fr;align-items:center;gap:6vw;padding:54px 0;border-top:1px solid #cfd7dc}.home-row:last-child{padding-bottom:0}.home-row:nth-child(odd) .home-photo{order:2}.home-row:nth-child(odd) .home-copy{order:1}.home-photo{position:relative;overflow:hidden;display:block;background:#d5dee4;aspect-ratio:1.35}.home-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.home-photo:hover>img{transform:scale(1.025)}.photo-link{position:absolute;bottom:20px;right:20px;background:white;padding:12px 16px;font-size:12px;display:flex;gap:24px}.photo-note{position:absolute;top:20px;left:20px;background:var(--ink);color:white;font-size:9px;padding:7px 10px;letter-spacing:.1em}.home-copy{max-width:440px}.index{font-size:10px;letter-spacing:.16em;color:var(--muted)}.home-copy h3{margin:20px 0 16px}.home-short{font-size:19px;margin-bottom:15px}.home-copy>p:not(.home-short){font-size:14px;color:var(--muted);max-width:390px}.facts-inline{display:flex;gap:18px;border-top:1px solid #cfd7dc;border-bottom:1px solid #cfd7dc;margin:25px 0 21px;padding:12px 0;font-size:12px}.facts-inline>span+span{border-left:1px solid #bdc7ce;padding-left:18px}.approach{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:#fff}.approach-image{min-height:740px}.approach-image img{height:100%;width:100%;object-fit:cover}.approach-copy{padding:85px clamp(30px,6vw,100px)}.approach-copy .eyebrow{color:var(--cyan);margin-bottom:24px}.approach-copy>p:not(.eyebrow){color:#c5d0d6;margin-top:26px;max-width:450px;font-size:15px}.approach ol{list-style:none;padding:0;margin:36px 0}.approach li{display:flex;gap:26px;padding:21px 0;border-top:1px solid #ffffff26}.approach li>span{color:var(--cyan);font-size:11px;padding-top:3px}.approach li h3{font-family:var(--body);font-size:17px;letter-spacing:0;line-height:1.4}.approach li p{font-size:13px;line-height:1.7;color:#acbcc7;margin-top:8px}.film-section{display:grid;grid-template-columns:1fr 1.45fr;gap:8vw;align-items:center}.film-section .eyebrow{margin-bottom:20px}.film-section>div>p:last-child{color:var(--muted);margin-top:25px}.film-section .media-image{aspect-ratio:1.3}.film-section .play-icon{width:75px;height:75px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10vw;border-top:1px solid var(--line);background:var(--paper);max-width:none}.contact-copy .eyebrow{margin-bottom:24px}.contact-copy>p:not(.eyebrow){max-width:430px;color:var(--muted);margin-top:28px}.contact-phone{display:block;font-family:var(--display);font-size:36px;margin:35px 0 8px;line-height:1.2}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-form label{display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:9px}.contact-form label:nth-child(n+3){grid-column:1/-1}input,select,textarea{width:100%;border:0;border-bottom:1px solid #aab7c0;border-radius:0;background:transparent;padding:10px 0 13px;font-size:14px;color:var(--ink)}textarea{resize:vertical;min-height:90px}.contact-form .button{grid-column:1/-1;justify-content:space-between}.form-note,.form-status{grid-column:1/-1;color:var(--muted);font-size:11px;line-height:1.7;margin-top:-10px}.form-status:empty{display:none}.footer{padding:42px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:30px}.footer>p{font-size:12px;color:var(--muted)}.footer>div{display:flex;flex-direction:column;gap:10px;font-size:11px;text-align:right}.footer>div span{color:var(--muted)}
.product-hero{min-height:610px;max-height:850px}.product-hero h1{font-size:clamp(62px,7.2vw,110px);max-width:650px}.product-hero .hero-shade{background:linear-gradient(90deg,#04111cd1,#04111c40 65%,#04111c1a),linear-gradient(0deg,#030d1799,transparent 30%)}.back-link{font-size:12px;margin-bottom:auto}.product-hero .hero-content>.eyebrow{margin-top:30px}.product-hero .hero-content{padding-top:30px;justify-content:flex-end}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px;flex-wrap:wrap}.hero-actions .button{gap:12px}.hero-contact{font-size:13px;border-bottom:1px solid #fff;padding:8px 0}.product-intro{display:grid;grid-template-columns:1fr 1fr;gap:9vw}.product-intro .eyebrow{margin-bottom:24px}.large-copy{font-size:20px;line-height:1.7;color:var(--muted)}.plan-facts{list-style:none;padding:0;margin:30px 0;border-top:1px solid var(--line)}.plan-facts li{padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.small-note{font-size:11px;line-height:1.8;color:var(--muted)}.highlights{padding-top:0}.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.media-tile{display:block;border:0;background:transparent;padding:0;text-align:left;color:inherit;min-width:0}.media-image{display:block;position:relative;overflow:hidden;background:#d9e1e5;aspect-ratio:4/3}.media-image>img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.media-tile:hover .media-image>img{transform:scale(1.025)}.media-kind{position:absolute;left:12px;bottom:12px;font-size:9px;letter-spacing:.13em;color:#fff;background:#101f2be8;padding:5px 8px;pointer-events:none}.play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:#ffffffed;color:var(--ink);display:grid;place-items:center;border-radius:50%}.play-icon svg{width:26px;height:26px}.media-tile:hover .play-icon{background:var(--cyan)}.expand-icon{position:absolute;right:12px;top:12px;width:30px;height:30px;background:#ffffffed;display:grid;place-items:center;font-size:18px}.media-caption{font-size:12px;display:flex;justify-content:space-between;gap:12px;line-height:1.5;padding:12px 0}.media-caption>span{flex:none}.build-story{background:var(--paper)}.story-intro{text-align:center;padding-bottom:64px}.story-intro .eyebrow{margin-bottom:22px}.story-intro>p:not(.eyebrow){margin-top:25px;color:var(--muted);font-size:15px}.direction-label{display:inline-block;font-size:10px;letter-spacing:.17em;margin-top:28px;border-top:1px solid #afc0cb;padding-top:16px}.phase-nav{position:sticky;top:0;z-index:20;background:#f4f6f6f7;backdrop-filter:blur(15px);display:flex;justify-content:center;overflow-x:auto;border-top:1px solid #d3dce2;border-bottom:1px solid #d3dce2;padding:0 20px;gap:25px}.phase-nav a{white-space:nowrap;font-size:11px;padding:21px 0 18px;border-bottom:3px solid transparent}.phase-nav a.active{color:#0066d9;border-color:var(--blue)}.journey{padding-top:0;padding-bottom:50px}.phase-section{scroll-margin-top:80px;padding:60px 0;border-bottom:1px solid #c9d4db}.phase-section:last-child{border-bottom:0}.phase-heading{display:flex;align-items:center;gap:22px;margin-bottom:35px}.phase-index{font-family:var(--display);font-size:50px;line-height:1;color:#879eae}.phase-heading h3{font-size:42px}.construction-step+.construction-step{margin-top:42px}.step-heading{display:flex;gap:25px;align-items:baseline;justify-content:space-between;border-top:1px solid #d3dce2;padding-top:20px;margin-bottom:22px}.step-heading>span{font-size:10px;color:var(--muted);white-space:nowrap}.step-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px 22px}.step-media .media-caption{font-size:11px}.other-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.other-grid img{width:100%;aspect-ratio:1.45;object-fit:cover}.other-grid a>span{display:flex;align-items:center;justify-content:space-between;margin-top:15px;font-family:var(--display);font-size:28px}.tour-section{padding-top:0}.tour-shell{position:relative;aspect-ratio:16/9;background:var(--ink);overflow:hidden}.tour-shell>img{width:100%;height:100%;object-fit:cover;opacity:.6}.tour-load{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tour-load:hover{transform:translate(-50%,-52%)}.tour-shell iframe{width:100%;height:100%;border:0}.tour-section>.text-link{margin-top:15px}.tour-links{display:grid;gap:20px;margin-top:35px}.tour-links a{font-size:24px;border-bottom:1px solid var(--line);padding-bottom:18px}
.media-dialog{position:fixed;inset:0;max-width:none;max-height:none;width:100%;height:100dvh;margin:0;padding:0;border:0;background:#09131bf5;color:white}.media-dialog[open]{display:flex;flex-direction:column}.media-dialog::backdrop{background:#09131b}.viewer-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 28px;font-size:12px;min-height:65px;border-bottom:1px solid #ffffff1a}.viewer-close{background:none;border:0;color:white;display:flex;gap:18px;align-items:center;font-size:12px;padding:8px}.viewer-close span{font-size:28px;line-height:1}.viewer-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative;padding:22px 65px}.viewer-stage img,.viewer-stage video{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto}.viewer-stage video{height:100%;width:100%}.viewer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 28px 22px}.viewer-bottom>button{background:none;border:1px solid #ffffff40;color:white;font-size:25px;width:48px;height:48px;flex:none}.viewer-caption{text-align:center;font-size:12px;color:#d0d9e0;max-width:700px}.media-error{padding:30px;max-width:550px;text-align:center}.media-error a{display:inline-block;margin-top:15px;text-decoration:underline}.not-found{min-height:65vh}.not-found h1{margin:30px 0;font-size:65px}@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1100px){.site-header{gap:20px}.desktop-nav{gap:20px}.header-call span{font-size:12px}.brand>span{font-size:25px}.phase-nav{justify-content:flex-start}.approach-copy{padding:65px 35px}.home-row{gap:5vw}.contact{gap:6vw}.contact-form{grid-template-columns:1fr}.contact-form label{grid-column:1/-1}.section{padding-top:75px;padding-bottom:75px}.highlights{padding-top:0}.journey{padding-top:0}.footer>p{display:none}.hero{min-height:620px}.hero-content{padding-top:35px}.hero h1{font-size:80px}}
@media(max-width:760px){:root{--header:74px;--gutter:24px}html{scroll-padding-top:80px}h1{font-size:64px}h2{font-size:48px}h3{font-size:38px}.section{padding:58px var(--gutter)}.site-header{justify-content:space-between;gap:18px}.brand img{width:34px;height:34px}.brand>span{font-size:24px}.brand small{font-size:6px;margin-top:6px}.desktop-nav,.header-call span{display:none}.header-call{margin-left:auto}.header-call svg{width:20px;height:20px}.menu-toggle{display:flex;flex-direction:column;gap:6px;border:0;background:none;padding:10px 0 10px 8px}.menu-toggle span{height:1px;width:22px;background:var(--ink)}.mobile-menu:not([hidden]){position:absolute;z-index:35;top:var(--header);left:0;right:0;display:flex;flex-direction:column;gap:4px;background:white;padding:15px 24px 25px;box-shadow:0 15px 20px #0001}.mobile-menu a{padding:12px 0;font-size:16px}.hero{min-height:600px;max-height:900px;height:calc(100svh - var(--header))}.home-hero .hero-image{object-position:62% 72%!important}.hero-shade{background:linear-gradient(90deg,#061421bd,#06142125),linear-gradient(0deg,#061421b3,transparent 70%)}.hero-content{padding:40px 24px 116px;justify-content:flex-end}.hero h1{font-size:clamp(57px,12vw,78px);line-height:.97}.hero-content>.eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:21px}.hero-content>p:not(.eyebrow){font-size:15px;margin-top:20px}.hero-content>.button{margin-top:25px}.hero-foot{bottom:26px;display:block;font-size:8px;line-height:1.7;left:24px;right:24px}.hero-foot a{display:table;font-size:10px;margin-top:5px}.intro{display:block}.intro h2{margin:20px 0 28px}.intro>p:last-child{font-size:17px}.section-heading{display:block;margin-bottom:32px}.section-heading>p,.section-heading>.text-link{margin-top:22px}.home-row{display:flex;flex-direction:column;gap:28px;padding:32px 0}.home-row .home-photo{order:0!important;width:100%;aspect-ratio:1.25}.home-row .home-copy{order:1!important;max-width:none;width:100%}.home-copy h3{margin-top:14px}.home-copy>p:not(.home-short){max-width:none}.home-short{font-size:17px}.facts-inline{margin:20px 0 14px}.photo-link{bottom:12px;right:12px;padding:10px 13px;font-size:11px}.photo-note{top:12px;left:12px;font-size:8px}.approach{display:block}.approach-image{min-height:0;height:380px}.approach-copy{padding:55px 24px}.film-section{display:block}.film-section>.media-tile{margin-top:30px}.film-section>div>p:last-child{font-size:14px}.contact{display:block}.contact-copy>p:not(.eyebrow){font-size:15px}.contact-phone{font-size:32px;margin-top:26px}.contact-form{margin-top:40px;gap:22px}.footer{padding:35px 24px 96px;align-items:flex-start;flex-direction:column;gap:28px}.footer>div{text-align:left;flex-direction:row;justify-content:space-between;width:100%;font-size:10px}.mobile-contact{display:flex;position:fixed;z-index:40;bottom:0;left:0;right:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px;background:#fffffffa;backdrop-filter:blur(15px);border-top:1px solid var(--line)}.mobile-contact a{display:flex;gap:10px;align-items:center;justify-content:center;flex:1;background:var(--ink);color:white;font-size:12px;min-height:44px}.mobile-contact a:last-child{background:var(--blue)}.mobile-contact svg{width:15px;height:15px}.product-hero{min-height:590px}.product-hero .hero-content{padding-top:23px;padding-bottom:110px}.product-hero .hero-content>.eyebrow{margin-top:20px}.product-hero h1{font-size:60px;max-width:360px}.back-link{font-size:11px}.hero-actions{gap:15px;margin-top:25px}.hero-actions .button{font-size:12px;padding:13px 16px;gap:9px;min-height:50px}.hero-contact{font-size:12px}.product-intro{display:block}.product-intro>div+div{margin-top:25px}.large-copy{font-size:17px}.highlights{padding-top:0}.highlight-grid{grid-template-columns:1fr;gap:24px}.highlight-grid .media-image{aspect-ratio:1.4}.story-intro{padding-bottom:40px}.story-intro>p:not(.eyebrow){font-size:14px}.phase-nav{gap:22px;padding:0 24px}.phase-nav a{font-size:10px;padding:17px 0 14px}.journey{padding-top:0;padding-bottom:20px}.phase-section{padding:42px 0;scroll-margin-top:58px}.phase-heading{gap:16px;margin-bottom:24px}.phase-heading h3{font-size:35px}.phase-index{font-size:40px}.step-heading{align-items:flex-start;gap:14px}.step-heading h4{font-size:17px}.step-heading>span{font-size:9px;padding-top:3px}.step-media{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 12px}.step-media .media-image{aspect-ratio:1}.step-media .media-caption{font-size:10px;padding-top:8px}.step-media .media-caption>span{display:none}.step-media .media-kind{font-size:7px;left:7px;bottom:7px;padding:3px 5px}.step-media .expand-icon{width:24px;height:24px;right:7px;top:7px;font-size:15px}.step-media .play-icon{width:40px;height:40px}.other-grid{grid-template-columns:1fr;gap:28px}.other-grid a>span{font-size:28px;margin-top:10px}.tour-section{padding-top:0}.tour-shell{aspect-ratio:3/4}.tour-load{font-size:12px;white-space:nowrap}.viewer-toolbar{padding:13px 18px;min-height:60px}.viewer-stage{padding:12px 8px}.viewer-bottom{padding:12px 16px calc(18px + env(safe-area-inset-bottom));gap:12px}.viewer-caption{font-size:10px}.viewer-bottom>button{width:40px;height:40px}.media-dialog{z-index:100}.not-found h1{font-size:56px}}
.site-header{position:sticky;top:0}
.phase-nav{top:var(--header)}
.phase-section{scroll-margin-top:calc(var(--header) + 80px)}
.hero{min-height:min(650px,calc(100svh - var(--header)))}
@media(max-height:740px){.hero-content{padding-top:22px;padding-bottom:90px}.hero h1{font-size:clamp(48px,7vw,78px)}.hero-content>.eyebrow{margin-bottom:14px}.hero-content>p:not(.eyebrow){margin-top:16px;font-size:14px}.hero-content>.button,.hero-actions{margin-top:20px}.hero-foot{bottom:20px}.product-hero .hero-content{padding-bottom:90px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.form-trap{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.contact-form button:disabled{opacity:.6;cursor:wait}
.contact-copy>.text-link{display:flex;width:fit-content}
@media(max-width:760px){.mobile-contact{padding-right:88px}.mobile-contact a{font-size:11px;gap:6px}}

/* Buyer campaign destinations */
.campaign-inside{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.campaign-inside video{display:block;width:min(100%,366px);height:auto;aspect-ratio:9/16;justify-self:center;background:transparent}.campaign-faq details{border-bottom:1px solid #c7d0d5;padding:22px 0;max-width:850px}.campaign-faq summary{font-size:20px;cursor:pointer}.campaign-faq details p{max-width:700px}.campaign-inside .small-note{margin-top:22px}@media(max-width:720px){.campaign-inside{grid-template-columns:1fr}.campaign-inside video{width:min(100%,293px)}}

/* Campaign reading rhythm: scoped to the two buyer landing pages. */
.campaign-section.section{padding-block:clamp(56px,6vw,88px)}
.campaign-section h2{font-size:clamp(44px,4.5vw,68px);line-height:1.04;letter-spacing:-.018em;text-wrap:balance}
.campaign-section .eyebrow{line-height:1.6;letter-spacing:.14em}
.campaign-section.section .eyebrow{margin-bottom:20px}
.campaign-section h2+p{margin-top:24px}
.campaign-section p{max-width:54ch}
.campaign-section .large-copy{font-size:clamp(18px,1.55vw,21px);line-height:1.65}
.campaign-section p+p{margin-top:20px}
.campaign-section.product-intro{align-items:start;gap:7vw}
.campaign-inside>div>p:not(.eyebrow):not(.small-note){font-size:17px;line-height:1.7;color:var(--muted)}
.campaign-inside .text-link{margin-top:18px;padding-block:10px;line-height:1.5}
.campaign-section .small-note{font-size:12px;line-height:1.75;max-width:60ch}
.campaign-faq h2{margin-bottom:32px}
.campaign-faq details{max-width:900px;padding-block:24px}
.campaign-faq summary{font-size:clamp(17px,1.6vw,20px);line-height:1.5;font-weight:500}
.campaign-faq details p{margin-top:16px;line-height:1.75;color:var(--muted);padding-right:24px}
.campaign-section.contact{gap:7vw}
.campaign-section .contact-form{gap:26px 24px;align-content:start}
.campaign-section .contact-form label{font-size:13px;line-height:1.5;gap:10px}
.campaign-section .contact-form input,.campaign-section .contact-form select,.campaign-section .contact-form textarea{font-size:16px;line-height:1.5}
.campaign-section .form-note,.campaign-section .form-status{font-size:12px;line-height:1.6;max-width:60ch}
@media(max-width:760px){
 .campaign-section h2{font-size:clamp(40px,10.5vw,48px)}
 .campaign-section.section .eyebrow{margin-bottom:16px;font-size:10px}
 .campaign-section.product-intro>div+div{margin-top:28px}
 .campaign-inside{grid-template-columns:1fr;gap:32px}
 .campaign-inside video{width:min(100%,315px)}
 .campaign-inside>div>p:not(.eyebrow):not(.small-note){font-size:16px}
 .campaign-section h2+p{margin-top:20px}
 .campaign-faq h2{margin-bottom:24px}
 .campaign-faq details{padding-block:20px}
 .campaign-section .contact-form{margin-top:36px}
}
@media(max-height:540px){
 .campaign-section.hero{height:auto;min-height:560px;max-height:none}
 .campaign-section.hero .hero-content{min-height:560px;padding-top:32px;padding-bottom:100px}
 .campaign-section.hero h1{font-size:48px}
}

.family-brand img{width:260px;height:70px;object-fit:contain}.footer .family-brand img{width:240px;height:80px}@media(max-width:760px){.family-brand img{width:190px;height:64px}}
