:root {
  --ink: #1b1715;
  --ink-soft: #3c3430;
  --ivory: #fbf7ef;
  --paper: #fffdf9;
  --sand: #efe5d8;
  --gold: #b38a43;
  --gold-deep: #85602c;
  --gold-pale: #e8d6ab;
  --plum: #6d3546;
  --rose: #a86473;
  --line: rgba(27, 23, 21, 0.13);
  --shadow: 0 24px 70px rgba(50, 34, 26, 0.13);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.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-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: .4rem;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; }
/* The header is sticky, so anchor targets must clear it or their headings land underneath. */
section[id], #main { scroll-margin-top: 100px; }
/* Programmatic focus target for anchor navigation; never a keyboard tab stop. */
section[tabindex="-1"]:focus { outline: none; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-deep);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  text-wrap: balance;
}
h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
h1 { font-size: clamp(3.4rem, 7.5vw, 6.75rem); }
h2 { font-size: clamp(2.45rem, 5vw, 4.5rem); }
h3 { line-height: 1.22; }
p { color: var(--ink-soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 239, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 9px 35px rgba(50, 34, 26, .06);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-seal {
  width: 46px;
  color: var(--gold-deep);
}
.brand-seal svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.brand-copy small {
  margin-top: 5px;
  color: #6f625d;
  font-size: .68rem;
  letter-spacing: .04em;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: .88rem;
  font-weight: 650;
}
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--gold-deep);
  transition: right .2s ease;
}
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta {
  padding: 11px 17px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
}
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 86px 0 112px;
  background:
    linear-gradient(125deg, rgba(255,253,249,.92), rgba(251,247,239,.84)),
    radial-gradient(circle at 75% 35%, rgba(179,138,67,.18), transparent 38%);
}
.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}
.hero-glow-one {
  width: 420px;
  height: 420px;
  right: 4vw;
  top: 6vh;
  background: rgba(168,100,115,.09);
}
.hero-glow-two {
  width: 360px;
  height: 360px;
  left: -170px;
  bottom: -130px;
  background: rgba(179,138,67,.13);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}
.hero-copy { max-width: 700px; }
.hero-copy h1 { margin-bottom: 25px; }
.hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: clamp(1.07rem, 1.7vw, 1.28rem);
}
.quest-definition {
  max-width: 620px;
  margin: 0 0 30px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  font-size: clamp(.95rem, 1.25vw, 1.03rem);
  line-height: 1.6;
}
/* Tighten the gap only when the definition follows the lede. */
.hero-lede:has(+ .quest-definition) { margin-bottom: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .91rem;
  font-weight: 750;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(179,138,67,.42);
  outline-offset: 3px;
}
.button-primary {
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 15px 35px rgba(27,23,21,.17);
}
.button-primary:hover { box-shadow: 0 20px 42px rgba(27,23,21,.23); }
.button-secondary { border-color: rgba(27,23,21,.25); background: rgba(255,253,249,.48); }
.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 24px 0 0;
  color: #6f625d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.trust-line span { position: relative; }
.trust-line span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -12px;
  color: var(--gold);
}

/* The orbit sets its own height. It carried six step chips until the correction
   release removed them; a fixed min-height now only adds dead space. */
.hero-art { display: grid; place-items: center; }
.quest-orbit {
  position: relative;
  width: min(455px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(143,105,47,.29);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(255,253,249,.32), var(--shadow);
  background:
    radial-gradient(circle, rgba(255,253,249,.98) 0 36%, transparent 36.5%),
    conic-gradient(from 15deg, rgba(179,138,67,.14), rgba(168,100,115,.13), rgba(179,138,67,.14), rgba(109,53,70,.1), rgba(179,138,67,.14));
}
.quest-orbit::before,
.quest-orbit::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(143,105,47,.22);
  border-radius: 50%;
}
.quest-orbit::after { inset: 27%; border-style: dashed; }
.orbit-center {
  position: absolute;
  inset: 30%;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
}
.orbit-kicker {
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.orbit-center strong {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  font-weight: 500;
  line-height: 1.18;
}

.strip { padding: 34px 0; color: var(--paper); background: var(--ink); }
.definition-grid {
  display: grid;
  grid-template-columns: .5fr 1.5fr;
  align-items: center;
  gap: 50px;
}
.definition .eyebrow { margin: 0; color: var(--gold-pale); }
.definition p:last-child { margin: 0; color: rgba(255,253,249,.82); font-size: clamp(1.02rem, 1.6vw, 1.2rem); }
.definition strong { color: var(--paper); }

.story { background: var(--paper); }
.story-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(50px, 10vw, 130px);
}
.story h2 { max-width: 580px; }
.story-copy { max-width: 680px; }
.story-copy p { font-size: 1.08rem; }
blockquote {
  margin: 34px 0;
  padding-left: 26px;
  color: var(--plum);
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-style: italic;
  letter-spacing: -.025em;
  line-height: 1.1;
}

