:root {
  --paper: #fffdf9;
  --canvas: #f6f2eb;
  --ink: #17211d;
  --muted: #686b66;
  --line: #ded8ce;
  --soft: #f0ebe2;
  --amber: #ae7117;
  --amber-light: #f5e8cf;
  --green: #17382f;
  --teal: #0b7772;
  --pink: #ca2f61;
  --shadow: 0 18px 50px rgba(42, 36, 27, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; height: auto; }
a { color: var(--teal); text-underline-offset: .2em; }
a:hover { color: var(--amber); }
a:focus-visible, input:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
h1, h2 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; }
.page-shell { width: min(100% - 40px, 1400px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link {
  position: absolute; left: -10000px; top: auto; z-index: 50;
  width: 1px; height: 1px; overflow: hidden;
  padding: 10px 14px; background: white; color: var(--green);
}
.skip-link:focus { position: fixed; left: 16px; top: 12px; width: auto; height: auto; overflow: visible; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(100% - 40px, 1400px); min-height: 82px; margin-inline: auto;
  display: flex; align-items: center; gap: 34px;
}
.brand { display: flex; align-items: center; gap: 11px; color: var(--green); text-decoration: none; }
.brand-mark { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.site-header nav { display: flex; align-self: stretch; gap: 30px; margin-left: auto; }
.site-header nav a { position: relative; display: grid; place-items: center; color: var(--ink); text-decoration: none; font-family: Georgia, "Times New Roman", serif; }
.site-header nav a::after { content: ""; position: absolute; left: 28%; right: 28%; bottom: 15px; height: 2px; background: transparent; }
.site-header nav a:hover::after, .site-header nav a.active::after { background: var(--amber); }
.site-search { width: min(280px, 22vw); display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--soft); }
.site-search svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; }
.site-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; }

.breadcrumbs { min-height: 44px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }

