:root {
  --ink: #17283a;
  --ink-soft: #20384c;
  --ink-lift: #2a4a63;
  --gold: #b58d55;
  --gold-light: #d4b57d;
  --gold-dark: #7e5d2f;
  --gold-rgb: 181, 141, 85;
  --education-blue: #8db8ce;
  --education-blue-dark: #315d73;
  --cream: #f4efe5;
  --paper: #fbf9f4;
  --white: #ffffff;
  --muted: #617179;
  --line: #d7cfc1;
  --shadow: 0 24px 60px rgba(10, 21, 32, 0.18);
  --shell: min(1180px, calc(100% - 40px));
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
body.guide-popup-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h1 { font-size: clamp(3.15rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.75rem); }
h3 { line-height: 1.25; }

.shell { width: var(--shell); margin-inline: 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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.license-bar {
  background: #0f1c29;
  color: #d9dedf;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.license-bar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(23, 40, 58, 0.97);
  color: var(--white);
  border-bottom: 1px solid rgba(227, 197, 138, 0.18);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  text-decoration: none;
  white-space: nowrap;
}

.brand__mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: cover;
}

.brand__text { display: grid; line-height: 1; }
.brand__text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.brand__text span {
  margin-top: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: #dce2e4;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
}

.site-nav a:not(.nav-cta):hover { color: var(--gold-light); }

.site-nav .nav-cta {
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  border: 1px solid var(--gold);
}

.site-nav .nav-cta:hover { background: var(--gold-light); }

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold-light);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(var(--gold-rgb), 0.13), transparent 30%),
    linear-gradient(135deg, var(--ink) 0%, #203b54 70%, #294d67 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
  min-height: min(790px, calc(100vh - 116px));
  padding-block: 86px 106px;
}

.hero__content { max-width: 700px; }

.eyebrow {
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow--dark { color: var(--gold-dark); }

.hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  text-wrap: balance;
}

.hero__lead {
  max-width: 640px;
  margin-bottom: 34px;
  color: #c8d1d4;
  font-size: clamp(1.08rem, 1.7vw, 1.26rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button--gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.34); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 36px;
  color: #aebdc2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__proof span { position: relative; }
.hero__proof span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.hero__visual { position: relative; padding: 28px 22px 0 0; }
.hero__visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 78%;
  border: 1px solid rgba(var(--gold-rgb), .62);
}

.hero__image-frame {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  box-shadow: var(--shadow);
}

.hero__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,24,29,.36), transparent 50%);
}

.hero__image-frame img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.hero__note {
  position: relative;
  z-index: 2;
  width: min(360px, 88%);
  margin: -62px 0 0 -52px;
  padding: 24px 26px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.hero__note-number {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.hero__note p { margin: 0; font-size: 0.94rem; line-height: 1.5; }

.statement { background: var(--gold); }
.statement__inner { padding-block: 25px; text-align: center; }
.statement p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  letter-spacing: 0.01em;
}

.section { padding-block: clamp(88px, 11vw, 142px); }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 62px;
}

.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 460px; margin-bottom: 4px; color: var(--muted); }

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

.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.service-card--featured {
  color: var(--white);
  background: var(--ink-soft);
  border-color: var(--ink-soft);
  transform: translateY(-18px);
  box-shadow: var(--shadow);
}

.service-card__number {
  margin-bottom: 52px;
  color: var(--gold-dark);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .18em;
}

