:root {
  --ink: #17201d;
  --muted: #69746f;
  --line: #e7e2d8;
  --paper: #fbf8f1;
  --white: #fffdf8;
  --green: #073f33;
  --green-2: #0f5a48;
  --aqua: #2b9ecc;
  --coral: #c95743;
  --coral-dark: #a64233;
  --gold: #b99354;
  --shadow: 0 18px 60px rgba(23, 32, 29, 0.14);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#difference,
#programs,
#trial,
#community,
#blog,
#location,
.dream-project-section {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.line {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

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

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

main {
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 22px;
  align-items: center;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(23, 32, 29, 0.08);
  backdrop-filter: blur(14px);
}

.site-header:not(.is-scrolled):not(.is-open) .brand {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 232px;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 54px;
  height: 32px;
}

.brand-mark img {
  width: 54px;
  height: auto;
}

.brand strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: currentColor;
  opacity: 0.8;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 36px);
  font-size: 15px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-link,
.contact-list a,
.trial-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-link {
  font-weight: 700;
  white-space: nowrap;
}

.phone-link svg,
.contact-list svg,
.trial-meta svg,
.text-link svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  color: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.16);
}

.btn svg {
  width: 19px;
  height: 19px;
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: var(--coral);
  color: #fff;
}

.btn-primary::after,
.blog-card::after,
.program-card.featured::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 58%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.btn-primary:hover::after,
.blog-card:hover::after,
.program-card.featured:hover::after {
  opacity: 1;
  transform: translateX(120%);
  transition: transform 0.85s ease, opacity 0.2s ease;
}

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

.btn-secondary {
  background: var(--green);
  color: #fff;
}

.btn-light {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.btn-wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 28, 23, 0.92) 0%, rgba(4, 28, 23, 0.72) 28%, rgba(4, 28, 23, 0.22) 68%, rgba(4, 28, 23, 0.04) 100%),
    linear-gradient(0deg, rgba(4, 28, 23, 0.58) 0%, rgba(4, 28, 23, 0) 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  padding: 170px 0 120px clamp(20px, 7vw, 108px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.split-heading h2,
.trial-copy h2,
.community-copy h2,
.teacher-copy h2,
.location-info h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero h1 {
  display: grid;
  gap: 12px;
}

.hero-title-brand {
  max-width: 540px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 1.05;
}

.hero-title-copy {
  max-width: 650px;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.18;
}

.hero-copy {
  width: min(580px, 100%);
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 56px);
  bottom: 100px;
  display: flex;
  gap: 10px;
  max-width: calc(100% - 36px);
}

.hero-note span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  padding: 10px 13px;
  background: rgba(7, 63, 51, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.quick-links {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 36px));
  margin: -58px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-links a {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  padding: 24px;
  border-right: 1px solid var(--line);
  transition: background 0.22s ease, transform 0.22s ease;
}

.quick-links a:last-child {
  border-right: 0;
}

.quick-links a:hover {
  background: #f5efe4;
  transform: translateY(-3px);
}

.quick-links svg {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  color: var(--green-2);
  animation: iconBreath 4.2s ease-in-out infinite;
}

.quick-links a:nth-child(2) svg {
  animation-delay: 0.25s;
}

.quick-links a:nth-child(3) svg {
  animation-delay: 0.5s;
}

.quick-links a:nth-child(4) svg {
  animation-delay: 0.75s;
}

.quick-links span {
  font-size: 16px;
  font-weight: 800;
}

.quick-links small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.proof-section {
  display: grid;
  gap: 28px;
  width: min(1180px, calc(100% - 36px));
  margin: 76px auto 0;
  padding: 34px;
  border: 1px solid rgba(43, 158, 204, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(43, 158, 204, 0.1), rgba(255, 253, 248, 0.96) 54%),
    var(--white);
  box-shadow: 0 18px 52px rgba(23, 32, 29, 0.08);
}

.proof-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.24;
}

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

.proof-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  min-height: 154px;
  padding: 20px 18px;
  border: 1px solid rgba(7, 63, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(var(--lift, 0)) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.proof-grid article:hover {
  --lift: -4px;
  border-color: rgba(43, 158, 204, 0.38);
  box-shadow: 0 16px 38px rgba(23, 32, 29, 0.1);
}

.proof-grid strong {
  color: var(--aqua);
  font-size: clamp(27px, 2.8vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

.proof-grid span {
  margin-top: 12px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.44;
}

.learning-proof-section {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(7, 63, 51, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(7, 63, 51, 0.96), rgba(11, 83, 68, 0.95)),
    var(--green);
  color: #fff;
  box-shadow: 0 18px 54px rgba(23, 32, 29, 0.12);
}

.learning-proof-copy {
  position: sticky;
  top: 104px;
}

.learning-proof-copy h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.24;
}

.learning-proof-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.routine-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  margin-top: 28px;
}

.routine-map span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.routine-map svg {
  width: 16px;
  height: 16px;
  color: #9adbed;
}

.routine-map b {
  width: 20px;
  height: 2px;
  align-self: center;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(154, 219, 237, 0.2), #9adbed);
}

.routine-map b:nth-of-type(2) {
  grid-column: 2;
}

.routine-map span:nth-of-type(3) {
  grid-column: 1;
}

.routine-map span:nth-of-type(4) {
  grid-column: 3;
}

.evidence-grid {
  display: grid;
  gap: 14px;
}

.evidence-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.08);
}

.evidence-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--aqua);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.evidence-card.is-visible::before {
  transform: scaleY(1);
}

.evidence-kicker {
  color: #9adbed;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
}

