/* =============================================
   FERIENWOHNUNGEN REHEFELD-ZAUNHAUS
   Design System – Mai 2026
   ============================================= */

/* ── Lucide Icons ─────────────────────────────
   Inline SVG icons created by lucide.createIcons()
   All icons inherit currentColor from parent.
   ─────────────────────────────────────────── */
.lucide {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
/* Navigation */
.nav-link .lucide            { width: 15px; height: 15px; margin-right: 4px; margin-top: -2px; }
/* Hero badges */
.hero-badge .lucide          { width: 14px; height: 14px; margin-right: 4px; margin-top: -2px; }
/* Section kicker chips */
.kicker .lucide              { width: 14px; height: 14px; margin-right: 4px; margin-top: -2px; }
.hero-kicker .lucide         { width: 15px; height: 15px; margin-right: 5px; margin-top: -2px; }
/* Highlight strip (hi-icon) */
.hi-icon .lucide             { width: 24px; height: 24px; }
/* Activity / season tags */
.act-tag .lucide             { width: 14px; height: 14px; margin-right: 4px; margin-top: -2px; }
/* Apartment meta tags */
.meta-tag .lucide            { width: 14px; height: 14px; margin-right: 4px; margin-top: -2px; }
/* Feature cards large icon box */
.card-feature .icon .lucide  { width: 28px; height: 28px; stroke: var(--forest); }
/* Info-box items */
.ib-icon .lucide             { width: 16px; height: 16px; margin-top: -2px; }
/* Footer links */
footer .lucide               { width: 14px; height: 14px; margin-right: 4px; margin-top: -2px; }
/* Sidebar quick-facts */
.sidebar-fact .lucide        { width: 16px; height: 16px; margin-right: 5px; margin-top: -2px; }

:root {
  --forest:       #317c54; /* #1a3d2b; */
  --forest-mid:   #2b5c42;
  --forest-light: #ddeee4;
  --sage:         #eef6f1;
  --amber:        #b8722a;
  --amber-light:  #fdf0e0;
  --cream:        #f9f6f0;
  --white:        #ffffff;
  --text:         #1a2e22;
  --text-mid:     #3b5c48;
  --text-muted:   #6e8878;
  --border:       rgba(26,61,43,0.12);
  --shadow-sm:    0 2px 10px rgba(26,61,43,0.08);
  --shadow-md:    0 6px 24px rgba(26,61,43,0.11);
  --shadow-lg:    0 16px 48px rgba(26,61,43,0.14);
  --r:            14px;
  --r-lg:         22px;
  --r-xl:         32px;
}

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

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest-mid); }
a:hover { color: var(--forest); }

/* ── Navigation ───────────────────────────── */
.navbar {
  background: rgba(26, 61, 43, 0.96) !important;
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: var(--white) !important;
}
.navbar-brand span { color: #9ecfb3; }
.nav-link {
  color: rgba(255,255,255,0.82) !important;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.8rem !important;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.nav-link:hover, .nav-link.active {
  color: var(--white) !important;
  background: rgba(255,255,255,0.12);
}
.nav-cta {
  background: var(--amber) !important;
  color: var(--white) !important;
  border-radius: 8px;
  padding: 0.4rem 1rem !important;
  font-weight: 600;
}
.nav-cta:hover { background: #a0621f !important; }
.navbar-toggler { border-color: rgba(255,255,255,0.3); }
.navbar-toggler-icon { filter: invert(1); }

/* ── Hero ─────────────────────────────────── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--forest);
}

/* Carousel als Hero-Hintergrund */
.hero-carousel {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
/* Indicators & Controls über dem Overlay, klickbar */
.hero-carousel .carousel-indicators,
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  z-index: 10;
  pointer-events: auto;
}
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}
.hero-carousel-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.98;          /* ↑ erhöht (war 0.62) */
  transition: opacity 0.8s ease;
}
/* Fallback für altes .hero-img */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.98;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20,50,35,0.25) 0%, /* 0.88 */
    rgba(26,61,43,0.2) 60%, /* 0.70 */
    rgba(30,70,50,0.15) 100% /* 0.50 */
  );
  pointer-events: none; /* Klicks auf Carousel-Indicators durchlassen */
  z-index: 1;           /* Zwischen Carousel (z:0) und Hero-Content (z:2) */
}
.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  pointer-events: none; /* Klicks auf Carousel-Indicators/Controls durchlassen */
}
/* Interaktive Elemente innerhalb hero-content bleiben klickbar */
.hero-content a,
.hero-content button,
.hero-content input,
.hero-content [role="button"] {
  pointer-events: auto;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ecfb3;
  margin-bottom: 1rem;
}
.hero-kicker::before {
  content: '';
  display: inline-block;
  width: 28px; height: 2px;
  background: #9ecfb3;
  border-radius: 2px;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
}
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

/* Hero Card */
.hero-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  color: var(--white);
}
.hero-card-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.2rem;
}
.hero-card-value {
  font-size: 1.05rem;
  font-weight: 600;
}
.hero-card hr { border-color: rgba(255,255,255,0.15); }

