/* APPARENCE DU SITE : couleurs, texte, cartes et adaptation mobile.
   Les contenus à modifier sont dans pages/. */
/* Visual identity copied from the complete site. No external fonts or services. */
* {
  border-style: solid;
  border-width: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: transparent;
}
/* Scroll-driven runner photograph. Positive layers keep the image visible. */
.runner-scene {
  position: relative;
}
.runner-scene::after {
  content: "";
  display: block;
  height: 65svh;
}
.runner-frame.hero {
  position: sticky;
  top: 90px;
  min-height: max(660px, calc(100svh - 90px));
}
.runner-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: 88% 57%;
  will-change: transform;
}
.runner-image {
  object-fit: cover;
  object-position: 80% 54%;
}
.runner-frame .hero-shade {
  z-index: 1;
  pointer-events: none;
}
.runner-frame .hero-content,
.runner-frame .hero-caption,
.team-photo-copy {
  position: relative;
  z-index: 2;
}
.runner-frame .hero-caption {
  position: absolute;
}
.runner-scene-compact {
  margin-bottom: 70px;
}
.runner-scene-compact::after {
  height: 45svh;
}
.runner-scene-compact .runner-frame {
  min-height: 520px;
  height: 68svh;
}
.team-photo-copy {
  padding-top: 85px;
  padding-bottom: 100px;
}
.team-photo-copy h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -2px;
}
.team-photo-copy h2 em {
  color: var(--lime);
}
.team-photo-copy > p:last-child {
  margin-top: 24px;
  font-size: 15px;
}
@media (max-width: 600px) {
  .runner-scene::after {
    height: 40svh;
  }
  .runner-frame.hero {
    top: 72px;
    min-height: max(660px, calc(100svh - 72px));
  }
  .runner-photo {
    transform-origin: 78% 57%;
  }
  .runner-image {
    object-position: 83% center;
  }
  .runner-scene-compact {
    margin-bottom: 45px;
  }
  .runner-scene-compact::after {
    height: 32svh;
  }
  .runner-scene-compact .runner-frame {
    min-height: 460px;
    height: 66svh;
  }
  .team-photo-copy {
    padding-top: 60px;
  }
  .team-photo-copy h2 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .runner-scene::after {
    display: none;
  }
  .runner-frame.hero {
    position: relative;
    top: 0;
  }
  .runner-photo {
    transform: none !important;
    will-change: auto;
  }
}
:root {
  color-scheme: light;
  --paper: #f6f6ee;
  --ink: #20382e;
  --muted: #657169;
  --line: #d9dfd4;
  --lime: #d8f37f;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
button {
  color: inherit;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #688e25;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1,
h2 {
  text-wrap: balance;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
p {
  line-height: 1.65;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.container {
  width: calc(100% - 112px);
  max-width: 1328px;
  margin: 0 auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--lime);
  padding: 16px;
  z-index: 100;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 246, 238, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-size: 26px;
  letter-spacing: -1.5px;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
}
.wordmark > span {
  color: #789740;
}
.wordmark svg {
  width: 23px;
  height: 23px;
  margin-left: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}
.main-nav > a:not(.button) {
  padding: 12px 0;
  position: relative;
}
.main-nav > a:not(.button):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.main-nav > a:hover:after,
.main-nav > a[aria-current="page"]:after {
  transform: scaleX(1);
}
.menu-toggle {
  display: none;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ink);
  color: white;
  padding: 17px 23px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    background 0.2s,
    transform 0.2s;
  border-radius: 3px;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button:hover {
  background: #365445;
  transform: translateY(-2px);
}
.button-small {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 13px;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
}
.button-lime:hover {
  background: #e7ffa4;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-light:hover {
  background: var(--lime);
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  color: white;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.8px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.intro-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.quiet-link {
  background: none;
  border: 0;
  padding: 10px 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 13px;
  line-height: 1.5;
}
.quiet-link:hover {
  color: #57742e;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 735px;
  color: white;
  background: #20382e;
  overflow: hidden;
}
.hero-image {
  object-fit: cover;
  object-position: center 54%;
  z-index: -3;
  animation: scenery 1.2s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(10, 28, 23, 0.83),
      rgba(10, 28, 23, 0.48) 45%,
      rgba(10, 28, 23, 0.04) 85%
    ),
    linear-gradient(0deg, rgba(9, 24, 18, 0.45), transparent 40%);
}
.hero-content {
  padding-top: 72px;
  padding-bottom: 94px;
  animation: arrive 0.7s ease-out both;
}
.hero .eyebrow {
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 10px;
}
.live-dot {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: var(--lime);
}
.hero h1 {
  font-size: clamp(65px, 6.8vw, 106px);
  line-height: 0.98;
  letter-spacing: -5px;
  max-width: 900px;
  margin-bottom: 27px;
}
.hero h1 em {
  color: var(--lime);
  letter-spacing: -4px;
}
.hero-lead {
  max-width: 450px;
  font-size: 15px;
  color: #e7eae2;
  line-height: 1.7;
  margin-bottom: 28px;
}
.hero-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #afbbac;
}
.hero-link:hover {
  color: var(--lime);
}
.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 9px;
  letter-spacing: 2px;
}
.hero-caption a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-caption a span {
  font-size: 21px;
}
.discipline-band {
  background: var(--lime);
  padding: 24px 0;
}
.discipline-band > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.discipline-band span {
  font-size: 15px;
  font-weight: 500;
}
.discipline-band i {
  font-style: normal;
  font-size: 24px;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 50px;
}
.display-heading {
  font-size: clamp(38px, 4vw, 59px);
  line-height: 1.08;
  letter-spacing: -2px;
}
.section-intro > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 450px;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.process-card {
  border-top: 1px solid #a9b6a5;
  padding: 24px 16px 0 0;
}
.large-number {
  color: #789075;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.large-number > span {
  font-size: 24px;
}
.process-card h3 {
  font-size: 23px;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin: 42px 0 14px;
}
.process-card p {
  font-size: 14px;
  color: var(--muted);
  max-width: 330px;
}
.team-band {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.team-band-inner {
  padding-top: 75px;
  padding-bottom: 75px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.graphic-arrow {
  font-family: Arial, sans-serif;
  font-size: clamp(220px, 32vw, 450px);
  line-height: 1;
  text-align: center;
  color: var(--lime);
  font-weight: 400;
  transform: rotate(-3deg);
  transition: transform 0.5s;
}
.team-band:hover .graphic-arrow {
  transform: translate(8px, -8px) rotate(0);
}
.team-band .eyebrow {
  color: #b6c3ae;
}
.team-band h2 {
  font-size: clamp(44px, 4.8vw, 70px);
  letter-spacing: -2px;
  line-height: 1.05;
}
.team-band h2 em {
  color: var(--lime);
}
.team-band p:not(.eyebrow) {
  max-width: 420px;
  color: #c3cfc3;
  margin: 25px 0 28px;
  font-size: 14px;
}
.closing-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.closing-cta h2 {
  font-size: clamp(36px, 4vw, 55px);
  letter-spacing: -1.8px;
  line-height: 1.15;
}
.closing-cta p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-top p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.footer-top nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
}
.footer-top nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
}
.page-intro {
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-intro h1,
.registration-welcome h1,
.completion h1 {
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.08;
  letter-spacing: -2.5px;
  margin-bottom: 26px;
}
.page-lead {
  font-size: 17px;
  max-width: 650px;
  color: var(--muted);
}
.notice {
  background: #e9eddf;
  border-left: 2px solid #8ca06d;
  padding: 16px 20px;
  color: #50604b;
  font-size: 12px;
  line-height: 1.7;
}
.page-intro .notice {
  max-width: 830px;
  margin-top: 25px;
}
.team-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.manifesto {
  padding: 42px;
  background: var(--lime);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto > span {
  font-size: 90px;
  font-family: Georgia, serif;
  height: 65px;
}
.manifesto h2 {
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.18;
  letter-spacing: -1px;
}
.manifesto p {
  font-size: 12px;
  margin-top: 32px;
}
.story-copy {
  padding: 18px 0;
}
.story-copy h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.story-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}
.story-copy .notice {
  font-size: 12px !important;
}
.pricing-intro {
  padding-bottom: 40px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.price-card {
  padding: 34px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px #20382e0c;
}
.price-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.1px;
  min-height: 30px;
  margin-bottom: 16px;
}
.price-card h2 {
  font-size: 28px;
  letter-spacing: -1px;
}
.price {
  margin: 28px 0 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.price strong {
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: 500;
}
.price > span {
  font-size: 12px;
  color: var(--muted);
}
.plan-description {
  font-size: 14px;
  min-height: 95px;
  color: var(--muted);
  margin-bottom: 22px;
}
.price-card .button {
  width: 100%;
  gap: 12px;
}
.price-card ul {
  list-style: none;
  padding: 26px 0 0;
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 17px;
}
.price-card li {
  display: flex;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.price-card li > span {
  color: #7d9446;
}
.plan-footnote {
  font-size: 9px;
  color: var(--muted);
  margin-top: auto;
  padding-top: 28px;
}
.price-featured {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.price-featured .eyebrow {
  color: var(--lime);
}
.price-featured .plan-description,
.price-featured .price > span,
.price-featured .plan-footnote {
  color: #c2cec1;
}
.price-featured ul {
  border-color: #526356;
}
.price-featured li > span {
  color: var(--lime);
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  font-size: 15px;
  padding: 23px 0;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  font-size: 24px;
  transition: transform 0.2s;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq details > p {
  padding: 0 34px 25px 0;
  font-size: 14px;
  color: var(--muted);
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scenery {
  from {
    transform: scale(1.025);
  }
  to {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 95px;
  }
  .hero {
    min-height: 800px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    padding: 0 32px;
  }
  .section-intro {
    gap: 45px;
  }
  .team-band-inner {
    gap: 35px;
  }
  .price-card {
    padding: 28px 22px;
  }
  .price-card .button {
    font-size: 12px;
    padding: 15px;
  }
  .plan-description {
    min-height: 115px;
  }
  .registration-welcome {
    gap: 35px;
  }
  .signup-card {
    padding: 28px;
  }
  .intake-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 30px;
  }
  .intake-panel {
    padding: 30px;
  }
  .team-story {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .main-nav {
    gap: 20px;
  }
  .wordmark {
    font-size: 23px;
  }
  .hero {
    min-height: 680px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-content {
    padding-top: 65px;
  }
  .hero-image {
    object-position: 60% center;
  }
  .section {
    padding: 70px 0;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .section-intro > p {
    max-width: 570px;
  }
  .process-card h3 {
    font-size: 21px;
  }
  .expertise-grid {
    gap: 18px;
  }
  .team-band-inner {
    grid-template-columns: 0.65fr 1fr;
  }
  .graphic-arrow {
    font-size: 230px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    padding: 30px;
  }
  .price-card .eyebrow,
  .price-card h2,
  .price-card .price,
  .price-card .plan-description,
  .price-card > .button {
    grid-column: 1;
  }
  .price-card .eyebrow {
    min-height: 0;
  }
  .price-card ul {
    grid-column: 2;
    grid-row: 2/6;
    border-top: 0;
    border-left: 1px solid var(--line);
    padding: 10px 0 10px 24px;
    margin: 0;
    align-content: start;
  }
  .price-card .plan-footnote {
    grid-column: 1/-1;
  }
  .price-card .plan-description {
    min-height: 0;
  }
  .price-card > .button {
    font-size: 13px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .registration-welcome {
    grid-template-columns: 1fr;
    padding: 60px 0;
    gap: 40px;
  }
  .registration-welcome .page-lead {
    max-width: 630px;
  }
  .signup-card {
    max-width: 650px;
  }
  .intake-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 35px;
  }
  .intake-sidebar {
    position: static;
  }
  .intake-sidebar > .eyebrow,
  .sidebar-title,
  .selected-plan {
    display: none;
  }
  .step-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 4px;
  }
  .step-list li {
    padding: 9px;
    font-size: 10px;
    gap: 6px;
  }
  .intake-title {
    font-size: 34px;
  }
  .intake-panel {
    padding: 32px;
  }
  .team-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .manifesto {
    padding: 36px;
  }
  .footer-top nav {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 72px;
  }
  .header-inner {
    padding: 0 20px;
  }
  .wordmark {
    font-size: 24px;
  }
  .menu-toggle {
    display: block;
    background: none;
    border: 1px solid #b7c3ad;
    border-radius: 3px;
    padding: 9px 12px;
    font-size: 12px;
    min-height: 40px;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 20px;
    box-shadow: 0 15px 25px #10281915;
  }
  .main-nav.is-open {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .main-nav a {
    font-size: 15px;
  }
  .main-nav .button {
    margin-top: 8px;
  }
  .hero {
    min-height: 690px;
  }
  .hero-content {
    padding-top: 55px;
    padding-bottom: 95px;
  }
  .hero h1 {
    font-size: clamp(51px, 13.8vw, 78px);
    letter-spacing: -2.8px;
    margin-bottom: 26px;
  }
  .hero h1 em {
    letter-spacing: -2.5px;
  }
  .hero-image {
    object-position: 67% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #102c23d6, #102c2355),
      linear-gradient(0deg, #102c2380, transparent);
  }
  .hero-lead {
    font-size: 14px;
    max-width: 350px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .intro-actions {
    gap: 13px;
  }
  .hero .intro-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero .button {
    min-width: 270px;
  }
  .hero-link {
    font-size: 12px;
  }
  .hero-caption {
    font-size: 8px;
    letter-spacing: 1px;
    bottom: 22px;
  }
  .hero-caption a {
    gap: 10px;
  }
  .discipline-band {
    padding: 20px 0;
  }
  .discipline-band > .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 13px;
  }
  .discipline-band span {
    font-size: 12px;
  }
  .discipline-band i {
    font-size: 18px;
  }
  .discipline-band i:nth-of-type(2) {
    display: none;
  }
  .discipline-band span:nth-of-type(2),
  .discipline-band span:nth-of-type(4) {
    text-align: right;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .display-heading {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
  .section-intro {
    margin-bottom: 35px;
  }
  .section-intro > p {
    font-size: 14px;
  }
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .process-card {
    padding-top: 18px;
  }
  .process-card h3 {
    margin: 22px 0 10px;
    font-size: 23px;
  }
  .process-card p {
    max-width: none;
    font-size: 14px;
  }
  .team-band-inner {
    grid-template-columns: 1fr;
    padding: 40px 0 55px;
    gap: 25px;
  }
  .graphic-arrow {
    font-size: 125px;
    text-align: left;
    line-height: 0.9;
  }
  .team-band h2 {
    font-size: 48px;
  }
  .team-band .eyebrow {
    font-size: 8px;
  }
  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 55px;
    padding-bottom: 55px;
    gap: 28px;
  }
  .closing-cta h2 {
    font-size: 39px;
  }
  .footer-top {
    flex-direction: column;
    gap: 25px;
    padding: 30px 0;
  }
  .footer-top nav {
    flex-wrap: wrap;
    gap: 22px;
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    font-size: 9px;
  }
  .page-intro {
    padding: 48px 0 36px;
  }
  .page-intro h1,
  .registration-welcome h1,
  .completion h1 {
    font-size: 42px;
    letter-spacing: -1.7px;
  }
  .page-lead {
    font-size: 15px;
  }
  .notice {
    padding: 14px 16px;
    font-size: 11px;
  }
  .manifesto {
    padding: 28px;
  }
  .manifesto h2 {
    font-size: 33px;
  }
  .story-copy h2 {
    font-size: 30px;
  }
  .pricing-grid {
    gap: 20px;
  }
  .price-card {
    display: flex;
    padding: 30px 26px;
  }
  .price-card .price {
    margin: 25px 0 18px;
  }
  .price-card .plan-description {
    margin-bottom: 25px;
  }
  .price-card ul {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
    margin: 24px 0 0;
  }
  .price-featured ul {
    border-color: #526356;
  }
  .price-card .plan-footnote {
    font-size: 10px;
  }
  .faq summary {
    font-size: 14px;
  }
  .registration-welcome {
    padding-top: 45px;
  }
  .welcome-details {
    gap: 12px;
    font-size: 10px;
  }
  .signup-card {
    padding: 26px 22px;
  }
  .signup-card h2 {
    font-size: 28px;
  }
  .intake-layout {
    padding-top: 22px;
    padding-bottom: 45px;
    gap: 18px;
  }
  .step-list li {
    font-size: 9px;
    padding: 7px 8px;
  }
  .step-list li > span {
    font-size: 9px;
  }
  .intake-panel {
    padding: 24px 19px;
  }
  .intake-title {
    font-size: 30px;
    letter-spacing: -0.8px;
    scroll-margin-top: 95px;
  }
  .intake-description {
    font-size: 13px;
  }
  .privacy-reminder {
    font-size: 9px;
  }
  .form-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    gap: 20px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea,
  .signup-card select {
    font-size: 16px;
  }
  .form-field label {
    font-size: 12px;
  }
  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .form-actions > .quiet-link {
    text-align: center;
  }
  .day-choice {
    padding: 10px;
    font-size: 11px;
  }
  .review-heading h2 {
    font-size: 17px;
  }
  .completion {
    padding: 50px 0 65px;
  }
  .completion .intro-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .price-card:hover,
  .team-band:hover .graphic-arrow {
    transform: none;
  }
}

/* Standalone image and direct-contact pages. */
.runner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.services {
  padding-block: 70px;
  border-bottom: 1px solid var(--line);
}
.services h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 36px;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 32px;
}
.services h3 {
  font-size: 27px;
  margin-bottom: 16px;
}
.service-price {
  font-size: 28px;
  margin-bottom: 16px;
}
.service-price span {
  font-size: 15px;
  color: var(--muted);
}
.service-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 88px;
}
.contact-card {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.contact-card h2 {
  font-size: clamp(26px, 3vw, 36px);
}
.contact-note {
  color: var(--muted);
  font-size: 14px;
}
.contact-email {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-status {
  font-size: 13px;
  min-height: 1.6em;
}
.contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.contact-topics a {
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 24px;
  font-size: 13px;
}
.contact-topics a:hover {
  background: var(--lime);
}
.legal-copy {
  max-width: 800px;
  padding-bottom: 80px;
}
.legal-copy h2 {
  font-size: 25px;
  margin: 32px 0 14px;
}
.legal-copy p {
  margin-bottom: 16px;
}
.legal-copy a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* A usable navigation even when JavaScript is disabled. */
@media (max-width: 600px) {
  html:not(.js) .site-header {
    height: auto;
    position: relative;
  }
  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  html:not(.js) .menu-toggle {
    display: none;
  }
  html:not(.js) .main-nav {
    display: flex;
    position: static;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
}
