:root {
      --cream: #f7f2e8;
      --paper: #fffdf8;
      --ink: #18382e;
      --muted: #68756f;
      --line: #ddd8cc;
      --tomato: #e94f37;
      --tomato-dark: #c83d29;
      --saffron: #f1b733;
      --sage: #a9bca0;
      --green: #285c48;
      --lime: #dce86b;
      --white: #fff;
      --shadow: 0 18px 50px rgba(31, 53, 43, .10);
      --radius-sm: 14px;
      --radius: 22px;
      --radius-lg: 34px;
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "DM Sans", system-ui, sans-serif;
      font-size: 16px;
      line-height: 1.55;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    button { color: inherit; }
    :focus-visible { outline: 3px solid var(--saffron); outline-offset: 3px; }

    .wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
    .skip-link { position: absolute; left: 16px; top: -60px; background: var(--ink); color: white; padding: 10px 14px; z-index: 100; }
    .skip-link:focus { top: 16px; }
    .announcement { background: var(--ink); color: rgba(255,255,255,.82); font-size: 13px; letter-spacing: .03em; }
    .announcement .wrap { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
    .announcement strong { color: var(--lime); }

    .site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(221,216,204,.7); }
    .header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
    .brand-mark { width: 38px; height: 38px; border-radius: 50% 50% 45% 55%; background: var(--tomato); color: white; display: grid; place-items: center; transform: rotate(-7deg); }
    .brand-mark svg { width: 22px; transform: rotate(7deg); }
    .brand-type { font-weight: 700; line-height: 1; letter-spacing: -.045em; font-size: 19px; }
    .brand-type span { display: block; color: var(--tomato); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; margin-top: 5px; }
    .desktop-nav { margin-inline: auto; display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
    .desktop-nav a { position: relative; }
    .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--tomato); transition: right .25s ease; }
    .desktop-nav a:hover::after { right: 0; }
    .header-tools { display: flex; align-items: center; gap: 8px; }
    .icon-btn, .menu-btn { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
    .icon-btn svg, .menu-btn svg { width: 20px; }
    .saved-count { position: absolute; transform: translate(12px,-12px); width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--tomato); font-size: 10px; font-weight: 700; }
    .finder-btn { border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 12px 18px; font-weight: 700; cursor: pointer; }
    .finder-btn:hover { background: var(--green); }
    .menu-btn { display: none; }

    .mobile-nav { display: none; position: fixed; inset: 113px 0 0; background: var(--paper); padding: 32px 20px; z-index: 45; }
    .mobile-nav.open { display: block; }
    .mobile-nav a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: "DM Serif Display", serif; font-size: 28px; }

    .hero { background: var(--cream); padding: 32px 0 58px; overflow: hidden; }
    .hero-grid { min-height: 600px; display: grid; grid-template-columns: .96fr 1.3fr; align-items: stretch; border-radius: var(--radius-lg); overflow: hidden; background: #eee2ce; box-shadow: var(--shadow); }
    .hero-copy { position: relative; z-index: 2; padding: clamp(42px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(110deg, #f3e8d5 80%, rgba(243,232,213,.5)); }
    .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--tomato); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
    .eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { text-wrap: balance; }
    h1 { margin-bottom: 24px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(52px, 5.5vw, 84px); line-height: .93; font-weight: 400; letter-spacing: -.045em; }
    h1 em { color: var(--tomato); font-weight: inherit; }
    .hero-lead { max-width: 530px; margin-bottom: 30px; color: #4d5e57; font-size: clamp(17px, 1.5vw, 20px); }
    .discovery-search { display: flex; max-width: 560px; background: white; border: 1px solid rgba(24,56,46,.12); padding: 6px; border-radius: 999px; box-shadow: 0 10px 25px rgba(39,56,48,.09); }
    .discovery-search svg { width: 20px; margin-left: 15px; flex: 0 0 auto; }
    .discovery-search input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); padding: 12px; outline: 0; }
    .discovery-search button { border: 0; border-radius: 50%; width: 46px; height: 46px; flex: 0 0 auto; cursor: pointer; color: white; background: var(--tomato); display: grid; place-items: center; }
    .discovery-search button svg { margin: 0; width: 18px; }
    .search-feedback { min-height: 22px; margin: 10px 18px 0; color: var(--green); font-size: 13px; }
    .hero-visual { position: relative; min-width: 0; background: url("../discovery-hero.jpg") center / cover no-repeat; }
    .hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f3e8d5 0%, transparent 26%); }
    .hero-note { position: absolute; right: 28px; bottom: 28px; z-index: 2; width: min(260px, calc(100% - 56px)); padding: 17px 19px; background: rgba(255,253,248,.92); backdrop-filter: blur(10px); border-radius: 16px; box-shadow: var(--shadow); text-decoration: none; }
    .hero-note span { display: block; color: var(--tomato); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
    .hero-note strong { display: block; margin-top: 3px; line-height: 1.25; }

    .topic-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
    .topic-list { display: flex; gap: 8px; padding: 18px 0; overflow-x: auto; scrollbar-width: none; }
    .topic-list::-webkit-scrollbar { display: none; }
    .topic-chip { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 15px; white-space: nowrap; cursor: pointer; transition: .2s ease; }
    .topic-chip:hover, .topic-chip.active { border-color: var(--ink); background: var(--ink); color: white; }

    .section { padding: 92px 0; }
    .section.alt { background: var(--cream); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
    .section-head h2 { margin-bottom: 0; max-width: 720px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
    .section-head p { max-width: 420px; margin-bottom: 4px; color: var(--muted); }
    .text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--tomato-dark); white-space: nowrap; }
    .text-link span { transition: transform .2s ease; }
    .text-link:hover span { transform: translateX(4px); }

    .story-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 285px); gap: 18px; }
    .story-card { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius); background: #d8d3c8; isolation: isolate; }
    .story-card:first-child { grid-row: 1 / 3; }
    .story-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--card-bg); transition: transform .5s ease; }
    .story-card:hover::before { transform: scale(1.035); }
    .story-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 25%, rgba(12,31,25,.85)); }
    .story-card:nth-child(1) { --card-bg: linear-gradient(145deg, transparent, rgba(0,0,0,.08)), url("../discovery-hero.jpg") 67% center / cover; }
    .story-card:nth-child(2) { --card-bg: radial-gradient(circle at 25% 30%, #ffd676 0 8%, transparent 9%), radial-gradient(circle at 55% 55%, #d64d30 0 20%, transparent 21%), linear-gradient(135deg,#f0bd72,#aebb77); }
    .story-card:nth-child(3) { --card-bg: radial-gradient(circle at 68% 36%, #d3e1a7 0 24%, transparent 25%), linear-gradient(145deg,#496c5c,#173b30); }
    .story-card:nth-child(4) { --card-bg: radial-gradient(ellipse at 70% 50%, #d29053 0 17%, transparent 18%), linear-gradient(135deg,#efe1cd,#c9ab87); }
    .story-card:nth-child(5) { --card-bg: radial-gradient(circle at 30% 30%, #fff4ce 0 12%, transparent 13%), linear-gradient(135deg,#df5a3f,#8e2e27); }
    .story-content { position: absolute; inset: auto 0 0; padding: 24px; color: white; }
    .story-card:first-child .story-content { padding: 34px; }
    .tag { display: inline-flex; padding: 5px 9px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
    .story-content h3 { margin: 12px 0 7px; font-family: "DM Serif Display", serif; font-weight: 400; font-size: 24px; line-height: 1.05; }
    .story-card:first-child h3 { max-width: 540px; font-size: clamp(34px, 4vw, 51px); }
    .story-content p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
    .save-btn { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); cursor: pointer; display: grid; place-items: center; }
    .save-btn svg { width: 18px; fill: transparent; transition: .2s; }
    .save-btn.saved { background: var(--tomato); color: white; }
    .save-btn.saved svg { fill: currentColor; }

    .promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
    .promise { background: var(--paper); padding: 30px; }
    .promise h3 { margin: 0 0 8px; font-family: "DM Serif Display", serif; font-size: 28px; font-weight: 400; }
    .promise p { margin: 0; color: var(--muted); font-size: 14px; }

    .finder { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(36px, 6vw, 74px); color: white; background: var(--ink); }
    .finder::before { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -150px; border-radius: 50%; border: 80px solid rgba(220,232,107,.14); }
    .finder-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
    .finder h2 { margin-bottom: 20px; font-family: "DM Serif Display", serif; font-size: clamp(40px, 5vw, 62px); line-height: 1; font-weight: 400; }
    .finder-copy > p { color: rgba(255,255,255,.68); }
    .finder-card { background: white; color: var(--ink); padding: 30px; border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.2); }
    .finder-progress { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
    .finder-progress span { height: 5px; flex: 1; border-radius: 10px; background: #e8e7df; }
    .finder-progress span.active { background: var(--tomato); }
    .finder-card small { color: var(--tomato); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
    .finder-card h3 { margin: 8px 0 20px; font-size: 24px; }
    .finder-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .finder-option { border: 1px solid var(--line); border-radius: 13px; background: white; padding: 15px; text-align: left; cursor: pointer; font-weight: 600; }
    .finder-option:hover, .finder-option.active { border-color: var(--tomato); background: #fff4ef; color: var(--tomato-dark); }
    .finder-result { display: none; padding: 17px; margin-top: 14px; border-radius: 13px; background: #edf3e7; }
    .finder-result.show { display: block; }
    .finder-result h3 { margin: 7px 0 8px; font-family: "DM Serif Display", serif; font-size: 29px; font-weight: 400; line-height: 1.06; }
    .finder-result p { margin: 0; color: #40544c; font-size: 14px; }
    .finder-result ul { display: grid; gap: 5px; margin: 14px 0 18px; padding-left: 20px; color: #40544c; font-size: 13px; }
    .finder-result-actions { display: flex; flex-wrap: wrap; gap: 8px; }
    .finder-result-actions .finder-btn { padding: 10px 15px; }
    .finder-restart { border: 1px solid var(--ink); border-radius: 999px; background: transparent; padding: 9px 14px; cursor: pointer; font-weight: 700; }

    .comparison-shell { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
    .comparison { width: 100%; min-width: 780px; border-collapse: collapse; }
    .comparison th, .comparison td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    .comparison tr:last-child td { border-bottom: 0; }
    .comparison th:first-child, .comparison td:first-child { width: 23%; color: var(--muted); font-size: 13px; font-weight: 600; }
    .comparison th { background: #faf8f1; }
    .comparison th strong { display: block; font-family: "DM Serif Display", serif; font-size: 24px; font-weight: 400; color: var(--ink); }
    .comparison th span { display: block; margin-top: 3px; color: var(--tomato); font-size: 12px; }
    .rating { color: #ce8412; letter-spacing: 2px; }
    .affiliate-note { display: flex; gap: 9px; margin: 15px 2px 0; color: var(--muted); font-size: 12px; }
    .affiliate-note svg { width: 17px; flex: 0 0 auto; }
    .amazon-demo { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
    .amazon-demo-label { position: absolute; top: 0; right: 22px; padding: 5px 10px; border-radius: 0 0 9px 9px; background: var(--cream); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    .amazon-demo-media { display: grid; min-height: 132px; place-items: center; padding: 12px; border-radius: 16px; background: #faf8f2; }
    .amazon-demo-media img { max-width: 126px; max-height: 112px; object-fit: contain; }
    .amazon-demo-copy small { color: var(--tomato); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .amazon-demo-copy h3 { max-width: 620px; margin: 7px 0 10px; font-family: "DM Serif Display", Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.12; }
    .amazon-demo-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
    .amazon-demo-price strong { font-size: 22px; }
    .amazon-demo-price span { color: var(--muted); font-size: 11px; }
    .amazon-demo-prime { display: inline-flex; margin-top: 8px; color: #1683b6; font-size: 12px; font-weight: 700; }
    .amazon-demo-action { min-width: 180px; text-align: center; }
    .amazon-demo-fine { grid-column: 2 / -1; margin: -10px 0 0; color: var(--muted); font-size: 10px; }

    .question-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .question { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 110px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; transition: .2s ease; }
    .question:hover { transform: translateY(-2px); border-color: var(--sage); box-shadow: 0 12px 30px rgba(28,52,43,.06); }
    .question small { display: block; color: var(--tomato); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
    .question strong { display: block; margin-top: 7px; font-size: 18px; line-height: 1.25; }
    .question i { width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; background: var(--cream); font-style: normal; }

    .newsletter { margin-bottom: 30px; padding: 52px; border-radius: var(--radius-lg); background: var(--saffron); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
    .newsletter h2 { margin-bottom: 10px; font-family: "DM Serif Display", serif; font-size: clamp(38px, 4vw, 52px); line-height: 1; font-weight: 400; }
    .newsletter p { margin: 0; max-width: 550px; }
    .newsletter-form { display: flex; padding: 6px; border-radius: 999px; background: white; }
    .newsletter-form input { min-width: 0; width: 100%; padding: 12px 17px; border: 0; outline: 0; background: transparent; }
    .newsletter-form button { border: 0; border-radius: 999px; padding: 12px 20px; background: var(--ink); color: white; font-weight: 700; cursor: pointer; }
    .newsletter-status { min-height: 20px; margin-top: 8px; font-size: 13px; }

    footer { background: var(--ink); color: white; }
    .footer-grid { padding: 64px 0 42px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }
    .footer-brand { color: white; }
    .footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
    .footer-intro { max-width: 300px; margin-top: 20px; color: rgba(255,255,255,.55); font-size: 14px; }
    .footer-col strong { display: block; margin-bottom: 13px; color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
    .footer-col a { display: block; padding: 5px 0; color: rgba(255,255,255,.68); font-size: 14px; }
    .footer-col a:hover { color: white; }
    .footer-bottom { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12px; }

    .toast { position: fixed; left: 50%; bottom: 25px; z-index: 80; transform: translate(-50%, 120px); padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); box-shadow: var(--shadow); opacity: 0; transition: .3s ease; }
    .toast.show { transform: translate(-50%, 0); opacity: 1; }

    @media (max-width: 1040px) {
      .desktop-nav { display: none; }
      .header-tools { margin-left: auto; }
      .menu-btn { display: grid; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-copy { min-height: 500px; background: linear-gradient(90deg, rgba(243,232,213,.98) 0 52%, rgba(243,232,213,.5) 75%, transparent); }
      .hero-visual { position: absolute; inset: 0; }
      .hero-grid { position: relative; }
      .hero-note { display: none; }
      .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px 260px; }
      .story-card:first-child { grid-row: 1; grid-column: 1 / 3; }
      .finder-grid { gap: 35px; }
    }

    @media (max-width: 760px) {
      .wrap { width: min(calc(100% - 28px), var(--max)); }
      .announcement { display: none; }
      .site-header .header-inner { min-height: 68px; }
      .mobile-nav { inset-block-start: 68px; }
      .finder-btn { display: none; }
      .hero { padding: 14px 0 38px; }
      .hero-grid { min-height: 650px; }
      .hero-copy { min-height: 650px; padding: 34px 24px; justify-content: flex-end; background: linear-gradient(180deg, rgba(243,232,213,.10) 0, rgba(243,232,213,.78) 44%, #f3e8d5 68%); }
      .hero-visual { background-position: 67% center; }
      .hero-visual::after { background: linear-gradient(180deg, transparent 35%, #f3e8d5 74%); }
      .hero .eyebrow { gap: 8px; font-size: 10px; letter-spacing: .09em; }
      .hero .eyebrow::before { width: 26px; }
      h1 { font-size: clamp(48px, 16vw, 70px); }
      .discovery-search input { font-size: 14px; }
      .discovery-search button { width: 44px; height: 44px; }
      .section { padding: 68px 0; }
      .section-head { align-items: start; flex-direction: column; margin-bottom: 28px; }
      .section-head p { margin: -13px 0 0; }
      .story-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -14px; padding-right: 14px; }
      .story-card, .story-card:first-child { min-width: 82vw; height: 440px; scroll-snap-align: start; }
      .story-card:not(:first-child) { min-width: 75vw; }
      .promise-grid { grid-template-columns: 1fr; }
      .promise h3 { margin-top: 0; }
      .finder { padding: 34px 22px; }
      .finder-grid { grid-template-columns: 1fr; }
      .finder-options { grid-template-columns: 1fr; }
      .question-grid { grid-template-columns: 1fr; }
      .newsletter { grid-template-columns: 1fr; gap: 24px; padding: 35px 24px; }
      .newsletter-form { border-radius: 18px; flex-direction: column; }
      .newsletter-form button { width: 100%; }
      .amazon-demo { grid-template-columns: 110px 1fr; }
      .amazon-demo-action { grid-column: 1 / -1; width: 100%; }
      .amazon-demo-fine { grid-column: 1 / -1; margin-top: -8px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > div:first-child { grid-column: 1 / 3; }
      .footer-bottom { flex-direction: column; }
    }

    @media (max-width: 430px) {
      .amazon-demo { grid-template-columns: 1fr; padding: 22px; }
      .amazon-demo-media { min-height: 120px; }
      .amazon-demo-action, .amazon-demo-fine { grid-column: 1; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }

