@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfairdisplay-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2147483642;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(249, 249, 249, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.site-header.scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.site-header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.site-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .logo img {
  display: block;
  max-height: 70px;
  max-width: 280px;
  width: auto;
}
.site-header .logo .site-title {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.1rem;
  color: #333333;
  text-decoration: none;
}
.site-header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-left: 2.5rem;
}
.site-header .header-actions .header-actions__contact {
  white-space: nowrap;
  padding: 0.65rem 1.5rem;
}
.site-header .header-actions .header-cta-button {
  padding: 0.75rem 1.75rem;
  font-size: 0.95rem;
  white-space: nowrap;
  -webkit-box-shadow: 0 10px 24px rgba(175, 151, 120, 0.18);
          box-shadow: 0 10px 24px rgba(175, 151, 120, 0.18);
}
.site-header .header-actions .header-cta-button:hover {
  -webkit-box-shadow: 0 18px 32px rgba(175, 151, 120, 0.25);
          box-shadow: 0 18px 32px rgba(175, 151, 120, 0.25);
}

.hero {
  background-color: #1f1b16;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 90px;
}
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero .container {
    min-height: 50vh;
  }
}
@media (max-width: 680px) {
  .hero .container {
    min-height: 45vh;
  }
}

.services-section {
  padding: 5rem 0;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title h2 {
  font-size: 2.25rem;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212121;
}
.section-title p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  color: #5d4037;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.footer-main {
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.5) 0%, rgba(93, 64, 55, 0.05) 100%);
  color: rgba(33, 33, 33, 0.8);
  position: relative;
  overflow: hidden;
  padding: 0rem 0 0rem;
}
.footer-main::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(175, 151, 120, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.footer-main::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(93, 64, 55, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.footer-main .container {
  position: relative;
  z-index: 1;
}
.footer-main a {
  color: rgba(33, 33, 33, 0.85);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-main a:hover {
  color: #AF9778;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-column h4,
.footer-column h5 {
  color: #212121;
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer-column h4::after,
.footer-column h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#AF9778), to(transparent));
  background: linear-gradient(90deg, #AF9778, transparent);
  border-radius: 2px;
}
.footer-column p {
  line-height: 1.7;
  margin-bottom: 1.25rem;
  color: rgba(33, 33, 33, 0.75);
  text-align: center;
}
.footer-column ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 100%;
  text-align: center;
}
.footer-column ul li {
  width: 100%;
  text-align: center;
}
.footer-column ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 100%;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-column ul li a::before {
  content: "›";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-column ul li a:hover::before {
  opacity: 1;
}

.footer-column--brand p {
  font-size: 0.9rem;
}

.footer-bottom {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.25) 0%, rgba(93, 64, 55, 0.03) 100%);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(33, 33, 33, 0.65);
  border-top: 1px solid rgba(175, 151, 120, 0.2);
}
.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: #AF9778;
  text-decoration: none;
  font-weight: 500;
}
.footer-bottom a:hover {
  color: rgb(153.2093023256, 125.9720930233, 90.7906976744);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-main {
    padding: 3rem 0 1.5rem;
  }
}
main > *:last-child {
  margin-bottom: 0;
}

.site-footer {
  margin-top: 0;
}

@media (max-width: 900px) {
  .site-header {
    height: 80px;
  }
  .hero {
    padding-top: 80px;
  }
  .header__inner {
    gap: 1.25rem;
  }
  .header-actions {
    display: none;
  }
  .mobile-nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(33, 33, 33, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2147483645;
}

.nav-open {
  overflow: hidden;
}

.nav-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.main-nav .main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.main-nav .main-nav__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-left: 3rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.main-nav .main-nav__cta {
  display: none;
}
.main-nav a {
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5rem;
  font-family: "Montserrat", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #333333;
}
.site-header.scrolled .main-nav a {
  color: #333333;
}
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #AF9778;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-nav a:hover::after, .main-nav a.active::after {
  width: 100%;
}

.hero__eyebrow {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  display: block;
}

.hero__title {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 4.5rem;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 2rem;
  font-weight: 400;
  text-shadow: 0 4px 30px rgba(33, 33, 33, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.hero__title-line {
  display: block;
}
.hero__title-line--highlight {
  color: #D4C4A8;
  font-size: 1.15em;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(33, 33, 33, 0.5), 0 0 25px rgba(212, 196, 168, 0.4);
}

.hero__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .hero__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .hero__eyebrow {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .hero__title {
    font-size: 2.5rem;
  }
  .hero__subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-hero--align-left .page-hero__grid,
.page-hero--align-left .page-hero__content {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.page-hero--align-right .page-hero__grid,
.page-hero--align-right .page-hero__content {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right !important;
}

/* soft offset helpers (adds horizontal breathing room) */
.page-hero--offset-left .page-hero__grid {
  padding-left: 6rem;
  padding-right: 1rem;
}

.page-hero--offset-right .page-hero__grid {
  padding-right: 6rem;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .page-hero--offset-left .page-hero__grid,
  .page-hero--offset-right .page-hero__grid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.social-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  line-height: 1;
  color: #5d4037;
  background: rgba(93, 64, 55, 0.08);
  border: 1px solid rgba(93, 64, 55, 0.18);
  -webkit-box-shadow: 0 10px 24px rgba(93, 64, 55, 0.12);
          box-shadow: 0 10px 24px rgba(93, 64, 55, 0.12);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.social-link svg {
  width: 20px;
  height: 20px;
  display: block;
}
.social-link:hover {
  background-color: #AF9778;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(175, 151, 120, 0.25);
          box-shadow: 0 14px 28px rgba(175, 151, 120, 0.25);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.social-link--instagram:hover {
  background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCAF45 100%);
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(131, 58, 180, 0.35);
          box-shadow: 0 12px 24px rgba(131, 58, 180, 0.35);
}
.social-link--facebook:hover {
  background-color: #1877F2;
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(24, 119, 242, 0.35);
          box-shadow: 0 12px 24px rgba(24, 119, 242, 0.35);
}
.social-link--whatsapp:hover {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
          box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
}
.social-link--email:hover {
  background-color: #5d4037;
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(93, 64, 55, 0.35);
          box-shadow: 0 12px 24px rgba(93, 64, 55, 0.35);
}

.header-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header-social .social-link {
  background: rgba(93, 64, 55, 0.12);
  border-color: rgba(93, 64, 55, 0.25);
  color: #5d4037;
}
.header-social .social-link:hover {
  background: #ffffff;
  color: #5d4037;
  -webkit-box-shadow: 0 12px 24px rgba(33, 33, 33, 0.15);
          box-shadow: 0 12px 24px rgba(33, 33, 33, 0.15);
}

.site-header.scrolled .header-social .social-link {
  background: rgba(175, 151, 120, 0.18);
  border-color: rgba(175, 151, 120, 0.35);
  color: #5d4037;
}
.site-header.scrolled .header-social .social-link:hover {
  background: #AF9778;
  color: #ffffff;
}

.main-nav__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-left: 2.5rem;
}

.main-nav__social--desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-nav__social--mobile {
  display: none;
}

.footer-social {
  display: grid;
  gap: 0.75rem;
  color: rgba(33, 33, 33, 0.8);
  justify-items: center;
  text-align: center;
}
.footer-social__label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #AF9778;
  font-weight: 600;
}
.footer-social__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social .social-link {
  background: rgba(175, 151, 120, 0.08);
  border-color: rgba(175, 151, 120, 0.25);
  color: #AF9778;
}
.footer-social .social-link:hover {
  background-color: #AF9778;
  color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(175, 151, 120, 0.25);
          box-shadow: 0 12px 24px rgba(175, 151, 120, 0.25);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer-social .social-link.social-link--instagram:hover {
  background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCAF45 100%);
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(131, 58, 180, 0.35);
          box-shadow: 0 12px 24px rgba(131, 58, 180, 0.35);
}
.footer-social .social-link.social-link--facebook:hover {
  background-color: #1877F2;
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(24, 119, 242, 0.35);
          box-shadow: 0 12px 24px rgba(24, 119, 242, 0.35);
}
.footer-social .social-link.social-link--whatsapp:hover {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
          box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Montserrat", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.button .button-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.button.button-primary {
  background-color: rgb(137.1976744186, 112.8069767442, 81.3023255814);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 15px rgba(159.6139534884, 131.2381395349, 94.5860465116, 0.15);
          box-shadow: 0 4px 15px rgba(159.6139534884, 131.2381395349, 94.5860465116, 0.15);
}
.button.button-primary:hover {
  background-color: rgb(146.8046511628, 120.7060465116, 86.9953488372);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.button.button-whatsapp {
  background: linear-gradient(135deg, #178640 0%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 15px rgba(37, 211, 102, 0.15);
          box-shadow: 0 4px 15px rgba(37, 211, 102, 0.15);
}
.button.button-whatsapp:hover {
  background: linear-gradient(135deg, #25D366 12%);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
          box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}
.button.button-secondary {
  background-color: rgba(175, 151, 120, 0.12);
  color: #5d4037;
  border-color: rgba(175, 151, 120, 0.3);
}
.button.button-secondary:hover {
  -webkit-box-shadow: 0 12px 26px rgba(175, 151, 120, 0.2);
          box-shadow: 0 12px 26px rgba(175, 151, 120, 0.2);
  border-color: rgba(175, 151, 120, 0.5);
}
.button.button-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}
.button.button-outline:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.button.button-large {
  padding: 1.1rem 2.25rem;
  font-size: 1.05rem;
}
.button.button-disabled {
  background-color: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.button.button-disabled:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-card {
  background-color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #E6E6E6;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.service-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}
.service-card .material-symbols-outlined {
  font-size: 48px;
  color: #AF9778;
  margin-bottom: 1.5rem;
}
.service-card h3 {
  font-size: 1.4rem;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  margin-bottom: 1rem;
  color: #212121;
}
.service-card p {
  line-height: 1.7;
  color: #5d4037;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2147483647;
  padding: 0;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
.mobile-nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background-color: rgba(33, 33, 33, 0.85);
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: calc(80px + 2rem) 2.25rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: right 0.4s ease, opacity 0.3s ease;
    transition: right 0.4s ease, opacity 0.3s ease;
    z-index: 2147483646;
    -webkit-box-shadow: -20px 0 45px rgba(93, 64, 55, 0.08);
            box-shadow: -20px 0 45px rgba(93, 64, 55, 0.08);
  }
  .main-nav.is-open {
    right: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .main-nav .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .main-nav .main-nav__list a {
    font-size: 1.1rem;
  }
  .main-nav__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
  .main-nav__social .social-link {
    padding-bottom: 0;
  }
  .main-nav__social--desktop {
    display: none;
  }
  .main-nav__social--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mobile-nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0.5rem;
    right: clamp(1rem, 4vw, 1.75rem);
    z-index: 2147483647 !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-nav-toggle span {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2.5px;
    border-radius: 999px;
    background-color: #AF9778;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mobile-nav-toggle span:nth-child(1) {
    top: calc(50% - 8px);
  }
  .mobile-nav-toggle span:nth-child(2) {
    top: 50%;
  }
  .mobile-nav-toggle span:nth-child(3) {
    top: calc(50% + 8px);
  }
  .mobile-nav-toggle.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .mobile-nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-toggle.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  .mobile-nav-toggle.is-active span {
    background-color: #AF9778;
  }
}
.hero-home {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(90px + 3rem) 0 4rem;
}
.hero-home .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-home .hero__media picture,
.hero-home .hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-home .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-home .hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.88) 0%, rgba(175, 151, 120, 0.35) 60%, rgba(12, 10, 8, 0.65) 100%), radial-gradient(circle at 30% 50%, rgba(175, 151, 120, 0.15), transparent 70%);
  mix-blend-mode: multiply;
}
.hero-home .container {
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.hero-home .hero__content {
  max-width: 640px;
  margin-left: auto;
  margin-right: clamp(0.75rem, 3vw, 2.5rem);
  padding-right: clamp(0.75rem, 2.5vw, 2rem);
  padding-left: clamp(0.5rem, 1.5vw, 1.25rem);
  text-align: right;
  color: #ffffff;
}
.hero-home .hero__cta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-home .hero__subtitle {
  white-space: nowrap;
  display: inline-block;
  width: auto;
}
@media (max-width: 1024px) {
  .hero-home .hero__subtitle {
    white-space: normal;
    display: block;
  }
}

.services-section {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, rgba(175, 151, 120, 0.02)), to(#fff));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.02) 50%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(175, 151, 120, 0.12) 2px, transparent 2px);
  background-size: 25px 25px;
  -webkit-animation: float 20s ease-in-out infinite;
          animation: float 20s ease-in-out infinite;
}
.services-section::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 3%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 64, 55, 0.08) 0%, transparent 70%);
  animation: float 25s ease-in-out infinite reverse;
}
.services-section .section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
  position: relative;
}
.services-section .section-heading::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#AF9778), to(transparent));
  background: linear-gradient(90deg, transparent, #AF9778, transparent);
  border-radius: 2px;
}
.services-section .section-heading .eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #AF9778;
  margin-bottom: 0.75rem;
}
.services-section .section-heading h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #212121;
}
.services-section .section-heading p {
  font-size: 1.125rem;
  color: #545454;
  line-height: 1.7;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}
.services-list {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}

.service-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.service-item__decoration {
  position: absolute;
  z-index: 0;
  opacity: 0.08;
  pointer-events: none;
}
.service-item__decoration--circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, #AF9778, transparent 70%);
  top: -100px;
  left: -120px;
}
.service-item__decoration--line {
  width: 250px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#AF9778), to(transparent));
  background: linear-gradient(90deg, transparent, #AF9778, transparent);
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}
.service-item__decoration--dots {
  width: 200px;
  height: 200px;
  background-image: radial-gradient(#AF9778 2px, transparent 2px);
  background-size: 20px 20px;
  bottom: -70px;
  right: -50px;
}
.service-item__decoration--triangle {
  width: 0;
  height: 0;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-bottom: 310px solid #AF9778;
  top: -120px;
  right: -100px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.service-item__decoration--waves {
  width: 300px;
  height: 120px;
  background: radial-gradient(ellipse at center, transparent 40%, #AF9778 40%, #AF9778 45%, transparent 45%), radial-gradient(ellipse at center, transparent 40%, #AF9778 40%, #AF9778 45%, transparent 45%);
  background-size: 60px 40px;
  background-position: 0 0, 30px 20px;
  bottom: -40px;
  left: -80px;
}
.service-item__content {
  position: relative;
  z-index: 2;
}
.service-item__content h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #212121;
  line-height: 1.3;
}
.service-item__content h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#AF9778), to(rgb(203.4651162791, 188.0046511628, 168.0348837209)));
  background: linear-gradient(90deg, #AF9778, rgb(203.4651162791, 188.0046511628, 168.0348837209));
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.service-item__content p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgb(71.25, 71.25, 71.25);
  margin-bottom: 2rem;
}
.service-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #AF9778;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item__link:hover {
  color: rgb(153.2093023256, 125.9720930233, 90.7906976744);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.service-item__image {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  -webkit-box-shadow: 0 20px 60px rgba(33, 33, 33, 0.12), 0 8px 24px rgba(33, 33, 33, 0.08);
          box-shadow: 0 20px 60px rgba(33, 33, 33, 0.12), 0 8px 24px rgba(33, 33, 33, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-item__image:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 28px 80px rgba(33, 33, 33, 0.18), 0 12px 32px rgba(33, 33, 33, 0.12);
          box-shadow: 0 28px 80px rgba(33, 33, 33, 0.18), 0 12px 32px rgba(33, 33, 33, 0.12);
}
.service-item__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-item__image:hover .service-item__image-overlay {
  opacity: 0.3;
}
.service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-item__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(222.4418604651, 212.6744186047, 200.0581395349) 0%, rgb(231.9302325581, 225.0093023256, 216.0697674419) 50%, rgb(228.1348837209, 220.0753488372, 209.6651162791) 100%);
  z-index: -1;
}
.service-item__image::after {
  content: "Bild einf├╝gen";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(175, 151, 120, 0.4);
  text-align: center;
  z-index: -1;
  pointer-events: none;
}
.service-item__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.5), rgba(93, 64, 55, 0.4));
  opacity: 0.15;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.service-item--right .service-item__content {
  grid-column: 1;
  padding-right: 2rem;
}
.service-item--right .service-item__image {
  grid-column: 2;
}
.service-item--left .service-item__image {
  grid-column: 1;
}
.service-item--left .service-item__content {
  grid-column: 2;
  padding-left: 2rem;
}

@media (max-width: 1024px) {
  .hero-home {
    padding: calc(90px + 2.5rem) 0 3.5rem;
    min-height: 75vh;
  }
  .hero-home .hero__title {
    font-size: 3.5rem;
  }
  .services-list {
    gap: 6rem;
  }
  .service-item {
    gap: 3rem;
  }
  .service-item__content h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .hero-home {
    padding: calc(80px + 2rem) 0 3rem;
    min-height: auto;
  }
  .hero-home .hero__content {
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
  }
  .hero-home .hero__eyebrow {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }
  .hero-home .hero__title {
    font-size: 2.5rem;
  }
  .hero-home .hero__subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .hero-home .hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services-section {
    padding: 3rem 0;
  }
  .services-section .section-heading {
    margin-bottom: 3rem;
  }
  .services-list {
    gap: 4rem;
  }
  .service-item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-item--right .service-item__image, .service-item--left .service-item__image {
    grid-column: 1;
    grid-row: 1;
  }
  .service-item--right .service-item__content, .service-item--left .service-item__content {
    grid-column: 1;
    grid-row: 2;
    padding: 0 !important;
  }
  .service-item__content h3 {
    font-size: 1.5rem;
  }
  .service-item__content p {
    font-size: 1rem;
  }
  .service-item__image {
    aspect-ratio: 16/10;
  }
  .service-item__decoration {
    display: none;
  }
}
.testimonials-section {
  padding: 6rem 0 8rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.testimonials-section::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -50px;
  width: 250px;
  height: 250px;
  border: 3px solid rgba(175, 151, 120, 0.12);
  border-radius: 50%;
  -webkit-animation: float 30s ease-in-out infinite;
          animation: float 30s ease-in-out infinite;
}
.testimonials-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -80px;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 35s ease-in-out infinite reverse;
}
.testimonials-section .section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 1;
}
.testimonials-section .section-heading::before {
  content: "★ ★ ★ ★ ★";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  color: rgba(175, 151, 120, 0.3);
  letter-spacing: 1rem;
}
.testimonials-section .section-heading .eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #AF9778;
  margin-bottom: 0.75rem;
}
.testimonials-section .section-heading h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #212121;
}
.testimonials-section .section-heading p {
  font-size: 1.125rem;
  color: #545454;
  line-height: 1.7;
}

.testimonials-carousel {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .testimonials-carousel {
    padding-left: clamp(3rem, 5vw, 4.75rem);
    padding-right: clamp(3rem, 5vw, 4.75rem);
  }
}

.testimonials-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--carousel-gap, 2rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  padding-left: var(--pad-left, 0px);
  padding-right: var(--pad-right, 0px);
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  padding: 1.75rem;
  border-radius: 16px;
  border: 1px solid rgba(33, 33, 33, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.testimonial-card:hover {
  border-color: rgba(175, 151, 120, 0.2);
  -webkit-box-shadow: 0 8px 30px rgba(33, 33, 33, 0.08);
          box-shadow: 0 8px 30px rgba(33, 33, 33, 0.08);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.testimonial-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.testimonial-card__rating svg {
  width: 16px;
  height: 16px;
  color: #AF9778;
}
.testimonial-card__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #212121;
  margin-bottom: 1.25rem;
  font-style: italic;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial-card__author {
  padding-top: 1rem;
  border-top: 1px solid rgba(33, 33, 33, 0.08);
  margin-top: auto;
}
.testimonial-card__author strong {
  display: block;
  font-size: 0.9375rem;
  color: #212121;
  margin-bottom: 0.25rem;
}
.testimonial-card__author span {
  font-size: 0.8125rem;
  color: rgb(109.5, 109.5, 109.5);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(175, 151, 120, 0.95);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.carousel-btn svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.carousel-btn:hover {
  background: rgb(159.6139534884, 131.2381395349, 94.5860465116);
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 4px 20px rgba(175, 151, 120, 0.4);
          box-shadow: 0 4px 20px rgba(175, 151, 120, 0.4);
}
.carousel-btn:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
.carousel-btn--prev {
  left: 0;
}
.carousel-btn--next {
  right: 0;
}
.carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.carousel-btn:disabled:hover {
  background: rgba(175, 151, 120, 0.95);
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.carousel-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(175, 151, 120, 0.25);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.carousel-dots button.active {
  background: #AF9778;
  width: 32px;
  border-radius: 5px;
}
.carousel-dots button:hover:not(.active) {
  background: rgba(175, 151, 120, 0.5);
}

.cta-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.05) 0%, rgba(175, 151, 120, 0.05) 100%);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(175, 151, 120, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  -webkit-animation: float 40s ease-in-out infinite;
          animation: float 40s ease-in-out infinite;
}
.cta-section::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(93, 64, 55, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 45s ease-in-out infinite reverse;
}
.cta-section .container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border: 2px solid rgba(175, 151, 120, 0.15);
  border-radius: 50%;
}
.cta-section .container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(175, 151, 120, 0.15) 2px, transparent 2px);
  background-size: 20px 20px;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-content h2 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 400;
  color: #212121;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}
.cta-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(33, 33, 33, 0.75);
  margin: 0 0 2.5rem;
}

.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .testimonial-card {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: clamp(1.4rem, 4vw, 1.75rem);
    -webkit-box-shadow: 0 18px 35px rgba(93, 64, 55, 0.08);
            box-shadow: 0 18px 35px rgba(93, 64, 55, 0.08);
    border-radius: 18px;
  }
  .testimonial-card__text {
    font-size: 1rem;
    line-height: 1.75;
  }
  .testimonial-card__author strong {
    font-size: 1rem;
  }
  .testimonials-track {
    gap: 1.25rem;
  }
  .testimonials-carousel {
    padding-bottom: 5rem;
  }
  .carousel-btn {
    width: 36px;
    height: 36px;
    bottom: 1.5rem;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgba(175, 151, 120, 0.9);
  }
  .carousel-btn svg {
    width: 18px;
    height: 18px;
  }
  .carousel-btn--prev {
    left: 1rem;
  }
  .carousel-btn--next {
    right: 1rem;
  }
  .cta-content h2 {
    font-size: 2rem;
  }
  .cta-content p {
    font-size: 1rem;
  }
  .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: rgba(93, 64, 55, 0.7);
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: rgba(93, 64, 55, 0.35);
}

.lead {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(93, 64, 55, 0.9);
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
.section-heading h2 {
  font-size: 2.4rem;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  margin-bottom: 1rem;
  color: #212121;
}
.section-heading p {
  margin: 0;
  line-height: 1.8;
  color: rgba(93, 64, 55, 0.9);
}

.brand-pillars {
  padding: 5rem 0 5.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), color-stop(65%, #fff), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #fff 65%, rgba(175, 151, 120, 0.05));
}
.brand-pillars .pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.brand-pillars .pillar-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 2.25rem;
  border: 1px solid rgba(175, 151, 120, 0.18);
  -webkit-box-shadow: 0 22px 55px rgba(93, 64, 55, 0.08);
          box-shadow: 0 22px 55px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 1.4rem;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.brand-pillars .pillar-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 30px 70px rgba(93, 64, 55, 0.12);
          box-shadow: 0 30px 70px rgba(93, 64, 55, 0.12);
}
.brand-pillars .pillar-card h3 {
  font-size: 1.45rem;
  margin: 0;
  color: #212121;
}
.brand-pillars .pillar-card p {
  margin: 0;
  line-height: 1.75;
  color: rgba(93, 64, 55, 0.85);
}
.brand-pillars .pillar-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.brand-pillars .pillar-points li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(93, 64, 55, 0.88);
}
.brand-pillars .pillar-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #AF9778;
  -webkit-box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.12);
          box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.12);
}

.experience-section {
  padding: 5rem 0;
  background: #f7f4ef;
}
.experience-section .experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experience-section .experience-text h2 {
  margin-bottom: 1.5rem;
}
.experience-section .experience-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.75rem;
}
.experience-section .experience-steps li {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 2rem;
  border: 1px solid rgba(175, 151, 120, 0.18);
  -webkit-box-shadow: 0 20px 45px rgba(93, 64, 55, 0.08);
          box-shadow: 0 20px 45px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 0.75rem;
}
.experience-section .experience-steps h3 {
  margin: 0;
  font-size: 1.3rem;
  color: #212121;
}
.experience-section .experience-steps p {
  margin: 0;
  line-height: 1.75;
  color: rgba(93, 64, 55, 0.86);
}
.experience-section .step-number {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(93, 64, 55, 0.65);
}
@media (max-width: 900px) {
  .experience-section .experience-grid {
    grid-template-columns: 1fr;
  }
}

.home-formats {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 244, 239, 0.75)), to(#ffffff));
  background: linear-gradient(180deg, rgba(247, 244, 239, 0.75), #ffffff);
}
.home-formats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.home-format-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 2.5rem 2.25rem;
  border: 1px solid rgba(175, 151, 120, 0.18);
  -webkit-box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
          box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 1.5rem;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.home-format-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 26px 60px rgba(93, 64, 55, 0.12);
          box-shadow: 0 26px 60px rgba(93, 64, 55, 0.12);
}

.home-format-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #5d4037;
  background: rgba(175, 151, 120, 0.18);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
}

.home-format-card h3 {
  margin: 0;
  font-size: 1.55rem;
  color: #212121;
}

.home-format-card p {
  margin: 0;
  line-height: 1.75;
  color: rgba(93, 64, 55, 0.86);
}

.home-format-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.home-format-card__list li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(93, 64, 55, 0.85);
}

.home-format-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #AF9778;
  -webkit-box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.16);
          box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.16);
}

.home-format-card--featured {
  background: linear-gradient(135deg, #5d4037, rgb(193.976744186, 175.6697674419, 152.023255814));
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 28px 65px rgba(93, 64, 55, 0.25);
          box-shadow: 0 28px 65px rgba(93, 64, 55, 0.25);
}

.home-format-card--featured p,
.home-format-card--featured .home-format-card__list li {
  color: rgba(255, 255, 255, 0.92);
}

.home-format-card--featured .home-format-card__tag {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.home-format-card--featured .home-format-card__list li::before {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.home-stats {
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.12), rgba(255, 255, 255, 0.95));
}
.home-stats__inner {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-stats__intro p {
  margin-bottom: 0;
  line-height: 1.8;
  color: rgba(93, 64, 55, 0.82);
}
.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.5rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 1.9rem 1.75rem;
  border: 1px solid rgba(175, 151, 120, 0.22);
  -webkit-box-shadow: 0 22px 48px rgba(93, 64, 55, 0.1);
          box-shadow: 0 22px 48px rgba(93, 64, 55, 0.1);
  display: grid;
  gap: 0.75rem;
}
.stat-card__value {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 2.4rem;
  margin: 0;
  color: #5d4037;
}
.stat-card__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: rgba(93, 64, 55, 0.6);
}
.stat-card p {
  margin: 0;
  line-height: 1.6;
  color: rgba(93, 64, 55, 0.82);
}

