/* Bodywise homepage and pricing bundle cb10 — consolidated for upload. */

.bw-floating-booking {
  position: fixed;
  right: clamp(1rem, 2.2vw, 2rem);
  bottom: clamp(1rem, 2.2vw, 2rem);
  z-index: 180;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  align-items: center;
  gap: 0.58rem;
  min-width: 12.9rem;
  min-height: 3.55rem;
  padding: 0.52rem 0.85rem 0.52rem 0.58rem;
  overflow: hidden;
  color: #f3eee3;
  text-decoration: none;
  border: 1px solid rgba(243, 238, 227, 0.2);
  border-radius: 0.65rem;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(255, 255, 255, 0.16),
      transparent 42%
    ),
    linear-gradient(135deg, #34656d 0%, #27454a 100%);
  box-shadow:
    0 1.15rem 2.75rem rgba(24, 33, 54, 0.25),
    0 0.25rem 0.75rem rgba(39, 38, 38, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  isolation: isolate;
  transform: translateY(0);
  visibility: visible;
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    visibility 0s linear 0s,
    box-shadow 220ms ease,
    border-color 220ms ease;
  animation: bw-floating-booking-in 620ms cubic-bezier(0.22, 1, 0.36, 1)
    500ms both;
}

.bw-floating-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    115deg,
    transparent 18%,
    rgba(255, 255, 255, 0.1) 48%,
    transparent 72%
  );
  transform: translateX(-115%);
  transition: transform 650ms ease;
}

