/* ============================
 Aurora Raritäten – Elegant Classic CSS
============================ */
/* === 1. CSS RESET & FUNDAMENTALS === */
html, body, div, section, header, main, nav, footer, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, address, span, a, button, img, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  background: #F8F7F4;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #23272B;
  background: #F8F7F4;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
}
:focus {
  outline: 2px solid #d1bfa3;
  outline-offset: 2px;
}

/* === 2. TYPOGRAPHY – Elegant Classic Hierarchy === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  color: #23272B;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
  line-height: 1.18;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 14px;
  font-weight: 700;
}
h4 { font-size: 1.15rem; }
h5, h6 { font-size: 1rem; }

p, li, dt, dd, span, address, .price {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #23272B;
  font-size: 1rem;
  margin-bottom: 0.8em;
}

.subheadline {
  font-size: 1.25rem;
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  color: #827B60;
  font-style: italic;
  margin-bottom: 24px;
}
.price {
  color: #827b60;
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  font-size: 1.09rem;
  display: inline-block;
  margin-top: 5px;
}
strong {
  font-weight: 700;
}

/* === 3. LAYOUT CONTAINERS & GAPS === */
.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(130,123,96,0.06);
  position: relative;
  background: #fff;
  padding: 28px 24px;
  flex: 1 1 300px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.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: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px rgba(130,123,96,0.10);
  padding: 28px 24px;
  margin-bottom: 28px;
  max-width: 570px;
  border-left: 6px solid #d1bfa3;
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 26px 2px rgba(130,123,96,0.18);
  border-left: 6px solid #827b60;
}
.testimonial-card p {
  color: #23272B;
  font-size: 1.12rem;
  margin-bottom: 0;
  font-family: 'Merriweather', Georgia, serif;
  font-style: italic;
}
.testimonial-card span {
  color: #827B60;
  font-size: 0.98rem;
  font-style: normal;
  font-family: 'Open Sans', Arial, sans-serif;
}

.features-grid, .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(130,123,96,0.09);
  padding: 26px 20px 20px 20px;
  min-width: 220px;
  max-width: 320px;
  transition: box-shadow 0.2s, border-color 0.2s;
  margin-bottom: 20px;
  border-left: 4px solid #d1bfa3;
}
.feature-item img {
  width: 40px;
  height: 40px;
}
.feature-item:hover {
  box-shadow: 0 10px 28px 0 rgba(33,34,36,0.12);
  border-left: 4px solid #827b60;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.services-list > div {
  padding: 24px 18px 18px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 9px 0 rgba(130,123,96,0.09);
  margin-bottom: 20px;
  border-left: 4px solid #d1bfa3;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.services-list > div:hover {
  box-shadow: 0 4px 24px 2px rgba(130,123,96,0.17);
  border-left: 4px solid #827b60;
}

.text-section {
  max-width: 780px;
  margin: 0 auto 24px auto;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.text-section ul, .text-section ol {
  margin: 0 0 16px 20px;
  padding-left: 0;
  list-style: disc inside;
}
.text-section li {
  margin-bottom: 8px;
}

.contact-info {
  margin: 18px 0 6px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

address {
  font-style: normal;
  color: #827B60;
}

/* =====================
 HEADER & NAVIGATION
===================== */
header {
  background: #fff;
  border-bottom: 1px solid #e6e3d7;
  box-shadow: 0 2px 8px 0 rgba(209,191,163,0.04);
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  height: 82px;
}
header nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
header nav a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 1rem;
  color: #827B60;
  transition: color 0.18s, background 0.18s;
}
header nav a:hover, header nav a:focus {
  color: #23272B;
  background: #F2F0EB;
}
header a.btn-primary {
  margin-left: auto;
}
header img {
  height: 45px;
  width: auto;
}

/* === MOBILE BURGER BUTTON === */
.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #827B60;
  background: none;
  border: none;
  margin-left: 18px;
  z-index: 32;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #F2F0EB;
  color: #23272B;
}

/* === MOBILE MENU OVERLAY === */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(248,247,244,0.92);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.39s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  font-size: 2rem;
  color: #827B60;
  background: none;
  border: none;
  align-self: flex-end;
  margin: 28px 28px 0 0;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  z-index: 1002;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #F2F0EB;
  color: #23272B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin: 50px 0 0 36px;
}
.mobile-nav a {
  font-family: 'Merriweather', serif;
  font-size: 1.45rem;
  color: #23272B;
  padding: 9px 6px 9px 4px;
  border-radius: 7px;
  transition: background 0.15s, color 0.18s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #d1bfa3;
  color: #fff;
}

/* Hide navigation and show burger on mobile */
@media (max-width: 900px) {
  header nav, header a.btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
}