/* Restrained highlight — deliberately not the blockquote treatment, which is display-scale. */
.story-bridge {
  margin: 30px 0 0;
  padding: 22px 26px;
  background: var(--ivory);
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
}
.story-copy .story-bridge { font-size: 1.02rem; }

.quest-section {
  background:
    linear-gradient(rgba(239,229,216,.72), rgba(239,229,216,.72)),
    radial-gradient(circle at 80% 15%, rgba(168,100,115,.18), transparent 28%);
}
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { font-size: 1.08rem; }
.quest-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(143,105,47,.2);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.quest-card-copy {
  padding: clamp(34px, 5vw, 68px);
  color: var(--paper);
  background:
    linear-gradient(150deg, rgba(27,23,21,.97), rgba(74,41,49,.96)),
    radial-gradient(circle at 100% 0, rgba(179,138,67,.25), transparent 45%);
}
.status-pill {
  display: inline-flex;
  margin-bottom: 33px;
  padding: 7px 11px;
  color: var(--gold-pale);
  border: 1px solid rgba(232,214,171,.33);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quest-card-copy h3 {
  margin-bottom: 19px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 500;
}
.quest-card-copy p { color: rgba(255,253,249,.76); }
.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 14px;
  color: var(--gold-pale);
  font-weight: 750;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.quest-includes { padding: clamp(28px, 5vw, 60px); }
/* Heading names what the family receives; the note keeps planned status visible. */
.includes-label {
  margin: 0 0 5px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.includes-note {
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.includes-note em { font-style: normal; }
/* Planned status has to stay readable, so this is body text, not fine print. */
.includes-qualifier { margin: 0 0 22px; font-size: .86rem; line-height: 1.55; }
.error-actions { margin-top: 28px; }
/* Deliberately unnumbered: the components are a set, the journey is a sequence.
   The dot is decorative — an empty ::before, so no marker text is announced. */
.includes-list { margin: 0; padding: 0; list-style: none; }
.includes-list li {
  position: relative;
  padding: 21px 0 21px 25px;
  border-bottom: 1px solid var(--line);
}
.includes-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 34px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}
.includes-list li:first-child { padding-top: 0; }
.includes-list li:first-child::before { top: 13px; }
.includes-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.quest-includes h4 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; }
.quest-includes p { margin-bottom: 0; font-size: .92rem; }

.experience { background: var(--paper); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.steps-grid article {
  min-height: 218px;
  padding: 30px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform .2s ease, border-color .2s ease;
}
.steps-grid article:hover { transform: translateY(-4px); border-color: rgba(143,105,47,.42); }
.steps-grid span { color: var(--gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.steps-grid h3 { margin: 30px 0 8px; font-family: var(--serif); font-size: 1.58rem; font-weight: 600; }
.steps-grid p { margin-bottom: 0; font-size: .92rem; }

/* Service culmination — sits inside the journey section so it reads as the arc's end. */
.service-callout {
  margin-top: 34px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--ivory);
  border: 1px solid rgba(143,105,47,.28);
  border-radius: 22px;
}
.service-arc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: var(--gold-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-arc li { position: relative; }
/* Decorative connector only — the ordered list carries the sequence. */
.service-arc li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -21px;
  color: var(--gold);
}
.service-callout h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
}
.service-callout p { max-width: 760px; margin: 0; font-size: 1rem; }

.promise { color: var(--paper); background: var(--ink); }
.promise-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px, 9vw, 120px);
}
.promise .eyebrow { color: var(--gold-pale); }
.promise h2 { color: var(--paper); }
.promise-intro > p:last-child { color: rgba(255,253,249,.7); font-size: 1.05rem; }
.promise-list article {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 17px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255,253,249,.13);
}
.promise-list article:first-child { padding-top: 0; }
.promise-list article:last-child { border-bottom: 0; }
.promise-list article > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold-pale);
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 900;
}
.promise-list h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.promise-list p { margin: 0; color: rgba(255,253,249,.67); font-size: .92rem; }