.bw-floating-booking:hover,
.bw-floating-booking:focus-visible {
  color: #fff;
  border-color: rgba(243, 238, 227, 0.38);
  box-shadow:
    0 1.35rem 3.2rem rgba(24, 33, 54, 0.32),
    0 0.35rem 0.9rem rgba(39, 38, 38, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.bw-floating-booking:hover::before,
.bw-floating-booking:focus-visible::before {
  transform: translateX(115%);
}

.bw-floating-booking:focus-visible {
  outline: 3px solid rgba(243, 238, 227, 0.96);
  outline-offset: 4px;
}

.bw-floating-booking.is-context-hidden {
  opacity: 0;
  transform: translateY(calc(100% + 2rem));
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s, 0s, 220ms, 0s, 0s;
}

.bw-floating-booking__icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(243, 238, 227, 0.2);
  border-radius: 50%;
  background: rgba(243, 238, 227, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.bw-floating-booking__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.bw-floating-booking__copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  line-height: 1;
}

.bw-floating-booking__eyebrow {
  color: rgba(243, 238, 227, 0.76);
  font-family: "Roboto", sans-serif;
  font-size: 0.55rem;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.bw-floating-booking__label {
  color: inherit;
  font-family: "PPPaloma", serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

@keyframes bw-floating-booking-in {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .bw-floating-booking {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 0.5rem;
    min-width: 11.9rem;
    min-height: 3.25rem;
    padding: 0.46rem 0.72rem 0.46rem 0.5rem;
    border-radius: 0.58rem;
  }

  .bw-floating-booking__icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .bw-floating-booking__label {
    font-size: 0.84rem;
  }

  .bw-floating-booking__eyebrow {
    font-size: 0.51rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bw-floating-booking {
    animation: none;
    transition: none;
  }

  .bw-floating-booking::before {
    transition: none;
  }
}

/* Consolidated homepage base; loaded only by the final index bundle. */

:root {
  --bw-bg: #e8e4e0;
  --bw-card: #ebe3d5;
  --bw-ink: #272626;
  --bw-muted: #6a6460;
  --bw-accent: #34656d;
  --bw-accent-dark: #27454a;
  --bw-navy: #182136;
  --bw-light: #f3eee3;
  --bw-line: rgba(39, 38, 38, 0.18);
  --bw-shell: none;
  --bw-side: 8rem;
  --bw-shadow: 0 12px 32px rgba(39, 38, 38, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bw-bg);
  color: var(--bw-ink);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}

body.bw-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

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

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

@font-face {
  font-family: "PPPaloma";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPPaloma/PPPaloma-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Roboto/roboto-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-light.woff2") format("woff2");
  font-display: swap;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 1.55rem 2.6rem;
  transition:
    top 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop--mega-open,
.header-desktop--mega-open.scrolled {
  background: var(--bw-light);
  box-shadow: 0 1px 0 rgba(44, 42, 42, 0.05);
}

.header-desktop__nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
}

.header-desktop__brand {
  justify-self: start;
}

.header-desktop__brand a {
  display: inline-flex;
  align-items: center;
}

.header-desktop__logo {
  display: block;
  width: 88px;
  height: auto;
  transition: width 0.28s ease;
}

header.scrolled .header-desktop__logo {
  width: 76px;
}

.header-desktop__center,
.header-desktop__right {
  display: flex;
  align-items: center;
}

.header-desktop__center {
  justify-self: center;
  gap: clamp(0.95rem, 1.35vw, 1.45rem);
}

.header-desktop__right {
  justify-self: end;
  gap: 1rem;
}

.header-desktop__item {
  position: relative;
}

.header-desktop__trigger {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-desktop__link-text,
.nav-link {
  color: #e8e4e0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-desktop__chevron,
.header-desktop__lang-chevron {
  display: block;
  object-fit: contain;
  transition:
    transform 0.35s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}

.header-desktop__item.is-active .header-desktop__chevron {
  transform: rotate(180deg);
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link.current-page,
.header-desktop__trigger.current-page {
  position: relative;
  color: var(--bw-light, #e8e4e0);
  font-weight: 300;
  text-decoration: none;
}

.nav-link.current-page::before,
.header-desktop__trigger.current-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.72rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.header-desktop__trigger.current-page .header-desktop__link-text {
  color: inherit;
  font-weight: inherit;
}

.header-desktop.header-desktop--mega-open .nav-link.current-page,
.header-desktop.header-desktop--mega-open .header-desktop__trigger.current-page {
  color: var(--bw-accent, #34656d);
}

header.scrolled .header-desktop__link-text,
header.scrolled .nav-link {
  color: #e8e4e0;
}

header.scrolled .nav-link.current-page,
header.scrolled .header-desktop__trigger.current-page {
  color: var(--bw-light, var(--header-link-color-scrolled, #e8e4e0));
}

header.scrolled .header-desktop__chevron,
header.scrolled .header-desktop__lang-chevron {
  filter: brightness(0) saturate(100%) invert(94%) sepia(17%) saturate(422%)
    hue-rotate(303deg) brightness(106%) contrast(101%);
}

.header-desktop.header-desktop--mega-open .header-desktop__link-text,
.header-desktop.header-desktop--mega-open .nav-link {
  color: var(--bw-ink);
}
.header-desktop.header-desktop--mega-open .nav-link.current-page,
.header-desktop.header-desktop--mega-open .header-desktop__trigger.current-page {
  color: var(--bw-accent, #34656d);
}

.header-desktop.header-desktop--mega-open .header-desktop__chevron,
.header-desktop.header-desktop--mega-open .header-desktop__lang-chevron {
  filter: invert(1);
}

.header-desktop__mega {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-desktop__mega-panel {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(44, 42, 42, 0.05);
  background: var(--bw-bg);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}

.header-desktop__mega-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 10.4rem 2.6rem 3.2rem;
}

.header-desktop__mega-layout {
  display: grid;
  grid-template-columns: minmax(420px, 780px) minmax(320px, 440px);
  align-items: start;
  justify-content: space-between;
  gap: 4.5rem;
}

.header-desktop__mega-main,
.header-desktop__mega-card-body {
  display: flex;
  flex-direction: column;
}

.header-desktop__mega-main {
  gap: clamp(0.55rem, 0.9vw, 0.95rem);
}

.header-desktop__mega-linkline {
  width: fit-content;
  overflow: hidden;
  padding-top: 0.12em;
  padding-bottom: 0.16em;
}

.header-desktop__mega-service {
  display: inline-block;
  color: var(--bw-ink);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: clamp(1.55rem, 1.75vw, 2.35rem);
  font-weight: 500;
  line-height: 1.18;
  text-decoration: none;
  transition: color 0.28s ease;
}

.header-desktop__mega-service:hover,
.header-desktop__mega-service:focus-visible {
  color: var(--bw-accent);
}

.header-desktop__mega-service span {
  display: inline-block;
  will-change: transform, opacity;
}

.header-desktop__mega-card {
  display: block;
  max-width: 440px;
  color: inherit;
  text-decoration: none;
}

.header-desktop__mega-card-image-wrap {
  margin-bottom: 1.3rem;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.header-desktop__mega-card-image {
  width: 100%;
  aspect-ratio: 1.42 / 1;
}

.header-desktop__mega-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.header-desktop__mega-card:hover .header-desktop__mega-card-image img,
.header-desktop__mega-card:focus-visible .header-desktop__mega-card-image img {
  transform: scale(1.04);
}

.header-desktop__mega-card-title {
  margin: 0 0 0.45rem;
  color: var(--bw-ink);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.35vw, 1.65rem);
  font-weight: 500;
}

.header-desktop__mega-card-text {
  max-width: 28rem;
  margin: 0;
  color: #5f5955;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 200;
}

.header-desktop__mega-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0;
  border: 0;
  margin: 0;
  background: rgba(20, 18, 17, 0.12);
  cursor: default;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-desktop__mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-cta {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1rem;
  overflow: hidden;
  border-radius: 3px;
  background: var(--bw-accent);
  color: #e8e4e0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
  transition:
    transform 0.35s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.main-cta:hover,
.main-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--bw-accent-dark);
  color: #e8e4e0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  display: none;
  width: 100%;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.logo-mobile {
  width: 70px;
  height: auto;
}

.nav-menu {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.line-menu,
.line-small {
  height: 1px;
  margin-bottom: 5px;
  background: #e8e4e0;
}

.line-menu {
  width: 25px;
}

.line-small {
  width: 20px;
  float: right;
}

.menu-mobile {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  height: 100vh;
  height: 100dvh;
  padding: 1.4rem;
  background: var(--bw-bg);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  pointer-events: none;
}

.menu-mobile-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.menu-closing {
  position: absolute;
  top: 1.8rem;
  right: 1.4rem;
}

.menu-close {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.menu-links {
  display: flex;
  flex-direction: column;
  padding: 30% 2rem 2rem;
}

.menu-links a,
.menu-mobile-services__trigger {
  padding: 0.6rem 0;
  color: var(--bw-ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: left;
  text-decoration: none;
}
.menu-links a.current-page,
.menu-mobile-services__trigger.current-page {
  position: relative;
  color: var(--bw-accent, #34656d);
  font-weight: 300;
}

.menu-links a.current-page::before,
.menu-mobile-services__trigger.current-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bw-accent, #34656d);
  transform: translateY(-50%);
}


.menu-mobile-services {
  display: flex;
  flex-direction: column;
}

.menu-mobile-services__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-mobile-services__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.menu-mobile-services.is-open .menu-mobile-services__icon {
  transform: rotate(90deg);
}

.menu-mobile-services__panel {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  opacity: 0;
}

.menu-mobile-services__panel-inner {
  min-height: 0;
}

.menu-mobile-services__panel a {
  display: block;
  padding: 0.4rem 0 0.4rem 1.25rem;
  font-size: 1.3rem;
  line-height: 1.45;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-divider {
  display: block;
  width: calc(100% - 4rem);
  height: 2px;
  margin: 2rem 2rem 0 auto;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  margin-top: 1rem;
  color: var(--bw-ink);
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
}

.language-switch a {
  margin: 0 0.5rem;
  color: var(--bw-ink);
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
}

.bw-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--bw-side);
}

.bw-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  background: var(--bw-light);
  color: var(--bw-ink);
  text-decoration: none;
  border-radius: 3px;
}

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

.bw-kicker {
  margin: 0 0 0.7rem;
  color: var(--bw-accent);
  font-size: 0.95rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.bw-kicker--light {
  color: #9bb7b2;
}

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

h1,
h2,
h3 {
  font-family: "PPPaloma", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.08;
}

p {
  font-size: clamp(1rem, 1.12vw, 1.18rem);
}

.bw-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  padding: 1.45rem 2.6rem;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    padding 0.3s ease;
}

.bw-header.is-scrolled {
  padding-block: 1rem;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
  box-shadow: none;
}

.bw-header__inner {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 1.5rem;
}

.bw-header__brand {
  display: inline-flex;
  justify-self: start;
  align-items: center;
}

.bw-header__brand img {
  display: block;
  width: 92px;
  height: auto;
}

.bw-header__links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1.45rem;
}

.bw-header__links a {
  position: relative;
  color: var(--bw-light);
  font-size: 1.05rem;
  font-weight: 200;
  text-decoration: none;
}

.bw-header__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--bw-light);
  transition: transform 0.3s ease;
}

.bw-header__links a:hover::after,
.bw-header__links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bw-header__inner > .bw-button {
  justify-self: end;
}

.bw-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bw-menu-button span {
  display: block;
  width: 26px;
  height: 1px;
  margin: 6px auto;
  background: var(--bw-light);
}

.bw-mobile-menu {
  display: none;
}

.bw-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--bw-accent);
  color: var(--bw-light);
  font-size: 0.98rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.bw-button:hover,
.bw-button:focus-visible {
  transform: translateY(-2px);
  background: var(--bw-accent-dark);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.bw-button--small {
  min-height: 42px;
  padding: 0.62rem 0.9rem;
  font-size: 0.92rem;
}

.bw-icon {
  display: inline-block;
  flex: 0 0 auto;
}

.bw-icon--arrow {
  width: 12px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("/assets/icons/arrow-right-dark.svg") center / contain
    no-repeat;
  mask: url("/assets/icons/arrow-right-dark.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.bw-button:hover .bw-icon--arrow,
.bw-button:focus-visible .bw-icon--arrow {
  transform: translateX(2px);
}

.bw-button--ghost {
  border-color: rgba(243, 238, 227, 0.72);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bw-button--ghost:hover,
.bw-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.bw-button--light {
  background: var(--bw-light);
  color: var(--bw-navy);
}

.bw-button--light:hover,
.bw-button--light:focus-visible {
  background: #fff;
}

.bw-button--outline-light {
  border-color: rgba(243, 238, 227, 0.7);
  background: transparent;
  color: var(--bw-light);
  box-shadow: none;
}

.bw-button--outline-light:hover,
.bw-button--outline-light:focus-visible {
  background: rgba(243, 238, 227, 0.08);
}

.bw-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 20px;
}

.bw-hero__stage {
  position: relative;
  min-height: calc(100vh - 40px);
  min-height: calc(100svh - 40px);
  overflow: hidden;
  border-radius: 25px;
  background: var(--bw-navy);
  isolation: isolate;
}

.bw-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bw-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.25) 0%,
      rgba(4, 4, 4, 0.08) 35%,
      rgba(0, 0, 0, 0.74) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.44) 0%,
      rgba(0, 0, 0, 0.12) 54%,
      rgba(0, 0, 0, 0.18) 100%
    );
}

.bw-hero__content {
  position: absolute;
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(44px, 7vh, 78px);
  left: clamp(28px, 4vw, 64px);
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: end;
  gap: clamp(2rem, 5vw, 6rem);
}

.bw-hero h1 {
  max-width: none;
  margin: 0;
  color: #f0eeea;
  font-size: 3rem;
  line-height: 1;
}

.bw-hero__intro {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: rgba(240, 238, 234, 0.9);
  font-size: clamp(1.03rem, 1.3vw, 1.22rem);
}

.bw-hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  white-space: nowrap;
}

.bw-facts {
  padding: 0;
}

.bw-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--bw-line);
}

.bw-fact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.5rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--bw-line);
}

.bw-fact:first-child {
  padding-left: 0;
}

.bw-fact:last-child {
  padding-right: 0;
  border-right: 0;
}

.bw-fact__label {
  color: var(--bw-muted);
  font-size: 0.84rem;
  font-weight: 200;
}

.bw-fact strong {
  color: var(--bw-ink);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 500;
}

.bw-editorial {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.bw-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.bw-editorial h2 {
  max-width: 650px;
}

.bw-editorial__body {
  max-width: 710px;
}

.bw-editorial__body > p:first-child {
  margin-top: 0;
}

.bw-editorial__body > p {
  color: rgba(39, 38, 38, 0.86);
}

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

.bw-check-list li {
  position: relative;
  padding: 1rem 0 1rem 1.9rem;
  border-bottom: 1px solid var(--bw-line);
  font-size: 1.03rem;
  line-height: 1.35;
}

.bw-check-list li::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bw-accent);
}

.bw-services {
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.bw-section-heading {
  max-width: 1120px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.bw-section-heading > p {
  max-width: 940px;
  margin: 1rem 0 0;
  color: rgba(39, 38, 38, 0.76);
}

.bw-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.bw-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(39, 38, 38, 0.07);
  border-radius: 12px;
  background: var(--bw-card);
  box-shadow: var(--bw-shadow);
}

.bw-service-card__image {
  position: relative;
  display: block;
  height: clamp(250px, 22vw, 350px);
  margin: 14px 14px 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(232, 228, 224, 0.55);
}

.bw-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw-service-card__image > span {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  min-width: 36px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 238, 227, 0.18);
  background: rgba(39, 38, 38, 0.62);
  color: var(--bw-light);
  font-size: 0.8rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.obj-cards {
  object-position: 50% 100% !important;
}

.bw-service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 1.15rem 1.35rem;
}

.bw-service-card__meta {
  margin: 0 0 0.7rem;
  color: var(--bw-accent);
  font-size: 0.92rem;
  font-weight: 500;
}

.bw-service-card h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 1.55vw, 1.7rem);
  line-height: 1.02;
}

.bw-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bw-service-card__content > p:not(.bw-service-card__meta) {
  margin: 0 0 1.5rem;
  color: rgba(39, 38, 38, 0.76);
  font-size: 1.06rem;
}

.bw-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  margin-top: auto;
  min-height: 36px;
  padding: 0.8rem;
  border: 1px solid rgba(39, 38, 38, 0.24);
  border-radius: 3px;
  color: var(--bw-ink);
  font-size: 0.96rem;
  font-weight: 200;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.bw-text-link .bw-icon--arrow {
  width: 10px;
  height: 9px;
  transition: transform 0.3s ease;
  margin-top: 2px;
}

.bw-text-link:hover,
.bw-text-link:focus-visible {
  border-color: rgba(39, 38, 38, 0.42);
  background: rgba(255, 255, 255, 0.18);
}

.bw-text-link:hover .bw-icon--arrow,
.bw-text-link:focus-visible .bw-icon--arrow {
  transform: translateX(2px);
}

.bw-service-card .bw-text-link {
  gap: 8px;
  min-height: 38px;
  padding: 0.58rem 0.95rem;
  border: 0;
  background-color: var(--bw-accent);
  color: var(--bw-light);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.1),
    0 5px 12px rgba(42, 41, 39, 0.14);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.bw-service-card .bw-text-link .bw-icon--arrow {
  width: 14px;
  height: 14px;
  margin-top: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.bw-service-card .bw-text-link:hover,
.bw-service-card .bw-text-link:focus-visible {
  transform: translateY(-2px);
  background: var(--bw-accent-dark);
  color: var(--bw-light);
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.12),
    0 8px 18px rgba(42, 41, 39, 0.16);
}

.bw-service-card .bw-text-link:hover .bw-icon--arrow,
.bw-service-card .bw-text-link:focus-visible .bw-icon--arrow {
  transform: translateX(3px);
}

.bw-profile-link,
.bw-doctor .bw-kicker a,
.bw-doctor__content p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bw-hero .bw-profile-link {
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.bw-fact .bw-profile-link {
  text-decoration: none;
}

.bw-process {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: var(--bw-light);
}

.bw-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: stretch;
}

.bw-process__image {
  min-height: 680px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--bw-card);
}

.bw-process__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw-process__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bw-process__intro {
  max-width: 650px;
  margin: 1.2rem 0 1.8rem;
  color: rgba(39, 38, 38, 0.76);
}

.bw-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bw-line);
  list-style: none;
}

.bw-process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--bw-line);
}

