/* Meridian Rose — Franchise & Insurance Advisory
   Palette: ink navy / parchment / antique brass / slate / forest / linen */

:root {
  --ink: #1B2A3A;
  --parchment: #F7F3EA;
  --brass: #A8894F;
  --brass-dark: #8A6F3D;
  --slate: #5C6B7A;
  --forest: #2E4638;
  --linen: #EFE9DC;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", Tahoma, Arial, sans-serif;
  --maxw: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; }

a { color: var(--brass-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.2; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.2em; }
.lead { font-size: 1.2em; color: var(--slate); max-width: 62ch; }

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

/* Eyebrow labels */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass-dark);
  margin: 0 0 0.9em;
}
.on-dark .eyebrow { color: var(--brass); }

/* Meridian divider — the mark's language carried into the page */
.meridian-divider {
  display: flex; flex-direction: column; align-items: center;
  gap: 0; margin: 0 auto; padding: 3.2rem 0 0;
}
.meridian-divider::before,
.meridian-divider::after {
  content: ""; width: 1.5px; height: 30px; background: var(--brass);
}
.meridian-divider span {
  width: 11px; height: 11px; border: 1.5px solid var(--brass);
  border-radius: 50%; margin: 7px 0;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--parchment);
  border-bottom: 1px solid rgba(168, 137, 79, 0.35);
  position: relative;
  z-index: 20;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 14px 24px; max-width: 1220px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img.lockup { height: 100px; width: auto; display: block; }
.brand img.mark-sm { height: 64px; width: auto; display: none; }

.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--brass);
  color: var(--ink); font: 600 1rem var(--sans); padding: 10px 16px;
  border-radius: 4px; cursor: pointer;
}
.site-nav ul { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-nav a {
  white-space: nowrap;
  font: 600 1.18rem var(--sans); color: var(--ink); text-decoration: none;
  letter-spacing: 0.02em; padding: 8px 2px; border-bottom: 2px solid transparent;
}
.site-nav a:hover { border-bottom-color: var(--brass); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--brass); color: var(--brass-dark); }
.nav-phone {
  border: 1.5px solid var(--brass); border-radius: 4px; padding: 9px 16px !important;
  white-space: nowrap;
}
.nav-phone:hover { background: var(--ink); color: var(--parchment) !important; border-color: var(--ink); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 18px 0 0; font-size: 0.95rem; color: var(--slate); }
.breadcrumb a { color: var(--slate); }
.breadcrumb span[aria-current] { color: var(--brass-dark); }

/* ---------- Hero ---------- */
.hero { padding: 4.5rem 0 3.5rem; text-align: center; }
.hero .hero-lockup { max-width: 640px; margin: 0 auto 2.2rem; display: block; }
.hero h1 { max-width: 20ch; margin-left: auto; margin-right: auto; }
.hero .lead { margin: 1rem auto 2rem; }

.page-hero { padding: 3.4rem 0 3rem; color: var(--parchment); }
.page-hero.navy { background: var(--ink); }
.page-hero.forest { background: var(--forest); }
.page-hero .eyebrow { color: var(--brass); }
.page-hero p { color: rgba(247, 243, 234, 0.85); max-width: 62ch; }
.page-hero .meridian-rule-v {
  width: 1.5px; height: 44px; background: var(--brass); margin: 0 0 1.4rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font: 600 1.05rem var(--sans); letter-spacing: 0.03em;
  padding: 15px 34px; border-radius: 4px; text-decoration: none; cursor: pointer;
  border: 1.5px solid var(--ink); min-height: 48px;
}
.btn-primary { background: var(--ink); color: var(--parchment); }
.btn-primary:hover { background: var(--brass-dark); border-color: var(--brass-dark); color: var(--parchment); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--parchment); }
.on-dark .btn-ghost { color: var(--parchment); border-color: var(--parchment); }
.on-dark .btn-ghost:hover { background: var(--parchment); color: var(--ink); }

