: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; }
}

/* Professional catalog and information pages */
.light-link { color: var(--ink); }
.center-action { margin-top: 42px; text-align: center; }
.center-row { justify-content: center; }
.button-outline-light { border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 9vw; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.75; }

.category-showcase { padding: 125px 0; }
.trust-strip { grid-template-columns: repeat(4, 1fr); }
.category-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 15px; }
.category-tile { position: relative; overflow: hidden; color: #fff; background: var(--ink); text-decoration: none; }
.category-tile.large { grid-column: span 2; grid-row: span 2; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,14,12,.76), rgba(20,14,12,.03) 70%); }
.category-tile:hover img { transform: scale(1.045); }
.category-tile span { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; }
.category-tile small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.category-tile strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.confidence-band { padding: 95px 0; background: #eee4d7; }
.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.confidence-grid article { padding: 6px 48px 6px 0; }
.confidence-grid article + article { padding-left: 48px; border-left: 1px solid var(--line); }
.confidence-grid span, .value-grid span { color: var(--wine); font-family: var(--serif); font-size: 14px; }
.confidence-grid h3, .value-grid h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.confidence-grid p, .value-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.confidence-grid a { font-size: 11px; font-weight: 700; text-underline-offset: 4px; }

.catalog-hero { padding-bottom: 68px; }
.catalog-controls { position: relative; z-index: 2; padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 55px rgba(60,38,28,.08); }
.search-wrap { display: grid; grid-template-columns: 145px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.search-wrap label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-wrap input { height: 64px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 25px; }
.search-wrap input::placeholder { color: #aaa09a; }
.filter-row { padding: 24px 0; display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); }
.filter-row button { padding: 9px 13px; border: 1px solid var(--line); color: var(--muted); background: #faf7f1; cursor: pointer; font-size: 10px; font-weight: 600; }
.filter-row button:hover, .filter-row button.active { color: #fff; border-color: var(--wine); background: var(--wine); }
.catalog-meta { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.catalog-meta strong { color: var(--ink); }
.catalog-listing { padding: 42px 0 125px; }
.full-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.catalog-card { position: relative; background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(47,31,25,.11); }
.catalog-card-image { position: relative; display: block; aspect-ratio: 1 / .88; overflow: hidden; background: #e5d7c5; }
.catalog-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(25,16,13,.18), transparent 45%); }
.catalog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.catalog-card:hover img { transform: scale(1.04); }
.catalog-number { position: absolute; z-index: 2; right: 12px; bottom: 10px; color: #fff; font-family: var(--serif); font-size: 13px; }
.catalog-card .product-card-badge { top: 11px; left: 11px; }
.catalog-card-body { padding: 21px 19px 19px; }
.catalog-category { margin: 0 0 7px !important; color: var(--wine) !important; font-size: 8px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.catalog-card-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.catalog-card-title h2 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.08; }
.catalog-card-title h2 a { text-decoration: none; }
.catalog-card-title strong { flex: 0 0 auto; color: var(--wine); font-size: 12px; }
.catalog-card-body > p { min-height: 56px; margin: 12px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.catalog-card-actions { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; }
.catalog-card-actions a { font-size: 10px; font-weight: 700; text-underline-offset: 3px; }
.catalog-card-actions .mini-order { padding: 7px 11px; color: #fff; background: var(--wine); text-decoration: none; }
.empty-state { padding: 80px; text-align: center; border: 1px solid var(--line); background: #fff; }

.breadcrumb { padding: 36px 0 0; display: flex; gap: 9px; color: var(--muted); font-size: 10px; }
.breadcrumb a { color: var(--muted); }
.product-detail { padding: 52px 0 120px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; }
.product-detail-image { position: relative; min-height: 640px; overflow: hidden; background: #e5d7c5; }
.product-detail-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.product-detail-image span { position: absolute; right: 18px; bottom: 18px; padding: 8px 11px; color: #fff; background: rgba(35,25,21,.8); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-detail-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 84px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.detail-lead { margin: 25px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.detail-price { padding: 22px 0; display: flex; align-items: baseline; gap: 12px; border-block: 1px solid var(--line); }
.detail-price strong { color: var(--wine); font-family: var(--serif); font-size: 42px; font-weight: 500; }
.detail-price span { color: var(--muted); font-size: 11px; }
.detail-checks { margin: 26px 0 32px; padding: 0; list-style: none; }
.detail-checks li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid var(--line); font-size: 12px; }
.detail-checks li::before { content: "✓"; position: absolute; left: 2px; color: var(--wine); }
.detail-help { margin-top: 25px; color: var(--muted); font-size: 11px; }
.detail-process { padding: 90px 0; color: #fff; background: var(--ink); }
.detail-process-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3,1fr); }
.detail-process-grid > div { padding-right: 45px; }
.detail-process-grid > div + div { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.18); }
.detail-process-grid span { color: #d9b0b8; font-family: var(--serif); }
.detail-process-grid h2 { margin: 28px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.detail-process-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }
.related { padding: 110px 0 125px; }
.related-grid { grid-template-columns: repeat(4, 1fr); }

.story-hero, .guide-hero { padding: 80px 0 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.story-hero h1, .guide-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 8vw, 112px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.story-hero h1 em, .guide-hero h1 em { color: var(--wine); font-weight: 400; }
.story-hero p:last-child, .guide-hero p:last-child { max-width: 520px; margin-top: 28px; color: var(--muted); line-height: 1.7; }
.story-hero img, .guide-hero img { height: 620px; object-fit: cover; }
.prose-split { padding: 110px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; border-block: 1px solid var(--line); }
.prose-split h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px,5vw,70px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.prose-split > div:last-child { color: var(--muted); font-size: 16px; line-height: 1.8; }
.value-grid { padding: 100px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid article { padding-right: 50px; }
.value-grid article + article { padding-left: 50px; border-left: 1px solid var(--line); }

.contact-layout { padding: 15px 0 110px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.contact-card { padding: 55px; background: #fff; border: 1px solid var(--line); }
.primary-contact { min-height: 470px; display: flex; align-items: flex-start; flex-direction: column; }
.contact-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: auto; color: #fff; background: var(--wine); border-radius: 50%; font-family: var(--serif); font-size: 22px; }
.contact-card h2 { margin: 8px 0 15px; font-family: var(--serif); font-size: clamp(30px,3.5vw,48px); font-weight: 500; word-break: break-word; }
.contact-card p:not(.eyebrow) { max-width: 560px; margin: 0 0 27px; color: var(--muted); line-height: 1.7; }
.contact-side { padding: 5px 42px; color: #fff; background: var(--ink); }
.contact-side article { min-height: 145px; padding: 32px 0; display: grid; grid-template-columns: 40px 1fr; column-gap: 15px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-side article:last-child { border-bottom: 0; }
.contact-side span { grid-row: span 2; color: #d9b0b8; font-family: var(--serif); }
.contact-side h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.contact-side p { margin: 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.6; }
.help-links { padding-bottom: 115px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.help-links a { padding: 28px 30px; display: flex; justify-content: space-between; color: var(--ink); background: #eee4d7; text-decoration: none; }
.help-links span { color: var(--muted); font-size: 11px; }
.help-links strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }

.faq-page { padding: 15px 0 125px; display: grid; grid-template-columns: 230px 1fr; gap: 8vw; }
.faq-nav { height: max-content; position: sticky; top: 30px; padding: 25px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); background: #fff; }
.faq-nav strong { margin-bottom: 8px; font-family: var(--serif); font-size: 21px; }
.faq-nav a { color: var(--muted); font-size: 11px; }
.faq-groups section { padding: 0 0 62px; scroll-margin-top: 30px; }
.faq-groups h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 46px; font-weight: 500; }
.faq-groups details { border-top: 1px solid var(--line); }
.faq-groups details:last-child { border-bottom: 1px solid var(--line); }
.faq-groups summary { padding: 22px 35px 22px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.faq-groups summary::after { content: "+"; position: absolute; right: 3px; color: var(--wine); }
.faq-groups details[open] summary::after { content: "−"; }
.faq-groups details p { max-width: 750px; margin: -2px 30px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.guide-steps { padding: 0 0 120px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.guide-steps article { padding: 40px 34px; background: #fff; border: 1px solid var(--line); }
.guide-steps span { color: var(--wine); font-family: var(--serif); }
.guide-steps h2 { margin: 42px 0 13px; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.guide-steps p, .guide-steps li { color: var(--muted); font-size: 12px; line-height: 1.65; }
.guide-steps ul { margin: 25px 0 0; padding-left: 18px; }
.do-dont { padding: 95px 0; color: #fff; background: var(--ink); }
.do-dont-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.do-dont h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 45px; font-weight: 500; }
.do-dont li { margin: 13px 0; color: rgba(255,255,255,.67); font-size: 13px; }

.policy-hero { padding: 105px 0 75px; border-bottom: 1px solid var(--line); }
.policy-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(60px,8vw,105px); font-weight: 500; letter-spacing: -.055em; }
.policy-hero > p:last-child { color: var(--muted); font-size: 11px; }
.policy-body { padding: 70px 0 125px; display: grid; grid-template-columns: 220px 1fr; gap: 9vw; align-items: start; }
.policy-body aside { position: sticky; top: 30px; display: flex; flex-direction: column; gap: 12px; }
.policy-body aside strong { margin-bottom: 8px; font-family: var(--serif); font-size: 20px; }
.policy-body aside a { color: var(--muted); font-size: 10px; }
.policy-copy { max-width: 790px; }
.policy-intro { margin: 0 0 55px; color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.45; }
.policy-copy h2 { margin: 52px 0 13px; scroll-margin-top: 30px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.policy-copy p, .policy-copy li { color: var(--muted); font-size: 13px; line-height: 1.8; }
.policy-copy a { color: var(--wine); }

.site-footer { width: 100%; margin: 0; padding: 70px max(6vw, calc((100vw - 1200px)/2)) 28px; display: block; color: #fff; background: var(--ink); border: 0; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 6vw; }
.footer-intro { max-width: 350px; }
.footer-intro .brand { color: #fff; }
.footer-intro p { margin: 24px 0 17px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }
.footer-intro > a { color: #fff; font-size: 12px; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main nav strong { margin-bottom: 7px; color: #d9b0b8; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer .footer-main nav a { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 500; }
.site-footer .footer-main nav a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); }
.site-footer .footer-bottom small { color: rgba(255,255,255,.4); font-size: 9px; }

@media (max-width: 1050px) {
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .full-product-grid { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1.5fr repeat(3,1fr); gap: 4vw; }
}

@media (max-width: 800px) {
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div { border-bottom: 1px solid var(--line); }
  .split-heading, .product-detail, .story-hero, .guide-hero, .prose-split, .contact-layout, .faq-page, .policy-body { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 235px; }
  .category-tile.large { grid-row: span 1; }
  .full-product-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .confidence-grid, .value-grid, .guide-steps { grid-template-columns: 1fr; gap: 0; }
  .confidence-grid article, .value-grid article { padding: 35px 0; }
  .confidence-grid article + article, .value-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .product-detail-image { min-height: 530px; }
  .detail-process-grid { grid-template-columns: 1fr; }
  .detail-process-grid > div, .detail-process-grid > div + div { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .story-hero img, .guide-hero img { height: 500px; grid-row: 1; }
  .faq-nav, .policy-body aside { position: static; }
  .faq-nav { flex-direction: row; flex-wrap: wrap; }
  .help-links, .do-dont-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 10vw; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .trust-strip { grid-template-columns: 1fr; }
  .announcement-bar span:nth-child(3) { display: none; }
  .category-showcase { padding: 85px 0; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .category-tile.large { grid-column: span 1; }
  .catalog-controls { padding: 20px; }
  .search-wrap { grid-template-columns: 1fr; }
  .search-wrap label { padding-top: 10px; }
  .search-wrap input { font-size: 19px; }
  .catalog-meta { flex-direction: column; }
  .full-product-grid, .related-grid { grid-template-columns: 1fr; }
  .catalog-card-body > p { min-height: 0; }
  .product-detail { padding-top: 25px; }
  .product-detail-image { min-height: 390px; }
  .story-hero, .guide-hero { padding: 45px 0 85px; }
  .story-hero img, .guide-hero img { height: 390px; }
  .contact-card { padding: 35px 25px; }
  .contact-side { padding-inline: 25px; }
  .help-links a { flex-direction: column; gap: 8px; }
  .policy-body { padding-top: 45px; }
  .policy-intro { font-size: 23px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}
