/* Prismatische SaunaBau - VINTAGE RETRO CSS (FLEXBOX ONLY) */

/* ======= CSS RESET & VINTAGE FONTS ======= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=EB+Garamond:wght@500;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  background-color: #F8F6F3;
}
body {
  font-family: 'EB Garamond', Georgia, serif;
  background: #F8F6F3;
  color: #22424B;
  line-height: 1.6;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #B56A32;
  text-decoration: none;
  transition: color .2s;
}
a:focus, a:hover {
  color: #22424B;
  text-decoration: underline;
}
ul, ol {
  padding-left: 1.4em;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', 'EB Garamond', serif;
  text-shadow: 0 2px 0 #f5e4d6, 0 2.5px 4px #ccb46655;
  letter-spacing: 1.2px;
  color: #22424B;
  margin-bottom: 16px;
}
h1 {font-size: 2.5rem; margin-bottom: 24px;}
h2 {font-size: 1.8rem; margin-bottom: 20px;}
h3 {font-size: 1.3rem; margin-bottom: 14px;}
p, .faq-answer {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.12rem;
  margin-bottom: 16px;
  color: #313131;
}
small {
  font-size: 0.96rem;
  color: #66634b;
}

/* ======= VINTAGE RETRO COLOR PALETTE ======= */
:root {
  --primary: #22424B;
  --secondary: #E3A755;
  --accent: #F8F6F3;
  --brand-dark: #372624;
  --retro-brown: #B56A32;
  --retro-blue: #50707C;
  --retro-pink: #e7ccc4;
  --retro-cream: #faebd7;
  --shadow: rgba(39,28,17,0.10);
}

/* ======= SPACING, CONTAINER, LAYOUT ======= */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--accent);
  border-radius: 18px;
  box-shadow: 0 4px 24px var(--shadow);
  position: relative;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff5e9;
  border: 2px solid #eec889;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 24px 20px;
  box-shadow: 0 3px 16px 0 var(--shadow);
  position: relative;
  transition: box-shadow .18s, transform .15s;
}
.card:hover {
  box-shadow: 0 6px 28px #91683436;
  transform: translateY(-4px) scale(1.017);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FEF6ED;
  border: 1.5px dashed #deab6b;
  border-radius: 18px;
  box-shadow: 0 2px 10px #dab07b17;
  margin-bottom: 22px;
  max-width: 600px;
  color: #222;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.08rem;
}
.testimonial-card p {
  font-size: 1.15rem;
  color: #382715;
  background: none;
  font-style: italic;
}
.testimonial-card small {
  color: #423527;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(105deg, #faebd7 60%, #E3A755 100%);
  background-size: 200% 100%;
  border-radius: 0 0 30px 30px;
  padding-top: 44px;
  padding-bottom: 36px;
  margin-bottom: 38px;
  min-height: 220px;
  box-shadow: 0 6px 36px -8px #be865019;
}
.hero h1, .hero p {
  color: var(--brand-dark);
}
.hero h1 {
  font-size: 2.3rem;
  line-height: 1.1;
}
.hero .cta {
  margin-top: 26px;
}

/* ======= NAVIGATION BAR & RETRO HEADER ======= */
header {
  background: #F8F6F3;
  border-bottom: 8px double #E3A755;
  box-shadow: 0 4px 18px -12px #91683451;
  position: relative;
  z-index: 49;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0 10px;
}
nav > a img {
  height: 52px;
  width: auto;
  margin-right: 20px;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
}
nav ul li {
  margin-bottom: 0;
}
nav ul li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  letter-spacing: 1px;
  color: #22424B;
  padding: 6px 16px;
  border-radius: 12px;
  position: relative;
  transition: background .14s, color .16s;
}
nav ul li a:hover, nav ul li a:focus {
  background: #eecc96aa;
  color: #B56A32;
}

nav .cta {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  background: #E3A755;
  color: #22424B;
  padding: 10px 22px;
  border-radius: 22px;
  font-size: 1.05rem;
  text-shadow: none;
  border: 2.8px solid #fff5e9;
  box-shadow: 0 3px 10px 0 #d3bc9792;
  margin-left: 20px;
  transition: background .16s, color .16s, box-shadow .13s;
  letter-spacing: 1px;
}
nav .cta:hover, nav .cta:focus {
  background: #22424B;
  color: #E3A755;
  text-decoration: none;
  border: 2.8px solid #E3A755;
  box-shadow: 0 7px 24px 0 #e3a75530;
}

