:root {
  --ink: #201411;
  --paper: #f5f0e7;
  --paper-2: #ebe2d4;
  --wine: #702934;
  --wine-dark: #3f1820;
  --gold: #af8e59;
  --muted: #746861;
  --line: rgba(32, 20, 17, 0.16);
  --white: #fffdfa;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 10px clamp(20px, 4vw, 64px);
  color: var(--white);
  background: rgba(32, 20, 17, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: italic 25px var(--serif); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 13px; }
.brand small { margin-top: 3px; color: #cfc3b8; font-size: 9px; letter-spacing: .2em; }
.language-switcher { display: flex; gap: 4px; }
.language-switcher button { padding: 8px 11px; color: #cfc3b8; border: 0; border-bottom: 1px solid transparent; background: transparent; cursor: pointer; font-size: 12px; }
.language-switcher button.active { color: var(--white); border-color: var(--gold); }

.mobile-app { display: none; }

.hero { display: grid; min-height: calc(100vh - 74px); grid-template-columns: minmax(300px, 43%) 1fr; background: var(--ink); color: var(--white); }
.hero-image {
  min-height: 680px;
  background-image: linear-gradient(180deg, rgba(32,20,17,.05), rgba(32,20,17,.52)), url("./media/sisi-wine-lineup.jpg");
  background-position: 56% center;
  background-size: cover;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 130px); padding-left: clamp(44px, 7vw, 112px); }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 810px; margin: 0; font: 400 clamp(50px, 6vw, 96px)/.98 var(--serif); letter-spacing: -.045em; }
.hero-deck { max-width: 700px; margin: 32px 0 0; color: #d7ccc1; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-actions a { padding: 14px 20px; border: 1px solid var(--gold); text-decoration: none; font-size: 13px; letter-spacing: .08em; }
.hero-actions .primary { background: var(--gold); color: var(--ink); }
.hero-actions .secondary:hover { background: rgba(255,255,255,.06); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 62px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.stats dt { font: 400 clamp(18px, 2vw, 26px) var(--serif); color: var(--white); }
.stats dd { margin: 7px 0 0; color: #a99d94; font-size: 11px; letter-spacing: .05em; }

.section { padding: clamp(72px, 9vw, 140px) clamp(20px, 5vw, 80px); }
.section-heading { max-width: 1100px; margin: 0 auto 52px; }
.section-heading.split { display: flex; justify-content: space-between; gap: 40px; max-width: 1400px; }
.section-heading h2, .method-grid h2 { margin: 0; font: 400 clamp(36px, 4.5vw, 68px)/1.05 var(--serif); letter-spacing: -.035em; }
.section-note { align-self: end; max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.taste-section { background: var(--paper); }
.taste-line { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.taste-line article { min-height: 235px; padding: 26px 28px; border-right: 1px solid var(--line); }
.taste-line article:last-child { border-right: 0; }
.taste-line span { color: var(--gold); font: italic 18px var(--serif); }
.taste-line h3 { margin: 48px 0 10px; font: 400 28px var(--serif); }
.taste-line p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.featured-section { color: var(--white); background: var(--wine-dark); }
.featured-section .section-note { color: #c7b8ae; }
.confirmed-favorite { max-width: 1400px; margin: 0 auto 18px; }
.confirmed-favorite-card { display: grid; min-height: 520px; overflow: hidden; grid-template-columns: minmax(300px, .78fr) 1.35fr; color: var(--ink); background: #eee2d1; border: 1px solid rgba(255,255,255,.16); }
.favorite-visual { position: relative; display: grid; min-height: 520px; place-items: end center; overflow: hidden; background: radial-gradient(circle at 52% 32%, rgba(255,255,255,.32), transparent 34%), linear-gradient(145deg, #d7b6ad 0%, #b17878 46%, #5b2932 100%); }
.favorite-visual::before { position: absolute; inset: 9% 12%; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50% 50% 10px 10px; }
.favorite-product-image { position: relative; z-index: 1; width: 82%; height: 92%; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(24,7,12,.28)); mix-blend-mode: multiply; }
.favorite-bottle { position: relative; width: 184px; height: 462px; border-radius: 39% 39% 25px 25px / 16% 16% 7% 7%; background: linear-gradient(90deg, #160f12 0%, #3a1822 24%, #6e2436 52%, #2a1219 78%, #0e0b0d 100%); box-shadow: 0 34px 46px rgba(24,7,12,.35), inset 18px 0 30px rgba(255,255,255,.07); }
.favorite-bottle::before { position: absolute; top: -96px; left: 58px; width: 68px; height: 132px; content: ""; border-radius: 10px 10px 18px 18px; background: linear-gradient(90deg, #171012, #5d2431 49%, #130e10); }
.favorite-capsule { position: absolute; z-index: 2; top: -97px; left: 58px; width: 68px; height: 64px; border-radius: 9px 9px 2px 2px; background: #35161e; border-bottom: 1px solid rgba(255,255,255,.18); }
.favorite-label { position: absolute; top: 190px; left: 13px; display: flex; width: 158px; min-height: 162px; align-items: center; justify-content: center; flex-direction: column; padding: 15px 10px; text-align: center; color: #54232d; background: #f1e7d9; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.favorite-fruit { color: #a95f6c; font: 16px var(--serif); letter-spacing: -.25em; transform: rotate(-6deg); }
.favorite-label strong { margin-top: 10px; font: 400 25px/1 var(--serif); }
.favorite-label small { margin-top: 8px; font: 400 10px var(--serif); letter-spacing: .05em; }
.favorite-label em { margin-top: 13px; font-size: 7px; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.favorite-copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(34px, 6vw, 86px); }
.favorite-badge { align-self: flex-start; margin-bottom: 24px; padding: 7px 11px; color: #fff; background: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.favorite-copy h3 { max-width: 760px; margin: 14px 0 20px; color: #4f2129; font: 400 clamp(42px, 5.2vw, 78px)/.98 var(--serif); letter-spacing: -.04em; }
.favorite-summary { max-width: 720px; margin: 0; color: #725f58; font-size: 15px; line-height: 1.85; }
.favorite-facts { display: grid; margin: 32px 0 26px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(89,49,50,.22); border-bottom: 1px solid rgba(89,49,50,.22); }
.favorite-facts div { min-height: 92px; padding: 20px 18px 18px 0; border-right: 1px solid rgba(89,49,50,.22); }
.favorite-facts div:not(:first-child) { padding-left: 18px; }
.favorite-facts div:last-child { border-right: 0; }
.favorite-facts strong, .favorite-facts small { display: block; }
.favorite-facts strong { color: #4f2129; font: 400 18px/1.2 var(--serif); }
.favorite-facts small { margin-top: 7px; color: #88746b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.favorite-cta { align-self: flex-start; padding: 13px 18px; color: #fff; background: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; }
.favorite-cta:hover { background: #4f2029; }
.favorite-boundary { display: block; margin-top: 11px; color: #88746b; font-size: 9px; letter-spacing: .06em; }
.featured-grid { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.featured-card { display: flex; min-height: 610px; flex-direction: column; overflow: hidden; color: var(--ink); background: var(--paper); }
.featured-card .bottle { display: grid; min-height: 320px; place-items: center; padding: 28px; background: #e9e1d6; }
.featured-card img { width: 100%; height: 280px; object-fit: contain; mix-blend-mode: multiply; }
.featured-card .card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.kicker { color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.wine-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin: 0 0 9px; }
.story-badge { display: inline-flex; width: max-content; align-items: center; padding: 5px 8px; color: #fff; border-radius: 999px; background: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.community-badge { display: inline-flex; width: max-content; align-items: center; gap: 4px; padding: 4px 7px 4px 4px; color: #7b231f; border: 1px solid rgba(176,63,50,.24); border-radius: 999px; background: #fff0df; font-size: 8px; font-weight: 800; line-height: 1; }
.community-badge b { display: grid; width: 17px; height: 17px; place-items: center; color: #fff; border-radius: 50%; background: #c44135; font-size: 9px; }
.community-badge small { color: #a15a4e; font-size: 7px; font-weight: 700; }
.featured-card h3 { margin: 12px 0 10px; font: 400 27px/1.08 var(--serif); }
.detail-link { text-decoration: none; }
.detail-link:hover { color: var(--wine); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.featured-card .summary { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.fact-row { display: flex; gap: 16px; margin: 20px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-row div { flex: 1; }
.fact-row strong, .fact-row small { display: block; }
.fact-row strong { font: 400 20px var(--serif); }
.fact-row small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.source-link { margin-top: auto; color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-underline-offset: 4px; }

.occasion-section { background: var(--paper); }
.occasion-tabs { display: flex; max-width: 1400px; margin: 0 auto 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.occasion-tabs button { flex: 1; padding: 17px 12px; color: var(--muted); border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; }
.occasion-tabs button:last-child { border-right: 0; }
.occasion-tabs button.active { color: var(--white); background: var(--wine); }
.occasion-intro { display: grid; max-width: 1400px; margin: 0 auto 32px; grid-template-columns: .7fr 1.1fr auto; gap: clamp(24px, 5vw, 72px); align-items: end; }
.occasion-intro span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.occasion-intro h3 { margin: 8px 0 0; font: 400 36px var(--serif); }
.occasion-intro p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.occasion-intro small { color: var(--wine); font-size: 10px; white-space: nowrap; }
.occasion-grid { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.occasion-card { display: flex; min-width: 0; min-height: 390px; flex-direction: column; padding: 18px; background: var(--paper); }
.occasion-image { display: grid; height: 190px; place-items: center; margin: -18px -18px 18px; padding: 18px; background: var(--white); }
.occasion-image img { width: 100%; height: 160px; object-fit: contain; mix-blend-mode: multiply; }
.occasion-card h3 { margin: 10px 0; font: 400 20px/1.16 var(--serif); }
.occasion-card h3 a { text-decoration: none; }
.occasion-card h3 a:hover { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.occasion-facts { display: flex; flex-wrap: wrap; gap: 5px; margin: 10px 0 16px; }
.occasion-facts span { padding: 4px 6px; color: var(--muted); border: 1px solid var(--line); font-size: 9px; }
.occasion-more { margin-top: auto; color: var(--wine); font-size: 10px; font-weight: 700; text-decoration: none; }

.popularity-section { background: #e9dfd0; }
.popularity-insights { display: grid; max-width: 1400px; margin: 0 auto 34px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.popularity-insights article { min-height: 150px; padding: 25px; border-right: 1px solid var(--line); }
.popularity-insights article:last-child { border-right: 0; }
.popularity-insights strong { display: block; color: var(--wine); font: 400 38px var(--serif); }
.popularity-insights span { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.popularity-lists { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.rank-list { padding: 28px; background: var(--paper); }
.rank-list h3 { margin: 0 0 22px; font: 400 28px var(--serif); }
.rank-list ol { margin: 0; padding: 0; list-style: none; counter-reset: wine-rank; }
.rank-list li { counter-increment: wine-rank; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: baseline; padding: 13px 0; border-top: 1px solid var(--line); }
.rank-list li::before { content: counter(wine-rank, decimal-leading-zero); color: var(--gold); font: italic 14px var(--serif); }
.rank-list a { overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.rank-list small { color: var(--muted); font-size: 10px; white-space: nowrap; }
.rank-list .list-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.household-section { color: var(--white); background: var(--ink); }
.household-section .section-note { color: #c7b8ae; }
.household-insights { display: grid; max-width: 1400px; margin: 0 auto 36px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.household-insights article { min-height: 145px; padding: 25px; border-right: 1px solid rgba(255,255,255,.17); }
.household-insights article:last-child { border-right: 0; }
.household-insights strong { display: block; color: #d7b983; font: 400 38px var(--serif); }
.household-insights span { display: block; margin-top: 12px; color: #b6aaa1; font-size: 11px; line-height: 1.55; }
.country-rankings { display: grid; max-width: 1400px; margin: auto; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.country-panel { padding: clamp(28px, 4vw, 48px); background: #2a1b17; }
.country-title { display: flex; align-items: start; gap: 20px; min-height: 108px; }
.country-title > span { color: #d7b983; font: italic 28px var(--serif); }
.country-title h3 { margin: 0; font: 400 31px var(--serif); }
.country-title p { max-width: 520px; margin: 10px 0 0; color: #a99d95; font-size: 11px; line-height: 1.65; }
.country-panel ol { margin: 20px 0 0; padding: 0; list-style: none; counter-reset: household-rank; }
.country-panel li { counter-increment: household-rank; display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: baseline; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); }
.country-panel li::before { content: counter(household-rank, decimal-leading-zero); color: #d7b983; font: italic 14px var(--serif); }
.country-panel li a, .country-panel li > span { overflow: hidden; color: var(--white); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.country-panel li a:hover { text-decoration: underline; text-underline-offset: 4px; }
.country-panel li small { color: #a99d95; font-size: 10px; white-space: nowrap; }
.country-foot { margin: 20px 0 0; color: #8f837b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.household-sources { display: flex; justify-content: space-between; gap: 30px; max-width: 1400px; margin: 28px auto 0; color: #8f837b; font-size: 10px; line-height: 1.6; }
.household-sources p { max-width: 420px; margin: 0; }
.household-sources div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; }
.household-sources a { color: #b9aba0; text-underline-offset: 4px; }

.social-section { background: var(--paper-2); }
.social-grid { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.social-card { min-height: 245px; padding: 28px; background: var(--paper); }
.social-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.social-platform { color: var(--wine); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.social-card blockquote { margin: 28px 0 20px; font: 400 22px/1.45 var(--serif); }
.social-card footer { display: block; padding: 0; color: var(--muted); background: transparent; border: 0; font-size: 11px; }
.stance { display: inline-block; margin-top: 18px; padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.world-section { color: var(--white); background: #241714; }
.world-section .section-note { color: #bbaea5; }
.world-stats { display: grid; max-width: 1400px; margin: 0 auto 28px; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); }
.world-stats article { min-height: 126px; padding: 24px; border-right: 1px solid rgba(255,255,255,.16); }
.world-stats article:last-child { border-right: 0; }
.world-stats strong { display: block; color: #dfc28c; font: 400 40px var(--serif); }
.world-stats span { display: block; margin-top: 10px; color: #a99a91; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.world-tabs { display: flex; max-width: 1400px; margin: 0 auto 16px; gap: 7px; }
.world-tabs button { padding: 10px 16px; color: #bfb1a8; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; cursor: pointer; }
.world-tabs button.active { color: #241714; border-color: #dfc28c; background: #dfc28c; }
.world-results { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.world-index-card, .world-source-card { min-height: 172px; padding: 23px; background: #2d1d19; }
.world-index-card.researched { background: linear-gradient(145deg, #63313a, #3a201f); }
.world-index-card > span, .world-source-card > span { color: #a99a91; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.world-index-card h3, .world-source-card h3 { margin: 18px 0 8px; font: 400 24px/1.12 var(--serif); }
.world-index-card h3 a { color: inherit; text-decoration: none; }
.world-index-card p, .world-source-card p { margin: 0; color: #aa9c94; font-size: 11px; line-height: 1.55; }
.world-source-card { min-height: 230px; }
.world-source-card strong { display: block; margin: 18px 0 9px; color: #dfc28c; font: 400 22px var(--serif); }
.world-source-card a, .world-card-link { display: inline-block; margin-top: 19px; color: #dfc28c; font-size: 10px; font-weight: 700; text-underline-offset: 4px; }
.world-architecture { display: grid; max-width: 1400px; margin: 28px auto 0; padding: 24px 0 0; grid-template-columns: 1.4fr .6fr; gap: 40px; border-top: 1px solid rgba(255,255,255,.16); }
.world-architecture > span { color: #dfc28c; font: 400 18px/1.8 var(--serif); letter-spacing: .03em; }
.world-architecture strong { display: block; font-size: 12px; }
.world-architecture p { margin: 8px 0 0; color: #9f928a; font-size: 11px; line-height: 1.65; }

.cellar-section { background: var(--paper); }
.cellar-title { margin-bottom: 30px; }
.result-count { align-self: end; margin: 0; color: var(--wine); font: 400 26px var(--serif); }
.catalog-tools { position: sticky; z-index: 10; top: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 1400px; margin: 0 auto 32px; padding: 14px 0; background: rgba(245,240,231,.94); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.search-box { flex: 1 1 360px; }
.search-box input { width: 100%; padding: 11px 4px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.sort-box { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.sort-box select { min-width: 130px; padding: 8px 28px 8px 10px; color: var(--wine); border: 1px solid var(--line); border-radius: 100px; outline: 0; background: var(--paper); cursor: pointer; font-size: 11px; letter-spacing: 0; text-transform: none; }
.sweetness-note { max-width: 1400px; margin: -16px auto 24px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.filters button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.filters button.active { color: var(--white); background: var(--wine); border-color: var(--wine); }
.catalog-grid { display: grid; max-width: 1400px; margin: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.wine-card { display: flex; min-width: 0; min-height: 460px; flex-direction: column; padding: 20px; background: var(--paper); }
.wine-card .image-wrap { display: grid; height: 220px; place-items: center; margin: -20px -20px 20px; padding: 20px; background: var(--white); }
.wine-card img { width: 100%; height: 190px; object-fit: contain; mix-blend-mode: multiply; }
.wine-card h3 { margin: 9px 0; font: 400 22px/1.15 var(--serif); }
.wine-card .origin { min-height: 34px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.wine-card .mini-facts { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.wine-card .mini-facts span { padding: 5px 7px; color: var(--muted); border: 1px solid var(--line); font-size: 9px; }
.wine-card .mini-facts .sugar-tag { color: var(--wine); border-color: rgba(112,41,52,.42); background: rgba(112,41,52,.05); font-weight: 700; }
.wine-card .card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; }
.wine-card .price { color: var(--wine); font: 400 22px var(--serif); }
.wine-card a { font-size: 11px; font-weight: 700; text-underline-offset: 4px; }
.load-more { display: block; margin: 38px auto 0; padding: 13px 24px; color: var(--wine); border: 1px solid var(--wine); background: transparent; cursor: pointer; }
.load-more[hidden] { display: none; }

.methodology { color: var(--white); background: var(--ink); }
.method-grid { display: grid; max-width: 1400px; margin: auto; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 150px); }
.method-grid p { margin: 0 0 20px; color: #d2c7bd; font-size: 16px; line-height: 1.9; }
.method-grid .fine-print { color: #8f837b; font-size: 12px; }
body > footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 5vw, 80px); color: #a89a90; background: #130c0a; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .09em; }
.empty { grid-column: 1 / -1; padding: 80px 20px; text-align: center; color: var(--muted); background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 42% 1fr; }
  .hero-copy { padding: 70px 48px; }
  .confirmed-favorite-card { grid-template-columns: minmax(280px, .8fr) 1fr; }
  .favorite-copy { padding: 42px; }
  .featured-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .occasion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .occasion-intro { grid-template-columns: 1fr 1fr; }
  .occasion-intro small { grid-column: 2; }
  .popularity-insights { grid-template-columns: repeat(2, 1fr); }
  .popularity-insights article:nth-child(2) { border-right: 0; }
  .popularity-insights article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .popularity-lists { grid-template-columns: 1fr; }
  .household-insights { grid-template-columns: repeat(2, 1fr); }
  .household-insights article:nth-child(2) { border-right: 0; }
  .household-insights article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .country-rankings { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .world-results { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .taste-line { grid-template-columns: repeat(2, 1fr); }
  .taste-line article:nth-child(2) { border-right: 0; }
  .taste-line article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { min-height: 64px; }
  .language-switcher button { padding: 7px 8px; }
  .hero { display: block; min-height: 0; }
  .hero-image { min-height: 58vh; background-position: center 43%; }
  .hero-copy { padding: 54px 22px 62px; }
  h1 { font-size: 52px; }
  .stats { grid-template-columns: 1fr; gap: 13px; margin-top: 40px; }
  .stats div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stats dd { text-align: right; }
  .section { padding: 76px 18px; }
  .section-heading.split { display: block; }
  .section-note { margin-top: 20px; }
  .taste-line { grid-template-columns: 1fr; }
  .taste-line article { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .taste-line article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .taste-line h3 { margin-top: 28px; }
  .confirmed-favorite-card { grid-template-columns: 1fr; }
  .favorite-visual { min-height: 440px; padding-top: 84px; }
  .favorite-bottle { height: 390px; transform: scale(.86); transform-origin: bottom center; }
  .favorite-copy { padding: 36px 24px 42px; }
  .favorite-copy h3 { font-size: 45px; }
  .favorite-facts { grid-template-columns: 1fr; }
  .favorite-facts div, .favorite-facts div:not(:first-child) { min-height: 0; padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(89,49,50,.22); }
  .favorite-facts div:last-child { border-bottom: 0; }
  .featured-grid, .catalog-grid, .social-grid { grid-template-columns: 1fr; }
  .occasion-tabs { overflow-x: auto; }
  .occasion-tabs button { min-width: 118px; white-space: nowrap; }
  .occasion-intro { display: block; }
  .occasion-intro p { margin-top: 18px; }
  .occasion-intro small { display: block; margin-top: 14px; }
  .occasion-grid { grid-template-columns: 1fr 1fr; }
  .popularity-insights { grid-template-columns: 1fr; }
  .popularity-insights article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .household-insights { grid-template-columns: 1fr; }
  .household-insights article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .country-title { min-height: 0; }
  .country-panel { padding: 28px 22px; }
  .household-sources { display: block; }
  .household-sources div { justify-content: flex-start; margin-top: 18px; }
  .featured-card { min-height: 0; }
  .catalog-tools { top: 64px; display: block; }
  .sort-box { justify-content: space-between; margin-top: 8px; padding: 8px 0; border-top: 1px solid var(--line); }
  .filters { justify-content: flex-start; margin-top: 8px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .filters button { white-space: nowrap; }
  .method-grid { grid-template-columns: 1fr; gap: 36px; }
  body > footer { display: none; }

  body { padding-bottom: 68px; background: #fff; }
  .site-header { position: sticky; min-height: 54px; padding: 7px 14px; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid #e5e5e5; }
  .brand { gap: 8px; letter-spacing: .08em; }
  .brand-mark { width: 31px; height: 31px; color: var(--wine); border-color: var(--wine); font-size: 20px; }
  .brand strong { font-size: 12px; }
  .brand small { display: none; }
  .language-switcher { gap: 0; }
  .language-switcher button { padding: 6px 7px; color: #777; font-size: 10px; }
  .language-switcher button.active { color: var(--ink); border-color: var(--wine); }
  main > .hero, main > .taste-section, main > .featured-section, main > .occasion-section, main > .popularity-section, main > .household-section, main > .social-section, main > .world-section, main > .cellar-section, main > .methodology { display: none !important; }
  .mobile-app { display: block; color: #161616; background: #fff; }
  .mobile-feed-head { position: sticky; z-index: 12; top: 54px; display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 8px 14px; background: rgba(255,255,255,.96); border-bottom: 1px solid #e9e9e9; backdrop-filter: blur(12px); }
  .mobile-feed-head div { display: flex; align-items: baseline; gap: 9px; }
  .mobile-feed-head strong { font: 700 13px var(--sans); letter-spacing: .08em; }
  .mobile-feed-head span { color: #777; font-size: 11px; }
  .mobile-feed-head .mobile-count { display: grid; width: auto; min-width: 30px; height: 28px; padding: 0 6px; place-items: center; color: #fff; border-radius: 999px; background: var(--wine); font-size: 9px; }
  .mobile-category-menu { position: sticky; z-index: 11; top: 102px; display: flex; gap: 7px; overflow-x: auto; padding: 8px 12px 9px; background: rgba(255,255,255,.97); border-bottom: 1px solid #eee; scrollbar-width: none; backdrop-filter: blur(12px); }
  .mobile-category-menu::-webkit-scrollbar { display: none; }
  .mobile-category-menu[hidden] { display: none; }
  .mobile-category-menu button { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; padding: 7px 10px; color: #555; border: 1px solid #ddd; border-radius: 999px; background: #fff; font-size: 10px; }
  .mobile-category-menu button small { color: #999; font-size: 8px; }
  .mobile-category-menu button.active { color: #fff; border-color: var(--wine); background: var(--wine); }
  .mobile-category-menu button.active small { color: rgba(255,255,255,.72); }
  .mobile-search-wrap { position: sticky; z-index: 11; top: 102px; padding: 8px 12px; background: rgba(255,255,255,.97); border-bottom: 1px solid #eee; }
  .mobile-search-wrap[hidden] { display: none; }
  .mobile-search-wrap input { width: 100%; padding: 10px 14px; border: 0; border-radius: 12px; outline: 0; background: #f0f0f0; font-size: 13px; }
  .mobile-feed { max-width: 520px; margin: auto; }
  .mobile-wine-post { margin: 0; background: #fff; border-bottom: 8px solid #f3f3f3; }
  .mobile-post-head { display: grid; min-height: 58px; align-items: center; padding: 9px 12px; grid-template-columns: 36px minmax(0,1fr) auto; gap: 9px; }
  .mobile-avatar { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font: italic 18px var(--serif); }
  .mobile-avatar.favorite { background: var(--wine); font: 700 14px var(--sans); }
  .mobile-post-head div { min-width: 0; }
  .mobile-post-head .wine-badges { gap: 3px; margin: 0 0 4px; }
  .mobile-post-head .story-badge { padding: 3px 6px; font-size: 7px; letter-spacing: .08em; }
  .mobile-post-head .community-badge { gap: 3px; padding: 2px 5px 2px 2px; font-size: 7px; }
  .mobile-post-head .community-badge b { width: 14px; height: 14px; font-size: 7px; }
  .mobile-post-head .community-badge small { font-size: 6px; }
  .mobile-post-head strong, .mobile-post-head small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-post-head strong { font-size: 12px; }
  .mobile-post-head small { margin-top: 3px; color: #888; font-size: 9px; }
  .mobile-sku { color: #777; font-size: 9px; white-space: nowrap; }
  .mobile-wine-stage { position: relative; display: grid; width: 100%; height: min(112vw, 515px); place-items: center; overflow: hidden; background: linear-gradient(150deg, #f5f1ea, #e8dfd3); text-decoration: none; }
  .mobile-wine-stage > img { width: 70%; height: 82%; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(49,28,23,.18)); mix-blend-mode: multiply; }
  .mobile-parameter-rail { position: absolute; z-index: 3; right: 10px; bottom: 13px; display: flex; width: 72px; align-items: stretch; flex-direction: column; gap: 7px; }
  .mobile-parameter-rail > span { display: flex; min-height: 50px; align-items: center; justify-content: center; flex-direction: column; padding: 7px 5px; color: #fff; border-radius: 12px; background: rgba(26,19,18,.82); box-shadow: 0 6px 20px rgba(0,0,0,.14); backdrop-filter: blur(9px); }
  .mobile-parameter-rail b { font-size: 11px; line-height: 1.2; text-align: center; }
  .mobile-parameter-rail small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 7px; line-height: 1.25; text-align: center; }
  .mobile-parameter-rail .mobile-candy { min-height: 64px; background: rgba(112,41,52,.91); }
  .mobile-candy b { display: block; max-width: 52px; font-size: 13px; line-height: 1.15; letter-spacing: -2px; }
  .mobile-post-copy { padding: 13px 13px 16px; }
  .mobile-price-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  .mobile-price-line strong { color: var(--wine); font: 700 15px var(--sans); }
  .mobile-price-line a, .mobile-price-line > span { color: #666; font-size: 10px; text-decoration: none; }
  .mobile-post-copy > p { display: -webkit-box; margin: 9px 0 10px; overflow: hidden; color: #404040; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .mobile-tags { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
  .mobile-tags span { flex: 0 0 auto; padding: 5px 7px; color: #666; border-radius: 7px; background: #f2f2f2; font-size: 8px; }
  .mobile-favorite-stage { background: radial-gradient(circle at 45% 30%, rgba(255,255,255,.4), transparent 34%), linear-gradient(150deg, #d7b6ad, #8e525a 54%, #482029); }
  .mobile-favorite-stage > .favorite-product-image { width: auto; max-width: 70%; height: min(102vw, 455px); max-height: 92%; filter: drop-shadow(0 20px 20px rgba(33,14,18,.25)); mix-blend-mode: multiply; }
  .mobile-favorite-stage .mobile-parameter-rail > span { background: rgba(28,14,18,.82); }
  .mobile-favorite-stage .mobile-parameter-rail .mobile-candy { background: rgba(112,41,52,.95); }
  .mobile-empty { margin: 0; padding: 100px 20px; text-align: center; color: #777; font-size: 13px; }
  .mobile-load-more { display: block; width: calc(100% - 24px); max-width: 496px; margin: 18px auto 28px; padding: 13px 16px; color: var(--wine); border: 1px solid rgba(112,41,52,.24); border-radius: 12px; background: #fff7f5; font-size: 11px; }
  .mobile-load-more[hidden] { display: none; }
  .mobile-bottom-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; height: 68px; padding-bottom: env(safe-area-inset-bottom); grid-template-columns: repeat(5,1fr); background: rgba(255,255,255,.97); border-top: 1px solid #ddd; backdrop-filter: blur(14px); }
  .mobile-bottom-nav button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #777; border: 0; background: transparent; }
  .mobile-bottom-nav button > span { height: 22px; font-size: 20px; line-height: 22px; }
  .mobile-bottom-nav small { font-size: 9px; }
  .mobile-bottom-nav button.active { color: var(--wine); }
}
