@font-face {
  font-family: "BaiJamjuree";
  src: url("../fonts/bai-jamjuree/bai-jamjuree-v1-latin-regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "BaiJamjuree";
  src: url("../fonts/bai-jamjuree/bai-jamjuree-v1-latin-700.woff2") format("woff2");
  font-weight: 700;
}

body.page-layout--site-shell {
  --accent: #90243d;
  --accent-hover: #7e1d34;
  --accent-rgb: 144, 36, 61;
  --sauna: #7d9b2c;
}

body.page-layout--site-shell.page-layout--wasserwelt {
  --accent: #c81c60;
  --accent-hover: #df266f;
  --accent-rgb: 200, 28, 96;
}

body.page-layout--site-shell.page-layout--saunawelt {
  --accent: #7d9b2c;
  --accent-hover: #6f8d25;
  --accent-rgb: 125, 155, 44;
}

.page-layout--site-shell .site-header,
.page-layout--site-shell .site-footer,
.page-layout--site-shell .site-header *,
.page-layout--site-shell .site-footer * {
  box-sizing: border-box;
}

.page-layout--site-shell #header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  overflow: visible;
  color: #24202c;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
  font-family: "BaiJamjuree", sans-serif;
  line-height: 1.4;
}

.page-layout--site-shell #header.site-header a,
.page-layout--site-shell #footer.site-footer a {
  text-decoration: none;
}

.page-layout--site-shell #header.site-header .container,
.page-layout--site-shell #footer.site-footer .container {
  width: min(1240px, calc(100% - 3rem));
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.page-layout--site-shell .preheader {
  background: #f6f1ef;
  border-bottom: 1px solid #e7dedb;
}

.page-layout--site-shell .preheader-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 40px;
}

.page-layout--site-shell .preheader-links,
.page-layout--site-shell .preheader-social {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.page-layout--site-shell .preheader-links a {
  color: #403947;
  border-bottom: 1px solid transparent;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.page-layout--site-shell .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-layout--site-shell .social-icon {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d3c8c6;
  border-radius: 999px;
  background: #fff;
  line-height: 1;
}

.page-layout--site-shell .social-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #3d3444;
  stroke-width: 1.6;
}

.page-layout--site-shell .facebook svg,
.page-layout--site-shell .tiktok svg {
  fill: #3d3444;
  stroke: none;
}

.page-layout--site-shell #header.site-header .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.35rem;
  width: 100%;
  max-width: none;
  min-height: 88px;
  margin: 0;
  padding-right: clamp(1.5rem, 3vw, 3.5rem);
  padding-left: clamp(1.5rem, 3vw, 3.5rem);
}

.page-layout--site-shell .brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: flex-end;
}

.page-layout--site-shell #header.site-header .brand img {
  display: block;
  width: 138px;
  max-width: none;
  height: auto;
  margin: 0;
}

.page-layout--site-shell.page-layout--saunawelt #header.site-header .brand img {
  width: 108px;
}

.page-layout--site-shell .world-switch {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0 0.35rem;
}

.page-layout--site-shell .world-tab {
  position: relative;
  padding: 0.35rem 0 0.42rem;
  border: 0;
  border-radius: 0;
  color: #4b4652;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 170ms ease;
}

.page-layout--site-shell .world-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.62);
  transition: opacity 170ms ease, transform 170ms ease;
}

.page-layout--site-shell .world-tab:hover {
  color: #1f1a26;
}

.page-layout--site-shell .world-tab--sauna:hover {
  color: var(--sauna);
}

.page-layout--site-shell .world-tab.is-active {
  color: var(--accent);
}

.page-layout--site-shell .world-tab.is-active::after,
.page-layout--site-shell .world-tab:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-layout--site-shell .main-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  overflow: visible;
}

.page-layout--site-shell .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.page-layout--site-shell .has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.5rem;
}

.page-layout--site-shell .main-nav a {
  padding: 0.45rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 99px;
  color: #24202c;
  font-size: 1.02rem;
  transition: border-color 180ms ease, color 180ms ease;
}

