/* =========================================================
   Casa Rural Mazagatos — hoja de estilos
   Paleta: terracota + piedra dorada + crema + madera
   Tipos: Fraunces (titulares) + Inter (texto)
   ========================================================= */

:root {
  --bg: #f7f1e6;
  --surface: #fffdf8;
  --ink: #2c241c;
  --ink-soft: #4a3f33;
  --muted: #6f6353;
  --clay: #b1542b;
  --clay-dark: #8c3f1e;
  --clay-soft: #f3e3d7;
  --stone: #c9b48f;
  --sand: #efe4d2;
  --sand-deep: #e6d8c0;
  --olive: #6f7350;
  --gold: #b3853f;
  --line: #e7dcc8;
  --shadow-sm: 0 2px 10px rgba(60, 40, 24, .07);
  --shadow: 0 16px 44px rgba(60, 40, 24, .15);
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1160px;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--bg);
  line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--clay); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 em, h2 em { font-style: italic; color: var(--clay); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { scroll-margin-top: 78px; }

.eyebrow, .section-label { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 600; color: var(--gold); margin: 0 0 .9rem; display: block; }
.lead, .section-text { font-size: 1.15rem; color: var(--muted); max-width: 64ch; }

/* ---------- Botones ---------- */
.btn { display: inline-flex; align-items: center; gap: .55em; font-family: var(--font-body); font-weight: 600; font-size: .98rem; padding: .82em 1.6em; border-radius: 100px; border: 1.5px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--clay); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--clay-dark); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.14); }
.btn-outline { background: transparent; color: var(--clay); border-color: var(--clay); }
.btn-outline:hover { background: var(--clay); color: #fff; }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5b; }
.btn svg { width: 1.15em; height: 1.15em; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .3s ease, box-shadow .3s ease, padding .3s ease; padding: 18px 0; }
.site-header.scrolled { background: rgba(247,241,230,.95); box-shadow: var(--shadow-sm); padding: 10px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 600; font-size: 1.24rem; color: #fff; letter-spacing: -.01em; white-space: nowrap; }
.brand .mark { width: 30px; height: 30px; flex: none; }
.scrolled .brand { color: var(--ink); }
.brand small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; opacity: .8; margin-top: -2px; }
.nav { display: flex; align-items: center; gap: 1.2rem; }
.nav a.navlink { color: rgba(255,255,255,.92); font-weight: 500; font-size: .92rem; position: relative; white-space: nowrap; }
.nav a.navlink::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.nav a.navlink:hover::after { width: 100%; }
.scrolled .nav a.navlink { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: .8rem; }
.lang-switch { display: flex; align-items: center; gap: .2rem; font-size: .82rem; font-weight: 600; }
.lang-switch button { background: none; border: 0; cursor: pointer; font: inherit; color: rgba(255,255,255,.7); padding: 2px 4px; }
.lang-switch button.active { color: #fff; border-bottom: 2px solid var(--gold); }
.scrolled .lang-switch button { color: var(--muted); }
.scrolled .lang-switch button.active { color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: .3s; border-radius: 2px; }
.scrolled .nav-toggle span { background: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; text-align: center; background: linear-gradient(180deg, rgba(36,26,16,.55) 0%, rgba(36,26,16,.42) 45%, rgba(36,26,16,.74) 100%), url("/img/hero-sierra.jpg") center/cover no-repeat; }
.hero-inner { max-width: 860px; margin: 0 auto; padding: 120px 24px 90px; }
.hero-badge { display: inline-block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); padding: .4em 1em; border-radius: 100px; margin-bottom: 1.4rem; }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 6.5vw, 4.6rem); margin-bottom: .35em; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero h1 em { color: #ecc9a0; }
.hero p.tagline { font-size: clamp(1.05rem, 2.3vw, 1.4rem); color: rgba(255,255,255,.95); margin: 0 auto 2rem; max-width: 40ch; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 1.8rem; justify-content: center; flex-wrap: wrap; margin-top: 2.8rem; }
.hero-badges strong { display: block; font-family: var(--font-head); font-size: 1.7rem; }
.hero-badges span { font-size: .9rem; opacity: .95; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.6); border-radius: 14px; }
.scroll-cue::after { content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: cue 1.6s infinite; }
@keyframes cue { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 20px; } 100% { opacity: 0; } }

