
/* COUNTER — porcelain and Aegean blue, with the awning burgundy as the accent. */
:root{
  --bone:#FBFAF8; --bone-2:#F1EEE8; --ink:#14181D; --ink-soft:#5C6570;
  --blue:#14508C; --blue-deep:#0C3763; --blue-pale:#DCE7F3;
  --wine:#7B1E2B;
  --rule:rgba(20,24,29,.13);
  --disp:"Archivo",system-ui,-apple-system,"Segoe UI",sans-serif;
  --serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --gut:clamp(1.15rem,5vw,4rem); --measure:38rem;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:4.5rem}
body{
  margin:0;background:var(--bone);color:var(--ink);font-family:var(--serif);
  font-weight:400;font-size:clamp(1.04rem,1rem + .25vw,1.19rem);line-height:1.62;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}
h1,h2,h3{font-family:var(--disp);font-weight:800;letter-spacing:-.024em;
         line-height:.96;margin:0}
h1{font-size:clamp(3rem,1.4rem + 7vw,8rem)}
h2{font-size:clamp(2rem,1.2rem + 3.4vw,4.2rem)}
h3{font-size:clamp(1.2rem,1.05rem + .7vw,1.7rem);letter-spacing:-.012em}
p{margin:0 0 1.05rem}
.skip{position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;
      padding:.7rem 1.1rem;z-index:99}
.skip:focus{left:0}

/* ---- header ------------------------------------------------------------- */
.top{
  position:sticky;top:0;z-index:20;background:rgba(251,250,248,.9);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--rule);
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;align-items:center;
  padding:.7rem var(--gut);
}
.top .mk{
  font-family:var(--disp);font-weight:800;font-size:1.06rem;letter-spacing:-.02em;
  text-decoration:none;color:var(--wine);white-space:nowrap;
}
.top nav{margin-left:auto}
.top ul{list-style:none;display:flex;flex-wrap:wrap;gap:.15rem .3rem;margin:0;padding:0}
.top a{
  display:block;padding:.34rem .7rem;text-decoration:none;font-family:var(--disp);
  font-weight:600;font-size:.82rem;letter-spacing:.01em;border-radius:999px;
  color:var(--ink-soft);
}
.top a:hover{background:var(--blue-pale);color:var(--blue-deep)}
.top a[aria-current]{background:var(--blue);color:#fff}
.state{
  font-family:var(--disp);font-weight:700;font-size:.7rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--blue);display:inline-flex;align-items:center;gap:.4rem;
}
.state::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.state[data-open="no"]{color:var(--wine)}

/* ---- sections ----------------------------------------------------------- */
section{padding:clamp(3rem,9vw,7.5rem) var(--gut);position:relative}
.hold{max-width:64rem;margin:0 auto}
.narrow{max-width:var(--measure)}
.kicker{
  font-family:var(--disp);font-weight:700;font-size:.74rem;letter-spacing:.2em;
  text-transform:uppercase;color:var(--blue);margin:0 0 1rem;
}
.lede{font-size:clamp(1.18rem,1.05rem + .7vw,1.55rem);line-height:1.45;
      color:var(--ink-soft);max-width:34rem}
.hero{padding-top:clamp(2.6rem,7vw,5rem)}
.hero h1{margin-bottom:1.4rem}
.big{
  font-family:var(--disp);font-weight:700;font-size:clamp(1.5rem,1.1rem + 2vw,2.9rem);
  line-height:1.1;letter-spacing:-.02em;max-width:26rem;color:var(--blue-deep);
}
.quote{
  font-family:var(--serif);font-style:italic;font-size:clamp(1.3rem,1.1rem + 1.1vw,2rem);
  line-height:1.28;color:var(--wine);max-width:28rem;margin:0;
}
.src{font-family:var(--disp);font-weight:600;font-size:.72rem;letter-spacing:.14em;
     text-transform:uppercase;color:var(--ink-soft);margin:.7rem 0 0}
.bleed{padding-left:0;padding-right:0}
.bleed img{width:100%}
.bleed figcaption{padding:0 var(--gut)}
figure{margin:0}
figcaption{font-size:.82rem;color:var(--ink-soft);margin-top:.6rem;line-height:1.5}
figcaption em{font-style:normal;color:var(--blue)}
.two{display:grid;gap:clamp(1.6rem,5vw,3.5rem);grid-template-columns:1fr;align-items:center}
@media (min-width:900px){.two{grid-template-columns:1fr 1fr}}
.stat{display:grid;gap:1.2rem 2.4rem;grid-template-columns:repeat(2,1fr);margin:2rem 0 0}
@media (min-width:760px){.stat{grid-template-columns:repeat(4,1fr)}}
.stat b{display:block;font-family:var(--disp);font-weight:800;
        font-size:clamp(2rem,1.4rem + 2.2vw,3.4rem);line-height:1;color:var(--blue)}
