:root {
  --forest-950: #102f2a;
  --forest-900: #183c35;
  --forest-800: #225047;
  --forest-700: #326359;
  --sage-500: #8fa89e;
  --cream-100: #f8f3e9;
  --cream-200: #eee5d6;
  --paper: #fffcf6;
  --ink: #1d2724;
  --ink-soft: #5f6965;
  --copper: #a95d3a;
  --copper-dark: #9c5434;
  --gold: #d7a462;
  --line: rgba(24, 60, 53, 0.16);
  --shadow: 0 24px 70px rgba(17, 47, 42, 0.12);
  --serif: Georgia, "Times New Roman", "Noto Serif Thai", serif;
  --sans: "Noto Sans Thai", Tahoma, Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --section-space: clamp(5.5rem, 9vw, 9rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
  max-width: 100%;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.early-safety {
  background: var(--forest-950);
  color: #dce6e2;
}

.early-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(248, 243, 233, 0.16);
}

.early-safety-grid p {
  margin: 0;
  padding: 25px 28px;
  border-right: 1px solid rgba(248, 243, 233, 0.16);
  color: #c7d5d0;
  font-size: 0.82rem;
}

.early-safety-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cream-100);
}

.early-safety-grid a {
  color: #fff;
  font-weight: 700;
  text-underline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--forest-950);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 252, 246, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 47, 42, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest-900);
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  fill: var(--forest-900);
}

