:root {
  --ink: #17211e;
  --muted: #63706b;
  --green: #17372f;
  --green-2: #21483e;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --amber: #f2ae3b;
  --amber-soft: #ffe5ae;
  --line: #dcded7;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(22, 45, 38, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.9); border-bottom: 1px solid rgba(220,222,215,.8); backdrop-filter: blur(16px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); text-decoration: none; font-size: 19px; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--amber); }
.brand-mark svg { width: 23px; fill: var(--green); }
.header-inner nav { display: flex; gap: 32px; }
.header-inner nav a { color: #41514b; font-size: 14px; font-weight: 650; text-decoration: none; }
.header-inner nav a:hover { color: var(--green); }

.hero { position: relative; overflow: hidden; min-height: 700px; display: grid; align-items: center; color: white; background: var(--green); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 50%, rgba(60, 117, 100, .42), transparent 34%), linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,.025) 62% 62.3%, transparent 62.3%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 700px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 80px 0 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #527068; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--amber); }
.hero .eyebrow, .eyebrow.light { color: #c9d9d3; }
.hero h1 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.25vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--amber); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #cfddd8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .choice:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #65b8ff; outline-offset: 3px; }
.button-primary { color: var(--green); background: var(--amber); }
.button-primary:hover { background: #ffc55d; }
.button-ghost { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.update { margin: 28px 0 0; color: #aabeb7; font-size: 12px; }
.update span { color: #6fd19e; }

.hero-visual { position: relative; min-width: 0; min-height: 540px; margin: 58px -10vw 58px 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px 0 0 26px; background: #102a23; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,32,26,.32), transparent 45%), linear-gradient(0deg, rgba(9,32,26,.5), transparent 35%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 65% center; }
.hero-visual figcaption { position: absolute; z-index: 3; left: 24px; bottom: 24px; max-width: 260px; color: #d8e6e1; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.visual-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; color: #d8e6e1; background: rgba(14,43,35,.72); backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.visual-note span { color: var(--amber); }
.note-top { top: 18%; right: -2%; }
.note-bottom { bottom: 68px; right: 24px; }

.affiliate-notice { border-bottom: 1px solid var(--line); background: #fff8e9; }
.notice-inner { display: flex; align-items: flex-start; gap: 14px; padding-top: 17px; padding-bottom: 17px; }
.notice-inner svg { width: 20px; min-width: 20px; margin-top: 2px; fill: #8b5b0d; }
.notice-inner p { margin: 0; color: #5f5543; font-size: 13px; }
.notice-inner a { font-weight: 750; }

.selector-section { background: var(--cream); }
.selector-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.section-heading h2, .guide-intro h2, .mistakes-card h2, .closing-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 560px; margin: 22px 0 0; color: var(--muted); }
.selector-panel { padding: 28px; border: 1px solid #dedbd0; border-radius: var(--radius); background: rgba(255,255,255,.62); box-shadow: 0 8px 40px rgba(47,54,46,.06); }
.question-label { margin: 0 0 14px; font-size: 13px; font-weight: 800; }
.choice-grid { display: grid; gap: 10px; }
.choice { width: 100%; display: flex; align-items: center; gap: 16px; padding: 17px; border: 1px solid #d7d8d0; border-radius: 14px; color: var(--ink); background: var(--paper); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.choice:hover { transform: translateX(3px); border-color: #9aaca5; }
.choice[aria-pressed="true"] { border-color: var(--green); background: #edf3f0; box-shadow: inset 4px 0 var(--amber); }
.choice svg { width: 36px; min-width: 36px; fill: var(--green); }
.choice span { display: grid; gap: 2px; }
.choice strong { font-size: 14px; }
.choice small { color: var(--muted); font-size: 12px; }
.selector-result { margin-top: 18px; padding: 20px; border-radius: 14px; color: white; background: var(--green); }
.selector-result[hidden] { display: none; }
.result-kicker { display: block; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.selector-result strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 23px; }
.selector-result p { margin: 7px 0 12px; color: #cbdad5; font-size: 13px; }
.text-link { color: white; font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.text-link span { color: var(--amber); }

.comparison-section { background: var(--paper); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.heading-row > p { max-width: 400px; margin: 0 0 5px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 42% 58%; min-height: 460px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card.featured { border: 2px solid var(--green); }
.editor-pick { position: absolute; z-index: 4; top: 0; right: 0; padding: 8px 14px; border-radius: 0 0 0 12px; color: var(--green); background: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-visual { position: relative; overflow: hidden; min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 22px 12px; color: var(--green); background: #f5f4ef; }
.product-visual::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(23,55,47,.1); border-radius: 50%; }
.product-visual img { position: relative; z-index: 2; width: 100%; height: auto; max-height: 390px; object-fit: contain; filter: drop-shadow(0 13px 12px rgba(22,43,36,.12)); }
.visual-corded { background: #f4f0e8; }
.visual-kit { background: #eef1ec; }
.visual-sds { background: #f2ece3; }
.product-tag { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 6px 10px; border-radius: 20px; color: var(--green); background: rgba(255,255,255,.76); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-number { position: absolute; z-index: 1; right: 8px; bottom: -20px; color: rgba(23,55,47,.06); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.product-body { padding: 34px 28px 25px; }
.best-for { margin: 0 0 7px; color: #9c6817; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-body h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.15; }
.product-body > p:not(.best-for):not(.merchant-note) { color: var(--muted); font-size: 13px; }
.feature-list { display: grid; gap: 7px; margin: 18px 0 22px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 8px; font-size: 12px; line-height: 1.4; }
.feature-list li span { display: grid; place-items: center; width: 17px; height: 17px; min-width: 17px; border-radius: 50%; color: white; background: #3c7a63; font-size: 10px; font-weight: 900; }
.feature-list li.caution span { color: #7c5311; background: var(--amber-soft); }
.product-button { width: 100%; color: white; background: var(--green); }
.product-button:hover { background: var(--green-2); }
.merchant-note { margin: 8px 0 0; color: #8a928f; font-size: 9px; text-align: center; }
.spec-disclaimer { max-width: 920px; margin: 28px auto 0; color: #747d79; font-size: 11px; text-align: center; }

.table-section { padding-top: 40px; background: var(--paper); }
.compact-heading { margin-bottom: 34px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 850px; font-size: 13px; }
th, td { padding: 19px 20px; border-bottom: 1px solid var(--line); text-align: left; }
thead th { color: #f0f6f3; background: var(--green); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
tbody th { font-weight: 800; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f8f7f2; }
.recommended-row th { box-shadow: inset 4px 0 var(--amber); }
.recommended-row th span { display: inline-block; margin-left: 7px; padding: 3px 7px; border-radius: 10px; color: #6d4b10; background: var(--amber-soft); font-size: 8px; text-transform: uppercase; }

.guide-section { color: white; background: var(--green); }
.guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.guide-intro { position: sticky; top: 116px; align-self: start; }
.guide-intro p:last-child { color: #b8cbc4; }
.guide-points { display: grid; }
.guide-points article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.14); }
.guide-points article > span { color: var(--amber); font-family: Georgia, serif; font-size: 21px; }
.guide-points h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.guide-points p { margin: 7px 0 0; color: #b8cbc4; font-size: 14px; }

.mistakes-section { background: var(--cream); }
.mistakes-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch; }
.mistakes-card, .safety-card { padding: 50px; border-radius: var(--radius); }
.mistakes-card { background: white; }
.mistakes-card ol { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.mistakes-card li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.mistakes-card li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--green); background: var(--amber-soft); font-family: Georgia, serif; }
.mistakes-card li p { margin: 0; color: var(--muted); font-size: 14px; }
.mistakes-card li strong { color: var(--ink); }
.safety-card { display: flex; flex-direction: column; justify-content: flex-end; color: white; background: #b65c36; }
.safety-card > svg { width: 58px; margin-bottom: auto; fill: #ffd5bc; }
.safety-card h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1.2; }
.safety-card > p:last-child { color: #ffded0; font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; }
.accordions details { border-top: 1px solid var(--line); }
.accordions details:last-child { border-bottom: 1px solid var(--line); }
.accordions summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-family: Georgia, serif; font-size: 20px; list-style: none; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--cream); font-family: system-ui; transition: transform .2s; }
.accordions details[open] summary span { transform: rotate(45deg); }
.accordions details p { max-width: 680px; margin: -6px 44px 23px 0; color: var(--muted); font-size: 14px; }

.closing-cta { padding: 76px 0; color: white; background: #b65c36; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2 { max-width: 780px; font-size: clamp(34px, 4vw, 50px); }
.button-light { flex-shrink: 0; color: var(--green); background: white; }

footer { padding: 66px 0 28px; color: #b7c9c3; background: #102a23; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 70px; }
.footer-brand { color: white; }
.footer-grid h2 { margin: 0 0 14px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p, .footer-grid a { font-size: 12px; }
.footer-grid > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:nth-child(2) a { margin-bottom: 8px; color: #c9d8d3; text-underline-offset: 3px; }
.footer-grid > div:first-child p { max-width: 340px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.legal-main { min-height: 70vh; padding: 80px 0 110px; }
.legal-shell { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.legal-shell h1 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 62px); font-weight: 500; line-height: 1.05; }
.legal-shell h2 { margin-top: 38px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-shell .legal-date { color: #9b6818; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.legal-shell a { color: var(--green); font-weight: 700; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { min-height: 470px; margin: 10px 0 60px; border-radius: 24px; }
  .note-top { right: 18px; top: 18px; }
  .note-bottom { right: 18px; bottom: 58px; }
  .selector-grid, .guide-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .guide-intro { position: static; }
  .product-card { grid-template-columns: minmax(0, 1fr); }
  .product-visual { min-height: 260px; }
  .product-visual img { width: min(86%, 440px); max-height: 330px; }
  .mistakes-grid { grid-template-columns: minmax(0, 1fr); }
  .safety-card { min-height: 430px; }
}

@media (max-width: 700px) {
  .container { width: min(1160px, calc(100% - 28px)); }
  .section { padding: 76px 0; }
  .header-inner { height: 66px; }
  .header-inner nav a:not(:first-child) { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { width: calc(100vw - 28px); max-width: calc(100vw - 28px); }
  .hero-copy, .hero-visual { width: 100%; max-width: calc(100vw - 28px); }
  .hero-copy { padding: 70px 0 15px; }
  .hero h1 { max-width: 100%; font-size: clamp(41px, 12.4vw, 58px); overflow-wrap: normal; }
  .hero-lead { font-size: 16px; }
  .hero-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; max-width: 100%; }
  .hero-visual { min-height: 330px; margin-bottom: 28px; }
  .hero-visual > img { object-position: 67% center; }
  .hero-visual figcaption { left: 16px; bottom: 16px; max-width: 190px; }
  .visual-note { font-size: 9px; }
  .note-top { right: 0; }
  .note-bottom { left: 0; }
  .notice-inner { padding-block: 15px; }
  .selector-panel { padding: 17px; }
  .heading-row { display: block; margin-bottom: 32px; }
  .heading-row > p { margin-top: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 230px; }
  .product-visual img { width: min(92%, 400px); max-height: 290px; }
  .mistakes-card, .safety-card { padding: 32px 24px; }
  .safety-card { min-height: 400px; }
  .closing-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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