:root {
  --ink: #07152f;
  --muted: #46556b;
  --line: #dfe5ee;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --brand: #0b3faf;
  --brand-dark: #062874;
  --accent: #ffbd12;
  --success: #0d8a5f;
  --shadow-sm: 0 10px 30px rgba(7, 21, 47, 0.08);
  --shadow-lg: 0 28px 70px rgba(7, 21, 47, 0.14);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.product-audifort {
  --product: #087c83;
  --product-dark: #064c55;
  --product-soft: #e7f8f5;
  --product-pop: #f4bb22;
}
body.product-teds {
  --product: #9a4f23;
  --product-dark: #4b2d20;
  --product-soft: #f7eee7;
  --product-pop: #e2a72f;
}
body.product-genius {
  --product: #6257d9;
  --product-dark: #171443;
  --product-soft: #efedff;
  --product-pop: #f1b84b;
}
body.product-genius .product-art::after { content: "Original editorial artwork"; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(223, 229, 238, 0.8);
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 245px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--muted); font-size: 0.94rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--brand); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink) !important; background: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; font-size: 1.5rem; }

.hero-home {
  position: relative;
  overflow: hidden;
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,189,18,.22), transparent 23%),
    radial-gradient(circle at 12% 30%, rgba(11,63,175,.12), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}
