/* 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;
}

.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 .header-scroll-logo {
  position: relative;
  display: flex;
  height: 58px;
  flex: 1 1 auto;
  align-items: center;
  background: var(--gt-surface-alt);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.site-header .topnav .header-scroll-logo span {
  position: fixed;
  top: 10px;
  left: 50%;
  display: block;
  width: 176px;
  height: 38px;
  background: var(--gt-text);
  -webkit-mask: url('../assets/gartnerhof/logo-gartnerhof.svg') center / contain no-repeat;
  mask: url('../assets/gartnerhof/logo-gartnerhof.svg') center / contain no-repeat;
  transform: translateX(-50%);
}

.site-header.is-scrolled .header-scroll-logo {
  opacity: 1;
  visibility: visible;
}

.site-header .topnav > a:not(.header-scroll-logo):hover,
.site-header .topnav > a:not(.header-scroll-logo):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: 308px;
  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;
}

.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;
}

.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 {
  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-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  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-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 {
  display: block;
  width: 250px;
  max-width: 100%;
}

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

.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-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;
  }

  .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;
  }

  .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: 18px;
  }

  .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: 18px;
  }

  .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 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  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: right !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-hero {
  display: grid;
  min-height: 430px;
  padding: 100px 7%;
  place-content: center;
  background: var(--gt-accent-light);
}

.contact-hero h1,
.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;
}

.contact-hero p {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--gt-text-muted);
  font-size: 20px;
}

.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-main {
  padding: 150px max(7%, calc((100vw - 1200px) / 2));
}

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

@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-main {
    padding: 115px 7%;
  }
}

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

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