/* ═════════ El Cholulas — one system, shared by the site and the /links hub ═════════
   Every colour sampled from their own building, room and hand-painted chair backs.
   Silhouette by JOB: arch=review · disc=status · capsule=action · oval=dish
                      ruled row=list · underline=field. No square-cornered panels.

   CAL Y TALAVERA, 2026-09-11. The site used to be near-black: 73–98% of every screen
   sat below 5% luminance. It now reads on limewash. Ground and ink swapped; the
   accents came off their own building and were re-measured, not re-guessed:

     cal / cal2   the lime-washed wall            ground
     tinta        espresso                        ink, 15.5:1 on cal
     cobalto      their Talavera tile + the        6.2:1  links, marks
                  painted sky on the chair backs
     terracota    the barro plates and the stucco  5.4:1  actions
     rojo         the sign                         6.4:1
     agave        the agave field, chair back 1    5.3:1
     sol          the tin sun on the dining wall   3.3:1 — LARGE DISPLAY ONLY on
                  light, or any size over --noche. Gold cannot reach 4.5:1 on cream
                  at any gold anyone would call gold, so it never sets small text here.
     noche        kept, now a STAGE not a ground: the hero film and the dish ovals.

   ⛔ No colour literal outside this block. Every one of them was a place the old
      near-black hid; that is why lightening the site was a 225-declaration job.
   ───────────────────────────────────────────────────────────────────────────── */
:root{
  --cal:#F7F2E6; --cal2:#F2EADA; --crema:#FDFAF2;
  --tinta:#26170E; --tinta2:#5A4531; --ink3:#705D47;
  --cobalto:#2F5C8F; --terracota:#A0492B; --rojo:#9E3320; --rojo-sol:#7A2818;
  --sol:#B07C0E; --agave:#476B5C; --parch:#8A6A2E;
  --noche:#1B0F08; --espresso:#2A1509; --espresso-rgb:42 21 9;
  /* --sol sets LARGE text on light. --sol-fill is the same tin-sun gold as a PANEL,
     which is the other way round: dark ink on gold, so it carries small text safely. */
  --sol-fill:#EFC64A;
  /* the status disc is the one mark that appears on BOTH grounds — the limewash page and the
     dark hero film — so it is measured against both: 3.80 on cal, 4.16 on the scrim. */
  --verde:#2E8B57; --verde-rgb:46 139 87;
  /* triplets so translucent variants stay in this block too */
  --tinta-rgb:38 23 14; --cal-rgb:247 242 230; --agave-rgb:71 107 92; --cobalto-rgb:47 92 143;
  --rule:rgb(var(--tinta-rgb) / .16); --rule2:rgb(var(--tinta-rgb) / .28); --wash:rgb(var(--tinta-rgb) / .05);
  --ui:"Archivo",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
  --es:"Fraunces",Georgia,"Times New Roman",serif;
  --mono:"DM Mono",ui-monospace,Menlo,monospace;
  --arch:38% 38% 14px 14px / 26% 26% 14px 14px;
  --s1:8px; --s2:14px; --s3:22px; --s4:34px; --s5:56px; --s6:84px;
  --wrap:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cal);color:var(--tinta);font-family:var(--ui);
  font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4{margin:0;font-weight:700;text-wrap:balance}
p,ul,ol{margin:0} ul{list-style:none;padding:0}
a{color:inherit;text-decoration:none}
img{max-width:100%}
:focus-visible{outline:3px solid var(--cobalto);outline-offset:3px}
.vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}

/* ── chrome ── */
.nav{position:sticky;top:0;z-index:60;background:rgb(var(--cal-rgb) / .93);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--rule)}
.nav .row{display:flex;align-items:center;gap:22px;height:64px;max-width:var(--wrap);margin:0 auto;padding:0 24px}
/* The nav lockup is text, not the traced SVG. These rules lived in the homepage's inline
   <style>, so /carta/ — which loads only this file — rendered "El CholulasMexican Grill". */
