/* =============================================
   AN EYE ON BIRTH – Global Styles
   ============================================= */

/* Utility – black & white image */
.img-bw {
  filter: grayscale(100%);
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  color: #2c2c2c;
  background: #faf9f7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, .nav-logo, .testimonial-single, .home-hero-tagline, .doula-hero-tagline {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* =============================================
   NAVIGATION
   ============================================= */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8e4de;
  padding: 0 2rem;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  height: 64px;
}

.nav-logo {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2c2c2c;
  white-space: nowrap;
}

.nav-logo span:last-child {
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 300;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-links > li {
  position: relative;
}

.nav-links > li > a,
.nav-links > li > button {
  display: block;
  padding: 0.45rem 0.85rem;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c2c2c;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.nav-links > li > a:hover,
.nav-links > li > button:hover,
.nav-links > li > a.active {
  color: #8a6e52;
}

/* .nav-contact-link {
  background: transparent;
  color: #fff !important;
  background: #8a6e52 !important;
  border-radius: 999px;
  padding: 0.4rem 1.1rem !important;
  transition: background 0.2s, color 0.2s !important;
}

.nav-contact-link:hover,
.nav-contact-link.active {
  background: #8a6e52 !important;
  color: #fff !important;
} */

/* Dropdown */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

/* The Photography trigger button (label + arrow combined) */
.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.85rem;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c2c2c;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.nav-dropdown-trigger:hover,
.nav-dropdown.open .nav-dropdown-trigger {
  color: #8a6e52;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e8e4de;
  border-top: none;
  min-width: 190px;
  list-style: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 200;
}

.nav-dropdown.open .nav-dropdown-menu {
  display: block;
}

.nav-dropdown-menu li a {
  display: block;
  padding: 0.6rem 1.1rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2c2c2c;
  transition: background 0.15s, color 0.15s;
}

.nav-dropdown-menu li a:hover {
  background: #f5f0ea;
  color: #8a6e52;
}

/* Hamburger (mobile) */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2c2c2c;
  transition: all 0.3s;
}

/* =============================================
   HERO / TITLE SECTION
   ============================================= */
.page-hero {
  text-align: center;
  padding: 4rem 1.5rem 2rem;
}

.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  line-height: 1.2;
}

.page-hero .subtitle {
  margin-top: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a6e52;
  font-weight: 400;
}

.page-hero p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #666;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* =============================================
   HOME – HERO
   ============================================= */
.home-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  background:
    linear-gradient(to bottom, rgba(250,249,247,0.18) 0%, rgba(250,249,247,0.72) 100%),
    url('../images/birth/Théo_166_web.webp')
    center center / cover no-repeat;
}

.home-hero-inner {
  max-width: 720px;
}

.home-hero-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #8a6e52;
  margin-bottom: 1.2rem;
}

.home-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.home-hero h2 {
  font-size: clamp(1.2rem, 5vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

.home-hero-tagline {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #555;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 2.5rem;
}

.home-hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: #2c2c2c;
  color: #fff;
  border: 1.5px solid #2c2c2c;
  border-radius: 999px;
  padding: 0.85rem 2.4rem;
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.btn-primary:hover {
  background: #8a6e52;
  border-color: #8a6e52;
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #2c2c2c;
  border: 1.5px solid #2c2c2c;
  border-radius: 999px;
  padding: 0.85rem 2.4rem;
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.btn-outline:hover {
  border-color: #8a6e52;
  color: #8a6e52;
}

/* =============================================
   HOME – INTRO STRIP
   ============================================= */
.home-intro {
  padding: 5rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.home-intro-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: center;
}

.home-intro-photo img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: sepia(10%);
}

.home-intro-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  margin-bottom: 1.2rem;
}

.home-intro-text p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 1rem;
}

.home-link-arrow {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a6e52;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.home-link-arrow:hover {
  border-bottom-color: #8a6e52;
}

/* =============================================
   HOME – SECTION HEADERS
   ============================================= */
.home-section {
  padding: 2rem 1.5rem 4rem;
}

.home-section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 2.5rem;
}

.home-section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #2c2c2c;
  margin-bottom: 0.6rem;
}

.home-section-header p {
  font-size: 1.1rem;
  color: #777;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  line-height: 1.7;
}

/* =============================================
   HOME – DOULA SECTION
   ============================================= */
.home-doula-section {
  background: #f5f0ea;
  padding: 5rem 1.5rem;
}

.home-doula-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.home-doula-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  margin-bottom: 0.4rem;
}

