/* ============================================================
   SANGUINE ESTATE — PUBLIC PAGES DESIGN SYSTEM v2
   Loaded after desk.css for all public content pages.

   Goal: editorial, photography-first, warm restraint.
   Benchmark: headwines.com.au — full-screen hero, generous
   whitespace, all-caps kicker labels, Playfair Display headings.

   Constraint: structure and functionality of desk.css is
   preserved. This file only overrides visual presentation.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');


/* ============================================================
   DESIGN TOKENS
   ============================================================ */

:root {
  --san-text:          #1e1008;
  --san-text-muted:    #4d4135;
  --san-text-light:    #7a5b3c;
  --san-brand:         #6d2e1c;
  --san-brand-mid:     #8b3d25;
  --san-brand-light:   #b86843;
  --san-cream:         #fdfaf5;
  --san-cream-mid:     #f7f0e6;
  --san-cream-deep:    #f0e4d2;
  --san-warm-tint:     rgba(180, 104, 67, 0.08);
  --san-border:        rgba(109, 46, 28, 0.12);
  --san-border-mid:    rgba(109, 46, 28, 0.20);
  --san-shadow-xs:     0 2px 8px rgba(61, 35, 16, 0.05);
  --san-shadow-sm:     0 6px 18px rgba(61, 35, 16, 0.07);
  --san-shadow-md:     0 14px 36px rgba(61, 35, 16, 0.09);
  --san-shadow-lg:     0 28px 60px rgba(61, 35, 16, 0.12);
  --san-r-sm:          14px;
  --san-r-md:          22px;
  --san-r-lg:          30px;
  --san-font-serif:    'Playfair Display', Georgia, 'Times New Roman', serif;
  --san-font-sans:     -apple-system, 'Segoe UI', system-ui, sans-serif;
}


/* ============================================================
   PAGE BACKGROUND
   ============================================================ */

body.sanguine-public-content-page,
body.sanguine-home-page {
  background: var(--san-cream);
}


/* ============================================================
   HOME PAGE — REMOVE MAIN MARGIN / WIDTH CONSTRAINT
   Allow the home shell to expand to full viewport width so the
   hero can run edge-to-edge.
   ============================================================ */

body.sanguine-home-page .wp-site-blocks,
body.sanguine-home-page .wp-block-post-content,
body.sanguine-home-page .entry-content,
body.sanguine-home-page main {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

body.sanguine-home-page main > *,
body.sanguine-home-page main > * > * {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ============================================================
   HOME SHELL — FULL WIDTH, FLUSH
   ============================================================ */

body.sanguine-home-page .sanguine-signup-shell,
body.sanguine-home-page .sanguine-home-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* Constrain all non-hero sections back to a readable max width */
body.sanguine-home-page .sanguine-home-shell > *:not(.sanguine-public-home-hero) {
  width: min(100%, 1360px);
  max-width: min(100%, 1360px) !important;
  margin-inline: auto !important;
  padding-inline: clamp(20px, 5vw, 60px) !important;
  box-sizing: border-box;
}

body.sanguine-home-page .sanguine-home-shell > .sanguine-public-home-grid {
  padding-top: 60px !important;
}

body.sanguine-home-page .sanguine-home-shell > .sanguine-public-home-ribbon {
  margin-top: 24px !important;
}

body.sanguine-home-page .sanguine-home-shell > .sanguine-public-feature {
  padding-top: 52px !important;
  padding-bottom: 0 !important;
}

body.sanguine-home-page .sanguine-home-shell > .sanguine-public-quote-grid {
  padding-top: 52px !important;
}

body.sanguine-home-page .sanguine-home-shell > .sanguine-public-cta-band {
  padding-top: 52px !important;
  padding-bottom: 60px !important;
}


/* ============================================================
   HOME PAGE — IMMERSIVE HERO
   Full-viewport-width split: copy left, photography right.
   Min-height 88vh so the hero fills the screen on arrival.
   ============================================================ */

.sanguine-public-home-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 88vh;
  width: 100% !important;
  overflow: hidden;
}

/* Left: editorial text panel */
.sanguine-public-home-hero__copy {
  padding: clamp(48px, 6vw, 90px) clamp(32px, 5vw, 72px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 22px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: var(--san-cream) !important;
  min-height: 88vh;
}

.sanguine-public-home-hero .sanguine-signup-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--san-brand-light);
  margin: 0;
}

.sanguine-public-home-hero h1 {
  font-family: var(--san-font-serif);
  font-weight: 400;
  font-size: clamp(2.8rem, 3.5vw + 0.5rem, 5rem);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--san-text);
  margin: 0;
  max-width: 18ch;
}

.sanguine-public-home-hero .sanguine-signup-summary {
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1.12rem);
  line-height: 1.72;
  color: var(--san-text-muted);
  max-width: 50ch;
  margin: 0;
}

/* Hero CTA group */
.sanguine-public-home-hero .sanguine-signup-nav {
  flex-wrap: wrap;
  gap: 10px;
}

/* Primary CTA — filled wine-red */
.sanguine-public-home-hero .sanguine-signup-nav a:first-child {
  background: var(--san-brand);
  color: #fff8f2;
  border-color: var(--san-brand);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  padding: 14px 26px;
}

.sanguine-public-home-hero .sanguine-signup-nav a:first-child:hover,
.sanguine-public-home-hero .sanguine-signup-nav a:first-child:focus {
  background: var(--san-brand-mid);
  border-color: var(--san-brand-mid);
}

/* Secondary CTAs — ghost */
.sanguine-public-home-hero .sanguine-signup-nav a:not(:first-child) {
  background: transparent;
  color: var(--san-brand);
  border-color: var(--san-border-mid);
  font-size: 0.92rem;
  padding: 14px 22px;
}

.sanguine-public-home-hero .sanguine-signup-nav a:not(:first-child):hover,
.sanguine-public-home-hero .sanguine-signup-nav a:not(:first-child):focus {
  background: var(--san-warm-tint);
  border-color: rgba(109, 46, 28, 0.30);
}

