:root {
  --dusty-pink: #c9979b;
  --dusty-pink-dark: #9f6f74;
  --blush: #f6e7e5;
  --cream: #fffaf5;
  --soft-white: #fffdfb;
  --warm-grey: #7e7470;
  --text: #342a27;
  --muted: #6f625f;
  --line: rgba(159, 111, 116, 0.22);
  --shadow: 0 24px 70px rgba(82, 57, 50, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans HK", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 5%, rgba(201, 151, 155, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 15%, rgba(246, 231, 229, 0.9), transparent 24rem),
    linear-gradient(180deg, var(--cream), #fbf1ee 48%, #fffaf5 100%);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 75%);
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

main:focus {
  outline: none;
}

section[id] {
  scroll-margin-top: 144px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 99;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--dusty-pink-dark);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(159, 111, 116, 0.42);
  outline-offset: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px min(5vw, 64px);
  background: rgba(255, 250, 245, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201, 151, 155, 0.18);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--dusty-pink);
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-text {
  display: grid;
  line-height: 1.2;
}

.brand-text strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: var(--dusty-pink-dark);
}

.nav-links a:focus-visible {
  border-radius: 999px;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--dusty-pink-dark);
  box-shadow: 0 14px 30px rgba(159, 111, 116, 0.24);
}

.button.secondary {
  color: var(--dusty-pink-dark);
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(159, 111, 116, 0.26);
}

.mobile-label {
  display: none;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(159, 111, 116, 0.24);
}

.header-cta:active,
.button:active {
  transform: translateY(0) scale(0.98);
}

.button.full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
  padding: 88px 0 52px;
  min-height: calc(100dvh - 86px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--dusty-pink-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

h1 {
  max-width: 790px;
  font-size: clamp(2.6rem, 5.4vw, 5.5rem);
  letter-spacing: -0.06em;
}

h1 span {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.stacked-title span {
  display: block;
}

h1.stacked-title span {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1.stacked-title span:first-child {
  font-family: "Cormorant Garamond", serif;
}

h1.stacked-title span:last-child {
  margin-top: 8px;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(2rem, 4.6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.no-break {
  white-space: nowrap;
}

.hero-subheading {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.25rem;
}

.hero-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-lead p {
  margin: 0 0 16px;
}

.hero-lead p:last-child {
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.micro-note,
.form-note,
.safety-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.hero-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(201, 151, 155, 0.24);
  border-radius: 34px;
  background: rgba(255, 253, 251, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-highlight {
  align-self: center;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-visual .hero-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 24px;
  background: rgba(255, 253, 251, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(82, 57, 50, 0.16);
}

.hero-visual .hero-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.45rem);
}

.hero-visual .hero-card ul {
  margin-top: 18px;
}

.hero-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(201, 151, 155, 0.2);
}

.hero-card > * {
  position: relative;
}

.launch-badge,
.tag {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--blush);
  color: var(--dusty-pink-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin-top: 18px;
  font-size: 2.7rem;
}

.hero-card ul,
.soft-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li,
.soft-list li {
  position: relative;
  padding-left: 28px;
  margin: 14px 0;
  color: var(--muted);
}

.hero-card li::before,
.soft-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--dusty-pink-dark);
}

.announcement-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 88px;
  padding: 18px 22px;
  border: 1px solid rgba(159, 111, 116, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(201, 151, 155, 0.18), rgba(255, 255, 255, 0.64));
}

.announcement-bar span {
  color: var(--dusty-pink-dark);
  font-weight: 800;
}

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

.announcement-bar a {
  color: var(--dusty-pink-dark);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.split-section,
.upgrade-grid,
.wellness-section,
.experience-section,
.session-flow-section,
.fit-section,
.feeling-section,
.early-bird-section,
.pricing-section,
.bonus-section,
.terms-section,
.booking-flow,
.faq-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.body-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.narrow {
  max-width: 640px;
}

.upgrade-grid,
.service-cards,
.check-grid,
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.upgrade-grid article,
.service-card,
.flow-grid article,
.waitlist-form,
.feeling-card,
.faq-list details {
  border: 1px solid rgba(201, 151, 155, 0.24);
  border-radius: 28px;
  background: rgba(255, 253, 251, 0.72);
  box-shadow: 0 16px 46px rgba(82, 57, 50, 0.08);
}

.upgrade-grid article,
.flow-grid article {
  padding: 26px;
}

.upgrade-grid span,
.flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--blush);
  color: var(--dusty-pink-dark);
  font-weight: 800;
}

.upgrade-grid p,
.service-card p,
.flow-grid p,
.faq-list p {
  color: var(--muted);
}

.flow-note {
  margin-top: 10px;
  font-size: 0.88rem;
}

.wellness-section,
.fit-section,
.booking-flow,
.faq-section {
  padding: 104px 0 0;
}

.section-heading.centered {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading.centered p:not(.eyebrow) {
  color: var(--muted);
}

.service-card {
  padding: 28px;
}

.service-card.featured {
  background: linear-gradient(145deg, rgba(201, 151, 155, 0.24), rgba(255, 253, 251, 0.86));
}

.service-card h3 {
  margin-top: 18px;
}

.duration {
  margin: 10px 0 8px;
  color: var(--dusty-pink-dark) !important;
  font-weight: 800;
}

.experience-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: center;
  padding: 104px 0 0;
}

.pill-list,
.feeling-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-list span,
.feeling-list span {
  border: 1px solid rgba(159, 111, 116, 0.18);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--dusty-pink-dark);
  font-weight: 700;
}

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

