/* ============================================================
 LA CASA DEL CAMARÓN — Cevichería, Medellín
 Base: idea-to-site scaffold (Halvorn lineage), structure informed by Solara (html.design).
 Fonts: Bricolage Grotesque (display) · Instrument Sans (body) · JetBrains Mono (labels)
 Palette: teal #0B7C88 (logo arc) · shrimp orange #D9530A / #FF8A3D · warm paper #FAF6EF · ink #0B1F24
 Token names are kept from the scaffold; only values change.
 ============================================================ */

@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 700 800; font-display: swap; src: url('../font/bricolage-700-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 700 800; font-display: swap; src: url('../font/bricolage-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('../font/instrument-sans-400-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('../font/instrument-sans-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../font/jetbrains-mono-500-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../font/jetbrains-mono-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
 /* palette — teal from the logo arc, shrimp orange as the accent, warm paper, deep sea ink */
 --green: #0B7C88;          /* primary: 4.9:1 on white */
 --green-ink: #075F69;      /* deep teal: text, eyebrows, CTA band surface (7.4:1 with white) */
 --green-bright: #FF8A3D;   /* shrimp orange on dark surfaces (7.2:1 on --ink) */
 --green-soft: #DDF3F5;     /* aqua tint for icon tiles */
 --accent: #D9530A;         /* shrimp orange on light surfaces: display sizes only (3.7:1 on paper) */
 --accent-soft: #FFD2B3;    /* peach for small text on dark teal (5.4:1 on --green-ink) */
 --ink: #0B1F24;
 --ink-2: #123037;
 --ink-3: #1B4048;
 --paper: #FAF6EF;
 --paper-2: #F0EADF;
 --card: #ffffff;
 --line: rgba(11, 31, 36, 0.13);
 --line-2: rgba(11, 31, 36, 0.07);
 --line-dark: rgba(255, 255, 255, 0.14);
 --muted: #5A6468;          /* 5.6:1 on paper, 5.0:1 on paper-2 */
 --muted-2: #8A9296;        /* footer labels on ink: 5.4:1 */

 --font-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
 --font-body: "Instrument Sans", -apple-system, system-ui, sans-serif;
 --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;

 --text-hero: clamp(2.6rem, 1.2rem + 5vw, 5.2rem);
 --text-h2: clamp(2rem, 1.2rem + 3vw, 3.5rem);
 --text-h3: clamp(1.35rem, 1.05rem + 1.1vw, 1.85rem);
 --text-lead: clamp(1.05rem, 0.98rem + 0.4vw, 1.28rem);

 --container: 1240px;
 --gutter: clamp(1.15rem, 0.6rem + 2.4vw, 2.75rem);
 --space-section: clamp(4.5rem, 3rem + 6vw, 8.5rem);
 --radius: 18px;
 --radius-sm: 10px;
 --radius-lg: 28px;

 --dur: 320ms;
 --dur-fast: 160ms;
 --ease: cubic-bezier(0.16, 1, 0.3, 1);
 --shadow: 0 24px 60px -34px rgba(11, 31, 36, 0.55);
 --shadow-sm: 0 14px 34px -24px rgba(11, 31, 36, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
 font-family: var(--font-body);
 background: var(--paper);
 color: var(--ink);
 line-height: 1.6;
 font-size: 1.02rem;
 -webkit-font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
 overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 {
 font-family: var(--font-display);
 font-weight: 700;
 line-height: 1.06;
 letter-spacing: -0.02em;
 font-variation-settings: "opsz" 96;
}
::selection { background: var(--green); color: #fff; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 0.7rem 1.1rem; border-radius: 0 0 10px 0; z-index: 200; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 4px; }

/* ---------- helpers ---------- */
.wrap { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space-section); }
.eyebrow {
 font-family: var(--font-mono);
 font-size: 0.73rem;
 letter-spacing: 0.2em;
 text-transform: uppercase;
 color: var(--green-ink);
 display: inline-flex;
 align-items: center;
 gap: 0.65rem;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--green); }
.eyebrow.on-dark { color: var(--accent-soft); }
.eyebrow.on-dark::before { background: var(--green-bright); }
.section-head { display: grid; gap: 1.1rem; max-width: 680px; margin-bottom: clamp(2.2rem, 1rem + 4vw, 3.6rem); }
.section-head h2 { font-size: var(--text-h2); }
.section-head p { color: var(--muted); font-size: var(--text-lead); }

/* ---------- buttons ---------- */
.btn {
 display: inline-flex; align-items: center; gap: 0.55rem;
 font-family: var(--font-body); font-weight: 600; font-size: 0.97rem;
 padding: 0.9rem 1.5rem; border-radius: 999px;
 transition: transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast), border-color var(--dur-fast);
 white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; transition: transform var(--dur) var(--ease); }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-ink); transform: translateY(-2px); }