.brand-mark path:last-child {
  fill: none;
  stroke: var(--cream-100);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.brand-type {
  display: grid;
  line-height: 1.05;
}

.brand-type strong {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-type small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  font-size: 0.86rem;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--forest-900);
  border-radius: 100px;
  transition: background-color 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  background: var(--forest-900);
  color: var(--paper);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 142px 0 72px;
  background:
    radial-gradient(circle at 16% 14%, rgba(215, 164, 98, 0.18), transparent 26%),
    linear-gradient(135deg, #fbf7ef 0%, #f7efe3 58%, #efe3d2 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--forest-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: #c8d8d1;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

h1 {
  max-width: 720px;
  color: var(--forest-950);
  font-size: clamp(3.1rem, 6.8vw, 6rem);
}

h1 em,
h2 em {
  color: var(--copper);
  font-weight: 500;
}

.hero-lede {
  max-width: 640px;
  margin: 32px 0 0;
  color: #4b5a55;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--copper);
  color: #fff;
  box-shadow: 0 12px 28px rgba(184, 105, 67, 0.2);
}

.button-primary:hover {
  background: var(--copper-dark);
  box-shadow: 0 16px 34px rgba(184, 105, 67, 0.26);
}

.text-link {
  color: var(--forest-900);
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.text-link span {
  margin-left: 4px;
}

.microcopy {
  margin: 24px 0 0;
  color: #65736e;
  font-size: 0.76rem;
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.shelter-illustration {
  position: absolute;
  inset: -38px -30px auto auto;
  width: min(100%, 560px);
  filter: drop-shadow(0 38px 45px rgba(16, 47, 42, 0.16));
}

.shelter-illustration .contour,
.shelter-illustration .ground-line,
.shelter-illustration .person-line {
  fill: none;
  stroke: rgba(248, 243, 233, 0.35);
  stroke-width: 2;
  stroke-linecap: round;
}

.shelter-illustration .contour-two {
  opacity: 0.5;
}

.shelter-illustration .chair {
  fill: #163b35;
  stroke: rgba(248, 243, 233, 0.35);
  stroke-width: 2;
}

.shelter-illustration .ground-line {
  stroke: rgba(248, 243, 233, 0.25);
}

.visual-note {
  position: absolute;
  padding: 9px 14px;
  background: rgba(255, 252, 246, 0.92);
  border: 1px solid rgba(24, 60, 53, 0.11);
  box-shadow: 0 12px 30px rgba(17, 47, 42, 0.1);
  color: var(--forest-800);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.note-top {
  top: 29%;
  left: -1%;
}

.note-bottom {
  right: -2%;
  bottom: 20%;
}

.hero-quote {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 7px;
  margin: 0;
  padding: 24px 28px;
  background: var(--paper);
  border-left: 3px solid var(--copper);
  box-shadow: var(--shadow);
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.16rem;
  font-style: italic;
  line-height: 1.55;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(24, 60, 53, 0.1);
  border-radius: 50%;
}

.orbit-one {
  width: 520px;
  height: 520px;
  top: 110px;
  right: -300px;
}

.orbit-two {
  width: 180px;
  height: 180px;
  left: -80px;
  bottom: 30px;
}

.intro {
  background: var(--paper);
}

.process {
  background: #f1e8da;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-card {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-card > span {
  display: block;
  margin-bottom: 55px;
  color: var(--copper-dark);
  font-family: var(--serif);
  font-size: 0.84rem;
}

.process-card h3 {
  margin: 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.process-card p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.process-boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.process-boundary p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.process-boundary .text-link {
  flex: 0 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 70px 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.section-marker {
  padding-top: 7px;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 0.86rem;
}

h2 {
  color: var(--forest-950);
  font-size: clamp(2.55rem, 5vw, 4.6rem);
}

.pain-list {
  border-top: 1px solid var(--line);
}

.pain-list p {
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 2vw, 1.48rem);
  line-height: 1.55;
}

.pain-list strong {
  color: var(--ink);
  font-weight: 500;
}

.promise {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(35px, 8vw, 120px);
  margin-top: clamp(70px, 9vw, 120px);
  padding: clamp(38px, 5vw, 66px);
  background: var(--cream-100);
  border: 1px solid var(--cream-200);
}

.promise p {
  margin: 0;
}

.promise-lead {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1.42;
}

.promise > p:last-child {
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.promise strong {
  color: var(--copper-dark);
}

.story {
  overflow: hidden;
  background: var(--forest-950);
  color: #e4ebe8;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.portrait-frame {
  position: relative;
  max-width: 500px;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 28px -28px -28px 28px;
  border: 1px solid rgba(238, 229, 214, 0.2);
}

.portrait-frame svg {
  position: relative;
}

.portrait-bg {
  fill: #285349;
}

.portrait-skin {
  fill: #c78359;
}

.portrait-hair {
  fill: #172b27;
}

.portrait-body {
  fill: #be7149;
}

.portrait-shirt {
  fill: #f0e2cf;
}

.portrait-line,
.portrait-glasses,
.portrait-accent {
  fill: none;
  stroke: #183c35;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portrait-accent {
  stroke: #d7a462;
  stroke-width: 2;
}

.portrait-caption {
  max-width: 390px;
  margin: 48px 0 0 45px;
  color: #ccd8d4;
  font-family: var(--serif);
  font-size: 1.16rem;
  font-style: italic;
}

.portrait-caption span {
  color: var(--gold);
  font-size: 2.5rem;
  line-height: 0;
}

.story-copy .section-marker {
  margin-bottom: 22px;
  color: var(--gold);
}

.story h2,
.boundaries h2 {
  color: var(--cream-100);
}

.story h2 em,
.boundaries h2 em {
  color: var(--gold);
}

.prose {
  max-width: 650px;
  margin-top: 38px;
  color: #c3cfcb;
}

.prose p {
  margin: 0 0 20px;
}

.story-emphasis {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(238, 229, 214, 0.18);
}

.story-emphasis span {
  color: var(--gold);
  font-size: 1.4rem;
}

.story-emphasis p {
  margin: 0;
  color: var(--cream-100);
  font-family: var(--serif);
  font-size: clamp(1.14rem, 2vw, 1.4rem);
}

.audience {
  background: var(--cream-100);
}

.section-heading.centered {
  max-width: 900px;
  margin: 0 auto clamp(52px, 7vw, 82px);
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading > p:last-child {
  max-width: 630px;
  margin: 24px auto 0;
  color: var(--ink-soft);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.audience-card {
  position: relative;
  grid-column: span 2;
  min-height: 310px;
  padding: 34px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(24, 60, 53, 0.11);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.audience-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.audience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 105, 67, 0.45);
  box-shadow: var(--shadow);
}

.card-number {
  position: absolute;
  top: 17px;
  right: 22px;
  color: #817b72;
  font-family: var(--serif);
  font-size: 0.8rem;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 1.65rem;
}

.card-kicker {
  margin: 0 0 7px;
  color: var(--copper-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-card h3,
.rule-card h3,
.package h3,
.form-heading h3 {
  margin: 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 1.48rem;
  font-weight: 600;
  line-height: 1.35;
}

.audience-card > p:last-child {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.72;
}

.services {
  background: var(--paper);
}

.services-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 80px);
}

.capacity-note {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--cream-100);
  border: 1px solid var(--cream-200);
}

.capacity-note strong {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 0.9;
}

.capacity-note span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.55;
}

.package-list {
  border-top: 1px solid var(--line);
}

.package {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(200px, 0.42fr);
  gap: clamp(26px, 5vw, 70px);
  padding: clamp(38px, 5vw, 58px) 0;
  border-bottom: 1px solid var(--line);
}

.package-index {
  color: var(--copper-dark);
  font-family: var(--serif);
  font-size: 1rem;
}

.package h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
}

.package-main > p:not(.card-kicker) {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--ink-soft);
}

.package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.package-meta span {
  margin-right: 5px;
  color: var(--forest-900);
  font-weight: 700;
}

.package-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

.package-price span,
.package-price small {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.package-price strong {
  margin: 5px 0 2px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.25;
}

.package-price-text strong {
  max-width: 180px;
  font-size: 1.7rem;
}

.craft {
  background: var(--cream-100);
}

.craft-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.craft-art {
  max-width: 560px;
}

.craft-circle {
  fill: none;
  stroke: rgba(24, 60, 53, 0.12);
  stroke-width: 1;
}

.craft-wave,
.craft-hands,
.craft-spark {
  fill: none;
  stroke: var(--forest-800);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.craft-wave-two {
  opacity: 0.45;
}

.craft-hands {
  stroke: var(--copper);
  stroke-width: 5;
}

.craft-core {
  fill: var(--gold);
  opacity: 0.85;
}

.craft-spark {
  stroke: var(--gold);
  stroke-width: 2;
}

.craft-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--ink-soft);
}

.craft-rule {
  display: flex;
  gap: 18px;
  align-items: stretch;
  margin-top: 38px;
}

.craft-rule span {
  width: 3px;
  background: var(--copper);
}

.craft-rule p {
  margin: 0;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.boundaries {
  background: var(--forest-950);
  color: #cbd6d2;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 84px);
}

.section-heading.split > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
}

.boundaries .section-heading.split > p {
  color: #cbd6d2;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(238, 229, 214, 0.17);
  border-left: 1px solid rgba(238, 229, 214, 0.17);
}

.rule-card {
  min-height: 310px;
  padding: 32px 27px;
  border-right: 1px solid rgba(238, 229, 214, 0.17);
  border-bottom: 1px solid rgba(238, 229, 214, 0.17);
}

.rule-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border: 1px solid rgba(238, 229, 214, 0.32);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.rule-card .card-kicker {
  color: var(--gold);
}

.rule-card h3 {
  color: var(--cream-100);
}

.rule-card > p:last-child {
  margin: 16px 0 0;
  color: #aebfba;
  font-size: 0.87rem;
}

.boundary-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 28px;
  background: rgba(215, 164, 98, 0.08);
  border: 1px solid rgba(215, 164, 98, 0.3);
}

.boundary-notice strong {
  color: var(--gold);
  white-space: nowrap;
}

.boundary-notice p {
  margin: 0;
  color: #cbd6d2;
  font-size: 0.86rem;
}

.contact,
.availability {
  background: var(--paper);
}

.contact-grid,
.availability-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.contact-copy > p:not(.eyebrow),
.availability-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--ink-soft);
}

.availability-card {
  padding: clamp(32px, 5vw, 54px);
  background: var(--cream-100);
  border: 1px solid var(--cream-200);
  box-shadow: var(--shadow);
}

.availability-card h3 {
  margin: 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 600;
}

.availability-card ul {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.availability-card li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.availability-card li:last-child {
  border-bottom: 1px solid var(--line);
}

.availability-card li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--copper-dark);
  font-weight: 700;
}