.stat span{font-size:.82rem;color:var(--ink-soft);display:block;margin-top:.3rem}
.btn{
  display:inline-block;padding:.85rem 1.5rem;background:var(--blue);color:#fff;
  text-decoration:none;font-family:var(--disp);font-weight:700;font-size:.9rem;
  letter-spacing:.03em;border-radius:2px;
}
.btn:hover{background:var(--blue-deep)}
.btn.alt{background:var(--wine)}
.btn.alt:hover{background:#5A121C}

/* ---- menu --------------------------------------------------------------- */
.msec{margin-top:3rem;padding-top:1.8rem;border-top:2px solid var(--ink)}
.msec:first-of-type{margin-top:0}
.msec .n{font-family:var(--disp);font-weight:600;font-size:.72rem;letter-spacing:.16em;
         text-transform:uppercase;color:var(--blue);margin:.4rem 0 0}
.snote{font-size:.92rem;color:var(--ink-soft);max-width:34rem;margin:.7rem 0 0}
.dishes{margin:1.4rem 0 0;padding:0;list-style:none;column-gap:clamp(1.8rem,4vw,3.4rem)}
@media (min-width:880px){.dishes{columns:2}}
.dish{break-inside:avoid;padding:.5rem 0;border-bottom:1px solid var(--rule);
      display:grid;grid-template-columns:1fr auto;gap:.25rem .9rem;align-items:baseline}
.dish .dn{font-weight:600}
.dish .dp{font-family:var(--disp);font-weight:700;font-size:.94rem;color:var(--wine);
          white-space:nowrap;font-variant-numeric:tabular-nums}
.dish .dd{grid-column:1/-1;font-size:.88rem;color:var(--ink-soft);line-height:1.45}
.pnote{font-size:.86rem;color:var(--ink-soft);border:1px solid var(--rule);
       border-left:4px solid var(--wine);padding:.9rem 1.1rem;margin:1.8rem 0 0;max-width:40rem}
.gap{background:var(--blue-pale);padding:1.2rem 1.3rem;margin:1.8rem 0 0;max-width:40rem;
     border-radius:3px}
.gap b{display:block;font-family:var(--disp);font-weight:800;margin-bottom:.4rem;
       color:var(--blue-deep)}
.gap p{margin:0;font-size:.92rem}
.jump{list-style:none;margin:1.8rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}
.jump a{display:block;padding:.3rem .65rem;background:var(--bone-2);border-radius:999px;
        text-decoration:none;font-family:var(--disp);font-weight:600;font-size:.78rem}
.jump a:hover{background:var(--blue);color:#fff}
.cols{columns:2;column-gap:2rem;margin:1rem 0 0;padding:0;list-style:none;max-width:34rem}
.cols li{break-inside:avoid;padding:.26rem 0;font-size:.95rem}
.cols li::before{content:"✓  ";color:var(--blue);font-family:var(--disp)}
.no li::before{content:"—  ";color:var(--ink-soft)}
.qs{margin:1rem 0 0;padding-left:1.2rem;max-width:38rem}
.qs li{padding:.26rem 0;color:var(--ink-soft)}

footer{background:var(--ink);color:#E6E9ED;padding:clamp(2.2rem,6vw,3.6rem) var(--gut)}
footer a{color:#fff}
footer .fr{display:flex;flex-wrap:wrap;gap:.5rem 2rem;font-family:var(--disp);
           font-weight:600;font-size:.9rem;margin-bottom:1.2rem}
footer small{display:block;font-size:.76rem;opacity:.7;line-height:1.6;max-width:48rem}

/* ---- the guide ---------------------------------------------------------- */
#guide{
  position:fixed;right:clamp(.7rem,2vw,1.5rem);bottom:clamp(.7rem,2vw,1.5rem);
  z-index:40;display:flex;align-items:flex-end;gap:.6rem;pointer-events:none;
}
#guide[hidden]{display:none}
#say{
  pointer-events:auto;max-width:min(19rem,56vw);background:#fff;color:var(--ink);
  border:1px solid var(--rule);border-radius:12px 12px 2px 12px;
  padding:.7rem .9rem;font-size:.86rem;line-height:1.4;
  box-shadow:0 2px 4px rgba(20,24,29,.05),0 18px 40px -20px rgba(20,24,29,.4);
  opacity:0;transform:translateY(6px);transition:opacity .35s ease,transform .35s ease;
}
#say.on{opacity:1;transform:none}
#say b{display:block;font-family:var(--disp);font-weight:800;font-size:.64rem;
       letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:.25rem}
#cupwrap{pointer-events:auto;position:relative;width:clamp(78px,13vw,116px);
         aspect-ratio:1;flex:none}
#cup{width:100%;height:100%;display:block}
#cupfall{position:absolute;inset:0;width:100%;height:100%}
#mute{
  position:absolute;right:-2px;top:-2px;width:22px;height:22px;border-radius:50%;
  border:1px solid var(--rule);background:#fff;color:var(--ink-soft);cursor:pointer;
  font-size:13px;line-height:1;padding:0;
}
#mute:hover{color:var(--wine);border-color:var(--wine)}
@media (max-width:640px){#say{max-width:12rem;font-size:.8rem}}
/* The guide is fixed, so at rest it sits on top of whatever is at the bottom
   of the viewport — including the last line of the footer. Reserve its height
   at the end of the document so nothing is permanently underneath it. */
body{padding-bottom:clamp(6.5rem,22vw,9rem)}

/* reveals — class toggles, never a tween the page depends on */
.rise{opacity:1;transform:none}
html.js .rise{opacity:0;transform:translateY(16px);
              transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1)}
html.js .rise.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html.js .rise{opacity:1;transform:none;transition:none}
  #say{transition:none}
}
