/* =============================================
   Pfingstclub Fente Lichtenberg e.V.
   Hauptstylesheet
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --green-darkest: #0d200d;
  --green-dark:    #1a3a1a;
  --green-mid:     #2d6a2d;
  --green-bright:  #3d8b3d;
  --green-light:   #6fc96f;
  --gold:          #c9a227;
  --gold-light:    #e8c55a;
  --gold-pale:     #f5e9b8;
  --cream:         #f5f0e8;
  --cream-dark:    #ede8de;
  --white:         #ffffff;
  --text-dark:     #1a1a1a;
  --text-mid:      #444444;
  --text-light:    #777777;
  --border:        rgba(0,0,0,0.08);
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:     0 8px 24px rgba(0,0,0,0.10);
  --shadow-lg:     0 20px 48px rgba(0,0,0,0.14);
  --radius-sm:     6px;
  --radius-md:     12px;
  --radius-lg:     20px;
  --nav-height:    68px;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- NAVIGATION ---- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: var(--nav-height);
  background: rgba(13,32,13,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,162,39,0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(201,162,39,0.5);
  object-fit: cover;
  background: var(--green-mid);
}
.nav-brand-text {
  display: flex;
  flex-direction: column;
}
.nav-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: var(--cream);
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.nav-brand-sub {
  font-size: 10px;
  color: rgba(245,240,232,0.45);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  color: rgba(245,240,232,0.75);
  font-size: 14px;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light);
  background: rgba(201,162,39,0.08);
}

.nav-cta {
  background: var(--gold);
  color: var(--green-dark) !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: var(--radius-sm) !important;
  transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover {
  background: var(--gold-light) !important;
  transform: translateY(-1px);
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* ---- HERO ---- */
.hero {
  min-height: 100vh;
  background: linear-gradient(150deg, var(--green-dark) 0%, #0f2a0f 45%, #1b3822 100%);
  display: flex;
  align-items: center;
  padding: calc(var(--nav-height) + 60px) 80px 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 68% 55%, rgba(201,162,39,0.07) 0%, transparent 55%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--cream));
  pointer-events: none;
}

.hero-content {
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,162,39,0.14);
  border: 1px solid rgba(201,162,39,0.35);
  color: var(--gold-light);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.45);
  margin-bottom: 12px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
  color: var(--white);
  margin-bottom: 24px;
}
.hero h1 .accent {
  color: var(--gold);
  display: block;
}

.hero-lead {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(245,240,232,0.72);
  margin-bottom: 48px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-visual {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-48%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  z-index: 1;
}
.hero-logo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3px solid rgba(201,162,39,0.35);
  object-fit: cover;
  background: var(--green-mid);
  animation: floatAnim 5s ease-in-out infinite;
  box-shadow: 0 0 80px rgba(201,162,39,0.10);
}
@keyframes floatAnim {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

.hero-stats {
  display: flex;
  gap: 40px;
}
.hero-stat { text-align: center; }
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.hero-stat-label {
  font-size: 10px;
  color: rgba(245,240,232,0.45);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 6px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
  letter-spacing: 0.2px;
}
.btn-primary {
  background: var(--gold);
  color: var(--green-dark);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,162,39,0.3);
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(245,240,232,0.3);
  color: rgba(245,240,232,0.85);
}
.btn-outline:hover {
  border-color: rgba(245,240,232,0.6);
  background: rgba(255,255,255,0.06);
}
.btn-green {
  background: var(--green-mid);
  color: var(--white);
}
.btn-green:hover {
  background: var(--green-bright);
  transform: translateY(-2px);
}

/* ---- SECTIONS ---- */
.section {
  padding: 100px 80px;
}
.section-alt {
  background: var(--white);
}
.section-dark {
  background: var(--green-dark);
  color: var(--cream);
}
.section-darkest {
  background: var(--green-darkest);
  color: var(--cream);
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green-bright);
  font-weight: 500;
  margin-bottom: 12px;
}
.section-dark .section-tag,
.section-darkest .section-tag {
  color: var(--gold-light);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--green-dark);
  margin-bottom: 18px;
}
.section-dark .section-title,
.section-darkest .section-title {
  color: var(--white);
}

.section-lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-mid);
  max-width: 640px;
  font-weight: 300;
  margin-bottom: 60px;
}
.section-dark .section-lead,
.section-darkest .section-lead {
  color: rgba(245,240,232,0.68);
}

/* ---- CARDS ---- */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.card-dark {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

/* ---- FEATURE ITEMS ---- */
.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 22px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--green-bright);
}
.feature-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 1;
}
.feature-item h4 {
  font-size: 15px;
  font-weight: 500;
  color: var(--green-dark);
  margin-bottom: 4px;
}
.feature-item p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.55;
}