/* ---------- Split practices panel ---------- */
.split { display: grid; grid-template-columns: 1fr 1.5px 1fr; margin: 3.5rem 0 0; }
.split .rule { background: var(--brass); }
.split-panel { padding: 3.2rem 2.8rem; color: var(--parchment); }
.split-panel.navy { background: var(--ink); }
.split-panel.forest { background: var(--forest); }
.split-panel h2 { color: var(--parchment); }
.split-panel p { color: rgba(247, 243, 234, 0.85); }
.split-panel ul { margin: 0 0 1.6rem; padding-left: 1.2rem; }
.split-panel li { margin-bottom: 0.45em; color: rgba(247, 243, 234, 0.9); }
.split-panel a.panel-link {
  color: var(--brass); font-weight: 600; text-decoration: none;
  border-bottom: 1.5px solid var(--brass);
}
.split-panel a.panel-link:hover { color: var(--parchment); border-bottom-color: var(--parchment); }

/* ---------- Sections ---------- */
.section { padding: 4rem 0; }
.section.linen { background: var(--linen); }
.section.navy { background: var(--ink); color: var(--parchment); }
.section.navy h2, .section.navy h3 { color: var(--parchment); }
.section.navy p { color: rgba(247, 243, 234, 0.85); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }

.card {
  background: var(--linen); padding: 2rem 1.8rem;
  border-top: 2px solid var(--brass);
}
.section.linen .card { background: var(--parchment); }
.card h3 { margin-top: 0.2em; }
.card p:last-child { margin-bottom: 0; }

/* Process steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 2rem; }
.step { position: relative; padding-top: 0.4rem; }
.step::before {
  counter-increment: step; content: counter(step, upper-roman);
  display: block; font-family: var(--serif); font-size: 2rem; color: var(--brass);
  border-bottom: 1px solid var(--brass); margin-bottom: 0.8rem; padding-bottom: 0.3rem;
}

/* Service lines list on practice pages */
.service-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.service-list li {
  padding: 1.6rem 0 1.4rem; border-bottom: 1px solid rgba(168, 137, 79, 0.35);
  display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: start;
}
.service-list li:first-child { border-top: 1px solid rgba(168, 137, 79, 0.35); }
.service-list h3 { font-size: 1.3rem; margin: 0; }
.service-list p { margin: 0; color: var(--slate); }

/* Question list */
.q-list { list-style: none; margin: 1.6rem 0 0; padding: 0; max-width: 68ch; }
.q-list li {
  font-family: var(--serif); font-size: 1.35rem; line-height: 1.45;
  padding: 0.9rem 0 0.9rem 1.6rem; border-left: 1.5px solid var(--brass);
  margin-bottom: 0.9rem;
}

/* Testimonials */
.pull-quote {
  background: var(--linen); padding: 2.2rem 2rem; border-top: 2px solid var(--brass);
}
.pull-quote blockquote {
  margin: 0 0 1rem; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5;
}
.pull-quote cite { font-style: normal; font-size: 0.95rem; color: var(--slate); }

/* Insights cards */
.insight-card { display: block; text-decoration: none; color: var(--ink); background: var(--linen); border-top: 2px solid var(--brass); padding: 1.8rem 1.6rem; height: 100%; }
.insight-card:hover h3 { color: var(--brass-dark); }
.insight-card .tag { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass-dark); }
.insight-card time { display: block; font-size: 0.9rem; color: var(--slate); margin-top: 0.8rem; }

/* Article */
.article-body { max-width: 70ch; }
.article-body h2 { margin-top: 2.2em; }
.article-meta { color: var(--slate); font-size: 0.95rem; margin-bottom: 2rem; }
.author-card {
  background: var(--linen); border-top: 2px solid var(--brass);
  padding: 1.6rem; margin-top: 3rem; max-width: 70ch;
}
.author-card p { margin: 0; }

/* ---------- Forms ---------- */
form { max-width: 640px; }
label { display: block; font-weight: 600; margin: 1.4rem 0 0.4rem; }
input, select, textarea {
  width: 100%; font: 1.05rem var(--sans); color: var(--ink);
  background: #fff; border: 1.5px solid var(--slate); border-radius: 4px;
  padding: 13px 14px; min-height: 48px;
}
textarea { min-height: 150px; resize: vertical; }
form .btn { margin-top: 1.8rem; }
.form-note { font-size: 0.95rem; color: var(--slate); margin-top: 1rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: var(--parchment); text-align: center; padding: 4rem 24px; }
.cta-band h2 { color: var(--parchment); }
.cta-band p { color: rgba(247, 243, 234, 0.85); max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--parchment); color: var(--slate);
  border-top: 1px solid rgba(168, 137, 79, 0.45);
  padding: 3.5rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start; }
