:root {
  --ink: #090706;
  --ink-soft: #12100e;
  --paper: #e9e1d4;
  --paper-dim: #b7aa98;
  --wine: #681d2a;
  --gold: #bfa16a;
  --line: rgba(233, 225, 212, .16);
  --pad: clamp(24px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.intro-lock { overflow: hidden; }
::selection { background: var(--wine); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; width: 100%; }

.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; z-index: 99; width: 280px; height: 280px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(112, 25, 41, .12), transparent 68%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .3s; }

.preloader { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; overflow: hidden; background: #000; transition: opacity .9s ease, visibility .9s ease; }
.site-ready .preloader { opacity: 0; visibility: hidden; pointer-events: none; }
.pour-stage { width: min(370px, 82vw); text-align: center; }
.pour-art { width: min(320px, 72vw); overflow: visible; filter: drop-shadow(0 14px 40px rgba(121, 9, 34, .3)); }
.pour-stage p { margin: -3px 0 16px; color: rgba(233,225,212,.67); font-size: 8px; letter-spacing: .28em; text-transform: uppercase; }
.load-line { display: block; width: 150px; height: 1px; margin: auto; overflow: hidden; background: rgba(255,255,255,.12); }
.load-line i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #3d0712, #ba2943, #e6a0a9); transform-origin: left; animation: loadLine 3.1s cubic-bezier(.35,.05,.25,1) both; }
.bottle-neck { transform-origin: 295px 72px; animation: bottlePour 3s cubic-bezier(.2,.7,.2,1) both; }
.wine-stream { stroke-dasharray: 210; stroke-dashoffset: 210; animation: pourStream 2.15s .32s ease-in-out both; filter: drop-shadow(0 0 9px rgba(218,45,76,.58)); }
.wine-fill { transform: translateY(76px); animation: fillGlass 2.15s .72s cubic-bezier(.2,.65,.2,1) both; }
.glass { filter: drop-shadow(0 0 8px rgba(255,255,255,.08)); animation: glassGlint 2.8s .2s ease both; }
.skip-intro { position: absolute; right: 28px; bottom: 24px; border: 0; background: none; color: rgba(255,255,255,.4); cursor: pointer; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.skip-intro:hover { color: white; }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .4s, height .4s, border-color .4s; }
.site-header.scrolled { height: 70px; background: rgba(9, 7, 6, .88); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(233,225,212,.5); border-radius: 50%; font: italic 21px Georgia, serif; }
.brand-copy { font: 20px Georgia, serif; letter-spacing: .06em; }
.brand-copy small { display: block; margin-top: 2px; font: 8px Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; color: var(--paper-dim); }
.desktop-nav { display: flex; gap: 35px; }
.desktop-nav a { position: relative; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--paper); transition: right .3s; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.nav-cta span { display: inline-grid; place-items: center; width: 31px; height: 31px; margin-left: 9px; border: 1px solid rgba(233,225,212,.45); border-radius: 50%; transition: .3s; }
.nav-cta:hover span { background: var(--paper); color: var(--ink); transform: rotate(45deg); }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--paper); transition: .3s; }

.hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; background: #050403; }
.hero-image { position: absolute; inset: 0; }
.hero-image img { height: 100%; object-fit: cover; object-position: 68% 35%; animation: heroZoom 8s cubic-bezier(.2,.7,.2,1) both; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,3,.94) 0%, rgba(5,4,3,.6) 42%, rgba(5,4,3,.04) 76%), linear-gradient(0deg, rgba(5,4,3,.5), transparent 45%); }
.hero-content { position: absolute; left: var(--pad); top: 48%; transform: translateY(-43%); z-index: 2; width: min(740px, 80vw); }
.eyebrow { margin: 0 0 26px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero-eyebrow { animation: fadeUp 1s .2s both; }
.hero-eyebrow span { display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
.hero h1 { margin: 0; font: 400 clamp(76px, 11vw, 172px)/.73 Georgia, "Times New Roman", serif; letter-spacing: -.07em; }
.hero h1 span, .hero h1 em { display: block; animation: fadeUp 1.2s cubic-bezier(.2,.7,.1,1) both; }
.hero h1 span { animation-delay: .35s; }
.hero h1 em { margin-left: 15%; font-weight: 400; color: var(--paper); animation-delay: .5s; }
.hero-line { margin: 36px 0; padding-left: 15%; font: italic clamp(18px, 2vw, 28px)/1.5 Georgia, serif; color: rgba(233,225,212,.76); animation: fadeUp 1s .65s both; }
.hero-actions { display: flex; gap: 34px; align-items: center; padding-left: 15%; animation: fadeUp 1s .8s both; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: .35s; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--wine); color: #fff; }
.button-outline { border-color: rgba(233,225,212,.35); }
.button-outline:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.text-link { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.text-link span { margin-left: 11px; }
.hero-note { position: absolute; z-index: 2; right: var(--pad); bottom: 90px; display: flex; gap: 18px; align-items: flex-start; animation: fadeUp 1s 1s both; }
.hero-note > span { font: italic 33px Georgia, serif; color: var(--gold); }
.hero-note p { margin: 5px 0 0; font-size: 9px; line-height: 1.9; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue span { width: 35px; height: 1px; overflow: hidden; background: rgba(233,225,212,.3); }
.scroll-cue span::after { content: ""; display: block; width: 50%; height: 100%; background: var(--paper); animation: scan 2s infinite; }

.section-pad { padding: 130px var(--pad); }
.section-index { padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--paper-dim); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.intro-copy { max-width: 1140px; margin: 85px auto 90px; }
.lead { margin: 0; font: 400 clamp(37px, 5vw, 74px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.lead span { color: var(--paper-dim); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; align-items: end; }
.body-copy { max-width: 440px; margin: 0; color: var(--paper-dim); font: 17px/1.75 Georgia, serif; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.stats div { padding: 30px 15px 5px; border-right: 1px solid var(--line); }
.stats strong { display: block; margin-bottom: 12px; font: 42px Georgia, serif; }
.stats span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: var(--paper-dim); }

.portrait-chapter { min-height: 830px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); color: var(--ink); }
.portrait-frame { position: relative; min-height: 780px; overflow: hidden; }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.portrait-caption { position: absolute; inset: auto 28px 25px; display: flex; justify-content: space-between; color: #fff; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.profession-card { display: flex; flex-direction: column; justify-content: center; padding: 10vw; }
.profession-card .eyebrow { color: var(--wine); }
.profession-card h2 { margin: 0 0 35px; font: 48px/1.08 Georgia, serif; letter-spacing: -.03em; }
.profession-card > p:not(.eyebrow) { margin: 0; max-width: 430px; font: 17px/1.75 Georgia, serif; color: #5a5149; }
.credential { margin-top: 65px; padding: 24px 0; border-top: 1px solid rgba(9,7,6,.16); border-bottom: 1px solid rgba(9,7,6,.16); }
.credential span { display: block; margin-bottom: 8px; color: #776c62; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.credential strong { font: 19px Georgia, serif; }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; margin-bottom: 75px; }
.section-heading h2, .cellar-head h2, .journey-copy h2, .profit-intro h2, .quiz-panel h2, .contact h2 { margin: 0; font: 400 clamp(52px, 7vw, 100px)/.93 Georgia, serif; letter-spacing: -.055em; }
h2 em { font-weight: 400; color: var(--gold); }
.section-heading > p { color: var(--paper-dim); font: 16px/1.7 Georgia, serif; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 60px 1fr 160px 55px; gap: 28px; align-items: center; padding: 36px 0; border-bottom: 1px solid var(--line); transition: .35s; }
.service-item:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(104,29,42,.24), transparent); }
.service-no { color: var(--gold); font: italic 16px Georgia, serif; }
.service-item h3 { margin: 0 0 7px; font: 29px Georgia, serif; }
.service-item p { margin: 0; max-width: 660px; color: var(--paper-dim); font-size: 13px; line-height: 1.55; }
.service-tag { color: var(--paper-dim); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.circle-button { width: 48px; height: 48px; border: 1px solid rgba(233,225,212,.25); border-radius: 50%; background: none; color: var(--paper); cursor: pointer; transition: .3s; }
.service-item:hover .circle-button { background: var(--paper); color: var(--ink); transform: rotate(45deg); }

.quote-break { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.quote-image { position: absolute; inset: 0; }
.quote-image::after { content: ""; position: absolute; inset: 0; background: rgba(9,7,6,.66); }
.quote-image img { height: 110%; object-fit: cover; object-position: center 60%; }
.quote-break blockquote { position: relative; z-index: 2; margin: 0; padding: 25px; text-align: center; font: italic clamp(34px, 5.3vw, 80px)/1.2 Georgia, serif; }
.quote-credit { position: absolute; z-index: 2; bottom: 12%; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }

.cellar { background: #0e0b09; }
.cellar-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 10vw; align-items: end; margin: 80px 0; }
.cellar-head p { color: var(--paper-dim); font: 16px/1.7 Georgia, serif; }
.wine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px 24px; }
.featured-wines { grid-template-columns: repeat(6, 1fr); }
.featured-wines .wine-card { grid-column: span 2; }
.featured-wines .wine-card:nth-child(-n+2) { grid-column: span 3; }
.featured-wines .wine-card { cursor: pointer; }
.featured-wines .wine-card:focus-visible, .library-card:focus-visible { outline: 1px solid var(--gold); outline-offset: 8px; }
.wine-card-large { grid-column: 1 / -1; }
.wine-card-large a { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 34px; }
.wine-image { position: relative; overflow: hidden; background: #18130f; aspect-ratio: 4/5; }
.wine-card-large .wine-image { aspect-ratio: 16/7; }
.wine-image img { height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .5s; filter: saturate(.75); }
.wine-card:hover .wine-image img { transform: scale(1.035); filter: saturate(1); }
.wine-image > span { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; font-size: 9px; }
.wine-info { padding-top: 22px; }
.wine-info > p { margin: 0 0 10px; color: var(--gold); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.wine-info h3 { margin: 0 0 24px; font: 33px/1.1 Georgia, serif; }
.wine-info > div { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--paper-dim); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.cellar-cta { margin-top: 85px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.instagram-inline { color: var(--paper-dim); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.instagram-inline:hover { color: var(--paper); }

.wine-dialog { width: min(1060px, calc(100vw - 40px)); max-height: min(760px, calc(100vh - 40px)); padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg, rgba(38,22,22,.76), rgba(7,7,7,.62)); color: var(--paper); box-shadow: 0 50px 120px rgba(0,0,0,.72), inset 0 1px 0 rgba(255,255,255,.15); backdrop-filter: blur(30px) saturate(1.35); }
.wine-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(9px); }
.wine-dialog[open] { display: grid; grid-template-columns: .82fr 1.18fr; animation: dialogIn .55s cubic-bezier(.2,.75,.2,1) both; }
.wine-dialog::after { content: ""; position: absolute; z-index: -1; left: -10%; right: -10%; bottom: -39%; height: 62%; border-radius: 48%; background: linear-gradient(135deg, rgba(112,16,38,.72), rgba(193,35,66,.32)); filter: blur(3px); animation: liquidMove 7s ease-in-out infinite alternate; }
.dialog-image { min-height: 650px; overflow: hidden; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,6vw,85px); }
.dialog-kicker { color: #d4b272; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.dialog-content h2 { margin: 14px 0 25px; font: clamp(37px,4vw,62px)/.98 Georgia, serif; letter-spacing: -.045em; }
.dialog-story { margin: 0 0 30px; color: rgba(233,225,212,.72); font: 15px/1.72 Georgia, serif; }
.tasting-row { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); }
.tasting-row span { color: #d4b272; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.tasting-row strong { font: 14px/1.55 Georgia, serif; }
.dialog-source { align-self: flex-start; margin-top: 24px; }
.dialog-close { position: absolute; z-index: 5; right: 18px; top: 15px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.15); color: white; cursor: pointer; font: 25px/1 Georgia, serif; }
.dialog-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.cellar-page .site-header { background: rgba(9,7,6,.65); }
.cellar-page .desktop-nav [aria-current="page"]::after { right: 0; }
.cellar-hero { position: relative; min-height: 92svh; display: flex; align-items: center; overflow: hidden; }
.cellar-hero-image { position: absolute; inset: 0; }
.cellar-hero-image img { height: 100%; object-fit: cover; object-position: 60% 48%; filter: saturate(.65); transform: scale(1.02); }
.cellar-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,5,4,.96) 0%, rgba(7,5,4,.65) 42%, rgba(7,5,4,.18) 74%), linear-gradient(0deg, #090706 0%, transparent 28%); }
.cellar-hero-copy { position: relative; z-index: 2; width: min(820px, 80vw); padding: 120px var(--pad) 40px; }
.cellar-hero-copy h1 { margin: 0; font: clamp(100px,15vw,220px)/.7 Georgia, serif; letter-spacing: -.08em; }
.cellar-hero-copy h1 em { margin-left: 13%; color: var(--gold); font-weight: 400; }
.cellar-hero-copy > p:last-child { max-width: 460px; margin: 52px 0 0 15%; color: var(--paper-dim); font: italic 18px/1.6 Georgia, serif; }
.cellar-hero-count { position: absolute; z-index: 2; right: var(--pad); bottom: 70px; display: flex; gap: 18px; align-items: center; }
.cellar-hero-count strong { font: italic 60px Georgia, serif; color: var(--gold); }
.cellar-hero-count span { font-size: 8px; line-height: 1.7; letter-spacing: .17em; text-transform: uppercase; }
.library { background: #0d0a08; }
.library-bar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.library-bar > p { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.library-filters { display: flex; gap: 8px; }
.library-filters button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 30px; background: transparent; color: var(--paper-dim); cursor: pointer; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.library-filters button.active, .library-filters button:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.library-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 75px 25px; margin-top: 70px; }
.library-card { grid-column: span 4; cursor: pointer; transition: opacity .35s, transform .35s; }
.library-card:nth-child(8n+1), .library-card:nth-child(8n+5) { grid-column: span 7; }
.library-card:nth-child(8n+2), .library-card:nth-child(8n+6) { grid-column: span 5; }
.library-card.hidden { display: none; }
.library-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #19130f; }
.library-card:nth-child(8n+1) .library-image, .library-card:nth-child(8n+5) .library-image { aspect-ratio: 5/4; }
.library-image img { height: 100%; object-fit: cover; filter: saturate(.72); transition: 1s cubic-bezier(.2,.7,.2,1); }
.library-card:hover .library-image img { transform: scale(1.035); filter: saturate(1); }
.library-image span { position: absolute; top: 17px; right: 17px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 8px; }
.library-card > p { margin: 20px 0 8px; color: var(--gold); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.library-card h2 { margin: 0 0 18px; font: 31px/1.08 Georgia, serif; }
.library-card small { color: var(--paper-dim); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.instagram-discovery { margin-top: 140px; padding: 90px 20px; border: 1px solid var(--line); text-align: center; background: radial-gradient(circle at 50% 120%, rgba(122,24,43,.32), transparent 56%); }
.instagram-discovery p { color: var(--gold); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.instagram-discovery h2 { margin: 16px 0 35px; font: clamp(42px,6vw,80px) Georgia, serif; }

.journey { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; min-height: 850px; background: var(--paper); color: var(--ink); }
.journey .eyebrow { color: var(--wine); }
.journey-copy > p:last-child { max-width: 480px; margin-top: 38px; color: #5a5149; font: 16px/1.75 Georgia, serif; }
.journey h2 em { color: var(--wine); }
.map { position: relative; min-height: 600px; background: radial-gradient(circle at center, rgba(104,29,42,.08), transparent 55%); }
.map svg { position: absolute; inset: 10% 0 0; width: 100%; height: 75%; }
.route { fill: none; stroke: rgba(9,7,6,.22); stroke-width: 1.2; stroke-dasharray: 5 7; }
.route-two { stroke: rgba(104,29,42,.3); }
.map-pin { position: absolute; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.map-pin i { position: relative; display: block; width: 11px; height: 11px; margin: 0 auto 8px; background: var(--wine); border-radius: 50%; }
.map-pin i::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(104,29,42,.3); border-radius: 50%; transform: scale(.5); opacity: 0; transition: .3s; }
.map-pin:hover i::after, .map-pin.active i::after { transform: scale(1); opacity: 1; }
.pin-hk { right: 14%; top: 31%; }.pin-dubai { left: 51%; top: 39%; }.pin-georgia { left: 36%; top: 27%; }.pin-maldives { left: 58%; top: 63%; }.pin-seychelles { left: 33%; top: 72%; }
.place-card { position: absolute; left: 4%; bottom: 4%; width: 265px; padding: 20px; border: 1px solid rgba(9,7,6,.14); background: rgba(233,225,212,.75); backdrop-filter: blur(10px); }
.place-card > span { color: var(--wine); font: italic 13px Georgia, serif; }
.place-card h3 { margin: 13px 0 8px; font: 27px Georgia, serif; }
.place-card p { margin: 0; color: #665b51; font-size: 11px; line-height: 1.6; }

.profit-section { background: #160d0e; }
.profit-intro { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; margin: 80px 0; }
.profit-intro p { color: var(--paper-dim); font: 16px/1.7 Georgia, serif; }
.profit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.profit-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profit-card > span { color: var(--gold); font: italic 16px Georgia, serif; }
.profit-card h3 { margin: 85px 0 15px; font: 25px Georgia, serif; }
.profit-card p { margin: 0; color: var(--paper-dim); font-size: 12px; line-height: 1.65; }

.taste-finder { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); }
.quiz-visual { min-height: 780px; overflow: hidden; }
.quiz-visual img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.quiz-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,8vw,120px); }
.quiz-panel .eyebrow { color: var(--wine); }
.quiz-panel h2 em { color: var(--wine); }
.quiz { margin-top: 48px; min-height: 340px; }
.quiz-progress { display: flex; align-items: center; gap: 20px; margin-bottom: 35px; }
.quiz-progress > span { position: relative; flex: 1; height: 1px; background: rgba(9,7,6,.17); }
.quiz-progress > span::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--progress, 33.33%); background: var(--wine); transition: width .4s; }
.quiz-progress i { font: 10px Georgia, serif; color: #72675d; }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: fadeUp .5s both; }
.quiz-step p { margin: 0 0 18px; font: 21px Georgia, serif; }
.quiz-step button { display: block; width: 100%; padding: 17px 0; border: 0; border-bottom: 1px solid rgba(9,7,6,.15); background: none; color: var(--ink); text-align: left; cursor: pointer; transition: padding .25s, color .25s; }
.quiz-step button:hover { padding-left: 13px; color: var(--wine); }
.quiz-result { display: none; }
.quiz-result.active { display: block; animation: fadeUp .6s both; }
.quiz-result > span { color: var(--wine); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.quiz-result h3 { margin: 15px 0; font: 29px Georgia, serif; }
.quiz-result p { color: #655b52; font: 15px/1.65 Georgia, serif; }
.quiz-result .button { margin-top: 12px; background: var(--ink); color: var(--paper); }
.quiz-restart { margin-left: 18px; border: 0; background: none; color: #655b52; cursor: pointer; font-size: 9px; text-decoration: underline; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; background: #080605; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--paper-dim); font: 16px/1.7 Georgia, serif; }
.instagram-link { display: inline-flex; gap: 20px; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .11em; }
.enquiry-form { padding-top: 40px; }
.enquiry-form label { display: block; margin-bottom: 27px; }
.enquiry-form label > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(233,225,212,.2); border-radius: 0; outline: none; background: transparent; color: var(--paper); font: 17px Georgia, serif; }
.enquiry-form select option { color: var(--ink); }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); }
.form-note { color: #6d6258; font-size: 9px; }

footer { padding: 60px var(--pad) 35px; overflow: hidden; background: var(--paper); color: var(--ink); }
.footer-mark { margin-left: -.04em; font: 400 clamp(110px, 22vw, 330px)/.76 Georgia, serif; letter-spacing: -.09em; }
.footer-row { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(9,7,6,.18); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-row div { display: flex; gap: 30px; justify-content: center; }
.footer-row p:last-child { text-align: right; }

.toast { position: fixed; right: 25px; bottom: 25px; z-index: 120; display: grid; gap: 7px; width: min(370px, calc(100vw - 50px)); padding: 22px; background: var(--paper); color: var(--ink); transform: translateY(140%); transition: transform .5s cubic-bezier(.2,.8,.2,1); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.toast.show { transform: translateY(0); }
.toast strong { font: 21px Georgia, serif; }
.toast span { color: #645a50; font-size: 11px; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes scan { from { transform: translateX(-100%); } to { transform: translateX(220%); } }
@keyframes loadLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes bottlePour { 0% { transform: translate(55px,-40px) rotate(-9deg); opacity: 0; } 22%,82% { transform: translate(0,0) rotate(0); opacity: 1; } 100% { transform: translate(36px,-20px) rotate(-5deg); opacity: 0; } }
@keyframes pourStream { 0% { stroke-dashoffset: 210; } 18%,80% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -210; } }
@keyframes fillGlass { 0%,12% { transform: translateY(76px); } 86%,100% { transform: translateY(0); } }
@keyframes glassGlint { 0% { opacity: .2; } 28%,100% { opacity: 1; } }
@keyframes dialogIn { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes liquidMove { from { transform: rotate(-2deg) translateX(-2%); } to { transform: rotate(3deg) translateX(3%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .nav-cta { display: none; }
  .desktop-nav { position: fixed; z-index: 1; inset: 0; display: flex; height: 100dvh; padding: 108px 24px 36px; flex-direction: column; justify-content: flex-start; gap: 0; overflow-y: auto; background: #080605; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-16px); transition: opacity .38s ease, visibility .38s ease, transform .5s cubic-bezier(.2,.75,.2,1); }
  .desktop-nav a { display: flex; align-items: center; width: 100%; min-height: 84px; border-bottom: 1px solid rgba(233,225,212,.16); font: 34px/1 Georgia, serif; letter-spacing: -.02em; text-transform: none; transform: translateY(15px); opacity: 0; transition: color .25s, opacity .4s ease, transform .5s cubic-bezier(.2,.75,.2,1); -webkit-tap-highlight-color: transparent; }
  .desktop-nav a::before { width: 40px; flex: 0 0 40px; color: var(--gold); font: 9px/1 Arial, sans-serif; letter-spacing: .16em; }
  .desktop-nav a:nth-child(1)::before { content: "01"; }
  .desktop-nav a:nth-child(2)::before { content: "02"; }
  .desktop-nav a:nth-child(3)::before { content: "03"; }
  .desktop-nav a:nth-child(4)::before { content: "04"; }
  .desktop-nav a::after { display: none; }
  .menu-toggle { display: block; width: 48px; height: 48px; color: white; cursor: pointer; -webkit-tap-highlight-color: transparent; }
  .menu-open .desktop-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .menu-open .desktop-nav a { opacity: 1; transform: none; }
  .menu-open .desktop-nav a:nth-child(2) { transition-delay: .04s; }
  .menu-open .desktop-nav a:nth-child(3) { transition-delay: .08s; }
  .menu-open .desktop-nav a:nth-child(4) { transition-delay: .12s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 680px; }
  .hero-image img { object-position: 45% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(5,4,3,.9), rgba(5,4,3,.2)), linear-gradient(0deg, rgba(5,4,3,.75), transparent 60%); }
  .hero-content { top: 52%; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(66px, 19vw, 110px); }
  .hero h1 em, .hero-line, .hero-actions { margin-left: 0; padding-left: 0; }
  .hero h1 em { margin-left: 8%; }
  .hero-line { max-width: 320px; }
  .hero-note { display: none; }
  .scroll-cue { left: 24px; transform: none; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .intro-grid, .section-heading, .cellar-head, .profit-intro, .contact { grid-template-columns: 1fr; }
  .intro-grid { gap: 55px; }
  .stats strong { font-size: 30px; }
  .portrait-chapter { grid-template-columns: 1fr; }
  .portrait-frame { min-height: 620px; }
  .profession-card { padding: 80px var(--pad); }
  .service-item { grid-template-columns: 36px 1fr 45px; }
  .service-tag { display: none; }
  .wine-card-large a { display: block; }
  .featured-wines { grid-template-columns: repeat(2,1fr); }
  .featured-wines .wine-card, .featured-wines .wine-card:nth-child(-n+2) { grid-column: span 1; }
  .journey { grid-template-columns: 1fr; }
  .map { min-height: 500px; }
  .profit-grid { grid-template-columns: repeat(2, 1fr); }
  .taste-finder { grid-template-columns: 1fr; }
  .quiz-visual { min-height: 520px; }
  .quiz-panel { padding: 80px var(--pad); }
  .library-card, .library-card:nth-child(8n+1), .library-card:nth-child(8n+2), .library-card:nth-child(8n+5), .library-card:nth-child(8n+6) { grid-column: span 6; }
  .library-card:nth-child(8n+1) .library-image, .library-card:nth-child(8n+5) .library-image { aspect-ratio: 4/5; }
  .wine-dialog[open] { grid-template-columns: .85fr 1.15fr; }
  .dialog-image { min-height: 590px; }
}

@media (max-width: 600px) {
  :root { --pad: 20px; }
  .brand-copy { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-line { margin: 27px 0; }
  .intro-copy { margin: 58px 0 70px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .portrait-frame { min-height: 500px; }
  .profession-card h2 { font-size: 40px; }
  .section-heading { gap: 35px; }
  .service-item { align-items: start; gap: 14px; }
  .service-item h3 { font-size: 24px; }
  .circle-button { width: 38px; height: 38px; }
  .quote-break { min-height: 760px; }
  .wine-grid { grid-template-columns: 1fr; gap: 55px; }
  .featured-wines { grid-template-columns: 1fr; }
  .wine-card-large { grid-column: auto; }
  .wine-card-large a { display: block; }
  .wine-card-large .wine-image { aspect-ratio: 4/5; }
  .wine-info h3 { font-size: 27px; }
  .journey { min-height: auto; }
  .map { min-height: 450px; margin-inline: -10px; }
  .place-card { left: 0; bottom: 0; }
  .profit-grid { grid-template-columns: 1fr; }
  .profit-card { min-height: 230px; }
  .profit-card h3 { margin-top: 50px; }
  .quiz-visual { min-height: 420px; }
  .contact { gap: 45px; }
  .footer-row { grid-template-columns: 1fr; }
  .footer-row div { justify-content: flex-start; }
  .footer-row p:last-child { text-align: left; }
  .cursor-glow { display: none; }
  .wine-dialog { width: calc(100vw - 32px); max-height: min(78dvh, 680px); overflow-x: hidden; overflow-y: auto; }
  .wine-dialog[open] { display: block; }
  .dialog-image { min-height: 0; height: min(29dvh, 230px); padding: 8px; background: rgba(5,4,3,.68); }
  .dialog-image img { object-fit: contain; object-position: center; }
  .dialog-content { padding: 21px 20px 26px; }
  .dialog-kicker { font-size: 8px; }
  .dialog-content h2 { margin: 10px 0 15px; font-size: 30px; line-height: 1.02; }
  .dialog-story { margin-bottom: 17px; font-size: 13px; line-height: 1.5; }
  .tasting-row { grid-template-columns: 70px 1fr; gap: 12px; padding: 11px 0; }
  .tasting-row strong { font-size: 12px; line-height: 1.42; }
  .dialog-source { width: 100%; min-height: 46px; margin-top: 16px; padding-inline: 14px; }
  .dialog-close { top: 10px; right: 10px; width: 40px; height: 40px; background: rgba(8,6,5,.72); -webkit-tap-highlight-color: transparent; }
  .cellar-hero { min-height: 780px; }
  .cellar-hero-image img { object-position: 57% center; }
  .cellar-hero-copy { width: 100%; padding-top: 150px; }
  .cellar-hero-copy h1 { font-size: 27vw; }
  .cellar-hero-copy > p:last-child { margin-left: 0; }
  .cellar-hero-count { right: 20px; bottom: 30px; }
  .cellar-hero-count strong { font-size: 45px; }
  .library-bar { align-items: flex-start; flex-direction: column; gap: 18px; }
  .library-grid { grid-template-columns: 1fr; }
  .library-card, .library-card:nth-child(8n+1), .library-card:nth-child(8n+2), .library-card:nth-child(8n+5), .library-card:nth-child(8n+6) { grid-column: span 1; }
  .instagram-discovery { padding-inline: 15px; }
}

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