:root {
  --ink: #171614;
  --muted: #67625c;
  --paper: #fffdf9;
  --cream: #f5efe6;
  --cream-deep: #eadfce;
  --coral: #e85f38;
  --coral-dark: #b93d1d;
  --gold: #f6b817;
  --sage: #66806c;
  --line: rgba(23, 22, 20, 0.14);
  --shadow: 0 18px 55px rgba(44, 34, 21, 0.12);
  --radius: 24px;
  --content: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Aptos, system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

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

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

.announcement {
  padding: 8px 20px;
  color: #fff;
  background: var(--ink);
  font-size: 0.9rem;
  text-align: center;
}

.announcement a {
  color: #fff;
  font-weight: 750;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--content);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.05;
}

.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 50% 50% 45% 55%;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 800;
  transform: rotate(-4deg);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.23rem;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

.site-nav a {
  padding: 11px 12px;
  border-radius: 12px;
  color: #37332e;
  font-size: 0.93rem;
  font-weight: 670;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--coral-dark);
  background: #f8e9df;
}

.site-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 17px;
  color: #fff;
  background: var(--coral);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--coral-dark);
}

.facebook-news-stage-section {
  padding-top: 48px;
  background: var(--cream);
}

.facebook-news-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 34px 46px;
  color: #fff;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(20, 18, 16, 0.52), rgba(20, 18, 16, 0.78)),
    url("/assets/images/hero-ecole.webp") center / cover;
}

.facebook-news-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 50% 28%, rgba(246, 184, 23, 0.2), transparent 42%);
  backdrop-filter: blur(2px);
}

.facebook-news-stage-intro {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.facebook-news-stage-intro .eyebrow {
  color: #ffe49a;
}

.facebook-news-stage-intro h1 {
  max-width: 760px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 5.2rem);
}

.facebook-news-stage-intro p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.facebook-news-stage-grid {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(320px, 500px) minmax(120px, 1fr);
  gap: 28px;
  align-items: start;
}