.site-footer img { max-width: 250px; }
.site-footer h3 { color: var(--ink); font-size: 1.15rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.5em; }
.site-footer a { color: var(--ink); }
.site-footer a:hover { color: var(--brass-dark); }
.footer-legal {
  border-top: 1px solid rgba(168, 137, 79, 0.35); margin-top: 2.8rem; padding-top: 1.4rem;
  font-size: 0.92rem; color: var(--slate);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .steps, .footer-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split .rule { height: 1.5px; width: 100%; }
  .service-list li { grid-template-columns: 1fr; gap: 8px; }

  .brand img.lockup { display: none; }
  .brand img.mark-sm { display: block; }
  .brand .brand-text {
    font-family: var(--serif); font-size: 1.55rem; letter-spacing: 0.14em; color: var(--ink);
  }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--parchment); border-bottom: 1px solid var(--brass); padding: 10px 24px 22px; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav a { display: block; padding: 13px 4px; font-size: 1.1rem; }
}
@media (min-width: 901px) {
  .brand .brand-text { display: none; }
}
@media (max-width: 480px) {
  body { font-size: 18px; }
  .hero { padding: 3rem 0 2.5rem; }
  .split-panel { padding: 2.4rem 1.6rem; }
}

/* ================= Flow animations & editorial art ================= */

/* Hero topographic backdrop */
.hero { position: relative; overflow: hidden; }
.hero-topo {
  position: absolute; inset: -10% -5%; z-index: 0; opacity: 0.28;
  pointer-events: none; user-select: none;
}
.hero-topo img { width: 100%; height: 100%; object-fit: cover; }
.hero > :not(.hero-topo) { position: relative; z-index: 1; }

/* Practice-page hero art */
.page-hero { position: relative; overflow: hidden; }
.hero-art {
  position: absolute; right: 0; bottom: 0; top: 0; width: 46%;
  display: flex; align-items: flex-end; justify-content: flex-end;
  opacity: 0.55; pointer-events: none; user-select: none;
}
.hero-art img { width: 100%; height: 92%; object-fit: contain; object-position: right bottom; }
.page-hero .wrap { position: relative; z-index: 1; }
@media (max-width: 900px) { .hero-art { display: none; } }

/* Full-width art band */
.art-band { background: var(--linen); padding: 0; overflow: hidden; line-height: 0; }
.art-band img { width: 100%; max-height: 380px; object-fit: cover; display: block; }

/* About backdrop */
.topo-behind { position: relative; overflow: hidden; }
.topo-behind .hero-topo { opacity: 0.18; }
.topo-behind > :not(.hero-topo) { position: relative; z-index: 1; }

