:root {
  --ink: #171717;
  --ink-soft: #24221f;
  --ivory: #f7f3ec;
  --paper: #fffdf9;
  --white: #fff;
  --terracotta: #b84f35;
  --terracotta-dark: #8f3925;
  --olive: #68704a;
  --olive-dark: #4f5634;
  --gold: #b58a4a;
  --stone: #6d6a65;
  --line: rgba(23, 23, 23, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: min(1760px, calc(100vw - 88px));
  --header-h: 96px;
  --beta-h: 30px;
  --shadow-sm: 0 12px 35px rgba(23, 23, 23, .08);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, .24);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

/* Preferencias de privacidad, compartidas por todo el portal */
.consent-banner{position:fixed;z-index:9999;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:1120px;margin:auto;padding:1rem 1.15rem;border:1px solid rgba(255,255,255,.14);border-radius:1rem;background:rgba(22,22,19,.97);box-shadow:0 18px 60px rgba(0,0,0,.3);color:#fff}
.consent-banner strong{display:block;margin-bottom:.25rem;font-family:"Cormorant Garamond",serif;font-size:1.35rem}.consent-banner p{margin:0;color:#d8d2c7;font-size:.86rem;line-height:1.45}.consent-banner a{display:inline-block;margin-top:.35rem;color:#e0ad70;font-size:.78rem}.consent-actions{display:flex;gap:.6rem;flex:0 0 auto}.consent-actions button{padding:.7rem .9rem;border:1px solid #777267;border-radius:.55rem;background:transparent;color:#fff;cursor:pointer}.consent-actions button.is-primary{border-color:#b7472e;background:#b7472e}
@media(max-width:720px){.consent-banner{align-items:stretch;flex-direction:column}.consent-actions{display:grid;grid-template-columns:1fr 1fr}.consent-actions button{font-size:.76rem}}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + var(--beta-h) + 20px); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2.65rem, 4.2vw, 5.2rem); }
h3 { font-size: clamp(1.65rem, 2.4vw, 2.55rem); }
::selection { color: var(--white); background: var(--terracotta); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.container { width: var(--container); margin-inline: auto; }
.section { padding-block: clamp(76px, 7vw, 140px); }
.section-sm { padding-block: clamp(42px, 4vw, 72px); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--terracotta); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--terracotta); font-size: .72rem; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: rgba(255, 255, 255, .78); }
.eyebrow.gold { color: var(--gold); }
.eyebrow.centered { display: flex; justify-content: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px 16px 2px 2px; cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover .icon { transform: translateX(4px); }
.button-primary { color: var(--white); background: var(--terracotta); box-shadow: 0 10px 26px rgba(184, 79, 53, .2); }
.button-primary:hover { background: var(--terracotta-dark); box-shadow: 0 14px 32px rgba(184, 79, 53, .28); }
.button-olive { color: var(--white); background: var(--olive); }
.button-olive:hover { background: var(--olive-dark); }
.button-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .36); background: transparent; }
.button-outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.button-block { width: 100%; }
.icon { display: inline-flex; width: 1.15em; height: 1.15em; align-items: center; justify-content: center; flex: 0 0 auto; transition: transform .25s var(--ease), opacity .25s ease; }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); transition: background-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease); }
.beta-ribbon { display: flex; min-height: var(--beta-h); align-items: center; justify-content: center; gap: 9px; padding: 5px 18px; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,9,8,.76); backdrop-filter: blur(18px); font-size: .58rem; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.beta-ribbon > span:first-child { color: var(--gold); }
.beta-ribbon a { position: relative; color: var(--white); font-weight: 700; transition: color .25s ease; }
.beta-ribbon a::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 1px; background: var(--gold); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.beta-ribbon a:hover { color: #e5bb7d; }
.beta-ribbon a:hover::after { transform: scaleX(1); }
.beta-separator { width: 22px; height: 1px; background: rgba(255,255,255,.32); }
.beta-join { color: rgba(255,255,255,.34) !important; }
.site-header::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(255, 255, 255, .12); content: ""; }
.site-header.is-scrolled { background: rgba(23, 23, 23, .96); box-shadow: 0 12px 40px rgba(0, 0, 0, .18); backdrop-filter: blur(18px); }
.header-inner { display: grid; width: min(1830px, calc(100vw - 48px)); min-height: var(--header-h); align-items: center; margin-inline: auto; grid-template-columns: 205px 1fr auto; gap: 28px; }
.brand { display: block; width: 190px; height: 74px; overflow: hidden; }
.brand img, .footer-brand img, .modal-brand-panel img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(13px, 1.45vw, 30px); }
.desktop-nav a { position: relative; padding: 38px 0 34px; color: rgba(255, 255, 255, .78); font-size: clamp(.62rem, .62vw, .75rem); font-weight: 600; letter-spacing: .025em; white-space: nowrap; transition: color .25s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--terracotta); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 4px; }
.icon-button, .menu-button, .slider-arrow, .round-arrow, .modal-close { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.icon-button:hover { color: var(--gold); background: rgba(255, 255, 255, .08); transform: translateY(-2px); }
.location-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; color: rgba(255, 255, 255, .78); border: 0; background: transparent; cursor: pointer; font-size: .67rem; }
.location-button:hover { color: var(--white); }
.menu-button { display: none; flex-direction: column; gap: 7px; }
.menu-button span { width: 22px; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; color: var(--white); background: var(--ink); }
.hero-slider { position: relative; height: max(760px, 78vh); min-height: 700px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1s var(--ease); }
.hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05); transition: transform 7s linear; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-slide:nth-child(2) > img { object-position: center 53%; }
.hero-slide:nth-child(3) > img { object-position: center 58%; }
.hero-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .42) 46%, rgba(0, 0, 0, .12) 70%), linear-gradient(0deg, rgba(0, 0, 0, .42) 0%, transparent 45%); }
.hero-copy { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 70px; }
.hero-copy h1, .hero-copy h2 { max-width: 850px; margin-bottom: 22px; color: var(--white); font-size: clamp(4rem, 6.7vw, 8.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .82; text-shadow: 0 12px 40px rgba(0, 0, 0, .16); transform: translateY(26px); opacity: 0; transition: transform .8s .15s var(--ease), opacity .8s .15s ease; }
.hero-slide.is-active .hero-copy h1, .hero-slide.is-active .hero-copy h2 { opacity: 1; transform: translateY(0); }
.hero-copy h2 { font-size: clamp(3.6rem, 6vw, 7.7rem); }
.hero-copy em { color: #e46645; font-weight: 500; }
.hero-copy .larrabezua-hero-title { max-width: 1100px; }
.larrabezua-name,
.larrabezua-tagline { display: block; }
.larrabezua-name { font-size: 1.12em; line-height: .78; }
.larrabezua-tagline { max-width: 760px; margin-top: .28em; font-size: .49em; line-height: .98; letter-spacing: -.035em; }
.hero-copy p { max-width: 600px; margin-bottom: 0; color: rgba(255, 255, 255, .82); font-size: clamp(.96rem, 1.05vw, 1.18rem); }
.hero-actions { position: relative; z-index: 4; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; pointer-events: auto; }
.hero-actions .button { pointer-events: auto; }
.hero-controls { position: absolute; z-index: 5; right: max(44px, calc((100vw - min(1760px, calc(100vw - 88px))) / 2)); bottom: 42px; display: flex; align-items: center; gap: 18px; }
.slider-arrow { color: var(--white); border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; }
.slider-arrow:hover { color: var(--ink); background: var(--white); transform: scale(1.06); }
.slider-dots { display: flex; gap: 9px; }
.slider-dot { position: relative; width: 30px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.slider-dot::before { position: absolute; top: 8px; right: 0; left: 0; height: 2px; background: rgba(255, 255, 255, .35); content: ""; }
.slider-dot::after { position: absolute; top: 8px; left: 0; width: 0; height: 2px; background: var(--white); content: ""; transition: width .3s ease; }
.slider-dot[aria-selected="true"]::after { width: 100%; }
.hero-tools { position: relative; z-index: 10; display: grid; align-items: end; margin-top: -128px; grid-template-columns: minmax(0, 1fr) 355px; gap: 34px; pointer-events: none; }
.hero-tools > * { pointer-events: auto; }
.hero-search { display: flex; min-height: 74px; align-items: center; max-width: 1000px; padding: 8px 8px 8px 26px; color: var(--ink); background: var(--white); border-radius: 0 24px 0 0; box-shadow: var(--shadow-lg); }
.hero-search > .icon { width: 22px; height: 22px; color: var(--stone); }
.hero-search input { min-width: 0; flex: 1; padding: 15px 18px; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: .95rem; }
.hero-search .button { min-width: 160px; align-self: stretch; }
.delia-card { padding: 27px; color: var(--white); border: 1px solid rgba(181, 138, 74, .35); border-radius: 0 28px 0 0; background: linear-gradient(150deg, rgba(16, 16, 15, .98), rgba(32, 31, 26, .98)); box-shadow: var(--shadow-lg); }
.delia-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.delia-heading h2 { margin: 0 0 12px; font-size: 2rem; letter-spacing: -.02em; }
.delia-spark { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: var(--gold); border: 1px solid rgba(181, 138, 74, .5); border-radius: 50%; font-size: 1.55rem; animation: glow 3s ease-in-out infinite; }
.delia-question { margin: 4px 0 8px; font-family: var(--serif); font-size: 1.35rem; }
.delia-card > p:not(.delia-question) { color: rgba(255, 255, 255, .65); font-size: .82rem; }

@media (min-width: 1025px) {
  .hero-tools { position: absolute; right: 0; bottom: 30px; left: 0; margin-top: 0; }
  .hero-controls { top: 132px; bottom: auto; }
}
.quick-prompts { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.quick-prompts button { padding: 8px 12px; color: rgba(255, 255, 255, .8); border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: rgba(255, 255, 255, .04); cursor: pointer; font-size: .7rem; transition: color .2s ease, border .2s ease, background .2s ease; }
.quick-prompts button:hover { color: var(--white); border-color: var(--gold); background: rgba(181, 138, 74, .12); }
.category-strip { position: relative; z-index: 8; display: grid; padding: 32px 0 30px; grid-template-columns: repeat(8, 1fr); }
.category-strip button { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 8px; padding: 10px 6px; color: rgba(255, 255, 255, .68); border: 0; background: transparent; cursor: pointer; font-size: .72rem; transition: color .25s ease, transform .25s var(--ease); }
.category-strip button:hover { color: var(--white); transform: translateY(-4px); }
.category-strip .icon { width: 27px; height: 27px; }

/* Context */
.context-section { color: var(--ink); background: var(--ivory); }
.context-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.context-card { display: grid; min-height: 108px; align-items: center; padding: 20px 26px; text-align: left; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; grid-template-columns: 48px 1fr 24px; gap: 16px; transition: background .3s ease, transform .3s var(--ease); }
.context-card:first-child { border-left: 1px solid var(--line); }
.context-card:hover { background: rgba(255, 255, 255, .65); transform: translateY(-4px); }
.context-icon { width: 34px; height: 34px; color: var(--terracotta); }
.context-card strong, .context-card small { display: block; }
.context-card strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; }
.context-card small { color: var(--stone); font-size: .76rem; line-height: 1.4; }
.context-arrow { color: var(--stone); }
.context-card:hover .context-arrow { color: var(--terracotta); transform: translateX(5px); }

/* Shared sections */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(3rem, 4.6vw, 5.4rem); }
.section-heading > p { max-width: 550px; margin-bottom: 7px; color: var(--stone); }
.section-actions { display: flex; align-items: center; gap: 10px; }
.round-arrow { color: var(--ink); border: 1px solid var(--line); border-radius: 50%; }
.round-arrow:hover { color: var(--white); border-color: var(--terracotta); background: var(--terracotta); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-left: 14px; color: var(--terracotta); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link:hover .icon { transform: translateX(5px); }

/* Restaurants */
.restaurants-section { overflow: hidden; background: var(--paper); }
.card-rail { display: grid; overflow-x: auto; padding: 4px 0 24px; scrollbar-width: thin; scrollbar-color: var(--terracotta) var(--line); scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.restaurant-rail { grid-auto-columns: minmax(310px, 1fr); grid-auto-flow: column; gap: 24px; }
.restaurant-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 0 26px 0 0; background: var(--white); scroll-snap-align: start; transition: transform .35s var(--ease), box-shadow .35s ease; }
.restaurant-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.restaurant-card.is-showcase { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); border-color: rgba(181, 138, 74, .5); box-shadow: 0 20px 60px rgba(23, 23, 23, .1); }
.restaurant-card.is-showcase .restaurant-image { height: 100%; min-height: 390px; }
.restaurant-card.is-showcase .restaurant-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; background: linear-gradient(145deg, #fffdf9, #f4eee5); }
.restaurant-card.is-showcase .restaurant-body h3 { font-size: 2.65rem; }
.restaurant-card.is-showcase .card-badge { color: var(--ink); background: #e7c98f; }
.showcase-kicker { margin-bottom: 12px; color: var(--terracotta); font-size: .64rem; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.restaurant-route { display: inline-flex; align-items: center; align-self: flex-start; margin-top: 15px; padding: 8px 11px; color: var(--olive-dark); border: 1px solid rgba(104, 112, 74, .3); border-radius: 99px; background: rgba(104, 112, 74, .08); font-size: .66rem; font-weight: 700; }
.restaurant-image { position: relative; height: 250px; overflow: hidden; }
.restaurant-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.restaurant-card:hover .restaurant-image img { transform: scale(1.045); }
.card-badge { position: absolute; bottom: 12px; left: 12px; padding: 8px 11px; color: var(--white); border-radius: 0 10px 0 0; background: var(--olive); font-size: .64rem; font-weight: 700; letter-spacing: .05em; }
.favorite-button { position: absolute; top: 12px; right: 12px; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; color: var(--white); border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: rgba(0, 0, 0, .25); backdrop-filter: blur(8px); cursor: pointer; }
.favorite-button:hover { color: #ffac98; background: rgba(0, 0, 0, .5); }
.restaurant-body { padding: 20px 20px 18px; }
.restaurant-body h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.75rem; letter-spacing: -.02em; }
.cuisine { min-height: 40px; margin-bottom: 14px; color: var(--stone); font-size: .78rem; }
.restaurant-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--stone); font-size: .69rem; }
.restaurant-meta span { display: inline-flex; align-items: center; gap: 5px; }
.restaurant-meta .rating { color: var(--gold); font-weight: 700; }
.restaurant-status { color: var(--olive) !important; font-weight: 700; }
.card-actions { display: grid; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; gap: 8px; }
.card-actions button, .card-actions a { display: flex; align-items: center; justify-content: center; padding: 8px 6px; border: 0; background: transparent; cursor: pointer; font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.card-actions button:first-child, .card-actions a:first-child { color: var(--terracotta); border-right: 1px solid var(--line); }
.card-actions button:hover, .card-actions a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Discovery */
.discovery-section { display: grid; color: var(--white); grid-template-columns: 1fr 1fr; }
.municipality-panel, .routes-panel { position: relative; min-height: 780px; overflow: hidden; }
.municipality-panel > img, .routes-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.municipality-panel:hover > img, .routes-panel:hover > img { transform: scale(1.025); }
.municipality-panel .panel-overlay { background: linear-gradient(90deg, rgba(18, 19, 13, .94), rgba(18, 19, 13, .68) 62%, rgba(18, 19, 13, .2)); }
.routes-panel .panel-overlay { background: linear-gradient(90deg, rgba(17, 16, 14, .92), rgba(17, 16, 14, .52) 70%, rgba(17, 16, 14, .12)); }
.panel-overlay { position: absolute; inset: 0; }
.panel-content { position: relative; z-index: 1; display: flex; width: min(700px, calc(100% - 100px)); height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; margin-inline: auto; }
.panel-content h2 { max-width: 640px; margin-bottom: 20px; font-size: clamp(3.5rem, 4.7vw, 6.4rem); }
.panel-content > p { max-width: 560px; color: rgba(255, 255, 255, .72); }
.municipality-list { display: grid; width: 100%; margin: 20px 0 35px; grid-template-columns: repeat(3, 1fr); gap: 9px 25px; }
.municipality-list button { padding: 0; color: rgba(255, 255, 255, .78); border: 0; background: transparent; cursor: pointer; text-align: left; font-size: .8rem; transition: color .2s ease, transform .2s ease; }
.municipality-list button:hover { color: var(--gold); transform: translateX(4px); }
.route-list { width: min(530px, 100%); margin-top: 20px; }
.route-list button, .route-list a { display: grid; width: 100%; align-items: center; padding: 15px 4px; color: var(--white); border: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); background: transparent; cursor: pointer; text-align: left; grid-template-columns: 40px 1fr 22px; gap: 12px; transition: color .2s ease, padding .25s var(--ease); }
.route-list button:hover, .route-list a:hover { padding-left: 10px; color: #e5c588; }
.route-icon { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(181, 138, 74, .55); border-radius: 50%; font-family: var(--serif); font-size: 1.1rem; }
.route-list strong, .route-list small { display: block; }
.route-list strong { line-height: 1.22; }
.route-list small { margin-top: 4px; color: rgba(255, 255, 255, .55); line-height: 1.35; }

/* Flavors */
.flavors-section { background: var(--ivory); }
.flavor-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 23px; }
.flavor-card { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: center; }
.flavor-image { position: relative; overflow: hidden; aspect-ratio: 1; margin-bottom: 16px; border-radius: 50% 50% 0 50%; background: #e8e1d6; transition: border-radius .45s var(--ease), transform .4s var(--ease); }
.flavor-card:nth-child(2n) .flavor-image { border-radius: 50% 0 50% 50%; }
.flavor-card:hover .flavor-image { border-radius: 50%; transform: translateY(-5px); }
.flavor-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.flavor-card:hover img { transform: scale(1.06); }
.flavor-card strong { display: block; font-family: var(--serif); font-size: 1.18rem; line-height: 1.1; }
.flavor-card small { color: var(--stone); font-size: .67rem; }

/* Chef */
.chef-section { display: grid; min-height: 600px; color: var(--white); background: var(--ink); grid-template-columns: 1.05fr 1fr .95fr; }
.chef-portrait { min-height: 560px; overflow: hidden; }
.chef-portrait img { width: 100%; height: 100%; object-fit: cover; }
.chef-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 6vw, 110px); background: linear-gradient(135deg, #171713, #23231c); }
.chef-copy h2 { margin-bottom: 10px; font-size: clamp(3.3rem, 4vw, 5.8rem); }
.chef-tagline { color: var(--gold) !important; font-family: var(--serif); font-size: 1.7rem !important; font-style: italic; }
.chef-copy p { max-width: 570px; color: rgba(255, 255, 255, .68); }
.chef-copy .button { margin-top: 18px; }
.chef-section blockquote { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: clamp(50px, 6vw, 100px); background: linear-gradient(rgba(10, 10, 9, .52), rgba(10, 10, 9, .78)), url("../images/chamorro.webp") center/cover; font-family: var(--serif); font-size: clamp(2.2rem, 3.2vw, 4.3rem); font-weight: 500; line-height: .98; text-align: center; }
.chef-section cite { margin-top: 30px; color: var(--gold); font-size: 1.35rem; font-weight: 500; }

/* Stories */
.stories-section { background: var(--paper); }
.story-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 30px; }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.story-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); border-radius: 0 24px 0 0; transition: transform .35s var(--ease), box-shadow .35s ease; }
.story-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.story-card a { display: block; }
.story-image { position: relative; overflow: hidden; aspect-ratio: 1.2; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.story-card:hover img { transform: scale(1.05); }
.story-category { position: absolute; bottom: 0; left: 0; padding: 7px 10px; color: var(--white); background: var(--terracotta); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-body { padding: 18px; }
.story-body h3 { min-height: 60px; margin-bottom: 12px; font-size: 1.48rem; line-height: 1; }
.story-body p { margin-bottom: 0; color: var(--stone); font-size: .72rem; }
.newsletter-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; color: var(--white); border-radius: 0 28px 0 0; background: linear-gradient(145deg, var(--olive), #4b4f31); }
.newsletter-card h3 { margin: 3px 0 15px; font-size: 2.45rem; }
.newsletter-card p { color: rgba(255, 255, 255, .75); font-size: .8rem; }
.newsletter-card form { width: 100%; margin-top: 16px; }
.newsletter-card input { width: 100%; height: 50px; margin-bottom: 9px; padding: 0 14px; color: var(--white); border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .06); outline: 0; }
.newsletter-card input::placeholder { color: rgba(255, 255, 255, .62); }
.newsletter-card input:focus { border-color: var(--white); }
.newsletter-icon { width: 48px; height: 48px; margin-bottom: 22px; color: #e5c588; }

/* Partners + business */
.partners-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory); }
.partner-row { display: grid; margin-top: 28px; grid-template-columns: repeat(6, 1fr); }
.partner-row span { display: flex; min-height: 70px; align-items: center; justify-content: center; padding: 10px; color: var(--stone); border-right: 1px solid var(--line); font-family: var(--serif); font-size: 1.2rem; text-align: center; }
.partner-row span:last-child { color: var(--terracotta); border: 1px solid var(--terracotta); }
.business-section { color: var(--white); background: radial-gradient(circle at 10% 10%, #37342c, transparent 34%), var(--ink); }
.business-layout { display: grid; align-items: start; grid-template-columns: minmax(300px, .8fr) 1.7fr; gap: clamp(50px, 7vw, 120px); }
.business-intro { position: sticky; top: 130px; }
.business-intro h2 { margin-bottom: 24px; }
.business-intro > p { max-width: 560px; color: rgba(255, 255, 255, .68); }
.business-benefits { display: grid; padding: 0; margin: 28px 0 35px; gap: 12px; list-style: none; }
.business-benefits li { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .76); font-size: .82rem; }
.business-benefits .icon { color: var(--gold); }
.founding-campaign { display: grid; align-items: center; margin-bottom: 54px; padding: 34px; color: var(--ink); border: 1px solid rgba(181, 138, 74, .55); border-radius: 2px 28px 2px 2px; background: linear-gradient(135deg, #fffaf0, #eee2ca); box-shadow: 18px 18px 0 rgba(181, 138, 74, .16); grid-template-columns: 1.15fr .9fr auto; gap: 34px; }
.founding-campaign h3 { margin: 0 0 8px; font-size: clamp(2rem, 3vw, 3.3rem); }
.founding-campaign p { margin: 0; color: #5d554a; font-size: .82rem; }
.founding-campaign ul { display: grid; padding: 0; margin: 0; gap: 8px; list-style: none; }
.founding-campaign li { position: relative; padding-left: 17px; color: #514b42; font-size: .72rem; }
.founding-campaign li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); content: ""; transform: translateY(-50%); }
.button-campaign { color: var(--white); background: var(--terracotta); }
.pricing-grid { display: grid; align-items: stretch; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.pricing-card { position: relative; display: flex; min-height: 510px; flex-direction: column; padding: 30px 24px; color: var(--ink); border-radius: 0 22px 0 0; background: var(--ivory); }
.pricing-card.is-featured { color: var(--white); background: var(--terracotta); transform: translateY(-16px); }
.pricing-card.is-featured::before { position: absolute; top: -30px; right: 0; left: 0; height: 30px; padding-top: 7px; color: var(--white); border-radius: 10px 10px 0 0; background: var(--terracotta); content: "Más elegido"; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.pricing-card h3 { margin-bottom: 5px; font-size: 2rem; }
.pricing-card > p { min-height: 58px; color: var(--stone); font-size: .75rem; }
.pricing-card.is-featured > p { color: rgba(255, 255, 255, .75); }
.pricing-card ul { display: grid; padding: 20px 0 20px; margin: 0; border-top: 1px solid currentColor; gap: 10px; list-style: none; opacity: .78; }
.pricing-card li { display: flex; gap: 8px; font-size: .72rem; }
.pricing-card .price { margin-top: auto; padding-top: 18px; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.plan-note { display:block; min-height:32px; margin-top:5px; color:var(--stone); font-size:.62rem; line-height:1.45; }
.pricing-card.is-featured .plan-note { color:rgba(255,255,255,.72); }
.pro-photography { display:grid; overflow:hidden; margin:0 0 16px; grid-template-columns:76px 1fr; align-items:center; color:inherit; border:1px solid rgba(25,23,20,.14); border-radius:2px 16px 2px 2px; background:rgba(255,255,255,.15); }
.pro-photography img { width:76px; height:62px; object-fit:cover; }
.pro-photography span { display:grid; padding:8px 10px; gap:3px; }
.pro-photography strong { font-size:.64rem; }
.pro-photography small { opacity:.68; font-size:.56rem; }
.pricing-card .button { margin-top: 13px; }
.pricing-card.is-featured .button { color: var(--terracotta); background: var(--white); }

/* Footer */
.site-footer { color: var(--white); background: #0c0c0b; }
.footer-grid { display: grid; padding-block: 72px 58px; grid-template-columns: 1.4fr repeat(3, .8fr) 1.1fr; gap: 50px; }
.footer-brand img { width: 220px; height: 100px; margin-bottom: 16px; }
.footer-brand p, .footer-delia p { max-width: 320px; color: rgba(255, 255, 255, .5); font-size: .75rem; }
.footer-signature strong { color: rgba(255, 255, 255, .78); }
.footer-grid h2 { margin-bottom: 20px; font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, .55); font-size: .72rem; transition: color .2s ease, transform .2s ease; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--white); transform: translateX(4px); }
.footer-delia { padding-left: 32px; border-left: 1px solid rgba(255, 255, 255, .12); }
.footer-delia .button { margin-top: 12px; }
.eureka-supervision { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); }
.eureka-supervision > span { flex: 0 0 auto; color: rgba(255, 255, 255, .58); font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid .eureka-supervision a { display: inline-flex; align-items: center; margin: 0; opacity: .78; transition: opacity .18s ease, transform .18s ease; }
.footer-grid .eureka-supervision a:hover { opacity: 1; transform: translateY(-1px); }
.eureka-supervision img { display: block; width: 112px; height: auto; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; color: rgba(255, 255, 255, .36); border-top: 1px solid rgba(255, 255, 255, .1); font-size: .65rem; }

/* Modals and interactive feedback */
.delia-fab { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: flex; height: 50px; align-items: center; gap: 8px; padding: 0 18px; color: var(--white); border: 1px solid rgba(181, 138, 74, .65); border-radius: 30px; background: rgba(23, 23, 23, .94); box-shadow: var(--shadow-lg); cursor: pointer; font-size: .74rem; font-weight: 700; transition: transform .3s var(--ease), background .3s ease; }
.delia-fab:hover { background: var(--terracotta); transform: translateY(-4px); }
.delia-fab .icon { color: var(--gold); }
.modal { width: min(960px, calc(100vw - 30px)); max-width: none; max-height: calc(100vh - 30px); padding: 0; overflow: visible; border: 0; background: transparent; }
.modal::backdrop { background: rgba(8, 8, 7, .76); backdrop-filter: blur(8px); }
.modal[open] { animation: modal-in .35s var(--ease) both; }
.modal-shell { position: relative; display: grid; max-height: calc(100vh - 30px); overflow-y: auto; border-radius: 0 30px 0 0; background: var(--ivory); box-shadow: var(--shadow-lg); grid-template-columns: .85fr 1.15fr; }
.modal-close { position: absolute; z-index: 2; top: 15px; right: 15px; border-radius: 50%; background: rgba(255, 255, 255, .7); }
.modal-close:hover { color: var(--white); background: var(--terracotta); transform: rotate(90deg); }
.modal-brand-panel { display: flex; min-height: 600px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 52px; color: var(--white); background: linear-gradient(rgba(15, 15, 13, .45), rgba(15, 15, 13, .86)), url("../images/tacos-pulpo.webp") center/cover; }
.modal-brand-panel img { width: 210px; height: 100px; }
.modal-brand-panel h2 { max-width: 380px; font-size: 3.5rem; }
.modal-content { display: flex; flex-direction: column; justify-content: center; padding: 66px; }
.modal-content h2, .compact-shell h2, .benefit-shell h2 { margin-bottom: 12px; font-size: 3.6rem; }
.modal-content > p, .compact-shell > p, .benefit-shell > p { color: var(--stone); font-size: .84rem; }
.stack-form { display: grid; margin-top: 20px; gap: 14px; }
.stack-form label, .review-field { display: grid; color: var(--ink); font-size: .7rem; font-weight: 700; gap: 6px; }
.stack-form input, .review-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--white); outline: 0; }
.stack-form input:focus, .review-field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(184, 79, 53, .12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-label { display: grid !important; align-items: start; grid-template-columns: 18px 1fr; }
.check-label input { width: 16px; min-height: 16px; accent-color: var(--terracotta); }
.text-button { padding: 6px; color: var(--terracotta); border: 0; background: transparent; cursor: pointer; font-size: .73rem; }
.compact-shell, .benefit-shell { display: block; width: min(580px, 100%); margin-inline: auto; padding: 56px; }
.rating-picker { display: flex; margin: 24px 0; }
.rating-picker button { padding: 3px; color: #c7c0b5; border: 0; background: transparent; cursor: pointer; font-size: 2.6rem; transition: color .2s ease, transform .2s var(--ease); }
.rating-picker button.is-active { color: var(--gold); transform: translateY(-3px); }
.review-field textarea { margin: 6px 0 18px; resize: vertical; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0 !important; color: var(--stone); font-size: .67rem !important; }
.benefit-shell { text-align: center; }
.benefit-seal { display: flex; width: 72px; height: 72px; align-items: center; justify-content: center; margin: 0 auto 22px; color: var(--white); border-radius: 50% 50% 0 50%; background: var(--olive); }
.benefit-seal .icon { width: 34px; height: 34px; }
.benefit-preview { display: grid; padding: 22px; margin: 26px 0; border: 1px dashed var(--gold); background: rgba(181, 138, 74, .08); gap: 5px; }
.benefit-preview strong { font-family: var(--serif); font-size: 1.8rem; }
.benefit-preview span, .benefit-preview small { color: var(--stone); }
.delia-dialog { width: min(560px, calc(100vw - 30px)); }
.delia-shell { display: block; padding: 34px; color: var(--white); background: linear-gradient(150deg, #11110f, #27261f); }
.light-close { color: var(--white); background: rgba(255, 255, 255, .08); }
.delia-dialog-head { display: flex; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.delia-card-avatar, .delia-dialog-avatar { flex: 0 0 auto; object-fit: cover; border: 2px solid rgba(215, 167, 95, .72); border-radius: 50%; box-shadow: 0 10px 30px rgba(0, 0, 0, .28); }
.delia-card-avatar { width: 58px; height: 58px; }
.delia-dialog-avatar { width: 76px; height: 76px; }
.delia-fab img { width: 38px; height: 38px; margin-left: -8px; object-fit: cover; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; }
.chat-message.assistant { position: relative; margin-left: 35px; }
.chat-message.assistant::before { position: absolute; top: 0; left: -38px; width: 28px; height: 28px; border: 1px solid rgba(215, 167, 95, .5); border-radius: 50%; background: url('../assistants/dely-avatar.jpg') center/cover no-repeat; content: ''; }
.delia-orb { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.8rem; }
.delia-dialog-head h2 { margin: 0; font-size: 2.7rem; }
.delia-dialog-head p { margin: 0; color: rgba(255, 255, 255, .5); font-size: .7rem; }
.delia-chat { display: flex; min-height: 170px; max-height: 310px; flex-direction: column; overflow-y: auto; padding: 25px 0; gap: 12px; }
.chat-message { max-width: 84%; padding: 12px 14px; border-radius: 0 14px 14px 14px; font-size: .78rem; }
.chat-message.assistant { align-self: flex-start; color: rgba(255, 255, 255, .82); background: rgba(255, 255, 255, .08); }
.assistant-actions { display:flex; flex-wrap:wrap; margin-top:12px; gap:7px; }
.assistant-actions a { padding:7px 10px; color:#fff; border:1px solid rgba(215,167,95,.45); border-radius:999px; font-size:.62rem; font-weight:700; }
.chat-message.user { align-self: flex-end; color: var(--white); border-radius: 14px 0 14px 14px; background: var(--terracotta); }
.dialog-prompts { margin: 0 0 16px; }
.delia-input { display: flex; padding: 6px 6px 6px 15px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .05); }
.delia-input input { min-width: 0; flex: 1; color: var(--white); border: 0; outline: 0; background: transparent; font-size: .8rem; }
.delia-input input::placeholder { color: rgba(255, 255, 255, .4); }
.delia-input button { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--white); border: 0; background: var(--terracotta); cursor: pointer; }
.delia-shell > small { display: block; margin-top: 12px; color: rgba(255, 255, 255, .35); font-size: .62rem; }
.toast-region { position: fixed; z-index: 200; right: 24px; bottom: 88px; display: grid; max-width: min(370px, calc(100vw - 48px)); gap: 10px; }
.toast { padding: 15px 18px; color: var(--white); border-left: 3px solid var(--gold); background: rgba(23, 23, 23, .96); box-shadow: var(--shadow-lg); font-size: .76rem; animation: toast-in .35s var(--ease) both; }
.toast.is-leaving { animation: toast-out .3s ease both; }

@keyframes glow { 50% { box-shadow: 0 0 28px rgba(181, 138, 74, .28); transform: rotate(8deg); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(.985); } }
@keyframes toast-in { from { opacity: 0; transform: translateX(20px); } }
@keyframes toast-out { to { opacity: 0; transform: translateX(20px); } }

/* Responsive */
@media (min-width: 1450px) {
  .restaurant-rail { grid-auto-columns: calc((100% - 72px) / 4); }
}

@media (max-width: 1360px) {
  :root { --container: min(100% - 56px, 1260px); --header-h: 82px; }
  .header-inner { width: calc(100% - 32px); min-height: var(--header-h); grid-template-columns: 165px 1fr auto; gap: 14px; }
  .brand { width: 155px; height: 64px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { padding-block: 32px 29px; font-size: .6rem; }
  .desktop-nav a:nth-last-child(-n+2) { display: none; }
  .location-button span:not(.icon) { display: none; }
  .hero-tools { grid-template-columns: 1fr 320px; }
  .flavor-grid { grid-template-columns: repeat(4, 1fr); row-gap: 36px; }
  .story-layout { grid-template-columns: 1fr 320px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .pricing-card.is-featured { transform: none; }
  .founding-campaign { grid-template-columns: 1fr 1fr; }
  .founding-campaign .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 1024px) {
  :root { --container: calc(100% - 42px); }
  .desktop-nav, .header-actions > .icon-button:nth-of-type(1), .header-actions > .icon-button:nth-of-type(2), .location-button { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: flex; }
  .mobile-menu { position: fixed; z-index: 99; top: calc(var(--header-h) + var(--beta-h)); right: 0; display: flex; width: min(390px, 100%); height: calc(100vh - var(--header-h) - var(--beta-h)); flex-direction: column; padding: 35px; color: var(--white); background: rgba(18, 18, 17, .99); transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s; }
  .mobile-menu.is-open { transform: translateX(0); visibility: visible; }
  .mobile-menu a { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-family: var(--serif); font-size: 1.6rem; }
  .mobile-menu .button { margin-top: 30px; }
  .hero-slider { height: 760px; }
  .hero-tools { align-items: stretch; margin-top: -94px; grid-template-columns: 1fr; }
  .hero-search { max-width: none; }
  .delia-card { display: none; }
  .category-strip { grid-template-columns: repeat(4, 1fr); }
  .context-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .context-card { border: 1px solid var(--line); }
  .discovery-section { grid-template-columns: 1fr; }
  .municipality-panel, .routes-panel { min-height: 680px; }
  .chef-section { grid-template-columns: 1fr 1fr; }
  .chef-section blockquote { grid-column: 1 / -1; min-height: 420px; }
  .story-layout { grid-template-columns: 1fr; }
  .newsletter-card { min-height: 400px; }
  .business-layout { grid-template-columns: 1fr; }
  .business-intro { position: static; }
  .restaurant-card.is-showcase { grid-column: span 1; grid-template-columns: 1fr; }
  .restaurant-card.is-showcase .restaurant-image { min-height: 300px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-delia { padding-left: 0; border-left: 0; }
}

@media (max-width: 720px) {
  :root { --container: calc(100% - 30px); --header-h: 74px; --beta-h: 34px; }
  .beta-ribbon { gap: 6px; padding-inline: 8px; font-size: .49rem; letter-spacing: .045em; }
  .beta-ribbon > span:nth-of-type(3), .beta-separator { display: none; }
  body { font-size: 15px; }
  .section { padding-block: 76px; }
  .header-inner { min-height: 74px; }
  .brand { width: 142px; height: 58px; }
  .hero-slider { height: 690px; min-height: 0; }
  .hero-copy { justify-content: flex-end; padding-bottom: 190px; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3.35rem, 17vw, 5.2rem); line-height: .84; }
  .larrabezua-name { font-size: 1.03em; line-height: .82; }
  .larrabezua-tagline { max-width: 92%; margin-top: .42em; font-size: .42em; line-height: 1.05; }
  .hero-copy p { max-width: 90%; font-size: .84rem; }
  .hero-scrim { background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .12) 75%), linear-gradient(90deg, rgba(0, 0, 0, .3), transparent); }
  .hero-controls { right: 15px; bottom: 118px; }
  .slider-arrow { display: none; }
  .slider-dot { width: 24px; }
  .hero-tools { width: 100%; margin-top: -85px; }
  .hero-search { min-height: 70px; margin-inline: 15px; padding-left: 15px; border-radius: 0 18px 0 0; }
  .hero-search input { padding-inline: 12px; font-size: .76rem; }
  .hero-search .button { min-width: 54px; padding: 0; font-size: 0; }
  .hero-search .button .icon { width: 18px; height: 18px; }
  .category-strip { width: 100%; padding: 24px 12px 20px; grid-template-columns: repeat(4, 1fr); }
  .category-strip button { font-size: .62rem; }
  .context-grid { grid-template-columns: 1fr; }
  .context-card { min-height: 92px; grid-template-columns: 42px 1fr 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading h2 { font-size: 3.25rem; }
  .section-actions .round-arrow { display: none; }
  .restaurant-rail { width: calc(100vw - 15px); margin-right: -15px; grid-auto-columns: 82vw; }
  .restaurant-image { height: 225px; }
  .restaurant-card.is-showcase .restaurant-image { min-height: 250px; }
  .restaurant-card.is-showcase .restaurant-body { padding: 24px 20px; }
  .restaurant-card.is-showcase .restaurant-body h3 { font-size: 2rem; }
  .panel-content { width: calc(100% - 30px); }
  .municipality-panel, .routes-panel { min-height: 720px; }
  .panel-content h2 { font-size: 3.55rem; }
  .municipality-list { grid-template-columns: repeat(2, 1fr); }
  .municipality-list button:nth-child(n+13) { display: none; }
  .flavor-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .chef-section { grid-template-columns: 1fr; }
  .chef-portrait { min-height: 390px; }
  .chef-copy { padding: 55px 30px; }
  .chef-section blockquote { min-height: 380px; padding: 45px 30px; grid-column: auto; }
  .story-grid { grid-template-columns: 1fr; }
  .story-body h3 { min-height: 0; }
  .partner-row { grid-template-columns: repeat(2, 1fr); }
  .partner-row span { border-bottom: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 440px; }
  .founding-campaign { padding: 26px 22px; grid-template-columns: 1fr; box-shadow: 10px 10px 0 rgba(181, 138, 74, .16); }
  .founding-campaign .button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-delia { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .delia-fab { right: 15px; bottom: 15px; width: 48px; padding: 0; justify-content: center; }
  .delia-fab > span:last-child { display: none; }
  .modal { width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
  .modal-shell { max-height: calc(100vh - 16px); grid-template-columns: 1fr; }
  .modal-brand-panel { min-height: 240px; padding: 30px; }
  .modal-brand-panel img { width: 150px; height: 70px; }
  .modal-brand-panel h2 { margin: 0; font-size: 2.6rem; }
  .modal-content, .compact-shell, .benefit-shell { padding: 45px 24px 28px; }
  .modal-content h2, .compact-shell h2, .benefit-shell h2 { font-size: 2.8rem; }
  .field-row { grid-template-columns: 1fr; }
  .delia-shell { padding: 26px 18px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide > img { transform: none !important; }
}
