@font-face {
  font-family:Inter;
  src:url('../vendor/fonts/inter-latin.woff2?v=2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}

:root {
  --ink:#101f26;
  --muted:#64716f;
  --teal:#087c80;
  --teal-dark:#065b61;
  --lime:#c9f26b;
  --paper:#f6f8f7;
  --line:#e1e8e5;
  --bs-body-font-family:Inter,Arial,sans-serif;
  --bs-body-color:var(--ink)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}

body {
  font-size:16px;
  line-height:1.65;
  background:#fff
}

::selection {
  background:#c9f26b;
  color:var(--ink)
}

a {
  color:inherit;
  text-decoration:none
}

button,input,select,textarea {
  font:inherit
}

img {
  max-width:100%;
  height:auto
}

h1,h2,h3,p {
  margin-top:0
}

h1,h2,h3 {
  font-weight:650;
  line-height:1.13;
  letter-spacing:-.045em
}

h2 {
  font-size:clamp(2rem,3.3vw,3.1rem)
}

h3 {
  font-size:1.2rem;
  letter-spacing:-.025em
}

p {
  color:var(--muted)
}

a,button {
  touch-action:manipulation
}

:focus-visible {
  outline:3px solid #087c80;
  outline-offset:5px
}

.container {
  max-width:1240px;
  padding-inline:30px
}

.skip-link {
  position:fixed;
  left:20px;
  top:-100px;
  z-index:999;
  background:var(--teal);
  color:white;
  padding:12px
}

.skip-link:focus {
  top:12px
}

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px)
}

.nav-inner {
  height:88px;
  display:flex;
  align-items:center;
  gap:35px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  line-height:1.2
}

.brand>span {
  font-size:1.15rem;
  font-weight:700;
  letter-spacing:-.04em
}

.brand small {
  display:block;
  font-size:9px;
  letter-spacing:.16em;
  color:var(--muted);
  font-weight:600;
  margin-top:5px
}

.main-nav {
  display:flex;
  gap:26px;
  margin-left:auto;
  align-items:center
}

.main-nav a {
  font-size:.83rem;
  font-weight:500;
  transition:color .2s
}

.main-nav a:hover {
  color:var(--teal)
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  background:var(--teal);
  color:white;
  border:1px solid transparent;
  border-radius:8px;
  padding:17px 24px;
  font-weight:600;
  font-size:.9rem;
  transition:background .2s,transform .2s
}

.button:hover {
  background:var(--teal-dark);
  color:white;
  transform:translateY(-2px)
}

.button-small {
  font-size:.8rem;
  padding:12px 19px;
  gap:18px
}

.button-lime {
  background:var(--lime);
  color:var(--ink)
}

.button-lime:hover {
  background:#dcffa3;
  color:var(--ink)
}

.menu-toggle {
  display:none;
  border:0;
  background:transparent;
  font-size:1.6rem;
  padding:5px
}