.btn-primary:hover svg { transform: translate(3px, -3px); }
.btn-accent { background: var(--green-bright); color: var(--ink); }
.btn-accent:hover { background: #FFA061; transform: translateY(-2px); }
.btn-accent:hover svg { transform: translate(3px, -3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost.on-dark { border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-ghost.on-dark:hover { border-color: #fff; }
.btn-lg { padding: 1.05rem 1.8rem; font-size: 1.02rem; }

/* ---------- header ---------- */
.site-header {
 position: sticky; top: 0; z-index: 100;
 background: color-mix(in srgb, var(--paper) 86%, transparent);
 backdrop-filter: blur(14px);
 border-bottom: 1px solid transparent;
 transition: border-color var(--dur) var(--ease);
}
.site-header.scrolled { border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; line-height: 1; }
.brand-logo { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; flex: 0 0 auto; }
.brand .word { display: grid; gap: 0.2rem; }
.brand .word .w1 { font-family: var(--font-display); font-weight: 800; font-size: 1.02rem; letter-spacing: -0.01em; color: var(--ink); white-space: nowrap; }
.brand .word .w2 { font-family: var(--font-mono); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.site-footer .brand .word .w1 { color: #fff; }
.site-footer .brand .word .w2 { color: var(--muted-2); }
.lang { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.12em; padding: 0.55rem 0.7rem; border: 1.5px solid var(--line); border-radius: 8px; color: var(--muted); transition: color var(--dur-fast), border-color var(--dur-fast); }
.lang:hover { color: var(--ink); border-color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; font-weight: 500; font-size: 0.95rem; }
.nav-mobile-cta { display: none; }
@media (max-width: 760px) { .nav-mobile-cta { display: block; } }
.nav-links a { color: var(--muted); transition: color var(--dur-fast); position: relative; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--green-bright); }
.header-cta { display: flex; align-items: center; gap: 0.9rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto; transition: transform var(--dur); }

/* ---------- hero (split: copy + client photo) ---------- */
.hero { padding-top: clamp(2.5rem, 1.5rem + 4vw, 5.5rem); padding-bottom: 0; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.hero h1 { font-size: var(--text-hero); letter-spacing: -0.03em; margin-top: 1.4rem; font-weight: 800; }
.hero h1 .accent { color: var(--accent); }
.hero .lead { color: var(--muted); font-size: var(--text-lead); margin-top: 1.4rem; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-note { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.6rem; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-ink); }
.hero-note .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 0 rgba(255,138,61,0.5); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { to { box-shadow: 0 0 0 10px rgba(255,138,61,0); } }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--paper-2); }
.hero-media::before { content: ""; position: absolute; inset: auto -6% -6% auto; width: 46%; height: 46%; border-radius: 50%; background: radial-gradient(circle, rgba(11,124,136,0.22), transparent 68%); z-index: -1; }
.hero-metrics {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.5rem;
 margin-top: clamp(2.5rem, 1.5rem + 3vw, 4.5rem);
 padding-top: 1.8rem;
 border-top: 1px solid var(--line);
}
.hero-metric .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.7rem); letter-spacing: -0.03em; color: var(--green-ink); }
.hero-metric .lbl { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 0.3rem; }

/* image band (Unsplash atmosphere shot) */
.band-wrap { padding-bottom: 0; }
.hero-band { position: relative; }
.hero-band-img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 21 / 8; background: var(--paper-2); }
.hero-band-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-band .cred {
 position: absolute; left: clamp(1rem, 0.5rem + 2vw, 2.4rem); bottom: -26px;
 background: var(--card); border-radius: var(--radius-sm); padding: 1rem 1.3rem;
 box-shadow: var(--shadow); display: flex; align-items: center; gap: 1.1rem;
}
.hero-band .cred .c-num { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--green-ink); white-space: nowrap; }
.hero-band .cred .c-txt { font-size: 0.85rem; color: var(--muted); max-width: 24ch; }

/* ---------- dish cards ---------- */
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.dish { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-rows: auto 1fr; transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); }
.dish:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.dish-media { aspect-ratio: 4 / 4.4; overflow: hidden; background: var(--paper-2); }
.dish-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.dish:hover .dish-media img { transform: scale(1.04); }
.dish-body { padding: clamp(1.3rem, 1rem + 1vw, 1.8rem); display: grid; gap: 0.5rem; align-content: start; }
.dish h3 { font-size: 1.45rem; margin-top: 0.3rem; }
.dish p { color: var(--muted); font-size: 0.95rem; }
.dish-price { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--accent); letter-spacing: -0.02em; margin-top: 0.4rem; }
.case-tag { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* ---------- index rows (how to order) ---------- */
.idx { border-top: 1px solid var(--line); }
.idx-row {
 display: grid;
 grid-template-columns: 68px 1.1fr 1.4fr auto;
 gap: 1.5rem;
 align-items: center;
 padding: clamp(1.5rem, 1rem + 1.5vw, 2.3rem) 0.5rem;
 border-bottom: 1px solid var(--line);
 position: relative;
 transition: background var(--dur) var(--ease);
}
.idx-row:hover { background: var(--card); }
.idx-title { transition: transform var(--dur) var(--ease); }
.idx-row:hover .idx-title { transform: translateX(0.4rem); }
.idx-num { font-family: var(--font-mono); font-size: 0.85rem; color: var(--green-ink); }
.idx-title { font-family: var(--font-display); font-weight: 700; font-size: var(--text-h3); letter-spacing: -0.02em; }
.idx-desc { color: var(--muted); font-size: 0.98rem; max-width: 46ch; }
.idx-go { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: background var(--dur), color var(--dur), border-color var(--dur); }
.idx-go svg { width: 18px; height: 18px; transition: transform var(--dur); }
.idx-row:hover .idx-go { background: var(--green); border-color: var(--green); color: #fff; }
.idx-row:hover .idx-go svg { transform: translate(2px, -2px); }

/* ---------- method (tinted editorial) ---------- */
.method { background: var(--paper-2); }
.method-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: start; }
.method-head { position: sticky; top: 100px; }
.method-head h2 { font-size: var(--text-h2); margin-top: 1rem; }
.method-head p { color: var(--muted); margin-top: 1.1rem; font-size: var(--text-lead); }
.method-list { display: grid; gap: 0; }
.method-item { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.method-item:last-child { border-bottom: 1px solid var(--line); }
.method-item .mn { font-family: var(--font-mono); font-size: 0.82rem; color: var(--green-ink); padding-top: 0.35rem; white-space: nowrap; min-width: 6ch; }
.method-item h3 { font-size: 1.4rem; }
.method-item p { color: var(--muted); margin-top: 0.5rem; font-size: 0.98rem; }

/* ---------- menu ---------- */
.menu-bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem 2rem; flex-wrap: wrap; padding: 1rem 0 2.4rem; border-bottom: 1px solid var(--line); margin-bottom: clamp(2rem, 1rem + 3vw, 3.5rem); }
.menu-jump { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.menu-jump a { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.55rem 0.9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--green-ink); background: var(--card); transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast); }
.menu-jump a:hover { background: var(--green); border-color: var(--green); color: #fff; }
.menu-bar-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.menu-grid { display: grid; gap: clamp(2.6rem, 1.5rem + 4vw, 4.5rem); }
.menu-cat { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(1.5rem, 1rem + 3vw, 4rem); align-items: start; scroll-margin-top: 96px; }
.menu-cat-head { position: sticky; top: 96px; }
.menu-cat-head h2 { font-size: clamp(1.8rem, 1.2rem + 2.4vw, 2.8rem); margin-top: 0.6rem; }
.menu-cat-head p { color: var(--muted); margin-top: 0.6rem; }
.menu-list { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 0.6rem 1.5rem; align-items: start; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.menu-item h3 { font-size: 1.15rem; font-weight: 700; }
.menu-item p { color: var(--muted); font-size: 0.93rem; margin-top: 0.3rem; max-width: 52ch; }
.menu-prices { display: flex; flex-wrap: wrap; gap: 0.35rem 1.1rem; justify-content: flex-end; padding-top: 0.15rem; }
.mp { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; white-space: nowrap; letter-spacing: -0.01em; }
.ms { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-right: 0.4rem; font-weight: 500; }

/* ---------- location cards ---------- */
.site-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.site-card { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--radius); padding: clamp(1.5rem, 1rem + 1.5vw, 2.2rem); display: grid; gap: 0.5rem; align-content: start; }
.site-card .fi { width: 48px; height: 48px; border-radius: 12px; background: var(--green-soft); color: var(--green-ink); display: grid; place-items: center; margin-bottom: 0.8rem; }
.site-card .fi svg { width: 24px; height: 24px; }
.site-card h2 { font-size: 1.6rem; }
.site-addr { color: var(--ink); font-size: 1rem; margin-top: 0.3rem; }
.site-hours { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--muted); font-size: 0.93rem; }
.ii-mini { flex: 0 0 auto; margin-top: 0.15rem; color: var(--green-ink); }
.ii-mini svg { width: 17px; height: 17px; }
.site-card .btn { justify-self: start; margin-top: 0.9rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--green-ink); color: #fff; border-radius: var(--radius-lg); padding: clamp(2.6rem, 1.5rem + 4vw, 5rem); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% -20%, rgba(255,138,61,0.28), transparent 55%); pointer-events: none; }
.cta-band h2 { font-size: var(--text-h2); max-width: 18ch; position: relative; margin-top: 1rem; }
.cta-band p { max-width: 46ch; margin-top: 1rem; color: rgba(255,255,255,0.92); font-size: var(--text-lead); position: relative; }
.cta-band .actions { margin-top: 2rem; display: flex; gap: 0.8rem; flex-wrap: wrap; position: relative; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.74); position: relative; overflow: hidden; isolation: isolate; }
.site-footer .wrap { position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding-top: clamp(3rem, 2rem + 3vw, 4.5rem); padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.footer-brand .brand { color: #fff; margin-bottom: 1.1rem; }
.footer-brand p { max-width: 36ch; font-size: 0.95rem; }
.footer-col .footer-h { font-family: var(--font-mono); font-weight: 500; font-size: 0.73rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1.1rem; }
.footer-col a { display: block; padding: 0.35rem 0; color: rgba(255,255,255,0.74); transition: color var(--dur-fast); font-size: 0.95rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem 2rem; flex-wrap: wrap; padding-block: 1.8rem; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.03em; color: var(--muted-2); }
.footer-tag { font-family: var(--font-display); font-size: 1rem; letter-spacing: 0; color: rgba(255,255,255,0.84); }
/* signature marquee (unused here, kept for the scaffold) */
.marquee { border-bottom: 1px solid var(--line-dark); overflow: hidden; padding-block: 1.05rem; position: relative; z-index: 1; }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 2.4rem; padding-right: 2.4rem; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted-2); white-space: nowrap; }
.marquee-group i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-bright); opacity: 0.8; }
@keyframes marquee { to { transform: translateX(-50%); } }
.footer-badge { position: absolute; right: clamp(1rem, 2vw, 3rem); top: 4.6rem; width: 132px; height: 132px; z-index: 1; pointer-events: none; }
.footer-badge svg { width: 100%; height: 100%; animation: spin 26s linear infinite; }
.footer-badge text { font-family: var(--font-mono); font-size: 9.6px; letter-spacing: 0.22em; text-transform: uppercase; fill: var(--muted-2); }
.footer-badge .badge-core { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; letter-spacing: -0.06em; color: var(--green-bright); }
.footer-badge .badge-core .g { color: var(--muted-2); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 760px) {
 .footer-badge { position: relative; right: auto; top: auto; width: 112px; height: 112px; margin: 2.4rem auto 0; }
 .footer-top { padding-top: 2.2rem; }
 .footer-bottom { justify-content: flex-start; gap: 0.9rem; }
 .footer-tag { width: 100%; }
}
/* signature credit — typed in when the footer enters view; plain text without JS */
.credit { position: relative; padding-right: 0.72em; white-space: nowrap; letter-spacing: 0.1em; }
.credit a { display: inline-block; padding: 0.35rem 0; margin: -0.35rem 0; color: var(--green-bright); text-decoration: underline; text-underline-offset: 0.22em; text-decoration-thickness: 1px; text-decoration-color: rgba(255,138,61,0.55); transition: text-decoration-color var(--dur-fast); }
.credit a:hover, .credit a:focus-visible { text-decoration-color: currentColor; }
.credit .ch { transition: opacity 90ms linear; }
.credit.is-armed .ch { opacity: 0; }
.credit .caret { position: absolute; right: 0; top: 50%; width: 0.5em; height: 1.02em; margin-top: -0.51em; background: var(--green-bright); opacity: 0; pointer-events: none; }
.credit.is-armed .caret { opacity: 0.85; }
.credit.is-done .caret { animation: caret-blink 0.6s ease-in-out infinite alternate; }
@keyframes caret-blink { to { opacity: 0.1; } }

