:root {
  --cream: #f6f0e8;
  --paper: #fdf9f4;
  --ink: #352331;
  --ink-soft: #6e5b68;
  --plum: #4a2d42;
  --plum-deep: #321f2e;
  --rose: #9f5268;
  --coral: #d87966;
  --apricot: #edb88f;
  --sage: #8d9d87;
  --line: rgba(53, 35, 49, 0.16);
  --white: #fffdf9;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page-x: clamp(1.25rem, 5vw, 5rem);
  --content: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--rose);
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--plum);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-x);
  border-bottom: 1px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(246, 240, 232, 0.9);
  box-shadow: 0 8px 30px rgba(53, 35, 49, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.9rem;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.header-actions,
.site-nav,
.language-switch {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.site-nav {
  gap: clamp(1.2rem, 2.5vw, 2.5rem);
}

.site-nav a {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: var(--rose);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 0.72rem 1rem;
  color: var(--white);
  background: var(--plum);
  transition: background-color 180ms ease, transform 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--rose);
  transform: translateY(-1px);
}

.language-switch {
  position: relative;
  z-index: 3;
  gap: 0.3rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.25);
}

.language-switch button {
  padding: 0.15rem 0.25rem;
  border: 0;
  color: var(--ink-soft);
  background: none;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  color: var(--rose);
}

.language-switch span {
  color: var(--line);
  font-size: 0.7rem;
}

.menu-button {
  position: relative;
  z-index: 3;
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform 200ms ease;
}

.menu-button[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.76fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(7rem, 12vh, 9rem) var(--page-x) clamp(3.5rem, 7vh, 5rem);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 61.5%;
  width: 1px;
  background: linear-gradient(transparent, var(--line) 12%, var(--line) 88%, transparent);
  content: "";
}

.hero-shape {
  position: absolute;
  top: -18vw;
  left: -18vw;
  width: 50vw;
  height: 50vw;
  border-radius: 48% 52% 58% 42% / 45% 48% 52% 55%;
  background: rgba(237, 184, 143, 0.24);
  transform: rotate(18deg);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  min-width: 0;
  max-width: 820px;
}

.eyebrow,
.section-kicker,
.mini-label {
  margin: 0 0 1.4rem;
  color: var(--rose);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.eyebrow > span:first-child {
  width: 26px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

h1 {
  max-width: 850px;
  font-size: clamp(4rem, 7vw, 7.4rem);
}

h1 em,
h2 em {
  color: var(--coral);
  font-weight: 400;
}

.hero-lead {
  max-width: 650px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.2rem;
}

.button,
.email-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.85rem 1.3rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  min-width: 205px;
  color: var(--white);
  background: var(--plum);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--rose);
}

.text-link {
  font-size: 0.8rem;
  font-weight: 500;
  text-underline-offset: 0.35rem;
}

.text-link span:last-child {
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 180ms ease;
}

.text-link:hover span:last-child {
  transform: translateY(3px);
}

.audience-list {
  display: flex;
  gap: 0;
  padding: 2rem 0 0;
  margin: 2.5rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.audience-list li {
  padding: 0 1.5rem;
  font-family: var(--serif);
  font-size: 1rem;
}

.audience-list li:first-child {
  padding-left: 0;
}

.audience-list li + li {
  border-left: 1px solid var(--line);
}

.hero-visual {
  width: min(90%, 440px);
  justify-self: center;
}

.portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 220px 220px 24px 24px;
  box-shadow: 0 30px 75px rgba(74, 45, 66, 0.18);
}

.portrait::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(50, 31, 46, 0.25));
  content: "";
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-note {
  position: absolute;
  right: -55px;
  bottom: 42px;
  display: grid;
  width: 145px;
  min-height: 145px;
  place-items: center;
  padding: 1.1rem;
  border-radius: 50%;
  color: var(--white);
  background: var(--rose);
  text-align: center;
  transform: rotate(5deg);
}

