:root {
  color-scheme: light;
  --font-sans: Inter, "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ink: #17313c;
  --ink-soft: #52656d;
  --navy: #163c50;
  --navy-deep: #102f40;
  --accent: #ffeab8;
  --accent-border: #b3a47f;
  --accent-ink: #665d45;
  --teal: var(--accent-border);
  --teal-dark: var(--accent-ink);
  --sage: #f7efd9;
  --mist: #f6f4ee;
  --paper: #fbfcfb;
  --white: #ffffff;
  --line: #d9e2df;
  --sand: #f3f0e9;
  --shadow: 0 18px 50px rgba(20, 50, 61, 0.09);
  --shadow-soft: 0 8px 28px rgba(20, 50, 61, 0.07);
  --radius: 4px;
  --content: 1160px;
  --reading: 760px;
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: var(--navy);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--teal-dark);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(179, 164, 127, 0.55);
  outline-offset: 3px;
}

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

h1,
h2,
h3,
h4 {
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  letter-spacing: -0.015em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.container {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.reading-width {
  max-width: var(--reading);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--navy-deep);
  color: var(--white);
  text-decoration: none;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(217, 226, 223, 0.9);
  background: rgba(251, 252, 251, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  color: var(--navy-deep);
  text-decoration: none;
}

.brand:hover {
  color: var(--navy-deep);
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1.2;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-practice {
  color: var(--ink-soft);
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-link,
.nav-dropdown-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  padding-inline: 13px;
  text-decoration: none;
}

.nav-link:hover,
.nav-dropdown-toggle:hover,
.nav-link.is-active,
.nav-dropdown-toggle.is-active {
  color: var(--teal-dark);
}

.nav-link.is-active,
.nav-dropdown-toggle.is-active {
  border-bottom-color: var(--teal);
}

.nav-link.nav-cta {
  min-height: 44px;
  margin-left: 10px;
  border: 1px solid var(--accent-border);
  border-radius: var(--radius);
  padding-inline: 19px;
}

.nav-link.nav-cta:hover,
.nav-link.nav-cta.is-active {
  border-color: var(--accent-border);
  background: var(--accent);
  color: var(--ink);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  gap: 7px;
}

.nav-chevron {
  width: 12px;
  height: 12px;
  transition: transform 160ms ease;
}

.nav-dropdown.is-open .nav-chevron {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: grid;
  visibility: hidden;
  width: 270px;
  padding: 10px;
  transform: translate(-50%, 6px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.nav-dropdown-menu a {
  border-radius: 2px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 12px;
  text-decoration: none;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.is-active {
  background: var(--mist);
  color: var(--teal-dark);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before {
  position: absolute;
  top: -6px;
}

.menu-toggle-lines::after {
  position: absolute;
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 234, 184, 0.52), transparent 34%),
    linear-gradient(135deg, #fbfbf9 0%, #f5f2ea 100%);
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -38%;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(179, 164, 127, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.18), 0 0 0 180px rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(720px, calc(100vh - var(--header-height)));
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  padding-block: clamp(72px, 10vw, 128px);
}

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

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

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--accent-border);
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.button:hover {
  border-color: var(--accent-border);
  background: #f5dca3;
  color: var(--ink);
  transform: translateY(-1px);
}

.button-outline {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.button-outline:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button svg,
.text-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.hero-contact {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-contact::before {
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 26px;
  background: var(--teal);
  content: "";
}

.hero-contact h2 {
  margin-bottom: 1.4rem;
  font-size: 1.55rem;
}

.contact-list {
  display: grid;
  gap: 20px;
  margin: 0;
}

.contact-item {
  display: grid;
  gap: 3px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-label {
  color: var(--ink-soft);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-value {
  color: var(--navy-deep);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
}

.contact-value:hover {
  color: var(--teal-dark);
}

.hours-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.hours-row {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(84px, 0.45fr) minmax(0, 1fr);
}

.hours-row dt,
.hours-row dd {
  margin: 0;
}

.hours-row dt {
  color: var(--ink-soft);
  font-weight: 650;
}

.hours-row dd {
  color: var(--navy-deep);
  font-weight: 650;
}

.hero-contact .hours-list {
  gap: 5px;
}

.hero-contact .hours-row {
  gap: 10px;
  grid-template-columns: 64px minmax(0, 1fr);
  font-size: 0.94rem;
}

.section {
  padding-block: clamp(76px, 10vw, 126px);
}

.section-compact {
  padding-block: clamp(58px, 8vw, 90px);
}

.section-muted {
  border-block: 1px solid var(--line);
  background: var(--mist);
}

.section-sand {
  background: var(--sand);
}

.section-heading {
  display: grid;
  max-width: 760px;
  margin-bottom: clamp(36px, 6vw, 58px);
}

.section-heading .lead {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(16, 47, 64, 0.02);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(179, 164, 127, 0.75);
  box-shadow: var(--shadow-soft);
}

.service-index {
  margin-bottom: 50px;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-card p {
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: var(--teal-dark);
}

.page-header {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.15)),
    var(--mist);
}

.page-header-inner {
  display: grid;
  min-height: 390px;
  align-content: center;
  padding-block: clamp(64px, 9vw, 100px);
}

.page-header h1 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(2.65rem, 6vw, 4.9rem);
}

.page-header .lead {
  max-width: 740px;
  margin-top: 24px;
  margin-bottom: 0;
}

.split-layout {
  display: grid;
  align-items: start;
  gap: clamp(42px, 8vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.split-layout.reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
}

.split-layout.portrait-layout {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
}

.portrait-media {
  width: min(100%, 320px);
  justify-self: end;
}

.split-layout.reverse .split-media {
  order: -1;
}

.split-media {
  position: relative;
}

.split-media img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow-soft);
}

.split-media.landscape img {
  aspect-ratio: 4 / 3;
}

.split-media.contain {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}

.split-media.contain img {
  max-height: 470px;
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: none;
}

.portrait-caption {
  position: absolute;
  right: -22px;
  bottom: -24px;
  width: min(280px, 78%);
  padding: 20px 24px;
  border-left: 3px solid var(--teal);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.portrait-caption strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
}

.focus-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.focus-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy-deep);
  font-weight: 650;
}

.focus-list li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-item {
  display: grid;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 150px minmax(0, 1fr);
}

.timeline-item:last-child {
  border-bottom: 1px solid var(--line);
}

.timeline-year {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-content ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.timeline-content li + li {
  margin-top: 8px;
}

.content-copy p {
  margin-bottom: 1.35rem;
}

.content-copy h2,
.content-copy h3 {
  margin-top: 2.2rem;
}

.content-copy h2:first-child,
.content-copy h3:first-child {
  margin-top: 0;
}

.feature-stack {
  display: grid;
}

.feature-row {
  display: grid;
  align-items: center;
  gap: clamp(38px, 8vw, 96px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: clamp(58px, 8vw, 92px);
  border-top: 1px solid var(--line);
}

.feature-row:nth-child(even) .feature-image {
  order: 2;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.feature-image.contain {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.feature-image.contain img {
  max-height: 380px;
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: none;
}

.feature-number {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}

.info-card p {
  color: var(--ink-soft);
}

.info-card ul {
  margin-bottom: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.info-card li + li {
  margin-top: 0.45rem;
}

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

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

.check-list li::before {
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--accent-border);
  content: "";
}

.urgent-panel {
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid var(--accent-border);
  border-left-width: 4px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.urgent-panel h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
}

.urgent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 22px;
  font-weight: 750;
}

.price-list {
  display: grid;
  gap: 0;
  margin: 38px 0;
  border-top: 1px solid var(--line);
}

.price-item {
  display: grid;
  align-items: start;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
}

.price-item h3 {
  margin-bottom: 8px;
}

.price-item p {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.price {
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.2;
  white-space: nowrap;
}

.appointment-panel {
  display: grid;
  align-items: center;
  gap: clamp(36px, 7vw, 84px);
  padding: clamp(34px, 7vw, 72px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  grid-template-columns: minmax(0, 1fr) auto;
}

.appointment-panel h2 {
  margin-bottom: 14px;
}

.appointment-panel p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.booking-shell {
  scroll-margin-top: calc(var(--header-height) + 24px);
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.booking-shell [hidden] {
  display: none !important;
}

.booking-intro {
  display: grid;
  align-items: end;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
}

.booking-intro h2 {
  max-width: 720px;
  margin-bottom: 14px;
}

.booking-intro p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.booking-security-note {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  border-left: 3px solid var(--accent-border);
  background: var(--mist);
}

.booking-security-note strong {
  color: var(--navy-deep);
  font-size: 0.93rem;
}

.booking-security-note span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.preview-notice {
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid #d5a644;
  background: #fff8e6;
  color: #564111;
  font-size: 0.9rem;
  line-height: 1.55;
}

.booking-progress {
  display: grid;
  margin: clamp(32px, 5vw, 54px) 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-progress li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.booking-progress li::before {
  position: absolute;
  z-index: 0;
  top: 17px;
  right: 50%;
  left: -50%;
  height: 1px;
  background: var(--line);
  content: "";
}

.booking-progress li:first-child::before {
  display: none;
}

.booking-progress li span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.booking-progress li.is-active,
.booking-progress li.is-complete {
  color: var(--navy);
}

.booking-progress li.is-active span,
.booking-progress li.is-complete span {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.booking-progress li.is-complete::before,
.booking-progress li.is-active::before {
  background: var(--navy);
}

.booking-step {
  min-height: 310px;
}

.booking-step-heading {
  margin-bottom: 26px;
}

.booking-step-heading > span,
.booking-step-heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-step-heading h3 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.booking-step-heading h3[tabindex="-1"]:focus-visible {
  outline: 0;
}

.booking-step-heading p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.booking-step-heading-with-timer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.reservation-timer {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: var(--mist);
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.reservation-timer strong {
  color: var(--navy-deep);
  font-variant-numeric: tabular-nums;
}

.booking-choice-grid,
.booking-date-grid,
.booking-time-grid {
  display: grid;
  gap: 12px;
}

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

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

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

.booking-choice {
  display: grid;
  width: 100%;
  min-height: 96px;
  align-content: center;
  gap: 4px;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.booking-choice:hover {
  border-color: var(--accent-border);
  background: #fffaf0;
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.booking-choice strong {
  color: var(--navy-deep);
  font-size: 1rem;
}

.booking-choice span {
  color: var(--ink-soft);
  line-height: 1.45;
  font-size: 0.86rem;
}

.booking-choice:disabled,
.booking-shell[aria-busy="true"] .booking-choice {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.booking-loading,
.booking-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed var(--line);
  color: var(--ink-soft);
  text-align: center;
}

.booking-message {
  margin-bottom: 24px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  font-size: 0.9rem;
}

.booking-message.is-info {
  background: var(--mist);
}

.booking-message.is-error {
  border-color: #d6a1a1;
  background: #fff1f1;
  color: #742929;
}

.booking-message.is-success {
  border-color: #9fc3ac;
  background: #f0f8f2;
  color: #234d31;
}

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

.booking-actions-between {
  align-items: center;
  justify-content: space-between;
}

.booking-summary {
  margin-bottom: 28px;
  padding: 16px 18px;
  border-left: 3px solid var(--navy);
  background: var(--mist);
  color: var(--navy-deep);
  font-weight: 750;
}

.booking-form {
  display: grid;
  gap: 26px;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label,
.form-fieldset legend {
  color: var(--navy-deep);
  font-size: 0.88rem;
  font-weight: 750;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #b9c6c2;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(22, 60, 80, 0.1);
  outline: 0;
}

.form-hint {
  margin: -14px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.55;
}

.form-field .form-hint {
  margin: 0;
}

.form-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-fieldset legend {
  margin-bottom: 9px;
}

.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  cursor: pointer;
}

.radio-options input,
.checkbox-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--navy);
}

.consent-list {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.84rem;
  line-height: 1.55;
}

.checkbox-option input {
  margin-top: 3px;
}

.booking-success {
  display: grid;
  align-items: start;
  gap: 24px;
  min-height: 280px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid #b8cfbf;
  background: #f5faf6;
  grid-template-columns: auto minmax(0, 1fr);
}

.booking-success-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: #315f40;
  color: var(--white);
  font-size: 1.4rem;
}

.booking-success h3 {
  margin-bottom: 12px;
}

/* Fokussierter Buchungskorridor */
.booking-page {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 234, 184, 0.28), transparent 30rem),
    var(--mist);
}

.booking-site-header {
  border-bottom: 1px solid rgba(217, 226, 223, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.booking-site-header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.booking-site-header .brand-logo {
  width: 48px;
  height: 48px;
}

.booking-exit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.booking-exit:hover {
  color: var(--navy);
}

.booking-exit svg {
  width: 18px;
  height: 18px;
}

.booking-main {
  min-height: calc(100vh - 134px);
  min-height: calc(100dvh - 134px);
}

.booking-stage {
  padding-block: clamp(28px, 5vw, 64px);
}

.booking-page .booking-shell {
  width: min(calc(100% - 40px), 940px);
  scroll-margin-top: 24px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(185, 198, 194, 0.8);
  border-radius: 12px;
  box-shadow: 0 22px 60px rgba(16, 47, 64, 0.09);
}

.booking-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.booking-topline .eyebrow {
  margin-bottom: 10px;
}

.booking-topline h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.15rem);
}

.booking-assurance {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 700;
}

.booking-assurance svg {
  width: 19px;
  height: 19px;
  color: var(--teal-dark);
}

.booking-page .booking-progress {
  margin: clamp(28px, 4vw, 42px) 0 clamp(38px, 6vw, 62px);
}

.booking-page .booking-progress li {
  gap: 9px;
}

.booking-page .booking-progress li small {
  font: inherit;
}

.booking-page .booking-progress li.is-complete span {
  color: transparent;
}

.booking-page .booking-progress li.is-complete span::after {
  position: absolute;
  color: var(--white);
  content: "✓";
}

.booking-page .booking-step {
  min-height: 360px;
}

.booking-page .booking-step-heading {
  margin-bottom: 30px;
}

.booking-page .booking-step-heading > span,
.booking-page .booking-step-heading > div > span {
  margin-bottom: 9px;
}

.booking-page .booking-step-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
}

.booking-page .booking-step-heading h2[tabindex="-1"]:focus-visible {
  outline: 0;
}

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

.booking-page .booking-date-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.booking-page .booking-choice {
  position: relative;
  min-height: 84px;
  align-content: center;
  padding: 17px 46px 17px 18px;
  border-color: #cbd5d2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(16, 47, 64, 0.03);
}

.booking-page .booking-choice::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--teal-dark);
  content: "›";
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-53%);
}

.booking-page .booking-choice:hover {
  border-color: var(--navy);
  background: #fffdf7;
  box-shadow: 0 10px 24px rgba(16, 47, 64, 0.08);
}

.booking-page .booking-choice strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.booking-page .booking-date-grid .booking-choice,
.booking-page .booking-time-grid .booking-choice {
  min-height: 70px;
}

.booking-page .booking-time-grid .booking-choice strong {
  font-size: 1.08rem;
  font-variant-numeric: tabular-nums;
}

.button-quiet {
  border-color: transparent;
  background: transparent;
  color: var(--navy);
}

.button-quiet:hover {
  border-color: var(--line);
  background: var(--mist);
  color: var(--navy);
}

.booking-page .booking-message {
  margin: -20px 0 28px;
  border-radius: 7px;
}

.booking-page .booking-loading,
.booking-page .booking-empty {
  border-radius: 8px;
  background: var(--paper);
}

.booking-page .reservation-timer {
  border-radius: 999px;
  white-space: nowrap;
}

.booking-page .booking-summary {
  margin-bottom: 32px;
  border-radius: 0 7px 7px 0;
}

.booking-page .booking-form {
  gap: 20px;
}

.booking-form-section {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fdfefd;
}

.booking-form-section > legend {
  padding: 0 8px;
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-form-section.form-field-full {
  grid-column: auto;
}

.form-section-hint {
  margin: -8px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.booking-page .form-field input,
.booking-page .form-field textarea {
  min-height: 50px;
  padding: 11px 13px;
  border-radius: 6px;
  background: #fff;
}

.booking-page .form-field textarea {
  min-height: 104px;
}

.booking-page .radio-options label {
  flex: 1 1 180px;
  border-radius: 6px;
  background: #fff;
}

.booking-page .radio-options label:has(input:checked) {
  border-color: var(--navy);
  background: #f4f8f8;
  box-shadow: inset 0 0 0 1px var(--navy);
}

.booking-page .consent-list {
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.booking-page .checkbox-option {
  color: var(--ink);
}

.booking-page .booking-success {
  min-height: 360px;
  align-content: center;
  border-radius: 10px;
}

.booking-page .booking-success h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.booking-site-footer {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.booking-site-footer-inner {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.booking-site-footer nav {
  display: flex;
  gap: 18px;
}

.booking-site-footer a {
  color: var(--ink-soft);
  text-decoration: none;
}

.booking-site-footer a:hover {
  color: var(--navy);
}

.legal {
  max-width: 820px;
}

.legal section + section {
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.legal h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
}

.legal h3 {
  margin-top: 2.1rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.legal address {
  font-style: normal;
}

.legal ul {
  padding-left: 1.25rem;
}

.notice {
  padding: 22px 24px;
  border-left: 3px solid var(--teal);
  background: var(--mist);
  color: var(--ink-soft);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  gap: 50px;
  padding-block: 66px;
  grid-template-columns: 1.25fr 0.9fr 0.8fr 0.75fr;
}

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

.footer-brand img {
  width: 68px;
  height: 68px;
  padding: 6px;
  border-radius: 50%;
  background: var(--white);
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}

.footer-brand span {
  font-size: 0.86rem;
}

.footer-heading {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--font-sans);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--white);
}

.footer-contact {
  line-height: 1.65;
}

.footer-hours {
  display: grid;
  gap: 7px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-hours span {
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.79rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--white);
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    visibility: hidden;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 24px;
    transform: translateY(-10px);
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-link,
  .nav-dropdown-toggle {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding-inline: 4px;
  }

  .nav-link.is-active,
  .nav-dropdown-toggle.is-active {
    border-bottom-color: var(--teal);
  }

  .nav-link.nav-cta {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    border: 1px solid var(--accent-border);
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    visibility: visible;
    width: 100%;
    padding: 7px 0 10px 16px;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
  }

  .nav-dropdown:hover .nav-dropdown-menu {
    display: none;
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu,
  .nav-dropdown.is-open:hover .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a {
    padding-block: 12px;
  }

  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .split-layout.portrait-layout,
  .appointment-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-contact {
    max-width: 580px;
  }

  .portrait-media {
    width: min(100%, 300px);
    justify-self: center;
  }

  .service-grid,
  .info-grid,
  .info-grid.two-column {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 280px;
  }

  .feature-row {
    gap: 38px;
  }

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

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--content));
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-practice {
    font-size: 0.66rem;
  }

  .hero::after {
    display: none;
  }

  .hero-grid {
    gap: 46px;
    padding-block: 64px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .page-header-inner {
    min-height: 330px;
  }

  .page-header h1 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .feature-row:nth-child(even) .feature-image {
    order: 0;
  }

  .feature-image.contain,
  .split-media.contain {
    min-height: 340px;
  }

  .timeline-item {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .price-item {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .price {
    grid-row: 1;
  }

  .portrait-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -24px 0 0 24px;
  }

  .footer-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .footer-grid > :first-child {
    grid-column: auto;
  }

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

@media (max-width: 460px) {
  .brand-practice {
    display: none;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .booking-intro,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .booking-progress li {
    font-size: 0.64rem;
    letter-spacing: 0;
  }

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

  .booking-step-heading-with-timer,
  .booking-actions-between {
    align-items: stretch;
    flex-direction: column;
  }

  .reservation-timer {
    align-self: flex-start;
  }
}

@media (max-width: 540px) {
  .booking-shell {
    width: calc(100% - 24px);
    padding: 24px 18px;
  }

  .booking-choice-grid,
  .booking-date-grid,
  .booking-time-grid {
    grid-template-columns: 1fr;
  }

  .booking-progress li {
    font-size: 0;
  }

  .booking-progress li span {
    font-size: 0.82rem;
  }

  .booking-success {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .booking-site-header-inner {
    min-height: 68px;
  }

  .booking-site-header .brand-logo {
    width: 44px;
    height: 44px;
  }

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

  .booking-assurance {
    margin-top: 0;
  }

  .booking-page .booking-progress li {
    font-size: 0.65rem;
    letter-spacing: 0;
  }

  .booking-page .booking-date-grid,
  .booking-page .booking-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-page .booking-step-heading-with-timer,
  .booking-page .booking-actions-between {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-page .booking-actions-between .button {
    width: 100%;
  }

  .booking-page .reservation-timer {
    align-self: flex-start;
  }
}

@media (max-width: 540px) {
  .booking-exit span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .booking-page .booking-shell {
    width: min(calc(100% - 24px), 940px);
    padding: 24px 18px 28px;
    border-radius: 10px;
  }

  .booking-page .booking-choice-grid,
  .booking-page .booking-date-grid {
    grid-template-columns: 1fr;
  }

  .booking-page .booking-progress li small {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .booking-page .booking-step {
    min-height: 320px;
  }

  .booking-form-section,
  .booking-page .consent-list {
    padding: 18px 15px;
  }

  .booking-site-footer-inner {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button-row,
  .skip-link {
    display: none !important;
  }

  body {
    background: var(--white);
    color: #000;
    font-size: 11pt;
  }

  .page-header,
  .section-muted,
  .section-sand {
    border: 0;
    background: transparent;
  }

  .page-header-inner,
  .section {
    min-height: auto;
    padding-block: 20px;
  }
}
