/* Page-owned composition for the longer-stay experience. */
:root {
  --auszeit-ink: #171611;
  --auszeit-brown: #4b3326;
  --auszeit-cream: #f3eee7;
  --auszeit-paper: #fbf8f3;
  --auszeit-line: rgba(23, 22, 17, 0.18);
  --auszeit-muted: #6c6258;
  --auszeit-shell: min(1320px, calc(100% - 96px));
}

body {
  background: var(--auszeit-paper);
  color: var(--auszeit-ink);
}

body > .lhr-header-hero {
  position: relative;
  z-index: 2;
  background: var(--auszeit-brown);
}

body > .lhr-header-hero .lhr-header-hero__content {
  background-color: var(--auszeit-brown);
  background-image: linear-gradient(110deg, #4b3326 0%, #654938 58%, #34251d 100%);
}

main {
  position: relative;
  isolation: isolate;
  overflow: visible;
  font-family: "Darker Grotesque", "Arial Narrow", Arial, sans-serif;
}

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

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

main h1,
main h2,
main h3 {
  font-weight: 700;
  letter-spacing: -0.025em;
}

main p {
  color: var(--auszeit-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.58;
}

main a:focus-visible {
  outline: 3px solid var(--auszeit-brown);
  outline-offset: 5px;
}

.auszeit-kicker,
.auszeit-section-label,
.auszeit-card__number,
.auszeit-stay-list__items span {
  color: var(--auszeit-brown);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.auszeit-hero {
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  background: var(--auszeit-cream);
}

.auszeit-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px max(48px, calc((100vw - 1320px) / 2)) 96px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-hero__copy .auszeit-kicker {
  margin-bottom: 22px;
}

.auszeit-hero h1 {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: clamp(58px, 6.1vw, 104px);
  line-height: 0.91;
}

.auszeit-hero__lead {
  max-width: 470px;
  margin-bottom: 38px;
}

.auszeit-hero__media {
  position: relative;
  min-height: 690px;
  margin: 0;
}

.auszeit-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auszeit-hero__media figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  max-width: 220px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
  text-align: right;
}

.auszeit-button {
  display: inline-flex;
  width: fit-content;
  min-height: 58px;
  align-items: center;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 28px;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.auszeit-button:hover {
  transform: translateY(-2px);
}

.auszeit-button--dark {
  background: var(--auszeit-ink);
  color: #fff;
}

.auszeit-button--dark:hover {
  background: var(--auszeit-brown);
}

.auszeit-button--light {
  background: #fff;
  color: var(--auszeit-ink);
}

.auszeit-button--light:hover {
  background: var(--auszeit-cream);
}

.auszeit-intro,
.auszeit-mosaic,
.auszeit-stay-list,
.auszeit-details {
  width: var(--auszeit-shell);
  margin-inline: auto;
}

.auszeit-section-heading {
  min-width: 0;
  width: auto;
}

.auszeit-mosaic > *,
.auszeit-details > *,
.auszeit-section-heading > *,
.auszeit-details__heading > * {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.auszeit-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  padding-block: 142px 128px;
}

.auszeit-intro__content {
  max-width: 780px;
}

.auszeit-intro h2,
.auszeit-section-heading h2,
.auszeit-split h2,
.auszeit-evening h2,
.auszeit-mosaic h2,
.auszeit-ritual h2,
.auszeit-experience h2,
.auszeit-stay-list h2,
.auszeit-location h2,
.auszeit-details h2,
.auszeit-cta h2,
.auszeit-closing h2,
.auszeit-quote h2 {
  margin-bottom: 26px;
  font-size: clamp(42px, 4.2vw, 72px);
  line-height: 0.98;
}

.auszeit-intro__content p + p {
  margin-top: 20px;
}

.auszeit-card-section {
  padding-block: 142px;
}

.auszeit-section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  column-gap: 80px;
}

.auszeit-section-heading .auszeit-kicker {
  grid-row: span 2;
}

.auszeit-section-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 70px;
}

.auszeit-card-grid {
  display: grid;
  width: var(--auszeit-shell);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  background: var(--auszeit-line);
}

.auszeit-card {
  min-height: 290px;
  background: var(--auszeit-paper);
  padding: 32px 32px 38px;
}

.auszeit-card__number {
  display: block;
  margin-bottom: 72px;
}

.auszeit-card h3,
.auszeit-stay-list__items h3 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1;
}

.auszeit-card p,
.auszeit-stay-list__items p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
}

