:root {
  --navy: #102842;
  --navy-deep: #081725;
  --chalk: #f4f1e8;
  --white: #fffdf7;
  --lime: #c8ef38;
  --clay: #e56f47;
  --sky: #b9d9e8;
  --ink: #172432;
  --muted: #63707a;
  --line: rgba(16, 40, 66, 0.17);
  --shadow: 0 24px 65px rgba(8, 23, 37, 0.16);
  --display: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--chalk);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  color: var(--navy-deep);
  background: var(--lime);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--navy);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 241, 232, 0.94);
  box-shadow: 0 8px 35px rgba(8, 23, 37, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  flex: 0 0 48px;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
}

.brand-mark::before {
  top: 3px;
  left: 2px;
  width: 30px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 54% 46% 45% 55%;
  transform: rotate(-8deg);
}

.brand-mark::after {
  right: 0;
  bottom: 3px;
  width: 29px;
  height: 3px;
  background: var(--clay);
  box-shadow: -7px -9px 0 -1px var(--lime);
  transform: rotate(-16deg);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 11px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 12px 18px !important;
  color: var(--chalk);
  background: var(--navy);
  border-radius: 3px;
}

.nav-cta::after {
  display: none;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 0;
  color: inherit;
  border: 2px solid currentColor;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  color: var(--navy);
  background:
    linear-gradient(90deg, rgba(244, 241, 232, 0.98) 0%, rgba(244, 241, 232, 0.94) 36%, rgba(244, 241, 232, 0.18) 68%, rgba(244, 241, 232, 0.03)),
    url("training-field.jpg") center / cover no-repeat;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(244, 241, 232, 0.36), transparent 32%, rgba(8, 23, 37, 0.12)),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(16, 40, 66, 0.09) 20%);
  pointer-events: none;
}

.home-hero .shell {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 68px;
}

.hero-copy {
  max-width: 760px;
}

.micro-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  padding: 7px 10px;
  color: var(--navy);
  border: 1px solid rgba(16, 40, 66, 0.3);
  background: rgba(244, 241, 232, 0.68);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.micro-label::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--lime);
  border: 1px solid var(--navy);
  border-radius: 50%;
}

.home-hero h1,
.page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.83;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 750px;
  font-size: clamp(4.8rem, 10.5vw, 9.4rem);
}

.home-hero h1 span {
  display: inline-block;
  padding: 0.07em 0.13em 0.12em;
  color: var(--navy-deep);
  background: var(--lime);
  transform: rotate(-1.5deg);
}

.hero-intro {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(23, 36, 50, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 21px;
  color: var(--chalk);
  border: 2px solid var(--navy);
  background: var(--navy);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button::after {
  content: "→";
  font-size: 1rem;
}

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

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

.button.outline {
  color: var(--navy);
  background: rgba(244, 241, 232, 0.6);
}

.button.light {
  color: var(--navy);
  border-color: var(--chalk);
  background: var(--chalk);
}

.field-stamp {
  position: absolute;
  right: max(22px, calc((100vw - 1200px) / 2));
  bottom: 62px;
  display: grid;
  width: 146px;
  aspect-ratio: 1;
  place-items: center;
  padding: 20px;
  color: var(--chalk);
  background: var(--clay);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
  box-shadow: 0 0 0 9px rgba(229, 111, 71, 0.18);
}

.signal-bar {
  color: var(--chalk);
  background: var(--navy);
}

.signal-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-item {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 13px;
  padding: 19px 25px;
  border-right: 1px solid rgba(244, 241, 232, 0.16);
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item span {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  color: var(--navy);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.signal-item strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

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

.section.navy {
  color: var(--chalk);
  background:
    linear-gradient(rgba(200, 239, 56, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 239, 56, 0.035) 1px, transparent 1px),
    var(--navy-deep);
  background-size: 38px 38px;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 35px;
  height: 2px;
  content: "";
  background: currentColor;
}

.navy .eyebrow {
  color: var(--lime);
}

.section-title {
  max-width: 870px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 7.5vw, 7.1rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-transform: uppercase;
}

.section-title em {
  color: var(--clay);
  font-style: normal;
}

.navy .section-title em {
  color: var(--lime);
}

.lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.navy .lead {
  color: rgba(244, 241, 232, 0.66);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(55px, 9vw, 125px);
  align-items: start;
}

.field-note {
  position: relative;
  padding: 36px;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 31px, rgba(16, 40, 66, 0.09) 32px),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: rotate(1.1deg);
}

.field-note::before {
  position: absolute;
  top: -12px;
  left: 42%;
  width: 95px;
  height: 24px;
  content: "";
  background: rgba(200, 239, 56, 0.78);
  transform: rotate(-3deg);
}

.field-note strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-transform: uppercase;
}

.field-note p {
  margin: 18px 0 0;
  color: var(--muted);
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 55px;
}

.need-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.need-card::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  content: "";
  border: 18px solid rgba(16, 40, 66, 0.07);
  border-radius: 50%;
}

.need-card:hover {
  color: var(--chalk);
  background: var(--navy);
  transform: translateY(-5px);
}

.need-card:nth-child(2n):hover {
  color: var(--navy);
  background: var(--lime);
}

.need-card span {
  display: inline-block;
  padding: 5px 8px;
  color: var(--navy);
  background: var(--lime);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.need-card h3 {
  margin: 85px 0 10px;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.need-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.need-card:hover p {
  color: inherit;
  opacity: 0.75;
}

.method-preview {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(244, 241, 232, 0.2);
}

.method-steps li {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(244, 241, 232, 0.2);
}

.method-steps span {
  color: var(--lime);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 900;
}

.method-steps strong {
  display: block;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.method-steps p {
  margin: 5px 0 0;
  color: rgba(244, 241, 232, 0.61);
  font-size: 0.88rem;
}

.session-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.session-photo {
  min-height: 540px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 23, 37, 0.75)),
    url("training-field.jpg") 70% center / cover;
}

.session-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 75px);
  color: var(--chalk);
}