/* ---- Motion (only for users who haven't asked for reduced motion) ---- */
@media (prefers-reduced-motion: no-preference) {

  /* Hero entrance sequence */
  @keyframes rise-in {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
  .hero .hero-lockup { animation: fade-in 1.1s ease-out both; }
  .hero h1          { animation: rise-in 0.9s 0.25s cubic-bezier(.22,.7,.3,1) both; }
  .hero .lead       { animation: rise-in 0.9s 0.45s cubic-bezier(.22,.7,.3,1) both; }
  .hero .btn        { animation: rise-in 0.9s 0.65s cubic-bezier(.22,.7,.3,1) both; }
  .hero-topo        { animation: fade-in 1.8s ease-out both; }

  /* Page-hero meridian rule draws downward */
  @keyframes draw-down { from { transform: scaleY(0); } to { transform: scaleY(1); } }
  .page-hero .meridian-rule-v { transform-origin: top; animation: draw-down 0.8s 0.2s ease-out both; }
  .page-hero h1  { animation: rise-in 0.9s 0.3s cubic-bezier(.22,.7,.3,1) both; }
  .page-hero p   { animation: rise-in 0.9s 0.45s cubic-bezier(.22,.7,.3,1) both; }
  .hero-art      { animation: fade-in 1.6s 0.3s ease-out both; }

  /* Scroll reveals (elements tagged by main.js) */
  .reveal {
    opacity: 0; transform: translateY(26px);
    transition: opacity 0.85s cubic-bezier(.22,.7,.3,1), transform 0.85s cubic-bezier(.22,.7,.3,1);
    transition-delay: var(--reveal-delay, 0s);
  }
  .reveal.in { opacity: 1; transform: none; }

  /* Meridian divider grows when revealed */
  .meridian-divider::before, .meridian-divider::after {
    transform: scaleY(0); transform-origin: top;
    transition: transform 0.7s ease-out;
  }
  .meridian-divider span { opacity: 0; transition: opacity 0.5s 0.3s ease-out; }
  .meridian-divider.in::before, .meridian-divider.in::after { transform: scaleY(1); }
  .meridian-divider.in span { opacity: 1; }
  .meridian-divider.in::after { transition-delay: 0.45s; }

  /* Gentle hover lift on cards */
  .card, .insight-card, .pull-quote {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  .card:hover, .insight-card:hover, .pull-quote:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(27, 42, 58, 0.10);
  }
}


/* ================= Split hero with photograph ================= */
.hero-split {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; padding: 4rem 24px 4.5rem;
  max-width: 1220px; margin: 0 auto;
}
.hero-copy h1 { margin-top: 0.4rem; }
.hero-copy .lead { margin: 1.2rem 0 2rem; }
.hero-photo { position: relative; }
.hero-photo img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-split .eyebrow { animation: rise-in 0.8s 0.1s cubic-bezier(.22,.7,.3,1) both; }
  .hero-split h1      { animation: rise-in 0.9s 0.22s cubic-bezier(.22,.7,.3,1) both; }
  .hero-split .lead   { animation: rise-in 0.9s 0.38s cubic-bezier(.22,.7,.3,1) both; }
  .hero-split .btn    { animation: rise-in 0.9s 0.54s cubic-bezier(.22,.7,.3,1) both; }
  .hero-photo         { animation: fade-in 1.2s 0.3s ease-out both; }
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; gap: 40px; padding-top: 2.6rem; }
  .hero-photo { max-width: 480px; }
}


/* ================= Editorial photo figures ================= */
.photo-figure {
  position: relative; margin: 0;
  border: 1.5px solid var(--brass); padding: 10px; background: var(--parchment);
}
.photo-figure img {
  display: block; width: 100%; object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}
