/* Page Style */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/css/Roboto-Light.woff2") format("woff2"),
    url("/css/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/css/Roboto-Regular.woff2") format("woff2"),
    url("/css/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/css/Roboto-Bold.woff2") format("woff2"),
    url("/css/Roboto-Bold.woff") format("woff");
}

:root {
  --bg: #fffefb;
  --green: #5a6c43;
  --lightgreen: #edf0e7;
  --black: #171710;
  --white: #ffffff;
  --gold: #8b7449;
  --cream: #f5f1e8;
  --cream-dark: #e9e1d3;
  --line: #d9d1c4;
  --muted: #6e6a60;
  --headline-font: "Cormorant Garamond", Georgia, serif;
  --text-font: "Manrope", Arial, sans-serif;
}

/* Helper-Klassen */
.rg-1 {
  row-gap: 0.5rem;
}
.rg-2 {
  row-gap: 1rem;
}
.rg-3 {
  row-gap: 1.5rem;
}
.rg-4 {
  row-gap: 2rem;
}
.rg-5 {
  row-gap: 2.5rem;
}
.rg-6 {
  row-gap: 3rem;
}
.rg-7 {
  row-gap: 3.5rem;
}
.rg-8 {
  row-gap: 4rem;
}
.rg-9 {
  row-gap: 4.5rem;
}
.rg-10 {
  row-gap: 5rem;
}

.row-space-evenly {
  justify-content: space-evenly;
}

.dp-none {
  display: none !important;
}

/* Helper-Klassen Ende */

body {
  font-family: var(--text-font);
  background: var(--bg);
  color: var(--black);
  font-size: 1rem;
}

