:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #18211d;
  --muted: #67716b;
  --line: #88BDF2;
  --accent: #8ecae6;
  --accent-strong: #2f6f9f;
  --sidebar: #6a89a7;
  --mobile-header-height: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.mobile-topbar,
.sidebar-backdrop {
  display: none;
}

.site-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 32px 24px;
  background: var(--sidebar);
  border-right: 1px solid var(--line);
}

.brand {
  width: fit-content;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.language-switcher {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.language-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 40px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.language-toggle:hover {
  border-color: rgba(142, 202, 230, 0.72);
}

.language-toggle:focus-visible {
  border-color: var(--accent);
  outline: 2px solid rgba(142, 202, 230, 0.34);
  outline-offset: 2px;
}

.flag-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 22px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(24, 33, 29, 0.18);
}

.flag-icon::before,
.flag-icon::after {
  content: "";
  position: absolute;
  inset: 0;
}

.flag-de {
  background: linear-gradient(
    to bottom,
    #000000 0 33.333%,
    #dd0000 33.333% 66.666%,
    #ffce00 66.666% 100%
  );
}

.flag-gb {
  background: #012169;
}

.flag-gb::before {
  background:
    linear-gradient(27deg, transparent 0 42%, #ffffff 42% 48%, #c8102e 48% 53%, #ffffff 53% 59%, transparent 59%),
    linear-gradient(153deg, transparent 0 42%, #ffffff 42% 48%, #c8102e 48% 53%, #ffffff 53% 59%, transparent 59%);
}

.flag-gb::after {
  background:
    linear-gradient(to right, transparent 0 39%, #ffffff 39% 45%, #c8102e 45% 55%, #ffffff 55% 61%, transparent 61%),
    linear-gradient(to bottom, transparent 0 35%, #ffffff 35% 43%, #c8102e 43% 57%, #ffffff 57% 65%, transparent 65%);
}

.section-nav {
  position: relative;
  display: grid;
  gap: 6px;
  margin-top: 34px;
}

.nav-highlight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: var(--nav-highlight-height, 42px);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.12);
  box-shadow: inset 4px 0 0 rgba(255, 255, 255, var(--nav-highlight-line, 1));
  opacity: var(--nav-highlight-opacity, 1);
  pointer-events: none;
  transform: translateY(var(--nav-highlight-y, 0));
  transition: opacity 120ms ease-out;
}

.section-nav a {
  position: relative;
  z-index: 1;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.section-nav a.is-active {
  color: #ffffff;
}

.section-nav .booking-link {
  margin-top: 14px;
  color: #ffffff;
  background: #bdddfc;
}

.section-nav .booking-link:hover,
.section-nav .booking-link:focus-visible {
  color: #ffffff;
  background: var(--accent-strong);
}

.content {
  width: 100%;
  padding: 14px clamp(6px, 1.5vw, 20px) 18px;
}

.hero {
  position: relative;
  display: block;
  container-type: inline-size;
  width: 100%;
  min-height: 0;
  overflow: visible;
}

.hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100svh - 14px);
  object-fit: cover;
  object-position: right top;
}

.hero-content {
  position: static;
  width: 100%;
  margin: 0;
  padding: clamp(38px, 5vw, 68px) clamp(24px, 5vw, 72px);
  color: #000000;
  text-shadow: none;
}

.hero h1 {
  position: absolute;
  top: 33svh;
  left: clamp(24px, 5vw, 72px);
  z-index: 2;
  max-width: 46%;
  margin: 0;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: clamp(calc(1.5rem - 2px), calc(4.8vw - 0.84rem - 2px), calc(4.6rem - 2px));
  white-space: nowrap;
}

.name-nowrap {
  white-space: nowrap;
}

.hero-content h2 {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: clamp(0.84rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  white-space: nowrap;
}

.hero-content p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #000000;
  font-size: clamp(0.88rem, 1.15vw, 1.02rem);
  line-height: 1.5;
}

.hero-content .hero-services {
  max-width: 620px;
  margin: 12px 0 0;
  padding-left: 1.2em;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.5;
}

.hero h1 {
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.9),
    1px -1px 0 rgba(0, 0, 0, 0.9),
    -1px 1px 0 rgba(0, 0, 0, 0.9),
    1px 1px 0 rgba(0, 0, 0, 0.9),
    0 2px 10px rgba(0, 0, 0, 0.65);
}

@media (min-width: 781px) and (max-width: 949px) {
  .hero h1 > span {
    display: block;
  }
}

@media (min-width: 950px) {
  .hero h1 {
    font-size: clamp(calc(3rem - 2px), calc(4.2vw - 2px), calc(4.8rem - 2px));
  }

  .hero h1 > span {
    display: block;
  }
}

@media (min-width: 1600px) {
  .hero h1 > span {
    display: inline;
  }
}

@media (min-width: 1150px) {
  .hero-content {
    position: absolute;
    top: 45%;
    left: clamp(24px, 5vw, 72px);
    z-index: 2;
    width: min(520px, 38%);
    padding: 0;
    color: #ffffff;
  }

  .hero-content h2,
  .hero-content p {
    color: #ffffff;
    text-shadow:
      -1px -1px 0 rgba(0, 0, 0, 0.9),
      1px -1px 0 rgba(0, 0, 0, 0.9),
      -1px 1px 0 rgba(0, 0, 0, 0.9),
      1px 1px 0 rgba(0, 0, 0, 0.9),
      0 2px 10px rgba(0, 0, 0, 0.65);
  }

  .hero-content .hero-services {
    color: #ffffff;
    text-shadow:
      -1px -1px 0 rgba(0, 0, 0, 0.9),
      1px -1px 0 rgba(0, 0, 0, 0.9),
      -1px 1px 0 rgba(0, 0, 0, 0.9),
      1px 1px 0 rgba(0, 0, 0, 0.9),
      0 2px 10px rgba(0, 0, 0, 0.65);
  }
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.98;
}

.lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.content-section {
  max-width: 760px;
  padding: 38px 0;
  scroll-margin-top: 28px;
}

.content-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2.4vw, 1.8rem);
  line-height: 1.1;
}