/* ===== MOBILE MENU ===== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 80;
  font-size: 2.2rem;
  background: #E3A755;
  color: #22424B;
  border: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 14px #b56a323a;
  cursor: pointer;
  transition: background .15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #22424B;
  color: #E3A755;
}
.mobile-menu {
  position: fixed;
  z-index: 1005;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff9f0ee;
  box-shadow: 0 6px 32px 0 #b56a3229;
  transform: translateX(-110vw);
  transition: transform .35s cubic-bezier(0.88,0.03,0.3,0.99);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  font-size: 2rem;
  border: none;
  background: #E3A755;
  color: #22424B;
  border-radius: 14px;
  width: 44px;
  height: 44px;
  margin: 18px 0 20px 18px;
  box-shadow: 0 2px 14px #b56a3237;
  cursor: pointer;
  align-self: flex-start;
  transition: background .18s, color .15s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #22424B;
  color: #E3A755;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 30px;
  width: 90vw;
}
.mobile-nav a {
  font-size: 1.28rem;
  font-family: 'Montserrat', Arial, sans-serif;
  background: none;
  padding: 12px 10px;
  border-radius: 16px;
  color: #22424B;
  transition: background .11s, color .16s;
  margin-bottom: 5px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e7ccc4cc;
  color: #B56A32;
}

/* Hide nav items for mobile */
@media (max-width: 900px) {
  nav ul, nav .cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ===== MAIN CONTENT ELEMENTS ===== */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 18px;
}
section:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-bottom: 18px;
}
ul li {
  font-size: 1.09rem;
  color: #303830;
  margin-bottom: 8px;
  padding-left: 0.3em;
}
ul li strong {
  color: #22424B;
}
em {
  font-style: italic;
  color: #B56A32;
}
.faq-answer {
  padding: 18px 18px;
  background: #FFF8F0;
  border-left: 4px solid #E3A755;
  font-size: 1.04rem;
  margin-bottom: 12px;
  margin-top: 10px;
  border-radius: 9px;
  color: #22424B;
}
details {
  margin-bottom: 18px;
  background: #fbeccd;
  border-radius: 9px;
  box-shadow: 0 1px 12px #c58d4144;
  border: 1px solid #faebd7;
  overflow: hidden;
}
details[open] {
  background: #faebd7;
  border-color: #d3bc99;
}
details summary {
  cursor: pointer;
  padding: 10px 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  background: #E3A755;
  color: #22424B;
  border-bottom: 1px solid #eec889;
  outline: none;
  transition: background .13s;
  user-select: none;
}
details[open] summary {
  background: #fff5e9;
  color: #B56A32;
}

/* Link Buttons - RETRO VIBE */
.cta, .cta:visited {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.13rem;
  letter-spacing: 1px;
  background: #E3A755;
  color: #22424B !important;
  padding: 13px 32px;
  border-radius: 26px;
  border: 2.5px solid #22424B;
  box-shadow: 0 2px 18px #b56a3212;
  font-weight: 700;
  transition: background 0.18s, color 0.18s, box-shadow .12s;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  outline: none;
  text-shadow: 1px 1px 0 #fffbe8ac;
}
.cta:hover, .cta:focus {
  background: #22424B;
  color: #E3A755 !important;
  border: 2.5px solid #E3A755;
  box-shadow: 0 7px 32px #e3a75532;
  text-decoration: none;
}

/* ADDRESS & ICONS */
address {
  font-style: normal;
  font-size: 1rem;
  color: #403814;
}
address a {
  color: #22424B;
  text-decoration: underline;
}

/* ICONS in CONTACT */
.container ul li img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 12px;
  display: inline-block;
  filter: sepia(1) hue-rotate(-10deg) contrast(1.3);
}

/* RETRO BADGE/ELEMENT? Add for retro call-out cards */
.badge {
  display: inline-block;
  background: #E3A755;
  color: #22424B;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 5px 14px;
  border-radius: 14px;
  font-weight: bold;
  box-shadow: 1px 1px 6px #dab07b36;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* ====== FOOTER ====== */
footer {
  background: #fbeccd;
  border-top: 7px double #E3A755;
  padding: 32px 0 18px 0;
  margin-top: 30px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
  justify-content: space-between;
}
footer nav ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 10px;
}
footer nav ul li a {
  color: #B56A32;
  background: none;
  padding: 7px 1.2em;
  border-radius: 12px;
  letter-spacing: 0.6px;
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: background .12s;
}
footer nav ul li a:hover, footer nav ul li a:focus {
  background: #eec88965;
  color: #22424B;
}
.footer-info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
}
.footer-info img {
  width: 38px;
  height: 38px;
}
.footer-info address {
  color: #535340;
  font-size: 1rem;
}

