/* Cedar & Co Renovations - premium custom-site styles (mobile-first) */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&display=swap");

:root {
  --ink: #12100e;
  --ink-2: #2c2824;
  --bg: #f4f0e8;
  --bg-2: #ebe4d8;
  --surface: #fffdf8;
  --surface-2: #f8f4ec;
  --accent: #7a4f2c;
  --accent-2: #a06b3f;
  --accent-soft: rgba(122, 79, 44, 0.1);
  --sage: #3f5c49;
  --sage-soft: rgba(63, 92, 73, 0.12);
  --muted: #6f6860;
  --line: rgba(18, 16, 14, 0.1);
  --line-strong: rgba(18, 16, 14, 0.16);
  --shadow-sm: 0 8px 24px rgba(18, 16, 14, 0.06);
  --shadow-md: 0 18px 48px rgba(18, 16, 14, 0.1);
  --shadow-lg: 0 28px 70px rgba(18, 16, 14, 0.14);
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --hdr-h: 4.25rem;
  --page-pad: clamp(1.1rem, 4.5vw, 2rem);
  --content: 72rem;
  --narrow: 46rem;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--accent); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  padding: 0.75rem 1rem; background: var(--accent); color: #fff;
  font-family: var(--font-body); text-decoration: none; border-radius: 8px;
}
.skip:focus { left: 0.75rem; top: 0.75rem; }

.wrap { width: min(100%, var(--content)); margin-inline: auto; padding-inline: var(--page-pad); }
.section { padding-block: clamp(3rem, 8vw, 5.5rem); }
.section--tight { padding-block: clamp(2rem, 5vw, 3.5rem); }
.section-head { max-width: 38rem; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sage); margin: 0 0 0.85rem;
}
.eyebrow::before {
  content: ""; width: 1.5rem; height: 1px; background: currentColor; opacity: 0.5;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 6vw, 4rem); margin: 0 0 1rem; text-wrap: balance; }
h2 { font-size: clamp(1.55rem, 3.5vw, 2.35rem); margin: 0 0 0.65rem; }
h3 { font-size: 1.12rem; margin: 0 0 0.45rem; }
.lede { font-size: clamp(1.02rem, 2.2vw, 1.2rem); color: var(--muted); margin: 0; max-width: 36rem; line-height: 1.7; }
.section-lede { color: var(--muted); margin: 0; max-width: 38rem; font-size: 1.05rem; }

/* --- Header / nav --- */
.site-top {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244, 240, 232, 0.92);
  border-bottom: 1px solid var(--line);
}
.site-top.is-scrolled { box-shadow: var(--shadow-sm); }
.hdr {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  min-height: var(--hdr-h); max-width: var(--content); margin: 0 auto; padding: 0.65rem var(--page-pad);
}
.brand {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  text-decoration: none; color: var(--ink); position: relative; z-index: 102;
}
.brand-mark {
  width: 2.2rem; height: 2.2rem; border-radius: 10px;
  background: linear-gradient(145deg, var(--accent-2), var(--accent));
  color: #fff; display: grid; place-items: center;
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.brand-amp { font-style: italic; font-weight: 500; opacity: 0.85; }

.nav-toggle {
  display: flex; align-items: center; justify-content: center;
  width: 2.85rem; height: 2.85rem; padding: 0;
  border: 1px solid var(--line-strong); border-radius: 12px;
  background: var(--surface); cursor: pointer; position: relative; z-index: 102;
}
.nav-toggle__bars {
  display: block; width: 1.15rem; height: 2px; background: var(--ink);
  position: relative; transition: background 0.2s;
}
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ""; position: absolute; left: 0; width: 100%; height: 2px;
  background: var(--ink); transition: transform 0.2s, top 0.2s;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { top: 0; transform: rotate(-45deg); }

html.menu-open::before {
  content: ""; position: fixed; inset: 0; z-index: 88;
  background: rgba(18, 16, 14, 0.45);
}

.nav {
  display: flex; visibility: hidden; pointer-events: none;
  position: fixed; top: var(--hdr-h); right: 0; bottom: 0;
  width: min(20rem, 90vw); flex-direction: column; justify-content: flex-start;
  padding: 1rem var(--page-pad) max(2rem, env(safe-area-inset-bottom));
  padding-right: max(var(--page-pad), env(safe-area-inset-right));
  background: var(--surface); font-size: 1rem; z-index: 90;
  box-shadow: var(--shadow-lg); overflow-y: auto;
  transform: translateX(100%); transition: transform 0.3s ease, visibility 0.3s;
}
.nav.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); }
.nav a {
  text-decoration: none; color: var(--ink-2); padding: 0.95rem 0;
  border-bottom: 1px solid var(--line); font-weight: 500;
}
.nav a[aria-current="page"] { color: var(--accent); }
.nav-cta {
  margin-top: 0.85rem; text-align: center; border: 0 !important;
  background: var(--ink) !important; color: #fff !important;
  padding: 0.95rem 1rem !important; border-radius: 999px;
}