.content-section p {
  margin: 0 0 14px;
  color: #303832;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.section-intro {
  color: var(--muted);
  font-size: 1.14rem;
}

.service-line {
  margin-top: 22px;
  color: var(--accent-strong);
  font-size: 1.08rem;
  font-weight: 700;
}

.qualifications,
.treatment-groups {
  margin-top: 30px;
}

.qualifications {
  padding: 26px;
  border: 1px solid rgba(7, 97, 174, 0.18);
  border-radius: 8px;
  background: #e2f1fb;
}

.qualifications h3,
.treatment-group h3 {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.2;
}

.qualifications ul,
.treatment-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.25rem;
  color: #303832;
}

.qualifications li,
.treatment-group li {
  padding-left: 4px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent-strong);
  content: "\2713";
  font-weight: 700;
}

.faq-section {
  margin-top: 38px;
}

.faq-section h3 {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.2;
}

.faq-item {
  margin-top: 18px;
}

.faq-item h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  line-height: 1.3;
}

.faq-item p {
  margin-bottom: 8px;
}

.show-more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-top: 28px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--accent-strong);
  background: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.show-more-toggle:hover,
.show-more-toggle:focus-visible {
  border-color: rgba(142, 202, 230, 0.72);
  outline: none;
}

.show-more-icon {
  display: inline-grid;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  line-height: 1;
}

.faq-subsection {
  margin-top: 38px;
}

.faq-subsection > h3 {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.2;
}

.faq-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
  padding-left: 1.25rem;
  color: #303832;
}

.faq-list li {
  padding-left: 4px;
}

.treatment-groups {
  display: grid;
  gap: 28px;
}

