@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: "ITC Franklin Gothic LT Pro CnBk";
  src: url("../fonts/ITCFranklinGothicLTPro-CnBk.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  --page-bg: #ffffff;
  --title-color: #2f2f2f;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1125 / 865;
  min-height: 28rem;
  overflow: hidden;
  background: var(--page-bg);
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero__lockup {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: 3;
  width: min(88vw, 75rem);
  transform: translateX(-50%);
}

.hero__title {
  margin: 0;
}

.hero__headline {
  display: block;
  width: 100%;
  height: auto;
}

.hero__accessible-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero__subtitle {
  position: relative;
  left: 100%;
  width: max-content;
  margin: clamp(1.25rem, 2.5vw, 2.25rem) 0 0;
  transform: translateX(-100%);
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.7rem, 2.05vw, 1.35rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.parallax-panel {
  --parallax-y: 0px;
  position: relative;
  width: 100%;
  height: clamp(18rem, 62vw, 31rem);
  margin-top: clamp(-3rem, -5vw, -1.25rem);
  margin-left: 0;
  overflow: hidden;
  background: #262320;
}

.parallax-panel.parallax-panel--hero-divider {
  height: clamp(12rem, 50.22vw, 35.3125rem);
}

.parallax-panel__image {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center 42%;
  transform: translate3d(0, var(--parallax-y), 0) scale(1.04);
  will-change: transform;
}

.parallax-panel__foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(70vw, 33rem);
  height: auto;
  transform: translate(-51%, -50%);
  pointer-events: none;
}

.parallax-panel--book {
  margin-top: clamp(1.1rem, 3.2vw, 1.9rem);
}

.parallax-panel--compact {
  --offer-panel-height: clamp(17rem, 44vw, 26rem);
  --offer-copy-y-pad: clamp(1.8rem, 4.2vw, 3.1rem);
  --offer-copy-edge: clamp(2.2rem, 9vw, 6.5rem);
  --offer-copy-width: min(50vw, 30rem);
  --offer-copy-align: right;
  --offer-title-size: clamp(2.6rem, 7vw, 4.8rem);
  --offer-title-line: 0.76;
  --offer-body-size: clamp(1.15rem, 2.7vw, 1.65rem);
  --offer-subtitle-width: min(100%, 26rem);
  --offer-subtitle-top: clamp(1.15rem, 2.7vw, 1.75rem);
  --offer-subtitle-line: 1.08;
  --offer-meta-top: clamp(1.3rem, 3vw, 2.1rem);
  --offer-more-top: clamp(1.2rem, 2.8vw, 1.85rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: var(--offer-panel-height);
  height: auto;
  padding: var(--offer-copy-y-pad) var(--offer-copy-edge);
  margin-top: 0;
}

.parallax-panel--compact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.parallax-panel__service-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: var(--offer-copy-width);
  color: #ffffff;
  text-align: var(--offer-copy-align);
  pointer-events: none;
}

.parallax-panel__service-title {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: var(--offer-title-size);
  font-weight: 900;
  line-height: var(--offer-title-line);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.parallax-panel__service-title.parallax-panel__service-title--stacked {
  line-height: 1.04;
  overflow: visible;
}

.parallax-panel__service-title span,
.parallax-panel__service-subtitle span,
.parallax-panel__service-meta span {
  display: block;
}

.parallax-panel__service-subtitle {
  max-width: var(--offer-subtitle-width);
  margin: var(--offer-subtitle-top) 0 0 auto;
  color: #ffffff;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--offer-body-size);
  font-weight: 400;
  line-height: var(--offer-subtitle-line);
  letter-spacing: 0.02em;
}

.parallax-panel__service-meta {
  margin: var(--offer-meta-top) 0 0;
  color: #ffffff;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--offer-body-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.parallax-panel__service-meta--inline {
  white-space: nowrap;
}

.parallax-panel--service-left .parallax-panel__service-copy {
  right: auto;
  left: auto;
  --offer-copy-align: left;
  align-items: flex-start;
}

.parallax-panel--service-left {
  justify-content: flex-start;
}

.parallax-panel--service-left .parallax-panel__service-subtitle {
  margin-right: auto;
  margin-left: 0;
}

.section-background {
  position: relative;
  width: 100%;
  background: var(--page-bg);
}

.section-background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-position: top center;
}

.section-background__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(5rem, 12vw, 8rem) clamp(1.5rem, 8vw, 4.5rem);
}