.visual-note svg {
  width: 30px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.visual-note span {
  font-family: var(--serif);
  font-size: 0.82rem;
  line-height: 1.15;
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid var(--coral);
  border-radius: 50%;
}

.orbit::after {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.orbit-one {
  top: -35px;
  right: -36px;
  width: 120px;
  height: 120px;
}

.orbit-two {
  bottom: -28px;
  left: -45px;
  width: 88px;
  height: 88px;
  opacity: 0.45;
}

.section {
  padding: clamp(6rem, 10vw, 10rem) var(--page-x);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  max-width: calc(var(--content) + 2 * var(--page-x));
  margin: 0 auto;
  background: var(--paper);
}

.about-image {
  position: relative;
  width: 100%;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 18px 80px 18px 18px;
}

.about-image > span {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  max-width: 180px;
  padding: 1rem 1.2rem;
  color: var(--white);
  background: var(--plum);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.2;
}

.about-copy {
  max-width: 620px;
}

.about-copy h2,
.approach-heading h2,
.support-heading h2,
.sessions-heading h2,
.contact-copy h2 {
  font-size: clamp(3rem, 5.5vw, 5.8rem);
}

.about-copy > p:not(.section-kicker) {
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.about-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.3rem 0 0;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.about-note > span {
  color: var(--coral);
}

.about-note p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.35;
}

.approach {
  color: var(--white);
  background: var(--plum-deep);
}

.approach-heading {
  display: grid;
  grid-template-columns: 0.5fr 1.25fr 0.8fr;
  gap: 3rem;
  align-items: end;
  max-width: var(--content);
  margin: 0 auto;
}

.approach-heading .section-kicker {
  align-self: start;
  color: var(--apricot);
}

.approach-heading > p:last-child {
  margin: 0;
  color: rgba(255, 253, 249, 0.66);
  font-size: 0.9rem;
}

.approach-heading h2 em {
  color: var(--apricot);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--content);
  margin: clamp(4rem, 7vw, 7rem) auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.principle {
  position: relative;
  min-height: 330px;
  padding: 2.6rem clamp(1.5rem, 3vw, 3rem) 2.8rem 0;
}

.principle + .principle {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.principle > span {
  color: var(--apricot);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.principle h3 {
  margin: 5rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
}

.principle p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 253, 249, 0.62);
  font-size: 0.88rem;
}

.inclusive-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  max-width: var(--content);
  margin: clamp(5rem, 9vw, 9rem) auto 0;
  overflow: hidden;
  background: var(--plum);
}

.inclusive-photo {
  min-height: 510px;
}

.inclusive-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inclusive-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.inclusive-copy .mini-label {
  color: var(--apricot);
}

.inclusive-copy blockquote {
  max-width: 850px;
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  line-height: 1.02;
}

.inclusive-copy > p:not(.mini-label) {
  max-width: 650px;
  margin: 1.8rem 0 0;
  color: rgba(255, 253, 249, 0.68);
  font-size: 0.9rem;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.topic-tags span {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 40px;
  color: rgba(255, 253, 249, 0.82);
  font-size: 0.68rem;
}

.support {
  max-width: calc(var(--content) + 2 * var(--page-x));
  margin: 0 auto;
}

.support-heading {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 3rem;
}

.support-heading h2 {
  max-width: 900px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(4rem, 7vw, 6rem);
}

.support-card {
  position: relative;
  min-height: 360px;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: 8px 55px 8px 8px;
  background: rgba(255, 255, 255, 0.28);
}

.support-card.featured {
  color: var(--white);
  background: var(--rose);
  transform: translateY(-1.5rem);
}

.card-number {
  color: var(--coral);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.featured .card-number {
  color: var(--apricot);
}

.support-card h3 {
  margin: 6rem 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.support-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.support-card.featured p {
  color: rgba(255, 253, 249, 0.8);
}

.sessions {
  color: var(--ink);
  background: var(--apricot);
}

.sessions-heading {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 3rem;
  max-width: var(--content);
  margin: 0 auto;
}

.sessions-heading .section-kicker {
  color: var(--plum);
}

.sessions-heading h2 em {
  color: var(--rose);
}

.session-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: stretch;
  max-width: var(--content);
  margin: clamp(4rem, 7vw, 6rem) auto 0;
}

.place-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 180px 180px 16px 16px;
}

.place-card::after {
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(50, 31, 46, 0.88));
  content: "";
}

.place-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-overlay {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

.place-overlay > span {
  color: var(--apricot);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.place-overlay h3,
.video-card h3 {
  margin: 1rem 0 0.75rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
}

.place-overlay p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.82rem;
}

.session-details {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 1rem;
}

.video-card,
.price-card {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--paper);
}

.video-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  border-radius: 16px 80px 16px 16px;
}

.video-card .mini-label,
.price-card .mini-label {
  color: var(--rose);
}

.video-card > div:last-child > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.video-icon {
  display: grid;
  width: 78px;
  height: 78px;
  grid-template-columns: 1fr 0.45fr;
  gap: 3px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.video-icon span:first-child {
  width: 23px;
  height: 18px;
  border: 1px solid var(--rose);
  border-radius: 3px;
}

.video-icon span:last-child {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 10px solid var(--rose);
  border-bottom: 7px solid transparent;
}

.price-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: var(--white);
  background: var(--plum);
}

.price-card .mini-label {
  color: var(--apricot);
}

.price-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.8;
}

.price-card > span {
  color: rgba(255, 253, 249, 0.7);
  font-size: 0.8rem;
}