/* Hero facts bar */
.sanguine-public-home-hero__facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sanguine-public-home-hero__facts li {
  padding: 13px 15px !important;
  border-radius: var(--san-r-sm) !important;
  background: rgba(255, 248, 240, 0.8) !important;
  border: 1px solid var(--san-border) !important;
}

.sanguine-public-home-hero__facts span {
  font-size: 0.68rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--san-text-light) !important;
  font-weight: 600 !important;
}

.sanguine-public-home-hero__facts strong {
  font-size: 0.95rem !important;
  color: var(--san-text) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

/* Right: full-height photography */
.sanguine-public-home-hero__media {
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
  min-height: 88vh !important;
  height: 100% !important;
}

.sanguine-public-home-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 88vh;
  object-fit: cover;
  object-position: center center;
}


/* ============================================================
   TYPOGRAPHY — GLOBAL HEADINGS ON PUBLIC PAGES
   ============================================================ */

.sanguine-signup-shell h1,
.sanguine-signup-shell h2,
.sanguine-signup-shell h3,
.sanguine-home-shell h1,
.sanguine-home-shell h2,
.sanguine-home-shell h3 {
  font-family: var(--san-font-serif);
  font-weight: 400;
}

/* Heading scale */
.sanguine-signup-hero h1,
.sanguine-home-shell h1 {
  font-size: clamp(2.3rem, 2rem + 1.2vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.012em;
}

.sanguine-signup-hero h1 {
  font-family: var(--san-font-serif);
}


/* ============================================================
   KICKER / EYEBROW LABELS — CONSISTENT EDITORIAL STYLE
   ============================================================ */

.sanguine-signup-eyebrow,
.sanguine-signup-card-kicker {
  font-family: var(--san-font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--san-brand-light);
  margin: 0;
}


/* ============================================================
   BUTTONS — PREMIUM PILL STYLE
   ============================================================ */

.sanguine-signup-nav a,
.sanguine-signup-link-button {
  padding: 13px 22px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 120ms ease;
}

.sanguine-signup-nav a:hover,
.sanguine-signup-link-button:hover {
  background: rgba(240, 228, 213, 0.95);
  border-color: rgba(109, 46, 28, 0.28);
  transform: translateY(-1px);
}

.sanguine-signup-submit {
  padding: 13px 24px;
  font-size: 0.9rem;
  font-weight: 600;
}


/* ============================================================
   CARDS — CLEANER ROUNDED PANELS WITH MORE BREATHING ROOM
   ============================================================ */

.sanguine-signup-card {
  padding: 34px;
  border-radius: var(--san-r-lg) !important;
  background: linear-gradient(160deg, var(--san-cream) 0%, var(--san-cream-mid) 100%) !important;
  border-color: var(--san-border) !important;
  box-shadow: var(--san-shadow-sm) !important;
  gap: 14px;
}

.sanguine-signup-card h2 {
  font-size: clamp(1.55rem, 1.3rem + 0.7vw, 2.15rem);
  line-height: 1.1;
}

.sanguine-signup-card h3 {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.45rem);
}


/* ============================================================
   HERO SECTIONS (inner pages — Wine Club, Family, etc.)
   ============================================================ */

.sanguine-signup-hero {
  padding: clamp(36px, 4vw, 56px) !important;
  border-radius: var(--san-r-lg) !important;
  gap: 18px;
}

