:root {
  --navy: #0b1623;
  --teal: #006665;
  --teal-bright: #00b1b0;
  --orange: #f2672e;
  --orange-dark: #c74312;
  --ink: #334155;
  --muted: #5f6f7f;
  --line: #dbe4e9;
  --soft: #edfafa;
  --warm: #fff4ed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fbfc;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--teal-bright);
  outline-offset: 3px;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

h2[id] {
  scroll-margin-top: 130px;
}

.hero-grid > *,
.intro > *,
.experience-grid > *,
.difference-grid > *,
.studios > *,
.price-grid > * {
  min-width: 0;
}

.hero {
  background: linear-gradient(135deg, var(--navy), #173b46);
  color: #fff;
  padding: 76px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: end;
}

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

.eyebrow,
.section-label,
.profile dt,
.studio-access,
.status-chip {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: #7fe0df;
}

.hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  color: #fff;
  font: 700 clamp(40px, 5.8vw, 68px) / 1.03 "Fraunces", serif;
}

.hero .lede {
  max-width: 810px;
  margin: 0;
  color: #d4e2e8;
  font-size: 19px;
  line-height: 1.65;
}

.hero .meta {
  margin: 20px 0 0;
  color: #9fc2cb;
  font-size: 14px;
}

.status-panel {
  border: 1px solid #37616c;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  padding: 23px;
}

.status-chip {
  display: inline-flex;
  border: 1px solid #7fe0df;
  border-radius: 999px;
  color: #7fe0df;
  padding: 7px 11px;
}

.status-panel p {
  margin: 14px 0 0;
  color: #d4e2e8;
  font-size: 14px;
  line-height: 1.55;
}

main {
  padding: 68px 0 90px;
}

.intro,
.experience-grid,
.difference-grid,
.studios,
.price-grid {
  display: grid;
  gap: 20px;
}

.intro {
  grid-template-columns: 1.18fr 0.82fr;
  gap: 34px;
}

.card,
.experience-card,
.studio,
.price-card,
.schedule,
.profile {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.card,
.experience-card,
.profile {
  padding: 28px;
}

h2,
.card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font: 700 34px / 1.15 "Fraunces", serif;
}

.card p,
.card li,
.experience-card p,
.difference-card p {
  line-height: 1.68;
}

.card ul {
  padding-left: 20px;
}

.credential {
  border-left: 5px solid var(--teal-bright);
  background: var(--soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 12px 18px;
  cursor: pointer;
  font: 700 15px "DM Sans", sans-serif;
  text-decoration: none;
}

.btn-primary {
  background: var(--orange);
  color: var(--navy);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--orange-dark);
  color: #fff;
}

.btn-secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--navy);
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.72;
}

.section {
  margin-top: 66px;
}

.section > p {
  max-width: 840px;
  color: var(--muted);
  line-height: 1.7;
}

.section-label {
  display: block;
  margin-bottom: 9px;
  color: var(--teal);
}

.profile {
  margin-top: 24px;
}

.profile dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.profile dl > div {
  min-width: 0;
  border-left: 1px solid var(--line);
  padding: 0 18px;
}

.profile dl > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.profile dl > div:last-child {
  padding-right: 0;
}

.profile dt {
  margin-bottom: 8px;
  color: var(--teal);
}

.profile dd {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.55;
}

.difference-grid,
.experience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.difference-card {
  border-radius: 18px;
  padding: 28px;
}

.difference-card.choose {
  border: 1px solid #bde6e5;
  background: var(--soft);
}

.difference-card.compare {
  border: 1px solid #f6c8b2;
  background: var(--warm);
}

.difference-card h3,
.experience-card h3,
.schedule h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font: 700 25px / 1.2 "Fraunces", serif;
}

.difference-card ul {
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.72;
}

.experience-card p:last-child {
  margin-bottom: 0;
}

.schedule {
  margin-top: 24px;
  padding: 30px;
}

.schedule-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.schedule-header p {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.schedule-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.schedule-item {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.schedule-item:last-child {
  padding-bottom: 2px;
}

.schedule-marker {
  align-self: start;
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft);
  padding: 7px 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-item h4 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 17px;
}

.schedule-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.schedule-rhythm,
.progress {
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
}

.schedule-rhythm {
  margin-top: 24px;
  padding: 20px 22px;
  line-height: 1.65;
}

.schedule-rhythm strong {
  color: #7fe0df;
}

.studios {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.studio {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 28px;
}

.num {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.studio-access {
  margin: 0 0 7px;
  color: var(--teal);
}

.studio h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font: 700 24px / 1.2 "Fraunces", serif;
}

.studio p:not(.studio-access) {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.55;
}

.studio-note {
  display: block;
  border-left: 3px solid var(--teal-bright);
  margin: 13px 0 0;
  padding-left: 11px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.package {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  border-radius: 20px;
  background: var(--navy);
  padding: 34px;
  color: #fff;
}

.package h2,
.progress h2 {
  color: #fff;
}

.package p,
.package li,
.progress p {
  color: #cbdbe2;
  line-height: 1.65;
}

.package ul {
  columns: 2;
  gap: 32px;
  margin: 0;
  padding-left: 20px;
}

.package li {
  break-inside: avoid;
  margin-bottom: 9px;
}

.price-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.price-card {
  padding: 25px;
}

.price-card.featured {
  border: 2px solid var(--teal-bright);
}

.price-card h3 {
  margin: 0;
  color: var(--navy);
  font: 700 22px / 1.2 "Fraunces", serif;
}

.amount {
  margin: 12px 0;
  color: var(--navy);
  font-size: 30px;
  font-weight: 800;
}

.price-card p,
.price-card li {
  color: var(--muted);
  font-size: 13.5px;
}

.price-card ul {
  padding-left: 19px;
}

.price-card li {
  margin-bottom: 6px;
}

.pricing-note {
  margin-top: 20px;
  border-left: 5px solid var(--teal-bright);
  border-radius: 12px;
  background: var(--soft);
  padding: 20px;
  line-height: 1.6;
}

.progress {
  margin-top: 64px;
  padding: 34px;
}

.progress .status-chip {
  margin-bottom: 14px;
}

.progress #signin {
  margin-top: 10px;
}

.progress-list,
.credentials {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.progress-row,
.credential-item {
  border: 1px solid #37616c;
  border-radius: 10px;
  padding: 12px 14px;
}

.progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.progress-row span:last-child {
  color: #cbdbe2;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.progress-row span.done {
  color: #7fe0df;
}

.credential-item {
  color: #dbe7ee;
}

.credential-item strong {
  color: #fff;
}

.credential-item small {
  color: #a9c0c8;
}

.privacy {
  color: #a9c0c8 !important;
  font-size: 13px;
}

@media (max-width: 980px) {
  .profile dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .profile dl > div,
  .profile dl > div:first-child,
  .profile dl > div:last-child {
    border-left: 0;
    padding: 0;
  }

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

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    padding: 54px 0;
  }

  .hero-grid,
  .intro,
  .difference-grid,
  .experience-grid,
  .studios,
  .package {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 28px;
  }

  .status-panel {
    max-width: 440px;
  }

  .profile dl {
    grid-template-columns: 1fr;
  }

  .schedule {
    padding: 24px 20px;
  }

  .schedule-header {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schedule-marker {
    justify-self: start;
  }

  .package ul {
    columns: 1;
  }

  .progress-row {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 440px) {
  .studio {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 39px;
  }

  h2,
  .card h2 {
    font-size: 30px;
  }
}
