:root {
  --black: #080808;
  --soft-black: #111111;
  --white: #f7f7f5;
  --paper: #efefec;
  --muted: #969696;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 8, 8, 0.14);
  --accent: #ffad0d;
  --accent-hover: #ffc044;
  --shell: min(1180px, calc(100vw - 48px));
  --header-h: 70px;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  color: var(--black);
  background: var(--black);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

button {
  border: 0;
}

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

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--accent);
  color: var(--black);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 36px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 300ms ease, border-color 300ms ease, height 300ms ease;
}

.site-header.scrolled {
  height: 60px;
  background: rgba(8, 8, 8, 0.82);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(150%);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 650;
}

.brand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: invert(1);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  color: #bcbcbc;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: #ffffff;
}

.nav-cta {
  justify-self: end;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--black);
  background: var(--accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-2px);
  background: var(--accent-hover);
}

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

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

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px 24px 74px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 173, 13, 0.55), transparent);
}

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

.hero-logo-wrap {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 34px;
}

.hero-logo-wrap::before {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.13;
  filter: blur(35px);
}

.hero-logo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(82%) sepia(77%) saturate(3000%) hue-rotate(349deg) brightness(102%);
}

.eyebrow,
.section-index {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 20px 0 28px;
  font-size: clamp(58px, 7.4vw, 106px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 760;
}

.hero h1 span {
  color: #8a8a8a;
}

.hero-copy {
  margin: 0 auto;
  max-width: 660px;
  color: #b6b6b6;
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions,
.contact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: var(--black);
  background: var(--accent);
}

.button-quiet {
  color: var(--white);
  background: #1b1b1b;
}

.button-quiet:hover {
  transform: translateY(-2px);
  background: #252525;
}

.button-outline {
  color: var(--white);
  background: transparent;
  border: 1px solid #595959;
}

.button-outline:hover {
  border-color: #ffffff;
}

.hero-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ring {
  position: absolute;
  top: 52%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: min(62vw, 830px);
  aspect-ratio: 1;
  animation: breathe 8s ease-in-out infinite;
}

.ring-two {
  width: min(82vw, 1100px);
  aspect-ratio: 1;
  animation: breathe 8s 1.5s ease-in-out infinite;
}

.ring-three {
  width: min(105vw, 1380px);
  aspect-ratio: 1;
  animation: breathe 8s 3s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { opacity: 0.35; transform: translate(-50%, -50%) scale(0.98); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.02); }
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  width: 26px;
  height: 42px;
  transform: translateX(-50%);
  border: 1px solid #555;
  border-radius: 99px;
}

.scroll-cue span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  transform: translateX(-50%);
  background: var(--accent);
  animation: scrollDown 1.8s ease-in-out infinite;
}

@keyframes scrollDown {
  0% { transform: translate(-50%, 0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translate(-50%, 15px); opacity: 0; }
}

.statement {
  padding: 150px 0 78px;
  overflow: hidden;
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) 1fr;
  gap: 30px;
  align-items: start;
}

.statement-title,
.growth h2,
.teacher h2,
.contact h2 {
  margin: 0;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 750;
}

.statement-title span,
.growth h2 span,
.teacher h2 span {
  color: #9b9b97;
}

.statement-copy {
  width: min(700px, 100%);
  margin: 52px 0 0 auto;
  color: #555550;
  font-size: 19px;
  line-height: 1.9;
}

.marquee {
  margin-top: 120px;
  overflow: hidden;
  border-block: 1px solid var(--line-light);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 26px 0;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  font-size: 21px;
  font-weight: 760;
}

.marquee-track i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.courses,
.gallery,
.contact {
  padding: 140px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 60px;
}

.section-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading > p {
  max-width: 380px;
  margin: 0;
  color: #929292;
  font-size: 16px;
  line-height: 1.8;
}

.course-stage {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--soft-black);
}

.course-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--accent);
  color: var(--black);
}

.course-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image: linear-gradient(rgba(0,0,0,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.25) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.course-number {
  position: absolute;
  top: 38px;
  left: 42px;
  z-index: 2;
  font-size: 14px;
  font-weight: 800;
}

.motion-word {
  position: absolute;
  z-index: 3;
  left: -13px;
  bottom: 42px;
  font-size: clamp(82px, 10vw, 142px);
  line-height: 0.78;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-7deg);
  transform-origin: left bottom;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, 0.45);
  border-radius: 50%;
}

.orbit-a {
  width: 430px;
  height: 430px;
  top: 64px;
  left: 18%;
}

.orbit-b {
  width: 260px;
  height: 260px;
  top: 148px;
  left: 34%;
  border-style: dashed;
  animation: rotate 18s linear infinite;
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

.course-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
}

.course-tabs {
  display: flex;
  gap: 6px;
  align-self: flex-start;
  padding: 5px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
}