@media (min-width: 900px) {
  html.menu-open::before { display: none; }
  .site-top {
    display: flex; align-items: center; justify-content: space-between; gap: 2rem;
    max-width: var(--content); margin: 0 auto; padding: 0 var(--page-pad);
  }
  .hdr { flex: 0 1 auto; min-height: 0; padding: 0.85rem 0; margin: 0; }
  .nav-toggle { display: none; }
  .nav {
    visibility: visible; pointer-events: auto; position: static;
    width: auto; flex: 1 1 auto; flex-direction: row; align-items: center;
    justify-content: flex-end; gap: 1.35rem; padding: 0; margin: 0;
    background: transparent; box-shadow: none; overflow: visible;
    transform: none; transition: none;
  }
  .nav a { padding: 0.35rem 0; border: 0; font-size: 0.94rem; }
  .nav-cta {
    margin-top: 0; padding: 0.55rem 1.1rem !important;
    background: var(--accent) !important; transition: transform 0.15s, filter 0.15s;
  }
  .nav-cta:hover { transform: translateY(-1px); filter: brightness(1.05); color: #fff !important; }
}

/* --- Breadcrumbs --- */
.crumbs { padding: 1rem var(--page-pad) 0; max-width: var(--content); margin: 0 auto; }
.crumbs ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.5rem;
  font-size: 0.82rem; color: var(--muted);
}
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 0.5rem; opacity: 0.45; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 500; }

/* --- Buttons --- */
.cta-row { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.75rem; }
@media (min-width: 520px) { .cta-row { flex-direction: row; flex-wrap: wrap; align-items: center; } }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.95rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; border: 1px solid transparent; transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn--primary { background: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--surface); color: var(--accent); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { color: var(--accent); }
.btn--on-dark { color: #fff; border-color: rgba(255, 255, 255, 0.28); }
.btn--on-dark:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }

/* --- Hero --- */
.hero { position: relative; overflow: hidden; }
.hero--home {
  padding: clamp(2.5rem, 7vw, 4.5rem) var(--page-pad) clamp(2rem, 5vw, 3rem);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(160, 107, 63, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(63, 92, 73, 0.1), transparent 50%),
    linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.hero--home .hero__grid {
  display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center;
  max-width: var(--content); margin: 0 auto;
}
@media (min-width: 960px) {
  .hero--home .hero__grid { grid-template-columns: 1.05fr 0.95fr; }
}
.hero__visual { position: relative; min-height: 280px; }
.hero__frame {
  position: relative; height: 100%; min-height: 280px; border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.7), rgba(255,255,255,0.15)),
    linear-gradient(135deg, #d4c4aa 0%, #8b6b4d 45%, #3f5c49 100%);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.hero__frame::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px; opacity: 0.5;
}
.hero__badge {
  position: absolute; left: 1.25rem; bottom: 1.25rem; right: 1.25rem;
  padding: 0.85rem 1rem; border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.92); border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(8px); font-size: 0.88rem; color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.hero__badge strong { display: block; font-family: var(--font-display); font-size: 1rem; color: var(--ink); }

.hero--inner {
  padding: clamp(2rem, 6vw, 3.5rem) var(--page-pad);
  background: var(--surface); border-bottom: 1px solid var(--line);
}
.hero--inner .wrap { max-width: var(--narrow); }