.evidence-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.evidence-card small,
.evidence-source {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.evidence-meter {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.evidence-meter span {
  display: block;
  width: var(--fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aqua), #9adbed);
  transform: scaleX(0);
  transform-origin: left;
}

.evidence-card.is-visible .evidence-meter span {
  animation: fillMeter 1.1s 0.12s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.feedback-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.feedback-loop b {
  border-radius: 999px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
}

.feedback-loop svg {
  width: 17px;
  height: 17px;
  color: var(--aqua);
  animation: nudgeRight 1.8s ease-in-out infinite;
}

.feedback-loop svg:nth-of-type(2) {
  animation-delay: 0.28s;
}

.evidence-source {
  grid-column: 2;
  margin: -2px 0 0;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

.intro-section {
  padding-bottom: 58px;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 40px;
}

.section-heading h2,
.split-heading h2,
.trial-copy h2,
.community-copy h2,
.teacher-copy h2,
.location-info h2 {
  font-size: clamp(27px, 3.1vw, 40px);
}

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

.values-grid article {
  padding-top: 24px;
  border-top: 2px solid var(--green);
}

.values-grid svg {
  width: 34px;
  height: 34px;
  color: var(--green-2);
}

.values-grid h3,
.program-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.values-grid p,
.program-card p,
.difference-grid p,
.method-rail p,
.split-heading p,
.trial-copy p,
.community-copy p,
.teacher-copy p,
.form-help,
.address {
  color: var(--muted);
}

.difference-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.difference-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 58px);
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
}

.difference-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.22;
}

.difference-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.difference-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transform: translateY(var(--lift, 0)) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.difference-grid article:hover {
  --lift: -4px;
  border-color: rgba(43, 158, 204, 0.44);
  box-shadow: 0 18px 42px rgba(23, 32, 29, 0.12);
}

.difference-grid svg {
  width: 30px;
  height: 30px;
  color: var(--aqua);
}

.difference-grid span {
  display: block;
  margin-top: 24px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.difference-grid h3 {
  margin: 7px 0 10px;
  font-size: 22px;
}

.difference-grid p {
  margin: 0;
  font-size: 14px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.method-section {
  padding-top: 28px;
}

.method-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(23, 32, 29, 0.07);
}

.method-rail article {
  position: relative;
  overflow: hidden;
  min-height: 244px;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}

.method-rail article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aqua), #74d7c5);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s ease;
}

.method-rail article.is-visible::before {
  transform: scaleX(1);
}

.method-rail article:last-child {
  border-right: 0;
}

.method-rail span {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.method-rail h3 {
  margin: 16px 0 10px;
  font-size: 20px;
  line-height: 1.32;
}

.method-rail p {
  margin: 0;
  font-size: 14px;
}

.method-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 4px solid var(--aqua);
  border-radius: var(--radius);
  background: #eef8f9;
}

.method-note strong {
  color: var(--green);
}

.method-note span {
  color: var(--muted);
}

.speaking-solution-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 94px;
}

.solution-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.solution-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.22;
}

.solution-grid {
  display: grid;
  gap: 22px;
}

.solution-step {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 340px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(23, 32, 29, 0.08);
}

.solution-step:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(43, 158, 204, 0.08), rgba(255, 253, 248, 0.96)),
    var(--white);
}

.step-copy span {
  display: inline-flex;
  margin-bottom: 20px;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(43, 158, 204, 0.12);
  color: var(--aqua);
  font-weight: 900;
}

.step-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.28;
}

.step-copy p {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.step-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 250px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f4f6f3;
}

.chat-visual {
  gap: 16px;
  justify-items: start;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(7, 63, 51, 0.08), rgba(43, 158, 204, 0.12)),
    #f6fbfa;
}

.chat-visual span,
.chat-visual strong,
.switch-visual span,
.switch-visual strong,
.switch-visual em {
  animation: floatSoft 4.8s ease-in-out infinite;
}

.chat-visual strong,
.switch-visual strong {
  animation-delay: 0.25s;
}

.switch-visual em {
  animation-delay: 0.5s;
}

.chat-visual span,
.chat-visual strong {
  border-radius: 999px;
  padding: 14px 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 29, 0.08);
}

.chat-visual strong {
  justify-self: end;
  background: var(--green);
  color: #fff;
}

.chat-visual small {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--aqua);
  font-weight: 900;
}

.switch-visual {
  gap: 8px;
  color: var(--green);
}

.switch-visual span,
.switch-visual strong,
.switch-visual em {
  width: min(360px, calc(100% - 52px));
  border-radius: var(--radius);
  padding: 15px 18px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.07);
}

.switch-visual svg {
  width: 24px;
  height: 24px;
  color: var(--aqua);
}

.feedback-visual {
  gap: 12px;
  background:
    radial-gradient(circle at 50% 36%, rgba(43, 158, 204, 0.14), transparent 34%),
    #f7f4ec;
  color: var(--green);
}

.wave-bars {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 16px 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 32, 29, 0.09);
}

.wave-bars b {
  display: block;
  width: 7px;
  height: 30px;
  border-radius: 999px;
  background: var(--aqua);
  animation: wave 1.6s ease-in-out infinite;
}

.wave-bars b:nth-child(2) {
  height: 48px;
  animation-delay: 0.12s;
}

.wave-bars b:nth-child(3) {
  height: 38px;
  animation-delay: 0.24s;
}

.wave-bars b:nth-child(4) {
  height: 54px;
  animation-delay: 0.36s;
}

.wave-bars b:nth-child(5) {
  height: 34px;
  animation-delay: 0.48s;
}

.feedback-visual strong {
  font-size: 24px;
}

.feedback-visual span {
  color: var(--muted);
  font-weight: 800;
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.62);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes iconBreath {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.06);
  }
}

@keyframes fillMeter {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes nudgeRight {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(4px);
  }
}

.program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.schedule-board {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid rgba(43, 158, 204, 0.3);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f1fbfd 0%, var(--white) 62%);
}

.schedule-copy h3 {
  margin: 0;
  color: var(--green);
  font-size: 24px;
}

.schedule-copy p {
  margin: 10px 0 0;
  color: var(--muted);
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.schedule-list span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 14px;
}

.schedule-list b {
  flex: 0 0 auto;
  color: var(--green);
}

.program-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transform: translateY(var(--lift, 0)) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.program-card:hover {
  --lift: -4px;
  border-color: rgba(7, 63, 51, 0.28);
  box-shadow: 0 18px 44px rgba(23, 32, 29, 0.12);
}

.program-card.featured {
  background: var(--green);
  color: #fff;
}

.program-card.featured p,
.program-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.program-card span {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  font-size: 38px;
  font-weight: 700;
}

.program-card ul,
.check-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.program-card li {
  color: var(--muted);
  font-size: 14px;
}

.program-card li::before {
  color: var(--gold);
  content: "- ";
}

.audience-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 96px;
  padding: 58px clamp(22px, 4vw, 42px);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 42px rgba(23, 32, 29, 0.07);
}

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

.audience-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 108px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.audience-grid svg {
  width: 23px;
  height: 23px;
  color: var(--aqua);
}

.audience-grid h3 {
  margin: 0;
  color: var(--green);
  font-size: 17px;
  line-height: 1.44;
}

.trial-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) 1.14fr;
  width: min(1180px, calc(100% - 36px));
  margin: 22px auto 96px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trial-copy {
  padding: clamp(34px, 5vw, 64px);
  background: linear-gradient(145deg, var(--green) 0%, #0d5747 100%);
  color: #fff;
}

.trial-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
}

