/* Standard-Farbpalette: Wald */
:root {
  --gt-deep: #294b38;
  --gt-text-dark: #22342a;
  --gt-text: #385143;
  --gt-accent: #78956a;
  --gt-surface: #edf2e9;
  --gt-cream: #f7f4e8;
  --gt-text-muted: color-mix(in srgb, var(--gt-text) 82%, var(--gt-surface));
  --gt-accent-dark: color-mix(in srgb, var(--gt-accent) 76%, var(--gt-deep));
  --gt-accent-muted: color-mix(in srgb, var(--gt-accent) 72%, var(--gt-surface));
  --gt-accent-2: color-mix(in srgb, var(--gt-accent) 82%, var(--gt-cream));
  --gt-accent-light: color-mix(in srgb, var(--gt-accent) 58%, var(--gt-cream));
  --gt-surface-alt: color-mix(in srgb, var(--gt-surface) 88%, var(--gt-cream));
  --gt-surface-subtle: color-mix(in srgb, var(--gt-surface) 78%, white);
  --gt-cream-strong: color-mix(in srgb, var(--gt-cream) 88%, var(--gt-accent));
  --gt-cream-soft: color-mix(in srgb, var(--gt-cream) 92%, var(--gt-surface));
  --gt-cream-bright: color-mix(in srgb, var(--gt-cream) 94%, white);
  --gt-cream-alt: color-mix(in srgb, var(--gt-cream) 86%, var(--gt-surface));
}

@font-face {
  font-family: BarlowCondensed;
  src: url('../fonts/font0.woff')
}

@font-face {
  font-family: Lato;
  src: url('../fonts/font3.woff')
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--gt-surface-subtle);
  color: var(--gt-text-muted);
  font: 16px/1.55 Lato, Arial, sans-serif
}

.hero {
  height: 912px;
  background: var(--gt-deep);
  position: relative
}

.topnav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  background: var(--gt-cream-soft);
  align-items: center
}

.topnav a, .topnav button {
  border: 0;
  color: var(--gt-text-dark);
  background: transparent;
  text-decoration: none;
  padding: 16px 22px;
  font-size: 14px
}

.topnav .book {
  background: var(--gt-accent-2)
}

.topnav button {
  font-size: 24px;
  padding: 8px 15px
}

.brand {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--gt-cream);
  font-family: BarlowCondensed, sans-serif;
  font-size: 62px;
  line-height: .9;
  letter-spacing: 2px;
  white-space: nowrap
}

.brand small {
  font: 13px Lato;
  letter-spacing: 4px
}

.cowmark {
  font-size: 45px;
  height: 45px
}

.hero>.brand {
  display: none
}

.hero-tag {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  background: rgba(78, 70, 64, .72);
  color: var(--gt-cream);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  font: 30px/1.1 BarlowCondensed
}

.section-light {
  background: var(--gt-surface-alt)
}

.intro {
  min-height: 1040px;
  padding-top: 245px
}

.narrow {
  width: 610px;
  max-width: 86%;
  margin: auto
}

h1, h2 {
  font-family: BarlowCondensed, sans-serif;
  font-weight: 300;
  color: var(--gt-accent-dark);
  letter-spacing: 1px
}

h1 {
  font-size: 58px;
  margin: 0
}

.sub {
  color: var(--gt-accent-dark);
  margin: 0 0 60px
}

.narrow p {
  margin-top: 30px
}

.olive {
  background: var(--gt-accent-light)
}

.dark {
  background: var(--gt-text)
}

.photo-top {
  padding: 0 0 210px
}

.photo-top>img, .slider {
  display: block;
  width: 1508px;
  max-width: 78.5%;
  margin: 0 auto 85px
}

.photo-top>img {
  transform: translateY(-145px);
  margin-bottom: -60px
}

.photo-top h2, .section03 h2 {
  font-size: 58px
}

.photo-top a, .section03 a, .partner-grid a {
  color: var(--gt-cream-strong);
  font-size: 14px
}

.slider {
  position: relative;
  transform: translateY(-150px);
  margin-bottom: -60px
}

.slider img {
  width: 100%;
  display: block
}

.slider span {
  position: absolute;
  top: 48%;
  font-size: 40px;
  color: #ddd
}

.slider .prev {
  left: -85px
}

.slider .next {
  right: -85px
}

.split {
  min-height: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center
}

.split .copy {
  width: 420px;
  justify-self: center
}

.split h2 {
  font-size: 58px
}

.split img {
  width: 100%;
  max-height: 780px;
  object-fit: cover
}

.section03 {
  padding: 180px 0 240px
}

.section03>img {
  display: block;
  width: 1508px;
  max-width: 78.5%;
  margin: auto auto 75px
}

.cow {
  width: 1200px;
  max-width: 62.5%
}

.family {
  min-height: 800px
}

.family img {
  max-height: 400px
}

.partners {
  padding: 180px 0 250px
}

.partners>.narrow {
  margin-bottom: 80px
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  width: 1508px;
  max-width: 78.5%;
  margin: auto
}

.partner-grid article {
  background: var(--gt-accent-muted);
  text-align: center;
  color: var(--gt-cream-bright)
}

.partner-grid img {
  width: 100%;
  height: 500px;
  object-fit: cover
}

.partner-grid article>div {
  padding: 45px 70px 65px
}

.partner-grid h2 {
  font-size: 58px;
  color: var(--gt-cream-strong)
}

.icon {
  font-size: 48px
}

.partner-grid a {
  text-decoration: none
}

.site-footer {
  height: 690px;
  background: var(--gt-text);
  position: relative;
  color: var(--gt-cream);
  padding-top: 300px
}

.footer-brand {
  top: 75px;
  font-size: 58px
}

.footer-row {
  width: 1600px;
  max-width: 84%;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 14px
}

.route {
  border: 1px solid var(--gt-cream-soft);
  border-radius: 30px;
  padding: 13px 36px;
  color: #fff;
  text-decoration: none
}

.langs {
  font-size: 11px
}

.menu-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: 360px;
  background: color-mix(in srgb, var(--gt-text) 97%, transparent);
  z-index: 50;
  padding: 100px 50px;
  transform: translateX(100%);
  transition: .3s;
  display: flex;
  flex-direction: column;
  gap: 22px
}

.menu-panel.open {
  transform: none
}

.menu-panel a, .menu-panel button {
  color: #fff;
  background: none;
  border: 0;
  font: 32px BarlowCondensed;
  text-decoration: none;
  text-align: left
}

.menu-panel button {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 50px
}

@media (max-width: 768px) {
  .hero {
    height: 100vh;
    min-height: 600px
  }

  .brand {
    font-size: 42px;
    top: 70px
  }

  .intro {
    padding: 120px 0;
    min-height: auto
  }

  .narrow {
    width: auto
  }

  .photo-top {
    padding-bottom: 100px
  }

  .slider, .cow, .section03 > .section03-image, .partner-grid {
    max-width: 88%;
    width: auto;
    transform: none;
    margin: 0 auto 50px
  }

  .slider {
    margin-top: 0
  }

  .slider .prev {
    left: 10px
  }

  .slider .next {
    right: 10px
  }

  .split {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 90px 6%;
    gap: 50px
  }

  .split .copy {
    width: auto
  }

  .split img {
    width: 100%
  }

  .section03 {
    padding: 100px 0
  }

  .partner-grid {
    display: block
  }

  .partner-grid article {
    margin-bottom: 30px
  }

  .partner-grid .partner-image {
    height: auto;
    aspect-ratio: 25 / 14
  }

  .partner-grid article>div {
    padding: 35px 25px
  }

  .partners {
    padding: 100px 0
  }

  .site-footer {
    height: auto;
    padding: 280px 8% 60px
  }

  .footer-row {
    display: block;
    width: auto
  }

  .route {
    display: inline-block;
    margin: 20px 0
  }

  .topnav a {
    display: none
  }

  h1, .photo-top h2, .section03 h2, .split h2, .partner-grid h2 {
    font-size: 44px
  }
}

/* Extended project styles */
/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 58px;
  pointer-events: none;
}

.site-header .topnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 58px;
  align-items: stretch;
  background: transparent;
  pointer-events: auto;
  transition: background-color 280ms ease, box-shadow 280ms ease;
}

.site-header .topnav a,
.site-header .menu-toggle {
  display: grid;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: var(--gt-text-dark);
  background: var(--gt-surface-alt);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.site-header .request-link {
  width: 132px;
  background: var(--gt-surface-alt);
}

.site-header .topnav .book {
  width: 111px;
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
}

.site-header .topnav .site-header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: grid;
  width: auto;
  height: auto;
  padding: 3px 10px;
  place-items: center;
  background: transparent;
  transform: translateX(-50%);
  transition: opacity 240ms ease, transform 280ms ease, visibility 240ms ease;
}

.site-header-logo img {
  display: block;
  width: auto;
  height: 70px;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(17, 32, 24, 0.62));
  transition: height 280ms ease, filter 280ms ease;
}

.site-header .topnav .site-header-logo:hover,
.site-header .topnav .site-header-logo:focus-visible {
  background: transparent;
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.home-page .site-header-logo {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -12px);
}

body:not(.home-page) .site-header:not(.is-scrolled) .topnav .site-header-logo {
  top: 18px;
  padding: 0;
}

body:not(.home-page) .site-header:not(.is-scrolled) .site-header-logo img {
  width: 237px;
  height: auto;
}