.service-card--featured .service-card__number { color: var(--gold-light); }
.service-card h3 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; }
.service-card p { color: var(--muted); }
.service-card--featured p { color: #c6d1d5; }
.service-card a {
  display: inline-flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: none;
}
.service-card--featured a { color: var(--gold-light); }
.service-card a:hover { text-decoration: underline; text-underline-offset: 5px; }

.assessment {
  color: var(--white);
  background: var(--ink);
  padding-block: clamp(88px, 10vw, 134px);
}

.assessment__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.assessment__intro h2 { margin-bottom: 24px; }
.assessment__intro > p:not(.eyebrow) { max-width: 520px; margin-bottom: 32px; color: #bdc9cd; }

.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 24px;
  padding-block: 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.steps li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--gold-rgb), .72);
  color: var(--gold-light);
  font-weight: 800;
}
.steps h3 { margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 500; }
.steps p { margin: 0; color: #aebdc2; }

.about { background: var(--cream); }
.about__grid {
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
  gap: clamp(56px, 9vw, 126px);
  align-items: center;
}
.about__image-wrap { position: relative; padding: 0 34px 34px 0; }
.about__image-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 72%;
  height: 76%;
  background: var(--gold);
}
.about__image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 53% center;
  box-shadow: var(--shadow);
}
.about__caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 4px;
  padding: 14px 18px;
  color: var(--white);
  background: var(--ink);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}
.about__content h2 { margin-bottom: 26px; }
.about__content > p { color: #48595f; }
.about blockquote {
  margin: 34px 0;
  padding: 6px 0 6px 24px;
  border-left: 3px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.4vw, 1.72rem);
  line-height: 1.4;
}
.about .license-note { margin-bottom: 0; color: #6d5735; font-size: .88rem; font-weight: 700; }

.book-showcase {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 12%, rgba(var(--gold-rgb), .16), transparent 30%),
    var(--ink-soft);
}
.book-showcase__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 64px;
}
.book-showcase__heading h2 { max-width: 760px; margin-bottom: 0; }
.book-showcase__intro > p { margin-bottom: 28px; color: #bdc9cd; }
.carousel-frame {
  max-width: 860px;
  margin: 58px auto 0;
}
.book-carousel {
  position: relative;
  height: clamp(520px, 65vw, 720px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--gold-rgb), .09), transparent 52%),
    #101e2c;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
  touch-action: pan-y;
}
.book-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease, visibility 0s linear .65s;
}
.book-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.book-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(var(--gold-rgb), .16);
}
.book-slide img {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.28));
}
.book-slide--flip img { transform: scaleX(-1); }
.carousel-controls {
  display: grid;
  grid-template-columns: 48px minmax(54px, 1fr) auto 48px;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.carousel-status,
.carousel-caption {
  color: #aebdc2;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.carousel-caption { margin: 15px 0 0; }
.carousel-button {
  width: 48px;
  height: 48px;
  color: var(--gold-light);
  background: transparent;
  border: 1px solid rgba(var(--gold-rgb), .58);
  cursor: pointer;
  font-size: 1.2rem;
}
.carousel-button:hover:not(:disabled) { color: var(--ink); background: var(--gold); }
.carousel-button:disabled { cursor: default; opacity: .34; }
.carousel-toggle {
  min-height: 48px;
  padding: 0 18px;
  color: var(--gold-light);
  background: transparent;
  border: 1px solid rgba(var(--gold-rgb), .4);
  cursor: pointer;
  font: inherit;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.carousel-toggle:hover { color: var(--ink); background: var(--gold); }

.free-guide {
  padding-block: clamp(88px, 10vw, 132px);
  background:
    linear-gradient(135deg, rgba(141,184,206,.26), transparent 54%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}
.free-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(58px, 9vw, 122px);
}
.free-guide__content h2 { margin-bottom: 24px; }
.free-guide__content > p:not(.eyebrow) { max-width: 570px; color: #465a63; }
.free-guide__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.free-guide__pillars li {
  padding: 8px 12px;
  color: var(--education-blue-dark);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(49,93,115,.24);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.guide-card {
  padding: clamp(28px, 5vw, 48px);
  background: var(--paper);
  border-top: 4px solid var(--education-blue);
  box-shadow: var(--shadow);
}
.guide-form > label {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.3;
}
.guide-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.guide-form__row input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aebbc0;
  border-radius: 0;
  font: inherit;
  font-size: 1rem;
}
.guide-form__row input:focus { border-color: var(--education-blue-dark); outline: 3px solid rgba(141,184,206,.34); }
.guide-form__privacy { margin: 13px 0 0; color: var(--muted); font-size: .78rem; }
.guide-form__message { min-height: 1.5em; margin: 12px 0 0; color: var(--education-blue-dark); font-size: .84rem; font-weight: 700; }
.guide-form__message.is-error { color: #963f32; }
.guide-form__honey { position: absolute !important; left: -9999px !important; }
.guide-success__label {
  margin-bottom: 12px;
  color: var(--education-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 600;
}
.guide-success > p:not(.guide-success__label) { color: var(--muted); }
.guide-success .button-row { margin-top: 24px; }
.guide-success .text-link { align-self: center; }

.guide-popup {
  width: min(900px, calc(100% - 32px));
  max-width: 900px;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(var(--gold-rgb), .7);
  border-radius: 0;
  box-shadow: 0 36px 110px rgba(0,0,0,.5);
  overflow: auto;
}
.guide-popup:not([open]) { display: none; }
.guide-popup[open] { animation: guide-popup-in .28s ease-out both; }
.guide-popup::backdrop {
  background: rgba(7, 16, 26, .84);
  backdrop-filter: blur(5px);
}
.guide-popup__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 490px;
}
.guide-popup__intro,
.guide-popup__form-panel { padding: clamp(34px, 5vw, 58px); }
.guide-popup__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--gold-rgb), .22), transparent 36%),
    var(--ink);
}
.guide-popup__mark { width: 62px; height: 62px; margin-bottom: 28px; object-fit: contain; }
.guide-popup__intro .eyebrow { margin-bottom: 18px; color: var(--gold-light); }
.guide-popup__intro h2 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
}
.guide-popup__intro > p:not(.eyebrow) { margin-bottom: 0; color: #c5d0d4; }
.guide-popup__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.guide-popup__pillars li {
  padding: 7px 10px;
  color: var(--gold-light);
  border: 1px solid rgba(var(--gold-rgb), .38);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.guide-popup__form-panel {
  display: grid;
  align-content: center;
  background: var(--paper);
}
.guide-popup__form-row { grid-template-columns: 1fr; }
.guide-popup__form-row .button { width: 100%; }
.guide-popup__form .guide-form__privacy { line-height: 1.55; }
.guide-popup__success .button-row { align-items: stretch; flex-direction: column; }
.guide-popup__success .text-link { align-self: flex-start; }
.guide-popup__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--gold-light);
  border: 0;
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
}
.guide-popup__close:hover { background: var(--gold); }
.guide-popup__close:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; }

