:root {
  --ink: #130a19;
  --ink-2: #1d1024;
  --ink-3: #2a1731;
  --gold: #e1b948;
  --gold-light: #f5d878;
  --gold-dark: #a96d0f;
  --green: #0f4a31;
  --green-light: #1b7049;
  --cream: #f8f4e7;
  --paper: #fffdf6;
  --muted: #bcb3c0;
  --line: rgba(225, 185, 72, .24);
  --danger: #d95f63;
  --success: #49a573;
  --shadow: 0 22px 60px rgba(0, 0, 0, .28);
  --radius: 22px;
  --container: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; min-width: 320px; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .15; background-image: radial-gradient(circle at 15% 15%, rgba(255,255,255,.35) 0 1px, transparent 1.5px), radial-gradient(circle at 80% 50%, rgba(225,185,72,.42) 0 1px, transparent 1.5px); background-size: 70px 70px, 110px 110px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.narrow { max-width: 790px; }
.center { text-align: center; }
.section { padding: 88px 0; }
.page-shell { min-height: 50vh; }
.sr-only, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 10000; background: var(--cream); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.gold-text { color: var(--gold-light); }
.eyebrow { margin: 0 0 8px; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .45em; line-height: 1.05; letter-spacing: -.025em; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.42rem; }
p { margin: 0 0 1rem; }
.icon-wrap { display: inline-flex; width: 1.25em; height: 1.25em; vertical-align: -.2em; }
.icon-wrap svg { width: 100%; height: 100%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; min-height: 50px; padding: 12px 22px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.button-gold { color: #1b1015; background: linear-gradient(135deg, var(--gold-dark), var(--gold-light) 45%, var(--gold)); box-shadow: 0 10px 28px rgba(225,185,72,.22); }
.button-outline { border-color: rgba(248,244,231,.45); background: rgba(255,255,255,.035); color: var(--cream); }
.button-outline:hover { border-color: var(--gold); background: rgba(225,185,72,.08); }
.button-small { min-height: 40px; padding: 8px 15px; font-size: .9rem; }
.button-wide { width: 100%; }
.text-link { color: var(--gold-light); font-weight: 800; }
.text-button { border: 0; padding: 0; background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.text-button.danger, .danger { color: #ff9a9d; }
.icon-button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.icon-button:hover { border-color: var(--gold); color: var(--gold-light); }

/* Announcement + header */
.announcement { background: #0a381f; border-bottom: 1px solid rgba(225,185,72,.25); color: #f7f0d9; font-size: .78rem; letter-spacing: .04em; }
.announcement-inner { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.announcement-accent { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(19,10,25,.93); border-bottom: 1px solid rgba(225,185,72,.16); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand-link { justify-self: center; }
.brand-logo { width: 292px; max-height: 67px; }
.desktop-nav { justify-self: start; display: flex; gap: 24px; }
.nav-link { position: relative; padding: 8px 0; font-weight: 700; font-size: .92rem; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav-link:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 8px; }
.menu-button { display: none; }
.basket-count { position: absolute; right: -3px; top: -4px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; background: var(--gold); color: var(--ink); border-radius: 10px; font-size: .7rem; font-weight: 900; }
.mobile-panel { position: fixed; inset: 0; z-index: 500; background: rgba(13,7,16,.98); padding: 22px; overflow: auto; }
.mobile-panel-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.mobile-logo { width: 220px; }
.mobile-nav { display: grid; padding: 30px 0; }
.mobile-nav a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 1.25rem; }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; background: url("../assets/hero-bg.svg") center/cover no-repeat; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,7,13,.93) 0%, rgba(10,7,13,.72) 47%, rgba(10,7,13,.08) 85%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 40px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 3; max-width: 690px; }
.hero h1 span { color: var(--gold-light); }
.hero-intro { max-width: 680px; color: #dfd6e0; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; color: #d7ccd9; font-size: .88rem; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; }
.hero-products { position: relative; height: 560px; align-self: end; }
.hero-bottle { position: absolute; bottom: -28px; width: 205px; height: 520px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 30px 24px rgba(0,0,0,.5)); transform-origin: bottom center; animation: floatBottle 5s ease-in-out infinite; }
.bottle-1 { left: 2%; transform: rotate(-7deg) scale(.86); z-index: 1; animation-delay: -.5s; }
.bottle-2 { left: 19%; transform: rotate(-3deg) scale(.96); z-index: 2; animation-delay: -1.6s; }
.bottle-3 { left: 38%; transform: scale(1.08); z-index: 4; animation-delay: -.9s; }
.bottle-4 { left: 58%; transform: rotate(3deg) scale(.98); z-index: 3; animation-delay: -2.4s; }
.bottle-5 { left: 76%; transform: rotate(7deg) scale(.87); z-index: 1; animation-delay: -1.2s; }
@keyframes floatBottle { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.hero-leaf { position: absolute; width: 470px; height: 470px; border-radius: 50%; border: 52px solid rgba(45,100,55,.25); filter: blur(2px); opacity: .35; }
.hero-leaf-left { left: -330px; top: -130px; }
.hero-leaf-right { right: -330px; top: -100px; }

.trust-strip { background: #0b321f; border-block: 1px solid rgba(225,185,72,.22); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 92px; padding: 14px 24px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid .icon-wrap { color: var(--gold-light); font-size: 1.55rem; }
.trust-grid span { display: grid; }
.trust-grid small { color: #c7d8ce; }

/* Sections and products */
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.home-products { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-card { overflow: hidden; border: 1px solid rgba(225,185,72,.16); border-radius: var(--radius); background: linear-gradient(160deg, rgba(45,24,51,.92), rgba(19,10,25,.98)); box-shadow: 0 16px 45px rgba(0,0,0,.16); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(225,185,72,.5); }
.product-image-wrap { display: grid; place-items: center; width: 100%; height: 350px; background: radial-gradient(circle at 50% 55%, rgba(225,185,72,.16), transparent 52%), linear-gradient(160deg, rgba(255,255,255,.035), rgba(15,74,49,.1)); overflow: hidden; }
.product-image { display: block; width: 82%; height: 96%; max-width: 82%; max-height: 96%; object-fit: contain; object-position: center; transition: transform .3s ease; }
.product-card:hover .product-image { transform: scale(1.045); }
.product-card-body { padding: 20px; }
.product-meta-row { min-height: 27px; display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.chip { padding: 3px 8px; background: rgba(15,74,49,.72); color: #d8f4e3; border-radius: 999px; font-size: .67rem; }
.product-card h3 { font-family: Georgia, serif; min-height: 2.2em; }
.product-flavour { color: var(--muted); min-height: 3.1em; font-size: .91rem; }
.product-card-foot { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 18px; }
.product-card-foot > div { display: grid; }
.price { color: var(--gold-light); font-size: 1.22rem; }
.size { color: var(--muted); font-size: .78rem; }
.section-cta { text-align: center; margin-top: 34px; }
.story-band { padding: 90px 0; background: linear-gradient(125deg, #0a321f, #102b20 45%, #1a0e21 45.1%, #231029); border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.story-grid > div:last-child { max-width: 660px; }
.story-grid p:not(.eyebrow) { color: #d8cedb; font-size: 1.08rem; }
.story-emblem { aspect-ratio: 1; border: 2px solid var(--gold); border-radius: 50%; display: grid; place-content: center; text-align: center; box-shadow: inset 0 0 0 18px rgba(225,185,72,.04), 0 0 70px rgba(225,185,72,.12); }
.story-emblem span { color: var(--gold); font-size: 4rem; }
.story-emblem strong { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); }
.story-emblem small { color: var(--gold-light); letter-spacing: .12em; text-transform: uppercase; }
.mix-card { min-height: 440px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; overflow: hidden; padding: 55px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(130deg, rgba(31,15,37,.98), rgba(10,50,31,.85)), url("../assets/hero-bg.svg") center/cover; }
.mix-card > div:first-child { max-width: 580px; z-index: 2; }
.mix-bottles { height: 380px; display: flex; align-items: end; justify-content: center; }
.mix-bottles img { width: 28%; height: 100%; max-height: 380px; object-fit: contain; object-position: center bottom; margin-left: -8%; filter: drop-shadow(0 20px 18px rgba(0,0,0,.4)); }
.mix-bottles img:first-child { margin-left: 0; }
.values-section { background: rgba(255,255,255,.018); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-grid article { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.value-grid p { color: var(--muted); }
.value-symbol { color: var(--gold); font-size: 2.1rem; }
.faq-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-mini details, .faq-list details, .product-accordions details { border-bottom: 1px solid var(--line); }
.faq-mini summary, .faq-list summary, .product-accordions summary { list-style: none; cursor: pointer; padding: 20px 4px; font-weight: 800; }
.faq-mini summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker, .product-accordions summary::-webkit-details-marker { display: none; }
.faq-mini summary::after, .faq-list summary::after, .product-accordions summary::after { content: "+"; float: right; color: var(--gold); }
.faq-mini details[open] summary::after, .faq-list details[open] summary::after, .product-accordions details[open] summary::after { content: "−"; }
.faq-mini details p, .faq-list details p, .product-accordions details p { color: var(--muted); padding: 0 4px 20px; }
.faq-category { display: block; color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }

/* Generic page heroes */
.page-hero { padding: 100px 0 80px; background: linear-gradient(rgba(14,7,18,.78), rgba(14,7,18,.88)), url("../assets/hero-bg.svg") center/cover; border-bottom: 1px solid var(--line); }
.page-hero.compact { padding: 68px 0 58px; }
.page-hero .section-heading { margin-bottom: 0; }
.shop-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 240px 230px; gap: 12px; margin-bottom: 18px; }
.input { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--cream); background: #211429; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.input::placeholder { color: #a99dac; }
.form-hint { display: block; margin-top: 7px; color: var(--muted); line-height: 1.45; }
.input option { color: #fff; background: var(--ink-2); }
textarea.input { resize: vertical; }
.result-count { color: var(--muted); margin-bottom: 18px; }
.no-results { grid-column: 1 / -1; padding: 60px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state { display: grid; justify-items: center; text-align: center; padding: 60px 20px; }
.empty-state p { max-width: 520px; color: var(--muted); }
.empty-icon { font-size: 3rem; color: var(--gold); }

/* Product detail */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); margin-bottom: 30px; font-size: .86rem; }
.breadcrumbs a:hover { color: var(--gold); }
.product-detail-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: start; }
.product-gallery { position: sticky; top: 120px; }
.product-main-image { width: 100%; height: 610px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle, rgba(225,185,72,.15), transparent 50%), linear-gradient(145deg, #2b1832, #0f291e); }
.product-main-image img { display: block; width: min(78%, 480px); height: 590px; max-width: 78%; max-height: 590px; object-fit: contain; object-position: center; filter: drop-shadow(0 28px 25px rgba(0,0,0,.45)); }
.product-care-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 14px; color: var(--muted); font-size: .84rem; }
.product-info h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.product-lead { color: #dfd4e1; font-size: 1.2rem; }
.product-price-line { display: flex; align-items: baseline; gap: 12px; margin: 22px 0 8px; }
.product-price-line strong { color: var(--gold-light); font-size: 2rem; }
.product-price-line span { color: var(--muted); }
.stock { display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.in-stock { background: rgba(73,165,115,.15); color: #84d4a4; }
.out-stock { background: rgba(217,95,99,.15); color: #ff9a9d; }
.buy-box { display: grid; grid-template-columns: 105px 1fr; gap: 12px; margin: 28px 0; }
.buy-box label { display: grid; gap: 6px; color: var(--muted); font-size: .78rem; }
.quantity-input { width: 90px; min-height: 48px; padding: 8px; color: var(--cream); background: #211429; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; text-align: center; }
.fulfilment-preview { margin: 25px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15,74,49,.12); }
.fulfilment-preview p { display: flex; align-items: center; gap: 9px; margin: 7px 0; }
.product-share { position: relative; overflow: hidden; margin: 28px 0; padding: 22px; border: 1px solid rgba(225,185,72,.3); border-radius: 18px; background: linear-gradient(145deg, rgba(225,185,72,.1), rgba(15,74,49,.15)); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.product-share::after { content: ""; position: absolute; right: -45px; top: -55px; width: 150px; height: 150px; border-radius: 50%; background: rgba(225,185,72,.07); pointer-events: none; }
.product-share-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.share-heading-copy { display: flex; align-items: center; gap: 12px; }
.share-heading-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--gold); color: var(--ink); font-size: 1.25rem; font-weight: 900; box-shadow: 0 8px 18px rgba(225,185,72,.2); }
.product-share-heading h2 { margin: 0; font-size: 1.55rem; }
.product-share-heading > p { max-width: 220px; margin: 0; color: var(--muted); font-size: .86rem; text-align: right; }
.product-share-actions { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.share-action { display: inline-flex; align-items: center; justify-content: flex-start; gap: 9px; min-height: 48px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.055); color: var(--cream); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.share-action:hover { transform: translateY(-2px); border-color: var(--gold); background: rgba(225,185,72,.11); color: var(--gold-light); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.share-action:focus-visible { outline: 3px solid rgba(225,185,72,.35); outline-offset: 2px; }
.share-action-mark { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.1); color: #fff; font-size: 1rem; font-weight: 900; }
.share-facebook .share-action-mark { background: #1877f2; }
.share-whatsapp .share-action-mark { background: #25d366; color: #082b17; }
.share-x .share-action-mark { background: #050505; }
.share-email .share-action-mark { background: #7a4f8c; }
.share-native, .share-copy { border-color: rgba(225,185,72,.48); }
.share-native .share-action-mark, .share-copy .share-action-mark { background: var(--gold); color: var(--ink); }
.share-helper { position: relative; z-index: 1; margin: 12px 0 0; color: var(--muted); font-size: .75rem; }
.warning-box, .info-box { padding: 16px 18px; border-radius: 12px; margin: 18px 0; }
.warning-box { background: rgba(225,185,72,.12); border: 1px solid rgba(225,185,72,.35); color: #f6df9e; }
.info-box { background: rgba(15,74,49,.2); border: 1px solid rgba(73,165,115,.35); }
.related-section { border-top: 1px solid var(--line); }

/* Basket + checkout */
.basket-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .7fr); gap: 38px; align-items: start; }
.basket-lines { display: grid; gap: 12px; margin-bottom: 22px; }
.basket-line { display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.basket-line > img { width: 100px; height: 130px; object-fit: contain; }
.basket-line-info { display: grid; gap: 5px; }
.basket-product-name { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 800; }
.basket-line-info span { color: var(--muted); }
.basket-line-info strong { color: var(--gold-light); }
.basket-line-actions { display: grid; justify-items: end; gap: 9px; }
.order-summary { position: sticky; top: 120px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #2a1731, #17101c); box-shadow: var(--shadow); }
.order-summary h2 { font-size: 1.7rem; }
.order-summary hr { border: 0; border-top: 1px solid var(--line); margin: 18px 0; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; margin: 12px 0; }
.summary-row.muted { color: var(--muted); font-size: .88rem; }
.summary-row.total { font-size: 1.2rem; }
.summary-row.discount-row { color: var(--gold-soft); }
.discount-code-field { display: grid; gap: 7px; }
.discount-code-field > label { color: var(--muted); font-size: .85rem; }
.discount-code-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.discount-apply-button { min-width: 116px; white-space: nowrap; }
.discount-code-status { min-height: 1.25em; margin: 2px 0 0; color: var(--muted); font-size: .86rem; }
.discount-code-status.success { color: #8fe0aa; }
.discount-code-status.error { color: #ff9da4; }
.summary-note, .secure-note { color: var(--muted); font-size: .82rem; }
.checkout-form { display: grid; gap: 18px; }
.checkout-card, .account-panel { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.step-title { display: flex; gap: 15px; margin-bottom: 22px; }
.step-title > span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; }
.step-title h2 { font-size: 1.75rem; margin-bottom: 2px; }
.step-title p { color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; gap: 14px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-field { display: grid; gap: 7px; margin-bottom: 14px; }
.form-field > span, .form-field > label { color: #ddd3df; font-size: .86rem; font-weight: 700; }
.password-input-wrap { position: relative; }
.password-input-wrap .input { padding-right: 74px; }
.password-toggle { position: absolute; top: 50%; right: 8px; min-width: 56px; min-height: 36px; padding: 6px 10px; border: 0; border-radius: 9px; background: rgba(225,185,72,.12); color: var(--gold-light); font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; transform: translateY(-50%); }
.password-toggle:hover { background: rgba(225,185,72,.22); }
.password-toggle:focus-visible { outline-offset: 1px; }
.fulfilment-schedule-grid { align-items: start; }
.fulfilment-schedule-grid .form-field { align-content: start; }
.fulfilment-schedule-grid input.input,
.fulfilment-schedule-grid select.input { height: 54px; min-height: 54px; margin: 0; }
.fulfilment-schedule-grid input[type="date"] { line-height: 1.2; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0; }
.check-row input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--gold); }
.form-status { min-height: 1.5em; padding: 0; margin: 8px 0; }
.form-status.error { padding: 12px; border-radius: 10px; background: rgba(217,95,99,.12); color: #ff9a9d; }
.form-status.success { padding: 12px; border-radius: 10px; background: rgba(73,165,115,.13); color: #92ddb0; }
.checkout-line { display: flex; justify-content: space-between; gap: 14px; margin: 12px 0; font-size: .9rem; }
.payment-status, .confirmation-card { min-height: 430px; display: grid; place-content: center; justify-items: center; text-align: center; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); }
.status-emblem { width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 18px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 2.4rem; }
.spinner { width: 55px; height: 55px; border: 4px solid rgba(225,185,72,.2); border-top-color: var(--gold); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.confirmation-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

/* Auth and account */
.auth-page { background: linear-gradient(120deg, rgba(15,74,49,.28), transparent 50%); }
.auth-grid { min-height: 680px; display: grid; grid-template-columns: 1fr 520px; gap: 70px; align-items: center; }
.auth-brand-panel { max-width: 630px; }
.auth-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: rgba(28,15,34,.95); box-shadow: var(--shadow); }
.auth-card > p:not(.eyebrow) { color: var(--muted); }
.auth-help, .auth-switch { margin: 12px 0; color: var(--muted); }
.auth-help a, .auth-switch a { color: var(--gold-light); }
.account-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 42px; align-items: start; }
.account-nav { position: sticky; top: 120px; display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.account-nav a, .account-nav button { padding: 12px; text-align: left; border-radius: 9px; text-decoration: none; }
.account-nav a.active { background: rgba(225,185,72,.12); color: var(--gold-light); }
.account-content > h1, .order-detail > h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.account-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 38px; }
.account-cards article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.account-cards strong { font-family: Georgia, serif; font-size: 1.3rem; }
.account-cards p { color: var(--muted); }
.order-list, .recent-orders { display: grid; gap: 12px; }
.account-load-more { display: flex; justify-content: center; padding-top: 22px; }
.shop-load-more { display: flex; justify-content: center; padding-top: 28px; }
.load-more-sentinel { height: 1px; }
.order-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.order-card p { margin: 0; color: var(--muted); }
.order-card-right { display: grid; justify-items: end; gap: 7px; }
.account-panel { margin-top: 20px; }
.saved-addresses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.saved-address { padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.order-detail-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 20px; }
.status-history > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.status-history time { margin-left: 12px; color: var(--muted); font-size: .8rem; }

/* Mixed box */
.box-builder-layout { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 35px; align-items: start; }
.box-size-select { max-width: 420px; }
.box-builder-products { display: grid; gap: 12px; margin-top: 22px; }
.box-product-row { display: grid; grid-template-columns: 100px 1fr auto; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 16px; }
.box-product-row > img { width: 82px; height: 120px; object-fit: contain; }
.box-product-row h3 { margin-bottom: 4px; }
.box-product-row p { margin: 0; color: var(--muted); font-size: .86rem; }
.box-product-row span { color: var(--gold-light); font-weight: 800; }
.box-stepper { display: flex; align-items: center; gap: 8px; }
.box-qty { width: 34px; text-align: center; font-size: 1.2rem; }

/* Story, delivery, contact, policies */
.story-hero { min-height: 540px; display: grid; align-items: center; background: linear-gradient(rgba(13,7,16,.65), rgba(13,7,16,.9)), url("../assets/hero-bg.svg") center/cover; }
.editorial-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.editorial-grid p { color: #d8cedb; font-size: 1.1rem; }
.editorial-mark { min-height: 360px; display: grid; place-content: center; justify-items: center; border: 2px solid var(--gold); clip-path: polygon(50% 0, 100% 25%, 86% 86%, 50% 100%, 14% 86%, 0 25%); background: rgba(15,74,49,.25); }
.editorial-mark span { color: var(--gold); font-size: 4rem; }
.editorial-mark strong { text-align: center; letter-spacing: .08em; }
.story-signoff { font-weight: 800; }
.fulfilment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fulfilment-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(15,74,49,.25), rgba(255,255,255,.02)); }
.fulfilment-card > .icon-wrap { font-size: 2.3rem; color: var(--gold); margin-bottom: 18px; }
.fulfilment-card p:not(.eyebrow) { color: var(--muted); min-height: 100px; }
.fulfilment-card.disabled { opacity: .55; filter: grayscale(.4); }
.chilled-note { background: #0b321f; border-block: 1px solid var(--line); text-align: center; }
.faq-list details summary { display: grid; grid-template-columns: 1fr auto; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; }
.contact-details { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(15,74,49,.15); }
.contact-detail { display: grid; margin: 22px 0; }
.contact-detail span { color: var(--muted); }
.contact-form, .track-form { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.honeypot { position: absolute; left: -9999px; }
.track-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.track-form .form-field { margin: 0; }
.track-card { margin-top: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.legal-copy { color: #ddd4df; }
.legal-copy li { margin: 8px 0; }

/* Footer + toast */
.site-footer { padding: 65px 0 20px; background: #09060b; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 34px; }
.footer-logo { width: 280px; margin-bottom: 14px; }
.footer-brand p { color: var(--muted); max-width: 430px; }
.footer-grid h2 { font-size: 1.05rem; font-family: inherit; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-light); }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid a { color: #cfc5d1; }
.footer-grid a:hover { color: var(--gold-light); }
.social-follow-list { display: grid; gap: 10px; }
.social-follow-link { display: flex; min-height: 45px; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: var(--cream) !important; text-decoration: none; }
.social-follow-link:hover { border-color: var(--gold); background: rgba(225,185,72,.1); }
.social-follow-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--purple) !important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 20px; color: #887f8a; font-size: .77rem; }
.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 1000; display: grid; gap: 10px; }
.toast { min-width: 280px; max-width: 420px; transform: translateY(20px); opacity: 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; background: #2b1832; box-shadow: var(--shadow); transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { border-color: rgba(73,165,115,.5); }
.error-text { color: #ff9a9d; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; justify-self: start; }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .home-products { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-products { opacity: .75; }
  .footer-grid { grid-template-columns: 1.4fr repeat(4, 1fr); gap: 22px; }
}
@media (max-width: 900px) {
  .section { padding: 65px 0; }
  .announcement-inner { justify-content: center; text-align: center; }
  .announcement-accent { display: none; }
  .brand-logo { width: 230px; }
  .hero { min-height: 760px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-products { height: 320px; width: min(700px, 100%); margin-inline: auto; }
  .hero-bottle { width: 155px; height: 390px; bottom: -100px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .product-grid, .home-products { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .mix-card, .faq-preview-grid, .product-detail-grid, .basket-layout, .checkout-layout, .auth-grid, .account-layout, .box-builder-layout, .editorial-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-emblem { max-width: 430px; margin-inline: auto; }
  .mix-card { padding: 38px; }
  .product-gallery, .order-summary, .account-nav { position: static; }
  .auth-grid { min-height: auto; }
  .account-nav { grid-template-columns: repeat(4, 1fr); overflow-x: auto; }
  .account-nav button { grid-column: 1 / -1; }
  .fulfilment-grid { grid-template-columns: 1fr; }
  .fulfilment-card p:not(.eyebrow) { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { height: 72px; gap: 10px; }
  .brand-logo { width: 168px; }
  .header-actions .icon-button:first-child { display: none; }
  .icon-button { width: 40px; height: 40px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero { min-height: 730px; }
  .hero-grid { padding-top: 52px; }
  .hero-actions { display: grid; }
  .hero-points { font-size: .75rem; }
  .hero-products { height: 275px; }
  .hero-bottle { width: 110px; height: 300px; bottom: -70px; }
  .bottle-1 { left: 0; }.bottle-2 { left: 18%; }.bottle-3 { left: 38%; }.bottle-4 { left: 59%; }.bottle-5 { left: 78%; }
  .product-grid, .home-products, .value-grid, .account-cards, .saved-addresses, .order-detail-grid { grid-template-columns: 1fr; }
  .product-image-wrap { height: 360px; }
  .shop-toolbar { grid-template-columns: 1fr; }
  .product-share-heading { align-items: start; flex-direction: column; gap: 4px; }
  .product-share-heading > p { max-width: none; text-align: left; }
  .product-share-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mix-card { padding: 28px 20px; }
  .mix-bottles { height: 260px; }
  .mix-bottles img { max-height: 260px; }
  .product-main-image { min-height: 470px; }
  .product-main-image img { height: 450px; }
  .buy-box { grid-template-columns: 90px 1fr; }
  .basket-line { grid-template-columns: 80px 1fr; }
  .basket-line > img { width: 70px; height: 100px; }
  .basket-line-actions { grid-column: 1 / -1; grid-template-columns: 1fr auto; align-items: center; justify-items: start; width: 100%; }
  .form-grid.two { grid-template-columns: 1fr; }
  .discount-code-controls { grid-template-columns: 1fr; }
  .discount-apply-button { width: 100%; }
  .checkout-card, .auth-card, .account-panel, .contact-form { padding: 21px; }
  .account-nav { grid-template-columns: 1fr 1fr; }
  .box-product-row { grid-template-columns: 75px 1fr; }
  .box-product-row > img { width: 65px; height: 95px; }
  .box-stepper { grid-column: 1 / -1; justify-content: end; }
  .track-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
