:root {
  --bg: #f7f7f5;
  --navy: #102844;
  --navy-dark: #081628;
  --gold: #c79a4a;
  --gold-dark: #9d6f2e;
  --gray: #d9d9d9;
  --graphite: #2d3138;
  --white: #ffffff;
  --shadow-soft: 0 22px 70px rgba(8, 22, 40, 0.08);
  --shadow-hover: 0 28px 72px rgba(8, 22, 40, 0.14);
  --radius-lg: 36px;
  --radius-md: 28px;
  --container: min(1120px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  background:
    linear-gradient(rgba(16, 40, 68, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 40, 68, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px, 48px 48px, auto;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 40px));
  transform: translateX(-50%);
  transition: 250ms ease;
}

.nav-shell {
  display: grid;
  grid-template-columns: 148px 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 28px;
  padding: 10px 12px 10px 26px;
  border: 1px solid rgba(16, 40, 68, 0.1);
  border-radius: 999px;
  background: rgba(247, 247, 245, 0.78);
  box-shadow: 0 18px 48px rgba(8, 22, 40, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.scrolled {
  top: 14px;
  width: min(1040px, calc(100% - 32px));
}

.site-header.scrolled .nav-shell {
  min-height: 62px;
  box-shadow: 0 20px 55px rgba(8, 22, 40, 0.14);
}

.brand {
  display: inline-flex;
  justify-content: center;
  width: 130px;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  color: rgba(16, 40, 68, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
  transition: color 250ms ease;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 250ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-dark);
}

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

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 250ms ease, background 250ms ease, color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.nav-cta {
  padding: 0 22px;
  color: var(--bg);
  background: var(--navy);
  white-space: nowrap;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--navy-dark);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(16, 40, 68, 0.12);
  border-radius: 999px;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  flex: 0 0 1px;
  background: currentColor;
  transition: transform 250ms ease, opacity 250ms ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0 0 38px 38px;
  background: var(--navy-dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/consultorio-panorama.webp");
  background-position: center;
  background-size: cover;
  filter: saturate(0.82) contrast(0.98) sepia(0.05);
  transform: scale(1.02);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(8, 22, 40, 0.48), rgba(8, 22, 40, 0.58)),
    radial-gradient(circle at 70% 42%, rgba(199, 154, 74, 0.18), transparent 34%);
  content: "";
}

.hero-content {
  width: min(820px, calc(100% - 36px));
  margin: 84px auto 0;
  color: var(--bg);
  text-align: center;
}

.hero h1,
.section h2,
.impact h2,
.purpose h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 300;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.98;
  text-shadow: 0 18px 42px rgba(8, 22, 40, 0.32);
}

.hero h1 span {
  position: relative;
  color: var(--gold);
  white-space: nowrap;
}

.hero h1 span::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0.78;
}

.hero p {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(247, 247, 245, 0.86);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  text-shadow: 0 12px 30px rgba(8, 22, 40, 0.38);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-width: 176px;
  padding: 0 28px;
}

.btn-gold {
  color: var(--navy-dark);
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.btn-gold:hover,
.btn-gold:focus-visible {
  color: var(--navy-dark);
  background: var(--bg);
  transform: translateY(-2px);
}

.btn-navy {
  color: var(--bg);
  background: var(--navy);
}

.btn-navy:hover,
.btn-navy:focus-visible {
  color: var(--navy-dark);
  background: var(--gold);
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--bg);
  border: 1px solid rgba(247, 247, 245, 0.45);
  background: transparent;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(247, 247, 245, 0.12);
  transform: translateY(-2px);
}

.scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: 72px;
  height: 1px;
  background: var(--gold);
  transform: translateX(-50%);
}

.scroll-cue::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
  transform: rotate(45deg);
}

