:root {
  color-scheme: light;
  --ink: #102329;
  --muted: #536e75;
  --paper: #f8fdfe;
  --warm: #eefbfc;
  --clay: #12a7b4;
  --clay-dark: #047b8a;
  --sage: #2bb8c5;
  --sage-dark: #063e48;
  --line: #d7edf0;
  --tint: #ecfbfd;
  --tint-strong: #d9f6f8;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(18, 52, 47, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 340px);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 237, 240, 0.95);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 50%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(36px, 6vw, 86px) clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(90deg, rgba(18, 167, 180, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 167, 180, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

.intro {
  max-width: 640px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--sage-dark);
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--sage-dark);
}

.button.primary:hover {
  background: #052f37;
}

.button.secondary {
  color: var(--sage-dark);
  background: transparent;
}

.button.secondary:hover {
  background: rgba(55, 72, 62, 0.08);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 38px 0 0;
}

.hero-facts div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(18, 52, 47, 0.06);
}

.hero-facts dt {
  margin-bottom: 4px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #e8f8fa;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.hero-media::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: grayscale(0.35) saturate(0.62) contrast(0.96);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 0.08), rgba(6, 62, 72, 0.26)),
    linear-gradient(90deg, rgba(6, 62, 72, 0.14), transparent 44%);
  content: "";
  pointer-events: none;
}

.case-panel {
  position: absolute;
  left: 26px;
  top: 26px;
  z-index: 2;
  width: min(330px, calc(100% - 52px));
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(215, 237, 240, 0.95);
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(18, 52, 47, 0.14);
  backdrop-filter: blur(12px);
}

.case-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--clay-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-panel dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.case-panel div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.case-panel dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-panel dd {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
}

.media-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  max-width: 260px;
  padding: 18px;
  color: var(--white);
  background: rgba(18, 52, 47, 0.94);
  border-radius: 6px;
}

.media-card span {
  display: block;
  margin-bottom: 6px;
  color: #a9eef3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.media-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.trust-strip {
  padding: 18px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--sage-dark);
}

.trust-strip p {
  max-width: 1160px;
  margin: 0 auto;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 5vw, 64px);
}

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

.feature-grid article,
.price-panel,
.male-panel,
.practitioner-card,
.note-card,
.results-figure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(57, 45, 35, 0.06);
}

.results-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: var(--tint);
}

.results-copy {
  max-width: 620px;
}

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

.results-figure {
  margin: 0;
  overflow: hidden;
}

.results-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--tint-strong);
}

.results-figure figcaption {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  color: var(--white);
  background: var(--line);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.results-figure span {
  padding: 14px 16px;
  background: var(--sage-dark);
}

.results-figure span:last-child {
  background: var(--clay-dark);
}

.feature-grid article {
  min-height: 180px;
  padding: 24px;
}

.feature-grid p,
.section-heading p,
.lcn-copy p,
.practitioner-card p,
.note-card p,
.booking-section p {
  color: var(--muted);
}

.process-section {
  background: var(--tint);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(44, 101, 113, 0.2);
  border-radius: 6px;
}

.process-list span {
  display: block;
  margin-bottom: 28px;
  color: var(--clay-dark);
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.lcn-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
  color: var(--white);
  background: var(--sage-dark);
}

.lcn-section .eyebrow,
.lcn-section p {
  color: #c7f3f6;
}

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

.check-list li {
  position: relative;
  padding: 17px 18px 17px 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.check-list li::before {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #62d6df;
  content: "✓";
  font-weight: 900;
}

.prices-section {
  background: #f8fdfe;
}

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

.price-panel {
  overflow: hidden;
}

.price-panel h3 {
  margin: 0;
  padding: 22px 24px;
  color: var(--white);
  background: var(--sage-dark);
}

.price-panel.accent h3 {
  background: var(--clay-dark);
}

.price-panel.secondary-panel {
  opacity: 1;
}

.price-panel.secondary-panel h3 {
  background: #0a5965;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th,
td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td:nth-child(2),
td:nth-child(3) {
  white-space: nowrap;
  font-weight: 750;
}

.male-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  margin-top: 16px;
  padding: 24px;
}

.male-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.male-panel li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 16px;
  background: #eefbfc;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.male-panel strong {
  color: var(--clay-dark);
}

.male-panel small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.practitioner-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 16px;
  background: var(--tint);
}