.site-header.is-scrolled .topnav {
  background: var(--gt-text);
  box-shadow: 0 7px 24px rgba(17, 32, 24, 0.16);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled .site-header-logo,
.home-page .site-header.is-scrolled .site-header-logo {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.site-header.is-scrolled .site-header-logo img {
  height: 52px;
  filter: brightness(0) invert(1);
}

.site-header .topnav > a:hover,
.site-header .topnav > a:focus-visible {
  color: #fff;
  background: var(--gt-text);
}

.site-header .menu-toggle {
  width: 74px;
  margin-left: auto;
  padding: 13px 19px;
  gap: 7px;
  cursor: pointer;
  background: var(--gt-text);
}

.menu-toggle span {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--gt-cream-soft);
}

/* Hero slider */
.hero {
  position: relative;
  width: 100%;
  height: clamp(680px, 100svh, 912px);
  overflow: hidden;
  background: var(--gt-deep);
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slides {
  --hero-parallax-offset: 0px;
  inset: -90px;
  transform: translate3d(0, var(--hero-parallax-offset), 0);
  will-change: transform;
}

.hero-slide {
  z-index: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.08);
  transition: opacity 1.8s ease-in-out;
  will-change: opacity, transform;
}

.hero-slide:nth-child(even) {
  transform-origin: 20% 50%;
}

.hero-slide:nth-child(odd) {
  transform-origin: 80% 50%;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  animation: hero-ken-burns 8s ease-out forwards;
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(35, 38, 31, 0.07);
}

.hero-logo {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  display: block;
  width: 237px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.hero-pagination {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: 6;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.hero-pagination button {
  position: relative;
  width: 60px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-pagination button::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: rgba(242, 234, 217, 0.48);
  transform: translateY(-50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-pagination button.is-active::before,
.hero-pagination button:hover::before,
.hero-pagination button:focus-visible::before {
  background: var(--gt-cream-strong);
  transform: translateY(-50%) scaleY(1.5);
}

.hero-pagination button:focus-visible {
  outline: 1px solid var(--gt-cream-strong);
  outline-offset: 3px;
}

/* Welcome section */
#willkommen {
  position: relative;
      min-height: auto;
    padding: 168px 0 120px;
  overflow: hidden;
  background: var(--gt-surface);
}

#willkommen .narrow {
  position: relative;
  z-index: 2;
  width: 780px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

#willkommen h1 {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

#willkommen .sub {
  margin: 16px 0 0;
  color: var(--gt-accent);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

#willkommen p {
  
  margin: 56px 0 0 0px;
  color: var(--gt-text-dark);
  font-size: 23px;
  line-height: 1.45;
}

#willkommen u {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Living section */
.section01 {
  display: grid;
  min-height: 820px;
  padding: 90px max(6%, calc((100vw - 1700px) / 2)) 120px
    max(7%, calc((100vw - 1490px) / 2));
  align-items: center;
  overflow: hidden;
  background: var(--gt-surface);
  grid-template-columns: minmax(0, 610px) minmax(0, 860px);
  gap: 125px;
}

.section01 > .section01-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 640px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  grid-column: 2;
}

.section01 > .section01-image img {
  object-position: center;
}

.section01 .section01-copy {
  width: auto;
  max-width: none;
  margin: 0;
  color: var(--gt-text-dark);
  grid-column: 1;
  grid-row: 1;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--gt-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section01 h2 {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.section01 p {
  margin: 46px 0 0;
  color: var(--gt-text-dark);
  font-size: 23px;
  line-height: 1.45;
}

.section01 .section01-action,
.section02-copy .section02-action,
.section03-copy .section03-action {
  display: flex;
  width: 100%;
  margin-top: 48px;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--gt-accent);
  color: var(--gt-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.section01 .section01-action > span,
.section02-copy .section02-action > span,
.section03-copy .section03-action > span {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  margin-right: 6px;
  background: currentColor;
  transition: width 180ms ease;
}

.section01 .section01-action > span::after,
.section02-copy .section02-action > span::after,
.section03-copy .section03-action > span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.section01 .section01-action:hover,
.section01 .section01-action:focus-visible,
.section02-copy .section02-action:hover,
.section02-copy .section02-action:focus-visible,
.section03-copy .section03-action:hover,
.section03-copy .section03-action:focus-visible {
  color: var(--gt-text);
}

.section01 .section01-action:hover > span,
.section01 .section01-action:focus-visible > span,
.section02-copy .section02-action:hover > span,
.section02-copy .section02-action:focus-visible > span,
.section03-copy .section03-action:hover > span,
.section03-copy .section03-action:focus-visible > span {
  width: 72px;
}

.section01 .section01-action:focus-visible,
.section02-copy .section02-action:focus-visible,
.section03-copy .section03-action:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 8px;
}

/* Specialties */
.specialties-section {
  min-height: 880px;
  padding: 120px 6% 235px;
  color: #f7f4e8;
  background: var(--gt-text);
  text-align: center;
}

.specialties-heading h2 {
  margin: 0;
  color: #f7f4e8;
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.specialties-heading p {
  margin: 18px 0 0;
  color: #f7f4e8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.specialties-grid {
  display: grid;
  width: min(1400px, 100%);
  margin: 92px auto 0;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(65px, 8vw, 150px);
  row-gap: clamp(48px, 4vw, 65px);
}

.specialty-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.specialty-icon {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 30px;
  background-color: #c7bb96;
  -webkit-mask: var(--specialty-icon-image) center / contain no-repeat;
  mask: var(--specialty-icon-image) center / contain no-repeat;
}

.specialty-card h3 {
  margin: 0 0 28px;
  color: #f7f4e8;
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(42px, 3.1vw, 58px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.specialty-card p {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  color: #f7f4e8;
  font-size: 20px;
  line-height: 1.65;
}

/* Section 02 */
.section02 {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 670px;
  padding-right: 0;
  padding-bottom: 110px;
  align-items: start;
  overflow: visible;
  background: var(--gt-surface);
  grid-template-columns: minmax(0, calc(50vw + 20px)) minmax(0, calc(50vw - 20px));
}

.section02-copy {
  width: 610px;
  max-width: 80%;
  margin-top: 135px;
  justify-self: center;
}

.section02-copy h2 {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.section02-copy p {
  width: auto;
  max-width: none;
  margin: 46px 0 0;
  color: var(--gt-text-dark);
  font-size: 23px;
  line-height: 1.45;
}

.section02-copy u {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.section02 > .section02-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 768px;
  margin: -150px 0 0;
  object-fit: cover;
  object-position: center top;
  justify-self: end;
}

.section02 > .section02-image img {
  object-position: center top;
}

/* Parallax for large content photos */
.content-parallax {
  --content-parallax-offset: 0px;
  position: relative;
  overflow: hidden;
}

.content-parallax > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--content-parallax-offset), 0) scale(1.22);
  will-change: transform;
}

/* Section 03 */
.section03 {
  position: relative;
  z-index: 2;
  padding: 105px 6% 155px;
  overflow: visible;
  background: var(--gt-surface);
}

.section03-grid {
  display: grid;
  width: min(1650px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.section03-image {
  width: 100%;
}

.section03-image-main {
  height: 650px;
  grid-column: 1 / -1;
}

.section03-image-left,
.section03-image-right {
  height: 690px;
}

.section03-image-left img {
  object-position: center;
}

.section03-image-right img {
  object-position: center top;
}

.section03-copy {
  width: min(610px, 100%);
  margin: 85px auto 0;
  color: var(--gt-text-dark);
}

.section03-copy h2 {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
}

.section03-copy p {
  margin: 42px 0 0;
  color: var(--gt-text-dark);
  font-size: 23px;
  line-height: 1.45;
}

.slider .cow-image {
  width: 100%;
  aspect-ratio: 25 / 14;
}

.split > .family-image {
  width: 100%;
  height: 400px;
}

.partner-grid .partner-image {
  width: 100%;
  height: 500px;
}

/* Editorial family and farm section */
.editorial-section {
  padding: 110px 6% 130px;
  overflow: hidden;
  color: var(--gt-cream-alt);
  background: var(--gt-text);
}

.editorial-grid {
  display: grid;
  width: min(1650px, 100%);
  margin: 0 auto;
  align-items: stretch;
  grid-template-areas:
    "family-copy farm-image"
    "family-image farm-copy";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px 40px;
}

.editorial-copy {
  width: min(610px, 88%);
  align-self: center;
  justify-self: center;
}

.editorial-copy-family {
  grid-area: family-copy;
  text-align: center;
}

.editorial-copy-family .editorial-action {
  text-align: left;
}

.editorial-copy-farm {
  grid-area: farm-copy;
}

.editorial-kicker {
  margin: 0 0 18px;
  color: var(--gt-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.editorial-copy h2 {
  margin: 0;
  color: var(--gt-cream-alt);
  font-size: clamp(58px, 4.6vw, 82px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
}

.editorial-copy > p:not(.editorial-kicker) {
  margin: 42px 0 0;
  color: rgba(243, 237, 227, 0.88);
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.editorial-action {
  display: flex;
  width: 100%;
  margin-top: 48px;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--gt-accent);
  color: var(--gt-accent-2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.editorial-action > span {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  margin-right: 6px;
  background: currentColor;
  transition: width 180ms ease;
}

.editorial-action > span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.editorial-action:hover,
.editorial-action:focus-visible {
  color: var(--gt-cream-bright);
}

.editorial-action:hover > span,
.editorial-action:focus-visible > span {
  width: 72px;
}

.editorial-action:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 8px;
}

.editorial-parallax {
  --editorial-parallax-offset: 0px;
  position: relative;
  height: 720px;
  overflow: hidden;
}

.editorial-parallax::before {
  position: absolute;
  inset: -120px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, var(--editorial-parallax-offset), 0) scale(1.04);
  will-change: transform;
}

.editorial-parallax-farm {
  grid-area: farm-image;
}

.editorial-parallax-farm::before {
  background-image: none;
  background-position: center 42%;
}

.editorial-parallax-family {
  grid-area: family-image;
}

.editorial-parallax-family::before {
  background-image: none;
  background-position: center;
}

.editorial-excursions-carousel {
  position: relative;
  height: 720px;
  overflow: hidden;
  grid-area: family-image;
  background: var(--gt-deep);
  outline: none;
  touch-action: pan-y;
}

.editorial-excursions-carousel:focus-visible {
  outline: 2px solid var(--gt-accent-light);
  outline-offset: 7px;
}

.editorial-excursions-viewport,
.editorial-excursions-slide,
.editorial-excursions-slide picture,
.editorial-excursions-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.editorial-excursions-slide {
  z-index: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.editorial-excursions-slide::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(0deg, rgba(17, 32, 24, 0.92), transparent);
}

.editorial-excursions-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.editorial-excursions-slide img {
  height: 100% !important;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.editorial-excursions-slide.is-active img {
  transform: scale(1.025);
}

.editorial-excursions-slide figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 32px;
  left: 34px;
  color: var(--gt-cream-bright);
}

.editorial-excursions-slide figcaption > p {
  margin: 0 0 9px;
  color: var(--gt-accent-light);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.editorial-excursions-slide h3 {
  margin: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.editorial-excursions-credit {
  display: block;
  margin-top: 14px;
  color: rgba(247, 244, 232, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.editorial-excursions-credit a {
  color: inherit;
}

.editorial-excursions-controls {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.editorial-excursions-count {
  margin: 0;
  padding: 9px 13px;
  color: var(--gt-cream-bright);
  background: rgba(17, 32, 24, 0.76);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.editorial-excursions-controls > div {
  display: flex;
  gap: 9px;
  pointer-events: auto;
}

.editorial-excursions-controls button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(247, 244, 232, 0.62);
  border-radius: 50%;
  color: var(--gt-cream-bright);
  background: rgba(17, 32, 24, 0.5);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.editorial-excursions-controls button:hover,
.editorial-excursions-controls button:focus-visible {
  color: var(--gt-text);
  background: var(--gt-cream-bright);
  outline: none;
}

.editorial-excursions-controls svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.welcome-cow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 600px;
  height: 300px;
  overflow: hidden;
  opacity: 0.055;
  pointer-events: none;
}

.welcome-cow img {
  position: absolute;
  top: 0;
  left: -260px;
  display: block;
  width: 1150px;
  max-width: none;
  height: auto;
}

/* Parallax between welcome and living */
.parallax-section {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  background: var(--gt-surface);
}

.parallax-window {
  --parallax-offset: 0px;
  position: relative;
  width: min(1650px, 100%);
  height: min(920px, 70vw);
  min-height: 520px;
  overflow: hidden;
}

.parallax-window::before {
  position: absolute;
  inset: -180px;
  content: "";
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, var(--parallax-offset), 0) scale(1.03);
  will-change: transform;
}

@keyframes hero-ken-burns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

/* Fullscreen menu */
body.menu-open {
  overflow: hidden;
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  height: 100svh;
  padding: 80px 24px;
  place-items: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: var(--gt-text);
  transform: none;
  transition: opacity 350ms ease, visibility 350ms ease;
  pointer-events: none;
}

.menu-panel.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.menu-navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  transform: translateY(20px);
  transition: transform 450ms ease;
}

.menu-panel.open .menu-navigation {
  transform: translateY(0);
}

.menu-panel .menu-navigation > a {
  position: relative;
  padding: 3px 18px;
  color: var(--gt-cream-strong);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 300;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
}

.menu-panel .menu-navigation > a::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 1px;
  content: "";
  background: var(--gt-accent-2);
  transform: scaleX(0);
  transition: transform 220ms ease;
}

.menu-panel .menu-navigation > a:hover::after,
.menu-panel .menu-navigation > a:focus-visible::after,
.menu-panel .menu-navigation > a.active::after {
  transform: scaleX(1);
}

.menu-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 58px;
  border: 0;
  background: var(--gt-text);
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  top: 28px;
  left: 19px;
  width: 36px;
  height: 2px;
  background: var(--gt-cream-soft);
}

.menu-close span:first-of-type {
  transform: rotate(45deg);
}

.menu-close span:last-of-type {
  transform: rotate(-45deg);
}

.menu-languages {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--gt-accent-muted);
  font-family: Lato, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.menu-panel .menu-languages a {
  padding: 4px;
  color: var(--gt-cream-soft);
  font: inherit;
  text-decoration: none;
}

.menu-panel .menu-languages a[aria-current="page"],
.menu-panel .menu-languages a:hover,
.menu-panel .menu-languages a:focus-visible {
  color: #fff;
}

.menu-toggle:focus-visible,
.menu-close:focus-visible,
.menu-panel a:focus-visible {
  outline: 2px solid var(--gt-cream-strong);
  outline-offset: -4px;
}

/* Gallery carousel before the footer */
.gallery-carousel {
  --gallery-thumb-size: 8%;
  padding: clamp(48px, 3vw, 64px) 0 clamp(36px, 2.2vw, 44px);
  overflow: hidden;
  background: var(--gt-surface);
}

.gallery-carousel-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  cursor: grab;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  touch-action: pan-y;
  user-select: none;
}

.gallery-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-carousel.is-dragging .gallery-carousel-viewport {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.gallery-carousel-track {
  display: flex;
  width: max-content;
  padding-inline: max(6vw, calc((100vw - 1650px) / 2));
  gap: clamp(28px, 3.4vw, 66px);
}

.gallery-carousel-slide {
  position: relative;
  width: clamp(320px, 36.2vw, 690px);
  height: clamp(320px, 36.2vw, 690px);
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: var(--gt-surface);
  scroll-snap-align: start;
}

.gallery-carousel-slide picture,
.gallery-carousel-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.gallery-carousel-slide img {
  object-fit: cover !important;
  pointer-events: none;
  -webkit-user-drag: none;
}

.gallery-carousel-slide.is-advance-target {
  cursor: pointer;
}

.gallery-carousel-scrollbar {
  position: relative;
  width: 89.8%;
  height: 18px;
  margin: clamp(48px, 3.8vw, 74px) auto 0;
  cursor: pointer;
  touch-action: none;
}

.gallery-carousel-scrollbar::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--gt-text-muted);
  content: '';
}

.gallery-carousel-thumb {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: var(--gallery-thumb-size);
  height: 6px;
  background: var(--gt-text-muted);
  transition: left 120ms linear;
}

.gallery-carousel-scrollbar.is-dragging .gallery-carousel-thumb {
  transition: none;
}

.gallery-carousel-scrollbar:focus-visible {
  outline: 2px solid var(--gt-text);
  outline-offset: 5px;
}

@media (max-width: 1100px) {
  .gallery-carousel-track {
    padding-inline: 7vw;
  }
}

@media (max-width: 768px) {
  .gallery-carousel {
    --gallery-thumb-size: 16%;
    padding: 38px 0 36px;
  }

  .gallery-carousel-track {
    padding-inline: 7vw;
    gap: 18px;
  }

  .gallery-carousel-slide {
    width: 82vw;
    height: 82vw;
  }

  .gallery-carousel-scrollbar {
    width: 86%;
    margin-top: 34px;
  }
}

/* Combined footer alternative */
.combined-footer {
  
  color: var(--gt-cream);
  background: var(--gt-text);
}

.combined-footer-main {
  display: grid;
  width: min(1760px, 92%);
  min-height: 480px;
  margin: 0 auto;
  padding: 105px 0 90px;
  align-items: center;
  grid-template-columns: 250px 1fr;
  gap: clamp(60px, 6vw, 115px);
}

.combined-footer-logo {
  position: relative;
  display: block;
  width: 200px;
  max-width: 100%;
  color: var(--gt-cream);
}

.combined-footer-logo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--gt-accent-2);
  -webkit-mask: url('../assets/logo.svg') center / contain no-repeat;
  mask: url('../assets/logo.svg') center / contain no-repeat;
}

.combined-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

.combined-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(35px, 4vw, 75px);
}

.combined-contact-item {
  display: grid;
  align-items: start;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
}

.combined-contact-item > img {
  display: block;
  width: 52px;
  height: 60px;
  object-fit: contain;
}

.combined-contact-item h3 {
  margin: 0 0 10px;
  color: var(--gt-accent-2);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.combined-contact-item p {
  min-height: 78px;
  margin: 0 0 16px;
  color: var(--gt-cream);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(25px, 1.65vw, 32px);
  font-weight: 300;
  line-height: 1.3;
}

.combined-contact-item p a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.combined-contact-item div > a {
  color: var(--gt-accent-2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.combined-footer-bottom {
  display: grid;
  width: min(1700px, 88%);
  margin: 0 auto;
  padding: 23px 0;
  align-items: center;
  border-top: 1px solid rgba(238, 231, 221, 0.35);
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  color: rgba(238, 231, 221, 0.78);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.combined-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.combined-footer-service {
  justify-content: center;
}

.combined-footer-bottom p {
  margin: 0;
  text-align: right;
}

.combined-footer-bottom a {
  color: var(--gt-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 180ms ease;
}

.combined-footer-bottom a:hover,
.combined-footer-bottom a:focus-visible,
.combined-contact-item div > a:hover,
.combined-contact-item div > a:focus-visible {
  color: #fff;
}

/* Fixed WhatsApp button */
.whatsapp-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gt-accent-muted);
  box-shadow: 0 10px 28px rgba(25, 52, 35, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.whatsapp-button img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  color: #fff;
  background: var(--gt-accent-dark);
  box-shadow: 0 14px 34px rgba(25, 52, 35, 0.36);
  transform: translateY(-3px);
}

.whatsapp-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Contact section */
.contact-section {
  display: grid;
  min-height: 520px;
  padding: 105px 0;
  place-items: center;
  color: var(--gt-cream);
  background: var(--gt-text);
  border-bottom: 1px solid rgba(238, 231, 221, 0.35);
  scroll-margin-top: 0;
}

.contact-grid {
  display: grid;
  width: min(1600px, 86%);
  margin: 0 auto;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(45px, 7vw, 130px);
}

.contact-card {
  text-align: center;
}

.contact-icon {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto;
}

.contact-value {
  display: grid;
  min-height: 105px;
  margin: 24px 0 18px;
  place-content: center;
  color: var(--gt-cream);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(32px, 2.25vw, 43px);
  font-weight: 300;
  line-height: 1.18;
}

.contact-value a {
  color: inherit;
  text-decoration: none;
}

.contact-email {
  font-size: clamp(28px, 2vw, 40px);
}

.contact-action {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  color: var(--gt-accent-2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-action > span {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.contact-action > span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.contact-action:hover,
.contact-action:focus-visible {
  color: #fff;
}

.contact-action:hover > span,
.contact-action:focus-visible > span {
  width: 72px;
}

.contact-action:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 8px;
}

/* Footer */
.site-footer {
  height: auto;
  min-height: 0;
  padding: 0;
  color: var(--gt-cream);
  background: var(--gt-text);
}

.footer-main {
  display: grid;
  width: min(1700px, 88%);
  min-height: 500px;
  margin: 0 auto;
  padding: 105px 0;
  align-items: center;
  grid-template-columns: 1.15fr 1fr 1fr 0.75fr;
  gap: clamp(45px, 7vw, 130px);
}

.footer-logo {
  display: block;
  width: 230px;
  max-width: 100%;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-column {
  align-self: center;
  color: var(--gt-cream);
  font-size: 15px;
  line-height: 1.75;
}

.footer-column h2 {
  margin: 0 0 10px;
  color: var(--gt-accent-2);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-column p {
  margin: 0;
}

.footer-column a,
.footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--gt-accent-2);
}

.footer-socials,
.footer-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 18px;
}

.footer-socials a,
.footer-languages a,
.footer-links > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.footer-links h2 {
  margin-bottom: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(238, 231, 221, 0.35);
}

.footer-bottom p {
  width: min(1700px, 88%);
  margin: 0 auto;
  padding: 22px 0;
  color: rgba(238, 231, 221, 0.78);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.03em;
}

.footer-bottom a {
  color: var(--gt-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero-slides {
    inset: 0;
    transform: none;
    will-change: auto;
  }

  .content-parallax > img {
    transform: scale(1.03);
    will-change: auto;
  }

  .section03 {
    padding: 90px 7% 120px;
  }

  .section03-grid {
    gap: 28px;
  }

  .section03-image-main {
    height: min(62vw, 580px);
  }

  .section03-image-left,
  .section03-image-right {
    height: min(75vw, 650px);
  }

  .section03-copy {
    margin-top: 70px;
  }

  .parallax-window::before {
    inset: -28px;
    transform: scale(1.02);
    will-change: auto;
  }

  .editorial-section {
    padding: 95px 7% 115px;
  }

  .editorial-grid {
    grid-template-areas:
      "family-copy"
      "family-image"
      "farm-copy"
      "farm-image";
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .editorial-copy {
    width: min(780px, 100%);
  }

  .editorial-parallax {
    width: 100%;
    height: min(78vw, 700px);
  }

  .editorial-excursions-carousel {
    width: 100%;
    height: min(78vw, 700px);
  }

  .editorial-parallax::before {
    inset: -28px;
    transform: scale(1.02);
    will-change: auto;
  }

  .specialties-grid {
    gap: 38px;
  }

  .specialties-section {
    padding-bottom: 195px;
  }

  .specialty-card h3 {
    font-size: 38px;
  }

  .specialty-card p {
    font-size: 18px;
  }

  .section02 {
    min-height: 0;
    padding: 0 7% 120px;
    grid-template-columns: 1fr;
  }

  .section02 > .section02-image {
    width: 100%;
    max-width: none;
    height: min(82vw, 700px);
    margin-top: -100px;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .section02-copy {
    width: min(780px, 100%);
    max-width: none;
    margin-top: 55px;
    grid-column: 1;
    grid-row: 2;
  }

  .section01 {
    min-height: 0;
    padding: 90px 7% 120px;
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .section01 > .section01-image {
    width: 100%;
    max-width: none;
    height: min(64vw, 640px);
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .section01 .section01-copy {
    width: min(780px, 100%);
    grid-column: 1;
    grid-row: 2;
  }

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

  .combined-footer-logo {
    justify-self: center;
  }

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

  .combined-footer-service {
    justify-content: flex-end;
  }

  .combined-footer-bottom p {
    grid-column: 1 / -1;
    text-align: right;
  }

  .contact-grid {
    width: 90%;
    gap: 50px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 65px 10%;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 100svh;
    min-height: 600px;
  }

  .whatsapp-button {
    right: 18px;
    bottom: 18px;
    width: 72px;
    height: 72px;
  }

  .whatsapp-button img {
    width: 42px;
    height: 42px;
  }

  .hero-logo {
    top: 76px;
    width: 235px;
  }

  #willkommen {
    min-height: auto;
    padding: 120px 0 130px;
  }

  #willkommen .narrow {
    width: auto;
    max-width: none;
    margin: 0 7%;
  }

  #willkommen h1 {
    font-size: 54px;
  }

  #willkommen .sub {
    margin-top: 12px;
    font-size: 17px;
  }

  #willkommen p {
    width: auto;
    max-width: none;
    margin: 44px 0 0;
    font-size: 17px;
    line-height: 1.6;
  }

  .section01 {
    padding: 70px 7% 105px;
    gap: 48px;
  }

  .section01 > .section01-image {
    min-height: 280px;
    height: 68vw;
  }

  .section01 h2 {
    font-size: 54px;
  }

  .section-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .section01 p {
    margin-top: 36px;
    font-size: 17px;
    line-height: 1.6;
  }

  .section01 .section01-action {
    margin-top: 38px;
  }

  .section02-copy .section02-action {
    margin-top: 38px;
  }

  .specialties-section {
    min-height: 0;
    padding: 95px 7% 165px;
  }

  .specialties-heading h2 {
    font-size: 54px;
    line-height: 1.05;
  }

  .specialties-heading p {
    margin-top: 14px;
    font-size: 12px;
  }

  .specialties-grid {
    width: 100%;
    margin-top: 75px;
    grid-template-columns: 1fr;
    gap: 82px;
  }

  .specialty-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
  }

  .specialty-card h3 {
    margin-bottom: 22px;
    font-size: 44px;
  }

  .specialty-card p {
    max-width: 360px;
    font-size: 17px;
    line-height: 1.6;
  }

  .section02 {
    padding: 0 7% 105px;
  }

  .section02 > .section02-image {
    min-height: 330px;
    height: 105vw;
    max-height: 520px;
    margin-top: -70px;
  }

  .section02-copy {
    margin-top: 42px;
  }

  .section02-copy h2 {
    font-size: 54px;
    line-height: 1.05;
    text-align: center;
  }

  .section02-copy p {
    width: auto;
    max-width: none;
    margin: 36px 0 0;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }

  .section03 {
    padding: 70px 7% 100px;
  }

  .section03-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section03-image-main {
    min-height: 260px;
    height: 60vw;
    max-height: 420px;
    grid-column: 1;
  }

  .section03-image-left,
  .section03-image-right {
    min-height: 360px;
    height: 105vw;
    max-height: 520px;
  }

  .section03-copy {
    margin-top: 55px;
  }

  .section03-copy h2 {
    font-size: 54px;
    line-height: 1.05;
  }

  .section03-copy p {
    margin-top: 36px;
    font-size: 17px;
    line-height: 1.6;
  }

  .section03-copy .section03-action {
    margin-top: 38px;
  }

  .split > .family-image {
    height: min(75vw, 400px);
  }

  .partner-grid .partner-image {
    height: auto;
    aspect-ratio: 25 / 14;
  }

  .editorial-section {
    padding: 80px 7% 100px;
  }

  .editorial-grid {
    gap: 48px;
  }

  .editorial-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .editorial-copy h2 {
    font-size: 54px;
    line-height: 1.05;
  }

  .editorial-copy > p:not(.editorial-kicker) {
    margin-top: 36px;
    font-size: 17px;
    line-height: 1.6;
  }

  .editorial-action {
    margin-top: 38px;
  }

  .editorial-parallax {
    min-height: 340px;
    height: 105vw;
    max-height: 560px;
  }

  .editorial-excursions-carousel {
    min-height: 340px;
    height: 105vw;
    max-height: 560px;
  }

  .editorial-excursions-slide figcaption {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .editorial-excursions-controls {
    top: 18px;
    right: 18px;
    left: 18px;
  }

  .editorial-excursions-controls button {
    width: 44px;
    height: 44px;
  }

  .welcome-cow {
    right: -80px;
    width: 360px;
    height: 190px;
  }

  .welcome-cow img {
    left: -96px;
    width: 600px;
  }

  .parallax-window {
    width: 100%;
    height: 70vw;
    min-height: 380px;
  }

  .site-header .topnav a {
    display: grid;
  }

  .site-header .request-link {
    display: grid !important;
    width: 112px;
  }

  .site-header .topnav .book {
    width: 104px;
  }

  .site-header .topnav .site-header-logo {
    position: static;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 58px;
    padding: 3px 4px;
    transform: none;
  }

  .site-header-logo img {
    height: 50px;
  }

  .home-page .site-header-logo {
    transform: translateY(-8px);
  }

  .site-header.is-scrolled .site-header-logo,
  .home-page .site-header.is-scrolled .site-header-logo {
    transform: none;
  }

  .site-header.is-scrolled .site-header-logo img {
    height: 44px;
  }

  body:not(.home-page) .site-header:not(.is-scrolled) .topnav .site-header-logo {
    position: absolute;
    top: 76px;
    left: 50%;
    width: 235px;
    height: auto;
    padding: 0;
    transform: translateX(-50%);
  }

  body:not(.home-page) .site-header:not(.is-scrolled) .site-header-logo img {
    width: 100%;
    height: auto;
  }

  .hero-pagination {
    bottom: 24px;
    gap: 10px;
  }

  .hero-pagination button {
    width: 60px;
  }

  .site-header .menu-toggle,
  .menu-close {
    width: 64px;
  }

  .site-header .menu-toggle {
    padding-inline: 14px;
  }

  .menu-toggle span,
  .menu-close span {
    width: 34px;
  }

  .menu-close span {
    left: 15px;
  }

  .menu-panel {
    padding-block: 72px 44px;
  }

  .menu-panel .menu-navigation > a {
    font-size: clamp(36px, 11vw, 50px);
  }

  .combined-footer {
    margin-bottom: 0;
  }

  .combined-footer-main {
    width: 86%;
    min-height: 0;
    padding: 85px 0 70px;
    gap: 65px;
  }

  .combined-footer-logo {
    width: 210px;
  }

  .combined-contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .combined-contact-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
  }

  .combined-contact-item p {
    min-height: 0;
    font-size: 29px;
  }

  .combined-footer-bottom {
    width: 86%;
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .combined-footer-bottom nav,
  .combined-footer-service {
    justify-content: flex-start;
  }

  .combined-footer-bottom p {
    grid-column: auto;
    text-align: left;
  }

  .contact-section {
    min-height: 0;
    padding: 90px 0;
  }

  .contact-grid {
    width: 86%;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-card {
    padding: 58px 0;
    border-top: 1px solid rgba(238, 231, 221, 0.2);
  }

  .contact-card:first-child {
    padding-top: 0;
    border-top: 0;
  }

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

  .contact-value,
  .contact-email {
    min-height: 0;
    margin: 26px 0 24px;
    font-size: 34px;
  }

  .contact-email {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .footer-main {
    width: 86%;
    min-height: 0;
    padding: 85px 0 75px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-logo {
    width: 210px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-bottom p {
    width: 86%;
    padding: 20px 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-carousel-viewport {
    scroll-behavior: auto;
  }

  .gallery-carousel-thumb {
    transition: none;
  }

  .hero-slides {
    inset: 0;
    transform: none;
    will-change: auto;
  }

  .content-parallax > img {
    transform: scale(1.03);
    will-change: auto;
  }

  .parallax-window::before {
    inset: -28px;
    transform: scale(1.02);
    will-change: auto;
  }

  .editorial-parallax::before {
    inset: -28px;
    transform: scale(1.02);
    will-change: auto;
  }

  .hero-slide.is-active {
    animation: none;
    transform: scale(1);
  }

  .hero-slide,
  .menu-panel,
  .menu-navigation {
    transition-duration: 1ms;
  }
}

/* Global text alignment: site-wide left-aligned typography test */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
blockquote,
figcaption,
legend,
label {
  text-align: left !important;
}

body[class] .specialties-heading h2,
body[class] .specialties-heading p,
body[class] .specialty-card h3,
body[class] .specialty-card p,
.intro .narrow > h1 {
  text-align: center !important;
}

.combined-footer h1,
.combined-footer h2,
.combined-footer h3,
.combined-footer h4,
.combined-footer h5,
.combined-footer h6,
.combined-footer p,
.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section h5,
.contact-section h6,
.contact-section p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
  text-align: left !important;
}

.combined-footer-bottom p,
.footer-bottom p {
  text-align: left !important;
}

@media (max-width: 768px) {
  .combined-footer-bottom p,
  .footer-bottom p {
    text-align: left !important;
  }
}

/* Grav integration: responsive Advanced-WebP pictures */
.hero-slide picture,
.hero-slide img,
.parallax-window picture,
.parallax-window img,
.content-parallax picture,
.content-parallax picture img,
.editorial-parallax picture,
.editorial-parallax picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide picture,
.hero-slide img {
  position: absolute;
  inset: 0;
}

.hero-slide img,
.parallax-window img,
.content-parallax picture img,
.editorial-parallax picture img {
  height: 100% !important;
  object-fit: cover;
}

.hero-slide picture {
  transform: scale(1.08);
  transition: transform 8s ease-out;
}

.hero-slide.is-active picture {
  transform: scale(1);
}

.parallax-window::before,
.editorial-parallax::before {
  display: none;
}

.parallax-window picture {
  position: absolute;
  inset: -180px;
  width: auto;
  height: auto;
  transform: translate3d(0, var(--parallax-offset), 0) scale(1.03);
  will-change: transform;
}

.content-parallax > picture {
  transform: translate3d(0, var(--content-parallax-offset), 0) scale(1.22);
  will-change: transform;
}

.editorial-parallax > picture {
  position: absolute;
  inset: -120px;
  width: auto;
  height: auto;
  transform: translate3d(0, var(--editorial-parallax-offset), 0) scale(1.04);
  will-change: transform;
}

.contact-main,
.legal-main {
  min-height: 70vh;
  padding-top: 58px;
  background: var(--gt-surface);
}

.contact-main {
  padding-top: 0;
}

.contact-hero {
  position: relative;
  min-height: clamp(650px, 82vh, 920px);
  overflow: hidden;
  color: var(--gt-cream-bright);
  background: var(--gt-deep);
}

.contact-hero-media,
.contact-hero-media picture,
.contact-hero-media img,
.contact-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-media img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  object-position: center 48%;
}

.contact-hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14, 28, 20, 0.34) 0%, transparent 43%),
    linear-gradient(0deg, rgba(13, 31, 21, 0.76) 0%, transparent 62%);
}

.contact-hero-content {
  position: absolute;
  z-index: 2;
  right: max(7%, calc((100vw - 1380px) / 2));
  bottom: clamp(55px, 7vw, 105px);
  left: max(7%, calc((100vw - 1380px) / 2));
}

.contact-hero-kicker {
  margin: 0 0 18px;
  color: var(--gt-cream-soft);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(82px, 10vw, 154px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.contact-hero-intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--gt-cream-soft);
  font-size: 18px;
  line-height: 1.55;
}

.inquiry-heading h2 {
  margin: 0;
  color: var(--gt-cream-strong);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(58px, 6vw, 90px);
  font-weight: 300;
  line-height: 1;
}

.inquiry-section {
  padding: 110px 7% 140px;
  color: var(--gt-text-muted);
  background: var(--gt-surface);
}

.inquiry-heading,
.inquiry-form {
  width: min(1000px, 100%);
  margin: 0 auto;
}

.inquiry-heading h2 {
  color: var(--gt-text-muted);
}

.inquiry-form {
  margin-top: 65px;
}

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

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

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--gt-text);
  font-weight: 700;
}

.contact-form input:not([type='checkbox']),
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid var(--gt-accent-muted);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
}

.contact-form textarea {
  min-height: 150px;
}

.contact-submit {
  padding: 15px 34px;
  border: 1px solid var(--gt-accent-muted);
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  cursor: pointer;
}

/* Legal pages */
.legal-page {
  background: var(--gt-surface);
}

.legal-main {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--gt-text-dark);
  background:
    linear-gradient(180deg, var(--gt-deep) 0 540px, var(--gt-surface) 540px 100%);
}

.legal-hero {
  position: relative;
  display: flex;
  min-height: clamp(460px, 56vw, 620px);
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(155px, 16vw, 220px) max(7%, calc((100vw - 1380px) / 2)) clamp(105px, 10vw, 145px);
  color: var(--gt-cream-soft);
  background:
    radial-gradient(circle at 84% 22%, rgba(120, 149, 106, 0.22), transparent 28%),
    linear-gradient(135deg, var(--gt-deep), color-mix(in srgb, var(--gt-deep) 78%, #101b15));
}

.legal-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(7%, calc((100vw - 1380px) / 2));
  width: 1px;
  background: rgba(247, 244, 232, 0.16);
  content: "";
}

.legal-hero__inner {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
  padding-left: clamp(24px, 3vw, 46px);
}

.legal-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--gt-cream-strong);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-hero__eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.legal-hero h1 {
  margin: 0;
  color: var(--gt-cream-bright);
  font-size: clamp(70px, 10vw, 142px);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.legal-hero__intro {
  max-width: 660px;
  margin: 28px 0 0;
  color: color-mix(in srgb, var(--gt-cream) 86%, transparent);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
}

.legal-shell {
  position: relative;
  z-index: 3;
  width: min(1120px, 86%);
  margin: -58px auto 130px;
  padding: clamp(42px, 6vw, 82px) clamp(28px, 6.5vw, 92px) clamp(58px, 7vw, 96px);
  border-top: 5px solid var(--gt-accent);
  background: var(--gt-cream-bright);
  box-shadow: 0 28px 70px rgba(31, 55, 41, 0.12);
}

.legal-shell--compact {
  width: min(1180px, 86%);
}

.legal-document-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 48px;
  color: var(--gt-accent-dark);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-document-meta__line {
  width: 34px;
  height: 1px;
  background: var(--gt-accent);
}

.legal-main h1,
.legal-main h2,
.legal-main h3,
.legal-main p {
  text-align: left !important;
}

.legal-main h2,
.legal-main h3 {
  color: var(--gt-text);
}

.legal-main a {
  color: var(--gt-accent-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.legal-main a:hover,
.legal-main a:focus-visible {
  color: var(--gt-deep);
}

.legal-content,
.dsgvo-policy {
  font-size: 16px;
  line-height: 1.75;
}

.legal-content p,
.dsgvo-policy p {
  margin: 0 0 1.35em;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(62px, 7vw, 92px);
}

.legal-card {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid color-mix(in srgb, var(--gt-accent) 38%, transparent);
  background: var(--gt-cream-soft);
}

.legal-card--primary {
  color: var(--gt-cream-soft);
  background: var(--gt-text);
}

.legal-card::after {
  position: absolute;
  right: 26px;
  bottom: 25px;
  width: 42px;
  height: 42px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  opacity: 0.24;
}

.legal-card__label {
  margin: 0 0 28px !important;
  color: var(--gt-accent-dark);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-card--primary .legal-card__label,
.legal-card--primary h2,
.legal-card--primary a {
  color: var(--gt-cream-strong);
}

.legal-card h2 {
  margin: 0 0 24px;
  font-size: clamp(31px, 3.2vw, 43px);
  font-weight: 400;
  line-height: 1.05;
}

.legal-card address,
.dsgvo-policy address {
  font-style: normal;
  line-height: 1.8;
}

.legal-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.6fr);
  gap: clamp(34px, 6vw, 82px);
  padding: 52px 0;
  border-top: 1px solid color-mix(in srgb, var(--gt-accent) 34%, transparent);
}

.legal-section h2 {
  margin: 0;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1.06;
}

.legal-section p:first-of-type {
  margin-top: 0;
}

.legal-section p {
  grid-column: 2;
}

.legal-section--highlight {
  margin-top: 12px;
  padding: 42px;
  border-top: 0;
  background: var(--gt-surface);
}

.legal-section--highlight p {
  margin-bottom: 0;
}

.dsgvo-policy > h2 {
  margin: 72px 0 24px;
  padding-top: 44px;
  border-top: 1px solid color-mix(in srgb, var(--gt-accent) 34%, transparent);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 300;
  line-height: 1.08;
  scroll-margin-top: 82px;
}

.dsgvo-policy > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.dsgvo-policy > h3 {
  margin: 46px 0 18px;
  font-size: 27px;
  font-weight: 400;
}

.dsgvo-policy > address {
  margin: 0 0 28px;
  padding: 26px 30px;
  border-left: 4px solid var(--gt-accent);
  background: var(--gt-surface);
}

.dsgvo-policy table {
  display: table;
  width: 100%;
  margin: 30px 0 50px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.dsgvo-policy th,
.dsgvo-policy td {
  padding: 16px 14px;
  border: 1px solid color-mix(in srgb, var(--gt-accent) 30%, transparent);
  text-align: left;
  vertical-align: top;
}

.dsgvo-policy th {
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.dsgvo-policy tbody tr:nth-child(even) {
  background: var(--gt-cream-soft);
}

.dsgvo-policy code {
  padding: 2px 5px;
  border-radius: 2px;
  color: var(--gt-deep);
  background: color-mix(in srgb, var(--gt-accent) 18%, transparent);
  font-size: 0.88em;
}

.legal-main .dsgvo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--gt-text);
  border-radius: 0;
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  font: 600 16px/1.2 Lato, Arial, sans-serif;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.legal-main .dsgvo-button:hover,
.legal-main .dsgvo-button:focus-visible {
  color: var(--gt-text);
  background: transparent;
}

@media (max-width: 1100px) {
  .parallax-window picture,
  .editorial-parallax > picture {
    inset: -28px;
    transform: scale(1.02);
  }

  .content-parallax > picture {
    transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding: 80px 0;
  }

  .legal-hero {
    min-height: 460px;
    padding-right: 7%;
    padding-bottom: 100px;
    padding-left: 7%;
  }

  .legal-hero::before {
    left: 7%;
  }

  .legal-shell,
  .legal-shell--compact {
    width: 90%;
    margin-bottom: 80px;
  }

  .legal-grid,
  .legal-section {
    grid-template-columns: 1fr;
  }

  .legal-section {
    gap: 22px;
  }

  .legal-section p {
    grid-column: 1;
  }

  .legal-section--highlight {
    padding: 32px;
  }

  .dsgvo-policy table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .legal-hero {
    min-height: 420px;
    padding-top: 130px;
    padding-bottom: 82px;
  }

  .legal-hero__inner {
    padding-left: 18px;
  }

  .legal-hero h1 {
    font-size: clamp(56px, 18vw, 78px);
  }

  .legal-hero__intro {
    margin-top: 20px;
    font-size: 16px;
  }

  .legal-shell,
  .legal-shell--compact {
    width: calc(100% - 28px);
    margin-top: -38px;
    padding: 38px 22px 56px;
  }

  .legal-document-meta {
    margin-bottom: 38px;
  }

  .legal-card {
    min-height: 0;
    padding: 28px 24px 46px;
  }

  .legal-section--highlight {
    margin-right: -8px;
    margin-left: -8px;
    padding: 28px 24px;
  }

  .dsgvo-policy > h2 {
    margin-top: 58px;
    padding-top: 36px;
  }

  .dsgvo-policy > address {
    padding: 22px;
  }
}

.specialty-icon {
  width: 112px;
  height: 112px;
}

@media (max-width: 768px) {
  .specialty-icon {
    width: 94px;
    height: 94px;
  }
}

/* Apartments overview and detail pages */
.apartments-main,
.apartment-detail-main {
  overflow: hidden;
  color: var(--gt-text-dark);
  background: var(--gt-surface);
}

.apartments-overview-hero h1,
.apartments-overview-hero p {
  text-align: center !important;
}

.apartments-list-heading h2,
.apartments-list-heading p,
.apartment-card-copy h3,
.apartment-card-copy p,
.apartment-detail-heading h1,
.apartment-detail-heading p,
.apartment-detail-text p,
.apartment-amenities-heading h2,
.apartment-amenities-heading p,
.apartment-amenities-grid h3,
.apartment-inquiry h2,
.apartment-inquiry p,
.apartment-other-heading h2,
.apartment-other-heading p {
  text-align: left !important;
}

.apartment-kicker {
  margin: 0 0 18px;
  color: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.apartments-overview-hero {
  display: grid;
  min-height: 620px;
  padding: 170px 7% 120px;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(247, 244, 232, 0.96), rgba(237, 242, 233, 0.88)),
    radial-gradient(circle at 82% 18%, rgba(120, 149, 106, 0.22), transparent 32%);
}

.apartments-overview-hero-inner {
  width: min(920px, 100%);
}

.apartments-overview-hero h1,
.apartments-list-heading h2,
.apartment-detail-heading h1,
.apartment-amenities-heading h2,
.apartment-inquiry h2,
.apartment-other-heading h2 {
  margin: 0;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 0.96;
}

.apartments-overview-hero h1 {
  max-width: 850px;
  font-size: clamp(62px, 7vw, 108px);
}

.apartments-overview-lead {
  max-width: 760px;
  margin: 42px 0 0;
  color: var(--gt-text-muted);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.75;
}

.apartments-list-section {
  padding: 130px 7% 160px;
  background: var(--gt-cream);
}

.apartments-list-heading {
  display: grid;
  width: min(1280px, 100%);
  margin: 0 auto 100px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  column-gap: 10%;
  align-items: end;
}

.apartments-list-heading .apartment-kicker {
  grid-column: 1 / -1;
}

.apartments-list-heading h2 {
  font-size: clamp(58px, 6vw, 90px);
}

.apartments-list-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--gt-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.apartments-list {
  display: grid;
  width: min(1420px, 100%);
  margin: 0 auto;
  gap: 130px;
}

.apartment-card--overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.apartment-card--overview:nth-child(even) {
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.45fr);
}

.apartment-card--overview:nth-child(even) .apartment-card-media {
  order: 2;
}

.apartment-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--gt-accent-light);
}

.apartment-card--overview .apartment-card-media {
  aspect-ratio: 1.5 / 1;
}

.apartment-card-media picture,
.apartment-card-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.apartment-card-media img {
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.apartment-card-carousel {
  isolation: isolate;
  cursor: default;
}

.apartment-card-carousel:focus-visible {
  outline: 2px solid var(--gt-accent-muted);
  outline-offset: 4px;
}

.apartment-card-carousel-viewport,
.apartment-card-carousel-slide {
  position: absolute;
  inset: 0;
}

.apartment-card-carousel-slide {
  z-index: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.apartment-card-carousel-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.apartment-card-carousel-slide picture,
.apartment-card-carousel-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
}

.apartment-card-carousel-slide img {
  object-fit: cover;
}

.apartment-card-carousel-controls {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  pointer-events: none;
}

.apartment-card-carousel-count {
  min-width: 64px;
  margin: 0;
  padding: 8px 13px;
  color: var(--gt-cream-bright);
  background: rgba(27, 48, 36, 0.82);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.apartment-card-carousel-buttons {
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.apartment-card-carousel-buttons button {
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: var(--gt-cream-bright);
  background: rgba(27, 48, 36, 0.82);
  font-size: 19px;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.apartment-card-carousel-buttons button:hover,
.apartment-card-carousel-buttons button:focus-visible {
  color: var(--gt-text);
  background: var(--gt-cream-bright);
  outline: none;
}

.apartment-card-carousel-buttons button svg,
.apartment-gallery-controls button svg {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apartment-card-media:hover img,
.apartment-card-media:focus-visible img {
  transform: scale(1.035);
}

.apartment-card-meta,
.apartment-detail-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  color: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.apartment-card-meta span + span::before,
.apartment-detail-summary span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 13px 3px 0;
  border-radius: 50%;
  background: currentColor;
}

.apartment-card-copy h3 {
  margin: 18px 0 24px;
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 300;
  line-height: 0.98;
}

.apartment-card-copy h3 a {
  color: var(--gt-text);
  text-decoration: none;
}

.apartment-card-description {
  max-width: 480px;
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.apartment-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-top: 34px;
  align-items: flex-start;
}

.apartment-card-secondary-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.apartment-link {
  display: inline-flex;
  padding: 11px 0;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--gt-accent-muted);
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, gap 180ms ease;
}

.apartment-link:hover,
.apartment-link:focus-visible {
  gap: 28px;
  color: var(--gt-accent-muted);
}

.apartment-link--secondary {
  color: var(--gt-accent-muted);
}

.apartment-detail-hero {
  padding: 100px 6% 0;
  background: var(--gt-surface);
}

.apartment-gallery {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
}

.apartment-gallery-viewport {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: var(--gt-accent-light);
}

.apartment-gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.apartment-gallery-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.apartment-gallery-slide picture,
.apartment-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.apartment-gallery-slide img {
  object-fit: cover;
}

.apartment-gallery-controls {
  position: absolute;
  right: 28px;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  transform: translateY(50%);
}

.apartment-gallery-count {
  min-width: 86px;
  margin: 0 18px 0 0;
  padding: 13px 18px;
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.apartment-gallery-controls button {
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
  font-size: 23px;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.apartment-gallery-controls button:hover,
.apartment-gallery-controls button:focus-visible {
  background: var(--gt-text);
}

.apartment-detail-intro {
  width: min(1280px, calc(100% - 14%));
  margin: 0 auto;
  padding: 105px 0 135px;
}

.apartment-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  align-items: center;
  gap: 10px 15px;
  color: var(--gt-accent-muted);
  font-size: 14px;
}

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

.apartment-breadcrumb a:hover,
.apartment-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.apartment-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.apartment-detail-heading > *,
.apartment-detail-content > *,
.apartment-facts > div > * {
  min-width: 0;
}

.apartment-detail-heading h1 {
  font-size: clamp(64px, 7vw, 102px);
}

.apartment-detail-summary {
  margin: 0 0 9px;
}

.apartment-detail-content {
  display: grid;
  margin-top: 80px;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}

.apartment-detail-text p {
  margin: 0 0 24px;
  color: var(--gt-text-muted);
  font-size: 18px;
  line-height: 1.8;
}

.apartment-facts {
  margin: 0;
  border-top: 1px solid var(--gt-accent-muted);
}

.apartment-facts > div {
  display: grid;
  padding: 17px 0;
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid rgba(85, 116, 90, 0.45);
}

.apartment-facts dt {
  color: var(--gt-accent-muted);
  font-weight: 700;
}

.apartment-facts dd {
  margin: 0;
  color: var(--gt-text-muted);
  overflow-wrap: anywhere;
}

.apartment-amenities {
  padding: 125px 7% 140px;
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.apartment-amenities-heading,
.apartment-amenities-grid,
.apartment-inquiry,
.apartment-other-heading,
.apartment-other-grid {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.apartment-amenities .apartment-kicker,
.apartment-other .apartment-kicker {
  color: var(--gt-accent-light);
}

.apartment-amenities-heading h2,
.apartment-other-heading h2 {
  max-width: 900px;
  color: var(--gt-cream-bright);
  font-size: clamp(58px, 6vw, 88px);
}

.apartment-amenities-grid {
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.apartment-amenities-grid article {
  padding-top: 28px;
  border-top: 1px solid rgba(247, 244, 232, 0.5);
}

.apartment-amenities-grid h3 {
  margin: 0 0 27px;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.apartment-amenities-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.apartment-amenities-grid li {
  display: grid;
  min-height: 48px;
  padding: 7px 0;
  color: var(--gt-cream-soft);
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  line-height: 1.55;
}

.apartment-amenity-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}

.apartment-amenity-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(91%) sepia(13%) saturate(438%) hue-rotate(42deg) brightness(101%) contrast(91%);
}

.apartment-amenity-icon--fallback::before {
  width: 8px;
  height: 8px;
  border: 1px solid var(--gt-accent-light);
  border-radius: 50%;
  content: "";
}

.preise-info-hero {
  display: flex;
  min-height: 470px;
  padding: 170px 7% 105px;
  align-items: flex-end;
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.preise-info-hero-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.preise-info-breadcrumb {
  display: flex;
  margin-bottom: 42px;
  gap: 13px;
  align-items: center;
  color: var(--gt-accent-light);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preise-info-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.preise-info-breadcrumb a:hover,
.preise-info-breadcrumb a:focus-visible {
  color: var(--gt-cream-bright);
}

.preise-info-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(76px, 10vw, 148px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.84;
}

.apartment-pricing {
  padding: 130px 7% 135px;
  color: var(--gt-text-dark);
  background: var(--gt-cream-bright);
}

.apartment-pricing-heading,
.apartment-pricing-table-wrap,
.apartment-pricing-information,
.apartment-terms {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.apartment-pricing-heading {
  display: block;
}

.apartment-pricing-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 0.96;
  text-align: left !important;
}

.apartment-pricing-table-wrap {
  margin-top: 78px;
  overflow-x: auto;
}

.apartment-pricing-table {
  width: 100%;
  min-width: 650px;
  border-spacing: 0;
  border-collapse: collapse;
  color: var(--gt-text-dark);
}

.apartment-pricing-table th,
.apartment-pricing-table td {
  padding: 28px clamp(24px, 3.5vw, 50px);
  border: 1px solid var(--gt-accent-muted);
  text-align: left;
  vertical-align: middle;
}

.apartment-pricing-table th {
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.apartment-pricing-table th:last-child,
.apartment-pricing-table td:last-child {
  width: 38%;
  text-align: center;
}

.apartment-pricing-table tbody tr:nth-child(odd):not(.apartment-pricing-notes) {
  background: var(--gt-surface);
}

.apartment-pricing-table tbody tr:nth-child(even):not(.apartment-pricing-notes) {
  background: var(--gt-cream-soft);
}

.apartment-pricing-table td:first-child {
  font-size: 17px;
  line-height: 1.65;
}

.apartment-pricing-table td:last-child:not([colspan]) {
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.apartment-pricing-notes td {
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--gt-cream-bright);
  text-align: center !important;
}

.apartment-pricing-notes p {
  margin: 5px 0;
  color: var(--gt-text-muted);
  line-height: 1.6;
  text-align: center !important;
}

.apartment-pricing-information {
  margin-top: 45px;
  padding-top: 36px;
  border-top: 1px solid var(--gt-accent-muted);
}

.apartment-pricing-information p {
  max-width: 1050px;
  margin: 0 0 18px;
  color: var(--gt-text-muted);
  font-size: 17px;
  line-height: 1.75;
  text-align: left !important;
}

.apartment-terms {
  margin-top: 70px;
  padding-top: 55px;
  border-top: 1px solid var(--gt-accent-muted);
}

.apartment-terms h3 {
  margin: 0 0 36px;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 300;
  line-height: 1;
}

.apartment-terms ul {
  max-width: 1050px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apartment-terms li {
  position: relative;
  margin: 0;
  padding: 18px 0 18px 30px;
  border-top: 1px solid var(--gt-accent-muted);
  color: var(--gt-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.apartment-terms li:last-child {
  border-bottom: 1px solid var(--gt-accent-muted);
}

.apartment-terms li::before {
  position: absolute;
  top: 29px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gt-accent-dark);
  content: "";
}

.apartment-inquiry {
  display: grid;
  padding: 130px 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 10%;
  align-items: end;
}

.apartment-inquiry h2 {
  max-width: 760px;
  font-size: clamp(58px, 6vw, 88px);
}

.apartment-inquiry > div:last-child > p {
  margin: 0 0 30px;
  color: var(--gt-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.apartment-button {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 25px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.apartment-button:hover,
.apartment-button:focus-visible {
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.apartment-other {
  padding: 125px 7% 145px;
  color: var(--gt-cream-bright);
  background: var(--gt-text-muted);
}

.apartment-other-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 9%;
  align-items: end;
}

.apartment-other-heading > p {
  margin: 0 0 8px;
  color: var(--gt-cream-soft);
  font-size: 18px;
  line-height: 1.65;
}

.apartment-other-grid {
  margin-top: 80px;
}

.apartment-card--other {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}

.apartment-card--other .apartment-card-media {
  aspect-ratio: 1.65 / 1;
}

.apartment-card--other .apartment-card-meta,
.apartment-card--other .apartment-card-description,
.apartment-card--other .apartment-link {
  color: var(--gt-cream-soft);
}

.apartment-card--other .apartment-card-copy h3 a {
  color: var(--gt-cream-bright);
}

.apartment-card--other .apartment-card-copy h3 {
  font-size: clamp(50px, 5vw, 74px);
}

.apartment-card--other .apartment-link {
  border-bottom-color: rgba(247, 244, 232, 0.55);
}

@media (max-width: 1050px) {
  .apartments-list-heading,
  .apartment-other-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .apartment-card--overview,
  .apartment-card--overview:nth-child(even),
  .apartment-card--other {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 48px;
  }

  .apartment-detail-content {
    gap: 65px;
  }

  .apartment-inquiry {
    padding-right: 7%;
    padding-left: 7%;
  }
}

@media (max-width: 780px) {
  .preise-info-hero {
    min-height: 400px;
    padding: 145px 7% 80px;
  }

  .preise-info-breadcrumb {
    margin-bottom: 32px;
    font-size: 11px;
  }

  .preise-info-hero h1 {
    font-size: clamp(62px, 20vw, 86px);
  }

  .apartments-overview-hero {
    min-height: 560px;
    padding: 140px 7% 90px;
  }

  .apartments-overview-hero h1 {
    font-size: clamp(52px, 15vw, 74px);
  }

  .apartments-overview-lead {
    margin-top: 30px;
    font-size: 17px;
  }

  .apartments-list-section {
    padding: 90px 7% 110px;
  }

  .apartments-list-heading {
    margin-bottom: 65px;
  }

  .apartments-list-heading h2,
  .apartment-amenities-heading h2,
  .apartment-other-heading h2,
  .apartment-inquiry h2,
  .apartment-pricing-heading h2 {
    font-size: clamp(46px, 13vw, 58px);
  }

  .apartments-list {
    gap: 90px;
  }

  .apartment-card--overview,
  .apartment-card--overview:nth-child(even),
  .apartment-card--other {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .apartment-card--overview:nth-child(even) .apartment-card-media {
    order: 0;
  }

  .apartment-card-copy h3,
  .apartment-card--other .apartment-card-copy h3 {
    margin: 15px 0 18px;
    font-size: clamp(46px, 13vw, 64px);
  }

  .apartment-detail-hero {
    padding: 82px 0 0;
  }

  .apartment-gallery-viewport {
    aspect-ratio: 1.2 / 1;
  }

  .apartment-gallery-controls {
    right: 7%;
  }

  .apartment-gallery-count {
    min-width: 70px;
    margin-right: 0;
  }

  .apartment-gallery-controls button {
    width: 52px;
    height: 52px;
  }

  .apartment-detail-intro {
    width: 86%;
    padding: 90px 0 100px;
  }

  .apartment-breadcrumb {
    margin-bottom: 52px;
  }

  .apartment-detail-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .apartment-detail-heading h1 {
    font-size: clamp(48px, 13vw, 58px);
    overflow-wrap: anywhere;
  }

  .apartment-detail-content {
    margin-top: 55px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .apartment-detail-text p {
    overflow-wrap: anywhere;
  }

  .apartment-facts > div {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .apartment-amenities,
  .apartment-other,
  .apartment-pricing {
    padding: 90px 7% 105px;
  }

  .apartment-amenities-grid {
    margin-top: 55px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .apartment-pricing-table-wrap {
    margin-top: 55px;
  }

  .apartment-pricing-table {
    min-width: 0;
    table-layout: fixed;
  }

  .apartment-pricing-table th,
  .apartment-pricing-table td {
    padding: 20px 14px;
  }

  .apartment-pricing-table th {
    font-size: 16px;
  }

  .apartment-pricing-table td:first-child {
    font-size: 14px;
    line-height: 1.5;
  }

  .apartment-pricing-table td:last-child:not([colspan]) {
    font-size: 27px;
  }

  .apartment-pricing-notes td {
    padding: 24px 14px;
  }

  .apartment-pricing-notes p {
    font-size: 14px;
  }

  .apartment-pricing-information {
    margin-top: 36px;
    padding-top: 30px;
  }

  .apartment-pricing-information p {
    font-size: 15px;
  }

  .apartment-terms {
    margin-top: 52px;
    padding-top: 42px;
  }

  .apartment-terms h3 {
    margin-bottom: 28px;
    font-size: clamp(38px, 11vw, 50px);
  }

  .apartment-terms li {
    padding: 16px 0 16px 25px;
    font-size: 15px;
  }

  .apartment-terms li::before {
    top: 26px;
    left: 2px;
  }

  .apartment-inquiry {
    padding: 100px 7%;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .apartment-other-grid {
    margin-top: 55px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apartment-card-media img,
  .apartment-gallery-slide {
    transition: none;
  }
}

/* Structured enquiry form */
.inquiry-section {
  overflow: visible;
}

.inquiry-heading,
.inquiry-form {
  width: min(1280px, 100%);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.contact-form .inquiry-panel {
  min-width: 0;
  margin: 0;
  padding: clamp(24px, 2.5vw, 38px) clamp(28px, 4vw, 54px);
  border: 0;
  background: var(--gt-surface-alt);
}

.contact-form .inquiry-panel legend {
  width: 100%;
  margin: 0 0 38px;
  padding: 0;
  grid-column: 1 / -1;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form .inquiry-panel legend::before {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-right: 17px;
  place-items: center;
  border: 1px solid var(--gt-accent-muted);
  color: var(--gt-accent-muted);
  font-size: 17px;
  vertical-align: 7px;
}

.contact-form .inquiry-panel--dates legend::before {
  content: "01";
}

.contact-form .inquiry-panel--unit legend::before {
  content: "02";
}

.contact-form .inquiry-panel--personal legend::before {
  content: "03";
}

.contact-form .inquiry-panel--unit,
.contact-form .inquiry-panel--personal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
}

.contact-form .inquiry-panel--personal {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.contact-form .inquiry-panel > .form-field {
  min-width: 0;
  grid-column: auto;
}

.contact-form .inquiry-panel--personal > .form-field {
  grid-column: span 4;
}

.contact-form .inquiry-panel--personal > .country-field {
  grid-column: span 3;
}

.contact-form .inquiry-panel--personal > .phone-combined-field {
  grid-column: span 5;
}

.contact-form .inquiry-panel--personal > .email-field {
  grid-column: span 4;
}

.contact-form .inquiry-panel > .form-field.full,
.contact-form .inquiry-panel > .apartment-choice-field {
  grid-column: 1 / -1;
}

.contact-form .inquiry-panel .form-label {
  margin-bottom: 9px;
}

.contact-form .inquiry-panel label {
  color: var(--gt-text);
  font-size: 16px;
  font-weight: 700;
}

.contact-form .inquiry-panel input:not([type='checkbox']):not([type='radio']),
.contact-form .inquiry-panel textarea,
.contact-form .inquiry-panel select {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid transparent;
  border-bottom-color: var(--gt-accent-muted);
  border-radius: 0;
  color: var(--gt-text-dark);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.contact-form .inquiry-panel input:focus,
.contact-form .inquiry-panel textarea:focus,
.contact-form .inquiry-panel select:focus {
  border-color: var(--gt-accent-muted);
  background: #fff;
}

.contact-form .inquiry-panel textarea {
  min-height: 170px;
  resize: vertical;
}

.phone-code-select {
  position: relative;
}

.phone-code-validation {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.phone-combined {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 8px;
}

.phone-combined .phone-combined-error {
  margin: 4px 0 0;
  grid-column: 1 / -1;
  color: #9d2f2f;
  font-size: 14px;
  text-align: left !important;
}

.phone-combined.has-error .phone-code-toggle,
.phone-combined.has-error .phone-number-input {
  border-color: #9d2f2f !important;
}

.phone-code-toggle {
  display: flex;
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  border-bottom-color: var(--gt-accent-muted);
  color: var(--gt-text-dark);
  background: rgba(255, 255, 255, 0.78);
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}

.phone-code-toggle:focus-visible,
.phone-code-select.is-open .phone-code-toggle {
  border-color: var(--gt-accent-muted);
  background: #fff;
  outline: none;
}

.phone-code-chevron {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.phone-code-select.is-open .phone-code-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.phone-code-options {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 70;
  width: max(280px, 100%);
  max-height: 290px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid rgba(85, 116, 90, 0.42);
  background: var(--gt-cream-bright);
  box-shadow: 0 18px 42px rgba(34, 52, 42, 0.18);
}

.phone-code-options[hidden] {
  display: none;
}

.phone-code-options button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  color: var(--gt-text-dark);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.phone-code-options button:hover,
.phone-code-options button:focus-visible,
.phone-code-options button[aria-selected='true'] {
  color: var(--gt-cream-bright);
  background: var(--gt-text);
  outline: none;
}

.date-range-picker {
  position: relative;
}

.alternative-date-field {
  display: none;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(85, 116, 90, 0.28);
}

.alternative-date-field.is-visible {
  display: block;
}

.alternative-date-toggle {
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid var(--gt-accent-muted);
  color: var(--gt-text);
  background: transparent;
  font-family: Lato, Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.alternative-date-toggle span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  line-height: 1;
}

.alternative-date-remove {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 0;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--gt-accent-muted);
  color: var(--gt-text);
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.alternative-date-remove span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  line-height: 1;
}

.date-range-input-wrap {
  position: relative;
}

.contact-form .date-range-input {
  padding-right: 64px !important;
  cursor: pointer;
}

.date-range-trigger {
  position: absolute;
  top: 50%;
  right: 5px;
  display: grid;
  width: 46px;
  height: 44px;
  padding: 10px;
  place-items: center;
  border: 0;
  color: var(--gt-text);
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.date-range-trigger svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.date-range-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;
  width: min(760px, calc(100vw - 12vw));
  padding: 25px;
  border: 1px solid rgba(85, 116, 90, 0.35);
  color: var(--gt-text-dark);
  background: var(--gt-cream-bright);
  box-shadow: 0 22px 60px rgba(34, 52, 42, 0.2);
}

.date-range-popover[hidden] {
  display: none;
}

.date-range-toolbar,
.date-range-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.date-range-instruction {
  margin: 0;
  color: var(--gt-text);
  font-size: 15px;
  font-weight: 700;
  text-align: center !important;
}

.date-range-nav {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--gt-accent-light);
  color: var(--gt-text);
  background: transparent;
  cursor: pointer;
}

.date-range-nav:disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.date-range-calendars {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.date-range-calendar h3 {
  margin: 0 0 18px;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center !important;
  text-transform: capitalize;
}

.date-range-weekdays,
.date-range-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.date-range-weekdays span {
  padding: 6px 2px 10px;
  color: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.date-range-day,
.date-range-day-spacer {
  min-width: 0;
  aspect-ratio: 1;
}

.date-range-day {
  position: relative;
  display: grid;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--gt-text-dark);
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.date-range-day:hover:not(:disabled),
.date-range-day:focus-visible {
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
  outline: none;
}

.date-range-day.is-today:not(.is-selected) {
  box-shadow: inset 0 0 0 1px var(--gt-accent-muted);
}

.date-range-day.is-in-range {
  border-radius: 0;
  background: var(--gt-accent-light);
}

.date-range-day.is-selected {
  z-index: 1;
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.date-range-day:disabled {
  color: rgba(56, 81, 67, 0.28);
  cursor: not-allowed;
}

.date-range-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(85, 116, 90, 0.28);
}

.date-range-clear,
.date-range-apply {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.date-range-clear {
  color: var(--gt-text);
  background: transparent;
}

.date-range-apply {
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.date-range-apply:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

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

.contact-form .apartment-choice-card {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 24px;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(85, 116, 90, 0.55);
  color: var(--gt-text);
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.apartment-choice-card:hover {
  border-color: var(--gt-text);
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.apartment-choice-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.apartment-choice-card:has(input:focus-visible) {
  outline: 2px solid var(--gt-text);
  outline-offset: 3px;
}

.apartment-choice-card:has(input:checked) {
  border-color: var(--gt-text);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--gt-text);
}

.apartment-choice-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--gt-accent-light);
}

.apartment-choice-image picture,
.apartment-choice-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.apartment-choice-image img {
  height: 100% !important;
  object-fit: cover;
}

.apartment-choice-copy {
  display: grid;
  padding-top: 22px;
  gap: 8px;
}

.apartment-choice-copy strong {
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.apartment-choice-copy small {
  color: var(--gt-accent-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.apartment-choice-check {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid var(--gt-accent-muted);
  background: var(--gt-cream-bright);
}

.apartment-choice-card input:checked ~ .apartment-choice-check {
  border-color: var(--gt-text);
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

.apartment-choice-card input:checked ~ .apartment-choice-check::after {
  width: 11px;
  height: 6px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: rotate(-45deg) translateY(-1px);
}

.guest-counter-field {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.guest-counter-field .form-label {
  margin: 0 !important;
}

.guest-counter {
  display: grid;
  grid-template-columns: 46px 56px 46px;
  gap: 8px;
  align-items: center;
}

.guest-counter button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--gt-accent-muted);
  border-radius: 50%;
  color: var(--gt-text);
  background: transparent;
  font-size: 25px;
  cursor: pointer;
}

.guest-counter button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.contact-form .guest-counter input[type='number'] {
  min-height: 46px !important;
  padding: 6px !important;
  border: 1px solid var(--gt-accent-muted) !important;
  text-align: center;
  -moz-appearance: textfield;
}

.guest-counter input::-webkit-inner-spin-button,
.guest-counter input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.child-ages-field {
  display: none;
  padding-top: 25px;
  border-top: 1px solid rgba(85, 116, 90, 0.28);
}

.child-ages-field.is-visible {
  display: block;
}

.child-ages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 22px;
}

.child-age-input label {
  display: block;
  margin-bottom: 9px;
}

.contact-form .child-age-input input {
  text-align: center;
}

.privacy-field {
  margin-top: 7px;
  padding-top: 27px;
  border-top: 1px solid rgba(85, 116, 90, 0.32);
}

.privacy-field.has-inline-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.privacy-field.has-inline-submit > .form-label {
  display: none;
}

.privacy-field.has-inline-submit > .buttons {
  display: flex;
  margin: 0;
  grid-column: auto;
  justify-content: flex-end;
}

.privacy-field .form-input-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.privacy-field input[type='checkbox'] {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  accent-color: var(--gt-text);
}

.privacy-field label {
  font-weight: 400 !important;
}

.privacy-field a {
  color: var(--gt-text);
}

.contact-form > .buttons {
  display: flex;
  margin-top: 8px;
  justify-content: flex-end;
}

.contact-form .contact-submit {
  min-width: 245px;
  min-height: 58px;
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .contact-form .inquiry-panel--personal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form .inquiry-panel--personal > .form-field {
    grid-column: span 1;
  }

  .contact-form .inquiry-panel--personal > .form-field.full {
    grid-column: 1 / -1;
  }

  .apartment-choice-card {
    min-height: 155px;
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .inquiry-section {
    padding: 85px 5% 105px;
  }

  .inquiry-form {
    margin-top: 48px;
  }

  .contact-form .inquiry-panel {
    padding: 22px 20px 26px;
  }

  .contact-form .inquiry-panel legend {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .contact-form .inquiry-panel legend::before {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: 5px;
  }

  .contact-form .inquiry-panel--unit,
  .contact-form .inquiry-panel--personal,
  .apartment-choice-grid {
    grid-template-columns: 1fr;
  }

  .contact-form .inquiry-panel > .form-field {
    grid-column: 1;
  }

  .contact-form .inquiry-panel--personal > .form-field {
    grid-column: 1;
  }

  .apartment-choice-card {
    min-height: 138px;
    padding: 16px;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 17px;
  }

  .apartment-choice-copy strong {
    font-size: 26px;
  }

  .guest-counter-field {
    grid-template-columns: minmax(105px, 1fr) auto;
  }

  .date-range-popover {
    position: fixed;
    top: 74px;
    right: 4%;
    bottom: auto;
    left: 4%;
    width: 92%;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    padding: 20px 16px;
  }

  .date-range-calendars {
    grid-template-columns: 1fr;
  }

  .date-range-calendar:nth-child(2) {
    display: none;
  }

  .date-range-footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .date-range-clear,
  .date-range-apply {
    width: 100%;
  }

  .contact-form > .buttons,
  .contact-form .contact-submit {
    width: 100%;
  }

  .privacy-field.has-inline-submit {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .privacy-field.has-inline-submit > .buttons {
    width: 100%;
  }
}

/* Unser Biohof */
.biohof-main {
  overflow: hidden;
  background: var(--gt-cream-soft);
}

.biohof-container {
  width: min(1380px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.biohof-kicker {
  margin: 0 0 22px;
  color: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.biohof-hero {
  position: relative;
  min-height: clamp(650px, 82vh, 920px);
  overflow: hidden;
  background: var(--gt-deep);
  color: var(--gt-cream-bright);
}

.biohof-hero-media,
.biohof-hero-media picture,
.biohof-hero-media img,
.biohof-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.biohof-hero-media img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  object-position: center 48%;
}

.biohof-hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14, 28, 20, 0.34) 0%, transparent 43%),
    linear-gradient(0deg, rgba(13, 31, 21, 0.7) 0%, transparent 56%);
}

.biohof-hero-content {
  position: absolute;
  z-index: 2;
  right: max(7%, calc((100vw - 1380px) / 2));
  bottom: clamp(60px, 9vw, 125px);
  left: max(7%, calc((100vw - 1380px) / 2));
}

.biohof-hero .biohof-kicker {
  color: var(--gt-cream-soft);
}

.biohof-hero h1,
.biohof-intro h2,
.biohof-story h2,
.biohof-carousel-heading h2 {
  margin: 0;
  font-family: BarlowCondensed, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 0.96;
  text-transform: uppercase;
}

.biohof-hero h1 {
  max-width: 950px;
  color: var(--gt-cream-bright);
  font-size: clamp(82px, 10vw, 154px);
}

.biohof-intro {
  padding: clamp(90px, 10vw, 155px) max(6%, calc((100vw - 1380px) / 2));
  color: var(--gt-text);
}

.biohof-breadcrumb {
  display: flex;
  margin-bottom: clamp(65px, 8vw, 110px);
  align-items: center;
  gap: 14px;
  color: var(--gt-text-muted);
  font-size: 13px;
}

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

.biohof-breadcrumb a:hover,
.biohof-breadcrumb a:focus-visible {
  color: var(--gt-text);
}

.biohof-intro-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(70px, 10vw, 155px);
  align-items: start;
}

.biohof-intro h2,
.biohof-story h2,
.biohof-carousel-heading h2 {
  color: var(--gt-text);
  font-size: clamp(58px, 6.2vw, 92px);
}

.biohof-intro-copy {
  display: grid;
  padding-top: 37px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
}

.biohof-intro-copy p,
.biohof-story-copy > p,
.biohof-carousel-heading > p {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.biohof-intro-copy p:first-child {
  color: var(--gt-text);
}

.biohof-collage {
  position: relative;
  display: grid;
  margin-top: clamp(85px, 11vw, 165px);
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.biohof-collage figure {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: var(--gt-accent-light);
}

.biohof-collage-primary {
  aspect-ratio: 1.28 / 1;
}

.biohof-collage-secondary {
  aspect-ratio: 0.82 / 1;
  margin-top: clamp(115px, 12vw, 195px) !important;
}

.biohof-collage picture,
.biohof-collage img {
  display: block;
  width: 100%;
  height: 100%;
}

.biohof-collage img {
  height: 100% !important;
  object-fit: cover;
}

.biohof-collage-secondary img {
  object-position: center 35%;
}

.biohof-story {
  padding: 0 max(6%, calc((100vw - 1380px) / 2)) clamp(105px, 12vw, 180px);
  color: var(--gt-text);
}

.biohof-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(80px, 11vw, 170px);
  align-items: end;
}

.biohof-story-copy h2 {
  margin-bottom: 42px;
}

.biohof-story-copy > p + p {
  margin-top: 24px;
}

.biohof-highlights {
  padding-bottom: 7px;
}

.biohof-highlights article {
  display: grid;
  padding: 23px 0;
  border-top: 1px solid color-mix(in srgb, var(--gt-text) 35%, transparent);
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
}

.biohof-highlights article:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--gt-text) 35%, transparent);
}

.biohof-highlights article > span {
  color: var(--gt-accent-muted);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.biohof-highlights h3 {
  margin: 0 0 7px;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.biohof-highlights p {
  margin: 0;
  color: var(--gt-text-muted);
  line-height: 1.6;
}

.biohof-carousel-section {
  padding: clamp(100px, 10vw, 155px) max(6%, calc((100vw - 1380px) / 2));
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
}

.biohof-carousel-section .biohof-kicker {
  color: var(--gt-accent-light);
}

.biohof-carousel-heading {
  display: grid;
  margin-bottom: clamp(60px, 7vw, 95px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: end;
}

.biohof-carousel-heading h2 {
  max-width: 850px;
  color: var(--gt-cream-bright);
}

.biohof-carousel-heading > p {
  max-width: 520px;
  padding-bottom: 8px;
  color: var(--gt-cream-soft);
}

.biohof-carousel {
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
}

.biohof-carousel:focus-visible {
  outline: 2px solid var(--gt-accent-light);
  outline-offset: 8px;
}

.biohof-carousel-viewport {
  overflow: visible;
}

.biohof-carousel-track {
  --biohof-carousel-gap: 26px;
  display: flex;
  gap: var(--biohof-carousel-gap);
  transition: transform 620ms cubic-bezier(0.2, 0.65, 0.3, 1);
  will-change: transform;
}

.biohof-carousel-slide {
  min-width: calc((100% - (var(--biohof-carousel-gap) * 2)) / 3);
}

.biohof-carousel-slide figure {
  position: relative;
  margin: 0;
  aspect-ratio: 0.82 / 1;
  overflow: hidden;
  background: var(--gt-text);
}

.biohof-carousel-slide figure::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(0deg, rgba(17, 32, 24, 0.9), transparent);
  content: "";
}

.biohof-carousel-slide picture,
.biohof-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.biohof-carousel-slide img {
  height: 100% !important;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.biohof-carousel-slide:hover img {
  transform: scale(1.035);
}

.biohof-carousel-slide figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 29px;
  left: 30px;
}

.biohof-carousel-slide figcaption p {
  margin: 0 0 9px;
  color: var(--gt-accent-light);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.biohof-carousel-slide h3 {
  margin: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
  line-height: 1;
}

.biohof-carousel-navigation {
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: space-between;
}

.biohof-carousel-count {
  margin: 0;
  color: var(--gt-cream-soft);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.biohof-carousel-navigation > div {
  display: flex;
  gap: 10px;
}

.biohof-carousel-navigation button {
  display: inline-grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(247, 244, 232, 0.5);
  border-radius: 50%;
  color: var(--gt-cream-bright);
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.biohof-carousel-navigation button:hover,
.biohof-carousel-navigation button:focus-visible {
  color: var(--gt-text);
  background: var(--gt-cream-bright);
  outline: none;
}

.biohof-carousel-navigation svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.umgebung-image-credits {
  margin-top: 42px;
  color: color-mix(in srgb, var(--gt-cream-soft) 78%, transparent);
  font-size: 12px;
  line-height: 1.65;
}

.umgebung-image-credits summary {
  width: max-content;
  color: var(--gt-cream-soft);
  cursor: pointer;
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.umgebung-image-credits ul {
  margin: 18px 0 0;
  padding-left: 18px;
  columns: 2;
  column-gap: 46px;
}

.umgebung-image-credits li {
  margin-bottom: 6px;
  break-inside: avoid;
}

.umgebung-image-credits a {
  color: inherit;
  text-underline-offset: 3px;
}

.umgebung-image-credits a:hover,
.umgebung-image-credits a:focus-visible {
  color: var(--gt-cream-bright);
}

@media (max-width: 1050px) {
  .biohof-intro-grid,
  .biohof-story-grid,
  .biohof-carousel-heading {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .biohof-intro-copy {
    padding-top: 0;
  }

  .biohof-collage {
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  }

  .biohof-story-grid {
    align-items: start;
  }

  .biohof-carousel-heading > p {
    padding-bottom: 0;
  }

  .biohof-carousel-slide {
    min-width: calc((100% - var(--biohof-carousel-gap)) / 2);
  }
}

@media (max-width: 680px) {
  .biohof-hero,
  .contact-hero {
    min-height: 650px;
  }

  .biohof-hero-content,
  .contact-hero-content {
    right: 6%;
    bottom: 58px;
    left: 6%;
  }

  .biohof-hero h1,
  .contact-hero h1 {
    font-size: clamp(70px, 24vw, 100px);
  }

  .umgebung-page .biohof-hero h1 {
    max-width: 100%;
    font-size: clamp(54px, 17.5vw, 72px);
    line-height: 0.98;
  }

  .biohof-intro,
  .biohof-carousel-section {
    padding-right: 6%;
    padding-left: 6%;
  }

  .biohof-breadcrumb {
    margin-bottom: 58px;
  }

  .biohof-intro h2,
  .biohof-story h2,
  .biohof-carousel-heading h2 {
    font-size: clamp(52px, 16vw, 70px);
  }

  .biohof-intro-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .biohof-collage {
    margin-top: 75px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .biohof-collage-primary {
    aspect-ratio: 1.05 / 1;
  }

  .biohof-collage-secondary {
    width: 78%;
    margin-top: 0 !important;
    margin-left: auto !important;
    aspect-ratio: 0.86 / 1;
  }

  .biohof-story {
    padding-right: 6%;
    padding-bottom: 100px;
    padding-left: 6%;
  }

  .biohof-story-copy h2 {
    margin-bottom: 32px;
  }

  .biohof-highlights article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .biohof-carousel-heading {
    margin-bottom: 52px;
  }

  .biohof-carousel-track {
    --biohof-carousel-gap: 18px;
  }

  .biohof-carousel-slide {
    min-width: 100%;
  }

  .biohof-carousel-slide figcaption {
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .umgebung-image-credits ul {
    columns: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-excursions-slide,
  .editorial-excursions-slide img,
  .biohof-carousel-track,
  .biohof-carousel-slide img {
    transition: none;
  }
}

/* Überstimmt spätere seitenspezifische Zentrierungen während des Typografie-Tests. */
body[class] :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  blockquote,
  figcaption,
  legend,
  label
) {
  text-align: left !important;
}

/* Galerie */
.galerie-main {
  overflow: hidden;
  background: var(--gt-cream-soft);
}

.galerie-container {
  width: min(1480px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.galerie-intro {
  padding: clamp(205px, 17vw, 285px) max(6%, calc((100vw - 1480px) / 2)) clamp(105px, 10vw, 155px);
  color: var(--gt-cream-bright);
  background:
    radial-gradient(circle at 82% 12%, rgba(120, 149, 106, 0.24), transparent 34%),
    var(--gt-deep);
}

.galerie-kicker {
  margin: 0 0 28px;
  color: var(--gt-accent-light);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.galerie-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: clamp(70px, 11vw, 170px);
  align-items: end;
}

.galerie-intro h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(82px, 9.5vw, 148px);
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 0.94;
  text-transform: uppercase;
}

.galerie-intro-grid > p {
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--gt-cream-soft);
  font-size: 18px;
  line-height: 1.7;
}

.galerie-masonry-section {
  padding: clamp(70px, 8vw, 120px) max(4%, calc((100vw - 1480px) / 2)) clamp(105px, 11vw, 170px);
}

.galerie-masonry {
  columns: 3;
  column-gap: 24px;
}

.galerie-masonry-item {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 0;
  color: var(--gt-cream-bright);
  background: var(--gt-accent-light);
  cursor: zoom-in;
}

.galerie-masonry-item figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.galerie-masonry-item figure::after {
  position: absolute;
  inset: 45% 0 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(20, 39, 27, 0.84), transparent);
  content: "";
  transition: opacity 320ms ease;
}

.galerie-masonry-item picture,
.galerie-masonry-item img {
  display: block;
  width: 100%;
  height: auto !important;
}

.galerie-masonry-item img {
  transition: transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.galerie-masonry-item figcaption {
  position: absolute;
  z-index: 2;
  right: 27px;
  bottom: 24px;
  left: 27px;
  opacity: 0;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(25px, 2.3vw, 37px);
  font-weight: 400;
  line-height: 1;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.galerie-masonry-item:hover figure::after,
.galerie-masonry-item:focus-visible figure::after,
.galerie-masonry-item:hover figcaption,
.galerie-masonry-item:focus-visible figcaption {
  opacity: 1;
}

.galerie-masonry-item:hover figcaption,
.galerie-masonry-item:focus-visible figcaption {
  transform: translateY(0);
}

.galerie-masonry-item:hover img,
.galerie-masonry-item:focus-visible img {
  transform: scale(1.035);
}

.galerie-masonry-item:focus-visible {
  outline: 3px solid var(--gt-accent-muted);
  outline-offset: 4px;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.galerie-lightbox[hidden] {
  display: none;
}

.galerie-lightbox {
  position: fixed;
  z-index: 2200;
  inset: 0;
  display: grid;
  padding: 34px;
  place-items: center;
  opacity: 0;
  transition: opacity 220ms ease;
}

.galerie-lightbox.is-open {
  opacity: 1;
}

.galerie-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 19, 0.94);
  cursor: zoom-out;
}

.galerie-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1480px, 100%);
  height: min(880px, calc(100vh - 68px));
  place-items: center;
}

.galerie-lightbox-dialog figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
}

.galerie-lightbox-dialog figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.galerie-lightbox-dialog figcaption {
  display: flex;
  width: min(1100px, 100%);
  padding-top: 19px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--gt-cream-bright);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.025em;
}

.galerie-lightbox-dialog figcaption small {
  color: var(--gt-accent-light);
  font-size: 15px;
  letter-spacing: 0.1em;
}

.galerie-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(247, 244, 232, 0.5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.galerie-lightbox-close span {
  position: absolute;
  top: 24px;
  left: 14px;
  width: 21px;
  height: 1px;
  background: var(--gt-cream-bright);
  transform: rotate(45deg);
}

.galerie-lightbox-close span:last-child {
  transform: rotate(-45deg);
}

.galerie-lightbox-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: inline-grid;
  width: 56px;
  height: 56px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(247, 244, 232, 0.5);
  border-radius: 50%;
  color: var(--gt-cream-bright);
  background: rgba(41, 75, 56, 0.55);
  cursor: pointer;
  transform: translateY(-50%);
}

.galerie-lightbox-prev {
  left: 0;
}

.galerie-lightbox-next {
  right: 0;
}

.galerie-lightbox-nav svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.galerie-lightbox-nav:hover,
.galerie-lightbox-nav:focus-visible,
.galerie-lightbox-close:hover,
.galerie-lightbox-close:focus-visible {
  color: var(--gt-text);
  background: var(--gt-cream-bright);
  outline: none;
}

.galerie-lightbox-close:hover span,
.galerie-lightbox-close:focus-visible span {
  background: var(--gt-text);
}

@media (max-width: 1050px) {
  .galerie-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .galerie-masonry {
    columns: 2;
  }
}

@media (max-width: 650px) {
  .galerie-intro {
    padding: 180px 6% 85px;
  }

  .galerie-intro h1 {
    font-size: clamp(72px, 23vw, 98px);
  }

  .galerie-masonry-section {
    padding: 45px 5% 100px;
  }

  .galerie-masonry {
    columns: 1;
    column-gap: 0;
  }

  .galerie-masonry-item {
    margin-bottom: 17px;
  }

  .galerie-masonry-item figure::after,
  .galerie-masonry-item figcaption {
    opacity: 1;
  }

  .galerie-masonry-item figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
    transform: none;
  }

  .galerie-lightbox {
    padding: 18px;
  }

  .galerie-lightbox-dialog {
    height: calc(100vh - 36px);
  }

  .galerie-lightbox-dialog figure img {
    max-height: calc(100vh - 125px);
  }

  .galerie-lightbox-nav {
    top: auto;
    bottom: 55px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .galerie-lightbox-dialog figcaption {
    padding-right: 110px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .galerie-masonry-item img,
  .galerie-masonry-item figcaption,
  .galerie-masonry-item figure::after,
  .galerie-lightbox {
    transition: none;
  }
}

/* Kontakt: große Kontaktdaten und zustimmungspflichtige Standortkarte */
.contact-details-section {
  padding: clamp(105px, 11vw, 175px) 6%;
  color: var(--gt-text);
  background: var(--gt-cream-bright);
}

.contact-details-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.contact-details-intro {
  width: min(980px, 100%);
  margin: 0 auto clamp(95px, 10vw, 155px);
}

body.contact-page .contact-details-intro p {
  margin: 0;
  color: var(--gt-text-muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
  text-align: center !important;
}

body.contact-page .contact-details-intro p + p {
  margin-top: 14px;
}

.contact-details-list {
  display: grid;
  gap: clamp(75px, 8vw, 125px);
}

.contact-detail-item {
  min-width: 0;
  text-align: center;
}

body.contact-page .contact-detail-label {
  margin: 0 0 27px;
  color: var(--gt-accent-muted);
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.35em;
  text-align: center !important;
  text-transform: uppercase;
}

.contact-detail-value {
  display: block;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-detail-value--email {
  overflow-wrap: anywhere;
}

.contact-detail-value:hover,
.contact-detail-value:focus-visible {
  color: var(--gt-accent-dark);
}

.contact-detail-value:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 10px;
}

.contact-location-section {
  padding: clamp(100px, 10vw, 155px) max(6%, calc((100vw - 1380px) / 2));
  color: var(--gt-text);
  background: var(--gt-cream-soft);
}

.contact-location-heading {
  margin-bottom: clamp(60px, 7vw, 95px);
}

body.contact-page .contact-location-kicker,
body.contact-page .contact-location-label {
  margin: 0 0 20px;
  color: var(--gt-accent-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.34em;
  text-align: center !important;
  text-transform: uppercase;
}

body.contact-page .contact-location-heading h2 {
  margin: 0;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 300;
  line-height: 0.96;
  text-align: center !important;
}

.contact-map-wrap {
  width: min(1380px, 100%);
  height: clamp(430px, 48vw, 690px);
  margin: 0 auto;
  background: var(--gt-surface);
}

.contact-map-wrap .dsgvo-embed,
.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body.contact-page .contact-map-wrap .dsgvo-embed__placeholder p {
  text-align: center !important;
}

.contact-location-address {
  margin: clamp(65px, 7vw, 105px) auto 0;
  text-align: center;
}

body.contact-page .contact-location-address address {
  margin: 0;
  color: var(--gt-text);
  font-family: BarlowCondensed, Arial, sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.13;
  text-align: center !important;
}

.contact-location-actions {
  display: flex;
  margin-top: 45px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-location-actions a {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: var(--gt-cream);
  background: var(--gt-text);
  transition: background-color 180ms ease, transform 180ms ease;
}

.contact-location-action-icon {
  display: block;
  width: 27px;
  height: 27px;
  background: var(--gt-cream);
  -webkit-mask: var(--contact-action-icon) center / contain no-repeat;
  mask: var(--contact-action-icon) center / contain no-repeat;
}

.contact-location-actions a:hover,
.contact-location-actions a:focus-visible {
  background: var(--gt-accent-light);
  transform: translateY(-3px);
}

.contact-location-actions a:focus-visible {
  outline: 2px solid var(--gt-text);
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .contact-details-section,
  .contact-location-section {
    padding-right: 6%;
    padding-left: 6%;
  }

  .contact-details-intro {
    margin-bottom: 85px;
  }

  .contact-details-list {
    gap: 72px;
  }

  .contact-detail-value {
    font-size: clamp(43px, 13.5vw, 60px);
  }

  .contact-detail-value--email {
    font-size: clamp(37px, 11vw, 52px);
  }

  .contact-map-wrap {
    height: 500px;
  }

  body.contact-page .contact-location-address address {
    font-size: clamp(39px, 12vw, 54px);
  }
}

/* Anfragebereich in der grünen Farbwelt des Footers */
body.contact-page .inquiry-section {
  color: var(--gt-cream);
  background: var(--gt-text);
}

body.contact-page .inquiry-heading .section-kicker {
  color: var(--gt-accent-2);
}

body.contact-page .inquiry-heading h2 {
  color: var(--gt-cream-bright);
}

body.contact-page .contact-form .inquiry-panel {
  color: var(--gt-cream);
  background: var(--gt-text);
}

body.contact-page .contact-form .inquiry-panel legend,
body.contact-page .contact-form .inquiry-panel label {
  color: var(--gt-cream-bright);
}

body.contact-page .contact-form .inquiry-panel legend::before {
  border-color: var(--gt-accent-2);
  color: var(--gt-accent-2);
}

body.contact-page .contact-form .inquiry-panel input:not([type='checkbox']):not([type='radio']),
body.contact-page .contact-form .inquiry-panel textarea,
body.contact-page .contact-form .inquiry-panel select,
body.contact-page .phone-code-toggle {
  border-color: transparent;
  border-bottom-color: var(--gt-accent-2);
  color: var(--gt-text-dark);
  background: var(--gt-cream-bright);
}

body.contact-page .contact-form .inquiry-panel input:focus,
body.contact-page .contact-form .inquiry-panel textarea:focus,
body.contact-page .contact-form .inquiry-panel select:focus,
body.contact-page .phone-code-toggle:focus-visible,
body.contact-page .phone-code-select.is-open .phone-code-toggle {
  border-color: var(--gt-accent-2);
  background: #fff;
}

body.contact-page .alternative-date-field,
body.contact-page .child-ages-field,
body.contact-page .privacy-field {
  border-color: rgba(247, 244, 232, 0.28);
}

body.contact-page .alternative-date-toggle,
body.contact-page .alternative-date-remove {
  border-bottom-color: var(--gt-accent-2);
  color: var(--gt-cream-bright);
}

body.contact-page .contact-form .apartment-choice-card {
  border-color: rgba(247, 244, 232, 0.48);
  color: var(--gt-text-dark);
  background: color-mix(in srgb, var(--gt-cream-bright) 94%, var(--gt-accent-light));
}

body.contact-page .contact-form .inquiry-panel label.apartment-choice-card {
  color: var(--gt-text-dark);
}

body.contact-page .contact-form .apartment-choice-card:hover,
body.contact-page .contact-form .apartment-choice-card:has(input:checked) {
  border-color: var(--gt-accent-2);
  background: #fff;
}

body.contact-page .apartment-choice-card:has(input:focus-visible) {
  outline-color: var(--gt-accent-2);
}

body.contact-page .apartment-choice-copy small {
  color: var(--gt-accent-dark);
}

body.contact-page .apartment-choice-check {
  border-color: var(--gt-accent-muted);
}

body.contact-page .apartment-choice-card input:checked ~ .apartment-choice-check {
  border-color: var(--gt-text);
  color: var(--gt-cream-bright);
  background: var(--gt-text);
}

body.contact-page .guest-counter button {
  border-color: var(--gt-accent-2);
  color: var(--gt-cream-bright);
}

body.contact-page .contact-form .guest-counter input[type='number'] {
  border-color: var(--gt-accent-2) !important;
}

body.contact-page .privacy-field label,
body.contact-page .privacy-field a {
  color: var(--gt-cream-bright);
}

body.contact-page .privacy-field input[type='checkbox'] {
  accent-color: var(--gt-accent-2);
}

body.contact-page .contact-form .contact-submit {
  border-color: var(--gt-accent-2);
  color: var(--gt-cream-bright);
  background: var(--gt-accent-muted);
}

body.contact-page .contact-form .contact-submit:hover,
body.contact-page .contact-form .contact-submit:focus-visible {
  color: var(--gt-text-dark);
  background: var(--gt-accent-2);
}

body.contact-page .contact-form .form-message,
body.contact-page .contact-form .required,
body.contact-page .contact-form > p {
  color: var(--gt-cream);
}

/* Responsive finishing pass */
.apartments-overview-hero,
.preise-info-hero {
  padding-top: clamp(270px, 18vw, 320px);
}

.galerie-intro,
.legal-hero {
  padding-top: clamp(270px, 17vw, 300px);
}

@media (min-width: 769px) and (max-width: 1100px) {
  .specialties-grid {
    width: min(900px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .specialty-card:last-child:nth-child(odd) {
    width: calc((100% - 38px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 1100px) {
  .section01 {
    grid-template-columns: minmax(0, 1fr);
  }

  .section01 .section01-copy {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .hero-logo {
    display: none;
  }

  .site-header .topnav {
    background: var(--gt-text);
    box-shadow: 0 7px 24px rgba(17, 32, 24, 0.16);
    backdrop-filter: blur(12px);
  }

  .site-header .topnav .site-header-logo,
  .home-page .site-header .topnav .site-header-logo,
  body:not(.home-page) .site-header:not(.is-scrolled) .topnav .site-header-logo {
    position: static;
    top: auto;
    left: auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 58px;
    padding: 3px 4px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header .site-header-logo img,
  body:not(.home-page) .site-header:not(.is-scrolled) .site-header-logo img {
    width: auto;
    height: 44px;
    filter: brightness(0) invert(1);
  }

  .apartments-overview-hero {
    min-height: 560px;
    padding-top: 140px;
  }

  .preise-info-hero {
    min-height: 400px;
    padding-top: 145px;
  }

  .galerie-intro {
    padding-top: 180px;
  }

  .legal-hero {
    min-height: 460px;
    padding-top: 130px;
  }

  .combined-footer-socials a,
  .combined-footer-service a,
  .combined-footer-service button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 650px) {
  .galerie-intro {
    padding-top: 180px;
  }

  .galerie-intro h1 {
    font-size: clamp(54px, 17vw, 78px);
    overflow-wrap: normal;
  }
}

@media (max-width: 520px) {
  .legal-hero {
    min-height: 420px;
    padding-top: 130px;
  }

  .legal-hero h1 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .apartments-overview-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .section01 h2 {
    font-size: clamp(44px, 12.8vw, 50px);
  }

  .guest-counter-field {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .guest-counter {
    justify-content: start;
  }

  .contact-form .date-range-input {
    padding-right: 46px !important;
    padding-left: 12px !important;
    font-size: 13px;
  }

  .date-range-trigger {
    right: 2px;
    width: 42px;
  }

  .apartment-pricing-table td:last-child:not([colspan]) {
    font-size: 24px;
    white-space: nowrap;
  }

  .whatsapp-button {
    right: 14px;
    bottom: 14px;
    width: 60px;
    height: 60px;
  }

  .whatsapp-button img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 380px) {
  .site-header .request-link {
    width: 100px;
  }

  .site-header .topnav .book {
    width: 92px;
  }

  .site-header .menu-toggle,
  .menu-close {
    width: 56px;
  }

  .site-header .menu-toggle {
    padding-inline: 11px;
  }

  .menu-close span {
    left: 11px;
  }

  .site-header .topnav a,
  .site-header .menu-toggle {
    font-size: 21px;
  }

  .site-header .site-header-logo img {
    height: 42px;
  }
}
