:root {
  --ink: #101010;
  --paper: #ffffff;
  --mist: #f1f4f4;
  --line: #d8dcde;
  --muted: #62676a;
  --pink: #ff587c;
  --yellow: #ffdf32;
  --cyan: #61d4e5;
  --green: #8ee45b;
  --lavender: #ae95ef;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  letter-spacing: 0;
  word-break: keep-all;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.adult-notice { min-height: 34px; display: grid; place-items: center; padding: 8px 20px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.header-inner { min-height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { justify-self: start; color: #ed2758; font-size: 22px; font-weight: 950; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.header-buy { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 4px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 850; }

.eyebrow { margin: 0 0 14px; color: #ed2758; font-size: 12px; font-weight: 950; }
.eyebrow-invert { color: var(--yellow); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 4px; font-size: 15px; font-weight: 850; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-white { border-color: #fff; background: #fff; color: var(--ink); }
.button-outline { border-color: #555; background: transparent; color: #fff; }
.status-label { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border: 1px solid #7e8487; border-radius: 3px; color: #4f5558; background: #fff; font-size: 11px; font-weight: 800; }
.status-invert { border-color: #555; color: #c9c9c9; background: transparent; }

.hero { position: relative; min-height: 720px; overflow: hidden; border-bottom: 1px solid var(--line); background: #f7f8f6; }
.hero-inner { min-height: 720px; display: flex; align-items: center; position: relative; z-index: 3; }
.hero-copy { width: 56%; padding: 56px 0 70px; }
.hero h1 { margin: 0 0 24px; max-width: 680px; font-size: 72px; line-height: 1.04; font-weight: 950; letter-spacing: 0; }
.hero-tagline { margin: 0 0 12px; font-size: 26px; font-weight: 850; }
.hero-description { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-visual { position: absolute; z-index: 2; top: 0; right: max(0px, calc((100vw - var(--max)) / 2 - 20px)); width: min(54vw, 760px); height: 100%; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 116px 0 58px 92px; pointer-events: none; }
.hero-tile { position: relative; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid rgba(16,16,16,.14); background: #fff; }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; }
.hero-index { position: absolute; left: 2%; top: 68px; z-index: 4; padding: 12px 14px; border-left: 5px solid var(--pink); background: var(--ink); color: #fff; font-size: 12px; line-height: 1.45; font-weight: 900; }

.taste-section { padding: 110px 0; background: var(--mist); }
.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .answer-section h2, .evidence-section h2, .final-cta h2 { margin: 0; font-size: 48px; line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.taste-heading { align-items: center; }
.taste-progress { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 14px; margin-bottom: 16px; color: var(--muted); font-size: 13px; }
.taste-progress strong { color: var(--ink); font-size: 14px; }
.progress-track { height: 5px; overflow: hidden; background: #d8dddf; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--ink); transition: width .25s ease; }
.taste-axes { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.taste-axis { min-width: 0; min-height: 266px; margin: 0; padding: 18px; border: 2px solid var(--ink); border-radius: 6px; }
.taste-axis legend { width: 100%; padding: 0; font-size: 19px; font-weight: 950; }
.taste-axis legend b { margin-right: 7px; font-size: 12px; }
.taste-axis > p { min-height: 39px; margin: 10px 0 16px; color: #303437; font-size: 12px; line-height: 1.55; }
.axis-cyan { background: var(--cyan); }
.axis-yellow { background: var(--yellow); }
.axis-pink { background: var(--pink); }
.axis-green { background: var(--green); }
.axis-lavender { background: var(--lavender); }
.axis-options { display: grid; gap: 7px; }
.axis-options button { min-height: 47px; border: 1px solid var(--ink); border-radius: 4px; background: rgba(255,255,255,.76); cursor: pointer; font-size: 14px; font-weight: 750; }
.axis-options button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.taste-result { display: grid; grid-template-columns: .88fr 1.25fr .72fr; gap: 0; min-height: 390px; margin-top: 18px; overflow: hidden; border-radius: 6px; background: var(--ink); color: #fff; transition: opacity .25s ease; }
.taste-result.is-pending { opacity: .82; }
.result-product-stage { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; background: var(--yellow); }
.result-product-stage::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(16,16,16,.35); }
.result-product-stage img { position: relative; z-index: 2; width: 76%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(16,16,16,.22); box-shadow: 0 18px 28px rgba(0,0,0,.2); }
.result-product-stage img[hidden] { display: none; }
.result-image-placeholder { position: relative; z-index: 2; width: 70%; aspect-ratio: 1; display: grid; place-content: center; gap: 8px; padding: 20px; border: 1px dashed rgba(16,16,16,.55); color: var(--ink); text-align: center; }
.result-image-placeholder[hidden] { display: none; }
.result-image-placeholder b { font-size: 12px; }
.result-image-placeholder span { color: rgba(16,16,16,.68); font-size: 10px; line-height: 1.5; }
.result-rank { position: absolute; z-index: 3; top: 22px; left: 22px; padding: 8px 10px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; }
.result-copy { padding: 46px 38px; align-self: center; }
.result-copy .status-label { margin-bottom: 24px; }
.result-overline { margin: 0 0 9px; color: #aeb3b5; font-size: 13px; font-weight: 800; }
.result-copy h3 { margin: 0 0 14px; font-size: 34px; line-height: 1.15; }
.result-copy > p:not(.result-overline) { margin: 0; color: #bec2c4; font-size: 15px; line-height: 1.7; }
.result-signals { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.result-signals span { padding: 7px 9px; border: 1px solid #45494b; border-radius: 3px; color: #e0e2e2; font-size: 11px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }
.text-button { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid #777; background: transparent; color: #c7c9ca; cursor: pointer; font-size: 12px; font-weight: 750; }
.result-alternatives { padding: 38px 24px; border-left: 1px solid #3a3d3e; background: #17191a; }
.result-alternatives > p { margin: 0 0 16px; color: #9ba0a2; font-size: 12px; font-weight: 800; }
.alternative-cards { display: grid; gap: 9px; }
.alternative-cards > span { color: #777; font-size: 12px; }
.alternative-card { min-height: 105px; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 12px; padding: 10px; border: 1px solid #35393a; border-radius: 4px; background: #202223; }
.alternative-card img { width: 72px; height: 82px; object-fit: cover; background: #f2f2ee; }
.alternative-placeholder { width: 72px; height: 82px; display: grid; place-content: center; border: 1px dashed #575b5c; color: #8f9496; font-size: 9px; line-height: 1.45; text-align: center; }
.alternative-card b { display: block; margin-bottom: 4px; font-size: 15px; }
.alternative-card small { color: #969b9d; font-size: 10px; }

.pain-section { padding: 112px 0; background: #fff; }
.compact-heading { align-items: end; }
.pain-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.pain-card { min-height: 292px; padding: 24px; border: 1px solid var(--line); border-top: 6px solid var(--ink); border-radius: 6px; background: #fff; }
.pain-card:nth-child(1) { border-top-color: var(--pink); }
.pain-card:nth-child(2) { border-top-color: var(--yellow); }
.pain-card:nth-child(3) { border-top-color: var(--cyan); }
.pain-card:nth-child(4) { border-top-color: var(--lavender); }
.pain-card > span { display: block; margin-bottom: 84px; color: #8a9093; font-size: 12px; font-weight: 900; }
.pain-card h3 { margin: 0 0 10px; font-size: 22px; }
.pain-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.answer-section { padding: 104px 0; background: var(--ink); color: #fff; }
.answer-grid { display: grid; grid-template-columns: 1.05fr .55fr 1.1fr; gap: 34px; align-items: center; }
.answer-copy h2 { font-size: 58px; }
.answer-statement { margin: 26px 0 24px; color: #f4f4f1; font-size: 24px; line-height: 1.45; font-weight: 800; }
.answer-product { min-height: 420px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--pink); }
.answer-product span { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 7px 9px; background: var(--ink); font-size: 10px; font-weight: 900; }
.answer-product img { width: 100%; height: 100%; object-fit: cover; }
.comparison { border-top: 1px solid #656565; }
.comparison-row { min-height: 66px; display: grid; grid-template-columns: 1fr 1fr 1.25fr; align-items: center; gap: 10px; border-bottom: 1px solid #373737; color: #b7babb; font-size: 12px; }
.comparison-row strong { color: #fff; }
.comparison-head { min-height: 48px; color: #fff; font-size: 11px; }

.lineup-section { padding: 118px 0; background: #fff; }
.lineup-heading { margin-bottom: 20px; }
.lineup-note { min-width: 190px; padding: 18px; border: 1px solid var(--ink); border-radius: 4px; }
.lineup-note b, .lineup-note span { display: block; }
.lineup-note b { margin-bottom: 5px; font-size: 15px; }
.lineup-note span { color: var(--muted); font-size: 11px; }
.demo-note { margin: 0 0 30px; color: #757b7e; font-size: 12px; }
.flavor-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.flavor-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.flavor-card:hover, .flavor-card.is-recommended { transform: translateY(-5px); border-color: var(--ink); box-shadow: 0 18px 32px rgba(0,0,0,.12); }
.flavor-card.is-recommended { outline: 4px solid var(--yellow); outline-offset: 2px; }
.flavor-image { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; background: #f1f2ef; }
.flavor-image img { width: 100%; height: 100%; object-fit: cover; }
.asset-placeholder { display: grid; place-content: center; gap: 8px; padding: 18px; text-align: center; }
.asset-placeholder span { color: rgba(16,16,16,.52); font-size: 9px; font-weight: 900; }
.asset-placeholder strong { font-size: 14px; }
.asset-placeholder small { color: rgba(16,16,16,.58); font-size: 9px; }
.card-lavender .flavor-image { background: #e4dcfb; }
.card-coffee .flavor-image { background: #e8dccf; }
.card-tobacco .flavor-image { background: #f0eee8; }
.card-cigar .flavor-image { background: #d7c8b9; }
.flavor-info { min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 14px; border-top: 1px solid var(--line); }
.flavor-number { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 3px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 900; }
.flavor-info h3 { margin: 0 0 3px; font-size: 18px; }
.flavor-info p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; }
.flavor-profile { display: grid; grid-template-columns: repeat(5,1fr); gap: 3px; padding: 0 14px 14px; }
.profile-axis { min-width: 0; }
.profile-axis > span { display: block; margin-bottom: 5px; color: #777d80; font-size: 8px; text-align: center; }
.profile-dots { display: flex; justify-content: center; gap: 2px; }
.profile-dots i { width: 5px; height: 5px; border-radius: 50%; background: #d3d7d8; }
.profile-dots i.active { background: var(--ink); }

.evidence-section { padding: 112px 0; background: #121313; color: #fff; }
.evidence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.evidence-copy > p:not(.eyebrow) { max-width: 480px; margin: 22px 0; color: #b7babc; font-size: 16px; line-height: 1.7; }
.evidence-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 42px; }
.evidence-summary > div { min-height: 132px; padding: 16px; border: 1px solid #383b3c; border-radius: 4px; background: #1c1e1e; }
.evidence-summary span { display: block; margin-bottom: 24px; color: var(--yellow); font-size: 10px; font-weight: 900; }
.evidence-summary b { display: block; margin-bottom: 7px; font-size: 14px; }
.evidence-summary p { margin: 0; color: #8e9496; font-size: 10px; line-height: 1.45; }
.document-viewer { overflow: hidden; border-radius: 6px; background: #e8e8e3; color: var(--ink); }
.document-toolbar { min-height: 52px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid #c7cac8; font-size: 11px; font-weight: 900; }
.document-toolbar em { min-height: 32px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid #9a9e9c; border-radius: 3px; background: #f8f8f5; color: #737876; font-size: 10px; font-style: normal; }
.document-paper { width: 67%; min-height: 560px; margin: 34px auto; padding: 54px 44px; border: 1px solid #c2c5c3; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.paper-mark { margin-bottom: 72px; font-size: 12px; font-weight: 900; }
.document-paper h3 { margin: 0 0 9px; font-size: 26px; }
.document-paper > p { margin: 0; color: #7c8180; font-size: 10px; }
.paper-lines { display: grid; gap: 14px; margin: 50px 0 70px; }
.paper-lines i { height: 1px; background: #d5d7d6; }
.document-paper strong { color: #6f7472; font-size: 11px; }

.experience-section { padding: 118px 0; background: #f4f5f2; }
.experience-heading { align-items: end; }
.experience-tabs { display: flex; gap: 7px; margin-bottom: 14px; }
.experience-tabs button { min-height: 44px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 4px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.experience-tabs button[aria-selected="true"] { background: var(--ink); color: #fff; }
.experience-viewer { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.experience-frame { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.experience-frame > span { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 8px 10px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 900; }
.experience-frame img { width: 100%; height: 490px; object-fit: cover; transition: opacity .18s ease; }
.after-frame img { object-position: center; background: #fff; }
.experience-frame figcaption { min-height: 66px; padding: 20px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.experience-status { margin: 13px 0 0; color: #6f7578; font-size: 11px; text-align: right; }

.reviews-section { padding: 112px 0; background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.review-slot { min-height: 330px; padding: 24px; border: 1px dashed #aeb3b5; border-radius: 6px; background: #fafaf8; }
.review-slot > span { display: block; margin-bottom: 64px; color: #8a9093; font-size: 10px; font-weight: 900; }
.review-placeholder { display: grid; gap: 8px; margin-bottom: 34px; }
.review-placeholder i { height: 6px; background: #e0e3e4; }
.review-placeholder i:nth-child(2) { width: 82%; }
.review-placeholder i:nth-child(3) { width: 62%; }
.review-slot h3 { margin: 0 0 9px; font-size: 18px; }
.review-slot p { margin: 0; color: var(--muted); font-size: 11px; }

.process-section { padding: 104px 0; border-top: 1px solid var(--line); background: #fff; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); list-style: none; }
.process-list li { min-height: 230px; padding: 24px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list li > span { display: block; margin-bottom: 70px; color: #858b8e; font-size: 11px; font-weight: 900; }
.process-list h3 { margin: 0 0 8px; font-size: 18px; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; }

.faq-section { padding: 112px 0; background: #f4f5f2; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-heading { position: sticky; top: 112px; align-self: start; }
.faq-heading h2 { margin: 0 0 20px; font-size: 46px; line-height: 1.1; }
.faq-heading > p:not(.eyebrow) { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid #cfd3d2; }
.faq-list summary { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: 0; padding: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 110px 0 32px; overflow: hidden; background: var(--ink); color: #fff; }
.final-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.final-copy > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 30px; color: #b7babc; font-size: 16px; line-height: 1.7; }
.final-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.final-products { min-width: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; align-items: center; }
.final-products img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid #353737; box-shadow: 0 18px 28px rgba(0,0,0,.34); }
.final-products img:nth-child(1) { transform: translateY(24px); }
.final-products img:nth-child(3) { transform: translateY(-24px); }
.compliance-note { margin-top: 58px; padding-top: 20px; border-top: 1px solid #313334; color: #858a8c; font-size: 11px; line-height: 1.7; }
.site-footer { padding: 24px 0; background: #0a0a0a; color: #777; }
.site-footer .container { display: flex; justify-content: space-between; gap: 24px; font-size: 11px; }
.site-footer b { color: #eee; }
.mobile-buy { display: none; }

@media (max-width: 1100px) {
  .hero h1 { font-size: 60px; }
  .hero-copy { width: 55%; }
  .hero-visual { width: 56vw; }
  .taste-axes { grid-template-columns: repeat(3,1fr); }
  .taste-axis:nth-child(4), .taste-axis:nth-child(5) { min-height: 240px; }
  .taste-result { grid-template-columns: .8fr 1.2fr; }
  .result-alternatives { grid-column: 1 / -1; border-top: 1px solid #3a3d3e; border-left: 0; }
  .alternative-cards { grid-template-columns: 1fr 1fr; }
  .answer-grid { grid-template-columns: 1fr .7fr; }
  .comparison { grid-column: 1 / -1; }
  .flavor-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; align-items: flex-start; }
  .hero-copy { width: 72%; padding-top: 72px; }
  .hero h1 { font-size: 54px; }
  .hero-visual { top: auto; right: 0; bottom: 0; width: 74%; height: 500px; padding: 68px 0 28px 54px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .answer-grid, .evidence-grid, .faq-grid { grid-template-columns: 1fr; }
  .answer-product { min-height: 330px; }
  .evidence-grid { gap: 48px; }
  .faq-heading { position: static; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-slot:last-child { grid-column: 1 / -1; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .adult-notice { font-size: 10px; }
  .site-header { position: static; }
  .header-inner { min-height: 58px; }
  .brand { font-size: 19px; }
  .header-buy { display: none; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 760px; }
  .hero-copy { width: 100%; padding: 44px 0 360px; }
  .hero h1 { font-size: 41px; }
  .hero-tagline { font-size: 20px; }
  .hero-description { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-visual { width: 100%; height: 350px; padding: 50px 14px 14px 52px; gap: 7px; }
  .hero-index { top: 25px; left: 15px; font-size: 9px; }
  .taste-section, .pain-section, .lineup-section, .experience-section, .reviews-section, .faq-section { padding: 76px 0; }
  .answer-section, .evidence-section { padding: 76px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2, .answer-section h2, .evidence-section h2, .final-cta h2 { font-size: 34px; }
  .section-heading > p { margin-top: 18px; font-size: 14px; }
  .taste-progress { grid-template-columns: auto auto; }
  .progress-track { grid-column: 1 / -1; }
  .taste-axes { grid-template-columns: 1fr; }
  .taste-axis, .taste-axis:nth-child(4), .taste-axis:nth-child(5) { min-height: 0; padding: 15px; }
  .taste-axis legend { font-size: 17px; }
  .taste-axis > p { min-height: 0; margin: 5px 0 12px; }
  .axis-options { grid-template-columns: repeat(3,1fr); }
  .axis-options button { min-height: 44px; }
  .taste-result { grid-template-columns: 1fr; }
  .result-product-stage { min-height: 290px; }
  .result-product-stage img { width: 68%; }
  .result-copy { padding: 30px 22px; }
  .result-copy h3 { font-size: 28px; }
  .result-alternatives { padding: 24px 18px; }
  .alternative-cards { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 180px; }
  .pain-card > span { margin-bottom: 34px; }
  .answer-copy h2 { font-size: 44px; }
  .answer-statement { font-size: 20px; }
  .answer-product { min-height: 280px; }
  .comparison-row { grid-template-columns: .8fr 1fr 1.2fr; font-size: 10px; }
  .lineup-note { margin-top: 20px; }
  .flavor-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .flavor-info { padding: 11px; }
  .flavor-info h3 { font-size: 16px; }
  .flavor-profile { padding: 0 10px 12px; }
  .profile-axis > span { font-size: 7px; }
  .evidence-summary { grid-template-columns: 1fr; }
  .evidence-summary > div { min-height: 105px; }
  .document-paper { width: 82%; min-height: 430px; padding: 38px 28px; }
  .paper-mark { margin-bottom: 48px; }
  .experience-tabs { display: grid; grid-template-columns: 1fr; }
  .experience-viewer { grid-template-columns: 1fr; }
  .experience-frame img { height: 340px; }
  .experience-status { text-align: left; line-height: 1.5; }
  .review-grid { grid-template-columns: 1fr; }
  .review-slot:last-child { grid-column: auto; }
  .review-slot { min-height: 250px; }
  .review-slot > span { margin-bottom: 38px; }
  .process-section { padding: 76px 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(2) { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li > span { margin-bottom: 28px; }
  .faq-grid { gap: 38px; }
  .faq-heading h2 { font-size: 34px; }
  .faq-list summary { min-height: 68px; font-size: 13px; }
  .final-cta { padding: 74px 0 28px; }
  .final-inner { grid-template-columns: 1fr; }
  .final-products { min-height: 250px; }
  .final-actions { display: grid; }
  .compliance-note { margin-top: 30px; }
  .site-footer .container { display: grid; gap: 7px; }
  .mobile-buy { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; min-height: 64px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-size: 15px; font-weight: 900; }
}
