:root {
  --navy: #10263b;
  --navy-deep: #071521;
  --petrol: #1d4a52;
  --gold: #b08d57;
  --gold-soft: #d0ad78;
  --ivory: #f4f0e6;
  --sand: #ded0b6;
  --white: #fffdf8;
  --graphite: #252a2e;
  --muted: #596166;
  --line-dark: rgba(37, 42, 46, 0.15);
  --line-light: rgba(208, 173, 120, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--navy-deep);
  color: var(--graphite);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  width: min(820px, calc(100% - 48px));
}

.section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}

h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h2 {
  margin-bottom: 34px;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

p {
  line-height: 1.75;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.kicker,
.eyebrow {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.kicker-light {
  color: var(--gold-soft);
}

.event-ribbon {
  display: inline-block;
  margin-bottom: 26px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 213, 126, 0.55);
  border-radius: 999px;
  color: #ffd57e;
  background: rgba(255, 207, 104, 0.08);
  box-shadow:
    0 0 24px rgba(255, 197, 82, 0.16),
    inset 0 0 16px rgba(255, 219, 145, 0.04);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-shadow: 0 0 12px rgba(255, 213, 126, 0.45);
  animation: eventRibbonSway 4.2s ease-in-out infinite;
  will-change: transform;
}

.section-ivory {
  background: var(--ivory);
}

.section-white {
  background: var(--white);
}

.section-petrol {
  color: var(--white);
  background: var(--petrol);
}

.section-navy {
  color: var(--white);
  background: var(--navy);
}

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}

.brand > span {
  display: grid;
  gap: 4px;
}

.brand b {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
}

.brand small {
  color: #aeb9c2;
  font-size: 0.72rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 142px 0 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 25%, rgba(176, 141, 87, 0.16), transparent 28%),
    linear-gradient(145deg, #071521, #102d45 58%, #081925);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(208, 173, 120, 0.18);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.hero-copy {
  text-align: left;
}

.hero h1 {
  margin-bottom: 30px;
  max-width: 720px;
  font-size: clamp(3.5rem, 6.8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--sand);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.65;
}

.hero-affirmation {
  max-width: 650px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: 20px 0;
}

.hero-affirmation > span {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 0.8;
}

.hero-affirmation p {
  margin: 0;
  color: #c7d0d7;
  font-size: 0.9rem;
  line-height: 1.7;
}

.scroll-cue {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8b99a5;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.scroll-cue span {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(208, 173, 120, 0.3);
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.letter {
  text-align: center;
}

.letter p {
  font-size: 1.08rem;
}

.letter blockquote {
  margin: 42px 0;
  padding: 24px;
  border-top: 1px solid rgba(176, 141, 87, 0.55);
  border-bottom: 1px solid rgba(176, 141, 87, 0.55);
  color: var(--petrol);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: italic;
  line-height: 1.12;
}

.letter .emphasis {
  margin-top: 38px;
  color: var(--navy);
  font-weight: 700;
}

.split,
.cost-grid,
.method-grid,
.deliverables,
.fit-grid,
.faq-grid,
.authority,
.closing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 50px;
}

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

.pain-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.pain-list span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.5rem;
}

.pain-list p {
  margin: 0;
  font-size: 1rem;
}

.reveal {
  text-align: center;
}

.reveal h2 {
  max-width: 980px;
  margin-inline: auto;
}

.reveal-lead {
  max-width: 680px;
  margin: 28px auto 52px;
  color: #d2dcde;
  font-size: 1.06rem;
}

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

.foundation-grid article {
  min-height: 290px;
  padding: 36px;
  border-right: 1px solid var(--line-light);
}

.foundation-grid article:last-child {
  border-right: 0;
}

.foundation-grid span {
  color: var(--gold-soft);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.foundation-grid h3 {
  margin: 58px 0 12px;
  font-size: 2rem;
  line-height: 1.05;
}

.foundation-grid p {
  margin: 0;
  color: #cfe0e2;
  font-size: 0.94rem;
}

.reveal-closing {
  max-width: 820px;
  margin: 48px auto 0;
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
}

.cost-copy {
  padding-left: 52px;
  border-left: 1px solid rgba(37, 42, 46, 0.18);
}

.cost-copy p {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cost-copy strong {
  display: block;
  margin-top: 34px;
  color: var(--petrol);
  font-family: Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.3;
}

.possibility {
  text-align: center;
}

.possibility h2 {
  max-width: 1040px;
  margin: 0 auto 70px;
}

.event-promise-section {
  color: var(--graphite);
  background:
    linear-gradient(rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.96)),
    radial-gradient(circle at center, rgba(176, 141, 87, 0.18), transparent 60%);
}

.event-promise {
  text-align: center;
}

.event-name {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--gold);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.event-promise h2 {
  max-width: 980px;
  margin: 0 auto 30px;
  color: var(--navy);
}

.event-promise > p:last-child {
  max-width: 790px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.1rem;
}

.event-promise-dark .event-name {
  color: #ffd57e;
  border-bottom-color: #ffd57e;
}

.event-promise-dark h2 {
  color: var(--white);
}

.event-promise-dark > p:last-child {
  color: #c1ccd4;
}

.path {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line-light);
}

.path div {
  position: relative;
  padding: 28px 8px 0;
}

.path div::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.path span {
  display: block;
  color: #91a0ac;
  font-size: 0.68rem;
}

.path b {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 1.17rem;
}

.authority {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
}

.authority-photo {
  margin: 0;
}

.authority-photo img,
.closing-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(176, 141, 87, 0.34);
  box-shadow: 0 28px 70px rgba(18, 38, 58, 0.18);
}

