:root {
      --ink: #17130f;
      --ink-soft: #3f372f;
      --cream: #f5f0e7;
      --paper: #fffdf9;
      --white: #ffffff;
      --wine: #8e2437;
      --wine-dark: #651827;
      --gold: #b8923b;
      --gold-soft: #dbc287;
      --sage: #5d6751;
      --line: #dfd7ca;
      --muted: #655d55;
      --shadow: 0 24px 70px rgba(46, 33, 22, .12);
      --radius: 22px;
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 190px; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input, select { font: inherit; }
    .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 14px;
      color: var(--wine);
      font-size: .76rem;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, .serif { font-family: Georgia, "Times New Roman", serif; }
    h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .94; letter-spacing: -.055em; }
    h2 { margin-bottom: 14px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.035em; }
    h3 { line-height: 1.15; }
    p { color: var(--muted); line-height: 1.7; }
    .section { padding: 92px 0; }
    .section--tight { padding: 66px 0; }
    .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
    .section-heading p { max-width: 560px; margin-bottom: 0; }
    .text-link { color: var(--wine); font-weight: 800; text-decoration: none; white-space: nowrap; }
    .text-link:hover { text-decoration: underline; }

    .topbar {
      color: white;
      background: var(--wine-dark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .035em;
    }
    .topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 22px; text-align: center; }
    .topbar span { opacity: .78; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 253, 249, .94);
      border-bottom: 1px solid rgba(223, 215, 202, .78);
      backdrop-filter: blur(16px);
    }
    .header-main {
      min-height: 86px;
      display: grid;
      grid-template-columns: 180px minmax(280px, 1fr) auto;
      align-items: center;
      gap: 32px;
    }
    .brand { display: inline-flex; align-items: center; text-decoration: none; }
    .brand img { width: 88px; height: auto; }
    .search {
      position: relative;
      display: flex;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: white;
      box-shadow: 0 8px 26px rgba(46, 33, 22, .05);
      overflow: hidden;
    }
    .search svg { position: absolute; left: 18px; width: 19px; height: 19px; color: var(--muted); }
    .search input { width: 100%; min-height: 48px; padding: 0 18px 0 50px; border: 0; outline: 0; color: var(--ink); background: transparent; }
    .search button { align-self: stretch; padding: 0 22px; border: 0; color: white; background: var(--ink); font-weight: 800; cursor: pointer; }
    .header-actions { display: flex; align-items: center; gap: 12px; }
    .icon-button {
      display: grid;
      width: 43px;
      height: 43px;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: white;
      text-decoration: none;
      cursor: pointer;
    }
    .icon-button svg { width: 19px; height: 19px; }
    .basket { position: relative; }
    .basket-count { position: absolute; top: -4px; right: -3px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: white; background: var(--wine); font-size: .64rem; font-weight: 800; }
    .menu-button { display: none; }
    .desktop-nav { border-top: 1px solid rgba(223, 215, 202, .72); }
    .desktop-nav ul { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
    .desktop-nav a { font-size: .82rem; font-weight: 800; text-decoration: none; }
    .desktop-nav a:hover { color: var(--wine); }
    .nav-highlight { color: var(--wine) !important; }
    .mobile-search { display: none; }

    .hero-wrap { padding: 42px 0 26px; background:
      radial-gradient(circle at 82% 15%, rgba(184,146,59,.16), transparent 26%),
      linear-gradient(180deg, #fbf7ef 0%, #fffdf9 100%); }
    .hero {
      min-height: 600px;
      display: grid;
      grid-template-columns: 1.04fr .96fr;
      align-items: center;
      gap: 54px;
    }
    .hero-copy { padding: 34px 0 52px; }
    .hero-copy > p { max-width: 660px; margin-bottom: 28px; font-size: 1.1rem; }
    .hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
    .button {
      display: inline-flex;
      min-height: 50px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 23px;
      border: 1px solid var(--ink);
      border-radius: 999px;
      color: white;
      background: var(--ink);
      font-size: .86rem;
      font-weight: 850;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,19,15,.16); }
    .button--light { color: var(--ink); background: transparent; }
    .button--wine { border-color: var(--wine); background: var(--wine); }
    .button svg { width: 16px; }
    .hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--ink-soft); font-size: .78rem; font-weight: 800; }
    .hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
    .hero-proof svg { width: 17px; color: var(--gold); }

    .hero-visual {
      position: relative;
      min-height: 520px;
      display: grid;
      place-items: center;
    }
    .hero-panel {
      position: relative;
      width: min(100%, 530px);
      min-height: 470px;
      overflow: hidden;
      border-radius: 36px;
      background:
        radial-gradient(circle at 70% 28%, rgba(216,194,135,.36), transparent 25%),
        linear-gradient(145deg, #34231a, #17130f 72%);
      box-shadow: var(--shadow);
    }
    .hero-panel::before {
      position: absolute;
      inset: 0;
      content: "";
      opacity: .2;
      background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.1) 50%, transparent 51%), linear-gradient(transparent 49%, rgba(255,255,255,.08) 50%, transparent 51%);
      background-size: 48px 48px;
    }
    .hero-product {
      position: absolute;
      z-index: 2;
      right: -10px;
      bottom: -3px;
      width: 88%;
      filter: drop-shadow(0 35px 24px rgba(0,0,0,.34));
      transform: rotate(-7deg);
    }
    .hero-stamp {
      position: absolute;
      z-index: 3;
      top: 36px;
      left: 34px;
      width: 142px;
      height: 142px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 50%;
      color: white;
      text-align: center;
      transform: rotate(-8deg);
    }
    .hero-stamp strong { display: block; color: var(--gold-soft); font: 700 1.55rem Georgia,serif; }
    .hero-stamp span { display: block; max-width: 90px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .floating-card {
      position: absolute;
      z-index: 4;
      right: -22px;
      top: 90px;
      width: 196px;
      padding: 17px 18px;
      border: 1px solid rgba(255,255,255,.5);
      border-radius: 18px;
      background: rgba(255,253,249,.92);
      box-shadow: 0 18px 38px rgba(23,19,15,.2);
      backdrop-filter: blur(14px);
    }
    .floating-card small { color: var(--wine); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
    .floating-card strong { display: block; margin-top: 5px; font-family: Georgia,serif; font-size: 1.35rem; }
    .floating-card span { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; }

    .quick-shop {
      position: relative;
      z-index: 5;
      margin-top: -6px;
      padding-bottom: 26px;
    }
    .quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .quick-card {
      position: relative;
      min-height: 132px;
      padding: 22px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: white;
      text-decoration: none;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .quick-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 16px 34px rgba(46,33,22,.08); }
    .quick-card span { display: block; margin-bottom: 9px; color: var(--wine); font-size: .69rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .quick-card strong { display: block; max-width: 170px; font: 700 1.25rem Georgia,serif; }
    .quick-card svg { position: absolute; right: 15px; bottom: 14px; width: 64px; height: 64px; color: rgba(184,146,59,.45); }

    .best-sellers { background: var(--cream); }
    .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
    .product-card {
      position: relative;
      min-width: 0;
      overflow: hidden;
      border: 1px solid #e3dacd;
      border-radius: 22px;
      background: white;
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(46,33,22,.11); }
    .product-image {
      position: relative;
      min-height: 245px;
      display: grid;
      place-items: center;
      overflow: hidden;
      background: linear-gradient(145deg, #f6efe4, #efe4d3);
    }
    .badge { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--wine); font-size: .63rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
    .cigar-art { position: relative; width: 78%; height: 48px; border-radius: 22px 9px 9px 22px; background: linear-gradient(180deg, #9e7250 0%, #6e452e 49%, #3d2418 52%, #875b3d 100%); box-shadow: 0 20px 24px rgba(63,36,22,.22); transform: rotate(-10deg); }
    .cigar-art::before { position: absolute; top: 5px; right: 9px; width: 20px; height: 38px; border-radius: 4px 9px 9px 4px; content: ""; background: linear-gradient(90deg,#2e2018,#aa8d72); opacity: .38; }
    .cigar-art::after { position: absolute; inset: 0 auto 0 43%; width: 42px; content: ""; border-left: 3px solid #d5aa46; border-right: 3px solid #d5aa46; background: var(--wine); box-shadow: inset 0 0 0 2px rgba(255,255,255,.25); }
    .cigar-art--light { background: linear-gradient(180deg, #caa47c 0%, #99714f 48%, #755036 52%, #bb8d64 100%); }
    .cigar-art--barber { background: repeating-linear-gradient(135deg,#a47a54 0 16px,#633923 16px 30px); }
    .cigar-art--dark { background: linear-gradient(180deg,#785039,#4d2c20 48%,#291711 52%,#67412e); }
    .product-info { padding: 20px; }
    .product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
    .product-meta span { padding: 5px 8px; border-radius: 999px; color: var(--muted); background: #f5f1eb; font-size: .65rem; font-weight: 750; }
    .product-card h3 { min-height: 54px; margin-bottom: 12px; font-size: .98rem; }
    .product-card h3 a { text-decoration: none; }
    .product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .price { font: 700 1.18rem Georgia,serif; }
    .mini-button { display: grid; width: 39px; height: 39px; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--ink); cursor: pointer; }
    .mini-button svg { width: 16px; }

    .finder { color: white; background: var(--ink); }
    .finder .eyebrow { color: var(--gold-soft); }
    .finder h2 { max-width: 690px; }
    .finder p { color: #c7bfb6; }
    .finder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
    .finder-card { padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.045); }
    .finder-card h3 { margin-bottom: 16px; color: var(--gold-soft); font-family: Georgia,serif; font-size: 1.25rem; }
    .filter-links { display: flex; flex-wrap: wrap; gap: 9px; }
    .filter-links a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: white; font-size: .75rem; font-weight: 750; text-decoration: none; }
    .filter-links a:hover { color: var(--ink); background: var(--gold-soft); }

    .arrival-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .arrival-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
    .arrival-card > a { display: block; height: 100%; text-decoration: none; }
    .arrival-image { aspect-ratio: 1 / 1; overflow: hidden; background: #eeeae4; }
    .arrival-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
    .arrival-card:hover img { transform: scale(1.035); }
    .arrival-copy { padding: 17px; }
    .arrival-copy h3 { min-height: 54px; margin-bottom: 10px; font-size: .92rem; }
    .arrival-copy .price { font-size: 1.04rem; }

    .story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: stretch; }
    .story-panel { padding: 46px; border-radius: 28px; background: var(--cream); }
    .story-panel p:last-child { margin-bottom: 0; }
    .trust-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
    .trust-card { min-height: 170px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: white; }
    .trust-icon { display: grid; width: 46px; height: 46px; margin-bottom: 25px; place-items: center; border-radius: 14px; color: var(--wine); background: #f7ecee; }
    .trust-icon svg { width: 23px; }
    .trust-card strong { display: block; margin-bottom: 6px; font-family: Georgia,serif; font-size: 1.12rem; }
    .trust-card p { margin-bottom: 0; font-size: .84rem; line-height: 1.55; }
    .stars { color: #e2a62e; letter-spacing: .12em; }

    .guides { background: #f8f5ef; }
    .guide-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
    .guide-card { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-radius: 24px; color: white; background: linear-gradient(145deg,#542d25,#1b1511); text-decoration: none; }
    .guide-card:nth-child(2) { background: linear-gradient(145deg,#6b1f2e,#28131a); }
    .guide-card:nth-child(3) { background: linear-gradient(145deg,#5e634b,#24291e); }
    .guide-card::before { position: absolute; inset: -25% -10% auto auto; width: 230px; height: 230px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
    .guide-card::after { position: absolute; inset: auto -18% -35% auto; width: 260px; height: 260px; content: ""; border: 58px solid rgba(184,146,59,.13); border-radius: 50%; }
    .guide-card > * { position: relative; z-index: 1; }
    .guide-card span { margin-bottom: 12px; color: var(--gold-soft); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .guide-card h3 { margin-bottom: 10px; font: 700 1.6rem Georgia,serif; }
    .guide-card p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .84rem; }

    .newsletter { padding: 68px 0; color: white; background: var(--wine-dark); }
    .newsletter-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: center; }
    .newsletter h2 { margin-bottom: 10px; }
    .newsletter p { margin-bottom: 0; color: rgba(255,255,255,.72); }
    .signup { display: flex; padding: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); }
    .signup input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; color: white; background: transparent; }
    .signup input::placeholder { color: rgba(255,255,255,.6); }
    .signup button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px; color: var(--ink); background: var(--gold-soft); font-weight: 850; cursor: pointer; }

    .site-footer { padding: 60px 0 24px; color: #d4cec6; background: #120f0c; }
    .footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 42px; }
    .footer-logo { width: 86px; margin-bottom: 18px; filter: brightness(1.14); }
    .site-footer p { color: #9e958c; font-size: .8rem; }
    .site-footer h3 { margin-bottom: 16px; color: white; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
    .footer-links { display: grid; gap: 10px; }
    .footer-links a { color: #bdb5ad; font-size: .8rem; text-decoration: none; }
    .footer-links a:hover { color: white; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8e867e; font-size: .72rem; }

    .mobile-drawer { position: fixed; z-index: 100; inset: 0; display: none; background: rgba(23,19,15,.48); }
    .mobile-drawer.is-open { display: block; }
    .drawer-panel { width: min(88vw, 390px); height: 100%; padding: 24px; background: var(--paper); box-shadow: 20px 0 50px rgba(0,0,0,.22); }
    .drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
    .drawer-head img { width: 72px; }
    .drawer-close { border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
    .drawer-links { display: grid; gap: 0; }
    .drawer-links a { padding: 15px 2px; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
    .drawer-callout { margin-top: 24px; padding: 20px; border-radius: 18px; color: white; background: var(--ink); }
    .drawer-callout p { color: rgba(255,255,255,.72); font-size: .8rem; }

    @media (max-width: 1020px) {
      .desktop-nav { display: none; }
      .header-main { min-height: 76px; grid-template-columns: 1fr auto; }
      .header-main > .search { display: none; }
      .menu-button { display: grid; }
      .brand img { width: 78px; }
      .mobile-search { display: block; padding: 0 0 12px; }
      .mobile-search .search { width: 100%; }
      .hero { grid-template-columns: 1fr; gap: 10px; }
      .hero-copy { padding-bottom: 18px; }
      .hero-visual { min-height: 470px; }
      .quick-grid { grid-template-columns: repeat(2,1fr); }
      .product-grid, .arrival-grid { grid-template-columns: repeat(2,1fr); }
      .story-grid, .newsletter-grid { grid-template-columns: 1fr; }
      .guide-grid { grid-template-columns: 1fr 1fr; }
      .guide-card:first-child { grid-column: 1 / -1; }
      .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
      .footer-grid > div:last-child { grid-column: 2 / -1; }
    }

    @media (max-width: 680px) {
      .container { width: min(calc(100% - 28px), var(--max)); }
      .section { padding: 70px 0; }
      .section--tight { padding: 54px 0; }
      .topbar .container { min-height: 42px; font-size: .67rem; }
      .topbar span { display: none; }
      .header-main { gap: 12px; }
      .header-actions { gap: 7px; }
      .account-button { display: none; }
      .hero-wrap { padding-top: 16px; }
      .hero-copy { padding-top: 28px; }
      h1 { font-size: clamp(3.1rem, 16vw, 4.4rem); }
      .hero-copy > p { font-size: 1rem; }
      .hero-buttons .button { width: 100%; }
      .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
      .hero-visual { min-height: 390px; }
      .hero-panel { min-height: 360px; border-radius: 26px; }
      .hero-product { width: 104%; right: -40px; }
      .hero-stamp { top: 24px; left: 22px; width: 112px; height: 112px; }
      .hero-stamp strong { font-size: 1.2rem; }
      .floating-card { top: auto; right: 12px; bottom: 16px; width: 170px; }
      .quick-grid { gap: 10px; }
      .quick-card { min-height: 122px; padding: 18px; }
      .quick-card strong { font-size: 1.04rem; }
      .section-heading { display: block; }
      .section-heading .text-link { display: inline-block; margin-top: 12px; }
      .product-grid, .arrival-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-right: 28px;
      }
      .product-grid::-webkit-scrollbar, .arrival-grid::-webkit-scrollbar { display: none; }
      .product-card, .arrival-card { flex: 0 0 82%; scroll-snap-align: start; }
      .finder-grid { grid-template-columns: 1fr; }
      .story-panel { padding: 30px 24px; }
      .trust-grid { grid-template-columns: 1fr; }
      .guide-grid { grid-template-columns: 1fr; }
      .guide-card:first-child { grid-column: auto; }
      .signup { display: grid; gap: 8px; padding: 8px; border-radius: 18px; }
      .signup input { min-height: 44px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
      .footer-bottom { display: grid; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    }


/* Shared header, navigation and drawer */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-main {
  min-height: 86px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
}
.header-left {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: stretch;
}
.header-left .search {
  width: min(100%, 390px);
}
.brand {
  justify-self: center;
}
.header-actions {
  justify-self: end;
}
.menu-button {
  display: grid;
  flex: 0 0 auto;
}
.desktop-nav {
  overflow-x: auto;
  scrollbar-width: none;
}
.desktop-nav::-webkit-scrollbar {
  display: none;
}
.desktop-nav .nav-list {
  width: max-content;
  max-width: calc(100% - 40px);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.desktop-nav a {
  white-space: nowrap;
}
.mobile-search {
  display: none;
}

.site-drawer {
  position: fixed;
  z-index: 300;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.site-drawer.is-closing,
.filter-drawer.is-closing {
  visibility: visible;
  pointer-events: none;
}
.site-drawer.is-preparing,
.filter-drawer.is-preparing {
  visibility: visible;
  pointer-events: none;
}
.drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23, 19, 15, .58);
  opacity: 0;
  transition: opacity .24s ease;
}
.site-drawer.is-open .drawer-backdrop {
  opacity: 1;
}
.site-drawer .drawer-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(92vw, 460px);
  height: 100%;
  overflow-y: auto;
  padding: 26px;
  background: var(--paper);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .24);
  transform: translate3d(100%, 0, 0);
  transition: transform .24s cubic-bezier(.22, .72, .24, 1);
  backface-visibility: hidden;
  will-change: transform;
}
.site-drawer.is-open .drawer-panel {
  transform: translate3d(0, 0, 0);
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.drawer-head img {
  width: 82px;
}
.drawer-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.drawer-search {
  margin-bottom: 18px;
}
.drawer-search .search {
  width: 100%;
}
.drawer-primary {
  display: grid;
  border-top: 1px solid var(--line);
}
.drawer-primary > a,
.drawer-primary summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 2px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}
.drawer-primary summary::-webkit-details-marker {
  display: none;
}
.drawer-primary summary::after {
  content: "+";
  color: var(--wine);
  font-size: 1.25rem;
  font-weight: 600;
}
.drawer-primary details[open] summary::after {
  content: "-";
}
.drawer-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 18px;
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--line);
}
.drawer-subgrid a {
  padding: 7px 2px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}
.drawer-subgrid a:hover {
  color: var(--wine);
}
.drawer-section-label {
  margin: 24px 0 8px;
  color: var(--wine);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.drawer-callout {
  margin-top: 24px;
  padding: 22px;
  border-radius: 20px;
  color: white;
  background:
    radial-gradient(circle at 90% 12%, rgba(184, 146, 59, .27), transparent 32%),
    var(--ink);
}
.drawer-callout strong {
  display: block;
  font: 700 1.35rem Georgia, serif;
}
.drawer-callout p {
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
}
.drawer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.drawer-contact a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: white;
  font-size: .78rem;
  font-weight: 850;
  text-decoration: none;
}
.drawer-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: var(--muted);
  font-size: .75rem;
}

/* Shared internal page elements */
.page-shell {
  background: var(--paper);
}
.breadcrumbs {
  padding: 22px 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: var(--gold);
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--wine);
}
.page-title {
  margin-bottom: 12px;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}
.page-intro {
  max-width: 740px;
  margin-bottom: 0;
  font-size: 1.02rem;
}
.link-arrow {
  color: var(--wine);
  font-weight: 850;
  text-decoration: none;
}

/* Category page */
.category-hero {
  padding: 48px 0 34px;
  background:
    radial-gradient(circle at 85% 10%, rgba(184, 146, 59, .15), transparent 27%),
    linear-gradient(180deg, #fbf7ef 0%, var(--paper) 100%);
}
.category-hero-grid {
  display: grid;
  grid-template-columns: 1fr .56fr;
  gap: 48px;
  align-items: end;
}
.category-note {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}
.category-note strong {
  display: block;
  margin-bottom: 7px;
  font: 700 1.18rem Georgia, serif;
}
.category-note p {
  margin: 0;
  font-size: .84rem;
}
.category-shortcuts {
  padding: 8px 0 34px;
}
.shortcut-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.shortcut-card {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.shortcut-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 14px 28px rgba(46, 33, 22, .08);
}
.shortcut-card small {
  color: var(--wine);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.shortcut-card strong {
  font: 700 1.05rem Georgia, serif;
}
.catalog-section {
  padding: 30px 0 82px;
  background: var(--cream);
}
.catalog-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding: 11px 14px 11px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.catalog-count {
  color: var(--ink-soft);
  font-size: .86rem;
  font-weight: 800;
}
.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-toggle {
  display: none;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font-size: .8rem;
  font-weight: 800;
  appearance: none;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "⌄";
  pointer-events: none;
  transform: translateY(-56%);
}
.catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.filters {
  position: sticky;
  top: 158px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.filters-head strong {
  font: 700 1.25rem Georgia, serif;
}
.clear-filters {
  border: 0;
  color: var(--wine);
  background: transparent;
  font-size: .72rem;
  font-weight: 850;
  cursor: pointer;
}
.filter-group {
  border-bottom: 1px solid var(--line);
}
.filter-group:last-child {
  border-bottom: 0;
}
.filter-group summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.filter-group summary::-webkit-details-marker {
  display: none;
}
.filter-group summary::after {
  content: "+";
  color: var(--wine);
  font-size: 1.1rem;
}
.filter-group[open] summary::after {
  content: "-";
}
.filter-options {
  display: grid;
  gap: 9px;
  padding: 0 0 16px;
}
.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-soft);
  font-size: .78rem;
  cursor: pointer;
}
.filter-option span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.filter-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--wine);
}
.filter-count {
  color: var(--muted);
  font-size: .68rem;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.catalog-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.catalog-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 38px rgba(46, 33, 22, .1);
}
.catalog-image {
  position: relative;
  aspect-ratio: 1 / .92;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f6f3ee;
}
.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .28s ease;
}
.catalog-card:hover .catalog-image img {
  transform: scale(1.035);
}
.catalog-badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  color: white;
  background: var(--wine);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.wishlist-button {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 11px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(223, 215, 202, .9);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  cursor: pointer;
}
.wishlist-button svg {
  width: 16px;
}
.catalog-copy {
  padding: 17px;
}
.catalog-brand {
  display: block;
  margin-bottom: 7px;
  color: var(--wine);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  text-decoration: none;
}
.catalog-card h2,
.catalog-card h3 {
  min-height: 2.65em;
  margin-bottom: 11px;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1.32;
  letter-spacing: 0;
}
.catalog-card h2 a,
.catalog-card h3 a {
  text-decoration: none;
}
.card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.card-specs span {
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .59rem;
  font-weight: 800;
}
.catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.catalog-price {
  font: 700 1.05rem Georgia, serif;
}
.card-add {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: .68rem;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
}
.pagination a,
.pagination span {
  min-width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: white;
  font-size: .76rem;
  font-weight: 850;
  text-decoration: none;
}
.pagination .current {
  color: white;
  border-color: var(--wine);
  background: var(--wine);
}
.category-copy {
  padding: 74px 0;
}
.category-copy-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 56px;
  align-items: start;
}
.category-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
}
.category-copy details {
  padding-top: 10px;
}
.category-copy summary {
  color: var(--wine);
  font-weight: 850;
  cursor: pointer;
}
.related-links {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--cream);
}
.related-links h3 {
  font: 700 1.3rem Georgia, serif;
}
.related-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.related-links a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: .73rem;
  font-weight: 800;
  text-decoration: none;
}
.filter-drawer {
  position: fixed;
  z-index: 320;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}
.filter-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.filter-drawer .drawer-backdrop {
  opacity: 0;
}
.filter-drawer.is-open .drawer-backdrop {
  opacity: 1;
}
.filter-panel-mobile {
  position: absolute;
  right: 0;
  top: 0;
  width: min(92vw, 390px);
  height: 100%;
  overflow-y: auto;
  padding: 22px;
  background: var(--paper);
  transform: translateX(102%);
  transition: transform .28s ease;
}
.filter-drawer.is-open .filter-panel-mobile {
  transform: translateX(0);
}
.mobile-filter-actions {
  position: sticky;
  bottom: -22px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 8px;
  margin: 20px -22px -22px;
  padding: 14px 22px;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(14px);
}

/* Product page */
.product-page {
  padding-bottom: 86px;
}
.product-hero {
  padding: 30px 0 68px;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 54px;
  align-items: start;
}
.product-gallery {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
}
.product-thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
}
.product-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  cursor: pointer;
}
.product-thumb.is-active {
  border-color: var(--wine);
  box-shadow: 0 0 0 2px rgba(142, 36, 55, .12);
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-main-image {
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 40%, rgba(219, 194, 135, .18), transparent 36%),
    white;
}
.product-main-image img {
  width: min(90%, 720px);
  height: 100%;
  max-height: 680px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.purchase-panel {
  position: sticky;
  top: 164px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 20px 55px rgba(46, 33, 22, .08);
}
.product-brand {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.product-title {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: .76rem;
}
.product-rating .stars {
  color: var(--gold);
  letter-spacing: .08em;
}
.product-summary {
  margin-bottom: 18px;
  font-size: .98rem;
}
.product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}
.product-chips span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--cream);
  font-size: .68rem;
  font-weight: 850;
}
.product-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.product-price strong {
  font: 700 2rem Georgia, serif;
}
.product-price span {
  color: var(--sage);
  font-size: .74rem;
  font-weight: 900;
}
.purchase-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 10px;
}
.quantity {
  min-height: 52px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.quantity button {
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.quantity input {
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  background: transparent;
  font-weight: 850;
}
.add-to-basket {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--wine);
  font-size: .8rem;
  font-weight: 900;
  cursor: pointer;
}
.purchase-trust {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}
.purchase-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: .74rem;
  font-weight: 750;
}
.purchase-trust svg {
  width: 17px;
  color: var(--gold);
}
.product-detail-section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
}
.product-detail-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: start;
}
.spec-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.spec-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 20px;
  padding: 14px 17px;
  border-bottom: 1px solid var(--line);
  font-size: .8rem;
}
.spec-row:last-child {
  border-bottom: 0;
}
.spec-row dt {
  color: var(--muted);
  font-weight: 750;
}
.spec-row dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}
.product-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}
.product-copy p {
  font-size: .95rem;
}
.tasting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.tasting-note {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}
.tasting-note small {
  display: block;
  margin-bottom: 7px;
  color: var(--wine);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tasting-note strong {
  font: 700 1.08rem Georgia, serif;
}
.delivery-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.delivery-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.delivery-card h3 {
  font: 700 1.16rem Georgia, serif;
}
.delivery-card p {
  margin-bottom: 0;
  font-size: .8rem;
}
.related-products {
  padding: 76px 0;
  background: var(--cream);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.mobile-purchase-bar {
  position: fixed;
  z-index: 80;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  grid-template-columns: 1fr 1.15fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 18px 50px rgba(23, 19, 15, .18);
  backdrop-filter: blur(14px);
}
.mobile-purchase-bar strong {
  display: block;
  font: 700 1.15rem Georgia, serif;
}
.mobile-purchase-bar span {
  color: var(--muted);
  font-size: .66rem;
}

/* Responsive additions */
@media (max-width: 1160px) {
  .header-left .search {
    width: min(100%, 290px);
  }
  .desktop-nav .nav-list {
    gap: 20px;
  }
  .shortcut-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .header-main {
    grid-template-columns: 1fr auto 1fr;
  }
  .header-left .search {
    display: none;
  }
  .mobile-search {
    display: block;
    padding: 0 0 12px;
  }
  .desktop-nav {
    display: none;
  }
  .category-hero-grid,
  .category-copy-grid,
  .product-layout,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .category-note {
    max-width: 650px;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    display: none;
  }
  .filter-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 850;
    cursor: pointer;
  }
  .purchase-panel {
    position: static;
  }
  .product-main-image {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .header-main {
    min-height: 70px;
  }
  .header-left {
    gap: 7px;
  }
  .brand img {
    width: 72px;
  }
  .icon-button {
    width: 40px;
    height: 40px;
  }
  .drawer-subgrid {
    grid-template-columns: 1fr;
  }
  .category-hero {
    padding-top: 34px;
  }
  .category-shortcuts {
    overflow: hidden;
  }
  .shortcut-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-right: 24px;
    scrollbar-width: none;
  }
  .shortcut-list::-webkit-scrollbar {
    display: none;
  }
  .shortcut-card {
    flex: 0 0 43%;
  }
  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .toolbar-actions {
    width: 100%;
  }
  .filter-toggle,
  .select-wrap {
    flex: 1;
  }
  .select-wrap select {
    width: 100%;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .catalog-card {
    border-radius: 16px;
  }
  .catalog-copy {
    padding: 12px;
  }
  .catalog-card h2 {
    min-height: 3.7em;
    font-size: .77rem;
  }
  .catalog-brand {
    font-size: .56rem;
  }
  .card-specs {
    display: none;
  }
  .catalog-price {
    font-size: .94rem;
  }
  .card-add {
    width: 34px;
    min-height: 34px;
    padding: 0;
    font-size: 0;
  }
  .card-add::after {
    content: "+";
    font-size: 1rem;
  }
  .category-copy {
    padding: 58px 0;
  }
  .product-hero {
    padding-top: 18px;
  }
  .product-layout {
    gap: 26px;
  }
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs {
    grid-row: 2;
    display: flex;
    overflow-x: auto;
  }
  .product-thumb {
    flex: 0 0 72px;
  }
  .product-main-image {
    min-height: 410px;
    border-radius: 20px;
  }
  .purchase-panel {
    padding: 21px;
    border-radius: 20px;
  }
  .product-title {
    font-size: 2.35rem;
  }
  .purchase-row {
    grid-template-columns: 100px 1fr;
  }
  .tasting-grid,
  .delivery-panels {
    grid-template-columns: 1fr;
  }
  .related-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-right: 26px;
    scrollbar-width: none;
  }
  .related-grid::-webkit-scrollbar {
    display: none;
  }
  .related-grid .catalog-card {
    flex: 0 0 78%;
  }
  .mobile-purchase-bar {
    display: grid;
  }
  .product-page {
    padding-bottom: 96px;
  }
}

.catalog-image > a { width: 100%; height: 100%; display: grid; place-items: center; }

/* Accessibility, interaction and layout stability refinements */
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 11px 15px;
  border-radius: 8px;
  color: white;
  background: var(--ink);
  font-weight: 850;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.search:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 146, 59, .2);
}
.search input:focus-visible,
.quantity input:focus-visible {
  outline: 0;
}
.drawer-backdrop {
  cursor: default;
}
.site-drawer .drawer-panel,
.filter-panel-mobile {
  height: 100dvh;
  overscroll-behavior: contain;
}
.site-drawer[aria-hidden="true"],
.filter-drawer[aria-hidden="true"] {
  visibility: hidden;
}
.body-dialog-open {
  overflow: hidden;
}
.drawer-primary > a,
.drawer-primary summary,
.drawer-subgrid a,
.drawer-contact a {
  min-height: 44px;
}
.drawer-subgrid a {
  display: flex;
  align-items: center;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -6px 0 18px;
}
.active-filters[hidden] {
  display: none;
}
.filter-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: white;
  font-size: .72rem;
  font-weight: 800;
}
.filter-chip button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--wine);
  background: transparent;
  cursor: pointer;
}
.filters form,
.filter-panel-mobile form {
  display: block;
}
.filter-option {
  min-height: 44px;
}
.filter-option input {
  flex: 0 0 auto;
}
.apply-filters {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--wine);
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.clear-filters {
  min-height: 40px;
  padding: 0 8px;
  border-radius: 8px;
}
.category-copy summary {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.catalog-card {
  display: flex;
  flex-direction: column;
}
.catalog-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.catalog-footer {
  margin-top: auto;
}
.wishlist-button {
  width: 42px;
  height: 42px;
}
.card-add {
  min-height: 44px;
}
.quantity {
  grid-template-columns: 44px minmax(44px, 1fr) 44px;
}
.quantity input {
  height: 100%;
  min-height: 44px;
}
.purchase-row {
  grid-template-columns: 136px 1fr;
}
.wishlist-button[aria-pressed="true"] {
  color: white;
  border-color: var(--wine);
  background: var(--wine);
}
.wishlist-button[aria-pressed="true"] svg {
  fill: currentColor;
}
.purchase-trust a,
.delivery-card a {
  color: var(--wine-dark);
  font-weight: 850;
}
.review-placeholder {
  max-width: 760px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
}
.review-placeholder h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.status-message {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 14px 17px;
  border-radius: 12px;
  color: white;
  background: var(--ink);
  box-shadow: var(--shadow);
  font-size: .82rem;
  font-weight: 750;
}
.status-message[hidden] {
  display: none;
}

@media (min-width: 1021px) {
  .filters {
    top: 190px;
    max-height: calc(100vh - 212px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .purchase-panel {
    top: 190px;
  }
}

@media (max-width: 1160px) {
  .floating-card {
    right: 0;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 132px;
  }
  .hero-visual {
    min-height: 310px;
  }
  .hero-panel {
    min-height: 290px;
  }
  .quick-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 2px 2px 12px;
  }
  .quick-card {
    flex: 0 0 72%;
    min-height: 112px;
    scroll-snap-align: start;
  }
  .filter-panel-mobile {
    width: 100vw;
    max-width: none;
  }
  .filter-option {
    min-height: 44px;
  }
  .filter-toggle,
  .select-wrap select,
  .card-add,
  .wishlist-button {
    min-height: 44px;
  }
  .card-add {
    width: 44px;
  }
  .review-placeholder {
    padding: 28px 22px;
  }
  .status-message {
    right: 12px;
    bottom: 92px;
    left: 12px;
    max-width: none;
  }
}

/* Visual refinement pass from responsive design review */
.hero h1 {
  font-size: clamp(3rem, 4.6vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.product-title {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.quick-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  align-items: center;
}
.quick-card span {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 7px;
}
.quick-card strong {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
}
.quick-card svg {
  position: static;
  grid-column: 2;
  grid-row: 2;
  width: 50px;
  height: 50px;
  align-self: center;
  justify-self: end;
}
.site-drawer.site-drawer--right .drawer-panel {
  margin-left: 0;
}
.site-drawer.site-drawer--right.is-open .drawer-panel {
  transform: translate3d(0, 0, 0);
}
.utility-panel {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.utility-panel .drawer-head {
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.utility-panel .drawer-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}
.utility-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--wine);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.utility-title {
  max-width: 290px;
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  line-height: 1.05;
}
.utility-copy {
  margin-bottom: 22px;
}
.utility-actions {
  display: grid;
  gap: 10px;
}
.utility-actions .button {
  width: 100%;
}
.utility-link-list {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.utility-link-list a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  font-weight: 850;
  text-decoration: none;
}
.basket-empty {
  display: grid;
  place-items: center;
  min-height: 270px;
  margin-bottom: 22px;
  padding: 34px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
  text-align: center;
}
.basket-empty-icon {
  width: 58px;
  margin-bottom: 18px;
  color: var(--wine);
}
.basket-empty h3 {
  margin-bottom: 8px;
  font: 700 1.45rem Georgia, serif;
}
.basket-empty p {
  max-width: 260px;
  margin-bottom: 0;
  font-size: .86rem;
}
.utility-note {
  margin: 18px 0 0;
  font-size: .72rem;
  line-height: 1.55;
}
.catalog-image {
  aspect-ratio: 1;
  padding: 10px;
}
.catalog-image > a {
  overflow: hidden;
  border-radius: 14px;
}
.catalog-image img {
  object-position: center;
}
.catalog-badge {
  top: 17px;
  left: 14px;
}
.wishlist-button {
  top: 8px;
  right: 10px;
  width: 44px;
  height: 44px;
}

@media (max-width: 680px) {
  .account-button {
    display: grid;
  }
  .hero h1 {
    font-size: clamp(2.55rem, 12.7vw, 3.25rem);
    line-height: .98;
  }
  .product-title {
    font-size: clamp(1.9rem, 8.5vw, 2.15rem);
    line-height: 1.05;
  }
  .quick-card {
    grid-template-columns: minmax(0, 1fr) 48px;
  }
  .quick-card svg {
    width: 44px;
    height: 44px;
  }
  .catalog-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
  }
  .card-add {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: .68rem;
  }
  .card-add::after {
    content: none;
  }
  .utility-panel {
    width: min(94vw, 430px) !important;
    padding: 22px;
  }
}

/* Header, discovery and trust refinements */
.header-main {
  grid-template-columns: minmax(150px, 1fr) minmax(320px, 580px) minmax(150px, 1fr);
}
.brand {
  justify-self: start;
}
.header-left {
  width: 100%;
  justify-self: center;
}
.search-shell {
  position: relative;
  width: 100%;
}
.header-left .search,
.header-left .search-shell {
  width: 100%;
  max-width: 580px;
}
.predictive-search {
  position: absolute;
  z-index: 180;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  max-height: min(68vh, 520px);
  overflow-y: auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 56px rgba(23, 19, 15, .18);
}
.predictive-search[hidden] {
  display: none;
}
.search-results-group + .search-results-group {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.search-results-heading {
  display: block;
  padding: 5px 8px;
  color: var(--wine);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.search-result {
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
}
.search-result:hover,
.search-result:focus-visible {
  background: var(--cream);
}
.search-result strong {
  font-size: .78rem;
}
.search-result small {
  color: var(--muted);
  font-size: .68rem;
}
.search-empty {
  margin: 0;
  padding: 12px 9px;
  font-size: .8rem;
}
.desktop-nav {
  position: relative;
  overflow: visible;
}
.nav-mega-item,
.nav-mega {
  position: static;
}
.nav-mega summary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.nav-mega summary::-webkit-details-marker {
  display: none;
}
.nav-mega summary svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .2s ease;
}
.nav-mega[open] summary {
  color: var(--wine);
}
.nav-mega[open] summary svg {
  transform: rotate(180deg);
}
.mega-menu {
  position: absolute;
  z-index: 160;
  top: 100%;
  right: 0;
  left: 0;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: white;
  box-shadow: 0 28px 54px rgba(23, 19, 15, .16);
}
.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.1fr;
  gap: 28px;
}
.mega-menu-grid > div {
  display: grid;
  align-content: start;
  gap: 9px;
}
.mega-menu-grid a {
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}
.mega-menu-grid a:hover {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mega-heading {
  margin-bottom: 4px;
  color: var(--wine);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mega-menu-grid .mega-all {
  margin-top: 4px;
  color: var(--wine);
  font-weight: 900;
}
.mega-menu-grid .mega-feature {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(145deg, #681c2b, #211612);
}
.mega-feature span {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mega-feature strong {
  font: 700 1.35rem Georgia, serif;
}
.mega-feature small {
  margin-top: 9px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.5;
}
.site-drawer {
  display: flex;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}
.site-drawer .drawer-panel {
  flex: 0 0 auto;
  min-height: 0;
  max-height: 100dvh;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.quick-card strong,
.quick-card svg {
  align-self: start;
}
.quick-card svg {
  margin-top: -4px;
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-footer {
  margin-top: auto;
}
.product-card h3 a,
.arrival-card h3 a,
.catalog-card h2 a,
.catalog-card h3 a {
  text-decoration: none;
}
.product-card h3 a:hover,
.product-card h3 a:focus-visible,
.arrival-card h3 a:hover,
.arrival-card h3 a:focus-visible,
.catalog-card h2 a:hover,
.catalog-card h2 a:focus-visible,
.catalog-card h3 a:hover,
.catalog-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mini-button--add {
  width: auto;
  min-width: 92px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 900;
}
.product-card--photo .product-image {
  min-height: 0;
  aspect-ratio: 1;
}
.product-card--photo .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.product-card--photo:hover .product-image img {
  transform: scale(1.035);
}
.review-proof {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.review-proof-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr 1.15fr;
  gap: 14px;
  align-items: stretch;
}
.review-proof-intro,
.review-source,
.review-themes {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}
.review-proof-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review-proof-intro > span {
  margin-bottom: 6px;
  color: var(--wine);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-proof-intro > strong {
  font: 700 1.35rem Georgia, serif;
}
.review-proof-intro small,
.review-source small {
  margin-top: 6px;
  color: var(--muted);
  font-size: .67rem;
}
.review-source {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.review-source:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.review-score {
  color: var(--wine);
  font: 700 1.65rem Georgia, serif;
}
.review-score span {
  font-size: .8rem;
}
.review-score--word {
  font-size: 1.25rem;
}
.review-source > strong {
  margin-top: 3px;
  font-size: .82rem;
}
.review-themes {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 7px;
}
.review-themes strong {
  flex-basis: 100%;
  margin-bottom: 3px;
  font-family: Georgia, serif;
}
.review-themes span {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--cream);
  font-size: .62rem;
  font-weight: 800;
}

@media (max-width: 1020px) {
  .header-main {
    min-height: 76px;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .header-left {
    display: none;
  }
  .brand {
    grid-column: 1;
  }
  .header-actions {
    grid-column: 2;
    justify-self: end;
  }
  .mobile-search {
    display: block;
    padding: 0 0 12px;
  }
  .mobile-search .search-shell,
  .mobile-search .search {
    width: 100%;
  }
  .desktop-nav {
    display: none;
  }
  .review-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .header-main {
    gap: 10px;
  }
  .header-actions {
    gap: 6px;
  }
  .icon-button {
    width: 41px;
    height: 41px;
  }
  .review-proof-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .review-proof-intro,
  .review-source,
  .review-themes {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .mini-button--add {
    min-width: 98px;
    min-height: 44px;
  }
}

.seller-review-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
}
.seller-review-links a {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
}
.seller-review-links a:hover {
  border-color: var(--gold);
}
.seller-review-links strong {
  font-size: .72rem;
}
.seller-review-links span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .64rem;
}

.info-hero {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 85% 15%, rgba(184, 146, 59, .18), transparent 28%), var(--cream);
}
.info-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 54px;
  align-items: center;
}
.info-hero h1 {
  max-width: 800px;
  font-size: clamp(3rem, 5vw, 4.7rem);
}
.info-hero p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.05rem;
}
.info-highlight {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
}
.info-highlight span {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-highlight strong {
  display: block;
  margin-bottom: 10px;
  font: 700 clamp(2rem, 4vw, 3.2rem) Georgia, serif;
}
.info-highlight p {
  font-size: .82rem;
}
.info-section {
  padding: 78px 0;
}
.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
  gap: 58px;
  align-items: start;
}
.info-prose,
.legal-content {
  max-width: 780px;
}
.info-prose h2,
.legal-content h2,
.registered-address h2 {
  margin-top: 40px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.info-prose h2:first-child,
.legal-content h2:first-child {
  margin-top: 0;
}
.info-prose a:not(.button),
.legal-content a:not(.button),
.info-card a {
  color: var(--wine-dark);
  font-weight: 800;
}
.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.info-aside {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 180px;
}
.info-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.info-card strong {
  font: 700 1.2rem Georgia, serif;
}
.info-card p {
  margin: 8px 0 0;
  font-size: .82rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.contact-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  text-decoration: none;
}
a.contact-card:hover {
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(46, 33, 22, .08);
}
.contact-card span {
  margin-bottom: 9px;
  color: var(--wine);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-card strong {
  overflow-wrap: anywhere;
  font: 700 1.25rem Georgia, serif;
}
.contact-card small {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}
.registered-address {
  margin-top: 52px;
  padding: 34px;
  border-radius: 24px;
  background: var(--cream);
}
.faq-list {
  max-width: 900px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font: 700 1.2rem Georgia, serif;
  cursor: pointer;
}
.faq-list summary::after {
  content: "+";
  color: var(--wine);
  font: 400 1.4rem/1 sans-serif;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  max-width: 760px;
  padding-bottom: 24px;
}
.legal-content ul {
  display: grid;
  gap: 12px;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7;
}
.legal-callout {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
}
.legal-callout strong {
  font: 700 1.35rem Georgia, serif;
}
.legal-callout p {
  margin: 9px 0 20px;
}

@media (max-width: 820px) {
  .info-hero {
    padding: 54px 0;
  }
  .info-hero-grid,
  .info-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info-hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.7rem);
  }
  .info-aside {
    position: static;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    min-height: 150px;
  }
}

/* Final header, mega-menu, trust and full-bleed media refinement */
.announcement-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
.announcement-shipping,
.announcement-support,
.announcement-age {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.announcement-shipping svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--gold-soft);
}
.announcement-shipping strong {
  text-transform: uppercase;
}
.announcement-support {
  color: white;
  text-decoration: none;
}
.announcement-support:hover,
.announcement-support:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.announcement-age {
  display: none;
}

/* Every utility drawer is right anchored and uses one pure horizontal slide. */
.site-drawer {
  display: block;
  overflow: hidden;
}
.site-drawer .drawer-panel,
.site-drawer.site-drawer--right .drawer-panel {
  position: absolute;
  inset: 0 0 0 auto;
  margin: 0;
  transform: translate3d(100%, 0, 0);
  transition-property: transform;
  transition-duration: .26s;
  transition-timing-function: cubic-bezier(.22, .72, .24, 1);
  transform-origin: center;
  backface-visibility: hidden;
}
.site-drawer.is-open .drawer-panel,
.site-drawer.site-drawer--right.is-open .drawer-panel {
  transform: translate3d(0, 0, 0);
}

.catalog-image > a {
  display: block;
}
.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.product-card--photo .product-image {
  aspect-ratio: 1 / .92;
}
.product-card--photo .product-image img {
  object-fit: cover;
}
.review-placeholder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.about-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, 210px);
  gap: 12px;
  margin: 34px 0 42px;
}
.about-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--cream);
}
.about-gallery-feature {
  grid-row: 1 / -1;
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-proof-grid {
  grid-template-columns: minmax(260px, 1.25fr) repeat(2, minmax(220px, .75fr));
}
.review-proof-intro,
.review-source {
  min-height: 126px;
  padding: 20px;
}
.review-source {
  justify-content: center;
}
.review-source > strong {
  margin-top: 8px;
}
.review-score {
  color: inherit;
  font: inherit;
}
.trustpilot-brand,
.google-brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.23rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -.025em;
}
.trustpilot-brand span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 7px;
  place-items: center;
  color: white;
  background: #00b67a;
  font-size: 1rem;
  line-height: 1;
}
.google-brand i {
  font-style: normal;
}
.google-brand i:nth-child(1),
.google-brand i:nth-child(4) { color: #4285f4; }
.google-brand i:nth-child(2),
.google-brand i:nth-child(6) { color: #ea4335; }
.google-brand i:nth-child(3) { color: #fbbc05; }
.google-brand i:nth-child(5) { color: #34a853; }

@media (min-width: 1021px) {
  .header-main {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 34px;
  }
  .header-left {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 470px;
    justify-self: start;
  }
  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .desktop-nav .nav-list {
    max-width: calc(100% - 32px);
    gap: clamp(16px, 1.75vw, 30px);
  }
  .nav-mega summary {
    position: relative;
  }
  .nav-mega[open] summary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: var(--wine);
  }
  .mega-menu {
    top: calc(100% + 8px);
    right: 24px;
    left: 24px;
    width: min(calc(100vw - 48px), 1360px);
    margin-inline: auto;
    padding: 28px 28px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 26px 70px rgba(23, 19, 15, .18);
  }
  .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(240px, 1.12fr);
    gap: 0;
  }
  .mega-column {
    min-width: 0;
    padding: 2px 24px 24px;
    border-right: 1px solid var(--line);
  }
  .mega-column:first-child {
    padding-left: 0;
  }
  .mega-heading,
  .mega-subheading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 11px;
    color: var(--wine);
    font: 900 .68rem/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .mega-heading svg,
  .mega-subheading svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }
  .mega-subheading {
    margin-top: 18px;
  }
  .mega-link-list {
    display: grid !important;
    min-height: 0 !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .mega-link-list li {
    min-width: 0;
  }
  .mega-link-list a {
    min-height: 31px;
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr) 13px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: var(--ink);
    font-size: .74rem;
    font-weight: 700;
    text-decoration: none;
  }
  .mega-link-list--simple a,
  .mega-strength-list a {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .mega-link-list a > svg:first-child,
  .mega-link-list a > svg:last-child {
    width: 14px;
    height: 14px;
    color: var(--gold);
  }
  .mega-link-list a > svg:last-child {
    justify-self: end;
    color: var(--muted);
    opacity: .6;
  }
  .mega-link-list a:hover,
  .mega-link-list a:focus-visible {
    color: var(--wine);
    background: var(--cream);
    text-decoration: none;
  }
  .mega-divider {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }
  .mega-new {
    margin-left: 4px;
    padding: 3px 5px;
    border-radius: 999px;
    color: var(--wine-dark);
    background: var(--gold-soft);
    font-size: .52rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .strength-bars {
    display: inline-flex;
    align-items: end;
    gap: 2px;
  }
  .strength-bars i {
    width: 4px;
    height: 6px;
    border-radius: 1px;
    background: var(--line);
  }
  .strength-bars i:nth-child(2) { height: 9px; }
  .strength-bars i:nth-child(3) { height: 12px; }
  .strength-bars i:nth-child(4) { height: 15px; }
  .strength-bars i:first-child,
  .strength-bars--2 i:nth-child(-n+2),
  .strength-bars--3 i:nth-child(-n+3),
  .strength-bars--4 i { background: var(--wine); }
  .mega-feature {
    min-height: 240px;
    margin: 0 0 24px 24px;
    padding: 26px !important;
    overflow: hidden;
    border-radius: 18px !important;
    text-decoration: none !important;
    white-space: normal;
  }
  .mega-feature strong,
  .mega-feature small {
    max-width: 100%;
    white-space: normal;
  }
  .mega-feature b {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    color: var(--gold-soft);
    font-size: .65rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mega-feature b svg {
    width: 13px;
  }
  .mega-trust {
    grid-column: 1 / -1;
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 18px;
    margin: 0 -28px;
    padding: 0 28px;
    border-top: 1px solid var(--line);
    background: var(--cream);
  }
  .mega-trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: .68rem;
    font-weight: 800;
  }
  .mega-trust svg {
    width: 16px;
    color: var(--gold);
  }
}

@media (max-width: 1020px) {
  .announcement-inner {
    justify-content: center;
  }
  .announcement-support {
    display: none;
  }
  .announcement-age {
    display: inline-flex;
    opacity: .78;
  }
  .review-proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .review-proof-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .announcement-inner {
    min-height: 34px;
    gap: 12px;
    font-size: .68rem;
  }
  .announcement-shipping strong {
    text-transform: none;
  }
  .announcement-age {
    display: none;
  }
  .quick-shop {
    margin-top: 18px;
    padding-bottom: 32px;
  }
  .quick-grid {
    gap: 12px;
  }
  .catalog-footer {
    gap: 14px;
  }
  .card-add {
    margin-top: 2px;
  }
  .product-footer {
    gap: 16px;
  }
  .product-card .mini-button--add {
    margin-top: 2px;
  }
  .review-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }
  .review-proof-intro,
  .review-source {
    min-height: 112px;
    width: 100%;
  }
  .review-proof-intro {
    grid-column: auto;
  }
  .about-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 145px;
  }
  .about-gallery-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .review-placeholder-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
