
:root{
  --ink:#090907;
  --ink-2:#141310;
  --cream:#f0eadf;
  --paper:#fbf8f2;
  --paper-2:#f7f2e9;
  --gold:#a4895f;
  --gold-2:#c9b58f;
  --muted:#746d62;
  --line:#d9cfbf;
  --line-dark:#29261f;
  --danger:#8f332f;
  --radius:20px;
  --shadow:0 24px 90px rgba(0,0,0,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;
}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
body.modal-open{overflow:hidden}
[hidden]{display:none!important}
.skip-link{
  position:fixed;left:10px;top:10px;z-index:120;background:#fff;color:#000;padding:10px 12px;
  border-radius:8px;transform:translateY(-180%);transition:.2s;
}
.skip-link:focus{transform:none}

.intro{
  position:fixed;inset:0;z-index:9999;background:#050504;color:#fff;display:grid;place-items:center;
  transition:opacity .55s ease,visibility .55s ease;
}
.intro.hide{opacity:0;visibility:hidden;pointer-events:none}
.intro-stage{width:min(560px,82vw);text-align:center;position:relative;padding:46px 0 22px}
.intro-orbit{
  position:absolute;width:260px;height:260px;border:1px solid rgba(201,181,143,.18);border-radius:50%;
  left:50%;top:50%;transform:translate(-50%,-50%) scale(.7);opacity:0;
  animation:introOrbit 1.25s .1s cubic-bezier(.2,.8,.2,1) forwards;
}
.intro-mountain{width:100%;height:auto;display:block;margin-bottom:4px}
.intro-mountain path{
  fill:none;stroke:var(--gold-2);stroke-width:1.5;stroke-linecap:round;
  stroke-dasharray:1;stroke-dashoffset:1;animation:drawMountain 1s .12s ease forwards;
}
.intro-logo{
  width:min(340px,75%);display:block;margin:0 auto;opacity:0;transform:translateY(8px);
  animation:introLogo .7s .45s ease forwards;
}
.intro-tag{margin-top:16px;font-size:9px;letter-spacing:.28em;color:#aba497;opacity:0;animation:introTag .5s .78s ease forwards}
@keyframes drawMountain{to{stroke-dashoffset:0}}
@keyframes introLogo{to{opacity:1;transform:none}}
@keyframes introTag{to{opacity:1}}
@keyframes introOrbit{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}

.topbar{
  height:74px;position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;
  padding:9px clamp(16px,4vw,48px);background:rgba(9,9,7,.96);border-bottom:1px solid #24211b;
  backdrop-filter:blur(16px);
}
.brand img{width:142px;height:54px;object-fit:contain;display:block}
.top-actions{display:flex;align-items:center;gap:8px}
.pill-button{
  height:40px;border:1px solid #403b31;background:transparent;color:#f6f0e6;border-radius:999px;
  padding:0 14px;display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.08em;
}
.pill-button:hover{border-color:var(--gold)}
.club-pill{background:#f6f0e6;color:var(--ink);border-color:#f6f0e6}

.hero{
  min-height:610px;position:relative;overflow:hidden;background:var(--ink);color:#fff;
  padding:clamp(68px,10vw,112px) clamp(20px,7vw,100px) 54px;display:grid;align-items:end;
}
.hero-art{position:absolute;inset:auto -7vw 12% -7vw;opacity:.3;pointer-events:none}
.hero-art svg{width:114vw;height:330px}
.hero-art path{fill:none;stroke:var(--gold-2);stroke-width:1}
.hero-copy{position:relative;z-index:2;max-width:900px}
.hero-kicker,.eyebrow{font-size:9px;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}
.hero h1{
  margin:14px 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,9.5vw,118px);
  line-height:.87;font-weight:400;letter-spacing:-.052em;
}
.hero h1 em{font-weight:400;color:var(--gold-2)}
.hero p{margin:0;color:#c6beb0;letter-spacing:.1em;font-size:11px}
.hero-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
.hero-chip{
  padding:10px 13px;border:1px solid #39352d;border-radius:999px;font-size:11px;color:#e9e1d3;
  transition:.2s ease;
}
.hero-chip:hover{background:#fff;color:#000;border-color:#fff}
.hero-side{
  position:absolute;z-index:2;right:clamp(20px,5vw,70px);top:50%;transform:translateY(-50%) rotate(90deg);
  transform-origin:center;display:flex;gap:18px;color:#777066;font-size:8px;letter-spacing:.2em;
}

.signature-strip{
  background:#12110f;color:#fff;border-top:1px solid #2b2822;border-bottom:1px solid #2b2822;
  display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(16px,5vw,70px);
}
.signature-strip article{
  min-height:104px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;
  border-right:1px solid #2b2822;
}
.signature-strip article:last-child{border-right:0}
.signature-index{font-size:9px;letter-spacing:.15em;color:var(--gold)}
.signature-strip strong{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:18px}
.signature-price{font-size:12px;color:#bcb3a4}

.menu-shell{padding:62px clamp(16px,5vw,70px) 88px}
.menu-toolbar{
  max-width:1120px;margin:0 auto 22px;display:flex;justify-content:space-between;align-items:end;gap:24px;
}
.menu-toolbar-copy h2{
  margin:7px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,5vw,58px);font-weight:400;letter-spacing:-.04em;
}
.menu-search{
  width:min(340px,100%);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:10px 2px;
}
.menu-search span{font-size:18px;color:var(--muted)}
.menu-search input{border:0;background:transparent;outline:0;width:100%;color:var(--ink);font-size:13px}
.menu-search input::placeholder{color:#9a9387}

.category-nav-wrap{
  position:sticky;top:74px;z-index:35;background:rgba(251,248,242,.96);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 calc(clamp(16px,5vw,70px) * -1);
  padding:0 clamp(16px,5vw,70px);
}
.category-nav{max-width:1120px;margin:0 auto;display:flex;gap:6px;overflow:auto;padding:10px 0;scrollbar-width:none}
.category-nav::-webkit-scrollbar{display:none}
.category-chip{
  flex:0 0 auto;border:1px solid var(--line);background:transparent;color:#312d27;border-radius:999px;
  padding:9px 13px;font-size:11px;white-space:nowrap;transition:.18s ease;
}
.category-chip.active,.category-chip:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

.search-summary{
  max-width:1120px;margin:22px auto 0;color:var(--muted);font-size:12px;padding:12px 0;border-bottom:1px solid var(--line);
}
.menu-sections{max-width:1120px;margin:0 auto}
.menu-category{
  padding:54px 0 30px;border-bottom:1px solid var(--line);scroll-margin-top:142px;
}
.category-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.category-head h2{
  margin:5px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4.8vw,54px);font-weight:400;letter-spacing:-.035em;
}
.category-count{font-size:9px;letter-spacing:.13em;color:var(--muted)}
.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 54px}
.menu-item{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:15px 0;
  border-bottom:1px solid #e5ddd0;position:relative;
}
.menu-item::before{
  content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:var(--gold);transition:width .22s ease;
}
.menu-item:hover::before{width:100%}
.item-name{font-size:14px;font-weight:700;line-height:1.35}
.item-sub{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.4}
.item-price{font-family:Georgia,'Times New Roman',serif;font-size:17px;white-space:nowrap;color:#2a2722}
.menu-empty{
  padding:80px 0;text-align:center;color:var(--muted);font-family:Georgia,'Times New Roman',serif;font-size:28px;
}

.brand-statement{
  background:var(--paper-2);display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;
  padding:44px clamp(20px,6vw,80px);
}
.brand-statement-rule{height:1px;background:var(--line)}
.brand-statement p{
  margin:0;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(18px,3vw,30px);color:#5b5448;
}

.experience-section{background:var(--cream);padding:88px clamp(16px,5vw,70px) 96px}
.section-head{max-width:1120px;margin:0 auto 36px}
.section-head h2{
  max-width:860px;margin:10px 0 0;font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(38px,5.8vw,66px);font-weight:400;line-height:1.02;letter-spacing:-.04em;
}
.experience-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.experience-card{
  min-height:340px;padding:28px;border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between;
  overflow:hidden;position:relative;
}
.feedback-card{background:#fff;border:1px solid var(--line)}
.club-card{background:var(--ink);color:#fff}
.club-card::after{
  content:"";position:absolute;width:300px;height:300px;border:1px solid #2d2923;border-radius:50%;right:-115px;top:-115px;
}
.card-top{display:flex;align-items:center;justify-content:space-between}
.card-number{font-size:9px;color:var(--gold);letter-spacing:.16em}
.card-icon{
  width:42px;height:42px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;opacity:.6;
}
.experience-card h3{
  margin:0 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:40px;font-weight:400;letter-spacing:-.03em;
}
.experience-card p{margin:0 0 22px;max-width:460px;line-height:1.6;color:var(--muted)}
.club-card p{color:#bcb4a7}
.text-button{
  width:max-content;border:0;border-bottom:1px solid currentColor;background:none;color:inherit;padding:0 0 6px;
  display:flex;align-items:center;gap:28px;font-weight:700;
}

.allergen-note{
  background:var(--paper);padding:36px clamp(20px,6vw,80px);display:flex;align-items:center;justify-content:center;
  gap:18px;text-align:center;border-bottom:1px solid var(--line);
}
.allergen-note p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}

footer{
  background:#050504;color:#fff;padding:48px clamp(18px,5vw,70px) 108px;display:grid;
  grid-template-columns:1.2fr 1fr auto;gap:28px;align-items:center;
}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-brand img{width:140px;height:66px;object-fit:contain}
.footer-brand div{display:flex;flex-direction:column;gap:4px}
.footer-brand strong{font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400}
.footer-brand span,.footer-meta span{font-size:8px;letter-spacing:.15em;color:#918a80}
.footer-meta{display:flex;flex-direction:column;gap:5px}
.footer-actions{display:flex;align-items:center;gap:12px}
.footer-link{border:0;background:none;color:#bdb5a9;text-decoration:underline}
.footer-top{width:42px;height:42px;border:1px solid #332f29;border-radius:50%;display:grid;place-items:center}

.mobile-actions{
  display:none;position:fixed;z-index:60;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));
  background:rgba(9,9,7,.97);border:1px solid #312d27;border-radius:15px;padding:6px;box-shadow:var(--shadow);
}
.mobile-actions button{
  flex:1;border:0;background:transparent;color:#fff;padding:10px 8px;border-radius:10px;display:flex;
  justify-content:center;align-items:center;gap:7px;font-size:11px;
}
.mobile-actions button+button{border-left:1px solid #343029}

.modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.6);backdrop-filter:blur(7px)}
.sheet{
  position:fixed;z-index:90;right:18px;top:18px;bottom:18px;width:min(620px,calc(100vw - 36px));
  background:var(--paper);border-radius:22px;padding:30px;overflow:auto;box-shadow:var(--shadow);
}
.sheet-handle{display:none}
.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px}
.sheet-head h2{
  margin:8px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:38px;line-height:1.04;font-weight:400;letter-spacing:-.03em;
}
.close-button{
  border:1px solid var(--line);background:#fff;width:42px;height:42px;border-radius:50%;font-size:26px;line-height:1;
}
.form{display:grid;gap:18px}
.field{display:grid;gap:7px;font-size:11px;font-weight:800;letter-spacing:.02em}
.field small{font-weight:400;color:var(--muted);letter-spacing:0}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:13px 14px;outline:none;
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(164,137,95,.1)}
.field textarea{min-height:130px;resize:vertical;line-height:1.55}
.two-cols,.birthday-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rating-fieldset{border:0;padding:0;margin:0}
.rating-fieldset legend{font-size:11px;font-weight:800;margin-bottom:9px}
.rating-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.rating-row button{
  height:48px;border:1px solid var(--line);background:#fff;border-radius:12px;font-weight:800;color:var(--muted);
}
.rating-row button.active{background:var(--ink);border-color:var(--ink);color:#fff}
.consent-box{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px;display:grid;gap:12px}
.consent-box>strong{font-size:12px}
.consent-box>small{color:var(--muted);line-height:1.45}
.check-row{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.5}
.check-row input{width:18px;height:18px;margin-top:1px;accent-color:var(--ink);flex:0 0 auto}
.privacy-check{padding:4px 0}
.inline-link{border:0;background:none;text-decoration:underline;padding:0;color:var(--ink);font-weight:800}
.submit-button{
  border:0;background:var(--ink);color:#fff;border-radius:12px;padding:15px 17px;display:flex;
  align-items:center;justify-content:space-between;font-weight:800;
}
.submit-button:disabled{opacity:.55;cursor:wait}
.form-message{padding:12px 14px;border-radius:10px;font-size:11px;line-height:1.5}
.form-message.error{background:#f8e8e6;color:var(--danger)}
.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}
.privacy-copy{display:grid;gap:12px;font-size:12px;line-height:1.75;color:#403b34}
.privacy-copy p{margin:0;padding-bottom:12px;border-bottom:1px solid var(--line)}
.privacy-note{color:var(--muted);font-size:10px}
.success-modal{
  position:fixed;z-index:100;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(420px,calc(100vw - 32px));background:var(--paper);border-radius:22px;padding:34px;text-align:center;box-shadow:var(--shadow);
}
.success-mark{
  width:58px;height:58px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:24px;
}
.success-modal h2{font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:400;margin:0 0 10px}
.success-modal p{color:var(--muted);line-height:1.6;margin:0 0 24px}

@media(max-width:820px){
  .topbar{height:68px;padding:8px 14px}
  .brand img{width:120px;height:48px}
  .hero{min-height:540px;padding:58px 18px 44px}
  .hero-side{display:none}
  .signature-strip{grid-template-columns:1fr}
  .signature-strip article{border-right:0;border-bottom:1px solid #2b2822;min-height:78px}
  .signature-strip article:last-child{border-bottom:0}
  .menu-shell{padding:48px 16px 62px}
  .menu-toolbar{align-items:stretch;flex-direction:column;gap:18px}
  .menu-search{width:100%}
  .category-nav-wrap{top:68px;margin:0 -16px;padding:0 16px}
  .menu-category{scroll-margin-top:132px;padding:40px 0 24px}
  .menu-grid{grid-template-columns:1fr}
  .brand-statement{grid-template-columns:1fr;text-align:center;padding:34px 20px}
  .experience-grid{grid-template-columns:1fr}
  .allergen-note{align-items:flex-start;flex-direction:column;text-align:left}
  footer{grid-template-columns:1fr;padding-bottom:110px}
  .mobile-actions{display:flex}
  .sheet{
    top:auto;left:0;right:0;bottom:0;width:100%;max-height:92vh;border-radius:22px 22px 0 0;
    padding:16px 18px max(28px,env(safe-area-inset-bottom));
  }
  .sheet-handle{display:block;width:40px;height:4px;background:#cec7ba;border-radius:99px;margin:0 auto 18px}
  .sheet-head h2{font-size:32px}
  .two-cols{grid-template-columns:1fr}
}
@media(max-width:450px){
  .hero h1{font-size:56px}
  .hero p{line-height:1.7}
  .hero-quick{gap:6px}
  .hero-chip{padding:9px 11px}
  .category-head{align-items:flex-start;flex-direction:column;gap:6px}
  .birthday-grid{grid-template-columns:1fr 1.1fr}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}
}


/* v2.1 category-scroll fix */
.category-nav-wrap{
  overflow:hidden;
}
.category-nav{
  overscroll-behavior-x:contain;
  scroll-behavior:smooth;
  scroll-snap-type:none;
}
.category-chip{
  transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;
}
.category-chip.active{
  transform:translateY(-1px);
}
.menu-category{
  scroll-margin-top:156px;
}
@media(max-width:820px){
  .menu-category{scroll-margin-top:142px}
}


/* v2.2 exact-menu + short-category scroll stability */
.menu-category#refrescos{
  min-height:220px;
}
.category-chip[aria-current="true"]{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
@media(max-width:820px){
  .menu-category#refrescos{min-height:205px}
}