/* ---------- Secciones ---------- */
.section { padding: 6rem 0; }
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .section-title { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.bg-soft { background: var(--clay-soft); }
.bg-sand { background: var(--sand); }

/* ---------- Intro casa + stats ---------- */
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.5rem; align-items: center; }
.intro-figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.intro-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* ---------- Amenidades ---------- */
.amenities { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.2rem; }
.amenity { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.amenity:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.amenity .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--clay-soft); color: var(--clay); display: grid; place-items: center; margin-bottom: .9rem; }
.amenity .ico svg { width: 23px; height: 23px; }
.amenity-name { font-family: var(--font-head); font-size: 1.12rem; font-weight: 600; color: var(--ink); }
.amenity-detail { font-size: .92rem; color: var(--muted); margin-top: .15rem; }
.amenity.highlight { background: var(--clay); color: #fff; border-color: var(--clay); }
.amenity.highlight .ico { background: rgba(255,255,255,.18); color: #fff; }
.amenity.highlight .amenity-name { color: #fff; }
.amenity.highlight .amenity-detail { color: rgba(255,255,255,.85); }

/* ---------- Precio destacado ---------- */
.price-band { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.4rem; box-shadow: var(--shadow-sm); }
.price-amount { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--clay); }
.price-amount span { font-family: var(--font-body); font-size: 1rem; color: var(--muted); }

/* ---------- Galería ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.gallery button { padding: 0; border: 0; cursor: pointer; border-radius: 12px; overflow: hidden; background: var(--sand); aspect-ratio: 4/3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery button:hover img { transform: scale(1.07); }
.gallery button:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(30,20,12,.93); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lb-btn { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lb-btn:hover { background: rgba(255,255,255,.25); }
.lb-prev { left: 3vw; } .lb-next { right: 3vw; } .lb-close { top: 3vh; right: 3vw; }
.lb-count { position: absolute; bottom: 3vh; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.8); font-size: .9rem; }

/* ---------- Alrededores ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
.place-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.place-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.place-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.place-body { padding: 1.4rem 1.5rem 1.7rem; }
.place-body h3 { font-size: 1.25rem; margin-bottom: .3rem; }
.place-body p { margin: 0; color: var(--muted); font-size: .96rem; }

/* ---------- Cómo llegar ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.route-list { display: grid; gap: 1rem; }
.route { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.4rem; }
.route-title { font-weight: 700; display: flex; align-items: center; gap: .5rem; }
.route-title svg { width: 18px; height: 18px; color: var(--clay); }
.route p { margin: .3rem 0 0; font-size: .94rem; color: var(--muted); }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 6px solid #fff; }
.map-frame iframe, .map-frame .consent-ph { display: block; width: 100%; height: 440px; border: 0; }

/* ---------- Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; }
.contact-methods { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.contact-methods li { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-methods .ci { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; flex: none; }
.contact-methods .ci svg { width: 22px; height: 22px; color: #fff; }
.contact-methods a, .contact-methods span { color: #fff; }
.contact-methods small { display: block; opacity: .7; font-size: .82rem; }
.form { background: var(--surface); border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: var(--shadow); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .35rem; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 1rem; background: var(--bg); color: var(--ink); transition: border .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--clay); outline-offset: 1px; border-color: var(--clay); }
.field textarea { resize: vertical; min-height: 110px; }
.field-check { display: flex; gap: .55rem; align-items: flex-start; font-size: .86rem; color: var(--muted); margin-bottom: 1rem; }
.field-check input { width: auto; margin-top: .25rem; flex: none; }
.form .btn { width: 100%; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: #2c241c; color: rgba(255,255,255,.82); padding: 4rem 0 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .85rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1.1rem; }
.site-footer a { color: rgba(255,255,255,.82); } .site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: .6rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.6rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .85rem; }
.footer-legal { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.footer-legal a, .footer-legal button { color: rgba(255,255,255,.82); font-size: .85rem; background: none; border: 0; cursor: pointer; font-family: inherit; padding: 0; }
.footer-legal a:hover, .footer-legal button:hover { color: #fff; }

/* ---------- WhatsApp flotante ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; animation: pulse 2.2s infinite; z-index: -1; }
@keyframes pulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.8); opacity: 0; } }

/* ---------- Banner cookies + consentimiento mapa ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 300; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 1.2rem 1.4rem; max-width: 720px; margin: 0 auto; display: none; }
.cookie-banner.show { display: block; }
.cookie-banner strong { font-family: var(--font-head); font-size: 1.05rem; }
.cookie-banner p { margin: .4rem 0 1rem; font-size: .92rem; color: var(--muted); }
.cb-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.consent-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; text-align: center; background: var(--clay-soft); padding: 1.5rem; }
.consent-ph p { margin: 0; color: var(--muted); max-width: 38ch; }

/* ---------- Aparición ---------- */
.reveal { transition: opacity .7s ease, transform .7s ease; }
html.js .reveal { opacity: 0; transform: translateY(26px); }
html.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .site-header.scrolled { background: rgba(247,241,230,.98); }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); height: 100dvh; background: var(--surface); flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 90px 28px; gap: 1.4rem; transform: translateX(100%); transition: transform .3s ease; box-shadow: var(--shadow); overflow-y: auto; }
  .nav.open { transform: none; }
  .nav a.navlink { color: var(--ink); font-size: 1.1rem; }
  .nav .lang-switch { margin-top: 1rem; }
  .nav .lang-switch button { color: var(--muted); }
  .nav-toggle { display: block; z-index: 110; }
  .header-cta .btn-wa { display: none; }
  .intro-grid, .loc-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .price-band { grid-template-columns: 1fr; text-align: center; }
  .gallery button:nth-child(1) { grid-column: span 1; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; } .section { padding: 4rem 0; }
  .form .row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .map-frame iframe, .map-frame .consent-ph { height: 320px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto; } .reveal { opacity: 1; transform: none; } }