.trust-strip {
  border-bottom: 1px solid var(--line); background: var(--surface);
}
.trust-strip__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  max-width: var(--content); margin: 0 auto;
}
@media (min-width: 720px) { .trust-strip__grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item {
  padding: 1.15rem var(--page-pad); text-align: center;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) { .trust-item { border-bottom: 0; } }
.trust-item:last-child { border-right: 0; }
.trust-item strong {
  display: block; font-family: var(--font-display); font-size: 1.2rem;
  color: var(--accent); margin-bottom: 0.15rem;
}
.trust-item span { font-size: 0.82rem; color: var(--muted); }

/* --- Cards --- */
.card-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1.1rem; grid-template-columns: 1fr;
}
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(122, 79, 44, 0.25); }
.card__icon {
  width: 2.5rem; height: 2.5rem; border-radius: 12px; margin-bottom: 1rem;
  display: grid; place-items: center; font-size: 1.1rem;
  background: var(--accent-soft); color: var(--accent);
}
.card p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.card-link { margin-top: 1.25rem; font-weight: 600; font-size: 0.92rem; text-decoration: none; color: var(--accent); }
.card-link:hover { text-decoration: underline; }

/* --- Feature band --- */
.band-dark {
  background: var(--ink); color: #f2ece2;
  padding: clamp(3rem, 8vw, 5rem) var(--page-pad);
}
.band-dark h2 { color: #fff; }
.band-dark .section-lede { color: rgba(242, 236, 226, 0.72); }
.feature-grid {
  list-style: none; margin: 2rem 0 0; padding: 0;
  display: grid; gap: 1rem; grid-template-columns: 1fr;
}
@media (min-width: 720px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .feature-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.feature-grid li {
  padding: 1.15rem 1.15rem 1.15rem 2.75rem; position: relative;
  border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius);
  background: rgba(255,255,255,0.04); font-size: 0.95rem; color: rgba(242, 236, 226, 0.88);
}
.feature-grid li::before {
  content: ""; position: absolute; left: 1.1rem; top: 1.35rem;
  width: 0.55rem; height: 0.55rem; border-radius: 999px; background: var(--accent-2);
}

/* --- Process --- */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1rem; counter-reset: step;
}
@media (min-width: 900px) { .steps--4 { grid-template-columns: repeat(4, 1fr); } }
.steps li {
  counter-increment: step; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.35rem 1.25rem 1.25rem 1.25rem;
  box-shadow: var(--shadow-sm); position: relative;
}
.steps--4 li { padding-top: 3rem; text-align: center; }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 999px;
  background: var(--ink); color: #fff; font-size: 0.72rem; font-weight: 700;
  margin-bottom: 0.75rem;
}
.steps--4 li::before { position: absolute; top: 1.1rem; left: 50%; transform: translateX(-50%); margin: 0; }
.steps h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; }
.steps p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* --- Testimonials --- */
.quotes {
  display: grid; gap: 1rem;
}
@media (min-width: 768px) { .quotes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
  margin: 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-sm);
}
.quote::before {
  content: "\201C"; display: block; font-family: var(--font-display);
  font-size: 2.5rem; line-height: 1; color: var(--accent-2); margin-bottom: 0.25rem;
}
.quote p { margin: 0; font-size: 0.98rem; color: var(--ink-2); }
.quote footer {
  margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line);
  font-size: 0.82rem; color: var(--muted);
}

