:root {
  --ink: #241f1c;
  --paper: #f7f2e9;
  --paper-deep: #ece2d3;
  --white: #fffdf9;
  --wine: #7b2438;
  --wine-dark: #571727;
  --gold: #b5915f;
  --line: rgba(36, 31, 28, 0.16);
  --muted: #6b625c;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: 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; }
.section-shell { width: var(--shell); margin-inline: auto; }
.announcement-bar { min-height: 34px; padding: 7px 24px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 7vw, 90px); color: #fff; background: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement-bar span { display: inline-flex; align-items: center; gap: 10px; }
.announcement-bar span + span::before { content: "·"; opacity: .55; }

.site-header {
  width: var(--shell); height: 92px; margin-inline: auto; display: flex; align-items: center;
  justify-content: space-between; position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--wine); color: var(--wine); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 13px; letter-spacing: 0.08em; position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; border-radius: inherit; opacity: 0.45; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; color: var(--muted); transition: color 180ms ease; }
.site-nav a:hover, .site-nav a.active { color: var(--wine); }
.site-nav .nav-cta { padding: 11px 19px; border: 1px solid var(--ink); color: var(--ink); }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { width: min(1440px, calc(100% - 32px)); height: min(760px, calc(100vh - 116px)); min-height: 620px; margin: 0 auto; position: relative; overflow: hidden; background: #eee6da; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,242,233,.98) 0%, rgba(247,242,233,.88) 33%, rgba(247,242,233,.12) 64%, rgba(247,242,233,0) 100%); }
.hero-content { position: absolute; z-index: 2; left: max(7vw, 48px); top: 50%; transform: translateY(-52%); width: min(560px, 42vw); }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.light { color: #d9b0b8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; line-height: 0.98; }
h1 { margin-bottom: 26px; font-size: clamp(62px, 7vw, 108px); }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero-copy { max-width: 510px; margin-bottom: 34px; color: #514944; font-size: clamp(16px, 1.4vw, 19px); }
.button-row { display: flex; align-items: center; gap: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--wine); }
.button-primary:hover { background: var(--wine-dark); }
.button-light { color: var(--wine); background: var(--white); }
.button-full { width: 100%; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-note { position: absolute; z-index: 2; right: 34px; bottom: 32px; padding: 15px 20px; border-left: 2px solid var(--wine); color: var(--white); background: rgba(36,31,28,.74); backdrop-filter: blur(8px); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .72; }
.hero-note strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }

.trust-strip { width: min(1080px, calc(100% - 48px)); margin: -26px auto 0; padding: 24px 34px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); background: var(--white); box-shadow: 0 15px 60px rgba(58,39,31,.09); }
.trust-strip div { display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { grid-row: 1 / 3; color: var(--wine); font-family: var(--serif); font-size: 13px; }
.trust-strip strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.trust-strip small { color: var(--muted); font-size: 11px; }

.intro { padding: 145px 0 90px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.section-heading h2, .editorial-copy h2, .process h2, .details-band h2, .mini-cta h2, .final-cta h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); }
.intro-copy { padding-top: 22px; }
.intro-copy p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }

.use-cases { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-card { min-height: 300px; padding: 52px 44px 46px; border-right: 1px solid var(--line); }
.use-card:last-child { border-right: 0; }
.line-icon { color: var(--wine); font-family: var(--serif); font-size: 28px; }
.use-card h3 { margin: 62px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.use-card p { color: var(--muted); font-size: 14px; }

.process { margin-top: 140px; padding: 120px 0; color: var(--white); background: var(--wine-dark); }
.process-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 11vw; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.steps > li > span { color: #d9b0b8; font-family: var(--serif); }
.steps h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.steps p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }

.editorial { padding: 140px 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 9vw; }
.editorial-image-wrap { position: relative; }
.editorial-image-wrap img { aspect-ratio: 1 / 1; object-fit: cover; }
.image-caption { position: absolute; left: -26px; bottom: 26px; padding: 13px 18px; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 15px; }
.editorial-copy > p:not(.eyebrow) { margin: 28px 0 32px; color: var(--muted); font-size: 17px; }
.final-cta { margin-bottom: 120px; padding: 90px 8%; text-align: center; color: var(--white); background: var(--wine); }
.final-cta p:not(.eyebrow) { margin: 24px auto 32px; color: rgba(255,255,255,.72); }

.page-hero { padding: 120px 0 86px; text-align: center; }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(64px, 8vw, 108px); }
.page-hero > p:last-child { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.page-hero.compact { padding-bottom: 60px; }
.page-hero.compact h1 { font-size: clamp(56px, 7vw, 88px); }

.pricing-layout { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: 24px; align-items: stretch; padding-bottom: 140px; }
.price-card { padding: 48px 42px 42px; position: relative; background: var(--white); border: 1px solid var(--line); }
.price-card.featured { border: 2px solid var(--wine); }
.card-badge { position: absolute; top: 0; right: 0; padding: 8px 13px; color: var(--white); background: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.package-label { margin: 0 0 14px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price { font-family: var(--serif); font-size: 82px; line-height: .9; letter-spacing: -.06em; }
.price span { vertical-align: top; font-family: var(--sans); font-size: 18px; letter-spacing: 0; }
.price-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.feature-list { margin: 35px 0 38px; padding: 28px 0 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { margin: 13px 0; padding-left: 24px; position: relative; color: #514944; font-size: 14px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 700; }
.pricing-image { min-height: 100%; display: flex; flex-direction: column; background: var(--ink); }
.pricing-image img { height: 70%; min-height: 360px; object-fit: cover; }
.pricing-image p { margin: auto 0; padding: 30px; color: rgba(255,255,255,.65); font-size: 13px; }
.pricing-image strong { color: var(--white); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.details-band { padding: 120px 0; color: var(--white); background: var(--ink); }
.details-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-list { margin: 0; }
.faq-list div { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.16); }
.faq-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list dt { margin-bottom: 5px; font-family: var(--serif); font-size: 22px; }
.faq-list dd { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.mini-cta { padding: 100px 0 120px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }

.payment-main { min-height: 70vh; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 34px; }
.checkout-card { padding: 38px; background: var(--white); border: 1px solid var(--line); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.checkout-card.is-selected { border-color: var(--wine); box-shadow: 0 18px 60px rgba(75,34,43,.12); transform: translateY(-4px); }
.checkout-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.checkout-card-heading h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -.03em; }
.checkout-card-heading strong { color: var(--wine); font-family: var(--serif); font-size: 40px; font-weight: 500; }
.checkout-card label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.checkout-card label span { color: var(--muted); font-weight: 400; }
.checkout-card input[type="text"] { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); background: #fbf8f2; outline: none; }
.checkout-card input[type="text"]:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,36,56,.08); }
.field-help { margin: 8px 0 24px; color: var(--muted); font-size: 11px; }
.paypal-button { width: 100%; min-height: 52px; border: 0; border-radius: 5px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #123a63; background: #ffc439; cursor: pointer; box-shadow: inset 0 -2px 0 rgba(0,0,0,.08); transition: background 180ms ease, transform 180ms ease; }
.paypal-button:hover { background: #ffb900; transform: translateY(-1px); }
.paypal-button span { font-size: 14px; }
.paypal-button strong { font-size: 21px; font-style: italic; letter-spacing: -.06em; }
.checkout-aside { grid-column: 1 / -1; display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 36px 40px; color: var(--white); background: var(--ink); }
.lock-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #d9b0b8; }
.checkout-aside h2 { margin: 0 0 15px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.checkout-aside ol { margin: 0 0 15px; padding-left: 18px; color: rgba(255,255,255,.67); font-size: 13px; }
.checkout-aside p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.checkout-aside a { color: var(--white); }
.payment-note { padding: 0 0 110px; }
.payment-note p { margin: 0; padding: 16px 20px; border-left: 3px solid var(--gold); color: var(--muted); background: rgba(181,145,95,.1); font-size: 12px; }

/* Unified quantity-based checkout */
.unified-checkout { padding-bottom: 34px; }
.unified-paypal-form { background: var(--white); border: 1px solid var(--line); }
.unified-checkout-head { padding: 42px 48px 34px; display: flex; align-items: start; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.unified-checkout-head h2, .details-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.unit-price { min-width: 125px; text-align: right; }
.unit-price span, .unit-price small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.unit-price strong { display: block; color: var(--wine); font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1; }
.order-builder { display: grid; grid-template-columns: 1fr .7fr; border-bottom: 1px solid var(--line); }
.quantity-column { padding: 42px 48px; border-right: 1px solid var(--line); }
.quantity-column > label { display: block; margin-bottom: 11px; font-size: 12px; font-weight: 700; }
.quantity-stepper { width: min(320px, 100%); height: 64px; display: grid; grid-template-columns: 62px 1fr 62px; border: 1px solid var(--ink); }
.quantity-stepper button { border: 0; color: var(--ink); background: #f3ede4; cursor: pointer; font-size: 24px; }
.quantity-stepper input { width: 100%; border: 0; border-inline: 1px solid var(--line); background: var(--white); text-align: center; font-family: var(--serif); font-size: 30px; outline: none; -moz-appearance: textfield; }
.quantity-stepper input::-webkit-outer-spin-button, .quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.quick-quantity { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.quick-quantity button { padding: 8px 12px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; }
.quick-quantity button.active { color: var(--white); background: var(--wine); border-color: var(--wine); }
.live-total { padding: 42px 48px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--wine-dark); }
.live-total > span { color: #d9b0b8; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.live-total strong { margin-top: 9px; font-family: var(--serif); font-size: clamp(68px, 8vw, 100px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.live-total small { color: rgba(255,255,255,.65); font-size: 11px; }
.stamp-details-section { padding: 52px 48px 48px; }
.details-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; align-items: end; margin-bottom: 34px; }
.details-heading > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.stamp-details-list { border-top: 1px solid var(--line); }
.stamp-detail-row { display: grid; grid-template-columns: 50px minmax(190px,.65fr) 1.35fr; gap: 18px; align-items: end; padding: 22px 0; border-bottom: 1px solid var(--line); }
.stamp-number { align-self: center; color: var(--wine); font-family: var(--serif); font-size: 15px; }
.stamp-field label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.stamp-field label small { color: var(--muted); font-weight: 400; text-transform: none; }
.stamp-field select, .stamp-field input { width: 100%; height: 48px; padding: 0 13px; color: var(--ink); background: #fbf8f2; border: 1px solid var(--line); outline: none; }
.stamp-field select:focus, .stamp-field input:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,36,56,.08); }
.paypal-submit-row { padding: 30px 48px; display: grid; grid-template-columns: 1fr minmax(300px, .65fr); gap: 32px; align-items: center; border-top: 1px solid var(--line); background: #f2ece3; }
.secure-copy { display: flex; align-items: center; gap: 14px; }
.secure-copy > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); }
.secure-copy p, .secure-copy strong, .secure-copy small { display: block; margin: 0; }
.secure-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.secure-copy small { color: var(--muted); font-size: 10px; }
.unified-paypal-button { margin: 0; display: flex; gap: 7px; }
.unified-paypal-button strong { font-size: 22px; font-style: normal; letter-spacing: -.03em; }
.unified-aside { margin-top: 24px; }

/* Product catalog and conversion sections */
.product-catalog { padding: 110px 0 130px; }
.catalog-heading { max-width: 760px; margin-bottom: 52px; }
.catalog-heading h2, .pairings-heading h2, .buyer-guide h2, .home-faq h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.5vw, 76px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.catalog-heading > p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(45,31,25,.1); }
.product-card-image { aspect-ratio: 1.15 / 1; overflow: hidden; background: #eadfce; }
.product-card-image img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card.crop-left img { object-position: 20% center; }
.product-card.crop-right img { object-position: 80% center; }
.product-card-body { padding: 26px 25px 28px; }
.product-card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.product-card-price { color: var(--wine); font-size: 12px; font-weight: 700; }
.product-card p { margin: 11px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-link { font-size: 11px; font-weight: 700; text-underline-offset: 4px; }
.product-card-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; color: var(--white); background: rgba(36,31,28,.82); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pairings { padding: 110px 0; color: var(--white); background: var(--ink); }
.pairings-heading { max-width: 760px; margin-bottom: 48px; }
.pairings-heading .eyebrow { color: #d9b0b8; }
.pairings-heading > p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.62); }
.pairing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.pairing-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; background: var(--ink); }
.pairing-card > span { color: #d9b0b8; font-family: var(--serif); font-size: 13px; }
.pairing-card h3 { margin: 56px 0 12px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.pairing-card p { color: rgba(255,255,255,.6); font-size: 12px; }
.pairing-card ul { margin: auto 0 24px; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: 12px; }
.pairing-card li + li { margin-top: 6px; }
.pairing-card a { width: max-content; color: #fff; font-size: 11px; font-weight: 700; text-underline-offset: 5px; }
.buyer-guide { padding: 125px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.guide-list { border-top: 1px solid var(--line); }
.guide-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.guide-item > span { color: var(--wine); font-family: var(--serif); }
.guide-item h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.guide-item p { margin: 0; color: var(--muted); font-size: 12px; }
.home-faq { padding: 110px 0; background: #eee4d7; }
.home-faq-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.faq-accordion details { border-top: 1px solid var(--line); }
.faq-accordion details:last-child { border-bottom: 1px solid var(--line); }
.faq-accordion summary { padding: 22px 42px 22px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: "+"; position: absolute; right: 4px; color: var(--wine); font-family: var(--sans); }
.faq-accordion details[open] summary::after { content: "−"; }
.faq-accordion details p { margin: -6px 42px 24px 0; color: var(--muted); font-size: 13px; }
.mobile-order-bar { display: none; }

.site-footer { width: var(--shell); margin: 0 auto; padding: 52px 0 36px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px 40px; border-top: 1px solid var(--line); }
.footer-brand { grid-row: 1 / 3; }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { color: var(--muted); font-size: 12px; font-weight: 600; text-decoration: none; }
.site-footer small { grid-column: 2 / 4; color: #918984; font-size: 10px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .hero { min-height: 670px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(247,242,233,.96), rgba(247,242,233,.72) 55%, rgba(247,242,233,.08)); }
  .hero-content { left: 7vw; width: min(540px, 70vw); }
  .trust-strip { grid-template-columns: 1fr; padding: 10px 28px; }
  .trust-strip div { padding: 17px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .intro, .process-inner, .editorial, .details-grid { grid-template-columns: 1fr; gap: 60px; }
  .use-cases { grid-template-columns: 1fr; }
  .use-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .use-card:last-child { border-bottom: 0; }
  .use-card h3 { margin-top: 26px; }
  .editorial { width: min(100% - 80px, 650px); }
  .pricing-layout { grid-template-columns: 1fr 1fr; }
  .pricing-image { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .pricing-image img { height: 100%; min-height: 280px; }
  .pricing-image p { align-self: center; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pairing-grid { grid-template-columns: 1fr; }
  .pairing-card { min-height: 270px; }
  .buyer-guide, .home-faq-inner { grid-template-columns: 1fr; gap: 55px; }
  .details-heading { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 76px; }
  .announcement-bar { justify-content: space-between; gap: 12px; padding-inline: 16px; font-size: 8px; }
  .announcement-bar span:nth-child(3) { display: none; }
  .announcement-bar span + span::before { display: none; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 30px rgba(36,31,28,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { width: 100%; height: 690px; min-height: 0; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(247,242,233,.97) 0%, rgba(247,242,233,.88) 52%, rgba(247,242,233,.12) 100%); }
  .hero-content { left: 24px; top: 43%; width: calc(100% - 48px); }
  h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-copy { max-width: 88%; font-size: 15px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { right: 18px; bottom: 18px; left: 18px; }
  .trust-strip { margin-top: 0; width: 100%; }
  .intro { padding: 100px 0 70px; gap: 30px; }
  .section-heading h2, .editorial-copy h2, .process h2, .details-band h2, .mini-cta h2, .final-cta h2 { font-size: 44px; }
  .use-card { padding: 38px 24px; }
  .process { margin-top: 90px; padding: 80px 0; }
  .steps li { grid-template-columns: 44px 1fr; }
  .editorial { width: var(--shell); padding: 90px 0; }
  .image-caption { left: 12px; right: 12px; bottom: 12px; }
  .final-cta { width: 100%; margin-bottom: 80px; padding: 70px 22px; }
  .page-hero { padding: 85px 0 60px; }
  .page-hero h1 { font-size: 60px; }
  .pricing-layout, .checkout-grid { grid-template-columns: 1fr; }
  .pricing-layout { padding-bottom: 90px; }
  .price-card, .checkout-card { padding: 34px 28px; }
  .pricing-image { grid-column: auto; grid-template-columns: 1fr; }
  .pricing-image img { min-height: 320px; }
  .details-band { padding: 85px 0; }
  .mini-cta { padding: 80px 0 90px; align-items: flex-start; flex-direction: column; }
  .checkout-aside { grid-column: auto; grid-template-columns: 1fr; padding: 30px 28px; }
  .payment-note { padding-bottom: 80px; }
  .unified-checkout-head { padding: 32px 24px 26px; }
  .unit-price strong { font-size: 40px; }
  .order-builder { grid-template-columns: 1fr; }
  .quantity-column { padding: 30px 24px; border-right: 0; }
  .quantity-stepper { width: 100%; }
  .live-total { padding: 32px 24px; }
  .stamp-details-section { padding: 38px 24px 32px; }
  .stamp-detail-row { grid-template-columns: 36px 1fr; gap: 14px; }
  .stamp-note-field { grid-column: 2; }
  .paypal-submit-row { padding: 26px 24px; grid-template-columns: 1fr; }
  .product-catalog { padding: 85px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-image { aspect-ratio: 1.25 / 1; }
  .pairings { padding: 80px 0; }
  .pairing-card { min-height: 280px; padding: 28px; }
  .buyer-guide { padding: 85px 0; }
  .home-faq { padding: 80px 0; }
  .catalog-heading h2, .pairings-heading h2, .buyer-guide h2, .home-faq h2 { font-size: 44px; }
  .mobile-order-bar { position: fixed; z-index: 50; right: 12px; bottom: 12px; left: 12px; min-height: 56px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--wine); box-shadow: 0 12px 35px rgba(64,20,31,.28); text-decoration: none; font-size: 12px; font-weight: 700; }
  .mobile-order-bar span:last-child { font-size: 18px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .site-footer small { grid-column: auto; }
}

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