.auszeit-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(250px, 0.65fr);
  align-items: end;
  gap: clamp(34px, 7vw, 110px);
  background: var(--auszeit-brown);
  color: #fff;
  padding: 120px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-feature-band h2,
.auszeit-feature-band p,
.auszeit-evening h2,
.auszeit-evening p,
.auszeit-evening .auszeit-kicker {
  color: inherit;
}

.auszeit-feature-band h2 {
  max-width: 680px;
}

.auszeit-feature-band__copy > p:not(.auszeit-kicker) {
  max-width: 550px;
}

.auszeit-feature-band__rule {
  align-self: stretch;
  min-height: 190px;
  background: rgba(255, 255, 255, 0.4);
}

.auszeit-feature-band__note {
  align-self: end;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 23px;
  font-style: italic;
}

.auszeit-text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--auszeit-brown);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  text-decoration: none;
}

.auszeit-text-link span {
  transition: transform 180ms ease;
}

.auszeit-text-link:hover span {
  transform: translate(3px, -3px);
}

.auszeit-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #e9e0d5;
}

.auszeit-split__image img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.auszeit-split__copy {
  align-self: center;
  padding: 90px clamp(42px, 8vw, 140px);
}

.auszeit-checklist {
  display: grid;
  gap: 15px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.auszeit-checklist li {
  border-top: 1px solid var(--auszeit-line);
  font-size: 19px;
  padding-top: 15px;
}

.auszeit-quote {
  display: grid;
  width: var(--auszeit-shell);
  grid-template-columns: 0.5fr 1.5fr;
  gap: 56px;
  margin-inline: auto;
  padding-block: 140px;
}

.auszeit-quote__mark {
  color: var(--auszeit-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 170px;
  line-height: 0.7;
}

.auszeit-quote h2 {
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.auszeit-quote__attribution {
  color: var(--auszeit-brown);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auszeit-evening {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--auszeit-ink);
  color: #fff;
}

.auszeit-evening__copy {
  align-self: center;
  padding: 100px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-evening__copy > p:not(.auszeit-kicker) {
  max-width: 480px;
}

.auszeit-evening__copy .auszeit-button {
  margin-top: 18px;
}

.auszeit-evening__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.auszeit-mosaic {
  padding-block: 142px;
}

.auszeit-mosaic__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 18px;
}

.auszeit-mosaic__tile {
  position: relative;
  min-height: 470px;
  margin: 0;
}

.auszeit-mosaic__tile--large {
  min-height: 600px;
}

.auszeit-mosaic__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auszeit-mosaic__tile figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
}

.auszeit-ritual {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 60px;
  background: #e9e0d5;
  padding: 120px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-ritual__index {
  color: var(--auszeit-brown);
  font-size: clamp(100px, 15vw, 220px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.7;
}

.auszeit-ritual__copy {
  max-width: 740px;
}

.auszeit-experience {
  padding: 142px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-experience__content {
  max-width: 740px;
  margin-left: auto;
}

.auszeit-experience__content .auszeit-text-link {
  margin-top: 18px;
}

.auszeit-stay-list {
  padding-bottom: 142px;
}

.auszeit-stay-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  border-top: 1px solid var(--auszeit-line);
  padding-top: 28px;
}

.auszeit-stay-list__items article {
  min-height: 190px;
}

.auszeit-stay-list__items span {
  display: block;
  margin-bottom: 52px;
}

.auszeit-location {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  background: var(--auszeit-brown);
  color: #fff;
  padding: 128px max(48px, calc((100vw - 1320px) / 2));
}

.auszeit-location__copy {
  min-width: 0;
  max-width: 670px;
}

.auszeit-location__copy > * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.auszeit-location h2,
.auszeit-location p,
.auszeit-location .auszeit-kicker {
  color: inherit;
}

.auszeit-location__stamp {
  display: flex;
  width: min(290px, 100%);
  min-height: 290px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  flex-direction: column;
  transform: rotate(-7deg);
  text-align: center;
}

.auszeit-location__stamp span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.auszeit-location__stamp strong {
  font-size: 32px;
  line-height: 0.95;
}

.auszeit-details {
  padding-block: 142px;
}

.auszeit-details__heading {
  max-width: 760px;
}

.auszeit-details__list {
  display: grid;
  margin: 72px 0 0;
}

.auszeit-details__list div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
  border-top: 1px solid var(--auszeit-line);
  padding: 22px 0;
}

.auszeit-details__list dt {
  color: var(--auszeit-brown);
  font-size: 21px;
  font-weight: 700;
}

.auszeit-details__list dd {
  margin: 0;
  color: var(--auszeit-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.auszeit-cta {
  background: var(--auszeit-cream);
  padding: 132px max(48px, calc((100vw - 1320px) / 2));
  text-align: center;
}

.auszeit-cta__inner {
  max-width: 850px;
  margin-inline: auto;
}

.auszeit-cta__inner .auszeit-kicker {
  text-align: center;
}

.auszeit-cta h2 {
  max-width: 760px;
  margin-inline: auto;
}

.auszeit-cta p:not(.auszeit-kicker) {
  max-width: 570px;
  margin-inline: auto;
}

.auszeit-cta .auszeit-button {
  margin-top: 20px;
}

.auszeit-closing {
  display: grid;
  grid-template-columns: minmax(80px, 0.45fr) 1.55fr;
  gap: 58px;
  width: var(--auszeit-shell);
  margin-inline: auto;
  padding-block: 120px 150px;
}

.auszeit-closing__line {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: var(--auszeit-brown);
}

.auszeit-closing h2 {
  max-width: 760px;
}

@media (max-width: 900px) {
  :root {
    --auszeit-shell: min(calc(100% - 48px), 680px);
  }

  .auszeit-hero,
  .auszeit-split,
  .auszeit-evening,
  .auszeit-location {
    grid-template-columns: 1fr;
  }

  .auszeit-hero__copy,
  .auszeit-evening__copy {
    padding: 86px 24px;
  }

  .auszeit-hero__media,
  .auszeit-split__image img,
  .auszeit-evening__media img {
    min-height: 480px;
  }

  .auszeit-intro,
  .auszeit-section-heading,
  .auszeit-quote,
  .auszeit-ritual,
  .auszeit-closing {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .auszeit-intro,
  .auszeit-card-section,
  .auszeit-mosaic,
  .auszeit-experience,
  .auszeit-details {
    padding-block: 94px;
  }

  .auszeit-section-heading .auszeit-kicker {
    grid-row: auto;
  }

  .auszeit-section-heading > p:last-child {
    margin-bottom: 42px;
  }

  .auszeit-card-grid,
  .auszeit-stay-list__items {
    grid-template-columns: 1fr;
  }

  .auszeit-card__number,
  .auszeit-stay-list__items span {
    margin-bottom: 32px;
  }

  .auszeit-feature-band {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 94px 24px;
  }

  .auszeit-feature-band__rule {
    min-height: 1px;
  }

  .auszeit-feature-band__note {
    max-width: 460px;
  }

  .auszeit-split__copy {
    padding: 76px 24px;
  }

  .auszeit-quote__mark {
    font-size: 120px;
  }

  .auszeit-mosaic__grid {
    grid-template-columns: 1fr;
  }

  .auszeit-mosaic__tile,
  .auszeit-mosaic__tile--large {
    min-height: 430px;
  }

  .auszeit-ritual,
  .auszeit-location,
  .auszeit-cta {
    padding: 94px 24px;
  }

  .auszeit-ritual__index {
    font-size: 120px;
  }

  .auszeit-location {
    gap: 54px;
  }

  .auszeit-location__stamp {
    justify-self: start;
  }

  .auszeit-details__list {
    margin-top: 52px;
  }

  .auszeit-details__list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .auszeit-closing {
    padding-block: 94px 110px;
  }
}

@media (max-width: 560px) {
  .auszeit-hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .auszeit-hero__media,
  .auszeit-split__image img,
  .auszeit-evening__media img {
    min-height: 360px;
  }

  .auszeit-hero__media figcaption {
    right: 18px;
    bottom: 18px;
  }

  main p {
    font-size: 17px;
  }

  .auszeit-intro h2,
  .auszeit-section-heading h2,
  .auszeit-split h2,
  .auszeit-evening h2,
  .auszeit-mosaic h2,
  .auszeit-ritual h2,
  .auszeit-experience h2,
  .auszeit-stay-list h2,
  .auszeit-location h2,
  .auszeit-details h2,
  .auszeit-cta h2,
  .auszeit-closing h2 {
    font-size: 44px;
  }

  .auszeit-quote h2 {
    font-size: 38px;
  }

  .auszeit-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .auszeit-card {
    min-height: 0;
  }
}

@media (max-width: 340px) {
  .auszeit-location__stamp {
    transform: none;
  }
}
