:root {
  --ink: #160807;
  --wine: #3a0c0a;
  --red: #8e2118;
  --copper: #c9683e;
  --cream: #eee3cf;
  --paper: #f4ede1;
  --muted: #b9a996;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 40%, rgba(91,25,18,.9), #100403 68%); color: var(--cream); transition: opacity .65s, visibility .65s; }
.age-gate::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(238,227,207,.2); pointer-events: none; }
.age-gate.hidden { opacity: 0; visibility: hidden; }
.age-card { width: min(560px, 100%); text-align: center; position: relative; }
.gate-logo { width: 155px; height: 175px; object-fit: contain; margin: 0 auto 20px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.25)); }
.age-card h1 { font: 500 clamp(42px, 7vw, 68px)/.95 var(--serif); margin: 12px 0 18px; }
.age-card > p:not(.eyebrow) { color: var(--muted); }
.age-actions { display: flex; justify-content: center; gap: 12px; margin: 34px 0 28px; }
.button { border: 1px solid var(--copper); padding: 14px 24px; font: 600 11px var(--sans); text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.button-solid { background: var(--copper); color: #fff; }
.button-ghost { background: transparent; color: var(--cream); }
.age-card small { color: #89796c; }

.topbar { height: 94px; padding: 0 4.5vw; position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.wordmark { display: flex; align-items: center; height: 74px; }
.wordmark img { width: 90px; height: 82px; object-fit: contain; }
#main-nav { display: flex; gap: 36px; }
#main-nav a { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.75); transition: color .25s; }
#main-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.legal-pill { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; font-size: 10px; }
.language-switcher { display: flex; align-items: center; gap: 7px; }
.language-flag { width: 30px; height: 30px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(22,8,7,.22); box-shadow: 0 2px 8px rgba(0,0,0,.25); transition: transform .25s, border-color .25s, background .25s; }
.language-flag img { width: 100%; height: 100%; object-fit: cover; }
.language-flag:hover, .language-flag:focus-visible, .language-flag[aria-current="page"] { transform: translateY(-2px); border-color: var(--copper); background: rgba(201,104,62,.2); outline: none; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 150px 8vw 80px; color: white; background: #190704 url("assets/hero.png") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,2,2,.93) 0%, rgba(17,3,2,.68) 40%, rgba(20,3,2,.08) 68%); }
.hero-copy { width: min(720px, 58vw); position: relative; z-index: 2; }
.eyebrow { font: 600 13px var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--copper); }
.hero h1, h2 { font: 500 clamp(58px, 7.2vw, 114px)/.79 var(--serif); letter-spacing: -.045em; margin: 28px 0; }
h1 em, h2 em { color: var(--copper); font-weight: 400; }
.hero-lead { width: min(650px, 95%); font: 400 clamp(22px, 1.55vw, 27px)/1.55 var(--serif); color: rgba(255,255,255,.82); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid var(--copper); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.award-feature { position: absolute; z-index: 3; left: 45%; top: 9%; display: grid; grid-template-columns: 155px 190px 42px; align-items: center; gap: 14px; color: var(--cream); }
.award-feature > img { grid-column: 1; grid-row: 1 / span 3; width: 155px; height: 244px; object-fit: contain; }
.award-heading { position: relative; top: 46px; grid-column: 2 / 4; grid-row: 1; align-self: end; display: flex; flex-direction: column; }
.award-heading strong { font: italic 500 23px/1.1 var(--serif); }
.award-heading span { margin-top: 6px; font: italic 14px/1.25 var(--serif); color: rgba(255,255,255,.78); }
.award-button { position: relative; top: 34px; grid-column: 2; grid-row: 2; justify-self: start; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--copper); border-radius: 50%; background: rgba(22,8,7,.32); color: var(--copper); cursor: pointer; transition: background .3s, color .3s, transform .3s; }
.award-button span { font: 300 24px/1 var(--sans); transition: transform .35s; }
.award-button em { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.72); font: normal 7px var(--sans); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.award-button:hover { color: white; background: var(--copper); transform: scale(1.06); }
.award-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 28px; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.award-modal.open { visibility: visible; opacity: 1; }
.award-modal-backdrop { position: absolute; inset: 0; background: rgba(8,1,1,.82); backdrop-filter: blur(10px); }
.award-modal-card { position: relative; width: min(980px, 94vw); max-height: 90vh; overflow: auto; display: grid; grid-template-columns: .7fr 1.3fr; background: linear-gradient(125deg, #280706, #120302 72%); color: var(--cream); border: 1px solid rgba(201,104,62,.35); box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.award-modal-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.award-modal-close { position: absolute; z-index: 2; top: 20px; right: 20px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: white; font-size: 24px; cursor: pointer; transition: background .3s, transform .3s; }
.award-modal-close:hover { background: var(--copper); transform: rotate(90deg); }
.award-modal-medal { min-height: 620px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, rgba(142,33,24,.32), transparent 64%); }
.award-modal-medal img { width: min(300px, 85%); max-height: 560px; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.4)); }
.award-modal-content { align-self: center; padding: 78px 75px 68px 35px; }
.award-modal-content h2 { margin: 22px 0 28px; font-size: clamp(48px,5vw,74px); }
.award-modal-content > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.award-modal-content .award-modal-lead { color: var(--cream); font: 400 20px/1.55 var(--serif); }
.award-source-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid var(--copper); color: var(--cream); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
body.modal-open { overflow: hidden; }
.hero-index { position: absolute; z-index: 2; left: 4.5vw; bottom: 30px; display: flex; align-items: center; gap: 10px; font-size: 9px; }
.hero-index i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.3); }
.hero-side { position: absolute; z-index: 2; right: -43px; top: 50%; transform: rotate(90deg); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; }

.section-divider { position: relative; height: 76px; margin-top: -1px; overflow: hidden; background: var(--divider-from); }
.section-divider svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--divider-to); }
.section-divider .divider-echo { top: -10px; fill: none; stroke: var(--divider-line); stroke-width: 1; opacity: .55; animation: divider-drift 9s ease-in-out infinite alternate; }
.section-divider.to-paper { --divider-from: #160807; --divider-to: #f4ede1; --divider-line: #c9683e; }
.section-divider.to-wine { --divider-from: #f4ede1; --divider-to: #230605; --divider-line: #8e2118; }
.section-divider.to-ink { --divider-from: #efe5d7; --divider-to: #160807; --divider-line: #c9683e; }
@keyframes divider-drift { to { transform: translateX(36px) scaleX(1.04); } }

.section { padding: 110px 8vw; }
.chapter { display: flex; gap: 15px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 70px; }
.chapter span { color: var(--copper); }
.chapter i { width: 48px; height: 1px; background: rgba(22,8,7,.25); }
.chapter p { margin: 0; }
.chapter.light { color: var(--cream); }
.chapter.light i { background: rgba(255,255,255,.25); }
.origin { background: var(--paper); }
.origin-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 11vw; align-items: end; }
.title-block h2, .sensory h2, .interpret-copy h2, .essence-copy h2 { font-size: clamp(52px, 6vw, 90px); }
.origin-story { padding-bottom: 28px; }
.origin-story p { color: #5f5046; line-height: 1.85; font-size: 14px; }
.origin-story .dropcap::first-letter { float: left; font: 500 65px/.75 var(--serif); color: var(--red); padding: 9px 10px 0 0; }
.wide-photo { margin: 100px 0 0; }
.wide-photo img { width: 100%; height: 58vh; min-height: 440px; object-fit: cover; object-position: center 26%; background: #020000; }
.wide-photo figcaption { display: flex; justify-content: space-between; padding-top: 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.wide-photo small { color: #8b7d72; }

.interpretation { position: relative; min-height: 850px; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 25% 45%, #42110d 0%, #230605 38%, #130303 76%); }
.interpretation::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,3,2,.2), rgba(19,3,2,.94) 65%); }
.interpretation > * { position: relative; z-index: 2; }
.bottle-angled { position: absolute; z-index: 1; left: 11vw; top: 50%; width: min(46vw, 650px); max-height: 820px; object-fit: contain; transform: translateY(-48%) rotate(-2deg) scale(1); filter: drop-shadow(0 35px 55px rgba(0,0,0,.5)); animation: feather-bottle-zoom 8s cubic-bezier(.45,0,.55,1) infinite alternate; will-change: transform; }
@keyframes feather-bottle-zoom {
  from { transform: translateY(-48%) rotate(-2deg) scale(1); }
  to { transform: translateY(-48%) rotate(1deg) scale(1.1); }
}
.interpret-grid { display: grid; grid-template-columns: 1fr 1fr; }
.interpret-copy { grid-column: 2; padding: 20px 0 50px 6vw; border-left: 1px solid rgba(255,255,255,.15); }
.interpret-copy > p:not(.eyebrow) { max-width: 530px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.interpret-copy blockquote { max-width: 500px; margin: 44px 0 0; padding-left: 25px; border-left: 2px solid var(--copper); font: italic 25px/1.45 var(--serif); color: #f4e6d5; }

.sensory { padding-top: 58px; padding-bottom: 58px; background: #efe5d7; }
.sensory { position: relative; overflow: hidden; }
.sensory::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; left: calc(var(--mx, 50%) - 240px); top: calc(var(--my, 40%) - 240px); background: radial-gradient(circle, rgba(201,104,62,.14), rgba(201,104,62,0) 68%); pointer-events: none; transition: left .7s ease-out, top .7s ease-out; }
.sensory > * { position: relative; z-index: 1; }
.sensory .chapter { margin-bottom: 30px; }
.sensory-head { text-align: center; }
.sensory h2 { margin: 14px 0 0; font-size: clamp(46px, 4.6vw, 68px); white-space: nowrap; }
.taste-marquee { margin: 30px -8vw 0; padding: 12px 0; overflow: hidden; border-top: 1px solid #cfc0ae; border-bottom: 1px solid #cfc0ae; color: var(--red); }
.taste-marquee div { display: flex; align-items: center; gap: 26px; width: max-content; animation: taste-flow 28s linear infinite; }
.taste-marquee span { font: italic 18px var(--serif); white-space: nowrap; }
.taste-marquee i { font-style: normal; font-size: 7px; color: var(--copper); }
@keyframes taste-flow { to { transform: translateX(-50%); } }
.notes { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 48px); margin-top: 32px; }
.note { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; align-content: center; min-height: 100px; padding: 12px 0; transition: transform .45s ease, background .45s ease, padding .45s ease, color .45s ease; overflow: hidden; }
.note + .note { padding-left: 0; }
.note:last-child { border-right: 0; }
.note-number { display: none; }
.sensory-icon { grid-column: 1; grid-row: 1 / span 2; align-self: center; width: 30px; height: 30px; fill: none; stroke: var(--copper); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.note-line { display: none; }
.note h3 { grid-column: 2; margin: 0 0 5px; font: 500 23px var(--serif); }
.note p { grid-column: 2; position: relative; z-index: 2; margin: 0; color: #67594e; font-size: 11px; line-height: 1.55; transition: color .45s ease; }
.note-signal { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 5px; align-items: flex-end; height: 24px; opacity: .35; }
.note-signal i { display: block; width: 2px; height: 12px; background: var(--red); animation: signal 1.8s ease-in-out infinite; transform-origin: bottom; }
.note-signal i:nth-child(2) { height: 25px; animation-delay: -.4s; }
.note-signal i:nth-child(3) { height: 18px; animation-delay: -.8s; }
.note-signal i:nth-child(4) { height: 31px; animation-delay: -1.2s; }
@keyframes signal { 0%,100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }
.note:hover { transform: translateY(-12px); background: var(--red); color: var(--cream); padding-left: 3vw; }
.note:hover + .note { padding-left: 3vw; }
.note:hover .note-line { width: 70px; background: var(--copper); }
.note:hover p { color: rgba(255,255,255,.72); }
.note:hover .note-signal i { background: var(--cream); }
.classic-build { position: relative; isolation: isolate; margin: 90px 0; padding: 70px 0; border-top: 1px solid #cfc0ae; border-bottom: 1px solid #cfc0ae; }
.serving-decorations { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.serving-decoration { position: absolute; width: min(42vw, 550px); max-width: none; opacity: .72; will-change: transform; }
.serving-decoration-left { top: 10%; left: -17vw; transform: translate3d(-5%, var(--serving-left-shift, 0px), 0) rotate(-9deg); }
.serving-decoration-right { top: 34%; right: -17vw; transform: translate3d(5%, var(--serving-right-shift, 0px), 0) scaleX(-1) rotate(-7deg); }
.classic-showcase { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .58fr); align-items: center; gap: clamp(28px, 5vw, 72px); width: min(1100px, 100%); margin: 0 auto; }
.classic-intro { grid-column: 2; grid-row: 1; padding: clamp(18px, 2vw, 30px) 0; }
.classic-intro h3 { font: 500 clamp(42px,4.5vw,68px)/.9 var(--serif); margin: 22px 0 28px; }
.classic-intro h3 em { color: var(--copper); font-weight: 400; }
.classic-intro > p:not(.eyebrow) { color: #67594e; font-size: 13px; line-height: 1.8; }
.serving-suggestion { grid-column: 1; grid-row: 1; display: block; width: 100%; height: auto; transform: translateX(clamp(-28px, -2vw, -12px)); -webkit-mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 54%, rgba(0,0,0,.86) 68%, transparent 100%); mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 54%, rgba(0,0,0,.86) 68%, transparent 100%); }
.classic-intro a { display: inline-block; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid var(--copper); color: var(--red); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.build-steps { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; padding: 0; margin: 30px 0 0; border-top: 1px solid #cfc0ae; border-left: 1px solid #cfc0ae; }
.build-steps li { position: relative; display: flex; min-height: 164px; flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px; border-right: 1px solid #cfc0ae; border-bottom: 1px solid #cfc0ae; transition: background .35s ease; }
.build-steps li:hover { background: rgba(201,104,62,.09); }
.step-number { font-size: 9px; color: var(--copper); }
.step-icon { width: 32px; height: 32px; margin: 2px 0 3px; fill: none; stroke: var(--copper); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.build-steps strong { font: 500 19px var(--serif); }
.build-steps p { margin: 0; color: #67594e; font-size: 10px; line-height: 1.5; }
.manifesto { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; border-top: 1px solid #cfc0ae; border-bottom: 1px solid #cfc0ae; color: var(--red); font: italic 20px var(--serif); }

.essence { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100vh; background: var(--ink); color: var(--cream); }
.essence-image { position: relative; overflow: hidden; min-height: 750px; background: #e7e6e4; border-radius: 0 110px 0 0; }
.essence-image::before { content: ""; position: absolute; inset: -4%; background: url("assets/bottle-vertical.png") center/cover no-repeat; transform: scale(1); animation: bottle-zoom 9s cubic-bezier(.45,0,.55,1) infinite alternate; will-change: transform; }
.essence-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(22,8,7,.08); pointer-events: none; }
@keyframes bottle-zoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
.essence-copy { padding: 95px 8vw 75px 7vw; align-self: center; }
.essence-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 520px; }
.signature { margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; font: 400 22px/1.45 var(--serif); color: var(--copper); }

.site-footer { position: relative; overflow: hidden; margin-top: -1px; padding-top: 118px; background: #1b0505; color: rgba(255,255,255,.68); }
.footer-wave-top { position: absolute; inset: 0 0 auto; height: 150px; background: transparent; }
.footer-wave-top svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: #1b0505; }
.footer-wave-top .wave-shadow { top: 18px; fill: #270706; opacity: .9; animation: footer-wave 9s ease-in-out infinite alternate; }
@keyframes footer-wave { to { transform: translateX(45px) scaleX(1.05); } }
.footer-orbit { position: absolute; right: -13vw; top: 60px; width: 47vw; height: 47vw; border-radius: 50%; background: rgba(142,33,24,.16); }
.footer-orbit::after { content: ""; position: absolute; inset: 13%; border-radius: 50%; border: 1px solid rgba(201,104,62,.12); }
.footer-inner { position: relative; z-index: 2; width: min(1180px, 86vw); margin: 0 auto; }
.footer-cta { min-height: 235px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.footer-cta h2 { margin: 0; font: 500 clamp(32px,3.5vw,50px)/1.12 var(--serif); color: var(--cream); letter-spacing: -.025em; }
.footer-cta h2 em { color: var(--copper); font-weight: 500; }
.whatsapp-call { flex: 0 0 auto; min-width: 260px; min-height: 64px; padding: 12px 28px 12px 14px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.88); border-radius: 40px; background: transparent; color: white; transition: transform .35s, background .35s, border-color .35s; }
.whatsapp-call:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); border-color: white; }
.wa-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #071a0c; font-size: 17px; }
.whatsapp-call strong { font: 600 20px var(--sans); letter-spacing: .01em; }
.footer-sine { height: 42px; margin-bottom: 65px; overflow: hidden; opacity: .42; }
.footer-sine svg { width: 100%; height: 100%; fill: none; stroke: var(--copper); stroke-width: 1.2; animation: sine-drift 12s linear infinite alternate; }
@keyframes sine-drift { to { transform: translateX(26px); } }
.footer-columns { display: grid; grid-template-columns: 1.2fr 1fr .8fr 1fr; gap: 6vw; padding-bottom: 75px; }
.footer-brand img { width: 110px; height: 124px; object-fit: contain; }
.footer-brand p, .footer-shop p { margin: 25px 0 0; max-width: 310px; font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.68); }
.footer-brand > strong { display: block; margin-top: 28px; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .13em; color: var(--copper); }
.footer-column h3 { margin: 16px 0 32px; font: 600 17px var(--sans); color: var(--cream); }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; margin-bottom: 22px; font-size: 15px; line-height: 1.7; }
.footer-column li span { color: var(--copper); font-size: 18px; }
.footer-column li p { margin: 0; }
.footer-column li a:hover { color: var(--copper); }
.footer-column nav { display: flex; flex-direction: column; }
.footer-column nav a { display: flex; justify-content: space-between; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 15px; transition: color .25s, padding .25s; }
.footer-column nav a:hover { color: var(--copper); padding-left: 7px; }
.footer-column nav i { font-style: normal; }
.shop-pill { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 17px 20px; border-radius: 28px; background: var(--copper); color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; transition: background .3s, transform .3s; }
.shop-pill:hover { background: var(--red); transform: translateY(-4px); }
.line-link { display: inline-block; margin: 21px 0 0 18px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { min-height: 96px; display: grid; grid-template-columns: 1fr 1.3fr 40px; gap: 25px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-credit { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.42); font-size: 9px; }
.footer-credit img { width: auto; height: 24px; opacity: .9; }
.footer-bottom > a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 850px) {
  .topbar { height: 78px; }
  .wordmark img { width: 72px; height: 66px; }
  .eyebrow { font-size: 11px; line-height: 1.55; }
  #main-nav { position: fixed; inset: 78px 0 auto; display: flex; flex-direction: column; padding: 35px 7vw; background: #160807; transform: translateY(-140%); transition: transform .35s; }
  #main-nav.open { transform: translateY(0); }
  .menu-button { display: grid; gap: 6px; border: 0; background: transparent; padding: 8px; margin-left: auto; margin-right: 20px; }
  .menu-button span { width: 24px; height: 1px; background: white; }
  .header-actions { gap: 8px; }
  .language-switcher { gap: 5px; }
  .language-flag { width: 27px; height: 27px; }
  .hero {
    min-height: 980px;
    align-items: flex-start;
    background-size: auto 70%;
    background-position: 76% bottom;
    padding: 118px 7vw 500px;
  }
  .hero-overlay { display: none; }
  .hero-copy { width: 100%; max-width: 520px; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 58px); line-height: .84; }
  /* Reserve the right side of the hero for the bottle on narrow screens. */
  .hero-lead { width: min(56vw, 210px); font-size: 15px; line-height: 1.5; }
  .text-link { margin-top: 20px; }
  .award-feature { left: 6vw; right: auto; top: auto; bottom: 62px; width: min(215px, 58vw); grid-template-columns: 72px 1fr; grid-template-rows: auto auto; gap: 6px 11px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; filter: drop-shadow(0 10px 20px rgba(0,0,0,.5)); }
  .award-feature::after { content: ""; position: absolute; left: 83px; top: -10px; width: 42px; height: 1px; background: var(--copper); pointer-events: none; }
  .award-feature > img { grid-column: 1; grid-row: 1 / 3; width: 72px; height: 114px; }
  .award-heading { position: static; grid-column: 2; grid-row: 1; align-self: end; display: flex; }
  .award-heading { text-shadow: 0 2px 12px rgba(0,0,0,.9); }
  .award-heading strong { font-size: 18px; }
  .award-heading span { max-width: 125px; font-size: 9px; line-height: 1.4; }
  .award-button { top: 0; grid-column: 2; grid-row: 2; align-self: start; justify-self: start; margin-top: 8px; }
  .award-button { width: 32px; height: 32px; }
  .award-button span { font-size: 20px; }
  .award-button em { left: calc(100% + 10px); top: 50%; transform: translateY(-50%); font-size: 7px; }
  .hero-index { display: none; }
  .award-modal { padding: 14px; }
  .award-modal-card { grid-template-columns: 1fr; }
  .award-modal-medal { min-height: 240px; }
  .award-modal-medal img { width: 120px; max-height: 210px; }
  .award-modal-content { padding: 28px 28px 42px; }
  .award-modal-content h2 { font-size: 43px; }
  .award-modal-content .award-modal-lead { font-size: 17px; }
  .award-modal-close { top: 12px; right: 12px; }
  .hero-side { display: none; }
  .section { padding: 80px 7vw; }
  .origin-grid, .interpret-grid { grid-template-columns: 1fr; }
  .origin-story { max-width: 620px; }
  .wide-photo { margin-top: 55px; }
  .wide-photo img { min-height: 400px; height: 55vh; object-fit: cover; object-position: center; }
  .interpretation::after { background: linear-gradient(0deg, rgba(19,3,2,.97) 0%, rgba(19,3,2,.82) 62%, rgba(19,3,2,.12)); }
  .bottle-angled { left: 50%; top: 18px; width: min(84vw, 420px); max-height: 470px; animation-name: feather-bottle-zoom-mobile; }
  @keyframes feather-bottle-zoom-mobile {
    from { transform: translateX(-50%) rotate(-2deg) scale(1); }
    to { transform: translateX(-50%) rotate(1deg) scale(1.09); }
  }
  .interpret-copy { grid-column: 1; padding: 330px 0 20px; border: 0; }
  .sensory { padding-top: 48px; padding-bottom: 48px; }
  .sensory h2 { font-size: clamp(30px, 8.5vw, 46px); }
  .notes { grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 26px; }
  .note, .note + .note { min-height: 100px; padding: 14px 0; border: 0; }
  .note:hover, .note:hover + .note { padding-left: 18px; }
  .taste-marquee { margin-left: -7vw; margin-right: -7vw; }
  .classic-build { margin: 65px 0; padding: 55px 0; }
  .serving-decoration { width: 82vw; opacity: .2; }
  .serving-decoration-left { top: 6%; left: -62vw; }
  .serving-decoration-right { top: 48%; right: -62vw; }
  .classic-showcase { grid-template-columns: 1fr; gap: 26px; }
  .classic-intro, .serving-suggestion { grid-column: 1; }
  .classic-intro { grid-row: 1; padding: 0; }
  .serving-suggestion { grid-row: 2; transform: none; }
  .build-steps li { min-height: 155px; padding: 15px; }
  .manifesto { flex-direction: column; }
  .essence { grid-template-columns: 1fr; }
  .essence-image { min-height: 68vh; background-position: center; border-radius: 0 52px 0 0; }
  .essence-copy { padding: 80px 7vw; }
  .section-divider { height: 50px; }
  .site-footer { padding-top: 85px; }
  .footer-wave-top { height: 105px; }
  .footer-inner { width: 86vw; }
  .footer-cta { align-items: flex-start; flex-direction: column; min-height: 0; padding: 65px 0 50px; gap: 35px; }
  .whatsapp-call { width: 100%; justify-content: center; }
  .footer-sine { margin-bottom: 45px; }
  .footer-columns { grid-template-columns: 1fr; gap: 45px; padding-bottom: 60px; }
  .footer-brand { padding-bottom: 15px; }
  .footer-column h3 { margin-bottom: 24px; }
  .footer-orbit { width: 110vw; height: 110vw; right: -55vw; }
  .footer-bottom { grid-template-columns: 1fr 42px; padding: 30px 0; }
  .footer-bottom p { margin: 0; line-height: 1.6; }
  .footer-bottom p:nth-child(2) { grid-column: 1; }
  .footer-bottom > a { grid-column: 2; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .essence-image::before { animation: none; transform: scale(1.04); }
  .bottle-angled { animation: none; }
}