.sanguine-signup-hero h1 {
  font-family: var(--san-font-serif);
  font-weight: 400;
  font-size: clamp(2.3rem, 2rem + 1.2vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.012em;
}

.sanguine-signup-summary {
  font-size: 1.06rem;
  line-height: 1.72;
  max-width: 64ch;
}


/* ============================================================
   HOME GRID CARDS — EDITORIAL PHOTOGRAPHY LINKS
   ============================================================ */

.sanguine-public-home-card {
  padding: 20px;
  border-radius: var(--san-r-md) !important;
  border-color: var(--san-border) !important;
  box-shadow: var(--san-shadow-sm) !important;
  background: var(--san-cream) !important;
  gap: 12px;
}

.sanguine-public-home-card h2 {
  font-family: var(--san-font-serif);
  font-weight: 500;
  font-size: 1.22rem;
  line-height: 1.2;
}

.sanguine-public-home-card img {
  border-radius: var(--san-r-sm) !important;
  aspect-ratio: 16 / 10 !important;
}

.sanguine-public-home-card:hover,
.sanguine-public-home-card:focus {
  box-shadow: var(--san-shadow-md) !important;
  border-color: var(--san-border-mid) !important;
  transform: translateY(-3px);
}


/* ============================================================
   HOME RIBBON — DARK AWARDS / OVERVIEW STRIP
   ============================================================ */

.sanguine-public-home-ribbon {
  border-radius: var(--san-r-lg) !important;
}

.sanguine-public-home-ribbon__intro h2 {
  font-family: var(--san-font-serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 1.5rem + 1vw, 2.8rem);
}


/* ============================================================
   HOME — FEATURE SECTIONS (awards, vineyard splits)
   ============================================================ */

.sanguine-public-feature {
  gap: 28px;
}

.sanguine-public-feature__media,
.sanguine-public-image-card {
  border-radius: var(--san-r-lg) !important;
}


/* ============================================================
   HOME — TESTIMONIALS GRID
   ============================================================ */

.sanguine-public-quote-grid blockquote {
  font-family: var(--san-font-serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.68;
  color: var(--san-text);
}

.sanguine-public-quote-grid .sanguine-signup-card {
  background: linear-gradient(160deg, var(--san-cream) 0%, var(--san-cream-mid) 100%) !important;
  border-radius: var(--san-r-lg) !important;
}


/* ============================================================
   HOME — BOTTOM CTA BAND
   ============================================================ */

.sanguine-public-cta-band {
  border-radius: var(--san-r-lg) !important;
}

.sanguine-public-cta-band h2 {
  font-family: var(--san-font-serif);
  font-weight: 400;
}


/* ============================================================
   STORY PAGES — ADDITIONAL TYPOGRAPHY
   ============================================================ */

.sanguine-public-story-hero__copy h1,
.sanguine-public-story-band h2,
.sanguine-public-story-link h2,
.sanguine-public-story-panel h2,
.sanguine-public-story-section h2 {
  font-family: var(--san-font-serif);
  font-weight: 400;
}

.sanguine-public-story-band {
  border-radius: var(--san-r-lg) !important;
}

.sanguine-public-story-band h2 {
  font-size: clamp(1.8rem, 1.5rem + 0.9vw, 2.6rem);
}


/* ============================================================
   WINE CLUB CARD GRID — TIGHTER, CLEANER
   ============================================================ */

.sanguine-signup-card-grid {
  gap: 22px;
}


/* ============================================================
   FOOTER
   ============================================================ */

.sanguine-public-site-footer__intro h2 {
  font-family: var(--san-font-serif);
  font-weight: 400;
}


/* ============================================================
   RESPONSIVE — TABLET (≤ 960px)
   ============================================================ */

@media (max-width: 960px) {
  .sanguine-public-home-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .sanguine-public-home-hero__copy {
    padding: 52px 36px !important;
    min-height: auto !important;
    order: 2;
  }

  .sanguine-public-home-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    max-width: 100%;
  }

  .sanguine-public-home-hero__media {
    order: 1;
    min-height: 54vw !important;
    height: 54vw !important;
  }

  .sanguine-public-home-hero__media img {
    min-height: 54vw !important;
  }

  .sanguine-public-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.sanguine-home-page .sanguine-home-shell > *:not(.sanguine-public-home-hero) {
    padding-inline: clamp(16px, 4vw, 36px) !important;
  }
}


/* ============================================================
   RESPONSIVE — MOBILE (≤ 640px)
   ============================================================ */

@media (max-width: 640px) {
  .sanguine-public-home-hero__copy {
    padding: 40px 20px !important;
  }

  .sanguine-public-home-hero h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .sanguine-public-home-hero__facts {
    grid-template-columns: 1fr 1fr !important;
  }

  .sanguine-public-home-grid {
    grid-template-columns: 1fr !important;
  }

  .sanguine-public-quote-grid {
    grid-template-columns: 1fr !important;
  }

  .sanguine-public-cta-band {
    grid-template-columns: 1fr !important;
  }

  .sanguine-signup-card-grid {
    grid-template-columns: 1fr !important;
  }

  .sanguine-public-feature,
  .sanguine-public-feature--reverse {
    grid-template-columns: 1fr !important;
  }

  .sanguine-public-feature--reverse .sanguine-public-feature__copy,
  .sanguine-public-feature--reverse .sanguine-public-feature__media {
    order: unset !important;
  }

  .sanguine-public-page-shell {
    padding: 20px 16px !important;
    gap: 22px !important;
  }

  .sanguine-signup-card {
    padding: 24px !important;
  }

  .sanguine-signup-hero {
    padding: 28px 22px !important;
  }
}


/* ============================================================
   HOME PAGE V3 — HEAD WINES STYLE FIRST DRAFT
   ============================================================ */

body.sanguine-home-page .sanguine-head-home,
body.sanguine-home-page .sanguine-head-home > * {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.sanguine-home-page .sanguine-head-home > .sanguine-head-section,
body.sanguine-home-page .sanguine-head-home > .sanguine-head-home-hero,
body.sanguine-home-page .sanguine-head-home > .sanguine-head-statement,
body.sanguine-home-page .sanguine-head-home > .sanguine-head-split,
body.sanguine-home-page .sanguine-head-home > .sanguine-head-newsletter {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  box-sizing: border-box;
}

body.sanguine-home-page > .wp-site-blocks > header.wp-block-template-part,
body.sanguine-home-page .wp-site-blocks > header.wp-block-template-part {
  display: none !important;
}

body.sanguine-home-page .sanguine-head-home {
  background: #eee8dc;
  color: #10131c;
  font-family: var(--san-font-sans);
  overflow-x: clip;
}

body.sanguine-home-page {
  overflow-x: clip;
}

body.sanguine-home-page .sanguine-head-home h1,
body.sanguine-home-page .sanguine-head-home h2,
body.sanguine-home-page .sanguine-head-home h3 {
  font-family: var(--san-font-serif);
  font-weight: 400;
  letter-spacing: 0;
}

body.sanguine-home-page .sanguine-head-home a {
  text-decoration: none;
}

.sanguine-head-home-hero {
  position: relative;
  min-height: 914px;
  height: 100vh;
  max-height: 980px;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.sanguine-head-home-utility {
  position: absolute;
  inset: 0 0 auto;
  z-index: 8;
  min-height: 43px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 10vw, 142px);
  background: #e9e3d7;
  color: #10131c;
  font-size: 0.82rem;
}

.sanguine-head-home-utility a {
  color: inherit;
}

.sanguine-head-home-utility > a span {
  display: inline-block;
  margin-left: 16px;
  font-size: 1.4rem;
  transform: translateY(2px);
}

.sanguine-head-home-utility nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sanguine-head-home-utility nav a + a {
  padding-left: 18px;
  border-left: 1px solid rgba(16, 19, 28, 0.22);
}

.sanguine-head-home-nav {
  position: absolute;
  inset: 43px 0 auto;
  z-index: 7;
  height: 142px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 10vw, 142px);
  color: #fff;
}

.sanguine-head-home-menu {
  display: grid;
  gap: 7px;
  width: 34px;
  justify-self: start;
}

.sanguine-head-home-menu span {
  display: block;
  height: 2px;
  background: currentColor;
}

.sanguine-head-home-logo {
  display: grid;
  justify-items: center;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.sanguine-head-home-logo span {
  font-family: var(--san-font-serif);
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}

.sanguine-head-home-logo small {
  margin-top: 8px;
  font-family: var(--san-font-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.6rem);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}

.sanguine-head-home-cart {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--san-font-serif);
  font-weight: 600;
}

.sanguine-head-home-cart span {
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-top-width: 2px;
}

.sanguine-head-home-slides,
.sanguine-head-home-slide {
  position: absolute;
  inset: 0;
}

.sanguine-head-home-slide {
  opacity: 0;
  animation: sanguineHeroFade 18s infinite;
}

.sanguine-head-home-slide--1 { animation-delay: 0s; }
.sanguine-head-home-slide--2 { animation-delay: 6s; }
.sanguine-head-home-slide--3 { animation-delay: 12s; }

.sanguine-head-home-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 14, 0.64), rgba(8, 10, 14, 0.38) 48%, rgba(8, 10, 14, 0.28));
}