.session-content h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 5.8vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.85;
  text-transform: uppercase;
}

.session-content p {
  margin: 24px 0 0;
  color: rgba(244, 241, 232, 0.67);
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 52px;
}

.network-grid a {
  position: relative;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: var(--chalk);
  border: 1px solid rgba(244, 241, 232, 0.18);
  background: rgba(244, 241, 232, 0.025);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.network-grid a::before {
  content: "↗";
  align-self: flex-end;
  color: var(--lime);
}

.network-grid a:hover {
  color: var(--navy);
  background: var(--lime);
  transform: translateY(-3px);
}

.network-grid a:hover::before {
  color: var(--navy);
}

.network-grid strong {
  max-width: 180px;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 72svh;
  align-items: flex-end;
  padding: 180px 0 75px;
  overflow: hidden;
  color: var(--chalk);
  background: var(--navy-deep);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 23, 37, 0.98) 0%, rgba(8, 23, 37, 0.89) 42%, rgba(8, 23, 37, 0.12)),
    url("training-field.jpg") center / cover;
}

.page-hero::after {
  position: absolute;
  top: 23%;
  right: 7%;
  width: clamp(220px, 31vw, 470px);
  aspect-ratio: 1.6;
  content: "";
  border: 2px solid rgba(200, 239, 56, 0.36);
  transform: rotate(-7deg);
}

.page-hero .shell {
  position: relative;
  z-index: 1;
}

.page-hero .micro-label {
  color: var(--chalk);
  border-color: rgba(244, 241, 232, 0.28);
  background: rgba(8, 23, 37, 0.52);
}

.page-hero h1 {
  max-width: 940px;
  font-size: clamp(4.5rem, 10vw, 9.5rem);
}

.page-hero .lead {
  color: rgba(244, 241, 232, 0.69);
}

.programs-list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--navy);
}

.program-row {
  display: grid;
  grid-template-columns: 80px 0.75fr 1.25fr;
  gap: 35px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.program-row > span {
  color: var(--clay);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
}

.program-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.94;
  text-transform: uppercase;
}

.program-row p {
  margin: 0;
  color: var(--muted);
}

.program-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.program-row li {
  padding: 6px 9px;
  color: var(--navy);
  border: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 50px;
}

.principle {
  min-height: 300px;
  padding: 36px;
  color: var(--chalk);
  background: var(--navy);
}

.principle:nth-child(2),
.principle:nth-child(3) {
  color: var(--navy);
  background: var(--lime);
}

.principle:nth-child(4) {
  background: var(--clay);
}

.principle span {
  display: block;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.principle h2,
.principle h3 {
  margin: 83px 0 12px;
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.93;
  text-transform: uppercase;
}

.principle p {
  margin: 0;
  opacity: 0.72;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 55px;
}

.timeline::before {
  position: absolute;
  top: 24px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: var(--lime);
}

.timeline-step {
  position: relative;
  z-index: 1;
  padding: 0 20px 25px;
}

.timeline-step > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--navy);
  background: var(--lime);
  border: 5px solid var(--navy-deep);
  border-radius: 50%;
  font-weight: 900;
}