.hero {
  background:linear-gradient(140deg,#fafcfb,#f1f7f6 70%,#f4f8f8);
  padding:65px 0 0;
  overflow:hidden
}

.hero-grid {
  display:grid;
  grid-template-columns:1fr 1.06fr;
  gap:30px;
  align-items:center
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.14em;
  color:var(--teal);
  margin-bottom:26px
}

.tiny-nfc {
  width:26px;
  height:26px;
  background:#e0eeee;
  display:inline-grid;
  place-items:center;
  border-radius:6px;
  font-size:15px
}

.hero h1 {
  font-size:clamp(2.8rem,4.8vw,4.4rem);
  line-height:1.09;
  letter-spacing:-.062em;
  margin-bottom:25px;
  font-weight:650
}

.hero h1 span {
  color:var(--teal)
}

.hero-description {
  max-width:455px;
  font-size:.97rem;
  line-height:1.8;
  margin-bottom:29px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:26px
}

.watch-link {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:.78rem;
  font-weight:600;
  white-space:nowrap
}

.watch-link>span {
  border:1px solid #c8d4d1;
  border-radius:50%;
  width:33px;
  height:33px;
  display:grid;
  place-items:center
}

.watch-link:hover {
  color:var(--teal)
}

.hero-checks {
  display:flex;
  gap:20px;
  font-size:.68rem;
  color:#536763;
  margin-top:25px
}

.hero-checks i {
  color:var(--teal);
  margin-right:4px
}

.hero-visual {
  margin:0;
  position:relative;
  padding:24px 20px 18px;
  border-radius:24px;
  background:linear-gradient(145deg,#e5f0f3,#e8f2f4);
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.visual-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-inline:9px;
  font-size:.61rem;
  font-weight:650;
  letter-spacing:.1em;
  color:#4d686d
}

.visual-top>span:last-child {
  border:1px solid #cadcde;
  border-radius:5px;
  padding:6px 9px;
  font-size:.52rem;
  letter-spacing:.08em
}

.hero-product {
  width:100%;
  mix-blend-mode:multiply;
  margin:14px 0 6px;
  border-radius:16px
}

.visual-bottom {
  background:rgba(255,255,255,.85);
  border:1px solid white;
  box-shadow:0 12px 30px #17343b09;
  border-radius:12px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:13px;
  max-width:345px;
  margin:0 auto;
  width:100%
}

.tap-icon {
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  background:#e1f1ec;
  color:var(--teal);
  border-radius:9px;
  font-size:20px
}

.visual-bottom strong {
  display:block;
  font-size:.75rem
}

.visual-bottom small {
  display:block;
  font-size:.61rem;
  color:var(--muted)
}

.visual-bottom>i {
  margin-left:auto;
  color:var(--teal)
}

.hero-visual figcaption {
  font-size:.59rem;
  text-align:center;
  color:#577178;
  margin-top:14px
}

.hero-trust {
  border-top:1px solid #dce6e3;
  margin-top:48px;
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#526761;
  font-size:.75rem
}

.hero-trust>span {
  font-size:.7rem;
  line-height:1.5
}

.hero-trust strong {
  color:var(--ink);
  font-weight:600
}

.hero-trust>div {
  display:flex;
  align-items:center;
  gap:12px
}

.hero-trust i {
  font-size:1.4rem;
  color:#538d85
}

.section {
  padding:100px 0
}

.section-heading {
  max-width:660px;
  margin-bottom:45px
}

.section-heading .eyebrow,.split-intro .eyebrow {
  margin-bottom:16px
}

.section-heading p {
  max-width:560px;
  margin-top:20px
}

.section-heading.centered {
  margin-inline:auto;
  text-align:center
}

.section-heading.centered .eyebrow {
  justify-content:center
}

.section-heading.centered p {
  margin-inline:auto
}

.text-teal {
  color:var(--teal)
}

.problem {
  background:#fff
}

.split-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:start
}

.split-intro p {
  margin-top:22px;
  max-width:430px
}

.problem-list {
  display:grid;
  gap:0
}

.problem-item {
  display:flex;
  gap:19px;
  padding:21px 0;
  border-bottom:1px solid var(--line)
}

.problem-item:first-child {
  padding-top:0
}

.problem-item>i {
  font-size:1.2rem;
  color:#6f8580;
  margin-top:3px
}

.problem-item h3 {
  font-size:1rem;
  letter-spacing:-.02em;
  margin-bottom:7px
}

.problem-item p {
  font-size:.85rem;
  line-height:1.7;
  margin:0
}

.soft-section {
  background:var(--paper)
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:27px
}

.step-card {
  position:relative;
  background:white;
  border:1px solid var(--line);
  border-radius:14px;
  padding:32px
}

.step-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:38px
}

.icon-box {
  width:53px;
  height:53px;
  background:#eaf4f1;
  border-radius:13px;
  display:grid;
  place-items:center;
  color:var(--teal);
  font-size:1.55rem
}

.step-number {
  font-size:.78rem;
  color:#8a9a95;
  font-weight:500
}

.step-card h3 {
  margin-bottom:15px
}

.step-card p {
  font-size:.86rem;
  line-height:1.8;
  margin-bottom:0
}

.small-note {
  font-size:.75rem;
  color:var(--muted);
  margin:22px 0 0
}

.benefits-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:50px;
  row-gap:46px
}