/* ---------- Páginas legales ---------- */
.legal-topbar { position: sticky; top: 0; z-index: 100; background: rgba(247,241,230,.96); border-bottom: 1px solid var(--line); padding: 12px 0; }
.legal-topbar .header-inner { display: flex; align-items: center; justify-content: space-between; }
.legal-topbar .brand { color: var(--ink); font-size: 1.12rem; }
.legal-topbar .brand small { color: var(--muted); }
.legal-back { font-weight: 600; font-size: .92rem; }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 48px 24px 70px; }
.legal-wrap h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.legal-wrap h2 { font-size: 1.25rem; color: var(--clay); margin-top: 2.2rem; }
.legal-wrap p, .legal-wrap li { color: var(--ink); }
.legal-wrap ul { padding-left: 1.2rem; } .legal-wrap li { margin-bottom: .4rem; }
.legal-wrap a { color: var(--clay); text-decoration: underline; }
.legal-wrap .updated { color: var(--muted); font-size: .9rem; }
.legal-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: .6rem .8rem; text-align: left; font-size: .94rem; vertical-align: top; }
.legal-table th { background: var(--clay-soft); color: var(--clay-dark); }
.placeholder { background: #fff3cd; color: #7a5d00; padding: 0 .35em; border-radius: 3px; font-weight: 600; }

/* ---------- Estaciones ---------- */
.season-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.2rem; }
.season { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); border-top: 4px solid var(--stone); transition: transform .2s ease, box-shadow .2s ease; }
.season:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.season.spring { border-top-color: #cf7a8e; } .season.summer { border-top-color: #d9a441; }
.season.autumn { border-top-color: #b1542b; } .season.winter { border-top-color: #7b94a6; }
.season .emoji { font-size: 1.7rem; line-height: 1; }
.season h3 { margin: .55rem 0 .3rem; font-size: 1.18rem; }
.season p { margin: 0; color: var(--muted); font-size: .94rem; }

/* ---------- Gastronomía ---------- */
.gastro-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.4rem 2.4rem; }
.gastro-item { display: flex; gap: 1rem; align-items: flex-start; }
.gastro-num { font-family: var(--font-head); font-size: 1.5rem; color: var(--clay); font-weight: 600; line-height: 1.1; opacity: .55; flex: none; }
.gastro-item h3 { font-size: 1.1rem; margin: 0 0 .2rem; }
.gastro-item p { margin: 0; color: var(--muted); font-size: .93rem; }

/* ---------- Dónde comer ---------- */
.eat-featured { display: grid; grid-template-columns: 1fr 1.25fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 2rem; }
.eat-featured img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.eat-featured-body { padding: 2rem; }
.eat-cat { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.eat-featured-body h3 { font-size: 1.5rem; margin: .2rem 0 .6rem; }
.eat-featured-body p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
.tag { background: var(--clay-soft); color: var(--clay-dark); border-radius: 100px; padding: .3em .85em; font-size: .8rem; font-weight: 600; }
.eat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 1.2rem; }
.eat-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.5rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.eat-card .top { display: flex; align-items: center; gap: .6rem; margin-bottom: .4rem; }
.eat-emoji { font-size: 1.35rem; }
.eat-card h3 { font-size: 1.08rem; margin: 0; flex: 1; }
.eat-badge { background: var(--clay-soft); color: var(--clay-dark); border-radius: 100px; padding: .2em .7em; font-size: .72rem; font-weight: 600; white-space: nowrap; }
.eat-card p { margin: 0 0 .9rem; color: var(--muted); font-size: .92rem; }
.eat-card .meta { display: flex; justify-content: space-between; gap: .6rem; font-size: .82rem; color: var(--muted); align-items: center; flex-wrap: wrap; margin-top: auto; }

/* ---------- Enlaces útiles ---------- */
.links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.link-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; }
.link-item h3 { font-size: 1rem; margin: 0 0 .2rem; }
.link-item p { margin: 0; color: var(--muted); font-size: .87rem; }
.link-item a { font-size: .87rem; font-weight: 600; }
@media (max-width: 680px) { .eat-featured { grid-template-columns: 1fr; } }
