/** Shopify CDN: Minification failed

Line 417:0 All "@import" rules must come first
Line 806:0 All "@import" rules must come first
Line 1023:0 All "@import" rules must come first
Line 1621:0 All "@import" rules must come first
Line 2402:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:td-index-community-finewines (INDEX:84) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

  .fw-community,
  .fw-community *,
  .fw-community *::before,
  .fw-community *::after { box-sizing: border-box; }
  .fw-community {
    background:
      radial-gradient(ellipse at 10% 15%, rgba(228, 194, 90, 0.14), transparent 60%),
      radial-gradient(ellipse at 90% 85%, rgba(138, 74, 88, 0.10), transparent 55%),
      linear-gradient(180deg, #f7ecd4 0%, #ead9ae 55%, #e2cc99 100%);
    padding: clamp(3rem, 5.5vw, 4.5rem) clamp(1.25rem, 3vw, 3rem);
    color: #2c2226;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .fw-community__deco--dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(201, 162, 39, 0.3) 1px, transparent 2px);
    background-size: 22px 22px;
    opacity: 0.3;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, transparent 0%, #000 70%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, transparent 0%, #000 70%);
  }
  .fw-community__deco--flourish-tl,
  .fw-community__deco--flourish-br {
    position: absolute;
    width: 80px; height: 80px;
    opacity: 0.6;
    pointer-events: none;
  }
  .fw-community__deco--flourish-tl { top: 1.5rem; left: 1.5rem; }
  .fw-community__deco--flourish-br { bottom: 1.5rem; right: 1.5rem; }
  .fw-community__deco svg { width: 100%; height: 100%; }

  .fw-community__inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }

  /* Grid: copy left, stacked images right — equal-width columns on desktop */
  .fw-community__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: stretch;
    width: 100%;
  }
  .fw-community__grid > * {
    min-width: 0;
  }
  @media (min-width: 1000px) {
    .fw-community__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1.75rem, 3.5vw, 3rem);
      align-items: stretch;
    }
  }

  .fw-community__media {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    justify-content: flex-start;
    align-self: stretch;
    min-width: 0;
    width: 100%;
  }

  /* Desktop: stack fills same height as copy column; each image gets half */
  @media (min-width: 1000px) {
    .fw-community__media {
      height: 100%;
      min-height: 0;
      justify-content: stretch;
      gap: clamp(1rem, 2vw, 1.5rem);
    }
    .fw-community__hero,
    .fw-community__collage {
      flex: 1 1 0;
      min-height: 0;
      aspect-ratio: auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .fw-community__hero-img,
    .fw-community__collage-img {
      flex: 1 1 0;
      min-height: 0;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  /* Hero (Dr. Okasi) */
  .fw-community__hero {
    position: relative;
    margin: 0;
    padding: 12px;
    background: #fffaed;
    border: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 32px 70px rgba(90, 31, 46, 0.18), 0 10px 24px rgba(90, 31, 46, 0.08);
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(-0.6deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .fw-community__hero:hover { transform: rotate(0deg); }
  .fw-community__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fw-community__hero-corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1.3px solid #c9a227;
    pointer-events: none;
    z-index: 2;
  }
  .fw-community__hero-corner--tl { top: 4px; left: 4px; border-right: 0; border-bottom: 0; }
  .fw-community__hero-corner--tr { top: 4px; right: 4px; border-left: 0; border-bottom: 0; }
  .fw-community__hero-corner--bl { bottom: 4px; left: 4px; border-right: 0; border-top: 0; }
  .fw-community__hero-corner--br { bottom: 4px; right: 4px; border-left: 0; border-top: 0; }
  .fw-community__hero-caption {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.95rem;
    background: rgba(26, 9, 16, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(228, 194, 90, 0.45);
    border-radius: 999px;
    color: #e4c25a;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    max-width: max-content;
    z-index: 3;
  }
  .fw-community__hero-bar { width: 14px; height: 1px; background: #e4c25a; display: block; }

  /* Body column — centered on mobile, left-aligned on desktop */
  .fw-community__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: clamp(0.5rem, 2vw, 1.5rem) 0;
    min-width: 0;
    width: 100%;
  }
  @media (min-width: 1000px) {
    .fw-community__body {
      align-items: flex-start;
      text-align: left;
      justify-content: flex-start;
      padding-right: clamp(0.5rem, 2vw, 1rem);
    }
  }
  .fw-community__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1.1rem;
  }
  .fw-community__eyebrow-bar {
    display: block;
    width: 28px;
    height: 1.5px;
    background: #c9a227;
  }
  .fw-community__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #2c2226;
    margin: 0 0 1rem;
    max-width: 22ch;
  }
  @media (min-width: 1000px) {
    .fw-community__heading { max-width: none; }
  }
  .fw-community__heading-em {
    font-style: italic;
    font-weight: 400;
    color: #5a1f2e;
    display: block;
  }
  .fw-community__sub {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.97rem, 1.1vw, 1.08rem);
    color: #4a4044;
    line-height: 1.55;
    margin: 0 0 1.35rem;
    max-width: 46ch;
  }
  @media (min-width: 1000px) {
    .fw-community__sub { max-width: none; width: 100%; }
  }
  .fw-community__sub--lead {
    font-weight: 600;
    color: #2c2226;
    margin-bottom: 0.65rem;
  }
  .fw-community__accent {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    font-weight: 700;
    color: #5a1f2e;
    margin: 0 0 1.1rem;
    max-width: 52ch;
    line-height: 1.45;
  }
  @media (min-width: 1000px) {
    .fw-community__accent { max-width: none; width: 100%; }
  }
  .fw-community__long {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    color: #4a4044;
    line-height: 1.6;
    margin: 0 0 1rem;
    max-width: 58ch;
  }
  @media (min-width: 1000px) {
    .fw-community__long { max-width: none; width: 100%; }
  }
  .fw-community__coffee {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    font-style: italic;
    font-weight: 600;
    color: #5a1f2e;
    margin: 0.35rem 0 1.35rem;
    max-width: 52ch;
  }
  @media (min-width: 1000px) {
    .fw-community__coffee { max-width: none; width: 100%; }
  }

  /* Perks */
  .fw-community__perks {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: 44ch;
    align-items: center;
  }
  @media (min-width: 1000px) {
    .fw-community__perks {
      margin-left: 0;
      margin-right: 0;
      align-items: flex-start;
      max-width: none;
      width: 100%;
    }
  }
  .fw-community__perks li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    color: #2c2226;
    line-height: 1.35;
  }
  .fw-community__tick {
    color: #c9a227;
    font-size: 0.9rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    text-shadow: 0 1px 4px rgba(201, 162, 39, 0.35);
  }

  /* Collage — matches hero treatment */
  .fw-community__collage {
    position: relative;
    margin: 0;
    padding: 12px;
    background: #fffaed;
    border: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 32px 70px rgba(90, 31, 46, 0.18), 0 10px 24px rgba(90, 31, 46, 0.08);
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: none;
    transform: rotate(1deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .fw-community__collage:hover { transform: rotate(0deg); }
  .fw-community__collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fw-community__collage-corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1.3px solid #c9a227;
    pointer-events: none;
    z-index: 2;
  }
  .fw-community__collage-corner--tl { top: 4px; left: 4px; border-right: 0; border-bottom: 0; }
  .fw-community__collage-corner--tr { top: 4px; right: 4px; border-left: 0; border-bottom: 0; }
  .fw-community__collage-corner--bl { bottom: 4px; left: 4px; border-right: 0; border-top: 0; }
  .fw-community__collage-corner--br { bottom: 4px; right: 4px; border-left: 0; border-top: 0; }
  .fw-community__collage-caption {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    padding: 0.55rem 0.95rem;
    background: rgba(26, 9, 16, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(228, 194, 90, 0.45);
    border-radius: 999px;
    color: #e4c25a;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.78rem;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    z-index: 3;
  }

  /* CTA */
  .fw-community__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.05rem 2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2226, #1a0910);
    color: #e4c25a;
    border: 1px solid rgba(228, 194, 90, 0.35);
    box-shadow: 0 14px 30px rgba(26, 9, 16, 0.25), inset 0 1px 0 rgba(228, 194, 90, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .fw-community__cta svg { width: 17px; height: 17px; transition: transform 0.3s ease; }
  .fw-community__cta:hover,
  .fw-community__cta:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #5a1f2e, #2c2226);
    box-shadow: 0 20px 38px rgba(26, 9, 16, 0.32);
  }
  .fw-community__cta:hover svg { transform: translateX(5px); }

  @media (max-width: 1000px) {
    .fw-community__hero,
    .fw-community__collage { transform: none; }
    .fw-community__cta { width: 100%; justify-content: center; }
  }
/* END_SECTION:td-index-community-finewines */

/* START_SECTION:td-index-doctor-process-finewines (INDEX:86) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

  .doctor-process--v2 {
    background:
      radial-gradient(ellipse at 15% 20%, rgba(201, 162, 39, 0.10), transparent 55%),
      radial-gradient(ellipse at 85% 80%, rgba(90, 31, 46, 0.07), transparent 60%),
      linear-gradient(180deg, #fcf6e8, #f8efd7);
    padding: clamp(4rem, 7vw, 6.5rem) 1.5rem !important;
    color: #2c2226 !important;
    position: relative;
    overflow: hidden;
  }
  /* Soft grain/noise texture for premium paper feel */
  .doctor-process--v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(90, 31, 46, 0.025) 1px, transparent 0);
    background-size: 3px 3px;
    pointer-events: none;
    opacity: 0.55;
  }
  /* Floating gold particles */
  .doctor-process--v2::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle, rgba(228, 194, 90, 0.35) 1px, transparent 2px),
      radial-gradient(circle, rgba(228, 194, 90, 0.25) 1px, transparent 2px),
      radial-gradient(circle, rgba(228, 194, 90, 0.45) 1.5px, transparent 2.5px);
    background-size: 220px 180px, 320px 240px, 420px 300px;
    background-position: 5% 10%, 70% 60%, 30% 85%;
    background-repeat: no-repeat;
    pointer-events: none;
    animation: dpFloat 14s ease-in-out infinite alternate;
    opacity: 0.85;
  }
  @keyframes dpFloat {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-8px, -10px, 0); }
  }
  .doctor-process--v2 .dp-v2__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .doctor-process--v2 .doctor-process-underline { display: none !important; }

  .dp-v2__eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1rem;
  }
  /* Thin gold hairline above and below the heading pair */
  .dp-v2__inner::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    margin: 0 auto 1.25rem;
  }
  .doctor-process--v2 .dp-v2__heading {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: clamp(2rem, 4.2vw, 3.1rem) !important;
    font-weight: 900 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.02em !important;
    color: #2c2226 !important;
    margin: 0 auto 0.85rem !important;
    max-width: 720px;
  }
  .dp-v2__subheading {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    color: #4a4044;
    line-height: 1.45;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
    max-width: 500px;
    font-style: italic;
  }

  /* Steps grid */
  .dp-v2__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.75rem;
    position: relative;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  }
  @media (min-width: 780px) {
    .dp-v2__steps {
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }
    /* Glowing gradient connector line behind all steps (desktop) */
    .dp-v2__steps::before {
      content: '';
      position: absolute;
      top: 66px;
      left: 6%;
      right: 6%;
      height: 2px;
      background: linear-gradient(90deg,
        rgba(201, 162, 39, 0) 0%,
        rgba(201, 162, 39, 0.55) 15%,
        rgba(228, 194, 90, 0.9) 50%,
        rgba(201, 162, 39, 0.55) 85%,
        rgba(201, 162, 39, 0) 100%);
      opacity: 0.85;
      z-index: 0;
      border-radius: 2px;
      box-shadow: 0 0 16px rgba(228, 194, 90, 0.4);
    }
    /* Travelling shimmer moving along the line */
    .dp-v2__steps::after {
      content: '';
      position: absolute;
      top: 63px;
      left: 6%;
      width: 90px;
      height: 8px;
      background: radial-gradient(circle, rgba(255, 235, 170, 0.85), transparent 65%);
      border-radius: 999px;
      animation: dpShimmer 6s linear infinite;
      pointer-events: none;
      z-index: 0;
    }
  }
  @keyframes dpShimmer {
    0%   { transform: translateX(0%); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { transform: translateX(88vw); opacity: 0; }
  }
  .dp-v2__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
    padding: 0 0.25rem;
  }
  .dp-v2__num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 2.4vw, 2.1rem);
    font-weight: 500;
    font-style: italic;
    color: #c9a227;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 0.2rem;
    text-shadow: 0 2px 10px rgba(201, 162, 39, 0.25);
  }
  /* Ornate icon — glowing gold medallion */
  .dp-v2__icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff8e3, #fcefc5 55%, #e4c25a 100%);
    border: 1.5px solid rgba(201, 162, 39, 0.55);
    color: #5a1f2e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.9),
      0 0 0 7px rgba(201, 162, 39, 0.45),
      0 14px 32px rgba(201, 162, 39, 0.35),
      0 6px 14px rgba(90, 31, 46, 0.12),
      inset 0 2px 6px rgba(255, 255, 255, 0.6);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    position: relative;
  }
  /* Inner dashed orbit — clockwise */
  .dp-v2__icon::before {
    content: '';
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 1px dashed rgba(201, 162, 39, 0.55);
    pointer-events: none;
    animation: dpSpin 14s linear infinite;
  }
  /* Outer astrolabe ring with tick marks — counter-clockwise */
  .dp-v2__icon::after {
    content: '';
    position: absolute;
    inset: -26px;
    border-radius: 50%;
    pointer-events: none;
    background:
      conic-gradient(
        #c9a227 0deg 3deg, transparent 3deg 30deg,
        #c9a227 30deg 33deg, transparent 33deg 60deg,
        #c9a227 60deg 63deg, transparent 63deg 90deg,
        #c9a227 90deg 93deg, transparent 93deg 120deg,
        #c9a227 120deg 123deg, transparent 123deg 150deg,
        #c9a227 150deg 153deg, transparent 153deg 180deg,
        #c9a227 180deg 183deg, transparent 183deg 210deg,
        #c9a227 210deg 213deg, transparent 213deg 240deg,
        #c9a227 240deg 243deg, transparent 243deg 270deg,
        #c9a227 270deg 273deg, transparent 273deg 300deg,
        #c9a227 300deg 303deg, transparent 303deg 330deg,
        #c9a227 330deg 333deg, transparent 333deg 360deg
      );
    -webkit-mask: radial-gradient(circle, transparent 57%, #000 58%, #000 62%, transparent 63%);
            mask: radial-gradient(circle, transparent 57%, #000 58%, #000 62%, transparent 63%);
    opacity: 0.75;
    filter: drop-shadow(0 0 4px rgba(228, 194, 90, 0.35));
    animation: dpSpinReverse 22s linear infinite;
  }
  @keyframes dpSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  @keyframes dpSpinReverse {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
  }
  /* Highlighted step rings spin a bit faster */
  .dp-v2__step--highlight .dp-v2__icon::before { animation-duration: 9s; }
  .dp-v2__step--highlight .dp-v2__icon::after  { animation-duration: 14s; opacity: 0.95; }
  /* Chip under medallion */
  .dp-v2__chip {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.28rem 0.75rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a4a58;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(201, 162, 39, 0.4);
    border-radius: 999px;
    backdrop-filter: blur(4px);
  }
  .dp-v2__step--highlight .dp-v2__chip {
    color: #1a0910;
    background: rgba(228, 194, 90, 0.25);
    border-color: rgba(201, 162, 39, 0.7);
  }
  .dp-v2__icon svg {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 1px 2px rgba(90, 31, 46, 0.2));
  }
  .dp-v2__step:hover .dp-v2__icon,
  .dp-v2__step:focus-within .dp-v2__icon {
    transform: translateY(-6px) scale(1.04);
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.95),
      0 0 0 7px rgba(201, 162, 39, 0.7),
      0 20px 42px rgba(201, 162, 39, 0.5),
      0 10px 22px rgba(90, 31, 46, 0.18),
      inset 0 2px 6px rgba(255, 255, 255, 0.7);
  }
  /* Highlighted (center) step — stronger glow */
  .dp-v2__step--highlight .dp-v2__icon {
    background: radial-gradient(circle at 30% 30%, #ffe89f, #e4c25a 50%, #c9a227 100%);
    color: #2c2226;
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.95),
      0 0 0 7px #c9a227,
      0 22px 48px rgba(201, 162, 39, 0.55),
      0 10px 22px rgba(90, 31, 46, 0.18),
      inset 0 2px 6px rgba(255, 255, 255, 0.5);
    animation: dpPulse 3.5s ease-in-out infinite;
  }
  .dp-v2__step--highlight .dp-v2__num { color: #5a1f2e; }
  @keyframes dpPulse {
    0%, 100% { box-shadow: 0 0 0 6px rgba(255,255,255,0.95), 0 0 0 7px #c9a227, 0 22px 48px rgba(201,162,39,0.55), 0 10px 22px rgba(90,31,46,0.18), inset 0 2px 6px rgba(255,255,255,0.5); }
    50%      { box-shadow: 0 0 0 6px rgba(255,255,255,0.95), 0 0 0 8px #c9a227, 0 26px 56px rgba(201,162,39,0.75), 0 12px 26px rgba(90,31,46,0.2), inset 0 2px 6px rgba(255,255,255,0.6); }
  }
  /* Small decorative sparkle at each step */
  .dp-v2__step::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 18%;
    width: 6px;
    height: 6px;
    background: #c9a227;
    transform: rotate(45deg);
    opacity: 0.55;
    box-shadow: 0 0 10px rgba(228, 194, 90, 0.7);
  }
  .dp-v2__step:nth-child(even)::after {
    top: auto;
    bottom: 8px;
    right: auto;
    left: 18%;
  }
  .dp-v2__title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1rem, 1.1vw, 1.15rem);
    font-weight: 900;
    color: #2c2226;
    margin: 0.2rem 0 0 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .dp-v2__text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: #4a4044;
    line-height: 1.45;
    margin: 0;
    max-width: 180px;
  }

  /* CTA */
  .dp-v2__cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
  }
  .doctor-process--v2 .dp-v2__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.1rem 2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #5a1f2e, #3d1420);
    color: #faf8f9;
    box-shadow: 0 14px 30px rgba(90, 31, 46, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .doctor-process--v2 .dp-v2__cta svg {
    width: 18px; height: 18px;
    transition: transform 0.3s ease;
  }
  .doctor-process--v2 .dp-v2__cta:hover,
  .doctor-process--v2 .dp-v2__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(90, 31, 46, 0.38);
    background: linear-gradient(180deg, #702a3c, #4a1822);
  }
  .doctor-process--v2 .dp-v2__cta:hover svg,
  .doctor-process--v2 .dp-v2__cta:focus-visible svg { transform: translateX(5px); }
  .dp-v2__link {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #5a1f2e;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.25s ease, color 0.25s ease;
  }
  .dp-v2__link:hover,
  .dp-v2__link:focus-visible {
    border-color: #5a1f2e;
    color: #c9a227;
  }

  /* Legacy decorations suppressed */
  .doctor-process--v2 .doctor-process-line-svg,
  .doctor-process--v2 .doctor-process-cta-wrap,
  .doctor-process--v2 .doctor-process-subheading { display: none !important; }
  .doctor-process--v2 .doctor-process-steps > .doctor-process-step { display: none !important; }

  @media (max-width: 780px) {
    .dp-v2__text { max-width: 280px; }
    .doctor-process--v2 .dp-v2__cta { width: 100%; justify-content: center; }
  }
/* END_SECTION:td-index-doctor-process-finewines */

/* START_SECTION:td-index-faq-finewines (INDEX:89) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

  /* Beat the global theme's dark-background rule */
  .shopify-section.section-index-faq,
  .section-index-faq,
  body #faq,
  body section#faq.faq,
  body section#faq.faq.faq--v2 {
    background: #ffffff !important;
    background-image: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  body #faq {
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 3vw, 3rem) !important;
    color: #2c2226 !important;
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .faq--v2,
  .faq--v2 *,
  .faq--v2 *::before,
  .faq--v2 *::after { box-sizing: border-box; }
  .faq--v2 .faq-underline { display: none !important; }
  .faq--v2 .faq-heading { all: unset; }

  .faq-v2__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
  }

  /* Moving botanical side art — mirrors Symptoms section, with gentle sway */
  .faq-v2__side {
    position: absolute;
    top: 50%;
    width: 150px;
    max-height: 78%;
    height: 520px;
    pointer-events: none;
    z-index: 0;
    display: none;
    opacity: 0.95;
  }
  .faq-v2__side svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(90, 31, 46, 0.05));
  }
  .faq-v2__side--left  { left: 2%;  }
  .faq-v2__side--right { right: 2%; }
  @media (min-width: 1100px) { .faq-v2__side { display: block; } }
  @media (min-width: 1300px) {
    .faq-v2__side { width: 180px; }
    .faq-v2__side--left { left: 4%; }
    .faq-v2__side--right { right: 4%; }
  }
  @media (min-width: 1500px) {
    .faq-v2__side { width: 200px; }
    .faq-v2__side--left { left: 5.5%; }
    .faq-v2__side--right { right: 5.5%; }
  }

  /* Gentle float — full column drifts up and down (same pattern as Symptoms) */
  .faq-v2__side--left  { animation: faqFloat 10s ease-in-out infinite alternate; }
  .faq-v2__side--right { animation: faqFloat 12s ease-in-out infinite alternate; animation-delay: -3s; }
  @keyframes faqFloat {
    from { transform: translateY(-51%); }
    to   { transform: translateY(-49%); }
  }

  /* Head — centered, simple, with a hero Q icon */
  .faq-v2__head {
    text-align: center;
    margin: 0 auto clamp(2.25rem, 4vw, 3rem);
  }
  .faq-v2__icon-main {
    display: inline-flex;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.08);
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.22), 0 10px 24px rgba(201, 162, 39, 0.15);
  }
  .faq-v2__icon-main svg { width: 42px; height: 42px; }
  .faq-v2__eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 0.85rem;
  }
  .faq-v2__heading {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: clamp(1.85rem, 3.6vw, 2.75rem) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    color: #2c2226 !important;
    margin: 0 auto 0.85rem !important;
    text-align: center !important;
    display: block !important;
  }
  .faq-v2__intro {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.97rem, 1.1vw, 1.05rem);
    color: #4a4044;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 52ch;
  }

  /* List */
  .faq-v2__list { min-width: 0; }
  .faq-v2__list .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  /* Item — simple card with plus icon */
  .faq-v2__item {
    background: #ffffff;
    border: 1px solid rgba(44, 34, 38, 0.08);
    border-radius: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .faq-v2__item:hover {
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: 0 6px 20px rgba(44, 34, 38, 0.05);
  }
  .faq-v2__item.is-open {
    border-color: rgba(201, 162, 39, 0.55);
    box-shadow: 0 10px 28px rgba(44, 34, 38, 0.07);
  }

  /* Question button */
  .faq-v2__q {
    all: unset;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 1.35rem;
    cursor: pointer;
    box-sizing: border-box;
  }
  .faq-v2__q:focus-visible { outline: 2px solid rgba(201, 162, 39, 0.5); outline-offset: 2px; border-radius: 12px; }
  .faq-v2__q-text {
    flex: 1;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.98rem, 1.15vw, 1.1rem);
    font-weight: 700;
    color: #2c2226;
    line-height: 1.35;
    letter-spacing: -0.003em;
  }
  .faq-v2__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(201, 162, 39, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5a1f2e;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    background: transparent;
  }
  .faq-v2__icon svg { width: 14px; height: 14px; }
  .faq-v2__q:hover .faq-v2__icon { background: rgba(201, 162, 39, 0.1); }
  .faq-v2__item.is-open .faq-v2__icon {
    background: #c9a227;
    border-color: #c9a227;
    color: #1a0910;
    transform: rotate(135deg);
  }

  /* Answer */
  .faq-v2__a {
    padding: 0 1.35rem 1.25rem;
    overflow: hidden;
  }
  .faq-v2__a[hidden] { display: none; }
  .faq-v2__a p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    color: #4a4044;
    line-height: 1.6;
    margin: 0;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(44, 34, 38, 0.08);
    padding-top: 0.85rem;
    animation: faqFadeIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  @keyframes faqFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .faq--v2 .faq-cta-wrap { display: none !important; }