.sanguine-head-home-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: sanguineHeroDrift 18s infinite linear;
}

.sanguine-head-home-slide__copy {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 10vw, 142px);
  bottom: clamp(96px, 13vh, 142px);
  display: grid;
  gap: 34px;
  max-width: min(860px, 76vw);
}

.sanguine-head-home-slide__copy h1 {
  display: block !important;
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

body.sanguine-public-content-page main .sanguine-head-home .sanguine-head-home-slide__copy h1,
body.sanguine-home-page main .sanguine-head-home .sanguine-head-home-slide__copy h1 {
  display: block !important;
}

.sanguine-head-home-slide__copy nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sanguine-head-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 14px 30px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-family: var(--san-font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sanguine-head-button:hover,
.sanguine-head-button:focus {
  transform: translateY(-1px);
}

.sanguine-head-button--solid,
.sanguine-head-button--light {
  background: #fff;
  border-color: #fff;
  color: #10131c;
}

.sanguine-head-button--dark {
  background: #071438;
  border-color: #071438;
  color: #fff;
}

.sanguine-head-button--solid:hover,
.sanguine-head-button--light:hover,
.sanguine-head-button--solid:focus,
.sanguine-head-button--light:focus {
  background: #e9e3d7;
  border-color: #e9e3d7;
  color: #10131c;
}

.sanguine-head-button--dark:hover,
.sanguine-head-button--dark:focus {
  background: #6d2e1c;
  border-color: #6d2e1c;
}

.sanguine-head-section {
  padding: clamp(72px, 7vw, 116px) clamp(24px, 10vw, 142px) !important;
  background: #eee8dc;
}

.sanguine-head-section--releases,
.sanguine-head-statement,
.sanguine-head-section--events {
  background: #eee8dc;
}

.sanguine-head-section--ranges,
.sanguine-head-section--rewards,
.sanguine-head-newsletter {
  background: #f7f3eb;
}

.sanguine-head-section__intro {
  max-width: 760px;
  margin-bottom: 54px;
}

.sanguine-head-section__intro--center {
  margin-inline: auto;
  text-align: center;
}

.sanguine-head-kicker {
  margin: 0 0 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6d2e1c;
}

.sanguine-head-section__intro h2,
.sanguine-head-ranges h2,
.sanguine-head-rewards h2,
.sanguine-head-split h2,
.sanguine-head-newsletter h2,
.sanguine-head-event-grid h3 {
  margin: 0;
  color: #071438;
}

.sanguine-head-section__intro h2,
.sanguine-head-ranges h2,
.sanguine-head-rewards h2,
.sanguine-head-split h2,
.sanguine-head-newsletter h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
  line-height: 1.02;
}

.sanguine-head-section__intro p,
.sanguine-head-ranges p,
.sanguine-head-rewards p,
.sanguine-head-split p,
.sanguine-head-newsletter p,
.sanguine-head-event-grid p,
.sanguine-head-product-card p {
  color: rgba(16, 19, 28, 0.72);
  line-height: 1.72;
}

.sanguine-head-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 44px;
}

.sanguine-head-product-card {
  display: grid;
  color: #10131c;
  text-align: left;
}

.sanguine-head-product-card figure {
  margin: 0 0 24px;
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f3eb 0%, #e9e3d7 100%);
}

.sanguine-head-product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
  transition: transform 420ms ease;
}

.sanguine-head-product-card:hover img,
.sanguine-head-product-card:focus img {
  transform: scale(1.04);
}

.sanguine-head-product-card span,
.sanguine-head-product-card strong {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sanguine-head-product-card span {
  color: #6d2e1c;
}

.sanguine-head-product-card h3 {
  margin: 8px 0 2px;
  font-size: 1.65rem;
  line-height: 1.15;
  color: #071438;
}

.sanguine-head-product-card p {
  margin: 0 0 10px;
}

.sanguine-head-product-card strong {
  color: #10131c;
}

.sanguine-head-section--releases > .sanguine-head-button,
.sanguine-head-section--events > .sanguine-head-button {
  margin-inline: auto;
}

.sanguine-head-ranges {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.sanguine-head-range-tabs {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 22px 38px;
}

.sanguine-head-range-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sanguine-head-range-tabs label {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(16, 19, 28, 0.54);
}

#sanguine-range-estate:checked ~ label[for="sanguine-range-estate"],
#sanguine-range-cellar:checked ~ label[for="sanguine-range-cellar"],
#sanguine-range-club:checked ~ label[for="sanguine-range-club"] {
  color: #071438;
  border-color: #071438;
}

.sanguine-head-range-panels {
  grid-column: 1 / -1;
  margin-top: 34px;
}

.sanguine-head-range-panel {
  display: none;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  text-align: left;
}

#sanguine-range-estate:checked ~ .sanguine-head-range-panels .sanguine-head-range-panel--estate,
#sanguine-range-cellar:checked ~ .sanguine-head-range-panels .sanguine-head-range-panel--cellar,
#sanguine-range-club:checked ~ .sanguine-head-range-panels .sanguine-head-range-panel--club {
  display: grid;
}

.sanguine-head-range-panel p {
  margin: 20px 0 28px;
  max-width: 46ch;
}

.sanguine-head-range-panel figure,
.sanguine-head-split figure {
  margin: 0;
  overflow: hidden;
}

.sanguine-head-range-panel img,
.sanguine-head-split img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sanguine-head-range-panel figure {
  aspect-ratio: 4 / 3;
}

.sanguine-head-statement {
  padding: clamp(110px, 12vw, 170px) clamp(24px, 10vw, 142px) !important;
  text-align: center;
}

.sanguine-head-statement p {
  max-width: 980px;
  margin: 0 auto 42px;
  color: #071438;
  font-family: var(--san-font-serif);
  font-size: clamp(2.9rem, 5.5vw, 6rem);
  line-height: 1.05;
}

