﻿/*
Theme Name: FG Menor Consulting
Description: Full custom theme for FG Menor Consulting — exact match to approved HTML design.
Author: FG Menor Consulting
Version: 2.0.0
Text Domain: fg-menor-consulting
*/
@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ivory: #f6f1e7;
  --paper: #fffdf8;
  --navy: #13283b;
  --navy-deep: #0c1e2e;
  --teal: #0e6f6a;
  --teal-dark: #095753;
  --copper: #b46a43;
  --sage: #dde7df;
  --ink-soft: #40505d;
  --line: rgba(19, 40, 59, 0.2);
}

/* Client-approved homepage revision */

.client-hero {
  min-height: 760px;
  grid-template-columns: minmax(590px, 1.04fr) minmax(500px, 0.96fr);
}

.client-hero .hero-copy {
  padding: 58px clamp(48px, 5.5vw, 92px);
}

.client-hero h1 {
  max-width: 760px;
  margin: 23px 0 24px;
  font-size: clamp(48px, 4.65vw, 74px);
  letter-spacing: -0.047em;
  line-height: 1;
}

.client-hero .hero-lead {
  max-width: 700px;
  font-size: clamp(17px, 1.25vw, 20px);
}

.hero-service-list {
  display: grid;
  max-width: 720px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.hero-service-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 14px;
  font-weight: 720;
}

.hero-service-list p > span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-size: 10px;
}

.client-hero .hero-actions {
  margin-top: 28px;
}

.home-support-system {
  padding-top: 124px;
  padding-bottom: 132px;
}

.support-system-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  margin-bottom: 54px;
}

.support-system-heading h2 {
  max-width: 800px;
  margin: 16px 0 0;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.support-system-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.support-visual-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 16px;
}

.support-visual-card {
  position: relative;
  display: flex;
  min-height: 470px;
  overflow: hidden;
  align-items: flex-end;
  padding: 34px;
  isolation: isolate;
  color: white;
  background-position: center;
  background-size: cover;
}

.support-visual-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(12, 30, 46, 0.08) 15%, rgba(12, 30, 46, 0.94) 100%),
    linear-gradient(120deg, rgba(14, 111, 106, 0.2), transparent 55%);
  transition: background-color 240ms ease;
}

.support-visual-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
}

.support-visual-card:hover::after,
.support-visual-card:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.support-policy {
  background-image: url("assets/about-leadership.png");
  background-position: 48% 28%;
}

.support-assessment {
  background-image: url("assets/facility-review.png");
  background-position: 58% center;
}

.support-training {
  background-image: url("assets/training-workshop.png");
  background-position: 48% center;
}

.support-visual-card > div {
  width: 100%;
}

