:root {
  --ink: #101820;
  --navy: #091820;
  --navy-soft: #14262e;
  --copper: #9e542c;
  --gold: #c47a2c;
  --gold-light: #d99b54;
  --cream: #f3efe6;
  --paper: #e9e1d2;
  --mist: #9dadac;
  --rule: rgba(16, 24, 32, 0.17);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 10; height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-size: 1.14rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; }
.brand-mark span { width: 11px; height: 15px; border: 1.5px solid var(--gold); border-top: 0; border-radius: 0 0 6px 6px; transform: translateY(-1px); }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: .82rem; font-weight: 700; letter-spacing: .08em; }
nav a { text-decoration: none; transition: color .2s; }
nav a:hover { color: var(--gold); }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.menu-button { display: none; color: white; background: none; border: 0; font: inherit; }

.hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; color: white; background: var(--navy); display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(100deg, #07141f 0%, rgba(7,20,31,.75) 42%, rgba(7,20,31,.1) 78%), url("assets/whisky-friends-hero.png") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,12,17,.18), rgba(3,12,17,.05) 60%, rgba(3,12,17,.62)); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 83vw); margin-left: clamp(24px, 8vw, 124px); padding-top: 55px; }
.eyebrow, .section-kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .18em; font-size: .71rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #e9d8bf; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 28px; font-family: var(--display); font-weight: 500; font-size: clamp(4rem, 8.4vw, 8.3rem); line-height: .83; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 570px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; gap: 24px; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .035em; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: var(--gold-light); }
.text-link { text-underline-offset: 6px; font-size: .83rem; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--gold); }
.table-seal { position: absolute; z-index: 2; right: clamp(28px, 7vw, 105px); bottom: clamp(70px, 11vh, 128px); width: 148px; height: 148px; display: grid; place-items: center; border: 1px solid rgba(240,179,92,.6); border-radius: 50%; color: var(--gold); }
.table-seal .seal-copy { position: absolute; inset: 10px; font-size: .53rem; letter-spacing: .15em; text-align: center; border: 1px dashed rgba(240,179,92,.34); border-radius: 50%; padding-top: 8px; }
.table-seal strong { font-family: var(--display); font-size: 3.2rem; font-weight: 400; line-height: 1; }
.table-seal small { position: absolute; top: 87px; font-weight: 800; font-size: .65rem; text-transform: uppercase; }
.scroll-note { position: absolute; z-index: 2; left: clamp(24px, 5vw, 76px); bottom: 22px; margin: 0; color: rgba(255,255,255,.5); font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }

.manifesto { padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 150px minmax(0, 1.4fr) minmax(260px, .7fr); gap: clamp(30px, 6vw, 96px); align-items: start; }
.section-kicker { color: var(--copper); }
.section-kicker.light { color: var(--gold); }
.manifesto h2, .gatherings h2, .cellar h2, .join h2 { font-family: var(--display); font-size: clamp(2.8rem, 5.2vw, 5.7rem); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.manifesto-copy > p { max-width: 580px; margin: 34px 0 0 auto; font-size: 1.08rem; color: #485158; }
blockquote { margin: 42px 0 0; padding-top: 20px; border-top: 1px solid var(--rule); font-family: var(--display); color: #3b464b; }
blockquote p { font-size: 1.35rem; line-height: 1.42; }
blockquote cite { font-family: var(--sans); font-style: normal; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; color: #8a6a50; }

.flavour { background: var(--navy); color: white; padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 124px); }
.flavour-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 65px; }
.flavour h2 { max-width: 820px; margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.05em; }
.flavour-head > p { max-width: 320px; color: var(--mist); }
.tasting-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.taste-card { position: relative; min-height: 430px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); outline: none; overflow: hidden; }
.taste-card:last-child { border-right: 0; }
.taste-card:focus-visible { box-shadow: inset 0 0 0 2px var(--gold); }
.taste-no { color: #77909b; font-size: .75rem; }
.taste-orbit { width: min(230px, 70%); aspect-ratio: 1; margin: 24px auto 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; display: grid; place-items: center; transition: transform .5s, border-color .5s; }
.taste-card:hover .taste-orbit, .taste-card:focus .taste-orbit { transform: rotate(7deg) scale(1.04); border-color: rgba(240,179,92,.6); }
.drop { display: block; width: 92px; height: 122px; background: radial-gradient(circle at 35% 28%, #ffd690, #c57827 42%, #5e260f); border-radius: 70% 45% 64% 48% / 65% 52% 72% 48%; transform: rotate(8deg); box-shadow: 0 20px 55px rgba(216,144,61,.23); }
.spice { filter: hue-rotate(-12deg) saturate(1.3); transform: rotate(-11deg) scale(.92); }
.smoke { filter: saturate(.65) brightness(.7); transform: rotate(24deg) scale(.82); }
.taste-card h3 { margin-bottom: 4px; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.taste-card p { color: #8fa3aa; font-size: .79rem; text-transform: uppercase; letter-spacing: .09em; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.story { padding: clamp(80px, 11vw, 150px) clamp(24px, 8vw, 124px); display: grid; grid-template-columns: minmax(280px, .85fr) minmax(360px, 1fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.story-portrait { aspect-ratio: 4 / 5; border-radius: 18px; background: linear-gradient(155deg, #d7ceb9, #a98a5c 55%, #6b4a2c), url("assets/whisky-friends-hero.png") center/cover no-repeat; background-blend-mode: luminosity; }
.story-copy h2 { margin: 0 0 26px; font-family: var(--display); font-weight: 500; font-size: clamp(2.4rem, 4.4vw, 4.2rem); line-height: .98; letter-spacing: -.05em; }
.story-copy > p { max-width: 520px; margin: 0 0 20px; color: #485158; font-size: 1.02rem; }
.story-copy .text-link { display: inline-flex; align-items: center; margin-top: 12px; }

.marquee { overflow: hidden; padding: 22px 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.marquee-track { display: flex; width: max-content; gap: 14px; animation: marquee-scroll 32s linear infinite; font-family: var(--display); font-size: clamp(1.1rem, 2.2vw, 1.6rem); color: var(--copper); white-space: nowrap; }
.marquee-track span:nth-child(2n) { color: #8a7a5f; font-family: var(--sans); font-size: 1rem; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.testimonials { padding: clamp(90px, 12vw, 160px) clamp(24px, 8vw, 124px); background: var(--navy); color: white; text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 50px 0 0; text-align: left; }
.testimonial-card { margin: 0; padding: 30px 26px; background: var(--navy-soft); border-radius: 16px; border: 1px solid rgba(255,255,255,.08); }
.testimonial-card p { font-family: var(--display); font-size: 1.18rem; line-height: 1.45; color: #eef1f1; }
.testimonial-card cite { display: block; margin-top: 18px; font-style: normal; font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; color: var(--gold-light); }
.testimonial-note { margin: 26px auto 0; max-width: 480px; color: #6f838a; font-size: .78rem; }

.gatherings { padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 124px); }
.gatherings-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1fr); gap: clamp(55px, 9vw, 140px); }
.gatherings-intro > p { max-width: 440px; color: #5d6569; }
.event-card { position: relative; display: grid; grid-template-columns: 106px 1fr 34px; gap: 24px; padding: 28px 0; border-top: 1px solid var(--rule); align-items: start; }
.event-card:last-child { border-bottom: 1px solid var(--rule); }
.date-badge strong, .date-badge span { display: block; }
.date-badge strong { color: var(--copper); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.date-badge span { color: #7a8285; font-size: .75rem; }
.event-type { margin-bottom: 4px; color: var(--copper); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.event-card h3 { margin-bottom: 7px; font-family: var(--display); font-size: 1.65rem; font-weight: 600; }
.event-card div > p:last-child { margin-bottom: 0; color: #6d7578; font-size: .9rem; }
.event-arrow { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #a8a29a; border-radius: 50%; transition: background .2s, color .2s; }
.event-card:hover .event-arrow { background: var(--copper); border-color: var(--copper); }
.event-card.muted { opacity: .66; }

.cellar { background: #102630; color: white; padding: clamp(90px, 11vw, 150px) clamp(24px, 8vw, 124px) 0; overflow: hidden; }
.cellar-top { display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; }
.cellar-copy { align-self: end; color: #b2bfc1; max-width: 410px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(240,179,92,.12); }
.bottle-shelf { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 80px auto 0; padding: 0 30px; }
.shelf-card { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: end; position: relative; z-index: 1; }
.shelf-card p { margin: 18px 0 1px; font-family: var(--display); font-size: 1.4rem; }
.shelf-card small { color: #84999f; text-transform: uppercase; letter-spacing: .1em; }
.bottle { position: relative; display: block; width: 92px; height: 250px; border-radius: 20px 20px 13px 13px; background: linear-gradient(90deg, #151d1b, #314338 34%, #101a18 82%); box-shadow: -18px 28px 50px rgba(0,0,0,.3), inset 9px 0 12px rgba(255,255,255,.05); }
.bottle::before { content: ""; position: absolute; width: 37px; height: 71px; left: 27px; top: -62px; background: linear-gradient(90deg, #1d2924, #435247 45%, #111b18); border-radius: 5px 5px 0 0; }
.bottle::after { content: "DV"; position: absolute; inset: 92px 8px 50px; display: grid; place-items: center; border: 1px solid #c79a55; background: #ddcfb5; color: #263236; font-family: var(--display); font-size: 1.65rem; }
.bottle-two { transform: scale(.92); filter: hue-rotate(8deg); }
.bottle-three { transform: scale(1.04); filter: brightness(.78) saturate(.8); }
.shelf-line { position: absolute; left: -10vw; right: -10vw; bottom: 76px; height: 18px; background: #081920; box-shadow: 0 18px 45px rgba(0,0,0,.45); }

.join { position: relative; padding: clamp(100px, 13vw, 190px) 24px; text-align: center; overflow: hidden; }
.join-ring { position: absolute; width: min(670px, 88vw); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(216,144,61,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(216,144,61,.025), 0 0 0 140px rgba(216,144,61,.025); pointer-events: none; }
.join > *:not(.join-ring) { position: relative; z-index: 1; }
.join h2 { margin-bottom: 25px; }
.join > p:not(.section-kicker) { max-width: 520px; margin: 0 auto 34px; color: #596165; }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--navy-soft); }

footer { padding: clamp(60px, 8vw, 96px) clamp(24px, 5vw, 76px) 28px; background: var(--navy); color: white; border-top: 1px solid rgba(255,255,255,.1); }
footer p { margin: 0; color: #80949b; font-size: .75rem; }
footer a { text-decoration: none; }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand-block p { margin-top: 10px; }
.footer-brand { font-size: 1rem; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: #c3ccce; font-size: .85rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-heading { color: white; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.footer-newsletter p { color: #80949b; font-size: .85rem; margin-bottom: 4px; }
.footer-newsletter .button { margin-top: 6px; align-self: flex-start; }
.soon { opacity: .6; font-size: .78em; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; }

@media (max-width: 900px) {
  .story { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; row-gap: 32px; }
}

@media (max-width: 900px) {
  .manifesto { grid-template-columns: 100px 1fr; }
  .manifesto blockquote { grid-column: 2; }
  .gatherings-layout { grid-template-columns: 1fr; }
  .cellar-top { grid-template-columns: 1fr; gap: 20px; }
  .table-seal { width: 120px; height: 120px; }
  .table-seal strong { font-size: 2.6rem; }
  .table-seal small { top: 72px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; }
  .menu-button { display: flex; align-items: center; gap: 9px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
  .menu-button i, .menu-button i::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; }
  .menu-button i::after { transform: translateY(5px); }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 28px 24px; background: rgba(7,20,29,.97); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .hero { min-height: 720px; align-items: end; padding-bottom: 92px; }
  .hero-image { background-position: 61% center; }
  .hero-copy { margin: 0 24px; padding: 0; width: auto; }
  h1 { font-size: clamp(3.65rem, 18vw, 5.4rem); }
  .hero-intro { max-width: 90%; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .table-seal { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto blockquote { grid-column: 1; }
  .manifesto-copy > p { margin-left: 0; }
  .flavour-head { display: block; }
  .flavour-head > p { margin-top: 25px; }
  .tasting-grid { grid-template-columns: 1fr; }
  .taste-card { min-height: 200px; display: grid; grid-template-columns: 34px 100px 1fr; column-gap: 20px; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .taste-card:last-child { border-bottom: 0; }
  .taste-orbit { width: 90px; margin: 0; grid-row: span 2; }
  .drop { width: 45px; height: 59px; }
  .taste-card h3 { margin: 0; align-self: end; }
  .taste-card p { grid-column: 3; align-self: start; }
  .event-card { grid-template-columns: 84px 1fr; }
  .event-arrow { display: none; }
  .bottle-shelf { gap: 4px; padding: 0; }
  .bottle { width: 61px; height: 170px; }
  .bottle::before { width: 25px; height: 48px; left: 18px; top: -42px; }
  .bottle::after { inset: 63px 6px 32px; font-size: 1rem; }
  .shelf-card { min-height: 290px; }
  .shelf-card p { font-size: 1rem; }
  .shelf-card small { font-size: .54rem; }
  .shelf-line { bottom: 71px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
  .marquee-track { animation-duration: 20s; }
}

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