.timeline-step h3 {
  margin: 35px 0 10px;
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-step p {
  margin: 0;
  color: rgba(244, 241, 232, 0.6);
  font-size: 0.87rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 14px;
}

.contact-card {
  padding: clamp(34px, 5vw, 62px);
}

.contact-card.lime-card {
  color: var(--navy);
  background: var(--lime);
}

.contact-card.white-card {
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.85;
  text-transform: uppercase;
}

.contact-list {
  margin-top: 38px;
}

.contact-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 40, 66, 0.23);
}

.contact-row span {
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-row strong,
.contact-row a {
  font-size: 1rem;
  font-weight: 600;
}

.legal {
  max-width: 800px;
}

.legal h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.legal h3 {
  margin: 34px 0 8px;
  font-family: var(--display);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.legal p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  padding: 72px 0 24px;
  color: var(--chalk);
  background: var(--navy);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 70px;
  padding-bottom: 52px;
}

.footer-brand p {
  max-width: 420px;
  margin: 20px 0 0;
  color: rgba(244, 241, 232, 0.6);
  font-size: 0.89rem;
}

.footer-column h2 {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  margin: 7px 0;
  color: rgba(244, 241, 232, 0.74);
  font-size: 0.87rem;
}

.footer-column a:hover {
  color: var(--lime);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  color: rgba(244, 241, 232, 0.43);
  border-top: 1px solid rgba(244, 241, 232, 0.14);
  font-size: 0.73rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: var(--chalk);
    background: var(--navy-deep);
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: -0.03em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .nav-open .main-nav {
    z-index: 90;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-open .site-header {
    color: var(--chalk);
  }

  .nav-toggle {
    position: relative;
    z-index: 110;
    display: block;
  }

  .nav-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-cta {
    color: inherit;
    background: transparent;
  }

  .field-stamp {
    display: none;
  }

  .signal-track {
    grid-template-columns: 1fr 1fr;
  }

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .intro-grid,
  .method-preview,
  .session-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .program-row {
    grid-template-columns: 60px 1fr;
  }

  .program-row > div:last-child {
    grid-column: 2;
  }

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

  .timeline::before {
    display: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1200px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand {
    max-width: 220px;
    font-size: 0.88rem;
  }

  .home-hero {
    min-height: 850px;
    background:
      linear-gradient(180deg, rgba(244, 241, 232, 0.95) 0%, rgba(244, 241, 232, 0.72) 44%, rgba(244, 241, 232, 0.88)),
      url("training-field.jpg") 65% center / cover no-repeat;
  }

  .home-hero .shell {
    padding-top: 130px;
    padding-bottom: 48px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 12.5vw, 4rem);
  }

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

  .signal-track {
    grid-template-columns: 1fr;
  }

  .signal-item {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 241, 232, 0.16);
  }

  .section {
    padding: 78px 0;
  }

  .section-title {
    overflow-wrap: anywhere;
    font-size: clamp(2.65rem, 12vw, 3.6rem);
  }

  .intro-grid {
    gap: 55px;
  }

  .intro-grid > *,
  .method-preview > * {
    min-width: 0;
  }

  .field-note {
    padding: 28px;
  }

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

  .need-card {
    min-height: 250px;
  }

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

  .network-grid a {
    min-height: 112px;
    padding: 16px;
  }

  .page-hero {
    min-height: 620px;
    padding: 140px 0 57px;
  }

  .page-hero h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .program-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .program-row > div:last-child {
    grid-column: auto;
  }

  .principles-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .session-photo {
    min-height: 390px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.trail-notes {
  padding: 10px 0 68px;
  background: var(--white);
}

.trail-notes__inner {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border: 2px solid var(--navy);
  background: var(--chalk);
  box-shadow: 12px 12px 0 var(--lime);
}

.trail-notes__inner > span {
  color: var(--navy);
  font: 800 13px/1.35 var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trail-notes p {
  margin: 0;
  color: var(--ink);
  font: 500 clamp(16px, 1.45vw, 19px)/1.8 var(--body);
}

.trail-notes a {
  color: var(--navy);
  text-decoration: none;
  background-image: linear-gradient(var(--lime), var(--lime));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.trail-notes a:hover,
.trail-notes a:focus-visible {
  color: #914128;
  background-image: linear-gradient(var(--clay), var(--clay));
}

@media (max-width: 720px) {
  .trail-notes__inner {
    grid-template-columns: 1fr;
    gap: 15px;
    box-shadow: 7px 7px 0 var(--lime);
  }
}