.support-visual-card p {
  margin: 0 0 14px;
  color: #b9d9d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-visual-card h3 {
  max-width: 420px;
  margin: 0 0 26px;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.support-visual-card span {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.home-meet {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(390px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(60px, 8vw, 130px);
  padding-top: 126px;
  padding-bottom: 132px;
  border-top: 1px solid var(--line);
}

.home-meet-media {
  position: relative;
}

.home-meet-media::before {
  position: absolute;
  z-index: -1;
  top: -24px;
  right: -24px;
  width: 65%;
  height: 65%;
  content: "";
  background: var(--sage);
}

.home-meet-media img {
  width: 100%;
  height: min(700px, 62vw);
  object-fit: cover;
  object-position: center top;
}

.home-meet-media > div {
  position: absolute;
  right: -28px;
  bottom: 28px;
  width: min(360px, 78%);
  padding: 24px 28px;
  color: white;
  background: var(--navy-deep);
}

.home-meet-media p {
  margin: 0 0 7px;
  color: #9ccac7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-meet-media strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.home-meet-copy h2 {
  max-width: 780px;
  margin: 18px 0 24px;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(50px, 5.2vw, 78px);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.home-meet-copy h2 em {
  color: var(--teal);
  font-weight: 500;
}

.home-meet-lead {
  max-width: 740px;
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.62;
}

.home-meet-copy ul {
  display: grid;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-meet-copy li {
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.home-meet-copy li span {
  color: var(--teal);
}

.home-business-brief {
  padding: 126px 0 132px;
  color: white;
  background:
    radial-gradient(circle at 88% 12%, rgba(14, 111, 106, 0.5), transparent 30%),
    var(--navy-deep);
}

.home-business-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  margin-bottom: 56px;
}

.home-business-heading .eyebrow,
.home-business-grid .small-label {
  color: #9ccac7;
}

.home-business-heading h2 {
  max-width: 890px;
  margin: 18px 0 0;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(50px, 5.2vw, 78px);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.home-business-heading > p {
  margin: 0;
  color: #b6c4cc;
  font-size: 18px;
  line-height: 1.7;
}

.home-business-grid {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-business-grid article {
  min-height: 520px;
  padding: 42px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.home-business-grid article:nth-child(2) {
  background: rgba(14, 111, 106, 0.24);
}

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

.home-business-grid h3 {
  min-height: 118px;
  margin: 26px 0 32px;
  font-family: Georgia, serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1.18;
}

.home-business-grid ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-business-grid li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  color: #d7e1e6;
  font-size: 14px;
  line-height: 1.52;
}

.home-business-grid li span {
  color: #87c9c4;
}

.home-why {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(560px, 1.2fr);
  gap: 9vw;
  padding-top: 126px;
  padding-bottom: 132px;
}

.home-why-heading {
  position: sticky;
  top: 132px;
  align-self: start;
}

.home-why-heading h2 {
  margin: 18px 0 24px;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(50px, 5.1vw, 76px);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.home-why-heading > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.home-why-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-why-list article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, background-color 180ms ease;
}

.home-why-list article:hover {
  color: white;
  background: var(--teal);
}

.home-why-list article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.home-why-list p {
  max-width: 320px;
  margin: 32px 0 0;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.28;
}

@media (max-width: 1180px) {
  .client-hero {
    grid-template-columns: 1fr 0.9fr;
  }

  .client-hero h1 {
    font-size: clamp(43px, 5vw, 62px);
  }

  .support-visual-grid {
    grid-template-columns: 1fr 1fr;
  }

  .support-policy {
    grid-row: span 2;
  }

  .home-meet {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
  }

  .home-business-grid article {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 900px) {
  .client-hero {
    grid-template-columns: 1fr;
  }

  .client-hero .hero-copy {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 68px;
  }

  .client-hero h1 {
    font-size: clamp(48px, 9vw, 74px);
  }

  .support-system-heading,
  .home-meet,
  .home-business-heading,
  .home-why {
    grid-template-columns: 1fr;
  }

  .support-system-heading,
  .home-business-heading {
    gap: 32px;
  }

  .home-meet {
    gap: 72px;
  }

  .home-meet-media {
    width: min(720px, 90%);
  }

  .home-meet-media img {
    height: min(720px, 95vw);
  }

  .home-business-grid {
    grid-template-columns: 1fr;
  }

  .home-business-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-business-grid article:last-child {
    border-bottom: 0;
  }

  .home-business-grid h3 {
    min-height: auto;
  }

  .home-why {
    gap: 54px;
  }

  .home-why-heading {
    position: static;
  }
}

@media (max-width: 620px) {
  .client-hero .hero-copy {
    padding: 60px 24px 56px 38px;
  }

  .client-hero h1 {
    font-size: clamp(41px, 12.4vw, 58px);
  }

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

  .client-hero .button {
    justify-content: space-between;
    text-align: left;
  }

  .home-support-system,
  .home-meet,
  .home-why {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .support-system-heading h2,
  .home-meet-copy h2,
  .home-business-heading h2,
  .home-why-heading h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .support-visual-grid {
    grid-template-columns: 1fr;
  }

  .support-policy {
    grid-row: auto;
  }

  .support-visual-card {
    min-height: 420px;
    padding: 28px;
  }

  .home-meet {
    gap: 58px;
  }

  .home-meet-media {
    width: calc(100% - 14px);
  }

  .home-meet-media > div {
    right: -14px;
    bottom: 18px;
  }

  .home-meet-lead {
    font-size: 17px;
  }

  .home-business-brief {
    padding-top: 88px;
    padding-bottom: 94px;
  }

  .home-business-grid article {
    padding: 34px 24px;
  }

  .home-why-list {
    grid-template-columns: 1fr;
  }

  .home-why-list article {
    min-height: 180px;
  }
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ivory);
  color: var(--navy);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Geist", Arial, Helvetica, sans-serif;
}

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

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

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

main {
  overflow: clip;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) auto minmax(230px, 0.9fr);
  align-items: center;
  min-height: 92px;
  padding: 0 3.5vw;
  border-bottom: 1px solid rgba(180, 106, 67, 0.42);
  background: rgba(246, 241, 231, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  gap: 2px;
  text-transform: uppercase;
}

.brand-main {
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.brand-sub {
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 52px);
}

.desktop-nav a {
  position: relative;
  padding: 33px 0 31px;
  font-size: 15px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 23px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--copper);
  transition: right 180ms ease, left 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.header-cta {
  justify-self: end;
  padding: 13px 18px;
  border: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease;
}

.header-cta:hover {
  color: var(--paper);
  background: var(--navy);
}

.mobile-menu {
  display: none;
}

.hero {
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(500px, 0.92fr) minmax(540px, 1.08fr);
  border-bottom: 1px solid var(--navy);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(50px, 6vw, 108px);
  background:
    linear-gradient(rgba(246, 241, 231, 0.8), rgba(246, 241, 231, 0.8)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 94px,
      rgba(19, 40, 59, 0.035) 95px
    );
}

.hero-copy::before {
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: clamp(24px, 3.4vw, 58px);
  width: 1px;
  content: "";
  background: var(--copper);
}

.eyebrow,
.small-label {
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 26px 0 24px;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(62px, 5.7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.hero-lead {
  max-width: 680px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 14px 24px;
  border: 0;
  cursor: pointer;
  font-weight: 750;
  transition: box-shadow 180ms ease, transform 180ms ease,
    background-color 180ms ease;
}

.button span,
.text-link span {
  font-size: 1.25em;
  transition: transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(19, 40, 59, 0.16);
}

.button:hover span,
.text-link:hover span {
  transform: translateX(4px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
}

.button-primary {
  color: white;
  background: var(--teal);
}

.button-primary:hover {
  background: var(--navy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 690px;
  margin-left: -8vw;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--sage);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(12, 30, 46, 0.1), transparent 45%);
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 34px;
  display: flex;
  max-width: 345px;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 18px 50px rgba(12, 30, 46, 0.16);
}

.note-mark {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--teal);
}

.hero-note div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-note strong {
  font-size: 14px;
}

.hero-note div span {
  color: var(--ink-soft);
  font-size: 12px;
}

.trust-strip {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: center;
  min-height: 126px;
  padding: 20px 4vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-strip > p {
  margin: 0;
  padding-right: 30px;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(21px, 2vw, 31px);
}

.trust-item {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 16px;
  padding: 0 26px;
  border-left: 1px solid var(--line);
}

.trust-item span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.trust-item strong {
  font-size: 14px;
  line-height: 1.4;
}

.section-shell {
  width: min(1440px, calc(100% - 8vw));
  margin: 0 auto;
}

.intro,
.about-section,
.training-section {
  padding-top: 110px;
  padding-bottom: 120px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 55px;
  color: var(--teal);
}

.section-kicker::after {
  width: 80px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-kicker span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.section-kicker p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #91d2ca;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
}

.intro h2,
.services-heading h2,
.about-title h2,
.solutions-section h2,
.training-heading h2,
.contact-section h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h2 em {
  color: var(--teal);
  font-weight: 500;
}

.intro-copy {
  max-width: 640px;
  padding-top: 8px;
}

.intro-copy p,
.about-story > p,
.solutions-lead,
.training-heading > p,
.contact-intro > p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.mission-grid {
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mission-card {
  position: relative;
  min-height: 230px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  transition: color 220ms ease, background-color 220ms ease;
}

.mission-card:last-child {
  border-right: 0;
}

.mission-card:hover {
  color: white;
  background: var(--teal);
}

.mission-card > span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.mission-card p {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2vw, 33px);
  line-height: 1.15;
}

.services-section {
  padding: 110px 0 120px;
  color: white;
  background:
    linear-gradient(rgba(12, 30, 46, 0.98), rgba(12, 30, 46, 0.98)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 120px,
      rgba(255, 255, 255, 0.04) 121px
    );
}

.services-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: 70px;
}

.services-heading h2 {
  max-width: 820px;
}

.services-heading p {
  margin: 0;
  color: #b8c7d0;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.service-card {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 220ms ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.055);
}

.service-number {
  color: #91d2ca;
  font-family: Georgia, serif;
  font-size: 12px;
}

.service-card h3 {
  max-width: 370px;
  margin: 56px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.14;
}

.service-card > p {
  margin: 0;
  color: #b8c7d0;
  font-size: 15px;
  line-height: 1.7;
}

.service-card > a:not(.button) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: #d5eee9;
  font-size: 13px;
  font-weight: 700;
}

.service-cta-card {
  justify-content: center;
  color: var(--navy);
  background: var(--sage);
}

.service-cta-card:hover {
  background: #cadccf;
}

.service-cta-card .small-label {
  color: var(--teal);
}

.service-cta-card h3 {
  margin: 25px 0 36px;
}

.button-light {
  align-self: flex-start;
  color: white;
  background: var(--navy);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
}

.about-title .small-label {
  margin-bottom: 22px;
}

.about-title h2 em {
  display: inline-block;
}

.about-lead {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.45;
}

.about-story blockquote {
  margin: 36px 0 0;
  padding: 26px 0 0 30px;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--copper);
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.45;
}

.credential-panel {
  display: grid;
  margin-top: 78px;
  padding: 50px;
  grid-template-columns: 0.45fr 1fr;
  gap: 6vw;
  color: white;
  background: var(--navy);
}

.credential-title {
  margin: 0;
  color: #91d2ca;
  font-family: Georgia, serif;
  font-size: 27px;
}

.credential-panel ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  list-style: none;
}

.credential-panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  line-height: 1.55;
}

.credential-panel li span {
  color: #91d2ca;
}

.solutions-section {
  padding: 115px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: start;
  gap: 9vw;
}

.solutions-section h2 {
  margin: 26px 0;
}

.solutions-lead {
  max-width: 700px;
}

.solutions-section .button {
  margin-top: 20px;
}

.outcomes-panel {
  padding: 42px 44px;
  border-top: 3px solid var(--copper);
  background: var(--ivory);
  box-shadow: 0 20px 60px rgba(19, 40, 59, 0.08);
}

.outcomes-panel ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.outcomes-panel li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 48px 1fr;
  border-top: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 19px;
}

.outcomes-panel li span {
  color: var(--copper);
  font-family: "Geist", Arial, sans-serif;
  font-size: 11px;
}

.training-heading {
  display: grid;
  grid-template-columns: 1.12fr 0.7fr;
  align-items: end;
  gap: 9vw;
}

.training-heading h2 {
  margin-top: 26px;
}

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

.topic {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 25px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.42);
  transition: background-color 180ms ease, transform 180ms ease;
}

.topic:hover {
  z-index: 2;
  transform: translateY(-2px);
  background: var(--paper);
  box-shadow: 0 12px 24px rgba(19, 40, 59, 0.08);
}

.topic span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.topic p {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.contact-section {
  padding: 110px 0;
  color: white;
  background: var(--teal-dark);
}

.contact-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 9vw;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-section .eyebrow {
  color: #bfe3dc;
}

.contact-section h2 {
  max-width: 780px;
  margin-top: 25px;
}

.contact-intro > p {
  color: #d4e5e1;
}

.contact-grid {
  display: grid;
  margin-top: 65px;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form label > span {
  color: #d4e5e1;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  outline: 0;
  color: white;
  background: rgba(255, 255, 255, 0.055);
}

.contact-form input,
.contact-form select {
  height: 54px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}

.contact-form select option {
  color: var(--navy);
  background: white;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: white;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form .button-primary {
  align-self: flex-start;
  margin-top: 6px;
  color: var(--navy);
  background: var(--paper);
}

.contact-form .button-primary:hover {
  color: white;
  background: var(--navy);
}

.form-note {
  margin: -12px 0 0;
  color: #b8d6d0;
  font-size: 12px;
}

.contact-card {
  align-self: start;
  padding: 40px;
  color: var(--navy);
  background: var(--ivory);
}

.contact-card h3 {
  margin: 22px 0 8px;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 500;
}

.contact-card > p:not(.small-label):not(.service-area) {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.contact-rule {
  height: 1px;
  margin: 30px 0;
  background: var(--line);
}

.contact-card a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
  font-family: Georgia, serif;
  font-size: 20px;
}

.contact-card a span {
  color: var(--copper);
  font-family: "Geist", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-area {
  margin: 34px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

footer {
  padding: 65px 4vw 28px;
  color: white;
  background: var(--navy-deep);
}

.footer-top {
  display: grid;
  align-items: start;
  padding-bottom: 55px;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 7vw;
}

.brand-footer .brand-sub {
  color: #91d2ca;
}

.footer-top > p {
  margin: 0;
  color: #bdcbd4;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.5;
}

.footer-top nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 30px;
}

.footer-top nav a {
  color: #bdcbd4;
  font-size: 13px;
  font-weight: 650;
}

.footer-top nav a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #91a5b2;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
  }

  .desktop-nav {
    gap: 22px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 620px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding-right: 50px;
    padding-left: 70px;
  }

  .hero-copy::before {
    left: 35px;
  }

  .hero-visual {
    min-height: 620px;
    margin-left: -4vw;
  }

  .hero h1 {
    font-size: clamp(54px, 6.2vw, 74px);
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trust-strip > p {
    display: none;
  }

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

@media (max-width: 900px) {
  .site-header {
    min-height: 76px;
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    width: 44px;
    height: 44px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 20px;
    height: 1px;
    background: var(--navy);
  }

  .mobile-menu nav {
    position: absolute;
    top: 52px;
    right: 0;
    display: flex;
    width: min(320px, calc(100vw - 48px));
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 45px rgba(19, 40, 59, 0.18);
  }

  .mobile-menu nav a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu nav a:last-child {
    border: 0;
  }

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

  .hero-copy {
    min-height: 620px;
    padding: 75px 10vw 65px 13vw;
  }

  .hero-copy::before {
    left: 8vw;
  }

  .hero h1 {
    font-size: clamp(56px, 11vw, 86px);
  }

  .hero-visual {
    min-height: 520px;
    margin: 0;
    clip-path: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 0 7vw;
  }

  .trust-item {
    min-height: 76px;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .intro-grid,
  .services-heading,
  .about-grid,
  .solutions-grid,
  .training-heading,
  .contact-intro,
  .contact-grid,
  .credential-panel {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .services-heading,
  .about-grid,
  .solutions-grid,
  .training-heading,
  .contact-intro {
    gap: 42px;
  }

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

  .mission-card:nth-child(2) {
    border-right: 0;
  }

  .mission-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .credential-panel {
    gap: 35px;
  }

  .credential-panel ul {
    grid-template-columns: 1fr;
  }

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

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

  .footer-top nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 76px;
  }

  .brand-main {
    font-size: 20px;
  }

  .hero-copy {
    min-height: auto;
    padding: 68px 26px 62px 42px;
  }

  .hero-copy::before {
    top: 11%;
    bottom: 11%;
    left: 22px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(47px, 14vw, 66px);
    line-height: 0.95;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-note {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .section-shell {
    width: calc(100% - 40px);
  }

  .intro,
  .about-section,
  .training-section,
  .services-section,
  .contact-section {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .section-kicker {
    margin-bottom: 38px;
  }

  .intro h2,
  .services-heading h2,
  .about-title h2,
  .solutions-section h2,
  .training-heading h2,
  .contact-section h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mission-grid,
  .services-grid,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .mission-card {
    min-height: 185px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mission-card:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }

  .services-grid {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .service-card {
    min-height: 330px;
    padding: 30px;
  }

  .credential-panel,
  .outcomes-panel,
  .contact-card {
    padding: 30px 24px;
  }

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

  .contact-form .button {
    width: 100%;
  }

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

  .footer-top nav {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

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

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

/* Multi-page editorial system */

.utility-bar {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5vw;
  color: #d8e5e9;
  background: var(--navy-deep);
}

.utility-bar p,
.utility-bar span {
  margin: 0;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.utility-bar div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.utility-bar a {
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.desktop-nav a[aria-current="page"]::after {
  right: 0;
  left: 0;
}

.desktop-nav a[aria-current="page"] {
  color: var(--teal);
}

.mobile-menu a[aria-current="page"] {
  color: var(--teal);
  background: var(--sage);
}

.hero-issue {
  position: absolute;
  top: 34px;
  right: 36px;
  color: rgba(19, 40, 59, 0.42);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.hero h1 span {
  color: var(--teal);
  font-style: italic;
}

.hero-monogram {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 28px;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.button-outline {
  align-self: flex-start;
  margin-top: 34px;
  border: 1px solid var(--navy);
  color: var(--navy);
  background: transparent;
}

.button-outline:hover {
  color: white;
  background: var(--navy);
}

.button-paper {
  color: var(--navy);
  background: var(--paper);
}

.button-paper:hover {
  color: white;
  background: var(--teal);
}

.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.editorial-link span {
  font-size: 18px;
  transition: transform 180ms ease;
}

.editorial-link:hover span {
  transform: translateX(5px);
}

.light-link {
  color: #bfe3dc;
}

.home-pathways {
  padding-top: 110px;
  padding-bottom: 30px;
}

.pathway-grid {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr 0.92fr;
  gap: 14px;
}

.pathway-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.pathway-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.2), transparent 27%),
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 48px,
      rgba(255, 255, 255, 0.045) 49px
    );
}

.pathway-card:hover {
  z-index: 2;
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(19, 40, 59, 0.16);
}

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

.pathway-index {
  align-self: flex-end;
  font-family: Georgia, serif;
  font-size: 12px;
}

.pathway-card div > p {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pathway-card h2 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(29px, 3vw, 50px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.pathway-arrow {
  position: absolute;
  right: 34px;
  bottom: 30px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
  transition: transform 180ms ease;
}

.pathway-card:hover .pathway-arrow {
  transform: rotate(45deg);
}

.pathway-about {
  grid-row: 1 / 3;
  color: white;
  background: var(--navy);
}

.pathway-services {
  color: var(--navy);
  background: var(--sage);
}

.pathway-business {
  color: white;
  background: var(--teal);
}

.pathway-training {
  display: none;
  color: var(--navy);
  background: #e9d6c8;
}

/* Shared inner page hero */

.inner-hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: 0.92fr 1.08fr;
  color: white;
  background: var(--navy-deep);
}

.inner-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 95px clamp(50px, 7vw, 120px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 111, 106, 0.13), transparent 44%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 94px,
      rgba(255, 255, 255, 0.025) 95px
    );
}

.inner-hero-copy::after {
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(191, 227, 220, 0.2);
  border-radius: 50%;
  content: "";
}

.inner-hero-index {
  position: absolute;
  top: 45px;
  left: clamp(50px, 7vw, 120px);
  color: rgba(255, 255, 255, 0.36);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.inner-hero .eyebrow {
  color: #a7d8cf;
}

.inner-hero h1 {
  max-width: 760px;
  margin: 28px 0;
  font-family: Georgia, serif;
  font-size: clamp(58px, 5.7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.inner-hero-lead {
  max-width: 650px;
  margin: 0;
  color: #bdcbd4;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.65;
}

.inner-hero-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.inner-hero-line > span {
  width: 72px;
  height: 1px;
  background: var(--copper);
}

.inner-hero-line p {
  margin: 0;
  color: #d7e2e7;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.inner-hero-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.inner-hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 30, 46, 0.22), transparent 40%),
    linear-gradient(0deg, rgba(12, 30, 46, 0.24), transparent 38%);
}

.inner-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-media-frame {
  position: absolute;
  z-index: 2;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.inner-media-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 20px 24px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.94);
  font-family: Georgia, serif;
}

.inner-media-caption span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--teal);
}

/* About page */

.editorial-statement,
.business-manifesto {
  display: grid;
  padding-top: 125px;
  padding-bottom: 125px;
  grid-template-columns: 0.23fr 1.2fr 0.62fr;
  align-items: start;
  gap: 5vw;
}

.statement-number {
  margin: 8px 0 0;
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.editorial-statement h2,
.business-manifesto h2 {
  margin: 25px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4.2vw, 67px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.editorial-statement h2 em,
.business-manifesto h2 em {
  color: var(--teal);
  font-weight: 500;
}

.editorial-statement > p:last-child,
.business-manifesto > p:last-child {
  margin: 40px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

.perspective-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: 1fr 1fr;
}

.perspective-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 9vw;
}

.provider-side {
  color: white;
  background: var(--teal-dark);
}

.provider-side .eyebrow {
  color: #bfe3dc;
}

.evaluator-side {
  color: var(--navy);
  background: var(--sage);
}

.perspective-side h2 {
  max-width: 520px;
  margin: 25px 0 40px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.perspective-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.perspective-side li {
  max-width: 500px;
  padding: 16px 0;
  border-top: 1px solid currentColor;
  opacity: 0.82;
  font-weight: 650;
}

.perspective-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 12px solid var(--ivory);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: var(--navy);
  box-shadow: 0 20px 70px rgba(12, 30, 46, 0.18);
}

.perspective-center span {
  margin-top: 27px;
  font-family: Georgia, serif;
  font-size: 40px;
}

.perspective-center p {
  align-self: start;
  margin: -22px 0 0;
  color: #a7d8cf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.experience-chapters {
  padding-top: 115px;
  padding-bottom: 125px;
}

.experience-row {
  display: grid;
  padding: 42px 0;
  grid-template-columns: 0.16fr 0.38fr 0.75fr 1fr;
  gap: 3vw;
  border-top: 1px solid var(--line);
}

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

.experience-row > span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.experience-row h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
}

.experience-row > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.credential-gallery {
  padding: 110px 0;
  color: white;
  background: var(--navy-deep);
}

.credential-gallery-intro {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 60px;
}

.credential-gallery-intro .eyebrow {
  color: #a7d8cf;
}

.credential-gallery-intro h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4.2vw, 66px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.credential-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.credential-gallery-grid article {
  min-height: 230px;
  padding: 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.credential-gallery-grid span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.credential-gallery-grid p {
  margin: 70px 0 0;
  color: #d0dce2;
  line-height: 1.55;
}

.beliefs-section {
  padding-top: 115px;
  padding-bottom: 125px;
}

.beliefs-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  align-items: end;
  gap: 8vw;
}

.beliefs-heading h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.beliefs-heading h2 em {
  color: var(--teal);
  font-weight: 500;
}

.beliefs-heading > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.beliefs-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
}

.beliefs-grid article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--line);
  border-right: 0;
}

.beliefs-grid article:last-child {
  border-right: 1px solid var(--line);
}

.beliefs-grid span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.beliefs-grid p {
  margin: 80px 0 4px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beliefs-grid h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

/* Services page */

.service-ledger {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-ledger-head {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 55px;
}

.service-ledger-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.3vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.service-ledger-list {
  border-top: 1px solid var(--navy);
}

.service-ledger-list > a {
  display: grid;
  min-height: 150px;
  align-items: center;
  padding: 24px 18px;
  grid-template-columns: 0.12fr 0.75fr 1fr 0.1fr;
  gap: 3vw;
  border-bottom: 1px solid var(--line);
  transition: color 200ms ease, background-color 200ms ease;
}

.service-ledger-list > a:hover {
  color: white;
  background: var(--teal);
}

.service-ledger-list span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.service-ledger-list h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(23px, 2.15vw, 34px);
  font-weight: 500;
}

.service-ledger-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.service-ledger-list > a:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.service-ledger-list strong {
  font-size: 22px;
}

.process-section {
  padding: 110px 0 120px;
  color: white;
  background: var(--navy);
}

.process-intro {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: end;
  gap: 7vw;
}

.process-intro .eyebrow {
  color: #a7d8cf;
}

.process-intro h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.2vw, 66px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.process-track {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-track article {
  min-height: 315px;
  padding: 32px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.process-track article:last-child {
  border-right: 0;
}

.process-track span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.process-track h3 {
  margin: 65px 0 20px;
  color: #bfe3dc;
  font-family: Georgia, serif;
  font-size: 33px;
  font-weight: 500;
}

.process-track p {
  margin: 0;
  color: #bdcbd4;
  line-height: 1.7;
}

.service-groups {
  padding-top: 115px;
  padding-bottom: 125px;
}

.service-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.service-group-grid article {
  position: relative;
  min-height: 480px;
  padding: clamp(38px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.service-group-grid article:nth-child(2),
.service-group-grid article:nth-child(3) {
  color: white;
  background: var(--teal-dark);
}

.service-group-grid article::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.group-index {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.service-group-grid h2 {
  margin: 58px 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.service-group-grid article > p {
  max-width: 620px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-group-grid article:nth-child(2) > p,
.service-group-grid article:nth-child(3) > p {
  color: #d3e4e1;
}

.service-group-grid ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.service-group-grid li {
  padding: 13px 0;
  border-top: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.85;
}

.fit-banner {
  display: grid;
  min-height: 500px;
  place-items: center;
  padding: 80px 6vw;
  text-align: center;
  color: var(--navy);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 38%),
    var(--sage);
}

.fit-banner h2 {
  max-width: 1050px;
  margin: 28px 0 36px;
  font-family: Georgia, serif;
  font-size: clamp(43px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.fit-banner h2 em {
  color: var(--teal);
  font-weight: 500;
}

/* Business page */

.protection-map {
  padding: 110px 0 120px;
  color: white;
  background: var(--navy-deep);
}

.protection-map-head {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: end;
  gap: 7vw;
}

.protection-map-head .eyebrow {
  color: #a7d8cf;
}

.protection-map-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.protection-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.protection-grid article {
  min-height: 380px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, background-color 180ms ease;
}

.protection-grid article:hover {
  transform: translateY(-5px);
  background: var(--teal-dark);
}

.protection-grid span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.protection-grid h3 {
  margin: 95px 0 20px;
  font-family: Georgia, serif;
  font-size: 39px;
  font-weight: 500;
}

.protection-grid p {
  margin: 0;
  color: #bdcbd4;
  line-height: 1.7;
}

.continuity-section {
  display: grid;
  padding-top: 120px;
  padding-bottom: 125px;
  grid-template-columns: 0.7fr 1fr;
  align-items: start;
  gap: 8vw;
}

.continuity-intro {
  position: sticky;
  top: 130px;
}

.continuity-intro h2 {
  margin: 28px 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.1vw, 65px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.continuity-intro > p:last-child {
  color: var(--ink-soft);
  line-height: 1.8;
}

.continuity-steps {
  border-top: 1px solid var(--navy);
}

.continuity-steps article {
  display: grid;
  min-height: 220px;
  padding: 36px 0;
  grid-template-columns: 0.18fr 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.continuity-steps article > span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.continuity-steps h3 {
  margin: 0 0 15px;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}

.continuity-steps p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.business-outcomes {
  padding: 80px 0;
  color: white;
  background: var(--teal-dark);
}

.business-outcomes .eyebrow {
  color: #bfe3dc;
}

.business-outcome-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.business-outcome-grid p {
  display: flex;
  min-height: 140px;
  align-items: flex-end;
  margin: 0;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  font-family: Georgia, serif;
  font-size: 21px;
}

/* Training page */

.training-manifesto {
  display: grid;
  padding-top: 120px;
  padding-bottom: 125px;
  grid-template-columns: 1.1fr 0.6fr;
  align-items: end;
  gap: 9vw;
}

.training-manifesto h2 {
  margin: 25px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(43px, 4.5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.training-manifesto > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.topic-catalog {
  padding: 110px 0 120px;
  color: white;
  background: var(--navy);
}

.topic-catalog-head {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  align-items: end;
  gap: 7vw;
}

.topic-catalog-head .eyebrow {
  color: #a7d8cf;
}

.topic-catalog-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.topic-catalog-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.topic-catalog-grid article {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 180ms ease;
}

.topic-catalog-grid article:hover {
  background: var(--teal-dark);
}

.topic-catalog-grid span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.topic-catalog-grid h3 {
  margin: 50px 0 20px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.topic-catalog-grid a {
  margin-top: auto;
  color: #bfe3dc;
  font-size: 12px;
  font-weight: 750;
}

.learning-approach {
  padding-top: 115px;
  padding-bottom: 125px;
}

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

.learning-grid article {
  min-height: 390px;
  padding: 40px;
  border-top: 4px solid var(--copper);
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(19, 40, 59, 0.07);
}

.learning-grid span {
  color: var(--copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.learning-grid h2 {
  margin: 85px 0 22px;
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

.learning-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.training-quote {
  display: grid;
  min-height: 580px;
  place-items: center;
  padding: 90px 7vw;
  text-align: center;
  color: var(--navy);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.76), transparent 46%),
    var(--sage);
}

.training-quote blockquote {
  max-width: 1150px;
  margin: 30px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.training-quote em {
  color: var(--teal);
  font-weight: 500;
}

/* Contact page */

.contact-page-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  padding: 100px 7vw;
  grid-template-columns: 1.15fr 0.62fr;
  align-items: center;
  gap: 8vw;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(125deg, rgba(14, 111, 106, 0.18), transparent 46%),
    var(--navy-deep);
}

.contact-page-title,
.contact-page-intro {
  position: relative;
  z-index: 2;
}

.contact-page-title .eyebrow {
  color: #a7d8cf;
}

.contact-page-title h1 {
  max-width: 900px;
  margin: 28px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(64px, 6.8vw, 106px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.contact-page-title h1 em {
  color: #a7d8cf;
  font-weight: 500;
}

.contact-page-intro > p:first-child {
  margin: 0;
  color: #bdcbd4;
  font-size: 18px;
  line-height: 1.75;
}

.contact-page-rule {
  width: 80px;
  height: 1px;
  margin: 34px 0;
  background: var(--copper);
}

.contact-page-intro .small-label {
  color: #a7d8cf;
  line-height: 1.6;
}

.contact-watermark {
  position: absolute;
  right: -2vw;
  bottom: -8vw;
  color: rgba(255, 255, 255, 0.025);
  font-family: Georgia, serif;
  font-size: 32vw;
  line-height: 0.8;
}

.contact-page-body {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}

.contact-page-form {
  padding: 100px 7vw;
  color: white;
  background: var(--teal-dark);
}

.contact-page-details {
  padding: 100px 6vw;
  color: var(--navy);
  background: var(--paper);
}

.contact-page-details h2 {
  margin: 25px 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4vw, 61px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.contact-page-details > p:not(.eyebrow) {
  color: var(--ink-soft);
  line-height: 1.6;
}

.contact-detail-links {
  margin-top: 55px;
  border-top: 1px solid var(--navy);
}

.contact-detail-links a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 42px 28px 0;
  border-bottom: 1px solid var(--line);
}

.contact-detail-links span {
  color: var(--copper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-detail-links strong {
  overflow-wrap: anywhere;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.contact-detail-links em {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  font-style: normal;
}

.contact-reasons {
  margin-top: 58px;
}

.contact-reasons ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact-reasons li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.contact-reasons li span {
  color: var(--teal);
}

.contact-closing {
  display: grid;
  padding: 0 4vw;
  grid-template-columns: repeat(3, 1fr);
  color: var(--navy);
  background: var(--sage);
}

.contact-closing p {
  display: flex;
  min-height: 160px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-right: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.5vw, 38px);
}

.contact-closing p:last-child {
  border-right: 0;
}

/* Shared page CTA */

.page-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 100px 8vw;
  grid-template-columns: 1fr 0.62fr;
  align-items: center;
  gap: 9vw;
  overflow: hidden;
  color: white;
  background: var(--teal-dark);
}

.page-cta > div:not(.page-cta-orbit) {
  position: relative;
  z-index: 2;
}

.page-cta .eyebrow {
  color: #bfe3dc;
}

.page-cta h2 {
  max-width: 900px;
  margin: 26px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.page-cta > div:nth-child(3) > p {
  margin: 0 0 32px;
  color: #d4e5e1;
  line-height: 1.8;
}

.page-cta-orbit {
  position: absolute;
  top: 50%;
  right: -8vw;
  width: 40vw;
  height: 40vw;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translateY(-50%);
}

.page-cta-orbit::before,
.page-cta-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.page-cta-orbit::before {
  width: 70%;
  height: 70%;
}

.page-cta-orbit::after {
  width: 38%;
  height: 38%;
}

@media (max-width: 1200px) {
  .utility-bar {
    display: none;
  }

  .inner-hero h1 {
    font-size: clamp(52px, 6vw, 72px);
  }

  .credential-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .business-outcome-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .pathway-grid {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .pathway-about {
    grid-row: auto;
  }

  .pathway-training {
    display: flex;
  }

  .inner-hero {
    grid-template-columns: 1fr;
  }

  .inner-hero-copy,
  .inner-hero-media {
    min-height: 600px;
  }

  .editorial-statement,
  .business-manifesto,
  .credential-gallery-intro,
  .beliefs-heading,
  .service-ledger-head,
  .process-intro,
  .protection-map-head,
  .training-manifesto,
  .topic-catalog-head,
  .page-cta {
    grid-template-columns: 1fr;
  }

  .editorial-statement,
  .business-manifesto {
    gap: 35px;
  }

  .editorial-statement > p:last-child,
  .business-manifesto > p:last-child {
    margin-top: 0;
  }

  .perspective-stage {
    grid-template-columns: 1fr;
  }

  .perspective-center {
    top: 50%;
  }

  .perspective-side {
    min-height: 520px;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .experience-row {
    grid-template-columns: 0.12fr 0.4fr 1fr;
  }

  .experience-row > p:last-child {
    grid-column: 3;
  }

  .beliefs-grid,
  .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .beliefs-grid article:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .process-track article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .service-ledger-list > a {
    grid-template-columns: 0.12fr 0.85fr 0.1fr;
  }

  .service-ledger-list p {
    grid-column: 2;
  }

  .service-group-grid,
  .continuity-section,
  .contact-page-body {
    grid-template-columns: 1fr;
  }

  .continuity-intro {
    position: static;
  }

  .topic-catalog-grid,
  .learning-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page-hero {
    grid-template-columns: 1fr;
  }

  .contact-closing {
    grid-template-columns: 1fr;
  }

  .contact-closing p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .home-pathways {
    padding-top: 78px;
  }

  .pathway-grid,
  .service-group-grid,
  .beliefs-grid,
  .process-track,
  .protection-grid,
  .business-outcome-grid,
  .topic-catalog-grid,
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .pathway-card {
    min-height: 310px;
    padding: 30px 25px;
  }

  .pathway-card h2 {
    padding-right: 35px;
    font-size: 34px;
  }

  .inner-hero-copy {
    min-height: 610px;
    padding: 105px 26px 65px;
  }

  .inner-hero-index {
    top: 50px;
    left: 26px;
  }

  .inner-hero h1 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .inner-hero-media {
    min-height: 440px;
  }

  .inner-media-frame {
    inset: 14px;
  }

  .inner-media-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .editorial-statement,
  .business-manifesto,
  .experience-chapters,
  .service-ledger,
  .service-groups,
  .continuity-section,
  .training-manifesto,
  .learning-approach {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .perspective-center {
    width: 130px;
    height: 130px;
    border-width: 8px;
  }

  .perspective-center span {
    font-size: 29px;
  }

  .perspective-side {
    min-height: 500px;
    padding: 80px 30px;
  }

  .experience-row {
    grid-template-columns: 42px 1fr;
  }

  .experience-row h3,
  .experience-row > p:last-child {
    grid-column: 2;
  }

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

  .credential-gallery-grid article {
    min-height: 190px;
  }

  .beliefs-grid article,
  .beliefs-grid article:nth-child(2),
  .beliefs-grid article:last-child {
    border-right: 1px solid var(--line);
  }

  .service-ledger-list > a {
    grid-template-columns: 38px 1fr 28px;
  }

  .service-ledger-list p {
    grid-column: 2 / 4;
  }

  .process-track article {
    min-height: 270px;
  }

  .service-group-grid article {
    min-height: 430px;
    padding: 34px 25px;
  }

  .fit-banner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .protection-grid article {
    min-height: 330px;
  }

  .continuity-steps article {
    grid-template-columns: 38px 1fr;
  }

  .contact-page-hero {
    min-height: 660px;
    padding: 90px 25px;
  }

  .contact-page-title h1 {
    font-size: clamp(57px, 15vw, 76px);
  }

  .contact-page-form,
  .contact-page-details {
    padding: 80px 25px;
  }

  .training-quote {
    min-height: 520px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-cta {
    min-height: 600px;
    padding: 80px 25px;
    gap: 42px;
  }

  .page-cta-orbit {
    right: -55vw;
    width: 110vw;
    height: 110vw;
  }
}

/* Keep the revised homepage hero above the legacy shared hero cascade. */

.client-hero {
  min-height: 760px;
  grid-template-columns: minmax(590px, 1.04fr) minmax(500px, 0.96fr);
}

.client-hero h1 {
  max-width: 760px;
  margin: 23px 0 24px;
  font-size: clamp(48px, 4.65vw, 74px);
  letter-spacing: -0.047em;
  line-height: 1;
}

@media (max-width: 1180px) {
  .client-hero {
    grid-template-columns: 1fr 0.9fr;
  }

  .client-hero h1 {
    font-size: clamp(43px, 5vw, 62px);
  }
}

@media (max-width: 900px) {
  .client-hero {
    grid-template-columns: 1fr;
  }

  .client-hero h1 {
    font-size: clamp(48px, 9vw, 74px);
  }
}

@media (max-width: 620px) {
  .client-hero h1 {
    font-size: clamp(41px, 12.4vw, 58px);
  }
}