.home-testimonials {
  background: #f8f5f0;
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 2.2rem 2.1rem;
  border: 1px solid rgba(175, 151, 120, 0.16);
  -webkit-box-shadow: 0 22px 55px rgba(93, 64, 55, 0.08);
          box-shadow: 0 22px 55px rgba(93, 64, 55, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 1.4rem;
}
.testimonial-card__quote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(33, 33, 33, 0.92);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial-card__meta {
  display: grid;
  gap: 0.2rem;
}
.testimonial-card__name {
  font-weight: 600;
  color: #5d4037;
}
.testimonial-card__role {
  font-size: 0.9rem;
  color: rgba(93, 64, 55, 0.7);
}
.testimonial-card--highlight {
  background: linear-gradient(135deg, #5d4037, #AF9778);
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 28px 60px rgba(93, 64, 55, 0.2);
          box-shadow: 0 28px 60px rgba(93, 64, 55, 0.2);
}
.testimonial-card--highlight .testimonial-card__quote {
  color: rgba(255, 255, 255, 0.95);
}
.testimonial-card--highlight .testimonial-card__name {
  color: #ffffff;
}
.testimonial-card--highlight .testimonial-card__role {
  color: rgba(255, 255, 255, 0.75);
}

.home-testimonials__cta {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-gallery-preview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-gallery-preview__header p {
  max-width: 520px;
  line-height: 1.8;
  color: rgba(93, 64, 55, 0.82);
}
.home-gallery-preview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-gallery-preview__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.gallery-preview-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  aspect-ratio: 4/3;
}
.gallery-preview-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.gallery-preview-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-preview-card figcaption {
  margin: 0;
  padding: 1.2rem 1.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.95rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}
.gallery-preview-card--wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
.gallery-preview-card--tall {
  aspect-ratio: 3/4;
}

@media (max-width: 1024px) {
  .home-stats__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-stats__grid {
    justify-items: center;
  }
  .home-gallery-preview__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .home-format-card {
    padding: 2.1rem 1.9rem;
  }
  .home-testimonials__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-gallery-preview__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  .home-gallery-preview__grid {
    grid-template-columns: 1fr;
  }
  .gallery-preview-card--wide,
  .gallery-preview-card--tall {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
}
.cta-strip {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, rgb(118.6378378378, 81.6432432432, 70.1621621622), rgb(67.3621621622, 46.3567567568, 39.8378378378));
  color: #ffffff;
}
.cta-strip .cta-strip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta-strip .cta-strip__text {
  max-width: 520px;
}
.cta-strip .cta-strip__text h2 {
  margin: 0 0 0.75rem;
  font-size: 2.2rem;
}
.cta-strip .cta-strip__text p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.cta-strip .cta-strip__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-strip {
    text-align: center;
  }
  .cta-strip .cta-strip__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-strip .cta-strip__text {
    max-width: none;
  }
}

.page-hero--workshops {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.5) 0%, rgba(93, 64, 55, 0.4) 45%, rgba(175, 151, 120, 0.3) 100%), url("../../images/hero-main-workshop-1280w.webp");
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(90px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero--workshops::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(175, 151, 120, 0.2), transparent 60%);
  pointer-events: none;
}
.page-hero--workshops .page-hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: min(90vw, 1600px);
  margin-left: auto;
  margin-right: auto;
  position: center;
  z-index: 1;
}
.page-hero--workshops .page-hero__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.page-hero--workshops .page-hero__content .hero__title {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .page-hero--workshops .page-hero__content .hero__title {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--workshops .page-hero__content .hero__title .hero__title-line {
  display: inline;
}
.page-hero--workshops .page-hero__content h1 {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--workshops .page-hero__content h1 {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--workshops .page-hero__content .lead {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  display: inline-block;
  white-space: nowrap;
}
.page-hero--workshops .page-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-hero--workshops .page-hero__actions .button {
  -webkit-box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
          box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
}

.workshops-overview {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.03)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.03) 100%);
}
.workshops-overview .section-heading h2 {
  color: #212121;
}
.workshops-overview .section-heading p {
  color: rgba(33, 33, 33, 0.75);
}

.workshop-content {
  max-width: 1000px;
  margin: 0 auto;
}

.workshop-description h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #212121;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  text-align: center;
}
.workshop-description > p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(33, 33, 33, 0.8);
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.workshop-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}

.highlight-item {
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(175, 151, 120, 0.12);
  -webkit-box-shadow: 0 8px 30px rgba(33, 33, 33, 0.05);
          box-shadow: 0 8px 30px rgba(33, 33, 33, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.highlight-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 40px rgba(33, 33, 33, 0.1);
          box-shadow: 0 12px 40px rgba(33, 33, 33, 0.1);
  border-color: rgba(175, 151, 120, 0.25);
}
.highlight-item h4 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: #212121;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.highlight-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(33, 33, 33, 0.75);
  margin: 0;
}

.workshops-termine {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 151, 120, 0.03)), to(#fff));
  background: linear-gradient(180deg, rgba(175, 151, 120, 0.03) 0%, #fff 100%);
}

.termine-info {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(175, 151, 120, 0.15);
}
.termine-info p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(33, 33, 33, 0.75);
  margin-bottom: 2rem;
}

.termine-nach-monat {
  display: grid;
  gap: 4rem;
}

.monat-gruppe .monat-titel {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: #212121;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(175, 151, 120, 0.2);
}

.termine-grid {
  display: grid;
  gap: 1.5rem;
}

.termin-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(175, 151, 120, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.termin-card:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(175, 151, 120, 0.35);
}
.termin-card--ausgebucht {
  opacity: 0.7;
}
.termin-card--ausgebucht:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ausgebucht-banner {
  position: absolute;
  top: 40px;
  left: -50px;
  background: #dc2626;
  color: white;
  padding: 12px 60px;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 3px 10px rgba(220, 38, 38, 0.5), 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(220, 38, 38, 0.5), 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.termin-datum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #AF9778, rgb(193.976744186, 175.6697674419, 152.023255814));
  border-radius: 12px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.termin-datum .termin-tag {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.termin-datum .termin-monat {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.termin-details h4 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: #212121;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.termin-details .termin-info {
  font-size: 0.95rem;
  color: rgba(33, 33, 33, 0.7);
  margin-bottom: 0.5rem;
}
.termin-details .termin-info .termin-wochentag {
  font-weight: 600;
  color: #212121;
}
.termin-details .termin-ort {
  font-size: 0.9rem;
  color: rgba(33, 33, 33, 0.65);
  margin-bottom: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.termin-details .termin-ort .termin-ort__icon {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(175, 151, 120, 0.15);
  color: #AF9778;
  font-size: 0.85rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.termin-details .termin-ort .termin-ort__icon::before {
  content: "📍";
  line-height: 1;
}
.termin-details .termin-ort .termin-ort__text {
  display: inline-block;
}
.termin-details .termin-beschreibung {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(33, 33, 33, 0.7);
  margin: 0.75rem 0 0;
  font-style: italic;
}

.termin-flyer {
  margin-top: 1rem;
}
.termin-flyer .flyer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(175, 151, 120, 0.1);
  border: 1px solid rgba(175, 151, 120, 0.25);
  border-radius: 8px;
  color: #AF9778;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.termin-flyer .flyer-link svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.termin-flyer .flyer-link:hover {
  background: #AF9778;
  color: #ffffff;
  border-color: #AF9778;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(175, 151, 120, 0.25);
          box-shadow: 0 4px 12px rgba(175, 151, 120, 0.25);
}

.termin-aktion {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  gap: 1rem;
}
.termin-aktion .termin-preis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: rgba(175, 151, 120, 0.12);
  border: 1px solid rgba(175, 151, 120, 0.25);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  color: rgb(89.8, 80.2, 67.8);
  white-space: nowrap;
  letter-spacing: 0.01em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.termin-aktion .button-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  background: #AF9778;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.termin-aktion .button-small:hover, .termin-aktion .button-small:focus {
  background: rgb(163.6139534884, 136.1981395349, 100.7860465116);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 28px rgba(175, 151, 120, 0.28);
          box-shadow: 0 14px 28px rgba(175, 151, 120, 0.28);
  color: #ffffff;
}
.termin-aktion .button-small:focus-visible {
  outline: 3px solid rgba(175, 151, 120, 0.4);
  outline-offset: 3px;
}

.workshops-formats {
  padding: 6rem 0;
  background: #fff;
}

.workshops-formats .format-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: stretch;
}

.format-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(175, 151, 120, 0.15);
  -webkit-box-shadow: 0 10px 40px rgba(33, 33, 33, 0.06);
          box-shadow: 0 10px 40px rgba(33, 33, 33, 0.06);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.format-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#AF9778), to(rgb(203.4651162791, 188.0046511628, 168.0348837209)));
  background: linear-gradient(90deg, #AF9778, rgb(203.4651162791, 188.0046511628, 168.0348837209));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.format-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 60px rgba(33, 33, 33, 0.12);
          box-shadow: 0 20px 60px rgba(33, 33, 33, 0.12);
  border-color: rgba(175, 151, 120, 0.3);
}
.format-card:hover::before {
  opacity: 1;
}
.format-card h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: #212121;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.format-card > p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(33, 33, 33, 0.75);
  margin: 0;
}