/* ── Buttons ──────────────────────────────── */
.btn-forest {
  background: var(--forest-mid);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.15s, transform 0.1s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-forest:hover { background: var(--forest); color: var(--white); transform: translateY(-1px); }

.btn-amber {
  background: var(--amber);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.15s, transform 0.1s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-amber:hover { background: #a0621f; color: var(--white); transform: translateY(-1px); }

.btn-outline-forest {
  background: transparent;
  color: var(--forest-mid);
  border: 1.5px solid var(--forest-mid);
  border-radius: 10px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.15s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-outline-forest:hover { background: var(--forest-mid); color: var(--white); }

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 10px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.15s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: var(--white); color: var(--white); }

/* Bootstrap override */
.btn-primary {
  background-color: var(--forest-mid) !important;
  border-color: var(--forest-mid) !important;
  font-weight: 600;
  border-radius: 10px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--forest) !important;
  border-color: var(--forest) !important;
}
.btn-outline-primary {
  color: var(--forest-mid) !important;
  border-color: var(--forest-mid) !important;
  font-weight: 600;
  border-radius: 10px;
}
.btn-outline-primary:hover {
  background-color: var(--forest-mid) !important;
  border-color: var(--forest-mid) !important;
  color: var(--white) !important;
}

/* ── Sections ─────────────────────────────── */
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-bg { background: var(--cream); }
.section-sage { background: var(--sage); }
.section-forest { background: var(--forest); color: var(--white); }

/* ── Typography Helpers ───────────────────── */
.kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest-mid);
  margin-bottom: 0.5rem;
}
.kicker-amber { color: var(--amber); }
.text-muted-sm { color: var(--text-muted); font-size: 0.9rem; }
.lead { font-size: 1.1rem; color: var(--text-mid); line-height: 1.75; }

/* ── Cards ────────────────────────────────── */
.card-feature {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}
.card-feature:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.card-feature .icon {
  width: 48px; height: 48px;
  background: var(--forest-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.card-feature h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--text);
}
.card-feature p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* Apartment Cards */
.card-apartment {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}
.card-apartment:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card-apartment .img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.card-apartment .img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.card-apartment:hover .img-wrap img { transform: scale(1.04); }
.card-apartment .badge-apt {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--forest);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}
.card-apartment .body { padding: 1.5rem; }
.card-apartment h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.4rem; }
.card-apartment .desc { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.card-apartment .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.card-apartment .meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-mid);
  background: var(--sage);
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
}

/* ── Gallery ──────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
}
.gallery-grid .img-main { grid-row: 1 / 3; }
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
  cursor: pointer;
}
.gallery-grid img:hover { opacity: 0.9; }
.gallery-grid .show-more {
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.gallery-grid .show-more::after {
  content: 'Alle Fotos';
  position: absolute;
  inset: 0;
  background: rgba(20,50,35,0.6);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.gallery-grid .show-more:hover::after { background: rgba(20,50,35,0.8); }

/* Carousel override */
.carousel-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--r-lg);
  display: block;
  transition: transform 0.6s ease;
}
.carousel-item.active .carousel-img {
  transform: scale(1.03);
}
/* Galerie-Grid: Bilder füllen Container passend aus */
.gallery-grid .img-main img,
.gallery-grid div img,
.gallery-grid a img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* Galerie-Einzelseiten */
.fw-gallery-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--r-lg);
}
.carousel-caption-custom {
  position: absolute;
  bottom: 12px; left: 12px;
  background: rgba(20,50,35,0.75);
  color: var(--white);
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* ── Highlights Strip ─────────────────────── */
.highlights-strip {
  background: var(--forest);
  padding: 1.5rem 0;
}
.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.9);
}
.highlight-item .hi-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.highlight-item .hi-text {
  font-size: 0.85rem;
  line-height: 1.3;
}
.highlight-item .hi-title {
  font-weight: 700;
  color: var(--white);
}
.highlight-item .hi-sub {
  color: rgba(255,255,255,0.65);
}

/* ── Seasonal Tabs ────────────────────────── */
.season-tabs .nav-link {
  color: var(--text-muted) !important;
  font-weight: 600;
  border: 1.5px solid var(--border);
  border-radius: 10px !important;
  padding: 0.6rem 1.5rem !important;
  background: var(--white);
}
.season-tabs .nav-link.active {
  background: var(--forest-mid) !important;
  border-color: var(--forest-mid) !important;
  color: var(--white) !important;
}