.sanguine-head-rewards {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.sanguine-head-rewards > .sanguine-head-button {
  grid-column: 1 / -1;
  justify-self: center;
}

.sanguine-head-rewards__tiers {
  display: grid;
  gap: 18px;
}

.sanguine-head-rewards__tiers article {
  padding: 28px;
  background: #eee8dc;
  border: 1px solid rgba(7, 20, 56, 0.12);
}

.sanguine-head-rewards__tiers span {
  display: block;
  margin-bottom: 6px;
  color: #6d2e1c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sanguine-head-rewards__tiers strong {
  display: block;
  color: #071438;
  font-family: var(--san-font-serif);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.sanguine-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 760px;
  background: #071438;
  color: #fff;
}

.sanguine-head-split--winemaker {
  background: #eee8dc;
  color: #10131c;
}

.sanguine-head-split > div {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 24px;
  padding: clamp(60px, 8vw, 118px) clamp(32px, 8vw, 110px);
}

.sanguine-head-split figure {
  min-height: 640px;
}

.sanguine-head-split h2,
.sanguine-head-split--club .sanguine-head-kicker {
  color: #fff;
}

.sanguine-head-split--club p {
  color: rgba(255, 255, 255, 0.78);
}

.sanguine-head-newsletter {
  padding: clamp(96px, 10vw, 145px) clamp(24px, 10vw, 142px) !important;
  text-align: center;
}

.sanguine-head-newsletter p:not(.sanguine-head-kicker) {
  max-width: 560px;
  margin: 18px auto 30px;
}

.sanguine-head-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 44px;
}

.sanguine-head-event-grid a {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 290px;
  padding: 34px;
  color: #10131c;
  background: #f7f3eb;
  border: 1px solid rgba(7, 20, 56, 0.10);
}

.sanguine-head-event-grid h3 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 1.08;
}

.sanguine-head-event-grid span {
  align-self: end;
  color: #6d2e1c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes sanguineHeroFade {
  0%, 30% { opacity: 1; }
  36%, 94% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes sanguineHeroDrift {
  0% { transform: scale(1.08) translate3d(0, 0, 0); }
  100% { transform: scale(1.16) translate3d(-1.8%, 0, 0); }
}

@media (max-width: 1024px) {
  .sanguine-head-home-hero {
    min-height: 760px;
  }

  .sanguine-head-product-grid,
  .sanguine-head-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sanguine-head-range-panel,
  .sanguine-head-rewards,
  .sanguine-head-split {
    grid-template-columns: 1fr;
  }

  .sanguine-head-split--winemaker figure {
    order: -1;
  }
}

@media (max-width: 720px) {
  .sanguine-head-home-utility {
    position: relative;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 18px;
    text-align: center;
  }

  .sanguine-head-home-utility nav {
    justify-content: center;
  }

  .sanguine-head-home-nav {
    inset: 68px 0 auto;
    height: 110px;
    padding-inline: 18px;
  }

  .sanguine-head-home-logo span {
    font-size: 2rem;
  }

  .sanguine-head-home-logo small {
    font-size: 0.75rem;
  }

  .sanguine-head-home-cart {
    font-size: 0.75rem;
  }

  .sanguine-head-home-hero {
    min-height: 720px;
    height: 720px;
  }

  .sanguine-head-home-slide__copy {
    left: 20px;
    right: 20px;
    bottom: 54px;
    max-width: none;
  }

  .sanguine-head-home-slide__copy h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .sanguine-head-product-grid,
  .sanguine-head-event-grid {
    grid-template-columns: 1fr;
  }

  .sanguine-head-section,
  .sanguine-head-statement,
  .sanguine-head-newsletter {
    padding-inline: 20px !important;
  }

  body.sanguine-home-page .sanguine-public-site-footer {
    padding-inline: 16px;
  }

  body.sanguine-home-page .sanguine-public-site-footer__inner {
    width: 100%;
    box-sizing: border-box;
  }

  .sanguine-head-range-tabs {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sanguine-head-range-panel {
    gap: 26px;
  }

  .sanguine-head-statement p {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .sanguine-head-split > div {
    padding: 48px 22px;
  }

  .sanguine-head-split figure {
    min-height: 420px;
  }
}


/* ============================================================
   HOME PAGE V4 — YERING STATION STYLE DIRECTION
   ============================================================ */

body.sanguine-home-page .sanguine-yering-home,
body.sanguine-home-page .sanguine-yering-home > * {
  width: 100vw !important;
  max-width: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-inline: 0 !important;
}

body.sanguine-home-page .sanguine-yering-home {
  --yering-green: #00442b;
  --yering-green-deep: #003421;
  --yering-green-soft: rgba(0, 68, 43, 0.9);
  --yering-cream: #eee6d6;
  --yering-cream-light: #f8f3ea;
  --yering-ink: #142218;
  max-width: none !important;
  background: var(--yering-cream);
  color: var(--yering-ink);
  overflow-x: clip;
}

body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-hero,
body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-products,
body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-band,
body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-testimonials,
body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-final-cta,
body.sanguine-home-page .sanguine-signup-shell.sanguine-home-shell.sanguine-yering-home > .sanguine-yering-acknowledgement {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.sanguine-home-page .sanguine-yering-home h1,
body.sanguine-home-page .sanguine-yering-home h2,
body.sanguine-home-page .sanguine-yering-home h3,
body.sanguine-home-page .sanguine-yering-home .sanguine-yering-mark {
  font-family: var(--san-font-serif);
  font-weight: 400;
  letter-spacing: 0;
}

.sanguine-yering-hero {
  position: relative;
  min-height: 70vh;
  height: 100vh;
  max-height: 980px;
  overflow: hidden;
  background: #0d1511;
  color: #fff;
}

.sanguine-yering-topline {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  min-height: 44px;
  padding: 0 clamp(20px, 5vw, 70px);
  background: #17130f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sanguine-yering-topline a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.sanguine-yering-header {
  position: fixed;
  inset: 44px 0 auto;
  z-index: 999;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 5vw, 70px);
  background: #3a352c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sanguine-yering-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 36px);
}

.sanguine-yering-header a {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--san-font-serif);
  font-size: clamp(0.95rem, 1vw, 1.15rem);
  text-decoration: none;
}

.sanguine-yering-header nav a:hover,
.sanguine-yering-header nav a:focus,
.sanguine-yering-topline a:hover,
.sanguine-yering-topline a:focus {
  color: #fff;
}

.sanguine-yering-account,
.sanguine-yering-cart {
  white-space: nowrap;
}

.sanguine-yering-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.sanguine-yering-cart {
  font-size: 0.9rem;
}

.sanguine-yering-hero__media,
.sanguine-yering-hero__media::after,
.sanguine-yering-hero__media img {
  position: absolute;
  inset: 0;
}

.sanguine-yering-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: sanguineYeringHeroDrift 24s linear infinite alternate;
}

.sanguine-yering-hero__media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(18, 17, 14, 0.34) 0%, rgba(18, 17, 14, 0.08) 34%, rgba(0, 0, 0, 0.64) 100%),
    rgba(0, 0, 0, 0.06);
}