.availability-note {
  margin: 0;
  color: var(--forest-800);
  font-size: 0.82rem;
  font-weight: 700;
}

.steps {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--copper);
  font-family: var(--serif);
}

.steps p,
.steps strong {
  display: block;
  margin: 0;
}

.steps p {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.steps strong {
  margin-bottom: 3px;
  color: var(--forest-900);
  font-size: 0.94rem;
}

.contact-form {
  padding: clamp(30px, 5vw, 52px);
  background: var(--cream-100);
  border: 1px solid var(--cream-200);
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  font-size: 1.65rem;
}

.form-heading > p:last-child {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--forest-900);
  font-size: 0.78rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(24, 60, 53, 0.22);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input,
.field select {
  min-height: 50px;
  padding: 0 14px;
}

.field textarea {
  min-height: 150px;
  padding: 13px 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(184, 105, 67, 0.13);
}

.field small {
  display: block;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.botcheck-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 4px 0 24px;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--copper);
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: var(--copper-dark);
  font-size: 0.76rem;
}

.form-status.is-success {
  color: var(--forest-700);
}

.form-status.is-error {
  color: #9b342d;
}

.crisis-strip {
  padding: 38px 0;
  background: #25473f;
  color: #d8e2de;
}

.crisis-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.crisis-strip .eyebrow {
  margin-bottom: 8px;
}

