:root {
  --pink: #ed168a;
  --pink-ink: #c20b68;
  --lemon: #ffdf3d;
  --ink: #171117;
  --paper: #fff;
  --muted: #655c61;
  --error: #aa2140;
  --heading: 'Archivo Black', Impact, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --gutter: clamp(24px, 4.445vw, 80px);
  --header-height: 112px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
body, button, input, select, textarea { font-family: var(--body); }
button, input, select, textarea { font-size: 16px; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-underline-offset: 5px; }
button { border: 0; }
a, button { touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.booking a:focus-visible, .booking-copy :focus-visible { outline-color: var(--lemon); }
.booking-card a:focus-visible { outline-color: var(--ink); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--pink-ink); outline-offset: 2px; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2 { font-family: var(--heading); font-weight: 400; }
h2 { font-size: clamp(40px, 4.445vw, 64px); line-height: .99; letter-spacing: -.025em; }
h3 { font-weight: 800; line-height: 1.2; }
p { line-height: 1.5; }
::selection { color: var(--ink); background: var(--lemon); }
.container { width: min(calc(100% - var(--gutter) * 2), 1568px); margin-inline: auto; }
.icon { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; vertical-align: middle; fill: currentColor; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; background: var(--lemon); padding: 14px 20px; transform: translateY(-160%); border-radius: 6px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; }
.pink-text { color: var(--pink-ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 26px; border-radius: 50px; text-decoration: none; font-size: 15px; line-height: 1.2; font-weight: 800; letter-spacing: .025em; transition: transform 220ms var(--ease), background-color 220ms, color 220ms; }
.button .icon { width: 20px; height: 20px; transition: transform 220ms var(--ease); }
.button-lemon { color: var(--ink); background: var(--lemon); }
.button-ink { color: var(--paper); background: var(--ink); }
.button-ink .icon { color: var(--lemon); }
.button-outline { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button:active { transform: translateY(1px); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; text-decoration-thickness: 1px; }
.text-link .icon { width: 18px; height: 18px; transition: transform 220ms var(--ease); }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); }
.header-inner { height: var(--header-height); display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr); align-items: center; gap: 28px; }
.brand { display: flex; width: fit-content; gap: 15px; align-items: center; text-decoration: none; }
.brand img { width: 83px; height: 84px; object-fit: contain; }
.brand span { font-family: var(--heading); font-size: 17px; line-height: 1.1; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; }
.desktop-nav a { position: relative; font-size: 16px; font-weight: 700; padding-block: 15px; text-decoration: none; }
.desktop-nav a::after { content: ''; position: absolute; height: 2px; bottom: 7px; left: 0; right: 0; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform 200ms var(--ease); }
.desktop-nav a[aria-current='location']::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.header-book { font-size: 16px; font-weight: 700; letter-spacing: 0; padding: 17px 25px; }
.header-book .icon { width: 18px; height: 18px; }
.mobile-book, .menu-toggle, .menu-close-icon { display: none; }
.mobile-menu { position: fixed; inset: 0; padding: calc(var(--header-height) + 42px) 24px max(38px, env(safe-area-inset-bottom)); margin: 0; width: 100%; max-width: none; height: 100dvh; max-height: none; border: 0; color: var(--ink); background: var(--pink); }
.mobile-menu[open] { display: flex; flex-direction: column; }
.mobile-menu::backdrop { background: transparent; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 22px; }
.mobile-menu nav a { font-family: var(--heading); font-size: clamp(28px, 8.72vw, 42px); color: var(--lemon); text-decoration: none; line-height: 1.2; }
.mobile-menu-contact { margin-top: auto; padding-top: 40px; display: grid; gap: 18px; font-size: 16px; }
.mobile-menu-contact .eyebrow { font-size: 11px; }
.menu-dialog-header { position: absolute; top: 0; left: 0; right: 0; height: var(--header-height); background: var(--paper); padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.menu-dialog-close { display: grid; place-items: center; width: 32px; height: 44px; padding: 0; background: transparent; }
.menu-dialog-close .icon { width: 28px; height: 28px; }
.hero { background: var(--pink); }
.hero-inner { min-height: 760px; padding-block: 56px; display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr); align-items: center; gap: 36px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.hero h1 { color: var(--lemon); font-size: clamp(43px, 6.875vw, 88px); letter-spacing: -.028em; line-height: .97; }
.hero-intro { font-size: 20px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions .text-link { font-size: 16px; }
.hero-photo { overflow: hidden; height: clamp(570px, 44.445vw, 760px); border-radius: 50% 50% 36px 36px; background: var(--lemon); animation: product-arrive 950ms var(--ease) both; }
.hero-photo img { width: 100%; height: 100%; object-fit: contain; }
.offering-ribbon { background: var(--lemon); font-family: var(--heading); }
.ribbon-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; font-size: clamp(15px, 1.39vw, 23px); white-space: nowrap; }
.ribbon-inner .icon { width: 24px; height: 24px; color: var(--pink); }
.ribbon-mobile { display: none; }
.section { padding-block: 88px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 90px; align-items: end; margin-bottom: 48px; }
.section-intro .eyebrow { margin-bottom: 16px; }
.section-intro > p { max-width: 570px; font-size: 19px; }
.drinks-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.16fr); gap: 64px; }
.drink-photo { min-height: 480px; border-radius: 28px; overflow: hidden; }
.drink-photo img { width: 100%; height: 100%; aspect-ratio: 1.0625; object-fit: cover; }
.offering-list { display: flex; flex-direction: column; justify-content: space-between; }
.offering-list li { display: flex; align-items: flex-start; gap: 22px; border-bottom: 1px solid var(--ink); padding-block: 20px; }
.offering-list h3 { font-size: clamp(22px, 1.95vw, 28px); }
.offering-list p { margin-top: 10px; font-size: 16px; line-height: 1.4; }
.offering-number { color: var(--pink-ink); font-size: 13px; font-weight: 700; padding-top: 4px; }
.events { background: var(--lemon); padding-block: 80px; }
.events-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; align-items: center; }
.event-copy { display: flex; align-items: flex-start; flex-direction: column; gap: 25px; }
.event-copy > p:not(.eyebrow) { font-size: 19px; line-height: 1.45; max-width: 625px; }
.event-copy .button { padding: 18px 24px; font-size: 13px; }
.event-types li { display: flex; align-items: center; gap: 19px; padding-block: 18px; border-bottom: 1px solid #17111740; font-size: 22px; font-weight: 700; }
.event-types .icon { color: var(--pink-ink); width: 25px; height: 25px; }
.local-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.067fr); gap: 72px; align-items: center; }
.setup-photo { height: 390px; border-radius: 24px; overflow: hidden; }
.setup-photo img { height: 100%; width: 100%; object-fit: cover; }
.local-copy { display: flex; align-items: flex-start; flex-direction: column; gap: 23px; }
.local-copy h2 { font-size: clamp(35px, 3.542vw, 51px); letter-spacing: -.024em; }
.local-copy > p:not(.eyebrow):not(.social-handle) { font-size: 19px; }
.local-copy .text-link { font-size: 17px; }
.local-copy .social-handle { font-size: 15px; }
.booking { background: var(--ink); color: var(--paper); padding-block: 84px; }
.booking-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.booking-copy { display: flex; flex-direction: column; gap: 26px; }
.booking-copy .eyebrow { color: var(--lemon); }
.booking-copy h2 { color: var(--pink); font-size: clamp(44px, 4.8vw, 69px); line-height: 1; }
.booking-copy > p:not(.eyebrow) { font-size: 19px; max-width: 590px; }
.direct-email { display: grid; gap: 22px; }
.direct-email .eyebrow { font-size: 12px; letter-spacing: .1em; }
.direct-email a { width: fit-content; max-width: 100%; overflow-wrap: anywhere; font-size: 20px; }
.booking-card { padding: 32px; background: var(--paper); color: var(--ink); border-radius: 24px; min-width: 0; }
#event-form { display: flex; flex-direction: column; gap: 23px; }
.booking-card h3 { font-size: 26px; }
.field { display: grid; gap: 8px; min-width: 0; }
label { font-size: 14px; font-weight: 700; line-height: 1.4; }
.optional { font-weight: 400; }
input, select, textarea { display: block; width: 100%; min-width: 0; max-width: 100%; border-radius: 8px; border: 1px solid #cfc7cc; background: var(--paper); color: var(--ink); padding: 13px 15px; line-height: 1.3; transition: border-color 200ms, outline-color 200ms; }
input, select { min-height: 48px; }
input[type='date'] { min-width: 0; -webkit-appearance: none; appearance: none; }
input[type='date']::-webkit-date-and-time-value { text-align: left; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
textarea { resize: vertical; min-height: 86px; }
select { appearance: none; padding-right: 44px; }
select:has(option[value='']:checked) { color: var(--muted); }
.select-wrap { position: relative; }
.select-wrap > .icon { position: absolute; right: 14px; top: 15px; width: 18px; height: 18px; pointer-events: none; }
[aria-invalid='true'] { border: 2px solid var(--error); padding: 12px 14px; }
.field-error { font-size: 13px; color: var(--error); }
.form-error-summary { border-left: 3px solid var(--error); color: var(--error); background: #fff1f5; padding: 12px; font-size: 14px; }
.form-submit { width: 100%; font-size: 14px; padding: 18px; }
.form-note { color: var(--muted); font-size: 13px; line-height: 1.4; }
.draft-state { display: flex; flex-direction: column; gap: 22px; }
.draft-icon { width: 40px; height: 40px; color: var(--pink-ink); }
.draft-state h3 { font-size: 28px; }
.draft-state h3:focus { outline: none; }
.draft-fallback { font-size: 14px; }
.draft-fallback a { display: inline-block; padding-top: 10px; overflow-wrap: anywhere; max-width: 100%; font-weight: 700; }
.draft-state .button { width: 100%; padding: 17px 20px; font-size: 14px; }
#copy-status:empty { display: none; }
#manual-copy label { display: block; margin-bottom: 8px; }
.nojs-email { overflow-wrap: anywhere; display: block; margin-top: 20px; }
noscript p { margin-top: 20px; }
.site-footer { padding-block: 24px; }
.footer-inner { display: flex; align-items: center; gap: 30px; }
.site-footer img { width: 70px; height: 72px; object-fit: contain; }
.footer-details { flex: 1; min-width: 0; display: grid; gap: 7px; }
.footer-details p { font-size: 14px; font-weight: 700; }
.footer-details a { font-size: 13px; width: fit-content; max-width: 100%; overflow-wrap: anywhere; }
.footer-top { font-size: 14px; }
.reveal.is-pending { opacity: 0; }
.drink-photo.is-pending, .setup-photo.is-pending { transform: translateY(18px); }
.offering-list .is-pending { transform: translateX(12px); }
.reveal { transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
@keyframes product-arrive { from { opacity: 0; transform: translateY(22px) rotate(1.5deg); } to { opacity: 1; transform: none; } }
@media (hover: hover) {
  .button:hover { transform: translateY(-3px); }
  .button:hover .icon, .text-link:hover .icon { transform: translate(2px, -2px); }
  .button-outline:hover { background: var(--lemon); }
  .desktop-nav a:hover::after { transform: scaleX(1); }
}
@media (max-width: 1100px) {
  :root { --header-height: 96px; }
  .header-inner { grid-template-columns: 1fr auto 1fr; gap: 22px; }
  .brand { gap: 8px; }
  .brand img { width: 64px; height: 65px; }
  .brand span { font-size: 13px; }
  .desktop-nav { gap: 22px; }
  .header-book { font-size: 14px; padding: 16px 18px; }
  .hero-inner { min-height: 650px; padding-block: 48px; gap: 28px; }
  .hero-copy { gap: 24px; }
  .hero h1 { font-size: 6.112vw; }
  .hero-photo { height: 545px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .1em; }
  .hero-intro { font-size: 18px; }
  .hero-actions { gap: 20px; flex-wrap: wrap; }
  .hero-actions .button { font-size: 13px; padding: 18px 23px; }
  .hero-actions .text-link { font-size: 14px; }
  .ribbon-inner { gap: 12px; font-size: 13px; }
  .ribbon-inner .icon { width: 18px; height: 18px; }
  .section-intro, .drinks-grid, .events-grid, .local-grid, .booking-grid { gap: 38px; }
  .section-intro > p, .event-copy > p:not(.eyebrow), .local-copy > p:not(.eyebrow):not(.social-handle), .booking-copy > p:not(.eyebrow) { font-size: 17px; }
  .event-copy .button { padding: 18px; font-size: 11px; }
  .local-copy h2 { font-size: 35px; }
  .booking-card { padding: 24px; }
  .booking-card h3 { font-size: 24px; }
}
@media (max-width: 800px) {
  :root { --header-height: 88px; --gutter: 24px; }
  .header-inner { width: calc(100% - 40px); display: flex; justify-content: space-between; gap: 12px; }
  .brand { gap: 8px; }
  .brand img { width: 58px; height: 59px; }
  .brand span { font-size: 12px; }
  .desktop-nav, .header-book { display: none; }
  .mobile-book { display: inline-flex; font-size: 13px; font-weight: 800; white-space: nowrap; min-height: 44px; }
  .menu-toggle { background: none; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; }
  .menu-dialog-close { width: 44px; }
  .text-link, .direct-email a, .footer-details a, .draft-fallback a, .mobile-menu a { min-height: 44px; align-content: center; }
  .direct-email a, .footer-details a, .draft-fallback a, .mobile-menu-contact > a { display: flex; align-items: center; }
  .menu-toggle .icon { width: 28px; height: 28px; }
  .menu-is-open .menu-close-icon { display: block; }
  .menu-is-open .menu-open-icon { display: none; }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; padding-block: 40px 32px; gap: 32px; }
  .hero-copy { gap: 22px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(39px, 11.027vw, 79px); }
  .hero-intro { font-size: 16px; max-width: 460px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .desktop-break { display: none; }
  .hero-photo { width: 100%; max-width: 560px; justify-self: center; height: auto; aspect-ratio: 342 / 425; border-radius: 50% 50% 26px 26px; }
  .ribbon-inner { display: none; }
  .ribbon-mobile { display: flex; align-items: center; justify-content: center; gap: 18px; height: 56px; font-size: 16px; }
  .ribbon-mobile .icon { width: 18px; height: 18px; color: var(--pink); }
  .section { padding-block: 52px; }
  .section-intro, .drinks-grid, .events-grid, .local-grid, .booking-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-intro { align-items: start; gap: 24px; margin-bottom: 28px; }
  h2 { font-size: clamp(36px, 10.257vw, 60px); }
  .eyebrow { font-size: 11px; }
  .section-intro > p, .event-copy > p:not(.eyebrow), .local-copy > p:not(.eyebrow):not(.social-handle), .booking-copy > p:not(.eyebrow) { font-size: 16px; }
  .drinks-grid { gap: 30px; }
  .drink-photo { min-height: 0; height: 360px; border-radius: 20px; }
  .drink-photo img { aspect-ratio: auto; }
  .offering-list h3 { font-size: 21px; }
  .offering-list p { font-size: 14px; }
  .event-copy { gap: 22px; }
  .event-copy .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .event-copy .button { padding: 17px 20px; gap: 10px; font-size: 11px; }
  .event-types li { font-size: 19px; }
  .setup-photo { height: 240px; border-radius: 20px; }
  .local-copy { gap: 22px; }
  .local-copy h2 { font-size: clamp(32px, 9.487vw, 56px); }
  .local-copy .text-link { font-size: 15px; }
  .local-copy .social-handle { font-size: 13px; }
  .booking-grid { gap: 30px; }
  .booking-copy { gap: 22px; }
  .booking-copy .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .booking-copy h2 { font-size: clamp(40px, 11.283vw, 68px); }
  .direct-email a { font-size: 16px; }
  .booking-card { padding: 20px; border-radius: 20px; }
  #event-form { gap: 21px; }
  .booking-card h3 { font-size: 22px; }
  .form-submit { font-size: 12px; }
  .footer-inner { gap: 18px; }
  .site-footer img { width: 50px; height: 51px; }
  .footer-details p, .footer-details a { font-size: 11px; }
  .footer-top { display: none; }
}
@media (min-width: 540px) and (max-width: 800px) {
  .hero-inner, .section .container { max-width: 620px; }
  .hero-photo { max-width: 480px; }
  .drink-photo, .setup-photo { height: 420px; }
  .booking-card { padding: 32px; }
}
@media (max-width: 360px) {
  .header-actions { gap: 8px; }
  .brand span { font-size: 10px; }
  .brand img { width: 46px; height: 47px; }
  .mobile-book { font-size: 12px; }
  .hero h1 { font-size: 36px; }
  .ribbon-mobile { font-size: 13px; gap: 12px; }
  .event-copy .button { padding: 16px; font-size: 10px; }
  .booking-copy h2 { font-size: 37px; }
  .booking-card { padding: 18px; }
  .direct-email a { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-pending { opacity: 1; transform: none; }
}