.sanguine-yering-hero__content {
  position: relative;
  z-index: 5;
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  padding: 192px clamp(22px, 8vw, 120px) 72px;
  text-align: center;
}

.sanguine-yering-mark {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  line-height: 0.82;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.28);
}

.sanguine-yering-mark span {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.42em;
  letter-spacing: 0.16em;
}

.sanguine-yering-hero h1 {
  display: block !important;
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  line-height: 1.05;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.34);
}

.sanguine-yering-hero__summary {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  line-height: 1.52;
}

.sanguine-yering-hero__content nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sanguine-yering-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 44px;
  padding: 13px 26px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.sanguine-yering-button:hover,
.sanguine-yering-button:focus {
  transform: translateY(-1px);
}

.sanguine-yering-button.btn-primary {
  background: #7b1e1e;
  border-color: #7b1e1e;
  color: #fff;
  padding: 14px 22px;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.sanguine-yering-button.btn-primary:hover,
.sanguine-yering-button.btn-primary:focus {
  background: #5f1717;
  border-color: #5f1717;
}

.sanguine-yering-button.btn-secondary {
  border: 2px solid #7b1e1e;
  color: #7b1e1e;
  background: rgba(255, 255, 255, 0.92);
}

.sanguine-yering-button.btn-secondary:hover,
.sanguine-yering-button.btn-secondary:focus {
  background: #7b1e1e;
  color: #fff;
}

.sanguine-yering-button.btn-secondary--light {
  border-color: rgba(255, 255, 255, 0.88);
  color: #fff;
  background: transparent;
}

.sanguine-yering-button.btn-secondary--light:hover,
.sanguine-yering-button.btn-secondary--light:focus {
  background: #fff;
  color: var(--yering-green-deep);
}

.sanguine-yering-button.btn-tertiary {
  background: none;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.92);
  min-width: auto;
  padding-inline: 6px;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sanguine-yering-button.btn-tertiary:hover,
.sanguine-yering-button.btn-tertiary:focus {
  color: #fff;
}

.sanguine-yering-kicker {
  margin: 0 0 14px;
  color: #7b1e1e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sanguine-yering-products {
  padding: clamp(72px, 9vw, 110px) clamp(24px, 8vw, 120px) !important;
  background: var(--yering-cream-light);
}

.sanguine-yering-products__intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.sanguine-yering-products__intro h2,
.sanguine-yering-testimonials__intro h2,
.sanguine-yering-final-cta h2 {
  margin: 0;
  color: var(--yering-green-deep);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.08;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sanguine-yering-product-card {
  display: grid;
  grid-template-rows: 320px minmax(280px, 1fr);
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(20, 34, 24, 0.10);
  box-shadow: 0 18px 36px rgba(20, 34, 24, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.sanguine-yering-product-card figure {
  margin: 0;
  height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #faf6ef 0%, #efe6d7 100%);
  overflow: hidden;
}

.sanguine-yering-product-card img {
  max-width: min(100%, 220px);
  max-height: 270px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sanguine-yering-product-card__copy {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  min-height: 280px;
  padding: 26px 24px 24px;
  background: #fff;
}

.sanguine-yering-product-card__vintage {
  margin: 0;
  color: #7b1e1e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sanguine-yering-product-card h3 {
  margin: 0;
  color: var(--yering-green-deep);
  font-size: 1.9rem;
  line-height: 1.1;
}

.sanguine-yering-product-card p {
  margin: 0;
  color: rgba(20, 34, 24, 0.72);
  line-height: 1.66;
}

.sanguine-yering-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.sanguine-yering-product-card__footer strong {
  color: var(--yering-green-deep);
  font-family: var(--san-font-serif);
  font-size: 2rem;
  font-weight: 400;
}

.sanguine-yering-product-card:hover,
.sanguine-yering-product-card:focus-within {
  box-shadow: 0 24px 44px rgba(20, 34, 24, 0.14);
  transform: translateY(-2px);
}

.sanguine-yering-product-card:hover .sanguine-yering-button.btn-secondary,
.sanguine-yering-product-card:focus-within .sanguine-yering-button.btn-secondary {
  background: #7b1e1e;
  color: #fff;
}

.sanguine-yering-band {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 126px) clamp(24px, 12vw, 178px) !important;
  background-image:
    linear-gradient(90deg, rgba(18, 17, 14, 0.72) 0%, rgba(18, 17, 14, 0.42) 43%, rgba(18, 17, 14, 0.08) 100%),
    var(--sanguine-yering-band-image);
  background-size: 106%;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  transition: background-size 650ms ease, background-position 650ms ease;
}

.sanguine-yering-band::before {
  content: none;
}

.sanguine-yering-band > div {
  position: relative;
  z-index: 1;
  max-width: 620px;
  display: grid;
  justify-items: start;
  gap: 24px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(18, 17, 14, 0.16);
  transition: background 280ms ease, box-shadow 280ms ease, transform 420ms ease;
}

.sanguine-yering-band:hover,
.sanguine-yering-band:focus-within {
  background-size: 112%;
  background-position: center center;
}

.sanguine-yering-band:hover > div,
.sanguine-yering-band:focus-within > div {
  background: rgba(0, 68, 43, 0.76);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  transform: translateY(-10px);
}

.sanguine-yering-band:hover .sanguine-yering-button.btn-secondary--light,
.sanguine-yering-band:focus-within .sanguine-yering-button.btn-secondary--light {
  background: #7b1e1e;
  border-color: #f3d9a0;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.30);
  transform: translateY(-1px);
}

.sanguine-yering-band:hover .sanguine-yering-button.btn-secondary--light:hover,
.sanguine-yering-band:focus-within .sanguine-yering-button.btn-secondary--light:focus {
  background: #f3d9a0;
  border-color: #f3d9a0;
  color: #4a1612;
}

.sanguine-yering-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  line-height: 1.05;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.32);
}

.sanguine-yering-band p {
  max-width: 54ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.72;
  font-size: 1.05rem;
}

.sanguine-yering-band__list,
.sanguine-yering-band__meta {
  display: grid;
  gap: 10px;
}

.sanguine-yering-band__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sanguine-yering-band__list li,
.sanguine-yering-band__meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
}

.sanguine-yering-band__list li::before {
  content: "\2713";
  color: #f3d9a0;
  font-size: 1rem;
}

.sanguine-yering-band--heathcote > div {
  background: rgba(255, 248, 237, 0.92);
  color: var(--yering-ink);
  transition: background 280ms ease, color 280ms ease, transform 420ms ease;
}

.sanguine-yering-band--heathcote h2,
.sanguine-yering-band--heathcote p {
  color: var(--yering-ink);
  text-shadow: none;
}

.sanguine-yering-band--heathcote:hover > div,
.sanguine-yering-band--heathcote:focus-within > div {
  background: rgba(0, 68, 43, 0.86);
  color: #fff;
}

.sanguine-yering-band--heathcote:hover h2,
.sanguine-yering-band--heathcote:hover p,
.sanguine-yering-band--heathcote:focus-within h2,
.sanguine-yering-band--heathcote:focus-within p {
  color: #fff;
}

.sanguine-yering-band--heathcote .btn-secondary--light {
  border-color: #7b1e1e;
  color: #7b1e1e;
}

.sanguine-yering-band--heathcote .btn-secondary--light:hover,
.sanguine-yering-band--heathcote .btn-secondary--light:focus {
  color: #fff;
  background: #7b1e1e;
  border-color: #f3d9a0;
}

.sanguine-yering-band--cellar .sanguine-yering-band__meta {
  grid-template-columns: repeat(3, auto);
  gap: 12px 18px;
}

.sanguine-yering-band--cellar .sanguine-yering-band__meta span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.10);
}

