/* =========================================================
   Jonathan Rexford — Mobile Notary & Document Preparation
   Palette: Sunset Coral / Tropical Teal-Green / Sunny Yellow on white & warm cream
   ========================================================= */

/* Fonts are self-hosted (free, SIL Open Font License): Figtree for text, Bricolage Grotesque for headings */
@font-face { font-family: "Figtree"; src: url("../assets/fonts/figtree-var.woff2") format("woff2"); font-weight: 300 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url("../assets/fonts/bricolage-var.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }

:root {
  --coral: #FF6B47;          /* bright accent, shapes, highlights (ink text on it) */
  --coral-strong: #D83F24;   /* buttons with white text (AA) */
  --coral-text: #B8341B;     /* links / small coral text on white (AA) */
  --teal: #08785E;           /* call buttons with white text (AA) */
  --teal-deep: #0F5C4C;      /* dark sections */
  --mint: #5CE0B8;           /* highlights on dark */
  --sun: #FFD23F;            /* sunny accent (ink text on it) */
  --ink: #1D1714;            /* warm near-black */
  --text: #3A322D;           /* body text */
  --muted: #5A4F48;
  --cream: #FFF6EE;
  --blush: #FFE9DF;
  --mint-soft: #E3F7EF;
  --sun-soft: #FFF4CC;
  --white: #FFFFFF;
  --radius: 22px;
  --shadow: 0 10px 30px rgba(29, 23, 20, .10);
  --shadow-lg: 0 18px 50px rgba(29, 23, 20, .16);
  --wrap: 1180px;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0; font-family: var(--font-body); font-size: 1.1875rem; /* 19px */ font-weight: 450;
  line-height: 1.65; color: var(--text); background: var(--white);
}
img, svg { max-width: 100%; display: block; }
figure { margin: 0; }
strong, b { font-weight: 700; }
a { color: var(--coral-text); text-underline-offset: 3px; text-decoration-thickness: 2px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 4px solid var(--ink); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; }
h3 { font-size: 1.45rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .8rem 1.2rem; z-index: 999; border-radius: 0 0 12px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.icon { width: 1.3em; height: 1.3em; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 60px; padding: .85rem 1.6rem; border-radius: 999px; border: 3px solid transparent;
  font-family: var(--font-body); font-weight: 700; font-size: 1.2rem; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-book { background: var(--coral-strong); color: #fff; }
.btn-book:hover { background: #BF3319; color: #fff; }
.btn-call { background: var(--teal); color: #fff; }
.btn-call:hover { background: var(--teal-deep); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-sun { background: var(--sun); color: var(--ink); }
.btn-sun:hover { background: #FFC20A; color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn small { display: block; font-weight: 400; font-size: .85rem; }

/* ---------- Top info bar + Header ---------- */
.topbar { background: var(--ink); color: #F5ECE6; font-size: 1rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 44px; flex-wrap: wrap; }
.topbar p { margin: 0; display: flex; align-items: center; gap: .5rem; }
.topbar .icon { width: 1.1em; height: 1.1em; color: var(--sun); }
.topbar a { color: var(--sun); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; padding: .35rem 0; }
.topbar a:hover { text-decoration: underline; color: #fff; }
@media (max-width: 900px) { .topbar .t-area { display: none; } .topbar-inner { justify-content: center; } }
@media (max-width: 560px) { .topbar .t-call { display: none; } .topbar { font-size: .95rem; } }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid #F1E4DA; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 84px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); flex: none; }
.brand-mark { width: 50px; height: 50px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; white-space: nowrap; }
.brand-tag { font-size: .95rem; color: var(--muted); font-weight: 700; white-space: nowrap; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .1rem; align-items: center; }
.main-nav a { display: block; padding: .6rem .75rem; border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 1.05rem; white-space: nowrap; }
.main-nav a:hover { background: var(--blush); color: var(--ink); }
.main-nav a[aria-current="page"] { background: var(--sun); }
.header-cta { display: flex; gap: .6rem; flex: none; }
.header-cta .btn { min-height: 52px; padding: .6rem 1.2rem; font-size: 1.08rem; }
.nav-toggle { display: none; align-items: center; gap: .45rem; min-height: 52px; padding: .5rem .9rem; border-radius: 999px; border: 3px solid var(--ink); background: #fff; color: var(--ink); font: 700 1.05rem var(--font-body); cursor: pointer; flex: none; }
.nav-toggle .icon { width: 1.45em; height: 1.45em; }

@media (max-width: 1240px) {
  .nav-toggle { display: inline-flex; }
  .header-inner { gap: .75rem; }
  .brand { margin-right: auto; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 4px solid var(--coral); box-shadow: var(--shadow-lg); display: none; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; padding: .75rem 1.25rem 1.25rem; gap: .25rem; max-width: var(--wrap); margin: 0 auto; }
  .main-nav a { padding: 1rem 1.1rem; font-size: 1.2rem; border-radius: 14px; }
  .no-js .main-nav { display: block; position: static; box-shadow: none; }
  .no-js .nav-toggle { display: none; }
}
@media (max-width: 900px) {
  .header-cta { display: none; }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 1.18rem; }
  .brand-tag { font-size: .88rem; }
}
@media (max-width: 430px) {
  .brand-tag .t-city { display: none; }
  .brand { gap: .55rem; }
}

/* ---------- Sticky mobile action bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 900px) {
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #EADBD0; box-shadow: 0 -8px 24px rgba(29,23,20,.12);
  }
  .mobile-bar .btn { min-height: 62px; font-size: 1.2rem; padding: .5rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--cream); padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5.5rem); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -160px; top: -200px; background: radial-gradient(circle at 30% 30%, #FF8A66, var(--coral) 60%); border-radius: 50%; opacity: .95; }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; left: -90px; bottom: -120px; background: var(--mint); border-radius: 50%; opacity: .55; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: #fff; color: var(--ink); font-weight: 700; padding: .45rem 1rem; border-radius: 999px; box-shadow: var(--shadow); margin-bottom: 1.2rem; font-size: 1rem; }
.eyebrow .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--mint-soft); }
.hero h1 .mark { background: linear-gradient(transparent 58%, var(--sun) 58%, var(--sun) 92%, transparent 92%); padding: 0 .08em; }
.hero-lead { font-size: clamp(1.2rem, 2vw, 1.4rem); color: var(--text); max-width: 36em; }
.hero .btn-row { margin: 1.8rem 0 1.6rem; }
.hero .btn { min-height: 66px; font-size: 1.28rem; padding-inline: 2rem; }

.trust-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.rating-badge {
  display: inline-flex; align-items: center; gap: .8rem; padding: .7rem 1.2rem .7rem .9rem; background: #fff; border-radius: 18px;
  box-shadow: var(--shadow); text-decoration: none; color: var(--ink); border: 2px solid #F3E2D6;
}
.rating-badge:hover { color: var(--ink); border-color: var(--coral); }
.rating-num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; line-height: 1; }
.stars { display: flex; gap: 2px; color: #F5A300; }
.stars svg { width: 20px; height: 20px; }
.rating-text { display: flex; flex-direction: column; line-height: 1.2; font-size: .98rem; }
.rating-text strong { font-size: 1.02rem; }
.rating-text .u { text-decoration: underline; text-underline-offset: 3px; color: var(--coral-text); font-weight: 700; }
.hours-chip { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.1rem; background: var(--mint-soft); color: var(--teal-deep); border-radius: 18px; font-weight: 700; font-size: 1rem; line-height: 1.3; }

/* Photo slot (placeholder for Jonathan's REAL photo) */
.photo-slot {
  position: relative; aspect-ratio: 4 / 5; border-radius: 32px; background:
    repeating-linear-gradient(135deg, #fff 0 18px, #FFF1E8 18px 36px);
  border: 4px dashed var(--coral-strong); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  color: var(--ink); padding: 1.5rem; box-shadow: var(--shadow-lg);
}
.photo-slot .icon { width: 64px; height: 64px; color: var(--coral-strong); margin-bottom: .6rem; }
.photo-slot strong { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; }
.photo-slot span { font-size: 1rem; color: var(--muted); max-width: 18em; }
.hero .photo-slot { transform: rotate(2deg); }
.photo-sticker { position: absolute; left: -18px; bottom: 28px; background: var(--sun); color: var(--ink); font-weight: 700; padding: .7rem 1.1rem; border-radius: 16px; box-shadow: var(--shadow); transform: rotate(-4deg); font-size: 1rem; display: flex; gap: .5rem; align-items: center; }
.photo-slot.wide { aspect-ratio: 16 / 10; }
.photo-slot.square { aspect-ratio: 1 / 1; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero::before { width: 360px; height: 360px; right: -150px; top: -150px; }
  .hero .photo-slot { max-width: 420px; margin-inline: auto; transform: rotate(1.5deg); aspect-ratio: 5 / 4; width: 100%; }
  .photo-sticker { left: 12px; bottom: -16px; }
  .hero .btn-row .btn { flex: 1 1 100%; }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--cream); padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.page-hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -170px; border-radius: 50%; background: var(--coral); }
.page-hero::after { content: ""; position: absolute; width: 180px; height: 180px; right: 220px; bottom: -110px; border-radius: 50%; background: var(--sun); }
.page-hero.teal::before { background: var(--mint); }
.page-hero.teal::after { background: var(--coral); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .hero-lead { max-width: 40em; }
.page-hero .btn-row { margin-top: 1.6rem; }
.crumbs { font-size: 1rem; margin-bottom: 1rem; color: var(--muted); }
.crumbs a { color: var(--ink); font-weight: 700; }
@media (max-width: 900px) {
  .page-hero::before { width: 260px; height: 260px; right: -130px; top: -130px; }
  .page-hero::after { display: none; }
  .page-hero .btn-row .btn { flex: 1 1 100%; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-head { max-width: 54rem; margin-bottom: 2.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { display: inline-block; font-weight: 700; font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; color: var(--coral-text); margin-bottom: .6rem; }
.bg-cream { background: var(--cream); }
.bg-blush { background: var(--blush); }
.bg-mint { background: var(--mint-soft); }
.bg-dark { background: var(--teal-deep); color: #F2FFF9; }
.bg-dark h2, .bg-dark h3 { color: #fff; }
.bg-dark .kicker { color: var(--sun); }
.lead { font-size: 1.3rem; }

/* Cards */
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: #fff; border-radius: var(--radius); padding: 1.7rem; box-shadow: var(--shadow); border: 2px solid #F5E8DF; position: relative; }
.card h3 { margin-bottom: .4rem; }
.card p:last-child { margin-bottom: 0; }
.icon-badge { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 1rem; background: var(--blush); color: var(--coral-strong); }
.icon-badge .icon { width: 30px; height: 30px; }
.icon-badge.t { background: var(--mint-soft); color: var(--teal); }
.icon-badge.s { background: var(--sun-soft); color: #8A5A00; }

/* Big two-up service feature cards */
.feature { border-radius: 30px; padding: clamp(1.8rem, 4vw, 2.8rem); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.feature h3 { font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; }
.feature ul { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; gap: .55rem; }
.feature li { display: flex; gap: .6rem; align-items: flex-start; }
.feature li .icon { margin-top: .25em; width: 1.1em; height: 1.1em; }
.feature .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 680px) { .feature .btn { align-self: stretch; } }
.feature-coral { background: var(--blush); }
.feature-coral li .icon { color: var(--coral-strong); }
.feature-teal { background: var(--mint-soft); }
.feature-teal li .icon { color: var(--teal); }
.feature .tag { display: inline-block; font-weight: 700; font-size: .95rem; background: #fff; border-radius: 999px; padding: .3rem .9rem; margin-bottom: 1rem; color: var(--ink); }

/* Steps */
.steps { counter-reset: step; }
.step { background: rgba(255,255,255,.07); border: 2px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 2rem 1.7rem 1.7rem; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--sun); color: var(--ink); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 2rem; margin-bottom: 1rem; }
.step:nth-child(2) .step-num { background: var(--mint); }
.step:nth-child(3) .step-num { background: var(--coral); }
.step p { color: #E3F5EE; }
@media (max-width: 680px) { .step { padding: 1.5rem 1.4rem; } .step-num { width: 54px; height: 54px; font-size: 1.7rem; } }
.bg-dark a:not(.btn) { color: var(--sun); }

/* Area */
.area-title { font-family: var(--font-display); font-weight: 800; }
.county { border-radius: var(--radius); padding: 1.6rem; color: var(--ink); position: relative; overflow: hidden; }
.county h3 { font-size: 1.5rem; margin-bottom: .3rem; }
.county p { margin: 0; font-weight: 700; }
.county .icon { width: 34px; height: 34px; margin-bottom: .7rem; }
.county.c1 { background: var(--coral); }
.county.c2 { background: var(--sun); }
.county.c3 { background: var(--mint); }
.county.c4 { background: #FFB199; }
.pill-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.pill-list li { background: #fff; border: 2px solid #F0DDD1; border-radius: 999px; padding: .45rem 1.05rem; font-weight: 700; color: var(--ink); }

/* Reviews placeholders */
.review-slot { border: 3px dashed #E3B9A8; background: #fff; border-radius: var(--radius); padding: 1.7rem; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
.review-slot .stars { margin-bottom: .8rem; }
.review-slot .ph { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--coral-text); }
.review-slot .ph-sub { color: var(--muted); font-size: 1rem; }

/* FAQ */
.faq { display: grid; gap: 1rem; max-width: 52rem; }
.faq details { background: #fff; border-radius: 18px; border: 2px solid #F3DCCF; box-shadow: 0 4px 14px rgba(29,23,20,.05); }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 3.8rem 1.25rem 1.4rem; font-weight: 700; font-size: 1.2rem; color: var(--ink); position: relative; min-height: 64px; display: flex; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: var(--sun); display: grid; place-items: center; font-size: 1.6rem; line-height: 1; font-weight: 700; }
.faq details[open] summary::after { content: "–"; background: var(--coral); }
.faq details > div { padding: 0 1.4rem 1.3rem; }
.faq details > div p:last-child { margin-bottom: 0; }

.faq-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2rem; align-items: start; }
.faq-aside { position: sticky; top: 110px; background: var(--teal-deep); color: #F2FFF9; border-radius: 26px; padding: 2rem; }
.faq-aside h3 { color: #fff; font-size: 1.6rem; }
.faq-aside .btn { width: 100%; margin-top: .8rem; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; } .faq-aside { position: static; } }
.reviews-foot { display: flex; justify-content: center; margin-top: 2rem; }

/* Split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.checklist { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .8rem; }
.checklist li { display: flex; gap: .75rem; align-items: flex-start; }
.checklist .tick { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; margin-top: .05em; }
.checklist .tick .icon { width: 18px; height: 18px; }

.callout { border-radius: var(--radius); padding: 1.6rem 1.8rem; background: var(--sun-soft); border-left: 8px solid var(--sun); color: var(--ink); }
.callout.teal { background: var(--mint-soft); border-left-color: var(--teal); }
.callout p:last-child { margin-bottom: 0; }

/* CTA band */
.cta-band { background: var(--sun); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--coral); right: -80px; top: -150px; opacity: .9; }
.cta-band::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: #fff; left: -50px; bottom: -80px; opacity: .6; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: clamp(2.5rem, 5vw, 3.8rem) 0; }
.cta-inner h2 { margin-bottom: .3rem; }
.cta-inner p { margin: 0; font-size: 1.2rem; color: var(--ink); }
@media (max-width: 680px) { .cta-inner .btn-row { width: 100%; } .cta-inner .btn-row .btn { flex: 1 1 100%; } }

/* Contact cards */
.contact-card { border-radius: 30px; padding: clamp(1.8rem, 4vw, 2.6rem); }
.contact-card h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }
.contact-card .big-phone { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 5vw, 2.8rem); color: var(--ink); text-decoration: none; display: inline-block; margin: .2rem 0 1rem; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 1.1rem; }
.hours-table th, .hours-table td { text-align: left; padding: .65rem 0; border-bottom: 2px dashed #EBD5C8; }
.hours-table td { text-align: right; font-weight: 700; color: var(--ink); }

/* Placeholder text block for Jonathan */
.placeholder-note { border: 3px dashed var(--teal); background: #F4FCF8; border-radius: 18px; padding: 1.2rem 1.4rem; color: var(--teal-deep); font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #EFE6E0; padding: 3.5rem 0 2rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--sun); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.footer-grid h2 { font-size: 1.15rem; color: var(--sun); font-family: var(--font-body); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .8rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.footer-grid ul a { text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.footer-grid ul a:hover { text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.footer-brand .brand-name { color: #fff; }
.footer-phone { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; text-decoration: none; display: inline-flex; align-items: center; min-height: 48px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; font-size: 1rem; color: #D9CCC4; display: grid; gap: .6rem; }
.footer-legal .notice { font-size: 1.05rem; color: #fff; background: rgba(255,255,255,.07); border-radius: 14px; padding: .9rem 1.1rem; margin: 0; border-left: 5px solid var(--coral); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Utilities */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.center { text-align: center; }
.max-40 { max-width: 40rem; }
.contact-card .icon-badge { background: #fff; }
