:root {
  --background: #fbf4ee;
  --foreground: #4d3a31;
  --primary: #cc8b65;
  --primary-dark: #cd573f;
  --secondary: #efe2d5;
  --muted: #f3ebe3;
  --border: #ead8cb;
  --accent: #f58034;
  --card: #ffffff;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(106, 74, 59, 0.12);
  --shadow-soft: 0 16px 40px rgba(105, 76, 62, 0.08);
  --radius-xl: 2rem;
  --radius-xxl: 3rem;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sorts Mill Goudy", serif;
  color: var(--foreground);
  background: var(--background);
  font-size: 1.04rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 6.5rem 0;
}

.section-muted {
  background: rgba(239, 226, 213, 0.45);
}

.section-soft {
  background: rgba(243, 235, 227, 0.55);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.max-text {
  max-width: 760px;
  margin-inline: auto;
}

.center {
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-inverse {
  padding: 0.2rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

h1, h2, h3, h4, .brand {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1 span,
h2 span,
h3 span,
.brand span,
.brand-footer span {
  color: var(--primary);
  font-style: italic;
}

.section-heading {
  margin-bottom: 4rem;
}

.section-heading h2,
.copy h2 {
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
}

.section-heading p,
.copy p {
  font-size: 1.08rem;
  color: rgba(77, 58, 49, 0.78);
}

.legal-page-impressum .section-heading {
  margin-bottom: 0.9rem;
}

.legal-page-impressum .copy-panel h3:first-child {
  margin-top: 0;
}

.legal-page-impressum .copy-panel {
  padding: clamp(3rem, 6vw, 2rem);
}

.legal-page-impressum .copy-panel a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(204, 139, 101, 0.45);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.legal-page-impressum .copy-panel a:hover,
.legal-page-impressum .copy-panel a:focus-visible {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

.legal-page-datenschutz .section-heading {
  margin-bottom: 0.9rem;
}

.legal-page-datenschutz .copy-panel {
  padding: clamp(3rem, 6vw, 2rem);
}

.legal-page-datenschutz .copy-panel h3:first-child {
  margin-top: 0;
}

.legal-page-datenschutz .copy-panel a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(204, 139, 101, 0.45);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.legal-page-datenschutz .copy-panel a:hover,
.legal-page-datenschutz .copy-panel a:focus-visible {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 1.25rem 0;
  overflow: visible;
  transition: background 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(251, 244, 238, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(74, 52, 41, 0.08);
  padding: 0.85rem 0;
}

.static-header-page .site-header {
  background: rgba(251, 244, 238, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(74, 52, 41, 0.08);
  padding: 0.85rem 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.header-art {
  position: absolute;
  top: 0.4rem;
  right: clamp(1rem, 4vw, 4rem);
  z-index: 1;
  width: min(18vw, 12rem);
  aspect-ratio: 3 / 4.2;
  overflow: visible;
  box-shadow: 0 20px 42px rgba(38, 31, 27, 0.18);
  transform: rotate(7deg);
}

.header-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.12);
  transform-origin: center;
}

@media (min-width: 921px) {
  .header-art {
    top: -0.75rem;
    width: min(25.3vw, 17.05rem);
    box-shadow: none;
    background: url("../../images/pitztal-sommer-card-schlaufe.png") center / contain no-repeat;
  }

  .header-art img {
    opacity: 0;
  }
}

@media (min-width: 1920px) {
  .header-art {
    width: min(31vw, 21rem);
    right: clamp(2rem, 5vw, 5.5rem);
  }
}

.brand {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(8.5rem, 1fr));
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.38);
  transition: color 0.2s ease;
}

.site-header.is-scrolled .desktop-nav a,
.site-header.is-scrolled .brand {
  color: var(--foreground);
}

.static-header-page .desktop-nav a,
.static-header-page .brand {
  color: var(--foreground);
  text-shadow: none;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.footer-links a:hover,
.text-link:hover,
.contact-item a:hover {
  color: var(--primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.5rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-small {
  min-height: 2.75rem;
  padding-inline: 1.2rem;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 16px 36px rgba(204, 139, 101, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-dark), var(--accent));
}

.btn-ghost,
.btn-outline-light {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover,
.btn-outline-light:hover {
  background: var(--white);
  color: var(--foreground);
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.mobile-toggle .icon {
  width: 1.4rem;
  height: 1.4rem;
}

.mobile-panel {
  display: none;
  width: min(calc(100% - 2rem), var(--container));
  margin: 0.75rem auto 0;
  padding: 0;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(234, 216, 203, 0.8);
  border-radius: 1.7rem;
  background: rgba(251, 244, 238, 0.98);
  box-shadow: var(--shadow-soft);
}

.mobile-nav a {
  font-size: 1.06rem;
  font-weight: 600;
}

.hero {
  min-height: 100vh;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 34%;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-slide.is-active {
  opacity: 1;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 43%, rgba(23, 18, 15, 0.62) 0%, rgba(23, 18, 15, 0.44) 24%, rgba(23, 18, 15, 0.18) 48%, rgba(23, 18, 15, 0) 68%),
    linear-gradient(180deg, rgba(21, 18, 16, 0.5) 0%, rgba(21, 18, 16, 0.18) 28%, rgba(21, 18, 16, 0.2) 56%, rgba(21, 18, 16, 0.58) 100%),
    radial-gradient(circle at 72% 26%, rgba(255, 214, 170, 0.12) 0%, rgba(255, 214, 170, 0) 34%);
  backdrop-filter: saturate(1.08) contrast(1.03);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  text-align: center;
  color: var(--white);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}

.hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(3rem, 8vw, 6.3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 760px;
  margin: 1.5rem auto 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.98);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.hero-inquiry-btn {
  color: var(--white);
  background: #cc8b65;
  border: 1px solid #cc8b65;
  border-radius: 999px;
}

.hero-inquiry-btn:hover {
  color: #cc8b65;
  background: rgba(204, 139, 101, 0.08);
  border-color: rgba(204, 139, 101, 0.45);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scroll-indicator .icon {
  width: 1.55rem;
  height: 1.55rem;
  animation: floatY 1.8s ease-in-out infinite;
}

.about,
.contact {
  overflow: hidden;
}

.shape {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}

.shape-top-right {
  top: 0;
  right: 0;
  width: 32vw;
  height: 32vw;
  background: rgba(204, 139, 101, 0.12);
}

.shape-bottom-left {
  left: -5%;
  bottom: 0;
  width: 24vw;
  height: 24vw;
  background: rgba(245, 128, 52, 0.12);
}

.about-grid,
.contact-grid,
.sommer-grid {
  position: relative;
  z-index: 1;
}

.about-showcase {
  padding: 0;
}

.about-showcase .container {
  width: 100%;
  max-width: none;
}

.about-showcase .about-grid {
  gap: 0;
  align-items: stretch;
}

.about-grid-single {
  display: block;
}

.about-grid-reversed .accent-box-filled {
  left: -0.6rem;
  right: auto;
}

.about-grid-reversed .accent-box-outline {
  left: auto;
  right: -0.6rem;
}

.about-grid-reversed .floating-badge {
  right: auto;
  left: -1.5rem;
}

.copy {
  display: grid;
  gap: 1.35rem;
}

.copy-panel {
  align-content: center;
  justify-items: center;
  min-height: 42rem;
  padding: clamp(3rem, 6vw, 5.5rem);
  background: transparent;
  text-align: center;
}

.copy-panel p {
  max-width: 40rem;
}

.copy-panel .stats-grid {
  width: min(100%, 26rem);
}

.mood-grid {
  margin-top: 0.6rem;
  width: min(100%, 34rem);
}

.stats-grid.mood-grid strong {
  min-height: 3rem;
  font-size: 1.5rem;
  line-height: 1.25;
}

.stats-grid.mood-grid span {
  font-size: 0.78rem;
  line-height: 1.5;
}

.copy-panel .text-link {
  justify-self: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.stats-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--primary);
  font-size: 2rem;
}

.stats-grid span,
.contact-item small {
  display: block;
  color: rgba(77, 58, 49, 0.65);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  color: var(--primary);
  font-weight: 700;
}

.text-link .icon {
  width: 1.15rem;
  height: 1.15rem;
}

.about-media {
  position: relative;
  padding: 0 1rem 1rem;
}

.showcase-media {
  min-height: 42rem;
  padding: 0;
}

.image-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 2.7rem;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.showcase-media .image-card {
  height: 100%;
  min-height: 42rem;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
}

#ferienwohnung-info .showcase-media .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08) 0%, rgba(255, 248, 239, 0) 24%, rgba(56, 37, 27, 0.08) 100%),
    radial-gradient(circle at 22% 20%, rgba(255, 232, 205, 0.14) 0%, rgba(255, 232, 205, 0) 34%);
  pointer-events: none;
  z-index: 3;
}

#ferienwohnung-info .showcase-media .image-card img {
  filter: saturate(0.92) contrast(1.05) brightness(0.96) sepia(0.08);
}

.image-card:hover img,
.gallery-item:hover img {
  transform: scale(1.07);
}

.accent-box {
  position: absolute;
  border-radius: 2.3rem;
  z-index: 1;
}

.accent-box-filled {
  right: -0.6rem;
  bottom: -0.6rem;
  width: 16rem;
  height: 16rem;
  background: rgba(204, 139, 101, 0.16);
}

.accent-box-outline {
  top: -0.6rem;
  left: -0.6rem;
  width: 11rem;
  height: 11rem;
  border: 2px solid rgba(245, 128, 52, 0.22);
}

.floating-badge {
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  z-index: 3;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(234, 216, 203, 0.8);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.floating-badge strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary);
}

.floating-badge span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(77, 58, 49, 0.65);
}

.about-showcase .accent-box,
.about-showcase#ferienwohnung-info .floating-badge {
  display: none;
}

.card-grid,
.glass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.feature-card,
.glass-card,
.form-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.feature-card {
  padding: 2.1rem 1.8rem;
  background: var(--card);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover,
.glass-card:hover,
.gallery-item:hover,
.form-card:hover {
  transform: translateY(-5px);
}

.feature-card:hover {
  box-shadow: var(--shadow);
}

.icon-box,
.glass-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.4rem;
  color: var(--primary);
}

.icon-box {
  margin-bottom: 1.35rem;
  background: rgba(204, 139, 101, 0.1);
}

.icon-box .icon,
.glass-icon .icon,
.socials a .icon,
.play-badge .icon,
.footer-contact .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.feature-card h3,
.glass-card h3,
.form-card h3,
.cta-panel h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.feature-card p,
.glass-card p,
.cta-panel p,
.footer-copy,
.footer-brand p {
  color: rgba(77, 58, 49, 0.72);
}

.cta-panel {
  position: relative;
  margin-top: 4rem;
  padding: 3rem 2rem;
  overflow: hidden;
  border-radius: var(--radius-xxl);
  text-align: center;
  background: rgba(204, 139, 101, 0.05);
}

.cta-glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  filter: blur(100px);
}

.cta-glow-right {
  top: -2rem;
  right: -2rem;
  background: rgba(204, 139, 101, 0.15);
}

.cta-glow-left {
  left: -2rem;
  bottom: -4rem;
  background: rgba(245, 128, 52, 0.11);
}

.cta-panel h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 2rem;
}

.cta-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.cta-note .icon {
  width: 1.1rem;
  height: 1.1rem;
}

.sommer-card {
    position: relative;
    scroll-margin-top: 9.75rem;
    padding: 3rem 0;
    overflow: hidden;
    background: #5f5f57;
    color: var(--white);
}

.sommer-bg-text {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: min(10vw, 6rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.sommer-grid {
  align-items: start;
  gap: 2rem;
}

.sommer-copy {
  position: relative;
}

.sommer-side-card {
  position: absolute;
  left: clamp(-11rem, -9vw, -7.5rem);
  top: 36%;
  transform: translateY(-50%) rotate(-7deg);
  width: clamp(6rem, 9vw, 8.5rem);
  height: auto;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
}

.copy-inverse h2 span {
  color: rgba(255, 255, 255, 0.85);
}

.sommer-title-image {
  display: inline-block;
  height: 0.95em;
  width: auto;
  margin: 0 0.08em;
  vertical-align: -0.08em;
}

.sommer-card-button {
  width: min(100%, 40rem);
  margin-top: 0.8rem;
  justify-self: start;
}

.showcase-button {
  width: min(100%, 24rem);
  margin-top: 0.8rem;
  justify-self: center;
  color: var(--white);
  background: #5F5F57;
  border-color: #5F5F57;
  backdrop-filter: blur(10px);
}

.showcase-button:hover {
  color: #5F5F57;
  background: rgba(95, 95, 87, 0.08);
  border-color: rgba(95, 95, 87, 0.22);
}

@media (max-width: 1380px) {
  .sommer-side-card {
    position: static;
    transform: rotate(-5deg);
    width: clamp(5.5rem, 14vw, 8rem);
    margin-top: 0.9rem;
    justify-self: start;
  }
}


.copy-inverse p,
.copy-inverse .mini-item span,
.glass-card p {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.4rem;
  margin: 0.6rem 0 1.1rem;
}

.mini-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.mini-item .icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.55rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
}

.glass-grid {
  gap: 0.7rem;
}

.glass-card {
  padding: 1.15rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  text-align: center;
  transition: transform 0.28s ease, background 0.28s ease;
}

.glass-card:hover {
  background: rgba(255, 255, 255, 0.13);
}

.glass-icon {
  margin: 0 auto 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gallery-item.large {
  grid-column: span 2;
}

.gallery-grid .gallery-item.large:last-child {
  grid-column: 1 / -1;
  min-height: 16rem;
  height: 16rem;
}

.gallery-grid .gallery-item.large:last-child img {
  min-height: 16rem;
  height: 16rem;
  object-position: center 38%;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  transition: transform 1s ease;
}

.gallery-item-cafe img {
  object-position: 24% center;
}

.gallery-item-berghof img {
  object-position: 76% center;
}

.gallery-item figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover figcaption {
  opacity: 1;
}

.play-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  padding-left: 0.15rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.contact-list {
  display: grid;
  gap: 1.3rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-item strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.16rem;
}

.socials {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.6rem;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.socials a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

.form-card {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background: var(--card);
}

.form-accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.45rem;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}

.form-card form,
.newsletter-form {
  display: grid;
  gap: 1rem;
}

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

label {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 0.35rem;
  color: rgba(77, 58, 49, 0.74);
  font-size: 0.92rem;
  font-weight: 600;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.95rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  background: rgba(243, 235, 227, 0.62);
  color: var(--foreground);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
.newsletter-form input:focus {
  background: var(--white);
  border-color: rgba(204, 139, 101, 0.35);
  box-shadow: 0 0 0 4px rgba(204, 139, 101, 0.1);
}

.btn-full {
  width: 100%;
}

.form-note,
.alert,
.field-error,
.footer-bottom,
.footer-copy {
  font-size: 0.92rem;
}

.form-note,
.footer-copy {
  color: rgba(77, 58, 49, 0.58);
}

.alert {
  padding: 0.95rem 1.1rem;
  border-radius: 1rem;
}

.alert-success {
  color: #14532d;
  background: #dcfce7;
}

.alert-error,
.field-error {
  color: #991b1b;
}

.alert-error {
  background: #fee2e2;
}

.field-error {
  display: block;
  margin-top: 0.45rem;
  padding-left: 0.35rem;
  font-size: 0.84rem;
}

.consent-card {
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(243, 235, 227, 0.62);
  border: 1px solid rgba(204, 139, 101, 0.12);
}

.spam-check-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(243, 235, 227, 0.62);
  border: 1px solid rgba(204, 139, 101, 0.12);
}

.spam-check-card label {
  display: block;
  margin-bottom: 0.6rem;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  margin: 0;
  padding: 0;
  font-size: 0.96rem;
  font-weight: 400;
  color: var(--foreground);
}

.consent-check input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  padding: 0;
  border-radius: 0.3rem;
  box-shadow: none;
}

.consent-text {
  margin: 0.85rem 0 0;
  padding-left: 1.85rem;
  font-size: 0.92rem;
  color: rgba(77, 58, 49, 0.65);
}

.consent-text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(204, 139, 101, 0.45);
  text-underline-offset: 0.16em;
}

.consent-text a:hover,
.consent-text a:focus-visible {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

.site-footer {
  padding-top: 5rem;
  background: #2b1f1a;
  color: rgba(255, 255, 255, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.site-footer h4 {
  margin-bottom: 1rem;
  font-size: 1.45rem;
}

.footer-copy,
.footer-links a,
.footer-contact p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.65);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.85rem;
}

.footer-contact-column {
  justify-self: start;
}

.footer-meta-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.footer-meta-links a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.footer-meta-links .icon {
  color: var(--primary);
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 0.95rem;
  transform: translateY(0.08rem);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
}

.chev {
  color: rgba(204, 139, 101, 0.9);
  font-size: 1.2rem;
  line-height: 1;
}

.footer-contact p,
.footer-bottom,
.footer-bottom div {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.footer-contact .icon {
  margin-top: 0.1rem;
  color: var(--primary);
}

.footer-contact a,
.footer-meta-links a {
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-meta-links a:hover,
.footer-meta-links a:focus-visible {
  color: var(--white);
  opacity: 1;
}

.footer-meta-links a:hover,
.footer-meta-links a:focus-visible {
  transform: translateY(-1px);
}

.footer-contact p:last-child span {
  white-space: nowrap;
}

.footer-partners {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  align-content: start;
  margin-top: 2rem;
  margin-left: -3rem;
}

.footer-partners-stack {
  display: grid;
  gap: 1.35rem;
  justify-items: end;
}

.footer-partners img {
  width: 8.25rem;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.12) contrast(0.95);
  opacity: 0.82;
}

.footer-partners .footer-partner-wide {
  width: 8.25rem;
  height: auto;
  margin-top: 0;
  align-self: center;
}


.brand-footer img {
  height: 140px;
}

@media (max-width: 1420px) {
  .lang-switch.mobile-lang-switch {
    display: inline-flex !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0.12rem;
    z-index: 2;
  }

  .lang-switch.mobile-lang-switch a {
    min-width: 2.15rem;
    padding: 0.34rem 0.58rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }
}

.arrival-section .section-heading {
  margin-bottom: 2.6rem;
}

.arrival-card {
  width: min(100%, 68rem);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.arrival-intro,
.arrival-note-title,
.arrival-note-text {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.arrival-intro {
  margin-bottom: 1.1rem;
}

.arrival-note-title {
  margin-bottom: 0.5rem;
}

.arrival-note-text {
  margin-bottom: 1.8rem;
}

.arrival-map-link {
  display: block;
  width: min(100%, 58rem);
  margin: 0 auto;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.arrival-map-link:hover,
.arrival-map-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(77, 58, 49, 0.18);
}

.arrival-map-link img {
  display: block;
  width: 100%;
  height: auto;
}

.pitztal-page-title {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}

.pitztal-hero {
  position: relative;
  min-height: 92vh;
  background-image: linear-gradient(rgba(34, 27, 23, 0.34), rgba(34, 27, 23, 0.46)), url("../../images/phocagallery/sommer-pitztal/header-pitztal.jpeg");
  background-size: cover;
  background-position: center center;
}

.pitztal-hero .hero-copy {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.pitztal-intro .section-heading {
  margin-bottom: 0;
}

.pitztal-activity-section {
  padding: 4rem 0;
}

.pitztal-activity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
}

.pitztal-activity-grid.is-reversed {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.pitztal-activity-grid.is-reversed .pitztal-activity-media {
  order: 2;
}

.pitztal-activity-grid.is-reversed .pitztal-activity-copy {
  order: 1;
}

.pitztal-activity-image-card {
  position: sticky;
  top: 10rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.86);
}

.pitztal-activity-image-card img {
  width: 100%;
  height: clamp(26rem, 42vw, 42rem);
  object-fit: cover;
  transition: opacity 240ms ease;
}

.pitztal-activity-copy {
  padding: clamp(1rem, 2vw, 1.8rem) 0;
}

.pitztal-activity-copy h2 {
  margin-bottom: 1rem;
}

.pitztal-activity-copy > p {
  max-width: 38rem;
  margin-bottom: 1.6rem;
}

.pitztal-accordion {
  display: grid;
  gap: 0.9rem;
}

.pitztal-accordion-item {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(234, 216, 203, 0.9);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(105, 76, 62, 0.06);
}

.pitztal-accordion-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  border: 0;
  background: linear-gradient(90deg, rgba(239, 226, 213, 0.78), rgba(255, 255, 255, 0.96));
  color: var(--foreground);
  text-align: left;
  font: inherit;
  font-size: 1.22rem;
  cursor: pointer;
}

.pitztal-accordion-symbol {
  flex: 0 0 1.2rem;
  color: var(--primary);
  font-size: 1.4rem;
  line-height: 1;
}

.pitztal-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.15rem;
  transition: max-height 320ms ease, padding 320ms ease;
}

.pitztal-accordion-item.is-active .pitztal-accordion-content {
  padding: 0.4rem 1.15rem 1.15rem;
}

.pitztal-accordion-content p {
  margin-bottom: 0.9rem;
}

.pitztal-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease;
}

.pitztal-more-link .icon {
  width: 1rem;
  height: 1rem;
}

.pitztal-more-link:hover,
.pitztal-more-link:focus-visible {
  color: #5f5f57;
  transform: translateX(2px);
}

.pitztal-quote-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pitztal-quote-card {
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 5vw, 3.4rem);
  background: radial-gradient(circle at top, rgba(204, 139, 101, 0.14), transparent 58%), rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.pitztal-quote-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
}

@media (max-width: 960px) {
  .pitztal-activity-grid,
  .pitztal-activity-grid.is-reversed {
    grid-template-columns: 1fr;
  }

  .pitztal-activity-grid.is-reversed .pitztal-activity-media,
  .pitztal-activity-grid.is-reversed .pitztal-activity-copy {
    order: initial;
  }

  .pitztal-activity-image-card {
    position: static;
  }

  .pitztal-activity-image-card img {
    height: clamp(18rem, 56vw, 30rem);
  }
}

.apartment-page .section-heading {
  margin-bottom: 2.4rem;
}

.apartment-intro-heading {
  max-width: 58rem;
}

.price-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-bottom: 1.5rem;
}