.bw-process-list li > span {
  color: var(--bw-accent);
  font-size: 0.95rem;
  font-weight: 500;
}

.bw-process-list h3 {
  margin: 0 0 0.35rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.14rem;
  font-weight: 500;
  letter-spacing: 0;
}

.bw-process-list p {
  margin: 0;
  color: rgba(39, 38, 38, 0.72);
  font-size: 1.06rem;
}

.bw-doctor {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: var(--bw-navy);
  color: var(--bw-light);
}

.bw-doctor__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.bw-doctor__image {
  display: block;
  height: 500px;
  min-height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.bw-doctor__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.bw-doctor__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bw-doctor__content > p:not(.bw-kicker) {
  max-width: 720px;
  color: rgba(243, 238, 227, 0.86);
}

.bw-doctor__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.6rem 0 2rem;
  border-top: 1px solid rgba(243, 238, 227, 0.25);
  border-bottom: 1px solid rgba(243, 238, 227, 0.25);
}

.bw-doctor__facts > div {
  padding: 1.2rem 1rem;
  border-right: 1px solid rgba(243, 238, 227, 0.25);
}

.bw-doctor__facts > div:first-child {
  padding-left: 0;
}

.bw-doctor__facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.bw-doctor__facts dt {
  margin-bottom: 0.35rem;
  color: var(--bw-light);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.bw-doctor__facts dd {
  margin: 0;
  color: rgba(243, 238, 227, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.bw-doctor .bw-button {
  align-self: flex-start;
}

.bw-practice {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.bw-section-heading--practice {
  align-items: start;
}

.bw-practice__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.72fr;
  gap: 1.4rem;
  align-items: stretch;
}

.bw-practice__photo {
  position: relative;
  min-height: 490px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--bw-card);
}

.bw-practice__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw-practice__photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 0.75rem 0.85rem;
  background: rgba(39, 38, 38, 0.64);
  color: var(--bw-light);
  font-size: 0.84rem;
  line-height: 1.25;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bw-practice__address {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  padding: clamp(1.5rem, 2.5vw, 2.3rem);
  border-radius: 12px;
  background: var(--bw-card);
  color: var(--bw-ink);
  font-style: normal;
}

.bw-practice__address-label {
  margin: 0;
  color: var(--bw-accent);
  font-size: 0.9rem;
  font-weight: 500;
}

.bw-practice__map {
  width: 100%;
  height: 180px;
  min-height: 170px;
  position: relative;
  margin-top: auto;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(232, 228, 224, 0.72);
}

#map {
  width: 100%;
  height: 100%;
}

#map-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.95rem;
  background: rgba(39, 38, 38, 0.94);
  color: var(--bw-light);
  text-align: center;
}

#map-overlay p {
  max-width: 340px;
  margin: 0 0 0.75rem;
  color: var(--bw-light);
  font-size: 0.86rem;
}

#map-overlay a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

#accept-map {
  min-height: 38px;
  padding: 0.52rem 0.85rem;
  border: 1px solid rgba(243, 238, 227, 0.34);
  border-radius: 3px;
  background: var(--bw-accent);
  color: var(--bw-light);
  font-size: 0.92rem;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

#accept-map:hover,
#accept-map:focus-visible {
  transform: translateY(-2px);
  background: var(--bw-accent-dark);
}

.bw-practice__address-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bw-practice__address h3 {
  margin: 0 0 0.75rem;
  font-size: 1.7rem;
  line-height: 1.02;
}

.bw-practice__address-body > p {
  margin: 0 0 1.1rem;
  font-size: 1rem;
}

.bw-practice__address-body > a:not(.bw-text-link) {
  margin-bottom: 0.35rem;
  color: var(--bw-ink);
  text-decoration: none;
}

.bw-practice__booking {
  align-self: flex-start;
  margin-top: 1.4rem;
}

.bw-practice__address .bw-text-link {
  margin-top: 1rem;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 200;
}

.bw-practice__address .bw-text-link + .bw-text-link {
  margin-top: 0.55rem;
}

.bw-practice__address .bw-text-link:hover,
.bw-practice__address .bw-text-link:focus-visible {
  background: transparent;
}

.bw-faq {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: var(--bw-light);
}

.bw-faq__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.bw-faq__intro {
  position: sticky;
  top: 120px;
}

.bw-faq__intro p:last-child {
  max-width: 360px;
  color: rgba(39, 38, 38, 0.72);
}

.bw-accordion {
  border-top: 1px solid rgba(39, 38, 38, 0.45);
}

.bw-accordion__item {
  border-bottom: 1px solid rgba(39, 38, 38, 0.45);
}

.bw-accordion__item h3 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

.bw-accordion__item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.65rem 0;
  border: 0;
  background: transparent;
  color: var(--bw-ink);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.bw-accordion__icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(39, 38, 38, 0.55);
  border-radius: 2px;
}

.bw-accordion__icon::before,
.bw-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--bw-ink);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.bw-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bw-accordion__item button[aria-expanded="true"] .bw-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.bw-accordion__panel > div {
  padding: 0 4.5rem 1.6rem 0;
}

.bw-accordion__panel p {
  max-width: 780px;
  margin: 0;
  color: rgba(39, 38, 38, 0.76);
  font-size: 1rem;
}

.bw-contact {
  padding-block: clamp(4.5rem, 7vw, 7rem);
  background: var(--bw-accent);
  color: var(--bw-light);
}

.bw-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.bw-contact__content > p:first-child {
  max-width: 680px;
  margin-top: 0;
  color: rgba(243, 238, 227, 0.9);
}

.bw-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.bw-contact__note {
  margin: 1rem 0 0;
  color: rgba(243, 238, 227, 0.68);
  font-size: 0.86rem;
}

.blog-section {
  padding-block: clamp(5rem, 8vw, 7rem);
  background-color: var(--bw-light);
}

.blog-intro {
  max-width: 820px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.blog-intro h2 {
  margin: 0.5rem 0 0;
  color: var(--bw-ink);
  font-family: "PPPaloma", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.08;
}

.blog-intro > p:not(.bw-kicker) {
  max-width: 680px;
  margin: 1rem 0 0;
  color: rgba(39, 38, 38, 0.72);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 200;
}

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

.blog-item {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(39, 38, 38, 0.08);
  border-radius: 12px;
  background-color: #ebe3d5;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.04),
    0 8px 22px rgba(42, 41, 39, 0.08);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.05),
    0 14px 30px rgba(42, 41, 39, 0.1);
}

.blog-image {
  position: relative;
  display: block;
  height: clamp(220px, 21vw, 340px);
  margin: 14px 14px 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(232, 228, 224, 0.55);
  text-decoration: none;
}

.blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover .blog-image img {
  transform: scale(1.035);
}

.blog-image-meta {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-image-meta-left {
  top: 12px;
  left: 12px;
}

.blog-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(232, 228, 224, 0.18);
  background-color: rgba(42, 41, 39, 0.62);
  color: var(--bw-light);
  font-size: 0.82rem;
  font-weight: 200;
  line-height: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.blog-badge-new {
  border-color: rgba(52, 101, 109, 0.35);
  background-color: var(--bw-accent);
}

.blog-badge-category {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.blog-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 16px 20px;
}

.blog-content h3 {
  margin: 0 0 9px;
  color: var(--bw-ink);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: clamp(1.35rem, 1.55vw, 1.75rem);
  font-weight: 500;
  line-height: 1.02;
}

.blog-content h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-content h3 a:hover,
.blog-content h3 a:focus-visible {
  color: var(--bw-accent);
}

.blog-content p {
  margin: 0 0 1.4rem;
  color: rgba(39, 38, 38, 0.72);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 200;
}

.blog-btn {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding: 0.58rem 0.95rem;
  border-radius: 3px;
  background-color: var(--bw-accent);
  color: var(--bw-light);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.1),
    0 5px 12px rgba(42, 41, 39, 0.14);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-btn .bw-icon--arrow {
  width: 14px;
  height: 14px;
}

.blog-btn:hover,
.blog-btn:focus-visible {
  transform: translateY(-2px);
  background-color: var(--bw-accent-dark);
  color: var(--bw-light);
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.12),
    0 8px 18px rgba(42, 41, 39, 0.16);
}

.blog-btn:hover .bw-icon--arrow,
.blog-btn:focus-visible .bw-icon--arrow {
  transform: translateX(3px);
}

.bw-footer {
  padding: 3.5rem 0 1.2rem;
  background: var(--bw-ink);
  color: var(--bw-light);
}

.bw-footer__top {
  display: grid;
  grid-template-columns: minmax(200px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.bw-footer__brand img {
  display: block;
  width: 140px;
  height: auto;
}

.bw-footer__brand p {
  margin: 1.2rem 0 0;
  color: rgba(243, 238, 227, 0.65);
  font-size: 0.9rem;
}

.bw-footer__columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  gap: 2rem;
}

.bw-footer__columns > div {
  display: flex;
  flex-direction: column;
}

.bw-footer__columns h2 {
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.bw-footer__columns a,
.bw-footer__columns span {
  margin-bottom: 0.25rem;
  color: rgba(243, 238, 227, 0.78);
  font-size: 0.93rem;
  line-height: 1.4;
  text-decoration: none;
}

.bw-footer__columns a:hover,
.bw-footer__columns a:focus-visible {
  color: #fff;
}

.bw-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(243, 238, 227, 0.25);
}

.bw-footer__bottom p {
  margin: 0;
  color: rgba(243, 238, 227, 0.58);
  font-size: 0.82rem;
}

.bw-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1180px) {
  :root {
    --bw-side: 6rem;
  }

  .bw-header {
    padding-inline: 1.8rem;
  }

  .bw-header__links {
    gap: 1rem;
  }

  .bw-header__links a {
    font-size: 0.95rem;
  }

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

  .bw-service-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
  }

  .bw-service-card:last-child .bw-service-card__image {
    height: auto;
    min-height: 360px;
    margin: 14px 0 14px 14px;
  }

  .bw-practice__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .bw-practice__address {
    grid-column: 1 / -1;
    min-height: 360px;
  }

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