.sanguine-yering-testimonials {
  padding: clamp(72px, 9vw, 105px) clamp(24px, 8vw, 120px) !important;
  background: #fff;
}

.sanguine-yering-testimonials__intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.sanguine-yering-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sanguine-yering-testimonial-card {
  margin: 0;
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(20, 34, 24, 0.10);
  background: var(--yering-cream-light);
}

.sanguine-yering-testimonial-card p {
  margin: 0;
  color: var(--yering-ink);
  font-family: var(--san-font-serif);
  font-size: 1.5rem;
  line-height: 1.45;
}

.sanguine-yering-testimonial-card footer {
  color: rgba(20, 34, 24, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sanguine-yering-final-cta {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: clamp(72px, 8vw, 110px) 24px !important;
  background: linear-gradient(180deg, #123125 0%, #062218 100%);
  color: #fff;
  text-align: center;
}

.sanguine-yering-final-cta .sanguine-yering-kicker,
.sanguine-yering-final-cta h2 {
  color: #fff;
}

.sanguine-yering-band--heathcote {
  background-image:
    linear-gradient(90deg, rgba(18, 17, 14, 0.12) 0%, rgba(18, 17, 14, 0.42) 48%, rgba(18, 17, 14, 0.74) 100%),
    var(--sanguine-yering-band-image);
  justify-items: end;
}

.sanguine-yering-band--cellar {
  background-image:
    linear-gradient(90deg, rgba(18, 17, 14, 0.68), rgba(18, 17, 14, 0.22)),
    var(--sanguine-yering-band-image);
}

.sanguine-yering-acknowledgement {
  display: grid;
  gap: 18px;
  padding: clamp(60px, 7vw, 95px) clamp(24px, 14vw, 190px) !important;
  background: var(--yering-cream);
  color: var(--yering-ink);
  text-align: center;
}

.sanguine-yering-acknowledgement p {
  max-width: 960px;
  margin: 0 auto;
  font-family: var(--san-font-serif);
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.45;
}

@keyframes sanguineYeringHeroDrift {
  0% { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.12) translate3d(-1.4%, 0, 0); }
}


/* ============================================================
   ABOUT + CELLAR DOOR — CONVERSION-LED PUBLIC PAGE REFRESH
   ============================================================ */

.sanguine-conversion-page,
.sanguine-conversion-page > * {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.sanguine-conversion-page {
  --yering-green: #00442b;
  --yering-green-deep: #003421;
  --yering-cream: #eee6d6;
  --yering-cream-light: #f8f3ea;
  --yering-ink: #142218;
  background: var(--yering-cream);
  color: var(--yering-ink);
  overflow-x: clip;
}

.sanguine-conversion-page h1,
.sanguine-conversion-page h2,
.sanguine-conversion-page h3 {
  font-family: var(--san-font-serif);
  font-weight: 400;
  letter-spacing: 0;
}

.sanguine-conversion-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: clamp(110px, 12vw, 150px) clamp(24px, 8vw, 110px) clamp(56px, 7vw, 86px) !important;
  background: #0d1511;
  color: #fff;
  isolation: isolate;
}

.sanguine-conversion-hero__media,
.sanguine-conversion-hero__media::after,
.sanguine-conversion-hero__media img {
  position: absolute;
  inset: 0;
}

.sanguine-conversion-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sanguine-conversion-hero__media::after {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 28, 18, 0.86) 0%, rgba(0, 28, 18, 0.55) 44%, rgba(0, 0, 0, 0.18) 100%);
}

.sanguine-conversion-hero__content,
.sanguine-conversion-proof-card {
  position: relative;
  z-index: 2;
}