.crisis-strip h2 {
  color: var(--cream-100);
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

.crisis-strip p {
  margin: 0;
  font-size: 0.88rem;
}

.crisis-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-weight: 700;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 58px 0 28px;
  background: #0c2925;
  color: #aebdb8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr auto;
  gap: 40px;
  align-items: center;
}

.brand-footer,
.brand-footer .brand-type small {
  color: var(--cream-100);
}

.brand-footer .brand-mark {
  fill: var(--cream-100);
}

.brand-footer .brand-mark path:last-child {
  stroke: var(--forest-950);
}

.footer-grid > p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.footer-grid nav {
  display: flex;
  gap: 22px;
}

.footer-grid nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #c7d1cd;
  font-size: 0.76rem;
  text-decoration: none;
}

.footer-grid nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 44px;
  padding-top: 23px;
  border-top: 1px solid rgba(238, 229, 214, 0.12);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.68rem;
}

.message-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
}

.not-found-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 48px 0;
  background: linear-gradient(135deg, #fbf7ef 0%, #efe3d2 100%);
}

.not-found-card {
  max-width: 720px;
  padding: clamp(32px, 6vw, 66px);
  background: var(--paper);
  border: 1px solid var(--cream-200);
  box-shadow: var(--shadow);
}

.not-found-card .brand {
  margin-bottom: 54px;
}

.not-found-card h1 {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
}

.not-found-card p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 32px;
  color: var(--ink-soft);
}

.message-dialog::backdrop {
  background: rgba(9, 30, 26, 0.76);
  backdrop-filter: blur(6px);
}

.dialog-inner {
  position: relative;
  padding: clamp(28px, 5vw, 46px);
  background: var(--paper);
  border: 1px solid var(--cream-200);
  box-shadow: var(--shadow);
}

.dialog-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--forest-900);
  cursor: pointer;
  font-size: 1.8rem;
}

