@font-face {
  font-family: "Manrope";
  src: url("/_next/static/media/d3fe2f289711ac3f-s.p.0i6ci0u~g4zml.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/_next/static/media/b0947914c9718a1e-s.p.0l.9lak812di~.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/_next/static/media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #10201a;
  --forest: #173d31;
  --forest-deep: #0b241d;
  --moss: #b9cf8c;
  --moss-pale: #e5edcf;
  --paper: #f3f0e8;
  --sand: #ddd7ca;
  --white: #fffdf8;
  --muted: #5d6964;
  --line: rgba(16, 32, 26, 0.16);
  --radius: 2px;
  --shadow: 0 28px 80px rgba(11, 36, 29, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

p,
li {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

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

.section {
  padding: 112px 0;
}

.section-tight {
  padding-top: 0;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 253, 248, 0.6);
}

.display {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.display-small {
  font-size: clamp(42px, 4.8vw, 66px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: 52px;
  align-items: start;
  margin-bottom: 58px;
}

.section-heading .eyebrow {
  margin-top: 8px;
}

.section-heading p:last-child {
  max-width: 730px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

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

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

.button-accent {
  color: var(--forest-deep);
  background: var(--moss);
}

.button-accent:hover {
  background: #c9dda1;
}

.button-outline {
  border-color: var(--line);
  background: transparent;
}

.button-outline:hover {
  background: rgba(16, 32, 26, 0.06);
}

.button-full {
  width: 100%;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 232, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 12px;
  font-weight: 620;
}

.site-nav a {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.site-nav a:hover {
  opacity: 1;
}

.header-action {
  justify-self: end;
  border-bottom: 1px solid var(--ink);
  padding: 7px 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  content: "";
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.active span {
  opacity: 0;
}

.menu-toggle.active::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.active::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
  gap: 26px;
  padding: 26px 0 52px;
}

.hero-copy {
  display: flex;
  min-height: 680px;
  padding: 64px 4.8vw 0 2vw;
  flex-direction: column;
}

.hero h1 {
  max-width: 780px;
  margin: 0 0 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 6.3vw, 94px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.91;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.hero-facts {
  display: grid;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hero-facts strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.hero-facts span {
  display: block;
  max-width: 126px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.42;
}

.hero-visual {
  position: relative;
  display: flex;
  min-height: 680px;
  padding: 28px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background-color: var(--forest-deep);
  background-image: linear-gradient(180deg, rgba(3, 18, 14, 0.14), rgba(3, 18, 14, 0.74)), url("/north-real-hero.webp");
  background-position: center 48%;
  background-size: cover;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  pointer-events: none;
}

.visual-labels {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-note {
  position: relative;
  z-index: 1;
  width: min(380px, 92%);
  margin-left: auto;
  padding: 22px;
  background: rgba(8, 28, 22, 0.86);
  backdrop-filter: blur(12px);
}

.visual-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--moss);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
}

.definition-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 84px;
  align-items: start;
}

.definition-copy p {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

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

.trigger-item {
  display: grid;
  min-height: 96px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
}

.trigger-item span {
  padding-top: 2px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.trigger-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

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

.format-card {
  display: flex;
  min-height: 355px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  grid-column: span 2;
  transition: color 180ms ease, background-color 180ms ease;
}

.format-card:nth-child(4),
.format-card:nth-child(5) {
  grid-column: span 3;
}

.format-card:hover {
  color: var(--white);
  background: var(--forest);
}

.format-number {
  color: var(--muted);
  font-size: 11px;
  transition: color 180ms ease;
}

.format-card:hover .format-number,
.format-card:hover p,
.format-card:hover .format-result {
  color: rgba(255, 253, 248, 0.72);
}

.format-card h3 {
  max-width: 310px;
  margin: 54px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.format-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
  transition: color 180ms ease;
}

.format-result {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  transition: color 180ms ease;
}

.outcomes {
  color: var(--white);
  background: var(--forest-deep);
}

.outcomes .display {
  max-width: 780px;
}

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

.outcome-card {
  min-height: 310px;
  padding: 28px 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.outcome-card:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.outcome-card span {
  color: var(--moss);
  font-size: 11px;
}

.outcome-card h3 {
  margin: 64px 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.outcome-card p {
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.program-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 84px;
  align-items: start;
}

.program-intro {
  position: sticky;
  top: 112px;
}

.program-intro > p:last-of-type {
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.program-image {
  min-height: 400px;
  margin-top: 42px;
  background: var(--forest-deep) url("/north-real-lake.webp") center 52% / cover;
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline-day {
  display: grid;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 92px 1fr;
  gap: 24px;
}

.day-label {
  color: var(--forest);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-day h3 {
  margin: 0 0 13px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.timeline-day p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.scope-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.35);
}

.scope-card-dark {
  color: var(--white);
  background: var(--forest);
}

.scope-card h3 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.check-list,
.plain-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-top: 1px solid currentColor;
  font-size: 13px;
  line-height: 1.55;
}

.check-list li {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 253, 248, 0.82);
}

.plain-list li {
  border-color: var(--line);
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--moss);
  content: "✓";
  font-weight: 750;
}

.plain-list li::before {
  position: absolute;
  top: 12px;
  left: 2px;
  content: "—";
}

.pricing {
  color: var(--white);
  background: var(--forest);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 78px;
}

.pricing-copy {
  position: sticky;
  top: 112px;
  align-self: start;
}

.pricing-copy > p:last-of-type {
  margin: 28px 0 34px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 15px;
  line-height: 1.72;
}

.price-panel {
  padding: 38px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-panel h3 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 650;
}

.people-picker {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.people-option {
  min-height: 48px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  transition: color 180ms ease, background-color 180ms ease;
}

.people-option:hover,
.people-option.active {
  color: var(--white);
  background: var(--ink);
}

.price-result {
  display: grid;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.price-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-result strong {
  font-size: clamp(23px, 2.4vw, 34px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.price-note {
  margin: 22px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.62;
}

.price-table {
  width: 100%;
  margin-top: 34px;
  border-collapse: collapse;
  font-size: 12px;
}

.price-table th,
.price-table td {
  padding: 15px 8px;
  border-bottom: 1px solid var(--line);
  text-align: right;
}

.price-table th:first-child,
.price-table td:first-child {
  padding-left: 0;
  text-align: left;
}

.price-table th {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-footnote {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.62;
}

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

.step-card {
  min-height: 245px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step-card span {
  color: var(--forest);
  font-size: 11px;
  font-weight: 720;
}

.step-card h3 {
  margin: 50px 0 13px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 650;
  line-height: 1;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.62;
}

.team-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 84px;
  align-items: start;
}

.team-photo {
  min-height: 590px;
  background: var(--forest-deep) url("/north-real-forest.webp") center 47% / cover;
}

.roles {
  border-top: 1px solid var(--line);
}

.role {
  display: grid;
  padding: 28px 0 32px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 46px 1fr;
  gap: 18px;
}

.role > span {
  color: var(--muted);
  font-size: 11px;
}

.role h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 650;
}

.role p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.place-band {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  color: var(--white);
  background: var(--forest-deep);
}

.place-image {
  min-height: 680px;
  background: #102820 url("/north-experience-place.webp") center 42% / cover;
}

.place-copy {
  display: flex;
  padding: 76px clamp(30px, 6vw, 88px);
  flex-direction: column;
  justify-content: center;
}

.place-copy > p:not(.eyebrow) {
  margin: 30px 0 28px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 15px;
  line-height: 1.72;
}

.criteria {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.criteria li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 253, 248, 0.82);
  font-size: 12px;
  line-height: 1.55;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.faq-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 24px 54px 24px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  content: "+";
  font-size: 16px;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  max-width: 750px;
  margin: -2px 54px 25px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.contact {
  color: var(--white);
  background: var(--forest-deep);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 84px;
  align-items: start;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin: 30px 0 42px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 16px;
  line-height: 1.72;
}

.contact-email {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--moss);
  font-size: 14px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  padding: 38px;
  grid-template-columns: 1fr 1fr;
  gap: 18px 14px;
  color: var(--ink);
  background: var(--white);
}

.field {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

.field span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input,
.field select {
  min-height: 52px;
  padding: 0 14px;
}

.field textarea {
  min-height: 126px;
  padding: 14px;
  resize: vertical;
  line-height: 1.55;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(23, 61, 49, 0.08);
}

.form-note {
  min-height: 32px;
  margin: -2px 0 0;
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.form-note.is-success {
  color: #2e6847;
  font-weight: 700;
}

.form-note.is-error {
  color: #a4392f;
  font-weight: 700;
}

.contact-form .button {
  grid-column: 1 / -1;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.site-footer {
  padding: 46px 0;
  color: rgba(255, 253, 248, 0.62);
  background: #071713;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: end;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.55);
}

.site-footer p {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  font-size: 10px;
  font-weight: 650;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

  .site-nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 630px;
  }

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

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

  .format-card,
  .format-card:nth-child(4),
  .format-card:nth-child(5) {
    grid-column: span 1;
  }

  .format-card:nth-child(5) {
    grid-column: span 2;
  }

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

  .outcome-card {
    min-height: 245px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .program-layout,
  .pricing-layout,
  .team-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .program-intro,
  .pricing-copy,
  .faq-intro {
    position: static;
  }

  .program-image {
    max-width: 620px;
  }

  .team-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 30px, 640px);
  }

  .section {
    padding: 82px 0;
  }

  .section-tight {
    padding-top: 0;
  }

  .display {
    font-size: clamp(43px, 12vw, 57px);
  }

  .header-inner {
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }

  .header-action {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: grid;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    gap: 0;
    background: var(--paper);
    opacity: 0;
    transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease;
  }

  .site-nav.open {
    max-height: calc(100vh - 70px);
    padding: 12px 22px 24px;
    opacity: 1;
    box-shadow: 0 28px 60px rgba(11, 36, 29, 0.16);
  }

  .site-nav a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .hero {
    gap: 14px;
    padding: 14px 0 26px;
  }

  .hero-copy {
    min-height: 640px;
    padding: 42px 6px 26px;
  }

  .hero h1 {
    font-size: clamp(46px, 13.5vw, 63px);
    line-height: 0.92;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.64;
  }

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

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .hero-visual {
    min-height: 540px;
    padding: 18px;
  }

  .section-heading,
  .definition-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .section-heading p:last-child,
  .definition-copy p {
    font-size: 15px;
  }

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

  .format-card,
  .format-card:nth-child(4),
  .format-card:nth-child(5) {
    min-height: 320px;
    grid-column: span 1;
  }

  .outcome-grid {
    margin-top: 44px;
  }

  .outcome-card {
    min-height: 255px;
    padding: 24px 22px;
  }

  .program-image {
    min-height: 430px;
  }

  .timeline-day {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .scope-card {
    padding: 26px 22px;
  }

  .price-panel {
    padding: 26px 18px;
  }

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

  .price-result {
    grid-template-columns: 1fr;
  }

  .price-table {
    font-size: 10px;
  }

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

  .step-card {
    min-height: 220px;
  }

  .team-layout {
    grid-template-columns: 1fr;
  }

  .team-photo {
    min-height: 520px;
  }

  .place-band {
    grid-template-columns: 1fr;
  }

  .place-image {
    min-height: 560px;
  }

  .place-copy {
    padding: 70px 22px;
  }

  .contact-form {
    padding: 26px 18px;
    grid-template-columns: 1fr;
  }

  .field-full,
  .contact-form .button,
  .form-note {
    grid-column: 1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

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

/* Readability, keyboard access and editorial pages */
.skip-link { position:fixed; top:-100px; left:16px; z-index:100; background:#fff; color:#173d31; padding:16px; }
.skip-link:focus { top:12px; }
:focus-visible { outline:3px solid #90ad58; outline-offset:5px; }
.honeypot { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.field span, .form-note, .footer-links a, .site-footer p, .price-note, .calculator-note { font-size:14px; }
.field input, .field select, .field textarea { font-size:16px; }
.format-card p, .format-result, .outcome-card p, .timeline-day p, .process-card p, .responsibility-item p, .faq-item p { font-size:16px; }
.button, .site-nav a, .header-action, .people-options button { font-size:14px; }
.footer-links { flex-wrap:wrap; }
.article-page { max-width:1000px; padding-top:70px; padding-bottom:80px; }
.article-page h1 { font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(42px,6vw,72px); line-height:1.08; margin:24px 0; }
.article-page h2 { font-family:"Cormorant Garamond",Georgia,serif; font-size:36px; line-height:1.15; margin:40px 0 16px; }
.article-page p, .article-page li { font-size:17px; line-height:1.75; }
.article-page ul { padding-left:24px; }
.article-page .article-lead { font-size:20px; max-width:760px; }
.article-page .article-image { width:100%; height:300px; object-fit:cover; margin:28px 0; }
.article-page .article-note { border-left:3px solid var(--forest); padding:12px 20px; background:rgba(255,255,255,.45); }
.article-page .article-table { width:100%; border-collapse:collapse; margin:24px 0; font-size:16px; }
.article-table th, .article-table td { text-align:left; padding:14px 10px; border-bottom:1px solid #bdc3b7; vertical-align:top; }
.article-page .article-cta { padding:28px; margin-top:36px; background:var(--forest); color:white; }
.article-page a:not(.button) { text-decoration:underline; text-underline-offset:4px; }
@media(max-width:760px) { .article-page { padding-top:35px; } .article-page .article-table { font-size:14px; } .article-table th,.article-table td { padding:12px 5px; } .article-page .article-image { height:220px; } }

.format-card .format-result { font-size:14px; }
.hero-facts span, .visual-meta, .visual-note > span, .price-table th, .price-table td, .price-values span { font-size:12px; }
.price-values span { display:block; }
.article-cta .button { background:var(--moss); color:var(--forest-deep); }
@media(max-width:760px) { .site-nav:not(.open) { visibility:hidden; } .site-nav.open { visibility:visible; overflow-y:auto; } .hero h1 { line-height:1.04; } .hero-lead { font-size:16px; } .hero-copy { min-height:0; } .field { min-width:0; } }