/* END_SECTION:td-index-faq-finewines */

/* START_SECTION:td-index-midlife-kit-home-finewines (INDEX:94) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

  .midlife-kit-home,
  .midlife-kit-home *,
  .midlife-kit-home *::before,
  .midlife-kit-home *::after { box-sizing: border-box; }

  .midlife-kit-home {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: clamp(3rem, 5.5vw, 4.75rem) clamp(1.25rem, 3vw, 3rem);
    background:
      radial-gradient(ellipse at 12% 18%, rgba(228, 194, 90, 0.16), transparent 58%),
      radial-gradient(ellipse at 88% 82%, rgba(90, 31, 46, 0.09), transparent 55%),
      linear-gradient(180deg, #f7ecd4 0%, #ead9ae 52%, #e2cc99 100%);
    color: #2c2226;
  }

  .midlife-kit-home__deco--dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(201, 162, 39, 0.28) 1px, transparent 2px);
    background-size: 22px 22px;
    opacity: 0.35;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 65% 65% at 50% 45%, transparent 0%, #000 72%);
    -webkit-mask-image: radial-gradient(ellipse 65% 65% at 50% 45%, transparent 0%, #000 72%);
  }

  .midlife-kit-home__inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
  }

  .midlife-kit-home__head {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
  }

  .midlife-kit-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1rem;
  }
  .midlife-kit-home__eyebrow-bar {
    display: block;
    width: 28px;
    height: 1.5px;
    background: #c9a227;
  }

  .midlife-kit-home__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.15rem, 4.5vw, 3.35rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #2c2226;
    margin: 0;
  }

  .midlife-kit-home__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
  }
  @media (min-width: 900px) {
    .midlife-kit-home__grid {
      grid-template-columns: 1fr 1fr;
      gap: clamp(1.75rem, 3.5vw, 2.75rem);
      align-items: stretch;
    }
    .midlife-kit-home__card {
      height: 100%;
    }
    .midlife-kit-home__cover-wrap {
      flex-shrink: 0;
    }
    .midlife-kit-home__copy {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
      text-align: left;
    }
    .midlife-kit-home__desc {
      margin-bottom: 0;
    }
    .midlife-kit-home__btn {
      margin-top: auto;
      align-self: stretch;
      justify-content: center;
    }
  }

  .midlife-kit-home__card {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    min-width: 0;
  }

  .midlife-kit-home__cover-wrap {
    position: relative;
    padding: 14px;
    background: #fffaed;
    border: 1px solid rgba(201, 162, 39, 0.4);
    box-shadow:
      0 28px 64px rgba(90, 31, 46, 0.22),
      0 10px 22px rgba(90, 31, 46, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }
  .midlife-kit-home__card:nth-child(1) .midlife-kit-home__cover-wrap { transform: rotate(-0.75deg); }
  .midlife-kit-home__card:nth-child(2) .midlife-kit-home__cover-wrap { transform: rotate(0.75deg); }
  @media (hover: hover) {
    .midlife-kit-home__cover-wrap:hover { transform: rotate(0deg) !important; transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1); }
  }

  .midlife-kit-home__cover {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 3 / 4;
    max-height: min(72vh, 560px);
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
  }
  @media (min-width: 900px) {
    .midlife-kit-home__cover {
      max-height: none;
      max-width: none;
      aspect-ratio: 3 / 4;
    }
  }

  .midlife-kit-home__cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.06) saturate(1.06);
  }

  .midlife-kit-home__cover-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1.4px solid #c9a227;
    z-index: 2;
    pointer-events: none;
  }
  .midlife-kit-home__cover-corner--tl { top: 5px; left: 5px; border-right: 0; border-bottom: 0; }
  .midlife-kit-home__cover-corner--tr { top: 5px; right: 5px; border-left: 0; border-bottom: 0; }
  .midlife-kit-home__cover-corner--bl { bottom: 5px; left: 5px; border-right: 0; border-top: 0; }
  .midlife-kit-home__cover-corner--br { bottom: 5px; right: 5px; border-left: 0; border-top: 0; }

  @media (max-width: 899px) {
    .midlife-kit-home__copy {
      text-align: center;
    }
  }

  .midlife-kit-home__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 600;
    color: #2c2226;
    margin: 0 0 0.5rem;
    line-height: 1.15;
  }

  .midlife-kit-home__tagline {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.92rem, 1.15vw, 1.02rem);
    font-weight: 700;
    font-style: italic;
    color: #5a1f2e;
    line-height: 1.45;
    margin: 0 0 0.85rem;
  }

  .midlife-kit-home__desc {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.08vw, 1.05rem);
    font-weight: 500;
    color: #4a4044;
    line-height: 1.62;
    margin: 0 0 1rem;
  }

  .midlife-kit-home__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.82rem, 1vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.95rem 1.65rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2226, #1a0910);
    color: #e4c25a;
    border: 1px solid rgba(228, 194, 90, 0.35);
    box-shadow: 0 12px 28px rgba(26, 9, 16, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .midlife-kit-home__btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .midlife-kit-home__btn:hover,
  .midlife-kit-home__btn:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #5a1f2e, #2c2226);
    box-shadow: 0 16px 34px rgba(26, 9, 16, 0.3);
  }
  .midlife-kit-home__btn:hover svg { transform: translateX(4px); }

  @media (max-width: 899px) {
    .midlife-kit-home__card:nth-child(1) .midlife-kit-home__cover-wrap,
    .midlife-kit-home__card:nth-child(2) .midlife-kit-home__cover-wrap { transform: none; }
    .midlife-kit-home__btn { width: 100%; justify-content: center; }
  }
/* END_SECTION:td-index-midlife-kit-home-finewines */

