:root {
  --wine: #5c0f1b;
  --wine-dark: #2a0710;
  --rose: #d99aa5;
  --gold: #c89b4c;
  --cream: #fbf4e8;
  --paper: #fffaf2;
  --ink: #22191a;
  --muted: #6f6260;
  --line: rgba(92, 15, 27, 0.16);
  --shadow: 0 22px 80px rgba(42, 7, 16, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #ffe7dd 0, transparent 28rem), var(--cream);
  line-height: 1.6;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }

.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(42, 7, 16, 0.88);
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}
.age-card {
  width: min(560px, 100%);
  background: var(--paper);
  border-radius: 32px;
  padding: 40px;
  box-shadow: var(--shadow);
  text-align: center;
}
.age-card h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.1; margin: 0 0 16px; }
.age-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.age-gate.hidden { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 244, 232, 0.88);
  backdrop-filter: blur(14px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--wine);
  color: var(--cream);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.brand strong { display: block; line-height: 1.1; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 22px; align-items: center; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 600; }
.site-nav a:hover { color: var(--wine); }
.nav-cta {
  color: var(--cream)!important;
  background: var(--wine);
  padding: 10px 16px;
  border-radius: 999px;
}
.menu-toggle { display: none; }

.hero {
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) clamp(20px, 4vw, 64px);
}
.hero-copy h1 {
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0 0 24px;
  max-width: 900px;
}
.lead { font-size: clamp(1.1rem, 2.1vw, 1.45rem); color: var(--muted); max-width: 720px; white-space: pre-line; }
.eyebrow { color: var(--wine); text-transform: uppercase; letter-spacing: 0.18em; font-weight: 800; font-size: 0.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 18px; }
.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--wine); color: var(--cream); box-shadow: 0 12px 28px rgba(92, 15, 27, 0.22); }
.btn.secondary { background: #fff; color: var(--wine); border-color: var(--line); }
.btn.ghost-line { background: rgba(255,255,255,.72); color: var(--wine-dark); border-color: rgba(255,255,255,.7); }
.btn.ghost { background: transparent; color: var(--cream); border-color: rgba(255,255,255,.34); }
.age-card .btn.ghost { color: var(--wine); border-color: var(--line); }
.btn.full { width: 100%; margin-top: 12px; }
.microcopy { color: var(--muted); font-size: .92rem; max-width: 620px; }

.hero-card {
  background: linear-gradient(145deg, #fffaf2, #f6ddcf);
  border: 1px solid rgba(92, 15, 27, 0.12);
  border-radius: 40px;
  padding: clamp(24px, 5vw, 54px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-card:before {
  content: "";
  position: absolute;
  inset: -20% -25% auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(200,155,76,.35), transparent 65%);
}
.bottle-scene { display: flex; justify-content: center; align-items: flex-end; min-height: 360px; gap: 16px; }
.bottle {
  position: relative;
  width: 108px;
  border-radius: 34px 34px 18px 18px;
  display: grid;
  place-items: end center;
  padding: 24px 12px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 28px 52px rgba(42,7,16,.18);
}
.bottle:before {
  content: "";
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 108px;
  border-radius: 16px 16px 4px 4px;
  background: inherit;
}
.bottle:after {
  content: "";
  position: absolute;
  top: 44%;
  width: 78px;
  height: 84px;
  border-radius: 12px;
  background: rgba(255,250,242,.88);
}
.bottle span { position: relative; z-index: 1; color: var(--wine-dark); font-size: .78rem; text-align: center; }
.bottle-red { height: 270px; background: linear-gradient(150deg, #41050e, #7f1c2b); }
.bottle-white { height: 310px; background: linear-gradient(150deg, #d7c17b, #f2e4b4); color: var(--wine-dark); }
.bottle-rose { height: 240px; background: linear-gradient(150deg, #c97885, #efb6bf); }
.tasting-note { background: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 20px; position: relative; }
.tasting-note p { margin-bottom: 0; color: var(--muted); }

.trust-strip {
  margin: 0 clamp(20px, 4vw, 64px) 40px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.trust-strip div { padding: 22px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display: block; color: var(--wine); font-size: 1.1rem; }
.trust-strip span { color: var(--muted); font-size: .95rem; }

.section { padding: clamp(58px, 8vw, 100px) clamp(20px, 4vw, 64px); }
.section-heading { max-width: 820px; margin-bottom: 32px; }
.section-heading h2 { font-size: clamp(2.1rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -0.045em; margin: 0 0 18px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading.split { display: flex; justify-content: space-between; gap: 24px; align-items: end; max-width: none; }

.finder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 24px;
}
.finder-panel, .finder-result, .inquiry-form, .story-card {
  background: rgba(255,250,242,.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 14px 50px rgba(42,7,16,.08);
}
.finder-panel label, .inquiry-form label { display: grid; gap: 8px; font-weight: 800; color: var(--wine-dark); margin-bottom: 18px; }
select, input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}
textarea { resize: vertical; }
.finder-result .placeholder { color: var(--muted); }
.recommendations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reco-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; }
.reco-card h3 { margin: 0 0 8px; line-height: 1.18; }
.reco-card p { color: var(--muted); margin: 8px 0; }
.tagline { display: inline-flex; border-radius: 999px; background: rgba(92, 15, 27, .08); color: var(--wine); padding: 5px 10px; font-size: .82rem; font-weight: 800; margin-bottom: 12px; }

.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.62);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  color: var(--muted);
  font-weight: 800;
}
.filter-btn.active { background: var(--wine); color: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card {
  background: rgba(255,250,242,.92);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-art { height: 150px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(92,15,27,.12), rgba(200,155,76,.18)); }
.product-icon {
  width: 52px; height: 114px; border-radius: 18px 18px 10px 10px; position: relative;
  background: var(--wine); box-shadow: 0 16px 30px rgba(42,7,16,.2);
}
.product-icon:before { content: ""; position: absolute; top: -34px; left: 50%; transform: translateX(-50%); width: 18px; height: 44px; border-radius: 8px 8px 2px 2px; background: inherit; }
.product-icon.white { background: #d6bf72; }
.product-icon.rose { background: #d9909b; }
.product-icon.sparkling { background: #bfa45c; }
.product-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { margin: 0 0 6px; line-height: 1.18; font-size: 1.05rem; }
.english { color: var(--muted); font-size: .88rem; margin: 0 0 12px; }
.product-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.product-meta span { background: rgba(92,15,27,.08); border-radius: 999px; padding: 5px 9px; color: var(--wine); font-weight: 800; font-size: .78rem; }
.product-body p { color: var(--muted); margin-top: 0; }
.price { margin-top: auto; font-weight: 900; color: var(--wine); font-size: 1.1rem; }
.product-card a { margin-top: 14px; text-decoration: none; color: var(--cream); background: var(--wine); border-radius: 14px; text-align: center; padding: 11px; font-weight: 800; }
.channel-note { color: var(--gold)!important; font-size: .84rem; font-weight: 800; }

.set-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.set-card { background: var(--wine); color: var(--cream); border-radius: 26px; padding: 20px; min-height: 360px; display: flex; flex-direction: column; overflow: hidden; }
.set-card:nth-child(even) { background: var(--wine-dark); }
.set-image { height: 150px; border-radius: 20px; background: rgba(255,250,242,.12); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; overflow: hidden; }
.set-image img { max-width: 88%; max-height: 136px; width: auto; height: auto; object-fit: contain; display: block; filter: drop-shadow(0 18px 22px rgba(0,0,0,.28)); }
.set-card span { color: var(--gold); font-weight: 900; }
.set-card h3 { font-size: 1.35rem; line-height: 1.15; margin: 12px 0; }
.set-card p { color: rgba(255,250,242,.78); margin-bottom: 18px; }
.set-card a { margin-top: auto; color: var(--wine-dark); background: var(--cream); border-radius: 999px; padding: 10px 14px; text-align: center; text-decoration: none; font-weight: 900; }

.story-section { padding-top: 40px; }
.story-card { max-width: 960px; margin: auto; text-align: center; padding: clamp(34px, 5vw, 70px); }
.story-card h2 { font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.05; letter-spacing: -0.045em; }
.story-card p:last-child { color: var(--muted); font-size: 1.1rem; }

.inquiry-section { background: var(--wine-dark); color: var(--cream); }
.inquiry-section .section-heading p:not(.eyebrow) { color: rgba(255,250,242,.75); }
.inquiry-section .eyebrow { color: var(--gold); }
.social-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.social-cta-row .btn { padding: 11px 16px; font-size: .92rem; }

.inquiry-form { max-width: 980px; background: rgba(255,250,242,.08); border-color: rgba(255,250,242,.18); }
.inquiry-form label { color: var(--cream); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checkbox { display: flex!important; grid-template-columns: auto 1fr!important; align-items: start; gap: 12px!important; font-weight: 500!important; }
.checkbox input { width: auto; margin-top: 6px; }
.warning { font-weight: 900; color: #f0d08b; }
.compact { font-size: .86rem; }

.site-footer {
  background: #1d060b;
  color: var(--cream);
  padding: 40px clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.site-footer p { color: rgba(255,250,242,.72); margin: 6px 0; }
.footer-warning { grid-column: 1 / -1; margin-top: 18px!important; }

@media (max-width: 1100px) {
  .product-grid, .set-grid { grid-template-columns: repeat(2, 1fr); }
  .recommendations { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .menu-toggle { display: block; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 14px; font-weight: 800; }
  .site-nav { position: fixed; top: 78px; left: 16px; right: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); display: none; }
  .site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-card { min-height: 460px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { border-bottom: 1px solid var(--line); }
  .finder-grid { grid-template-columns: 1fr; }
  .section-heading.split { display: block; }
  .filters { justify-content: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  
}
@media (max-width: 560px) {
  .product-grid, .set-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; }
  .age-card { padding: 28px; }
  .bottle { width: 82px; }
}

/* CMS version additions: real product photos + hidden admin route */
.product-art {
  height: 220px;
  background: linear-gradient(135deg, rgba(92,15,27,.08), rgba(200,155,76,.12));
  padding: 16px;
}
.product-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(42, 7, 16, .12));
}
.product-search-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: -8px 0 20px;
}
.product-search-row input {
  background: rgba(255,250,242,.92);
}
#productCount {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}
.empty {
  grid-column: 1 / -1;
  background: rgba(255,250,242,.92);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  color: var(--muted);
}
.hidden { display: none !important; }
.product-card .price { margin-top: auto; }
@media (max-width: 720px) {
  .product-search-row { grid-template-columns: 1fr; }
  #productCount { white-space: normal; }
}

.brand-logo { width:48px; height:48px; object-fit:contain; border-radius:12px; background:#3c3956; }
.age-logo { display:block; width:140px; max-width:60%; margin:0 auto 18px; border-radius:18px; }

/* Bilingual language switch */
.lang-toggle {
  border: 1px solid rgba(92, 15, 27, 0.25);
  background: #fff;
  color: #5c0f1b;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  margin-left: auto;
}
.lang-toggle:hover {
  background: #5c0f1b;
  color: #fff;
}
.product-icon.spirits {
  background: linear-gradient(135deg, #4a3424, #c69653);
}
html[lang="en"] .lead,
html[lang="en"] .product-body p,
html[lang="en"] .section-heading p,
html[lang="en"] label,
html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] select {
  letter-spacing: 0;
}
@media (max-width: 820px) {
  .lang-toggle {
    margin-left: 0;
  }
}

/* Product card photo alignment fix - 2026-06-10
   Keeps bottle photos in their own image area and prevents overlap with text/buttons. */
.product-card {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
}
.product-card .product-art {
  order: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 260px !important;
  min-height: 260px !important;
  padding: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(92,15,27,.06), rgba(200,155,76,.12)) !important;
}
.product-card .product-art img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 224px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 14px 18px rgba(42, 7, 16, .14));
}
.product-card .product-body {
  order: 2 !important;
  position: relative !important;
  z-index: 2 !important;
  background: rgba(255,250,242,.96) !important;
}
.product-card .product-body > p:not(.english):not(.channel-note) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-body a,
.product-card .price {
  position: static !important;
  z-index: auto !important;
}
@media (max-width: 560px) {
  .product-card .product-art {
    height: 240px !important;
    min-height: 240px !important;
    padding: 16px !important;
  }
  .product-card .product-art img {
    max-height: 210px !important;
  }
  .product-body h3 { font-size: 1.28rem; }
  .english { font-size: 1rem; }
}


/* Featured image controlled by CMS */
.featured-image-wrap {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.featured-image-wrap img {
  max-width: 100%;
  max-height: 330px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(38, 10, 16, .22));
}
@media (max-width: 760px) {
  .featured-image-wrap {
    min-height: 260px;
    padding: 22px;
  }
  .featured-image-wrap img {
    max-height: 240px;
  }
}

/* Update: Wine Finder images, multi-select inquiry, and robust media handling */
.reco-card { display: flex; flex-direction: column; gap: 10px; }
.reco-image {
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(92,15,27,.06), rgba(200,155,76,.12));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  padding: 14px;
}
.reco-image img {
  max-width: 100%;
  max-height: 154px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(42,7,16,.14));
}
.reco-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: auto; }
.text-link { color: var(--wine); font-weight: 900; text-decoration: none; border-bottom: 1px solid rgba(92,15,27,.3); }
.inquiry-select-btn,
.set-select-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  margin-top: 14px;
  color: var(--cream);
  background: var(--wine);
  border-radius: 14px;
  text-align: center;
  padding: 11px;
  font-weight: 900;
  width: 100%;
}
.inquiry-select-btn.selected,
.set-select-btn.selected,
.compact-btn.selected {
  background: var(--gold);
  color: var(--wine-dark);
}
.compact-btn { width: auto; margin-top: 0; padding: 9px 12px; border-radius: 999px; }
.set-select-btn { margin-top: auto; color: var(--wine-dark); background: var(--cream); border-radius: 999px; }
.product-card a[data-product], .set-card a[data-set] { display: none; }
.image-missing::after {
  content: 'Image unavailable';
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}
html[lang="zh-Hant"] .image-missing::after { content: '圖片暫無'; }
.featured-video,
.featured-youtube {
  display: block;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 36px rgba(38, 10, 16, .18);
  background: #000;
}

.featured-video {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .featured-video,
  .featured-youtube {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
  }
  .reco-image { height: 160px; }
  .reco-image img { max-height: 136px; }
}

/* Image path/cache hardening: keep cards intact even if an uploaded media path is temporarily unavailable. */
img.fallback-image {
  opacity: .88;
  filter: none !important;
  object-fit: contain !important;
  background: transparent !important;
}
.image-missing img.fallback-image {
  max-width: 80% !important;
  max-height: 80% !important;
}


/* Featured media should fill the display frame instead of appearing as a small floating player. */
.featured-image-wrap {
  width: 100%;
}
.featured-image-wrap .featured-video,
.featured-image-wrap .featured-youtube {
  align-self: center;
  justify-self: center;
}

/* Editable about/story section */
.story-card {
  overflow: hidden;
}
.about-image-wrap {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(92,15,27,.06), rgba(200,155,76,.12));
}
.about-image-wrap img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}
.about-text-wrap.hidden {
  display: none;
}
@media (max-width: 760px) {
  .about-image-wrap {
    border-radius: 18px;
  }
  .about-image-wrap img {
    max-height: 360px;
  }
}

#lineAfterSubmit {
  width: fit-content;
  margin-top: 8px;
}

.terms-link {
  color: var(--wine);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  max-width: 980px;
  margin: 0 auto;
}
.legal-page h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
  color: var(--wine-dark);
}
.legal-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  margin: 20px 0;
  box-shadow: 0 12px 36px rgba(42, 7, 16, 0.08);
}
.legal-card h2,
.legal-card h3 {
  color: var(--wine-dark);
}
.legal-card p {
  color: var(--ink);
}

.legal-intro {
  color: var(--muted);
  font-size: 1.05rem;
}
.faq-card details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.faq-card details:first-of-type {
  border-top: 0;
}
.faq-card summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--wine-dark);
  list-style: none;
}
.faq-card summary::-webkit-details-marker {
  display: none;
}
.faq-card summary::after {
  content: '+';
  float: right;
  color: var(--wine);
  font-weight: 900;
}
.faq-card details[open] summary::after {
  content: '–';
}
.faq-card details p {
  margin-bottom: 0;
  color: var(--ink);
}

.faq-language-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}


/* Keep original form design; only make privacy/legal notice link text white. */
.terms-link {
  color: #ffffff !important;
}
.terms-link:hover {
  color: #ffffff !important;
}

.delivery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.delivery-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 36px rgba(42, 7, 16, 0.08);
}
.delivery-list {
  display: grid;
  gap: 12px;
  padding-left: 1.2rem;
  margin: 18px 0 0;
}
.delivery-list li {
  color: var(--ink);
  font-weight: 700;
}