.cta-panel {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgb(109.0236486486, 75.027027027, 64.4763513514) 0%, rgb(76.9763513514, 52.972972973, 45.5236486486) 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta-panel::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(175, 151, 120, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-panel::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.cta-panel__text {
  max-width: 600px;
}
.cta-panel__text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  line-height: 1.2;
}
.cta-panel__text p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.cta-panel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1100px) {
  .page-hero--workshops .page-hero__content .lead {
    white-space: normal;
    display: block;
  }
}
@media (max-width: 1024px) {
  .workshop-highlights {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .termine-grid {
    gap: 1.25rem;
  }
  .termin-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .termin-datum {
    margin: 0 auto;
  }
  .termin-aktion {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .termin-aktion .termin-preis {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .termin-aktion .button-small {
    width: 100%;
  }
  .workshops-formats .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-hero--workshops {
    padding: calc(80px + 3rem) 0 3rem;
    min-height: auto;
  }
  .page-hero--workshops .page-hero__grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 1.75rem;
  }
  .page-hero--workshops .page-hero__content {
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
  .page-hero--workshops .page-hero__content h1 {
    font-size: 2.25rem;
  }
  .page-hero--workshops .page-hero__content .lead {
    font-size: 1rem;
  }
  .page-hero--workshops .page-hero__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .workshops-overview,
  .workshops-formats {
    padding: 4rem 0;
  }
  .workshop-highlights {
    margin-top: 2.5rem;
  }
  .highlight-item {
    padding: 1.5rem;
  }
  .workshops-formats .format-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .format-card {
    padding: 2rem 1.5rem;
  }
  .cta-panel {
    padding: 4rem 0;
  }
  .cta-panel__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .cta-panel__text h2 {
    font-size: 2rem;
  }
  .cta-panel__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .cta-panel__actions .button {
    width: 100%;
  }
}
.section-spacer {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .section-spacer {
    padding: 3.5rem 0;
  }
}

.legal-iframe {
  width: 100%;
  min-height: 75vh;
  border: 1px solid rgba(175, 151, 120, 0.2);
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0 24px 55px rgba(93, 64, 55, 0.12);
          box-shadow: 0 24px 55px rgba(93, 64, 55, 0.12);
}

.itrk-legaltext {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(175, 151, 120, 0.24);
  border-radius: 26px;
  -webkit-box-shadow: 0 32px 70px rgba(93, 64, 55, 0.12);
          box-shadow: 0 32px 70px rgba(93, 64, 55, 0.12);
  padding: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.9;
  font-size: 1.05rem;
  color: rgba(93, 64, 55, 0.88);
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.itrk-legaltext h1,
.itrk-legaltext h2,
.itrk-legaltext h3,
.itrk-legaltext h4 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  color: #212121;
  margin-top: 2.25rem;
  margin-bottom: 1.1rem;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.itrk-legaltext h1:first-child,
.itrk-legaltext h2:first-child,
.itrk-legaltext h3:first-child,
.itrk-legaltext h4:first-child {
  margin-top: 0;
}
.itrk-legaltext a {
  color: #5d4037;
  text-decoration: underline;
}
.itrk-legaltext a:hover {
  color: #AF9778;
}
.itrk-legaltext ul,
.itrk-legaltext ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.itrk-legaltext table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.itrk-legaltext table th,
.itrk-legaltext table td {
  border: 1px solid rgba(175, 151, 120, 0.2);
  padding: 0.75rem 1rem;
  text-align: left;
}
.itrk-legaltext table th {
  background: rgba(175, 151, 120, 0.12);
  color: #212121;
  font-weight: 600;
}

@media (max-width: 768px) {
  .legal-iframe {
    min-height: 65vh;
  }
  .itrk-legaltext {
    padding: 1.8rem;
    border-radius: 20px;
  }
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(90px + 4rem) 0 4rem;
  color: #212121;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background: radial-gradient(circle at 15% 20%, #AF9778, transparent 55%), radial-gradient(circle at 80% 0%, #5d4037, transparent 55%);
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero .page-hero__content > h1,
.page-hero .page-hero__content .hero__title {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
  color: inherit;
  text-shadow: 0 2px 12px rgba(33, 33, 33, 0.12);
}
.page-hero .page-hero__content .hero__title {
  gap: 0.35rem;
}
.page-hero .page-hero__content .hero__title-line--highlight {
  font-size: 1em;
  font-weight: 500;
  text-shadow: inherit;
}

@media (max-width: 768px) {
  .page-hero {
    min-height: 40vh;
  }
}
.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 900px) {
  .page-hero__grid {
    grid-template-columns: 1fr;
  }
}

.page-hero__content {
  max-width: 640px;
}

.page-hero--legal {
  min-height: clamp(52vh, 60vw, 70vh);
  padding-bottom: 5rem;
}
.page-hero--legal .page-hero__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.page-hero--legal .page-hero__content .lead {
  margin: 2rem auto 0;
  max-width: clamp(560px, 68vw, 880px);
}
@media (max-width: 768px) {
  .page-hero--legal {
    min-height: 55vh;
    padding-bottom: 3.5rem;
  }
  .page-hero--legal .page-hero__content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .page-hero--legal .page-hero__content .lead {
    margin: 1.5rem auto 0;
    max-width: 90vw;
  }
}

.page-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.hero-list li {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(175, 151, 120, 0.2);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  -webkit-box-shadow: 0 20px 40px rgba(175, 151, 120, 0.08);
          box-shadow: 0 20px 40px rgba(175, 151, 120, 0.08);
  line-height: 1.65;
}
.hero-list li span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: rgba(93, 64, 55, 0.75);
  margin-bottom: 0.35rem;
}

.page-hero__meta {
  display: grid;
}

.meta-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  border: 1px solid rgba(175, 151, 120, 0.25);
  -webkit-box-shadow: 0 25px 55px rgba(93, 64, 55, 0.12);
          box-shadow: 0 25px 55px rgba(93, 64, 55, 0.12);
  padding: 2rem;
  display: grid;
  gap: 1.25rem;
}

.meta-card h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
}

.meta-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.meta-list li {
  display: grid;
  gap: 0.35rem;
  font-size: 0.95rem;
}
.meta-list li strong {
  font-weight: 600;
  color: #212121;
}
.meta-list li span {
  color: rgba(93, 64, 55, 0.8);
}
.meta-list li a {
  color: #5d4037;
  text-decoration: none;
}
.meta-list li a:hover {
  text-decoration: underline;
}

.page-hero--gallery {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.12), rgba(175, 151, 120, 0.08));
}

.page-hero--offers {
  background: linear-gradient(120deg, rgba(175, 151, 120, 0.22), rgba(93, 64, 55, 0.15));
}

.page-hero--contact {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.18), rgba(175, 151, 120, 0.1));
}
.page-hero--contact .page-hero__content {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.page-hero--contact .hero__title {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.15;
  gap: 0.4rem;
}
.page-hero--contact .hero__title-line--highlight {
  color: rgba(255, 255, 255, 0.96);
}
.page-hero--contact .lead {
  margin: 1.75rem auto 0;
  max-width: clamp(520px, 70vw, 860px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.page-hero--contact .lead span {
  display: inline;
}
@media (max-width: 768px) {
  .page-hero--contact .page-hero__content {
    max-width: 100%;
    padding: 0 1rem;
  }
  .page-hero--contact .hero__title {
    font-size: clamp(1.8rem, 7.5vw, 2.4rem);
  }
  .page-hero--contact .lead {
    margin: 1.25rem auto 0;
    max-width: 92vw;
  }
  .page-hero--contact .lead span {
    display: block;
  }
}

.page-hero--about {
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.2), rgba(255, 255, 255, 0.9));
}

.page-hero--legal {
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.16), rgba(255, 255, 255, 0.94));
}

.page-hero--404 {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(175, 151, 120, 0.08));
  color: #212121;
  min-height: auto;
  padding-bottom: 3rem;
}
.page-hero--404 .hero-list li {
  background: rgba(175, 151, 120, 0.05);
  border-color: rgba(175, 151, 120, 0.12);
  color: #212121;
}
.page-hero--404 .hero-list li span,
.page-hero--404 .hero-list li a {
  color: #AF9778;
}
.page-hero--404 .meta-card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(175, 151, 120, 0.12);
  -webkit-box-shadow: 0 25px 45px rgba(93, 64, 55, 0.15);
          box-shadow: 0 25px 45px rgba(93, 64, 55, 0.15);
}
.page-hero--404 .meta-card h3,
.page-hero--404 .meta-card strong,
.page-hero--404 .meta-card span,
.page-hero--404 .meta-card a {
  color: #212121;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3rem;
}
@media (max-width: 900px) {
  .split-layout {
    grid-template-columns: 1fr;
  }
}

.highlight-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.highlight-list li {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(175, 151, 120, 0.18);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  line-height: 1.65;
}
.highlight-list li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #212121;
}

.info-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(175, 151, 120, 0.12);
  border-radius: 18px;
  padding: 2rem;
  -webkit-box-shadow: 0 25px 55px rgba(93, 64, 55, 0.1);
          box-shadow: 0 25px 55px rgba(93, 64, 55, 0.1);
  display: grid;
  gap: 1.25rem;
}
.info-card h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.35rem;
}

.contact-pill-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.contact-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(175, 151, 120, 0.18);
  background: rgba(175, 151, 120, 0.04);
  text-decoration: none;
  color: #212121;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.contact-pill:hover, .contact-pill:focus-visible {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(93, 64, 55, 0.1);
          box-shadow: 0 8px 20px rgba(93, 64, 55, 0.1);
}
.contact-pill__label {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(33, 33, 33, 0.8);
}
.contact-pill__value {
  font-weight: 600;
  color: #AF9778;
}

.not-found-support {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.05) 100%);
}
.not-found-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 900px) {
  .not-found-support__grid {
    grid-template-columns: 1fr;
  }
}
.not-found-support__card {
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid rgba(175, 151, 120, 0.08);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.75rem);
  -webkit-box-shadow: 0 24px 55px rgba(93, 64, 55, 0.08);
          box-shadow: 0 24px 55px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 1.5rem;
}
.not-found-support__card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.not-found-support__card .highlight-list li {
  border-radius: 18px;
  background: rgba(175, 151, 120, 0.04);
}
.not-found-support__card .highlight-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #AF9778;
}
.not-found-support__card--accent {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.12) 0%, rgba(175, 151, 120, 0.12) 100%);
  border: 1px solid rgba(175, 151, 120, 0.15);
}
.not-found-support__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 520px) {
  .not-found-support__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
  color: rgba(93, 64, 55, 0.85);
}
.info-list li span {
  font-weight: 600;
  color: #212121;
}
@media (max-width: 520px) {
  .info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.format-grid,
.addons-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.format-card,
.addon-card,
.value-card,
.detail-card,
.story-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(175, 151, 120, 0.16);
  padding: 2rem;
  -webkit-box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
          box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 1rem;
}
.format-card h3,
.addon-card h3,
.value-card h3,
.detail-card h3,
.story-card h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.3rem;
}
.format-card p,
.addon-card p,
.value-card p,
.detail-card p,
.story-card p {
  margin: 0;
  line-height: 1.7;
  color: rgba(93, 64, 55, 0.85);
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  color: rgba(93, 64, 55, 0.8);
}
.feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.feature-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #AF9778;
  -webkit-box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.12);
          box-shadow: 0 0 0 4px rgba(175, 151, 120, 0.12);
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2rem;
}
.steps-list li {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(175, 151, 120, 0.2);
  padding: 2rem;
  -webkit-box-shadow: 0 22px 55px rgba(93, 64, 55, 0.09);
          box-shadow: 0 22px 55px rgba(93, 64, 55, 0.09);
  display: grid;
  gap: 0.75rem;
}
.steps-list .step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(175, 151, 120, 0.15);
  color: #5d4037;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
}

.gallery-showcase {
  background: #f8f5f1;
  border-top: 1px solid rgba(175, 151, 120, 0.12);
  border-bottom: 1px solid rgba(175, 151, 120, 0.12);
}

.gallery-intro {
  display: grid;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 900px) {
  .gallery-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  }
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.tag-list li {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(93, 64, 55, 0.1);
  color: rgba(93, 64, 55, 0.85);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gallery-item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(175, 151, 120, 0.14);
  overflow: hidden;
  -webkit-box-shadow: 0 20px 45px rgba(93, 64, 55, 0.08);
          box-shadow: 0 20px 45px rgba(93, 64, 55, 0.08);
}
.gallery-item figcaption {
  padding: 1.25rem;
  color: rgba(93, 64, 55, 0.85);
}