.section-background__content > .parallax-panel {
  width: calc(100% + clamp(1.5rem, 8vw, 4.5rem) + clamp(1.5rem, 8vw, 4.5rem));
  margin-left: calc(0px - clamp(1.5rem, 8vw, 4.5rem));
}

.section-background--intro .section-background__content {
  padding-bottom: 0;
}

.section-background--next {
  min-height: 60rem;
}

.section-background--next .section-background__content {
  min-height: 60rem;
}

.section-background--bio .section-background__content {
  min-height: auto;
  padding-top: 2.4rem;
  padding-bottom: clamp(2.8rem, 7vw, 4.5rem);
}

.section-background--bio {
  min-height: auto;
}

.section-background--offer .section-background__content {
  min-height: auto;
  padding-top: 2.4rem;
  padding-bottom: clamp(2.8rem, 7vw, 4.5rem);
}

.section-background__title {
  margin: 0;
  max-width: min(40vw, 22rem);
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.8rem, 7.4vw, 5.2rem);
  font-weight: 900;
  line-height: 0.773;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
}

.section-background__title-line {
  display: block;
}

.section-background__body {
  max-width: min(74vw, 39rem);
  margin: clamp(3rem, 6vw, 4.8rem) 0 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}

.section-background__body + .section-background__body {
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.section-background--offer {
  min-height: auto;
}

.offer-section__title {
  max-width: min(90vw, 39rem);
  white-space: nowrap;
}

.offer-section__title-contact-rest {
  display: inline-block;
  margin-left: -0.09em;
}

.offer-section__title-contact-tail {
  display: inline-block;
  margin-left: -0.07em;
}

.offer-section__title-rest {
  display: inline-block;
}

.offer-section__title-tail {
  display: inline-block;
}

.offer-section__title-rest--voll {
  margin-left: -0.04em;
}

.offer-section__title-rest--kontakt {
  margin-left: -0.07em;
}

.offer-section__title-tail--kontakt {
  margin-left: -0.07em;
}

.offer-section__subtitle {
  max-width: min(74vw, 39rem);
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.176;
  letter-spacing: 0.02em;
  text-align: left;
}

.offer-section .parallax-panel--book {
  margin-top: clamp(2.4rem, 5.6vw, 4.1rem);
}

.offer-section__body {
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
}

.offer-section__footer {
  width: 100%;
  max-width: min(92vw, 46rem);
  margin-top: clamp(2rem, 5vw, 3.6rem);
}

.offer-section__more {
  margin-bottom: clamp(0.25rem, 0.8vw, 0.5rem);
  color: var(--title-color);
}

.offer-section__footer .section-background__line {
  background: var(--title-color);
}

.offer-section__accordion .offer-section__body {
  margin-top: 0;
}

.offer-section__accordion .offer-section__body:first-child {
  padding-top: clamp(1.1rem, 2.4vw, 1.6rem);
}

.offer-section__accordion .offer-section__body + .offer-section__body {
  margin-top: clamp(1rem, 2vw, 1.4rem);
}

.offer-section__accordion .book-waitlist {
  margin-top: clamp(1.8rem, 4vw, 2.7rem);
  padding-top: 0;
}

.offer-section__meta {
  max-width: min(74vw, 39rem);
  margin: clamp(1.15rem, 2.6vw, 1.8rem) 0 0 auto;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: right;
}

.offer-section__meta-line {
  display: block;
}

.section-background--expectations {
  min-height: clamp(36rem, 72vw, 54rem);
  overflow: hidden;
}

.section-background--expectations .section-background__content {
  min-height: clamp(36rem, 72vw, 54rem);
  padding-top: clamp(7rem, 14vw, 10rem);
  padding-bottom: clamp(2.4rem, 6vw, 4rem);
}

.expectations-section__image {
  top: clamp(2.5rem, 7vw, 5rem);
  width: 100vw;
  max-width: none;
  height: auto;
  object-position: center top;
}

.expectations-section__title {
  max-width: min(88vw, 52rem);
  font-size: clamp(3.25rem, 8.6vw, 5.8rem);
}

.expectations-section__subtitle {
  max-width: min(74vw, 39rem);
  margin: clamp(1.3rem, 2.6vw, 1.9rem) 0 0;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.expectations-section__list {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.4rem);
  max-width: min(88vw, 46rem);
  margin: clamp(5rem, 12vw, 8rem) 0 0;
  padding: 0;
  list-style: none;
}

.expectations-section__item {
  display: grid;
  grid-template-columns: clamp(1.7rem, 4vw, 2.4rem) minmax(0, 1fr);
  gap: clamp(0.95rem, 2.2vw, 1.3rem);
  align-items: start;
}

.expectations-section__check {
  display: block;
  width: clamp(1.35rem, 3vw, 1.9rem);
  height: auto;
  margin-top: 0.1rem;
}

.expectations-section__item-copy {
  margin: 0;
  color: #111111;
}

.expectations-section__item-copy strong,
.expectations-section__item-copy span {
  display: block;
}

.expectations-section__item-copy strong {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.expectations-section__item-copy span {
  margin-top: 0.15rem;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(1.05rem, 2.6vw, 1.45rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.expectations-section__footer {
  max-width: min(92vw, 46rem);
  margin-top: clamp(5rem, 12vw, 7.4rem);
}

.expectations-section__more {
  margin-bottom: clamp(0.35rem, 1vw, 0.6rem);
}

.section-background__accordion-body.expectations-section__accordion-body {
  max-width: min(74vw, 39rem);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.section-background__footer {
  max-width: min(92vw, 46rem);
  margin-top: clamp(3.5rem, 9vw, 7rem);
}

.section-background--closing {
  min-height: auto;
  overflow: visible;
}

.section-background--closing .section-background__content {
  min-height: auto;
  padding-top: clamp(5rem, 12vw, 8rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.closing-section {
  text-align: right;
}

.closing-section__image {
  top: clamp(-14rem, -22vw, -8rem);
  width: 100vw;
  max-width: none;
  height: auto;
  object-position: center top;
}

.closing-section__title {
  max-width: min(92vw, 44rem);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.closing-section__subtitle {
  max-width: min(74vw, 39rem);
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0 auto;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.176;
  letter-spacing: 0.02em;
  text-align: right;
}

.closing-section__body {
  max-width: min(74vw, 39rem);
  margin: clamp(2.4rem, 5vw, 3.5rem) 0 0 auto;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: right;
}

.service-detail {
  --service-align: right;
  --service-block-right: 0;
  --service-block-left: auto;
  --service-justify: flex-end;
  --service-content-padding: clamp(3.2rem, 8vw, 5.6rem) clamp(1.5rem, 8vw, 4.5rem) clamp(5rem, 10vw, 7.2rem);
  --service-summary-width: min(78vw, 44rem);
  --service-meta-width: min(74vw, 39rem);
  --service-summary-copy-size: clamp(0.95rem, 2vw, 1.15rem);
  --service-summary-copy-line: 1.28;
  --service-meta-top: clamp(1.8rem, 4vw, 2.8rem);
  --service-expanded-width: min(88vw, 52rem);
  --service-expanded-title-width: min(88vw, 47rem);
  --service-expanded-title-size: clamp(2.3rem, 6vw, 4.2rem);
  --service-expanded-title-line: 0.92;
  --service-expanded-copy-width: min(66vw, 36rem);
  --service-detail-expanded-copy-size: clamp(0.95rem, 1.7vw, 1.1rem);
  --service-detail-expanded-copy-line: 1.25;
  --service-detail-expanded-copy-spacing: 0.02em;
  --service-expanded-intro-top: clamp(2rem, 4vw, 3rem);
  --service-script-width: clamp(11.5rem, 28vw, 20.5rem);
  --service-script-top: clamp(4rem, 8vw, 6rem);
  --service-script-bottom: clamp(2.6rem, 5vw, 4rem);
  --service-expanded-meta-width: min(74vw, 39rem);
  --service-expanded-meta-top: clamp(2.2rem, 4.8vw, 3.5rem);
  --service-booking-top: clamp(2rem, 4.5vw, 3.2rem);
  position: relative;
  background: var(--page-bg);
  overflow: hidden;
}

.service-detail--left {
  --service-align: left;
  --service-block-right: auto;
  --service-block-left: 0;
  --service-justify: flex-start;
}

.service-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/white-back-5.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  pointer-events: none;
}

.service-detail.service-detail--left::before {
  content: none;
}

.service-detail__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: var(--service-content-padding);
}

.service-detail__summary {
  display: block;
}

.service-detail__body {
  max-width: var(--service-summary-width);
  margin: 0 var(--service-block-right) 0 var(--service-block-left);
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--service-summary-copy-size);
  font-weight: 400;
  line-height: var(--service-summary-copy-line);
  letter-spacing: 0.02em;
  text-align: var(--service-align);
}

.service-detail__body + .service-detail__body {
  margin-top: clamp(0.9rem, 2vw, 1.35rem);
}

.service-detail__meta {
  max-width: var(--service-meta-width);
  margin: var(--service-meta-top) var(--service-block-right) 0 var(--service-block-left);
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--service-summary-copy-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: var(--service-align);
}

.service-detail__meta span {
  display: block;
}

.service-detail__expanded {
  display: none;
  max-width: var(--service-expanded-width);
  margin: clamp(3rem, 6.5vw, 4.8rem) var(--service-block-right) 0 var(--service-block-left);
  text-align: var(--service-align);
}

.service-detail.is-expanded .service-detail__expanded {
  display: block;
}

.service-detail__expanded-title {
  max-width: var(--service-expanded-title-width);
  margin: 0 var(--service-block-right) 0 var(--service-block-left);
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--service-expanded-title-size);
  font-weight: 900;
  line-height: var(--service-expanded-title-line);
  letter-spacing: -0.04em;
  text-align: var(--service-align);
  text-transform: uppercase;
}

.service-detail__expanded-title span,
.service-detail__expanded-meta span {
  display: block;
}

.service-detail__expanded-intro {
  max-width: var(--service-expanded-copy-width);
  margin: var(--service-expanded-intro-top) var(--service-block-right) 0 var(--service-block-left);
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--service-detail-expanded-copy-size);
  font-weight: 500;
  line-height: var(--service-detail-expanded-copy-line);
  letter-spacing: var(--service-detail-expanded-copy-spacing);
  text-align: var(--service-align);
}

.service-detail__script {
  display: block;
  width: var(--service-script-width);
  height: auto;
  margin: var(--service-script-top) var(--service-block-right) var(--service-script-bottom) var(--service-block-left);
}

.service-detail__results {
  max-width: var(--service-expanded-copy-width);
  margin: 0 var(--service-block-right) 0 var(--service-block-left);
  padding: 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--service-detail-expanded-copy-size);
  font-weight: 400;
  line-height: var(--service-detail-expanded-copy-line);
  letter-spacing: var(--service-detail-expanded-copy-spacing);
  list-style: none;
  text-align: var(--service-align);
}

.service-detail__results li::before {
  content: "\00B7  ";
}

.service-detail__results li + li {
  margin-top: clamp(0.85rem, 1.8vw, 1.25rem);
}

.service-detail__expanded-meta {
  max-width: var(--service-expanded-meta-width);
  margin: var(--service-expanded-meta-top) var(--service-block-right) 0 var(--service-block-left);
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--service-detail-expanded-copy-size);
  font-style: italic;
  font-weight: 400;
  line-height: var(--service-detail-expanded-copy-line);
  letter-spacing: var(--service-detail-expanded-copy-spacing);
  text-align: var(--service-align);
}

.service-detail__footer {
  max-width: min(92vw, 46rem);
  margin: clamp(2.3rem, 5vw, 3.4rem) var(--service-block-right) 0 var(--service-block-left);
}

.service-detail__more {
  margin-bottom: clamp(0.25rem, 0.8vw, 0.5rem);
  color: var(--title-color);
}

.bottom-section {
  background: var(--page-bg);
  padding: 0;
}

.bottom-section__content {
  width: min(82vw, 39rem);
  margin: 0 auto;
}

.bottom-section__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: clamp(3.4rem, 7vw, 4.8rem);
}