/* ---------- page hero ---------- */
.page-hero { padding-top: clamp(3rem, 2rem + 3vw, 5rem); padding-bottom: clamp(2rem, 1rem + 3vw, 3.5rem); }
.page-hero .crumb { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.2rem; }
.page-hero h1 { font-size: clamp(2.5rem, 1.4rem + 4.4vw, 4.8rem); letter-spacing: -0.03em; max-width: 17ch; font-weight: 800; }
.page-hero p { color: var(--muted); font-size: var(--text-lead); max-width: 56ch; margin-top: 1.3rem; }

/* ---------- feature cards / values ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feat { padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.feat .fi { width: 48px; height: 48px; border-radius: 12px; background: var(--green-soft); color: var(--green-ink); display: grid; place-items: center; margin-bottom: 1.3rem; }
.feat .fi svg { width: 24px; height: 24px; }
.feat h3 { font-size: 1.25rem; }
.feat p { color: var(--muted); margin-top: 0.5rem; font-size: 0.96rem; }
.press { max-width: 760px; }
.press h2 { font-size: var(--text-h2); margin-top: 1rem; }
.press p { color: var(--muted); margin-top: 1rem; font-size: var(--text-lead); }

/* split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.split-media img { border-radius: var(--radius); width: 100%; aspect-ratio: 5 / 6; object-fit: cover; box-shadow: var(--shadow-sm); }
.split h2 { font-size: var(--text-h2); margin-top: 1rem; }
.split p { color: var(--muted); margin-top: 1rem; font-size: var(--text-lead); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: start; }
.contact-info .info-item { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-info .info-item:first-child { padding-top: 0; }
.contact-info .ii-ico { width: 44px; height: 44px; border-radius: 10px; background: var(--green-soft); color: var(--green-ink); display: grid; place-items: center; flex: 0 0 auto; }
.contact-info .ii-ico svg { width: 21px; height: 21px; }
.contact-info h2 { font-family: var(--font-display); font-size: 1.05rem; }
.contact-info p, .contact-info a { color: var(--muted); font-size: 0.96rem; }
.contact-info a { display: inline-block; padding: 0.3rem 0; margin: -0.3rem 0; }
.contact-info a:hover { color: var(--green-ink); }
.contact-info strong { color: var(--ink); }
.form-card { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--radius); padding: clamp(1.5rem, 1rem + 2vw, 2.4rem); box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 0.45rem; margin-bottom: 1.1rem; }
.field label { font-size: 0.82rem; font-weight: 600; }
.field input, .field select, .field textarea { font: inherit; font-size: 0.96rem; padding: 0.82rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); transition: border-color var(--dur-fast), background var(--dur-fast); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 0.4rem; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 0.9rem; text-align: center; }

/* faq */
.faq { display: grid; gap: 1rem; max-width: 820px; }
.faq details { padding: 1.3rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.faq summary { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { color: var(--muted); margin-top: 0.7rem; }

/* reveal */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js [data-reveal].in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
 .hero-grid { grid-template-columns: 1fr; }
 .hero-media { max-width: 520px; }
 .method-grid { grid-template-columns: 1fr; }
 .method-head { position: static; }
 .dish-grid { grid-template-columns: 1fr 1fr; }
 .split { grid-template-columns: 1fr; }
 .split-media { max-width: 480px; }
 .contact-grid { grid-template-columns: 1fr; }
 .feat-grid { grid-template-columns: 1fr; }
 .menu-cat { grid-template-columns: 1fr; }
 .menu-cat-head { position: static; }
}
@media (max-width: 760px) {
 .eyebrow, .hero-metric .lbl, .case-tag, .footer-col .footer-h, .page-hero .crumb { font-size: 0.76rem; }
 .field input, .field select, .field textarea { font-size: 1rem; }
 .nav-links, .header-cta .btn-primary { display: none; }
 .brand .word .w2 { display: none; }
 .brand .word .w1 { font-size: 0.98rem; }
 .brand-logo { width: 40px; height: 40px; }
 .nav-toggle { display: block; }
 .hero-metrics { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }
 .hero-band-img { aspect-ratio: 16 / 11; }
 .dish-grid { grid-template-columns: 1fr; }
 .idx-row { grid-template-columns: 44px 1fr; gap: 0.4rem 1rem; }
 .idx-desc { grid-column: 2; }
 .idx-go { display: none; }
 .site-grid { grid-template-columns: 1fr; }
 .footer-top { grid-template-columns: 1fr 1fr; }
 .footer-bottom { justify-content: flex-start; }
 .field-row { grid-template-columns: 1fr; }
 .menu-bar-actions .btn { width: 100%; justify-content: center; }
 .menu-bar-actions { width: 100%; }

 .nav-links.open { display: flex; position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 1rem var(--gutter) 1.5rem; z-index: 99; }
 .nav-links.open li { width: 100%; }
 .nav-links.open a { display: block; padding: 0.9rem 0; width: 100%; border-bottom: 1px solid var(--line-2); font-size: 1.05rem; }
 .nav-links.open .nav-mobile-cta { width: 100%; padding-top: 1rem; border: 0; }
 .nav-links.open .nav-mobile-cta a { display: inline-flex; width: auto; border: 0; padding: 0.9rem 1.4rem; color: #fff; font-size: 0.97rem; }
}
@media (max-width: 480px) {
 .hero-metrics { grid-template-columns: 1fr 1fr; }
 .footer-top { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1.6rem 1.2rem; }
 .footer-brand { grid-column: 1 / -1; }
 .menu-item { grid-template-columns: 1fr; }
 .menu-prices { justify-content: flex-start; }
 .hero-band .cred { position: static; margin-top: 1rem; }
 .band-wrap + .section { padding-top: var(--space-section) !important; }
}
@media (prefers-reduced-motion: reduce) {
 *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
 .js [data-reveal] { opacity: 1; transform: none; }
 .marquee-track { animation: none; }
 .footer-badge svg { animation: none; }
 .hero-note .dot { animation: none; }
 .credit.is-armed .ch { opacity: 1; }
 .credit .caret { display: none; }
}

/* ============================================================
 SIGNATURE FOOTER MOTIFS — one kinetic + one ornament + one reveal per client
 (see ~/.claude/skills/idea-to-site/references/signature-footers.md)
 La Casa del Camarón: giant-roll ("Camarón") + rings + wipe + magnet.
 ============================================================ */

/* --- kinetic: giant wordmark (rise / draw / roll / scramble) --- */
.fm-giant { position: relative; z-index: 1; overflow: hidden; padding: clamp(2rem, 1rem + 4vw, 4.5rem) var(--gutter) 0; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: clamp(3.4rem, 1rem + 15vw, 13rem); line-height: 0.9; letter-spacing: -0.05em; color: #fff; white-space: nowrap; user-select: none; -webkit-mask-image: linear-gradient(#000 78%, transparent); mask-image: linear-gradient(#000 78%, transparent); }
.fm-giant .ch { display: inline-block; }
.fm-giant-word .ch:last-child { color: var(--green-bright); }
/* signature: "La Casa del" as a small letter-spaced line above the giant "Camarón" */
.fm-giant-lead { display: block; font-size: 0.16em; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase; line-height: 1; color: var(--accent-soft); margin-bottom: 0.9em; padding-left: 0.34em; }
.fm-giant-word { display: block; }
.js .fm-giant-roll .fm-giant-lead { overflow: hidden; }
.js .fm-giant-rise .ch, .js .fm-giant-roll .ch { opacity: 0; transform: translateY(0.45em); transition: transform 1s var(--ease) calc(var(--d) * 85ms), opacity 0.7s ease-out calc(var(--d) * 85ms); }
.js .fm-giant-roll .fm-giant-word { display: block; overflow: hidden; }
.js .fm-giant-roll .ch { transform: translateY(1.05em); opacity: 1; }
.js .fm-giant-rise.is-in .ch, .js .fm-giant-roll.is-in .ch { opacity: 1; transform: none; }
.js .fm-giant-draw .ch { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.85); transition: color 0.9s ease-out calc(0.6s + var(--d) * 110ms), -webkit-text-stroke-color 0.9s ease-out calc(0.6s + var(--d) * 110ms), transform 0.9s var(--ease) calc(var(--d) * 90ms); transform: translateY(0.25em); }
.js .fm-giant-draw.is-in .ch { color: #fff; -webkit-text-stroke-color: transparent; transform: none; }
.fm-scramble .ch { font-variant-numeric: tabular-nums; }
.js .fm-scramble:not(.is-in) .ch { opacity: 0.25; }
.js .fm-scramble.is-in .ch { transition: opacity 0.4s; opacity: 1; }

/* --- kinetic: rotating tagline word --- */
.fm-rotator { position: relative; z-index: 1; padding: clamp(2rem, 1rem + 3vw, 3.5rem) var(--gutter) 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 1rem + 4vw, 4.2rem); letter-spacing: -0.02em; color: #fff; line-height: 1.1; }
.fm-rotator .rslot { display: inline-grid; vertical-align: top; overflow: hidden; color: var(--green-bright); }
.fm-rotator .rw { grid-area: 1 / 1; opacity: 0; transform: translateY(110%); transition: transform 0.7s var(--ease), opacity 0.5s; }
.fm-rotator .rw.is-on { opacity: 1; transform: none; }
.fm-rotator .rw.is-off { opacity: 0; transform: translateY(-110%); }

/* --- ornament: orbiting dots around the monogram --- */
.fm-orbit { position: absolute; right: clamp(1rem, 3vw, 4rem); top: 4.2rem; width: 150px; height: 150px; z-index: 1; pointer-events: none; }
.fm-orbit .orbit-core { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; letter-spacing: -0.06em; color: var(--green-bright); }
.fm-orbit .orbit-core .g { color: var(--muted-2); }
.fm-orbit .orbit-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--line-dark); animation: spin 18s linear infinite; }
.fm-orbit .orbit-ring.r2 { inset: 18px; animation-duration: 12s; animation-direction: reverse; }
.fm-orbit .orbit-ring.r3 { inset: 36px; animation-duration: 8s; }
.fm-orbit .orbit-ring i { position: absolute; top: -4px; left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }

/* --- ornament: breathing rings (sonar: "una llamada al mar") --- */
.fm-rings { position: absolute; right: -6vw; bottom: -6vw; width: 40vw; height: 40vw; max-width: 520px; max-height: 520px; pointer-events: none; z-index: 0; }
.fm-rings i { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--green-bright); opacity: 0; animation: ring-breathe 7s ease-out infinite; }
.fm-rings i:nth-child(2) { animation-delay: 2.3s; }
.fm-rings i:nth-child(3) { animation-delay: 4.6s; }
@keyframes ring-breathe { 0% { transform: scale(0.55); opacity: 0.4; } 100% { transform: scale(1.15); opacity: 0; } }

