/* =========================================================
   MTO Painting — Design System
   Navy + Warm Gold, clean & trustworthy local-contractor feel
   ========================================================= */

:root {
  /* Brand colors */
  --navy-950: #0a1a2f;
  --navy-900: #0f2a4a;
  --navy-800: #163a63;
  --navy-700: #1f4c80;
  --navy-100: #e6edf5;
  --navy-50: #f4f7fb;

  --gold-600: #b8842b;
  --gold-500: #c9962f;
  --gold-400: #d9ab4d;
  --gold-100: #f8ecd3;

  --ink: #1c2430;
  --ink-soft: #4a5568;
  --paper: #ffffff;
  --paper-alt: #f7f8fa;
  --line: #e2e6ec;

  --success: #2f7d4f;

  /* Type */
  --font-head: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  /* Shape & motion */
  --radius: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(15, 42, 74, 0.08);
  --shadow-md: 0 8px 24px rgba(15, 42, 74, 0.12);
  --shadow-lg: 0 20px 48px rgba(15, 42, 74, 0.18);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  --container: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--navy-900); }
p { margin: 0 0 1em; }
button { font-family: inherit; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 88px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }

.section-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin: 0 0 40px; text-align: left; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }
.section-head p { color: var(--ink-soft); font-size: 17px; }

.bg-alt { background: var(--paper-alt); }
.bg-navy { background: var(--navy-900); color: #dce6f2; }
.bg-navy h2, .bg-navy h3 { color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease), color .15s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold-500); color: var(--navy-950); box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: var(--gold-400); box-shadow: var(--shadow-md); }
.btn-navy { background: var(--navy-900); color: #fff; }
.btn-navy:hover { background: var(--navy-800); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-outline-navy { background: transparent; border-color: var(--navy-900); color: var(--navy-900); }
.btn-outline-navy:hover { background: var(--navy-900); color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 14px; }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--navy-950);
  color: #b9c7da;
  font-size: 13.5px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar a { color: #dce6f2; }
.topbar a:hover { color: var(--gold-400); }
.topbar-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-links .dot::before { content: "•"; margin-right: 20px; color: var(--navy-700); }
.topbar-social { display: flex; gap: 14px; align-items: center; }
.topbar-social svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- Header / Nav ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.brand-mark svg { width: 24px; height: 24px; }
.brand-text { font-family: var(--font-head); line-height: 1.05; }
.brand-text .mto { font-weight: 800; font-size: 21px; color: var(--navy-900); letter-spacing: .01em; }
.brand-text .painting { font-weight: 600; font-size: 11.5px; letter-spacing: .28em; color: var(--gold-600); text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav ul { display: flex; gap: 28px; }
.main-nav a {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
}
.main-nav a:hover { color: var(--navy-900); }
.main-nav a.active { color: var(--navy-900); font-weight: 600; }
.main-nav a.active::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold-500); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--navy-900); font-size: 15px; }
.nav-phone svg { width: 18px; height: 18px; fill: var(--gold-500); }