.faq-section {
  --faq-content-width: min(82vw, 39rem);
  --faq-column-gap: clamp(1.1rem, 4vw, 2.8rem);
  --faq-question-size: clamp(0.95rem, 2vw, 1.12rem);
  --faq-answer-size: clamp(0.9rem, 1.8vw, 1rem);
  --faq-row-padding: clamp(1rem, 2.4vw, 1.45rem);
  background: var(--page-bg);
  padding: clamp(5.2rem, 11vw, 7.4rem) 0 clamp(4.5rem, 10vw, 7rem);
}

.faq-section__header {
  width: var(--faq-content-width);
  margin: 0 auto clamp(3rem, 7vw, 4.5rem);
}

.faq-section__title {
  max-width: var(--faq-content-width);
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.faq-section__list {
  border-top: 1px solid rgba(47, 47, 47, 0.55);
}

.faq-section__item {
  border-bottom: 1px solid rgba(47, 47, 47, 0.55);
}

.faq-section__question {
  margin: 0;
}

.faq-section__toggle {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--faq-column-gap);
  align-items: center;
  width: var(--faq-content-width);
  min-height: clamp(3.9rem, 7.4vw, 5rem);
  margin: 0 auto;
  padding: var(--faq-row-padding) 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--faq-question-size);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq-section__toggle:focus,
