/*
 * styles-landing-mckinney.css
 * Self-contained CSS for Landing – McKinney template.
 * Hero inner max-width: 1040px
 */

/* ── Google Fonts import ── */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ── CSS Custom Properties ── */
:root {
  --font-heading: 'Nunito', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --yellow: #f5c518;
  --yellow-bright: #ffc72d;
  --yellow-deep: #c08c00;
  --yellow-eye: #986f00;
  --yellow-warm: #ffd426;
  --ink: #130d00;
  --ink-2: #1a1510;
  --ink-3: #140f0a;
  --body-1: #261a00;
  --body-1-warm: #402d00;
  --body-2: #635e57;
  --cream: #fff7ea;
  --cream-light: #ffefd5;
  --border-light: #e9e1d8;
  --border-mid: #cdc5bd;
  --border-brown: #88754f;
  --error: #f04438;
  --white: #ffffff;
  --footer-text: #d9d1c7;
  --footer-meta: #b2a899;
  --footer-divider: #40382e;
  --footer-soc-bg: #261f1a;
  --radius: 16px;
  --radius-lg: 24px;
  --pill: 200px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--body-1);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--ink);
  margin: 0;
  line-height: 1.1;
}
p { margin: 0; }

button#rmp_menu_trigger-793 {
    display: none;
}

/* ── Container ── */
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: var(--pill);
  padding: 12px 24px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--yellow); color: var(--body-1); }
.btn-primary:hover { background: #f0b00a; }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #2a1d05; }
.btn-outline-light {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border-light);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.08); }
.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-outline-dark:hover { background: var(--ink); color: var(--white); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 32px; font-size: 18px; line-height: 28px; }
.btn .btn-text { padding: 0 8px; display: inline-flex; align-items: center; }

/* ── Announcement Bar ── */
.announcement {
  background: var(--ink-3);
  color: var(--yellow);
  text-align: center;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.3px;
}