.benefit-icon {
  color:var(--teal);
  font-size:1.5rem;
  display:block;
  margin-bottom:18px
}

.benefits-grid h3 {
  font-size:1.07rem
}

.benefits-grid p {
  font-size:.86rem;
  line-height:1.8;
  margin-top:14px
}

.product-section {
  background:#eff5f3
}

.product-grid {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:75px;
  align-items:center
}

.product-gallery {
  background:#e3eff2;
  border-radius:20px;
  padding:22px
}

.product-gallery img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
  mix-blend-mode:multiply
}

.gallery-controls {
  display:flex;
  gap:8px;
  justify-content:center;
  margin:12px 0
}

.gallery-controls button {
  font-size:.7rem;
  border:1px solid #cbdbd9;
  background:transparent;
  border-radius:6px;
  padding:9px 14px;
  color:var(--ink)
}

.gallery-controls button[aria-pressed=true] {
  background:white;
  border-color:white;
  box-shadow:0 3px 8px #1c3d3910
}

.product-gallery figcaption {
  font-size:.62rem;
  text-align:center;
  color:#5c7577
}

.product-copy>p {
  font-size:.9rem;
  margin:22px 0
}

.product-copy .eyebrow {
  margin-bottom:18px
}

.feature-pills {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:22px 0
}

.feature-pills span {
  display:flex;
  align-items:center;
  gap:7px;
  border:1px solid #d5e2dd;
  border-radius:6px;
  padding:8px 12px;
  font-size:.72rem;
  color:#375b51
}

.product-specs {
  margin:26px 0
}

.product-specs>div {
  display:grid;
  grid-template-columns:110px 1fr;
  border-top:1px solid #d5e2dd;
  padding:13px 0;
  font-size:.75rem
}

.product-specs dt {
  font-weight:600
}

.product-specs dd {
  margin:0;
  color:var(--muted)
}

.text-link {
  font-size:.83rem;
  display:inline-flex;
  gap:25px;
  color:var(--teal);
  font-weight:650;
  border-bottom:1px solid #087c803b;
  padding-bottom:6px
}

.category-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px
}

.category-card {
  border:1px solid var(--line);
  padding:25px 12px;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:15px;
  border-radius:10px;
  text-align:center;
  transition:transform .2s,background .2s
}

.category-card i {
  font-size:1.65rem;
  color:var(--teal)
}

.category-card span {
  font-size:.77rem;
  font-weight:550
}

.category-card:hover {
  transform:translateY(-3px);
  background:#f3f8f5
}

.customization-wrap {
  border-radius:24px;
  background:#0c3234;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  overflow:hidden;
  color:#fff
}

.customization-copy {
  padding:55px
}

.customization-copy .eyebrow {
  color:var(--lime)
}

.customization-copy p {
  color:#b7ccca;
  font-size:.88rem;
  margin-top:22px
}

.customization-copy h2 {
  font-size:2.7rem
}

.customization-options {
  padding:45px;
  background:#103c3d;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px
}

.customization-options>div {
  border-bottom:1px solid #ffffff13;
  padding-bottom:18px;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:.85rem
}

.customization-options i {
  color:var(--lime)
}

.color-story {
  display:flex;
  gap:7px;
  margin-top:4px
}

.swatch {
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-block;
  border:2px solid #ffffff33
}

.swatch-teal {
  background:#087c80
}

.swatch-lime {
  background:#c9f26b
}

.swatch-dark {
  background:#101820
}

.swatch-light {
  background:#fff
}

.faq-layout {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:90px
}

.faq-layout .section-heading {
  position:sticky;
  top:120px;
  align-self:start
}

.faq-list details {
  border-bottom:1px solid var(--line);
  padding:22px 0
}

.faq-list details:first-child {
  padding-top:0
}

.faq-list summary {
  font-weight:550;
  font-size:.95rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  list-style:none
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary:after {
  content:'+';
  color:var(--teal);
  font-size:1.4rem;
  font-weight:400
}

.faq-list details[open] summary:after {
  content:'−'
}

.faq-list details p {
  margin:15px 30px 0 0;
  font-size:.86rem;
  line-height:1.85
}

.cta-strip {
  background:var(--lime);
  padding:45px 0
}

.cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px
}

