:root {
  --faq-ink: #2a1212;
  --faq-muted: #765f5a;
  --faq-wine: #3b080b;
  --faq-wine-deep: #160000;
  --faq-cream: #fbf6ed;
  --faq-paper: #fffdf9;
  --faq-line: #e6d9cc;
  --faq-gold: #d69b3b;
  --faq-gold-pale: #f1d19a;
  --faq-shadow: 0 1.5rem 4rem rgb(42 18 18 / 10%);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--faq-cream); color: var(--faq-ink); font-family: Georgia, "Times New Roman", serif; }
body[data-theme="dark"] { --faq-ink: #f9eee3; --faq-muted: #d7bfb1; --faq-cream: #211417; --faq-paper: #2d1b1e; --faq-line: #60454a; --faq-wine: #11090b; --faq-shadow: 0 1.5rem 4rem rgb(0 0 0 / 25%); }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; contain: layout paint; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; min-height: 82px; background: #160000; color: #fff7ef; border-bottom: 1px solid rgb(255 255 255 / 13%); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: clamp(1rem, 3vw, 3rem); }
.site-header .brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-header .brand img { display: block; width: 190px; height: 46px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.25rem); margin-inline-start: auto; font: 600 .78rem/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a { color: inherit; text-decoration: none; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--faq-gold-pale); }
.age-label { padding-inline-start: clamp(.7rem, 1.5vw, 1.5rem); border-inline-start: 1px solid rgb(255 255 255 / 28%); color: var(--faq-gold-pale); font: 700 .7rem/1.2 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.menu-toggle { display: none; margin-inline-start: auto; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; width: 2.8rem; height: 2.8rem; padding: .65rem; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }
.menu-toggle:focus-visible, .primary-nav a:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--faq-gold); outline-offset: 3px; }

