:root {
  --ink: #243433;
  --muted: #5d6b68;
  --soft: #f7f3ed;
  --paper: #fffdf8;
  --jade: #0f828a;
  --jade-dark: #09646a;
  --coral: #d96d55;
  --gold: #d9a441;
  --line: #e5ddd1;
  --shadow: 0 22px 60px rgba(47, 63, 60, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid rgba(229, 221, 209, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--jade-dark);
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: 0 0 44px;
  color: var(--jade-dark);
  background: #e8f4f1;
  border: 1px solid rgba(15, 130, 138, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.brand-mark > img {
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #fff;
  border: 2px solid #fff;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
}

.nav-cta {
  color: var(--jade-dark);
  font-weight: 800;
}

.section {
  position: relative;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  min-height: calc(100vh - 70px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 20%, rgba(15, 130, 138, 0.14), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f7f3ed 100%);
}

.hero-copy,
.hero-media,
.content-panel,
.photo-panel,
.booking-panel,
.section-heading,
.values > div,
.value-grid,
.library-grid,
.review-grid,
.discount-note,
.library-note {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 12px;
  color: var(--jade-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 8vw, 7.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.tagline {
  max-width: 680px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.22;
}

.hero-scope {
  max-width: 680px;
  margin-bottom: 16px;
  color: var(--jade-dark);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  font-weight: 850;
}

.intro,
.content-panel p,
.values p,
.booking p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.06rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 22px;
}

.trust-row span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--muted);
  border: 1px solid rgba(229, 221, 209, 0.78);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.2;
}

.trust-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--jade-dark);
  border-radius: 50%;
  background: #eef8f6;
  font-size: 0.78rem;
  font-weight: 950;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--jade);
  box-shadow: 0 12px 28px rgba(15, 130, 138, 0.22);
}

.button.secondary {
  color: var(--jade-dark);
  background: #fff;
  border: 1px solid var(--line);
}

.button.wide {
  width: 100%;
}

.hero-media {
  justify-self: end;
  width: min(100%, 390px);
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  background: #fff;
}

.photo-panel {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.family-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  background: #f3f8f5;
}

.family-story-copy {
  max-width: 660px;
}

.family-story-copy h2 {
  margin-bottom: 20px;
}

.family-story-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.family-video {
  width: min(100%, 290px);
  aspect-ratio: 9 / 16;
  justify-self: end;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: var(--shadow);
}

.family-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.about-gallery img {
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cn-note {
  margin: 24px 0 0;
  color: var(--jade-dark);
  font-weight: 800;
}

.values {
  display: grid;
  grid-template-columns: minmax(240px, 0.66fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--soft);
}

.value-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.value-grid article,
.library-card,
blockquote,
.booking-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
}

.value-grid article {
  padding: 24px;
}

.value-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.lessons {
  background: #fff;
}

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

.who-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.who-card {
  min-height: 170px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
}

.who-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--jade-dark);
  border-radius: 50%;
  background: #eef8f6;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.who-card h3 {
  margin-bottom: 8px;
}

.who-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.tuition-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.label {
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section .eyebrow,
.section .label {
  color: var(--coral);
}

.price {
  margin-bottom: 6px;
  color: var(--jade-dark);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

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

.schedule-note {
  max-width: 760px;
  margin-top: 14px;
  color: var(--jade-dark);
  font-weight: 800;
}

.trial-card,
.tuition-card,
.package-accordion,
.good-to-know {
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 46px rgba(47, 63, 60, 0.1);
}

.trial-card {
  padding: clamp(30px, 5vw, 52px);
  background:
    radial-gradient(circle at 84% 16%, rgba(217, 164, 65, 0.2), transparent 28%),
    #eef8f6;
}

.trial-card-main {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.8fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin: 10px 0 28px;
}

.trial-card h3 {
  max-width: 520px;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.trial-price {
  margin: 0;
  color: var(--jade-dark);
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
}

.trial-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-weight: 850;
}

.trial-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trial-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
}

.trial-card .button {
  width: min(100%, 260px);
}

.trial-card .small {
  max-width: 620px;
  margin-top: 18px;
}

.tuition-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tuition-card {
  padding: 30px;
}

.tuition-list {
  display: grid;
  gap: 18px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.tuition-list li,
.package-grid div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.tuition-list li::after {
  content: "";
  flex: 1;
  order: 2;
  border-bottom: 1px dotted rgba(93, 107, 104, 0.4);
}

.tuition-list span {
  order: 1;
}

.tuition-list strong {
  order: 3;
  color: var(--jade-dark);
  font-size: 1.25rem;
}

.package-accordion {
  padding: 0;
  overflow: hidden;
}

.package-accordion summary {
  cursor: pointer;
  padding: 24px 30px;
  color: var(--jade-dark);
  font-weight: 900;
  list-style: none;
}

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

.package-accordion summary::after {
  content: "+";
  float: right;
  color: var(--coral);
  font-size: 1.35rem;
  line-height: 1;
}

.package-accordion[open] summary::after {
  content: "-";
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  padding: 0 30px 30px;
  color: var(--muted);
}

.package-grid strong {
  color: var(--jade-dark);
  font-size: 1.25rem;
}

.good-to-know {
  padding: 30px;
  background: #fbf6ef;
  box-shadow: none;
}

.good-to-know h3 {
  margin-bottom: 14px;
}

.good-to-know ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.classroom {
  background: var(--soft);
}

.classroom .section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.classroom-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr) minmax(240px, 0.8fr);
  grid-auto-rows: 260px;
  gap: 16px;
}