.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 940px) {
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); height: 100vh;
    background: var(--navy-950); flex-direction: column; align-items: flex-start;
    padding: 100px 28px 28px; transform: translateX(100%); transition: transform .3s var(--ease);
    gap: 28px; }
  .main-nav.open { transform: translateX(0); box-shadow: var(--shadow-lg); }
  .main-nav ul { flex-direction: column; gap: 22px; }
  .main-nav a { color: #fff; font-size: 18px; }
  .main-nav a.active { color: var(--gold-400); }
  .nav-cta { flex-direction: column; align-items: flex-start; width: 100%; }
  .nav-phone { color: #fff; }
  .nav-toggle { display: inline-flex; }
  body.nav-open { overflow: hidden; }
}

.nav-scrim {
  display: none;
  position: fixed; inset: 0; background: rgba(10,26,47,.5); z-index: 90;
}
body.nav-open .nav-scrim { display: block; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, rgba(10,26,47,.78), rgba(10,26,47,.86)), var(--navy-950);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero .img-placeholder { position: absolute; inset: 0; border-radius: 0; border: none; z-index: 0; }
.hero > img { z-index: 0; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,20,38,.6) 0%, rgba(8,20,38,.72) 55%, rgba(8,20,38,.85) 100%);
  z-index: 1;
}
.hero-inner { position: relative; z-index: 2; padding: 110px 0 96px; }
.hero-small { padding: 64px 0; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  backdrop-filter: blur(4px);
}
.hero-badge svg { width: 14px; height: 14px; fill: var(--gold-400); }
.hero h1 { color: #fff; font-size: clamp(34px, 5vw, 58px); max-width: 780px; text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.hero .lede { font-size: 19px; max-width: 600px; color: #cfdaea; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-stats { display: flex; gap: 40px; margin-top: 56px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-head); font-size: 30px; color: var(--gold-400); }
.hero-stats div span { font-size: 13.5px; color: #b9c7da; }
.breadcrumb { font-size: 13.5px; color: #b9c7da; margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--gold-400); }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--navy-900); padding: 22px 0; }
.trust-strip .container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #dce6f2; font-family: var(--font-head); font-weight: 600; font-size: 14.5px; }
.trust-item svg { width: 20px; height: 20px; fill: var(--gold-400); flex-shrink: 0; }

/* ---------- Cards / Grids ---------- */
.grid { display: grid; gap: 28px; }
.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: 920px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.service-card { padding: 0; display: flex; flex-direction: column; }
.service-card .thumb { aspect-ratio: 4/3; }
.service-card .body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-size: 19px; }
.service-card p { color: var(--ink-soft); font-size: 15px; flex: 1; }
.service-card .more { margin-top: 12px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--gold-600); display: inline-flex; align-items: center; gap: 6px; }
.service-card .more svg { width: 14px; height: 14px; fill: currentColor; transition: transform .15s; }
.service-card:hover .more svg { transform: translateX(4px); }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--gold-100); display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.service-icon svg { width: 26px; height: 26px; fill: var(--gold-600); }

/* Feature icon list */
.feature { display: flex; gap: 16px; }
.feature .ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--navy-100);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feature .ico svg { width: 22px; height: 22px; fill: var(--navy-800); }
.feature h4 { font-size: 16.5px; margin-bottom: 4px; }
.feature p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

/* Process steps */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 64px; margin-bottom: 34px; }
.step:last-child { margin-bottom: 0; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy-900); color: var(--gold-400);
  font-family: var(--font-head); font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.step h4 { font-size: 17px; margin-bottom: 4px; }
.step p { color: var(--ink-soft); margin: 0; font-size: 15px; }

/* Testimonials */
.t-card { padding: 28px; }
.t-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.t-stars svg { width: 16px; height: 16px; fill: var(--gold-500); }
.t-quote { font-size: 15.5px; color: var(--ink); margin-bottom: 18px; }
.t-person { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy-100); color: var(--navy-800);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 14px;
}
.t-name { font-family: var(--font-head); font-weight: 600; font-size: 14.5px; }
.t-loc { font-size: 13px; color: var(--ink-soft); }

/* CTA banner */
.cta-banner {
  background: linear-gradient(120deg, var(--navy-950), var(--navy-800));
  color: #fff; border-radius: var(--radius-lg);
  padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.cta-banner h2 { color: #fff; margin-bottom: 8px; font-size: 28px; }
.cta-banner p { color: #cfdaea; margin: 0; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Image placeholder system ---------- */
.img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: 16px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 2px, transparent 2px 14px),
    linear-gradient(135deg, var(--navy-800), var(--navy-950));
  color: #cfdaea;
  border: 1.5px dashed rgba(255,255,255,.25);
  border-radius: inherit;
}
.img-placeholder svg { width: 30px; height: 30px; fill: var(--gold-400); opacity: .9; }
.img-placeholder .ph-label { font-family: var(--font-head); font-weight: 600; font-size: 13px; color: #fff; }
.img-placeholder .ph-file { font-size: 11.5px; color: #9fb2c9; font-family: ui-monospace, "SF Mono", Consolas, monospace; }
figure.media { margin: 0; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; background: var(--navy-900); }
.thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--navy-900); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Gallery ---------- */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  padding: 9px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; font-family: var(--font-head); font-weight: 600; font-size: 14px;
  color: var(--ink-soft); cursor: pointer; transition: all .15s var(--ease);
}
.filter-btn:hover { border-color: var(--navy-700); color: var(--navy-900); }
.filter-btn.active { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.gallery-item .tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: rgba(10,26,47,.75); color: #fff; font-size: 11.5px; font-weight: 600;
  padding: 5px 12px; border-radius: 999px; font-family: var(--font-head); letter-spacing: .04em; text-transform: uppercase;
}
.gallery-item .overlay {
  position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,26,47,.85), transparent 55%);
  display: flex; align-items: flex-end; padding: 16px; opacity: 0; transition: opacity .2s;
  color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 14px; z-index: 2;
}
.gallery-item:hover .overlay { opacity: 1; }