h1 {
  color: var(--black);
  font-family: var(--headline-font);
  font-size: 2.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h2 {
  color: var(--black);
  font-family: var(--headline-font);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

h3 {
  color: var(--black);
  font-family: var(--headline-font);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h4 {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

a {
  color: var(--black);
  transition: 0.6 all ease-in-out;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: underline;
}

form.form-horizontal label{
  padding-left: 1.6rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.navbar .logo {
  width: 350px;
  transition: all 0.5s ease-in-out;
}

.navbar.nav-bg .logo {
  width: 200px;
}
.navbar .navbar-nav .nav-item {
  padding: 0 2rem;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
}

.navbar .navbar-nav .nav-link:hover {
  text-decoration: none;
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  height: 2px;
  background: var(--bs-nav-link-color);
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.navbar .navbar-nav .nav-link.nav-active::after {
  width: 100%;
}

.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
  color: var(--black);
}

.navbar button.navbar-toggler {
  border: 0;
  font-size: 2rem;
  color: var(--black);
  outline: none !important;
}

.wrapper {
  overflow: hidden;
}

.sidenav {
  position: fixed;
  background: black;
  z-index: 1100;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100vh;
  height: 100dvh;
  transition: all 0.5s ease-in-out;
}

.sidenav.open {
  right: 0;
}

.sidenav .sidenav-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.sidenav .sidebar-logo {
  filter: brightness(0) invert(1);
  display: none;
}

.sidenav .sidebar-logo img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.sidenav .sidenav img.logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 4rem;
}

.sidenav button.sidenav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  color: white;
  font-size: 2rem;
}

.sidenav li.nav-item {
  display: flex;
  justify-content: center;
}

.sidenav .nav-link {
  color: var(--white);
  text-decoration: none !important;
  position: relative;
  font-size: 1.5rem;
}

.sidenav .nav-link:hover {
  text-decoration: none;
}

.sidenav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.sidenav .nav-link::after {
  content: "";
  height: 2px;
  background: var(--white);
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.sidenav .nav-link.nav-active::after {
  width: 100%;
}

.sidenav .nav-link:hover::after {
  width: 100%;
  color: var(--white);
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  opacity: 0.5;
  background: var(--green);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: relative;
  z-index: 10000000;
}

button.owl-prev {
  position: absolute;
  right: 58px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-next {
  position: absolute;
  right: 15px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-prev > span,
button.owl-next > span {
  font-size: 80px;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

.breadcrumbs {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 1.5rem;
  color: var(--black);
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--black);
}

.breadcrumbs a:last-of-type {
  font-weight: bold;
}

.breadcrumbs i {
  font-size: 1rem;
}
/* Footer */

.footer {
  margin-top: 20px;
  background-color: #191919;
  padding-top: 35px;
  padding-bottom: 25px;
  color: #fff;
}

.footer h2 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 300;
}

h3.footer-headline {
  color: #000000;
  font-weight: 300;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer i {
  width: 25px;
}

a.footer-news-link {
  display: block;
  border-bottom: 1px solid gray;
  padding: 6px;
  margin-bottom: 5px;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.btn.btn-main {
  font-size: 1.125rem;
  letter-spacing: 2px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  border: 2px solid var(--black);
  background: var(--white);
  color: var(--black);
  transition: all 0.5s ease-in-out;
}

.btn.btn-main:hover {
  background: var(--black);
  color: var(--white);
  text-decoration: none;
}

/* Artikel Style */

section.header {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

section.header .header-text {
  width: 100%;
  padding: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.header .video {
  aspect-ratio: 16/6;
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.std {
  margin: 3.5rem 0;
}

section.artikel-image-video {
  margin: 3.5rem 0;
}

section.artikel-image-video video.video {
  width: 100%;
  border-radius: 20px;
}

section.artikel-image-video img.image {
  width: 100%;
  border-radius: 1.15rem;
  margin: 3.5rem 0;
}

section.artikel-image-video img.slider-image {
  width: 100%;
  border-radius: 1.15rem;
}

section.artikel-image-video h2 {
  color: var(--black);
}

section.artikel-image-video a {
  color: var(--black);
}

section.shop-info {
  position: relative;
  background-color: var(--gold);
  padding: 6rem 0;
}

section.shop-info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.shop-info .info-box {
  text-align: center;
}
section.shop-info .info-box i {
  font-size: 3rem;
}

section.shop-info .info-box h3 {
  color: var(--black);
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

section.image-collage {
  margin: 3.5rem 0;
}
section.image-collage .outter-collage {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
section.image-collage .outter-collage img {
  width: 100%;
}
section.image-collage .collage-text {
  background: var(--lightgreen);
  padding: 3rem 2rem;
}

section.image-collage2 {
  margin: 3.5rem 0;
}
section.image-collage2 .outter-collage {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
.image-collage2 .collage-text {
  background: var(--lightgreen);
  padding: 2rem 2rem;
}

section.artikel-mehr-color-top.artikel-image-video{
  margin-bottom: 0;
}

section.artikel-mehr-color{
  background-color: var(--green);
  position: relative;
  padding: 5rem 0;
  text-align: center;
}


section.artikel-mehr-color::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid var(--white); /* Color of the triangle */
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

section.artikel-mehr-color.odd::before{
  border-top: 25px solid var(--white);
}

section.artikel-mehr-color .btn{
  background-color: var(--white);
  color: var(--green);
}

section.artikel-mehr-color *{
  color: var(--white);
}

section.kontakt{
  margin: 3.5rem 0;
}

section.kontakt-google {
    margin: 3.5rem 0;
}

section.kontakt-google .google-maps {
    aspect-ratio: 1/1;
}

section.kontakt-google .google-maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 1.15rem;
}

section.slider-text{
  margin: 3.5rem 0;
}


@media (max-width: 1500px) {
  .navbar .logo {
    width: 260px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 1.025rem;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.65rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .navbar .logo {
    width: 250px;
  }

  .sidenav {
    width: 100vw;
    right: -100vw;
  }
  .sidenav .sidebar-logo {
    display: block;
  }
}

body {
  background: var(--bg);
  color: var(--black);
  font-family: var(--text-font);
  line-height: 1.65;
}

h1,
h2,
h3 {
  font-family: var(--headline-font);
  color: var(--black);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(3rem, 5.2vw, 5.3rem); font-weight: 600; line-height: .95; }
h2 { font-size: clamp(2.3rem, 3.5vw, 3.8rem); font-weight: 600; line-height: 1.05; }
h3 { font-size: 1.75rem; font-weight: 600; line-height: 1.1; }

a { color: var(--black); }
a:hover { color: var(--green); }

/* Navigation */
.navbar { --bs-navbar-color: var(--black); }
.navbar .navbar-nav .nav-item { padding: 0 .65rem; }
.navbar .navbar-nav .nav-link {
  font-size: .9rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: .75rem .25rem;
}
.navbar .navbar-nav .nav-link::after { background: var(--green); }
.brand-kicker,
.brand-place {
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.brand-script {
  font-family: var(--headline-font);
  font-size: 2.35rem;
  font-style: italic;
  color: var(--gold);
  line-height: .85;
}
.brand-place { margin-top: .45rem; }

.btn-brand,
.btn-outline-brand {
  border-radius: .2rem;
  padding: .85rem 1.55rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 700;
  transition: .25s ease;
}
.btn-brand {
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
}
.btn-brand:hover { color: var(--white); background: #455433; border-color: #455433; text-decoration: none; }
.btn-outline-brand { color: var(--black); border: 1px solid #9b8f7e; background: transparent; }
.btn-outline-brand:hover { color: var(--white); background: var(--black); border-color: var(--black); text-decoration: none; }

/* Hero */
.studio-hero { background: linear-gradient(90deg, #fbfaf6 0%, #f3eee5 100%); }
.studio-hero-copy { min-height: 670px; }
.studio-hero-inner { width: min(680px, 100%); margin-left: auto; padding: 4.5rem 4.5rem 4.5rem 2rem; }
.eyebrow {
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-subtitle {
  font-family: var(--headline-font);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.15;
  margin-bottom: 1.65rem;
}
.hero-description { max-width: 570px; color: #333229; }
.studio-hero-media { min-height: 670px; }
.studio-facts { margin-top: 2rem; }
.studio-facts strong,
.studio-facts span { display: block; font-size: .76rem; }
.studio-facts span { color: var(--muted); margin-top: .25rem; }
.fact-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: .7rem;
}
.family-seal {
  position: absolute;
  right: 6%;
  bottom: 5%;
  width: 142px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white);
  background: rgba(79, 98, 57, .92);
  border: 1px solid rgba(255,255,255,.8);
  outline: 1px solid rgba(255,255,255,.35);
  outline-offset: -7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .7rem;
  font-weight: 700;
}
.family-seal i { font-size: 1.4rem; margin-bottom: .3rem; }

/* Local anchor nav */
.studio-subnav { background: rgba(255,255,255,.95); padding: 1.15rem 0; }
.studio-subnav a {
  position: relative;
  font-size: .73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .35rem 0;
}
.studio-subnav a:hover { text-decoration: none; }
.studio-subnav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.5rem;
  width: 100%;
  height: 2px;
  background: var(--green);
}

/* Overview */
.display-heading { margin-bottom: 1.25rem; }
.heading-rule { width: 32px; height: 2px; background: var(--gold); margin-bottom: 1.5rem; }
.script-note {
  font-family: var(--headline-font);
  font-size: 1.65rem;
  font-style: italic;
  color: var(--gold);
}
.overview-card {
  background: linear-gradient(135deg, #f5f0e7, #fbfaf6);
  padding: 2.4rem 2rem;
  min-height: 100%;
}
.overview-list { display: grid; gap: 1.1rem; }
.overview-list li { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: .7rem; font-size: .78rem; font-weight: 600; }
.overview-list i { color: var(--gold); font-size: 1rem; }
.room-plan { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; }
.plan-room {
  border: 2px solid #b7a997;
  background: #fffdfa;
  aspect-ratio: 1 / 1.08;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
}
.plan-room strong { font-family: var(--headline-font); font-size: 1.3rem; line-height: 1; }
.plan-room small { margin-top: .55rem; font-size: .65rem; }
.plan-connection { text-align: center; color: var(--gold); }

/* Booking cards */
.option-card { background: #fff; box-shadow: 0 12px 35px rgba(48,39,24,.06); }
.option-image-wrap { position: relative; }
.option-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.option-icon {
  position: absolute;
  left: 1.25rem;
  bottom: -25px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--white);
  font-size: 1.35rem;
  border: 4px solid rgba(255,255,255,.7);
}
.option-body { padding: 2.25rem 1.5rem 1.5rem; }
.option-body p { font-size: .83rem; color: #454238; }
.text-link { text-transform: uppercase; font-size: .7rem; letter-spacing: .08em; font-weight: 700; }
.text-link:hover { text-decoration: none; }

/* Image / CTA collage */
.studio-collage .row > div { min-height: 320px; }
.collage-panel,
.collage-contact { padding: 2.5rem; }
.collage-mountain {
  color: var(--white);
  background:
    linear-gradient(0deg, rgba(36,48,28,.72), rgba(36,48,28,.12)),
    url('/images/studio-wilder-kaiser/kaiser-panorama.jpg') center/cover no-repeat;
}
.collage-mountain h3,
.collage-mountain p { color: var(--white); }
.collage-mountain p { max-width: 270px; font-size: .82rem; }
.collage-photo { min-height: 320px; }
.collage-contact { background: linear-gradient(135deg, #fff, #f4f0e8); display: flex; flex-direction: column; justify-content: center; }
.collage-contact p { max-width: 430px; font-size: .85rem; }
.contact-phone { display: flex; align-items: center; gap: .75rem; }
.contact-phone i { font-size: 1.5rem; color: var(--green); }
.contact-phone strong,
.contact-phone span { display: block; }
.contact-phone span { color: var(--muted); font-size: .75rem; }

/* Benefits */
.benefit-item { display: flex; align-items: center; gap: .8rem; }
.benefit-item > i {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  border-radius: .55rem;
  display: grid;
  place-items: center;
  color: var(--green);
}
.benefit-item strong,
.benefit-item span { display: block; font-size: .75rem; }
.benefit-item span { color: var(--muted); margin-top: .1rem; }

@media (max-width: 1199.98px) {
  .studio-hero-inner { padding: 4rem 2rem; margin: 0; }
  .navbar .navbar-nav .nav-item { padding: 0; }
}

@media (max-width: 991.98px) {
  .studio-hero-copy,
  .studio-hero-media { min-height: auto; }
  .studio-hero-media { height: 560px; }
  .room-plan { max-width: 620px; margin-inline: auto; }
}

@media (max-width: 767.98px) {
  h1 { font-size: 3rem; }
  .studio-hero-inner { padding: 3rem 1.25rem; }
  .studio-hero-media { height: 420px; }
  .family-seal { width: 112px; font-size: .58rem; }
  .studio-subnav { overflow-x: auto; }
  .studio-subnav .d-flex { flex-wrap: nowrap !important; width: max-content; }
  .room-plan { grid-template-columns: 1fr; gap: 1rem; }
  .plan-connection { transform: rotate(90deg); }
  .plan-room { aspect-ratio: auto; min-height: 210px; }
}

.breakfast-banner {
  margin: 3.5rem 0;
}

.breakfast-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.95fr);
  min-height: 270px;
  margin: 0 1.25rem;
  overflow: hidden;
  border-radius: 1.15rem;
  background:
    linear-gradient(
      90deg,
      rgba(249, 245, 238, 0.96) 0%,
      rgba(255, 252, 247, 0.98) 100%
    );
}

.breakfast-banner__image {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

.breakfast-banner__image img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  display: block;
  object-fit: cover;
}

.breakfast-banner__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3.75rem;
}

.breakfast-banner__icon {
  flex: 0 0 auto;
  color: #b98a3e;
  font-size: 3.25rem;
  line-height: 1;
}

.breakfast-banner__text {
  max-width: 560px;
}

.breakfast-banner__text h2 {
  margin: 0 0 1rem;
  color: #29251f;
  font-family: var(--headline-font);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.breakfast-banner__text p {
  max-width: 460px;
  margin: 0;
  color: #29251f;
  font-family: var(--text-font);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .breakfast-banner__inner {
    grid-template-columns: 1fr;
    margin: 0 1rem;
  }

  .breakfast-banner__image,
  .breakfast-banner__image img {
    min-height: 360px;
  }

  .breakfast-banner__content {
    padding: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .breakfast-banner__inner {
    margin: 0 0.75rem;
  }

  .breakfast-banner__image,
  .breakfast-banner__image img {
    min-height: 240px;
  }

  .breakfast-banner__content {
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2rem 1.5rem;
  }

  .breakfast-banner__icon {
    font-size: 2.5rem;
  }

  .breakfast-banner__text h2 {
    font-size: 1.8rem;
  }
}

.direct-booking-bar {
  margin: 3.5rem 0;
}

.direct-booking-bar__inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 2.7fr) auto;
  align-items: center;
  gap: 2rem;
  min-height: 130px;
  padding: 1.2rem 2rem;
  border: 1px solid #d9cfbf;
  border-radius: 0.85rem;
  background: #fff;
}

.direct-booking-bar__headline h2 {
  margin: 0;
  color: #28231e;
  font-family: var(--headline-font);
  font-size: clamp(1.8rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1;
}

.direct-booking-bar__benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.direct-booking-bar__item {
  flex: 1 1 0;
  min-width: 110px;
  padding: 0 1rem;
  text-align: center;
  color: #25351f;
}

.direct-booking-bar__item i {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 2rem;
  line-height: 1;
  color: #4f6643;
}

.direct-booking-bar__item span {
  display: block;
  color: #24221f;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
}

.direct-booking-bar__divider {
  width: 1px;
  height: 52px;
  flex: 0 0 1px;
  background: #e5ded3;
}

.direct-booking-bar__action {
  display: flex;
  justify-content: flex-end;
}

.direct-booking-bar__button {
  padding: 0.9rem 1.6rem;
  border: 1px solid #334d2a;
  border-radius: 0.3rem;
  background: #334d2a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.direct-booking-bar__button:hover {
  background: #25391f;
  border-color: #25391f;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .direct-booking-bar__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem;
  }

  .direct-booking-bar__headline {
    text-align: center;
  }

  .direct-booking-bar__action {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .direct-booking-bar__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }

  .direct-booking-bar__item {
    min-width: 0;
    padding: 0;
  }

  .direct-booking-bar__divider {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .direct-booking-bar__benefits {
    grid-template-columns: 1fr;
  }

  .direct-booking-bar__button {
    width: 100%;
    text-align: center;
  }
}

.site-footer {
  margin-top: 3.5rem;
  padding: 1.25rem 0;
  overflow: hidden;
  border-radius: 0 0 1.25rem 1.25rem;
  background:
    linear-gradient(
      90deg,
      #2d3a27 0%,
      #36452e 45%,
      #46513b 100%
    );
  color: #f4f0e8;
}

.site-footer__inner {
  display: grid;
  grid-template-columns:
    minmax(210px, 0.85fr)
    1px
    minmax(230px, 1fr)
    1px
    minmax(220px, 0.9fr)
    1px
    minmax(330px, 1.4fr);
  align-items: center;
  gap: 2.25rem;
  max-width: 1500px;
  min-height: 135px;
  margin: 0 auto;
  padding: 0 3rem;
}

.site-footer__brand {
  text-align: center;
}

.site-footer__logo {
  display: inline-block;
  width: 100%;
  max-width: 210px;
}

.site-footer__logo img {
  width: 100%;
  height: 78px;
  display: block;
  object-fit: contain;
  filter: sepia(1) saturate(0.35) brightness(1.45);
}

.site-footer__socials {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  margin-top: 0.35rem;
}

.site-footer__socials a {
  color: #f4f0e8;
  font-size: 1.15rem;
  line-height: 1;
}

.site-footer__socials a:hover {
  color: #d6ba82;
  text-decoration: none;
}

.site-footer__divider {
  width: 1px;
  height: 82px;
  background: rgba(255, 255, 255, 0.42);
}

.site-footer__column h3 {
  margin: 0 0 0.65rem;
  color: #f4f0e8;
  font-family: var(--text-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__list {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.site-footer__list i {
  width: 1rem;
  color: #d9d3c6;
  text-align: center;
}

.site-footer a {
  color: #f4f0e8;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer__address {
  margin: 0;
  color: #f4f0e8;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.45;
}

.site-footer__family p {
  margin: 0;
  color: #f4f0e8;
  font-size: 0.9rem;
  line-height: 1.4;
}

.site-footer__signature {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.35rem;
  color: #e4dccd;
  font-family: cursive;
  font-size: 1.25rem;
  line-height: 1;
}

.site-footer__signature i {
  color: #d8d2c4;
  font-size: 1.5rem;
}

@media (max-width: 1199.98px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    padding: 1.5rem 2rem;
  }

  .site-footer__divider {
    display: none;
  }

  .site-footer__brand {
    text-align: left;
  }

  .site-footer__socials {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    border-radius: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 2rem 1.5rem;
  }

  .site-footer__brand {
    text-align: center;
  }

  .site-footer__socials {
    justify-content: center;
  }

  .site-footer__column {
    text-align: center;
  }

  .site-footer__list li {
    justify-content: center;
  }

  .site-footer__signature {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.home-hero {
  margin-bottom: 3.5rem;
}

.home-hero__inner {
  position: relative;
  min-height: 680px;
  margin: 0 0.75rem;
  overflow: hidden;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #f7f4ee;
}

.home-hero__background {
  position: absolute;
  inset: 0;
}

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

.home-hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 20%,
      rgba(255, 255, 255, 0.55) 37%,
      rgba(255, 255, 255, 0.05) 58%,
      rgba(255, 255, 255, 0) 100%
    );
}

.home-hero__curve {
  position: absolute;
  top: -6%;
  left: 24%;
  width: 28%;
  height: 118%;
  z-index: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
  filter: blur(1px);
}

.home-hero__curve::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    );
}

.home-hero__content {
  position: relative;
  z-index: 2;
  width: min(600px, 47%);
  padding: 2.5rem 0 8rem 5.5rem;
}

.home-hero__eyebrow {
  display: block;
  margin-bottom: 3rem;
  color: #5e5a50;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-hero__content h1 {
  margin: 0 0 1.4rem;
  color: #24211d;
  font-family: var(--headline-font);
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
}

.home-hero__content p {
  max-width: 470px;
  margin: 0 0 1.5rem;
  color: #292621;
  font-size: 1rem;
  line-height: 1.55;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.35rem;
  border-radius: 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.home-hero__button--primary {
  border: 1px solid #304d2a;
  background: #304d2a;
  color: #fff;
}

.home-hero__button--primary:hover {
  border-color: #243c20;
  background: #243c20;
  color: #fff;
  text-decoration: none;
}

.home-hero__button--outline {
  border: 1px solid #8f8a7d;
  background: rgba(255, 255, 255, 0.8);
  color: #292621;
}

.home-hero__button--outline:hover {
  border-color: #304d2a;
  background: #fff;
  color: #304d2a;
  text-decoration: none;
}

.home-hero__button--gold {
  border: 1px solid #c49a54;
  background: #c49a54;
  color: #fff;
}

.home-hero__button--gold:hover {
  border-color: #ab8242;
  background: #ab8242;
  color: #fff;
  text-decoration: none;
}

.home-hero__features {
  position: absolute;
  bottom: 1.5rem;
  left: 5.5rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.home-hero__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(123, 116, 103, 0.25);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.84);
  color: #49463f;
  font-size: 0.76rem;
  font-weight: 500;
  backdrop-filter: blur(6px);
}

.home-hero__feature i {
  color: #49633e;
  font-size: 0.82rem;
}

@media (max-width: 1199.98px) {
  .home-hero__inner {
    min-height: 620px;
  }

  .home-hero__content {
    width: 57%;
    padding-left: 3.5rem;
  }

  .home-hero__features {
    left: 3.5rem;
  }

  .home-hero__curve {
    left: 30%;
    width: 36%;
  }
}

@media (max-width: 991.98px) {
  .home-hero__inner {
    min-height: auto;
    padding-top: 420px;
  }

  .home-hero__background {
    height: 420px;
  }

  .home-hero__background::after {
    background:
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.55) 35%,
        rgba(255, 255, 255, 0) 70%
      );
  }

  .home-hero__curve {
    top: 330px;
    left: -10%;
    width: 120%;
    height: 180px;
    border-radius: 50% 50% 0 0;
    transform: none;
  }

  .home-hero__content {
    width: 100%;
    padding: 2.5rem 2.5rem 8rem;
    background: #fff;
  }

  .home-hero__eyebrow {
    margin-bottom: 1.5rem;
  }

  .home-hero__content p {
    max-width: 600px;
  }

  .home-hero__features {
    right: 2.5rem;
    bottom: 1.5rem;
    left: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .home-hero__inner {
    margin: 0;
    padding-top: 290px;
    border-radius: 0;
  }

  .home-hero__background {
    height: 290px;
  }

  .home-hero__curve {
    top: 235px;
    height: 100px;
  }

  .home-hero__content {
    padding: 1.75rem 1.25rem 2rem;
  }

  .home-hero__content h1 {
    font-size: 2.25rem;
  }

  .home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero__button {
    width: 100%;
  }

  .home-hero__features {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 1.25rem 1.5rem;
    background: #fff;
  }

  .home-hero__feature {
    flex: 1 1 calc(50% - 0.6rem);
    justify-content: center;
  }
}