.facebook-news-photo {
  overflow: hidden;
  min-height: 520px;
  margin: 82px 0 0;
  border: 8px solid rgba(255, 255, 255, 0.28);
  border-radius: 120px 120px 28px 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.facebook-news-photo-right {
  margin-top: 220px;
  border-radius: 28px 28px 120px 120px;
}

.facebook-news-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.facebook-news-photo-left img {
  object-position: 42% center;
}

.facebook-news-feed {
  min-width: 0;
}

.facebook-feed-shell {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.facebook-feed-shell iframe {
  width: 100%;
  max-width: 500px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

.facebook-news-stage .facebook-feed-shell {
  min-height: 1000px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.facebook-news-stage .facebook-feed-shell iframe {
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.facebook-news-stage .facebook-feed-loading {
  min-height: 300px;
  display: grid;
  place-content: center;
  padding: 24px;
  color: var(--ink);
  border-radius: 12px;
  background: #fff;
}

.facebook-news-actions {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-top: 26px;
  text-align: center;
}

.facebook-news-archive-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-underline-offset: 4px;
}

.facebook-feed-loading {
  max-width: 460px;
  text-align: center;
}

.facebook-feed-loading strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.facebook-feed-loading p,
.facebook-privacy-note {
  color: var(--muted);
}

.facebook-feed-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.facebook-home-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: 28px;
  align-items: start;
}

.facebook-home-layout .course-card {
  position: sticky;
  top: 116px;
}

.facebook-home-feed h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.facebook-home-feed .facebook-feed-shell {
  min-height: 560px;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span {
  margin: 4px 0;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  background: var(--cream);
}

.hero-grid {
  width: var(--content);
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  align-items: center;
  gap: 56px;
  padding: 64px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 3px;
  content: "";
  background: var(--coral);
  border-radius: 999px;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--coral);
  font-style: normal;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #514b44;
  font-size: clamp(1.04rem, 1.6vw, 1.25rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 10px 24px rgba(232, 95, 56, 0.22);
}

.button-primary:hover {
  background: var(--coral-dark);
}

.button-secondary {
  border-color: rgba(23, 22, 20, 0.22);
  background: rgba(255, 255, 255, 0.7);
}

.button-secondary:hover {
  border-color: var(--ink);
  background: #fff;
}

.hero-visual {
  position: relative;
  padding: 0 0 64px 40px;
}

.hero-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 180px 180px 34px 34px;
  box-shadow: var(--shadow);
}

.hero-photo-secondary {
  position: absolute;
  left: -34px;
  bottom: 0;
  width: min(72%, 390px);
  margin: 0;
  overflow: hidden;
  border: 7px solid var(--cream);
  border-radius: 28px;
  background: #111;
  box-shadow: 0 20px 46px rgba(20, 18, 16, 0.28);
  transform: rotate(-1.5deg);
}

.hero-photo-secondary img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-photo-secondary figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  color: #fff;
  background: rgba(18, 16, 14, 0.78);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hero-badge {
  position: absolute;
  right: -20px;
  bottom: 104px;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  padding: 22px;
  color: var(--ink);
  background: var(--gold);
  border: 8px solid var(--cream);
  border-radius: 50%;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transform: rotate(5deg);
}

.note-ribbon {
  position: absolute;
  top: 9%;
  left: -28px;
  width: 72px;
  height: 88px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sage);
  border-radius: 48% 52% 50% 50%;
  font-family: Georgia, serif;
  font-size: 2.6rem;
  transform: rotate(-8deg);
}

.fact-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.facts {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fact {
  padding: 24px 22px;
  text-align: center;
}

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

.fact strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.fact span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  padding: 100px 0;
}

.section-tight {
  padding: 70px 0;
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.container {
  width: var(--content);
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-dark .section-heading p,
.section-dark .eyebrow {
  color: #d6d0c7;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 9px 30px rgba(43, 34, 23, 0.05);
}

.card-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 15px;
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.card:nth-child(2) .card-number {
  color: var(--ink);
  background: var(--gold);
}

.card:nth-child(3) .card-number {
  background: var(--sage);
}

.card h3 {
  margin: 54px 0 12px;
  font-size: 1.48rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--coral-dark);
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 64px;
}

.split-media {
  position: relative;
}

.split-media img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.split-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.split-copy > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.tick-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  margin: 16px 0;
  padding-left: 34px;
}

.tick-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  content: "✓";
  color: #fff;
  background: var(--sage);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}

.quote {
  margin: 30px 0 0;
  padding: 24px 26px;
  border-left: 5px solid var(--gold);
  color: #38332d;
  background: #fff;
  border-radius: 0 18px 18px 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
}

.page-hero {
  position: relative;
  padding: 84px 0 72px;
  background: var(--cream);
}

.page-hero::after {
  position: absolute;
  right: -120px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  content: "";
  border: 70px solid rgba(232, 95, 56, 0.11);
  border-radius: 50%;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.1rem, 6.4vw, 6.5rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.course-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.course-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.course-card p {
  margin: 0;
  color: var(--muted);
}

.course-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.notice {
  margin: 28px 0;
  padding: 24px 26px;
  border: 1px solid rgba(232, 95, 56, 0.3);
  border-radius: 18px;
  background: #fff2eb;
}

.notice strong {
  display: block;
  margin-bottom: 5px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(44, 34, 21, 0.06);
}

.price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: #544e46;
  background: #f8f3ec;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tr:last-child td {
  border-bottom: 0;
}

.price-table td:last-child {
  color: var(--coral-dark);
  font-weight: 850;
  white-space: nowrap;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.schedule {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.schedule h3 {
  margin: 0 0 15px;
  font-size: 1.2rem;
}

.schedule dl {
  margin: 0;
}

.schedule dt {
  margin-top: 13px;
  font-weight: 760;
}

.schedule dd {
  margin: 2px 0 0;
  color: var(--muted);
}

.rules {
  display: grid;
  gap: 12px;
}

.rules details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.rules summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

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

.rules summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  content: "+";
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  transform: translateY(-50%);
}

.rules details[open] summary::after {
  content: "−";
}

.rule-body {
  padding: 0 22px 22px;
  color: #504a43;
}

.rule-body p:first-child {
  margin-top: 0;
}

.gallery-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-button {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.filter-button[aria-pressed="true"],
.filter-button:hover {
  color: #fff;
  border-color: var(--coral);
  background: var(--coral);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--cream);
  aspect-ratio: 1;
}

.gallery-item:nth-child(7n + 1),
.gallery-item:nth-child(7n + 5) {
  grid-row: span 2;
  aspect-ratio: auto;
}

.gallery-item button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gallery-item button:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 12px 10px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.76));
  font-size: 0.78rem;
  pointer-events: none;
}

.gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.lightbox {
  width: min(1100px, calc(100vw - 30px));
  max-height: calc(100vh - 30px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.lightbox::backdrop {
  background: rgba(11, 10, 9, 0.88);
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: contain;
}

.lightbox p {
  margin: 0;
  padding: 12px 60px 16px 18px;
  color: #fff;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  font-size: 1.45rem;
  cursor: pointer;
}

.timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

.timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 96px;
  width: 2px;
  content: "";
  background: var(--cream-deep);
}

.timeline-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 46px;
  margin: 0 0 38px;
}

.timeline-year {
  color: var(--coral-dark);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: right;
}

.timeline-content {
  position: relative;
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.timeline-content::before {
  position: absolute;
  top: 22px;
  left: -32px;
  width: 14px;
  height: 14px;
  content: "";
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--cream-deep);
}

.timeline-content h3 {
  margin: 0 0 8px;
}

.timeline-content p {
  margin: 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.contact-card .icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 15px;
  font-size: 1.25rem;
}

.contact-card:nth-child(2) .icon {
  color: var(--ink);
  background: var(--gold);
}

.contact-card:nth-child(3) .icon {
  background: var(--sage);
}

