/* The Wine palette is retained during the structural extraction. */

/* Shared editorial component palette. */
:root {
  --wine-card-start: #481026;
  --wine-card-end: #300b1b;
  --wine-card-bg: linear-gradient(145deg, var(--wine-card-start), var(--wine-card-end));
  --wine-card-hover-bg: linear-gradient(145deg, #60132e, #3d0d22);
  --wine-card-selected-bg: linear-gradient(145deg, #801b3e, #52102b);
  --wine-card-inset-bg: #300b1b;
  --wine-card-border: rgba(202, 158, 86, .3);
  --wine-card-shadow: 0 14px 32px rgba(24, 3, 13, .22);
  --news-bg: #f8f4ef;
  --news-text: #321c28;
  --news-heading: #351724;
  --news-accent: #8f2743;
  --news-muted: #6d5963;
  --news-language: #715158;
  --news-surface: #fffdf9;
  --news-border: #e8ddd3;
  --news-date: #816a71;
  --news-rule: #dfd2c6;
  --news-field-border: #cbb5bc;
  --news-byline: #806c73;
  --news-prose: #493640;
  --news-quote-border: #cebcc1;
  --portrait-border: #ffffff18;
  --portrait-location-border: #e5c38160;
  --portrait-photo-shade: #160b13b3;
  --portrait-rule: #e5c38130;
  --portrait-link-underline: #edc88770;
  --portrait-details-rule: #ffffff20;
  --portrait-accent: #e5c381;
  --portrait-text: #eddfd9;
  --portrait-glow: #53243b;
  --portrait-bg: #260d1b;
  --portrait-hero: #432033;
  --portrait-topline: #cbb3bf;
  --portrait-heading: #fff3df;
  --portrait-summary: #e0ced6;
  --portrait-byline: #c1a5b4;
  --portrait-photo-caption: #fff4e6;
  --portrait-facts: #4b293b;
  --portrait-label: #c3aab7;
  --portrait-value: #f3e4dc;
  --portrait-button: #af345e;
  --portrait-button-hover: #c74370;
  --portrait-number: #ce9d55;
  --portrait-prose: #eadbdc;
  --portrait-subheading: #f1d7a6;
  --portrait-link: #edc887;
  --portrait-caption: #c6aebb;
  --portrait-quote: #f2d8a8;
  --portrait-summary-heading: #efdab5;
  --portrait-share: #cfb5c2;
  --producers-card-border: rgba(255, 239, 222, .18);
  --producers-card-hover-border: rgba(255, 239, 222, .36);
  --producers-rule: rgba(234, 196, 125, .3);
  --producers-control-bg: rgba(255,255,255,.08);
  --producers-control-hover: rgba(255,255,255,.15);
  --producers-intro: rgba(255,255,255,.8);
  --producers-placeholder: rgba(255,255,255,.5);
  --producers-control-text: rgba(255,255,255,.7);
  --producers-control-border: rgba(255,255,255,.1);
  --producers-disabled: rgba(255,255,255,.3);
  --producers-body-muted: rgba(255,255,255,.6);
  --producers-card-start: var(--wine-card-start);
  --producers-card-end: var(--wine-card-end);
  --producers-heading: #eac47d;
  --producers-meta: #e1c9b9;
  --producers-summary: #f0e2da;
  --producers-link: #f3e8d8;
  --producers-selected-start: #831843;
  --producers-selected-end: #5c1a2a;
  --portrait-font: Georgia, serif;
  --producers-font: "Playfair Display", Georgia, serif;
}

/* One saturated bordeaux surface for public and producer cards, without a pale glaze. */
body[data-site="wine"] {
  --site-theme-surface-color: var(--wine-card-start);
  --site-theme-surface-strong-color: #60132e;
  --site-theme-surface-soft-color: var(--wine-card-end);
  --site-theme-surface-bg: var(--wine-card-bg);
  --site-theme-surface-strong-bg: var(--wine-card-hover-bg);
  --site-theme-surface-soft-bg: var(--wine-card-bg);
  --site-theme-inset-bg: var(--wine-card-inset-bg);
  --site-continuous-panel-bg: var(--wine-card-bg);
  --site-continuous-panel-bg-strong: var(--wine-card-hover-bg);
  --site-continuous-border: var(--wine-card-border);
  --site-continuous-shadow: var(--wine-card-shadow);
  --site-home-surface: var(--wine-card-bg);
  --site-home-surface-strong: var(--wine-card-hover-bg);
  --site-v2-panel: var(--wine-card-start);
  --site-v2-panel-soft: var(--wine-card-end);
  --site-v2-panel-alt: var(--wine-card-end);
  --portrait-facts: var(--wine-card-start);
}

/* Homepage actions and evaluation highlights use the Wine gold accent. */
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-hero-cta .site-btn-ghost {
  border-color: #e6c77f;
  background: linear-gradient(135deg, #e7c97f 0%, #c79d4f 100%);
  color: #35101f;
  box-shadow: 0 12px 26px rgba(38, 7, 21, .24);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-hero-cta .site-btn-ghost:hover,
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-hero-cta .site-btn-ghost:focus-visible {
  border-color: #f3dda7;
  background: linear-gradient(135deg, #f1d995 0%, #d9b765 100%);
  color: #2c0b19;
  box-shadow: 0 14px 30px rgba(38, 7, 21, .3);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-grid {
  gap: 1.25rem;
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-card {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  padding: 1.65rem;
  border-color: rgba(229, 195, 129, .38);
  background: linear-gradient(145deg, #481026 0%, #300b1b 100%);
  box-shadow: 0 16px 34px rgba(24, 3, 13, .24);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #e8cb88, #b98a3c 68%, transparent);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-value {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 .9rem;
  padding: .3rem .68rem;
  border: 1px solid rgba(232, 203, 136, .42);
  border-radius: 999px;
  background: rgba(232, 203, 136, .1);
  color: #efd597;
  font-family: "Manrope", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-card h3 {
  margin: 0 0 .55rem;
  color: #fff0da;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.2;
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-card p {
  color: rgba(243, 224, 214, .78);
  line-height: 1.6;
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-proof-card:hover {
  border-color: rgba(239, 210, 150, .62);
  background: linear-gradient(145deg, #55132c 0%, #350c1f 100%);
  transform: translateY(-2px);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-timeline-item.done::after,
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-timeline-item.done .site-timeline-dot {
  border-color: var(--site-gold);
  background: var(--site-gold);
}
body[data-site="wine"].site-home-v2-page .site-home-v2 .site-timeline-item.active .site-timeline-dot {
  border-color: var(--site-gold-light);
  background: #3b1024;
  box-shadow: 0 0 0 4px var(--site-gold-soft);
}

/* Wide Double Gold assets (98–100) need more space than square medals. */
body[data-site="wine"].site-home-v2-page:not(.site-public-page) .site-home-v2 .site-slider-track .site-score-card[data-double-gold] {
  --double-gold-width: clamp(132px, 11.5vw, 168px);
  grid-template-columns: var(--double-gold-width) minmax(0, 1fr);
  padding-inline: 10px;
  column-gap: 8px;
}
body[data-site="wine"].site-home-v2-page:not(.site-public-page) .site-home-v2 .site-score-card[data-double-gold] .site-score-badge {
  width: var(--double-gold-width);
  height: auto;
  aspect-ratio: 504 / 309;
}
body[data-site="wine"].site-home-v2-page:not(.site-public-page) .site-home-v2 .site-score-card[data-double-gold] .site-score-score-badge {
  height: auto;
}
/* A typographic score below 90, distinct from the round branded medals. */
body[data-site="wine"] .wine-score-rating {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  flex: 0 0 auto; width: 76px; height: 68px; max-width: 100%; padding: 8px;
  border: 0; border-radius: 0;
  background: transparent; color: #f3a4b5;
  box-shadow: none; line-height: 1; font-family: "Manrope", sans-serif;
}
body[data-site="wine"] .wine-score-rating__value { font-size: 2.35rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
body[data-site="wine"].certificate-verify-page {
  --verify-bg-start: #2b0b17;
  --verify-bg-middle: #4a1127;
  --verify-bg-end: #1e0710;
  --verify-panel: rgba(58, 14, 31, .74);
  --verify-gold: #e8d5a3;
}
