/* ============================================================
   Albercas Mexicali, "Desert modern: 50°C outside, cool inside"
   Sunbaked clay + sunset orange, cool turquoise as the CTA, on warm cream.
   Mid-century flat-bordered cards, type-led centered hero. Distinct + fast.
   ============================================================ */

:root {
  /* Color: sunbaked desert + cool pool relief */
  --clay-900: #45190b;
  --clay-800: #5f2412;
  --clay-700: #82371c;
  --sunset: #e9692a;
  --sunset-600: #c9521b;
  --aqua: #12b3a7;
  --aqua-600: #0a8a80;
  --aqua-300: #6fded5;
  --cream: #fdf5e8;
  --cream-200: #f6e9d4;
  --ink: #2c1810;
  --muted: #7c655a;
  --white: #ffffff;
  --line: rgba(44, 24, 16, 0.12);
  --line-strong: rgba(44, 24, 16, 0.20);
  --border-ink: #2c1810;

  /* Type */
  --display: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Figtree", system-ui, sans-serif;

  /* Space + form */
  --maxw: 1140px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(69, 25, 11, 0.05), 0 2px 8px rgba(69, 25, 11, 0.05);
  --shadow-md: 0 10px 30px rgba(69, 25, 11, 0.12);
  --shadow-lg: 0 24px 60px rgba(69, 25, 11, 0.20);
  /* hard offset shadow for mid-century flat cards */
  --hard: 5px 5px 0 var(--border-ink);
  --hard-aqua: 5px 5px 0 var(--aqua);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; color: var(--clay-900); margin: 0 0 .5em; }
h1 { font-size: clamp(2.3rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.9rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { max-width: 100%; display: block; height: auto; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
section { padding-block: clamp(56px, 8vw, 104px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--body); font-weight: 700; font-size: .8rem;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sunset-600);
}
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--sunset); border-radius: 2px; }

.section-head { max-width: 660px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--body); font-weight: 700; font-size: 1rem;
  padding: 15px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
}
.btn:focus-visible { outline: 3px solid var(--sunset); outline-offset: 3px; }
.btn-primary { background: var(--aqua); color: #06211f; border-color: var(--border-ink); box-shadow: 4px 4px 0 var(--border-ink); }
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--border-ink); background: var(--aqua-300); }
.btn-primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--border-ink); }
.btn-ghost { background: transparent; color: var(--clay-900); border-color: var(--border-ink); }
.btn-ghost:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--border-ink); }
.btn-lg { padding: 18px 34px; font-size: 1.06rem; }
.btn svg { width: 1.05em; height: 1.05em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 245, 232, 0.85);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 2px solid var(--border-ink);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--clay-900); letter-spacing: -0.02em; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.header-cta { display: none; align-items: center; gap: 14px; }
@media (min-width: 560px) { .header-cta { display: inline-flex; } }
.header-phone { display: none; font-weight: 700; color: var(--clay-900); text-decoration: none; }
@media (min-width: 720px) { .header-phone { display: inline; } }