.home-doula-tagline {
  font-size: 1rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #8a6e52;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}

.home-doula-text p {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 1rem;
}

.home-doula-packages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.home-doula-btn {
  margin-top: 0.5rem;
}

.home-doula-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* =============================================
   HOME – COMMUNITIES
   ============================================= */
.home-communities {
  padding-bottom: 5rem;
}

/* =============================================
   HOME – CTA BANNER
   ============================================= */
.home-cta-banner {
  text-align: center;
  padding: 5rem 1.5rem;
  background: #2c2c2c;
  color: #faf9f7;
}

.home-cta-banner h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.home-cta-banner p {
  font-size: 1.1rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #bbb;
  margin-bottom: 2rem;
}

.home-cta-banner .btn-primary {
  background: transparent;
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.home-cta-banner .btn-primary:hover {
  background: #8a6e52;
  border-color: #8a6e52;
}

/* =============================================
   HOME – 4 SERVICE CARDS
   ============================================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
  width: 100%;
}

.service-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.service-card:hover .service-card-overlay {
  background: rgba(0,0,0,0.42);
}

.service-card-label {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.6);
  padding: 0.6rem 1.8rem;
  transition: border-color 0.3s;
  border-radius: 999px;
}

.service-card:hover .service-card-label {
  border-color: #fff;
}

/* =============================================
   HOME – TESTIMONIAL CAROUSEL
   ============================================= */
.testimonial-section {
  background: #f5f0ea;
  padding: 4rem 2rem;
  text-align: center;
}

/* Carousel container */
.testimonial-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  /* enough horizontal padding for the arrow buttons */
  padding: 0 3rem;
}

/* Individual slides — hidden by default */
.testimonial-slide {
  display: none;
}
.testimonial-slide.active {
  display: block;
  animation: testimonialFadeIn 0.5s ease;
}

@keyframes testimonialFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Quote text */
.testimonial-slide blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

.testimonial-slide blockquote::before {
  content: '\201C';
  font-size: 3rem;
  line-height: 0;
  vertical-align: -0.6em;
  color: #8a6e52;
  margin-right: 0.2rem;
}

/* Author row: avatar + name */
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Round photo placeholder */
.testimonial-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-slide cite {
  display: inline-block;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #8a6e52;
}

/* Prev / Next arrow buttons */
.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #c5b8a8;
  color: #8a6e52;
  font-size: 1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  line-height: 1;
}
.testimonial-prev { left: 0; }
.testimonial-next { right: 0; }
.testimonial-prev:hover,
.testimonial-next:hover {
  background: #8a6e52;
  color: #fff;
  border-color: #8a6e52;
}

/* Dot indicators */
.testimonial-dots {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.testimonial-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5b8a8;
  cursor: pointer;
  transition: background 0.25s;
}
.testimonial-dot.active {
  background: #8a6e52;
}

/* Single-quote variant (index.html) */
.testimonial-section--single {
  padding: 5rem 2rem;
}

.testimonial-single {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.25rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  line-height: 1.75;
  position: relative;
}
.testimonial-single cite {
  color: #8a6e52;
}

.testimonial-single::before {
  content: '\201C';
  font-size: 5rem;
  line-height: 0;
  vertical-align: -0.55em;
  margin-right: 0.15em;
}

.testimonial-single .testimonial-author {
  margin-top: 2rem;
}

.testimonial-cta {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.6rem 1.6rem;
  border: 1px solid #c4a882;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6e52;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.testimonial-cta:hover {
  background: #8a6e52;
  color: #fff;
  border-color: #8a6e52;
}

/* =============================================
   GALLERY PAGE
   ============================================= */
.gallery-page-header {
  text-align: center;
  padding: 3rem 1.5rem 1.5rem;
  border-bottom: 1px solid #e8e4de;
  max-width: 800px;
  margin: 0 auto;
}

.gallery-page-header h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2c2c2c;
}

.gallery-page-header p {
  margin-top: 0.9rem;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #555;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

/* Gallery grid — rows of fixed height, items sized by aspect ratio */
.gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 2rem 1.5rem 4rem;
}

/* Each row is a flex container that fills the full width */
.gallery-row {
  display: flex;
  gap: 6px;
}

/* Each item grows to fill its proportion of the row */
.gallery-item {
  flex: 1 1 0;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  min-width: 0;
}

