/* ---------- Tokens ---------- */
:root {
  --maroon-900: #3a0f15;
  --maroon-800: #6f1f29;
  --maroon-700: #9c2f3b;
  --maroon-500: #b9525d;
  --maroon-100: #f4e3e5;

  --cream-50:   #fdf9f1;
  --cream-100:  #f7efe2;
  --cream-200:  #ede1cc;

  --gold:       #c89340;
  --gold-dark:  #9c7026;

  --ink:        #2a1c1d;
  --ink-soft:   #6a4f51;
  --rule:       #ead8d6;
  --white:      #ffffff;

  --maxw: 1180px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(58,15,21,0.05), 0 4px 12px rgba(58,15,21,0.05);
  --shadow-md: 0 14px 40px rgba(58,15,21,0.12);
  --shadow-lg: 0 30px 80px rgba(58,15,21,0.20);

  --serif: "Merriweather", "Iowan Old Style", "Georgia", serif;
  --sans:  "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--maroon-700); text-decoration: none; transition: color .2s; }
a:hover { color: var(--maroon-800); }

/* Subtle paper-grain texture on the cream background */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(58,15,21,0.025) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.6;
}
main, header, footer { position: relative; z-index: 1; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--maroon-900);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  font-weight: 600;
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); font-weight: 600; }
h1 em { font-style: italic; color: var(--maroon-700); font-weight: 500; }
.h1-services {
  display: block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--maroon-700);
  margin-bottom: 0.85rem;
  opacity: 0.9;
}
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h2 em { font-style: italic; color: var(--maroon-700); font-weight: 500; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--sans); }
p { margin: 0 0 1em; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Skip link / a11y ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--maroon-900); color: var(--white);
  padding: 12px 18px; border-radius: 0 0 8px 0; z-index: 100;
}
.skip-link:focus { left: 0; color: var(--white); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 26px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.005em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .25s, color .25s, border-color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--maroon-700); color: var(--white);
  box-shadow: 0 8px 22px rgba(156,47,59,0.28);
}
.btn-primary:hover { background: var(--maroon-800); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(156,47,59,0.36); }
.btn-primary span { transition: transform .25s; }
.btn-primary:hover span { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--maroon-900); border-color: var(--maroon-700); }
.btn-ghost:hover { background: var(--maroon-700); color: var(--white); }
.btn-link { background: transparent; color: var(--maroon-700); padding: 14px 8px; }
.btn-link:hover { color: var(--gold-dark); }
.btn-block { display: flex; width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 0.88rem; }

/* Prominent nav CTA: bright white text, subtle ring, pulsing on idle */
.nav-cta {
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 22px;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  background: var(--maroon-700);
  box-shadow: 0 6px 18px rgba(156,47,59,0.32), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.nav-cta:hover { color: #ffffff !important; background: var(--maroon-800); box-shadow: 0 10px 24px rgba(156,47,59,0.42), inset 0 0 0 1px rgba(255,255,255,0.28); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 249, 241, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.site-header.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 6px 18px rgba(58,15,21,0.04);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--maroon-900); }
.brand:hover { color: var(--maroon-900); }
.brand-logo { width: 44px; height: 44px; object-fit: contain; }
.brand-logo-h { display: block; height: 44px; width: auto; object-fit: contain; }
.site-footer .brand-logo-h { height: 56px; }
@media (max-width: 720px) {
  .brand-logo-h { height: 36px; }
  .site-footer .brand-logo-h { height: 48px; }
}
.brand-text {
  font-family: var(--serif);
  font-size: 1.15rem; font-weight: 600;
  line-height: 1.1;
}
.brand-text em { font-style: normal; font-family: var(--sans); font-weight: 500; font-size: 0.78rem; color: var(--ink-soft); display: block; letter-spacing: 0.04em; text-transform: uppercase; }

.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a {
  font-family: var(--sans);
  font-weight: 500; font-size: 0.94rem;
  color: var(--ink);
}
.primary-nav a:not(.btn):hover { color: var(--maroon-700); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 44px; height: 44px; padding: 8px;
}
.nav-toggle span {
  display: block; height: 2px; background: var(--maroon-900);
  margin: 5px 0; border-radius: 2px;
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 90px 0 40px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 480px at 85% 5%, rgba(200,147,64,0.18), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(156,47,59,0.10), transparent 60%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  min-height: 540px;
}
.eyebrow {
  font-family: var(--sans);
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--maroon-700);
  margin: 0 0 18px;
  padding: 6px 14px;
  background: var(--maroon-100);
  border-radius: 999px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--maroon-700);
  box-shadow: 0 0 0 4px rgba(156,47,59,0.18);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(156,47,59,0.18); }
  50% { box-shadow: 0 0 0 7px rgba(156,47,59,0.06); }
}

.lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 560px; line-height: 1.55; }
.hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 32px 0 26px; }
.trust-row {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 22px;
  font-size: 0.92rem; color: var(--ink-soft);
}
.trust-row li { display: flex; flex-direction: column; line-height: 1.2; }
.trust-row li strong {
  font-family: var(--serif);
  color: var(--maroon-900); font-size: 1.4rem; font-weight: 600;
}

/* hero card */
.hero-card { position: relative; min-height: 460px; }
.hero-frame {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 1;
  max-width: 440px;
  margin-left: auto;
}
.hero-glow {
  position: absolute; inset: 12%;
  background: radial-gradient(circle, rgba(200,147,64,0.20), transparent 65%);
  filter: blur(20px);
  z-index: 0;
}
.hero-logo { position: relative; z-index: 1; max-width: 80%; height: auto; }

.floating-card {
  position: absolute; z-index: 2;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  font-family: var(--sans);
  animation: float 6s ease-in-out infinite;
}
.floating-card.f1 { top: 8%; left: -4%; }
.floating-card.f2 {
  bottom: 8%; right: -4%;
  flex-direction: row; align-items: center; gap: 12px;
  animation-delay: -3s;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) { .floating-card { animation: none; } }
.fc-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.fc-value {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 600;
  color: var(--maroon-700); line-height: 1.1;
}
.fc-foot { font-size: 0.78rem; color: var(--ink-soft); }
.fc-check {
  width: 36px; height: 36px; border-radius: 50%;
  background: #1f8b4c; color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}

/* trust bar under hero */
.trust-bar {
  margin-top: 60px;
  padding: 26px 28px;
  border-top: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.tb-label {
  font-family: var(--sans);
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.tb-logos {
  display: flex; flex-wrap: wrap; gap: 32px;
  font-family: var(--serif); font-weight: 600; font-size: 1.1rem;
  color: var(--ink-soft); opacity: 0.75;
}

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section-cream { background: var(--cream-100); }
.section-dark { background: var(--maroon-900); color: var(--cream-100); }
.section-dark h2 { color: var(--white); }
.section-dark h2 em { color: var(--gold); }
.section-dark .eyebrow { color: var(--cream-100); background: rgba(255,255,255,0.08); }

.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-head .section-sub { color: var(--ink-soft); font-size: 1.1rem; }

/* ---------- Services ---------- */
.service-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, 1fr); }
.service-grid.services-3 { grid-template-columns: repeat(3, 1fr); }
.service {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--maroon-500); }
.service-num {
  font-family: var(--serif);
  font-size: 1.6rem; font-weight: 600;
  color: var(--gold); line-height: 1;
  margin-bottom: 18px;
  font-feature-settings: "lnum";
}
.service h3 { color: var(--maroon-900); margin-bottom: 10px; }
.service p { color: var(--ink-soft); margin: 0 0 16px; flex: 1; }
.service-link {
  font-family: var(--sans); font-weight: 600; font-size: 0.9rem;
  color: var(--maroon-700);
}
.service-link:hover { color: var(--maroon-800); }