/* ---------- Hero (centered, type-led, with heat strip) ---------- */
.hero { position: relative; overflow: clip; text-align: center; padding-block: clamp(56px, 9vw, 100px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 520px at 50% -12%, rgba(233, 105, 42, 0.30), transparent 62%),
    radial-gradient(680px 520px at 86% 118%, rgba(18, 179, 167, 0.16), transparent 60%),
    var(--cream);
}
/* low desert "sun" disc behind the headline */
.hero::after {
  content: ""; position: absolute; top: clamp(20px, 6vw, 70px); left: 50%; transform: translateX(-50%);
  width: clamp(180px, 30vw, 320px); aspect-ratio: 1; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(233,105,42,.55), rgba(233,105,42,0) 70%);
  filter: blur(4px);
}
.hero-copy { max-width: 880px; margin-inline: auto; }
.hero h1 { margin-top: .3em; }
.hero h1 .hl { color: var(--sunset-600); }
.hero h1 .hl-aqua { color: var(--aqua-600); }
.hero-sub { font-size: 1.2rem; color: #4a3429; max-width: 36em; margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; justify-content: center; }

/* Heat strip: the signature Mexicali element */
.heat-strip {
  display: inline-flex; align-items: stretch; gap: 0; margin-top: 42px;
  border: 2px solid var(--border-ink); border-radius: 16px; overflow: hidden;
  box-shadow: var(--hard); background: var(--white);
}
.heat-tile { padding: 18px 26px; text-align: center; min-width: 150px; }
.heat-tile b { display: block; font-family: var(--display); font-weight: 800; font-size: 2.1rem; line-height: 1; }
.heat-tile small { font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.heat-tile.hot { background: var(--sunset); color: #2c1810; }
.heat-tile.hot small { color: #5f2412; }
.heat-tile.cool { background: var(--aqua); color: #06211f; }
.heat-tile.cool small { color: #064b46; }
.heat-arrow { display: grid; place-items: center; padding-inline: 10px; background: var(--clay-900); color: var(--cream); font-size: 1.3rem; }

/* ---------- Quote form ---------- */
.quote { background: var(--clay-900); color: var(--white); }
.quote .wrap { display: grid; gap: clamp(28px, 4vw, 52px); align-items: center; }
@media (min-width: 880px) { .quote .wrap { grid-template-columns: 1fr 1fr; } }
.quote h2 { color: var(--white); }
.quote .lead { color: #f0d9c8; font-size: 1.08rem; }
.quote ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.quote ul li { display: flex; gap: 11px; align-items: flex-start; color: #f4e4d8; }
.quote ul .tick { color: var(--aqua-300); flex: none; margin-top: 3px; }
.form-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); border: 2px solid var(--border-ink); box-shadow: var(--hard-aqua); }
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  background: #fffdf9; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--aqua-600); box-shadow: 0 0 0 3px rgba(18, 179, 167, .25); }
.field textarea { resize: vertical; min-height: 92px; }
.hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; }
body { overflow-x: clip; }
#form-status { min-height: 1.2em; margin: 10px 0 0; font-weight: 600; font-size: .94rem; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.form-note a { color: var(--aqua-600); }

/* ---------- Cards / grids (mid-century flat) ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--white); border: 2px solid var(--border-ink); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--hard);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--border-ink); }
.card .ico { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: var(--cream-200); border: 2px solid var(--border-ink); color: var(--sunset-600); margin-bottom: 16px; }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: .35em; color: var(--clay-900); }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* ---------- Proceso (steps) ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 28px 22px; background: var(--white); border: 2px solid var(--border-ink); border-radius: var(--radius); box-shadow: var(--hard); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: var(--aqua-600);
  display: block; margin-bottom: 10px;
}
.step h3 { font-size: 1.06rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Zonas ---------- */
.zonas { background: var(--cream-200); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--white); border: 2px solid var(--border-ink); border-radius: 999px; padding: 9px 17px; font-weight: 600; font-size: .94rem; box-shadow: 3px 3px 0 var(--border-ink); }

/* ---------- Confianza band ---------- */
.trust-band { display: grid; gap: 18px; }
@media (min-width: 760px) { .trust-band { grid-template-columns: repeat(4, 1fr); } }
.trust-item { text-align: center; padding: 22px 16px; }
.trust-item .ico { margin: 0 auto 12px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-200); border: 2px solid var(--border-ink); color: var(--sunset-600); }
.trust-item .ico svg { width: 26px; height: 26px; }
.trust-item strong { display: block; font-family: var(--display); font-weight: 800; font-size: 1.02rem; color: var(--clay-900); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 2px solid var(--line-strong); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 2px; position: relative;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--clay-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.7rem; color: var(--sunset-600); font-family: var(--body); transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--muted); padding: 0 44px 22px 2px; margin: 0; }

/* ---------- Final CTA ---------- */
.cta-final { position: relative; overflow: clip; background: var(--clay-900); color: var(--white); text-align: center; }
.cta-final::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(720px 360px at 50% -30%, rgba(233, 105, 42, .40), transparent 60%); }
.cta-final .wrap { position: relative; z-index: 1; }
.cta-final h2 { color: var(--white); }
.cta-final p { color: #f0d9c8; max-width: 40em; margin-inline: auto; font-size: 1.1rem; }
.cta-final .hero-actions { justify-content: center; }
.cta-final .btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, .55); }
.cta-final .btn-ghost:hover { border-color: var(--white); box-shadow: 4px 4px 0 rgba(255,255,255,.45); }