.sanguine-conversion-hero {
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 4vw, 48px);
}

.sanguine-conversion-hero__content {
  display: grid;
  align-content: end;
  gap: 20px;
  max-width: 720px;
}

.sanguine-conversion-hero__content h1 {
  margin: 0;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
  line-height: 0.98;
}

.sanguine-conversion-hero__summary {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.68;
}

.sanguine-conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.sanguine-conversion-actions--centered {
  justify-content: center;
}

.sanguine-conversion-proof-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(247, 242, 232, 0.92);
  color: var(--yering-ink);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.sanguine-conversion-proof-card h2 {
  margin: 0;
  color: var(--yering-green-deep);
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  line-height: 1.08;
}

.sanguine-conversion-proof-list,
.sanguine-conversion-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.sanguine-conversion-proof-list li,
.sanguine-conversion-checklist li {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.6;
}

.sanguine-conversion-proof-list li::before,
.sanguine-conversion-checklist li::before {
  content: "\2713";
  color: #7b1e1e;
  font-weight: 700;
}

.sanguine-conversion-intro-band,
.sanguine-conversion-final-cta {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: clamp(68px, 8vw, 96px) clamp(24px, 8vw, 110px) !important;
  text-align: center;
}

.sanguine-conversion-intro-band {
  background: var(--yering-cream-light);
}

.sanguine-conversion-intro-band h2,
.sanguine-conversion-final-cta h2,
.sanguine-conversion-split__copy h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--yering-green-deep);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.sanguine-conversion-intro-band p:last-child,
.sanguine-conversion-final-cta p:last-child {
  max-width: 62ch;
  margin: 0;
  line-height: 1.72;
}

.sanguine-conversion-pillars,
.sanguine-conversion-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 clamp(24px, 8vw, 110px) clamp(68px, 8vw, 92px) !important;
}

.sanguine-conversion-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sanguine-conversion-card,
.sanguine-conversion-link-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid rgba(20, 34, 24, 0.1);
  box-shadow: 0 18px 36px rgba(20, 34, 24, 0.08);
}

.sanguine-conversion-card h3,
.sanguine-conversion-link-card h3 {
  margin: 0;
  color: var(--yering-green-deep);
  font-size: 1.85rem;
  line-height: 1.08;
}

.sanguine-conversion-card p:last-child,
.sanguine-conversion-link-card p:last-child {
  margin: 0;
  color: rgba(20, 34, 24, 0.74);
  line-height: 1.68;
}

.sanguine-conversion-link-card {
  text-decoration: none;
  color: inherit;
}

.sanguine-conversion-link-card:hover,
.sanguine-conversion-link-card:focus {
  transform: translateY(-2px);
}

.sanguine-conversion-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: 0 clamp(24px, 8vw, 110px) clamp(72px, 8vw, 102px) !important;
}

.sanguine-conversion-split--reverse .sanguine-conversion-split__copy {
  order: 2;
}

.sanguine-conversion-split--reverse .sanguine-conversion-split__media {
  order: 1;
}

.sanguine-conversion-split__copy {
  display: grid;
  gap: 22px;
}

.sanguine-conversion-split__media {
  margin: 0;
  min-height: 420px;
}

.sanguine-conversion-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sanguine-conversion-final-cta {
  background: linear-gradient(180deg, #123125 0%, #062218 100%);
  color: #fff;
}

.sanguine-conversion-final-cta .sanguine-yering-kicker,
.sanguine-conversion-final-cta h2 {
  color: #fff;
}

@media (max-width: 960px) {
  .sanguine-yering-topline {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    min-height: 60px;
    padding-block: 10px;
    text-align: center;
  }

  .sanguine-yering-header {
    inset: 60px 0 auto;
    min-height: 76px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 12px;
    text-align: center;
  }

  .sanguine-yering-header nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .sanguine-yering-account,
  .sanguine-yering-cart {
    display: none;
  }

  .sanguine-yering-tiles {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .sanguine-yering-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .sanguine-yering-band {
    background-attachment: scroll;
  }

  .sanguine-yering-band--cellar .sanguine-yering-band__meta {
    grid-template-columns: 1fr;
  }

  .sanguine-conversion-hero,
  .sanguine-conversion-pillars,
  .sanguine-conversion-link-grid,
  .sanguine-conversion-split {
    grid-template-columns: 1fr;
  }

  .sanguine-conversion-proof-card,
  .sanguine-conversion-hero__content {
    max-width: none;
  }

  .sanguine-conversion-split--reverse .sanguine-conversion-split__copy,
  .sanguine-conversion-split--reverse .sanguine-conversion-split__media {
    order: initial;
  }
}

@media (max-width: 640px) {
  .sanguine-yering-hero {
    min-height: 820px;
    height: 820px;
    max-height: none;
  }

  .sanguine-yering-hero__content {
    gap: 16px;
    padding: 164px 20px 36px;
  }

  .sanguine-yering-mark {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .sanguine-yering-hero h1 {
    font-size: clamp(1.55rem, 6vw, 2.1rem);
  }

  .sanguine-yering-hero__content nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .sanguine-yering-button {
    width: min(100%, 300px);
    min-height: 40px;
    padding: 11px 18px;
  }

  .sanguine-yering-button.btn-primary {
    font-size: 1rem;
  }

  .sanguine-yering-product-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .sanguine-yering-band {
    min-height: 560px;
    padding: 54px 22px !important;
  }

  .sanguine-yering-band h2 {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .sanguine-conversion-hero {
    min-height: 0;
    padding: 90px 20px 40px !important;
  }

  .sanguine-conversion-hero__content h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .sanguine-conversion-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sanguine-conversion-intro-band h2,
  .sanguine-conversion-final-cta h2,
  .sanguine-conversion-split__copy h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .sanguine-conversion-card h3,
  .sanguine-conversion-link-card h3 {
    font-size: 1.55rem;
  }

  .sanguine-conversion-split,
  .sanguine-conversion-pillars,
  .sanguine-conversion-link-grid {
    padding-inline: 20px !important;
  }

  .sanguine-conversion-split__media {
    min-height: 300px;
  }
}