.treatment-group {
  padding-top: 24px;
}

@media (min-width: 980px) {
  .treatment-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

.price-groups {
  display: grid;
  gap: 30px;
  margin-top: 34px;
}

.price-group h3,
.pricing-note h3 {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.2;
}

.price-list-items {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list-items li {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(18px, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  color: #303832;
}

.price-list-items li::after {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  border-bottom: 1px dotted rgba(48, 56, 50, 0.5);
  content: "";
  transform: translateY(0.3em);
}

.price-list-items li span:first-child {
  grid-column: 1;
}

.price-list-items li span:last-child {
  grid-column: 3;
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

.pricing-note {
  margin-top: 38px;
}

.contact-section {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-card {
  max-width: 440px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.contact-card h3 {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.2;
}

.contact-card address {
  display: grid;
  gap: 4px;
  color: #303832;
  font-style: normal;
}

@media (max-width: 780px) {
  body.nav-open {
    overflow: hidden;
  }

  .mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    min-height: var(--mobile-header-height);
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid var(--line);
    background: #88BDF2;
    backdrop-filter: blur(14px);
  }

  .mobile-brand {
    color: var(--ink);
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    gap: 5px;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--accent-strong);
    transform-origin: center;
    transition: opacity 140ms ease, transform 140ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

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

  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: min(86vw, 330px);
    min-height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    padding: 28px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    box-shadow: 18px 0 44px rgba(24, 33, 29, 0.16);
    transform: translateX(-104%);
    transition: transform 220ms ease;
  }

  body.nav-open .sidebar {
    transform: translateX(0);
  }

  .sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: block;
    border: 0;
    background: rgba(24, 33, 29, 0.34);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.nav-open .sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .language-switcher {
    margin-top: 20px;
    padding-top: 18px;
  }

  .section-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .nav-highlight {
    display: none;
  }

  .section-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    text-align: center;
  }

  .section-nav .booking-link {
    margin-top: 0;
  }

  .content {
    width: 100%;
    padding: 10px 0 16px clamp(5px, 1.25vw, 9px);
  }

  .hero {
    display: block;
    min-height: 0;
    overflow: visible;
  }

  .hero-image {
    position: relative;
    display: block;
    height: calc(100svh - var(--mobile-header-height) - 10px);
    object-position: 68% top;
  }

  .hero-content {
    position: static;
    width: 100%;
    margin: 0;
    padding: 28px 22px 34px;
    color: #000000;
    text-shadow: none;
  }

  .hero h1 {
    position: absolute;
    top: calc(33svh - 24px);
    left: clamp(18px, 5vw, 34px);
    z-index: 2;
    max-width: calc(100% - 36px);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: clamp(calc(2.2rem - 2px), calc(10vw - 2px), calc(3.2rem - 2px));
    white-space: normal;
    text-shadow:
      -1px -1px 0 rgba(0, 0, 0, 0.9),
      1px -1px 0 rgba(0, 0, 0, 0.9),
      -1px 1px 0 rgba(0, 0, 0, 0.9),
      1px 1px 0 rgba(0, 0, 0, 0.9),
      0 2px 10px rgba(0, 0, 0, 0.65);
  }

  .hero h1 > span {
    display: block;
  }

  .hero-content h2 {
    margin-top: 0;
    text-shadow: none;
  }

  .hero-content p {
    color: #000000;
    line-height: 1.4;
    text-shadow: none;
  }

  .content-section {
    max-width: none;
    padding: 34px 0;
    scroll-margin-top: calc(var(--mobile-header-height) + 18px);
  }
}

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

  .brand {
    font-size: 1.45rem;
  }

  h1 {
    font-size: clamp(2.25rem, 13vw, 3.7rem);
  }

  .content-section h2 {
    font-size: clamp(1.24rem, 6vw, 1.62rem);
  }

  .content {
    padding-left: 5px;
    padding-right: 0;
  }
}