/* Aspect-ratio hints via flex-grow — these drive the proportional widths */
.gallery-item[data-orientation="portrait"]  { flex-grow: 2; } /* ~2:3 */
.gallery-item[data-orientation="landscape"] { flex-grow: 4; } /* ~3:2 */
.gallery-item[data-orientation="square"]    { flex-grow: 2.5; } /* ~1:1 */

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.03);
  filter: brightness(0.88);
}

@media (max-width: 950px) {
  .gallery-row {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .gallery-row {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 4px;
  }
  .gallery-item {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
  }
  .gallery-item[data-orientation="landscape"] { aspect-ratio: 3 / 2; }
  .gallery-item[data-orientation="square"]    { aspect-ratio: 1 / 1; }
}

/* Caption overlay — only renders when data-caption is present */
.gallery-item[data-caption]::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6rem 0.85rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.55));
  color: #fff;
  /* font-size: 0.78rem; */
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.gallery-item[data-caption]:hover::after {
  transform: translateY(0);
}

/* Text card inside gallery — sits as a regular masonry item */
.gallery-text-card {
  break-inside: avoid;
  margin-bottom: 6px;
  padding: 2.5rem 1.8rem;
  background: #f5f0ea;
  cursor: pointer;
  transition: background 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-text-card:hover {
  background: #ede7de;
}

.gallery-text-card .gallery-text-card-headline {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  letter-spacing: 0.03em;
  color: #2c2c2c;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gallery-text-card .gallery-text-card-body {
  font-size: 0.92rem;
  line-height: 1.85;
  color: #666;
}

/* Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border: none;
}

.lightbox-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  color: #fff;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.lightbox-close:hover { opacity: 1; }

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  padding: 0.5rem;
}

.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox-prev:hover, .lightbox-next:hover { opacity: 1; }

/* =============================================
   DOULA SERVICES – HERO
   ============================================= */
.doula-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  background:
    linear-gradient(to bottom, rgba(250,249,247,0.15) 0%, rgba(250,249,247,0.65) 100%),
    url('../images/birth/Boem_Naiss_035b_web.webp')
    center center / cover no-repeat;
}

.doula-hero-inner {
  max-width: 680px;
}

.doula-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.doula-hero-tagline {
  font-size: 1.05rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #555;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}

.doula-section-title {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6e52;
  margin-bottom: 0.6rem;
  font-weight: 400;
}

/* =============================================
   DOULA SERVICES PAGE
   ============================================= */
.doula-intro {
  max-width: 820px;
  margin: 3rem auto 2rem;
  padding: 0 1.5rem;
}

.doula-intro h1,
.doula-intro .privacy-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  margin-bottom: 0.4rem;
}

.doula-intro .tagline {
  font-size: 1rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #8a6e52;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}

.doula-intro p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 1rem;
}

/* Research stats list */
.doula-research .research-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.doula-research .research-list li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 1.1rem;
  background: #fff;
  border-left: 3px solid #8a6e52;
  border-radius: 0 8px 8px 0;
}

.research-stat {
  font-size: 1.35rem;
  font-weight: 300;
  color: #8a6e52;
  letter-spacing: 0.04em;
  white-space: nowrap;
  min-width: 5rem;
  flex-shrink: 0;
}

.research-desc {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #444;
}

.research-desc em {
  color: #888;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

/* Support communities */
.support-communities {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
}

.support-communities-title {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  color: #8a6e52;
  margin-bottom: 1rem;
}

.support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.support-tag {
  display: inline-block;
  padding: 0.35rem 1rem;
  border: 1px solid #c4a882;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a6e52;
  background: #fdf8f3;
}

/* =============================================
   STATS CAROUSEL
   ============================================= */
.stats-carousel-section {
  background: #2c2c2c;
  padding: 4rem 2rem 3rem;
  text-align: center;
}

.stats-carousel-section .doula-section-title {
  color: #fff;
}

.stats-carousel-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3rem;
}

.stats-track-clip {
  overflow: hidden;
}

.stats-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.stat-card {
  flex: 0 0 calc(33.333% - 0.84rem);
  background: #8a6e52;
  border: 1px solid #8a6e52;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
  box-sizing: border-box;
  color: #fff
}

.stat-card-stat {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
}

.stat-card-main {
  font-size: 0.95rem;
  line-height: 1.5;
}

.stat-card-note {
  font-size: 0.82rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  line-height: 1.5;
  margin-top: 0.25rem;
  border-top: 1px solid #e8e4de;
  padding-top: 0.6rem;
}

.stat-card-note strong {
  color: #8a6e52;
  font-style: normal;
}

.stats-prev,
.stats-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}