.section {
  padding: 120px 7vw;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: clamp(48px, 8vw, 96px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.concept {
  position: relative;
  overflow: hidden;
}

.concept::before {
  position: absolute;
  top: 120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(199, 154, 74, 0.18);
  border-radius: 50%;
  content: "";
}

.concept-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 72px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.concept-statement {
  align-self: end;
  padding: 34px;
  border: 1px solid rgba(16, 40, 68, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.concept-statement span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.concept-statement p {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.08;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
}

.section-copy h2,
.section-heading h2,
.editorial-copy h2 {
  color: var(--navy);
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.05;
}

.section-copy > p:not(.eyebrow),
.section-heading > p:not(.eyebrow),
.editorial-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.8;
}

.concept-cards {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.section-cta {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(16, 40, 68, 0.12);
}

.section-cta p,
.process-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(45, 49, 56, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.section-cta-centered {
  width: min(1180px, 100%);
  margin: 42px auto 0;
  padding-top: 30px;
}

.text-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.text-cta::after {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width 300ms ease;
}

.text-cta:hover::after,
.text-cta:focus-visible::after {
  width: 62px;
}

.concept-card,
.upgrade-card,
.timeline-step {
  border: 1px solid rgba(16, 40, 68, 0.08);
  background: var(--white);
  box-shadow: 0 16px 48px rgba(8, 22, 40, 0.045);
  transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease, color 300ms ease, border-color 300ms ease;
}

.concept-card {
  min-height: 250px;
  padding: 32px;
  border-radius: var(--radius-md);
}

.concept-card:hover,
.timeline-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.line-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(199, 154, 74, 0.36);
  border-radius: 50%;
  color: var(--gold);
}

.line-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.concept-card h3,
.upgrade-card h3,
.timeline-step h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.concept-card p,
.upgrade-card p,
.timeline-step p {
  margin: 16px 0 0;
  color: rgba(45, 49, 56, 0.8);
  font-size: 15.5px;
  line-height: 1.72;
}

.impact {
  position: relative;
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 110px 7vw;
  overflow: hidden;
  color: var(--bg);
  background:
    linear-gradient(rgba(247, 247, 245, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 247, 245, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(16, 40, 68, 0.88), transparent 44%),
    var(--navy-dark);
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.impact::before {
  position: absolute;
  top: 18%;
  left: 50%;
  width: min(760px, 78vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 154, 74, 0.55), transparent);
  content: "";
  transform: translateX(-50%);
}

.impact-inner {
  max-width: 1000px;
  text-align: center;
}

.impact h2 {
  color: var(--bg);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.05;
}

.impact h2 span {
  color: var(--gold);
}

.impact p {
  margin: 28px 0 0;
  color: rgba(247, 247, 245, 0.68);
  font-size: 18px;
}

.section-heading {
  width: min(780px, 100%);
  margin: 0 auto 56px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered p {
  margin-right: auto;
  margin-left: auto;
}

.upgrade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.upgrade-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 260px;
  padding: 34px;
  border-radius: 30px;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 700ms ease, border-color 700ms ease;
}

.upgrade-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--navy);
  content: "";
  opacity: 0;
  transition: opacity 760ms ease;
}

.upgrade-card > * {
  position: relative;
  z-index: 1;
}

.card-mark {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 34px;
  border: 1px solid rgba(199, 154, 74, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(var(--gold), var(--gold)) center / 16px 1px no-repeat,
    linear-gradient(90deg, var(--gold), var(--gold)) center / 1px 16px no-repeat;
  transition: border-color 700ms ease, background-color 700ms ease, transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.upgrade-card:hover {
  color: var(--bg);
  border-color: rgba(16, 40, 68, 0.2);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.upgrade-card:hover::before {
  opacity: 1;
}

.upgrade-card:hover .card-mark {
  transform: rotate(90deg);
}

.upgrade-card h3,
.upgrade-card p {
  transition: color 700ms ease;
}

.upgrade-card:hover h3 {
  color: var(--white);
}

.upgrade-card:hover p {
  color: rgba(247, 247, 245, 0.74);
}

.before-after {
  padding-top: 40px;
}

.before-after-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(16, 40, 68, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.editorial-copy {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 16px 40px;
  text-align: center;
}

.editorial-copy .eyebrow {
  margin-bottom: 16px;
}

.editorial-copy h2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 860px;
}

.editorial-copy > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

.editorial-stage {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--gray);
}

.editorial-stage img {
  height: 540px;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.8) contrast(0.96) sepia(0.06);
  transition: transform 700ms ease;
}

.editorial-stage:hover img,
.purpose-collage:hover img {
  transform: scale(1.03);
}

.before-note {
  position: absolute;
  width: min(330px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid rgba(247, 247, 245, 0.26);
  border-radius: 24px;
  color: var(--bg);
  background: rgba(8, 22, 40, 0.74);
  backdrop-filter: blur(14px);
}

.before-note span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.before-note p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.62;
}

.note-left {
  bottom: 30px;
  left: 30px;
}

.note-right {
  right: 30px;
  bottom: 30px;
}

.process {
  background: rgba(255, 255, 255, 0.56);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.timeline::before {
  position: absolute;
  top: 36px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(199, 154, 74, 0.46);
  content: "";
}

.timeline-step {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 32px;
  border-radius: 28px;
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border: 1px solid rgba(199, 154, 74, 0.36);
  border-radius: 50%;
  color: var(--gold);
  background: var(--bg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}

.process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, 100%);
  margin: 42px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(16, 40, 68, 0.12);
}

.purpose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: center;
  padding: 110px 7vw;
  color: var(--bg);
  background: var(--navy);
}

.purpose-copy {
  width: min(560px, 100%);
  margin-left: auto;
}

.purpose h2 {
  color: var(--bg);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
}

.purpose p {
  margin: 28px 0 0;
  color: rgba(247, 247, 245, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.purpose small {
  display: block;
  margin-top: 34px;
  padding-left: 22px;
  border-left: 1px solid var(--gold);
  color: rgba(247, 247, 245, 0.74);
  font-size: 16px;
  line-height: 1.6;
}

.purpose-cta {
  margin-top: 34px;
}

.purpose-image {
  overflow: hidden;
  border: 1px solid rgba(247, 247, 245, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
}

.purpose-collage {
  position: relative;
  min-height: 620px;
  overflow: visible;
  border: 0;
  box-shadow: none;
}

.purpose-collage img {
  object-fit: cover;
  filter: saturate(0.78) contrast(0.96) sepia(0.06);
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.purpose-main {
  height: 620px;
  object-fit: cover;
  border: 1px solid rgba(247, 247, 245, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
}

.purpose-secondary {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: min(310px, 52%);
  height: 210px;
  border: 8px solid var(--navy);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.final-cta {
  padding-bottom: 110px;
}

.cta-panel {
  position: relative;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 80px);
  overflow: hidden;
  border-radius: 40px;
  color: var(--bg);
  text-align: center;
  background:
    linear-gradient(rgba(247, 247, 245, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 247, 245, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(199, 154, 74, 0.2), transparent 38%),
    var(--navy-dark);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.cta-panel h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bg);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}

.cta-panel p {
  max-width: 620px;
  margin: 24px auto 34px;
  color: rgba(247, 247, 245, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.cta-panel small {
  display: block;
  margin-top: 22px;
  color: rgba(247, 247, 245, 0.62);
  font-size: 14px;
}

.site-footer {
  padding: 70px 7vw 32px;
  color: rgba(247, 247, 245, 0.7);
  background: var(--navy-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 54px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.brand-footer {
  width: 144px;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: var(--bg);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
}

.site-footer a {
  transition: color 250ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  width: min(1120px, 100%);
  margin: 52px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 247, 245, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(247, 247, 245, 0.54);
  font-size: 13px;
}

[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

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

  .site-header {
    width: calc(100% - 28px);
  }

  .nav-shell {
    grid-template-columns: 118px auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 10px 9px 20px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(16, 40, 68, 0.1);
    border-radius: 24px;
    background: rgba(247, 247, 245, 0.96);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 250ms ease, transform 250ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(16, 40, 68, 0.07);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-links a::after {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
  }

  .nav-cta {
    min-height: 46px;
  }

  .section-grid,
  .concept-shell,
  .purpose,
  .editorial-copy {
    grid-template-columns: 1fr;
  }

  .concept-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-cta,
  .process-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .concept-card {
    padding: 26px;
  }

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

  .timeline::before {
    display: none;
  }

  .purpose-copy {
    margin-left: 0;
  }

  .purpose-collage img {
    height: 460px;
  }

  .purpose-collage {
    min-height: 500px;
  }

  .purpose-collage .purpose-main {
    height: 500px;
  }

  .purpose-secondary {
    right: 22px;
    bottom: -26px;
  }

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

@media (max-width: 720px) {
  .site-header {
    top: 14px;
    width: calc(100% - 22px);
  }

  .nav-shell {
    min-height: 62px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 100svh;
    border-radius: 0 0 26px 26px;
  }

  .hero-media {
    background-position: 46% center;
  }

  .hero::before {
    background:
      linear-gradient(rgba(8, 22, 40, 0.62), rgba(8, 22, 40, 0.7)),
      radial-gradient(circle at 58% 42%, rgba(199, 154, 74, 0.18), transparent 34%);
  }

  .hero-content {
    width: calc(100% - 32px);
  }

  .hero h1 {
    line-height: 1.03;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 12px;
  }

  .section,
  .purpose,
  .impact {
    padding: 86px 22px;
  }

  .concept-cards,
  .upgrade-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .concept-statement {
    padding: 28px;
  }

  .section-cta,
  .section-cta-centered,
  .process-cta {
    margin-top: 32px;
  }

  .text-cta {
    width: 100%;
    justify-content: space-between;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .before-after {
    padding-top: 20px;
  }

  .before-after-shell {
    padding: 16px;
    border-radius: 28px;
  }

  .editorial-copy {
    padding: 8px 2px 24px;
  }

  .editorial-stage {
    display: grid;
    gap: 12px;
    min-height: auto;
    overflow: visible;
    border-radius: 24px;
    background: transparent;
  }

  .editorial-stage img {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    object-fit: cover;
    object-position: center top;
  }

  .before-note {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 28px;
    border-color: rgba(16, 40, 68, 0.08);
    border-radius: 24px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 16px 44px rgba(8, 22, 40, 0.06);
    backdrop-filter: none;
  }

  .before-note + .before-note {
    margin-top: 10px;
  }

  .purpose-collage img {
    height: 380px;
  }

  .purpose-collage {
    min-height: auto;
    overflow: hidden;
    border: 1px solid rgba(247, 247, 245, 0.1);
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.18);
  }

  .purpose-collage .purpose-main {
    height: 380px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .purpose-secondary {
    display: none;
  }

  .site-footer {
    padding: 58px 22px 28px;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 101px;
  }

  .hero-content {
    margin-top: 72px;
  }

  .concept-card,
  .upgrade-card,
  .timeline-step {
    padding: 26px;
  }

  .cta-panel {
    border-radius: 28px;
  }
}

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

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}