.check-grid p {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 54px;
  border: 1px solid rgba(201, 151, 155, 0.22);
  border-radius: 22px;
  background: rgba(255, 253, 251, 0.58);
  color: var(--muted);
}

.check-grid p::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--blush);
  color: var(--dusty-pink-dark);
  font-weight: 900;
}

.feeling-section {
  padding: 104px 0 0;
}

.feeling-card {
  padding: clamp(28px, 5vw, 58px);
  background: linear-gradient(135deg, rgba(255, 253, 251, 0.84), rgba(246, 231, 229, 0.72));
}

.feeling-list {
  margin: 28px 0;
}

.safety-note {
  max-width: 860px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.early-bird-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: start;
  padding: 112px 0 0;
}

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

.waitlist-form {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.waitlist-form h3 {
  font-size: 1.6rem;
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(159, 111, 116, 0.26);
  border-radius: 16px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(201, 151, 155, 0.18);
  border-color: var(--dusty-pink);
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #9f3d47;
  box-shadow: 0 0 0 3px rgba(159, 61, 71, 0.12);
}

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

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

.session-flow-grid article:last-child {
  grid-column: 1 / -1;
}

.pricing-section,
.bonus-section,
.terms-section {
  padding: 104px 0 0;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(201, 151, 155, 0.24);
  border-radius: 28px;
  background: rgba(255, 253, 251, 0.72);
  box-shadow: 0 16px 46px rgba(82, 57, 50, 0.08);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.pricing-table th,
.pricing-table td {
  padding: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--dusty-pink-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-table th span {
  display: block;
}

.pricing-table td:first-child,
.pricing-table td:nth-child(3) {
  color: var(--text);
  font-weight: 800;
}

.pricing-duration::before {
  content: "｜";
}

.pricing-duration {
  display: block;
}

.pricing-duration,
.pricing-quota {
  white-space: nowrap;
}

.pricing-service {
  display: inline-block;
}

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

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

.bonus-grid article {
  grid-column: span 2;
}

.bonus-grid article:nth-child(1),
.bonus-grid article:nth-child(2) {
  grid-column: span 3;
}

.bonus-grid article:nth-child(3) {
  grid-column: 1 / span 2;
}

.bonus-grid article:nth-child(4) {
  grid-column: 3 / span 2;
}

.bonus-grid article:nth-child(5) {
  grid-column: 5 / span 2;
}

.bonus-grid h3 span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  place-items: initial;
}

.bonus-grid h3 span + span {
  margin-top: 4px;
}

.terms-panel {
  border: 1px solid rgba(201, 151, 155, 0.24);
  border-radius: 24px;
  background: rgba(255, 253, 251, 0.58);
  box-shadow: 0 16px 46px rgba(82, 57, 50, 0.06);
  padding: 22px 24px;
}

.terms-panel summary {
  color: var(--dusty-pink-dark);
}

.terms-panel ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.terms-panel li + li {
  margin-top: 8px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-list details {
  padding: 22px 24px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 40px));
  margin: 112px auto 34px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .hero,
  .split-section,
  .experience-section,
  .early-bird-section {
    grid-template-columns: 1fr;
  }

  .announcement-bar {
    grid-template-columns: 1fr;
  }

  .upgrade-grid,
  .service-cards,
  .session-flow-grid,
  .bonus-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .session-flow-grid article:last-child {
    grid-column: auto;
  }

  .bonus-grid article,
  .bonus-grid article:nth-child(1),
  .bonus-grid article:nth-child(2),
  .bonus-grid article:nth-child(3),
  .bonus-grid article:nth-child(4),
  .bonus-grid article:nth-child(5) {
    grid-column: auto;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-visual img {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .announcement-bar,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    padding: 14px;
  }

  .nav-links {
    gap: 18px;
    padding-bottom: 8px;
  }

  .nav-links a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .brand-text small {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .hero {
    padding-top: 54px;
    gap: 30px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.4rem);
  }

  .hero-card,
  .waitlist-form,
  .feeling-card {
    padding: 24px;
    border-radius: 24px;
  }

  .hero-highlight h2 span {
    display: block;
  }

  .fit-section h2,
  .fit-section .no-break {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-visual {
    overflow: visible;
    border-radius: 24px;
  }

  .hero-visual img {
    min-height: 300px;
    border-radius: 24px;
  }

  .hero-visual .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 14px;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .pricing-table-wrap {
    overflow-x: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .pricing-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .pricing-table tr {
    margin-bottom: 16px;
    border: 1px solid rgba(201, 151, 155, 0.24);
    border-radius: 24px;
    background: rgba(255, 253, 251, 0.72);
    box-shadow: 0 16px 46px rgba(82, 57, 50, 0.08);
    overflow: hidden;
  }

  .pricing-table td {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 14px;
    padding: 16px 18px;
  }

  .pricing-service {
    grid-column: 2;
  }

  .pricing-duration::before {
    content: "";
  }

  .pricing-table td::before {
    content: attr(data-label);
    color: var(--dusty-pink-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

}

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

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

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