.gallery-item__placeholder {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  background: rgba(175, 151, 120, 0.1);
  color: rgba(93, 64, 55, 0.7);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.story-card {
  position: relative;
}
.story-card .story-meta {
  font-size: 0.85rem;
  color: rgba(93, 64, 55, 0.65);
}

.pricing-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pricing-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(175, 151, 120, 0.18);
  padding: 2.5rem 2rem;
  -webkit-box-shadow: 0 25px 55px rgba(93, 64, 55, 0.1);
          box-shadow: 0 25px 55px rgba(93, 64, 55, 0.1);
}
.pricing-card--featured {
  border-color: rgba(93, 64, 55, 0.35);
  -webkit-box-shadow: 0 35px 75px rgba(93, 64, 55, 0.18);
          box-shadow: 0 35px 75px rgba(93, 64, 55, 0.18);
  background: rgba(93, 64, 55, 0.04);
}
.pricing-card .pricing-price {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 1.25rem;
}
.pricing-card ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  color: rgba(93, 64, 55, 0.8);
}

.pricing-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #AF9778;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(175, 151, 120, 0.18);
  border-radius: 18px;
  padding: 1.75rem;
  -webkit-box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
          box-shadow: 0 18px 45px rgba(93, 64, 55, 0.08);
  display: grid;
  gap: 0.8rem;
}
.faq-item h3 {
  margin: 0;
  font-size: 1.15rem;
}

.contact-cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.detail-card {
  text-align: left;
}

.map-section--contact {
  margin-top: -1px;
}
.map-section--contact iframe {
  display: block;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(12%);
          filter: grayscale(12%);
}

.values-grid {
  margin-top: 3rem;
}

.journey-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2rem;
  position: relative;
}
.journey-timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(175, 151, 120, 0.4);
}
.journey-timeline li {
  position: relative;
  padding-left: 70px;
  display: grid;
  gap: 0.5rem;
}
@media (max-width: 520px) {
  .journey-timeline li {
    padding-left: 0;
    grid-template-columns: 1fr;
  }
  .journey-timeline li::before {
    left: 0;
  }
}
.journey-timeline .journey-year {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(175, 151, 120, 0.2);
  color: #5d4037;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .journey-timeline::before {
    display: none;
  }
  .journey-timeline .journey-year {
    position: relative;
    margin-bottom: 0.6rem;
  }
}

.legal-content {
  background: #fff;
}

.legal-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
}

.legal-highlight-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.legal-section {
  display: grid;
  gap: 1rem;
  color: rgba(93, 64, 55, 0.88);
}
.legal-section h2 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.65rem;
  margin: 0;
  color: #212121;
}
.legal-section ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.7;
}
.legal-section a {
  color: #5d4037;
  text-decoration: underline;
}
.legal-section a:hover {
  color: #AF9778;
}

.legal-address {
  line-height: 1.7;
}

@media (max-width: 768px) {
  .legal-wrapper {
    gap: 2rem;
  }
  .legal-highlight-grid {
    margin-top: 2rem;
  }
  .legal-section h2 {
    font-size: 1.45rem;
  }
}
.cta-panel {
  background: linear-gradient(135deg, #5d4037, rgba(93, 64, 55, 0.85));
  color: #ffffff;
  padding: 4.5rem 0;
}

.cta-panel--soft {
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.18), rgba(255, 255, 255, 0.95));
  color: #212121;
}
.cta-panel--soft .button.button-outline {
  border-color: rgba(93, 64, 55, 0.4);
  color: #5d4037;
}
.cta-panel--soft .button.button-outline:hover {
  border-color: #5d4037;
}

.cta-panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-panel__text {
  max-width: 560px;
}

.cta-panel__text h2 {
  margin: 0 0 0.75rem;
  font-size: 2.1rem;
}

.cta-panel__text p {
  margin: 0;
  line-height: 1.7;
  color: inherit;
}

.cta-panel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cta-panel__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-hero--about {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.5) 0%, rgba(93, 64, 55, 0.4) 45%, rgba(175, 151, 120, 0.3) 100%), url("../../images/portrait-stefanie-hentke.webp");
  background-size: cover;
  background-position: center -10%;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(90px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero--about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(175, 151, 120, 0.2), transparent 60%);
  pointer-events: none;
}
.page-hero--about .page-hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: min(90vw, 1600px);
  margin-left: auto;
  margin-right: auto;
  position: center;
  z-index: 1;
}
.page-hero--about .page-hero__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.page-hero--about .page-hero__content h1 {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--about .page-hero__content h1 {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--about .page-hero__content .hero__title {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--about .page-hero__content .hero__title {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--about .page-hero__content .hero__title .hero__title-line {
  display: inline;
}
.page-hero--about .page-hero__content .hero__title .hero__title-line--highlight {
  color: #f4e3ce;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35), 0 0 32px rgba(244, 227, 206, 0.45);
}
.page-hero--about .page-hero__content .lead {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
.page-hero--about .page-hero__actions {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-hero--about .page-hero__actions .button {
  -webkit-box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
          box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
}

@media (max-width: 900px) {
  .page-hero--about {
    min-height: auto;
    padding: calc(80px + 3rem) 0 3.5rem;
  }
  .page-hero--about .page-hero__content .hero__title {
    font-size: 2.8rem;
  }
  .page-hero--about .page-hero__content .lead {
    font-size: 1.05rem;
  }
}
.about-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.06)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.06) 100%);
}

.about-highlight__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-highlight__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1.75rem;
}
.about-highlight__content h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.3;
}
.about-highlight__content p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(33, 33, 33, 0.9);
}

.about-highlight__mission {
  margin: 0;
  padding: 1.5rem 2rem;
  border-radius: 18px;
  background: rgba(175, 151, 120, 0.12);
  border: 1px solid rgba(175, 151, 120, 0.25);
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.2rem;
  color: #5d4037;
  line-height: 1.7;
}
.about-highlight__mission strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.05em;
}
.about-highlight__mission p {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.about-highlight__mission p + p {
  margin-top: 1rem;
}

.about-signature {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  text-align: center;
}
.about-signature__name {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.25rem;
  color: #5d4037;
}
.about-signature__sign {
  max-width: 220px;
  width: clamp(160px, 35vw, 220px);
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 12px 22px rgba(93, 64, 55, 0.12));
          filter: drop-shadow(0 12px 22px rgba(93, 64, 55, 0.12));
}

.about-highlight__images {
  position: relative;
  display: grid;
  gap: 1.5rem;
  justify-items: end;
}
@media (max-width: 960px) {
  .about-highlight__images {
    justify-items: center;
  }
}

.about-highlight__image {
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 28px 60px rgba(93, 64, 55, 0.18);
          box-shadow: 0 28px 60px rgba(93, 64, 55, 0.18);
}
.about-highlight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about-highlight__image--primary {
  width: min(90%, 520px);
  aspect-ratio: 3/4;
}

.about-highlight__image--secondary {
  position: absolute;
  bottom: -12%;
  left: 40%;
  width: min(45%, 220px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 1.25rem;
  background: radial-gradient(circle at 30% 30%, rgba(175, 151, 120, 0.25), transparent 65%), rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(175, 151, 120, 0.25);
  -webkit-box-shadow: 0 22px 40px rgba(93, 64, 55, 0.18);
          box-shadow: 0 22px 40px rgba(93, 64, 55, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .about-highlight__image--secondary {
    position: static;
    width: min(60%, 260px);
  }
}
.about-highlight__image--secondary img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 12px 25px rgba(93, 64, 55, 0.12));
          filter: drop-shadow(0 12px 25px rgba(93, 64, 55, 0.12));
}

@media (max-width: 640px) {
  .about-highlight__images {
    max-width: min(420px, 90vw);
    margin: 0 auto;
    padding-bottom: 4.5rem;
  }
  .about-highlight__image--primary {
    width: min(100%, 360px);
  }
  .about-highlight__image--secondary {
    position: absolute;
    width: min(72%, 240px);
    left: 50%;
    bottom: 8%;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
  }
}
.page-hero--gallery {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.5) 0%, rgba(93, 64, 55, 0.4) 45%, rgba(175, 151, 120, 0.3) 100%), url("../../images/gallery-hero-preview.webp");
  background-size: cover;
  background-position: center 20%;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(90px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero--gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(175, 151, 120, 0.2), transparent 60%);
  pointer-events: none;
}
.page-hero--gallery .container {
  position: relative;
  z-index: 1;
}
.page-hero--gallery .page-hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: min(90vw, 1600px);
  margin-left: auto;
  margin-right: auto;
  position: center;
  z-index: 1;
}
.page-hero--gallery .page-hero__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.page-hero--gallery .page-hero__content h1 {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--gallery .page-hero__content h1 {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--gallery .page-hero__content .hero__title {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--gallery .page-hero__content .hero__title {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--gallery .page-hero__content .hero__title .hero__title-line {
  display: inline;
}
.page-hero--gallery .page-hero__content .hero__title .hero__title-line--highlight {
  color: #f4e3ce;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35), 0 0 32px rgba(244, 227, 206, 0.45);
}
.page-hero--gallery .page-hero__content .lead {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
.page-hero--gallery .page-hero__content .lead span {
  display: block;
}
.page-hero--gallery .page-hero__actions {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-hero--gallery .page-hero__actions .button {
  -webkit-box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
          box-shadow: 0 16px 32px rgba(33, 33, 33, 0.22);
}

@media (max-width: 900px) {
  .page-hero--gallery {
    min-height: auto;
    padding: calc(80px + 3rem) 0 3.5rem;
  }
  .page-hero--gallery .page-hero__content .hero__title {
    font-size: 2.8rem;
  }
  .page-hero--gallery .page-hero__content .lead {
    font-size: 1.05rem;
  }
}
.gallery-intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.05) 100%);
}

.gallery-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 6vw, 4.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .gallery-intro__grid {
    grid-template-columns: 1fr;
  }
}

.gallery-intro__content {
  display: grid;
  gap: 1.75rem;
  max-width: 640px;
}
.gallery-intro__content h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.3;
}
.gallery-intro__content p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(33, 33, 33, 0.9);
  margin: 0;
}