.nav .mk{display:flex;align-items:baseline;gap:8px;white-space:nowrap}
.nav .wm{font-variation-settings:"wdth" 118,"wght" 800;font-size:17px;letter-spacing:.005em;
  text-transform:uppercase;color:var(--rojo)}
.nav .wms{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3)}
@media (max-width:520px){.nav .wms{display:none}}
.nav ul{display:flex;gap:20px;margin-left:auto;align-items:center}
.nav a.l{font-family:var(--mono);font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:var(--tinta2)}
.nav a.l:hover{color:var(--rojo)}
@media (max-width:760px){.nav ul li.opt{display:none}}
.cap{display:inline-flex;align-items:center;gap:9px;border-radius:999px;padding:11px 20px;
  font-family:var(--mono);font-size:13px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--tinta);border:2px solid var(--rule2);
  transition:transform .18s,background .18s,border-color .18s,color .18s}
.cap:hover{transform:translateY(-2px);background:var(--wash);border-color:var(--tinta)}
.cap.solid{background:var(--rojo);border-color:var(--rojo);color:var(--cal)}
.cap.solid:hover{background:var(--terracota);border-color:var(--terracota);color:var(--cal)}
.cap svg{width:15px;height:15px}

/* ── zones ── */
.zone{font-family:var(--mono);font-size:13px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--terracota);margin:0 0 var(--s3)}
.band{padding:var(--s6) 0}
h2.big{font-variation-settings:"wdth" 116,"wght" 800;font-size:clamp(30px,5vw,54px);
  line-height:1;letter-spacing:-.022em;text-transform:uppercase}
.lede{font-family:var(--es);font-variation-settings:"SOFT" 35,"opsz" 90,"wght" 400;
  font-size:19px;line-height:1.6;color:var(--tinta2);max-width:60ch;margin-top:var(--s2)}

/* ── rows: icon/numeral + title + subtitle + chevron ── */
.rows{border-top:1px solid var(--rule)}
.rows a,.rows li{display:flex;align-items:center;gap:16px;padding:17px 2px;
  border-bottom:1px solid var(--rule)}
.rows a{transition:padding-left .18s,background .18s}
.rows a:hover{padding-left:10px;background:var(--wash)}
.rows .lead{flex:0 0 48px;display:flex;align-items:center;justify-content:center}
/* the numeral is 26px display weight — large text, so --sol clears 3:1 on cal */
.rows .num{font-variation-settings:"wdth" 108,"wght" 800;font-size:26px;color:var(--sol);letter-spacing:-.03em;line-height:1}
.rows .num small{font-size:12px;font-variation-settings:"wght" 600;color:var(--tinta2)}
.rows svg.ic{width:22px;height:22px;color:var(--terracota)}
.rows .tx{flex:1;min-width:0}
.rows .tt{display:block;font-family:var(--es);font-variation-settings:"SOFT" 35,"opsz" 60,"wght" 600;font-size:20px;line-height:1.2}
.rows .ss{display:block;font-size:14.5px;color:var(--ink3);margin-top:3px;line-height:1.4}
.rows .ch{flex:0 0 auto;width:16px;height:16px;color:var(--ink3)}

/* ── status disc ── */
.dot{width:10px;height:10px;border-radius:50%;background:var(--ink3);flex:0 0 10px}
.dot.on{background:var(--verde)} .dot.off{background:transparent;border:2px solid var(--terracota);width:9px;height:9px;flex:0 0 9px}
@media (prefers-reduced-motion:no-preference){.dot.on{animation:beat 2.6s ease-out infinite}}
@keyframes beat{0%{box-shadow:0 0 0 0 rgb(var(--verde-rgb) / .55)}70%{box-shadow:0 0 0 10px rgb(var(--verde-rgb) / 0)}100%{box-shadow:0 0 0 0 rgb(var(--verde-rgb) / 0)}}

footer{background:var(--cal2);border-top:1px solid var(--rule);padding:var(--s5) 0 var(--s5)}
footer .fmeta{font-family:var(--mono);font-size:13px;line-height:1.9;color:var(--ink3)}
footer a{color:var(--cobalto);border-bottom:1px solid rgb(var(--cobalto-rgb) / .35)}