/* ── Pricing ──────────────────────────────── */
.pricing-card {
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  background: var(--white);
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pricing-card.featured {
  border-color: var(--forest-mid);
  box-shadow: var(--shadow-md);
}
.pricing-card .price-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.pricing-card .price { font-size: 2.2rem; font-weight: 800; color: var(--forest); line-height: 1; }
.pricing-card .price span { font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.pricing-card .price-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.3rem; }

/* ── Feature List ─────────────────────────── */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
  color: var(--text-mid);
}
.feature-list li:last-child { border-bottom: none; }
.feature-list li::before {
  content: '✓';
  color: var(--forest-mid);
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* ── Reviews ──────────────────────────────── */
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.review-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 0.05em; }
.review-text { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; margin: 0.75rem 0; font-style: italic; }
.review-author { font-size: 0.8rem; color: var(--text-muted); font-weight: 600; }

/* ── CTA Banner ───────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%);
  color: var(--white);
  border-radius: var(--r-xl);
  padding: 3rem 2.5rem;
}
.cta-banner h2 { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em; }
.cta-banner p { color: rgba(255,255,255,0.8); }

/* ── Infos-Box (sticky sidebar) ───────────── */
.info-sticky {
  position: sticky;
  top: 5.5rem;
}
.info-box {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
}
.info-box-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
}
.info-box-item:last-child { border-bottom: none; }
.info-box-item .ib-icon { font-size: 1.1rem; flex-shrink: 0; }
.info-box-item .ib-label { color: var(--text-muted); font-size: 0.78rem; }
.info-box-item .ib-value { font-weight: 600; color: var(--text); }

/* ── Accordion ────────────────────────────── */
.accordion-item { border: 1px solid var(--border) !important; border-radius: var(--r) !important; margin-bottom: 0.5rem; overflow: hidden; }
.accordion-button {
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--text) !important;
  background: var(--white) !important;
}
.accordion-button:not(.collapsed) {
  color: var(--forest) !important;
  background: var(--sage) !important;
  box-shadow: none !important;
}
.accordion-button::after { filter: invert(30%) sepia(50%) saturate(600%) hue-rotate(110deg); }
.accordion-body { font-size: 0.875rem; color: var(--text-mid); line-height: 1.7; }

/* ── Breadcrumb ───────────────────────────── */
.breadcrumb { font-size: 0.8rem; }
.breadcrumb-item a { color: var(--text-muted); text-decoration: none; }
.breadcrumb-item a:hover { color: var(--forest-mid); }
.breadcrumb-item.active { color: var(--text-muted); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--text-muted); }

/* ── Contact Form ─────────────────────────── */
.form-label { font-size: 0.85rem; font-weight: 600; color: var(--text-mid); margin-bottom: 0.35rem; }
.form-control, .form-select {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--text);
  padding: 0.65rem 0.9rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--forest-mid);
  box-shadow: 0 0 0 3px rgba(43,92,66,0.12);
  outline: none;
}
.form-check-input:checked { background-color: var(--forest-mid); border-color: var(--forest-mid); }

/* ── Map Placeholder ──────────────────────── */
.map-placeholder {
  background: var(--sage);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
}

/* ── Footer ───────────────────────────────── */
.footer {
  background: #0d2318;
  color: #b0c8bc;
}
.footer-brand { font-weight: 700; color: var(--white); font-size: 1rem; }
.footer h5 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); margin-bottom: 0.8rem; }
.footer a { color: #9ecfb3; text-decoration: none; font-size: 0.875rem; }
.footer a:hover { color: var(--white); text-decoration: underline; }
.footer-divider { border-color: rgba(255,255,255,0.08); }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.35); }

/* ── Fehlende Hilfsklassen (Saison-Seiten) ── */
.small-muted { font-size: .875rem; color: var(--text-muted); line-height: 1.6; }
/* Gestapelte card-feature (nicht in Spalten-Grid): height auto statt 100% */
.card-feature-stack { height: auto !important; }

/* ── Utilities ────────────────────────────── */
.rounded-xl { border-radius: var(--r-xl) !important; }
.rounded-lg { border-radius: var(--r-lg) !important; }
.rounded-r { border-radius: var(--r) !important; }
.shadow-soft { box-shadow: var(--shadow-md) !important; }
.bg-cream { background: var(--cream); }
.bg-sage { background: var(--sage); }
.bg-forest { background: var(--forest); }
.text-forest { color: var(--forest-mid); }
.text-amber { color: var(--amber); }

/* ── Seasonal Image Block ─────────────────── */
.season-img {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.season-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.season-img:hover img { transform: scale(1.03); }

/* ── Activity Tags ────────────────────────── */
.act-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--forest-light);
  color: var(--forest);
  text-decoration: none;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .section { padding: 3rem 0; }
  .hero { min-height: 100svh; }
  .hero h1 { font-size: 2rem; }
  .hero-sub { font-size: 0.95rem; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    aspect-ratio: auto;
  }
  .gallery-grid .img-main { grid-row: 1 / 2; }
  .cta-banner { padding: 2rem 1.5rem; }
  .cta-banner h2 { font-size: 1.4rem; }
  .carousel-img { height: 240px; }
  .highlights-strip .col-6 + .col-6 { border-top: 1px solid rgba(255,255,255,0.1); }
}
@media (min-width: 992px) {
  .navbar-brand { font-size: 1.1rem; }
}