/* ---------- Process ---------- */
.process-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; counter-reset: step;
}
.process-step {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 36px 32px;
  position: relative;
}
.ps-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  background: var(--maroon-700); color: var(--white);
  border-radius: 50%;
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(156,47,59,0.25);
}
.process-step h3 { color: var(--maroon-900); }
.process-step p { color: var(--ink-soft); margin: 0; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: center; }
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 28px; padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.about-stats > div { display: flex; flex-direction: column; }
.about-stats strong {
  font-family: var(--serif); font-size: 1.8rem; font-weight: 600;
  color: var(--maroon-700); line-height: 1.1;
}
.about-stats span { color: var(--ink-soft); font-size: 0.88rem; }

.about-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.about-logo { width: 110px; height: 110px; margin: 0 auto 20px; object-fit: contain; }
.about-card blockquote { margin: 0; }
.about-card blockquote p {
  font-family: var(--serif);
  font-size: 1.55rem; line-height: 1.3;
  color: var(--maroon-900);
  font-style: italic; font-weight: 500;
  margin-bottom: 14px;
}
.about-card blockquote footer { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; align-items: stretch;
}
.price-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card.featured {
  border-color: var(--maroon-700); border-width: 2px;
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
  background: linear-gradient(180deg, var(--white) 0%, var(--maroon-100) 100%);
}
.price-card.featured:hover { transform: translateY(-12px); }
.price-card .badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--maroon-700); color: var(--white);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(156,47,59,0.3);
}
.price-tag { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 18px; min-height: 2.6em; }
.price-amount {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px;
  font-family: var(--serif);
  color: var(--maroon-900);
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.price-from {
  flex-basis: 100%;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.price-currency { font-size: 1.4rem; font-weight: 700; color: var(--maroon-700); }
.price-num { font-size: 3rem; font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
.price-period {
  font-family: var(--sans);
  font-size: 0.95rem; font-weight: 500;
  color: var(--ink-soft);
  margin-left: 4px;
}
.price-foot {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.88rem;
  margin: 32px auto 0;
  max-width: 640px;
}
.price-list { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.price-list li {
  padding: 12px 0;
  border-top: 1px solid var(--rule);
  font-size: 0.95rem;
  color: var(--ink);
  display: flex; align-items: flex-start; gap: 10px;
}
.price-list li:first-child { border-top: none; }
.price-list li::before {
  content: "✓"; color: var(--maroon-700); font-weight: 700;
  flex-shrink: 0;
}

/* ---------- Reviews ---------- */
.reviews-head {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.reviews-summary { display: flex; align-items: center; gap: 18px; }
.g-logo { width: 44px; height: 44px; flex-shrink: 0; }
.reviews-title { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; color: var(--white); margin: 0 0 4px; }
.reviews-meta { margin: 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; color: rgba(255,255,255,0.78); font-size: 0.95rem; }
.reviews-meta strong { color: var(--white); font-weight: 700; }
.reviews-count { font-size: 0.88rem; }
.stars { color: #fbbc04; letter-spacing: 2px; font-size: 1rem; }
.btn-ghost-light {
  background: transparent; color: var(--cream-100);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 11px 20px; font-size: 0.88rem;
}
.btn-ghost-light:hover { background: var(--white); color: var(--maroon-900); border-color: var(--white); }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote {
  margin: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform .25s, background .25s;
}
.quote:hover { background: rgba(255,255,255,0.07); transform: translateY(-3px); }
.google-quote .stars { display: block; margin-bottom: 14px; font-size: 1.15rem; }
.google-quote p {
  font-family: var(--serif);
  font-size: 1.05rem; line-height: 1.5;
  color: var(--cream-100);
  font-style: italic;
  margin-bottom: 18px;
}
.google-quote footer {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px; margin-top: 16px;
}
.reviewer-avatar {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%;
  background: var(--gold); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 700;
}
.reviewer-meta { display: flex; flex-direction: column; line-height: 1.3; }
.reviewer-meta strong { color: var(--white); font-weight: 600; font-size: 0.95rem; }
.reviewer-meta em { font-style: normal; font-size: 0.78rem; color: rgba(255,255,255,0.55); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  margin-bottom: 14px;
  padding: 4px 26px;
  transition: border-color .2s, box-shadow .2s;
}
.faq-list details[open] { border-color: var(--maroon-500); box-shadow: var(--shadow-sm); }
.faq-list summary {
  font-family: var(--serif); font-weight: 600;
  font-size: 1.1rem; color: var(--maroon-900);
  padding: 22px 0; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-size: 1.6rem; color: var(--maroon-700); font-weight: 300;
  transition: transform .25s;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--ink-soft); padding-bottom: 22px; margin: 0; }

/* ---------- Contact ---------- */
.section-contact {
  background:
    radial-gradient(900px 500px at 0% 0%, rgba(200,147,64,0.10), transparent 60%),
    var(--cream-100);
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.contact-list li {
  display: grid; grid-template-columns: 110px 1fr; align-items: baseline;
  padding: 14px 0; border-top: 1px solid var(--rule);
  font-size: 1rem;
}
.contact-list li:first-child { border-top: none; }
.contact-list li span {
  font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft); font-weight: 600;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
  display: grid; gap: 18px;
}
.contact-form label { display: grid; gap: 8px; }
.contact-form span {
  font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft); font-weight: 600;
}
.contact-form .optional {
  font-style: normal; font-weight: 500; text-transform: none;
  letter-spacing: 0; opacity: 0.7; margin-left: 4px;
}
.contact-form input,
.contact-form textarea {
  font: inherit;
  padding: 14px 16px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--cream-50);
  color: var(--ink);
  resize: vertical;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--maroon-700);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(156,47,59,0.08);
}
.form-fine { color: var(--ink-soft); font-size: 0.85rem; text-align: center; margin: 4px 0 0; }

.thanks-card {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  gap: 12px;
}
.thanks-card h3 { color: var(--maroon-900); margin: 4px 0; }
.thanks-card p { color: var(--ink-soft); margin: 0 0 8px; max-width: 36ch; }
.thanks-check {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #1f8b4c; color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem; font-weight: 700;
  margin-bottom: 6px;
  box-shadow: 0 8px 22px rgba(31,139,76,0.30);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--maroon-900);
  color: var(--cream-200);
  padding: 70px 0 28px;
}
.brand-light, .brand-light .brand-text { color: var(--cream-100); }
.brand-light .brand-text em { color: rgba(255,255,255,0.55); }
.brand-logo-invert {
  background: var(--cream-100);
  border-radius: 14px;
  padding: 4px;
}
.footer-tag { color: rgba(255,255,255,0.65); margin-top: 14px; max-width: 320px; font-family: var(--serif); font-style: italic; font-size: 1.02rem; }

.footer-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 50px; padding-bottom: 44px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-cols h4 { color: var(--white); margin-bottom: 16px; font-family: var(--sans); }
.footer-cols a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  padding: 5px 0;
}
.footer-cols a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  color: rgba(255,255,255,0.55); font-size: 0.82rem;
}

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  display: none;
  position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60;
  background: var(--maroon-700); color: var(--white);
  text-align: center;
  padding: 16px 20px;
  border-radius: 999px;
  font-family: var(--sans); font-weight: 600;
  box-shadow: 0 12px 28px rgba(58,15,21,0.30);
}
.mobile-cta:hover { color: var(--white); background: var(--maroon-800); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .service-grid, .service-grid.services-3 { grid-template-columns: 1fr; }
  .pricing-grid, .quote-grid, .process-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-3px); }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-card.f1 { left: 0; }
  .floating-card.f2 { right: 0; }
  .hero-frame { margin: 0 auto; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream-50);
    border-bottom: 1px solid var(--rule);
    flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 0;
    display: none;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 16px 28px; border-top: 1px solid var(--rule); }
  .primary-nav a.btn { margin: 12px 28px; padding: 12px 18px; }
  .footer-cols { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .hero { padding: 56px 0 28px; }
  .mobile-cta { display: block; }
  body { padding-bottom: 80px; }
  .trust-bar { flex-direction: column; align-items: flex-start; }
  .tb-logos { gap: 18px; font-size: 0.95rem; }
}