/* ---- TEAM CARD ---- */
.team-card {
  text-align: center;
  padding: 32px 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  transition: background 0.2s, transform 0.2s;
}
.team-card:hover {
  background: rgba(255,255,255,0.11);
  transform: translateY(-3px);
}
.team-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(201,162,39,0.2);
  border: 2px solid rgba(201,162,39,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--gold-light);
  font-weight: 700;
  margin: 0 auto 16px;
}
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--white);
  margin-bottom: 4px;
}
.team-role {
  font-size: 12px;
  color: var(--gold-light);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- FORM ---- */
.form-group {
  margin-bottom: 18px;
}
.form-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.55);
  margin-bottom: 8px;
}
.form-control {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--white);
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}
.form-control::placeholder {
  color: rgba(245,240,232,0.28);
}
.form-control:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,0.10);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.form-check input[type=checkbox] {
  width: 18px; height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
  flex-shrink: 0;
  cursor: pointer;
}
.form-check label {
  font-size: 13px;
  color: rgba(245,240,232,0.58);
  line-height: 1.6;
  cursor: pointer;
}

/* ---- FOOTER ---- */
.footer {
  background: var(--green-darkest);
  padding: 72px 80px 40px;
  border-top: 1px solid rgba(201,162,39,0.15);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-brand img {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(201,162,39,0.35);
  object-fit: cover;
  background: var(--green-mid);
  margin-bottom: 16px;
}
.footer-brand h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--cream);
  margin-bottom: 8px;
}
.footer-brand p {
  font-size: 13px;
  color: rgba(245,240,232,0.42);
  line-height: 1.65;
}
.footer-brand .footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--gold-light);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-brand .footer-email:hover {
  color: var(--gold);
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
  margin-bottom: 20px;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col a {
  font-size: 14px;
  color: rgba(245,240,232,0.62);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}
.footer-col a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(245,240,232,0.3);
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,162,39,0.1);
  border: 1px solid rgba(201,162,39,0.22);
  color: var(--gold-light);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s;
}
.footer-social a:hover {
  background: rgba(201,162,39,0.2);
}

/* ---- PAGE HEADER (inner pages) ---- */
.page-header {
  background: linear-gradient(145deg, var(--green-dark) 0%, #0f2a0f 100%);
  padding: calc(var(--nav-height) + 60px) 80px 70px;
  position: relative;
  overflow: hidden;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--cream));
}
.page-header .section-tag { color: var(--gold-light); }
.page-header .section-title { color: var(--white); }

/* ---- PROSE CONTENT ---- */
.prose {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
}
.prose h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--green-dark);
  margin: 48px 0 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.prose h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.prose h3 {
  font-size: 18px;
  color: var(--green-dark);
  margin: 28px 0 10px;
  font-weight: 500;
}
.prose p { margin-bottom: 16px; }
.prose strong { font-weight: 500; color: var(--text-dark); }
.prose ul {
  margin: 8px 0 16px 20px;
  list-style: disc;
}
.prose ul li { margin-bottom: 6px; }
.prose a { color: var(--green-bright); text-decoration: underline; }

/* ---- UTILS ---- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.text-center { text-align: center; }
.gap-16 { display: flex; flex-direction: column; gap: 16px; }
.mb-40 { margin-bottom: 40px; }

/* ---- DIVIDER ---- */
.divider {
  height: 1px;
  background: var(--border);
  margin: 0;
}

/* ---- BADGE ---- */
.badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 500;
}
.badge-green {
  background: rgba(61,139,61,0.12);
  color: var(--green-bright);
}
.badge-gold {
  background: rgba(201,162,39,0.15);
  color: #9a7a1a;
}

/* ---- FEE BOX ---- */
.fee-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: rgba(201,162,39,0.12);
  border: 1px solid rgba(201,162,39,0.28);
  border-radius: var(--radius-md);
  padding: 20px 28px;
  margin-bottom: 40px;
}
.fee-amount {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.fee-period {
  font-size: 13px;
  color: rgba(245,240,232,0.55);
  margin-top: 4px;
}
.fee-divider {
  width: 1px; height: 44px;
  background: rgba(201,162,39,0.25);
}
.fee-note {
  font-size: 13px;
  color: rgba(245,240,232,0.6);
  line-height: 1.65;
}

/* ---- CHECKLIST ---- */
.checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.checklist-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.check-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(61,139,61,0.25);
  border: 1px solid var(--green-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--green-light);
}
.checklist-item span {
  font-size: 15px;
  color: rgba(245,240,232,0.75);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { right: 40px; }
  .hero-logo { width: 200px; height: 200px; }
}