.course-tabs button {
  min-height: 38px;
  padding: 0 17px;
  border-radius: 999px;
  color: #8d8d8d;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease;
}

.course-tabs button.active {
  color: var(--black);
  background: var(--white);
}

.course-kicker {
  margin: 62px 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.course-content h3 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.15;
}

.course-description {
  margin: 24px 0;
  color: #a7a7a7;
  font-size: 16px;
  line-height: 1.8;
}

.course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.course-tags span {
  padding: 8px 12px;
  border: 1px solid #333;
  border-radius: 999px;
  color: #bfbfbf;
  font-size: 12px;
}

.text-link {
  align-self: flex-start;
  padding: 8px 0;
  color: var(--white);
  background: transparent;
  border-bottom: 1px solid #666;
  cursor: pointer;
  font-weight: 700;
}

.text-link span {
  margin-left: 12px;
  color: var(--accent);
}

.growth {
  padding: 150px 0;
}

.growth-copy {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 30px;
  margin: 70px 0 100px;
}

.growth-copy > p {
  margin: 10px 0 0;
  color: #777772;
  font-size: 17px;
}

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

.growth-lines article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
}

.growth-lines article:first-child {
  padding-left: 0;
}

.growth-lines article:last-child {
  border-right: 0;
}

.growth-lines span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.growth-lines h3 {
  margin: 78px 0 16px;
  font-size: 27px;
}

.growth-lines p {
  margin: 0;
  max-width: 290px;
  color: #62625e;
  line-height: 1.8;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  grid-template-rows: 290px 290px;
  gap: 16px;
}

.media-placeholder {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  background: #151515;
  border: 1px solid var(--line-dark);
  text-align: left;
}

button.media-placeholder {
  cursor: pointer;
}

.media-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background: repeating-linear-gradient(115deg, transparent 0 54px, rgba(255,255,255,.045) 55px 56px);
  transform: scale(1.2);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease;
}

.media-placeholder:hover::before {
  transform: scale(1) rotate(-3deg);
  opacity: 1;
}

.media-large {
  grid-row: 1 / span 2;
  background: #161616;
}

.media-small {
  background: var(--accent);
  color: var(--black);
  border-color: transparent;
}

.media-wide {
  background: #e7e7e2;
  color: var(--black);
}

.media-top,
.media-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-style: normal;
}

.media-top b {
  font-size: 16px;
}

.media-top i,
.media-bottom {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.media-bottom {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.media-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--black);
  background: var(--accent);
  font-size: 18px;
  transition: transform 220ms ease;
}

.media-large:hover .media-play {
  transform: translate(-50%, -50%) scale(1.08);
}

.teacher {
  padding: 140px 0;
}

.teacher-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 90px;
  align-items: end;
}

.teacher h2 {
  margin-top: 60px;
  font-size: clamp(44px, 5.2vw, 72px);
}

.teacher-placeholder {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: var(--white);
  background: var(--black);
}

.teacher-mark {
  font-size: 180px;
  line-height: 1;
  font-weight: 900;
  color: var(--accent);
  transform: rotate(-12deg);
  transform-origin: center;
}

.teacher-placeholder p {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 750;
}

.teacher-placeholder span {
  color: #8d8d8d;
  font-size: 14px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 100px;
  align-items: center;
}

.contact h2 {
  margin: 48px 0 32px;
}

.contact h2 span {
  color: var(--accent);
}

.contact-copy > p:not(.section-index) {
  color: #999;
  font-size: 17px;
  line-height: 1.8;
}

.contact-actions {
  justify-content: flex-start;
}

.phone {
  display: inline-block;
  margin-top: 48px;
  color: #777;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 760;
  transition: color 180ms ease;
}

.phone:hover {
  color: var(--white);
}

.wechat-card {
  padding: 24px;
  color: var(--black);
  background: var(--white);
}

.wechat-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 750;
}

.wechat-heading i {
  color: #999;
  font-size: 10px;
  font-style: normal;
}

.wechat-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.wechat-card p {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.55;
}

.wechat-card p span {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

.site-footer {
  min-height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px max(36px, calc((100vw - 1180px) / 2));
  color: #777;
  background: var(--black);
  border-top: 1px solid var(--line-dark);
  font-size: 12px;
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b4b4b4;
}

.site-footer img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: invert(1);
}

.booking-dialog {
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  padding: 44px;
  color: var(--black);
  background: var(--white);
  border: 0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}

.booking-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.booking-dialog[open] {
  animation: dialogIn 260ms cubic-bezier(.2,.8,.2,1);
}

@keyframes dialogIn {
  from { opacity: 0; transform: translateY(20px) scale(.98); }
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: #deded9;
  cursor: pointer;
  font-size: 24px;
}