/* --- ornament: drifting brand silhouette --- */
.fm-silhouette { position: absolute; right: -0.15em; bottom: -0.32em; font-family: var(--font-display); font-weight: 700; font-size: clamp(14rem, 40vw, 34rem); line-height: 1; letter-spacing: -0.08em; color: #fff; opacity: 0.045; pointer-events: none; user-select: none; animation: drift 26s ease-in-out infinite alternate; }
@keyframes drift { to { transform: translate(-3%, -4%) rotate(-2deg); } }

/* --- ornament: aurora glow --- */
.fm-aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.fm-aurora i { position: absolute; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; border-radius: 50%; filter: blur(60px); opacity: 0.16; background: radial-gradient(circle, var(--green-bright), transparent 65%); animation: aurora 22s ease-in-out infinite alternate; }
.fm-aurora .a1 { right: -20vw; top: -30vw; }
.fm-aurora .a2 { left: -25vw; bottom: -35vw; animation-delay: -11s; background: radial-gradient(circle, var(--green), transparent 65%); opacity: 0.28; }
@keyframes aurora { to { transform: translate(8%, 10%) scale(1.15); } }

/* --- ornament: constellation --- */
.fm-constellation { position: absolute; right: clamp(1rem, 4vw, 5rem); top: 3.5rem; width: min(42vw, 420px); height: auto; pointer-events: none; stroke: var(--line-dark); stroke-width: 0.35; fill: var(--green-bright); }
.fm-constellation circle { animation: twinkle 3.6s ease-in-out infinite alternate; animation-delay: calc(var(--d) * -0.7s); transform-box: fill-box; transform-origin: center; }
@keyframes twinkle { from { opacity: 0.35; transform: scale(0.7); } to { opacity: 1; transform: scale(1.4); } }

/* --- ornament: grain (static texture, no motion) --- */
.fm-grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.07; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* --- reveal: line draw / mask wipe (rise is the default data-reveal) --- */
.js .reveal-line .footer-top { border-bottom-color: transparent; position: relative; }
.js .reveal-line .footer-top::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--green-bright); transform: scaleX(0); transform-origin: left; transition: transform 1.2s var(--ease) 0.2s; }
.js .reveal-line.is-in .footer-top::after { transform: scaleX(1); }
.js .reveal-line .footer-col { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease-out, transform 0.7s var(--ease); }
.js .reveal-line.is-in .footer-col { opacity: 1; transform: none; }
.js .reveal-line.is-in .footer-col:nth-child(3) { transition-delay: 0.12s; }
.js .reveal-line.is-in .footer-col:nth-child(4) { transition-delay: 0.24s; }
.js .reveal-wipe .footer-top { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s var(--ease); }
.js .reveal-wipe.is-in .footer-top { clip-path: inset(0 0 0 0); }