/* --- Services detail --- */
.svc-grid {
  display: grid; gap: 1.25rem;
}
@media (min-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
.svc-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.svc-card h2 { font-size: 1.35rem; }
.svc-card > p { color: var(--muted); margin: 0 0 0.85rem; }
.svc-card ul { margin: 0; padding-left: 1.1rem; color: var(--ink-2); font-size: 0.94rem; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1rem; }
.svc-tags span {
  font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.65rem;
  border-radius: 999px; background: var(--sage-soft); color: var(--sage);
}

/* --- Table --- */
.table-wrap { overflow-x: auto; margin-top: 1.25rem; border-radius: var(--radius-lg); border: 1px solid var(--line); }
table { width: 100%; min-width: 34rem; border-collapse: collapse; background: var(--surface); }
th, td { padding: 0.9rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
th { background: var(--surface-2); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
tr:last-child td { border-bottom: 0; }
.note { margin-top: 0.85rem; font-size: 0.86rem; color: var(--muted); }

/* --- FAQ --- */
.faq { display: grid; gap: 0.65rem; }
.faq details {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.faq summary {
  padding: 1rem 1.15rem; cursor: pointer; font-weight: 600;
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.2rem; color: var(--accent); font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq details p { margin: 0; padding: 0 1.15rem 1.1rem; color: var(--muted); font-size: 0.95rem; }

/* --- Split / about --- */
.split { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 1.1fr 0.9fr; } }
.panel {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.cred-list { list-style: none; margin: 0; padding: 0; }
.cred-list li {
  padding: 0.75rem 0; border-bottom: 1px solid var(--line);
  font-size: 0.94rem; display: flex; gap: 0.65rem; align-items: flex-start;
}
.cred-list li::before { content: "\2713"; color: var(--sage); font-weight: 700; flex-shrink: 0; }
.cred-list li:last-child { border-bottom: 0; }

.pill-grid {
  list-style: none; margin: 1rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.pill-grid li {
  padding: 0.45rem 0.85rem; border-radius: 999px; font-size: 0.86rem;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-2);
}

/* --- Contact --- */
.contact-layout { display: grid; gap: 1.5rem; }
@media (min-width: 960px) { .contact-layout { grid-template-columns: 1.15fr 0.85fr; } }
.contact-cards { display: grid; gap: 1rem; }
@media (min-width: 600px) { .contact-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .contact-cards--3 { grid-template-columns: repeat(3, 1fr); } }
.contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.35rem; box-shadow: var(--shadow-sm);
}
.contact-card h2 { font-family: var(--font-body); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; }
.contact-card a { color: var(--accent); font-weight: 600; text-decoration: none; font-size: 1.05rem; }
.contact-card a:hover { text-decoration: underline; }
.contact-card p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.9rem; }

.map-card {
  border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden;
  background: var(--surface-2); min-height: 220px; box-shadow: var(--shadow-sm);
}
.map-card__inner {
  height: 100%; min-height: 220px; display: grid; place-items: center; text-align: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(122,79,44,0.15), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(63,92,73,0.12), transparent 40%),
    linear-gradient(180deg, var(--surface), var(--bg-2));
  color: var(--muted); font-size: 0.92rem;
}

/* --- CTA --- */
.cta-panel {
  border-radius: var(--radius-xl); padding: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(135deg, var(--ink) 0%, #2a231c 55%, var(--sage) 100%);
  color: #f2ece2; text-align: center; box-shadow: var(--shadow-lg);
}
.cta-panel h2 { color: #fff; margin-bottom: 0.75rem; }
.cta-panel .section-lede { margin-inline: auto; color: rgba(242,236,226,0.75); }
.cta-panel .cta-row { justify-content: center; margin-top: 1.5rem; }

/* --- Legal --- */
.legal-body { max-width: 40rem; }
.legal-body h2 {
  font-family: var(--font-body); font-size: 1rem; font-weight: 700;
  margin: 2rem 0 0.5rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body ul { color: var(--muted); font-size: 0.96rem; }
.legal-body ul { padding-left: 1.2rem; }

/* --- Footer --- */
.ftr {
  background: var(--ink); color: rgba(242, 236, 226, 0.72);
  padding: clamp(2.5rem, 6vw, 4rem) var(--page-pad) 2rem;
  margin-top: 0;
}
.ftr-grid {
  display: grid; gap: 2rem; max-width: var(--content); margin: 0 auto;
}
@media (min-width: 768px) { .ftr-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.ftr-brand { font-family: var(--font-display); font-size: 1.25rem; color: #fff; margin: 0 0 0.5rem; }
.ftr-tagline { margin: 0 0 1rem; font-size: 0.92rem; max-width: 22rem; }
.ftr-col h3 {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin: 0 0 0.85rem;
}
.ftr-col p, .ftr-col a { margin: 0.3rem 0; font-size: 0.9rem; display: block; text-decoration: none; color: rgba(242,236,226,0.78); }
.ftr-col a:hover { color: #fff; }
.ftr-bottom {
  max-width: var(--content); margin: 2rem auto 0; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.8rem;
}

/* --- Motion --- */
@media (prefers-reduced-motion: no-preference) {
  .hero--home .hero__content > * { animation: rise 0.75s both cubic-bezier(0.2, 0.7, 0.2, 1); }
  .hero--home .eyebrow { animation-delay: 0.05s; }
  .hero--home h1 { animation-delay: 0.12s; }
  .hero--home .lede { animation-delay: 0.2s; }
  .hero--home .cta-row { animation-delay: 0.28s; }
  .hero--home .hero__visual { animation: rise 0.9s 0.15s both cubic-bezier(0.2, 0.7, 0.2, 1); }
}
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
  .reveal.in { opacity: 1; transform: none; }
}