.cta-inner h2 {
  font-size:2.05rem;
  margin:0
}

.cta-copy {
  max-width:720px
}

.cta-copy>span {
  display:block;
  margin-bottom:10px;
  color:#315239;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.13em
}

.cta-copy p {
  margin:12px 0 0;
  color:#35543d;
  font-size:.9rem
}

.cta-strip .button {
  flex-shrink:0;
  background:var(--ink)
}

.cta-strip .button:hover {
  background:#173b3c
}

.order-page-hero {
  padding:58px 0 48px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(135deg,#0b3033,#075e61 68%,#087c80)
}

.back-link {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:45px;
  color:#c7ddda;
  font-size:.82rem;
  font-weight:550
}

.back-link:hover {
  color:#fff
}

.order-page-hero .eyebrow {
  margin-bottom:15px;
  color:var(--lime)
}

.order-page-hero-content {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:end
}

.order-page-hero h1 {
  max-width:620px;
  margin:0;
  font-size:clamp(2.7rem,5vw,4.6rem);
  color:#fff
}

.order-page-hero-content>p {
  max-width:510px;
  margin:0 0 7px;
  color:#c4d8d5;
  font-size:1rem
}

.order-page-badges {
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  margin-top:45px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14)
}

.order-page-badges span {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#dbe9e7;
  font-size:.78rem
}

.order-page-badges i {
  color:var(--lime);
  font-size:1rem
}

.order-section {
  background:#f5f8f7
}

.order-layout {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:70px;
  align-items:start
}

.order-copy {
  padding-top:25px
}

.order-copy>p {
  font-size:.9rem;
  margin:25px 0
}

.order-steps {
  list-style:none;
  padding:0;
  margin:35px 0
}

.order-steps li {
  display:flex;
  gap:14px;
  font-size:.82rem;
  color:var(--muted);
  padding:12px 0
}

.order-steps span {
  background:#e3efea;
  color:var(--teal);
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:.7rem;
  flex-shrink:0
}

.order-contact {
  padding-top:25px;
  border-top:1px solid #dbe5e0
}

.order-contact p {
  font-size:.78rem;
  margin-bottom:8px
}

.order-card {
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:35px;
  box-shadow:0 12px 40px #122e2904
}

.order-card h3 {
  font-size:1.4rem;
  margin-bottom:9px
}

.form-subtitle {
  font-size:.78rem;
  margin-bottom:30px
}

.form-label {
  font-size:.78rem;
  font-weight:550;
  color:#30413d;
  margin-bottom:7px
}

.form-label span {
  font-weight:400;
  color:#71847d;
  font-size:.72rem
}

.form-control,.form-select {
  border:1px solid #dce4e0;
  border-radius:7px;
  background:#fff;
  padding:12px 13px;
  font-size:.83rem;
  color:var(--ink);
  min-height:46px
}

.form-control::placeholder {
  color:#84928c
}

.form-control:focus,.form-select:focus {
  border-color:var(--teal);
  box-shadow:0 0 0 3px #087c8017
}

.form-control.is-invalid,.form-select.is-invalid {
  border-color:#b63e3e;
  background-image:none
}

.field-error {
  color:#a33333;
  font-size:.74rem;
  margin-top:5px
}

.field-hint {
  font-size:.7rem;
  color:var(--muted);
  margin-top:7px
}

.form-check-input:checked {
  background-color:var(--teal);
  border-color:var(--teal)
}

.form-check-label {
  font-size:.75rem;
  line-height:1.65;
  color:var(--muted)
}

.form-check-label a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--teal)
}

.form-check {
  margin:24px 0 20px
}

.submit-button {
  width:100%;
  justify-content:space-between
}

.submit-button:disabled {
  opacity:.65;
  cursor:wait
}

.form-footnote {
  text-align:center;
  font-size:.68rem;
  color:var(--muted);
  margin:14px 0 0
}

.hp-field {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden
}

.form-feedback {
  border-radius:9px;
  padding:20px;
  margin:0 0 24px;
  font-size:.85rem
}