.authority-photo figcaption,
.proof-gallery figcaption {
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.55;
  text-align: center;
}

.authority-copy p {
  color: #4e575c;
}

.authority-highlight {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  color: var(--navy) !important;
  font-family: Georgia, serif;
  font-size: 1.48rem;
  line-height: 1.38;
}

.authority-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid var(--line-dark);
}

.authority-numbers div {
  padding: 23px 14px 0 0;
}

.authority-numbers strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.35rem;
}

.authority-numbers span {
  color: var(--muted);
  font-size: 0.78rem;
}

.proof-section {
  color: var(--white);
  background: #0a1c2a;
}

.proof-heading {
  max-width: 920px;
  text-align: center;
}

.proof-heading h2 {
  margin-inline: auto;
}

.proof-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto 52px;
  color: #bac7d0;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
}

.proof-gallery figure {
  margin: 0;
}

.proof-gallery .proof-main {
  grid-row: span 2;
}

.proof-gallery img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border: 1px solid rgba(208, 173, 120, 0.25);
}

.proof-gallery .proof-main img {
  height: calc(100% - 42px);
}

.proof-london img {
  object-position: center;
}

.proof-gallery figcaption {
  color: #aebcc6;
}

.institute-section {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 30%, rgba(176, 141, 87, 0.16), transparent 28%),
    var(--navy);
}

.institute-grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 64px;
  align-items: center;
  max-width: 980px;
}

.institute-grid > img {
  width: 150px;
  height: 150px;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.institute-grid h2 {
  max-width: 850px;
}

.institute-grid p {
  max-width: 780px;
  color: #c4d0d8;
}

.section-method {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(176, 141, 87, 0.13), transparent 28%),
    var(--navy-deep);
}

.method-grid > div:first-child > p:last-child {
  max-width: 540px;
  color: #b8c4cd;
}

.method-cards {
  border-top: 1px solid var(--line-light);
}

.method-cards article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line-light);
}

.method-cards > article > span {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
}

.method-cards h3 {
  margin-bottom: 8px;
  font-size: 1.75rem;
}

.method-cards p {
  margin: 0;
  color: #b8c4cd;
  font-size: 0.94rem;
}

.event-intro {
  text-align: center;
}

.event-intro h2 {
  color: var(--navy);
  font-size: clamp(2.8rem, 6vw, 5.3rem);
}

.event-subtitle {
  max-width: 780px;
  margin: 28px auto 50px;
  color: #535d62;
  font-size: 1.12rem;
}

.event-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  align-items: center;
  padding: 28px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  text-align: left;
}

.event-note span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2rem;
  text-align: center;
}

.event-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.section-title {
  max-width: 900px;
  margin-bottom: 60px;
}

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

.journey-grid article {
  padding: 38px;
  text-align: center;
  border-right: 1px solid var(--line-dark);
}

.journey-grid article:last-child {
  border-right: 0;
}

.journey-grid span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.journey-grid h3 {
  margin: 54px 0 13px;
  color: var(--navy);
  font-size: 2.25rem;
}

.journey-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.deliverables ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: items;
  border-top: 1px solid var(--line-light);
}

.deliverables li {
  counter-increment: items;
  position: relative;
  padding: 23px 0 23px 52px;
  border-bottom: 1px solid var(--line-light);
  color: #e0e8e8;
  font-size: 0.98rem;
  line-height: 1.6;
}

