:root {
  --ink: #233735;
  --sage: #657b7e;
  --sage-2: #aab2aa;
  --gold: #e3b560;
  --gold-2: #f3d79a;
  --paper: #fbfaf6;
  --white: #ffffff;
  --mist: #f1f3ee;
  --sage-wash: #f0f3ec;
  --gold-wash: #fbf4e4;
  --clay-wash: #f8f3ec;
  --line: rgba(36, 59, 63, 0.14);
  --shadow: 0 24px 70px rgba(36, 59, 63, 0.13);
  --radius: 8px;
  --max: 1120px;
  --section-top: 64px;
  --section-bottom: 104px;
  --wave-height: 52px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

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

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

.script {
  color: var(--sage);
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(calc(100% - 32px), 1100px);
  height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(251, 250, 246, 0.9);
  box-shadow: 0 18px 46px rgba(36, 59, 63, 0.08);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-brand {
  color: var(--gold);
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

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

.site-nav a {
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--sage);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--mist);
  color: var(--ink);
}

.site-nav .nav-cta {
  background: var(--sage);
  color: var(--white);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--sage);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  border-radius: 2px;
  background: var(--white);
}

.section-pad {
  padding: var(--section-top) 24px var(--section-bottom);
}

.intro,
.modules,
.takeaways,
.flow,
.dates,
.transmission-dates,
.pricing,
.team,
.signup {
  position: relative;
  isolation: isolate;
}

.intro > *,
.modules > *,
.takeaways > *,
.flow > *,
.dates > *,
.transmission-dates > *,
.pricing > *,
.team > *,
.signup > * {
  position: relative;
  z-index: 1;
}

.intro::before,
.modules::before,
.takeaways::before,
.flow::before,
.dates::before,
.transmission-dates::before,
.pricing::before,
.team::before,
.signup::before {
  position: absolute;
  z-index: 0;
  top: calc(var(--wave-height) * -1 + 1px);
  right: 0;
  left: 0;
  height: var(--wave-height);
  background: var(--section-bg);
  content: "";
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 46C140 18 287 23 430 34C594 47 731 53 895 31C1072 7 1226 6 1378 21C1402 23 1422 22 1440 16V90H0V46Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 46C140 18 287 23 430 34C594 47 731 53 895 31C1072 7 1226 6 1378 21C1402 23 1422 22 1440 16V90H0V46Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.hero {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  padding: 112px 24px 72px;
  background: var(--white);
}

.intro {
  --section-bg: var(--gold-wash);
  background: var(--section-bg);
}

.intro .section-heading h2 {
  color: var(--gold);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1100px, 100%);
  justify-items: center;
  text-align: center;
}

.hero-visual {
  position: relative;
  width: min(1100px, 100%);
  height: clamp(210px, 24vw, 330px);
  margin: 0 auto 34px;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: clamp(150px, 17vw, 235px);
  margin: 0 auto;
  opacity: 0.96;
}

.hero-mountains {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0.92;
}

.hero-copy {
  width: min(760px, 100%);
  margin: 0 auto;
  color: var(--sage);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  width: min(720px, 100%);
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.hero-actions .button {
  width: 300px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--gold);
  box-shadow: 0 16px 32px rgba(227, 181, 96, 0.28);
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(105, 127, 130, 0.24);
  background: var(--sage);
  color: var(--white);
}

.button.wide {
  width: min(520px, 100%);
}

.mountains {
  position: absolute;
  right: 0;
  bottom: -136px;
  left: 0;
  width: 100%;
  min-width: 900px;
  margin: auto;
  opacity: 0.62;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.signup-panel h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 35px;
  line-height: 1.1;
}

.section-heading h2::after,
.signup-panel h2::after {
  position: absolute;
  right: 10%;
  bottom: -16px;
  left: 12%;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(101, 123, 126, 0.92), rgba(101, 123, 126, 0.72) 62%, transparent) top left / 100% 3px no-repeat,
    radial-gradient(ellipse at center, rgba(101, 123, 126, 0.25), transparent 68%) bottom center / 100% 6px no-repeat;
  content: "";
  transform: rotate(-0.6deg);
}