@media (max-width: 960px) {
  :root {
    --bw-side: 3rem;
  }

  .bw-header__inner {
    grid-template-columns: 1fr auto;
  }

  .bw-header__links,
  .bw-header__inner > .bw-button {
    display: none;
  }

  .bw-menu-button {
    display: block;
    justify-self: end;
  }

  .bw-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem 2rem;
    transform: translateY(-102%);
    background: var(--bw-bg);
    color: var(--bw-ink);
    visibility: hidden;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.45s;
  }

  .bw-mobile-menu.is-open {
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .bw-mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bw-mobile-menu__top img {
    display: block;
    width: 92px;
    height: auto;
  }

  .bw-mobile-menu__close {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--bw-ink);
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
  }

  .bw-mobile-menu__links {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }

  .bw-mobile-menu__links a {
    width: fit-content;
    padding: 0.5rem 0;
    color: var(--bw-ink);
    font-family: "PPPaloma", Arial, sans-serif;
    font-size: clamp(2rem, 7vw, 3.5rem);
    line-height: 1;
    text-decoration: none;
  }

  .bw-mobile-menu__contact {
    display: flex;
    flex-direction: column;
    padding-top: 1.2rem;
    border-top: 1px solid var(--bw-line);
  }

  .bw-mobile-menu__contact a {
    color: var(--bw-ink);
    font-size: 0.95rem;
    line-height: 1.6;
    text-decoration: none;
  }

  .bw-hero__content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.8rem;
  }

  .bw-hero__actions {
    justify-content: flex-start;
  }

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

  .bw-fact:nth-child(2) {
    border-right: 0;
  }

  .bw-fact:nth-child(-n + 2) {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid var(--bw-line);
  }

  .bw-fact:nth-child(n + 3) {
    padding-top: 1.3rem;
  }

  .bw-fact:nth-child(3) {
    padding-left: 0;
  }

  .bw-editorial__grid,
  .bw-section-heading,
  .bw-process__grid,
  .bw-doctor__grid,
  .bw-faq__grid,
  .bw-contact__grid,
  .bw-footer__top {
    grid-template-columns: 1fr;
  }

  .bw-section-heading {
    align-items: start;
  }

  .bw-process__image {
    min-height: 520px;
  }

  .bw-doctor__image {
    height: 500px;
    min-height: 0;
  }

  .bw-doctor__image {
    order: 2;
  }

  .bw-doctor__content {
    order: 1;
  }

  .bw-faq__intro {
    position: static;
  }
}

@media (max-width: 1024px) and (min-width: 721px) {
  h2 {
    font-size: 2rem;
  }

  .bw-hero h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 720px) {
  :root {
    --bw-side: 1rem;
  }

  html {
    scroll-padding-top: 74px;
  }

  .bw-header,
  .bw-header.is-scrolled {
    padding: 1rem;
  }

  .bw-header__brand img {
    width: 78px;
  }

  .bw-hero {
    padding: 12px;
  }

  .bw-hero__stage {
    min-height: calc(100svh - 24px);
    border-radius: 18px;
  }

  .bw-hero__content {
    right: 20px;
    bottom: 30px;
    left: 20px;
  }

  h2 {
    font-size: 1.7rem;
  }

  .bw-hero h1 {
    font-size: 2rem;
  }

  .bw-hero__intro {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .bw-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .bw-hero__actions .bw-button {
    width: 100%;
  }

  .bw-facts {
    padding-inline: 1rem;
  }

  .bw-facts__grid {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .bw-fact,
  .bw-fact:first-child,
  .bw-fact:nth-child(3),
  .bw-fact:last-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--bw-line);
  }

  .bw-fact:last-child {
    border-bottom: 0;
  }

  .bw-services__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .bw-service-card:last-child {
    grid-column: auto;
    display: flex;
  }

  .bw-service-card:last-child .bw-service-card__image {
    height: 260px;
    min-height: 0;
    margin: 12px 12px 0;
  }

  .bw-service-card__image {
    height: 260px;
    margin: 12px 12px 0;
  }

  .bw-service-card__content {
    padding: 1.25rem 0.9rem 1.15rem;
  }

  .bw-process__image {
    min-height: 430px;
  }

  .bw-doctor__image {
    height: 430px;
    min-height: 0;
  }

  .bw-process-list li {
    grid-template-columns: 38px 1fr;
  }

  .bw-doctor__facts {
    grid-template-columns: 1fr;
  }

  .bw-doctor__facts > div,
  .bw-doctor__facts > div:first-child,
  .bw-doctor__facts > div:last-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(243, 238, 227, 0.25);
  }

  .bw-doctor__facts > div:last-child {
    border-bottom: 0;
  }

  .bw-practice__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .bw-practice__photo,
  .bw-practice__address {
    min-height: 390px;
  }

  .bw-practice__address {
    grid-column: auto;
  }

  .bw-accordion__item button {
    gap: 1rem;
    padding: 1.3rem 0;
  }

  .bw-accordion__icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .bw-accordion__panel > div {
    padding-right: 0;
  }

  .bw-contact__actions {
    flex-direction: column;
  }

  .bw-contact__actions .bw-button {
    width: 100%;
  }

  .bw-footer__columns {
    grid-template-columns: 1fr;
  }

  .bw-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .bw-hero__content {
    bottom: 24px;
  }

  .bw-hero h1 {
    font-size: 2.15rem;
  }

  .bw-kicker {
    font-size: 0.84rem;
  }

  .bw-button {
    font-size: 0.9rem;
  }
}

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

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

/* Layout alignment with the Bodywise index page */
html {
  scroll-behavior: auto;
}

.bw-facts__grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bw-editorial {
  padding-block: 8rem;
}

.faq-section {
  padding: 6rem var(--bw-side) 4rem;
  background-color: var(--bw-light);
}

.headline-kicker {
  margin: 0;
  color: var(--bw-accent);
  font-weight: 200;
}

.faq-text {
  max-width: 760px;
}

.faq-text h2 {
  margin: 0.5rem 0 0;
  color: var(--bw-ink);
  font-family: "PPPaloma", Arial, sans-serif;
  font-weight: 500;
}

.faq-text > p {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(39, 38, 38, 0.72);
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4a4947;
  cursor: pointer;
}

.faq-item:first-child {
  margin-top: 2rem;
  border-top: 1px solid #4a4947;
}

.faq-item h4 {
  margin: 2.8rem 0;
  color: var(--bw-ink);
  font-size: 1.5rem;
  font-weight: 500;
}

.faq-icon {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1.8px solid #4a4947;
  border-radius: 2px;
  flex: 0 0 45px;
}

.faq-icon img {
  display: block;
  width: 15px;
  height: 15px;
}

.faq-content {
  overflow: hidden;
  max-height: 0;
  color: var(--bw-ink);
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content.open {
  opacity: 1;
}

.faq-content p {
  margin: 1rem 0 2rem;
  font-size: 1.3rem;
  font-weight: 200;
}

.faq-content a {
  position: relative;
  margin: 1rem 0 2rem;
  color: var(--bw-accent);
  font-size: 1.3rem;
  font-weight: 200;
  text-decoration: none;
}

.faq-content a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 0.25s ease;
}

.faq-content a:hover::before,
.faq-content a:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom: 1px solid #4a4947;
}