.deliverables li::before {
  content: "0" counter(items);
  position: absolute;
  left: 0;
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.fit-grid aside {
  padding: 42px;
  border: 1px solid rgba(176, 141, 87, 0.38);
  background: var(--white);
  text-align: center;
}

.fit-grid aside h3 {
  color: var(--navy);
  font-size: 2.05rem;
}

.fit-grid aside p {
  color: var(--muted);
  font-size: 0.96rem;
}

.audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.audience-grid span {
  border: 1px solid rgba(176, 141, 87, 0.4);
  padding: 12px 15px;
  color: var(--petrol);
  font-size: 0.83rem;
  font-weight: 700;
}

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

.faq-list details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--gold);
  font-size: 1.4rem;
  transition: transform 0.2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list p {
  margin: 16px 40px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.closing {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(29, 74, 82, 0.8), transparent 28%),
    var(--navy-deep);
}

.closing-intro {
  max-width: 880px;
  margin-bottom: 70px;
  text-align: center;
}

.closing-intro > p:not(.kicker):not(.signature) {
  max-width: 700px;
  margin-inline: auto;
  color: #c1ccd4;
}

.closing-intro blockquote {
  margin: 42px auto 20px;
  color: var(--sand);
  font-size: 2rem;
  font-style: italic;
  line-height: 1.2;
}