.hero-home::after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(11,63,175,.1); border-radius: 50%; right: -210px; bottom: -310px; box-shadow: 0 0 0 62px rgba(11,63,175,.025), 0 0 0 124px rgba(11,63,175,.018); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--brand); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 9px; background: var(--accent); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
.hero-grid > *, .product-hero-grid > * { min-width: 0; }
.product-hero h1 { overflow-wrap: anywhere; }
.hero-home h1 { max-width: 760px; font-size: clamp(2.8rem, 5.4vw, 5rem); }
.hero-home h1 span { color: var(--brand); }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 28px rgba(11,63,175,.2); }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary { background: #fff; border-color: var(--line); }
.button-secondary:hover { box-shadow: var(--shadow-sm); }
.button-product { color: #fff; background: var(--product); box-shadow: 0 13px 30px color-mix(in srgb, var(--product) 28%, transparent); }
.button-product:hover { background: var(--product-dark); }
.button-light { color: var(--product-dark); background: #fff; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: .82rem; }

.hero-stack { position: relative; min-height: 420px; }
.mini-card { position: absolute; overflow: hidden; border: 0; border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); }
.mini-card img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.mini-card.health { width: 58%; height: 64%; left: 0; top: 2%; transform: rotate(-5deg); }
.mini-card.diy { width: 62%; height: 62%; right: 0; bottom: 0; transform: rotate(5deg); }
.mini-badge { position: absolute; z-index: 2; left: 37%; top: 45%; padding: 10px 14px; color: var(--brand-dark); border: 0; border-radius: 5px; background: #ffcf45; box-shadow: var(--shadow-sm); font-size: .76rem; font-weight: 850; }
.hero-stack.single-review .mini-card.health { width: 86%; height: 90%; left: 7%; top: 5%; transform: none; }
.hero-stack.single-review .mini-card img { padding: 26px; }
.hero-stack.single-review .mini-badge { left: auto; right: 1%; top: 8%; letter-spacing: .08em; }
.hero-stack.store-human .mini-card.health { width: 92%; height: 94%; left: 4%; top: 3%; transform: none; padding: 0; }
.hero-stack.store-human .mini-card img { width: 100%; height: 100%; padding: 0; object-fit: cover; }
.hero-stack.store-human .mini-badge { left: auto; right: 1%; top: 8%; font-weight: 500; letter-spacing: .08em; }

.trust-bar { border-block: 1px solid var(--line); background: #fff; }
.trust-list { min-height: 78px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-item { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 24px; color: var(--muted); font-size: .88rem; font-weight: 750; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: inline; width: auto; height: auto; flex: 0 0 auto; color: var(--success); background: transparent; font-weight: 900; }

.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head h2, .product-section h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.search-wrap { position: relative; width: min(100%, 430px); margin: 0 0 30px auto; }
.search-wrap input { width: 100%; height: 52px; padding: 0 50px 0 18px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; outline: none; }
.search-wrap input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(11,63,175,.08); }
.search-wrap span { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { display: grid; grid-template-columns: 190px 1fr; min-height: 290px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(7, 21, 47, 0.07); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card.featured { grid-column: 1 / -1; grid-template-columns: 310px 1fr; min-height: 340px; }
.product-card.featured .card-visual img { max-height: 290px; border-radius: 8px; }
.product-card.featured .card-body { justify-content: center; padding: 38px; }
.product-card.featured .card-body h3 { font-size: clamp(2rem, 3vw, 3.2rem); }
.product-card.featured .card-body p { max-width: 690px; font-size: 1rem; }
.card-visual { display: grid; place-items: center; padding: 22px; background: var(--card-soft); }
.card-visual img { max-height: 235px; object-fit: contain; }
.product-card.offer-human .card-visual { padding: 0; }
.product-card.offer-human .card-visual img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 28px 26px; }
.tag { display: inline-flex; margin-bottom: 16px; padding: 0; color: var(--card-accent); border: 0; background: transparent; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card-body h3 { font-size: 1.55rem; }
.card-body p { margin: 13px 0 22px; color: var(--muted); font-size: .94rem; }
.card-link { margin-top: auto; color: var(--card-accent); font-weight: 850; text-decoration: none; }
.card-link:hover { text-decoration: underline; }
.empty-state { display: none; padding: 32px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }

.mission-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.mission-grid.mission-single { grid-template-columns: minmax(0, 860px); justify-content: center; }
.mission-mark { display: grid; place-items: center; min-height: 390px; border-radius: 32px; background: linear-gradient(145deg, var(--brand-dark), var(--brand)); box-shadow: var(--shadow-lg); }
.mission-mark img { width: 74%; filter: brightness(0) invert(1); opacity: .95; }
.mission-copy h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.mission-copy > p { color: var(--muted); font-size: 1.08rem; }
.steps { display: grid; gap: 18px; margin-top: 30px; }
.step { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; }
.step-num { display: block; width: auto; height: auto; padding-top: 1px; color: var(--brand); background: transparent; font-size: .92rem; font-weight: 900; }
.step h3 { margin-top: 2px; font-size: 1.05rem; letter-spacing: -.01em; }
.step p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }

.product-hero { position: relative; overflow: hidden; padding: 72px 0 68px; background: linear-gradient(140deg, #fff 18%, var(--product-soft) 100%); }
.product-hero::before { content: ""; position: absolute; width: 550px; height: 550px; right: -220px; top: -260px; border-radius: 50%; background: color-mix(in srgb, var(--product-pop) 25%, transparent); filter: blur(1px); }
.product-hero-grid { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: 70px; align-items: center; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--product); }
.product-label { display: inline-flex; margin-bottom: 16px; padding: 0; color: var(--product-dark); border: 0; background: transparent; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-hero h1 { max-width: 720px; font-size: clamp(2.65rem, 5.4vw, 5.3rem); }
.product-hero h1 span { color: var(--product); }
.product-summary { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1.03rem, 1.8vw, 1.24rem); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 26px 0; padding: 0; list-style: none; }
.feature-pills li { position: relative; padding: 0 0 0 15px; border: 0; background: transparent; font-size: .86rem; font-weight: 750; }
.feature-pills li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--product); }
.product-art { position: relative; display: grid; place-items: center; min-height: 520px; padding: 40px; border: 0; border-radius: 18px; background: rgba(255,255,255,.66); box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); }
.product-art::after { content: "Original editorial artwork"; position: absolute; right: 18px; bottom: 18px; padding: 0; color: var(--product-dark); background: transparent; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-art img { max-height: 430px; object-fit: contain; }
.product-art .review-ribbon { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 9px 12px; color: var(--product-dark); border: 0; border-radius: 5px; background: #ffcf45; box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.affiliate-notice { display: flex; gap: 13px; align-items: flex-start; margin: 24px 0; padding: 15px 18px; border: 0; border-left: 4px solid var(--product); border-radius: 0; color: var(--muted); background: rgba(255,255,255,.72); font-size: .84rem; }
.affiliate-notice strong { color: var(--ink); }
.affiliate-notice-icon { display: block; width: auto; height: auto; flex: 0 0 auto; color: var(--product); background: transparent; font-weight: 900; }

.product-trust { background: var(--product-dark); color: #fff; }
.product-trust .trust-list { min-height: 84px; }
.product-trust .trust-item { color: rgba(255,255,255,.82); }
.product-trust .trust-item + .trust-item { border-color: rgba(255,255,255,.15); }
.product-trust .trust-icon { color: #fff; background: transparent; }
.product-section { padding: 90px 0; }
.product-section.soft { background: var(--product-soft); }
.section-intro { max-width: 680px; margin: 16px 0 38px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.benefit-card { padding: 12px 18px 8px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.benefit-icon { display: block; width: auto; height: auto; margin-bottom: 14px; color: var(--product); background: transparent; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.benefit-card h3 { font-size: 1.22rem; letter-spacing: -.02em; }
.benefit-card p { margin: 10px 0 0; color: var(--muted); font-size: .93rem; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.story-visual { min-height: 430px; display: grid; place-items: center; padding: 30px; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg); }
.story-visual img { width: 100%; max-height: 430px; object-fit: contain; }
.routine-visual { position: relative; place-items: initial; align-content: center; padding: 52px; color: #fff; background: linear-gradient(145deg, #171443, #443baf 70%, #6257d9); }
.routine-visual::after { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; bottom: -120px; border-radius: 50%; background: rgba(255,255,255,.08); box-shadow: 0 0 0 48px rgba(255,255,255,.035); }
.routine-kicker, .seller-visual-kicker { position: relative; z-index: 1; color: #ffcf45; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.routine-visual strong { position: relative; z-index: 1; display: block; max-width: 470px; margin-top: 18px; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.05; letter-spacing: -.035em; }
.sound-wave { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; height: 62px; margin: 28px 0 22px; }
.sound-wave span { width: 6px; border-radius: 3px; background: #ffcf45; }
.sound-wave span:nth-child(1), .sound-wave span:nth-child(7) { height: 18px; }
.sound-wave span:nth-child(2), .sound-wave span:nth-child(6) { height: 34px; }
.sound-wave span:nth-child(3), .sound-wave span:nth-child(5) { height: 50px; }
.sound-wave span:nth-child(4) { height: 62px; }
.routine-caption, .seller-visual-caption { position: relative; z-index: 1; color: rgba(255,255,255,.76); font-size: .82rem; font-weight: 700; }
.story-copy h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
.story-copy p { color: var(--muted); }
.check-list { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; }
.check-list li::before { content: "✓"; display: block; width: auto; height: auto; margin-top: 0; color: var(--product); background: transparent; font-size: .9rem; font-weight: 900; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 34px; }
.resource-card { display: flex; justify-content: space-between; gap: 20px; padding: 8px 18px 8px 0; border: 0; border-radius: 0; background: transparent; text-decoration: none; }
.resource-card:hover { color: var(--product); transform: none; }
.resource-card strong { display: block; }
.resource-card span { display: block; margin-top: 4px; color: var(--muted); font-size: .85rem; }
.resource-arrow { color: var(--product); font-size: 1.4rem; }
.guarantee { display: grid; grid-template-columns: 190px 1fr; gap: 38px; align-items: center; padding: 42px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--product-dark), var(--product)); box-shadow: var(--shadow-lg); }
.guarantee img { max-height: 170px; margin-inline: auto; object-fit: contain; }
.guarantee h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.guarantee p { color: rgba(255,255,255,.82); }
.guarantee .button { margin-top: 8px; }
.guarantee .cta-inline-note { margin: 10px 0 0; font-size: .75rem; }
.section-action { margin-top: 30px; }
.seller-visual { position: relative; display: grid; align-content: center; min-height: 460px; overflow: hidden; padding: 52px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #07152f, #0b3faf); box-shadow: var(--shadow-lg); }
.seller-visual strong { position: relative; z-index: 2; display: block; margin: 22px 0; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .92; letter-spacing: -.055em; }
.seller-visual-caption { max-width: 360px; }
.signal-rings { position: absolute; right: -90px; top: 50%; width: 330px; height: 330px; transform: translateY(-50%); opacity: .26; }
.signal-rings span { position: absolute; inset: 0; border: 2px solid #ffcf45; border-radius: 50%; }
.signal-rings span:nth-child(2) { inset: 58px; }
.signal-rings span:nth-child(3) { inset: 116px; }
.final-cta { padding: 84px 0; color: #fff; text-align: center; background: var(--product-dark); }
.final-cta h2 { max-width: 760px; margin-inline: auto; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.final-cta p { max-width: 650px; margin: 18px auto 26px; color: rgba(255,255,255,.76); }
.final-cta .cta-eyebrow { margin: 0 auto 18px; color: #fff; }
.final-cta .cta-eyebrow::before { background: var(--product-pop); }
.final-cta .cta-microcopy { margin-bottom: 0; font-size: .78rem; }
.disclaimer { padding: 28px 0; color: #6b7280; background: #f7f7f8; font-size: .76rem; }
.disclaimer p { margin: 0; }

.legal-page { min-height: 65vh; padding: 70px 0 100px; }
.legal-page article { max-width: 820px; }
.legal-page h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.legal-page h2 { margin-top: 38px; font-size: 1.55rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page .updated { margin: 12px 0 40px; font-size: .86rem; }

.site-footer { padding: 48px 0 30px; color: rgba(255,255,255,.72); background: #061126; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-brand img { width: 225px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 480px; margin: 14px 0 0; font-size: .88rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 26px; }
.footer-links a { font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

/* Warm, human conversion journey for The Genius Switch review */
.warm-review .product-hero { padding: 62px 0 58px; background: linear-gradient(140deg, #fffdf9 15%, #fbf1e5 100%); }
.warm-review .product-hero::before { width: 520px; height: 520px; right: -190px; top: -250px; background: rgba(255, 190, 75, .24); }
.warm-review .product-hero-grid { align-items: stretch; gap: 58px; }
.warm-review .product-hero-grid > *, .warm-review .story-grid > *, .warm-review .guarantee > * { min-width: 0; }
.warm-review .product-hero h1 { font-size: clamp(2.7rem, 4.9vw, 4.8rem); }
.human-opening { max-width: 650px; margin: 24px 0 0; color: var(--ink); font-size: clamp(1.08rem, 1.8vw, 1.23rem); line-height: 1.55; }
.warm-review .product-summary { margin-top: 14px; font-size: 1rem; }
.suspense-copy { max-width: 650px; margin: 18px 0 0; color: var(--ink); font-size: 1.02rem; line-height: 1.65; }
.pre-cta-note { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.review-snapshot { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.review-snapshot li { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: start; padding: 0; }
.review-snapshot strong { color: var(--product-dark); font-size: .82rem; }
.review-snapshot span { color: var(--muted); font-size: .82rem; }
.hero-conversion { margin-top: 28px; }
.desire-line { margin: 0 0 10px; color: var(--product); font-size: .8rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.human-hero { min-height: 620px; padding: 0; overflow: hidden; background: #e8d4bd; }
.human-hero img { width: 100%; height: 100%; min-height: 620px; max-height: none; object-fit: cover; }
.human-hero::after { display: none; }
.human-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; max-width: 390px; color: #fff; font-size: .9rem; font-weight: 800; text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.warm-review .product-trust { background: #132a42; }
.product-section.compact { padding: 72px 0; }
.warm-section { background: #fbf6ef; }
.warm-review .section-intro { max-width: 760px; }
.warm-review .benefit-card { display: grid; grid-template-columns: 128px 1fr; column-gap: 20px; align-content: start; }
.warm-review .benefit-visual { grid-row: 1 / 4; width: 128px; height: 128px; object-fit: contain; }
.warm-review .benefit-icon { margin: 3px 0 7px; color: #d96a00; }
.warm-review .benefit-card h3, .warm-review .benefit-card p { grid-column: 2; }
.human-journey { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 16px; margin: 42px 0 0; color: var(--product-dark); }
.journey-step { display: inline-flex; align-items: center; gap: 9px; font-size: .88rem; letter-spacing: .055em; text-transform: uppercase; }
.journey-step i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #17324d; background: #ffd447; font-size: .72rem; font-style: normal; font-weight: 900; }
.human-journey b { color: #e77700; font-size: 1.25rem; }
.price-reveal { position: relative; display: grid; justify-items: center; max-width: 760px; margin: 42px auto 0; padding: 34px 28px; overflow: hidden; color: #17324d; text-align: center; text-decoration: none; background: linear-gradient(135deg, #fff0e7, #f4b39a 72%, #df8464); box-shadow: none; }
.price-reveal::after { content: "CLICK TO REVEAL"; position: absolute; right: -38px; top: 26px; padding: 7px 48px; color: #fff; background: #9e4131; transform: rotate(34deg); font-size: .64rem; font-weight: 500; letter-spacing: .09em; }
.retail-kicker { color: #85382c; font-size: .75rem; font-weight: 500; letter-spacing: .11em; }
.price-question { margin-top: 8px; font-size: clamp(1.7rem, 4vw, 2.8rem); letter-spacing: -.04em; }
.mystery-price { display: flex; align-items: center; gap: 9px; margin: 12px 0 4px; line-height: 1; }
.mystery-price em { font-size: 1.35rem; font-style: normal; font-weight: 500; }
.mystery-price i { filter: blur(9px); font-size: clamp(3.7rem, 9vw, 6.4rem); font-style: normal; font-weight: 950; letter-spacing: -.12em; user-select: none; }
.reveal-copy { max-width: 520px; margin-bottom: 20px; font-size: .94rem; font-weight: 400; }
.editorial-art { background: #efedff; box-shadow: none; }
.editorial-art img { border-radius: 8px; }
.seller-material { position: relative; background: var(--product-soft); box-shadow: none; }
.seller-material img { max-height: 390px; object-fit: contain; }
.material-label { position: absolute; z-index: 2; left: 20px; top: 20px; padding: 7px 10px; color: #17324d; background: #ffd447; font-size: .65rem; font-weight: 500; letter-spacing: .09em; }
.text-link { display: inline-block; margin-top: 10px; color: var(--product); font-weight: 850; text-underline-offset: 4px; }
.guarantee-number { display: grid; justify-items: center; align-content: center; color: #17324d; text-align: center; background: #ffd447; }
.guarantee-number strong { font-size: 5.4rem; line-height: .86; }
.guarantee-number span { margin-top: 9px; font-size: .8rem; font-weight: 950; letter-spacing: .18em; }
.light-desire { margin-top: 18px; color: #ffdc75; }
.warm-review .button-product, .warm-review .button-light { color: #17324d; background: linear-gradient(180deg, #ffd95a, #ffad21); border-color: #e98a00; box-shadow: 0 12px 26px rgba(191, 99, 0, .28); }
.warm-review .button-product:hover, .warm-review .button-light:hover { color: #10263b; background: linear-gradient(180deg, #ffe77c, #ffbd3d); box-shadow: 0 15px 32px rgba(191, 99, 0, .36); }
.warm-review .button { font-weight: 500; letter-spacing: .045em; text-transform: uppercase; }
.warm-review .product-label,
.warm-review .eyebrow,
.warm-review .desire-line,
.warm-review .product-art .review-ribbon,
.warm-review .benefit-icon,
.warm-review .journey-step strong,
.warm-review .guarantee-number span,
.warm-review .opportunity-badge { font-weight: 500; }
.warm-review .trust-item { font-weight: 500; }
.warm-review .human-caption { font-weight: 500; }
.warm-review .review-details strong,
.warm-review .disclaimer strong { font-weight: 500; }
.site-home .button { font-weight: 500; letter-spacing: .045em; text-transform: uppercase; }
.site-home .eyebrow,
.site-home .mini-badge,
.site-home .tag,
.site-home .trust-item { font-weight: 500; }
.retail-opportunity { background: #fff4d0; }
.retail-opportunity .guarantee { background: linear-gradient(135deg, #17324d 0%, #214e76 100%); box-shadow: 0 20px 48px rgba(23, 50, 77, .25); }
.opportunity-badge { display: inline-block; margin-bottom: 13px; color: #ffd95a; font-size: .72rem; font-weight: 950; letter-spacing: .1em; }
.guarantee-control { font-size: .76rem; }
.warm-review .final-cta { padding: 72px 0; background: #132a42; }
.review-details { padding: 38px 0; color: #526075; background: #f6f7f9; font-size: .78rem; }
.review-details .container { max-width: 920px; }
.review-details h2 { margin-bottom: 12px; color: var(--ink); font-size: 1.25rem; letter-spacing: -.01em; }
.review-details p { margin: 0 0 12px; }
.review-details ul { display: grid; gap: 4px; margin: 0; padding-left: 18px; }
@media (max-width: 900px) {
  .hero-grid, .product-hero-grid, .mission-grid, .story-grid { grid-template-columns: 1fr; }
  .hero-grid, .product-hero-grid { gap: 42px; }
  .hero-stack { min-height: 350px; max-width: 620px; width: 100%; margin-inline: auto; }
  .product-art { min-height: 430px; }
  .product-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .mission-mark { min-height: 300px; }
  .human-hero { min-height: 520px; }
  .human-hero img { min-height: 520px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 188px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; display: none; flex-direction: column; align-items: stretch; gap: 0; left: 14px; right: 14px; top: 68px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { border: 0; border-radius: 10px; }
  .hero-home { padding: 64px 0 48px; }
  .hero-home h1 { font-size: clamp(2.65rem, 15vw, 4.3rem); }
  .hero-stack { min-height: 280px; }
  .mini-badge { left: 28%; }
  .trust-list { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-item { justify-content: flex-start; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .product-trust .trust-item + .trust-item { border-color: rgba(255,255,255,.15); }
  .section, .product-section { padding: 66px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .search-wrap { margin-left: 0; }
  .product-card { grid-template-columns: 140px 1fr; min-height: 250px; }
  .product-card.featured { grid-template-columns: 140px 1fr; min-height: 280px; }
  .product-card.featured .card-visual img { max-height: 210px; }
  .product-card.featured .card-body { padding: 24px 18px; }
  .card-body { padding: 23px 18px; }
  .product-hero { padding: 50px 0 48px; }
  .product-hero h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .warm-review .product-hero h1 { max-width: 100%; font-size: clamp(2rem, 9vw, 2.85rem); overflow-wrap: break-word; }
  .warm-review .product-section h2, .warm-review .final-cta h2 { max-width: 100%; font-size: clamp(1.8rem, 7.5vw, 2.55rem); overflow-wrap: break-word; }
  .product-summary { overflow-wrap: anywhere; }
  .product-hero .hero-actions, .product-hero .hero-actions .button { width: 100%; }
  .product-hero .hero-actions .button { padding-inline: 16px; text-align: center; }
  .product-art { min-height: 360px; padding: 28px; border-radius: 14px; }
  .product-art img { max-height: 310px; }
  .human-hero { min-height: 430px; padding: 0; }
  .human-hero img { min-height: 430px; max-height: none; }
  .review-snapshot li { grid-template-columns: 1fr; gap: 2px; }
  .human-caption { left: 20px; right: 20px; bottom: 20px; }
  .routine-visual, .seller-visual { min-height: 360px; padding: 32px 26px; }
  .routine-visual strong { font-size: clamp(2rem, 10vw, 3rem); }
  .seller-visual strong { font-size: clamp(3rem, 16vw, 4.6rem); }
  .resource-grid { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .human-journey { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 6px; }
  .journey-step { gap: 8px; font-size: .78rem; }
  .journey-step i { width: 27px; height: 27px; }
  .human-journey b { font-size: 1rem; line-height: .75; transform: rotate(90deg); }
  .retail-opportunity .guarantee-number { min-height: 180px; }
  .price-reveal { padding: 38px 20px 30px; }
  .price-reveal .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .warm-review .product-hero h1 { max-width: 100%; font-size: clamp(2rem, 10.5vw, 2.75rem); overflow-wrap: break-word; }
  .warm-review .product-section h2, .warm-review .final-cta h2 { max-width: 100%; font-size: clamp(1.8rem, 9vw, 2.45rem); overflow-wrap: break-word; }
  .warm-review .benefit-card { grid-template-columns: 92px 1fr; column-gap: 15px; }
  .warm-review .benefit-visual { width: 92px; height: 92px; }
  .human-journey { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 6px; }
  .journey-step { gap: 8px; font-size: .78rem; }
  .journey-step i { width: 27px; height: 27px; }
  .human-journey b { font-size: 1rem; line-height: .75; transform: rotate(90deg); }
  .price-reveal::after { right: -48px; top: 20px; }
  .product-card { grid-template-columns: 1fr; }
  .product-card.featured { grid-template-columns: 1fr; }
  .card-visual { min-height: 210px; }
  .card-visual img { max-height: 190px; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