@media (max-width: 900px) {
  .section { padding: 70px 28px; }
  .hero { padding: calc(var(--nav-height) + 48px) 28px 60px; }
  .page-header { padding: calc(var(--nav-height) + 48px) 28px 60px; }
  .nav { padding: 0 20px; }
  .nav-links { display: none; position: absolute; top: var(--nav-height); left: 0; right: 0; background: rgba(13,32,13,0.98); flex-direction: column; padding: 20px 24px; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-visual { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer { padding: 48px 28px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* =============================================
   ERWEITERUNGEN v2
   ============================================= */

/* ---- DROPDOWN NAV ---- */
.nav-dropdown {
  position: relative;
}
.nav-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}

/* Dropdown: opacity/visibility statt display – kein Flackern */
.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;           /* direkt unter dem Link – keine Lücke */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(13,32,13,0.98);
  border: 1px solid rgba(201,162,39,0.2);
  border-radius: var(--radius-md);
  min-width: 190px;
  padding: 8px;
  z-index: 300;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  transition: opacity 0.18s ease, visibility 0.18s ease;
  /* Unsichtbares Padding oben = Brücke über die Lücke zur Nav */
  padding-top: 16px;
  margin-top: -8px; /* schiebt das Menü 8px nach oben → überdeckt die Lücke */
}

/* Kleines Dreieck / Brücke damit kein Gap entsteht */
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 8px; /* deckt die 8px Lücke ab */
  background: transparent;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.dropdown-menu a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  color: rgba(245,240,232,0.75) !important;
  border-radius: var(--radius-sm);
  transition: background 0.15s, color 0.15s !important;
  background: transparent !important;
}
.dropdown-menu a:hover {
  background: rgba(201,162,39,0.12) !important;
  color: var(--gold-light) !important;
}

/* ---- COUNTDOWN ---- */
.countdown-bar {
  background: rgba(201,162,39,0.1);
  border: 1px solid rgba(201,162,39,0.25);
  border-radius: var(--radius-md);
  padding: 20px 28px;
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.countdown-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
  margin-bottom: 4px;
}
.countdown-units {
  display: flex;
  gap: 16px;
}
.countdown-unit { text-align: center; }
.countdown-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  min-width: 52px;
  display: block;
}
.countdown-unit-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
  margin-top: 4px;
}
.countdown-sep {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: rgba(201,162,39,0.4);
  align-self: flex-start;
  margin-top: 4px;
}

/* ---- MAP EMBED ---- */
.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  height: 360px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ---- CONTACT FORM ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.contact-info-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: rgba(61,139,61,0.12);
  border: 1px solid rgba(61,139,61,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-info-item h4 {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
  font-weight: 400;
}
.contact-info-item p, .contact-info-item a {
  font-size: 15px;
  color: var(--text-dark);
  font-weight: 400;
  line-height: 1.5;
}
.contact-info-item a { color: var(--green-bright); }

.contact-form-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 36px;
}
.contact-form-box .form-label { color: var(--text-light); }
.contact-form-box .form-control {
  background: var(--cream);
  border: 1px solid var(--border);
  color: var(--text-dark);
}
.contact-form-box .form-control::placeholder { color: var(--text-light); opacity: 0.6; }
.contact-form-box .form-control:focus { border-color: var(--green-bright); background: var(--white); }
.contact-form-box textarea.form-control { min-height: 120px; resize: vertical; }

/* ---- GUESTBOOK ---- */
.guestbook-entry {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s;
}
.guestbook-entry:hover { box-shadow: var(--shadow-sm); }
.guestbook-entry::before {
  content: '"';
  position: absolute;
  top: 12px; left: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: rgba(201,162,39,0.12);
  line-height: 1;
}
.guestbook-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.guestbook-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: var(--gold-light);
  font-weight: 700;
  flex-shrink: 0;
}
.guestbook-name { font-weight: 500; font-size: 15px; color: var(--green-dark); }
.guestbook-date { font-size: 12px; color: var(--text-light); }
.guestbook-text { font-size: 15px; color: var(--text-mid); line-height: 1.75; font-weight: 300; font-style: italic; }

.guestbook-form {
  background: var(--cream-dark);
  border: 2px dashed var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 36px;
}
.guestbook-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--green-dark);
  margin-bottom: 20px;
}
.guestbook-form .form-label { color: var(--text-light); }
.guestbook-form .form-control {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text-dark);
}
.guestbook-form .form-control:focus { border-color: var(--green-bright); }
.guestbook-form textarea.form-control { min-height: 100px; resize: vertical; }

/* ---- HISTORY TIMELINE ---- */
.timeline {
  position: relative;
  padding-left: 36px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 10px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--green-bright), var(--gold));
}
.timeline-item {
  position: relative;
  margin-bottom: 48px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--gold);
}
.timeline-year {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.timeline-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--green-dark);
  margin-bottom: 8px;
}
.timeline-text {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.75;
  font-weight: 300;
}

/* ---- FAQ ---- */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--green-dark);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--green-bright); }
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: var(--green-mid);
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
  line-height: 1;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding: 0;
}
.faq-item.open .faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}
.faq-answer p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  font-weight: 300;
}
.faq-answer a { color: var(--green-bright); text-decoration: underline; }

/* ---- FORMSPREE NOTE ---- */
.form-note {
  font-size: 12px;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}