@media (min-width: 1024px) and (max-width: 1520px) {
  :root {
    --bw-side: 6rem;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  :root {
    --bw-side: 3rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .bw-editorial {
    padding-block: 6rem;
  }

  .faq-section {
    padding-inline: 3rem;
  }

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

@media (max-width: 768px) {
  :root {
    --bw-side: 1rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .bw-facts__grid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bw-editorial {
    padding-block: 6rem;
  }

  .faq-section {
    padding-inline: 1rem;
  }

  .blog-intro {
    max-width: 100%;
  }

  .blog-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blog-image {
    height: 250px;
    margin: 12px 12px 0;
  }

  .blog-content {
    padding: 20px 12px 18px;
  }

  .blog-content h3 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .blog-btn {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 540px) {
  .menu-links {
    padding: 34% 1rem 2rem;
  }

  .menu-links a,
  .menu-mobile-services__trigger {
    font-size: 1.45rem;
  }

  .faq-item {
    gap: 1rem;
  }

  .faq-item h4 {
    margin: 2rem 0;
    font-size: 1.2rem;
  }

  .faq-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .faq-content p {
    font-size: 1.05rem;
  }

  .blog-image {
    height: 230px;
  }

  .blog-image-meta-left {
    max-width: calc(100% - 96px);
    flex-wrap: wrap;
  }

  .blog-badge {
    min-height: 28px;
    padding: 0.42rem 0.62rem;
    font-size: 0.78rem;
  }
}

/* Responsive refinements */
.bw-hero__copy,
.bw-hero__actions,
.bw-section-heading > *,
.bw-editorial__grid > *,
.bw-services__grid > *,
.bw-process__grid > *,
.bw-doctor__grid > *,
.bw-practice__grid > *,
.bw-contact-hub__grid > *,
.bw-faq__grid > *,
.bw-contact__grid > *,
.blog-wrapper > *,
.bw-footer__top > * {
  min-width: 0;
}

.bw-hero h1 {
  width: 100%;
  max-width: none;
  font-size: clamp(2.25rem, 2.8vw, 3.55rem);
  line-height: 1;
  overflow-wrap: normal;
  text-wrap: balance;
}

.bw-hero__intro {
  max-width: 820px;
}

.bw-hero__intro-short {
  display: none;
}

.bw-button {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

@media (max-width: 960px) {
  .bw-hero h1 {
    font-size: clamp(2.05rem, 4.8vw, 2.75rem);
  }

  .bw-hero__intro {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .bw-hero__content {
    right: clamp(16px, 5vw, 24px);
    bottom: clamp(24px, 5svh, 42px);
    left: clamp(16px, 5vw, 24px);
  }

  .bw-hero h1 {
    font-size: clamp(1.85rem, 7vw, 2.15rem);
    line-height: 1.03;
  }

  .bw-hero__intro {
    margin-top: 0.85rem;
    font-size: 0.95rem;
  }

  .bw-hero__intro-full {
    display: none;
  }

  .bw-hero__intro-short {
    display: inline;
  }
}

@media (max-width: 420px) {
  .bw-hero h1 {
    font-size: clamp(1.72rem, 7vw, 1.95rem);
  }
}

/* Homepage layout refinements */
.bw-hero__content {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.15rem, 2vw, 1.6rem);
}

.bw-hero__copy {
  max-width: 76rem;
}

.bw-hero h1 {
  line-height: 1.08;
}

.bw-hero__actions {
  justify-self: start;
  justify-content: flex-start;
  white-space: normal;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1.44fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(5.5rem, 8vw, 8rem) var(--bw-side);
}

.faq-text {
  position: sticky;
  top: 7.5rem;
  max-width: 28rem;
}

.faq-text > .bw-kicker {
  color: var(--bw-accent);
}

.faq-text h2 {
  max-width: 12ch;
  margin-top: 0.5rem;
  line-height: 1.08;
}

.faq-text > p:not(.bw-kicker) {
  max-width: 26rem;
  margin-top: 1.2rem;
  color: rgba(39, 38, 38, 0.7);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}

.faq-text > .bw-button {
  margin-top: 1.5rem;
}

.faq-wrapper {
  border-top: 1px solid rgba(39, 38, 38, 0.28);
}

.faq-item,
.faq-item:first-child {
  min-height: 0;
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid rgba(39, 38, 38, 0.28);
}

.faq-item {
  gap: 1.5rem;
}

.faq-item > div:first-child {
  display: block;
  min-width: 0;
  padding-right: 1.5rem;
}

.faq-item > div:first-child::before {
  content: none;
}

.faq-item h4 {
  margin: 0;
  padding: 1.65rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

.faq-item:hover h4 {
  color: var(--bw-ink);
}

.faq-item:focus-visible {
  outline: 2px solid var(--bw-accent);
  outline-offset: 5px;
}

.faq-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(39, 38, 38, 0.5);
  border-radius: 2px;
  flex-basis: 34px;
  background: transparent;
  transition: border-color 200ms ease;
}

.faq-icon img {
  width: 12px;
  height: 12px;
}

.faq-item:hover .faq-icon,
.faq-item:focus-visible .faq-icon,
.faq-item[aria-expanded="true"] .faq-icon {
  border-color: var(--bw-ink);
  background: transparent;
  transform: none;
}

.faq-content p {
  max-width: 46rem;
  margin: 0;
  padding: 0 4.5rem 1.55rem 0;
  color: rgba(39, 38, 38, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom-color: rgba(39, 38, 38, 0.28);
}

.bw-contact-hub {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: var(--bw-accent);
  color: var(--bw-light);
}

.bw-contact-hub__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  align-items: stretch;
  gap: clamp(3rem, 5vw, 5.5rem);
}

.bw-contact-hub__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.bw-contact-hub h2 {
  max-width: none;
  color: var(--bw-light);
  overflow-wrap: normal;
  text-wrap: balance;
}

.bw-contact-hub__intro {
  max-width: 39rem;
  margin: 1.4rem 0 0;
  color: rgba(243, 238, 227, 0.86);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.6;
}

.bw-contact-hub__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.bw-contact-hub__note {
  margin: 0.9rem 0 0;
  color: rgba(243, 238, 227, 0.64);
  font-size: 0.82rem;
}

.bw-contact-hub__channels {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid rgba(243, 238, 227, 0.24);
  border-bottom: 1px solid rgba(243, 238, 227, 0.24);
  font-style: normal;
}

.bw-contact-hub__channels a {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.15rem 3.25rem 1.15rem 0;
  color: var(--bw-light);
  text-decoration: none;
}

.bw-contact-hub__channels a + a {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(243, 238, 227, 0.24);
}

.bw-contact-hub__channels a > span:first-child,
.bw-contact-hub__location-head span {
  color: rgba(243, 238, 227, 0.64);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bw-contact-hub__channels strong,
.bw-contact-hub__location-head strong {
  overflow-wrap: anywhere;
  color: var(--bw-light);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}

.bw-contact-hub__channels .bw-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.bw-contact-hub__channels a:hover .bw-icon,
.bw-contact-hub__channels a:focus-visible .bw-icon {
  transform: translate(3px, -50%);
}

.bw-contact-hub__location {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bw-contact-hub__location-head {
  display: flex;
  min-height: 4.75rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(243, 238, 227, 0.24);
}

.bw-contact-hub__location-head > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.bw-contact-hub__location-head a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(243, 238, 227, 0.4);
  color: var(--bw-light);
  font-size: 0.92rem;
  text-decoration: none;
  white-space: nowrap;
}

.bw-contact-hub__location-head a:hover,
.bw-contact-hub__location-head a:focus-visible {
  border-color: #fff;
  color: #fff;
}

.bw-contact-hub__map {
  position: relative;
  width: 100%;
  height: 440px;
  min-height: 0;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(243, 238, 227, 0.18);
  border-radius: 8px;
  background: rgba(243, 238, 227, 0.12);
}

.bw-contact-hub #map-overlay {
  padding: 2rem;
  background: rgba(24, 33, 54, 0.96);
}

.bw-contact-hub #map-overlay p {
  max-width: 31rem;
  margin-bottom: 1rem;
  color: rgba(243, 238, 227, 0.86);
  font-size: 0.9rem;
  line-height: 1.55;
}

.bw-contact-hub #accept-map {
  border-color: var(--bw-light);
  background: var(--bw-light);
  color: var(--bw-navy);
}

.bw-contact-hub #accept-map:hover,
.bw-contact-hub #accept-map:focus-visible {
  background: #fff;
  color: var(--bw-navy);
}

.bw-footer {
  position: relative;
  padding: 0 0 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 0%,
      rgba(52, 101, 109, 0.22),
      transparent 30%
    ),
    #202121;
}

.bw-footer__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-block: clamp(2.75rem, 4vw, 3.75rem);
  border-bottom: 1px solid rgba(243, 238, 227, 0.2);
}

.bw-footer__eyebrow {
  margin: 0 0 0.65rem;
  color: #9bb7b2;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bw-footer__lead h2 {
  max-width: 22ch;
  margin: 0;
  color: var(--bw-light);
  line-height: 1.08;
}

.bw-footer__lead .bw-button {
  justify-self: end;
  margin: 0;
}

.bw-footer__top {
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.bw-footer__brand-link {
  display: inline-flex;
}

.bw-footer__brand img {
  width: 10.25rem;
  height: auto;
}

.bw-footer__brand p {
  max-width: 20rem;
  margin-top: 1.4rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bw-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.bw-footer__social {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  color: rgba(243, 238, 227, 0.78);
  text-decoration: none;
}

.bw-footer__social img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.bw-footer__social[href]:hover,
.bw-footer__social[href]:focus-visible {
  color: #fff;
}

.bw-footer__social[href]:hover img,
.bw-footer__social[href]:focus-visible img {
  transform: translateY(-2px);
}

.bw-footer__social--placeholder img {
  opacity: 0.64;
}

.bw-footer__columns {
  grid-template-columns: 0.9fr 1.2fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.bw-footer__columns > nav,
.bw-footer__columns > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bw-footer__columns h3 {
  margin: 0 0 1.25rem;
  color: #90aca1;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bw-footer__columns a,
.bw-footer__columns span {
  margin-bottom: 0.42rem;
  color: rgba(243, 238, 227, 0.76);
  font-size: 0.96rem;
  line-height: 1.55;
  text-decoration: none;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.bw-footer__columns a:hover,
.bw-footer__columns a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.bw-footer__contact-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(243, 238, 227, 0.26);
}

.bw-footer__contact-link .bw-icon {
  margin: 0;
}

.bw-footer__bottom {
  margin-top: 0;
  padding-top: 1.25rem;
  border-top-color: rgba(243, 238, 227, 0.18);
}

.bw-footer__meta,
.bw-footer__meta nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.bw-footer__meta p {
  margin: 0;
}

.bw-footer__meta a {
  color: rgba(243, 238, 227, 0.58);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 200ms ease;
}

.bw-footer__meta a:hover,
.bw-footer__meta a:focus-visible {
  color: #fff;
}

.bw-footer__back-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 1.15rem;
  border-left: 1px solid rgba(243, 238, 227, 0.18);
}

@media (max-width: 1180px) {
  .bw-contact-hub__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 3rem;
  }
}

@media (max-width: 960px) {
  .faq-section {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2.5rem, 7vw, 4rem);
  }

  .faq-text {
    position: static;
    max-width: 42rem;
  }

  .faq-text h2 {
    max-width: 13ch;
  }

  .bw-contact-hub__grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .bw-contact-hub__content {
    max-width: 46rem;
  }

  .bw-contact-hub__map {
    height: 380px;
  }

  .bw-footer__lead {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.25rem;
    padding-block: 2.75rem;
  }

  .bw-footer__lead .bw-button {
    justify-self: start;
    margin-bottom: 0;
  }

  .bw-footer__top {
    grid-template-columns: 1fr;
  }

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

  .bw-footer__columns > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .bw-hero h1 {
    line-height: 1.1;
  }

  .faq-section {
    gap: 2.5rem;
    padding-block: 4.5rem;
  }

  .faq-item {
    min-height: 0;
    gap: 0.8rem;
  }

  .faq-item > div:first-child {
    padding-right: 0.5rem;
  }

  .faq-item h4 {
    margin: 0;
    padding: 1.35rem 0;
  }

  .faq-content p {
    padding: 0 0 1.35rem;
  }

  .bw-contact-hub h2 {
    max-width: none;
  }

  .bw-contact-hub {
    padding-block: 4.5rem;
  }

  .bw-contact-hub__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bw-contact-hub__actions .bw-button {
    width: 100%;
  }

  .bw-contact-hub__channels {
    grid-template-columns: 1fr;
  }

  .bw-contact-hub__channels a + a {
    padding-left: 0;
    border-top: 1px solid rgba(243, 238, 227, 0.24);
    border-left: 0;
  }

  .bw-contact-hub__location-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .bw-contact-hub__map {
    height: 300px;
  }

  .bw-footer__lead {
    padding-block: 2.5rem;
  }

  .bw-footer__columns {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .bw-footer__columns > :last-child {
    grid-column: auto;
  }

  .bw-footer__bottom,
  .bw-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .bw-footer__meta,
  .bw-footer__meta nav {
    flex-wrap: wrap;
  }

  .bw-footer__back-top {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .bw-contact-hub #map-overlay {
    padding: 1.25rem;
  }
}

/* Google reviews */
.bw-reviews {
  padding-block: clamp(4.75rem, 7vw, 6.5rem);
  background: var(--bw-bg);
}

.bw-reviews__header {
  max-width: 60rem;
  margin-inline: auto;
  text-align: center;
}

.bw-reviews__header .bw-kicker {
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bw-reviews__header h2 {
  text-wrap: balance;
}

.bw-reviews__intro {
  max-width: 42rem;
  margin: 0.85rem auto 0;
  color: var(--bw-muted);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.55;
  text-wrap: balance;
}

.bw-reviews__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 2.6vw, 2.35rem);
  margin: clamp(1.9rem, 3.4vw, 2.8rem) auto;
}

.bw-reviews__score {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  white-space: nowrap;
}

.bw-reviews__score strong {
  color: var(--bw-accent);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: clamp(2.25rem, 2.7vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.bw-reviews__score span {
  color: var(--bw-muted);
  font-size: 0.92rem;
}

.bw-reviews__divider {
  width: 1px;
  height: 3.15rem;
  flex: 0 0 auto;
  background: var(--bw-line);
}

.bw-reviews__rating {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.55rem;
  text-align: center;
  white-space: nowrap;
}

.bw-reviews__stars,
.bw-review-card__stars {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.bw-reviews__stars img,
.bw-review-card__stars img {
  display: block;
  flex: 0 0 auto;
}

.bw-reviews__rating > span {
  color: var(--bw-muted);
  font-size: 0.92rem;
}

.bw-reviews__google {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}

.bw-reviews__google > img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.bw-reviews__google > span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--bw-muted);
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: left;
}

.bw-reviews__google strong {
  color: var(--bw-ink);
  font-size: 1rem;
  font-weight: 500;
}

.bw-reviews__slider {
  --bw-review-gap: 1.1rem;

  position: relative;
  max-width: 96rem;
  margin-inline: auto;
}

.bw-reviews__viewport {
  width: calc(100% + 1.1rem);
  margin: -0.45rem -0.55rem -1rem;
  padding: 0.45rem 0.55rem 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.55rem;
  scroll-snap-type: x mandatory;
  scroll-snap-type: inline mandatory;
  touch-action: pan-x pan-y pinch-zoom;
}

.bw-reviews__slider.has-overflow .bw-reviews__viewport {
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.bw-reviews__slider.has-overflow .bw-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.bw-reviews__viewport:focus-visible {
  outline: 2px solid var(--bw-accent);
  outline-offset: 3px;
  border-radius: 12px;
}

.bw-reviews__viewport.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.bw-reviews__viewport img {
  -webkit-user-drag: none;
  user-select: none;
}

.bw-reviews__track {
  display: flex;
  align-items: stretch;
  gap: var(--bw-review-gap);
}

.bw-review-card {
  display: flex;
  min-width: 0;
  flex: 0 0 calc(33.333333% - 0.733333rem);
  flex-direction: column;
  padding: clamp(1.15rem, 1.5vw, 1.45rem);
  border: 1px solid rgba(39, 38, 38, 0.09);
  border-radius: 12px;
  background: var(--bw-card);
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.04),
    0 8px 22px rgba(42, 41, 39, 0.08);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.bw-review-card__stars {
  margin-bottom: 1rem;
}

.bw-review-card__stars img {
  width: 24px;
  height: 24px;
}

.bw-review-card__quote {
  margin: 0 0 1.1rem;
}

.bw-review-card__quote p {
  margin: 0;
  color: var(--bw-ink);
  font-size: clamp(0.94rem, 0.95vw, 1rem);
  line-height: 1.52;
}

.bw-review-card__quote p + p {
  margin-top: 0.65rem;
}

.bw-review-card__author {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--bw-line);
}

.bw-review-card__avatar {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: var(--bw-bg);
  object-fit: cover;
}

.bw-review-card__author > div {
  min-width: 0;
}

.bw-review-card__author cite {
  display: block;
  color: var(--bw-ink);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.bw-review-card__author span {
  display: block;
  margin-top: 0.15rem;
  color: var(--bw-muted);
  font-size: 0.76rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bw-reviews__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  text-align: center;
}

.bw-reviews__actions .bw-button {
  min-width: min(100%, 18rem);
}

.bw-reviews__slider-nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.bw-reviews__slider.has-overflow .bw-reviews__slider-nav {
  display: flex;
}

.bw-reviews__slider-controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.bw-reviews__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-inline: 0.2rem;
}

.bw-reviews__dot {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bw-reviews__dot::before {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--bw-accent);
  border-radius: 999px;
  background: transparent;
  content: "";
  transition:
    width 220ms ease,
    background-color 220ms ease;
}

.bw-reviews__dot[aria-current="true"]::before {
  width: 1.1rem;
  background: var(--bw-accent);
}

.bw-reviews__dot:focus-visible {
  outline: 2px solid var(--bw-accent);
  outline-offset: 3px;
}

.bw-reviews__slider-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(39, 38, 38, 0.42);
  border-radius: 50%;
  background: transparent;
  color: var(--bw-ink);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
}

.bw-reviews__slider-button .bw-icon--arrow {
  width: 14px;
  height: 12px;
}

.bw-reviews__slider-button--previous .bw-icon--arrow {
  transform: rotate(180deg);
}

.bw-reviews__slider-button:hover:not(:disabled),
.bw-reviews__slider-button:focus-visible:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--bw-accent);
  background: rgba(52, 101, 109, 0.08);
  color: var(--bw-accent);
}