/* ── Nav ── */
.nav {
  background: var(--white);
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-height: 51px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.nav-logo {
  display: flex;
  align-items: center;
  height: 51px;
}
.nav-logo img {
  height: 51px;
  width: auto;
  object-fit: contain;
}
.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.nav-phone svg { width: 18px; height: 18px; }
.nav-phone span { display: inline; }

/* ── Hero ── */
.hero {
  position: relative;
  padding: 96px 0 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,15,10,0.62) 0%, rgba(20,15,10,0.66) 45%, rgba(20,15,10,0.88) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.eyebrow-text {
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding: 8px 8px 8px 16px;
  border-radius: 8px 0 0 8px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.eyebrow-tail {
  width: 22px;
  height: 34px;
  background-image: url('/wp-content/uploads/2026/06/eyebrow-tail.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  filter: sepia(1) saturate(6) hue-rotate(2deg) brightness(1.05);
}
.hero h1 {
  font-size: 68px;
  line-height: 74px;
  color: var(--white);
  font-weight: 800;
  /*max-width: 16ch;*/
}
.hero h1 .accent { color: var(--yellow-bright); }
.hero-sub {
  color: var(--cream);
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  max-width: 620px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-ctas .btn-outline-light { color: var(--white); border-color: rgba(255,255,255,0.7); }
.trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.trust-line .stars { color: var(--yellow-bright); letter-spacing: 2px; font-size: 14px; }
.trust-line .dot { opacity: 0.5; }

/* ── Section Heading ── */
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}
.section-eyebrow {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--yellow-eye);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.section-title {
  font-size: 52px;
  line-height: 60px;
  color: var(--ink);
}
.section-sub {
  font-size: 17px;
  line-height: 26px;
  color: var(--body-2);
  max-width: 640px;
}

/* ── Eyebrow Pill ── */
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--yellow);
  background: rgba(245,197,24,0.10);
  color: var(--yellow-eye);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: var(--pill);
}

/* ── Offer / Lead Capture ── */
.offer {
  background: var(--ink-3);
  background-image: linear-gradient(180deg, rgba(245,197,24,0.04), rgba(245,197,24,0));
  background-size: auto, 220px;
  padding: 84px 0;
}
.offer-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.offer-copy { color: var(--cream); display: flex; flex-direction: column; gap: 20px; }
.offer-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,197,24,0.14);
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--yellow-warm);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--pill);
  animation: badgePulse 2.4s ease-in-out infinite;
  will-change: transform, box-shadow;
}
.offer-badge .spark { display: inline-block; animation: sparkWiggle 2.4s ease-in-out infinite; }
.offer-copy h2 { color: var(--white); font-size: 46px; line-height: 52px; }
.offer-copy h2 .accent {
  color: var(--yellow-bright);
  background: linear-gradient(100deg, var(--yellow-bright) 0%, var(--yellow-bright) 30%, #fff3c4 45%, #ffffff 50%, #fff3c4 55%, var(--yellow-bright) 70%, var(--yellow-bright) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 3.4s linear infinite;
}
.offer-copy p { color: #e7ddd0; font-size: 17px; line-height: 27px; }
.offer-fineprint { font-size: 13px; color: var(--footer-meta); }

@keyframes badgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245,197,24,0.40); }
  50% { transform: scale(1.06); box-shadow: 0 0 24px 5px rgba(245,197,24,0.30); }
}
@keyframes sparkWiggle {
  0%, 100% { transform: rotate(0) scale(1); }
  50% { transform: rotate(18deg) scale(1.25); }
}
@keyframes shimmerText {
  0% { background-position: 150% 0; }
  100% { background-position: -150% 0; }
}
@keyframes offerFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes offerPop {
  0% { transform: scale(0.85); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
.offer-card { animation: offerFloat 5.5s ease-in-out infinite; }
.offer-card:focus-within { animation-play-state: paused; }
.offer.in-view .offer-badge { animation: offerPop 0.6s ease-out both, badgePulse 2.4s ease-in-out 0.6s infinite; }
.offer.in-view .offer-copy h2 { animation: offerPop 0.6s ease-out 0.08s both; }

@media (prefers-reduced-motion: reduce) {
  .offer-badge, .offer-badge .spark, .offer-card, .offer-copy h2 .accent,
  .offer.in-view .offer-badge, .offer.in-view .offer-copy h2 { animation: none !important; }
  .offer-copy h2 .accent { -webkit-text-fill-color: var(--yellow-bright); color: var(--yellow-bright); }
}

.offer-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.offer-card h3 { font-size: 24px; line-height: 30px; margin-bottom: 6px; }
.offer-card .card-sub { font-size: 15px; color: var(--body-2); margin-bottom: 24px; }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.form-field label, .offer-card .gform_wrapper.gravity-theme .gfield_label {
  font-size: 13px;
  font-weight: 700;
  color: var(--body-1);
  letter-spacing: 0.2px;
}
.form-field label .opt, 
.offer-card .gform_wrapper.gravity-theme .gfield_description { 
  color: var(--body-2); font-weight: 500; font-size: 13px; letter-spacing: 0.2px;
  position: absolute;
  top: -10px;
  left: 105px;
}
.form-field input, .offer-card .gform_wrapper.gravity-theme .gfield input.large {
  font-family: var(--font-body);
  font-size: 16px;
  padding: 14px 16px;
  border: 1.5px solid var(--border-mid);
  border-radius: 12px;
  background: var(--white);
  color: var(--body-1);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-field input:focus, .offer-card .gform_wrapper.gravity-theme .gfield input.large:focus {
  outline: none;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(245,197,24,0.25);
}
.offer-card .btn-primary { margin-top: 6px; font-size: 17px; }
.offer-card .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 16px 0 0;
}
.offer-card .gform_wrapper.gravity-theme .gform_footer input {
  background: var(--yellow);
  color: var(--body-1);
  display: inline-flex;
  align-items: center;
  border: 0 none;
  justify-content: center;
  gap: 4px;
  border-radius: var(--pill);
  padding: 16px 32px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}
.offer-card .form-note { margin: 0; font-size: 12px; color: var(--body-2); text-align: center; }

/* ── Reviews ── */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 10px 30px rgba(19,13,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-stars { color: var(--yellow); font-size: 18px; letter-spacing: 2px; }
.review-card p {
  font-size: 16px;
  line-height: 25px;
  color: var(--body-1-warm);
  flex: 1;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body-2);
}
.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--yellow-eye);
}
.review-badge svg { width: 15px; height: 15px; }
.reviews-cta { display: flex; justify-content: center; margin-top: 48px; }

/* ── Location ── */
.location { background: var(--cream); }
.location-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: stretch;
}
.location-info {
  display: flex;
  flex-direction: column;
  gap: 26px;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 10px 30px rgba(19,13,0,0.06);
}
.location-block h4 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow-eye);
  margin-bottom: 8px;
}
.location-block p { font-size: 17px; line-height: 26px; color: var(--body-1); }
.location-block a.tel { font-weight: 700; color: var(--ink); }
.location-buttons {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}
.location-buttons .btn { flex: 1; }
.location-map {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 400px;
  border: 1px solid var(--border-light);
  box-shadow: 0 10px 30px rgba(19,13,0,0.08);
}
.location-map iframe { width: 100%; height: 100%; min-height: 400px; border: 0; display: block; }
.map-directions {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 13px 20px;
  border-radius: var(--pill);
  box-shadow: 0 6px 20px rgba(19,13,0,0.28);
  transition: background 0.15s ease, transform 0.15s ease;
}
.map-directions:hover { background: var(--yellow); transform: translateY(-1px); }
.map-directions svg { width: 18px; height: 18px; }