.dialog-intro h2,
.booking-success h2 {
  margin: 18px 0 12px;
  font-size: 42px;
  line-height: 1.1;
}

.dialog-intro > p:last-child,
.booking-success > p {
  margin: 0;
  color: #696965;
  line-height: 1.7;
}

.booking-dialog form {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.booking-dialog label {
  display: grid;
  gap: 8px;
}

.booking-dialog label span {
  font-size: 13px;
  font-weight: 700;
}

.booking-dialog input,
.booking-dialog select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: var(--black);
  background: #fff;
  border: 1px solid #cfcfca;
  border-radius: 0;
  outline: none;
}

.booking-dialog input:focus,
.booking-dialog select:focus {
  border-color: var(--black);
  box-shadow: 0 0 0 2px rgba(255, 173, 13, 0.55);
}

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

.form-submit {
  width: 100%;
  margin-top: 8px;
}

.form-note {
  margin: 0;
  color: #888;
  font-size: 11px;
  text-align: center;
}

.booking-success {
  text-align: center;
}

.success-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 50%;
  color: var(--black);
  background: var(--accent);
  font-size: 30px;
  font-weight: 900;
}

.success-contact {
  width: 220px;
  margin: 28px auto 0;
}

.success-contact img {
  width: 100%;
}

.success-contact a {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 800;
}

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 24px;
  padding: 12px 18px;
  transform: translate(-50%, 30px);
  opacity: 0;
  color: var(--black);
  background: var(--accent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 800ms cubic-bezier(.2,.8,.2,1), transform 800ms cubic-bezier(.2,.8,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .desktop-nav {
    display: none;
  }

  .statement-grid,
  .growth-copy,
  .teacher-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .statement-grid,
  .growth-copy {
    gap: 42px;
  }

  .course-stage {
    grid-template-columns: 1fr;
  }

  .course-visual {
    min-height: 430px;
  }

  .course-content {
    padding: 46px;
  }

  .growth-copy {
    margin-top: 42px;
  }

  .growth-copy > p {
    order: 2;
  }

  .growth-lines {
    grid-template-columns: 1fr;
  }

  .growth-lines article {
    min-height: auto;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .growth-lines h3 {
    margin-top: 38px;
  }

  .teacher-grid {
    gap: 60px;
  }

  .contact-grid {
    gap: 70px;
  }

  .wechat-card {
    width: min(100%, 410px);
  }
}

@media (max-width: 620px) {
  :root {
    --header-h: 62px;
  }

  .site-header.scrolled {
    height: 56px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    min-height: 34px;
    padding-inline: 15px;
  }

  .hero {
    min-height: 760px;
    padding: 92px 16px 66px;
  }

  .hero-logo-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 26px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: 53px;
    line-height: 1.03;
  }

  .hero-copy {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-copy br {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .ring-one { width: 95vw; }
  .ring-two { width: 130vw; }
  .ring-three { width: 170vw; }

  .statement,
  .courses,
  .growth,
  .gallery,
  .teacher,
  .contact {
    padding: 94px 0;
  }

  .statement-title,
  .growth h2,
  .teacher h2,
  .contact h2 {
    font-size: 42px;
  }

  .statement-copy {
    margin-top: 34px;
    font-size: 16px;
  }

  .marquee {
    margin-top: 78px;
  }

  .marquee-track {
    padding: 20px 0;
  }

  .section-heading {
    display: grid;
    gap: 24px;
    margin-bottom: 36px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading > p {
    font-size: 14px;
  }

  .course-stage,
  .course-visual {
    min-height: 0;
  }

  .course-visual {
    height: 350px;
  }

  .motion-word {
    font-size: 78px;
  }

  .orbit-a {
    width: 300px;
    height: 300px;
    top: 42px;
    left: 12%;
  }

  .orbit-b {
    width: 190px;
    height: 190px;
    top: 90px;
    left: 28%;
  }

  .course-content {
    padding: 30px 22px 38px;
  }

  .course-tabs {
    align-self: stretch;
  }

  .course-tabs button {
    flex: 1;
    padding-inline: 8px;
  }

  .course-kicker {
    margin-top: 42px;
  }

  .course-content h3 {
    font-size: 34px;
  }

  .growth-copy {
    margin-bottom: 58px;
  }

  .media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 430px 240px 240px;
  }

  .media-large {
    grid-row: auto;
  }

  .teacher h2 {
    margin-top: 40px;
  }

  .teacher-placeholder {
    min-height: 360px;
  }

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

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

  .phone {
    font-size: 32px;
  }

  .booking-dialog {
    width: 100vw;
    max-height: 92svh;
    margin: auto 0 0;
    padding: 38px 22px 26px;
  }

  .dialog-intro h2,
  .booking-success h2 {
    font-size: 34px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 18px;
  }
}

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

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