.feedback-error {
  background:#fff4f3;
  border:1px solid #f2d2ce;
  color:#922f2c
}

.feedback-error p {
  color:inherit;
  margin-bottom:8px
}

.feedback-error a {
  text-decoration:underline
}

.feedback-success {
  background:#edf9f0;
  border:1px solid #b6dcbc;
  color:#1b6336
}

.feedback-success h3 {
  font-size:1.15rem
}

.feedback-success p {
  color:inherit;
  margin-bottom:8px
}

.site-footer {
  background:#fff;
  padding:55px 0 22px
}

.footer-top {
  display:grid;
  grid-template-columns:1.4fr .8fr 1fr;
  gap:60px;
  padding-bottom:40px
}

.footer-top p {
  font-size:.8rem;
  margin:20px 0 0
}

.footer-top>div:not(:first-child) {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  font-size:.8rem
}

.footer-label {
  font-size:.65rem;
  letter-spacing:.1em;
  font-weight:600;
  color:var(--muted);
  margin-bottom:8px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  padding:25px 0 15px;
  font-size:.68rem;
  color:var(--muted)
}

.footer-bottom>div {
  display:flex;
  gap:25px
}

.site-footer a:hover {
  color:var(--teal)
}

.disclaimer {
  font-size:.62rem;
  margin:0
}

.legal-page {
  max-width:840px;
  padding:70px 30px 100px;
  margin:0 auto
}

.legal-page h1 {
  font-size:3rem;
  margin:20px 0 28px
}

.legal-page h2 {
  font-size:1.4rem;
  margin-top:35px
}

.legal-page p,.legal-page li {
  font-size:.95rem;
  color:var(--muted)
}

.legal-page a {
  color:var(--teal);
  text-decoration:underline
}

.will-reveal {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s,transform .6s
}

.will-reveal.is-visible {
  opacity:1;
  transform:none
}

@media(min-width:1450px) {
  .hero {
    padding-top:85px
  }
  .hero-grid {
    gap:65px
  }
  .hero h1 {
    font-size:4.6rem
  }
}

@media(max-width:1100px) {
  .main-nav {
    gap:17px
  }
  .nav-inner {
    gap:22px
  }
  .hero-grid {
    gap:25px
  }
  .hero h1 {
    font-size:3.45rem
  }
  .hero-actions {
    gap:16px
  }
  .hero-actions .button {
    gap:16px;
    padding:15px 18px
  }
  .watch-link {
    font-size:.7rem
  }
  .hero-checks {
    gap:13px
  }
  .split-intro,.product-grid,.faq-layout,.order-layout {
    gap:40px
  }
  .customization-copy {
    padding:40px
  }
  .customization-copy h2 {
    font-size:2.3rem
  }
}

@media(max-width:900px) {
  .main-nav {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:79px;
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:25px 30px;
    box-shadow:0 20px 30px #103c3d10
  }
  .main-nav.is-open {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:20px
  }
  .main-nav a {
    font-size:1rem
  }
  .nav-inner {
    height:80px
  }
  .nav-order {
    margin-left:auto
  }
  .menu-toggle {
    display:block
  }
  .hero {
    padding-top:45px
  }
  .hero h1 {
    font-size:3rem
  }
  .hero-description {
    font-size:.9rem
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:17px
  }
  .hero-checks {
    flex-wrap:wrap;
    gap:7px 14px
  }
  .hero-trust {
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:20px 40px;
    padding:25px 0
  }
  .hero-trust>span {
    width:100%
  }
  .hero-trust>span br {
    display:none
  }
  .hero-trust>span strong {
    margin-left:6px
  }
  .section {
    padding:75px 0
  }
  .step-card {
    padding:25px
  }
  .benefits-grid {
    gap:32px
  }
  .category-grid {
    grid-template-columns:repeat(5,1fr);
    gap:10px
  }
  .category-card span {
    font-size:.68rem
  }
  .category-card {
    padding:20px 8px
  }
  .customization-wrap {
    grid-template-columns:1fr 1fr
  }
  .customization-options {
    padding:30px
  }
  .order-layout {
    grid-template-columns:.7fr 1fr;
    gap:30px
  }
  .order-card {
    padding:25px
  }
  .order-page-hero-content {
    grid-template-columns:1fr;
    gap:24px
  }
  .cta-inner h2 {
    font-size:1.7rem
  }
  .faq-layout {
    gap:45px;
    grid-template-columns:.65fr 1fr
  }
}