.disclaimer {
  margin: 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(53, 35, 49, 0.18);
  color: rgba(53, 35, 49, 0.68);
  font-size: 0.72rem;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--plum-deep);
}

.contact-shape {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(237, 184, 143, 0.45);
  border-radius: 48% 52% 41% 59% / 55% 44% 56% 45%;
}

.contact-shape::after {
  position: absolute;
  inset: 45px;
  border: 1px solid rgba(237, 184, 143, 0.2);
  border-radius: inherit;
  content: "";
}

.contact-copy,
.contact-action {
  position: relative;
  z-index: 1;
}

.contact-copy .section-kicker {
  color: var(--apricot);
}

.contact-copy h2 em {
  color: var(--apricot);
}

.contact-copy > p:last-child {
  max-width: 620px;
  margin: 2rem 0 0;
  color: rgba(255, 253, 249, 0.66);
}

.contact-action {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.email-button {
  width: 100%;
  color: var(--plum-deep);
  background: var(--apricot);
}

.email-button:hover,
.email-button:focus-visible {
  background: var(--white);
}

.contact-email {
  margin-top: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  text-underline-offset: 0.35rem;
}

.contact-action small {
  margin-top: 0.6rem;
  color: rgba(255, 253, 249, 0.55);
  font-size: 0.72rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 3rem;
  padding: 3rem var(--page-x);
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 0.7rem;
}

.site-footer > div {
  display: flex;
  gap: 1rem;
}

.footer-name {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

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

.footer-links a {
  text-underline-offset: 0.25rem;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.reveal {
  animation: reveal 650ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.reveal[data-delay="1"] {
  animation-delay: 100ms;
}

.reveal[data-delay="2"] {
  animation-delay: 200ms;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

@media (max-width: 1150px) {
  .site-nav {
    gap: 1.2rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    gap: 3rem;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: clamp(3.7rem, 7vw, 5.6rem);
  }

  .visual-note {
    right: -25px;
  }

  .approach-heading {
    grid-template-columns: 0.4fr 1.4fr;
  }

  .approach-heading > p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .site-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    padding: 6rem var(--page-x);
    background: var(--cream);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 7vw, 3.5rem);
    font-weight: 400;
  }

  .site-nav .nav-cta {
    padding: 0;
    color: var(--ink);
    background: transparent;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 8rem;
  }

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

  .hero-visual {
    width: min(72%, 440px);
  }

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

  .about {
    gap: 4rem;
  }

  .approach-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .approach-heading > p:last-child {
    grid-column: 1;
    max-width: 650px;
  }

  .inclusive-band {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .support-card {
    min-height: 320px;
  }

  .session-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 4.5rem;
  }

  .site-header {
    height: 70px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .header-actions {
    gap: 0.3rem;
  }

  .language-switch {
    padding: 0.25rem 0.4rem;
  }

  .hero {
    gap: 4rem;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  h1 {
    font-size: clamp(3.25rem, 14vw, 4.3rem);
  }

  .eyebrow {
    align-items: flex-start;
    max-width: 320px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .eyebrow > span:first-child {
    margin-top: 0.5rem;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

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

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

  .audience-list li {
    display: flex;
    align-items: center;
    padding: 0 0.65rem;
    font-size: 0.8rem;
    line-height: 1.15;
  }

  .audience-list li:first-child {
    padding-left: 0;
  }

  .hero-visual {
    width: min(82%, 360px);
  }

  .visual-note {
    right: -35px;
    bottom: 30px;
    width: 120px;
    min-height: 120px;
    padding: 0.8rem;
  }

  .visual-note span {
    font-size: 0.72rem;
  }

  .about-image > span {
    right: 0.75rem;
  }

  .about-copy h2,
  .approach-heading h2,
  .support-heading h2,
  .sessions-heading h2,
  .contact-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.3rem);
  }

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

  .principle {
    min-height: 290px;
    padding: 2.3rem 0;
  }

  .principle + .principle {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .principle h3 {
    margin-top: 3.5rem;
  }

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

  .inclusive-photo {
    min-height: 430px;
  }

  .inclusive-photo img {
    object-position: center 68%;
  }

  .inclusive-copy {
    padding: 2.5rem 1.5rem;
  }

  .inclusive-copy blockquote {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .support-heading,
  .sessions-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .support-card,
  .support-card.featured {
    min-height: 290px;
    transform: none;
  }

  .support-card h3 {
    margin-top: 4.5rem;
  }

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

  .place-card {
    min-height: 520px;
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .price-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

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

  .site-footer > div,
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.25rem;
  }
}

@media (max-width: 390px) {
  .brand-name {
    display: none;
  }

  .email-button {
    font-size: 0.74rem;
  }
}

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

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