.contact-card h2,
.contact-card h3 {
  margin: 34px 0 10px;
  font-family: inherit;
  font-size: 1.3rem;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
}

.contact-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--coral-dark);
  font-weight: 760;
  overflow-wrap: anywhere;
}

.prose {
  max-width: 820px;
}

.prose h2 {
  margin: 52px 0 15px;
  font-size: 2rem;
}

.prose h3 {
  margin: 34px 0 10px;
}

.prose p,
.prose li {
  color: #4e4841;
}

.prose a {
  color: var(--coral-dark);
  font-weight: 700;
}

.cta-band {
  padding: 0 0 100px;
  background: var(--paper);
}

.cta-box {
  width: var(--content);
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 52px;
  overflow: hidden;
  color: #fff;
  background: var(--coral);
  border-radius: 34px;
}

.cta-box h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cta-box p {
  max-width: 650px;
  margin: 15px 0 0;
  color: #fff1ea;
}

.cta-box .button {
  color: var(--ink);
  background: #fff;
}

.site-footer {
  padding: 60px 0 24px;
  color: #ddd7ce;
  background: #171614;
}

.footer-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 40px;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand .brand small {
  color: #bdb5aa;
}

.footer-brand p {
  max-width: 360px;
  color: #bdb5aa;
}

.footer-column h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  margin: 9px 0;
  color: #c8c1b7;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  width: var(--content);
  margin: 44px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #9f978d;
  font-size: 0.84rem;
}

.status-message {
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .facebook-news-stage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .facebook-news-photo {
    display: none;
  }

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

  .facebook-home-layout .course-card {
    position: static;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 14px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 35px rgba(44, 34, 21, 0.12);
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .site-nav .nav-cta {
    margin: 8px 0 0;
    text-align: center;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 54px 0 70px;
  }

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

  .hero-visual {
    max-width: 680px;
    padding-left: 24px;
  }

  .hero-photo {
    aspect-ratio: 16 / 11;
    border-radius: 120px 120px 30px 30px;
  }

  .hero-photo-secondary {
    left: -18px;
    width: min(62%, 390px);
  }

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

  .fact:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .fact:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

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

  .split-media {
    max-width: 760px;
  }

  .split-media img {
    min-height: 420px;
  }

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

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

@media (max-width: 680px) {
  :root {
    --content: min(1160px, calc(100vw - 28px));
    --radius: 20px;
  }

  .announcement {
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.64rem;
  }

  h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.5rem);
  }

  .hero-grid {
    width: calc(100vw - 28px);
    padding-top: 44px;
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
    max-width: 100%;
  }

  .hero-visual {
    padding: 0 0 92px;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 100%;
  }

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

  .hero .button {
    width: 100%;
    max-width: 100%;
    padding-inline: 14px;
    font-size: 0.92rem;
  }

  .hero-photo {
    aspect-ratio: 4 / 5;
    border-radius: 90px 90px 24px 24px;
  }

  .hero-photo-secondary {
    left: 8px;
    bottom: 0;
    width: calc(100% - 16px);
    border-width: 5px;
    border-radius: 20px;
    transform: none;
  }

  .hero-photo-secondary figcaption {
    left: 10px;
    bottom: 9px;
    max-width: calc(100% - 20px);
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .hero-badge {
    right: -8px;
    top: -16px;
    bottom: auto;
    width: 116px;
    height: 116px;
    padding: 16px;
    border-width: 5px;
    font-size: 0.82rem;
  }

  .note-ribbon {
    left: -8px;
    width: 58px;
    height: 68px;
    font-size: 2rem;
  }

  .fact {
    padding: 20px 10px;
  }

  .fact strong {
    font-size: 1.08rem;
  }

  .fact span {
    font-size: 0.78rem;
  }

  .section {
    padding: 72px 0;
  }

  .facebook-news-stage-section {
    padding-top: 18px;
  }

  .facebook-news-stage {
    width: 100vw;
    margin-left: calc((var(--content) - 100vw) / 2);
    padding: 42px 14px 34px;
    border-radius: 0;
  }

  .facebook-news-stage-intro {
    margin-bottom: 28px;
  }

  .facebook-news-stage-intro h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .facebook-news-stage .facebook-feed-shell {
    min-height: 1000px;
  }

  .facebook-news-actions .button {
    width: 100%;
    padding-inline: 14px;
  }

  .section-tight {
    padding: 52px 0;
  }

  .card-grid,
  .course-grid,
  .schedule-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: 245px;
  }

  .split {
    gap: 38px;
  }

  .split-media img {
    min-height: 360px;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 5) {
    grid-row: auto;
    aspect-ratio: 1;
  }

  .timeline::before {
    left: 10px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 32px;
  }

  .timeline-year {
    text-align: left;
  }

  .timeline-content::before {
    top: -35px;
    left: -29px;
  }

  .cta-band {
    padding-bottom: 72px;
  }

  .cta-box {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 34px 25px;
    border-radius: 26px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

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

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