.hero {
  display: grid; grid-template-columns: minmax(410px, .8fr) minmax(0, 1.4fr);
  min-height: 580px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow);
}
.product-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #c9bba7; }
.product-photo picture, .product-photo img { width: 100%; height: 100%; }
.product-photo img { object-fit: cover; object-position: center; }
.product-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset -28px 0 45px rgba(40, 29, 19, .10); pointer-events: none; }
.product-photo figcaption { position: absolute; left: 15px; bottom: 12px; z-index: 2; padding: 5px 8px; border-radius: 4px; background: rgba(255, 253, 249, .86); color: #4f514d; font-size: 11px; }
.hero-copy { padding: clamp(28px, 3vw, 46px); }
.title-rating-row { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 30px; align-items: start; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: var(--amber); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.taxonomy-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 15px; }
.taxonomy-pill {
  min-height: 28px; padding: 5px 11px; display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 780; line-height: 1.2;
}
.taxonomy-pill-primary { border-color: var(--green); background: var(--green); color: white; }
.taxonomy-pill-secondary { border-color: #adc4bd; background: #edf3f0; color: var(--green); }
.taxonomy-pill-alcohol-free { border-color: #78bbb5; background: #e5f5f3; color: #075c58; }
.taxonomy-pill-favorite { border-color: #d9be89; background: var(--amber-light); color: #8a560c; }
.taxonomy-pill svg { width: 14px; height: 14px; fill: currentColor; }
h1 { margin: 0; font-size: clamp(45px, 5vw, 70px); line-height: .98; letter-spacing: -.04em; }
.subtitle { margin: 12px 0 0; color: #545750; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.2vw, 30px); font-style: italic; line-height: 1.18; }
.lead { max-width: 850px; margin: 22px 0 0; color: #404540; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.52; }

.rating-hero {
  padding: 18px 20px 16px; border: 1px solid #d9be89; border-radius: 12px;
  background: linear-gradient(145deg, #fffdf9 15%, var(--amber-light)); text-align: center;
  box-shadow: 0 12px 30px rgba(174, 113, 23, .13);
}
.rating-hero p { margin: 0; }
.rating-label { color: var(--amber); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rating-number { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-top: 4px !important; font-family: Georgia, "Times New Roman", serif; }
.rating-number strong { font-size: 58px; line-height: 1; }
.rating-number span { color: var(--muted); font-size: 23px; }
.stars { color: var(--amber); font-size: 25px; line-height: 1; letter-spacing: .09em; }
.rating-caption { margin-top: 8px !important; color: var(--muted); font-size: 12px; }

.facts { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 10px; margin: 28px 0 0; }
.fact {
  grid-column: span 3; min-width: 0; min-height: 96px; padding: 14px 13px;
  display: grid; grid-template-columns: 29px minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: 9px;
  border: 1px solid var(--line); border-radius: 8px; background: #fff;
}
.fact:nth-child(n+9) { grid-column: span 4; }
.fact svg { grid-row: 1 / 3; width: 26px; height: 26px; margin-top: 3px; fill: none; stroke: var(--amber); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fact dt { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 13px; font-weight: 700; }
.fact dd { min-width: 0; margin: 3px 0 0; color: #4c514c; font-size: 12px; line-height: 1.35; overflow-wrap: normal; hyphens: auto; }

.review-band { margin-top: 20px; border-block: 1px solid var(--line); background: rgba(255, 253, 249, .72); }
.review-grid { display: grid; grid-template-columns: 1.3fr .72fr .62fr; gap: 30px; padding-block: 34px; }
.review-copy { padding-right: 32px; border-right: 1px solid var(--line); }
.review-copy h2, .summary-card h2, .pairing-card h2, .story h2, .sources h2 { margin: 0; font-size: 30px; line-height: 1.1; }
.review-copy > p:not(.section-kicker) { margin: 12px 0 0; color: #3f443f; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.55; }
.author-line { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 11px; align-items: center; margin-top: 20px; }
.author-avatar { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #d9be89; border-radius: 50%; background: var(--amber-light); color: var(--amber); }
.author-avatar svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.author-line strong { display: block; }
.author-line strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; }
.author-line time { color: var(--muted); font-size: 11px; }
.author-link { color: var(--ink); text-decoration-color: #d9be89; text-decoration-thickness: 1px; }
.author-link:hover { color: var(--teal); }

.summary-card, .pairing-card { padding: 22px; background: rgba(255,255,255,.66); box-shadow: 0 9px 28px rgba(42, 36, 27, .05); }
.summary-card ul, .pairing-card ul { list-style: none; margin: 17px 0 0; padding: 0; }
.summary-card li, .pairing-card li { display: grid; grid-template-columns: 27px 1fr; gap: 8px; align-items: start; margin-top: 12px; color: #414641; font-size: 14px; }
.summary-card li span, .pairing-card li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: white; font-size: 12px; font-weight: 800; }
.pairing-card p { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px 46px; padding-block: 60px 34px; }
.story-copy p:not(.section-kicker) { max-width: 700px; color: #424742; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.65; }
.label-photo { margin: 0; }
.label-photo img { border-radius: 10px; box-shadow: var(--shadow); }
.label-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.label-quote { grid-column: 1 / -1; display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: start; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.label-quote h2 { padding-top: 20px; }
.label-quote blockquote { margin: 0; padding: 24px 28px; border-left: 4px solid var(--amber); background: var(--paper); color: #3f443f; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.55; }

.reception {
  display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 48px;
  margin-bottom: 48px; padding: 38px 40px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow);
}
.reception h2 { margin: 0; font-size: 34px; line-height: 1.08; }
.reception-intro { margin: 14px 0 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.55; }
.reception-copy > p { margin: 0 0 14px; color: #3f443f; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.62; }
.reception-ratings { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 26px 0 18px; }
.reception-ratings div { min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--canvas); }
.reception-ratings dt { color: var(--ink); font-size: 12px; font-weight: 750; }
.reception-ratings dd { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.reception-ratings strong { color: var(--amber); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.reception-ratings small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.reception-copy .version-note { margin: 0; padding: 13px 15px; border-left: 3px solid var(--amber); background: var(--amber-light); font-family: inherit; font-size: 12px; line-height: 1.5; }

.sources { padding-block: 28px 52px; border-top: 1px solid var(--line); }
.sources h2 { font-size: 23px; }
.sources p { max-width: 1050px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 30px; margin: 22px 0 0; padding: 0; list-style: none; }
.source-list li { min-width: 0; padding-left: 16px; border-left: 2px solid #d9be89; }
.source-list a { display: inline-block; font-size: 13px; font-weight: 750; }
.source-list span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.sources .source-caveat { margin-top: 22px; }

.site-footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { min-height: 106px; display: grid; grid-template-columns: minmax(430px, 1fr) auto; gap: 8px 36px; align-items: center; padding-block: 22px; }
.footer-identity { grid-row: 1 / 3; }
.footer-brand { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; text-decoration: none; }
.footer-identity address { margin-top: 5px; color: var(--muted); font-size: 11px; font-style: normal; line-height: 1.5; }
.footer-identity address a { color: var(--muted); }
.site-footer nav { display: flex; justify-content: flex-end; gap: 24px; }
.site-footer nav a { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer p { margin: 0; color: var(--muted); font-size: 11px; text-align: right; }

@media (max-width: 1180px) {
  .header-inner { gap: 22px; }
  .site-header nav { gap: 20px; }
  .site-search { width: 220px; }
  .hero { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); }
  .title-rating-row { grid-template-columns: 1fr 205px; gap: 18px; }
  .rating-number strong { font-size: 49px; }
  .fact { grid-column: span 4 !important; }
  .reception-ratings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .header-inner { flex-wrap: wrap; padding-block: 14px; }
  .site-header nav { order: 3; width: 100%; min-height: 35px; justify-content: center; }
  .site-header nav a::after { bottom: 0; }
  .site-search { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .product-photo { min-height: 480px; }
  .product-photo::after { box-shadow: inset 0 -25px 45px rgba(40,29,19,.08); }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-copy { grid-column: 1 / -1; padding-right: 0; padding-bottom: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story { grid-template-columns: 1fr; }
  .label-quote { grid-column: auto; grid-template-columns: 1fr; }
  .label-quote h2 { padding-top: 0; }
  .reception { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .page-shell { width: min(100% - 24px, 1400px); }
  .header-inner { width: min(100% - 24px, 1400px); }
  .brand-name { font-size: 24px; }
  .brand-mark { width: 30px; height: 30px; }
  .site-search { display: none; }
  .site-header nav { justify-content: space-between; gap: 10px; }
  .site-header nav a { font-size: 13px; }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }
  .hero { width: 100%; border-inline: 0; }
  .product-photo { min-height: 360px; }
  .product-photo figcaption { left: 9px; bottom: 8px; max-width: calc(100% - 18px); }
  .hero-copy { padding: 26px 18px 22px; }
  .title-rating-row { grid-template-columns: 1fr; }
  .taxonomy-pills { margin-bottom: 13px; }
  .taxonomy-pill { min-height: 27px; padding: 5px 10px; font-size: 10px; }
  h1 { font-size: 44px; }
  .subtitle { font-size: 22px; }
  .lead { font-size: 17px; }
  .rating-hero { display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; }
  .rating-label, .rating-caption { grid-column: 1; }
  .rating-number { grid-column: 2; grid-row: 1 / 3; }
  .rating-number strong { font-size: 48px; }
  .stars { grid-column: 1; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact, .fact:nth-child(n+9) { grid-column: auto !important; grid-template-columns: 24px 1fr; padding: 12px 9px; }
  .fact svg { width: 22px; height: 22px; }
  .review-grid { grid-template-columns: 1fr; padding-block: 30px; }
  .review-copy, .summary-card, .pairing-card { grid-column: auto; }
  .author-line { grid-template-columns: 43px 1fr; }
  .author-line time { grid-column: 2; }
  .story { padding-block: 42px 28px; }
  .label-quote blockquote { padding: 20px; font-size: 18px; }
  .reception { width: 100%; margin-bottom: 34px; padding: 28px 18px; border-inline: 0; }
  .reception-ratings { grid-template-columns: 1fr 1fr; }
  .source-list { grid-template-columns: 1fr; }
  .footer-inner { display: block; padding-block: 28px; }
  .site-footer nav { margin-block: 14px; flex-wrap: wrap; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer p { margin: 0; text-align: left; }
}

@media print {
  .site-header, .breadcrumbs, .site-footer { display: none; }
  body { background: white; }
  .hero { box-shadow: none; }
  .review-band { break-inside: avoid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