.practitioner-card,
.note-card {
  padding: clamp(24px, 4vw, 40px);
}

.role {
  font-weight: 800;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: center;
  padding: clamp(50px, 7vw, 86px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--clay-dark);
}

.booking-section .eyebrow,
.booking-section p {
  color: #d7f7f9;
}

.booking-section h2 {
  margin-bottom: 10px;
}

.booking-actions {
  justify-content: flex-start;
  margin: 0;
}

.booking-section .button.primary {
  color: var(--sage-dark);
  background: var(--white);
  border-color: var(--white);
}

.booking-section .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}

.plain-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--white);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--sage-dark);
}

.site-footer p {
  margin: 0;
}

.site-footer,
.site-footer a {
  color: #d7f7f9;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: end;
  padding: clamp(44px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, #ffffff 0%, var(--tint) 100%);
}

.booking-hero h1 {
  max-width: 760px;
  overflow-wrap: break-word;
}

.booking-summary-card,
.booking-side article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(57, 45, 35, 0.06);
}

.booking-summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--clay-dark);
}

.booking-summary-card p,
.form-heading p,
.form-note,
.booking-side p,
.booking-side li {
  color: var(--muted);
}

.booking-form-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 18px;
  align-items: start;
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 72px);
}

.booking-form {
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.form-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

label,
fieldset {
  min-width: 0;
}

label span,
legend {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfeff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(18, 167, 180, 0.22);
  border-color: var(--sage);
}

.wide {
  grid-column: 1 / -1;
}

fieldset {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

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

.choice-grid label,
.consent-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  background: #eefbfc;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
}

.choice-grid input,
.consent-line input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.consent-line {
  margin-top: 18px;
}

.consent-line span {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

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

button.button {
  cursor: pointer;
  font: inherit;
}

.form-note {
  margin: 14px 0 0;
  font-size: 14px;
}

.booking-side {
  display: grid;
  gap: 14px;
}

.booking-side ol {
  margin: 0;
  padding-left: 20px;
}

.booking-side li + li {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .hero,
  .two-column,
  .lcn-section,
  .booking-section,
  .practitioner-section,
  .male-panel,
  .booking-hero,
  .booking-form-section,
  .results-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 460px;
  }

  .process-list,
  .price-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .booking-hero {
    padding: 32px 20px 28px;
  }

  .booking-form-section {
    padding: 24px 14px 44px;
  }

  .booking-form {
    padding: 18px 14px;
    box-shadow: 0 10px 28px rgba(57, 45, 35, 0.08);
  }

  .hero {
    padding-top: 30px;
  }

  .hero-actions,
  .booking-actions {
    flex-direction: column;
  }

  .button,
  .plain-link {
    width: 100%;
  }

  .hero-facts,
  .feature-grid,
  .process-list,
  .price-layout,
  .male-panel ul,
  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .hero-media {
    display: grid;
    min-height: auto;
    background: var(--white);
  }

  .hero-media::before,
  .hero-media::after {
    display: none;
  }

  .hero-media img {
    height: 280px;
    min-height: 280px;
  }

  .media-card {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .case-panel {
    position: static;
    width: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  th,
  td {
    padding: 12px 10px;
    font-size: 13px;
  }

  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
  }

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

  tr {
    padding: 13px 14px;
    border-bottom: 1px solid var(--line);
  }

  td {
    display: grid;
    grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1fr);
    gap: 10px;
    padding: 4px 0;
    border-bottom: 0;
  }

  td::before {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  td:nth-child(1)::before {
    content: "Service";
  }

  td:nth-child(2)::before {
    content: "Price";
  }

  td:nth-child(3)::before {
    content: "Time";
  }

  .site-footer {
    flex-direction: column;
  }
}