/* ---------- Footer ---------- */
.site-footer { background: var(--clay-900); color: #d8b9a6; padding-block: 52px 30px; border-top: 2px solid rgba(255, 255, 255, .10); }
.footer-grid { display: grid; gap: 26px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer .brand { color: var(--white); margin-bottom: 12px; }
.site-footer a { color: #ecd5c6; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-col h4 { font-family: var(--display); font-weight: 700; color: var(--white); font-size: 1rem; margin: 0 0 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-phone { font-family: var(--display); font-size: 1.3rem; color: var(--aqua-300) !important; font-weight: 800; }
.disclaimer { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; color: #b8917c; }
.disclaimer .legal { margin-top: 8px; }

/* ---------- Legal pages ---------- */
.legal-page { max-width: 760px; }
.legal-page h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.legal-page h2 { font-size: 1.3rem; margin-top: 1.6em; }
.legal-page p, .legal-page li { color: #4a3429; }
.back-link { display: inline-flex; gap: 6px; align-items: center; font-weight: 700; color: var(--aqua-600); text-decoration: none; margin-bottom: 24px; }

/* ---------- Entrance animation ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; animation: rise .7s var(--ease) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
.d4 { animation-delay: .35s; } .d5 { animation-delay: .45s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; animation: none; } }

/* ============================================================
   MULTI-PAGE EXTENSIONS (nav, breadcrumb, media, testimonials, prose)
   ============================================================ */

/* ---------- Primary nav ---------- */
.nav { display: none; }
@media (min-width: 880px) {
  .nav { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; }
  .nav a {
    display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px;
    font-family: var(--body); font-weight: 700; font-size: .98rem; color: var(--clay-800);
    text-decoration: none; border-radius: 999px; transition: background .15s, color .15s;
  }
  .nav a:hover { background: var(--cream-200); color: var(--clay-900); }
  .nav a[aria-current="page"] { color: var(--sunset-600); background: var(--cream-200); }
  .header-cta { margin-left: 18px; }
}
.nav a:focus-visible { outline: 3px solid var(--sunset); outline-offset: 2px; }

/* mobile nav toggle */
.nav-toggle {
  display: inline-grid; place-items: center; width: 46px; height: 46px; margin-left: auto;
  background: var(--white); border: 2px solid var(--border-ink); border-radius: 10px;
  box-shadow: 3px 3px 0 var(--border-ink); cursor: pointer; color: var(--clay-900);
}
.nav-toggle:focus-visible { outline: 3px solid var(--sunset); outline-offset: 2px; }
.nav-toggle svg { width: 24px; height: 24px; }
@media (min-width: 880px) { .nav-toggle { display: none; } }

.mobile-nav {
  display: none; border-top: 2px solid var(--border-ink); background: var(--cream);
}
.mobile-nav.open { display: block; }
@media (min-width: 880px) { .mobile-nav { display: none !important; } }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav a {
  display: flex; align-items: center; min-height: 48px; padding: 0 22px;
  font-weight: 700; color: var(--clay-800); text-decoration: none;
}
.mobile-nav a[aria-current="page"] { color: var(--sunset-600); }
.mobile-nav a:hover { background: var(--cream-200); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding-block: 18px 0; }
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  list-style: none; margin: 0; padding: 0; font-size: .88rem; color: var(--muted);
}
.breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "›"; color: var(--line-strong); }
.breadcrumb a { color: var(--aqua-600); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--muted); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: var(--cream-200); border-bottom: 2px solid var(--border-ink); }
.page-hero .wrap { padding-block: clamp(28px, 5vw, 52px); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 16em; }
.page-hero .lead { color: #4a3429; font-size: 1.15rem; max-width: 42em; margin-top: .4em; }

/* ---------- Media / image treatments ---------- */
.media {
  border: 2px solid var(--border-ink); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--hard); background: var(--cream-200);
}
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-16x9 { aspect-ratio: 16 / 9; }
.media-4x3 { aspect-ratio: 4 / 3; }
.media-square { aspect-ratio: 1 / 1; }

.media-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .media-grid.cols-2 { grid-template-columns: 1fr 1fr; } .media-grid.cols-3 { grid-template-columns: repeat(3,1fr); } }

/* split row: text + image */
.split { display: grid; gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 1.05fr .95fr; } .split.reverse > .split-media { order: -1; } }
.split-media { align-self: stretch; min-width: 0; }
.split-media .media { width: 100%; min-height: 260px; }