.classroom-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.classroom-card.large {
  grid-row: span 2;
}

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

.classroom-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.35;
  background: linear-gradient(transparent, rgba(20, 31, 30, 0.78));
}

.reviews {
  background: var(--soft);
}

.library {
  background: var(--paper);
}

.library .section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.library-card {
  min-height: 260px;
  padding: 24px;
}

.library-card.open {
  background: #fff;
}

.library-card.private {
  background: #fbf6ef;
}

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

.library-card a,
.library-card span {
  display: inline-flex;
  margin-top: 12px;
  color: var(--jade-dark);
  font-weight: 900;
  text-decoration: none;
}

.library-note {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

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

blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  margin: 0;
  padding: 28px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.35;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: 22px;
  color: var(--jade-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 420px);
  align-items: start;
  gap: clamp(32px, 6vw, 88px);
  background:
    linear-gradient(rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.94)),
    radial-gradient(circle at 18% 22%, rgba(217, 164, 65, 0.34), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(15, 130, 138, 0.28), transparent 32%);
}

.booking-panel {
  padding: 26px;
  box-shadow: var(--shadow);
}

.policies {
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(54px, 7vw, 86px);
  background: #fff;
}

.policy-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.policy-heading h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

.policy-accordion {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  color: var(--teal);
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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

.policy-accordion summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
}

.policy-accordion[open] summary::after {
  content: "-";
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 7vw, 96px);
  border-top: 1px solid var(--line);
}

.policy-block {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.policy-block h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.policy-block h3 strong {
  color: var(--teal);
  font-size: 1.35rem;
}

.policy-block p:not(.label),
.policy-block li {
  color: var(--muted);
}

.policy-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-block li + li {
  margin-top: 6px;
}

.policy-block a {
  color: var(--teal);
  overflow-wrap: anywhere;
}

.booking-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.booking-profile h3,
.booking-profile p {
  margin: 0;
}

.booking-profile h3 {
  font-size: 1.25rem;
}

.booking-profile p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8f4f1;
}

.booking-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.email-link {
  display: block;
  margin-top: 20px;
  color: var(--jade-dark);
  font-weight: 900;
  text-align: center;
  word-break: break-word;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #fff;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .family-story,
  .values,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    justify-self: start;
    width: min(100%, 420px);
    min-height: 0;
  }

  .family-video {
    justify-self: start;
  }

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

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

  .trial-card-main,
  .tuition-secondary {
    grid-template-columns: 1fr;
  }

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

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

  .classroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .classroom-card.large {
    grid-column: span 2;
    grid-row: span 1;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.9rem;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.75rem);
  }

  .hero-media {
    width: min(100%, 335px);
  }

  .actions,
  .button {
    width: 100%;
  }

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

  .who-grid,
  .library-grid,
  .classroom-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .classroom-grid {
    grid-auto-rows: 245px;
  }

  .classroom-card.large {
    grid-column: auto;
  }

  .trial-card,
  .tuition-card,
  .package-accordion,
  .good-to-know {
    box-shadow: 0 14px 34px rgba(47, 63, 60, 0.08);
  }

  .trial-card,
  .tuition-card,
  .good-to-know {
    padding: 24px;
  }

  .package-accordion summary {
    padding: 22px 24px;
  }

  .package-grid {
    padding: 0 24px 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}
.lesson-links{margin-top:18px;border-top:1px solid rgba(21,96,103,.18);padding-top:14px}.lesson-links summary{cursor:pointer;color:#156067;font-weight:800;list-style:none}.lesson-links summary::-webkit-details-marker{display:none}.lesson-links summary::after{content:"＋";float:right;font-weight:500}.lesson-links[open] summary::after{content:"−"}.lesson-links nav{display:grid;gap:6px;margin-top:12px}.lesson-links nav a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;background:rgba(21,96,103,.055);font-size:.92rem;text-decoration:none}.lesson-links nav a:hover{background:rgba(21,96,103,.11)}.lesson-links nav span{font-size:.72rem;letter-spacing:.08em;opacity:.58}