.stats-prev:hover,
.stats-next:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.stats-prev { left: 0; }
.stats-next { right: 0; }

.stats-dots {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.stats-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.2s;
}

.stats-dot.active {
  background: #fff;
}

.stats-source {
  margin-top: 1.5rem;
  color: rgba(255,255,255,0.45);
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

.stats-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.65rem 1.8rem;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.stats-cta:hover {
  background: #8a6e52;
  border-color: #8a6e52;
}

@media (max-width: 700px) {
  .stat-card {
    flex: 0 0 calc(100% - 0.84rem);
  }
}

@media (min-width: 701px) and (max-width: 950px) {
  .stat-card {
    flex: 0 0 calc(50% - 0.84rem);
  }
}

/* =============================================
   PACKAGES GRID
   ============================================= */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  /* max-width: 1100px; */
  margin: 2rem auto 3rem;
  padding: 0 1.5rem;
}

.package-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.25s, transform 0.25s;
}

.package-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}

.package-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.package-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.package-card:hover .package-card-overlay {
  background: rgba(0,0,0,0.42);
}

.package-card-label {
  max-width: 80%;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.6);
  padding: 0.6rem 1.8rem;
  transition: border-color 0.3s;
  border-radius: 999px;
}

.package-card:hover .package-card-label {
  border-color: #fff;
}

/* =============================================
   PACKAGE MODAL
   ============================================= */
.pkg-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 500;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.pkg-modal-overlay.active {
  display: flex;
}

.pkg-modal {
  background: #faf9f7;
  border-radius: 18px;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 2.5rem 2.5rem 2rem;
  box-shadow: 0 12px 48px rgba(0,0,0,0.18);
  animation: modalIn 0.25s ease;
}

@media (min-width: 1000px) {
  .pkg-modal {
    max-width: 1300px;
    display: grid;
    grid-template-columns: 460px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    padding: 2.5rem;
    align-items: start;
  }

  .pkg-modal-close {
    grid-column: 1 / -1;
    position: absolute;
    right:-1rem;
  }

  .pkg-modal-img {
    grid-column: 1;
    grid-row: 1 / 3;
    aspect-ratio: 2/3;
    margin-bottom: 0;
    align-self: top;
    height: 100%;
  }

  .pkg-modal-content {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
  }
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.pkg-modal-close {
  position: absolute;
  top: 1rem;
  right:1rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.pkg-modal-close:hover { color: #2c2c2c; }

.pkg-modal-img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 1.4rem;
}

.pkg-modal-title {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.pkg-modal-body {
  font-size: 0.97rem;
  line-height: 1.85;
  color: #444;
}

.pkg-modal-body ul {
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}

.pkg-modal-body li {
  margin-bottom: 0.35rem;
}

.pkg-modal-cta {
  display: inline-block;
  margin-top: 1.8rem;
  border: 0.9px solid #2c2c2c;
}

.pkg-modal-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.8rem;
}

@media (max-width: 600px) {
  .pkg-modal-footer {
    flex-direction: column;
    align-items: flex-start;
  }
   .pkg-modal-cta {
    align-self: center;
  }
}

.pkg-modal-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pkg-modal-price-note {
  font-size: 0.9rem;
  color: #8a6e52;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  letter-spacing: 0.01em;
}

.pkg-modal-price {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #2c2c2c;
}

/* Contact Details Modal (Impressum) */
.btn-show-contact {
  background: none;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 0.55rem 1.4rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn-show-contact:hover {
  background: #2c2c2c;
  color: #fff;
}

.contact-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(44, 44, 44, 0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.contact-modal-overlay.active {
  display: flex;
}

.contact-modal {
  background: #fff;
  padding: 2.5rem 2rem 2rem;
  max-width: 420px;
  width: 90%;
  position: relative;
  animation: modalIn 0.25s ease;
}

.contact-modal h2 {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 1.4rem;
  color: #2c2c2c;
}

.contact-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: #8a8a8a;
}

.contact-modal-close:hover {
  color: #2c2c2c;
}

.contact-modal-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.contact-modal-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  color: #2c2c2c;
}

.contact-modal-row a {
  color: #2c2c2c;
  text-decoration: underline;
}

.contact-modal-row svg {
  flex-shrink: 0;
  color: #8a6e52;
}

/* Contact Form */
.contact-section {
  background: #f5f0ea;
  padding: 5rem 1.5rem 6rem;
  text-align: center;
}

.contact-section h1,
.contact-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  color: #2c2c2c;
}

.contact-intro {
  font-size: 1rem;
  color: #777;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  margin-bottom: 2.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 560px;
  margin: 0 auto;
}

/* Honeypot field — invisible to humans, bots will fill it */
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

/* All inputs, selects, textarea */
.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 1rem;
  color: #2c2c2c;
  background: transparent;
  border: 1.5px solid #2c2c2c;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
}