/* ---------- Testimonials ---------- */
.testimonials .grid { gap: 22px; }
.testimonial {
  margin: 0;
  background: var(--white); border: 2px solid var(--border-ink); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--hard);
}
.testimonial .stars { color: var(--sunset); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 10px; }
.testimonial blockquote { margin: 0 0 16px; font-size: 1.04rem; color: var(--ink); line-height: 1.55; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial .avatar {
  width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--aqua); color: #06211f; font-family: var(--display); font-weight: 800; border: 2px solid var(--border-ink);
}
.testimonial .who strong { display: block; font-family: var(--display); color: var(--clay-900); font-size: 1rem; }
.testimonial .who span { font-size: .86rem; color: var(--muted); }

/* ---------- Linkable service / zone cards ---------- */
a.card { text-decoration: none; color: inherit; display: block; }
a.card:focus-visible { outline: 3px solid var(--sunset); outline-offset: 3px; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 700; color: var(--aqua-600); }
.card .card-link svg { width: 18px; height: 18px; }
a.card:hover .card-link { gap: 10px; }

/* ---------- Prose (articles + service body) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin-top: 1.6em; }
.prose h3 { font-size: 1.22rem; margin-top: 1.4em; color: var(--clay-800); }
.prose p, .prose li { color: #3f2c22; font-size: 1.07rem; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; display: grid; gap: 8px; }
.prose li { padding-left: 4px; }
.prose a { color: var(--aqua-600); font-weight: 600; }
.prose strong { color: var(--clay-900); }
.prose .lead { font-size: 1.2rem; color: #4a3429; }
.prose figure { margin: 28px 0; }
.prose figcaption { font-size: .85rem; color: var(--muted); margin-top: 8px; text-align: center; }

/* layout wrapper for article + aside */
.article-layout { display: grid; gap: clamp(28px, 5vw, 56px); }
@media (min-width: 940px) { .article-layout { grid-template-columns: minmax(0,1fr) 320px; align-items: start; } }
.aside-card {
  background: var(--clay-900); color: var(--white); border: 2px solid var(--border-ink);
  border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--hard-aqua); position: sticky; top: 88px;
}
.aside-card h3 { color: var(--white); }
.aside-card p { color: #f0d9c8; font-size: .98rem; }
.aside-card .btn { width: 100%; margin-top: 8px; }

/* ---------- Inline CTA band ---------- */
.inline-cta {
  background: var(--clay-900); color: var(--white); border-radius: var(--radius);
  border: 2px solid var(--border-ink); box-shadow: var(--hard-aqua);
  padding: clamp(28px, 4vw, 44px); text-align: center; margin-top: 8px;
}
.inline-cta h2 { color: var(--white); }
.inline-cta p { color: #f0d9c8; max-width: 40em; margin-inline: auto; }
.inline-cta .hero-actions { justify-content: center; }
.inline-cta .btn-ghost { color: var(--white); border-color: rgba(255,255,255,.55); }
.inline-cta .btn-ghost:hover { border-color: var(--white); box-shadow: 4px 4px 0 rgba(255,255,255,.45); }

/* ---------- "What's included" check list ---------- */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; color: #3f2c22; }
.checklist .tick { color: var(--aqua-600); flex: none; margin-top: 3px; }

/* ---------- Footer sitemap (4 cols) ---------- */
@media (min-width: 760px) { .footer-grid.cols-4 { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }

/* ---------- Guides teaser ---------- */
.guide-card { display: flex; flex-direction: column; }
.guide-card .media { margin-bottom: 16px; }
.guide-card h3 { margin-bottom: .4em; }
.guide-card p { color: var(--muted); margin: 0 0 14px; font-size: .98rem; }
.guide-card .card-link { margin-top: auto; }