.founder { background: var(--ivory); }
.founder-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: clamp(35px, 7vw, 85px);
  padding: clamp(35px, 7vw, 78px);
  background: var(--paper);
  border: 1px solid rgba(143,105,47,.24);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(50,34,26,.08);
}
.founder-mark {
  width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  background: radial-gradient(circle, var(--paper) 46%, var(--sand) 47% 62%, var(--paper) 63%);
  border: 1px solid rgba(143,105,47,.3);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 3.4rem;
  letter-spacing: -.04em;
}
.founder-card h2 { max-width: 840px; margin-bottom: 20px; }
.founder-card p { max-width: 800px; font-size: 1.02rem; }
.founder-card p:last-child { margin-bottom: 0; }

.cta-section { padding: 0 0 110px; background: var(--ivory); }
.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: clamp(42px, 7vw, 80px);
  color: var(--paper);
  background:
    radial-gradient(circle at 95% 20%, rgba(232,214,171,.22), transparent 28%),
    linear-gradient(135deg, var(--plum), #40242c);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.cta-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -150px;
  border: 1px solid rgba(232,214,171,.27);
  border-radius: 50%;
}
.cta-card .eyebrow { color: var(--gold-pale); }
.cta-card h2 { color: var(--paper); }
.cta-card p { max-width: 720px; color: rgba(255,253,249,.75); }
.cta-expectations { margin: 16px 0 0; color: rgba(255,253,249,.82); font-size: .9rem; }
.cta-actions { display: grid; justify-items: start; gap: 13px; }
.button-light { color: var(--ink); background: var(--paper); box-shadow: 0 17px 36px rgba(27,23,21,.18); }
/* Brighter than .cta-card p: the actions column sits under the card's pale
   radial highlight, where 75% ivory drops to 4.0:1. At 92% it measures 5.2:1. */
.cta-actions p { margin: 0; color: rgba(255,253,249,.92); font-size: .78rem; }
/* The address stays readable when no mail handler is registered. Padding plus a
   matching negative margin gives a 44px tap target without opening the layout up.
   Underlined, so the link is not signalled by colour alone. */
.cta-fallback { font-size: .85rem; }
.cta-fallback a {
  display: inline-block;
  padding: 12px 4px;
  margin: -12px -4px;
  color: var(--paper);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer { padding: 55px 0; color: rgba(255,253,249,.78); background: #120f0e; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: start;
}
.footer-brand { color: var(--paper); font-family: var(--serif); font-size: 1.75rem; font-weight: 600; text-decoration: none; }
.footer-grid p { margin: 4px 0 0; color: rgba(255,253,249,.55); font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: .83rem; }
.footer-links a { color: rgba(255,253,249,.72); text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,253,249,.12); }

.privacy-hero { padding: 90px 0 55px; }
.privacy-hero h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 5.4rem); }
.privacy-content { padding: 0 0 110px; }
.privacy-content article {
  max-width: 830px;
  padding: clamp(30px, 6vw, 64px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.privacy-content h2 { margin-top: 42px; font-size: 2rem; }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content ul { padding-left: 20px; color: var(--ink-soft); }

@media (max-width: 960px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 84px 0; }
  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
  }
  .menu-button span:not(.sr-only) { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6.5px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 7px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  .site-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .story-grid, .quest-card, .promise-grid, .cta-card { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-art { margin-top: 25px; }
  .quest-orbit { width: min(470px, 74vw); }
  .definition-grid { grid-template-columns: 1fr; gap: 10px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-card { grid-template-columns: 120px 1fr; }
  .founder-mark { width: 115px; font-size: 2.6rem; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 26px); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 76px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-seal { width: 39px; }
  .hero { padding: 60px 0 78px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-line { gap: 14px; }
  .trust-line span:not(:last-child)::after { right: -10px; }
  .quest-orbit { width: 83vw; }
  /* Without the chips the ring can shrink; the centre line needs the extra room. */
  .orbit-center { inset: 24%; }
  .definition { padding: 27px 0; }
  blockquote { padding-left: 18px; font-size: 2.15rem; }
  .quest-card { border-radius: 22px; }
  .quest-card-copy, .quest-includes { padding: 30px 23px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: auto; }
  .founder-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .founder-mark { width: 100px; }
  .cta-card { padding: 34px 23px; border-radius: 22px; }
  section[id], #main { scroll-margin-top: 88px; }
  .quest-definition { padding-left: 13px; }
  .story-bridge { padding: 18px 20px; border-radius: 0 12px 12px 0; }
  .service-callout { margin-top: 26px; padding: 24px 20px; border-radius: 18px; }
  .service-arc { gap: 8px 28px; }
  .service-arc li:not(:last-child)::after { right: -19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