.photo-figure figcaption {
  font-size: 0.9rem; color: var(--slate); padding-top: 0.8rem;
}
.section-photo { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.section-photo.flip { grid-template-columns: 0.95fr 1.05fr; }
@media (max-width: 900px) {
  .section-photo, .section-photo.flip { grid-template-columns: 1fr; gap: 36px; }
}

/* Photo band replaces the line-art band */
.art-band img { max-height: 440px; filter: saturate(0.9); }

/* ================= Quick page transitions ================= */
@media (prefers-reduced-motion: no-preference) {
  /* Cross-page fade via the View Transitions API (Chromium & Safari 18+;
     harmless no-op elsewhere) */
  @view-transition { navigation: auto; }
  ::view-transition-old(root) { animation: mr-fade-out 160ms ease-in both; }
  ::view-transition-new(root) { animation: mr-fade-in 240ms ease-out both; }
  @keyframes mr-fade-out { to { opacity: 0; } }
  @keyframes mr-fade-in  { from { opacity: 0; } }

  /* Fallback entry fade for all browsers */
  body { animation: mr-fade-in 0.35s ease-out both; }
}


/* ================= Full-bleed photographic hero ================= */
.hero-full {
  position: relative; overflow: hidden;
  min-height: 620px; display: flex; align-items: center;
}
.hero-full .hero-bg,
.hero-full .hero-bg picture,
.hero-full .hero-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.hero-full .hero-bg img { object-fit: cover; filter: saturate(0.85); }
.hero-full .hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(27, 42, 58, 0.86) 0%,
    rgba(27, 42, 58, 0.62) 46%,
    rgba(27, 42, 58, 0.30) 100%);
}
.hero-full .hero-content {
  position: relative; z-index: 1; max-width: var(--maxw);
  margin: 0 auto; padding: 5.5rem 24px; width: 100%;
}
.hero-full .eyebrow { color: var(--brass); }
.hero-full h1 { color: var(--parchment); max-width: 17ch; }
.hero-full .lead { color: rgba(247, 243, 234, 0.9); max-width: 56ch; margin: 1.2rem 0 2.2rem; }
.hero-full .btn-primary { background: var(--brass); border-color: var(--brass); color: #fff; }
.hero-full .btn-primary:hover { background: var(--parchment); border-color: var(--parchment); color: var(--ink); }
.hero-full .meridian-rule-v { width: 1.5px; height: 44px; background: var(--brass); margin-bottom: 1.4rem; }
@media (prefers-reduced-motion: no-preference) {
  .hero-full .hero-bg { animation: fade-in 1.4s ease-out both; }
  .hero-full .meridian-rule-v { transform-origin: top; animation: draw-down 0.8s 0.15s ease-out both; }
  .hero-full .eyebrow { animation: rise-in 0.8s 0.2s cubic-bezier(.22,.7,.3,1) both; }
  .hero-full h1      { animation: rise-in 0.9s 0.32s cubic-bezier(.22,.7,.3,1) both; }
  .hero-full .lead   { animation: rise-in 0.9s 0.48s cubic-bezier(.22,.7,.3,1) both; }
  .hero-full .btn    { animation: rise-in 0.9s 0.62s cubic-bezier(.22,.7,.3,1) both; }
}
@media (max-width: 700px) {
  .hero-full { min-height: 540px; }
  .hero-full .hero-scrim {
    background: linear-gradient(180deg, rgba(27,42,58,0.82) 0%, rgba(27,42,58,0.66) 100%);
  }
}


/* ================= Mobile optimization pass ================= */

/* Mobile header actions (call + menu) */
.mobile-actions { display: none; align-items: center; gap: 10px; }
.phone-mobile {
  display: inline-block; font: 600 1.05rem var(--sans);
  background: var(--ink); color: var(--parchment); text-decoration: none;
  padding: 11px 18px; border-radius: 4px; min-height: 48px; line-height: 1.6;
}
.phone-mobile:hover { color: var(--parchment); background: var(--brass-dark); }

@media (max-width: 900px) {
  /* Sticky compact header so navigation & the call button are always reachable */
  .site-header { position: sticky; top: 0; box-shadow: 0 2px 14px rgba(27,42,58,0.08); }
  .header-inner { padding: 10px 18px; }
  .mobile-actions { display: flex; }
  .nav-toggle { min-height: 48px; padding: 11px 18px; font-size: 1.05rem; }
  /* Larger, thumb-friendly menu entries */
  .site-nav { box-shadow: 0 16px 24px rgba(27,42,58,0.12); }
  .site-nav a { min-height: 48px; display: flex; align-items: center; }
  .site-nav .nav-phone { justify-content: center; margin-top: 8px; background: var(--ink); color: var(--parchment) !important; border-color: var(--ink); }
}

@media (max-width: 700px) {
  /* Hero: tighter, art-directed crop, comfortable type */
  .hero-full { min-height: 76vh; }
  .hero-full .hero-content { padding: 3.4rem 22px 3.8rem; }
  .hero-full h1 { font-size: clamp(2.15rem, 8.6vw, 2.7rem); }
  .hero-full .lead { font-size: 1.08em; }
  .hero-full .btn { display: block; text-align: center; }

  /* Section rhythm */
  .section { padding: 2.8rem 0; }
  .wrap { padding: 0 20px; }
  h2 { font-size: clamp(1.65rem, 6.4vw, 2rem); }
  .meridian-divider { padding-top: 2.2rem; }

  /* Panels, bands, cards */
  .split-panel { padding: 2.2rem 20px; }
  .art-band img { max-height: 240px; }
  .card, .insight-card, .pull-quote { padding: 1.5rem 1.3rem; }
  .pull-quote blockquote { font-size: 1.2rem; }
  .q-list li { font-size: 1.18rem; padding-left: 1.1rem; }
  .steps { gap: 26px; }
  .photo-figure { padding: 8px; }

  /* Page heroes */
  .page-hero { padding: 2.4rem 0 2.2rem; }
  .cta-band { padding: 3rem 20px; }
  .cta-band .btn { display: block; max-width: 340px; margin: 0 auto; }

  /* Forms: full-width comfortable controls */
  form .btn { width: 100%; text-align: center; }

  /* Footer */
  .site-footer { padding: 2.6rem 0 1.6rem; }
  .site-footer img { max-width: 210px; }
}

@media (max-width: 400px) {
  .brand .brand-text { font-size: 1.3rem; }
  .brand img.mark-sm { height: 54px; }
  .phone-mobile { padding: 11px 14px; }
  .nav-toggle { padding: 11px 14px; }
}

/* Guard against any horizontal scroll from decorative layers */
html, body { overflow-x: hidden; }