/* Before / after slider (drag or tap to compare; arrow keys when focused) */
.ba-wrap { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; cursor: ew-resize; touch-action: pan-y; user-select: none; }
.ba-wrap .ba-after, .ba-wrap .ba-before { position: absolute; inset: 0; }
.ba-wrap .ba-before { clip-path: inset(0 50% 0 0); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3;
  transform: translateX(-50%);
  border-left: 3px solid var(--gold-500);
  display: flex; align-items: center; justify-content: center;
  cursor: ew-resize;
}
.ba-handle:focus-visible::after { outline: 3px solid var(--gold-400); outline-offset: 2px; }
.ba-handle::after {
  content: ""; position: absolute; width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold-500); box-shadow: var(--shadow-md);
}
.ba-handle svg { position: relative; z-index: 1; width: 20px; height: 20px; fill: none; stroke: var(--navy-950); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.ba-label { position: absolute; top: 12px; z-index: 2; background: rgba(10,26,47,.75); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; pointer-events: none; }
.ba-label.before { left: 12px; }
.ba-label.after { right: 12px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(10,16,26,.92); z-index: 200; display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox-inner { max-width: 900px; width: 100%; }
.lightbox-inner .frame { aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; }
.lightbox-close { position: absolute; top: 24px; right: 28px; background: none; border: none; cursor: pointer; }
.lightbox-close svg { width: 30px; height: 30px; fill: #fff; }
.lightbox-cap { color: #dce6f2; text-align: center; margin-top: 16px; font-family: var(--font-head); }

/* ---------- Forms ---------- */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: 14px; margin-bottom: 7px; color: var(--navy-900); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: #fff;
  transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-700); }
.field textarea { resize: vertical; min-height: 120px; }
.field-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 6px; }
.form-success, .form-error {
  display: none; padding: 14px 18px; border-radius: 10px; font-size: 14.5px; font-weight: 600; margin-bottom: 18px;
}
.form-success { background: #e7f4ec; color: var(--success); }
.form-error { background: #fbe9e9; color: #b4302f; }

/* Contact info cards */
.info-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; }
.info-card .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-card .ico svg { width: 22px; height: 22px; fill: var(--gold-600); }
.info-card h4 { font-size: 16px; margin-bottom: 4px; }
.info-card p, .info-card a { color: var(--ink-soft); font-size: 14.5px; margin: 0; }
.info-card a:hover { color: var(--navy-900); }

.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Areas page ---------- */
.area-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 720px) { .area-cols { grid-template-columns: 1fr; } }
.area-col h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; border-bottom: 2px solid var(--gold-100); padding-bottom: 14px; margin-bottom: 18px; }
.area-col h3 svg { width: 22px; height: 22px; fill: var(--gold-600); }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--paper-alt); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 500; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--navy-900); gap: 16px; }
.faq-q svg { width: 20px; height: 20px; fill: var(--gold-600); flex-shrink: 0; transition: transform .2s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s var(--ease); }
.faq-a p { color: var(--ink-soft); padding-bottom: 22px; margin: 0; font-size: 15px; }
.faq-item.open .faq-a { max-height: 300px; }

/* ---------- Values / About ---------- */
.value-card { padding: 26px; text-align: left; }
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
@media (max-width: 860px) { .about-hero-grid { grid-template-columns: 1fr; } }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
@media (max-width: 560px) { .stat-row { grid-template-columns: 1fr; } }
.stat-box { text-align: center; padding: 22px; background: var(--paper-alt); border-radius: var(--radius); }
.stat-box strong { display: block; font-family: var(--font-head); font-size: 30px; color: var(--navy-900); }
.stat-box span { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy-950); color: #b9c7da; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: #fff; font-size: 14.5px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul li { margin-bottom: 11px; }
.footer-grid a:hover { color: var(--gold-400); }
.footer-brand p { font-size: 14px; color: #9fb2c9; max-width: 280px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--gold-500); }
.footer-social svg { width: 17px; height: 17px; fill: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 13px; color: #7e93ac; flex-wrap: wrap; gap: 10px; }
.footer-bottom a:hover { color: var(--gold-400); }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    background: var(--navy-950); padding: 12px 16px; gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,.25);
  }
  .mobile-cta a { flex: 1; }
  body { padding-bottom: 68px; }
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