/* START_SECTION:td-index-pillars-finewines (INDEX:96) */
.fw-pillars-v2 {
    background: #f7efe4;
    padding: clamp(4rem, 8vw, 7rem) 1.25rem;
    color: #2c2226;
    position: relative;
    overflow: hidden;
  }
  .fw-pillars-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 10% 0%, rgba(201, 162, 39, 0.08), transparent 55%),
      radial-gradient(ellipse at 90% 100%, rgba(90, 31, 46, 0.07), transparent 55%);
    pointer-events: none;
  }
  .fw-pillars-v2__inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .fw-pillars-v2__eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 0.85rem 0;
    text-align: center;
  }
  .fw-pillars-v2__heading {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.02;
    color: #2c2226;
    margin: 0;
    text-align: center;
  }
  .fw-pillars-v2__underline {
    display: block;
    width: min(200px, 40%);
    height: 4px;
    margin: 1.25rem auto 1.5rem;
    border-radius: 3px;
    background: linear-gradient(90deg, #e4c25a, #8a4a58);
  }
  .fw-pillars-v2__intro {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1.1rem, 1.4vw, 1.35rem);
    font-weight: 400;
    color: #3d3236;
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.5;
  }

  /* Grid */
  .fw-pillars-v2__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-bottom: clamp(3rem, 6vw, 5rem);
  }
  @media (min-width: 1100px) {
    .fw-pillars-v2__grid--4 { grid-template-columns: repeat(4, 1fr); }
    .fw-pillars-v2__grid--3 { grid-template-columns: repeat(3, 1fr); }
    .fw-pillars-v2__grid--2 { grid-template-columns: repeat(2, 1fr); }
  }

  /* Card */
  .fw-pillars-v2__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 18px rgba(90, 31, 46, 0.06), 0 1px 4px rgba(90, 31, 46, 0.04);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    will-change: transform;
  }
  .fw-pillars-v2__card:hover,
  .fw-pillars-v2__card:focus-visible {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(90, 31, 46, 0.16), 0 8px 18px rgba(90, 31, 46, 0.08);
  }
  .fw-pillars-v2__card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e8e5e1;
  }
  .fw-pillars-v2__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .fw-pillars-v2__card:hover .fw-pillars-v2__card-img,
  .fw-pillars-v2__card:focus-visible .fw-pillars-v2__card-img {
    transform: scale(1.05);
  }
  .fw-pillars-v2__card-img--empty {
    background: linear-gradient(135deg, #f2e8d4 0%, #dcc8cc 100%);
  }
  .fw-pillars-v2__card-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.92);
    color: #5a1f2e;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
  }
  .fw-pillars-v2__card-body {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
  }
  .fw-pillars-v2__card-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1.25rem, 1.5vw, 1.6rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.15;
    color: #2c2226;
    margin: 0;
  }
  .fw-pillars-v2__card-text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #4a4044;
    margin: 0;
    flex: 1;
  }
  .fw-pillars-v2__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5a1f2e;
    margin-top: 0.5rem;
  }
  .fw-pillars-v2__card-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
  }
  .fw-pillars-v2__card:hover .fw-pillars-v2__card-cta svg,
  .fw-pillars-v2__card:focus-visible .fw-pillars-v2__card-cta svg {
    transform: translateX(6px);
  }

  /* Simple inline CTA — text + single button, no panel */
  .fw-pillars-v2__simple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.75rem;
    padding: 1rem 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
  }
  .fw-pillars-v2__simple-heading {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -0.012em;
    color: #2c2226;
    margin: 0;
    line-height: 1.2;
  }
  .fw-pillars-v2__band-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
  }
  .fw-pillars-v2__simple-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #5a1f2e;
    padding: 0.5rem 0;
    border-bottom: 2px solid #5a1f2e;
    transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
    white-space: nowrap;
  }
  .fw-pillars-v2__simple-btn svg {
    width: 19px; height: 19px;
    stroke-width: 2.25;
    transition: transform 0.3s ease;
  }
  .fw-pillars-v2__simple-btn:hover,
  .fw-pillars-v2__simple-btn:focus-visible {
    color: #c9a227;
    border-color: #c9a227;
  }
  .fw-pillars-v2__simple-btn:hover svg,
  .fw-pillars-v2__simple-btn:focus-visible svg {
    transform: translateX(5px);
  }
  .fw-pillars-v2__band-btn svg {
    width: 14px; height: 14px;
    transition: transform 0.3s ease;
  }
  .fw-pillars-v2__band-btn:hover svg,
  .fw-pillars-v2__band-btn:focus-visible svg {
    transform: translateX(5px);
  }
  .fw-pillars-v2__band-btn--solid {
    background: linear-gradient(180deg, #e4c25a, #c9a227);
    color: #1a0910;
    border: 1px solid #e4c25a;
    box-shadow: 0 8px 22px rgba(201, 162, 39, 0.35);
  }
  .fw-pillars-v2__band-btn--solid:hover,
  .fw-pillars-v2__band-btn--solid:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(201, 162, 39, 0.5);
  }
  .fw-pillars-v2__band-btn--outline {
    background: transparent;
    color: #e4c25a;
    border: 1px solid rgba(228, 194, 90, 0.5);
  }
  .fw-pillars-v2__band-btn--outline:hover,
  .fw-pillars-v2__band-btn--outline:focus-visible {
    background: #e4c25a;
    color: #1a0910;
    border-color: #e4c25a;
    transform: translateY(-2px);
  }
  .fw-pillars-v2__band-sep {
    width: 6px;
    height: 6px;
    background: #e4c25a;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(228, 194, 90, 0.6);
    flex-shrink: 0;
  }
  @media (max-width: 520px) {
    .fw-pillars-v2__band-actions { flex-direction: column; gap: 0.7rem; width: 100%; }
    .fw-pillars-v2__band-btn { width: 100%; justify-content: center; }
    .fw-pillars-v2__band-sep { display: none; }
  }
  .fw-pillars-v2__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.1rem 2rem;
    border-radius: 999px;
    font-size: 0.95rem;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
  }
  .fw-pillars-v2__btn--primary {
    background: linear-gradient(180deg, #e4c25a, #c9a227);
    color: #2c2226;
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.35);
  }
  .fw-pillars-v2__btn--primary:hover,
  .fw-pillars-v2__btn--primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(201, 162, 39, 0.45);
  }
  .fw-pillars-v2__btn--secondary {
    background: transparent;
    color: #faf8f9;
    border: 1.5px solid rgba(250, 248, 249, 0.4);
  }
  .fw-pillars-v2__btn--secondary:hover,
  .fw-pillars-v2__btn--secondary:focus-visible {
    border-color: #e4c25a;
    color: #e4c25a;
    transform: translateY(-2px);
  }
  .fw-pillars-v2__btn--secondary svg {
    width: 16px; height: 16px;
  }
  /* Gold outline variant for "His" button — visually distinct from Her's filled primary */
  .fw-pillars-v2__btn--gold {
    background: transparent;
    color: #e4c25a;
    border: 1.5px solid #e4c25a;
  }
  .fw-pillars-v2__pair-card:hover .fw-pillars-v2__btn--gold,
  .fw-pillars-v2__pair-card:focus-visible .fw-pillars-v2__btn--gold {
    background: #e4c25a;
    color: #2c2226;
  }
  .fw-pillars-v2__pair-card .fw-pillars-v2__btn {
    align-self: flex-start;
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
  }
  .fw-pillars-v2__pair-card .fw-pillars-v2__btn svg {
    width: 16px; height: 16px;
  }

  /* Mobile tweaks */
  @media (max-width: 640px) {
    .fw-pillars-v2 { padding: 3.25rem 1rem; }
    .fw-pillars-v2__grid { gap: 1rem; }
    .fw-pillars-v2__card-body { padding: 1.25rem 1.25rem 1.5rem; }
    .fw-pillars-v2__btn { width: 100%; padding: 1rem 1.5rem; }
  }