.check-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: #cde8df;
}

.trial-meta {
  display: grid;
  gap: 9px;
  margin-top: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.trial-open-button,
.trial-sheet-header,
.trial-sheet-backdrop {
  display: none;
}

.trial-form {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 52px);
}

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

label {
  display: grid;
  gap: 8px;
  color: #3d4743;
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dcd6cc;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green-2);
  outline: 3px solid rgba(15, 90, 72, 0.13);
}

.agree {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.agree input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-help {
  margin: -6px 0 0;
  font-size: 13px;
}

.form-help a {
  display: inline-flex;
  margin-left: 8px;
  color: var(--deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trial-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

body.trial-sheet-open {
  overflow: hidden;
}

.community-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
  background: var(--green);
  color: #fff;
}

.dream-project-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 18px;
  padding: 22px 0 76px;
}

.dream-project-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.22;
}

.dream-project-copy p {
  color: var(--muted);
}

.dream-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.dream-stats span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 13px;
  background: var(--white);
  color: var(--green);
  font-weight: 800;
}

.dream-stats b {
  color: var(--aqua);
}

.dream-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 14px;
}

.dream-gallery figure,
.dream-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: #e7ece8;
  box-shadow: 0 14px 38px rgba(23, 32, 29, 0.1);
}

.dream-gallery figure.generated {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: clamp(280px, 32vw, 420px);
}

.dream-card {
  display: grid;
  align-content: end;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(43, 158, 204, 0.24);
  background:
    linear-gradient(145deg, rgba(43, 158, 204, 0.1), rgba(255, 253, 248, 0.92)),
    var(--white);
}

.dream-card.accent {
  border-color: rgba(185, 147, 84, 0.32);
  background:
    linear-gradient(145deg, rgba(185, 147, 84, 0.14), rgba(255, 253, 248, 0.92)),
    var(--white);
}

.dream-card span {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dream-card.accent span {
  color: var(--gold);
}

.dream-card h3 {
  margin: 18px 0 8px;
  color: var(--green);
  font-size: 20px;
  line-height: 1.34;
}

.dream-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.dream-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dream-gallery figure:hover img {
  transform: scale(1.045);
}

.community-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

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

.band-phone-card {
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: grid;
  gap: 12px;
  width: min(330px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.92);
  color: var(--green);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  animation: floatSoft 5s ease-in-out infinite;
}

.band-phone-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.band-phone-card strong {
  font-size: 16px;
  line-height: 1.4;
}

.status-check {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 13px;
  background: #fff;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.1);
}

.status-check svg {
  width: 19px;
  height: 19px;
  color: var(--aqua);
  animation: checkPulse 2.6s ease-in-out infinite;
}

.status-check em {
  font-style: normal;
}

@keyframes checkPulse {
  0%,
  100% {
    transform: scale(1);
  }

  48% {
    transform: scale(1.12);
  }
}

.community-copy {
  align-self: center;
  padding: clamp(38px, 6vw, 76px);
}

.community-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.routine-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.routine-list span {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 13px;
  background: rgba(255, 255, 255, 0.08);
}

.routine-list svg {
  width: 19px;
  height: 19px;
  color: #cde8df;
  animation: checkPulse 3s ease-in-out infinite;
}

.routine-list span:nth-child(2) svg {
  animation-delay: 0.25s;
}

.routine-list span:nth-child(3) svg {
  animation-delay: 0.5s;
}

.routine-list span:nth-child(4) svg {
  animation-delay: 0.75s;
}

.challenge-flow {
  display: grid;
  gap: 9px;
  margin-top: -8px;
}

.challenge-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.challenge-flow b {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 12px;
}

.band-cta {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
}

.band-cta strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.44;
}

.band-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.band-cta .btn-secondary {
  background: #fff;
  color: var(--green);
}

.text-cta {
  color: #cde8df;
  font-weight: 900;
}

.testimonials-section {
  padding-top: 84px;
}

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

.testimonial-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(23, 32, 29, 0.08);
}

.testimonial-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aqua), var(--gold));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s ease;
}

.testimonial-card.is-visible::before {
  transform: scaleX(1);
}

.testimonial-card.featured {
  background:
    linear-gradient(145deg, rgba(43, 158, 204, 0.09), rgba(255, 253, 248, 0.96)),
    var(--white);
  transform: translateY(var(--lift, 0)) scale(1.02);
}

.testimonial-card span {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
}

.testimonial-card blockquote {
  position: relative;
  margin: 32px 0 28px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.48;
}

.testimonial-card blockquote::before {
  position: absolute;
  top: -34px;
  left: 0;
  color: rgba(43, 158, 204, 0.22);
  content: "“";
  font-family: "Playfair Display", serif;
  font-size: 72px;
  line-height: 1;
}

.testimonial-card small {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
}

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

.blog-card {
  position: relative;
  display: grid;
  grid-template-rows: 178px 1fr;
  overflow: hidden;
  min-height: 368px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transform: translateY(var(--lift, 0)) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-card:hover {
  --lift: -4px;
  border-color: rgba(7, 63, 51, 0.28);
  box-shadow: 0 18px 44px rgba(23, 32, 29, 0.12);
}

.blog-image {
  overflow: hidden;
  background: #e8ece8;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.055);
}

.blog-card-body {
  display: grid;
  padding: 22px;
}

.blog-card small {
  color: var(--gold);
  font-weight: 800;
}

.blog-card h3 {
  margin: 10px 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.blog-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.blog-link {
  align-self: end;
  color: var(--green);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  filter: none;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 30px), 0) scale(0.985) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--lift, 0), 0) scale(1) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

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

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

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

@media (hover: none) {
  .btn:hover,
  .quick-links a:hover,
  .proof-grid article:hover,
  .difference-grid article:hover,
  .program-card:hover,
  .blog-card:hover {
    transform: none;
    box-shadow: none;
  }

  .dream-gallery figure:hover img,
  .blog-card:hover .blog-image img {
    transform: none;
  }
}

.teacher-section {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto 96px;
  padding: 58px 0;
}

.teacher-photo {
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  border-radius: var(--radius);
  background: #fff;
}

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

.teacher-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.teacher-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--white);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.location-section {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 96px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.location-info {
  padding: clamp(34px, 5vw, 60px);
}

.address {
  font-size: 18px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  font-weight: 700;
}

.contact-list a {
  color: var(--green);
}

.location-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

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

.place-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 12px;
  width: min(320px, calc(100% - 48px));
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(7, 63, 51, 0.92);
  color: #fff;
  box-shadow: var(--shadow);
}

