:root {
  color-scheme: light;
  --bg: oklch(97% 0.01 115);
  --surface: oklch(94% 0.018 115);
  --surface-strong: oklch(90% 0.035 112);
  --text: oklch(22% 0.025 135);
  --muted: oklch(44% 0.018 135);
  --line: oklch(80% 0.025 120);
  --accent: oklch(62% 0.16 145);
  --accent-dark: oklch(34% 0.09 145);
  --highlight: oklch(86% 0.075 85);
  --shadow: 0 24px 80px oklch(20% 0.04 135 / 0.14);
  --radius: 8px;
  --font-body: Aptos, "Segoe UI", system-ui, sans-serif;
  --font-display: "Aptos Display", "Segoe UI Variable Display", Aptos, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, oklch(89% 0.09 142 / 0.55), transparent 28rem),
    linear-gradient(135deg, var(--bg), oklch(94% 0.018 90));
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
a,
button,
label {
  overflow-wrap: break-word;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  background: oklch(97% 0.01 115 / 0.92);
  border-bottom: 1px solid var(--line);
}

.brand-mark {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.site-nav {
  display: none;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.mobile-section-nav {
  display: none;
}

.site-nav a,
.mobile-section-nav a,
.text-link {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-dark);
  border-radius: var(--radius);
  padding: 0.62rem 0.9rem;
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.header-cta-short {
  display: none;
}

main {
  overflow: hidden;
}

.hero-section,
.intro-section,
.benefits-section,
.package-section,
.cta-band,
.form-section {
  scroll-margin-top: 6rem;
  width: 100%;
  max-width: 100vw;
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  min-height: calc(100svh - 74px);
  align-items: center;
}

.hero-copy {
  max-width: 66ch;
  min-width: 0;
}

.hero-copy,
.assessment-panel,
.enquiry-form {
  min-width: 0;
}

.section-note {
  margin: 0 0 1rem;
  color: var(--accent-dark);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

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

.brand-mark,
.header-cta,
.button,
h1,
h2,
h3,
.panel-label,
.detail-label,
.detail-price,
.price-options a,
.assessment-flow span,
.appointment-proof strong,
label {
  font-family: var(--font-display);
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 8.4vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

h1 span {
  display: inline;
}

h1 span::after {
  content: " ";
}

h1 span:last-child::after {
  content: "";
}

h2 {
  max-width: 13ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-intro,
.intro-section > p,
.package-copy p,
.cta-band p,
.form-copy p {
  max-width: 65ch;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.8rem 0 1rem;
}

.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0.82rem 1.05rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.button-primary {
  border: 1px solid var(--accent-dark);
  background: var(--accent-dark);
  color: oklch(96% 0.012 115);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
}

.trust-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.assessment-panel,
.package-detail,
.enquiry-form {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: oklch(96% 0.014 112 / 0.92);
  box-shadow: var(--shadow);
}

.assessment-panel {
  position: relative;
  min-height: 24rem;
  padding: 1.4rem;
  overflow: hidden;
}

.cellular-art {
  position: absolute;
  inset: 1rem;
  display: grid;
  place-items: center;
  opacity: 0.92;
}

.cellular-art span {
  position: absolute;
  width: clamp(8rem, 30vw, 16rem);
  aspect-ratio: 1;
  border: 1px solid oklch(56% 0.13 145 / 0.42);
  border-radius: 46% 54% 58% 42%;
  background: radial-gradient(circle, oklch(82% 0.11 145 / 0.48), transparent 62%);
}

.cellular-art span:nth-child(2) {
  width: clamp(6rem, 22vw, 12rem);
  transform: translate(24%, -18%) rotate(28deg);
}

.cellular-art span:nth-child(3) {
  width: clamp(5rem, 16vw, 9rem);
  transform: translate(-34%, 24%) rotate(-18deg);
}

.panel-label,
.detail-label {
  position: relative;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.detail-price {
  position: relative;
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
}

.price-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 26rem;
  margin-bottom: 0.9rem;
}

.price-options a {
  display: flex;
  min-width: 0;
  min-height: 4.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(72% 0.08 125);
  border-radius: var(--radius);
  background: oklch(92% 0.045 112 / 0.76);
  font-size: clamp(1.75rem, 5.4vw, 3.1rem);
  font-weight: 900;
  line-height: 0.95;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.price-options a:hover {
  transform: translateY(-2px);
  background: oklch(89% 0.06 112 / 0.92);
}

.assessment-flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.assessment-flow span {
  border: 1px solid oklch(76% 0.05 125);
  border-radius: var(--radius);
  background: oklch(98% 0.012 115 / 0.78);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.36rem 0.5rem;
}

.appointment-proof {
  position: relative;
  display: grid;
  gap: 0.2rem;
  max-width: 25rem;
  margin-bottom: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: oklch(98% 0.012 100 / 0.86);
  padding: 0.74rem 0.8rem;
}

.appointment-proof strong {
  color: var(--accent-dark);
  font-size: 0.98rem;
  line-height: 1.2;
}

.appointment-proof span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.panel-copy,
.package-detail p:last-of-type {
  position: relative;
  max-width: 26ch;
  color: var(--muted);
}

.intro-section,
.package-section,
.form-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.benefits-section {
  background: oklch(28% 0.045 135);
  color: oklch(95% 0.015 115);
}

.benefits-section .section-note {
  color: var(--highlight);
}

.benefit-list {
  display: grid;
  gap: 0;
  max-width: 960px;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid oklch(92% 0.02 120 / 0.22);
}

.benefit-list span {
  color: var(--highlight);
  font-weight: 900;
}

.benefit-list p {
  margin-bottom: 0;
  color: oklch(88% 0.016 115);
}

.package-detail {
  padding: clamp(1.2rem, 4vw, 2rem);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  background: var(--highlight);
}

.cta-band h2 {
  max-width: 15ch;
}

.form-copy {
  max-width: 62ch;
}

.enquiry-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
}

.required-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.required-mark {
  color: oklch(45% 0.18 28);
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-row {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.field-group {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

label {
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: oklch(99% 0.006 115);
  color: var(--text);
  font: inherit;
  padding: 0.72rem 0.8rem;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid oklch(72% 0.14 145 / 0.32);
  outline-offset: 2px;
}

.consent-row {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
}

.consent-row input {
  width: 1.1rem;
  height: 1.1rem;
  min-height: auto;
  margin-top: 0.2rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent-dark);
  font-weight: 800;
}

.field-error {
  min-height: 1.15rem;
  margin: -0.2rem 0 0;
  color: oklch(45% 0.18 28);
  font-size: 0.9rem;
  font-weight: 700;
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: oklch(45% 0.18 28);
}

.form-status[data-tone="error"] {
  color: oklch(45% 0.18 28);
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.form-submit,
.form-reset {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-reset {
  border: 1px solid var(--line);
}

.site-footer {
  display: grid;
  gap: 0.5rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

@media (min-width: 760px) {
  .site-nav {
    display: flex;
  }

  .hero-section {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  }

  .intro-section,
  .package-section,
  .form-section {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .cta-band {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
    align-items: center;
  }

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

@media (max-width: 700px) {
  .site-header {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(4.4rem, auto);
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
    overflow: hidden;
  }

  .brand-mark {
    align-self: center;
    font-size: 0.96rem;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 1.05rem;
    font-size: clamp(2.25rem, 9.8vw, 2.95rem);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
  }

  h1 span {
    display: block;
  }

  h1 span::after {
    content: "";
  }

  .header-cta {
    justify-self: end;
    width: auto;
    max-width: 5.4rem;
    min-width: 0;
    min-height: 42px;
    padding: 0.48rem 0.72rem;
    font-size: 0.82rem;
    line-height: 1.12;
    text-align: center;
    white-space: nowrap;
  }

  .header-cta-long {
    display: none;
  }

  .header-cta-short {
    display: inline;
  }

  .mobile-section-nav {
    grid-column: 1 / -1;
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-top: 0.2rem;
  }

  .mobile-section-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--accent-dark);
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .hero-section,
  .intro-section,
  .benefits-section,
  .package-section,
  .cta-band,
  .form-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .hero-section {
    min-height: auto;
    gap: 1.6rem;
    align-items: start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-note {
    margin-bottom: 0.7rem;
    font-size: 0.86rem;
  }

  .hero-intro,
  .intro-section > p,
  .package-copy p,
  .cta-band p,
  .form-copy p {
    max-width: 38ch;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 0.7rem;
    margin: 1.35rem 0 0.95rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
    padding: 0.78rem 0.95rem;
  }

  .trust-note {
    max-width: 38ch;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .assessment-panel {
    min-height: 12.25rem;
    padding: 1.15rem;
    box-shadow: 0 16px 44px oklch(20% 0.04 135 / 0.11);
  }

  .cellular-art {
    inset: auto -1rem 0.25rem auto;
    width: 12rem;
    height: 10rem;
    opacity: 0.68;
  }

  .cellular-art span {
    width: 9rem;
  }

  .cellular-art span:nth-child(2) {
    width: 7rem;
  }

  .cellular-art span:nth-child(3) {
    width: 5.5rem;
  }

  .panel-label,
  .detail-label {
    font-size: 0.82rem;
  }

  .detail-price {
    max-width: 9ch;
    font-size: clamp(2rem, 12vw, 2.9rem);
    line-height: 0.98;
  }

  .price-options {
    gap: 0.55rem;
    max-width: 100%;
    margin-bottom: 0.8rem;
  }

  .price-options a {
    min-height: 3.4rem;
    font-size: clamp(1.45rem, 7.5vw, 1.95rem);
  }

  .assessment-flow {
    gap: 0.4rem;
  }

  .appointment-proof {
    max-width: 100%;
    padding: 0.68rem 0.72rem;
  }

  .panel-copy,
  .package-detail p:last-of-type {
    max-width: 30ch;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .intro-section,
  .benefits-section,
  .package-section,
  .cta-band,
  .form-section {
    padding-top: 2.8rem;
    padding-bottom: 3rem;
  }

  .intro-section,
  .package-section,
  .form-section {
    gap: 1rem;
  }

  h2 {
    max-width: 12ch;
    font-size: clamp(1.75rem, 8vw, 2.4rem);
    line-height: 1.04;
  }

  .benefit-list {
    margin-top: 1.35rem;
  }

  .benefit-list li {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.1rem 0;
  }

  .package-detail,
  .enquiry-form {
    padding: 1.1rem;
  }

  .cta-band {
    gap: 1rem;
  }

  .cta-band h2 {
    max-width: 13ch;
  }

  .field-row {
    gap: 1rem;
  }

  .enquiry-form {
    gap: 1rem;
    box-shadow: 0 14px 36px oklch(20% 0.04 135 / 0.1);
  }

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

@media (max-width: 360px) {
  h1 {
    font-size: 2.12rem;
  }

  .header-cta {
    max-width: 5rem;
    font-size: 0.8rem;
  }
}