/* --- interaction: cursor glow (pointer devices only) / magnetic brand --- */
@media (hover: hover) and (pointer: fine) {
 .fm-i-glow::before { content: ""; position: absolute; width: 520px; height: 520px; left: 0; top: 0; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(255,138,61,0.16), transparent 62%); transform: translate(var(--gx, -50%), var(--gy, -50%)); transition: opacity 0.5s; }
 .fm-i-glow:hover::before { opacity: 1; }
 .fm-i-magnet .footer-brand .brand { transition: transform 0.35s var(--ease); will-change: transform; }
}

@media (max-width: 760px) {
 .fm-orbit { position: relative; right: auto; top: auto; width: 120px; height: 120px; margin: 2.2rem auto 0; }
 .fm-constellation { position: relative; right: auto; top: auto; width: 70%; margin: 2rem auto 0; display: block; }
 .fm-rings { right: -30vw; bottom: -30vw; width: 80vw; height: 80vw; }
 .fm-silhouette { font-size: 11rem; }
}
@media (prefers-reduced-motion: reduce) {
 .fm-orbit .orbit-ring, .fm-rings i, .fm-silhouette, .fm-aurora i, .fm-constellation circle { animation: none; }
 .fm-rings i { opacity: 0.18; transform: scale(0.85); }
 .js .fm-giant .ch, .js .reveal-line .footer-col, .js .reveal-line .footer-top::after, .js .reveal-wipe .footer-top { opacity: 1; transform: none; clip-path: none; color: #fff; -webkit-text-stroke-color: transparent; transition: none; }
 .js .fm-giant-word .ch:last-child { color: var(--green-bright); }
 .fm-rotator .rw { transition: none; }
}

/* ============================================================
 IMAGE-LED COMPONENTS — carousel, moving strips, photo wall, fame band
 Transform/opacity only; strips and wall stop under prefers-reduced-motion.
 ============================================================ */

/* --- horizontal strips: two rows moving in opposite directions --- */
.strip { overflow: hidden; padding-block: clamp(2rem, 1rem + 3vw, 3.5rem); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.strip-row { display: flex; width: max-content; gap: 0.9rem; will-change: transform; animation: strip-left 48s linear infinite; }
.strip-row + .strip-row { margin-top: 0.9rem; animation-name: strip-right; animation-duration: 56s; }
.strip:hover .strip-row { animation-play-state: paused; }
.strip-row figure { flex: 0 0 auto; width: clamp(150px, 12vw + 90px, 230px); aspect-ratio: 4 / 5; border-radius: var(--radius-sm); overflow: hidden; background: var(--paper-2); }
.strip-row figure img { width: 100%; height: 100%; object-fit: cover; }
@keyframes strip-left { to { transform: translateX(-50%); } }
@keyframes strip-right { from { transform: translateX(-50%); } to { transform: none; } }

/* --- vertical photo wall: columns drifting up and down --- */
.wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; height: clamp(420px, 60vh, 640px); overflow: hidden; border-radius: var(--radius-lg); -webkit-mask-image: linear-gradient(transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(transparent, #000 10%, #000 90%, transparent); }
.wall-col { display: grid; gap: 0.9rem; align-content: start; will-change: transform; animation: wall-up 40s linear infinite; }
.wall-col:nth-child(2) { animation-name: wall-down; animation-duration: 46s; }
.wall-col:nth-child(3) { animation-duration: 52s; }
.wall:hover .wall-col { animation-play-state: paused; }
.wall-col figure { aspect-ratio: 4 / 5; border-radius: var(--radius-sm); overflow: hidden; background: var(--paper-2); }
.wall-col figure img { width: 100%; height: 100%; object-fit: cover; }
@keyframes wall-up { to { transform: translateY(-50%); } }
@keyframes wall-down { from { transform: translateY(-50%); } to { transform: none; } }

/* --- carousel: scroll-snap track with buttons --- */
.car { position: relative; }
.car-track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 0.5rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.car-track::-webkit-scrollbar { display: none; }
.car-slide { flex: 0 0 clamp(240px, 26vw, 330px); scroll-snap-align: start; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.car-slide .cs-media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-2); }
.car-slide .cs-media img { width: 100%; height: 100%; object-fit: cover; }
.car-slide .cs-body { padding: 1rem 1.1rem 1.2rem; display: grid; gap: 0.25rem; align-content: start; }
.car-slide h3 { font-size: 1.15rem; }
.car-slide p { color: var(--muted); font-size: 0.9rem; }
.car-slide .dish-price { font-size: 1.25rem; margin-top: 0.2rem; } /* 20px bold = large text, orange passes at 3:1 */
.car-nav { display: flex; gap: 0.6rem; justify-content: flex-end; margin-bottom: 1rem; }
.car-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; color: var(--ink); background: var(--card); transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast); }
.car-btn:hover { background: var(--green); border-color: var(--green); color: #fff; }
.car-btn svg { width: 18px; height: 18px; }
.car-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; }
.car-head .section-head { margin-bottom: 1.4rem; }

/* --- fame band: proof line on dark teal --- */
.fame { background: var(--green-ink); color: #fff; border-radius: var(--radius-lg); padding: clamp(2.2rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: center; position: relative; overflow: hidden; }
.fame::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 110%, rgba(255,138,61,0.22), transparent 50%); pointer-events: none; }
.fame > * { position: relative; }
.fame h2 { font-size: var(--text-h2); margin-top: 1rem; }
.fame p { color: rgba(255,255,255,0.9); margin-top: 1rem; font-size: var(--text-lead); max-width: 48ch; }
.fame-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.fame-stat .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 1.4rem + 3vw, 3.6rem); letter-spacing: -0.03em; color: var(--green-bright); line-height: 1; }
.fame-stat .lbl { color: rgba(255,255,255,0.8); font-size: 0.92rem; margin-top: 0.4rem; }
.fame-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.6rem; }
.fame-chips span { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.06em; padding: 0.45rem 0.8rem; border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; color: #fff; }

@media (max-width: 1020px) { .fame { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
 .wall { grid-template-columns: repeat(2, 1fr); height: 420px; }
 .wall-col:nth-child(3) { display: none; }
 .car-slide { flex-basis: 78vw; }
 .fame-stats { gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
 .strip-row, .wall-col { animation: none; }
 .strip { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
 .wall { height: auto; overflow: visible; -webkit-mask-image: none; mask-image: none; }
 .wall-col > figure:nth-child(n+4) { display: none; }
 .strip-row > figure:nth-child(n+9) { display: none; }
}