.place-card span {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 36px clamp(18px, 4vw, 56px);
  background: #031f1a;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.footer-logo {
  width: 90px;
  height: auto;
  margin-bottom: 10px;
}

.site-footer span {
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.toast {
  position: fixed;
  z-index: 40;
  right: 20px;
  bottom: 20px;
  max-width: min(420px, calc(100% - 40px));
  padding: 15px 18px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-actions .phone-link {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-header.is-open .main-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .main-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-header.is-open .main-nav a:last-child {
    border-bottom: 0;
  }

  .quick-links,
  .proof-section,
  .learning-proof-section,
  .values-grid,
  .program-list,
  .audience-grid,
  .method-rail,
  .difference-section,
  .difference-grid,
  .schedule-board,
  .dream-project-section,
  .testimonial-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .method-rail article {
    border-bottom: 1px solid var(--line);
  }

  .method-rail article:nth-child(2n) {
    border-right: 0;
  }

  .method-rail article:last-child {
    border-bottom: 0;
  }

  .hero-note {
    display: none;
  }

  .quick-links a:nth-child(2) {
    border-right: 0;
  }

  .quick-links a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .split-heading,
  .proof-section,
  .learning-proof-section,
  .solution-step,
  .trial-section,
  .community-section,
  .teacher-section,
  .difference-section,
  .schedule-board,
  .dream-project-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .teacher-section {
    width: min(720px, calc(100% - 36px));
  }

  .teacher-photo {
    width: min(420px, 100%);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 46px;
    height: 28px;
  }

  .brand-mark img {
    width: 46px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small,
  .header-actions {
    display: none;
  }

  .site-header.is-open .main-nav {
    top: 68px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 28, 23, 0.92) 0%, rgba(4, 28, 23, 0.72) 58%, rgba(4, 28, 23, 0.24) 100%),
      linear-gradient(0deg, rgba(4, 28, 23, 0.76) 0%, rgba(4, 28, 23, 0) 42%);
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 132px 16px 120px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-note {
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-title-brand {
    font-size: clamp(42px, 13vw, 56px);
  }

  .hero-title-copy {
    font-size: clamp(29px, 9vw, 38px);
  }

  .quick-links,
  .proof-grid,
  .evidence-grid,
  .values-grid,
  .program-list,
  .audience-grid,
  .method-rail,
  .difference-grid,
  .schedule-list,
  .dream-gallery,
  .testimonial-grid,
  .blog-grid,
  .form-row,
  .routine-list {
    grid-template-columns: 1fr;
  }

  .method-section {
    padding-top: 0;
  }

  .method-rail article,
  .method-rail article:nth-child(2n) {
    min-height: auto;
    border-right: 0;
  }

  .quick-links {
    margin-top: 0;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .quick-links a,
  .quick-links a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-links a:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 70px 0;
  }

  .proof-section {
    width: calc(100% - 32px);
    margin-top: 42px;
    padding: 24px;
  }

  .learning-proof-section {
    width: calc(100% - 32px);
    margin-top: 18px;
    padding: 28px 22px;
  }

  .learning-proof-copy {
    position: static;
  }

  .evidence-source {
    grid-column: auto;
  }

  .proof-grid article {
    min-height: 132px;
  }

  .intro-section {
    padding-bottom: 42px;
  }

  .difference-section {
    padding: 42px 0 70px;
  }

  .difference-copy,
  .schedule-board {
    padding: 24px;
  }

  .program-card {
    min-height: auto;
  }

  .audience-section {
    width: calc(100% - 32px);
    margin-bottom: 72px;
    padding: 34px 20px;
  }

  .audience-grid article {
    min-height: auto;
  }

  .schedule-list span {
    display: grid;
  }

  .dream-project-section {
    margin-top: 0;
    padding-bottom: 56px;
  }

  .speaking-solution-section {
    padding-bottom: 70px;
  }

  .solution-heading {
    margin-bottom: 26px;
  }

  .solution-step {
    min-height: auto;
  }

  .step-copy p {
    font-size: 15px;
  }

  .step-visual {
    min-height: 230px;
  }

  .dream-gallery {
    grid-template-rows: auto;
    grid-auto-rows: 260px;
  }

  .dream-gallery figure.generated {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .trial-section {
    width: 100%;
    margin-bottom: 72px;
    border-radius: 0;
  }

  .testimonials-section {
    padding-top: 64px;
  }

  .testimonial-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    scroll-snap-type: x mandatory;
  }

  .testimonial-card {
    flex: 0 0 min(310px, 86vw);
    min-height: 300px;
    scroll-snap-align: start;
  }

  .community-media {
    min-height: 300px;
  }

  .band-phone-card {
    right: 16px;
    bottom: 16px;
    gap: 9px;
    width: min(300px, calc(100% - 32px));
    padding: 16px;
  }

  .status-check {
    padding: 9px 11px;
  }

  .teacher-section {
    padding: 30px 0 60px;
  }

  .location-section {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }

  .location-visual {
    display: grid;
    min-height: auto;
  }

  .location-visual img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .place-card {
    position: static;
    width: auto;
    border-radius: 0;
  }

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

  .site-footer nav {
    flex-wrap: wrap;
  }
}

/* Desktop hero balance */
@media (min-width: 1090px) {
  .hero-content {
    width: min(660px, calc(100% - 36px));
    margin-left: clamp(132px, 9.5vw, 220px);
    padding-left: 0;
  }

  .hero-copy {
    width: min(560px, 100%);
  }
}

@media (min-width: 1600px) {
  .hero-content {
    margin-left: clamp(190px, 11vw, 260px);
  }
}

/* Premium visual refresh: closer to the bright studio proposal direction. */
:root {
  --ink: #15211f;
  --muted: #6f7a76;
  --line: #e6e0d5;
  --paper: #faf6ee;
  --white: #fffdf8;
  --green: #064c4f;
  --green-2: #0b6666;
  --aqua: #2b9ecc;
  --coral: #f36f57;
  --coral-dark: #d85a44;
  --gold: #b89350;
  --shadow: 0 24px 70px rgba(20, 35, 32, 0.12);
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(43, 158, 204, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, var(--paper) 46%, #fffdf8 100%);
}

.site-header {
  min-height: 76px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(7, 63, 51, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 10px 34px rgba(20, 35, 32, 0.09);
}

.site-header:not(.is-scrolled):not(.is-open) .brand {
  text-shadow: none;
}

.brand strong {
  color: var(--green);
  letter-spacing: 0.02em;
}

.main-nav {
  font-size: 14px;
  font-weight: 800;
}

.main-nav a::after {
  background: var(--aqua);
}

.hero {
  min-height: 720px;
  margin-top: 76px;
  color: #fff;
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: -2vw;
  bottom: -1px;
  left: -2vw;
  height: 128px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 128' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23faf6ee' d='M0 14C260 68 465 96 720 96C975 96 1180 68 1440 14V128H0V14Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

.hero-bg {
  object-position: 58% center;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(29, 31, 25, 0.78) 0%, rgba(50, 48, 37, 0.6) 34%, rgba(50, 48, 37, 0.18) 68%, rgba(50, 48, 37, 0.02) 100%),
    linear-gradient(0deg, rgba(22, 30, 27, 0.34) 0%, rgba(22, 30, 27, 0) 42%);
}

.hero-content {
  padding-top: clamp(118px, 12vw, 168px);
}

.hero-title-brand {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.hero-title-copy {
  max-width: 590px;
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 900;
  line-height: 1.16;
}

.hero-copy {
  max-width: 570px;
  font-size: clamp(16px, 1.55vw, 20px);
}

.hero-note {
  position: static;
  margin-top: 24px;
  z-index: 4;
}

.hero-note span {
  min-width: 136px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.hero-actions {
  margin-top: 12px;
}

.hero-more {
  position: absolute;
  z-index: 5;
  bottom: -2px;
  left: 50%;
  display: grid;
  width: 176px;
  height: 86px;
  place-items: center;
  align-content: center;
  gap: 3px;
  border-radius: 110px 110px 0 0;
  background: var(--paper);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateX(-50%);
  box-shadow: 0 -14px 34px rgba(20, 35, 32, 0.08);
}

.hero-more svg {
  width: 18px;
  height: 18px;
  color: var(--aqua);
  animation: heroMoreNudge 1.7s ease-in-out infinite;
}

.hero-more:hover {
  color: var(--green);
  transform: translateX(-50%) translateY(-3px);
}

@keyframes heroMoreNudge {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }
}

.quick-links {
  margin-top: 32px;
  border-color: rgba(7, 63, 51, 0.08);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 54px rgba(20, 35, 32, 0.09);
  backdrop-filter: blur(12px);
}

.quick-links a {
  padding: 22px 24px;
}

.quick-links svg {
  color: var(--green);
}

.proof-section {
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 54px);
  align-items: start;
  margin-top: 72px;
  padding: clamp(34px, 5vw, 58px);
  border-color: rgba(43, 158, 204, 0.2);
  background:
    linear-gradient(135deg, rgba(43, 158, 204, 0.1), transparent 42%),
    rgba(255, 253, 248, 0.92);
  box-shadow: 0 24px 70px rgba(20, 35, 32, 0.08);
}

.proof-copy h2 {
  max-width: 760px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
}

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

.proof-grid article {
  min-height: 172px;
  padding: 28px 26px;
  border-color: rgba(7, 63, 51, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(20, 35, 32, 0.05);
}

.proof-grid strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: var(--aqua);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.proof-grid strong .count-up {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.proof-grid article > span {
  margin-top: 18px;
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
}

.learning-proof-section,
.trial-section,
.community-section,
.location-section {
  box-shadow: 0 28px 76px rgba(20, 35, 32, 0.1);
}

.values-grid article {
  border-top-color: rgba(6, 76, 79, 0.72);
}

.program-card,
.difference-grid article,
.blog-card,
.testimonial-card {
  border-color: rgba(7, 63, 51, 0.1);
  background: rgba(255, 253, 248, 0.92);
}

.program-card span {
  font-family: "Noto Sans KR", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.audience-section,
.schedule-board {
  background: rgba(255, 253, 248, 0.94);
}

.location-section {
  border-color: rgba(7, 63, 51, 0.1);
}

@media (max-width: 1080px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
  }

  .hero {
    min-height: 700px;
    margin-top: 68px;
  }

  .hero-content {
    padding: 112px 16px 88px;
  }

  .hero-title-brand {
    font-size: 14px;
  }

  .hero-title-copy {
    font-size: clamp(38px, 12vw, 52px);
  }

  .hero-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: calc(100% - 32px);
  }

  .hero-note span {
    min-width: 0;
    padding: 10px 6px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
  }

  .hero-actions .btn {
    min-height: 50px;
    padding: 12px 10px;
    justify-content: center;
  }

  .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .hero-more {
    width: 150px;
    height: 74px;
    font-size: 12px;
  }

  .proof-section {
    border-radius: var(--radius);
  }

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

  .proof-grid article {
    min-height: 138px;
  }

  .proof-grid strong {
    font-size: 44px;
  }
}

/* Conversion-focused visual polish */
.hero {
  min-height: clamp(820px, 88vh, 940px);
}

.hero-content {
  padding-top: clamp(150px, 14vw, 210px);
}

.gloria-showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 96px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(7, 63, 51, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(43, 158, 204, 0.09), transparent 46%),
    rgba(255, 253, 248, 0.94);
  box-shadow: 0 28px 76px rgba(20, 35, 32, 0.1);
}

.gloria-showcase-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eef3ef;
}

.gloria-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.live-feedback-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 6px;
  width: min(310px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(6, 76, 79, 0.86);
  color: #fff;
  box-shadow: 0 18px 44px rgba(4, 28, 23, 0.22);
  backdrop-filter: blur(14px);
  animation: floatSoft 5.5s ease-in-out infinite;
}

.live-feedback-card span {
  color: var(--aqua);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-feedback-card strong {
  font-size: 22px;
}

.live-feedback-card small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.gloria-showcase-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.18;
}

.gloria-showcase-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.coaching-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.coaching-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 16px;
  background: #fff;
  color: var(--green);
  font-weight: 900;
}

.coaching-points svg {
  width: 19px;
  height: 19px;
  color: var(--aqua);
}

.testimonial-card {
  min-height: 430px;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-head b {
  color: #ffbc32;
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

.testimonial-card h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
}

.testimonial-card blockquote {
  margin: 28px 0 30px;
  color: #68747a;
  font-size: clamp(16px, 1.55vw, 18px);
  font-weight: 700;
  line-height: 1.72;
}

.testimonial-card small {
  color: #68747a;
  font-size: 15px;
  font-weight: 900;
}

.teacher-photo {
  position: relative;
}

.teacher-profile-chip {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 8px 14px 8px 8px;
  background: rgba(6, 76, 79, 0.86);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(4, 28, 23, 0.18);
  backdrop-filter: blur(12px);
}

.teacher-profile-chip img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 1080px) {
  .gloria-showcase-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 760px;
  }

  .hero-bg {
    object-position: 67% center;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 86px;
  }

  .hero-title-copy {
    max-width: 350px;
    font-size: clamp(34px, 10.5vw, 45px);
  }

  .hero-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.75;
  }

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

  .hero-note span {
    min-height: 48px;
    display: grid;
    place-items: center;
  }

  .gloria-showcase-section {
    width: min(100% - 28px, 520px);
    margin-bottom: 72px;
    padding: 16px;
  }

  .gloria-showcase-media,
  .gloria-showcase-media img {
    min-height: 310px;
  }

  .live-feedback-card {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 16px;
  }

  .gloria-showcase-copy h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .gloria-showcase-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
    margin-right: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .testimonial-card {
    flex: initial;
    min-height: auto;
    padding: 24px;
    scroll-snap-align: none;
  }
}

/* Readability and mobile density refinements */
.section-heading h2,
.split-heading h2,
.learning-proof-copy h2,
.solution-heading h2,
.difference-copy h2,
.dream-project-copy h2,
.gloria-showcase-copy h2,
.teacher-copy h2,
.location-info h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
  letter-spacing: 0;
}