.bw-reviews__slider-button:focus-visible {
  outline: 2px solid var(--bw-accent);
  outline-offset: 3px;
}

.bw-reviews__slider-button:disabled {
  opacity: 0.28;
  cursor: default;
}

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

@media (max-width: 960px) {
  .bw-review-card {
    flex-basis: calc(50% - 0.55rem);
  }
}

@media (max-width: 720px) {
  .bw-reviews {
    padding-block: 3.75rem;
  }

  .bw-reviews__summary {
    display: grid;
    grid-template-columns: auto 1px auto 1px auto;
    gap: clamp(0.35rem, 1.8vw, 0.7rem);
    justify-content: center;
    margin-block: 1.8rem;
  }

  .bw-reviews__divider {
    width: 1px;
    height: 3rem;
  }

  .bw-reviews__score {
    gap: 0.2rem;
  }

  .bw-reviews__score strong {
    font-size: clamp(2rem, 7vw, 2.35rem);
  }

  .bw-reviews__score span,
  .bw-reviews__rating > span {
    font-size: clamp(0.7rem, 2.2vw, 0.82rem);
  }

  .bw-reviews__rating {
    gap: 0.4rem;
  }

  .bw-reviews__stars img {
    width: clamp(17px, 3vw, 21px);
    height: clamp(17px, 3vw, 21px);
  }

  .bw-reviews__google {
    gap: clamp(0.4rem, 1.5vw, 0.6rem);
  }

  .bw-reviews__google > img {
    width: clamp(30px, 7vw, 38px);
    height: clamp(30px, 7vw, 38px);
    flex-basis: clamp(30px, 7vw, 38px);
  }

  .bw-reviews__google > span {
    font-size: clamp(0.68rem, 2vw, 0.78rem);
  }

  .bw-reviews__google strong {
    font-size: clamp(0.78rem, 2.4vw, 0.9rem);
  }

  .bw-reviews__slider {
    --bw-review-gap: 0.85rem;
  }

  .bw-review-card {
    flex-basis: 100%;
    padding: 1.15rem;
  }

  .bw-reviews__actions .bw-button {
    width: auto;
    min-width: min(100%, 18rem);
  }

  .bw-reviews__slider-nav {
    justify-content: center;
    margin-top: 0.8rem;
  }

  .bw-reviews__slider-button {
    width: 40px;
    height: 40px;
  }
}

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

/* One fixed H2 scale across the homepage */
#inhalt h2,
.bw-footer h2 {
  font-size: 2.4rem;
  line-height: 1.08;
}

@media (min-width: 721px) and (max-width: 1024px) {
  #inhalt h2,
  .bw-footer h2 {
    font-size: 2rem;
  }
}

@media (max-width: 720px) {
  #inhalt h2,
  .bw-footer h2 {
    font-size: 1.7rem;
  }
}

/* Vacation notice (homepage only) */
body.bw-vacation-popup-open {
  overflow-x: hidden;
  overflow-y: scroll;
}

.bw-vacation-popup[hidden] {
  display: none;
}

.bw-vacation-popup {
  position: fixed;
  z-index: 1400;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(18, 18, 18, 0.48);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 240ms ease;
}

.bw-vacation-popup.is-visible {
  opacity: 1;
}

.bw-vacation-popup__dialog {
  justify-self: center;
  width: 100%;
  min-width: 0;
  max-width: 35rem;
  max-height: calc(100dvh - 4rem);
  overflow-y: auto;
  border-radius: 1.15rem;
  background: #f8ecd9;
  box-shadow: 0 26px 80px rgba(7, 24, 22, 0.36);
  color: var(--bw-ink);
  opacity: 0;
  transform: translateY(0.9rem) scale(0.985);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.bw-vacation-popup.is-visible .bw-vacation-popup__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bw-vacation-popup__media {
  position: relative;
  height: clamp(11.875rem, 37.2vw, 15rem);
  overflow: hidden;
  background: #c8c1b6;
}

.bw-vacation-popup__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bw-vacation-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  place-items: center;
  border: 1.5px solid var(--bw-ink);
  border-radius: 50%;
  background: rgba(248, 236, 217, 0.94);
  color: var(--bw-ink);
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.bw-vacation-popup__close img {
  width: 1.35rem;
  height: 1.35rem;
}

.bw-vacation-popup__close:hover {
  background: #fff;
  transform: rotate(4deg) scale(1.04);
}

.bw-vacation-popup__content {
  padding: 2.05rem 2rem 1.9rem;
}

.bw-vacation-popup__content h2 {
  margin: 0 0 0.85rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 1.75rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.bw-vacation-popup__content p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.35;
}

.bw-vacation-popup__content strong {
  font-weight: 500;
}

.bw-vacation-popup__confirm {
  width: 100%;
  min-height: 2.9rem;
  margin-top: 1.15rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #1c1c1e;
  border-radius: 0.7rem;
  background: #1c1c1e;
  color: #f8ecd9;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 200;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.bw-vacation-popup__confirm:hover {
  border-color: var(--bw-accent-dark);
  background: var(--bw-accent-dark);
  transform: translateY(-1px);
}

.bw-vacation-popup__close:focus-visible,
.bw-vacation-popup__confirm:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--bw-ink);
}