@keyframes guide-popup-in {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.learn__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 9vw, 126px);
  align-items: start;
}
.learn__intro { position: sticky; top: 128px; }
.learn__intro h2 { margin-bottom: 24px; }
.learn__intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--gold-dark); font-weight: 800; text-underline-offset: 5px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 26px 58px 26px 0;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 22px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  border: 1px solid #b49b72;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding: 0 58px 28px 0; margin: 0; color: var(--muted); }

.closing-cta {
  color: var(--white);
  background: linear-gradient(125deg, #294861, var(--ink));
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.closing-cta__inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  padding-block: 64px;
}
.closing-cta h2 { max-width: 720px; margin: 0; }

.site-footer { color: #c3ced1; background: var(--ink); }
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(140px, .3fr));
  gap: 64px;
  padding-block: 74px 58px;
}
.footer-logo-crop {
  width: min(290px, 100%);
  display: block;
  margin: 0 0 18px;
}
.footer-logo-crop img { width: 100%; height: auto; }
.footer-main > div:first-child > p { max-width: 440px; margin: 0; color: #899ca3; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links h3 { margin-bottom: 10px; color: var(--gold-light); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #c3ced1; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--gold-light); }

.disclosures {
  padding-block: 28px 38px;
  border-top: 1px solid rgba(255,255,255,.11);
}
.disclosures h3 { margin-bottom: 12px; color: #d4dbdd; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.disclosures p { max-width: 1040px; margin-bottom: 10px; color: #7f9299; font-size: .78rem; line-height: 1.7; }
.disclosures p:last-child { margin-bottom: 0; }

.footer-bottom { background: #0f1c29; }
.footer-bottom__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #788b91;
  font-size: .75rem;
}

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

@media (max-width: 980px) {
  .menu-button { display: block; position: relative; z-index: 2; }
  .site-nav {
    position: absolute;
    z-index: 1;
    inset: 100% 0 auto 0;
    min-height: calc(100vh - 82px);
    display: grid;
    align-content: start;
    gap: 0;
    padding: 28px 20px 60px;
    background: var(--ink);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.08rem; }
  .site-nav .nav-cta { margin-top: 22px; padding: 16px; text-align: center; border-bottom: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero__grid { grid-template-columns: 1fr; padding-block: 76px 100px; }
  .hero__visual { max-width: 700px; margin-left: auto; }
  .hero__image-frame, .hero__image-frame img { min-height: 460px; }
  .hero__note { margin-left: -22px; }
  .section-heading, .assessment__grid, .about__grid, .book-showcase__heading, .free-guide__grid, .learn__grid, .closing-cta__inner { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 280px; }
  .service-card--featured { transform: none; }
  .assessment__grid { gap: 62px; }
  .about__image-wrap { max-width: 620px; }
  .book-showcase__heading { align-items: start; gap: 30px; }
  .book-showcase__intro { max-width: 620px; }
  .free-guide__grid { gap: 48px; }
  .learn__grid { gap: 48px; }
  .learn__intro { position: static; }
  .closing-cta__inner { gap: 36px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 100px; }
  .license-bar__inner { min-height: 42px; gap: 4px; flex-direction: column; padding-block: 6px; line-height: 1.25; }
  .license-bar__inner span[aria-hidden] { display: none; }
  .header-inner { min-height: 74px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__text strong { font-size: .93rem; }
  .brand__text span { font-size: .61rem; }
  .site-nav { min-height: calc(100vh - 74px); }
  .hero__grid { min-height: auto; padding-block: 62px 88px; gap: 60px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.4rem); }
  .hero__lead { font-size: 1.04rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__proof { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero__proof span::after { display: none; }
  .hero__visual { padding: 16px 12px 0 0; }
  .hero__image-frame, .hero__image-frame img { min-height: 390px; }
  .hero__note { width: calc(100% - 22px); margin: -34px 0 0 -2px; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 42px; }
  .service-card { padding: 28px 24px; }
  .service-card__number { margin-bottom: 36px; }
  .assessment { padding-block: 78px; }
  .assessment__grid { grid-template-columns: minmax(0, 1fr); }
  .steps li { grid-template-columns: 38px 1fr; gap: 16px; }
  .steps li > span { width: 34px; height: 34px; }
  .about__grid { grid-template-columns: minmax(0, 1fr); }
  .about__image-wrap { padding: 0 18px 18px 0; }
  .about__caption { left: 12px; bottom: -4px; }
  .book-carousel { height: clamp(480px, 132vw, 620px); }
  .carousel-controls { grid-template-columns: 46px minmax(42px, 1fr) auto 46px; gap: 8px; }
  .carousel-button { width: 46px; height: 46px; }
  .carousel-toggle { min-height: 46px; padding-inline: 12px; font-size: .68rem; }
  .guide-form__row { grid-template-columns: 1fr; }
  .guide-form__row .button { width: 100%; }
  .guide-success .text-link { align-self: flex-start; }
  .guide-popup { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .guide-popup__layout { grid-template-columns: 1fr; min-height: 0; }
  .guide-popup__intro, .guide-popup__form-panel { padding: 32px 26px; }
  .guide-popup__intro { padding-top: 42px; }
  .guide-popup__mark { width: 48px; height: 48px; margin-bottom: 20px; }
  .guide-popup__intro h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .guide-popup__pillars { margin-top: 22px; }
  .faq-list summary { padding-right: 48px; }
  .faq-list details p { padding-right: 12px; }
  .closing-cta__inner { min-height: 420px; padding-block: 70px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 46px 28px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom__inner { min-height: 88px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .guide-popup[open] { animation: none; }
}