/* === 4. BUTTONS & LINKS === */
.btn-primary {
  background: #d1bfa3;
  color: #23272B;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 12px 34px;
  border-radius: 32px;
  border: none;
  box-shadow: 0 1px 12px rgba(130,123,96,0.07);
  letter-spacing: 0.01em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: inline-block;
  cursor: pointer;
  margin-top: 18px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #827b60;
  color: #fff;
  box-shadow: 0 6px 16px 0 rgba(33,34,36,0.19);
  transform: translateY(-1px) scale(1.03);
}
.button, .btn-secondary {
  background: #fff;
  color: #827B60;
  border: 1px solid #827B60;
  border-radius: 32px;
  padding: 12px 32px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
  margin-top: 12px;
}
.button:hover, .btn-secondary:hover,
.button:focus, .btn-secondary:focus {
  background: #f2f0eb;
  border-color: #d1bfa3;
  color: #23272B;
}

/* === 5. HERO SECTION === */
.hero {
  background: #fff;
  border-bottom: 1px solid #ece5d4;
  padding: 64px 0 56px 0;
  margin-bottom: 56px;
  box-shadow: 0 3px 18px 0 rgba(130,123,96,0.09);
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.hero h1 {
  color: #23272B;
  font-family: 'Merriweather', serif;
  margin-bottom: 16px;
  font-size: 2.5rem;
}
.hero .subheadline {
  margin-bottom: 18px;
  color: #827B60;
}

/* === 6. FOOTER === */
footer {
  background: #23272B;
  color: #fff;
  padding: 44px 0 24px 0;
  margin-top: 64px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
footer nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
footer nav a {
  color: #d1bfa3;
  font-size: 1rem;
  font-family: 'Merriweather', serif;
  padding: 4px 11px;
  border-radius: 8px;
  transition: background .18s, color .17s;
}
footer nav a:hover, footer nav a:focus {
  background: #827B60;
  color: #fff;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  height: 36px;
  width: auto;
}

/* =====================
 RESPONSIVE DESIGN
===================== */
@media (max-width: 1170px) {  /* Container shrink */
  .container { max-width: 94vw; }
}
@media (max-width: 900px) {
  .container { padding-left: 14px; padding-right: 14px; }
  .section, section {
    padding: 32px 8px;
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .card, .testimonial-card, .feature-item, .services-list > div {
    padding-left: 14px;
    padding-right: 14px;
  }
  .content-grid, .features-grid, .card-container, footer .container {
    flex-direction: column !important;
    gap: 18px !important;
  }
  .hero .container, header .container, .footer-brand, .mobile-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .text-image-section {
    flex-direction: column !important;
    gap: 20px;
  }
  .testimonial-card {
    max-width: 100%;
  }
  .feature-item {
    min-width: 0;
    width: 100%;
  }
  .hero {
    padding: 38px 0 34px 0;
    margin-bottom: 30px;
  }
}

/****************************
 7. COOKIE CONSENT BANNER & MODAL
*****************************/
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: rgba(255,255,252, 0.98);
  box-shadow: 0 -1px 14px 0 rgba(130,123,96,0.16);
  border-top: 2px solid #d1bfa3;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  z-index: 1200;
  padding: 20px 10px 18px 10px;
  opacity: 1;
  transition: opacity 0.27s;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
}
#cookie-banner.hide { opacity: 0; pointer-events: none; }
#cookie-banner .cookie-text {
  color: #23272B;
  max-width: 580px;
  margin-bottom: 0;
}
#cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
#cookie-banner .btn-primary, #cookie-banner .btn-secondary, #cookie-banner .button {
  padding: 8px 22px;
  font-size: 1rem;
  border-radius: 26px;
  margin: 0;
  margin-right: 6px;
}
#cookie-banner .btn-secondary {
  background: #fff;
  color: #827b60;
  border: 1px solid #827B60;
  font-family: 'Open Sans', Arial, sans-serif;
}
#cookie-banner .btn-secondary:focus, #cookie-banner .btn-secondary:hover {
  background: #f2f0eb;
  color: #23272B;
  border-color: #d1bfa3;
}