.proof-copy h2 {
  font-size: clamp(28px, 2.7vw, 40px);
}

.proof-grid article {
  min-height: 142px;
  padding: 24px 22px;
}

.proof-grid strong {
  color: #208fb8;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.05;
}

.evidence-meter {
  display: none;
}

.evidence-apply {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  border: 1px solid rgba(154, 219, 237, 0.34);
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(154, 219, 237, 0.14);
  color: #e9fbff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.evidence-apply svg {
  width: 17px;
  height: 17px;
  color: #9adbed;
}

.service-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.service-icon-blog {
  background: #03c75a;
}

.service-icon-band {
  background: #21c45a;
}

.blog-card {
  border-radius: 8px;
}

.blog-card small::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  place-items: center;
  border-radius: 5px;
  background: #03c75a;
  color: #fff;
  content: "N";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  vertical-align: 1px;
}

/* CTA, review flow, and card alignment refinements */
.quick-links a {
  align-content: center;
  align-items: center;
}

.quick-links .service-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  font-size: 18px;
}

.quick-links small {
  max-width: 18em;
  line-height: 1.48;
  word-break: keep-all;
}

.blog-section .split-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.blog-section .text-link {
  justify-self: end;
  border: 1px solid rgba(7, 63, 51, 0.14);
  border-radius: 999px;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 35, 32, 0.06);
}