.gallery-intro__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-intro__tags li {
  background: rgba(175, 151, 120, 0.12);
  border: 1px solid rgba(175, 151, 120, 0.2);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(93, 64, 55, 0.8);
}

.gallery-intro__aside {
  display: grid;
  gap: 1.75rem;
}

.gallery-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 640px) {
  .gallery-stats {
    grid-template-columns: 1fr;
  }
}

.gallery-stats__card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(175, 151, 120, 0.2);
  -webkit-box-shadow: 0 22px 45px rgba(93, 64, 55, 0.12);
          box-shadow: 0 22px 45px rgba(93, 64, 55, 0.12);
  padding: 1.5rem 1.25rem;
  text-align: center;
  display: grid;
  gap: 0.5rem;
}
.gallery-stats__card span {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 2rem;
  color: #5d4037;
  line-height: 1;
}
.gallery-stats__card p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(33, 33, 33, 0.75);
}

.gallery-intro__image {
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 28px 60px rgba(93, 64, 55, 0.18);
          box-shadow: 0 28px 60px rgba(93, 64, 55, 0.18);
}
.gallery-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-showcase__header {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.gallery-showcase__header h2 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 2.4rem;
  color: #212121;
  margin-bottom: 1rem;
}
.gallery-showcase__header p {
  color: rgba(93, 64, 55, 0.9);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.gallery-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  grid-auto-rows: 320px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }
}
@media (max-width: 640px) {
  .gallery-showcase__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }
}

.gallery-showcase__item {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(175, 151, 120, 0.16);
  border-radius: 18px;
  -webkit-box-shadow: 0 18px 45px rgba(175, 151, 120, 0.12);
          box-shadow: 0 18px 45px rgba(175, 151, 120, 0.12);
  overflow: hidden;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.gallery-showcase__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
}
.gallery-showcase__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem clamp(1rem, 2.5vw, 1.4rem);
  font-size: 0.9rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(85%, rgba(93, 64, 55, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(93, 64, 55, 0.85) 85%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  min-height: 32%;
  line-height: 1.5;
  pointer-events: none;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: background 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: background 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
  transition: background 0.35s ease, transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.gallery-showcase__item:hover, .gallery-showcase__item:focus-within {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 24px 58px rgba(93, 64, 55, 0.18);
          box-shadow: 0 24px 58px rgba(93, 64, 55, 0.18);
}
.gallery-showcase__item:hover img, .gallery-showcase__item:focus-within img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.gallery-showcase__item:hover figcaption, .gallery-showcase__item:focus-within figcaption {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 64, 55, 0.08)), color-stop(90%, rgba(93, 64, 55, 0.9)));
  background: linear-gradient(180deg, rgba(93, 64, 55, 0.08) 0%, rgba(93, 64, 55, 0.9) 90%);
}

.gallery-showcase__item--tall,
.gallery-showcase__item--wide {
  grid-column: auto;
  grid-row: auto;
}

.gallery-testimonials {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 64, 55, 0.08)), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, rgba(93, 64, 55, 0.08) 0%, rgba(175, 151, 120, 0.05) 100%);
}
.gallery-testimonials .section-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.gallery-testimonials .section-heading .eyebrow {
  color: #5d4037;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gallery-testimonials .section-heading p:not(.eyebrow) {
  font-size: 1.05rem;
  color: rgba(33, 33, 33, 0.65);
  line-height: 1.75;
  margin-top: 0.75rem;
}

.gallery-cta {
  background: linear-gradient(140deg, rgba(93, 64, 55, 0.85) 0%, rgba(175, 151, 120, 0.85) 100%);
  color: #ffffff;
  border-radius: 28px;
  margin-inline: 1.5rem;
}
@media (max-width: 768px) {
  .gallery-cta {
    margin-inline: 0;
    border-radius: 0;
  }
}

.gallery-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .gallery-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.gallery-cta__content h2 {
  color: #ffffff;
}
.gallery-cta__content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.85;
}

.gallery-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 900px) {
  .gallery-cta__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gallery-cta__actions .button-secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #ffffff;
}
.gallery-cta__actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.page-hero--offers {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.65), rgba(175, 151, 120, 0.4)), url("../../images/offers-workshop-hero.webp");
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(90px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.page-hero--offers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(175, 151, 120, 0.2), transparent 60%);
  pointer-events: none;
}
.page-hero--offers .page-hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: min(90vw, 1600px);
  margin-left: auto;
  margin-right: auto;
  position: center;
  z-index: 1;
}
.page-hero--offers .page-hero__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.page-hero--offers .page-hero__content h1 {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--offers .page-hero__content h1 {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--offers .page-hero__content .hero__title {
  font-size: 3.5rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .page-hero--offers .page-hero__content .hero__title {
    font-size: 2.5rem;
    white-space: normal;
  }
}
.page-hero--offers .page-hero__content .hero__title .hero__title-line {
  display: inline;
}
.page-hero--offers .page-hero__content .hero__title .hero__title-line--highlight {
  color: white;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35), 0 0 32px rgba(244, 227, 206, 0.45);
}
.page-hero--offers .page-hero__content .lead {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
.page-hero--offers .page-hero__content .lead span {
  display: block;
}
.page-hero--offers .page-hero__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-hero--offers .page-hero__actions .button-secondary {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.page-hero--offers .page-hero__actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

.offers-section {
  scroll-margin-top: calc(90px + 2rem);
}
@media (max-width: 900px) {
  .offers-section {
    scroll-margin-top: calc(80px + 2rem);
  }
}
.offers-section .section-heading {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}
.offers-section .section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.25;
  white-space: normal;
  margin-bottom: 1.25rem;
}
.offers-section .section-heading .eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.offers-overview {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.05) 100%);
}

.offers-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
}
@media (max-width: 900px) {
  .offers-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .offers-overview__grid {
    grid-template-columns: 1fr;
  }
}

.overview-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(175, 151, 120, 0.18);
  border-radius: 20px;
  padding: clamp(1.75rem, 3vw, 2.25rem);
  -webkit-box-shadow: 0 20px 48px rgba(93, 64, 55, 0.1);
          box-shadow: 0 20px 48px rgba(93, 64, 55, 0.1);
  display: grid;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.overview-card:hover, .overview-card:focus-visible {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 28px 60px rgba(93, 64, 55, 0.15);
          box-shadow: 0 28px 60px rgba(93, 64, 55, 0.15);
  outline: none;
}
.overview-card h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #5d4037;
}

.offers-packages__grid,
.offers-birthday__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.offers-packages__grid--single {
  max-width: 640px;
  margin-inline: auto;
}

.offer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.offer-actions a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  text-align: center;
}
@media (max-width: 640px) {
  .offer-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-actions a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.offer-package {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 22px;
  border: 1px solid rgba(175, 151, 120, 0.2);
  -webkit-box-shadow: 0 24px 52px rgba(93, 64, 55, 0.12);
          box-shadow: 0 24px 52px rgba(93, 64, 55, 0.12);
  padding: clamp(2rem, 4vw, 2.75rem);
  display: grid;
  gap: 1.5rem;
  position: relative;
}
.offer-package header {
  display: grid;
  gap: 0.35rem;
}

.offer-badge {
  position: absolute;
  right: clamp(1.5rem, 4vw, 2rem);
  top: clamp(1.5rem, 4vw, 2rem);
  background: rgba(93, 64, 55, 0.14);
  color: #5d4037;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.offer-price {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  margin: 0;
  color: #5d4037;
}

.offer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
.offer-list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(93, 64, 55, 0.55);
}

.offer-note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(93, 64, 55, 0.75);
}

.offers-footnote {
  margin-top: 1.75rem;
  background: rgba(175, 151, 120, 0.07);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  color: rgba(93, 64, 55, 0.8);
  font-size: 0.95rem;
  text-align: center;
}

.offers-teamevents {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 64, 55, 0.08)), to(rgba(175, 151, 120, 0.05)));
  background: linear-gradient(180deg, rgba(93, 64, 55, 0.08) 0%, rgba(175, 151, 120, 0.05) 100%);
}

.offers-teamevents__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 5vw, 3rem);
}
@media (max-width: 960px) {
  .offers-teamevents__layout {
    grid-template-columns: 1fr;
  }
}

.offers-teamevents__content {
  display: grid;
  gap: 1.5rem;
}
.offers-teamevents__content h2 {
  margin-bottom: 0.5rem;
}

.offers-teamevents__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.offers-teamevents__list li {
  position: relative;
  padding-left: 1.4rem;
}
.offers-teamevents__list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(93, 64, 55, 0.5);
}

.offers-teamevents__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.aside-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(175, 151, 120, 0.18);
  border-radius: 20px;
  padding: clamp(1.75rem, 3vw, 2.25rem);
  -webkit-box-shadow: 0 18px 45px rgba(93, 64, 55, 0.12);
          box-shadow: 0 18px 45px rgba(93, 64, 55, 0.12);
  display: grid;
  gap: 1rem;
}
.aside-card h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  color: #5d4037;
}
.aside-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  color: rgba(93, 64, 55, 0.85);
}

.offers-clearing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 2.5rem);
}
@media (max-width: 940px) {
  .offers-clearing__grid {
    grid-template-columns: 1fr;
  }
}

.offers-clearing--single .offers-clearing__grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.offers-clearing--single .clearing-card {
  max-width: 640px;
}

.clearing-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(175, 151, 120, 0.22);
  border-radius: 22px;
  padding: clamp(2rem, 4vw, 2.75rem);
  -webkit-box-shadow: 0 26px 55px rgba(93, 64, 55, 0.12);
          box-shadow: 0 26px 55px rgba(93, 64, 55, 0.12);
  display: grid;
  gap: 1.5rem;
}
.clearing-card--light {
  background: rgba(255, 255, 255, 0.98);
}