@media(max-width:700px) {
  .container {
    padding-inline:22px
  }
  .nav-inner {
    gap:15px;
    height:74px
  }
  .main-nav {
    top:73px
  }
  .brand>span {
    font-size:1rem
  }
  .brand img {
    width:42px
  }
  .brand small {
    font-size:8px
  }
  .nav-order {
    padding:10px 12px;
    font-size:.7rem;
    gap:10px
  }
  .menu-toggle {
    font-size:1.4rem
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hero-copy {
    padding-top:6px
  }
  .hero h1 {
    font-size:clamp(2.85rem,9vw,4rem);
    line-height:1.08
  }
  .hero-description {
    max-width:520px;
    font-size:.94rem
  }
  .eyebrow {
    font-size:.61rem;
    margin-bottom:22px
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:22px
  }
  .hero-actions .button {
    padding:15px 20px;
    font-size:.8rem
  }
  .watch-link {
    font-size:.75rem
  }
  .hero-checks {
    font-size:.68rem;
    gap:20px;
    margin-top:23px
  }
  .hero-visual {
    padding:20px 16px 14px;
    max-width:550px;
    width:100%;
    margin:0 auto
  }
  .hero-product {
    margin-block:5px
  }
  .hero-trust {
    margin-top:30px;
    gap:18px 25px;
    min-height:0;
    font-size:.67rem
  }
  .hero-trust>div:last-child {
    display:none
  }
  .hero-trust i {
    font-size:1.2rem
  }
  .hero-trust>span {
    font-size:.7rem
  }
  .section {
    padding:65px 0
  }
  h2 {
    font-size:2.25rem
  }
  .split-intro,.product-grid,.faq-layout,.order-layout {
    grid-template-columns:1fr;
    gap:30px
  }
  .split-intro p {
    max-width:100%;
    font-size:.92rem
  }
  .problem-list {
    margin-top:8px
  }
  .section-heading {
    margin-bottom:30px
  }
  .section-heading p {
    font-size:.9rem
  }
  .steps-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .step-card {
    padding:26px
  }
  .step-top {
    margin-bottom:23px
  }
  .step-card p {
    font-size:.9rem
  }
  .benefits-grid {
    grid-template-columns:1fr 1fr;
    gap:30px 24px
  }
  .benefits-grid h3 {
    font-size:1rem
  }
  .benefits-grid p {
    font-size:.8rem
  }
  .product-grid {
    gap:35px
  }
  .product-gallery {
    padding:15px
  }
  .product-copy {
    order:-1
  }
  .product-specs>div {
    font-size:.8rem
  }
  .category-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .category-card {
    padding:20px 12px;
    flex-direction:row;
    text-align:left;
    gap:12px
  }
  .category-card i {
    font-size:1.4rem
  }
  .category-card span {
    font-size:.72rem
  }
  .customization-wrap {
    grid-template-columns:1fr;
    border-radius:18px
  }
  .customization-copy {
    padding:32px
  }
  .customization-copy h2 {
    font-size:2.25rem
  }
  .customization-options {
    padding:32px
  }
  .customization-options>div {
    font-size:.86rem
  }
  .faq-layout .section-heading {
    position:static;
    margin-bottom:0
  }
  .faq-list summary {
    font-size:.9rem
  }
  .cta-inner {
    flex-direction:column;
    align-items:flex-start;
    gap:25px
  }
  .cta-inner h2 {
    font-size:1.85rem
  }
  .cta-strip {
    padding:36px 0
  }
  .cta-copy p {
    font-size:.86rem
  }
  .order-page-hero {
    padding:36px 0 34px
  }
  .back-link {
    margin-bottom:32px
  }
  .order-page-hero-content {
    grid-template-columns:1fr;
    gap:20px
  }
  .order-page-hero h1 {
    font-size:2.8rem
  }
  .order-page-badges {
    gap:14px 22px;
    margin-top:30px
  }
  .order-copy {
    padding:0
  }
  .order-steps {
    margin:20px 0
  }
  .order-card {
    padding:25px 20px;
    border-radius:14px
  }
  .footer-top {
    grid-template-columns:1fr 1fr;
    gap:32px
  }
  .footer-top>div:first-child {
    grid-column:1/-1
  }
  .footer-bottom {
    flex-direction:column;
    gap:13px
  }
  .disclaimer {
    font-size:.6rem
  }
  .legal-page {
    padding:50px 22px
  }
  .legal-page h1 {
    font-size:2.4rem
  }
}

@media(max-width:380px) {
  .container {
    padding-inline:16px
  }
  .brand {
    gap:6px
  }
  .nav-inner {
    gap:8px
  }
  .nav-order {
    gap:5px;
    font-size:.65rem
  }
  .hero-actions {
    gap:13px
  }
  .hero-checks {
    gap:11px
  }
  .hero-trust {
    gap:18px
  }
  .benefits-grid {
    grid-template-columns:1fr
  }
  .hero h1 {
    font-size:2.8rem
  }
  .hero-visual figcaption {
    font-size:.55rem
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .will-reveal {
    opacity:1;
    transform:none
  }
}

@media print {
  .site-header,.hero-actions,.cta-strip,.order-section,.menu-toggle,.gallery-controls {
    display:none
  }
  .section {
    padding:25px 0
  }
  .will-reveal {
    opacity:1;
    transform:none
  }
  .hero-visual {
    max-width:400px
  }
  a {
    text-decoration:none
  }
}

/* Readable copy and touch targets at every breakpoint. */
.hero-description,.problem-item p,.step-card p,.benefits-grid p,.product-copy>p,.customization-copy p,.faq-list details p,.order-copy>p {
  font-size:1rem
}

.main-nav a,.watch-link,.hero-checks,.hero-trust,.category-card span,.gallery-controls button,.feature-pills span,.product-specs>div,.order-steps li,.form-label,.form-control,.form-select,.form-check-label,.form-subtitle,.text-link,.footer-top>div:not(:first-child) {
  font-size:.875rem
}

.eyebrow,.visual-top,.visual-top>span:last-child,.hero-visual figcaption,.product-gallery figcaption,.visual-bottom small,.small-note,.field-hint,.form-footnote,.footer-bottom,.disclaimer {
  font-size:.75rem
}

.visual-bottom strong {
  font-size:.875rem
}

.visual-top {
  letter-spacing:.05em
}

.hero-checks {
  gap:16px
}

.hero-trust>span {
  font-size:.8rem
}

@media(max-width:1100px) {
  .hero-actions {
    gap:14px
  }
  .watch-link {
    white-space:normal
  }
  .main-nav {
    gap:15px
  }
  .nav-inner {
    gap:23px
  }
}

@media(max-width:700px) {
  .hero-checks {
    gap:9px 16px;
    font-size:.75rem
  }
  .hero-trust {
    font-size:.75rem
  }
  .hero-trust>div {
    gap:7px
  }
  .visual-top,.visual-top>span:last-child {
    font-size:.65rem
  }
  .hero-visual figcaption,.product-gallery figcaption {
    font-size:.65rem
  }
  .category-card span {
    font-size:.8rem
  }
  .eyebrow {
    font-size:.68rem
  }
  .hero-actions {
    gap:16px
  }
  .watch-link {
    font-size:.8rem
  }
  .order-card .form-control,.order-card .form-select {
    font-size:1rem
  }
  .product-specs>div {
    grid-template-columns:95px 1fr
  }
  .visual-bottom small {
    font-size:.7rem
  }
  .main-nav a {
    font-size:1rem
  }
}

@media(max-width:380px) {
  .hero-actions .button {
    padding:14px 17px
  }
  .watch-link {
    font-size:.75rem
  }
  .hero-checks {
    font-size:.7rem
  }
  .category-card {
    gap:8px;
    padding-inline:10px
  }
}