.price-table {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(204, 139, 101, 0.18);
  box-shadow: var(--shadow-soft);
}

.price-table h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.price-list {
  display: grid;
  gap: 0.75rem;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(77, 58, 49, 0.1);
}

.price-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price-list strong {
  color: var(--primary);
  white-space: nowrap;
}

.apartment-notes {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  padding: 0;
  min-height: 27rem;
}

.apartment-notes p {
  margin-bottom: 0.5rem;
}

.apartment-notes p:first-child {
  margin-top: 2.2rem;
}

.apartment-notes .btn {
  margin-top: 1rem;
}

.apartment-facts-heading {
  margin-top: 0;
  margin-bottom: 2rem;
}

.apartment-facts .feature-card p {
  line-height: 1.75;
}

.apartment-facts .feature-card a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(204, 139, 101, 0.45);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.apartment-facts .feature-card a:hover,
.apartment-facts .feature-card a:focus-visible {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  padding-right: 8rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.newsletter-form button {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  height: 2.65rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.9rem;
  color: var(--white);
  background: var(--primary);
  font-weight: 700;
  cursor: pointer;
}

.footer-bottom {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.4rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fade-up {
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }

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

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .glass-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item.large {
    grid-column: span 1;
  }
}

@media (max-width: 1420px) {
  .price-board {
    grid-template-columns: 1fr;
  }

  .legal-page.legal-page-impressum,
  .legal-page.legal-page-datenschutz {
    margin-top: -4rem;
  }

  .legal-page-datenschutz .copy-panel {
    justify-items: center;
    text-align: center;
    width: min(100%, 34rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .legal-page-datenschutz .copy-panel > * {
    justify-self: center;
  }

  .legal-page-datenschutz .copy-panel p,
  .legal-page-datenschutz .copy-panel h3 {
    width: min(100%, 28rem);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-page-datenschutz .copy-panel p {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .legal-page-datenschutz .copy-panel a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .footer-brand {
    justify-self: center;
    text-align: center;
  }

  .footer-brand .brand-footer {
    justify-content: center;
  }

  .footer-contact-column {
    justify-self: center;
    width: 100%;
    max-width: 32rem;
  }

  .footer-contact p {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .stats-grid.mood-grid strong {
    font-size: 1.05rem;
  }

  .desktop-nav-centered,
  .desktop-nav {
    display: none !important;
  }

  .nav-wrap {
    position: relative;
    justify-content: center !important;
    min-height: 3.5rem;
  }

  .brand-logo-mobile {
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .brand-logo-mobile img {
    height: 52px;
    width: auto;
  }

  .mobile-toggle {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 2;
  }

  .header-art {
    display: none;
  }

  .sommer-copy {
    padding-right: 6.5rem;
  }

  .sommer-side-card {
    display: block;
    position: absolute;
    right: 1.7rem;
    top: -0.9rem;
    left: auto;
    margin-top: 0;
    width: 5.4rem;
    transform: rotate(-4deg);
    z-index: 1;
  }

  .about-showcase .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .copy-panel,
  .showcase-media,
  .showcase-media .image-card {
    min-height: auto;
  }

  .copy-panel {
    padding: 2.5rem 1.6rem;
  }

  .showcase-media .image-card {
    border-radius: 2rem;
    box-shadow: var(--shadow);
    aspect-ratio: 4 / 5;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .site-header {
    color: var(--foreground);
  }

  .site-header:not(.is-scrolled) .mobile-toggle {
    color: var(--white);
  }

  .site-header .brand {
    color: inherit;
  }

  .two-col,
  .form-grid,
  .benefit-highlights {
    grid-template-columns: 1fr;
  }

  .about-media {
    order: -1;
  }

  .floating-badge {
    right: 0.5rem;
  }

  .card-grid,
  .glass-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-contact p:last-child span {
    white-space: normal;
  }

  .footer-partners {
    width: 100%;
    margin: 1.5rem auto 0;
    justify-content: center;
    gap: 1rem;
  }

  .footer-partners-stack {
    justify-items: center;
    gap: 1rem;
  }

  .footer-partners img,
  .footer-partners .footer-partner-wide {
    width: 7rem;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .btn-outline-light {
    width: 100%;
  }


  
  .brand-logo-center {
    display: none;
  }
}

@media (max-width: 720px) {
  .mobile-break {
    display: none;
  }

  .section {
    padding: 5rem 0;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .brand {
    font-size: 1.6rem;
  }

  .hero-content {
    padding-top: 5rem;
  }

  .image-card {
    aspect-ratio: 4 / 4.6;
  }

  .floating-badge,
  .accent-box-filled,
  .accent-box-outline,
  .sommer-bg-text {
    display: none;
  }

  .feature-card,
  .glass-card,
  .form-card,
  .cta-panel {
    border-radius: 1.6rem;
  }

  .cta-panel {
    padding: 2.3rem 1.3rem;
  }

  .contact-item strong {
    font-size: 1rem;
  }

  .footer-bottom,
  .footer-bottom div {
    flex-direction: column;
    gap: 0.35rem;
  }

  .footer-contact p {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .footer-partners {
    gap: 0.8rem;
  }

  .footer-partners-stack {
    gap: 0.8rem;
  }

  .footer-partners img,
  .footer-partners .footer-partner-wide {
    width: 5.9rem;
  }
}







.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.desktop-nav-centered {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.8rem;
  width: 100%;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7.4rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(251, 244, 238, 0.2);
  border: 1px solid rgba(251, 244, 238, 0.38);
  backdrop-filter: blur(10px);
  z-index: 3;
}

.mobile-lang-switch {
  display: none;
}

.lang-switch button,
.lang-switch a {
  min-width: 2.7rem;
  padding: 0.45rem 0.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.lang-switch button:not(.is-active),
.lang-switch a:not(.is-active) {
  opacity: 0.72;
}

.lang-switch .is-active {
  background: rgba(255, 255, 255, 0.94);
  color: #4d3a31;
}

.site-header.is-scrolled .lang-switch {
  background: rgba(77, 58, 49, 0.06);
  border-color: rgba(77, 58, 49, 0.12);
}

.site-header.is-scrolled .lang-switch button,
.site-header.is-scrolled .lang-switch a {
  color: rgba(77, 58, 49, 0.78);
}

.site-header.is-scrolled .lang-switch .is-active {
  background: #cc8b65;
  color: var(--white);
}

.static-header-page .lang-switch {
  background: rgba(77, 58, 49, 0.06);
  border-color: rgba(77, 58, 49, 0.12);
}

.static-header-page .lang-switch button,
.static-header-page .lang-switch a {
  color: rgba(77, 58, 49, 0.78);
}

.static-header-page .lang-switch .is-active {
  background: #cc8b65;
  color: var(--white);
}

.nav-group-left {
  justify-content: flex-end;
}

.nav-group-right {
  justify-content: flex-start;
  padding-right: 5.4rem;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo img {
  display: block;
  height: 64px;
  width: auto;
}

.brand-logo-center img {
  height: 140px;
}

.site-header.is-scrolled .brand-logo-center img {
  height: 140px;
}

.brand-logo-mobile {
  display: none;
}

@media (max-width: 1280px) and (min-width: 961px) {
  .lang-switch {
    right: -4.6rem;
  }

  .nav-group-right {
    padding-right: 3.8rem;
  }
}

@media (max-width: 1120px) and (min-width: 961px) {
  .lang-switch {
    right: -2.2rem;
  }

  .nav-group-right {
    padding-right: 2rem;
  }

  .desktop-nav-centered {
    gap: 1.25rem;
  }
}

@media (min-width: 961px) {
  .desktop-nav-centered > .brand-logo-center {
    justify-self: center;
  }
}

.brand-footer img {
  height: 140px;
}