/* ── Footer ── */
.footer {
  background: var(--ink-3);
  color: var(--footer-text);
  padding: 80px 0 40px;
}
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
.footer-top { display: flex; gap: 64px; align-items: flex-start; flex-wrap: wrap; }
.footer-logo { width: 160px; flex-shrink: 0; }
.footer-logo img { width: 160px; height: auto; aspect-ratio: 200 / 153.28; display: block; }
.footer-brand { width: 340px; display: flex; flex-direction: column; gap: 24px; }
.footer-brand h2 { font-family: var(--font-heading); font-weight: 800; font-size: 32px; color: var(--yellow-warm); }
.footer-brand p { font-size: 14px; line-height: 20px; color: var(--footer-text); }
.footer-brand p + p { margin-top: 16px; }
.socials { display: flex; gap: 12px; }
.social-circle {
  width: 40px; height: 40px;
  background: var(--footer-soc-bg);
  border: 1px solid var(--footer-divider);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--yellow-warm);
  transition: background .15s, color .15s;
}
.social-circle:hover { background: var(--yellow-warm); color: var(--ink); }
.social-circle svg { width: 18px; height: 18px; display: block; }
.footer-col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; line-height: 20px; }
.footer-col h4 { font-family: var(--font-body); font-weight: 700; font-size: 14px; line-height: 20px; color: var(--yellow-warm); margin: 0; }
.footer-col a { color: var(--footer-text); transition: color 0.15s ease; }
.footer-col a:hover { color: var(--yellow-warm); }
.footer-divider { width: 100%; height: 1px; background: var(--footer-divider); margin: 48px 0 0; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; color: var(--footer-meta); flex-wrap: wrap; gap: 16px;
  padding-top: 24px;
}
.footer-bottom-links { display: flex; gap: 24px; }

/* ── Sticky Mobile CTA ── */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 200;
  background: var(--white);
  border-top: 1px solid var(--border-light);
  box-shadow: 0 -4px 18px rgba(19,13,0,0.12);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.mobile-cta .btn { flex: 1; padding: 13px 12px; font-size: 15px; }

.offer-card .gform_confirmation_message {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 600;
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .hero h1 { font-size: 56px; line-height: 62px; }
  .section-title { font-size: 44px; line-height: 52px; }
  .offer-inner { grid-template-columns: 1fr; gap: 36px; }
  .review-grid { grid-template-columns: 1fr; }
  .location-inner { grid-template-columns: 1fr; }
  .footer { padding: 72px 0 40px; }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .hero { padding: 64px 0 88px; min-height: 520px; }
  .hero h1 { font-size: 40px; line-height: 46px; }
  .hero-sub { font-size: 16px; line-height: 25px; }
  .nav-phone span { display: none; }
  .section-title { font-size: 34px; line-height: 42px; }
  .offer-copy h2 { font-size: 34px; line-height: 40px; }
  .offer { padding: 56px 0; }
  .offer-card { padding: 26px; }
  .footer { padding: 56px 0 32px; }
  .footer-top { gap: 32px; }
  .footer-brand { width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 72px; }
}

@media (max-width: 460px) {
  .container { padding: 0 20px; }
  .hero-inner { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .footer-inner { padding: 0 20px; }
  .nav-logo img { height: 42px; }
  .hero h1 { font-size: 34px; line-height: 40px; }
  .location-buttons { flex-direction: column; }
  .location-buttons .btn { flex: 1 1 100%; }
}

/* ═══════════════════════════════════════════════════════════════════
 * SECTION 2 — Morning / Serve Tiles (McKinney)
 * ═══════════════════════════════════════════════════════════════════ */
.morning {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #fff7e6;
  background-image:
    radial-gradient(58% 46% at 50% -6%, rgba(255,199,64,0.42) 0%, rgba(255,199,64,0) 62%),
    radial-gradient(42% 58% at -4% 8%, rgba(255,221,138,0.55) 0%, rgba(255,221,138,0) 58%),
    radial-gradient(40% 56% at 104% 6%, rgba(255,214,120,0.45) 0%, rgba(255,214,120,0) 58%),
    radial-gradient(60% 50% at 50% 116%, rgba(255,208,92,0.20) 0%, rgba(255,208,92,0) 60%),
    linear-gradient(180deg, #fff4d9 0%, #fffaf0 50%, #fffdfa 100%);
}
.morning::before {
  content: '';
  position: absolute;
  top: -70px; left: 50%; transform: translateX(-50%);
  width: 620px; height: 360px;
  background: radial-gradient(closest-side, rgba(255,226,150,0.85) 0%, rgba(255,226,150,0) 100%);
  filter: blur(34px);
  pointer-events: none;
  z-index: -1;
}
.morning .container { position: relative; z-index: 1; }
.morning-cta { display: flex; justify-content: center; margin-top: 48px; position: relative; z-index: 1; }
.serve-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.serve-tile {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 16px 16px 30px;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px;
  box-shadow: 0 10px 30px rgba(19,13,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
}
.serve-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(19,13,0,0.12); }
.serve-media { width: 100%; height: 196px; border-radius: 16px; background: var(--cream); overflow: hidden; }
.serve-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.serve-tile:hover .serve-media img { transform: scale(1.05); }
.serve-tile .tile-accent { height: 4px; width: 40px; background: var(--yellow); border-radius: 4px; margin-top: 2px; }
.serve-tile h3 { font-size: 20px; line-height: 26px; color: var(--ink); }
.serve-tile p { font-size: 15px; line-height: 23px; color: var(--body-2); max-width: 30ch; }
@media (max-width: 1100px) { .serve-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .serve-grid { grid-template-columns: 1fr; } }

/* ── Mobile: prevent horizontal overflow on narrow devices (360 px) ──────── */
html { overflow-x: hidden; }