/* END_SECTION:td-index-pillars-finewines */

/* START_SECTION:td-index-pricing-finewines (INDEX:97) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

  /* Override global theme rule with higher specificity (ID wins over class) */
  .shopify-section.section-index-pricing,
  .section-index-pricing,
  body #pricing-tiers,
  body section#pricing-tiers.pricing-tiers,
  body section#pricing-tiers.pricing-tiers.pricing-tiers--v2 {
    background: #ffffff !important;
    background-image: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  body #pricing-tiers {
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 3vw, 3rem) !important;
    color: #2c2226 !important;
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .pricing-tiers--v2,
  .pricing-tiers--v2 *,
  .pricing-tiers--v2 *::before,
  .pricing-tiers--v2 *::after { box-sizing: border-box; }
  .pricing-tiers--v2 .pt-v2__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .pricing-tiers--v2 .pricing-tiers-underline { display: none !important; }

  /* Head */
  .pt-v2__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(2.25rem, 4vw, 3.25rem);
  }
  .pt-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1rem;
    justify-content: center;
  }
  .pt-v2__eyebrow-bar { display: block; width: 28px; height: 1.5px; background: #c9a227; }
  .pricing-tiers--v2 .pt-v2__heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
    color: #2c2226 !important;
    margin: 0 auto 1rem !important;
    text-align: center !important;
    max-width: 16ch;
  }
  .pt-v2__heading-em {
    font-style: italic;
    font-weight: 400;
    color: #5a1f2e;
    display: block;
  }
  .pt-v2__sub {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.96rem, 1.1vw, 1.08rem);
    color: #4a4044;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 52ch;
  }

  /* Grid */
  .pricing-tiers--v2 .pt-v2__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    justify-content: center !important;
    align-items: stretch;
    max-width: 1040px;
    margin: 0 auto;
  }
  @media (min-width: 880px) {
    .pricing-tiers--v2 .pt-v2__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.75rem; }
  }

  /* Cards — modal-style elevated on white */
  .pricing-tiers--v2 .pt-v2__card {
    position: relative;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(44, 34, 38, 0.06);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow:
      0 2px 4px rgba(44, 34, 38, 0.04),
      0 14px 32px rgba(44, 34, 38, 0.07),
      0 36px 90px rgba(44, 34, 38, 0.08);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  }
  /* Indent inner children (not the hero image or ribbon) */
  .pricing-tiers--v2 .pt-v2__card > *:not(.pt-v2__hero):not(.pt-v2__ribbon) {
    margin-left: clamp(1.75rem, 3vw, 2.5rem);
    margin-right: clamp(1.75rem, 3vw, 2.5rem);
  }
  .pricing-tiers--v2 .pt-v2__card > *:first-child:not(.pt-v2__hero):not(.pt-v2__ribbon) {
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
  }
  .pricing-tiers--v2 .pt-v2__card > *:last-child {
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  }
  .pt-v2__card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 4px 10px rgba(44, 34, 38, 0.06),
      0 22px 44px rgba(44, 34, 38, 0.10),
      0 56px 120px rgba(44, 34, 38, 0.13);
  }

  /* Featured (dark wine) */
  .pricing-tiers--v2 .pt-v2__card--featured {
    background: linear-gradient(180deg, #2c1018 0%, #1a0910 100%);
    border-color: rgba(228, 194, 90, 0.3);
    color: #f5efe1;
    box-shadow:
      0 2px 6px rgba(26, 9, 16, 0.1),
      0 18px 40px rgba(26, 9, 16, 0.18),
      0 44px 110px rgba(26, 9, 16, 0.28);
  }
  .pt-v2__card--featured:hover {
    transform: translateY(-8px);
    box-shadow:
      0 4px 10px rgba(26, 9, 16, 0.14),
      0 26px 56px rgba(26, 9, 16, 0.26),
      0 64px 140px rgba(26, 9, 16, 0.38);
  }

  /* Hero image strip at top */
  .pt-v2__hero {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5efe1;
  }
  .pt-v2__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .pricing-tiers--v2 .pt-v2__card:hover .pt-v2__hero-img { transform: scale(1.04); }
  .pt-v2__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.25) 100%);
    pointer-events: none;
  }
  .pt-v2__ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0.5rem 1rem;
    background: linear-gradient(180deg, #e4c25a, #c9a227);
    color: #1a0910;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(26, 9, 16, 0.35);
    white-space: nowrap;
    z-index: 4;
  }

  /* Free-tier highlight — wine ribbon, gold pill, oversized "Free" price */
  .pt-v2__ribbon--free {
    background: linear-gradient(180deg, #7a293a, #5a1f2e);
    color: #f5efe1;
    box-shadow: 0 8px 18px rgba(90, 31, 46, 0.45);
  }
  .pricing-tiers--v2 .pt-v2__card--free {
    border: 1.5px solid rgba(228, 194, 90, 0.55);
    box-shadow: 0 22px 60px -28px rgba(228, 194, 90, 0.35);
  }
  .pt-v2__free-pill {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 14px;
    margin: 0 0 6px;
    background: rgba(228, 194, 90, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.55);
    border-radius: 999px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a227;
  }
  .pt-v2__price-free {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    color: #5a1f2e;
    letter-spacing: -0.01em;
  }

  /* Tier Roman numeral watermark */
  .pt-v2__tier-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(3rem, 5vw, 4.25rem);
    font-weight: 400;
    font-style: italic;
    color: rgba(201, 162, 39, 0.22);
    line-height: 1;
    margin: 0 0 -0.4rem -0.1rem;
    letter-spacing: 0.02em;
  }
  .pt-v2__card--featured .pt-v2__tier-num { color: rgba(228, 194, 90, 0.32); }

  .pt-v2__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #8a4a58;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 999px;
    margin-bottom: 1rem;
    align-self: flex-start;
  }
  .pt-v2__card--featured .pt-v2__badge {
    color: #e4c25a;
    background: rgba(228, 194, 90, 0.14);
    border-color: rgba(228, 194, 90, 0.5);
  }

  .pt-v2__card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 2.1vw, 1.85rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.15;
    letter-spacing: -0.012em;
    color: #2c2226;
    margin: 0 0 0.85rem;
  }
  .pt-v2__card--featured .pt-v2__card-title { color: #f5efe1; }

  .pt-v2__card-price {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 2.3rem);
    font-weight: 900;
    letter-spacing: -0.015em;
    color: #5a1f2e;
    margin: 0 0 0.35rem;
    line-height: 1;
  }
  .pt-v2__card--featured .pt-v2__card-price { color: #e4c25a; }
  .pt-v2__price-sub {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #8a4a58;
    margin-left: 0.4rem;
  }
  .pt-v2__card--featured .pt-v2__price-sub { color: rgba(245, 239, 225, 0.65); }

  .pt-v2__card-tagline {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    font-style: italic;
    color: #4a4044;
    line-height: 1.4;
    margin: 0 0 1.15rem;
  }
  .pt-v2__card--featured .pt-v2__card-tagline { color: rgba(245, 239, 225, 0.78); }

  .pt-v2__rule {
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    margin: 0 0 1.25rem;
  }

  .pt-v2__includes {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
  }
  .pt-v2__includes li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #3d3236;
    line-height: 1.4;
  }
  .pt-v2__card--featured .pt-v2__includes li { color: rgba(245, 239, 225, 0.88); }
  .pt-v2__tick {
    color: #c9a227;
    flex-shrink: 0;
    font-size: 0.8rem;
    padding-top: 0.12rem;
    text-shadow: 0 1px 4px rgba(201, 162, 39, 0.35);
  }
  .pt-v2__card--featured .pt-v2__tick { color: #e4c25a; }

  .pt-v2__note {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.78rem;
    font-style: italic;
    color: #6c5f64;
    line-height: 1.45;
    margin: 0 0 1.25rem;
    opacity: 0.85;
  }
  .pt-v2__card--featured .pt-v2__note { color: rgba(245, 239, 225, 0.55); }

  /* CTA button */
  .pricing-tiers--v2 .pt-v2__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.05rem 1.75rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2226, #1a0910);
    color: #e4c25a;
    border: 1px solid rgba(228, 194, 90, 0.35);
    box-shadow: 0 14px 30px rgba(26, 9, 16, 0.22), inset 0 1px 0 rgba(228, 194, 90, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    margin-top: auto;
  }
  .pricing-tiers--v2 .pt-v2__btn svg { width: 17px; height: 17px; transition: transform 0.3s ease; }
  .pricing-tiers--v2 .pt-v2__btn:hover,
  .pricing-tiers--v2 .pt-v2__btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(26, 9, 16, 0.3);
    background: linear-gradient(180deg, #5a1f2e, #2c2226);
  }
  .pricing-tiers--v2 .pt-v2__btn:hover svg { transform: translateX(4px); }

  /* Featured card inverts the CTA — gold pill */
  .pricing-tiers--v2 .pt-v2__card--featured .pt-v2__btn {
    background: linear-gradient(180deg, #e4c25a, #c9a227);
    color: #1a0910;
    border: 1px solid rgba(228, 194, 90, 0.6);
    box-shadow: 0 14px 30px rgba(228, 194, 90, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }
  .pricing-tiers--v2 .pt-v2__card--featured .pt-v2__btn:hover,
  .pricing-tiers--v2 .pt-v2__card--featured .pt-v2__btn:focus-visible {
    box-shadow: 0 20px 38px rgba(228, 194, 90, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, #ffe89f, #e4c25a);
  }

  @media (max-width: 640px) {
    .pricing-tiers--v2 .pt-v2__btn { width: 100%; }
  }
/* END_SECTION:td-index-pricing-finewines */

/* START_SECTION:td-index-story-finewines (INDEX:100) */
/* Story — bold image fills column, whole section fits within viewport */
  .story--bold {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .story--bold .story-layout {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 2rem;
    max-width: none !important;
    width: 100% !important;
  }
  @media (min-width: 1000px) {
    .story--bold .story-layout {
      grid-template-columns: minmax(0, 58%) minmax(0, 1fr) !important;
      /* Section height caps to viewport — no scrolling needed */
      height: calc(100vh - 120px) !important;
      min-height: 560px !important;
      max-height: 820px !important;
      gap: 2.5rem;
      align-items: stretch;
    }
  }
  .story--bold .story-image-block {
    padding: 1rem !important;
    justify-content: center !important;
    align-items: stretch !important;
    margin-top: 0 !important;
    height: 100%;
    min-height: 0;
  }
  @media (min-width: 1000px) {
    .story--bold .story-image-block {
      padding: 1.25rem 1rem 1.25rem 1.5rem !important;
    }
  }
  .story--bold .story-image-wrap {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    height: 100%;
    position: relative;
    display: block !important;
    min-height: 0;
  }
  /* Bold gold frame + dramatic shadow */
  .story--bold .story-image-wrap::before {
    content: '';
    position: absolute;
    inset: -12px;
    border: 2px solid #e4c25a;
    border-radius: 22px;
    pointer-events: none;
    opacity: 0.85;
    z-index: 0;
  }
  .story--bold .story-image-wrap::after {
    content: '';
    position: absolute;
    inset: -12px -12px 0 -12px;
    background: radial-gradient(ellipse at bottom, rgba(228, 194, 90, 0.18), transparent 60%);
    border-radius: 22px;
    pointer-events: none;
    z-index: 0;
  }
  .story--bold .story-image {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    display: block;
    border-radius: 14px;
    box-shadow: 0 32px 70px rgba(90, 31, 46, 0.25), 0 8px 20px rgba(90, 31, 46, 0.12);
    position: relative;
    z-index: 1;
    object-fit: cover;
  }
  /* Mobile fallback: natural flow, image keeps a square ratio */
  @media (max-width: 999px) {
    .story--bold .story-image {
      aspect-ratio: 1 / 1;
      height: auto !important;
    }
  }
  /* Text column: bigger + bolder, fills full height naturally (no flex-center gaps) */
  @media (min-width: 1000px) {
    .story--bold .story-layout {
      grid-template-columns: minmax(0, 54%) minmax(0, 1fr) !important;
      gap: 2rem;
    }
    .story--bold .story-text-block {
      height: 100%;
      display: flex;
      align-items: stretch;
      justify-content: center;
      min-height: 0;
      padding: 1.75rem 1.75rem 1.75rem 0 !important;
    }
    .story--bold .story-text-inner {
      max-height: 100%;
      height: 100%;
      overflow: visible;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-right: 0;
    }
    .story--bold .story-text-inner .story-cta { align-self: center !important; }
    /* Remove forced vertical centering — let copy flow naturally top-to-bottom */
    .story--bold .story-text-inner .story-body {
      flex: 0 0 auto;
      display: block;
      margin: 0 0 0.5rem 0 !important;
    }
    /* Bigger + bolder typography */
    .story--bold .story-text-inner .story-label {
      font-size: 0.85rem !important;
      font-weight: 800 !important;
      letter-spacing: 0.28em !important;
      margin: 0 0 0.9rem 0 !important;
    }
    .story--bold .story-text-inner .story-heading {
      font-size: clamp(2rem, 3vw, 2.65rem) !important;
      font-weight: 900 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.015em !important;
      margin: 0 0 1rem 0 !important;
    }
    .story--bold .story-text-inner .story-p {
      font-size: 1.08rem !important;
      font-weight: 500 !important;
      line-height: 1.55 !important;
      margin: 0 0 0.8rem 0 !important;
    }
    .story--bold .story-text-inner .story-p:last-child { margin-bottom: 0 !important; }
    .story--bold .story-text-inner .story-line,
    .story--bold .story-text-inner .story-line--highlight {
      font-size: 1.15rem !important;
      font-weight: 700 !important;
      line-height: 1.4 !important;
      margin: 0.9rem 0 !important;
    }
    .story--bold .story-text-inner .story-cta {
      padding: 1rem 1.9rem !important;
      font-size: 0.95rem !important;
      font-weight: 900 !important;
      margin: 0.5rem 0 0 0 !important;
      align-self: flex-start;
    }
    .story--bold .story-text-inner .signature {
      font-size: 1.05rem !important;
      font-weight: 500 !important;
      margin: 0.85rem 0 0 0 !important;
    }
  }
  /* Tighter scale on shorter viewports so we still avoid scroll */
  @media (min-width: 1000px) and (max-height: 800px) {
    .story--bold .story-text-inner .story-p { font-size: 0.98rem !important; margin-bottom: 0.6rem !important; }
    .story--bold .story-text-inner .story-line, .story--bold .story-text-inner .story-line--highlight { font-size: 1.02rem !important; margin: 0.6rem 0 !important; }
    .story--bold .story-text-inner .story-heading { font-size: 1.85rem !important; margin-bottom: 0.75rem !important; }
    .story--bold .story-text-block { padding: 1.25rem 1.5rem 1.25rem 0 !important; }
  }
/* END_SECTION:td-index-story-finewines */

/* START_SECTION:td-index-symptoms-finewines (INDEX:101) */
.symptoms--v2 {
    background: #faf3e6 !important;
    padding: clamp(3.5rem, 7vw, 6rem) 1.5rem !important;
    color: #2c2226 !important;
    position: relative;
    overflow: hidden;
  }
  .symptoms--v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 12% 15%, rgba(201, 162, 39, 0.10), transparent 55%),
      radial-gradient(ellipse at 88% 85%, rgba(90, 31, 46, 0.08), transparent 60%);
    pointer-events: none;
  }

  /* Decorative botanical side art — editorial art nouveau */
  .symptoms-v2__side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    max-height: 78%;
    height: 520px;
    pointer-events: none;
    z-index: 0;
    display: none;
    opacity: 0.95;
    animation: sv2Float 10s ease-in-out infinite alternate;
  }
  .symptoms-v2__side--right { animation-duration: 12s; animation-delay: -3s; }
  .symptoms-v2__side svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(90, 31, 46, 0.04));
  }
  .symptoms-v2__side--left { left: 2%; }
  .symptoms-v2__side--right { right: 2%; }
  @media (min-width: 1100px) {
    .symptoms-v2__side { display: block; }
  }
  @media (min-width: 1300px) {
    .symptoms-v2__side { width: 180px; left: 4%; }
    .symptoms-v2__side--right { left: auto; right: 4%; }
  }
  @media (min-width: 1500px) {
    .symptoms-v2__side { width: 200px; left: 5.5%; }
    .symptoms-v2__side--right { left: auto; right: 5.5%; }
  }
  @keyframes sv2Float {
    from { transform: translateY(-51%); }
    to   { transform: translateY(-49%); }
  }

  /* Thin top/bottom gold hairlines to frame the section */
  .symptoms--v2 .symptoms-inner::before,
  .symptoms--v2 .symptoms-inner::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    margin: 0 auto 1.5rem;
  }
  .symptoms--v2 .symptoms-inner::after {
    margin: 2rem auto 0;
  }
  .symptoms--v2 .symptoms-inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }
  /* Hide the old underline decoration */
  .symptoms--v2 .symptoms-underline { display: none !important; }

  .symptoms-v2__eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1rem;
  }
  .symptoms--v2 .symptoms-v2__heading {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
    font-weight: 900 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.02em !important;
    color: #2c2226 !important;
    margin: 0 auto 1rem !important;
    max-width: 680px;
  }
  .symptoms--v2 .symptoms-v2__sub {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: clamp(1rem, 1.15vw, 1.15rem) !important;
    color: #4a4044 !important;
    line-height: 1.55 !important;
    margin: 0 auto 2.25rem !important;
    max-width: 560px;
  }

  /* Pill cloud */
  .symptoms-v2__cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.75rem;
    margin: 0 auto 2.5rem;
    max-width: 860px;
  }
  .symptoms-v2__pill {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.9rem, 1.05vw, 1.02rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #5a1f2e;
    background: #ffffff;
    border: 1.5px solid rgba(90, 31, 46, 0.18);
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 6px rgba(90, 31, 46, 0.04);
  }
  .symptoms-v2__pill:hover,
  .symptoms-v2__pill:focus-visible {
    background: #5a1f2e;
    color: #faf8f9;
    border-color: #5a1f2e;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(90, 31, 46, 0.22);
  }

  /* CTA */
  .symptoms-v2__cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .symptoms-v2__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.1rem 2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #5a1f2e, #3d1420);
    color: #faf8f9;
    box-shadow: 0 14px 30px rgba(90, 31, 46, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .symptoms-v2__cta svg {
    width: 18px; height: 18px;
    transition: transform 0.3s ease;
  }
  .symptoms-v2__cta:hover,
  .symptoms-v2__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(90, 31, 46, 0.38);
    background: linear-gradient(180deg, #702a3c, #4a1822);
  }
  .symptoms-v2__cta:hover svg,
  .symptoms-v2__cta:focus-visible svg { transform: translateX(5px); }

  .symptoms-v2__quiz-support {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a4044;
    line-height: 1.45;
    margin: 0.2rem auto 0;
    max-width: 26rem;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .symptoms-v2__link {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #5a1f2e;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.25s ease, color 0.25s ease;
  }
  .symptoms-v2__link:hover,
  .symptoms-v2__link:focus-visible {
    border-color: #5a1f2e;
    color: #c9a227;
  }

  /* Hide any legacy grid from old markup (safety) */
  .symptoms--v2 .symptoms-grid { display: none !important; }
  .symptoms--v2 .symptoms-cta-wrap { display: none !important; }

  @media (max-width: 640px) {
    .symptoms-v2__pill { padding: 0.7rem 1rem; font-size: 0.9rem; }
    .symptoms-v2__cta { width: 100%; justify-content: center; }
  }
/* END_SECTION:td-index-symptoms-finewines */

/* START_SECTION:td-index-treatment-plans-finewines (INDEX:102) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

  .treatment-plans--v2 {
    background:
      radial-gradient(ellipse at 10% 15%, rgba(228, 194, 90, 0.14), transparent 60%),
      radial-gradient(ellipse at 90% 85%, rgba(138, 74, 88, 0.10), transparent 55%),
      linear-gradient(180deg, #f5ebd3 0%, #ead9ae 55%, #e2cc99 100%) !important;
    padding: clamp(3rem, 5.5vw, 4.5rem) clamp(1.25rem, 3vw, 3rem) !important;
    color: #2c2226 !important;
    position: relative;
    overflow: hidden;
  }
  .tp-v2__deco--dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(201, 162, 39, 0.3) 1px, transparent 2px);
    background-size: 22px 22px;
    opacity: 0.35;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, transparent 0%, #000 70%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, transparent 0%, #000 70%);
  }
  .tp-v2__deco--flourish-tl,
  .tp-v2__deco--flourish-br {
    position: absolute;
    width: 80px; height: 80px;
    opacity: 0.6;
    pointer-events: none;
  }
  .tp-v2__deco--flourish-tl { top: 1.5rem; left: 1.5rem; }
  .tp-v2__deco--flourish-br { bottom: 1.5rem; right: 1.5rem; }
  .tp-v2__deco svg { width: 100%; height: 100%; }

  .treatment-plans--v2 .tp-v2__inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
  }
  .treatment-plans--v2 .treatment-plans-underline,
  .treatment-plans--v2 .treatment-plans-grid,
  .treatment-plans--v2 .treatment-plans-cta-wrap { display: none !important; }

  /* HEAD — short & centered */
  .tp-v2__head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto clamp(2rem, 3.5vw, 3rem);
  }
  .tp-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 1rem;
    justify-content: center;
  }
  .tp-v2__eyebrow-bar {
    display: block;
    width: 28px;
    height: 1.5px;
    background: #c9a227;
  }
  .treatment-plans--v2 .tp-v2__heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(2.2rem, 4.8vw, 3.8rem) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
    color: #2c2226 !important;
    margin: 0 auto 0.9rem !important;
    text-align: center !important;
    max-width: 14ch;
  }
  .treatment-plans--v2 .tp-v2__heading-em {
    font-style: italic !important;
    font-weight: 400;
    color: #5a1f2e;
    display: block;
  }
  .tp-v2__sub {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: clamp(0.95rem, 1.1vw, 1.08rem);
    color: #4a4044;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 46ch;
  }

  /* GALLERY — left image + right linked list (equal column height on desktop) */
  .tp-v2__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    margin: 0 auto clamp(2rem, 3.5vw, 3rem);
    align-items: start;
  }
  @media (min-width: 900px) {
    .tp-v2__gallery {
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
    }
  }
  .tp-v2__frame {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 10px;
    background: #fffaed;
    border: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 32px 70px rgba(90, 31, 46, 0.18), 0 10px 24px rgba(90, 31, 46, 0.1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
  }
  .tp-v2__frame--left  { transform: rotate(-1deg); }
  .tp-v2__frame--links { transform: rotate(1deg); }
  .tp-v2__frame:hover { transform: rotate(0deg); }
  .tp-v2__frame--links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: auto;
    min-height: 0;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.15rem, 2.5vw, 1.65rem);
  }
  @media (min-width: 900px) {
    .tp-v2__frame--links {
      align-self: stretch;
      height: 100%;
      min-height: 100%;
      padding: clamp(1.5rem, 3.2vw, 2.35rem) clamp(1.35rem, 2.8vw, 1.85rem);
      justify-content: center;
    }
  }
  .tp-v2__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.65rem, 1.4vw, 0.95rem);
    text-align: left;
    width: 100%;
  }
  @media (min-width: 900px) {
    .tp-v2__link-list {
      gap: clamp(0.85rem, 1.85vw, 1.2rem);
    }
  }
  .tp-v2__link {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.65rem, 1.5vw, 0.85rem);
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    font-weight: 600;
    color: #2c2226;
    text-decoration: none;
    line-height: 1.42;
    transition: color 0.2s ease;
  }
  @media (min-width: 900px) {
    .tp-v2__link {
      font-size: clamp(1.06rem, 1.55vw, 1.28rem);
      line-height: 1.38;
    }
  }
  .tp-v2__link:hover,
  .tp-v2__link:focus-visible {
    color: #5a1f2e;
    outline: none;
  }
  .tp-v2__link:focus-visible {
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.55);
  }
  .tp-v2__link-mark {
    color: #c9a227;
    flex-shrink: 0;
    margin-top: 0.12em;
    font-size: 0.95em;
    text-shadow: 0 1px 4px rgba(201, 162, 39, 0.35);
  }
  @media (min-width: 900px) {
    .tp-v2__link-mark {
      font-size: 1em;
      margin-top: 0.08em;
    }
  }
  .tp-v2__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* Gold L-corners */
  .tp-v2__frame-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1.3px solid #c9a227;
    z-index: 2;
    pointer-events: none;
  }
  .tp-v2__frame-corner--tl { top: 2px; left: 2px; border-right: 0; border-bottom: 0; }
  .tp-v2__frame-corner--tr { top: 2px; right: 2px; border-left: 0; border-bottom: 0; }
  .tp-v2__frame-corner--bl { bottom: 2px; left: 2px; border-right: 0; border-top: 0; }
  .tp-v2__frame-corner--br { bottom: 2px; right: 2px; border-left: 0; border-top: 0; }

  /* CTA */
  .tp-v2__cta-wrap { display: flex; justify-content: center; }
  .treatment-plans--v2 .tp-v2__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(0.86rem, 1.05vw, 1rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 1.95rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2226, #1a0910);
    color: #e4c25a;
    border: 1px solid rgba(228, 194, 90, 0.35);
    box-shadow: 0 14px 30px rgba(26, 9, 16, 0.25), inset 0 1px 0 rgba(228, 194, 90, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .treatment-plans--v2 .tp-v2__cta svg { width: 17px; height: 17px; transition: transform 0.3s ease; }
  .treatment-plans--v2 .tp-v2__cta:hover,
  .treatment-plans--v2 .tp-v2__cta:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #5a1f2e, #2c2226);
    box-shadow: 0 20px 38px rgba(26, 9, 16, 0.32);
  }
  .treatment-plans--v2 .tp-v2__cta:hover svg { transform: translateX(5px); }

  @media (max-width: 900px) {
    .tp-v2__frame--left,
    .tp-v2__frame--links { transform: none; }
    .treatment-plans--v2 .tp-v2__cta { width: 100%; justify-content: center; }
  }
/* END_SECTION:td-index-treatment-plans-finewines */

/* START_SECTION:td-symptom-quiz-finewines (INDEX:132) */
.symptom-quiz {
    background: #faf3e6;
    color: #2c2226;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  }
  .symptom-quiz__inner {
    max-width: 920px;
    margin: 0 auto;
  }
  .symptom-quiz__breadcrumb {
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
    color: rgba(44, 34, 38, 0.72);
  }
  .symptom-quiz__breadcrumb a {
    color: #5a1f2e;
    text-decoration: none;
  }
  .symptom-quiz__breadcrumb a:hover {
    text-decoration: underline;
  }
  .symptom-quiz__header {
    margin-bottom: 2.25rem;
    text-align: center;
  }
  .symptom-quiz__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a4a58;
    margin: 0 0 0.65rem;
    font-weight: 600;
  }
  .symptom-quiz__title {
    font-family: var(--font-heading-family, inherit);
    font-weight: 600;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #2c2226;
  }
  .symptom-quiz__lede {
    margin: 0 auto;
    max-width: 38rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(44, 34, 38, 0.82);
  }
  .symptom-quiz__form {
    margin-top: 0.5rem;
  }
  .symptom-quiz__section {
    margin-bottom: 2.5rem;
    padding: 1.5rem 1.25rem 1.75rem;
    background: #fffdf8;
    border: 1px solid rgba(138, 74, 88, 0.12);
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(90, 31, 46, 0.04);
  }
  .symptom-quiz__section-title {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #5a1f2e;
    margin: 0 0 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  }
  .symptom-quiz__section-body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .symptom-quiz__row {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(44, 34, 38, 0.08);
  }
  .symptom-quiz__row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .symptom-quiz__symptom {
    margin: 0;
    font-weight: 600;
    font-size: 0.98rem;
    color: #2c2226;
    line-height: 1.35;
  }
  .symptom-quiz__scale {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  @media (min-width: 720px) {
    .symptom-quiz__row {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1.25rem;
    }
    .symptom-quiz__symptom {
      flex: 0 1 38%;
      min-width: 0;
    }
    .symptom-quiz__scale {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0.4rem;
    }
  }
  .symptom-quiz__choice {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 0.45rem;
    border-radius: 8px;
    border: 1px solid rgba(44, 34, 38, 0.14);
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(44, 34, 38, 0.78);
    text-align: center;
    min-height: 2.75rem;
  }
  @media (min-width: 720px) {
    .symptom-quiz__choice {
      flex: 1 1 0;
      min-width: 0;
      font-size: 0.62rem;
      padding: 0.5rem 0.35rem;
    }
  }
  @media (min-width: 900px) {
    .symptom-quiz__choice {
      font-size: 0.65rem;
    }
  }
  .symptom-quiz__choice:hover {
    border-color: rgba(201, 162, 39, 0.65);
    background: #fffef6;
  }
  .symptom-quiz__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
  .symptom-quiz__choice:has(.symptom-quiz__input:checked) {
    border-color: #c9a227;
    background: rgba(201, 162, 39, 0.12);
    color: #2c2226;
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35);
  }
  .symptom-quiz__choice:has(.symptom-quiz__input:focus-visible) {
    outline: 2px solid #8a4a58;
    outline-offset: 2px;
  }
  .symptom-quiz__choice-text {
    line-height: 1.25;
    pointer-events: none;
  }
  .symptom-quiz__footnote {
    margin: 2rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: rgba(44, 34, 38, 0.65);
    text-align: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .symptom-quiz__cta-wrap {
    margin-top: 1.75rem;
    text-align: center;
  }
  .symptom-quiz__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    background: #5a1f2e;
    color: #faf3e6;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
  }
  .symptom-quiz__cta:hover {
    background: #441825;
    color: #fff;
  }
/* END_SECTION:td-symptom-quiz-finewines */