:root {
  --bg: #fff8f7;
  --bg-soft: #fdf0ee;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-muted: rgba(252, 244, 242, 0.96);
  --line: rgba(95, 38, 40, 0.12);
  --text: #2d1717;
  --muted: #715a57;
  --brand: #cc2f2f;
  --brand-deep: #931717;
  --gold: #c05d2f;
  --teal: #e06a5f;
  --danger: #b91f28;
  --shadow: 0 20px 55px rgba(92, 38, 40, 0.12);
  --radius: 26px;
  --radius-small: 18px;
  --container: 1180px;
  --page-gutter: clamp(1.35rem, 3.6vw, 2.8rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(198, 58, 50, 0.14), transparent 24rem),
    radial-gradient(circle at top right, rgba(255, 151, 111, 0.12), transparent 22rem),
    linear-gradient(180deg, #fffdfc 0%, #fff3f0 42%, #ffffff 100%);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(95, 38, 40, 0.1);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex-shrink: 0;
}

.brand img {
  width: 6.9rem;
  height: auto;
  border-radius: 0;
  filter: drop-shadow(0 14px 22px rgba(128, 31, 31, 0.18));
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  font-size: 1.32rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(92, 38, 40, 0.08);
}

.menu-toggle-box {
  display: grid;
  gap: 0.26rem;
}

.menu-toggle-line {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

.nav-wrap {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin-left: auto;
}

.main-nav {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}

.nav-link {
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  color: var(--muted);
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
  background: rgba(204, 47, 47, 0.16);
}

.nav-link-disabled {
  cursor: default;
}

.nav-link-disabled:hover:not(.is-active) {
  color: var(--muted);
  background: transparent;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary,
.button-accent {
  color: #fff8f5;
  background: linear-gradient(90deg, var(--brand-deep), #eb4f48);
  box-shadow: 0 16px 36px rgba(147, 23, 23, 0.24);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(95, 38, 40, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.button-compact {
  min-height: 2.35rem;
  padding: 0 1rem;
}

.page-hero {
  padding: 1.35rem 0 3.2rem;
}

.page-hero-home .hero-grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.15rem;
  align-items: stretch;
}

.page-hero-home .hero-copy {
  background:
    radial-gradient(circle at top right, rgba(255, 167, 137, 0.22), transparent 14rem),
    linear-gradient(155deg, rgba(104, 19, 24, 0.98), rgba(183, 26, 39, 0.95));
  border-color: rgba(111, 22, 25, 0.34);
  padding: 1.55rem 1.7rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-hero-home .hero-copy,
.page-hero-home .hero-figure {
  min-height: 32rem;
}

.page-hero-home .hero-copy h1 {
  max-width: none;
  color: #fffaf6;
  font-size: clamp(2.2rem, 3vw, 3rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
}

.page-hero-home .eyebrow {
  color: #ffd6d2;
}

.page-hero-home .hero-lead,
.page-hero-home .hero-note {
  color: rgba(255, 247, 244, 0.92);
}

.page-hero-home .hero-lead {
  margin-top: 0.8rem;
  max-width: 33rem;
  text-align: center;
}

.page-hero-home .button-row {
  margin-top: 0.95rem;
  flex-wrap: nowrap;
  gap: 0.55rem;
  justify-content: center;
}

.page-hero-home .button-row .button {
  min-height: 2.9rem;
  padding: 0 0.95rem;
  font-size: 0.97rem;
}

.page-hero-home .pill-list li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff8f5;
  padding: 0.65rem 0.9rem;
  font-size: 0.98rem;
}

.page-hero-home .pill-list {
  margin-top: 0.85rem;
  gap: 0.55rem;
  justify-content: center;
}

.page-hero-home .button-secondary {
  color: #fff8f5;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.page-hero-home .hero-note {
  margin-top: 0.85rem;
  max-width: 31rem;
  text-align: center;
}

.page-hero-home .hero-figure {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  height: 100%;
}

.page-hero-home .hero-figure img {
  height: 100%;
  min-height: 0;
  max-height: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero-home .hero-figure figcaption {
  margin-top: 0.75rem;
  border-radius: var(--radius-small);
  border: 1px solid rgba(95, 38, 40, 0.08);
}

.page-hero:not(.page-hero-home) .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.page-hero:not(.page-hero-home) .hero-copy {
  padding: 1.55rem 1.7rem 1.35rem;
  min-height: 31rem;
}

.page-hero:not(.page-hero-home) .hero-copy h1 {
  max-width: none;
  font-size: clamp(2rem, 2.7vw, 2.85rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.page-hero:not(.page-hero-home) .hero-figure {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-hero:not(.page-hero-home) .hero-figure img {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  max-height: 28.5rem;
  aspect-ratio: 16 / 11;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero:not(.page-hero-home) .hero-figure figcaption {
  margin-top: 0.75rem;
  border-radius: var(--radius-small);
  border: 1px solid rgba(95, 38, 40, 0.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.hero-figure,
.panel-card,
.note-card,
.cta-panel,
.map-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-copy {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--brand);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-head h2,
.cta-panel h2,
.site-footer h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  max-width: 11ch;
}

.hero-lead,
.section-intro,
.copy-block p,
.panel-card p,
.note-card p,
.site-footer p,
.verification-strip,
.breadcrumbs,
.hero-note,
.gallery-card figcaption {
  color: var(--muted);
  line-height: 1.72;
}

.hero-lead {
  margin: 1rem 0 0;
  max-width: 62ch;
  font-size: 1.04rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
}

.hero-note {
  margin: 1.4rem 0 0;
}

.hero-figure {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-figure img {
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  min-height: 24rem;
  max-height: none;
  object-fit: cover;
}

.hero-figure figcaption {
  padding: 1rem 1.15rem 1.2rem;
  background: rgba(255, 255, 255, 0.96);
}

.hero-figure-store img {
  object-fit: contain;
  background: #b90912;
  padding: 1rem;
}

.breadcrumb-shell {
  padding: 0 0 0.5rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: var(--text);
}

.crumb-sep {
  color: rgba(95, 38, 40, 0.28);
}

.section {
  padding: 1.25rem 0 1rem;
}

.section > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: clamp(1.35rem, 2.8vw, 2.4rem);
  padding-right: clamp(1.35rem, 2.8vw, 2.4rem);
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(95, 38, 40, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(254, 241, 238, 0.98));
  box-shadow: var(--shadow);
}

.home-trust-section {
  padding-top: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-pill {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(95, 38, 40, 0.08);
  border-radius: var(--radius-small);
  background:
    radial-gradient(circle at top left, rgba(255, 167, 137, 0.16), transparent 9rem),
    rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section-muted .container,
.section-why-home .container,
.section-next-step-home .container,
.section-contrast .container,
.section-accent .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: calc(var(--radius) + 6px);
}

.section-muted .container {
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(254, 241, 238, 0.98));
  border: 1px solid rgba(95, 38, 40, 0.06);
}

.section-why-home .container {
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(254, 241, 238, 0.98));
  border: 1px solid rgba(95, 38, 40, 0.06);
}

.section-next-step-home .container {
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(254, 241, 238, 0.98));
  border: 1px solid rgba(95, 38, 40, 0.06);
}

.section-contrast .container {
  background:
    radial-gradient(circle at top right, rgba(241, 107, 88, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 243, 0.98));
  border: 1px solid rgba(95, 38, 40, 0.06);
}

.section-head {
  max-width: none;
  width: 100%;
  margin-bottom: 1.5rem;
}

.section-pathways-home .section-head {
  max-width: none;
}

.section-pathways-home .section-head h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  white-space: nowrap;
  overflow: hidden;
}

.section-pathways-home .section-intro {
  max-width: none;
  white-space: nowrap;
}

.section-why-home .section-head {
  max-width: none;
}

.section-why-home .section-head h2 {
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  white-space: nowrap;
}

.section-why-home .section-intro {
  max-width: none;
  white-space: nowrap;
}

.section-next-step-home .section-head {
  max-width: none;
}

.section-next-step-home .section-head h2 {
  font-size: clamp(2rem, 3.35vw, 3.65rem);
  white-space: nowrap;
}

.section-next-step-home .section-intro {
  max-width: none;
  white-space: nowrap;
}

.section-contrast .section-head {
  max-width: none;
}

.section-contrast .section-head h2 {
  font-size: clamp(2rem, 3.25vw, 3.5rem);
  white-space: nowrap;
}

.section-contrast .section-intro {
  max-width: none;
  white-space: nowrap;
}

.section-head h2,
.cta-panel h2 {
  max-width: 100%;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  text-wrap: normal;
}

.section-intro {
  margin: 0.9rem 0 0;
  max-width: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
  gap: 1rem;
  align-items: stretch;
}

.card-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
}

.card-grid-home-why {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid-home-why .panel-card h3 {
  font-size: 1.12rem;
}

.card-grid-home-why .panel-card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.card-grid-home-essentials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid-home-essentials .panel-card h3 {
  font-size: 1.1rem;
}

.card-grid-home-essentials .panel-card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.panel-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.35rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.panel-card:hover {
  border-color: rgba(198, 58, 50, 0.28);
  background: rgba(255, 248, 246, 0.98);
}

.image-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
  gap: 1rem;
}

.image-card-grid-quad {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
}

.image-card-grid-triple {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
}

.image-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.image-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 58, 50, 0.24);
}

.image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.15rem 1.15rem 1.25rem;
}

.image-card-body h3 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.2;
}

.image-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.panel-card-link {
  cursor: pointer;
}

.card-label {
  display: inline-block;
  color: var(--brand);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel-card h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
}

.panel-card p {
  margin: 0;
}

.card-cta {
  margin-top: auto;
  color: var(--gold);
  font-weight: 800;
}

.copy-block {
  display: grid;
  gap: 1rem;
}

.copy-block p {
  margin: 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
}

.split-layout-reverse {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.split-layout-tight {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

.split-copy,
.split-media {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.split-copy > *,
.split-media > * {
  width: 100%;
}

.split-layout .copy-block,
.split-layout .card-grid,
.split-layout .media-stack,
.split-layout .map-panel {
  height: 100%;
}

.media-stack {
  display: grid;
  gap: 1rem;
}

.media-stack img,
.gallery-card,
.note-card,
.map-panel {
  overflow: hidden;
}

.media-stack img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.note-card {
  padding: 1.2rem 1.25rem;
}

.note-card strong {
  display: block;
  margin-bottom: 0.45rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-card {
  grid-column: span 4;
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.gallery-card-large {
  grid-column: span 6;
}

.gallery-card img {
  width: 100%;
  min-height: 14rem;
  max-height: 24rem;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 1rem 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.98);
}

.section-actions {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  background:
    radial-gradient(circle at right top, rgba(241, 107, 88, 0.2), transparent 18rem),
    linear-gradient(120deg, rgba(255, 248, 246, 0.98), rgba(255, 237, 233, 0.98));
}

.verification-strip,
.note-banner {
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-small);
  border: 1px solid rgba(95, 38, 40, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.verification-strip strong,
.note-banner {
  color: var(--text);
}

.map-panel iframe {
  width: 100%;
  height: 28rem;
  border: 0;
}

.site-footer {
  padding: 2rem 0 0.8rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) minmax(18rem, 1fr);
  align-items: start;
  gap: 1.25rem 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(95, 38, 40, 0.1);
}

.footer-grid > div {
  min-width: 0;
}

.footer-grid > div:first-child {
  justify-self: start;
}

.footer-grid > div:last-child {
  justify-self: end;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 0.85rem;
}

.site-footer h3 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand);
}

.footer-grid p {
  margin: 0 0 0.3rem;
  line-height: 1.5;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.footer-grid a:hover {
  color: var(--text);
}

.footer-note {
  max-width: 48ch;
}

.footer-contact-line {
  margin: 0 0 0.15rem;
}

.footer-grid .footer-inline-link {
  display: inline;
  margin: 0;
}

.footer-disabled-link {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--muted);
  cursor: default;
}

.footer-inline-text {
  color: var(--muted);
}

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(95, 38, 40, 0.1);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-base p {
  margin: 0;
}

.footer-base a {
  display: inline;
  margin: 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.footer-base a:hover {
  color: var(--text);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .menu-toggle {
  color: #fff8f5;
  border-color: rgba(147, 23, 23, 0.12);
  background: linear-gradient(90deg, var(--brand-deep), #eb4f48);
}

body.nav-open .menu-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1100px) {
  .hero-grid,
  .page-hero-home .hero-grid,
  .page-hero:not(.page-hero-home) .hero-grid,
  .split-layout,
  .split-layout-reverse,
  .split-layout-tight,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    max-width: 26rem;
    gap: 1.2rem;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    justify-self: stretch;
  }

  .page-hero-home .hero-copy,
  .page-hero-home .hero-figure,
  .page-hero:not(.page-hero-home) .hero-copy,
  .page-hero:not(.page-hero-home) .hero-figure {
    min-height: 0;
  }

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

  .trust-strip,
  .image-card-grid-quad,
  .image-card-grid-triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card-large {
    grid-column: span 6;
  }

  .section-pathways-home .section-head h2,
  .section-pathways-home .section-intro,
  .section-why-home .section-head h2,
  .section-why-home .section-intro,
  .section-next-step-home .section-head h2,
  .section-next-step-home .section-intro,
  .section-contrast .section-head h2,
  .section-contrast .section-intro {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .header-row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.6rem 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .brand {
    max-width: calc(100% - 4rem);
  }

  .brand strong {
    font-size: 1.18rem;
  }

  .nav-wrap {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding: 0.45rem;
    border: 1px solid rgba(95, 38, 40, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(92, 38, 40, 0.12);
  }

  body.nav-open .nav-wrap {
    display: flex;
  }

  .main-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
  }

  .nav-link {
    width: 100%;
    padding: 0.8rem 1rem;
    text-align: center;
  }

  .nav-link-disabled {
    opacity: 0.78;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 1.15rem));
  }

  .page-hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .page-hero-home .hero-copy h1 {
    max-width: 100%;
    white-space: normal;
  }

  .page-hero:not(.page-hero-home) .hero-copy h1 {
    font-size: clamp(2.2rem, 9.5vw, 3.3rem);
    text-wrap: pretty;
  }

  .brand img {
    width: 4.45rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .section-pathways-home .section-head h2,
  .section-why-home .section-head h2,
  .section-next-step-home .section-head h2,
  .section-contrast .section-head h2,
  .section-head h2 {
    font-size: clamp(1.9rem, 9.4vw, 2.9rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero-figure img {
    min-height: 16rem;
  }

  .page-hero-home .hero-figure img,
  .page-hero:not(.page-hero-home) .hero-figure img {
    width: 100%;
    max-height: 20rem;
    aspect-ratio: 16 / 11;
  }

  .page-hero:not(.page-hero-home) .hero-figure img {
    max-height: 22rem;
    aspect-ratio: 16 / 11;
  }

  .card-grid,
  .card-grid-compact,
  .trust-strip,
  .image-card-grid-quad,
  .image-card-grid-triple {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 0.85rem 0;
  }

  .section > .container,
  .section-muted .container,
  .section-why-home .container,
  .section-next-step-home .container,
  .section-contrast .container,
  .section-accent .container {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    border-radius: 22px;
  }

  .section-head {
    margin-bottom: 1.15rem;
    text-align: center;
  }

  .section-head h2,
  .section-intro,
  .hero-lead,
  .hero-note {
    text-align: center;
  }

  .hero-copy {
    padding: 1.25rem 1rem 1.2rem;
  }

  .page-hero-home .hero-copy,
  .page-hero:not(.page-hero-home) .hero-copy {
    padding: 1.25rem 1rem 1.2rem;
  }

  .button-row,
  .pill-list {
    justify-content: center;
  }

  .button-row .button,
  .pill-list li {
    width: 100%;
  }

  .panel-card,
  .image-card,
  .gallery-card,
  .note-card,
  .hero-copy,
  .hero-figure,
  .map-panel {
    border-radius: 22px;
  }

  .panel-card,
  .image-card-body,
  .note-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-card,
  .gallery-card-large {
    grid-column: 1 / -1;
  }

  .footer-base {
    flex-direction: column;
    gap: 0.15rem;
  }
}