.contact-form input:not([type="checkbox"])::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #8a6e52;
  background: rgba(255,255,255,0.45);
}

/* Textarea gets softer rounding so it doesn't look odd */
.contact-form textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 120px;
  padding: 1rem 1.4rem;
}

/* Select — custom arrow */
.contact-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232c2c2c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 2.5rem;
  color: #999;
}

.contact-form select:valid,
.contact-form select.has-value {
  color: #2c2c2c;
}

.form-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
  text-align: left;
  padding: 0 0.2rem;
}

.form-disclaimer input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: #8a6e52;
}

.btn-send {
  align-self: center;
  background: #2c2c2c;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 2.8rem;
  font-family: inherit;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
}

.btn-send:hover { background: #8a6e52; }

.form-success {
  display: none;
  margin-top: 1.5rem;
  color: #8a6e52;
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1rem;
}

/* Impressum / Datenschutz headings */
.impressum-heading {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6e52;
  font-weight: 400;
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
}

/* Datenschutz legal lists */
.legal-list {
  margin: 0.5rem 0 1rem 1.5rem;
  line-height: 1.85;
  color: #444;
}

/* Language toggle */
.lang-toggle {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.lang-btn {
  background: none;
  border: 1px solid #c5b8a8;
  color: #8a6e52;
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lang-btn:hover {
  background: #f5f0ea;
}

.lang-btn.active {
  background: #8a6e52;
  color: #fff;
  border-color: #8a6e52;
}

/* =============================================
   ABOUT ME PAGE
   ============================================= */
.about-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 3rem auto 4rem;
  padding: 0 1.5rem;
  align-items: start;
}

.about-photo img {
  width: 100%;
  border-radius: 50%;
  filter: sepia(10%);
  aspect-ratio: 1;
  object-fit: cover;
}

.about-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  color: #2c2c2c;
}

.about-content h2 {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 2rem 0 0.75rem;
  color: #8a6e52;
}

.about-content h3 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1.4rem 0 0.6rem;
  color: #2c2c2c;
}

.about-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.about-content ul li {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.4rem;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  color: #2c2c2c;
  transition: border-color 0.2s, color 0.2s;
  font-size: 0.85rem;
}

.social-links a:hover {
  border-color: #8a6e52;
  color: #8a6e52;
}

.about-contact-block {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e4de;
}

.about-contact-block p {
  font-size: 0.95rem;
  color: #555;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  margin-top: auto;
  background: #fff;
  border-top: 1px solid #e8e4de;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.site-footer-links {
  display: flex;
  gap: 1.5rem;
}

.site-footer-links a {
  color: #999;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.2s;
}

.site-footer-links a:hover {
  color: #8a6e52;
}

.site-footer-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.site-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #999;
  transition: border-color 0.2s, color 0.2s;
}

.site-footer-social a:hover {
  border-color: #8a6e52;
  color: #8a6e52;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1215px) {
  .nav-logo span:first-of-type {
    font-size: 0;
    width: 0;
    display:inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .home-intro-inner {
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
  }

  .home-doula-inner {
    grid-template-columns: 1fr;
  }

  .home-doula-image {
    order: 1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 950px) {
  .home-hero {
    min-height: 70vh;
    padding: 4rem 1.2rem 3rem;
  }

  .home-hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .home-intro-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .home-intro-photo {
    max-width: 200px;
    margin: 0 auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e4de;
    padding: 0.5rem 0 1rem;
    gap: 0;
    align-items: flex-start;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links > li {
    width: 100%;
  }

  .nav-links > li > a,
  .nav-links > li > button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    text-align: left;
  }

  /* Photography trigger full width on mobile */
  .nav-dropdown {
    flex-wrap: wrap;
  }

  .nav-dropdown-trigger {
    width: 100%;
    padding: 0.75rem 1.5rem;
    text-align: left;
    justify-content: flex-start;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    border-left: 3px solid #e8e4de;
    margin-left: 1.5rem;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-inner {
    position: relative;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .btn-send {
    width: 100%;
  }

  .packages-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .packages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .testimonial-carousel {
    padding: 0 2.4rem;
  }
  .testimonial-prev,
  .testimonial-next {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
  }
}
