:root {
  --teal: #007f7c;
  --teal-bright: #079b95;
  --teal-dark: #005d5b;
  --teal-deep: #003f3e;
  --mint: #e8f5f3;
  --paper: #fbfdfc;
  --paper-2: #f2f7f5;
  --ink: #101918;
  --muted: #596765;
  --line: rgba(15, 55, 53, .12);
  --shadow: 0 28px 90px rgba(10, 57, 54, .14);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: #fff; background: var(--teal); }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 16px; border-radius: 12px; color: #fff; background: var(--teal); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 12px; left: 50%; width: min(calc(100% - 24px), 1420px); min-height: 70px; padding: 10px 12px 10px 18px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 25px; border: 1px solid rgba(255,255,255,.78); border-radius: 22px; background: rgba(255,255,255,.84); backdrop-filter: blur(22px) saturate(145%); box-shadow: 0 16px 50px rgba(4, 42, 40, .09); transform: translateX(-50%); transition: .3s ease; }
.site-header.scrolled { top: 7px; background: rgba(255,255,255,.96); box-shadow: 0 18px 55px rgba(4, 42, 40, .14); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand > img { width: 42px; height: 38px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; }
.brand-copy strong { font-size: 25px; line-height: 1; letter-spacing: -.045em; }
.brand-copy small { margin-top: 5px; color: var(--teal); font-size: 9px; font-weight: 750; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #273331; font-size: 13px; font-weight: 680; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--teal); }
.header-cta, .mobile-nav-cta { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; color: #fff; background: var(--teal); font-size: 13px; font-weight: 780; box-shadow: 0 10px 24px rgba(0,127,124,.2); }
.menu-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 14px; background: var(--paper-2); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: var(--ink); }
.mobile-nav { display: none; }

.hero { position: relative; width: min(100%, 1500px); margin: 0 auto; padding: 124px 32px 54px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 58px; align-items: center; }
.hero-copy { padding-left: max(0px, calc((100vw - 1420px)/2)); }
.eyebrow { margin: 0 0 20px; color: var(--teal); font-size: 12px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #9ce4df; }
h1, h2 { margin: 0; letter-spacing: -.064em; font-weight: 770; }
h1 { max-width: 720px; font-size: clamp(62px, 7vw, 112px); line-height: .91; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.66; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 16px; cursor: pointer; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--teal); box-shadow: 0 14px 32px rgba(0,127,124,.24); }
.button.primary:hover { background: var(--teal-dark); box-shadow: 0 18px 38px rgba(0,127,124,.3); }
.button.secondary { border: 1px solid rgba(0,127,124,.35); color: var(--teal-dark); background: rgba(255,255,255,.72); }
.button.secondary span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); }
.button.light { color: var(--teal-deep); background: #fff; }
.button.wide { width: 100%; }
.hero-proof { margin-top: 25px; display: flex; align-items: center; gap: 9px; color: #667370; font-size: 11px; font-weight: 740; text-transform: uppercase; letter-spacing: .07em; }
.hero-proof span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 5px rgba(7,155,149,.12); }
.hero-media { position: relative; min-height: 700px; overflow: hidden; border-radius: 10px 40px 40px 40px; background: #dfeae6; box-shadow: var(--shadow); }
.hero-media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 42%; }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,37,36,.5)); }
.hero-floating-card { position: absolute; right: 22px; bottom: 22px; max-width: 320px; padding: 17px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; color: #fff; background: rgba(0,55,53,.48); backdrop-filter: blur(15px); }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: #77e0d8; box-shadow: 0 0 0 6px rgba(119,224,216,.16); }
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { font-size: 14px; }
.hero-floating-card small { margin-top: 4px; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.4; }
.fact-strip { position: relative; z-index: 2; grid-column: 1 / -1; width: min(100%, 1180px); margin: -18px auto 0; padding: 24px 26px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(0,127,124,.13); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 22px 60px rgba(8,55,52,.1); backdrop-filter: blur(18px); }
.fact-strip article { min-width: 0; padding: 4px 24px; display: flex; align-items: center; gap: 16px; border-left: 1px solid var(--line); }
.fact-strip article:first-child { border-left: 0; }
.fact-strip svg { width: 36px; height: 36px; flex: 0 0 auto; color: var(--teal); }
.fact-strip strong, .fact-strip span { display: block; }
.fact-strip strong { font-size: 14px; }
.fact-strip span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.section { padding: 112px 32px; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading h2, .concept-copy h2, .offer-card h2, .contact-copy h2 { font-size: clamp(48px, 5.5vw, 78px); line-height: .96; }
.section-heading > p:last-child, .concept-copy > p, .offer-card > p, .contact-copy > p { margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.centered > p:last-child { max-width: 670px; margin-left: auto; margin-right: auto; }

.experience { width: min(100%, 1410px); margin: 0 auto; }
.journey-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.journey-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 16px 46px rgba(10,53,51,.07); transition: transform .25s ease, box-shadow .25s ease; }
.journey-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(10,53,51,.13); }
.journey-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 45%; }
.journey-card:nth-child(1) > img { object-position: center 48%; }
.journey-card:nth-child(2) > img { object-position: center 50%; }
.journey-card:nth-child(3) > img { object-position: center 46%; }
.journey-card:nth-child(4) > img { object-position: center 44%; }
.journey-copy { min-height: 185px; padding: 24px 24px 27px; position: relative; }
.journey-copy span { color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.journey-copy h3 { margin: 11px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.journey-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.employer { background: linear-gradient(180deg, #f1f7f5, #fbfdfc); }
.employer > .section-heading, .benefit-grid { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.benefit-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: 0 20px 62px rgba(10,53,51,.08); }
.benefit-card { min-height: 300px; padding: 33px 27px; border-left: 1px solid var(--line); }
.benefit-card:first-child { border-left: 0; }
.benefit-card svg { width: 43px; height: 43px; color: var(--teal); }
.benefit-card h3 { margin: 37px 0 12px; font-size: 20px; letter-spacing: -.035em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.concept { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.check-list, .offer-list { margin: 31px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.check-list li, .offer-list li { display: flex; align-items: flex-start; gap: 12px; color: #32403e; font-size: 14px; line-height: 1.55; }
.check-list span, .offer-list span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 12px; font-weight: 850; }
.text-link { margin-top: 33px; display: inline-flex; gap: 10px; align-items: center; color: var(--teal); font-weight: 780; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.concept-gallery { position: relative; min-height: 680px; }
.concept-main, .concept-secondary { position: absolute; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #dce6e2; box-shadow: var(--shadow); }
.concept-main { inset: 0 24% 11% 0; }
.concept-secondary { width: 42%; height: 52%; right: 0; bottom: 0; border: 8px solid var(--paper); }
.concept-main img, .concept-secondary img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.concept-note { position: absolute; top: 24px; right: 7px; width: 245px; padding: 16px; display: flex; gap: 12px; align-items: center; border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(10,53,51,.12); }
.concept-note img { width: 38px; }
.concept-note strong, .concept-note small { display: block; }
.concept-note strong { font-size: 13px; }
.concept-note small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.process { background: #eef5f3; }
.process-layout { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .62fr; gap: 70px; align-items: stretch; }
.process-list { margin-top: 48px; display: grid; }
.process-step { padding: 24px 0; display: grid; grid-template-columns: 58px 1fr; gap: 21px; border-top: 1px solid var(--line); }
.process-step:first-child { border-top: 0; }
.process-step > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 12px; font-weight: 850; box-shadow: 0 9px 24px rgba(0,127,124,.2); }
.process-step h3 { margin: 1px 0 7px; font-size: 21px; letter-spacing: -.035em; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.installation-media { position: relative; min-height: 700px; margin: 0; overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); }
.installation-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.installation-media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,43,41,.8)); }
.installation-media figcaption { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 24px; color: #fff; }
.installation-media strong, .installation-media span { display: block; }
.installation-media strong { font-size: 20px; }
.installation-media span { margin-top: 6px; color: rgba(255,255,255,.76); font-size: 12px; }

.offer { background: #fff; }
.offer-shell { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .72fr 1fr; overflow: hidden; border: 1px solid rgba(0,127,124,.16); border-radius: 38px; background: #f7fbfa; box-shadow: 0 32px 90px rgba(10,53,51,.12); }
.offer-visual { position: relative; min-height: 720px; overflow: hidden; }
.offer-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.offer-visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,40,38,.03), rgba(0,46,44,.85)); }
.offer-visual-copy { position: absolute; left: 30px; right: 30px; bottom: 31px; color: #fff; }
.offer-visual-copy img { width: 52px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.offer-visual-copy strong, .offer-visual-copy span { display: block; }
.offer-visual-copy strong { font-size: 29px; letter-spacing: -.04em; }
.offer-visual-copy span { margin-top: 8px; color: rgba(255,255,255,.78); font-size: 14px; }
.offer-card { padding: 65px 65px 52px; align-self: center; }
.offer-card h2 { font-size: clamp(45px, 4.4vw, 67px); }
.offer-list { grid-template-columns: repeat(2, 1fr); gap: 13px 22px; }
.price-line { margin: 36px 0 25px; padding: 26px 0; display: grid; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-line > span { color: var(--muted); font-size: 12px; font-weight: 720; text-transform: uppercase; letter-spacing: .08em; }
.price-line strong { margin-top: 6px; color: var(--teal); font-size: 54px; letter-spacing: -.06em; }
.price-line small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.offer-note { margin: 13px 0 0 !important; color: #788481 !important; font-size: 11px !important; text-align: center; }

.faq { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: none; text-align: left; cursor: pointer; }
.faq-item button span { font-size: 18px; font-weight: 760; letter-spacing: -.025em; }
.faq-item button i { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-style: normal; font-size: 22px; transition: transform .25s ease; }
.faq-item.open button i { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0; padding: 0 48px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 240px; }

.contact { padding-top: 40px; }
.contact-shell { width: min(100%, 1380px); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 40px; color: #fff; background: linear-gradient(145deg, var(--teal-deep), #007c78); box-shadow: 0 34px 95px rgba(0,62,60,.22); }
.contact-copy { padding: 62px; }
.contact-copy > img { width: 168px; height: auto; margin-bottom: 42px; filter: brightness(0) invert(1); }
.contact-copy h2 { font-size: clamp(47px, 5vw, 72px); }
.contact-copy h2 em { color: #8de1dc; }
.contact-copy > p:last-of-type { color: rgba(255,255,255,.75); }
.contact-direct { margin-top: 34px; display: grid; gap: 10px; }
.contact-direct a { width: max-content; color: #fff; font-size: 14px; font-weight: 720; }
.contact-form { margin: 17px; padding: 45px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; align-content: center; border-radius: 29px; color: var(--ink); background: #fff; }
.contact-form label { display: grid; gap: 8px; color: #40504d; font-size: 11px; font-weight: 760; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(13,66,63,.14); border-radius: 13px; outline: none; color: var(--ink); background: #f8fbfa; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 50px; padding: 0 15px; }
.contact-form textarea { min-height: 125px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,127,124,.1); }
.contact-form .button.light { color: #fff; background: var(--teal); }
.form-note { margin: -3px 0 0; color: #7c8886; font-size: 10px; line-height: 1.45; text-align: center; }

.site-footer { width: min(100%, 1420px); margin: 0 auto; padding: 35px 32px 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 36px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 20px; letter-spacing: -.04em; }
.footer-brand small { margin-top: 3px; color: var(--teal); font-size: 8px; font-weight: 740; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a, .site-footer p { color: #6d7977; font-size: 11px; font-weight: 690; }
.site-footer p { justify-self: end; }
.mobile-sticky-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1250px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; z-index: 90; top: 91px; left: 12px; right: 12px; padding: 12px; display: grid; gap: 8px; border: 1px solid rgba(0,127,124,.12); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 22px 60px rgba(8,44,42,.18); backdrop-filter: blur(20px); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .25s ease; }
  .mobile-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav a { padding: 14px; border-radius: 12px; background: var(--paper-2); font-size: 14px; font-weight: 720; }
  .mobile-nav .mobile-nav-cta { color: #fff; background: var(--teal); }
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { max-width: 820px; padding-left: 0; text-align: center; justify-self: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-media { min-height: 690px; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .fact-strip article:nth-child(3) { border-left: 0; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-card:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-card:nth-child(5) { border-top: 1px solid var(--line); }
  .concept, .process-layout, .offer-shell, .contact-shell { grid-template-columns: 1fr; }
  .concept-copy { max-width: 820px; }
  .concept-gallery { min-height: 720px; }
  .installation-media { min-height: 690px; }
  .offer-visual { min-height: 550px; }
  .offer-card { padding: 60px; }
  .contact-copy { padding-bottom: 35px; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { justify-self: start; }
}

@media (max-width: 720px) {
  :root { --radius-xl: 29px; --radius-lg: 23px; }
  html { scroll-padding-top: 80px; }
  .site-header { top: 7px; width: calc(100% - 14px); min-height: 61px; padding: 8px 8px 8px 13px; border-radius: 18px; }
  .brand > img { width: 33px; height: 30px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 7px; }
  .header-cta { display: none; }
  .mobile-nav { top: 75px; left: 7px; right: 7px; }
  .hero { padding: 105px 17px 35px; gap: 31px; }
  h1 { font-size: clamp(53px, 16vw, 75px); }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { font-size: 9px; }
  .hero-media { min-height: 500px; border-radius: 8px 28px 28px 28px; }
  .hero-media > img { object-position: center 40%; }
  .hero-floating-card { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .fact-strip { padding: 19px; grid-template-columns: 1fr; gap: 0; border-radius: 20px; }
  .fact-strip article, .fact-strip article:nth-child(3) { padding: 17px 0; border-left: 0; border-top: 1px solid var(--line); }
  .fact-strip article:first-child { border-top: 0; }
  .section { padding: 88px 17px; }
  .section-heading h2, .concept-copy h2, .offer-card h2, .contact-copy h2 { font-size: clamp(42px, 12vw, 58px); }
  .section-heading > p:last-child, .concept-copy > p, .offer-card > p, .contact-copy > p { font-size: 15px; }
  .journey-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .journey-card > img { aspect-ratio: .9; object-position: center 16%; }
  .journey-copy { min-height: 165px; }
  .benefit-grid { margin-top: 40px; grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:nth-child(4), .benefit-card:nth-child(5) { min-height: 220px; border-left: 0; border-top: 1px solid var(--line); }
  .benefit-card:first-child { border-top: 0; }
  .concept { gap: 46px; }
  .concept-gallery { min-height: 550px; }
  .concept-main { inset: 0 8% 17% 0; }
  .concept-secondary { width: 48%; height: 42%; border-width: 5px; }
  .concept-note { top: 13px; right: 0; width: 210px; }
  .process-layout { gap: 42px; }
  .process-step { grid-template-columns: 49px 1fr; gap: 16px; }
  .process-step > span { width: 40px; height: 40px; }
  .installation-media { min-height: 580px; }
  .offer { padding-left: 12px; padding-right: 12px; }
  .offer-shell { border-radius: 28px; }
  .offer-visual { min-height: 430px; }
  .offer-card { padding: 40px 24px 32px; }
  .offer-list { grid-template-columns: 1fr; }
  .price-line strong { font-size: 46px; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
  .faq-item button span { font-size: 15px; }
  .contact { padding: 15px 10px 90px; }
  .contact-shell { border-radius: 28px; }
  .contact-copy { padding: 38px 24px 24px; }
  .contact-copy > img { width: 130px; margin-bottom: 30px; }
  .contact-form { margin: 10px; padding: 28px 20px; grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .site-footer { padding: 35px 20px 100px; }
  .site-footer nav { flex-wrap: wrap; gap: 15px 20px; }
  .mobile-sticky-cta { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 53px; display: flex; align-items: center; justify-content: center; border-radius: 16px; color: #fff; background: var(--teal); box-shadow: 0 18px 45px rgba(0,76,73,.3); font-size: 14px; font-weight: 800; }
}

@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 { opacity: 1; transform: none; }
}

.contact-form .consent { grid-template-columns: 22px 1fr; align-items: start; gap: 11px; font-size: 11px; line-height: 1.5; font-weight: 600; cursor: pointer; }
.contact-form .consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--teal); }
.contact-form .consent span { color: #61706d; }
.form-note strong { color: #40504d; }

.ambassador { width: min(100%, var(--max)); margin: 0 auto; padding-top: 42px; }
.ambassador-shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: center; overflow: hidden; border: 1px solid rgba(0,127,124,.15); border-radius: 34px; background: linear-gradient(135deg, #052d2c, #0a504d); box-shadow: 0 30px 85px rgba(4,48,46,.18); }
.ambassador-copy { padding: 56px 52px; color: #fff; }
.ambassador-copy .eyebrow { color: #9ce4df; }
.ambassador-copy h2 { font-size: clamp(42px, 4.7vw, 66px); line-height: .96; }
.ambassador-copy h2 em { color: #8de1dc; font-style: normal; }
.ambassador-copy > p { margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.72; }
.ambassador-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.ambassador-list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.6; }
.ambassador-list span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--teal-deep); background: #8de1dc; font-size: 12px; font-weight: 900; }
.ambassador-actions { margin-top: 28px; display: grid; gap: 14px; }
.ambassador-actions .button { width: max-content; }
.ambassador-note { margin: 0; max-width: 520px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.55; }
.ambassador-visual { position: relative; min-height: 100%; margin: 0; padding: 18px 18px 18px 0; }
.ambassador-visual > img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.ambassador-visual figcaption { position: absolute; left: 30px; right: 30px; bottom: 32px; padding: 15px 18px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: rgba(7,31,30,.58); backdrop-filter: blur(12px); }
.ambassador-visual strong { font-size: 18px; }
.ambassador-visual span { color: rgba(255,255,255,.74); font-size: 12px; }

@media (max-width: 1080px) {
  .ambassador-shell { grid-template-columns: 1fr; }
  .ambassador-visual { padding: 0 18px 18px; }
  .ambassador-visual > img { min-height: 360px; }
}

@media (max-width: 720px) {
  .ambassador { padding-top: 18px; }
  .ambassador-shell { border-radius: 28px; }
  .ambassador-copy { padding: 36px 24px 24px; }
  .ambassador-copy h2 { font-size: clamp(39px, 11vw, 52px); }
  .ambassador-copy > p { font-size: 15px; }
  .ambassador-actions .button { width: 100%; }
  .ambassador-visual { padding: 0 10px 10px; }
  .ambassador-visual > img { min-height: 260px; border-radius: 22px; }
  .ambassador-visual figcaption { left: 20px; right: 20px; bottom: 24px; }
}

/* V3.4 updates: refreshed hero visuals and logo */
.hero-media > img { object-position: center center; }
.brand > img { width: 44px; height: 40px; }
.contact-copy > img { width: 200px; filter: none; }

.story { width: min(100%, var(--max)); margin: 0 auto; padding-top: 28px; }
.story-shell { display: grid; gap: 34px; }
.story-heading { max-width: 900px; }
.story-visual { margin: 0; overflow: hidden; border: 1px solid rgba(0,127,124,.12); border-radius: 34px; background: #081716; box-shadow: 0 28px 80px rgba(5,39,38,.12); }
.story-visual > img { width: 100%; height: auto; display: block; }

@media (max-width: 720px) {
  .contact-copy > img { width: 150px; }
  .story { padding-top: 6px; }
  .story-visual { border-radius: 24px; }
}

/* =========================================================
   FitTiny V3.5 — cinematic hero, editorial experience,
   discreet ambassador programme
   ========================================================= */

.hero-v35 {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #061211;
}
.hero-v35-media,
.hero-v35-media img,
.hero-v35-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-v35-media img { object-fit: cover; object-position: center center; transform: scale(1.015); }
.hero-v35-shade {
  background:
    linear-gradient(90deg, rgba(2,16,15,.92) 0%, rgba(2,16,15,.72) 36%, rgba(2,16,15,.18) 68%, rgba(2,16,15,.08) 100%),
    linear-gradient(0deg, rgba(2,16,15,.78) 0%, rgba(2,16,15,0) 42%);
}
.hero-v35-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1420px);
  margin: 0 auto;
  padding: 150px 0 52px;
  display: grid;
  gap: 58px;
}
.hero-v35-copy { max-width: 760px; }
.hero-v35-copy h1 {
  color: #fff;
  font-size: clamp(68px, 8vw, 126px);
  line-height: .88;
  text-wrap: balance;
}
.hero-v35-copy h1 em { color: #7ee0d8; }
.hero-v35-copy .hero-lead {
  max-width: 650px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.5vw, 21px);
}
.button.glass {
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.button.glass:hover { background: rgba(255,255,255,.15); }
.button.glass span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-deep);
  background: #8de1dc;
}
.hero-v35 .hero-proof { color: rgba(255,255,255,.68); }
.hero-v35-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(4,33,31,.5);
  backdrop-filter: blur(18px) saturate(125%);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.hero-v35-facts article {
  min-height: 112px;
  padding: 25px 28px;
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(255,255,255,.14);
}
.hero-v35-facts article:first-child { border-left: 0; }
.hero-v35-facts strong { font-size: 22px; letter-spacing: -.035em; }
.hero-v35-facts span { margin-top: 7px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.45; }
.hero-scroll {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-scroll span { width: 1px; height: 42px; background: linear-gradient(#8de1dc, transparent); }

.campaign-v35 { width: min(100%, 1420px); margin: 0 auto; }
.campaign-v35-heading { max-width: 900px; margin-bottom: 56px; }
.campaign-v35-heading h2 { font-size: clamp(54px, 6vw, 92px); line-height: .92; }
.campaign-v35-heading > p:last-child { max-width: 720px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.campaign-v35-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.campaign-v35-card {
  position: relative;
  grid-column: span 4;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #081110;
  box-shadow: 0 22px 65px rgba(7,45,43,.11);
}
.campaign-v35-card--wide { grid-column: span 8; }
.campaign-v35-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.campaign-v35-card:hover img { transform: scale(1.035); }
.campaign-v35-card::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(1,18,17,.8));
  pointer-events: none;
}
.campaign-v35-caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  color: #fff;
}
.campaign-v35-caption > span { color: #72e0d6; font-size: 31px; font-weight: 850; letter-spacing: -.05em; }
.campaign-v35-caption strong, .campaign-v35-caption small { display: block; }
.campaign-v35-caption strong { font-size: 20px; letter-spacing: -.03em; }
.campaign-v35-caption small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }

.ambassador-v35 { width: min(100%, var(--max)); margin: 0 auto; padding-top: 34px; }
.ambassador-v35-shell {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(0,127,124,.14);
  border-radius: 30px;
  background: #f2f8f6;
  box-shadow: 0 20px 58px rgba(10,53,51,.08);
}
.ambassador-v35-visual { min-height: 340px; overflow: hidden; background: #050909; }
.ambassador-v35-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ambassador-v35-copy { padding: 46px 52px; align-self: center; }
.ambassador-v35-kicker {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(0,127,124,.1);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ambassador-v35-copy h2 { margin-top: 20px; font-size: clamp(42px, 4.3vw, 63px); line-height: .95; }
.ambassador-v35-copy h2 em { color: var(--teal); font-style: normal; }
.ambassador-v35-copy > p { margin: 20px 0 0; max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.ambassador-v35 details { margin-top: 24px; border-top: 1px solid var(--line); }
.ambassador-v35 summary {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.ambassador-v35 summary::-webkit-details-marker { display: none; }
.ambassador-v35 summary span { font-size: 22px; transition: transform .25s ease; }
.ambassador-v35 details[open] summary span { transform: rotate(45deg); }
.ambassador-v35-details { padding-top: 16px; }
.ambassador-v35-details p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 1080px) {
  .hero-v35-inner { width: min(calc(100% - 38px), 900px); }
  .hero-v35-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-v35-facts article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .hero-v35-facts article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .campaign-v35-card, .campaign-v35-card--wide { grid-column: span 6; }
  .ambassador-v35-shell { grid-template-columns: 1fr; }
  .ambassador-v35-visual { max-height: 390px; }
}

@media (max-width: 720px) {
  .hero-v35 { min-height: 940px; }
  .hero-v35-shade {
    background:
      linear-gradient(180deg, rgba(2,16,15,.44) 0%, rgba(2,16,15,.68) 36%, rgba(2,16,15,.96) 76%, #02100f 100%);
  }
  .hero-v35-media img { object-position: 50% center; }
  .hero-v35-inner { width: calc(100% - 28px); padding: 112px 0 38px; gap: 30px; }
  .hero-v35-copy { margin-top: auto; }
  .hero-v35-copy h1 { font-size: clamp(54px, 15vw, 76px); }
  .hero-v35-copy .hero-lead { font-size: 15px; line-height: 1.6; }
  .hero-v35 .hero-actions { flex-direction: column; }
  .hero-v35 .hero-actions .button { width: 100%; }
  .hero-v35-facts { grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .hero-v35-facts article { min-height: 96px; padding: 18px; }
  .hero-v35-facts strong { font-size: 17px; }
  .hero-scroll { display: none; }
  .campaign-v35-heading h2 { font-size: clamp(45px, 12vw, 62px); }
  .campaign-v35-grid { grid-template-columns: 1fr; }
  .campaign-v35-card, .campaign-v35-card--wide { grid-column: auto; min-height: 430px; }
  .campaign-v35-caption { left: 18px; right: 18px; bottom: 18px; }
  .ambassador-v35 { padding-top: 12px; }
  .ambassador-v35-shell { border-radius: 25px; }
  .ambassador-v35-visual { min-height: 245px; }
  .ambassador-v35-copy { padding: 30px 22px; }
  .ambassador-v35-copy h2 { font-size: clamp(39px, 11vw, 52px); }
}

/* =========================================================
   V3.6 — Dedicated ambassador programme page
   ========================================================= */
.desktop-nav a.is-current,
.mobile-nav a.is-current { color: var(--teal); }

.amb-page { background: #fbfdfc; }
.amb-hero { position: relative; min-height: 850px; padding: 130px 32px 70px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #06100f; }
.amb-hero-media { position: absolute; inset: 0; }
.amb-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.amb-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,15,14,.92) 0%, rgba(1,15,14,.78) 35%, rgba(1,15,14,.18) 75%), linear-gradient(180deg, rgba(2,12,11,.18), rgba(1,11,10,.72)); }
.amb-hero-inner { position: relative; z-index: 2; width: min(100%, 1370px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 80px; align-items: end; }
.amb-hero-copy { max-width: 880px; }
.amb-hero h1 { max-width: 980px; font-size: clamp(60px, 7.2vw, 108px); }
.amb-hero h1 em { color: #83e4dc; }
.amb-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 29px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.66; }
.amb-hero .button.primary { color: var(--teal-deep); background: #8de1dc; box-shadow: 0 16px 40px rgba(51,212,201,.2); }
.amb-hero .button.primary:hover { background: #fff; }
.amb-hero-badge { padding: 25px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(1,38,36,.56); backdrop-filter: blur(18px); box-shadow: 0 25px 65px rgba(0,0,0,.24); }
.amb-hero-badge span,
.amb-hero-badge strong,
.amb-hero-badge small { display: block; }
.amb-hero-badge span { color: #8de1dc; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.amb-hero-badge strong { margin-top: 11px; font-size: 26px; letter-spacing: -.04em; }
.amb-hero-badge small { margin-top: 10px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }

.amb-intro { width: min(100%, var(--max)); margin: 0 auto; }
.amb-steps { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: #fff; box-shadow: 0 22px 65px rgba(10,53,51,.08); }
.amb-step { min-height: 315px; padding: 34px 28px; border-left: 1px solid var(--line); }
.amb-step:first-child { border-left: 0; }
.amb-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 12px; font-weight: 850; box-shadow: 0 12px 28px rgba(0,127,124,.22); }
.amb-step h3 { margin: 70px 0 13px; font-size: 23px; letter-spacing: -.04em; }
.amb-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.amb-editorial { padding-top: 25px; }
.amb-editorial-grid { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: #fff; box-shadow: 0 25px 75px rgba(10,53,51,.09); }
.amb-editorial-card { min-width: 0; }
.amb-editorial-card--image { position: relative; min-height: 650px; overflow: hidden; background: #071110; }
.amb-editorial-card--image > img { width: 100%; height: 100%; object-fit: cover; }
.amb-editorial-card--image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2,29,27,.88)); }
.amb-editorial-card--image > div { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 29px; color: #fff; }
.amb-editorial-card--image span,
.amb-editorial-card--image strong { display: block; }
.amb-editorial-card--image span { color: #8de1dc; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.amb-editorial-card--image strong { margin-top: 9px; font-size: 31px; letter-spacing: -.045em; }
.amb-editorial-card--text { padding: 68px; align-self: center; }
.amb-editorial-card--text h2 { font-size: clamp(46px, 4.8vw, 70px); line-height: .96; }
.amb-editorial-card--text h2 em { color: var(--teal); font-style: normal; }
.amb-editorial-card--text > p:last-of-type { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }

.amb-reward { background: linear-gradient(180deg, #f4f8f7, #fbfdfc); }
.amb-reward-shell { width: min(100%, 1320px); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 38px; color: #fff; background: linear-gradient(145deg, #061c1a, #073b38); box-shadow: 0 35px 95px rgba(1,45,42,.22); }
.amb-reward-copy { padding: 66px 58px; align-self: center; }
.amb-reward-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: .96; letter-spacing: -.06em; }
.amb-reward-copy h2 em { color: #8de1dc; font-style: normal; }
.amb-reward-copy > p:not(.eyebrow):not(.amb-legal) { margin: 25px 0 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.72; }
.amb-reward-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.amb-reward-tags span { padding: 10px 13px; border: 1px solid rgba(141,225,220,.22); border-radius: 999px; color: #b6efeb; background: rgba(141,225,220,.08); font-size: 11px; font-weight: 760; }
.amb-legal { margin: 29px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.55; }
.amb-reward-visual { position: relative; min-height: 650px; margin: 0; padding: 18px 18px 18px 0; }
.amb-reward-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; border-radius: 28px; }
.amb-reward-visual figcaption { position: absolute; left: 32px; right: 32px; bottom: 34px; padding: 16px 18px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: #fff; background: rgba(5,25,24,.46); backdrop-filter: blur(12px); }
.amb-reward-visual figcaption strong { font-size: 17px; letter-spacing: -.02em; }
.amb-reward-visual figcaption span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }

.amb-criteria { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: end; }
.amb-criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amb-criteria-grid article { padding: 33px 24px; border-left: 1px solid var(--line); }
.amb-criteria-grid article:first-child { border-left: 0; }
.amb-criteria-grid strong { font-size: 19px; letter-spacing: -.035em; }
.amb-criteria-grid p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.amb-contact { padding-top: 20px; }

@media (max-width: 1080px) {
  .amb-hero { min-height: 820px; }
  .amb-hero-inner { grid-template-columns: 1fr; gap: 38px; }
  .amb-hero-badge { max-width: 430px; }
  .amb-steps { grid-template-columns: repeat(2, 1fr); }
  .amb-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .amb-step:nth-child(4) { border-top: 1px solid var(--line); }
  .amb-editorial-grid,
  .amb-reward-shell,
  .amb-criteria { grid-template-columns: 1fr; }
  .amb-editorial-card--image { min-height: 520px; }
  .amb-reward-visual { min-height: 520px; padding: 0 18px 18px; }
}

@media (max-width: 720px) {
  .amb-hero { min-height: 760px; padding: 105px 17px 45px; }
  .amb-hero-media img { object-position: 58% center; }
  .amb-hero-shade { background: linear-gradient(180deg, rgba(2,15,14,.42), rgba(2,15,14,.93) 63%); }
  .amb-hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .amb-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .amb-hero-badge { padding: 20px; }
  .amb-steps { grid-template-columns: 1fr; border-radius: 24px; }
  .amb-step,
  .amb-step:nth-child(3),
  .amb-step:nth-child(4) { min-height: 240px; border-left: 0; border-top: 1px solid var(--line); }
  .amb-step:first-child { border-top: 0; }
  .amb-step h3 { margin-top: 38px; }
  .amb-editorial-grid { border-radius: 26px; }
  .amb-editorial-card--image { min-height: 420px; }
  .amb-editorial-card--text { padding: 38px 24px; }
  .amb-editorial-card--text h2 { font-size: clamp(41px, 12vw, 56px); }
  .amb-reward { padding-left: 10px; padding-right: 10px; }
  .amb-reward-shell { border-radius: 27px; }
  .amb-reward-copy { padding: 42px 24px 30px; }
  .amb-reward-copy h2 { font-size: clamp(41px, 12vw, 56px); }
  .amb-reward-visual { min-height: 310px; padding: 0 10px 10px; }
  .amb-reward-visual img { border-radius: 22px; }
  .amb-reward-visual figcaption { left: 20px; right: 20px; bottom: 20px; }
  .amb-criteria { gap: 40px; }
  .amb-criteria-grid { grid-template-columns: 1fr; }
  .amb-criteria-grid article { border-left: 0; border-top: 1px solid var(--line); }
  .amb-criteria-grid article:first-child { border-top: 0; }
}


/* V3.6.1 — stability fixes */
.site-header { grid-template-columns: minmax(190px, 1fr) auto auto; }
.desktop-nav { min-width: 0; }
.desktop-nav a { white-space: nowrap; }
.header-cta { white-space: nowrap; }
@media (min-width: 1251px) and (max-width: 1370px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .header-cta { padding-inline: 17px; }
}
body.menu-open { overflow: hidden; }

/* V3.7.1 — bilingual switch, additive only: preserves the V3.6.2 layout */
.header-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 9px; min-width: 0; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; flex: 0 0 auto; padding: 4px; border: 1px solid rgba(0,127,124,.14); border-radius: 13px; background: rgba(244,249,248,.94); }
.language-switch a { min-width: 34px; height: 34px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; color: #536360; font-size: 11px; font-weight: 820; letter-spacing: .04em; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.language-switch a:hover { color: var(--teal); }
.language-switch a.is-active { color: #fff; background: var(--teal); box-shadow: 0 7px 18px rgba(0,127,124,.2); }
.contact-brand-lockup { margin-bottom: 42px; display: flex; align-items: center; gap: 17px; }
.contact-brand-lockup > img { width: 72px; height: auto; filter: brightness(0) invert(1); }
.contact-brand-lockup > div { display: grid; gap: 4px; }
.contact-brand-lockup strong { color: #fff; font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.contact-brand-lockup span { color: #9ce4df; font-size: 12px; font-weight: 760; }

@media (max-width: 1250px) {
  .header-actions { gap: 7px; }
  .language-switch a { min-width: 31px; padding-inline: 6px; }
}

@media (max-width: 720px) {
  .header-actions { gap: 5px; }
  .header-actions .header-cta { display: none; }
  .language-switch { padding: 3px; border-radius: 11px; }
  .language-switch a { min-width: 30px; height: 30px; padding: 0 6px; font-size: 10px; }
  .contact-brand-lockup { margin-bottom: 30px; }
  .contact-brand-lockup > img { width: 58px; }
  .contact-brand-lockup strong { font-size: 27px; }
  .contact-brand-lockup span { font-size: 10px; }
}

/* V3.9.0 — targeted corporate / Shopify bridge updates */
.nav-shop-link { color: var(--teal) !important; font-weight: 800 !important; }
.desktop-nav .nav-shop-link { padding-left: 14px; border-left: 1px solid var(--line); }
.mobile-nav .nav-shop-link { color: var(--teal); background: rgba(0,127,124,.08); }
.hero-v35-copy h1 { max-width: 980px; font-size: clamp(50px, 5.4vw, 84px); }
.hero-v35-copy .hero-lead { max-width: 760px; }
.button.outline-light { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.button.outline-light:hover { background: rgba(255,255,255,.14); }

.ambassador-bridge { width: min(100%, var(--max)); margin: 0 auto; padding-top: 28px; }
.ambassador-bridge-shell { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 34px; color: #fff; background: linear-gradient(135deg,#061d1b,#0b514d); box-shadow: 0 30px 90px rgba(4,48,46,.17); }
.ambassador-bridge-copy { padding: 58px 54px; align-self: center; }
.ambassador-bridge-copy h2 { margin: 0; max-width: 800px; font-size: clamp(42px,4.3vw,64px); line-height: .98; letter-spacing: -.055em; }
.ambassador-bridge-copy > p:not(.eyebrow) { margin: 24px 0 0; max-width: 720px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.72; }
.ambassador-bridge-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.ambassador-bridge-media { min-height: 430px; }
.ambassador-bridge-media img { width: 100%; height: 100%; object-fit: cover; }

.amb-steps--three { grid-template-columns: repeat(3,1fr); }
.amb-steps--three .amb-step:nth-child(3) { border-top: 0; border-left: 1px solid var(--line); }
.ambassador-shop-actions { margin-top: 28px; }

.amb-terms { width: min(100%, var(--max)); margin: 0 auto; }
.amb-terms-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: #fff; }
.amb-terms-grid article { min-height: 240px; padding: 30px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.amb-terms-grid article:nth-child(-n+3) { border-top: 0; }
.amb-terms-grid article:nth-child(3n+1) { border-left: 0; }
.amb-terms-grid span { color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.amb-terms-grid h3 { margin: 34px 0 0; font-size: 23px; letter-spacing: -.04em; }
.amb-terms-grid p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.amb-terms-note { margin: 22px 0 0; padding: 18px 20px; border-radius: 16px; color: #36514d; background: #edf7f5; font-size: 13px; line-height: 1.6; }

.contact-form label { min-width: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #899592; }

.thank-actions { margin-top: 31px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.thank-actions a { margin-top: 0 !important; }
.thank-actions a.secondary { color: #007f7c; background: #eef8f6; border: 1px solid rgba(0,127,124,.16); }

@media (max-width: 1080px) {
  .ambassador-bridge-shell { grid-template-columns: 1fr; }
  .ambassador-bridge-media { min-height: 360px; }
  .amb-steps--three { grid-template-columns: 1fr; }
  .amb-steps--three .amb-step,
  .amb-steps--three .amb-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .amb-steps--three .amb-step:first-child { border-top: 0; }
  .amb-terms-grid { grid-template-columns: repeat(2,1fr); }
  .amb-terms-grid article:nth-child(-n+3) { border-top: 1px solid var(--line); }
  .amb-terms-grid article:nth-child(-n+2) { border-top: 0; }
  .amb-terms-grid article:nth-child(3n+1) { border-left: 1px solid var(--line); }
  .amb-terms-grid article:nth-child(2n+1) { border-left: 0; }
}

@media (max-width: 720px) {
  .hero-v35-copy h1 { font-size: clamp(42px,11.8vw,58px); }
  .ambassador-bridge { padding-left: 10px; padding-right: 10px; }
  .ambassador-bridge-shell { border-radius: 26px; }
  .ambassador-bridge-copy { padding: 40px 24px 26px; }
  .ambassador-bridge-copy h2 { font-size: clamp(38px,10.8vw,52px); }
  .ambassador-bridge-actions { display: grid; }
  .ambassador-bridge-actions .button { width: 100%; }
  .ambassador-bridge-media { min-height: 280px; }
  .amb-terms-grid { grid-template-columns: 1fr; border-radius: 22px; }
  .amb-terms-grid article,
  .amb-terms-grid article:nth-child(-n+2),
  .amb-terms-grid article:nth-child(2n+1) { border-left: 0; border-top: 1px solid var(--line); }
  .amb-terms-grid article:first-child { border-top: 0; }
  .amb-terms-grid article { min-height: 205px; padding: 24px; }
}

@media (max-width: 720px) {
  .journey-card > img { aspect-ratio: 16 / 10; object-position: center 45%; }
}

/* V3.9.2 — 16:9 campaign-01 hero framing */
.amb-hero-media img { object-position: center center; }
@media (max-width: 720px) { .amb-hero-media img { object-position: 50% center; } }