.dialog-inner h2 {
  padding-right: 35px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.dialog-inner > p:not(.card-kicker, .dialog-status) {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.dialog-inner textarea {
  width: 100%;
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--cream-100);
  color: var(--ink);
  resize: vertical;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js .reveal[data-delay="1"] {
  transition-delay: 100ms;
}

.js .reveal[data-delay="2"] {
  transition-delay: 180ms;
}

.js .reveal[data-delay="3"] {
  transition-delay: 260ms;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 22px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .shelter-illustration {
    top: 0;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .early-safety-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .early-safety-grid p,
  .process-card {
    min-height: auto;
  }

  .audience-card,
  .audience-card:nth-child(4) {
    grid-column: auto;
  }

  .audience-card:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .rules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

  body.menu-open .site-header.is-scrolled {
    backdrop-filter: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--forest-900);
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 100px max(28px, calc((100vw - 720px) / 2));
    background: var(--paper);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.5rem;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 24px;
    border: 0;
    border-radius: 2px;
    background: var(--copper);
    color: #fff;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
  }

  .hero-grid,
  .story-grid,
  .craft-grid,
  .contact-grid,
  .availability-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 570px;
    margin-top: 24px;
  }

  .shelter-illustration {
    left: 50%;
    right: auto;
    width: min(100%, 560px);
    transform: translateX(-50%);
  }

  .hero-quote {
    right: 0;
    bottom: 0;
  }

  .intro-grid {
    grid-template-columns: 48px 1fr;
  }

  .pain-list {
    grid-column: 2;
  }

  .promise {
    grid-template-columns: 1fr;
  }

  .story-portrait {
    max-width: 520px;
    margin-inline: auto;
  }

  .services-heading,
  .section-heading.split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .capacity-note {
    width: max-content;
  }

  .package {
    grid-template-columns: 55px 1fr;
  }

  .package-price {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
  }

  .craft-art {
    order: 2;
    margin-inline: auto;
  }

  .crisis-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-boundary {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 28px);
    --section-space: 5rem;
  }

  html {
    scroll-padding-top: 74px;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-type strong {
    font-size: 1.13rem;
  }

  .brand-type small {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.3rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-visual {
    min-height: 420px;
  }

  .shelter-illustration {
    width: min(92%, 430px);
  }

  .visual-note {
    font-size: 0.66rem;
  }

  .hero-quote {
    right: -4px;
    bottom: -4px;
    padding: 17px 20px;
    font-size: 0.98rem;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .section-marker {
    display: none;
  }

  .pain-list {
    grid-column: auto;
  }

  .promise {
    padding: 30px 24px;
  }

  .portrait-caption {
    margin-left: 16px;
  }

  .audience-grid,
  .rules-grid {
    grid-template-columns: 1fr;
  }

  .audience-card:last-child {
    grid-column: auto;
  }

  .audience-card {
    min-height: auto;
  }

  .services-heading {
    gap: 30px;
  }

  .capacity-note {
    width: 100%;
  }

  .package {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .package-index,
  .package-price {
    grid-column: auto;
  }

  .package-price {
    margin-top: 10px;
  }

  .section-heading.split {
    gap: 28px;
  }

  .rule-card {
    min-height: auto;
  }

  .boundary-notice {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .early-safety-grid p {
    padding: 22px 20px;
  }

  .process-card {
    padding: 28px 24px;
  }

  .process-card > span {
    margin-bottom: 28px;
  }

  .availability-card {
    padding: 28px 22px;
  }

  .footer-grid,
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid nav {
    flex-wrap: wrap;
  }

  .footer-bottom {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Supporting content pages */
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.content-page { background: var(--paper); }
.content-hero {
  padding: clamp(9rem, 15vw, 12rem) 0 clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 82% 20%, rgba(215, 164, 98, .19), transparent 28%), linear-gradient(135deg, #fbf7ef 0%, #efe3d2 100%);
  border-bottom: 1px solid var(--cream-200);
}
.content-hero-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(40px, 9vw, 130px); align-items: end; }
.content-hero h1 { font-size: clamp(3.25rem, 7vw, 6.2rem); }
.content-hero-aside { display: grid; align-content: end; gap: clamp(20px, 3vw, 34px); min-width: 0; }
.content-hero-aside p { position: relative; z-index: 1; max-width: 36rem; margin: 0 0 9px; color: var(--ink-soft); font-size: 1.02rem; }
.content-hero-art { width: min(100%, 430px); justify-self: end; overflow: visible; fill: none; stroke: var(--forest-900); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .86; }
.content-hero-art .art-orbit { stroke: var(--copper); stroke-width: 1.35; opacity: .72; }
.content-hero-art .art-fine { stroke-width: 1; opacity: .35; }
.content-hero-art .art-accent { fill: var(--copper); stroke: none; }
.content-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: clamp(50px, 9vw, 130px); padding-block: clamp(4.5rem, 8vw, 8rem); }
.content-toc { position: sticky; top: 115px; align-self: start; display: grid; border-top: 1px solid var(--line); }
.content-toc p { margin: 0; padding: 16px 0; color: var(--copper-dark); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.content-toc a { min-height: 44px; display: flex; align-items: center; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; text-decoration: none; }
.content-toc a:hover { color: var(--forest-900); }
.content-article section { scroll-margin-top: 105px; padding: 0 0 clamp(3.5rem, 7vw, 6rem); margin-bottom: clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
.content-article section:last-child { margin-bottom: 0; }
.content-index { margin: 0 0 14px; color: var(--copper-dark); font-family: var(--serif); font-size: .8rem; }
.content-article h2 { margin-bottom: 25px; font-size: clamp(2rem, 4vw, 3.4rem); }
.content-article p, .content-article li { color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }
.content-article ul { padding-left: 1.3rem; }
.content-note { margin-top: 30px; padding: 25px 28px; background: var(--cream-100); border-left: 3px solid var(--copper); }
.content-note strong { color: var(--forest-900); }
.content-note p { margin: 7px 0 0; font-size: .86rem; }
.service-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-facts div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-facts dt { margin-bottom: 5px; color: var(--copper-dark); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-facts dd { margin: 0; color: var(--forest-900); }
.content-cta { margin-top: 22px; }
.article-library { background: var(--paper); }
.article-library .section-heading.split > p { color: var(--ink-soft); }
.article-card-grid { display: grid; gap: 28px; margin-top: clamp(42px, 6vw, 72px); }
.article-card { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); background: #fffaf2; }
.article-card-art { min-height: 360px; display: grid; place-items: center; padding: clamp(30px, 5vw, 60px); background: linear-gradient(145deg, var(--forest-950), var(--forest-800)); color: var(--cream-100); }
.article-card-art svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.article-card-art .art-orbit { stroke: var(--gold); stroke-width: 1.4; opacity: .8; }
.article-card-art .art-fine { stroke-width: 1; opacity: .45; }
.article-card-art .art-accent { fill: var(--copper); stroke: none; }
.article-card-copy { align-self: center; padding: clamp(34px, 6vw, 72px); }
.article-card-copy h3 { margin: 10px 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.article-card-copy h3 a { text-decoration: none; }
.article-card-copy > p:not(.card-kicker, .article-meta) { color: var(--ink-soft); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0; color: var(--copper-dark); font-size: .76rem; letter-spacing: .04em; }
.library-note { max-width: 840px; margin-top: 38px; padding: 24px 28px; border-left: 2px solid var(--copper); background: var(--cream-100); }
.library-note p { margin: 0; color: var(--ink-soft); }

.article-page { background: var(--paper); }
.article-hero { padding: clamp(9rem, 14vw, 12rem) 0 clamp(4rem, 7vw, 6.5rem); overflow: hidden; background: radial-gradient(circle at 72% 18%, rgba(215, 164, 98, .2), transparent 30%), linear-gradient(135deg, #fbf7ef 0%, #efe3d2 100%); border-bottom: 1px solid var(--cream-200); }
.article-hero-inner { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(34px, 5vw, 60px); color: var(--ink-soft); font-size: .76rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.article-hero h1 { max-width: 1050px; margin: 18px 0 25px; font-size: clamp(3.1rem, 7vw, 6.5rem); }
.article-dek { max-width: 800px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.9; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: var(--copper-dark); font-size: .78rem; }
.article-byline a { font-weight: 700; text-underline-offset: 4px; }
.article-hero-illustration { width: min(100%, 880px); margin: 45px auto -70px; color: var(--forest-900); opacity: .86; }
.article-hero-illustration svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.article-hero-illustration .art-orbit { stroke: var(--copper); stroke-width: 1.4; }
.article-hero-illustration .art-fine { stroke-width: 1; opacity: .35; }
.article-hero-illustration .art-accent { fill: var(--copper); stroke: none; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: clamp(50px, 9vw, 130px); padding-block: clamp(4.5rem, 8vw, 8rem); }
.article-aside { min-width: 0; }
.article-body { min-width: 0; }
.article-lead { margin: 0 0 clamp(4rem, 7vw, 6rem); color: var(--forest-900); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.15rem); line-height: 1.65; }
.article-body section { scroll-margin-top: 105px; padding-bottom: clamp(3.5rem, 7vw, 6rem); margin-bottom: clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
.article-body h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.35rem); }
.article-body h3 { margin: 0 0 8px; font-size: 1.25rem; }
.article-body p, .article-body li { color: var(--ink-soft); font-size: 1.03rem; line-height: 1.9; }
.article-body a { text-underline-offset: 4px; }
.article-body ol, .article-body ul { padding-left: 1.3rem; }
.article-callout { margin: 32px 0 0; padding: 26px 30px; border-left: 3px solid var(--copper); background: var(--cream-100); }
.article-callout strong { color: var(--forest-900); }
.article-callout p { margin: 7px 0 0; }
.article-callout-dark { background: var(--forest-950); }
.article-callout-dark strong, .article-callout-dark a { color: var(--cream-100); }
.article-callout-dark p { color: #c7d5d0; }
.article-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-points > div { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-points span { display: block; margin-bottom: 28px; color: var(--copper-dark); font-family: var(--serif); font-size: .8rem; }
.article-points p { margin-bottom: 0; font-size: .94rem; }
.gentle-cta { margin-top: 35px; padding: 30px; background: var(--cream-100); }
.gentle-cta p { margin-top: 0; }
.article-sources { margin-bottom: 0 !important; border-bottom: 0 !important; }
.article-sources h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.article-sources li, .article-sources > p { font-size: .88rem; }
.faq-list { max-width: 920px; padding-block: clamp(4.5rem, 8vw, 8rem); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--forest-950); font-family: var(--serif); font-size: clamp(1.12rem, 2vw, 1.4rem); font-weight: 600; }
.faq-list summary::after { content: "+"; color: var(--copper-dark); font-family: var(--sans); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 48px 24px 0; color: var(--ink-soft); }
.faq-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 30px; background: var(--cream-100); }
.faq-cta p { margin: 0; color: var(--forest-900); font-family: var(--serif); font-size: 1.25rem; }
@media (max-width: 860px) {
  .content-hero-grid, .content-layout { grid-template-columns: 1fr; }
  .content-hero-grid { gap: 34px; }
  .content-hero-aside { grid-template-columns: minmax(180px, 38%) 1fr; align-items: end; gap: 28px; }
  .content-hero-art { justify-self: start; }
  .content-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .content-toc p { grid-column: 1 / -1; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-art { min-height: 300px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside .content-toc { position: static; }
}
@media (max-width: 600px) {
  .content-hero { padding-top: 8rem; }
  .content-hero-aside { grid-template-columns: 1fr; gap: 18px; }
  .content-hero-art { width: min(82%, 330px); margin-top: -8px; }
  .content-toc, .service-facts { grid-template-columns: 1fr; }
  .article-card-art { min-height: 240px; }
  .article-card-copy { padding: 30px 24px; }
  .article-hero { padding-top: 8rem; }
  .article-hero-illustration { margin-bottom: -30px; }
  .article-points { grid-template-columns: 1fr; }
  .article-callout, .gentle-cta { padding: 24px 20px; }
  .faq-cta { align-items: flex-start; flex-direction: column; }
}