@media (max-width: 600px) {
  .bw-vacation-popup {
    padding: 0.9rem;
  }

  .bw-vacation-popup__dialog {
    max-height: calc(100dvh - 1.8rem);
    border-radius: 1rem;
  }

  .bw-vacation-popup__content {
    padding: 1.55rem 1.35rem 1.35rem;
  }

  .bw-vacation-popup__content h2 {
    margin-bottom: 0.75rem;
  }

  .bw-vacation-popup__content p {
    font-size: 1rem;
    line-height: 1.42;
  }

  .bw-vacation-popup__confirm {
    margin-top: 1rem;
  }
}

@media (max-height: 500px) {
  .bw-vacation-popup__media {
    height: 9.5rem;
  }

  .bw-vacation-popup__content {
    padding-block: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bw-vacation-popup,
  .bw-vacation-popup__dialog,
  .bw-vacation-popup__close,
  .bw-vacation-popup__confirm {
    transition: none;
  }
}

.bw-reviews__viewport {
  overscroll-behavior-y: auto;
}

.mobile-header .line-menu,
.mobile-header .line-small {
  display: block;
}

.menu-close {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-close img {
  display: block;
  width: 20px;
  height: 20px;
}

.bw-price-preview {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 5vw, 5rem);
  background: none;
  color: #272626;
}

.bw-price-preview .bw-shell {
  position: relative;
}

.bw-price-preview__head {
  margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}

#inhalt .bw-price-preview__head h2 {
  max-width: none;
  color: #272626;
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1.1;
}

.bw-price-preview .bw-kicker--light {
  color: var(--bw-accent);
}

.bw-price-preview__intro > p {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: rgba(39, 38, 38, 0.76);
  font-size: 1rem;
  line-height: 1.58;
}

.bw-price-preview__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(39, 38, 38, 0.24);
  list-style: none;
}

.bw-price-preview__item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.9rem, 1.5vw, 1.5rem);
  padding: clamp(1rem, 1.35vw, 1.3rem) 0;
  border-bottom: 1px solid rgba(39, 38, 38, 0.18);
}

.bw-price-preview__number {
  display: block;
  color: var(--bw-accent);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.bw-price-preview__item h3 {
  margin: 0 0 0.25rem;
  color: #272626;
  font-size: clamp(1.1rem, 1.15vw, 1.3rem);
  line-height: 1.18;
}

.bw-price-preview__item p {
  margin: 0;
  color: rgba(39, 38, 38, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.bw-price-preview__item strong {
  color: #272626;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.bw-price-preview__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
}

.bw-price-preview__foot p {
  max-width: 43rem;
  margin: 0;
  color: rgba(39, 38, 38, 0.64);
  font-size: 0.88rem;
  line-height: 1.5;
}

.bw-price-preview .bw-price-preview__link {
  flex: 0 0 auto;
  border-color: rgba(39, 38, 38, 0.28);
  color: #272626;
}

.bw-price-preview .bw-price-preview__link::after {
  background: rgba(39, 38, 38, 0.45);
}

.bw-price-preview .bw-price-preview__link:hover,
.bw-price-preview .bw-price-preview__link:focus-visible {
  border-color: rgba(39, 38, 38, 0.44);
  background: rgba(39, 38, 38, 0.06);
}

@media (max-width: 1023px) {
  .mobile-header .nav-menu {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }

  button.menu-close {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px;
    place-items: center;
  }

  .menu-mobile {
    overflow-y: auto;
  }

  .menu-mobile-inner {
    min-height: 100%;
    height: auto;
  }

  .menu-links {
    padding-top: 4.5rem;
  }
}

@media (max-width: 720px) {
  .bw-price-preview {
    padding-block: 3rem;
  }

  .bw-price-preview__head {
    margin-bottom: 2rem;
  }

  #inhalt .bw-price-preview__head h2 {
    font-size: 1.5rem;
  }

  .bw-price-preview__item {
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    padding-block: 1rem;
  }

  .bw-price-preview__item strong {
    grid-column: 2;
    margin-top: 0.25rem;
    font-size: 1rem;
  }

  .bw-price-preview__foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

.bw-prices-page {
  overflow: hidden;
}

.bw-prices-page a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.menu-close {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-close img {
  display: block;
  width: 20px;
  height: 20px;
}

.mobile-header .line-menu,
.mobile-header .line-small {
  display: block;
}

.bw-prices-kicker {
  margin: 0 0 0.75rem;
  color: #a9c7c0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bw-prices-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 20px;
}

.bw-prices-hero__stage {
  position: relative;
  display: flex;
  min-height: calc(100vh - 40px);
  min-height: calc(100svh - 40px);
  align-items: flex-end;
  overflow: hidden;
  border-radius: 25px;
  background: var(--bw-navy);
  color: var(--bw-light);
  isolation: isolate;
}

.bw-prices-hero__image,
.bw-prices-hero__overlay {
  position: absolute;
  inset: 0;
}

.bw-prices-hero__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bw-prices-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(12, 17, 28, 0.9) 0%,
      rgba(12, 17, 28, 0.76) 43%,
      rgba(12, 17, 28, 0.38) 76%,
      rgba(12, 17, 28, 0.24) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 12, 20, 0.2) 0%,
      rgba(8, 12, 20, 0.06) 42%,
      rgba(8, 12, 20, 0.72) 100%
    );
}

.bw-prices-breadcrumb {
  position: absolute;
  top: 8.5rem;
  left: clamp(28px, 4vw, 64px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(243, 238, 227, 0.62);
  font-size: 0.85rem;
}

.bw-prices-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bw-prices-breadcrumb a:hover,
.bw-prices-breadcrumb a:focus-visible {
  color: var(--bw-light);
}

.bw-prices-breadcrumb span[aria-current="page"] {
  color: var(--bw-light);
}

.bw-prices-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  padding: 12rem clamp(28px, 4vw, 64px) clamp(4rem, 7vw, 7rem);
}

.bw-prices-hero__copy {
  max-width: 56rem;
}

.bw-prices-hero h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--bw-light);
  font-size: clamp(2.25rem, 3.4vw, 3.8rem);
  line-height: 1.01;
  letter-spacing: -0.035em;
}

.bw-prices-hero__intro {
  max-width: 42rem;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  color: rgba(243, 238, 227, 0.74);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.bw-prices-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.bw-prices-hero__text-link {
  color: var(--bw-light);
  font-size: 0.98rem;
  text-underline-offset: 0.3em;
}

.bw-prices-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
}

.bw-prices-hero__meta li {
  position: relative;
  padding-left: 1rem;
  color: rgba(243, 238, 227, 0.58);
  font-size: 0.82rem;
  line-height: 1.45;
}

.bw-prices-hero__meta li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9bb7b2;
}

.bw-prices-hero__summary {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border: 1px solid rgba(243, 238, 227, 0.18);
  border-radius: 12px;
  background: rgba(243, 238, 227, 0.075);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bw-prices-hero__summary > p {
  margin: 0 0 1.25rem;
  color: #a9c7c0;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bw-prices-hero__summary dl {
  margin: 0;
}

.bw-prices-hero__summary dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(243, 238, 227, 0.15);
}

.bw-prices-hero__summary dt {
  color: rgba(243, 238, 227, 0.7);
  font-size: 0.94rem;
  line-height: 1.35;
}

.bw-prices-hero__summary dd {
  margin: 0;
  color: var(--bw-light);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  white-space: nowrap;
}

.bw-prices-hero__summary small {
  display: block;
  margin-top: 1rem;
  color: rgba(243, 238, 227, 0.82);
  font-size: 0.75rem;
  line-height: 1.45;
}

.bw-prices-intro {
  padding: clamp(3.25rem, 5vw, 5rem) 0 clamp(1.25rem, 2vw, 2rem);
}

.bw-prices-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
}

#inhalt .bw-prices-intro h2,
#inhalt .bw-prices-section-head h2,
#inhalt .bw-prices-transparency h2 {
  max-width: 17ch;
  color: var(--bw-ink);
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  line-height: 1.08;
}

.bw-prices-intro__copy {
  max-width: 50rem;
}

.bw-prices-intro__copy p {
  margin: 0;
  color: rgba(39, 38, 38, 0.76);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
}

.bw-prices-intro__copy p + p {
  margin-top: 1.2rem;
}

.bw-prices-catalog {
  padding: clamp(1.75rem, 3vw, 2.75rem) 0 clamp(3.5rem, 5vw, 5rem);
  background: #f1ece6;
}

.bw-prices-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.bw-prices-section-head > p {
  max-width: 48rem;
  margin: 0;
  color: rgba(39, 38, 38, 0.68);
}

.bw-prices-section-head--aesthetic {
  margin-top: clamp(3.5rem, 5.5vw, 5.5rem);
}

.bw-prices-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(39, 38, 38, 0.18);
  list-style: none;
}

.bw-prices-list > li {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) minmax(10rem, 14rem);
  align-items: start;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  padding: clamp(1.4rem, 2.2vw, 2rem) clamp(0rem, 1.5vw, 1.25rem);
  border-bottom: 1px solid rgba(39, 38, 38, 0.18);
  scroll-margin-top: 7rem;
  transition: background-color 220ms ease;
}

.bw-prices-list > li:hover {
  background: rgba(255, 255, 255, 0.42);
}

