@font-face{font-family:YekanBakh;src:url('../media/yekan-light.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:YekanBakh;src:url('../media/yekan-medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:YekanBakh;src:url('../media/yekan-bold.woff2') format('woff2');font-weight:700;font-display:swap}

:root{
  --brand-cyan:#12bde1;
  --brand-teal:#027d99;
  --brand-deep:#006c80;
  --brand-soft:#e3f7fb;
  --brand-tint-subtle:#edf7f8;
  --brand-gradient:linear-gradient(135deg,var(--brand-cyan) 0%,var(--brand-teal) 100%);
  --brand-glow:rgba(18,189,225,.24);
  --ink:#102a3a;
  --ink-2:#2f4b5b;
  --muted:#58707d;
  --paper:#f5f2ea;
  --paper-2:#ebe5d9;
  --surface:#fffdf9;
  --cyan:var(--brand-cyan);
  --cyan-deep:var(--brand-deep);
  --cyan-soft:var(--brand-soft);
  --navy:#0d2838;
  --navy-2:#153b4c;
  --navy-deep:#071c27;
  --on-dark:#f8fcfd;
  --on-dark-muted:#cad8de;
  --on-dark-soft:#aebfc7;
  --line:rgba(16,42,58,.15);
  --line-dark:rgba(255,255,255,.16);
  --wa:#075e54;
  --wa-hover:#096b60;
  --wa-brand:#25d366;
  --bale:#00745e;
  --bale-brand:#00b894;
  --focus:#8a5a00;
  --focus-dark:#e09a19;
  --danger:#9d392f;
  --shadow:0 24px 70px rgba(14,40,55,.14);
  --shadow-soft:0 12px 34px rgba(14,40,55,.09);
  --section:clamp(72px,8vw,124px);
}

*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth;scroll-padding-top:92px;overscroll-behavior-y:none}
body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:YekanBakh,Tahoma,sans-serif;font-size:16px;font-weight:400;line-height:1.75;overflow-x:clip}
body.menu-open,body.sheet-open{overflow:hidden}
body.menu-open .nh-cro-mobile-bar,body.sheet-open .nh-cro-mobile-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
img{display:block;max-width:100%}
button,input,select{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{color:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:4px}
.selector-section :focus-visible,.projects-section :focus-visible,.cost-section :focus-visible,.consult-section :focus-visible,.final-cta :focus-visible,.site-footer :focus-visible{outline-color:var(--focus-dark)}
::selection{background:var(--cyan);color:#062934}
[hidden]{display:none!important}
bdi,[dir="ltr"]{unicode-bidi:isolate;font-variant-numeric:tabular-nums}
.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.section{padding-block:var(--section)}
.i{display:inline-block;flex:0 0 auto;width:1.4em;height:1.4em;background:currentColor;-webkit-mask:var(--i) center/contain no-repeat;mask:var(--i) center/contain no-repeat}
.skip-link{position:fixed;z-index:200;top:10px;right:10px;padding:10px 16px;border-radius:10px;background:#fff;color:var(--ink);box-shadow:var(--shadow);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--cyan-deep);font-size:13px;font-weight:700;letter-spacing:.02em}
.section-kicker::before{content:"";width:22px;height:2px;background:currentColor}
.section-kicker.light{color:var(--brand-cyan)}
.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:end;gap:54px;margin-bottom:38px}
.section-heading.compact{margin-bottom:30px}
.section-heading h2,.cost-heading h2,.selector-heading h2,.consult-copy h2,.faq-heading h2,.final-cta h2{margin:0;font-size:clamp(32px,4.2vw,54px);line-height:1.25;letter-spacing:-.032em;text-wrap:balance}
.section-heading h2{max-width:18ch}
.section-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.95}
.light-heading h2{color:var(--on-dark)}
.light-heading p{color:var(--on-dark-muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px)}
.button .i{width:22px;height:22px}
.button-wa{background:var(--wa);color:#fff;box-shadow:0 14px 32px rgba(7,94,84,.22)}
.button-wa:hover{background:var(--wa-hover);box-shadow:0 18px 38px rgba(7,94,84,.27)}
.button-bale{border-color:rgba(0,143,115,.38);background:#fff;color:var(--ink);box-shadow:0 12px 28px rgba(0,104,84,.1)}
.button-bale:hover{border-color:var(--bale);background:#effaf6;box-shadow:0 16px 34px rgba(0,104,84,.14)}
.button-bale img{width:45px;height:20px;object-fit:contain}
.button-dark{background:var(--navy);color:#fff}
.button-brand{background:var(--brand-cyan);color:var(--navy);box-shadow:0 14px 32px var(--brand-glow)}
.button-brand:hover{box-shadow:0 18px 38px rgba(18,189,225,.3)}
.button-ghost{border-color:var(--line);background:rgba(255,255,255,.45);color:var(--ink)}
.button-light{border-color:rgba(255,255,255,.28);background:#fff;color:var(--ink)}
.button-full{width:100%}
.channel-actions{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:8px}
.channel-actions .button{width:100%;padding-inline:14px;white-space:normal;text-align:center;font-size:13px;line-height:1.45}
.channel-status{min-height:18px;margin:7px 0 0;color:var(--ink-2);font-size:10px;line-height:1.6;text-align:center}
.text-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:var(--cyan-deep);font-weight:700}
.text-link .i{width:18px;height:18px;transition:transform .2s ease}
.text-link:hover .i{transform:translate(-3px,-3px)}

/* Header */
.site-header{position:sticky;z-index:60;top:0;height:76px;border-bottom:1px solid rgba(16,42,58,.1);background:rgba(255,255,255,.97);box-shadow:0 1px 0 rgba(16,42,58,.025);-webkit-backdrop-filter:saturate(1.16) blur(18px);backdrop-filter:saturate(1.16) blur(18px);transition:box-shadow .2s ease,border-color .2s ease}
.site-header::after{content:"";position:absolute;right:max(24px,calc((100% - 1240px)/2));bottom:-1px;width:68px;height:2px;border-radius:2px;background:var(--brand-gradient)}
.site-header.has-shadow{border-bottom-color:rgba(16,42,58,.12);box-shadow:0 12px 34px rgba(13,40,56,.1)}
.header-inner{height:100%;display:grid;grid-template-columns:190px 1fr 240px;align-items:center;gap:28px}
.brand{display:flex;align-items:center;width:max-content;height:62px}
.brand img{width:auto;height:58px;max-width:148px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:26px;color:var(--ink-2);font-size:14px;font-weight:500}
.desktop-nav a{position:relative;display:grid;place-items:center;min-height:46px}
.desktop-nav a::after{content:"";position:absolute;inset-inline:0;bottom:5px;height:2px;background:var(--cyan);transform:scaleX(0);transition:transform .2s ease}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.header-phone{display:flex;align-items:center;gap:9px;min-height:48px;padding:4px 8px 4px 12px;border:1px solid rgba(16,42,58,.11);border-radius:14px;background:#f8fbfc;direction:ltr;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
.header-phone:hover{border-color:rgba(0,108,128,.27);background:#f2fafb;box-shadow:0 8px 22px rgba(13,40,56,.07)}
.header-phone>.i{width:38px;height:38px;padding:9px;border-radius:11px;background-color:var(--navy);color:#fff;background-origin:content-box}
.header-phone>span{display:grid;direction:rtl;line-height:1.35;text-align:left}
.header-phone small{color:#536b78;font-size:11px}
.header-phone bdi{color:var(--ink);font-size:14px;font-weight:700}
body .site-header .menu-button{display:none;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:0;border:1px solid rgba(16,42,58,.14);border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 4px 14px rgba(13,40,56,.05);font:inherit;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
.menu-button:hover{border-color:rgba(0,108,128,.35);background:var(--cyan-soft)}
.menu-button img{width:21px;height:21px}
.mobile-menu{position:fixed;z-index:110;inset:0;background:var(--paper);padding:18px 22px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;transform:translateX(110%);visibility:hidden;transition:transform .32s cubic-bezier(.2,.8,.2,1),visibility .32s}
.mobile-menu.is-open{transform:none;visibility:visible}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}
.mobile-menu-head>img{width:128px;height:auto}
body .mobile-menu .menu-close{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);box-shadow:none;font:inherit;cursor:pointer}
.menu-close .i{width:22px;height:22px}
.mobile-menu nav{display:grid;margin-top:22px}
.mobile-menu nav a{display:flex;align-items:center;gap:14px;min-height:58px;border-bottom:1px solid var(--line);font-size:17px;font-weight:700}
.mobile-menu nav .i{width:24px;height:24px;color:var(--cyan-deep)}
.mobile-menu-contact{margin-top:auto;display:grid;gap:10px}
.wa-action{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;border-radius:14px;background:var(--wa);color:#fff;font-weight:700}
.wa-action .i{width:23px;height:23px}
.mobile-channel-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mobile-channel-row a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-weight:700}
.mobile-channel-row .i{width:22px;height:22px}
.mobile-channel-row img{width:45px;height:20px;object-fit:contain}

/* The search strip stays outside the fixed-height, approved header. */
.home-shop-strip{padding-block:10px;border-bottom:1px solid var(--line);background:#fff}
.home-shop-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.home-shop-strip .nh-shop-search{flex:1;min-width:0}
.home-shop-all{display:flex;align-items:center;gap:10px;min-height:44px;color:var(--cyan-deep);font-size:15px;font-weight:700}
.home-shop-all .i{width:18px;height:18px}
.home-shop-all:is(:hover,:focus-visible){color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.mobile-menu-search{padding-top:18px}
.mobile-menu .mobile-shop-nav{margin-top:12px}
.mobile-category-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.mobile-menu .mobile-category-links a{min-width:0;min-height:48px;font-size:16px;font-weight:500}
.mobile-menu .mobile-service-nav{margin-top:22px;padding-top:8px;border-top:1px solid var(--line)}
.mobile-menu .mobile-service-nav a{min-height:48px;font-size:16px;font-weight:500}

/* Hero */
.hero{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--line);background:var(--paper)}
.hero::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,transparent 49.9%,rgba(16,42,58,.045) 50%,transparent 50.1%);background-size:72px 100%;opacity:.7}
.hero-grid{min-height:calc(100svh - 76px);padding-block:44px 46px;display:grid;direction:ltr;grid-template-columns:minmax(420px,.92fr) minmax(480px,1.08fr);grid-template-areas:"media eyebrow" "media title" "media lead" "media actions" "media help" "media facts";column-gap:72px;align-content:center;align-items:start}
.hero-grid>*:not(.hero-media){direction:rtl}
.eyebrow{grid-area:eyebrow;display:flex;align-items:center;gap:9px;margin:12px 0 14px;color:var(--ink-2);font-size:13px;font-weight:700}
.eyebrow>span{width:10px;height:10px;border:3px solid var(--cyan);border-radius:50%}
.eyebrow b{color:var(--cyan-deep)}
.hero h1{grid-area:title;margin:0;max-width:12ch;font-size:clamp(48px,5.2vw,76px);line-height:1.14;letter-spacing:-.045em;text-wrap:balance}
.hero h1 em{font-style:normal;color:var(--cyan-deep)}
.hero-lead{grid-area:lead;max-width:61ch;margin:22px 0 0;color:#405c6b;font-size:16px;line-height:2}
.hero-actions{grid-area:actions;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:25px}
.hero-support-links{grid-area:help;display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;margin-top:8px}
.photo-help{justify-self:start;display:flex;align-items:center;gap:7px;min-height:44px;padding:0 2px;border:0;background:transparent;color:var(--cyan-deep);font-size:13px;font-weight:700;cursor:pointer}
.photo-help .i{width:18px;height:18px}
.hero-project-link{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 12px;border:1px solid rgba(0,108,128,.22);border-radius:11px;background:var(--cyan-soft);color:var(--cyan-deep);font-size:12px;font-weight:700}
.hero-project-link .i{width:18px;height:18px}
.hero-facts{grid-area:facts;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:21px;padding-top:20px;border-top:1px solid var(--line)}
.hero-facts>div{display:flex;align-items:center;gap:9px;min-width:0;padding-inline:13px;border-inline-start:1px solid var(--line)}
.hero-facts>div:first-child{padding-inline-start:0;border-inline-start:0}
.hero-facts .i{width:24px;height:24px;color:var(--cyan-deep)}
.hero-facts .nationwide strong{color:var(--cyan-deep)}
.hero-facts span:last-child{display:grid;line-height:1.4}
.hero-facts small{color:var(--muted);font-size:10px}
.hero-facts strong{font-size:12px;white-space:nowrap}
.hero-media{grid-area:media;position:relative;width:100%;height:min(700px,calc(100svh - 150px));min-height:590px;margin:0;overflow:hidden;border-radius:20px 20px 58px 20px;background:#c3b9ab;box-shadow:var(--shadow)}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,25,36,.54),transparent 32%);pointer-events:none}
.hero-media picture,.hero-media img{width:100%;height:100%}
.hero-media img{object-fit:cover;object-position:center 48%}
.hero-media figcaption{position:absolute;z-index:2;top:14px;left:14px;padding:6px 9px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(7,28,39,.74);color:#fff;font-size:10px;backdrop-filter:blur(8px)}
.hero-photo-note{position:absolute;z-index:2;inset-inline:18px;bottom:17px;display:flex;align-items:center;gap:12px;padding:14px 15px;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:rgba(10,37,51,.9);color:var(--on-dark)}
.hero-photo-note>.i{width:28px;height:28px;color:var(--brand-cyan)}
.hero-photo-note>span:last-child{display:grid;line-height:1.5;font-size:12px;color:var(--on-dark-muted)}
.hero-photo-note strong{color:var(--on-dark);font-size:13px}

/* Start routes */
.start-section{background:var(--surface)}
.route-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr 1fr;gap:14px;min-height:500px}
.route-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;transition:transform .25s ease,box-shadow .25s ease}
.route-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.route-card h3{margin:5px 0 6px;font-size:clamp(20px,2.2vw,31px);line-height:1.35;letter-spacing:-.02em}
.route-card p{margin:0;font-size:13px;line-height:1.7}
.route-label{font-size:11px;font-weight:700;letter-spacing:.03em}
.route-primary{grid-column:span 7;grid-row:span 2;display:grid;grid-template-rows:190px minmax(0,1fr);padding:0;background:var(--navy);color:var(--on-dark)}
.route-primary .route-label{color:var(--brand-cyan)}
.route-primary p{color:var(--on-dark-muted)}
.route-guide-media{position:relative;min-height:0;margin:0;overflow:hidden;background:var(--navy-2)}
.route-guide-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,40,56,.82),rgba(13,40,56,0) 68%)}
.route-guide-media img{width:100%;height:100%;object-fit:cover;object-position:center 42%;transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.route-primary:hover .route-guide-media img{transform:scale(1.025)}
.route-guide-media figcaption{position:absolute;z-index:1;right:18px;bottom:14px;display:flex;align-items:center;gap:8px;color:var(--on-dark);font-size:11px;font-weight:700}
.route-guide-media figcaption .i{width:20px;height:20px;color:var(--brand-cyan)}
.route-guide-body{display:flex;min-height:0;flex-direction:column;padding:22px 28px 24px}
.route-guide-copy{max-width:570px}
.route-guide-copy h3{max-width:18ch;color:var(--on-dark)}
.route-guide-copy p{max-width:62ch}
.route-guide-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:14px 0 0;padding:9px 0;border-block:1px solid var(--line-dark);list-style:none}
.route-guide-signals li{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;color:var(--on-dark-muted);font-size:11px;font-weight:700}
.route-guide-signals li+li{border-inline-start:1px solid var(--line-dark)}
.route-guide-signals .i{width:19px;height:19px;color:var(--brand-cyan)}
.route-guide-footer{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:auto;padding-top:15px}
.route-guide-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border-radius:12px;background:var(--brand-cyan);color:var(--navy);font-size:12px;font-weight:700;box-shadow:0 10px 24px rgba(18,189,225,.16)}
.route-guide-cta .i{width:17px;height:17px}
.route-products{grid-column:span 5;display:grid;grid-template-columns:minmax(0,1fr) 42%;align-items:center;padding:24px;background:#edf7f8}
.route-products>div:last-child{position:relative;z-index:2}
.route-products .route-label{color:var(--cyan-deep)}
.route-products p{color:var(--muted)}
.route-image-stack{position:relative;height:100%;min-height:160px}
.route-image-stack img{position:absolute;width:72%;aspect-ratio:1;object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(16,42,58,.1)}
.route-image-stack img:first-child{top:0;right:0;transform:rotate(4deg)}
.route-image-stack img:last-child{bottom:0;left:0;transform:rotate(-6deg)}
.route-install{grid-column:span 5;min-height:210px;background:var(--navy)}
.route-install>img{width:100%;height:100%;object-fit:cover}
.route-install::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,31,43,.08),rgba(8,31,43,.86))}
.route-overlay{position:absolute;z-index:2;inset-block:0;right:0;width:62%;display:flex;flex-direction:column;justify-content:center;padding:24px;color:var(--on-dark)}
.route-overlay .route-label{color:var(--brand-cyan)}
.route-overlay p{color:var(--on-dark-muted)}
.trade-route{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(360px,1.28fr) auto;align-items:center;gap:28px;margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:var(--shadow-soft)}
.trade-route figure{height:190px;margin:0;overflow:hidden;border-radius:14px;background:#d7d2c9}
.trade-route figure img{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.trade-route-copy h3{margin:4px 0 7px;font-size:clamp(22px,2.4vw,32px);line-height:1.4}
.trade-route-copy p{max-width:58ch;margin:0;color:var(--muted);font-size:12px;line-height:1.8}
.trade-route-copy ul{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 0;padding:0;list-style:none}
.trade-route-copy li{padding:6px 9px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-2);font-size:10px;font-weight:700}
.trade-route-actions{display:grid;justify-items:stretch;gap:5px;min-width:228px}
.trade-route-actions .button{white-space:normal;text-align:center;font-size:13px}
.trade-route-actions .text-link{justify-content:center;font-size:11px}

/* Selector */
.selector-section{position:relative;overflow:hidden;background:var(--navy);color:var(--on-dark)}
.selector-section::before{content:"";position:absolute;left:-180px;top:-180px;width:460px;height:460px;border:1px solid rgba(18,189,225,.18);border-radius:50%;box-shadow:inset 0 0 0 70px rgba(18,189,225,.035),inset 0 0 0 140px rgba(18,189,225,.025)}
.selector-shell{position:relative;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(620px,1.28fr);align-items:start;gap:76px}
.selector-heading{position:sticky;top:118px;padding-top:28px}
.selector-heading h2{max-width:11ch;color:var(--on-dark)}
.selector-heading>p{max-width:46ch;margin:22px 0 0;color:var(--on-dark-muted);font-size:15px;line-height:2}
.selector-promise{display:flex;align-items:center;gap:10px;margin-top:24px;color:var(--on-dark-muted);font-size:13px}
.selector-promise .i{width:25px;height:25px;color:var(--brand-cyan)}
.selector-card{min-height:560px;padding:27px;border-radius:22px;background:var(--surface);color:var(--ink);box-shadow:0 30px 80px rgba(4,18,26,.28)}
.selector-progress>div{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:700}
.progress-track{display:block;height:4px;margin-top:9px;overflow:hidden;border-radius:10px;background:#dfe4e3}
.progress-track>span{display:block;width:100%;height:100%;border-radius:inherit;background:var(--cyan);transform:scaleX(.25);transform-origin:right center;transition:transform .32s ease}
.selector-step{padding:34px 0 14px;animation:step-in .28s ease both}
@keyframes step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step-overline{display:block;margin-bottom:6px;color:var(--cyan-deep);font-size:11px;font-weight:700}
.selector-step h3{margin:0 0 24px;font-size:clamp(24px,2.8vw,35px);line-height:1.35;letter-spacing:-.02em}
.choice-grid{display:grid;gap:10px}
.choice-grid.three{grid-template-columns:repeat(3,1fr)}
.choice-card{position:relative;min-height:145px;padding:18px 15px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);text-align:right;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;transition:border-color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease}
.choice-card:hover{transform:translateY(-2px);border-color:rgba(0,108,128,.44)}
.choice-card>[class="i"],.choice-card>.i:not(.choice-check):not(.unknown-icon){position:absolute;top:16px;right:15px;width:30px;height:30px;color:var(--cyan-deep)}
.choice-card strong{font-size:15px}
.choice-card small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.5}
.choice-card .choice-check{position:absolute;top:13px;left:13px;width:22px;height:22px;padding:5px;border-radius:50%;background:#d9e1e2;color:#fff;opacity:0;transform:scale(.7);transition:opacity .18s ease,transform .18s ease,background-color .18s ease}
.choice-card.is-selected{border-color:var(--cyan-deep);background:var(--cyan-soft);box-shadow:0 0 0 2px rgba(0,108,128,.1)}
.choice-card.is-selected .choice-check{opacity:1;transform:scale(1);background:var(--cyan-deep)}
.compact-choice{min-height:124px;justify-content:flex-end;text-align:center;align-items:center}
.compact-choice>.i:not(.choice-check){right:auto}
.city-notice{display:flex;align-items:flex-start;gap:9px;margin:13px 0 0;padding:11px 12px;border:1px solid rgba(0,108,128,.24);background:var(--brand-tint-subtle);color:#264b59;font-size:12px;line-height:1.7}
.city-notice .i{width:20px;height:20px;margin-top:2px;color:var(--cyan-deep)}
.selector-city-detail{display:grid;gap:6px;margin-top:13px;color:var(--ink-2);font-size:11px;font-weight:700}
.selector-city-detail input{width:100%;height:50px;padding:0 13px;border:1px solid rgba(16,42,58,.22);border-radius:11px;background:#fff;color:var(--ink);font-size:13px}
.selector-city-detail input:focus{border-color:var(--cyan-deep)}
.outside-install-choice{margin-top:10px;padding:13px;border:1px solid rgba(157,57,47,.23);border-radius:12px;background:#fff4f1;color:var(--ink-2)}
.outside-install-choice p{margin:0 0 9px;font-size:11px;line-height:1.7}
.outside-install-choice>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.outside-install-choice .button{min-height:44px;padding-inline:15px;font-size:11px}
.outside-install-choice .text-button{margin:0}
.gate-choices{grid-template-columns:repeat(4,1fr)}
.gate-choice{align-items:center;text-align:center;justify-content:flex-end}
.gate-symbol{position:absolute;top:16px;left:50%;width:58px;height:43px;transform:translateX(-50%);display:flex;gap:3px;border-bottom:3px solid var(--ink)}
.gate-symbol i{position:relative;display:block;flex:1;border:2px solid var(--cyan-deep);border-bottom:0;background:repeating-linear-gradient(90deg,transparent 0 7px,rgba(0,108,128,.14) 7px 9px)}
.gate-symbol.double i:first-child{transform:skewY(4deg);transform-origin:left bottom}
.gate-symbol.double i:last-child{transform:skewY(-4deg);transform-origin:right bottom}
.gate-symbol.single i{transform:skewY(-3deg);transform-origin:right bottom}
.gate-symbol.rail{width:66px}
.gate-symbol.rail::after{content:"";position:absolute;bottom:-8px;right:0;width:36px;height:2px;background:var(--cyan-deep);box-shadow:0 4px 0 rgba(0,108,128,.35)}
.unknown-icon{position:absolute;top:16px;left:50%;width:42px!important;height:42px!important;transform:translateX(-50%);color:var(--cyan-deep)}
.choice-chips{display:flex;flex-wrap:wrap;gap:8px}
.chip-question{padding:14px 0;border-top:1px solid var(--line)}
.chip-question:first-of-type{border-top:0}
.chip-question>strong{display:flex;align-items:center;gap:7px;margin-bottom:9px;font-size:13px}
.chip-question>strong .i{width:20px;height:20px;color:var(--cyan-deep)}
.choice-chips button{min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-2);font-size:12px;cursor:pointer}
.choice-chips button[aria-pressed="true"]{border-color:var(--cyan-deep);background:var(--cyan-soft);color:var(--ink);font-weight:700}
.selector-result{text-align:center;padding-inline:8%}
.result-icon{width:74px;height:74px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:var(--cyan-soft);color:var(--cyan-deep)}
.result-icon .i{width:36px;height:36px}
.selector-result h3{max-width:18ch;margin-inline:auto}
.selector-summary{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:22px 0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--line);text-align:right}
.selector-summary>div{display:flex;justify-content:space-between;gap:8px;padding:9px 11px;background:#fff;font-size:11px}
.selector-summary dt{color:var(--muted)}
.selector-summary dd{margin:0;font-weight:700}
.result-note{margin:0 0 14px;color:var(--muted);font-size:12px}
.selector-channel-actions{margin-top:4px}
.text-button{min-height:44px;margin-top:8px;padding:0 12px;border:0;background:transparent;color:var(--cyan-deep);font-weight:700;cursor:pointer}
.selector-controls{display:flex;align-items:center;gap:10px;min-height:56px;margin-top:12px;padding-top:16px;border-top:1px solid var(--line)}
.selector-controls .button{min-width:112px;min-height:46px}
.selector-status{flex:1;margin:0;color:var(--danger);font-size:12px;text-align:center}

/* Gate situations */
.gate-situations{background:var(--paper)}
.situation-scroller{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.situation-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--surface)}
.situation-card img{width:100%;height:260px;object-fit:cover;filter:saturate(.88) contrast(1.02);transition:transform .45s ease}
.situation-card:hover img{transform:scale(1.025)}
.situation-copy{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:18px}
.situation-number{color:var(--cyan-deep);font-size:11px;font-weight:700}
.situation-copy h3{margin:0;font-size:17px;line-height:1.45}
.situation-copy p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.7}
.install-rules{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.install-rule{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:20px;min-height:130px;padding:18px 22px;border:1px solid var(--line);background:var(--surface)}
.rule-visual{height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:14px;background:var(--cyan-soft);color:var(--cyan-deep)}
.rule-visual .i{width:38px;height:38px}
.rule-visual b{font-size:11px}
.install-rule p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}
.install-rule strong{display:block;margin-bottom:2px;color:var(--ink);font-size:15px}

/* Projects and trust */
.projects-section{background:var(--navy);color:var(--on-dark)}
.project-feature-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:250px 250px;gap:12px}
.project-card{position:relative;grid-column:span 3;overflow:hidden;border-radius:15px;background:var(--navy-2);color:#fff}
.project-card.project-large{grid-column:span 6;grid-row:span 2}
.project-card.project-wide{grid-column:span 6}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease}
.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,29,.87),rgba(4,20,29,.05) 60%)}
.project-card>div{position:absolute;z-index:2;inset-inline:19px;bottom:17px}
.project-card>div>span{color:var(--brand-cyan);font-size:10px;font-weight:700}
.project-card h3{margin:3px 0 1px;color:#fff;font-size:19px;line-height:1.4}
.project-large h3{font-size:30px}
.project-card p{margin:0;color:var(--on-dark-muted);font-size:11px}
.project-card:hover img{transform:scale(1.035);filter:saturate(1.08)}
.client-proof{margin-top:34px;overflow:hidden;border-radius:18px;background:#f7f4ed;color:var(--ink);box-shadow:0 18px 52px rgba(2,20,30,.18)}
.client-proof-title{display:flex;align-items:flex-start;gap:14px;padding:27px 28px 23px;background:#fff}
.client-proof-title>.i{width:38px;height:38px;margin-top:2px;color:var(--cyan-deep)}
.client-proof-title h3{margin:0;font-size:21px;line-height:1.45}
.client-proof-title p{max-width:72ch;margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.8}
.verified-client-block,.project-proof-block{padding:22px 28px 27px;border-top:1px solid var(--line)}
.proof-group-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px}
.proof-group-heading strong{font-size:14px}
.proof-group-heading span{color:var(--muted);font-size:11px}
.client-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--line)}
.client-logo{min-width:0;margin:0;background:#fff}
.client-logo-media{display:grid;place-items:center;height:116px;padding:22px 24px 13px}
.client-logo img{width:100%;height:72px;object-fit:contain;filter:grayscale(1);opacity:.8;transition:filter .22s ease,opacity .22s ease,transform .22s ease}
.client-logo figcaption{display:flex;align-items:center;justify-content:center;gap:6px;min-height:39px;padding:7px 9px;border-top:1px solid var(--line);color:var(--ink-2);text-align:center}
.client-logo figcaption .i{width:15px;height:15px;color:var(--cyan-deep)}
.client-logo figcaption strong{font-size:11px;line-height:1.5}
.client-logo:hover img{filter:none;opacity:1;transform:translateY(-2px)}
.project-proof-block{padding-top:24px;background:#ece7dc}
.project-proof-block .proof-group-heading span{color:#415d6b}
.project-proof-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:9px}
.project-proof-item{grid-column:span 4;display:grid;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:11px;min-height:82px;padding:12px 13px;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(14,40,55,.055);transition:transform .2s ease,box-shadow .2s ease}
.project-proof-item:nth-child(-n+4){grid-column:span 3}
.project-proof-item:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(14,40,55,.1)}
.project-proof-icon,.project-proof-item[data-project-kind="sport"] .project-proof-icon,.project-proof-item[data-project-kind="industrial"] .project-proof-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:var(--cyan-soft);color:var(--cyan-deep)}
.project-proof-icon .i{width:27px;height:27px}
.project-proof-copy{display:grid;min-width:0;line-height:1.55}
.project-proof-copy strong{font-size:12px}
.project-proof-copy small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.project-proof-arrow{width:16px;height:16px;color:#78909c;transition:transform .2s ease,color .2s ease}
.project-proof-item:hover .project-proof-arrow{color:var(--cyan-deep);transform:translate(-2px,-2px)}

/* Product discovery: compact category choices immediately above real products. */
.home-category-discovery{padding-block:32px 0;background:var(--surface)}
.home-category-discovery h2{margin:0 0 16px;color:var(--ink);font-size:26px;font-weight:700;line-height:1.5}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.home-category-tile{display:flex;align-items:center;gap:14px;min-width:0;min-height:100px;padding-block:8px;border-bottom:1px solid var(--line);color:var(--ink);font-size:17px;font-weight:700}
.home-category-tile img{flex:0 0 auto;width:80px;height:80px;object-fit:contain;background:#fff;border-radius:8px}
.home-category-tile>span:not(.i){flex:1;min-width:0}
.home-category-tile .i{width:18px;height:18px;color:var(--cyan-deep)}
.home-category-tile:is(:hover,:focus-visible){border-bottom-color:var(--cyan-deep);color:var(--cyan-deep)}

/* Products */
.products-section{padding-top:38px;background:var(--surface)}
.products-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px}
.products-heading h2{max-width:none;font-size:clamp(30px,3vw,42px)}
.products-heading p{margin-top:10px}
.products-heading>.text-link{justify-self:end}
.category-links{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.category-links a{display:grid;place-items:center;min-height:44px;padding:0 15px;border:1px solid var(--line);border-radius:12px;color:var(--ink-2);font-size:12px;font-weight:700}
.category-links a.is-active{border-color:var(--brand-cyan);background:var(--brand-cyan);color:var(--navy)}
.product-scroller{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;transition:transform .22s ease,box-shadow .22s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.product-image{display:grid;place-items:center;height:260px;padding:22px;background:#f0f4f2}
.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-copy{flex:1;padding:19px 19px 15px}
.product-brand{color:var(--cyan-deep);font-size:10px;font-weight:700}
.product-copy h3{direction:ltr;margin:2px 0 7px;text-align:right;font-size:22px;line-height:1.5}
.product-copy h3 a{display:flex;align-items:center;justify-content:flex-end;min-height:44px;color:var(--ink)}
.product-copy h3 a:is(:hover,:focus-visible){color:var(--cyan-deep);text-decoration:underline;text-underline-offset:4px}
.product-copy>p{min-height:48px;margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.product-price{display:grid;margin-top:16px;padding-top:12px;border-top:1px solid var(--line)}
.product-price>span{color:var(--muted);font-size:9px}
.product-price strong{font-size:18px;letter-spacing:-.015em;font-variant-numeric:tabular-nums}
.product-price small{font-size:10px;font-weight:500}
.product-action{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:52px;padding:9px 19px;border-top:1px solid var(--line);font-size:14px;font-weight:700}
.product-action:is(:hover,:focus-visible){background:var(--cyan-soft);color:var(--cyan-deep)}
.product-action .i{width:18px;height:18px;color:var(--cyan-deep)}
.products-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}
.products-foot p{display:flex;align-items:center;gap:8px;margin:0;color:var(--muted);font-size:12px}
.products-foot p .i{width:22px;height:22px;color:var(--cyan-deep)}

/* Cost */
.cost-section{background:var(--navy-deep);color:var(--on-dark)}
.cost-layout{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(540px,1.15fr);gap:74px;align-items:center}
.cost-heading h2{max-width:11ch;color:var(--on-dark)}
.cost-heading>p{max-width:49ch;margin:22px 0 0;color:var(--on-dark-muted);font-size:15px;line-height:2}
.cost-tabs{display:grid;gap:8px;margin-top:30px}
.cost-tabs button{position:relative;display:flex;align-items:center;gap:11px;min-height:55px;padding:0 16px;border:1px solid var(--line-dark);border-radius:13px;background:transparent;color:var(--on-dark-muted);text-align:right;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.cost-tabs button .i{width:24px;height:24px}
.cost-tabs button[aria-selected="true"]{border-color:var(--brand-cyan);background:rgba(18,189,225,.13);color:#fff;font-weight:700}
.cost-tabs button[aria-selected="true"]::after{content:"";position:absolute;left:16px;width:8px;height:8px;border-radius:50%;background:var(--brand-cyan)}
.cost-receipt{padding:28px;border-radius:20px;background:#fbfaf6;color:var(--ink);box-shadow:0 34px 85px rgba(2,14,21,.32);transition:opacity .16s ease,transform .16s ease}
.cost-receipt.is-changing{opacity:.45;transform:translateY(4px)}
.receipt-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px dashed rgba(16,42,58,.27)}
.receipt-head>span:first-child{display:grid}
.receipt-head small,.receipt-total small{color:var(--muted);font-size:10px}
.receipt-head strong{font-size:22px}
.receipt-icon{width:40px;height:40px;color:var(--cyan-deep)}
.receipt-rows{display:grid}
.receipt-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:86px;border-bottom:1px solid var(--line)}
.row-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#eef1ef;color:#647681}
.row-icon .i{width:23px;height:23px}
.receipt-row>span:nth-child(2){display:grid}
.receipt-row strong{font-size:13px}
.receipt-row small{color:var(--muted);font-size:10px;line-height:1.55}
.receipt-row>b{padding:5px 8px;border-radius:7px;background:#e8ecea;color:var(--ink-2);font-size:9px;white-space:nowrap}
.receipt-row.is-included .row-icon{background:var(--cyan-soft);color:var(--cyan-deep)}
.receipt-row.is-included>b{background:#d9f0e7;color:#135f48}
.receipt-total{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:15px;border:1px solid rgba(0,108,128,.18);background:var(--brand-tint-subtle)}
.receipt-total>span:first-child{display:grid}
.receipt-total strong{font-size:13px;line-height:1.7}
.receipt-total>.i{width:32px;height:32px;color:var(--cyan-deep)}
.receipt-boundary{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 0;color:var(--muted);font-size:10px}
.receipt-boundary .i{width:20px;height:20px;color:var(--cyan-deep)}
.cost-channel-actions{margin-top:4px}

/* Journey */
.journey-section{background:var(--paper)}
.journey-board{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft)}
.journey-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#edf0ec}
.journey-tabs button{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:74px;padding:0 12px;border:0;border-inline-start:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer}
.journey-tabs button:first-child{border-inline-start:0}
.journey-tabs button span{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:11px}
.journey-tabs button b{font-size:12px}
.journey-tabs button[aria-selected="true"]{background:#fff;color:var(--ink)}
.journey-tabs button[aria-selected="true"]::after{content:"";position:absolute;bottom:-1px;inset-inline:24%;height:3px;background:var(--cyan)}
.journey-tabs button[aria-selected="true"] span{border-color:var(--navy);background:var(--navy);color:#fff}
.journey-stage{min-height:380px;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:62px;padding:46px 8%;transition:opacity .15s ease,transform .15s ease}
.journey-stage.is-changing{opacity:.35;transform:translateY(4px)}
.journey-visual{position:relative;height:260px;margin:0;overflow:hidden;border-radius:16px;background:#e9ece9;isolation:isolate}
.journey-visual::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,rgba(5,24,34,.9),rgba(5,24,34,0) 58%);pointer-events:none}
.journey-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .16s ease,transform .35s ease}
.journey-visual[data-fit="contain"]>img{padding:18px 18px 56px;background:#f4f5f1;object-fit:contain}
.journey-visual-brand{position:absolute;z-index:3;top:12px;left:12px;display:grid;place-items:center;width:88px;height:46px;padding:7px 10px;border-radius:11px;background:rgba(255,255,255,.92);box-shadow:0 8px 22px rgba(5,24,34,.16)}
.journey-visual-brand[hidden]{display:none}
.journey-visual-brand img{display:block;width:100%;height:100%;object-fit:contain}
.journey-visual-caption{position:absolute;z-index:2;right:14px;bottom:13px;left:14px;display:flex;align-items:center;gap:10px;color:#fff}
.journey-visual-caption>.i{flex:0 0 auto;width:30px;height:30px;color:var(--brand-cyan)}
.journey-visual-caption>span:last-child{display:grid;min-width:0;line-height:1.45}
.journey-visual-caption small{color:var(--brand-cyan);font-size:9px;font-weight:700}
.journey-visual-caption strong{overflow:hidden;color:#fff;font-size:11px;white-space:nowrap;text-overflow:ellipsis}
.journey-copy h3{max-width:18ch;margin:4px 0 9px;font-size:clamp(25px,3vw,38px);line-height:1.4}
.journey-copy>p{max-width:56ch;margin:0;color:var(--muted);font-size:13px;line-height:1.9}
.journey-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0;padding:0;list-style:none}
.journey-copy li{position:relative;padding-right:18px;color:var(--ink-2);font-size:11px}
.journey-copy li::before{content:"";position:absolute;right:0;top:.75em;width:7px;height:7px;border-radius:50%;background:var(--cyan)}
.journey-channel-actions,.faq-channel-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.bale-text-link{color:var(--bale)}
.journey-text-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0;padding:0;border-top:1px solid var(--line);background:var(--line);list-style:none}
.journey-text-summary li{padding:16px 17px;background:#faf9f5;color:var(--muted);font-size:10px;line-height:1.75}
.journey-text-summary strong{display:block;margin-bottom:3px;color:var(--ink);font-size:11px}

/* Consultation */
.consult-section{background:var(--navy-2);color:var(--on-dark)}
.consult-layout{display:grid;grid-template-columns:minmax(350px,.86fr) minmax(560px,1.14fr);align-items:center;gap:76px}
.consult-copy h2{max-width:12ch;color:var(--on-dark)}
.consult-copy>p{max-width:48ch;margin:20px 0 0;color:var(--on-dark-muted);font-size:14px;line-height:2}
.direct-channels{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:26px}
.direct-channels>a{display:flex;align-items:center;gap:10px;min-height:64px;padding:10px 12px;border:1px solid var(--line-dark);border-radius:13px;color:var(--on-dark)}
.direct-channels .direct-wa{grid-column:1/-1;border-color:rgba(255,255,255,.2);background:var(--wa);color:#fff}
.direct-channels .i{width:27px;height:27px}
.direct-channels img{width:45px;height:20px;object-fit:contain}
.direct-channels>a>span:last-child{display:grid;line-height:1.45}
.direct-channels strong{font-size:12px}
.direct-channels small{color:var(--on-dark-muted);font-size:10px}
.direct-wa small{color:#d9f3ed!important}
.trade-benefits{display:grid;gap:8px;margin:24px 0 0;padding:0;list-style:none}
.trade-benefits li{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--line-dark);border-radius:12px;background:rgba(255,255,255,.035)}
.trade-benefits .i{width:25px;height:25px;color:var(--brand-cyan)}
.trade-benefits li>span:last-child{display:grid;line-height:1.45}
.trade-benefits strong{color:var(--on-dark);font-size:12px}
.trade-benefits small{color:var(--on-dark-muted);font-size:10px}
.quick-form{padding:28px;border-radius:20px;background:#fbfaf6;color:var(--ink);box-shadow:0 28px 72px rgba(4,21,29,.27)}
.form-head{display:flex;align-items:center;gap:11px;margin-bottom:22px}
.form-number{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--cyan-soft);color:var(--cyan-deep);font-size:14px;font-weight:700}
.form-head>span:last-child{display:grid;line-height:1.45}
.form-head strong{font-size:16px}
.form-head small{color:var(--muted);font-size:10px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.form-grid label{display:grid;gap:6px;color:var(--ink-2);font-size:11px;font-weight:700}
.form-grid .form-wide{grid-column:1/-1}
.form-grid select,.form-grid input{width:100%;height:50px;padding:0 13px;border:1px solid rgba(16,42,58,.22);border-radius:11px;background:#fff;color:var(--ink);font-size:13px}
.form-grid select:focus,.form-grid input:focus{border-color:var(--cyan-deep)}
.form-boundary{display:flex;align-items:center;gap:8px;margin:13px 0 0;color:var(--ink-2);font-size:11px;font-weight:700}
.form-boundary .i{width:21px;height:21px;color:var(--cyan-deep)}
.photo-reminder{display:flex;align-items:center;gap:10px;margin:15px 0;padding:11px 12px;border:1px solid rgba(0,108,128,.18);background:var(--brand-tint-subtle);color:var(--muted)}
.photo-reminder>.i{width:25px;height:25px;color:var(--cyan-deep)}
.photo-reminder>span:last-child{display:grid;font-size:10px;line-height:1.55}
.photo-reminder strong{color:var(--ink-2);font-size:11px}
.form-status{min-height:20px;margin:8px 0 -8px;color:var(--danger);font-size:11px;text-align:center}
.form-status[data-state="success"]{color:var(--ink-2)}
.form-privacy{display:flex;align-items:flex-start;justify-content:center;gap:7px;margin:9px 0 0;color:var(--muted);font-size:9px;line-height:1.7;text-align:center}
.form-privacy .i{width:17px;height:17px;color:var(--cyan-deep)}
.callback-panel{position:relative;margin-top:18px;padding:16px;border:1px solid rgba(0,108,128,.2);border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(13,40,56,.06)}
.callback-heading{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.callback-heading>.i{width:38px;height:38px;padding:9px;border-radius:11px;background-color:var(--cyan-deep);background-origin:content-box}
.callback-heading>span:last-child{display:grid;line-height:1.5}
.callback-heading strong{color:var(--ink);font-size:13px}
.callback-heading small{color:var(--muted);font-size:10px}
.callback-fields{margin-bottom:10px}
.button-callback{width:100%;min-height:52px;border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 12px 28px rgba(13,40,56,.15)}
.button-callback:hover{background:var(--navy-2);box-shadow:0 16px 34px rgba(13,40,56,.2)}
.button-callback:disabled{cursor:wait;opacity:.78;transform:none}
.button-loader{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:nh-spin .75s linear infinite}
.button-callback.is-loading .button-loader{display:inline-block}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
@keyframes nh-spin{to{transform:rotate(1turn)}}

/* Guides */
.guides-section{background:var(--surface)}
.guide-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:12px;min-height:560px}
.guide-feature{position:relative;overflow:hidden;border-radius:18px;background:var(--navy);color:#fff}
.guide-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,29,.92),rgba(4,20,29,.04) 68%)}
.guide-feature picture,.guide-feature img{width:100%;height:100%}
.guide-feature img{object-fit:cover;object-position:center 58%;transition:transform .5s ease}
.guide-feature:hover img{transform:scale(1.025)}
.concept-tag{position:absolute;z-index:3;top:14px;left:14px;padding:5px 8px;border:1px solid rgba(255,255,255,.32);border-radius:7px;background:rgba(5,25,35,.75);color:#fff;font-size:9px}
.guide-feature>div{position:absolute;z-index:2;inset-inline:28px;bottom:26px}
.guide-feature>div>span{font-size:10px;font-weight:700}
.guide-feature>div>span{color:var(--brand-cyan)}
.guide-small small{color:var(--ink-2);font-size:11px;font-weight:700}
.guide-feature h3{max-width:16ch;margin:4px 0 8px;font-size:30px;line-height:1.35}
.guide-feature p{margin:0;color:var(--on-dark-muted);font-size:12px}
.guide-feature b{display:inline-flex;align-items:center;gap:7px;margin-top:16px;font-size:12px}
.guide-feature b .i{width:17px;height:17px}
.guide-side{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.guide-small{position:relative;display:grid;grid-template-columns:105px 1fr 24px;align-items:center;gap:22px;padding:28px;border:1px solid var(--line);border-radius:16px;background:var(--paper)}
.guide-icon{width:76px;height:76px;padding:18px;border-radius:50%;background:var(--cyan-soft);color:var(--cyan-deep);background-origin:content-box}
.guide-small h3{max-width:24ch;margin:3px 0 6px;font-size:21px;line-height:1.45}
.guide-small p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}
.guide-arrow{width:22px;height:22px;color:var(--cyan-deep)}
.mini-products{position:relative;width:105px;height:112px}
.mini-products img{position:absolute;width:74px;height:74px;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 9px 20px rgba(16,42,58,.12)}
.mini-products img:first-child{top:0;right:0;transform:rotate(5deg)}
.mini-products img:last-child{bottom:0;left:0;transform:rotate(-6deg)}

/* FAQ and final CTA */
.faq-section{background:var(--paper)}
.faq-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(600px,1.28fr);gap:80px;align-items:start}
.faq-heading{position:sticky;top:114px}
.faq-heading h2{max-width:12ch}
.faq-heading p{max-width:38ch;margin:18px 0;color:var(--muted);font-size:13px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;cursor:pointer;font-size:15px;font-weight:700;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .i{width:20px;height:20px;color:var(--cyan-deep);transition:transform .2s ease}
.faq-list details[open] summary .i{transform:rotate(180deg)}
.faq-list p{max-width:70ch;margin:-3px 0 20px;color:var(--muted);font-size:13px;line-height:1.9}
.final-cta{padding-block:54px;background:var(--navy-deep);color:var(--on-dark)}
.final-cta-inner{display:grid;grid-template-columns:88px 1fr auto;align-items:center;gap:26px}
.final-icon{width:82px;height:82px;display:grid;place-items:center;border:1px solid rgba(18,189,225,.38);border-radius:50%;color:var(--brand-cyan)}
.final-icon .i{width:38px;height:38px}
.final-cta h2{font-size:clamp(28px,3.6vw,44px);color:var(--on-dark)}
.final-cta p{margin:5px 0 0;color:var(--on-dark-muted);font-size:13px}
.final-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:min(440px,40vw)}
.final-actions .button{padding-inline:15px;font-size:13px}
.final-actions .button-light{grid-column:1/-1}

/* Footer */
.selector-section,.projects-section,.cost-section,.consult-section,.final-cta,.site-footer{border-top:1px solid rgba(18,189,225,.3)}
.site-footer{padding-top:58px;background:var(--navy-deep);color:var(--on-dark)}
.footer-main{display:grid;grid-template-columns:1.15fr 1.1fr .75fr .75fr;gap:42px;padding-bottom:34px}
.footer-about>img{width:140px;height:auto;padding:8px 12px;border-radius:10px;background:#fff}
.footer-about>p{max-width:34ch;margin:16px 0;color:var(--on-dark-muted);font-size:12px;line-height:1.9}
.social-links{display:flex;gap:7px;flex-wrap:wrap}
.social-links a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 10px;border:1px solid var(--line-dark);border-radius:10px;color:var(--on-dark);font-size:10px;font-weight:700}
.social-links .i{width:20px;height:20px}
.social-links img{width:38px;height:17px;object-fit:contain}
.social-instagram .i{color:transparent;background:linear-gradient(135deg,#f9ce34 5%,#ee2a7b 48%,#6228d7 95%)}
.social-whatsapp .i{color:var(--wa-brand)}
.social-bale{min-width:74px;padding-inline:11px!important}
.social-bale img{width:22px;height:22px;object-fit:cover;object-position:right center}
.social-bale span{display:inline;color:var(--on-dark);font-size:11px}
.footer-contact-card{display:grid;gap:2px;padding:18px;border:1px solid var(--line-dark);border-radius:15px;background:rgba(255,255,255,.035)}
.footer-label{margin-bottom:6px;color:var(--brand-cyan);font-size:10px;font-weight:700}
.footer-contact-card>a,.footer-contact-card>p{display:flex;align-items:center;gap:10px;min-height:54px;margin:0;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-contact-card>p{border-bottom:0}
.footer-contact-card .i{width:22px;height:22px;color:var(--brand-cyan)}
.footer-contact-card>a>span:last-child,.footer-contact-card>p>span:last-child{display:grid;line-height:1.4}
.footer-contact-card small{color:var(--on-dark-soft);font-size:9px}
.footer-contact-card bdi,.footer-contact-card strong{color:var(--on-dark);font-size:12px;font-weight:700}
.footer-nav-group h2{margin:0 0 10px;color:var(--brand-cyan);font-size:12px}
.footer-nav-group nav{display:grid}
.footer-nav-group a{display:flex;align-items:center;min-height:44px;color:var(--on-dark-muted);font-size:11px}
.footer-nav-group a:hover{color:#fff}
.footer-address{display:flex;align-items:center;gap:9px;padding-block:16px;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);color:var(--on-dark-muted);font-size:11px}
.footer-address .i{width:20px;height:20px;color:var(--brand-cyan)}
.footer-address address{font-style:normal}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:60px;color:var(--on-dark-soft);font-size:9px}

/* Mobile dock and photo sheet */
.mobile-dock{display:none}
.sheet-backdrop{position:fixed;z-index:120;inset:0;background:rgba(2,16,23,.68);backdrop-filter:blur(4px)}
.photo-sheet{position:fixed;z-index:121;top:50%;left:50%;width:min(760px,calc(100% - 32px));max-height:calc(100svh - 32px);overflow:auto;padding:30px;border-radius:22px;background:var(--surface);color:var(--ink);box-shadow:0 40px 110px rgba(2,15,22,.45);transform:translate(-50%,-50%)}
.sheet-handle{display:none}
.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}
.sheet-head h2{margin:0;font-size:32px;line-height:1.35}
.sheet-head button{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}
.sheet-head button .i{width:22px;height:22px}
.photo-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.photo-guide-example{position:relative;height:205px;margin:0 0 12px;overflow:hidden;border-radius:15px;background:#d8d3c9}
.photo-guide-example::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,24,34,.87),rgba(5,24,34,0) 62%);pointer-events:none}
.photo-guide-example img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.photo-guide-example figcaption{position:absolute;z-index:1;right:14px;bottom:12px;left:14px;display:flex;align-items:center;gap:10px;color:#fff}
.photo-guide-example figcaption>.i{flex:0 0 auto;width:34px;height:34px;color:var(--brand-cyan)}
.photo-guide-example figcaption>span:last-child{display:grid;line-height:1.5}
.photo-guide-example strong{color:#fff;font-size:12px}
.photo-guide-example small{color:var(--on-dark-muted);font-size:10px}
.photo-guide-grid>div{padding:16px;border:1px solid var(--line);background:var(--paper)}
.photo-step{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:var(--cyan-deep)}
.photo-step b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:11px}
.photo-step .i{width:34px;height:34px}
.photo-guide-grid strong{font-size:14px}
.photo-guide-grid p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.75}
.photo-channel-actions{margin-top:2px}

@media(max-width:1080px){
  .header-inner{grid-template-columns:170px 1fr 210px}.desktop-nav{gap:17px}.hero-grid{grid-template-columns:minmax(380px,.9fr) minmax(430px,1.1fr);column-gap:45px}.selector-shell,.consult-layout{gap:42px}.selector-shell{grid-template-columns:310px 1fr}.cost-layout{gap:44px}.footer-main{grid-template-columns:1fr 1fr .7fr .7fr;gap:24px}.trade-route{grid-template-columns:250px 1fr}.trade-route-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;align-items:center}
}

@media(max-width:900px){
  html{scroll-padding-top:76px;scroll-padding-bottom:94px}
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .shell{width:min(100% - 32px,720px)}
  .section{padding-block:74px}
  .section-heading{grid-template-columns:1fr;gap:13px;margin-bottom:26px}
  .section-heading h2{max-width:none;width:100%;font-size:36px}
  .section-heading p{max-width:52ch;font-size:14px}
  .site-header{height:68px;background:rgba(255,255,255,.985)}
  .site-header::after{right:50%;width:54px;transform:translateX(50%)}
  .site-header.has-shadow{border-bottom-color:rgba(16,42,58,.12);box-shadow:0 10px 28px rgba(13,40,56,.1)}
  .header-inner{direction:ltr;grid-template-columns:44px minmax(0,1fr) 44px;height:68px;gap:10px}
  .brand{grid-column:2;grid-row:1;justify-self:center;height:60px}.brand img{width:auto;height:54px;max-width:108px}
  .header-actions{display:contents}
  .desktop-nav{display:none}
  .header-phone{display:grid;grid-column:1;grid-row:1;place-items:center;width:44px;min-height:44px;height:44px;padding:0;border:1px solid var(--navy);border-radius:12px;background:var(--navy);color:var(--on-dark);box-shadow:0 5px 16px rgba(13,40,56,.13)}
  .header-phone>span:last-child{display:none}
  .header-phone>.i{display:inline-block;width:21px;height:21px;padding:0;background-color:currentColor;background-origin:border-box}
  body .site-header .menu-button{display:inline-flex;grid-column:3;grid-row:1}
  .mobile-menu-head{display:grid;direction:ltr;grid-template-columns:46px minmax(0,1fr) 46px}
  .mobile-menu-head>img{grid-column:2;grid-row:1;justify-self:center;width:96px}
  .menu-close{grid-column:3;grid-row:1}
  .hero-grid{min-height:auto;padding-block:25px 30px;direction:rtl;grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "media" "lead" "actions" "help" "facts";gap:0}
  .eyebrow{margin:0 0 8px;font-size:11px}
  .hero h1{max-width:none;width:100%;font-size:42px;line-height:1.18}
  .hero-media{height:370px;min-height:0;margin-top:20px;border-radius:16px 16px 38px 16px}
  .hero-media img{object-position:center 47%}
  .hero-lead{margin-top:17px;font-size:15px;line-height:1.9}
  .hero-actions{margin-top:17px}
  .hero-facts{margin-top:15px;padding-top:15px}
  .route-grid{min-height:0;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}
  .route-primary{grid-column:1/-1;grid-row:auto;min-height:0;padding:0;grid-template-rows:165px auto}
  .route-guide-copy h3{max-width:none}
  .route-products,.route-install{grid-column:span 1;min-height:245px}
  .route-install{display:flex;flex-direction:column;justify-content:flex-end;padding:18px}
  .route-products{isolation:isolate;display:grid;grid-template-columns:1fr;grid-template-rows:minmax(132px,1fr) auto;align-items:stretch;padding:0}
  .route-products .route-image-stack{position:relative;inset:auto;min-height:0;margin:12px 12px 0}
  .route-products>div:last-child{position:relative;z-index:3;padding:13px 18px 16px;background:var(--brand-tint-subtle)}
  .route-products p{color:var(--ink-2)}
  .route-image-stack img{width:64%;height:82%;object-fit:contain}.route-products h3,.route-install h3{font-size:19px}
  .route-overlay{inset:auto 0 0;width:100%;padding:18px;background:linear-gradient(0deg,rgba(6,25,35,.92),rgba(6,25,35,.12))}
  .trade-route{grid-template-columns:220px 1fr;gap:20px}.trade-route figure{height:210px}.trade-route-actions{grid-column:1/-1}
  .selector-shell,.cost-layout,.consult-layout,.faq-layout{grid-template-columns:1fr;gap:34px}
  .selector-heading,.faq-heading{position:static;padding-top:0}
  .selector-heading h2,.cost-heading h2,.consult-copy h2,.faq-heading h2{max-width:none;width:100%;font-size:37px}
  .selector-heading>p,.cost-heading>p,.consult-copy>p{font-size:14px}
  .selector-card{min-height:0}
  .project-feature-grid{grid-template-rows:240px 240px}.project-card.project-large{grid-column:span 6}.project-card{grid-column:span 6}.project-card.project-wide{grid-column:span 6}
  .project-proof-grid{grid-template-columns:repeat(2,1fr)}.project-proof-item,.project-proof-item:nth-child(-n+4){grid-column:auto}.project-proof-item:last-child{grid-column:1/-1}
  .home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 22px}
  .products-section{padding-top:32px}
  .products-heading{grid-template-columns:1fr;gap:8px}.products-heading>.text-link{justify-self:start}
  .product-scroller{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .product-image{height:245px}
  .cost-heading{display:grid}.cost-tabs{grid-template-columns:repeat(3,1fr)}.cost-tabs button{justify-content:center;padding:0 9px;font-size:12px}.cost-tabs button[aria-selected="true"]::after{display:none}
  .journey-stage{gap:36px;padding:36px}.journey-visual{height:240px}
  .journey-text-summary{grid-template-columns:1fr 1fr}
  .guide-layout{grid-template-columns:1fr;min-height:0}.guide-feature{height:540px}.guide-side{grid-template-rows:auto}.guide-small{min-height:210px}
  .faq-heading p{max-width:54ch}
  .final-cta-inner{grid-template-columns:70px 1fr;gap:18px}.final-icon{width:66px;height:66px}.final-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;min-width:0}
  .footer-main{grid-template-columns:1fr 1fr}.footer-about,.footer-contact-card{grid-column:1/-1}.footer-about{display:grid;grid-template-columns:auto 1fr;gap:10px 20px;align-items:center}.footer-about>p{margin:0}.social-links{grid-column:1/-1}.footer-contact-card{grid-template-columns:1fr 1fr}.footer-contact-card>.footer-label{grid-column:1/-1}.footer-contact-card>a,.footer-contact-card>p{border-bottom:0;border-top:1px solid rgba(255,255,255,.09)}
  .mobile-dock{position:fixed;z-index:90;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 68px 68px;gap:7px;padding:7px;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:rgba(250,248,242,.96);box-shadow:0 16px 45px rgba(6,26,37,.24);backdrop-filter:blur(15px);opacity:0;transform:translateY(125%);pointer-events:none;transition:opacity .25s ease,transform .25s cubic-bezier(.2,.8,.2,1)}
  body.show-dock .mobile-dock{opacity:1;transform:none;pointer-events:auto}
  body.show-dock.dock-suppressed .mobile-dock{opacity:0;transform:translateY(125%);pointer-events:none}
  .mobile-dock a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;border-radius:12px;font-size:13px;font-weight:700}
  .mobile-dock .i{width:23px;height:23px}.mobile-dock img{width:40px;height:18px;object-fit:contain}
  .dock-wa{background:var(--wa);color:#fff}.dock-call,.dock-bale{flex-direction:column;gap:1px}.dock-call{background:var(--navy);color:#fff}.dock-bale{border:1px solid var(--line);background:#fff;color:var(--ink)}.dock-call span:last-child{font-size:9px}.dock-bale span:last-child{display:none}
}

@media(max-width:620px){
  .shell{width:calc(100% - 28px)}
  .section{padding-block:62px}
  .section-kicker{font-size:11px}
  .section-heading h2,.selector-heading h2,.cost-heading h2,.consult-copy h2,.faq-heading h2{font-size:31px;line-height:1.32}
  .section-heading p{font-size:13px;line-height:1.85}
  .hero::before{background-size:52px 100%}
  .hero-grid{padding-block:22px 25px}
  .eyebrow{white-space:nowrap;font-size:10px;gap:6px}
  .eyebrow>span{width:8px;height:8px;border-width:2px}
  .hero h1{font-size:37px;line-height:1.2;letter-spacing:-.035em}
  .hero-media{height:250px;margin-top:16px;border-radius:14px 14px 30px 14px}
  .hero-media figcaption{top:8px;left:8px;font-size:10px}
  .hero-photo-note{inset-inline:9px;bottom:9px;padding:9px 10px;border-radius:11px}
  .hero-photo-note>.i{width:23px;height:23px}.hero-photo-note>span:last-child{font-size:9px}.hero-photo-note strong{font-size:11px}
  .hero-lead{margin-top:14px;font-size:14px;line-height:1.85}
  .hero-actions{display:grid;grid-template-columns:1fr;margin-top:14px}
  .hero-actions .button{width:100%}
  .hero-support-links{display:grid;grid-template-columns:1fr;gap:4px;margin-top:5px}
  .photo-help,.hero-project-link{justify-self:center;text-align:center}
  .hero-facts{grid-template-columns:1fr 1fr;margin-top:12px;padding-top:12px;gap:8px}
  .hero-facts>div{padding:6px 8px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.45)}
  .hero-facts>div:first-child{grid-column:1/-1;padding-inline-start:8px;border:1px solid rgba(0,108,128,.24);background:var(--cyan-soft)}
  .hero-facts>div:last-child{grid-column:auto}
  .hero-facts small{font-size:9px}.hero-facts strong{font-size:11px}
  .route-grid{gap:8px}.route-primary{min-height:0;padding:0;grid-template-rows:146px auto}.route-primary h3{font-size:25px}.route-primary p{font-size:13px;line-height:1.8}
  .route-guide-media figcaption{right:13px;bottom:11px;font-size:11px}.route-guide-media figcaption .i{width:18px;height:18px}
  .route-guide-body{padding:19px 17px 18px}.route-guide-signals{margin-top:12px}.route-guide-signals li{gap:5px;font-size:12px}.route-guide-signals .i{width:18px;height:18px}
  .route-guide-footer{align-items:stretch;flex-direction:column;padding-top:13px}.route-guide-cta{width:100%;min-height:48px;font-size:13px}
  .route-products,.route-install{min-height:220px}.route-install{padding:14px}.route-products{grid-template-rows:minmax(105px,1fr) auto;padding:0}.route-products .route-image-stack{margin:9px 9px 0}.route-products>div:last-child{padding:10px 12px 13px}.route-products h3,.route-install h3{font-size:17px}.route-products p,.route-install p{font-size:10px}.route-overlay{padding:14px}
  .trade-route{grid-template-columns:1fr;padding:12px;gap:15px}.trade-route figure{height:210px}.trade-route-copy{padding-inline:4px}.trade-route-copy h3{font-size:24px}.trade-route-copy p{font-size:13px}.trade-route-copy li{font-size:11px}.trade-route-actions{grid-template-columns:1fr}.trade-route-actions .text-link{justify-content:flex-start;padding-inline:4px}
  .selector-section::before{display:none}
  .selector-card{padding:20px 15px;border-radius:17px}
  .selector-step{padding-top:27px}.selector-step h3{margin-bottom:18px;font-size:25px}
  .selector-step[data-step="0"] .choice-grid.three{grid-template-columns:1fr}
  .selector-step[data-step="0"] .choice-card{min-height:88px;padding-right:62px;justify-content:center}
  .selector-step[data-step="0"] .choice-card>.i:not(.choice-check){top:50%;right:17px;transform:translateY(-50%)}
  .choice-grid.three{grid-template-columns:repeat(3,1fr)}
  .compact-choice{min-height:100px;padding:12px 7px}.compact-choice strong{font-size:13px}
  .outside-install-choice>div{display:grid;grid-template-columns:1fr}.outside-install-choice .button,.outside-install-choice .text-button{width:100%;justify-content:center}
  .gate-choices{grid-template-columns:1fr 1fr}.gate-choice{min-height:125px}
  .choice-chips{display:grid;grid-template-columns:1fr 1fr}.choice-chips button{min-height:44px;padding:0 8px}
  .selector-result{padding-inline:0}.selector-summary{grid-template-columns:1fr}.selector-controls{flex-wrap:wrap}.selector-controls .button{flex:1}.selector-status{order:3;flex-basis:100%;min-height:18px}.channel-actions{grid-template-columns:1fr}
  .situation-scroller{display:flex;gap:10px;margin-inline:-14px;padding-inline:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.situation-scroller::-webkit-scrollbar{display:none}.situation-card{flex:0 0 82%;scroll-snap-align:start}.situation-card img{height:235px}
  .install-rules{grid-template-columns:1fr}.install-rule{grid-template-columns:94px 1fr;min-height:116px;padding:14px}.rule-visual{height:84px}.install-rule strong{font-size:13px}.install-rule p{font-size:11px}
  .projects-section{overflow:hidden}.project-feature-grid{display:flex;gap:10px;margin-inline:-14px;padding-inline:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.project-feature-grid::-webkit-scrollbar{display:none}.project-card,.project-card.project-large,.project-card.project-wide{flex:0 0 83%;height:340px;scroll-snap-align:start}.project-large h3{font-size:22px}
  .client-proof{margin-inline:-2px;border-radius:16px}.client-proof-title{gap:11px;padding:20px 15px 17px}.client-proof-title>.i{width:30px;height:30px}.client-proof-title h3{font-size:17px}.client-proof-title p{font-size:10px;line-height:1.7}.verified-client-block,.project-proof-block{padding:18px 14px 20px}.proof-group-heading{align-items:flex-start;flex-direction:column;gap:1px;margin-bottom:11px}.proof-group-heading strong{font-size:12px}.proof-group-heading span{font-size:9px}.client-logo-grid{grid-template-columns:1fr 1fr;border-radius:12px}.client-logo-media{height:105px;padding:18px 18px 10px}.client-logo img{height:65px}.client-logo figcaption{min-height:40px;padding:6px}.client-logo figcaption strong{font-size:9px}.project-proof-grid{display:flex;gap:8px;margin-inline:-14px;padding-inline:14px;padding-bottom:3px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.project-proof-grid::-webkit-scrollbar{display:none}.project-proof-item{flex:0 0 82%;scroll-snap-align:start;min-height:84px}.project-proof-copy strong{font-size:11px}.project-proof-copy small{font-size:9px}
  .products-heading{align-items:start}.category-links{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:5px}.category-links a{flex:0 0 auto}
  .home-shop-strip-inner{flex-wrap:wrap;gap:0}.home-shop-strip .nh-shop-search{flex-basis:100%}.home-shop-all{min-height:44px;font-size:14px}
  .home-category-discovery{padding-top:26px}.home-category-discovery h2{font-size:23px;margin-bottom:10px}
  .home-category-grid{gap:4px 12px}.home-category-tile{min-height:84px;gap:8px;font-size:16px}.home-category-tile img{width:56px;height:56px}.home-category-tile .i{display:none}
  .products-section{padding-top:28px}.products-heading h2{font-size:30px}
  .product-scroller{gap:10px}.product-image{height:160px;padding:10px}.product-copy{padding:12px 12px 10px}.product-copy h3{font-size:18px}.product-price{margin-top:8px;padding-top:8px}.product-price strong{font-size:18px;line-height:1.7}.product-action{padding-inline:12px;gap:4px}.product-action .i{display:none}
  .products-foot{align-items:flex-start;flex-direction:column}.products-foot .text-link{font-size:12px}
  .cost-layout{gap:28px}.cost-tabs{gap:5px}.cost-tabs button{min-height:62px;flex-direction:column;gap:2px;padding:6px 3px;font-size:10px}.cost-tabs button .i{width:22px;height:22px}
  .cost-receipt{padding:20px 14px;border-radius:17px}.receipt-head strong{font-size:19px}.receipt-row{grid-template-columns:38px 1fr auto;gap:8px;min-height:82px}.row-icon{width:36px;height:36px}.receipt-row strong{font-size:12px}.receipt-row small{font-size:9px}.receipt-row>b{font-size:8px;padding:4px 5px}.receipt-total{padding:12px}.receipt-total strong{font-size:11px}.cost-receipt .button{white-space:normal;text-align:center;font-size:12px}
  .journey-board{border-radius:16px}.journey-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.journey-tabs button{min-width:0;min-height:66px;padding:6px 8px}.journey-tabs button:nth-child(odd){border-inline-start:0}.journey-tabs button:nth-child(n+3){border-top:1px solid var(--line)}.journey-stage{grid-template-columns:1fr;gap:23px;padding:24px 17px 28px}.journey-visual{height:200px}.journey-visual[data-fit="contain"]>img{padding:12px 12px 54px}.journey-visual-brand{top:10px;left:10px;width:76px;height:40px;padding:6px 9px}.journey-copy h3{font-size:25px}.journey-copy ul{grid-template-columns:1fr;margin-block:14px}
  .journey-text-summary{grid-template-columns:1fr}.journey-text-summary li{padding:13px 16px;font-size:10px}.journey-text-summary strong{font-size:11px}
  .direct-channels{grid-template-columns:1fr}.direct-channels .direct-wa{grid-column:auto}.quick-form{padding:20px 15px;border-radius:17px}.form-grid{grid-template-columns:1fr}.form-grid select,.form-grid input{height:49px}.form-submit{white-space:normal;text-align:center;font-size:12px}.callback-panel{padding:14px 12px}.callback-heading{align-items:flex-start}.callback-heading small{font-size:10px;line-height:1.7}
  .guide-feature{height:470px}.guide-feature>div{inset-inline:20px;bottom:20px}.guide-feature h3{font-size:25px}.guide-small{grid-template-columns:70px 1fr 18px;gap:13px;min-height:190px;padding:18px 14px}.guide-icon{width:58px;height:58px;padding:12px}.guide-small h3{font-size:17px}.mini-products{width:68px;height:90px}.mini-products img{width:54px;height:54px}
  .journey-copy h3,.guide-feature h3,.guide-small h3{max-width:none;width:100%;text-wrap:balance}
  .faq-list summary{min-height:70px;font-size:13px;line-height:1.6}.faq-list p{font-size:12px}
  .final-cta{padding-block:45px}.final-cta-inner{grid-template-columns:1fr}.final-icon{display:none}.final-cta h2{font-size:30px}.final-actions{display:grid;grid-template-columns:1fr}.final-actions .button{width:100%}.final-actions .button-light{grid-column:auto}
  .site-footer{padding-top:44px}.footer-main{grid-template-columns:1fr 1fr;gap:25px 14px}.footer-about{display:block}.footer-about>p{margin:14px 0}.social-links{display:grid;grid-template-columns:repeat(3,1fr)}.social-links a{padding:0 4px}.footer-contact-card{display:grid;grid-template-columns:1fr;padding:14px}.footer-contact-card>.footer-label{grid-column:auto}.footer-contact-card>a,.footer-contact-card>p{min-height:60px}.footer-nav-group h2{font-size:12px}.footer-nav-group a{min-height:46px;font-size:11px}.footer-address{align-items:flex-start}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;min-height:80px;gap:3px}
  .mobile-dock{grid-template-columns:1fr 64px 64px;gap:6px}.mobile-dock a{min-height:50px}.dock-wa{font-size:12px!important}
  .photo-sheet{top:auto;bottom:0;left:0;width:100%;max-height:88svh;padding:18px 14px max(18px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0;transform:none}.sheet-handle{display:block;width:44px;height:4px;margin:0 auto 15px;border-radius:8px;background:#c4cecf}.sheet-head h2{font-size:26px}.photo-guide-example{height:180px}.photo-guide-grid{grid-template-columns:1fr}.photo-guide-grid>div{display:grid;grid-template-columns:60px 1fr;column-gap:12px}.photo-step{grid-row:span 2;margin:0}.photo-guide-grid p{margin-top:1px}.photo-channel-actions .button{white-space:normal;text-align:center}
}

@media(max-width:440px){
  .route-grid{grid-template-columns:1fr}
  .route-products,.route-install{grid-column:1/-1;min-height:170px}
  .route-products{direction:ltr;grid-template-columns:44% minmax(0,1fr);grid-template-rows:1fr;align-items:stretch}
  .route-products .route-image-stack{direction:rtl;min-height:0;margin:10px 0 10px 10px}
  .route-products>div:last-child{direction:rtl;display:flex;flex-direction:column;justify-content:center;padding:18px 16px}
  .route-products h3,.route-install h3{font-size:20px}
  .route-products p,.route-install p{font-size:12px;line-height:1.7}
  .route-install{padding:18px}
  .route-overlay{padding:18px}
}

@media(max-width:360px){
  .shell{width:calc(100% - 22px)}.hero h1{font-size:34px}.eyebrow{font-size:9px}.hero-media{height:228px}.button{padding-inline:16px}.route-products,.route-install{min-height:205px}.selector-card{padding-inline:11px}.choice-chips button{font-size:11px}.receipt-row{grid-template-columns:34px 1fr}.receipt-row>b{grid-column:2;justify-self:start}.client-logo-media{height:96px;padding-inline:12px}.client-logo img{height:58px}.project-proof-item{flex-basis:88%;grid-template-columns:44px minmax(0,1fr) 16px}.project-proof-icon{width:44px;height:44px}.mobile-dock{left:7px;right:7px}.situation-scroller,.project-feature-grid{margin-inline:-11px;padding-inline:11px}
  .home-category-tile img{width:48px;height:48px}.product-image{height:140px}.product-copy{padding-inline:10px}.product-action{padding-inline:10px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal-pending{opacity:1;transform:none}
}

/* Production readability: scoped above Woodmart's late generic styles. */
body.nh-theme-homepage{color:var(--ink);font-family:YekanBakh,Tahoma,sans-serif;font-size:16px;font-weight:500;line-height:1.85}
body.nh-theme-homepage .route-overlay h3,
body.nh-theme-homepage .guide-feature h3{color:var(--on-dark)}
body.nh-theme-homepage .hero-facts strong,
body.nh-theme-homepage .product-price strong,
body.nh-theme-homepage .faq-list summary{color:var(--ink)}
body.nh-theme-homepage .product-price small{color:var(--wa)}
body.nh-theme-homepage .trade-route .route-label{color:var(--cyan-deep)}
body.nh-theme-homepage .faq-list summary{font-size:16px;line-height:1.7}
body.nh-theme-homepage .faq-list p{font-size:16px;line-height:1.95}

body.nh-theme-homepage .button{
  --nh-button-bg:var(--surface);--nh-button-fg:var(--ink);--nh-button-hover:var(--paper);
  background:var(--nh-button-bg);color:var(--nh-button-fg);border-radius:14px;
  font-family:inherit;font-size:15px;font-weight:700;line-height:1.65;
  white-space:normal;text-align:center;text-transform:none;height:auto;min-height:54px;padding:12px 20px;
}
body.nh-theme-homepage .button:hover,
body.nh-theme-homepage .button:focus-visible{background:var(--nh-button-hover);color:var(--nh-button-fg)}
body.nh-theme-homepage .button-wa{--nh-button-bg:var(--wa);--nh-button-fg:#fff;--nh-button-hover:var(--wa-hover)}
body.nh-theme-homepage .button-bale{--nh-button-bg:#fff;--nh-button-fg:var(--ink);--nh-button-hover:#effaf6;border-color:rgba(0,116,94,.5)}
body.nh-theme-homepage .button-dark,
body.nh-theme-homepage .button-callback{--nh-button-bg:var(--navy);--nh-button-fg:#fff;--nh-button-hover:var(--navy-2)}
body.nh-theme-homepage .button-brand{--nh-button-bg:var(--brand-cyan);--nh-button-fg:var(--navy);--nh-button-hover:#49cfe9}
body.nh-theme-homepage .button-ghost{--nh-button-bg:#fffdf9;--nh-button-fg:var(--ink);--nh-button-hover:#edf7f8;border-color:var(--line)}
body.nh-theme-homepage .button-light{--nh-button-bg:#fff;--nh-button-fg:var(--ink);--nh-button-hover:#edf7f8}
body.nh-theme-homepage .button :is(span,b,strong){color:inherit}
body.nh-theme-homepage .button:disabled{opacity:1;cursor:wait;transform:none}
body.nh-theme-homepage :is(.photo-help,.text-button){background:transparent;color:var(--cyan-deep);box-shadow:none;border:0;font-size:14px;white-space:normal;text-transform:none;line-height:1.8;height:auto}
body.nh-theme-homepage :is(.photo-help,.text-button):is(:hover,:focus-visible){background:var(--cyan-soft);color:var(--navy)}
body.nh-theme-homepage .text-link:is(:hover,:focus-visible){color:var(--navy);text-decoration:underline;text-underline-offset:4px}
body.nh-theme-homepage :is(.wa-action,.dock-wa):is(:link,:visited,:hover,:focus-visible){background:var(--wa);color:#fff}
body.nh-theme-homepage .dock-call:is(:link,:visited,:hover,:focus-visible){background:var(--navy);color:#fff}
body.nh-theme-homepage .dock-bale:is(:link,:visited,:hover,:focus-visible){background:#fff;color:var(--ink)}

body.nh-theme-homepage .choice-card{background:#fff;color:var(--ink);border-radius:15px;white-space:normal;text-transform:none;line-height:1.7}
body.nh-theme-homepage .choice-card strong{color:var(--ink);font-size:16px}
body.nh-theme-homepage .choice-card:hover{background:#f2fafb;color:var(--ink)}
body.nh-theme-homepage .choice-card.is-selected{background:var(--cyan-soft);color:var(--ink)}
body.nh-theme-homepage .gate-choice{height:auto;min-height:190px;padding:80px 14px 18px;justify-content:flex-start}
body.nh-theme-homepage .choice-chips button{background:#fff;color:var(--ink-2);border-radius:10px;min-height:44px;height:auto;padding-block:9px;font-size:14px;line-height:1.65;white-space:normal;text-transform:none}
body.nh-theme-homepage .choice-chips button:is(:hover,:focus-visible){background:#f2fafb;color:var(--ink)}
body.nh-theme-homepage .choice-chips button[aria-pressed="true"]{background:var(--cyan-soft);color:var(--ink);border-color:var(--cyan-deep)}
body.nh-theme-homepage .cost-tabs button{background:transparent;color:var(--on-dark-muted);font-size:14px;white-space:normal;line-height:1.7;height:auto}
body.nh-theme-homepage .cost-tabs button:is(:hover,:focus-visible){background:#153b4c;color:#fff}
body.nh-theme-homepage .cost-tabs button[aria-selected="true"]{background:#113e4c;color:#fff;border-color:var(--brand-cyan)}
body.nh-theme-homepage .journey-tabs button{background:#edf0ec;color:var(--ink-2);height:auto;white-space:normal;line-height:1.65}
body.nh-theme-homepage .journey-tabs button:is(:hover,:focus-visible){background:var(--cyan-soft);color:var(--ink)}
body.nh-theme-homepage .journey-tabs button[aria-selected="true"]{background:#fff;color:var(--ink)}
body.nh-theme-homepage .journey-tabs button b{font-size:14px;color:inherit}
body.nh-theme-homepage .journey-tabs button[aria-selected="true"] span{background:var(--navy);color:#fff}
body.nh-theme-homepage .sheet-head button{background:#fff;color:var(--ink);padding:0;flex-shrink:0}

/* Photo-backed labels keep a dependable local background as text wraps. */
body.nh-theme-homepage .journey-visual-caption,
body.nh-theme-homepage .project-card>div,
body.nh-theme-homepage .guide-feature>div{background:rgba(7,28,39,.92);padding:12px 14px;border-radius:12px;color:var(--on-dark)}
body.nh-theme-homepage .journey-visual-caption strong{font-size:14px;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.7}
body.nh-theme-homepage .journey-visual-caption small{font-size:14px}
body.nh-theme-homepage .route-overlay{background:rgba(7,28,39,.92);color:var(--on-dark)}
body.nh-theme-homepage .route-install{min-height:280px}
body.nh-theme-homepage .guide-feature b{color:#fff}

/* Supporting information must remain legible on a phone, not only on a monitor. */
body.nh-theme-homepage :is(.channel-status,.hero-project-link,.hero-facts small,.hero-facts strong,.hero-media figcaption,.hero-photo-note>span:last-child,.hero-photo-note strong,.route-label,.route-guide-media figcaption,.route-guide-signals li,.route-guide-cta,.trade-route-copy li,.trade-route-actions .text-link,.selector-progress>div,.step-overline,.choice-card small,.selector-city-detail,.outside-install-choice p,.outside-install-choice .button,.chip-question>strong,.selector-summary>div,.result-note,.selector-status,.situation-copy p,.rule-visual b,.install-rule p,.project-card>div>span,.project-card p,.client-proof-title p,.proof-group-heading span,.client-logo figcaption strong,.project-proof-copy strong,.project-proof-copy small,.product-brand,.product-price>span,.product-price small,.product-action,.products-foot p,.receipt-head small,.receipt-total small,.receipt-row small,.receipt-row>b,.receipt-total strong,.receipt-boundary,.journey-copy li,.journey-text-summary li,.journey-text-summary strong,.direct-channels strong,.direct-channels small,.trade-benefits strong,.trade-benefits small,.form-head small,.form-grid label,.form-boundary,.photo-reminder>span:last-child,.photo-reminder strong,.form-status,.form-privacy,.callback-heading small,.guide-small small,.guide-small p,.guide-feature>div>span,.guide-feature p,.guide-feature b,.concept-tag,.footer-label,.footer-contact-card small,.footer-nav-group h2,.footer-nav-group a,.footer-address,.footer-bottom,.social-links a,.social-bale span,.photo-guide-grid p){font-size:14px;line-height:1.8}
body.nh-theme-homepage :is(.hero-lead,.section-heading p,.route-card p,.trade-route-copy p,.selector-heading>p,.cost-heading>p,.consult-copy>p,.journey-copy>p,.faq-heading p,.final-cta p,.footer-about>p,.product-copy p){font-size:16px;line-height:1.9}
body.nh-theme-homepage :is(.form-grid input,.form-grid select,.selector-city-detail input){background:#fff;color:var(--ink);font-size:16px;line-height:1.6;min-height:52px;height:auto;padding-block:11px;caret-color:var(--cyan-deep);color-scheme:light}
body.nh-theme-homepage :is(input,textarea)::placeholder{color:var(--muted);opacity:1}
body.nh-theme-homepage .form-grid option{background:#fff;color:var(--ink)}
body.nh-theme-homepage .footer-contact-card :is(bdi,strong){color:var(--on-dark);font-size:16px}
body.nh-theme-homepage .footer-contact-card a:is(:hover,:focus-visible),
body.nh-theme-homepage .social-links a:is(:hover,:focus-visible){background:#153b4c;color:#fff}
body.nh-theme-homepage .hero-facts strong{white-space:normal}
body.nh-theme-homepage .eyebrow{font-size:14px;white-space:normal}
body.nh-theme-homepage :is(.route-guide-signals li,.receipt-boundary,.form-boundary){align-items:flex-start}
body.nh-theme-homepage .receipt-row{padding-block:14px;grid-template-columns:40px minmax(0,1fr);min-height:100px}
body.nh-theme-homepage .receipt-row>b{grid-column:2;justify-self:start;white-space:normal}
body.nh-theme-homepage .receipt-row strong{font-size:16px}
body.nh-theme-homepage .footer-main>*{min-width:0}
body.nh-theme-homepage .footer-contact-card bdi{overflow-wrap:anywhere}
body.nh-theme-homepage .photo-guide-example figcaption{background:rgba(7,28,39,.92);padding:10px 12px;border-radius:10px}
body.nh-theme-homepage .photo-guide-example :is(strong,small){font-size:14px;line-height:1.8}
body.nh-theme-homepage .header-phone small{font-size:12px}
body.nh-theme-homepage .header-phone bdi{font-size:16px}
body.nh-theme-homepage .dock-call span:last-child{font-size:12px}

/* Keep navigation reachable and its labels visible at every orientation. */
body.nh-theme-homepage .mobile-menu{overflow-y:auto;overscroll-behavior:contain}
body.nh-theme-homepage .mobile-menu>*{flex-shrink:0}
body.nh-theme-homepage .mobile-menu-contact{padding-top:20px}
body.nh-theme-homepage.admin-bar .site-header{top:32px}
@media(max-width:782px){body.nh-theme-homepage.admin-bar .site-header{top:46px}}
@media(max-width:600px){body.nh-theme-homepage.admin-bar .site-header{top:0}}
@media(max-width:780px){
  body.nh-theme-homepage .header-phone:is(:link,:visited,:hover,:focus-visible){background:var(--navy);color:#fff}
  body.nh-theme-homepage .route-overlay{position:relative;inset:auto;width:100%;border-radius:12px}
  body.nh-theme-homepage .route-install>img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}
  body.nh-theme-homepage .cost-tabs{grid-template-columns:1fr}
  body.nh-theme-homepage .cost-tabs button{flex-direction:row;justify-content:flex-start;gap:12px;padding:12px 16px;text-align:right}
  body.nh-theme-homepage .route-guide-signals{grid-template-columns:1fr;gap:9px}
  body.nh-theme-homepage .route-guide-signals li{justify-content:flex-start;border-inline-start:0}
  body.nh-theme-homepage .choice-grid.three{grid-template-columns:1fr}
  body.nh-theme-homepage .compact-choice{min-height:104px;padding:20px 64px 20px 42px;align-items:flex-start;text-align:right}
  body.nh-theme-homepage .compact-choice>.i:not(.choice-check){right:18px;top:50%;transform:translateY(-50%)}
  body.nh-theme-homepage .photo-help{padding:10px 8px}
  body.nh-theme-homepage .hero-facts{grid-template-columns:1fr}
  body.nh-theme-homepage .hero-facts>div{grid-column:1/-1}
  body.nh-theme-homepage .guide-feature{min-height:520px}
  body.nh-theme-homepage .journey-visual{height:260px}
  body.nh-theme-homepage .hero-media{height:320px}
}