.intro-grid {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
}

.intro-text {
  width: min(1080px, 100%);
  margin: 0 auto;
  color: var(--sage);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.intro-text p {
  margin: 0;
}

.intro-text p + p {
  margin-top: 28px;
}

.intro-text strong {
  font-weight: 800;
}

.intro-text em {
  font-style: italic;
}

.intro-text a {
  color: var(--gold);
  font-weight: 800;
}

.intro-opening {
  margin-top: 56px;
  font-size: 1.18rem;
  line-height: 1.5;
}

.intro-before-modules {
  margin-top: 62px;
  font-size: 1.12rem;
  line-height: 1.5;
}

.intro-after-modules {
  margin-top: 48px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.intro-after-modules p + p {
  margin-top: 46px;
}

.lead-panel,
.date-panel,
.city-note,
.signup-panel,
.program-note {
  border: 1px solid rgba(105, 127, 130, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 46px);
  font-size: 1.08rem;
}

.lead-panel p {
  margin: 0;
}

.lead-panel p + p {
  margin-top: 20px;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles article {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--mist);
}

.principles span,
.module-index {
  color: var(--gold);
  font-weight: 900;
}

.principles h3,
.module-card h3,
.date-panel h3,
.city-note h3,
.person h3 {
  margin: 7px 0 8px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.principles p,
.module-card p,
.city-note p,
.person p {
  margin: 0;
  color: var(--sage);
}

.modules {
  --section-bg: var(--sage-wash);
  background: var(--section-bg);
}

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

.takeaways {
  padding-top: 72px;
  padding-bottom: 24px;
}

.dates-teaser {
  display: grid;
  width: min(1100px, 100%);
  margin: 0 auto;
  justify-items: center;
}

.dates-teaser img {
  width: 100%;
  opacity: 0.98;
}

.program-heading {
  margin-bottom: 48px;
}

.dates-teaser-link {
  display: inline-flex;
  width: min(610px, 100%);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 12px 34px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--white);
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.flow {
  --section-bg: var(--clay-wash);
  background: var(--section-bg);
}

.module-grid {
  display: grid;
  width: min(1100px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.module-strip {
  width: min(1100px, 100%);
  margin: 54px auto 0;
}

.module-card {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: start;
  padding: 28px 20px 22px;
  border: 4px solid var(--gold);
  border-radius: 10px;
  background: var(--white);
  color: #000000;
  text-align: center;
}

.season-dot {
  position: absolute;
  top: 18px;
  left: 18px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.autumn {
  background: linear-gradient(90deg, #e7e7e7, #ffffff);
}

.winter {
  background: linear-gradient(90deg, #050054, #1d1b8f);
}

.spring {
  background: linear-gradient(90deg, #11a996, #70bf3e);
}

.summer {
  background: linear-gradient(90deg, #ff3434, #ff7442);
}

.module-card .module-index {
  margin: 0 0 32px;
  color: var(--gold);
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
}

.module-card h3 {
  margin: 0 0 26px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
}

.module-card p:last-child {
  margin: 0;
  color: #000000;
  font-size: 1.08rem;
  line-height: 1.35;
}

.program-link {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.program-note {
  width: min(800px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: 22px 26px;
  color: var(--sage);
  text-align: center;
}

.takeaway-grid {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.takeaway-grid article,
.flow-card {
  padding: 26px;
  border: 1px solid rgba(116, 129, 122, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(35, 55, 53, 0.08);
}

.takeaway-grid h3,
.flow-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.takeaway-grid p,
.flow-card p {
  margin: 0;
  color: var(--sage);
}

.flow-layout {
  display: grid;
  width: min(920px, 100%);
  margin: 0 auto;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 18px;
}

.flow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  position: relative;
  padding: 18px 20px 18px 58px;
  border: 1px solid rgba(116, 129, 122, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sage);
}

.flow-list li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--gold);
  content: counter(flow, decimal-leading-zero);
  counter-increment: flow;
  font-weight: 900;
}

.tariff-section {
  text-align: center;
}

.tariff-heading {
  margin-bottom: 42px;
}

.tariff-grid {
  display: grid;
  width: min(760px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.tariff-card {
  display: grid;
  min-height: 132px;
  align-content: center;
  padding: 22px 28px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--white);
}

.tariff-card p,
.tariff-card span,
.tariff-card strong {
  margin: 0;
}

.tariff-card p {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.tariff-card span {
  margin: 8px 0 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.tariff-card strong {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.tariff-card s {
  margin-right: 18px;
  font-weight: 400;
}

.tariff-note {
  width: min(720px, 100%);
  margin: 24px auto 0;
  color: var(--sage);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.tariff-info {
  width: min(820px, 100%);
  margin: 52px auto 0;
  color: var(--sage);
  font-size: 16px;
  font-style: italic;
  line-height: 1.32;
  text-align: left;
}

.tariff-info p,
.tariff-info ul {
  margin: 0;
}

.tariff-info ul {
  padding-left: 24px;
}

.tariff-info p + p,
.tariff-info ul + p {
  margin-top: 24px;
}

.tariff-info strong {
  font-weight: 800;
}

.tariff-footnote {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.registration-form {
  display: grid;
  width: min(820px, 100%);
  margin: 54px auto 0;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 10px;
  background: var(--white);
  text-align: left;
}

.registration-form h3 {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
}

.registration-info {
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--gold-wash);
  color: var(--sage);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.registration-info p {
  margin: 0;
}

.registration-info p + p {
  margin-top: 4px;
}

.registration-form label {
  display: grid;
  gap: 8px;
  color: var(--sage);
  font-size: 15px;
  font-weight: 700;
}

.registration-form input,
.registration-form select,
.registration-form textarea {
  width: 100%;
  border: 2px solid rgba(101, 123, 126, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.registration-form textarea {
  resize: vertical;
}

.registration-form .button {
  width: min(260px, 100%);
  margin: 10px auto 0;
  border: 0;
  cursor: pointer;
}

.contact-section {
  --section-bg: var(--white);
  background: var(--section-bg);
  text-align: center;
}

.contact-section .section-heading {
  margin-bottom: 44px;
}

.contact-section .section-heading h2 {
  color: var(--gold);
}

.contact-intro {
  width: min(1100px, 100%);
  margin: 0 auto 42px;
  color: #000000;
  font-size: 18px;
  line-height: 1.35;
}

.general-contact-form {
  display: grid;
  width: min(760px, 100%);
  margin: 0 auto;
  gap: 18px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 10px;
  background: var(--sage);
  text-align: left;
}

.general-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.general-contact-form input,
.general-contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.general-contact-form textarea {
  resize: vertical;
}

.general-contact-form .button {
  width: min(260px, 100%);
  margin: 10px auto 0;
  border: 0;
  cursor: pointer;
}

.form-honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.registration-form .form-status,
.general-contact-form .form-status {
  min-height: 24px;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.registration-form .form-status {
  color: var(--sage);
}

.general-contact-form .form-status {
  color: var(--white);
}

.form-status.is-success {
  color: #2f6f45;
}

.general-contact-form .form-status.is-success {
  color: #ffffff;
}

.form-status.is-error,
.general-contact-form .form-status.is-error {
  color: #8f2f2f;
}

.button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-success-panel {
  display: grid;
  width: min(820px, 100%);
  min-height: 260px;
  align-content: center;
  justify-items: center;
  gap: 18px;
  margin: 54px auto 0;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 10px;
  background: var(--white);
  color: var(--sage);
  text-align: center;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.contact-section .form-success-panel {
  width: min(760px, 100%);
  margin-top: 0;
  background: var(--sage);
  color: var(--white);
}

.form-success-panel.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.form-success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  transform: scale(0.5);
  animation: successCheck 520ms 120ms cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

.form-success-panel p {
  width: min(520px, 100%);
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

@keyframes successCheck {
  0% {
    transform: scale(0.5);
  }

  70% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.contact-phone-bar {
  display: grid;
  width: min(760px, 100%);
  min-height: 76px;
  align-items: center;
  margin: 46px auto 0;
  padding: 12px 28px;
  border-radius: 10px;
  background: var(--gold);
  color: #000000;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}

.contact-phone-bar p {
  margin: 0;
}

.document-page {
  background: var(--clay-wash);
}

.conditions-section {
  --section-bg: var(--clay-wash);
  min-height: 100vh;
  padding-top: 150px;
  background: var(--section-bg);
  text-align: center;
}

.conditions-section .section-heading h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--gold);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
}

.conditions-section .section-heading h1::after {
  position: absolute;
  right: 10%;
  bottom: -16px;
  left: 12%;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(101, 123, 126, 0.92), rgba(101, 123, 126, 0.72) 62%, transparent) top left / 100% 3px no-repeat,
    radial-gradient(ellipse at center, rgba(101, 123, 126, 0.25), transparent 68%) bottom center / 100% 6px no-repeat;
  content: "";
  transform: rotate(-0.6deg);
}

.conditions-intro {
  width: min(760px, 100%);
  margin: 0 auto 28px;
  color: var(--sage);
  font-size: 16px;
  line-height: 1.5;
}

.conditions-actions {
  display: flex;
  width: min(620px, 100%);
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto 34px;
}

.conditions-viewer {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  border-radius: 10px;
  background: var(--white);
}

.conditions-viewer object {
  display: block;
  width: 100%;
  height: min(78vh, 980px);
  min-height: 620px;
  border: 0;
  border-radius: 8px;
}

.conditions-viewer p {
  margin: 0;
  color: var(--sage);
  font-weight: 700;
}

.conditions-viewer a {
  color: var(--gold);
}

.tariff-cta {
  display: flex;
  width: min(520px, 100%);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 58px auto 0;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.dates {
  --section-bg: var(--white);
  padding-top: 42px;
  padding-bottom: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), var(--section-bg)),
    var(--section-bg);
}

.booklet {
  --section-bg: var(--white);
  padding-top: 18px;
  background: var(--section-bg);
}

.booklet-panel {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 54px) clamp(28px, 6vw, 86px);
  border-radius: 8px;
  background: var(--sage);
  color: var(--white);
}

.booklet-panel h2 {
  position: relative;
  display: table;
  margin: 0 auto 46px;
  color: var(--white);
  font-size: 35px;
  line-height: 1.1;
}

.booklet-panel h2::after {
  position: absolute;
  right: 10%;
  bottom: -16px;
  left: 12%;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68) 62%, transparent) top left / 100% 3px no-repeat,
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.32), transparent 68%) bottom center / 100% 6px no-repeat;
  content: "";
  transform: rotate(-0.6deg);
}

.booklet-panel p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
}

.booklet-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.45;
}

.transmission-dates {
  --section-bg: var(--clay-wash);
  background: var(--section-bg);
}

.transmission-dates .section-heading h2 {
  color: var(--gold);
}

.transmission-dates-layout {
  display: grid;
  width: min(1080px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
}

.transmission-date-main,
.transmission-date-note {
  border-radius: 10px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.transmission-date-main {
  padding: 46px 52px;
  background: var(--gold);
  color: #000000;
}

.transmission-date-main p,
.transmission-date-main ul,
.transmission-date-note p {
  margin: 0;
}

.transmission-date-main p + p {
  margin-top: 10px;
}

.transmission-date-main p:nth-of-type(3),
.transmission-date-main p:nth-of-type(4) {
  margin-top: 42px;
}

.transmission-date-main ul {
  margin-top: 10px;
  padding-left: 24px;
}

.transmission-date-note {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 46px;
  background: var(--sage);
  color: var(--white);
  font-weight: 600;
}

.transmission-date-note p + p {
  margin-top: 28px;
}

.transmission-date-note a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  padding: 10px 26px;
  border: 4px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  font-weight: 700;
}

.transmission-gallery {
  display: grid;
  width: min(820px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 38px;
  justify-items: center;
}

.transmission-card {
  display: grid;
  width: 100%;
  justify-items: center;
  padding: 30px 24px 22px;
  border-radius: 10px;
  background: var(--gold);
  color: #000000;
  text-align: center;
}

.transmission-card img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.transmission-card > img {
  width: min(190px, 100%);
  aspect-ratio: 1 / 1;
}

.transmission-card p,
.transmission-card figcaption {
  margin: 16px 0 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.35;
}

.transmission-card h3 {
  margin: 0 0 22px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.transmission-card-group {
  grid-column: 1 / -1;
}

.practice-card {
  width: min(540px, 100%);
}

.applications-card {
  width: min(820px, 100%);
}

.transmission-items {
  display: grid;
  width: 100%;
  gap: 26px;
}

.two-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.transmission-items figure {
  margin: 0;
}

.transmission-items img {
  aspect-ratio: 1 / 1;
}

.transmission-copy {
  width: min(860px, 100%);
  margin: 44px auto 0;
  color: var(--sage);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.transmission-copy p {
  margin: 0;
}

.transmission-copy p + p {
  margin-top: 18px;
}

.program-downloads {
  width: min(1100px, 100%);
  margin: 58px auto 0;
  text-align: center;
}

.program-downloads h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 52px;
  color: var(--sage);
  font-size: 35px;
  line-height: 1.1;
}

.program-downloads h3::after {
  position: absolute;
  right: 10%;
  bottom: -16px;
  left: 12%;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(101, 123, 126, 0.92), rgba(101, 123, 126, 0.72) 62%, transparent) top left / 100% 3px no-repeat,
    radial-gradient(ellipse at center, rgba(101, 123, 126, 0.25), transparent 68%) bottom center / 100% 6px no-repeat;
  content: "";
  transform: rotate(-0.6deg);
}

.program-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  justify-items: center;
}

.program-download {
  display: grid;
  width: min(100%, 184px);
  aspect-ratio: 1 / 1;
  place-content: center;
  border-radius: 50%;
  color: #000000;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.program-download:hover,
.program-download:focus-visible {
  box-shadow: 0 20px 42px rgba(36, 59, 63, 0.15);
  transform: translateY(-4px);
}

.program-download:focus-visible {
  outline: 3px solid rgba(227, 181, 96, 0.62);
  outline-offset: 6px;
}

.program-download span {
  display: block;
}

.autumn-download {
  background: linear-gradient(90deg, #b9b9b9, #f6f6f6);
}

.winter-download {
  background: linear-gradient(90deg, #05021f, #2d2bc5);
  color: var(--white);
}

.spring-download {
  background: linear-gradient(90deg, #0ca8ad, #72d15c);
}

.summer-download {
  background: linear-gradient(90deg, #ff3931, #ff8247);
}

.dates-layout {
  display: grid;
  width: min(920px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
}

.date-panel {
  padding: clamp(24px, 4vw, 40px);
  background: var(--gold);
  color: var(--ink);
}

.date-panel p {
  margin: 0 0 22px;
  font-style: italic;
}

.date-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.date-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(36, 59, 63, 0.18);
}

.date-list span {
  font-weight: 700;
  text-align: right;
}

.city-note {
  align-self: stretch;
  padding: 28px;
  background: var(--sage);
  color: var(--white);
}

.city-note p {
  color: rgba(255, 255, 255, 0.86);
}

.pricing {
  --section-bg: var(--gold-wash);
  overflow: visible;
  padding-bottom: 132px;
  background: var(--section-bg);
  text-align: center;
}

.price-grid {
  display: grid;
  width: min(690px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  padding: 28px;
  border: 1px solid rgba(231, 183, 86, 0.34);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-card.featured {
  background: var(--gold);
}

.price-card p,
.price-card span {
  margin: 0;
}

.price-card strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
}

.price-card span {
  color: var(--sage);
  font-weight: 700;
}

.price-card.featured span {
  color: rgba(36, 59, 63, 0.78);
}

.deposit {
  width: min(660px, 100%);
  margin: 24px auto 28px;
  color: var(--sage);
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 700;
}

.paper-link {
  width: min(620px, 100%);
  margin: 18px auto 0;
  color: var(--sage);
  font-size: 0.96rem;
  font-weight: 700;
}

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

.team .section-heading {
  margin-bottom: 58px;
}

.team .section-heading h2 {
  color: var(--gold);
}

.team-grid {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 58px);
}

.person {
  padding: clamp(38px, 5vw, 58px) clamp(28px, 4vw, 48px) clamp(42px, 5vw, 58px);
  border-radius: 42px;
  background: var(--gold);
  color: var(--ink);
  text-align: center;
}

.team .person .person-signature {
  margin: 0 0 20px;
  color: #000000;
  font-size: 45px;
  line-height: 0.86;
}

.person-photo {
  display: block;
  width: min(255px, 58%);
  aspect-ratio: 1;
  margin: 0 auto 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.person-bio {
  color: #000000;
  font-size: 16px;
  line-height: 1.42;
}

.person-bio p {
  margin: 0;
  color: #000000;
}

.person-bio p + p {
  margin-top: 28px;
}

.person-bio strong {
  font-weight: 800;
}

.team-copy {
  width: min(1080px, 100%);
  margin: 72px auto 0;
  padding: clamp(32px, 5vw, 48px);
  border-radius: 42px;
  background: var(--sage);
  color: var(--white);
  font-size: 16px;
  line-height: 1.58;
  text-align: left;
}

.team-copy p {
  margin: 0;
}

.team-copy p + p {
  margin-top: 26px;
}

.team-copy strong {
  color: inherit;
  font-weight: 800;
}

@media (max-width: 920px) {
  .team-grid {
    width: min(620px, 100%);
    grid-template-columns: 1fr;
  }

  .person-photo {
    width: min(230px, 64%);
    margin-bottom: 42px;
  }
}

.signup {
  --section-bg: var(--sage-wash);
  background: var(--section-bg);
}

.signup-panel {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    var(--white);
}

.signup-copy {
  padding: clamp(8px, 2vw, 18px) 0;
}

.signup-copy h2 {
  max-width: 520px;
  font-size: clamp(3.6rem, 6.4vw, 6.2rem);
  line-height: 0.82;
}

.signup-copy h2::after {
  bottom: -19px;
}

.signup-copy p {
  max-width: 510px;
  margin: 44px 0 0;
  color: var(--sage);
  font-size: 1.08rem;
}

.signup-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.signup-details span {
  padding: 9px 13px;
  border: 1px solid rgba(116, 129, 122, 0.18);
  border-radius: 999px;
  background: var(--mist);
  color: var(--sage);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(116, 129, 122, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(35, 55, 53, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(116, 129, 122, 0.24);
  border-radius: var(--radius);
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
  padding: 14px 15px;
}

.contact-form textarea {
  min-height: 142px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.footer {
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 64px 24px 38px;
  background: #263b37;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.footer::before {
  position: absolute;
  top: calc(var(--wave-height) * -1 + 1px);
  right: 0;
  left: 0;
  height: var(--wave-height);
  background: #263b37;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 46C140 18 287 23 430 34C594 47 731 53 895 31C1072 7 1226 6 1378 21C1402 23 1422 22 1440 16V90H0V46Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 46C140 18 287 23 430 34C594 47 731 53 895 31C1072 7 1226 6 1378 21C1402 23 1422 22 1440 16V90H0V46Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.footer::after {
  width: min(180px, 42vw);
  height: 1px;
  margin: 4px 0 2px;
  background: linear-gradient(90deg, transparent, rgba(231, 183, 86, 0.7), transparent);
  content: "";
}

.footer p {
  max-width: 720px;
  margin: 0;
  font-size: 0.98rem;
}

.footer a {
  color: var(--gold-2);
  font-weight: 800;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: min(340px, calc(100vw - 32px));
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(251, 250, 246, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    border-radius: var(--radius);
  }

  .intro-grid,
  .dates-layout,
  .transmission-dates-layout,
  .signup-panel {
    grid-template-columns: 1fr;
  }

  .signup-copy h2 {
    max-width: 100%;
  }

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

  .tariff-grid {
    width: min(620px, 100%);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tariff-note {
    width: min(620px, 100%);
    text-align: center;
  }

  .transmission-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-card,
  .applications-card {
    width: 100%;
  }

  .program-download-grid {
    width: min(560px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .takeaway-grid,
  .flow-layout {
    grid-template-columns: 1fr;
  }

  .dates-layout {
    width: min(680px, 100%);
  }

  .transmission-dates-layout {
    width: min(680px, 100%);
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 18px);
    height: 66px;
    padding-left: 14px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .section-pad {
    padding: 78px 18px;
  }

  .hero {
    min-height: 430px;
    padding-top: 94px;
  }

  .hero-actions,
  .date-list li {
    align-items: stretch;
    flex-direction: column;
  }

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

  .module-grid,
  .takeaway-grid,
  .price-grid,
  .tariff-grid,
  .transmission-dates-layout,
  .team-grid,
  .team-copy,
  .form-row {
    grid-template-columns: 1fr;
  }

  .intro-opening,
  .intro-before-modules,
  .intro-after-modules {
    font-size: 1rem;
  }

  .module-card {
    min-height: 170px;
    padding: 24px 18px 20px;
  }

  .module-card h3 {
    font-size: 1.2rem;
  }

  .module-card p:last-child {
    font-size: 1rem;
  }

  .tariff-heading {
    margin-bottom: 34px;
  }

  .tariff-card {
    min-height: 120px;
    padding: 20px;
  }

  .tariff-card p {
    font-size: 1.2rem;
  }

  .tariff-card strong {
    font-size: 1.35rem;
  }

  .tariff-note {
    font-size: 1rem;
    text-align: center;
  }

  .tariff-cta {
    min-height: 52px;
    margin-top: 42px;
    font-size: 1.1rem;
  }

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

  .transmission-items {
    justify-content: center;
    gap: 18px;
  }

  .two-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-items {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .transmission-items figure {
    display: grid;
    justify-items: center;
  }

  .transmission-items img {
    width: min(100%, 180px);
  }

  .transmission-card {
    padding: 24px 20px;
  }

  .conditions-section {
    padding-top: 110px;
  }

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

  .conditions-viewer object {
    min-height: 520px;
  }

  .takeaways {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .dates {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .program-heading {
    margin-bottom: 34px;
  }

  .transmission-copy {
    margin-top: 30px;
  }

  .program-downloads {
    margin-top: 36px;
  }

  .program-downloads h3 {
    margin-bottom: 40px;
  }

  .program-download-grid {
    width: min(320px, 100%);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .program-download {
    width: min(220px, 78vw);
    font-size: 1.75rem;
  }

  .booklet {
    padding-top: 0;
  }

  .transmission-date-main,
  .transmission-date-note {
    padding: 26px 22px;
  }

  .date-list span {
    text-align: left;
  }

  .person {
    min-height: 320px;
  }
}