.page-layout--site-shell .main-nav a:hover,
.page-layout--site-shell .main-nav a:focus-visible {
  border-color: rgba(0, 0, 0, 0.15);
  color: #16111f;
}

.page-layout--site-shell .dropdown-trigger::after {
  content: "▾";
  margin-left: 0.4rem;
  font-size: 0.72rem;
}

.page-layout--site-shell .dropdown-menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 210px;
  padding: 0.45rem;
  border: 1px solid #e8e2df;
  border-radius: 10px;
  visibility: hidden;
  color: #24202c;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.page-layout--site-shell .dropdown-menu a {
  display: block;
  border-radius: 8px;
}

.page-layout--site-shell .has-dropdown:hover .dropdown-menu,
.page-layout--site-shell .has-dropdown:focus-within .dropdown-menu,
.page-layout--site-shell .has-dropdown.is-open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.page-layout--site-shell #header.site-header .ticket-pill {
  flex: 0 0 auto;
  padding: 0.7rem 1rem;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  background: transparent;
  font-weight: 700;
  white-space: nowrap;
}

.page-layout--site-shell #header.site-header .ticket-pill:hover,
.page-layout--site-shell #header.site-header .ticket-pill:focus-visible {
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.08);
}

.page-layout--site-shell .mobile-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 2px solid var(--accent);
  border-radius: 10px;
  color: var(--accent);
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.page-layout--site-shell .mobile-nav-toggle__line {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.page-layout--site-shell .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.page-layout--site-shell .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.page-layout--site-shell .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.page-layout--site-shell #footer.site-footer {
  width: 100%;
  height: auto;
  border-top: 5px solid var(--accent);
  color: #2c2934;
  background: #fff;
  font-family: "BaiJamjuree", sans-serif;
  line-height: 1.4;
}

.page-layout--site-shell #footer.site-footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 0;
  padding: 1.2rem 0;
  color: #2c2934;
  background: transparent;
}

.page-layout--site-shell #footer.site-footer .footer-top a {
  color: #2c2934;
  font-size: 1.02rem;
}

.page-layout--site-shell #footer.site-footer .footer-bottom {
  color: #fff;
  background: #6a6262;
}

.page-layout--site-shell #footer.site-footer .legal {
  padding: 1.2rem 0 1.5rem;
  text-align: center;
}

.page-layout--site-shell #footer.site-footer .legal p {
  margin: 0.35rem 0;
  color: #fff;
  font-size: 1.12rem;
}

.page-layout--site-shell #footer.site-footer .legal a {
  color: #fff;
}

.page-layout--site-shell .footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 0.4rem;
}

.page-layout--site-shell .footer-legal a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 1080px) {
  .page-layout--site-shell #header.site-header .nav-row {
    position: relative;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    padding: 0.8rem clamp(1rem, 3vw, 2rem);
  }

  .page-layout--site-shell .main-nav {
    display: none;
  }

  .page-layout--site-shell .mobile-nav-toggle {
    display: inline-flex;
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .page-layout--site-shell #header.site-header .container,
  .page-layout--site-shell #footer.site-footer .container {
    width: min(1240px, calc(100% - 1.3rem));
  }

  .page-layout--site-shell .preheader,
  .page-layout--site-shell .nav-row > .world-switch,
  .page-layout--site-shell .nav-row > .ticket-pill {
    display: none;
  }

  .page-layout--site-shell #header.site-header .nav-row {
    min-height: 74px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .page-layout--site-shell #header.site-header .brand img {
    width: 112px;
  }

  .page-layout--site-shell .mobile-nav-toggle {
    order: initial;
  }

  .page-layout--site-shell #footer.site-footer .footer-top {
    justify-content: flex-start;
    gap: 0.95rem;
  }

  .page-layout--site-shell #footer.site-footer .legal p,
  .page-layout--site-shell .footer-legal {
    font-size: 0.93rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-layout--site-shell .world-tab,
  .page-layout--site-shell .world-tab::after,
  .page-layout--site-shell .main-nav a,
  .page-layout--site-shell .dropdown-menu,
  .page-layout--site-shell .mobile-nav-toggle__line {
    transition: none;
  }
}