.signature {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.signature span {
  color: #98a6b1;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
}

.closing-grid {
  grid-template-columns: 0.85fr 1fr;
  gap: 54px;
  align-items: center;
  max-width: 980px;
}

.closing-photo {
  margin: 0;
}

.offer-card {
  padding: 44px;
  color: var(--graphite);
  background: var(--ivory);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.offer-label {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.offer-card h3 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: 2.55rem;
  line-height: 1.05;
}

.offer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.offer-card li::before {
  content: "✓";
  margin-left: -24px;
  margin-right: 10px;
  color: var(--gold);
}

.price-block {
  margin: 30px 0 24px;
  text-align: center;
}

.price-block > span {
  color: #6f777b;
  font-size: 0.84rem;
}

.price-block > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: var(--navy);
}

.price-block small {
  margin: 14px 6px 0 0;
  font-weight: 800;
}

.price-block strong {
  font-family: Georgia, serif;
  font-size: 6.3rem;
  line-height: 0.84;
  letter-spacing: -0.06em;
}

.price-block p {
  margin: 8px 0 0;
  color: #737b7f;
  font-size: 0.74rem;
}

.cta {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 225, 155, 0.8);
  border-radius: 4px;
  padding: 18px 20px;
  color: #081926;
  background: linear-gradient(135deg, #f1cf8b, #c6994e);
  box-shadow:
    0 14px 34px rgba(176, 141, 87, 0.36),
    0 0 28px rgba(241, 207, 139, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s,
    filter 0.2s;
  animation: ctaAttention 3.1s ease-in-out infinite;
  will-change: transform, filter;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.cta:focus-visible,
.secondary-button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 3px;
}

.cta-note {
  display: block;
  margin-top: 12px;
  color: #747c80;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

@keyframes eventRibbonSway {
  0%,
  100% {
    transform: rotate(-0.35deg) translateX(-2px);
  }
  50% {
    transform: rotate(0.35deg) translateX(2px);
  }
}

@keyframes ctaAttention {
  0%,
  100% {
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }
  42% {
    transform: translateX(0) scale(1.015);
    filter: brightness(1.08);
  }
  48% {
    transform: translateX(-3px) scale(1.015);
  }
  54% {
    transform: translateX(3px) scale(1.015);
  }
  60% {
    transform: translateX(0) scale(1.015);
    filter: brightness(1.08);
  }
}

footer {
  padding: 54px 0;
  color: #8795a0;
  background: #040d14;
  text-align: center;
}

footer img {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 12px;
}

footer p {
  margin-bottom: 8px;
  font-size: 0.82rem;
}

footer small {
  font-size: 0.72rem;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 11, 17, 0.86);
  backdrop-filter: blur(9px);
}

.modal {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 42px;
  background: var(--ivory);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
}

.modal h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 3rem;
}

.modal > p:not(.kicker) {
  color: var(--muted);
  font-size: 0.94rem;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  color: #747b80;
  background: transparent;
  font-size: 1.8rem;
}

.modal form {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

.modal label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.modal input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d5ccbd;
  padding: 14px;
  background: var(--white);
  outline: none;
}

.modal form > small {
  color: #747c80;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.success {
  padding: 22px 0 5px;
  text-align: center;
}

.success > span {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.success p {
  color: var(--muted);
}

.secondary-button {
  border: 1px solid var(--gold);
  padding: 12px 20px;
  color: var(--navy);
  background: transparent;
  font-weight: 700;
}

@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split,
  .cost-grid,
  .method-grid,
  .deliverables,
  .fit-grid,
  .faq-grid,
  .authority,
  .closing-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-copy,
  .section-heading,
  .cost-grid > div:first-child,
  .method-grid > div:first-child,
  .deliverables > div:first-child,
  .fit-grid > div:first-child,
  .faq-grid > div:first-child,
  .authority-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead,
  .method-grid > div:first-child > p:last-child {
    margin-inline: auto;
  }

  .hero-affirmation {
    margin-inline: auto;
    text-align: left;
  }

  .scroll-cue {
    justify-content: center;
  }

  .hero-photo {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .section-heading {
    position: static;
  }

  .foundation-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .foundation-grid article,
  .journey-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .journey-grid article {
    border-color: var(--line-dark);
  }

  .foundation-grid article:last-child,
  .journey-grid article:last-child {
    border-bottom: 0;
  }

  .foundation-grid h3,
  .journey-grid h3 {
    margin-top: 30px;
  }

  .pain-list article,
  .cost-copy,
  .method-cards article,
  .deliverables li,
  .faq-list,
  .audience-grid {
    text-align: center;
  }

  .pain-list article,
  .method-cards article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cost-copy {
    padding-left: 0;
    border-left: 0;
  }

  .authority-photo {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .authority-highlight {
    border-left: 0;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
  }

  .authority-numbers {
    max-width: 680px;
    margin-inline: auto;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .proof-gallery .proof-main {
    grid-row: auto;
  }

  .proof-gallery .proof-main img {
    height: auto;
  }

  .institute-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .institute-grid > img {
    margin-inline: auto;
  }

  .institute-grid p {
    margin-inline: auto;
  }

  .audience-grid {
    justify-content: center;
  }

  .deliverables li {
    padding-left: 0;
  }

  .deliverables li::before {
    position: static;
    display: block;
    margin-bottom: 8px;
  }

  .faq-list summary {
    justify-content: center;
    align-items: center;
  }

  .faq-list p {
    margin-right: 0;
  }

  .closing-grid {
    max-width: 640px;
  }

  .closing-photo {
    width: min(520px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 19px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 30px), 1160px);
  }

  .section {
    padding: 74px 0;
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
    line-height: 1.03;
  }

  .topbar {
    width: calc(100% - 30px);
    padding-top: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 118px 0 66px;
  }

  .hero::before {
    inset: 8px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 16vw, 4.4rem);
    line-height: 0.96;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-affirmation {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-affirmation > span {
    height: 30px;
  }

  .hero-photo img {
    aspect-ratio: 1 / 1;
    object-position: center;
  }

  .letter p,
  .event-subtitle {
    font-size: 1.02rem;
  }

  .letter blockquote {
    padding-inline: 10px;
    font-size: 2rem;
  }

  .foundation-grid article,
  .journey-grid article {
    padding: 30px 24px;
  }

  .path {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    border: 0;
  }

  .path div {
    padding: 22px 8px;
    border-top: 1px solid var(--line-light);
  }

  .path div::before {
    left: 50%;
  }

  .authority-numbers {
    grid-template-columns: 1fr;
  }

  .authority-numbers div {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .authority-highlight {
    padding-inline: 8px;
    font-size: 1.35rem;
  }

  .proof-gallery {
    gap: 34px;
  }

  .proof-gallery img {
    aspect-ratio: 4 / 3;
  }

  .institute-grid > img {
    width: 118px;
    height: 118px;
    border-radius: 22px;
  }

  .event-note {
    grid-template-columns: 1fr;
    padding: 26px 16px;
    text-align: center;
  }

  .event-ribbon {
    padding: 9px 11px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .event-promise h2 {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  .event-promise > p:last-child {
    font-size: 1.02rem;
  }

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

  .audience-grid span {
    padding: 13px;
  }

  .fit-grid aside,
  .offer-card,
  .modal {
    padding: 28px 22px;
  }

  .faq-list summary {
    gap: 10px;
    font-size: 0.96rem;
  }

  .closing-intro {
    margin-bottom: 50px;
  }

  .closing-intro blockquote {
    font-size: 1.7rem;
  }

  .offer-card {
    text-align: center;
  }

  .offer-card li {
    padding-left: 0;
  }

  .offer-card li::before {
    display: block;
    margin: 0 0 4px;
  }

  .offer-card h3 {
    font-size: 2.35rem;
  }

  .price-block strong {
    font-size: 5.7rem;
  }

  .cta {
    min-height: 66px;
    font-size: 0.84rem;
  }

  .modal {
    text-align: center;
  }

  .modal label {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