.bw-prices-list__number {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(52, 101, 109, 0.35);
  border-radius: 50%;
  color: var(--bw-accent);
  font-size: 0.72rem;
  font-weight: 500;
}

.bw-prices-list__content {
  min-width: 0;
}

.bw-prices-list__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.bw-prices-list__title h3 {
  margin: 0;
  color: var(--bw-ink);
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  line-height: 1.15;
}

.bw-prices-list__title > span {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(52, 101, 109, 0.2);
  border-radius: 999px;
  background: rgba(52, 101, 109, 0.055);
  color: var(--bw-accent-dark);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.bw-prices-list__content > p {
  max-width: 53rem;
  margin: 0.8rem 0 0;
  color: rgba(39, 38, 38, 0.68);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
}

.bw-prices-list__price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.bw-prices-list__price strong {
  color: var(--bw-ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.2rem, 1.45vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.bw-prices-list__price small {
  max-width: 13rem;
  margin-top: 0.45rem;
  color: rgba(39, 38, 38, 0.72);
  font-size: 0.76rem;
  line-height: 1.4;
}

.bw-prices-catalog__note {
  display: flex;
  max-width: 58rem;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(52, 101, 109, 0.18);
  border-radius: 8px;
  background: rgba(52, 101, 109, 0.055);
}

.bw-prices-catalog__note > span {
  display: inline-grid;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(52, 101, 109, 0.35);
  border-radius: 50%;
  color: var(--bw-accent);
  font-family: "PPPaloma", Arial, sans-serif;
  font-size: 0.95rem;
}

.bw-prices-catalog__note p {
  margin: 0;
  color: rgba(39, 38, 38, 0.66);
  font-size: 0.9rem;
}

.bw-coaching-detail {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 6vw, 6rem);
  background:
    radial-gradient(
      circle at 92% 4%,
      rgba(124, 181, 176, 0.18),
      transparent 28rem
    ),
    var(--bw-navy);
  color: var(--bw-light);
}

.bw-coaching-detail__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

#inhalt .bw-coaching-detail__head h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--bw-light);
  font-size: clamp(1.75rem, 2.4vw, 2.6rem);
  line-height: 1.06;
}

.bw-coaching-detail__head > div:last-child > p {
  max-width: 42rem;
  margin: 0 0 1.25rem;
  color: rgba(243, 238, 227, 0.7);
}

.bw-coaching-detail__head a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--bw-light);
  font-size: 0.94rem;
  text-decoration: none;
}

.bw-coaching-detail__head a:hover .bw-icon--arrow,
.bw-coaching-detail__head a:focus-visible .bw-icon--arrow {
  transform: translateX(3px);
}

.bw-coaching-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(243, 238, 227, 0.18);
  border-left: 1px solid rgba(243, 238, 227, 0.18);
  list-style: none;
}

.bw-coaching-steps li {
  min-width: 0;
  min-height: 16rem;
  padding: clamp(1.4rem, 2.4vw, 2.2rem);
  border-right: 1px solid rgba(243, 238, 227, 0.18);
  border-bottom: 1px solid rgba(243, 238, 227, 0.18);
  background: rgba(243, 238, 227, 0.025);
}

.bw-coaching-steps li > span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  place-items: center;
  border: 1px solid rgba(169, 199, 192, 0.42);
  border-radius: 50%;
  color: #a9c7c0;
  font-size: 0.7rem;
  font-weight: 500;
}

.bw-coaching-steps h3 {
  margin: 0 0 0.75rem;
  color: var(--bw-light);
  font-size: clamp(1.05rem, 1.1vw, 1.2rem);
  line-height: 1.15;
}

.bw-coaching-steps p {
  margin: 0;
  color: rgba(243, 238, 227, 0.62);
  font-size: 0.96rem;
}

.bw-coaching-detail__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem 2rem;
  margin-top: 1.5rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(169, 199, 192, 0.22);
  background: rgba(169, 199, 192, 0.055);
}

.bw-coaching-detail__note strong {
  color: #a9c7c0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bw-coaching-detail__note p {
  max-width: 54rem;
  margin: 0;
  color: rgba(243, 238, 227, 0.65);
  font-size: 0.9rem;
}

.bw-prices-transparency {
  padding-block: clamp(5.5rem, 10vw, 10rem);
}

.bw-prices-transparency__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 9vw, 10rem);
}

.bw-prices-transparency__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bw-line);
  border-left: 1px solid var(--bw-line);
}

.bw-prices-transparency__points article {
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 2rem);
  border-right: 1px solid var(--bw-line);
  border-bottom: 1px solid var(--bw-line);
}

.bw-prices-transparency__points article > span {
  display: block;
  margin-bottom: clamp(2.2rem, 4vw, 4rem);
  color: var(--bw-accent);
  font-size: 0.76rem;
  font-weight: 500;
}

.bw-prices-transparency__points h3 {
  margin: 0 0 0.65rem;
  color: var(--bw-ink);
  font-size: 1.05rem;
}

.bw-prices-transparency__points p {
  margin: 0;
  color: rgba(39, 38, 38, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bw-prices-cta {
  padding: 0 20px 20px;
}

.bw-prices-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 10rem);
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 92% 0%,
      rgba(243, 238, 227, 0.11),
      transparent 24rem
    ),
    var(--bw-accent);
  color: var(--bw-light);
}

#inhalt .bw-prices-cta h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--bw-light);
  font-size: clamp(1.75rem, 2.4vw, 2.6rem);
  line-height: 1.06;
}

.bw-prices-cta h2 + p {
  max-width: 45rem;
  margin: 1.25rem 0 0;
  color: rgba(243, 238, 227, 0.72);
  line-height: 1.55;
}

.bw-prices-cta__actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.1rem;
}

.bw-prices-cta__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--bw-light);
  font-size: 0.96rem;
  text-decoration: none;
}

.bw-prices-cta__contact:hover .bw-icon--arrow,
.bw-prices-cta__contact:focus-visible .bw-icon--arrow {
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .bw-prices-hero__content {
    gap: 3rem;
  }

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

  .bw-prices-transparency__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .mobile-header .nav-menu {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }

  button.menu-close {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px;
    place-items: center;
  }

  .menu-mobile {
    overflow-y: auto;
  }

  .menu-mobile-inner {
    min-height: 100%;
    height: auto;
  }

  .menu-links {
    padding-top: 4.5rem;
  }
}

@media (max-width: 960px) {
  .bw-prices-hero__content,
  .bw-prices-intro__grid,
  .bw-prices-section-head,
  .bw-coaching-detail__head,
  .bw-prices-cta__inner {
    grid-template-columns: 1fr;
  }

  .bw-prices-hero__content {
    align-items: start;
    gap: 2.5rem;
  }

  .bw-prices-hero__summary {
    max-width: 38rem;
  }

  .bw-prices-intro__grid,
  .bw-prices-section-head,
  .bw-coaching-detail__head,
  .bw-prices-cta__inner {
    align-items: start;
    gap: 2rem;
  }

  .bw-prices-list > li {
    grid-template-columns: 3rem minmax(0, 1fr) minmax(8rem, 11rem);
  }

  .bw-prices-transparency__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .bw-prices-page {
    overflow: clip;
  }

  .bw-prices-hero {
    min-height: 0;
    padding: 12px;
  }

  .bw-prices-hero__stage {
    min-height: 48rem;
    min-height: clamp(48rem, 96svh, 56rem);
    border-radius: 18px;
  }

  .bw-prices-breadcrumb {
    top: 6.5rem;
    left: 1.25rem;
  }

  .bw-prices-hero__content {
    padding: 12rem 1.4rem 3rem;
  }

  .bw-prices-hero h1 {
    font-size: clamp(1.85rem, 7vw, 2.15rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .bw-prices-hero__image {
    object-position: 64% center;
  }

  .bw-prices-hero__intro {
    margin-top: 1.35rem;
  }

  .bw-prices-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .bw-prices-hero__actions .bw-button {
    width: 100%;
    justify-content: space-between;
  }

  .bw-prices-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .bw-prices-hero__summary {
    display: none;
  }

  .bw-prices-intro {
    padding: 3rem 0 1.25rem;
  }

  .bw-prices-catalog {
    padding: 1.75rem 0 3.5rem;
  }

  .bw-coaching-detail,
  .bw-prices-transparency {
    padding-block: 3.75rem;
  }

  #inhalt .bw-prices-intro h2,
  #inhalt .bw-prices-section-head h2,
  #inhalt .bw-prices-transparency h2 {
    font-size: clamp(1.45rem, 5.5vw, 1.8rem);
  }

  .bw-prices-section-head--aesthetic {
    margin-top: 4rem;
  }

  .bw-prices-list > li {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0.9rem;
    padding-block: 1.35rem;
  }

  .bw-prices-list__number {
    width: 2rem;
    height: 2rem;
  }

  .bw-prices-list__title {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .bw-prices-list__title > span {
    white-space: normal;
  }

  .bw-prices-list__price {
    grid-column: 2;
    align-items: flex-start;
    margin-top: 0.25rem;
    text-align: left;
  }

  .bw-prices-list__price small {
    max-width: none;
  }

  #inhalt .bw-coaching-detail__head h2 {
    font-size: clamp(1.55rem, 6vw, 1.95rem);
  }

  .bw-coaching-steps {
    grid-template-columns: 1fr;
  }

  .bw-coaching-steps li {
    min-height: 0;
  }

  .bw-coaching-steps li > span {
    margin-bottom: 2.2rem;
  }

  .bw-coaching-detail__note {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .bw-prices-transparency__points {
    grid-template-columns: 1fr;
  }

  .bw-prices-transparency__points article > span {
    margin-bottom: 2rem;
  }

  .bw-prices-cta {
    padding: 0 12px 12px;
  }

  .bw-prices-cta__inner {
    border-radius: 16px;
  }

  #inhalt .bw-prices-cta h2 {
    font-size: clamp(1.55rem, 6vw, 1.95rem);
  }
}

@media (max-width: 540px) {
  .bw-prices-hero__summary dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .bw-prices-hero__summary dd {
    font-size: 1.3rem;
  }

  .bw-prices-list__content > p {
    font-size: 0.94rem;
  }
}

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

