:root {
  --ink: #12110f;
  --charcoal: #1c1b18;
  --ivory: #f6f3ec;
  --warm-white: #fbfaf6;
  --stone: #d8d2c7;
  --stone-dark: #8d887f;
  --champagne: #b7a174;
  --line: rgba(18, 17, 15, .15);
  --display: 'Italiana', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --header-h: 84px;
  --container: min(1400px, calc(100vw - 8vw));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); font-weight: 400; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(3.25rem, 8vw, 8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 5vw, 5.25rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.45rem); letter-spacing: -.025em; }

.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--champagne); outline-offset: 4px; }

.announcement { height: 28px; overflow: hidden; color: rgba(255,255,255,.78); background: var(--ink); font-size: 9px; letter-spacing: .24em; }
.announcement-track { height: 84px; animation: announcement-slide 8s cubic-bezier(.76,0,.24,1) infinite; will-change: transform; }
.announcement-slide { height: 28px; display: flex; align-items: center; justify-content: center; gap: 12px; white-space: nowrap; }
.announcement-slide i { color: var(--champagne); font-style: normal; }
@keyframes announcement-slide {
  0%, 38% { transform: translateY(0); }
  48%, 86% { transform: translateY(-33.333%); }
  96%, 100% { transform: translateY(-66.666%); }
}
.site-header { height: var(--header-h); padding: 0 3.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 50; color: #fff; background: color-mix(in srgb, var(--ink) 94%, transparent); border-bottom: 1px solid rgba(183,161,116,.42); backdrop-filter: blur(16px); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-button { appearance: none; border: 0; background: transparent; width: 46px; height: 46px; display: inline-grid; place-items: center; cursor: pointer; padding: 0; }
.menu-trigger { width: 40px; height: 40px; justify-self: start; align-content: center; gap: 4px; }
.menu-trigger span { display: block; width: 18px; height: 1px; background: currentColor; }
.menu-trigger span:nth-child(2) { width: 12px; justify-self: start; }
.brand-lockup { min-width: 220px; height: 68px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.brand-mark { width: 66px; height: 68px; display: grid; place-items: center; flex: 0 0 auto; position: relative; isolation: isolate; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.brand-wordmark { min-width: 132px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; gap: 5px; }
.brand-wordmark strong { font-family: var(--display); font-size: 17px; font-weight: 400; letter-spacing: .12em; line-height: 1; white-space: nowrap; }
.brand-wordmark small { color: var(--champagne); font-size: 6px; font-weight: 500; letter-spacing: .34em; line-height: 1; }
.brand-crop { width: 100%; height: 100%; display: block; overflow: hidden; position: relative; }
.brand-crop img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.5); object-position: 50% 49%; }
.brand-crop--dark img { object-position: 50% 49%; }
.search-icon { width: 19px; height: 19px; border: 1.5px solid currentColor; border-radius: 50%; position: relative; }
.search-icon::after { content: ''; width: 8px; height: 1.5px; background: currentColor; position: absolute; right: -6px; bottom: -3px; transform: rotate(45deg); }
.bag-icon { width: 20px; height: 19px; border: 1px solid currentColor; position: relative; margin-top: 5px; }
.bag-icon::before { content: ''; position: absolute; left: 5px; top: -7px; width: 8px; height: 8px; border: 1px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.cart-count { min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%; display: grid; place-items: center; position: absolute; transform: translate(12px, -12px); color: var(--ink); background: var(--champagne); font-size: 9px; }

.eyebrow { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.muted { color: var(--stone-dark); }
.section { width: var(--container); margin-inline: auto; padding: clamp(80px, 10vw, 160px) 0; }
.section--tight { padding-top: 54px; padding-bottom: 54px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-head h2 { margin: 14px 0 0; max-width: 740px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid currentColor; }
.text-link::after { content: '↗'; font-size: 14px; }

.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-1px); }
.button--light { color: var(--ink); background: var(--warm-white); border-color: var(--warm-white); }
.button--outline { color: var(--ink); background: transparent; }
.button--ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button--wide { width: 100%; }
.button:disabled { opacity: .4; cursor: not-allowed; transform: none; }

.hero { min-height: calc(100svh - var(--header-h) - 28px); position: relative; overflow: hidden; background: var(--ivory); }
.hero-inner { width: var(--container); min-height: inherit; margin: auto; display: grid; grid-template-rows: auto minmax(300px, 1fr); position: relative; }
.hero-copy { max-width: 780px; padding: clamp(58px, 8vh, 96px) 0 18px; position: relative; z-index: 3; }
.hero-copy h1 { margin: 25px 0 32px; max-width: 860px; }
.hero-copy p { max-width: 460px; margin-bottom: 36px; color: #5f5a52; font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { align-self: end; min-height: clamp(300px, 34vw, 470px); position: relative; z-index: 2; }
.hero-visual::before { content: ''; position: absolute; left: 2%; right: 2%; bottom: 48px; height: 30px; border-radius: 50%; background: rgba(18,17,15,.13); filter: blur(18px); transform: scaleY(.42); }
.hero-lineup { position: absolute; inset: 0 1.5% 58px; isolation: isolate; }
.hero-lineup-item { --angle: 0deg; --lift: 0px; --scale: 1; width: 17.5%; height: 94%; position: absolute; left: 50%; bottom: 0; display: flex; align-items: flex-end; justify-content: center; transform: translate(-50%, var(--lift)) rotate(var(--angle)) scale(var(--scale)); transform-origin: center bottom; animation: lineup-arrive .8s ease both; animation-delay: calc(var(--lineup-index) * 55ms); }
.hero-lineup-item:nth-child(1) { left: 7.5%; --angle: -13deg; --lift: 26px; --scale: .78; z-index: 1; }
.hero-lineup-item:nth-child(2) { left: 18%; --angle: -10deg; --lift: 17px; --scale: .85; z-index: 2; }
.hero-lineup-item:nth-child(3) { left: 28.5%; --angle: -6deg; --lift: 7px; --scale: .92; z-index: 3; }
.hero-lineup-item:nth-child(4) { left: 39%; --angle: -3deg; --lift: -2px; --scale: .98; z-index: 4; }
.hero-lineup-item:nth-child(5) { left: 50%; width: 21%; height: 104%; --lift: -16px; --scale: 1.06; z-index: 10; }
.hero-lineup-item:nth-child(6) { left: 61%; --angle: 3deg; --lift: -2px; --scale: .98; z-index: 4; }
.hero-lineup-item:nth-child(7) { left: 71.5%; --angle: 6deg; --lift: 7px; --scale: .92; z-index: 3; }
.hero-lineup-item:nth-child(8) { left: 82%; --angle: 10deg; --lift: 17px; --scale: .85; z-index: 2; }
.hero-lineup-item:nth-child(9) { left: 92.5%; --angle: 13deg; --lift: 26px; --scale: .78; z-index: 1; }
.hero-lineup-item img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 16px 12px rgba(18,17,15,.13)) contrast(1.04) saturate(1.03); transition: transform .35s cubic-bezier(.22,1,.36,1), filter .35s ease; }
.hero-lineup-item:hover { z-index: 30; }
.hero-lineup-item:hover img { transform: translateY(-9px) scale(1.045); filter: drop-shadow(0 22px 18px rgba(18,17,15,.2)) contrast(1.05) saturate(1.05); }
.hero-lineup-legend { position: absolute; right: 0; bottom: 14px; display: flex; align-items: center; gap: 12px; color: #686258; font-size: 8px; font-weight: 500; letter-spacing: .2em; }
.hero-lineup-legend i { width: 28px; height: 1px; background: var(--champagne); }
@keyframes lineup-arrive { from { opacity: 0; } to { opacity: 1; } }

.category-editorial { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-panel { min-height: 470px; padding: 42px 3vw; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border-right: 1px solid var(--line); transition: color .4s, background .4s; }
.category-panel:last-child { border-right: 0; }
.category-panel::before { content: attr(data-index); position: absolute; right: 2vw; bottom: -45px; font-family: var(--display); font-size: 13rem; color: rgba(18,17,15,.05); transition: transform .4s; }
.category-panel:hover { color: white; background: var(--ink); }
.category-panel:hover::before { color: rgba(255,255,255,.06); transform: translateY(-12px); }
.category-panel h2 { margin: auto 0 14px; font-size: clamp(2.6rem, 4.5vw, 5rem); }
.category-panel p { margin: 0; font-weight: 300; }
.category-panel .arrow { align-self: end; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 20px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(26px, 4vw, 64px) clamp(14px, 2.6vw, 40px); }
.product-card { min-width: 0; position: relative; }
.product-image-wrap { aspect-ratio: 4 / 5; background: #f0ece4; overflow: hidden; position: relative; margin-bottom: 20px; }
.product-card:nth-child(4n + 2) .product-image-wrap { background: #e7e4dc; }
.product-card:nth-child(4n + 3) .product-image-wrap { background: #ddd8ce; }
.product-image { width: 100%; height: 100%; object-fit: contain; padding: 10%; mix-blend-mode: multiply; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-image { transform: scale(1.035); }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; padding: 20%; text-align: center; font-family: var(--display); font-size: 1.5rem; }
.product-badges { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; align-items: start; gap: 6px; }
.product-badge { padding: 6px 8px; background: rgba(251,250,246,.9); color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.card-quick { position: absolute; inset: auto 14px 14px; min-height: 44px; display: grid; place-items: center; color: white; background: rgba(18,17,15,.92); font-size: 9px; letter-spacing: .14em; opacity: 0; transform: translateY(8px); transition: .3s ease; }
.product-card:hover .card-quick { opacity: 1; transform: translateY(0); }
.product-brand { display: block; margin-bottom: 7px; color: #736d63; font-size: 9px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.product-card h3 { font-family: var(--sans); font-weight: 400; font-size: clamp(1rem, 1.2vw, 1.15rem); letter-spacing: -.02em; line-height: 1.3; margin-bottom: 7px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: #625e57; font-size: 11px; }
.product-price { color: var(--ink); font-variant-numeric: tabular-nums; }

.editorial-band { background: var(--ink); color: white; overflow: hidden; }
.editorial-band-inner { width: var(--container); margin: auto; padding: clamp(80px, 10vw, 150px) 0; display: grid; grid-template-columns: 1fr 1.4fr; gap: 8vw; align-items: center; }
.editorial-band h2 { margin: 20px 0 30px; }
.editorial-band p { color: rgba(255,255,255,.64); max-width: 570px; font-weight: 300; font-size: 1.05rem; }
.decant-visual { min-height: 440px; position: relative; display: grid; place-items: center; }
.vial { width: 74px; height: 290px; border: 1px solid rgba(255,255,255,.55); border-radius: 5px 5px 12px 12px; position: relative; background: linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.12), rgba(255,255,255,.02)); box-shadow: inset 8px 0 20px rgba(255,255,255,.06); }
.vial::before { content: ''; position: absolute; width: 62px; height: 74px; top: -66px; left: 5px; background: #080808; border-radius: 4px 4px 1px 1px; }
.vial::after { content: 'JV'; position: absolute; inset: 48% 0 auto; text-align: center; font-family: var(--display); font-size: 1.7rem; }
.decant-visual .vial:nth-child(2) { position: absolute; transform: translate(100px, 70px) scale(.7); opacity: .55; }
.decant-line { position: absolute; width: 80%; height: 80%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.benefit { padding: 38px 4vw 38px 0; border-bottom: 1px solid var(--line); }
.benefit + .benefit { padding-left: 4vw; border-left: 1px solid var(--line); }
.benefit .number { color: var(--champagne); font-family: var(--display); font-size: 2rem; }
.benefit h3 { font-family: var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: .04em; margin: 18px 0 10px; }
.benefit p { color: #716c64; font-size: .9rem; margin-bottom: 0; }

.sealed-gateway { width: var(--container); margin: auto; padding: clamp(70px, 9vw, 130px) 0 clamp(80px, 10vw, 150px); }
.sealed-gateway-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; margin-bottom: 58px; }
.sealed-gateway-head h1 { margin: 20px 0 0; }
.sealed-gateway-head p { max-width: 470px; margin: 0 0 12px; color: #69645b; font-size: 1rem; font-weight: 300; }
.sealed-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--champagne); border: 1px solid var(--champagne); }
.sealed-choice { min-height: clamp(460px, 42vw, 610px); padding: clamp(34px, 4vw, 58px); display: flex; align-items: flex-end; position: relative; overflow: hidden; isolation: isolate; }
.sealed-choice--masculine { color: #fff; background: #181816; }
.sealed-choice--feminine { color: var(--ink); background: #eadadd; }
.sealed-choice > div { width: 58%; position: relative; z-index: 3; }
.sealed-choice .eyebrow { color: var(--champagne); }
.sealed-choice h2 { margin: 18px 0 12px; font-size: clamp(3rem, 5.4vw, 6rem); }
.sealed-choice p { max-width: 310px; margin-bottom: 30px; opacity: .67; font-size: .9rem; font-weight: 300; }
.sealed-choice-index { position: absolute; top: 35px; left: 40px; z-index: 3; color: var(--champagne); font-family: var(--display); font-size: 1.5rem; }
.sealed-choice-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.sealed-choice-link b { font-size: 15px; font-weight: 400; }
.sealed-choice img { width: 54%; height: 82%; position: absolute; right: -2%; bottom: -3%; z-index: 2; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 26px 22px rgba(0,0,0,.2)); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.sealed-choice--feminine img { width: 59%; right: -4%; }
.sealed-choice--empty { background: #e8ddd8; }
.sealed-choice--empty::before { content: 'PRÓXIMAMENTE'; position: absolute; right: -34px; top: 44%; z-index: 1; color: rgba(18,17,15,.055); font-family: var(--display); font-size: clamp(3.7rem, 7vw, 7.2rem); letter-spacing: -.03em; transform: rotate(-90deg) translateX(35%); transform-origin: center; }
.sealed-choice:hover img { transform: translateY(-12px) scale(1.04) rotate(1deg); }
.sealed-choice::after { content: ''; position: absolute; width: 54%; aspect-ratio: 1; right: -12%; top: -15%; z-index: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.audience-switch { width: var(--container); margin: -28px auto 28px; display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.audience-switch a { padding: 10px 15px; border: 1px solid var(--line); color: #686258; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.audience-switch a:first-child { margin-right: auto; border-color: transparent; padding-left: 0; }
.audience-switch a.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }

.collection-hero { width: var(--container); margin: auto; padding: clamp(70px, 10vw, 145px) 0 60px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 6vw; align-items: end; }
.collection-hero h1 { margin: 18px 0 0; }
.collection-hero p { max-width: 440px; color: #6a655c; font-weight: 300; }
.catalog-toolbar { width: var(--container); margin: auto; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { appearance: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; color: #5f5a53; background: transparent; cursor: pointer; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.filter-chip.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.catalog-sort { border: 0; background: transparent; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-summary { width: var(--container); margin: 22px auto 0; display: flex; justify-content: space-between; color: #7a756c; font-size: 11px; }
.catalog-grid { width: var(--container); margin: auto; padding: 42px 0 130px; }

.empty-state { grid-column: 1 / -1; min-height: 360px; border: 1px solid var(--line); display: grid; place-items: center; text-align: center; padding: 60px 20px; }
.empty-state h2 { font-size: 2.6rem; margin-bottom: 12px; }

.product-page { width: var(--container); margin: auto; padding: 30px 0 120px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; min-height: 50px; color: #756f66; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.product-stage { min-height: calc(100svh - 160px); background: #eee9e0; position: sticky; top: calc(var(--header-h) + 20px); display: grid; place-items: center; overflow: hidden; }
.product-stage::before { content: ''; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(18,17,15,.1); border-radius: 50%; }
.product-stage img { width: 84%; height: 80vh; max-height: 750px; object-fit: contain; padding: 5%; mix-blend-mode: multiply; filter: contrast(1.06) saturate(1.03); position: relative; }
.product-stage .stage-category { position: absolute; left: 24px; top: 24px; }
.product-stage .stage-number { position: absolute; right: 20px; bottom: -35px; font-family: var(--display); color: rgba(18,17,15,.06); font-size: 11rem; }
.product-info { padding-top: clamp(32px, 6vw, 90px); }
.product-info h1 { font-size: clamp(3rem, 5.8vw, 6.2rem); margin: 18px 0 24px; }
.product-info .lead { color: #716a60; font-weight: 300; max-width: 530px; }
.product-price-large { display: block; margin: 30px 0; font-size: 1.55rem; font-variant-numeric: tabular-nums; }
.tester-notice { margin: 26px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tester-notice strong { display: block; margin-bottom: 6px; font-size: 9px; letter-spacing: .17em; }
.tester-notice p { color: #6b665e; font-size: .86rem; margin: 0; }
.variant-group { margin: 30px 0; }
.variant-label { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 9px; letter-spacing: .14em; }
.variant-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 8px; }
.variant-option { appearance: none; min-height: 52px; padding: 10px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.variant-option.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.stock-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 24px; color: #686259; font-size: 10px; }
.stock-dot { width: 6px; height: 6px; border-radius: 50%; background: #718163; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-actions .button:first-child { grid-column: 1 / -1; }
.product-details { margin-top: 72px; border-top: 1px solid var(--line); }
.detail-block { padding: 34px 0; border-bottom: 1px solid var(--line); }
.detail-block h2 { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .17em; margin-bottom: 20px; }
.accord-list { display: flex; flex-wrap: wrap; gap: 8px; }
.accord { padding: 8px 11px; border: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.notes-grid, .performance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.notes-grid h3, .performance-grid h3 { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.notes-grid p, .performance-grid p { color: #6a655d; font-size: .85rem; }

.drawer { position: fixed; top: 0; bottom: 0; width: min(500px, 92vw); background: var(--warm-white); z-index: 100; padding: 30px clamp(24px, 4vw, 50px); transform: translateX(-105%); transition: transform .45s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; overflow-y: auto; }
.drawer--left { left: 0; }
.drawer--right { right: 0; transform: translateX(105%); }
.drawer.is-open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 6px 0 0; font-size: 2.2rem; }
.drawer-close, .search-close { font-family: Arial, sans-serif; font-size: 28px; font-weight: 200; }
.menu-nav { display: flex; flex-direction: column; padding: 32px 0; }
.menu-nav a { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; font-family: var(--display); font-size: clamp(1.85rem, 3.2vw, 2.8rem); line-height: 1; }
.menu-nav small { font-family: var(--sans); font-size: 8px; letter-spacing: .15em; }
.menu-meta { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px; }
.menu-meta p { color: #746e65; }
.menu-admin-link { width: max-content; min-height: 34px; margin-top: 17px; padding: 8px 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-size: 8px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.page-scrim { position: fixed; inset: 0; z-index: 90; background: rgba(10,10,9,.5); backdrop-filter: blur(2px); }

.cart-content { flex: 1; display: flex; flex-direction: column; }
.cart-empty { flex: 1; min-height: 420px; display: grid; place-items: center; text-align: center; }
.cart-empty h3 { font-size: 2.4rem; margin-bottom: 12px; }
.cart-empty p { color: #736e65; margin-bottom: 28px; }
.cart-empty .cart-empty-only { margin: 0; color: var(--ink); font-size: .9rem; font-weight: 400; }
.cart-empty-action { margin-top: 24px; }
.cart-items { padding: 12px 0; }
.cart-item { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 90px; height: 110px; background: #eeebe4; }
.cart-thumb img { width: 100%; height: 100%; padding: 8px; object-fit: contain; mix-blend-mode: multiply; }
.cart-item-head { display: flex; justify-content: space-between; gap: 8px; }
.cart-item h3 { font-family: var(--sans); font-size: .95rem; margin: 4px 0; }
.cart-item .eyebrow { color: #79736a; font-size: 8px; }
.cart-item-meta { color: #716c64; font-size: 10px; }
.cart-item-foot { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.quantity { display: flex; border: 1px solid var(--line); }
.quantity button, .quantity span { width: 32px; height: 30px; display: grid; place-items: center; border: 0; background: transparent; font-size: 11px; }
.quantity button { cursor: pointer; }
.remove-item { border: 0; background: transparent; color: #746f66; text-decoration: underline; cursor: pointer; font-size: 9px; }
.cart-footer { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); background: var(--warm-white); position: sticky; bottom: 0; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: .95rem; }
.cart-total strong { font-weight: 500; }
.cart-footer p { color: #777168; font-size: 9px; text-align: center; margin: 12px 0 0; }

.search-overlay { position: fixed; inset: 0; z-index: 110; background: var(--warm-white); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-close { position: absolute; top: 28px; right: 3.5vw; }
.search-inner { width: min(1100px, calc(100vw - 10vw)); margin: 13vh auto 0; }
.search-inner input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 20px 0; font-family: var(--display); font-size: clamp(2rem, 5vw, 5rem); outline: none; }
.search-inner input::placeholder { color: #b1aca3; }
.search-results { margin-top: 24px; max-height: 58vh; overflow-y: auto; }
.search-result { display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.search-result img { width: 70px; height: 78px; padding: 5px; object-fit: contain; background: #eeeae2; mix-blend-mode: multiply; }
.search-result h3 { font-family: var(--sans); font-size: .95rem; margin: 4px 0 0; }
.search-result .eyebrow { color: #746f66; font-size: 8px; }
.search-result .price { font-size: 11px; }
.search-hint { color: #756f66; padding: 20px 0; }

.checkout-page { width: min(1100px, calc(100vw - 8vw)); margin: auto; padding: 70px 0 130px; }
.checkout-title { text-align: center; margin-bottom: 50px; }
.checkout-title h1 { font-size: clamp(3rem, 6vw, 6rem); margin: 14px 0 0; }
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.step { padding: 14px 0; color: #9b968d; font-size: 9px; letter-spacing: .13em; }
.step.is-active { color: var(--ink); border-bottom: 1px solid var(--ink); margin-bottom: -1px; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 7vw; }
.checkout-panel h2 { font-size: 2.6rem; margin-bottom: 34px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { position: relative; margin-bottom: 20px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); background: transparent; outline: none; border-radius: 0; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--ink); }
.field-error { display: block; min-height: 17px; color: #8e3c31; margin-top: 5px; font-size: 9px; }
.city-combobox { position: relative; }
.city-options { display: none; position: absolute; z-index: 20; width: 100%; max-height: 240px; overflow-y: auto; background: var(--warm-white); border: 1px solid var(--ink); border-top: 0; box-shadow: 0 14px 26px rgba(0,0,0,.08); }
.city-options.is-open { display: block; }
.city-option { display: block; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.city-option:hover, .city-option.is-active { background: var(--ivory); }
.order-summary { border: 1px solid var(--line); padding: 26px; position: sticky; top: calc(var(--header-h) + 20px); }
.order-summary h3 { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .13em; margin-bottom: 24px; }
.summary-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-item img { width: 54px; height: 64px; object-fit: contain; background: #eeeae3; padding: 5px; mix-blend-mode: multiply; }
.summary-item strong { display: block; font-size: .8rem; font-weight: 500; }
.summary-item small { color: #777168; font-size: 9px; }
.summary-item .price { font-size: 10px; white-space: nowrap; }
.summary-total { display: flex; justify-content: space-between; padding-top: 22px; font-size: .95rem; }
.review-block { padding: 25px 0; border-top: 1px solid var(--line); }
.review-block h3 { font-family: var(--sans); font-size: 9px; letter-spacing: .15em; font-weight: 600; }
.review-row { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; font-size: .9rem; }
.checkout-nav { display: flex; gap: 10px; margin-top: 28px; }
.checkout-nav .button { flex: 1; }
.bank-card { background: var(--ink); color: white; padding: clamp(28px, 5vw, 55px); position: relative; overflow: hidden; }
.bank-card::after { content: 'JV'; position: absolute; right: -20px; bottom: -65px; font-family: var(--display); font-size: 12rem; color: rgba(255,255,255,.035); }
.bank-card h2 { margin: 15px 0 35px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.bank-data { position: relative; z-index: 1; }
.bank-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.bank-row span { display: block; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .15em; }
.bank-row strong { font-weight: 400; font-size: .95rem; }
.copy-button { border: 0; color: white; background: transparent; text-decoration: underline; cursor: pointer; font-size: 9px; }
.transfer-total { margin: 35px 0; position: relative; z-index: 1; }
.transfer-total span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .15em; }
.transfer-total strong { font-family: var(--display); font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 400; }
.confirmation-actions { display: grid; gap: 10px; margin-top: 24px; }
.order-number { display: inline-block; padding: 10px 15px; border: 1px solid var(--line); font-size: 11px; letter-spacing: .12em; }

.contact-page { min-height: 75vh; width: var(--container); margin: auto; padding: clamp(80px, 11vw, 160px) 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; }
.contact-page h1 { margin: 18px 0 32px; }
.contact-page .lead { color: #69645c; font-size: 1.05rem; font-weight: 300; max-width: 600px; }
.contact-links { border-top: 1px solid var(--line); }
.contact-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-link span:first-child { font-family: var(--display); font-size: 1.8rem; }
.contact-aside { padding-top: 34px; }
.contact-aside p { color: #69645d; }

.about-page { width: var(--container); margin: auto; padding: clamp(70px, 9vw, 130px) 0 clamp(95px, 12vw, 180px); }
.about-hero { min-height: 58vh; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; padding-bottom: clamp(70px, 9vw, 125px); }
.about-hero .eyebrow { grid-column: 1 / -1; align-self: start; }
.about-hero h1 { margin: 0; font-size: clamp(4.5rem, 10vw, 9.5rem); }
.about-hero p { max-width: 470px; margin: 0 0 13px; color: #69645c; font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 300; }
.about-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; padding: clamp(60px, 8vw, 110px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-story h2 { max-width: 720px; margin: 20px 0 0; font-size: clamp(2.7rem, 5vw, 5.5rem); }
.about-story > p { align-self: end; margin: 0 0 8px; color: #5f5a52; font-size: clamp(1.1rem, 1.7vw, 1.45rem); font-weight: 300; line-height: 1.55; }
.about-values { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding-top: clamp(70px, 9vw, 125px); }
.about-values h2 { margin: 20px 0 0; font-size: clamp(2.8rem, 5.3vw, 5.8rem); }
.about-values ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.about-values li { min-height: 92px; display: grid; grid-template-columns: 55px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.about-values li span { color: var(--champagne); font-family: var(--display); font-size: 1.25rem; }
.about-values li strong { font-size: clamp(.95rem, 1.5vw, 1.25rem); font-weight: 400; }

.how-to-page { width: var(--container); margin: auto; padding: clamp(70px, 9vw, 130px) 0 clamp(95px, 12vw, 180px); }
.how-to-hero { min-height: 54vh; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto 1fr; gap: 6vw; align-items: end; padding-bottom: clamp(65px, 8vw, 110px); }
.how-to-hero .eyebrow { grid-column: 1 / -1; align-self: start; }
.how-to-hero h1 { margin: 0; font-size: clamp(4.6rem, 10vw, 9.5rem); }
.how-to-hero p { max-width: 500px; margin: 0 0 14px; color: #69645c; font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 300; }
.how-to-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.how-to-steps li { min-height: 150px; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: clamp(20px, 4vw, 70px); align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.how-to-steps > li > span { color: var(--champagne); font-family: var(--display); font-size: 1.35rem; }
.how-to-steps li div { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(300px, 1.3fr); gap: clamp(30px, 7vw, 120px); align-items: center; }
.how-to-steps h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 3.3rem); }
.how-to-steps p { max-width: 660px; margin: 0; color: #625d55; font-size: .95rem; font-weight: 300; }
.how-to-note { margin-top: clamp(70px, 9vw, 125px); padding: clamp(36px, 6vw, 75px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(40px, 7vw, 100px); align-items: end; color: #fff; background: var(--ink); }
.how-to-note .eyebrow { color: var(--champagne); }
.how-to-note h2 { max-width: 760px; margin: 18px 0 15px; font-size: clamp(2.2rem, 4vw, 4.6rem); }
.how-to-note p { max-width: 650px; margin: 0; color: rgba(255,255,255,.58); font-weight: 300; }
.how-to-actions { min-width: 220px; display: grid; gap: 10px; }
.how-to-actions .button--outline { color: #fff; border-color: rgba(255,255,255,.45); }
.how-to-actions .button--outline:hover { color: var(--ink); background: #fff; border-color: #fff; }

.admin-page { width: var(--container); margin: auto; padding: 65px 0 120px; }
.admin-login { min-height: 60vh; display: grid; place-items: center; }
.admin-login-card { width: min(470px, 100%); border: 1px solid var(--line); padding: clamp(30px, 5vw, 55px); }
.admin-login-card h1 { font-size: 3.2rem; margin: 15px 0 30px; }
.admin-shell { display: grid; grid-template-columns: 230px 1fr; gap: 5vw; }
.admin-sidebar { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
.admin-sidebar h2 { font-size: 2rem; }
.admin-nav { display: flex; flex-direction: column; margin-top: 25px; border-top: 1px solid var(--line); }
.admin-nav button { padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.admin-nav button.is-active { font-weight: 600; }
.admin-top { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 35px; }
.admin-top h1 { font-size: clamp(2.8rem, 5vw, 5rem); margin: 12px 0 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric { padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric strong { display: block; font-family: var(--display); font-size: 2.6rem; font-weight: 400; }
.metric span { color: #736e66; font-size: 9px; letter-spacing: .12em; }
.admin-table-wrap { margin-top: 35px; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.admin-table th, .admin-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; }
.admin-table th { color: #6d685f; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.admin-product { display: flex; gap: 12px; align-items: center; }
.admin-product img { width: 44px; height: 52px; object-fit: contain; background: #eeeae3; }
.admin-action { border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: 9px; }
.admin-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-form .field { margin: 0; }
.admin-form-actions { grid-column: 1 / -1; display: flex; gap: 10px; justify-content: end; margin-top: 16px; }
.image-preview { width: 120px; height: 145px; margin-top: 10px; object-fit: contain; background: #eeeae3; }
.modal { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 20px; background: rgba(8,8,7,.6); }
.modal-card { width: min(760px, 100%); max-height: 90vh; overflow-y: auto; background: var(--warm-white); padding: clamp(28px, 5vw, 55px); }
.modal-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 30px; }
.modal-head h2 { font-size: 2.8rem; margin-bottom: 0; }
.admin-order-list { display: grid; gap: 18px; }
.admin-order-card { border: 1px solid var(--line); padding: 24px; }
.admin-order-head { display: flex; justify-content: space-between; gap: 22px; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.admin-order-head h3 { margin: 7px 0 0; font-family: var(--sans); font-size: 1rem; font-weight: 600; }
.admin-order-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.admin-status { display: inline-flex; padding: 6px 9px; border: 1px solid var(--line); font-size: 7px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.admin-status--ok { color: #3c5a3f; border-color: rgba(60,90,63,.35); background: rgba(60,90,63,.06); }
.admin-status--danger { color: #8e3c31; border-color: rgba(142,60,49,.35); background: rgba(142,60,49,.06); }
.admin-order-customer { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 18px 0; }
.admin-order-customer span, .admin-order-item small { display: block; color: #736e66; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.admin-order-customer strong { display: block; margin-top: 4px; font-size: 11px; font-weight: 500; overflow-wrap: anywhere; }
.admin-order-items { border-top: 1px solid var(--line); }
.admin-order-item { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.admin-order-item strong { font-weight: 500; }
.admin-order-controls { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; padding-top: 18px; }
.admin-order-controls label { display: grid; gap: 7px; color: #6d685f; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.admin-order-controls select { min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); background: transparent; }
.admin-order-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.admin-order-actions .button { min-height: 40px; padding: 10px 16px; font-size: 8px; }
.admin-variant-editor { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 18px; }
.admin-variant-editor > label { display: block; margin-bottom: 10px; font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.admin-variant-row { display: grid; grid-template-columns: 1.25fr 1fr .65fr; gap: 10px; margin-bottom: 10px; }
.modal.is-decant-stock .admin-variant-row { grid-template-columns: 1.25fr 1fr; }
.admin-variant-row label { display: grid; gap: 6px; color: #6d685f; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.admin-variant-row input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); background: transparent; }
[data-decant-stock] small { display: block; margin-top: 8px; font-size: 9px; line-height: 1.5; }
.admin-add-variant { margin-top: 4px; border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; background: transparent; cursor: pointer; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.site-footer { color: rgba(255,255,255,.76); background: var(--ink); padding: 0 4vw 24px; border-top: 2px solid var(--champagne); }
.footer-cta { min-height: 360px; padding: clamp(70px, 8vw, 125px) 0 clamp(60px, 7vw, 100px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta .eyebrow { color: var(--champagne); }
.footer-cta h2 { max-width: 980px; margin: 20px 0 22px; color: #fff; font-size: clamp(2.8rem, 5.7vw, 6.6rem); line-height: .95; }
.footer-cta p { max-width: 640px; margin: 0; color: rgba(255,255,255,.55); font-size: clamp(.92rem, 1.1vw, 1.05rem); font-weight: 300; }
.footer-cta-button { min-width: 235px; gap: 20px; }
.footer-main { padding: 68px 0 58px; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(680px, 1.3fr); gap: clamp(55px, 8vw, 140px); align-items: start; }
.footer-logo { display: block; width: 150px; height: 150px; margin: -24px 0 22px; }
.footer-brand .brand-crop { width: 150px; height: 150px; isolation: isolate; background: transparent; }
.footer-brand .brand-crop img { transform: scale(1.42); }
.footer-brand p { max-width: 390px; margin: 0 0 26px; color: rgba(255,255,255,.7); font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.18; }
.footer-location { color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .2em; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3.5vw, 58px); }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-links .eyebrow { color: var(--champagne); margin-bottom: 14px; }
.footer-links a, .footer-links span:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: .88rem; font-weight: 300; }
.footer-links a { transition: color .2s ease, transform .2s ease; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-benefits > div { min-height: 126px; padding: 28px clamp(20px, 3vw, 46px) 28px 0; display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: start; border-right: 1px solid rgba(255,255,255,.14); }
.footer-benefits > div:not(:first-child) { padding-left: clamp(20px, 3vw, 46px); }
.footer-benefits > div:last-child { border-right: 0; }
.footer-benefits strong { color: var(--champagne); font-family: var(--display); font-size: 1.15rem; font-weight: 400; }
.footer-benefits span { color: rgba(255,255,255,.42); font-size: .78rem; line-height: 1.55; }
.footer-benefits b { display: block; margin-bottom: 4px; color: rgba(255,255,255,.88); font-size: .86rem; font-weight: 500; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .17em; }

.toast-host { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: grid; gap: 8px; }
.toast { max-width: 340px; padding: 14px 18px; color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.18); opacity: 0; transform: translateY(8px); transition: .25s; font-size: 11px; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-stage { min-height: 650px; }
  .product-stage img { height: 600px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 52px; }
  .footer-links { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 780px) {
  :root { --header-h: 68px; --container: calc(100vw - 34px); }
  .announcement { height: 24px; font-size: 7px; letter-spacing: .16em; }
  .announcement-track { height: 72px; }
  .announcement-slide { height: 24px; gap: 7px; }
  .site-header { padding: 0 12px; }
  .drawer { width: min(350px, 92vw); padding: 22px 23px; }
  .drawer-head { padding-bottom: 18px; }
  .menu-nav { padding: 22px 0; }
  .menu-nav a { padding: 8px 0; font-size: 1.55rem; }
  .menu-nav small { font-size: 6px; }
  .menu-meta { padding-top: 18px; font-size: 9px; }
  .menu-meta p { margin-bottom: 10px; }
  .menu-admin-link { min-height: 31px; margin-top: 14px; padding: 7px 13px; font-size: 7px; }
  .brand-lockup { min-width: 0; width: 58px; height: 60px; }
  .brand-mark { width: 58px; height: 60px; }
  .brand-wordmark { display: none; }
  .icon-button { width: 42px; height: 42px; }
  .section-head { align-items: start; flex-direction: column; }
  .hero { min-height: auto; }
  .hero-inner { display: flex; flex-direction: column; padding-top: 0; }
  .hero-copy { order: 1; padding: 48px 0 24px; }
  .hero-copy h1 { margin: 18px 0 20px; }
  .hero-copy p { margin-bottom: 25px; font-size: .95rem; }
  .hero-actions .button { flex: 1; min-width: 145px; }
  .hero-visual { order: 2; width: 100%; min-height: 252px; margin-bottom: 18px; }
  .hero-lineup { inset: 0 0 48px; }
  .hero-lineup-item { width: 17.5%; height: 86%; }
  .hero-lineup-item:nth-child(1) { left: 7.5%; --angle: -9deg; --lift: 12px; --scale: .72; }
  .hero-lineup-item:nth-child(2) { left: 18%; --angle: -7deg; --lift: 8px; --scale: .8; }
  .hero-lineup-item:nth-child(3) { left: 28.5%; --angle: -4deg; --lift: 4px; --scale: .88; }
  .hero-lineup-item:nth-child(4) { left: 39%; --angle: -2deg; --lift: 0px; --scale: .94; }
  .hero-lineup-item:nth-child(5) { left: 50%; width: 21%; height: 98%; --lift: -7px; --scale: 1; }
  .hero-lineup-item:nth-child(6) { left: 61%; --angle: 2deg; --lift: 0px; --scale: .94; }
  .hero-lineup-item:nth-child(7) { left: 71.5%; --angle: 4deg; --lift: 4px; --scale: .88; }
  .hero-lineup-item:nth-child(8) { left: 82%; --angle: 7deg; --lift: 8px; --scale: .8; }
  .hero-lineup-item:nth-child(9) { left: 92.5%; --angle: 9deg; --lift: 12px; --scale: .72; }
  .hero-lineup-legend { left: 50%; right: auto; transform: translateX(-50%); width: max-content; gap: 7px; font-size: 6px; letter-spacing: .14em; }
  .hero-lineup-legend i { width: 15px; }
  .category-editorial { grid-template-columns: 1fr; }
  .category-panel { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-panel:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 14px; }
  .product-image-wrap { margin-bottom: 13px; }
  .product-image { padding: 8%; }
  .product-card h3 { font-size: .92rem; }
  .product-meta { font-size: 10px; flex-direction: column; gap: 2px; }
  .card-quick { display: none; }
  .editorial-band-inner { grid-template-columns: 1fr; }
  .decant-visual { min-height: 360px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { padding: 30px 0; }
  .benefit + .benefit { padding-left: 0; border-left: 0; }
  .sealed-gateway { padding-top: 64px; }
  .sealed-gateway-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .sealed-choice-grid { grid-template-columns: 1fr; }
  .sealed-choice { min-height: 430px; padding: 32px 26px; }
  .sealed-choice > div { width: 62%; }
  .sealed-choice h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .sealed-choice img { width: 58%; height: 76%; right: -7%; }
  .sealed-choice--feminine img { width: 64%; right: -10%; }
  .sealed-choice-index { top: 25px; left: 26px; }
  .audience-switch { margin-top: -32px; justify-content: stretch; display: grid; grid-template-columns: repeat(2, 1fr); }
  .audience-switch a { text-align: center; }
  .audience-switch a:first-child { grid-column: 1 / -1; margin: 0; text-align: left; }
  .collection-hero { grid-template-columns: 1fr; padding-top: 65px; }
  .collection-hero h1 { font-size: clamp(3.6rem, 20vw, 6rem); }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .filter-row { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-chip { white-space: nowrap; }
  .catalog-sort { justify-self: end; }
  .catalog-grid { padding-top: 28px; }
  .product-page { padding-top: 10px; }
  .product-layout { display: block; }
  .product-stage { min-height: 58vh; position: relative; top: auto; }
  .product-stage img { height: 55vh; max-height: 550px; }
  .product-info { padding-top: 38px; }
  .product-info h1 { font-size: clamp(3.5rem, 17vw, 5.7rem); }
  .product-actions { position: sticky; bottom: 8px; z-index: 10; padding: 8px; margin: 0 -8px; background: rgba(251,250,246,.94); backdrop-filter: blur(10px); }
  .product-actions .button--ghost { display: none; }
  .notes-grid, .performance-grid { grid-template-columns: 1fr; }
  .search-inner { margin-top: 12vh; }
  .search-result { grid-template-columns: 56px 1fr; }
  .search-result img { width: 56px; height: 64px; }
  .search-result .price { grid-column: 2; }
  .checkout-page { width: calc(100vw - 30px); padding-top: 48px; }
  .checkout-title { margin-bottom: 35px; }
  .step { font-size: 7px; letter-spacing: .08em; }
  .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: relative; top: auto; order: -1; }
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-page h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-page { width: calc(100vw - 28px); padding: 35px 0 80px; }
  .admin-content { min-width: 0; }
  .admin-sidebar { position: relative; top: auto; }
  .admin-sidebar h2 { margin: 10px 0 0; font-size: 1.75rem; }
  .admin-nav { flex-direction: row; overflow-x: auto; }
  .admin-nav button { min-width: max-content; padding: 12px 18px 12px 0; margin-right: 12px; }
  .admin-top { align-items: start; flex-direction: column; }
  .admin-top .button { width: 100%; }
  .admin-form { grid-template-columns: 1fr; }
  .admin-form-actions { grid-column: auto; }
  .admin-table { min-width: 0; }
  .admin-table thead { display: none; }
  .admin-table, .admin-table tbody, .admin-table tr, .admin-table td { display: block; width: 100%; }
  .admin-table tr { margin-bottom: 14px; padding: 8px 14px; border: 1px solid var(--line); }
  .admin-table td { min-height: 40px; padding: 10px 0; display: grid; grid-template-columns: 82px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
  .admin-table td:last-child { border-bottom: 0; }
  .admin-table td::before { content: attr(data-label); color: #746e65; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
  .admin-table td[colspan] { display: block; }
  .admin-table td[colspan]::before { content: none; }
  .admin-action { min-height: 34px; margin-right: 13px; }
  .modal { padding: 8px; align-items: end; }
  .modal-card { max-height: 95dvh; padding: 23px 18px; }
  .modal-head { margin-bottom: 22px; }
  .modal-head h2 { font-size: 2.15rem; }
  .admin-form-actions { position: sticky; bottom: -23px; z-index: 2; margin: 8px -18px -23px; padding: 12px 18px; background: rgba(251,250,246,.96); border-top: 1px solid var(--line); }
  .admin-form-actions .button { flex: 1; padding-inline: 10px; }
  .admin-order-card { padding: 17px 14px; }
  .admin-order-head { display: block; }
  .admin-order-badges { justify-content: flex-start; margin-top: 12px; }
  .admin-order-customer { grid-template-columns: 1fr 1fr; gap: 14px 12px; }
  .admin-order-item { grid-template-columns: 1fr auto; gap: 8px 12px; }
  .admin-order-item .price { grid-column: 2; }
  .admin-order-controls { grid-template-columns: 1fr; }
  .admin-order-controls .button { width: 100%; }
  .admin-order-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-order-actions .button { width: 100%; padding-inline: 8px; }
  .admin-variant-editor { grid-column: auto; }
  .admin-variant-row { grid-template-columns: 1fr 1fr; padding: 12px; border: 1px solid var(--line); }
  .modal.is-decant-stock .admin-variant-row { grid-template-columns: 1fr; }
  .admin-variant-row label:first-child { grid-column: 1 / -1; }
  .site-header { padding-inline: 18px; }
  .brand-lockup { width: 58px; height: 60px; }
  .site-footer { padding-inline: 24px; }
  .footer-cta { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .footer-cta-button { width: min(100%, 320px); }
  .footer-main { grid-template-columns: 1fr; gap: 52px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 42px 28px; }
  .about-hero { min-height: auto; grid-template-columns: 1fr; padding-bottom: 70px; }
  .about-hero .eyebrow { grid-column: auto; }
  .about-hero p { margin-top: 18px; }
  .about-story, .about-values { grid-template-columns: 1fr; gap: 38px; }
  .about-values li { min-height: 78px; }
  .how-to-hero { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding-bottom: 70px; }
  .how-to-hero .eyebrow { grid-column: auto; }
  .how-to-hero h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .how-to-hero p { margin-top: 2px; }
  .how-to-steps li { grid-template-columns: 42px 1fr; gap: 12px; min-height: 0; padding: 30px 0; align-items: start; }
  .how-to-steps > li > span { font-size: 1rem; padding-top: 4px; }
  .how-to-steps li div { grid-template-columns: 1fr; gap: 10px; }
  .how-to-steps h2 { font-size: 1.8rem; }
  .how-to-steps p { font-size: .88rem; }
  .how-to-note { grid-template-columns: 1fr; align-items: start; padding: 34px 26px; }
  .how-to-actions { width: 100%; min-width: 0; }
  .footer-benefits { grid-template-columns: 1fr; }
  .footer-benefits > div, .footer-benefits > div:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-benefits > div:last-child { border-bottom: 0; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 370px) {
  .hero-visual { min-height: 232px; }
  .hero-lineup { bottom: 46px; }
  .hero-lineup-item { width: 16.5%; }
  .hero-lineup-item:nth-child(5) { width: 19.5%; }
  .product-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .product-actions { grid-template-columns: 1fr; }
  .product-actions .button { grid-column: auto; }
  .stepper { overflow-x: auto; }
  .step { min-width: 105px; }
  .metric-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom span:nth-child(2) { display: none; }
}

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