.blog-card small::before {
  display: none;
}

.blog-card.reveal,
.audience-grid article.reveal {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.audience-grid article {
  align-items: center;
  min-height: 112px;
}

.testimonials-section {
  overflow: hidden;
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  margin-inline: calc((100vw - min(1180px, 100vw - 36px)) / -2);
  padding-block: 8px 18px;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(12vw, 160px);
  pointer-events: none;
  content: "";
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(255, 253, 248, 0));
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(255, 253, 248, 0));
}

.testimonial-grid {
  display: flex;
  width: max-content;
  gap: 18px;
  padding-left: max(18px, calc((100vw - min(1180px, 100vw - 36px)) / 2));
  animation: testimonialFlow 58s linear infinite;
}

.testimonial-marquee:hover .testimonial-grid {
  animation-play-state: paused;
}

.testimonial-marquee:active .testimonial-grid,
.testimonial-marquee:focus-within .testimonial-grid {
  animation-play-state: paused;
}

.testimonial-card {
  width: min(420px, calc(100vw - 56px));
  flex: 0 0 min(420px, calc(100vw - 56px));
}

.testimonial-marquee .testimonial-card.reveal {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.testimonial-marquee .testimonial-card::before {
  transform: scaleX(1);
}

@keyframes testimonialFlow {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-grid {
    animation: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 11px;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .site-header.is-open .main-nav {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  .hero-bg {
    object-position: 52% center;
  }

  .proof-section {
    margin-top: 42px;
    padding: 24px 18px;
  }

  .proof-grid {
    gap: 10px;
  }

  .proof-grid article {
    min-height: 96px;
    padding: 18px 16px;
  }

  .proof-grid strong {
    font-size: 30px;
  }

  .learning-proof-section {
    padding: 30px 18px;
  }

  .schedule-board {
    gap: 14px;
    margin-bottom: 18px;
    padding: 18px;
  }

  .schedule-copy h3 {
    font-size: 21px;
  }

  .schedule-copy p {
    font-size: 13px;
  }

  .schedule-list {
    gap: 7px;
  }

  .schedule-list span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 0;
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .schedule-list b {
    width: 88px;
    flex: 0 0 88px;
    font-size: 12px;
  }

  .blog-grid {
    gap: 14px;
    margin-top: 18px;
  }

  .blog-section {
    padding-top: 56px;
  }

  .blog-section .split-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
  }

  .blog-section .text-link {
    justify-self: start;
    padding: 10px 14px;
  }

  .quick-links .service-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .quick-links small {
    max-width: none;
  }

  .audience-grid article {
    min-height: 82px;
    padding: 16px;
  }

  .testimonial-marquee {
    margin-inline: -18px;
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    width: 78px;
  }

  .testimonial-grid {
    gap: 14px;
    padding-left: 18px;
    animation-duration: 68s;
  }

  .testimonial-card {
    width: min(320px, calc(100vw - 48px));
    flex-basis: min(320px, calc(100vw - 48px));
    padding: 22px;
  }

  .program-card.reveal,
  .blog-card.reveal {
    filter: blur(0);
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }

  .blog-card {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 142px;
    border: 1px solid rgba(7, 63, 51, 0.16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 35, 32, 0.07);
  }

  .blog-image {
    min-height: 100%;
  }

  .blog-card-body {
    padding: 16px;
  }

  .blog-card h3 {
    margin: 7px 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .blog-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
  }

  .blog-link {
    font-size: 13px;
    font-weight: 900;
  }
}

/* Final audit polish */
.routine-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.routine-map b {
  width: 22px;
  height: 2px;
  flex: 0 0 22px;
}

.learning-proof-section {
  align-items: center;
}

.learning-proof-copy h2 {
  max-width: 11em;
}

.evidence-card {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.evidence-apply {
  min-height: 42px;
  word-break: keep-all;
}

.feedback-loop {
  margin-top: 4px;
}

.blog-card p {
  word-break: keep-all;
}

.section-heading h2,
.split-heading h2,
.learning-proof-copy h2,
.solution-heading h2,
.difference-copy h2,
.dream-project-copy h2,
.gloria-showcase-copy h2,
.teacher-copy h2,
.location-info h2 {
  max-width: 13em;
}

@media (max-width: 1080px) {
  .learning-proof-section {
    grid-template-columns: 1fr;
  }

  .learning-proof-copy {
    position: static;
  }

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

@media (max-width: 720px) {
  .reveal {
    --reveal-y: 18px;
  }

  .learning-proof-section {
    padding: 30px 18px;
  }

  .routine-map {
    gap: 7px;
    margin-top: 22px;
  }

  .routine-map span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .routine-map b {
    width: 14px;
    flex-basis: 14px;
  }

  .evidence-card {
    gap: 10px;
    padding: 20px 18px;
  }

  .evidence-card h3 {
    font-size: 20px;
  }

  .evidence-apply {
    align-items: flex-start;
    border-radius: 12px;
    padding: 10px;
  }

  .blog-card p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }

  .blog-card {
    min-height: 174px;
  }

  .section-heading h2,
  .split-heading h2,
  .learning-proof-copy h2,
  .solution-heading h2,
  .difference-copy h2,
  .dream-project-copy h2,
  .gloria-showcase-copy h2,
  .teacher-copy h2,
  .location-info h2 {
    max-width: 100%;
  }
}

/* First-review mobile refinements */
@media (max-width: 720px) {
  .hero {
    min-height: 0;
    padding-bottom: 56px;
  }

  .hero::after {
    right: -4vw;
    left: -4vw;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 70' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23faf6ee' d='M0 22C255 58 477 68 720 58C963 48 1190 22 1440 10V70H0V22Z'/%3E%3C/svg%3E");
  }

  .hero-content {
    padding-bottom: 54px;
  }

  .hero-more {
    bottom: 10px;
    width: 132px;
    height: 48px;
    border: 1px solid rgba(7, 63, 51, 0.08);
    border-radius: 999px;
    background: rgba(250, 246, 238, 0.96);
    box-shadow: 0 10px 28px rgba(20, 35, 32, 0.12);
  }

  .hero-more:hover {
    transform: translateX(-50%);
  }

  .quick-links {
    display: none;
  }

  .proof-section {
    margin-top: 32px;
  }

  .dream-project-section {
    width: min(100% - 28px, 520px);
    gap: 20px;
    padding: 42px 0 44px;
  }

  .dream-project-copy p {
    margin-bottom: 0;
  }

  .dream-stats {
    gap: 8px;
    margin-top: 18px;
  }

  .dream-stats span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .dream-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .dream-gallery figure.generated {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
    max-height: 240px;
  }

  .dream-card {
    min-height: 0;
    padding: 20px 18px;
    align-content: start;
  }

  .dream-card h3 {
    margin: 12px 0 8px;
    font-size: 19px;
  }

  .testimonials-section .split-heading {
    gap: 0;
  }
}

/* Gloria profile expansion */
.teacher-section {
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  width: min(1180px, calc(100% - 36px));
  align-items: start;
}

.teacher-photo {
  aspect-ratio: 2 / 3;
}

.teacher-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.teacher-detail-card {
  border: 1px solid rgba(7, 63, 51, 0.1);
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(43, 158, 204, 0.08), rgba(255, 253, 248, 0.95)),
    var(--white);
  box-shadow: 0 14px 36px rgba(20, 35, 32, 0.06);
}

.teacher-detail-card.philosophy {
  grid-column: 1 / -1;
  background:
    linear-gradient(145deg, rgba(185, 147, 84, 0.14), rgba(255, 253, 248, 0.96)),
    var(--white);
}

.teacher-detail-card span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.teacher-detail-card h3 {
  margin: 8px 0 12px;
  color: var(--green);
  font-size: 21px;
  line-height: 1.28;
}

.teacher-detail-card p,
.teacher-detail-card li {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.teacher-detail-card p {
  margin: 0;
}

.teacher-detail-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.teacher-detail-card li {
  position: relative;
  padding-left: 14px;
}

.teacher-detail-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
}

.program-card.reveal {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

@media (max-width: 1080px) {
  .teacher-section {
    grid-template-columns: 1fr;
  }

  .teacher-photo {
    width: min(420px, 100%);
  }
}

@media (max-width: 720px) {
  .teacher-section {
    width: min(100% - 28px, 520px);
  }

  .teacher-detail-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .teacher-detail-card.philosophy {
    grid-column: auto;
  }

  .teacher-detail-card {
    padding: 18px;
  }

  .teacher-detail-card h3 {
    font-size: 19px;
  }

  .teacher-detail-card p,
  .teacher-detail-card li {
    font-size: 14px;
  }
}

/* Final mobile story and scroll optimization */
@media (max-width: 720px) {
  main {
    display: flex;
    flex-direction: column;
  }

  .hero {
    order: 1;
  }

  .proof-section {
    order: 2;
  }

  #programs {
    order: 3;
  }

  .speaking-solution-section {
    order: 4;
  }

  .dream-project-section {
    order: 5;
  }

  #trial {
    order: 6;
  }

  .teacher-section {
    order: 7;
  }

  .testimonials-section {
    order: 8;
  }

  #community {
    order: 9;
  }

  #blog {
    order: 10;
  }

  #location {
    order: 11;
  }

  .learning-proof-section,
  .intro-section,
  .gloria-showcase-section,
  .difference-section,
  .method-section,
  .audience-section {
    display: none;
  }

  .hero {
    padding-bottom: 42px;
  }

  .hero-content {
    padding-top: 86px;
    padding-bottom: 42px;
  }

  .hero-title-copy {
    max-width: 330px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.16;
  }

  .hero-copy {
    max-width: 320px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-note {
    gap: 7px;
    margin-top: 18px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-more {
    bottom: 4px;
    width: 118px;
    height: 42px;
  }

  .proof-section {
    gap: 18px;
    margin-top: 22px;
    padding: 22px 16px;
  }

  .proof-copy h2 {
    max-width: 9.5em;
    font-size: 28px;
    line-height: 1.18;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .proof-grid article {
    min-height: 104px;
    padding: 16px 12px;
  }

  .proof-grid strong {
    font-size: 25px;
  }

  .proof-grid article > span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .programs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .programs-section .split-heading {
    gap: 12px;
  }

  .schedule-board {
    margin-top: 18px;
    padding: 16px;
  }

  .schedule-copy h3 {
    font-size: 20px;
  }

  .schedule-copy p {
    margin-top: 6px;
  }

  .schedule-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .schedule-list span {
    display: grid;
    gap: 3px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .schedule-list b {
    width: auto;
    flex-basis: auto;
    font-size: 12px;
  }

  .program-list {
    gap: 10px;
    margin-top: 14px;
  }

  .program-card {
    min-height: 0;
    padding: 18px;
  }

  .program-card span {
    font-size: 12px;
  }

  .program-card h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .program-card p {
    display: none;
  }

  .program-card ul {
    gap: 5px;
    margin-top: 12px;
  }

  .program-card li {
    font-size: 13px;
    line-height: 1.45;
  }

  .speaking-solution-section {
    padding: 48px 18px;
  }

  .solution-heading {
    margin-bottom: 18px;
  }

  .solution-heading h2 {
    font-size: 28px;
  }

  .solution-grid {
    gap: 10px;
  }

  .solution-step {
    display: block;
    padding: 18px;
  }

  .solution-step .step-visual {
    display: none;
  }

  .step-copy h3 {
    margin-top: 8px;
    font-size: 20px;
  }

  .step-copy p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .dream-project-section {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .dream-gallery figure.generated {
    min-height: 190px;
    max-height: 210px;
  }

  .trial-section {
    width: min(100% - 28px, 520px);
    margin-bottom: 56px;
    padding: 0;
    overflow: visible;
  }

  .trial-section.reveal,
  .trial-section.is-visible {
    transform: none !important;
    filter: none !important;
  }

  .trial-copy h2 {
    font-size: 26px;
  }

  .check-list {
    gap: 8px;
    margin: 16px 0;
  }

  .trial-meta {
    gap: 8px;
    margin-top: 18px;
  }

  .trial-open-button {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
  }

  .trial-sheet-backdrop {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: block;
    background: rgba(7, 23, 19, 0.46);
    backdrop-filter: blur(4px);
  }

  .trial-sheet-backdrop[hidden] {
    display: none;
  }

  .trial-form {
    position: fixed;
    z-index: 130;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    width: 100vw;
    max-width: none;
    max-height: min(88vh, 760px);
    border-radius: 22px 22px 0 0;
    padding: 18px 18px max(18px, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: #fffdf8;
    box-shadow: 0 -22px 60px rgba(10, 24, 21, 0.24);
    transform: translateY(108%);
    transition:
      transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
      opacity 0.24s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }

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

  .trial-sheet-header {
    position: sticky;
    z-index: 2;
    top: -18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: -18px -18px 4px;
    border-bottom: 1px solid rgba(7, 63, 51, 0.12);
    padding: 16px 18px 12px;
    background: rgba(255, 253, 248, 0.96);
    backdrop-filter: blur(10px);
  }

  .trial-sheet-header span {
    display: block;
    margin-bottom: 2px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }

  .trial-sheet-header strong {
    color: var(--green);
    font-size: 19px;
  }

  .trial-sheet-header button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(7, 63, 51, 0.16);
    border-radius: 999px;
    background: #fff;
    color: var(--green);
  }

  .trial-sheet-header svg {
    width: 20px;
    height: 20px;
  }

  .trial-form label {
    gap: 5px;
    font-size: 13px;
  }

  input,
  select,
  textarea {
    min-height: 44px;
  }

  textarea {
    min-height: 86px;
  }

  .form-help {
    font-size: 12px;
  }

  .teacher-section {
    gap: 22px;
    margin-bottom: 28px;
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .teacher-photo {
    aspect-ratio: 4 / 5;
    width: 100%;
  }

  .teacher-copy h2 {
    font-size: 29px;
  }

  .teacher-points {
    gap: 8px;
    margin-top: 18px;
  }

  .teacher-points span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .teacher-detail-card {
    padding: 16px;
  }

  .teacher-detail-card ul {
    gap: 4px;
  }

  .teacher-detail-card p,
  .teacher-detail-card li {
    line-height: 1.62;
  }

  .testimonials-section {
    padding-top: 12px;
    padding-bottom: 30px;
  }

  .testimonials-section .split-heading {
    margin-bottom: 18px;
  }

  .testimonial-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -14px;
    padding: 2px 14px 12px;
    scroll-padding-left: 14px;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    display: none;
  }

  .testimonial-grid {
    width: max-content;
    min-width: 100%;
    animation: testimonialFlow 64s linear infinite;
    gap: 10px;
    padding-right: 14px;
    scroll-snap-type: x mandatory;
  }

  .testimonial-card {
    width: min(286px, calc(100vw - 54px));
    min-height: 314px;
    padding: 20px;
    flex: 0 0 min(286px, calc(100vw - 54px));
    scroll-snap-align: start;
  }

  .testimonial-card blockquote {
    font-size: 14px;
    line-height: 1.62;
  }

  .community-section {
    width: 100%;
    max-width: none;
    margin: 0 0 26px;
    justify-self: stretch;
  }

  .community-media {
    display: none;
  }

  .community-copy {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 18px;
  }

  .routine-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .routine-list span {
    padding: 10px;
    font-size: 13px;
  }

  .challenge-flow {
    gap: 7px;
    margin-top: -4px;
  }

  .challenge-flow span {
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .challenge-flow b {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .band-cta {
    margin-top: 18px;
    padding: 16px;
  }

  .blog-section {
    width: min(100% - 28px, 520px);
    margin-inline: auto;
    padding-top: 26px;
    padding-bottom: 42px;
  }

  .blog-grid {
    gap: 10px;
    margin-top: 16px;
  }

  .blog-card:nth-child(n + 4) {
    display: none;
  }

  .blog-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: 118px;
    height: 118px;
    min-height: 118px;
    max-height: 118px;
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
  }

  .blog-image {
    min-height: 0;
    height: 118px;
    aspect-ratio: auto;
  }

  .blog-image img {
    height: 118px;
    object-fit: cover;
  }

  .blog-card-body {
    display: block;
    padding: 14px 14px 13px;
  }

  .blog-card small {
    display: block;
    overflow: hidden;
    color: var(--gold);
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .blog-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 6px;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .blog-card p {
    display: none;
  }

  .blog-link {
    display: inline-flex;
    margin-top: 2px;
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
  }

  .blog-section .split-heading {
    gap: 12px;
  }

  .blog-section .text-link {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .location-info {
    padding: 26px 18px;
  }

  .location-visual {
    min-height: 280px;
  }
}