.faq-section__toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-section__toggle:focus-visible .faq-section__icon {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.faq-section__icon {
  display: block;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.65rem, 4.2vw, 2.15rem);
  font-weight: 300;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-section__toggle[aria-expanded="true"] .faq-section__icon {
  transform: rotate(45deg);
}

.faq-section__answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms ease;
  will-change: height, opacity;
}

.faq-section__answer.is-open {
  opacity: 1;
}

.faq-section__answer p {
  box-sizing: border-box;
  width: var(--faq-content-width);
  margin: 0 auto;
  padding: 0 calc(clamp(1.65rem, 4.2vw, 2.15rem) + var(--faq-column-gap)) var(--faq-row-padding) 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: var(--faq-answer-size);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.legal-section {
  position: relative;
  min-height: clamp(18rem, 38vw, 25rem);
  overflow: hidden;
  background: var(--page-bg);
}

.legal-section__background {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(74vw, 44rem);
  height: auto;
  opacity: 0.82;
  pointer-events: none;
}

.legal-section__content {
  position: relative;
  z-index: 1;
  width: min(82vw, 39rem);
  margin: 0 auto;
  padding: clamp(2.7rem, 6vw, 3.9rem) 0 clamp(3rem, 6.5vw, 4.5rem);
}

.legal-section__title {
  max-width: min(82vw, 44rem);
}

.legal-section__address,
.legal-section__vat {
  max-width: min(82vw, 22rem);
  margin: clamp(1.65rem, 3.4vw, 2.4rem) 0 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.95rem, 1.95vw, 1.15rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.legal-section__vat {
  margin-top: clamp(1.8rem, 3.8vw, 2.7rem);
}

.book-waitlist {
  box-sizing: border-box;
  max-width: min(100%, 38rem);
  margin: 0 0 clamp(1.4rem, 3vw, 2.2rem);
  padding-top: clamp(1.2rem, 3vw, 1.8rem);
}

.book-waitlist__intro {
  max-width: 100%;
  margin: 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: left;
}

.book-waitlist__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
  max-width: 100%;
  margin: clamp(1.15rem, 2.6vw, 1.8rem) 0 0;
}

.book-waitlist__field {
  min-width: 0;
}

.book-waitlist__label {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.book-waitlist__input {
  box-sizing: border-box;
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--title-color);
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.2;
}

.book-waitlist__input:focus {
  outline: 2px solid var(--title-color);
  outline-offset: 2px;
}

.book-waitlist__submit {
  box-sizing: border-box;
  min-height: 3rem;
  margin: 0;
  padding: 0.8rem 1.35rem;
  border: 1px solid var(--title-color);
  border-radius: 0;
  background: var(--title-color);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.book-waitlist__submit:disabled {
  cursor: progress;
  opacity: 0.6;
}

.book-waitlist__submit:focus,
.book-waitlist__submit:focus-visible {
  outline: 2px solid var(--title-color);
  outline-offset: 2px;
}

.book-waitlist__message,
.book-waitlist__consent,
.book-waitlist__note {
  grid-column: 1 / -1;
  max-width: 100%;
  margin: 0.85rem 0 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: left;
}

.book-waitlist__message {
  min-height: 1.2em;
}

.book-waitlist__message[data-state="success"] {
  color: #144f30;
}

.book-waitlist__message[data-state="error"] {
  color: #8c1d18;
}

.book-waitlist__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.section-background__more {
  --more-label-gap: 0.3em;
  --more-label-height: 1.1em;
  --more-mask-height: 1.24em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.55em;
  width: 100%;
  margin: 0 0 clamp(0.2rem, 0.7vw, 0.45rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 4.45vw, 3.125rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.section-background__more:hover {
  opacity: 0.78;
}

.section-background__more:focus,
.section-background__more:focus-visible {
  outline: none;
  box-shadow: none;
}

.section-background__more-copy,
.section-background__more-icon-wrap {
  display: block;
  overflow: hidden;
  height: var(--more-mask-height);
}

.section-background__more-copy-track,
.section-background__more-icon-track {
  display: flex;
  flex-direction: column;
  gap: var(--more-label-gap);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  will-change: transform;
}

.section-background__more[aria-expanded="true"] .section-background__more-copy-track,
.section-background__more[aria-expanded="true"] .section-background__more-icon-track {
  transform: translateY(calc(-1 * (var(--more-label-height) + var(--more-label-gap))));
}

.section-background__more-text,
.section-background__more-icon {
  display: block;
  line-height: 1.1;
}

.section-background__accordion {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms ease;
  will-change: height, opacity;
}

.section-background__accordion.is-open {
  opacity: 1;
}

.section-background__accordion.is-open .section-background__accordion-body {
  padding-top: clamp(0.8rem, 1.8vw, 1.35rem);
}

.section-background__accordion-body {
  min-height: 0;
  max-width: min(74vw, 39rem);
  margin: 0 0 clamp(1.5rem, 3vw, 2.2rem);
  padding-top: 0;
  overflow: hidden;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}

.section-background__line {
  width: 100%;
  height: 1px;
  background: var(--title-color);
}

.profile-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-section__layout {
  display: grid;
  grid-template-columns: minmax(12rem, 0.9fr) minmax(13rem, 1fr);
  align-items: start;
  gap: clamp(1.75rem, 6vw, 6.5rem);
}

.profile-section__media {
  justify-self: start;
  width: min(100%, 22rem);
}

.profile-section__portrait {
  display: block;
  width: 100%;
  height: auto;
}

.profile-section__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(1.2rem, 4vw, 3.2rem);
  text-align: center;
}

.profile-section__title {
  margin: 0;
  width: 100%;
  max-width: min(40vw, 22rem);
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.8rem, 7.4vw, 5.2rem);
  font-weight: 900;
  line-height: 0.773;
  letter-spacing: -0.04em;
  text-align: right;
  text-transform: uppercase;
}

.profile-section__title-line {
  display: block;
}

.profile-section__subtitle {
  width: 100%;
  max-width: min(40vw, 22rem);
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0;
  color: var(--title-color);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.176;
  letter-spacing: 0.08em;
  text-align: right;
}

.profile-section__body {
  max-width: 21rem;
  margin: clamp(2.4rem, 5vw, 4rem) 0 0;
  color: #111111;
  font-family: "ITC Franklin Gothic LT Pro CnBk", "Arial Narrow", sans-serif;
  font-size: clamp(0.95rem, 1.95vw, 1.15rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: right;
}

.profile-section__body + .profile-section__body {
  margin-top: 1rem;
}

.profile-section__signature {
  display: block;
  width: min(100%, 13.8rem);
  margin: clamp(1.9rem, 4.5vw, 3.2rem) 0 0 auto;
}

.profile-section__footer {
  margin-top: clamp(2rem, 5vw, 3.6rem);
}

.profile-section__more {
  margin-bottom: clamp(0.25rem, 0.8vw, 0.5rem);
}

.profile-section__accordion.is-open .profile-section__accordion-body {
  padding-top: 0;
}

.profile-section__accordion.is-open .profile-section__accordion-body:first-child {
  padding-top: clamp(0.8rem, 1.8vw, 1.35rem);
}

.profile-section__accordion-body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: right;
}

.profile-section__accordion-body + .profile-section__accordion-body {
  margin-top: 1rem;
}

.profile-section__accordion-body:last-child {
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}

@media (max-width: 700px) {
  .service-detail {
    --service-content-padding: 2.6rem clamp(1.5rem, 8vw, 4.5rem) 4.4rem;
    --service-summary-width: 19rem;
    --service-meta-width: 19rem;
    --service-summary-copy-size: 0.88rem;
    --service-summary-copy-line: 1.35;
    --service-meta-top: 1.7rem;
    --service-expanded-width: 19rem;
    --service-expanded-title-width: 19rem;
    --service-expanded-title-size: 2rem;
    --service-expanded-title-line: 0.92;
    --service-expanded-copy-width: 19rem;
    --service-detail-expanded-copy-size: 0.79rem;
    --service-detail-expanded-copy-line: 1.2;
    --service-detail-expanded-copy-spacing: 0.02em;
    --service-expanded-intro-top: 1.55rem;
    --service-script-width: min(58vw, 13.5rem);
    --service-script-top: 2rem;
    --service-script-bottom: 1.8rem;
    --service-expanded-meta-width: 19rem;
    --service-expanded-meta-top: 2rem;
    --service-booking-top: 1.7rem;
  }

  .hero {
    min-height: 17rem;
  }

  .hero__subtitle {
    left: auto;
    width: 100vw;
    margin-top: clamp(1.15rem, 3vw, 1.5rem);
    margin-left: 60%;
    transform: translateX(-50%);
    font-size: clamp(0.52rem, 2.6vw, 0.72rem);
    letter-spacing: 0.09em;
    text-align: center;
  }

  .parallax-panel {
    height: clamp(16rem, 62vw, 29rem);
    margin-top: clamp(-1.75rem, -6vw, -0.9rem);
  }

  .parallax-panel__image {
    object-position: center center;
  }

  .parallax-panel__foreground {
    width: min(84vw, 25rem);
    transform: translate(-51%, -50%);
  }

  .parallax-panel--book {
    margin-top: clamp(0.85rem, 3.8vw, 1.25rem);
  }

  .parallax-panel--compact {
    --offer-panel-height: 18rem;
    --offer-copy-y-pad: 1.25rem;
    --offer-copy-edge: clamp(1.5rem, 8vw, 4.5rem);
    --offer-copy-width: min(74vw, 19rem);
    --offer-title-size: clamp(2rem, 8vw, 3rem);
    --offer-title-line: 0.78;
    --offer-body-size: 0.88rem;
    --offer-subtitle-top: 0.7rem;
    --offer-subtitle-line: 1.12;
    --offer-meta-top: 0.8rem;
    --offer-more-top: 0.75rem;
    min-height: var(--offer-panel-height);
    height: auto;
    margin-top: 0;
  }

  .parallax-panel__service-copy {
    width: var(--offer-copy-width);
  }

  .parallax-panel--service-left .parallax-panel__service-copy {
    right: auto;
    left: auto;
  }

  .parallax-panel__service-title {
    font-size: var(--offer-title-size);
    line-height: var(--offer-title-line);
  }

  .parallax-panel__service-subtitle,
  .parallax-panel__service-meta {
    font-size: var(--offer-body-size);
  }

  .parallax-panel__service-subtitle {
    margin-top: var(--offer-subtitle-top);
    line-height: var(--offer-subtitle-line);
  }

  .parallax-panel__service-meta {
    margin-top: var(--offer-meta-top);
  }

  .section-background {
    min-height: auto;
  }

  .legal-section {
    min-height: 20rem;
  }

  .legal-section__background {
    width: min(112vw, 32rem);
    opacity: 0.74;
  }

  .legal-section__content {
    width: min(82vw, 39rem);
    padding-top: 2.7rem;
    padding-bottom: 3rem;
  }

  .legal-section__title {
    max-width: 100%;
    font-size: 2.5rem;
  }

  .legal-section__address,
  .legal-section__vat {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .section-background__content {
    padding: clamp(4.5rem, 16vw, 7rem) 2rem;
  }

  .section-background__content > .parallax-panel {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }

  .section-background--intro .section-background__content {
    padding-bottom: 0;
  }

  .section-background--next {
    min-height: 48rem;
  }

  .section-background--next .section-background__content {
    min-height: 48rem;
  }

  .section-background--bio .section-background__content {
    min-height: auto;
    padding-top: 3.4rem;
    padding-bottom: 1.8rem;
  }

  .section-background--bio {
    min-height: auto;
  }

  .section-background--offer {
    min-height: auto;
  }

  .book-waitlist {
    max-width: 19rem;
    padding-top: 1rem;
  }

  .book-waitlist__intro,
  .book-waitlist__message,
  .book-waitlist__consent,
  .book-waitlist__note,
  .offer-section__meta {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .section-background--closing {
    min-height: auto;
  }

  .section-background--closing .section-background__content {
    min-height: auto;
    padding-top: 3.4rem;
    padding-bottom: 3rem;
  }

  .closing-section__title {
    max-width: 19rem;
    font-size: 2.4rem;
    line-height: 0.88;
  }

  .closing-section__subtitle {
    max-width: 19rem;
    font-size: 0.79rem;
    line-height: 1.2;
  }

  .closing-section__body {
    max-width: 19rem;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .book-waitlist__form {
    grid-template-columns: 1fr;
    max-width: 19rem;
    gap: 0.65rem;
  }

  .book-waitlist__submit {
    width: 100%;
  }

  .section-background--offer .section-background__content {
    min-height: auto;
    padding-top: 3.4rem;
    padding-bottom: 1.8rem;
  }

  .section-background__title {
    max-width: 14rem;
    font-size: 2.5rem;
  }

  .section-background--expectations {
    min-height: auto;
  }

  .section-background--expectations .section-background__content {
    min-height: auto;
    padding-top: 4.4rem;
    padding-bottom: 2.6rem;
  }

  .expectations-section__title {
    max-width: 18rem;
    font-size: 2.4rem;
  }

  .expectations-section__subtitle {
    max-width: 19rem;
    font-size: 0.82rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
  }

  .expectations-section__list {
    gap: 2rem;
    max-width: 100%;
    margin-top: 4.6rem;
  }

  .expectations-section__item {
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.72rem;
  }

  .expectations-section__check {
    width: 1.12rem;
    margin-top: 0.02rem;
  }

  .expectations-section__item-copy strong {
    font-size: 1rem;
    line-height: 1.05;
  }

  .expectations-section__item-copy span {
    font-size: 0.92rem;
    line-height: 1.22;
  }

  .expectations-section__footer {
    max-width: 100%;
    margin-top: 4.5rem;
  }

  .section-background__accordion-body.expectations-section__accordion-body {
    max-width: 19rem;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .offer-section__subtitle {
    max-width: 19rem;
    font-size: 0.79rem;
    line-height: 1.2;
  }

  .offer-section .parallax-panel--book {
    margin-top: 2.15rem;
  }

  .offer-section__meta {
    max-width: 19rem;
  }

  .section-background__body {
    max-width: 19rem;
    margin-top: 3rem;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .section-background__footer {
    max-width: 100%;
    margin-top: 3.4rem;
  }

  .section-background__more {
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }

  .section-background__accordion-body {
    max-width: 19rem;
    margin-bottom: 1.4rem;
    padding-top: 0;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .profile-section__layout {
    grid-template-columns: minmax(8.5rem, 0.9fr) minmax(9.5rem, 1fr);
    gap: 1.6rem;
  }

  .profile-section__copy {
    padding-top: 0.4rem;
  }

  .profile-section__title {
    max-width: 14rem;
    font-size: 2.5rem;
  }

  .profile-section__subtitle {
    max-width: 14rem;
    margin-top: 1.1rem;
    font-size: 0.79rem;
    line-height: 1.2;
  }

  .profile-section__body {
    max-width: 11.4rem;
    margin-top: 1.9rem;
    font-size: 0.87rem;
    line-height: 1.38;
  }

  .profile-section__signature {
    width: 7.4rem;
    margin-top: 1.7rem;
  }

  .profile-section__footer {
    margin-top: 2.6rem;
  }

  .profile-section__more {
    margin-bottom: 0.3rem;
  }

  .offer-section__footer {
    margin-top: 2.6rem;
  }

  .offer-section__more {
    margin-bottom: 0.3rem;
  }

  .profile-section__accordion-body {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 0.87rem;
    line-height: 1.38;
  }

  .profile-section__accordion-body:last-child {
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 360px) {
  .hero__subtitle {
    width: min(84vw, 17rem);
    line-height: 1.35;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-panel__image {
    transform: translate3d(0, 0, 0) scale(1.04);
  }

  .section-background__more-copy-track,
  .section-background__more-icon-track,
  .section-background__accordion {
    transition: none;
  }
}