.clearing-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.clearing-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.55;
}
.clearing-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(93, 64, 55, 0.5);
}

.clearing-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  font-weight: 600;
  color: #5d4037;
}

.offers-healing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 3rem);
}
@media (max-width: 940px) {
  .offers-healing__layout {
    grid-template-columns: 1fr;
  }
}

.offers-healing__content {
  display: grid;
  gap: 1.5rem;
}

.offers-healing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.offers-healing__list li {
  position: relative;
  padding-left: 1.4rem;
}
.offers-healing__list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(93, 64, 55, 0.5);
}

.offers-healing__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  font-weight: 600;
  color: #5d4037;
}

.offers-healing__aside .aside-card p {
  margin: 0;
  color: rgba(93, 64, 55, 0.85);
}

.offers-cta {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.85) 0%, rgba(175, 151, 120, 0.85) 100%);
  color: #ffffff;
  border-radius: 28px;
  margin-inline: clamp(0rem, 4vw, 1.5rem);
}

.offers-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  .offers-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.offers-cta__content h2 {
  color: #ffffff;
}

.offers-cta__content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.85;
}

.offers-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 820px) {
  .offers-cta__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.offers-cta__actions .button-secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #ffffff;
}
.offers-cta__actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.page-hero--contact {
  background: linear-gradient(135deg, rgba(93, 64, 55, 0.7) 0%, rgba(93, 64, 55, 0.4) 45%, rgba(175, 151, 120, 0.3) 100%), url("/assets/images/contact-studio-hero.webp");
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(90px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero--contact .page-hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 1;
}
.page-hero--contact .page-hero__content {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.page-hero--contact .page-hero__content .eyebrow {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.page-hero--contact .page-hero__content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
  max-width: 100%;
  text-align: center;
}
.page-hero--contact .page-hero__content h1 .hero__title-line {
  display: inline;
  text-align: center;
  margin-right: 0.35rem;
}
.page-hero--contact .page-hero__content h1 .hero__title-line:last-child {
  margin-right: 0;
}
.page-hero--contact .page-hero__content .lead {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.9;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.page-hero--contact .page-hero__content .lead span {
  display: block;
}

.contact-main {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.02)));
  background: linear-gradient(180deg, #fff 0%, rgba(175, 151, 120, 0.02) 100%);
}

.contact-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3rem, 4vw, 4.5rem);
}

.contact-form-wrapper {
  background: #fff;
  padding: 3rem;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-form-header {
  margin-bottom: 2.5rem;
}
.contact-form-header h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: #333;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.contact-form-header p {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1rem;
}

.form-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.form-message svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.125rem;
}
.form-message p, .form-message ul {
  margin: 0;
  line-height: 1.6;
}
.form-message ul {
  padding-left: 1.25rem;
}
.form-message--success {
  background: #d1fae5;
  border: 2px solid #10b981;
  color: #065f46;
}
.form-message--success svg {
  fill: #10b981;
}
.form-message--error {
  background: #fee2e2;
  border: 2px solid #ef4444;
  color: #991b1b;
}
.form-message--error svg {
  fill: #ef4444;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 0.9375rem;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.875rem 1rem;
  border: 2px solid rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: #AF9778;
  -webkit-box-shadow: 0 0 0 3px rgba(175, 151, 120, 0.1);
          box-shadow: 0 0 0 3px rgba(175, 151, 120, 0.1);
}
.contact-form .form-group input::-webkit-input-placeholder, .contact-form .form-group select::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .form-group input::-moz-placeholder, .contact-form .form-group select::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .form-group input:-ms-input-placeholder, .contact-form .form-group select:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .form-group input::-ms-input-placeholder, .contact-form .form-group select::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .form-group input::placeholder,
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.contact-form .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.contact-form .form-notice {
  background: rgba(175, 151, 120, 0.08);
  padding: 1rem 1.25rem;
  border-radius: 8px;
  border-left: 4px solid #AF9778;
}
.contact-form .form-notice p {
  margin: 0;
  color: #333;
  font-size: 0.9375rem;
}
.contact-form .form-notice p strong {
  color: #AF9778;
}
.contact-form .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 400;
}
.contact-form .checkbox-label input[type=checkbox] {
  width: auto;
  margin-top: 0.25rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form .checkbox-label span {
  font-size: 0.9375rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.6;
}
.contact-form .checkbox-label span a {
  color: #AF9778;
  text-decoration: underline;
}
.contact-form .checkbox-label span a:hover {
  color: #5D4037;
}
.contact-form button[type=submit] {
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-info-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1025px) {
  .contact-info-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
    gap: 1.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .contact-card--address {
    grid-column: 1;
    grid-row: 1;
  }
  .contact-card--email {
    grid-column: 1;
    grid-row: 2;
  }
  .contact-card--whatsapp {
    grid-column: 1;
    grid-row: 3;
  }
  .contact-card--photo {
    grid-column: 2;
    grid-row: 1/span 3;
    align-self: stretch;
  }
}
.contact-card--whatsapp {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 211, 102, 0.12)), to(rgba(37, 211, 102, 0.05)));
  background: linear-gradient(180deg, rgba(37, 211, 102, 0.12) 0%, rgba(37, 211, 102, 0.05) 100%);
  border: 1px solid rgba(37, 211, 102, 0.2);
}

.contact-card--photo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
}
.contact-card--photo .contact-card__icon {
  background: rgba(175, 151, 120, 0.12);
}
.contact-card--photo .contact-card__image {
  max-width: 360px;
  margin-top: 0.5rem;
}

.contact-card {
  background: #fff;
  padding: 1.6rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(175, 151, 120, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.15rem;
}
.contact-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.1), rgba(93, 64, 55, 0.1));
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-card__icon svg {
  color: #AF9778;
}
.contact-card h3 {
  font-size: 1.25rem;
  margin: 0;
  color: #333;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.contact-card p {
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.8;
  margin: 0 0 0.5rem;
}
.contact-card p a {
  color: #AF9778;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-card p a:hover {
  color: #5D4037;
  text-decoration: underline;
}
.contact-card p strong {
  display: block;
  color: #333;
  margin-bottom: 0.25rem;
}
.contact-card__note {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.6);
  font-style: italic;
  margin-top: 0.75rem;
}
.contact-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AF9778;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-card__link:hover {
  color: #5D4037;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.contact-card__image {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.contact-card__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-card__image:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.contact-card--whatsapp {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.05), rgba(18, 140, 126, 0.05));
  border-color: rgba(37, 211, 102, 0.2);
}
.contact-card--whatsapp h3 {
  color: #128C7E;
}
.contact-card--address .contact-card__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact-card--address .contact-card__icon {
  width: 48px;
  height: 48px;
}
.contact-card:not(.contact-card--address):not(.contact-card--whatsapp) .contact-card__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact-card:not(.contact-card--address):not(.contact-card--whatsapp) .contact-card__icon {
  width: 48px;
  height: 48px;
}

.button-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

/* Improve WhatsApp button appearance inside the contact card */
.contact-card.contact-card--whatsapp {
  text-align: center;
  /* ensure responsive behavior on very small screens */
}
.contact-card.contact-card--whatsapp .button-whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 220px);
  margin: 1.5rem auto 0;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
          box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}
.contact-card.contact-card--whatsapp .button-whatsapp .button-icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 480px) {
  .contact-card.contact-card--whatsapp .button-whatsapp {
    width: auto;
    min-width: 70%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contact-features {
  padding: 5rem 0;
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.feature-card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(175, 151, 120, 0.02)));
  background: linear-gradient(180deg, #fff, rgba(175, 151, 120, 0.02));
  border-radius: 12px;
  border: 1px solid rgba(175, 151, 120, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(175, 151, 120, 0.25);
}
.feature-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(175, 151, 120, 0.1), rgba(93, 64, 55, 0.1));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-card__icon svg {
  color: #AF9778;
}
.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
}
.feature-card p {
  color: rgba(51, 51, 51, 0.75);
  line-height: 1.7;
  font-size: 0.9375rem;
}

.map-section {
  background: rgba(51, 51, 51, 0.03);
  padding: 0;
}

.map-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.map-container .map-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  background: none;
  text-align: left;
}
.map-container .map-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-filter: grayscale(0.3);
          filter: grayscale(0.3);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.map-container .map-placeholder:hover img, .map-container .map-placeholder:focus-visible img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.map-container .map-placeholder__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 12, 10, 0.7), rgba(175, 151, 120, 0.55));
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 1rem;
}
.map-container .map-placeholder__title {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}
.map-container .map-placeholder__text {
  font-size: 0.95rem;
  max-width: 480px;
  line-height: 1.5;
  margin: 0;
}
.map-container .map-placeholder__cta {
  margin-top: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 2.25rem;
  font-size: 1rem;
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-placeholder__hint {
  text-align: center;
  margin-top: 0.75rem;
  color: rgba(51, 51, 51, 0.7);
}
.map-placeholder__hint a {
  color: #AF9778;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-hero--contact {
    min-height: 50vh;
    padding: calc(90px + 2rem) 0 3rem;
  }
  .page-hero--contact .page-hero__grid {
    padding: 0 1rem;
    width: 100%;
  }
  .page-hero--contact .page-hero__content {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .page-hero--contact .page-hero__content h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    line-height: 1.3;
    word-break: break-word;
    text-align: center;
    margin: 0 auto 2rem;
    width: 100%;
  }
  .page-hero--contact .page-hero__content h1 .hero__title-line {
    display: block;
    text-align: center;
  }
  .page-hero--contact .page-hero__content .lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  .page-hero--contact .page-hero__content .lead span {
    display: inline;
  }
  .contact-main {
    padding: 4rem 0;
  }
  .contact-form-wrapper {
    padding: 2rem;
  }
  .contact-features {
    padding: 3rem 0;
  }
  .map-container {
    height: 350px;
  }
}/*# sourceMappingURL=style.css.map */