.faq-page-main { position: relative; overflow: visible; }
.faq-hero { min-height: 565px; padding: clamp(4.5rem, 8vw, 7.5rem) 0 0; background: var(--faq-wine); color: #fff9f1; }
.faq-hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.faq-hero__content { max-width: 650px; }
.eyebrow { margin: 0 0 1rem; color: var(--faq-gold); font: 700 .7rem/1.25 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.faq-hero h1 { max-width: 630px; margin: 0; font-size: clamp(3.3rem, 7vw, 6.5rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.faq-hero__lede { max-width: 560px; margin: 2rem 0 2.25rem; color: #eadbd1; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.25rem; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font: 700 .74rem/1.1 Arial, sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--faq-gold); color: #220909; }
.button-primary:hover { background: #efbd62; }
.button-dark { background: var(--faq-wine); color: #fff9f1; }
.button-dark:hover { background: #5b1115; }
.faq-hero__button { box-shadow: 0 .75rem 1.5rem rgb(0 0 0 / 18%); }
.faq-hero__note { max-width: 420px; margin: 2.2rem 0 0; color: #c4aaa0; font: .78rem/1.55 Arial, sans-serif; }
.faq-hero__image-frame { position: relative; min-width: 0; margin: 0; padding: .8rem .8rem 2.8rem; background: #f0d6a7; transform: rotate(2.5deg); box-shadow: var(--faq-shadow); }
.faq-hero__image-frame::before { position: absolute; inset: .35rem; border: 1px solid rgb(59 8 11 / 25%); content: ""; pointer-events: none; }
.faq-hero__image-frame img { display: block; width: 100%; height: 365px; object-fit: cover; object-position: center; filter: saturate(.78) sepia(.12); }
.faq-hero__image-frame figcaption { position: absolute; right: 1.2rem; bottom: .85rem; left: 1.2rem; color: #3b080b; font: 600 .72rem/1.2 Arial, sans-serif; letter-spacing: .06em; text-align: center; text-transform: uppercase; }

.faq-index { padding: clamp(4rem, 7vw, 6.75rem) 0 clamp(3rem, 5vw, 4.5rem); background: var(--faq-paper); }
.faq-hero__index { margin-top: clamp(4rem, 8vw, 7rem); }
.faq-index__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); column-gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.faq-section-heading { max-width: 480px; }
.faq-section-heading h2, .faq-topic h2, .faq-support h2 { margin: 0; color: var(--faq-wine); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
body[data-theme="dark"] .faq-section-heading h2, body[data-theme="dark"] .faq-topic h2, body[data-theme="dark"] .faq-support h2 { color: var(--faq-gold-pale); }
.faq-section-heading > p:last-child { margin: 1.4rem 0 0; color: var(--faq-muted); font-size: 1.05rem; line-height: 1.65; }
.faq-search { display: block; padding: 1.25rem; border: 1px solid var(--faq-line); border-radius: .25rem; background: var(--faq-cream); }
.faq-search label, .faq-field label { display: block; margin-bottom: .55rem; color: var(--faq-wine); font: 700 .7rem/1.2 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
body[data-theme="dark"] .faq-search label, body[data-theme="dark"] .faq-field label { color: var(--faq-gold-pale); }
.faq-search__controls { display: flex; gap: .65rem; }
.faq-search input, .faq-contact-form input:not([type="checkbox"]), .faq-contact-form textarea { width: 100%; border: 1px solid var(--faq-line); border-radius: 0; background: var(--faq-paper); color: var(--faq-ink); font: 1rem/1.4 Georgia, "Times New Roman", serif; }
.faq-search input { min-height: 3.25rem; padding: .8rem 1rem; }
.faq-search input::placeholder { color: var(--faq-muted); opacity: .8; }
.faq-search .button { flex: 0 0 auto; }
.faq-search__status { min-height: 1.1rem; margin: .8rem 0 0; color: var(--faq-muted); font: .75rem/1.4 Arial, sans-serif; }
.faq-index__meta { grid-column: 2; display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.faq-index__rule { display: block; flex: 0 0 3.5rem; height: 1px; background: var(--faq-gold); }
.faq-index__meta p { margin: 0; color: var(--faq-muted); font: .75rem/1.4 Arial, sans-serif; letter-spacing: .04em; }

.faq-topic { padding: clamp(4rem, 8vw, 7rem) 0; }
.faq-topic--cream { background: var(--faq-cream); }
.faq-topic--wine { background: var(--faq-wine); color: #fff9f1; }
.faq-topic__layout { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 9vw, 9rem); align-items: start; }
.faq-topic__intro { max-width: 430px; }
.faq-topic__intro .eyebrow { margin-top: .75rem; }
.faq-topic--wine .faq-topic__intro .eyebrow { color: var(--faq-gold-pale); }
.faq-topic__intro > p:not(.eyebrow) { margin: 1.5rem 0 0; color: var(--faq-muted); font-size: 1rem; line-height: 1.7; }
.faq-topic--wine .faq-topic__intro > p:not(.eyebrow) { color: #d7bfb1; }
.faq-topic__number { display: inline-flex; width: 3rem; height: 3rem; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; color: var(--faq-gold); font: 700 .75rem/1 Arial, sans-serif; letter-spacing: .06em; }
.faq-disclosures { border-top: 1px solid var(--faq-line); }
.faq-row { border-bottom: 1px solid var(--faq-line); }
.faq-row[hidden] { display: none; }
.faq-row summary { position: relative; padding: 1.5rem 3.5rem 1.5rem 0; color: var(--faq-wine); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.25; cursor: pointer; list-style: none; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-topic--wine .faq-row summary { color: #fff9f1; }
.faq-row summary::after { position: absolute; top: 1.45rem; right: .25rem; display: grid; width: 1.65rem; height: 1.65rem; place-items: center; border: 1px solid var(--faq-gold); border-radius: 50%; color: var(--faq-gold); content: "+"; font: 1.1rem/1 Arial, sans-serif; }
.faq-row[open] summary::after { content: "–"; }
.faq-row p { max-width: 680px; margin: -.35rem 3.5rem 1.6rem 0; color: var(--faq-muted); font-size: 1.03rem; line-height: 1.75; }
.faq-topic--wine .faq-row p { color: #d7bfb1; }

.faq-support { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--faq-wine-deep); color: #fff9f1; }
.faq-support__layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(350px, 1.15fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.faq-support__copy { padding-top: 1.25rem; }
.faq-support__copy h2 { color: #fff9f1; }
.faq-support__copy > p:not(.eyebrow) { max-width: 510px; margin: 1.75rem 0 0; color: #d7bfb1; font-size: 1.08rem; line-height: 1.7; }
.faq-support__actions { display: grid; gap: .8rem; margin-top: 2.5rem; }
.faq-row--support { margin-top: 2.5rem; border-color: rgb(255 255 255 / 24%); }
.faq-row--support summary { padding-top: 1.1rem; padding-bottom: 1.1rem; color: var(--faq-gold-pale); font-size: 1rem; }
.faq-row--support summary::after { top: 1rem; }
.faq-row--support p { margin-bottom: 1.1rem; color: #d7bfb1; font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; width: fit-content; color: var(--faq-gold-pale); font: 700 .76rem/1.35 Arial, sans-serif; letter-spacing: .05em; text-decoration: none; }
.text-link:hover { color: #fff; }
.faq-theme { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 4rem; color: #d7bfb1; font: .78rem/1.4 Arial, sans-serif; }
.faq-theme__button { display: inline-flex; align-items: center; gap: .55rem; min-height: 2.7rem; padding: .6rem .9rem; border: 1px solid rgb(241 209 154 / 60%); border-radius: 999px; background: transparent; color: var(--faq-gold-pale); font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .04em; cursor: pointer; }
.faq-theme__button:hover { background: rgb(241 209 154 / 12%); }
.faq-support__panel { padding: clamp(1.5rem, 4vw, 3rem); background: var(--faq-paper); color: var(--faq-ink); box-shadow: var(--faq-shadow); }
.faq-support__panel-heading { display: flex; gap: 1rem; align-items: center; }
.faq-support__panel-heading .eyebrow { margin-bottom: .55rem; }
.faq-support__panel-heading h3 { margin: 0; color: var(--faq-wine); font-size: clamp(1.65rem, 3vw, 2.4rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
body[data-theme="dark"] .faq-support__panel-heading h3 { color: var(--faq-gold-pale); }
.faq-support__glyph { display: grid; flex: 0 0 3rem; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; background: var(--faq-gold); color: var(--faq-wine); font-size: 1.4rem; }
.faq-support__panel-copy { margin: 1.5rem 0 2rem; color: var(--faq-muted); font-size: .98rem; line-height: 1.6; }
.faq-contact-form { display: grid; gap: 1rem; }
.faq-field { min-width: 0; }
.faq-field input:not([type="checkbox"]), .faq-field textarea { display: block; padding: .8rem .9rem; }
.faq-field input:not([type="checkbox"]) { min-height: 3rem; }
.faq-field textarea { resize: vertical; }
.faq-field input[aria-invalid="true"], .faq-field textarea[aria-invalid="true"] { border-color: #a52c2c; box-shadow: 0 0 0 2px rgb(165 44 44 / 12%); }
.faq-field--check { padding-top: .1rem; }
.check-label { display: flex !important; gap: .65rem; align-items: flex-start; color: var(--faq-muted) !important; font: .8rem/1.4 Arial, sans-serif !important; letter-spacing: 0 !important; text-transform: none !important; }
.check-label input { flex: 0 0 auto; width: 1rem; height: 1rem; margin: .1rem 0 0; accent-color: var(--faq-gold); }
.field-error { display: block; min-height: 1.1rem; margin-top: .35rem; color: #a52c2c; font: .74rem/1.35 Arial, sans-serif; }
.form-status { min-height: 1.2rem; margin: 0; color: var(--faq-muted); font: .78rem/1.4 Arial, sans-serif; }
.faq-contact-form__submit { justify-self: start; margin-top: .35rem; }
.analytics-pixel { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.site-footer { padding: 3.5rem 0 1.25rem; background: #100000; color: #d7bfb1; }
.site-footer .footer-inner { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 2rem; align-items: start; }
.site-footer .brand { display: inline-flex; }
.site-footer .brand img { display: block; width: 190px; height: 46px; object-fit: contain; }
.site-footer p { max-width: 260px; margin: 1rem 0 0; font: .8rem/1.55 Arial, sans-serif; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.5rem; }
.site-footer nav a { color: #d7bfb1; font: .76rem/1.3 Arial, sans-serif; text-decoration: none; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--faq-gold-pale); }
.footer-consent { min-height: 2.75rem; padding: .6rem 1rem; border: 1px solid rgb(241 209 154 / 60%); border-radius: 999px; background: transparent; color: var(--faq-gold-pale); cursor: pointer; font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .04em; white-space: nowrap; }
.footer-consent:hover { background: rgb(241 209 154 / 12%); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 15%); }
.footer-bottom p { margin: 0; max-width: none; color: #9e8178; font-size: .7rem; }

.consent-dialog { width: min(480px, calc(100% - 2rem)); padding: 2rem; border: 1px solid var(--faq-line); background: var(--faq-paper); color: var(--faq-ink); box-shadow: var(--faq-shadow); }
.consent-dialog::backdrop { background: rgb(22 0 0 / 65%); }
.consent-dialog h2 { margin: 0; color: var(--faq-wine); font: 400 2rem/1.05 Georgia, "Times New Roman", serif; }
.consent-dialog p { color: var(--faq-muted); font: 1rem/1.6 Georgia, "Times New Roman", serif; }
.consent-dialog button + button { min-height: 2.75rem; margin-inline-start: .75rem; padding: .6rem 1rem; border: 1px solid var(--faq-line); border-radius: 999px; background: transparent; color: var(--faq-ink); cursor: pointer; font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .04em; }

/* Retained as a documented editorial experiment; it is intentionally not rendered. */
/* .faq-topic--archived { border-top: 4px solid var(--faq-gold); } */

@media (max-width: 900px) {
  .primary-nav { gap: 1rem; }
  .faq-hero__inner { gap: 3rem; }
  .faq-topic__layout, .faq-support__layout { gap: 3rem; }
  .site-footer .footer-inner { grid-template-columns: 1fr 1fr; }
  .site-footer .footer-consent { justify-self: start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 620px); }
  .site-header { min-height: 72px; }
  .header-inner { min-height: 72px; }
  .site-header .brand img { width: 150px; height: 42px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; inset: 72px 1rem auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem; border: 1px solid rgb(255 255 255 / 14%); background: #210608; box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 1rem; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .primary-nav a:last-child { border-bottom: 0; }
  .age-label { margin-inline-start: 0; padding-inline-start: .75rem; font-size: .6rem; }
  .faq-hero { min-height: 0; padding: 4.5rem 0 0; }
  .faq-hero__inner, .faq-index__layout, .faq-topic__layout, .faq-support__layout { grid-template-columns: 1fr; }
  .faq-hero__image-frame { width: min(88%, 460px); margin: 2.5rem auto 0; }
  .faq-hero__image-frame img { height: 270px; }
  .faq-index__layout { row-gap: 2rem; }
  .faq-index__meta { grid-column: auto; margin-top: 0; }
  .faq-topic__intro { max-width: none; }
  .faq-topic__intro > p:not(.eyebrow) { max-width: 560px; }
  .faq-support__copy { padding-top: 0; }
  .faq-theme { margin-top: 2.5rem; }
  .site-footer .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { max-width: 390px; }
  .footer-bottom { flex-direction: column; margin-top: 2rem; }
}

@media (max-width: 420px) {
  html, body { overflow-x: clip; }
  .faq-topic__intro, .faq-topic__layout { min-width: 0; }
  .shell { width: calc(100% - 1.5rem); }
  .faq-topic__layout, .faq-support__layout { min-width: 0; }
  .faq-hero h1 { font-size: clamp(2.9rem, 15vw, 4.2rem); }
  .faq-hero__lede { font-size: 1rem; }
  .faq-hero__image-frame { width: 94%; }
  .faq-hero__image-frame img { height: 225px; }
  .faq-search__controls { display: grid; }
  .faq-search .button { width: 100%; }
  .faq-row summary { padding-right: 2.8rem; }
  .faq-row p { margin-right: 0; }
  .faq-support__panel { padding: 1.25rem; }
  .faq-support__panel-heading h3 { font-size: 1.7rem; }
  .faq-theme { align-items: flex-start; flex-direction: column; }
  .faq-theme__button { width: 100%; }
  .faq-contact-form__submit { width: 100%; }
  .site-footer nav { grid-template-columns: 1fr; }
  .consent-dialog { padding: 1.25rem; }
}