/* ===== COOKIE BANNER ===== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 3000;
  background: #fff8ea;
  box-shadow: 0 -6px 32px #e3a75549;
  padding: 24px 12px 14px 12px;
  border-top: 3px dashed #E3A755;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  transition: transform .35s, opacity .16s;
}
.cookie-consent-banner.hide {
  transform: translateY(120%);
  opacity: 0;
}
.cookie-consent-banner__text {
  color: #22424B;
  max-width: 700px;
  flex: 1 1 320px;
}
.cookie-btn, .cookie-btn:visited {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 8px 18px;
  border-radius: 16px;
  background: #E3A755;
  color: #22424B;
  border: 2px solid #B56A32;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 6px;
  font-weight: 600;
  box-shadow: 0 2px 8px #dab07b26;
  transition: background .14s, color .14s, border .12s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #22424B;
  color: #E3A755;
  border: 2px solid #E3A755;
}
.cookie-btn.settings {
  background: #F8F6F3;
  color: #22424B;
  border: 2px solid #B56A32;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #E3A755;
  color: #22424B;
}

/* ===== COOKIE MODAL ===== */
.cookie-modal {
  display: none;
  position: fixed;
  z-index: 3500;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(34,66,75,0.09);
  justify-content: center;
  align-items: center;
  animation: fadein .22s;
}
.cookie-modal.open {
  display: flex;
}
.cookie-modal-content {
  background: #fff8ea;
  border-radius: 22px;
  box-shadow: 0 9px 60px -19px #b56a327f;
  padding: 34px 28px 24px 28px;
  min-width: 300px;
  max-width: 90vw;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22424B;
  position: relative;
  animation: zoomin .22s;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes fadein {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes zoomin {
  from { transform: scale(.7);} to { transform: scale(1); }
}
.cookie-modal-content h4 {
  margin-bottom: 8px;
  color: #B56A32;
  font-size: 1.32rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}
.cookie-toggle-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category input[type="checkbox"] {
  appearance: none;
  width: 20px; height: 20px;
  border-radius: 8px;
  border: 2px solid #E3A755;
  background: #F8F6F3;
  margin: 0;
  outline: none;
  cursor: pointer;
  transition: border .11s, background .11s;
}
.cookie-category input[type="checkbox"]:checked {
  background: #E3A755;
  border-color: #B56A32;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 9px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #B56A32;
  cursor: pointer;
}

/* ======= RETRO PATTERNS (subtle, for modern-vintage) ======= */
.section {
  background-image: repeating-linear-gradient(135deg,#fff9f3 0 10px,#fbeccd 14px,#fff9f3 20px);
  background-size: 340px 340px;
}

/* ======= MEDIA QUERIES - MOBILE FIRST ======= */
@media (max-width: 870px) {
  .container {
    max-width: 99vw;
    padding: 0 6px;
  }
  .section, section {
    padding: 28px 5px;
    margin-bottom: 44px;
  }
  .testimonial-card {
    padding: 13px 6px;
    font-size: 0.99rem;
    margin-bottom: 15px;
  }
  .footer-info {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    font-size: 0.98rem;
  }
  footer .container {
    gap: 22px 0;
  }
}
@media (max-width: 640px) {
  h1 { font-size: 1.38rem; }
  h2 { font-size: 1.11rem; }
  h3 { font-size: 0.98rem; }
  .hero {
    padding-top: 18px;
    padding-bottom: 10px;
    min-height: 120px;
  }
  .footer-info img { width:26px; height:26px; }
  .section, section {
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .card-container, .content-grid {
    flex-direction: column;
    gap: 19px;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
@media (max-width: 520px) {
  .section, section {
    padding: 11px 1.5vw;
    margin-bottom: 32px;
  }
  .cta, .cta:visited {
    font-size: 1rem;
    padding: 9px 15vw;
  }
  .footer-info address {
    font-size: 0.94rem;
  }
}

/* ===== SCROLLBAR/SELECTION ===== */
::selection {
  background: #E3A755;
  color: #22424B;
}
::-webkit-scrollbar {
  background: #F8F6F3;
  width: 9px;
}
::-webkit-scrollbar-thumb {
  background: #E3A75588;
  border-radius: 9px;
}

/* ===== SMALL INTERACTIONS ===== */
button, .cookie-btn {
  outline: none;
}
button:focus-visible, .cookie-btn:focus-visible {
  outline: 2px solid #22424B;
  outline-offset: 1px;
}
.section, .card, .testimonial-card { transition: box-shadow .18s, background .12s; }

/* ===== PAGE-SPECIFIC ENHANCEMENTS ===== */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
  background: #fffbee;
  padding: 20px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 14px #b56a3242;
}
.contact-form label {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22424B;
  font-size: 1.01rem;
  margin-bottom: 6px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.6px solid #E3A755;
  border-radius: 10px;
  background: #faebd7;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  margin-bottom: 10px;
  resize: vertical;
  box-shadow: 0 1px 4px #eee5d1;
  transition: border .12s;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #22424B;
}
.contact-form button {
  align-self: flex-start;
  margin-top: 8px;
}

/* HIDE FILE UPLOAD BUTTON SPINNER IN SAFARI */
input[type="file"]::-webkit-file-upload-button {
  font-family: inherit;
}

/* ===== MICRO-ANIMATIONS ===== */
@media (hover: hover) {
  a, .cta, .card, .testimonial-card, button, .cookie-btn {
    transition: box-shadow .15s, color .15s, background .15s, border .14s, transform .13s;
  }
  .card:hover, .testimonial-card:hover {
    transform: translateY(-3px) scale(1.012);
    box-shadow: 0 7px 28px #b56a3271;
    background: #fbeccd;
  }
}

/*--- Z-INDEX SAFETY ---*/
header, .mobile-menu, .cookie-consent-banner, .cookie-modal { z-index: 1000; }