/* Cookie Modal Popup */
#cookie-modal {
  position: fixed;
  bottom: 0; left: 50%;
  transform: translate(-50%, 20%) scale(0.92);
  min-width: 342px;
  max-width: 94vw;
  background: #fffefa;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 0 58px 0 rgba(130,123,96,.22);
  padding: 32px 22px 28px 22px;
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity .27s, transform .37s;
  border-bottom: 3px solid #d1bfa3;
}
#cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1.0);
}
#cookie-modal .cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#cookie-modal h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
#cookie-modal .cookie-modal-close {
  font-size: 1.6rem;
  background: none;
  color: #827B60;
  border: none;
  border-radius: 8px;
  padding: 4px 10px;
  cursor: pointer;
  transition: background .15s;
}
#cookie-modal .cookie-modal-close:hover, #cookie-modal .cookie-modal-close:focus {
  background: #F2F0EB;
  color: #23272B;
}
#cookie-modal .cookie-options {
  margin-bottom: 20px;
}
#cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 11px;
}
#cookie-modal .category-label {
  font-weight: 600;
  color: #23272B;
  font-family: 'Merriweather', serif;
  font-size: 1.05rem;
}
#cookie-modal .category-always {
  font-size: 0.92rem;
  color: #827B60;
  font-style: italic;
  margin-left: 2px;
}
#cookie-modal .cookie-toggles .toggle-btn {
  appearance: none;
  width: 40px;
  height: 22px;
  background: #d1bfa3;
  border-radius: 18px;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background .16s;
}
#cookie-modal .cookie-toggles .toggle-btn:checked {
  background: #827B60;
}
#cookie-modal .cookie-toggles .toggle-btn:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px; top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: left .18s;
}
#cookie-modal .cookie-toggles .toggle-btn:checked:after {
  left: 20px;
}
#cookie-modal .cookie-modal-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#cookie-modal .btn-primary {
  padding: 8px 26px;
  font-size: 1rem;
}

@media (max-width: 600px) {
  #cookie-modal { min-width: 0; padding: 20px 8vw 14px 8vw; }
  #cookie-banner {
    flex-direction: column;
    gap: 15px;
    font-size: 1rem;
  }
  #cookie-modal .cookie-modal-header { flex-direction: column; gap: 10px; }
}

/************************************************
 * Decorations & Utility
 *************************************************/
.section, section {
  background: transparent;
  border-radius: 0;
}
.text-section li, .text-section dt, .text-section dd {
  font-size: 1rem;
  color: #23272B;
}
.text-section dt {
  font-weight: 700;
  margin-top: 10px;
}
.text-section dd {
  margin-left: 16px;
  margin-bottom: 10px;
}
dl { margin-bottom: 16px; }

ol {
  list-style: decimal inside;
  margin-left: 19px;
  margin-bottom: 18px;
}
dt::before, li::marker, ol li::marker {
  color: #827B60;
}

/* For visually separated sections */
.section.alt, section.alt {
  background: #f4f2ed;
}

/* Micro-interactions for cards */
.card, .feature-item, .testimonial-card, .services-list > div {
  transition: box-shadow 0.18s, border-color 0.2s;
}
.card:hover, .feature-item:hover, .services-list > div:hover {
  box-shadow: 0 12px 34px 2px rgba(130,123,96,0.13);
  border-left: 6px solid #827b60;
}

/* Spacing for FAQ/Q&A (dl) blocks */
dt {
  margin-top: 10px;
  color: #827B60;
}

/* Address styling */
address {
  color: #827B60;
  font-size: 1rem;
}

/* Table (if any in legal pages) */
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 20px;
  background: #fff;
}
th, td {
  padding: 12px 10px;
  border: 1px solid #ece5d4;
  text-align: left;
}
th {
  background: #f4f2ed;
  font-family: 'Merriweather', serif;
}

/* Accessibility: better focus styles */
a:focus, button:focus {
  outline: 2px solid #d1bfa3;
  outline-offset: 2px;
  box-shadow: 0 0 2px 2px rgba(209,191,163,0.19);
}

/*****************
 Color Utilities
*****************/
.bg-primary { background: #23272B; color: #fff; }
.bg-accent { background: #d1bfa3; color: #23272B; }
.bg-secondary { background: #827B60; color: #fff; }

.text-primary { color: #23272B; }
.text-secondary { color: #827B60; }
.text-accent { color: #d1bfa3; }
.text-white { color: #fff; }

/* ================
 SPACING UTILITIES
==================*/
.gap-8 { gap:8px !important; }
.gap-16 { gap: 16px !important; }
.gap-20 { gap:20px !important; }
.gap-24 { gap:24px !important; }
.mt-24 { margin-top:24px !important; }
.mb-24 { margin-bottom:24px !important; }
.pt-16 { padding-top:16px !important; }
.pb-16 { padding-bottom:16px !important; }

/**********************
 HIDDEN UTILITY
***********************/
.hidden { display: none !important; }

/****************************
 PRINT STYLES
*****************************/
@media print {
  header, footer, .btn-primary, .mobile-menu, #cookie-banner, #cookie-modal { display: none!important; }
  .container { padding: 0; }
  body { background: #fff; }
}
