/* ==========================================================================
   eddeheus.nl — eigen stijl bovenop Bootstrap 5
   Thema: een naturalist-veldnotitieboekje gekruist met een developer-log.
   ========================================================================== */

:root {
  /* Kleur */
  --dusk:        #223547; /* donkere basis, avondlucht (bewust niet zwart) */
  --dusk-deep:   #16232E; /* iets donkerder, voor diepte/schaduw */
  --linen:       #E9E7DB; /* lichte sectie-achtergrond, veldnotitieboekje */
  --ink:         #1B2420; /* hoofdtekstkleur op licht */
  --ink-soft:    #435049; /* gedempte tekst op licht */
  --gold:        #C99A3E; /* amber, roofvogel-oog / gouden uur */
  --gold-soft:   #E4C87F;
  --moss:        #3F5C46; /* bos/natuur accent, links */
  --rust:        #8C4A2F; /* gedempt accent, spaarzaam gebruikt */

  /* Typografie */
  --font-display: "Fraunces", serif;
  --font-body:    "IBM Plex Sans", system-ui, sans-serif;
  --font-mono:    "IBM Plex Mono", monospace;

  --radius: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--linen);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { color: var(--moss); }
a:hover { color: var(--gold); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--dusk-deep);
  padding: 0.5rem 1rem;
  z-index: 2000;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* --------------------------------------------------------------------
   Header / navigatie
   -------------------------------------------------------------------- */

.site-header {
  background: var(--dusk);
  border-bottom: 1px solid rgba(233, 231, 219, 0.1);
}

.navbar { padding: 0.9rem 0; }

.navbar-brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--linen);
}
.navbar-brand:hover { color: var(--gold-soft); }

.brand-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0.8;
}

.navbar-nav .nav-link {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  color: rgba(233, 231, 219, 0.8);
  padding: 0.5rem 0.9rem;
}
.navbar-nav .nav-link::before {
  content: "\25CB";
  display: inline-block;
  font-size: 0.6rem;
  margin-right: 0.4rem;
  color: rgba(233, 231, 219, 0.4);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--gold-soft);
}
.navbar-nav .nav-link.active::before {
  content: "\25CF";
  color: var(--gold-soft);
}

.navbar-toggler {
  border-color: rgba(233, 231, 219, 0.3);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(233, 231, 219, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
  background: var(--dusk);
  border: 1px solid rgba(233, 231, 219, 0.1);
}
.dropdown-item {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: rgba(233, 231, 219, 0.8);
}
.dropdown-item:hover, .dropdown-item:focus {
  background: var(--dusk-deep);
  color: var(--gold-soft);
}

/* --------------------------------------------------------------------
   Ghost-typografie, terugkerend watermerk per pagina
   -------------------------------------------------------------------- */

.ghost-word {
  position: absolute;
  top: -1.2rem;
  left: -0.3rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(233, 231, 219, 0.05);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* --------------------------------------------------------------------
   Hero (homepage) — foto's die in het notitieboek geplakt zijn,
   met een ronde stempel en een handgetekende stippellijn
   -------------------------------------------------------------------- */

.hero {
  background: var(--dusk);
  color: var(--linen);
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  position: relative;
  z-index: 1;
  min-height: 420px;
}

.hero-content {
  padding: 4rem 2.5rem 3.5rem 0.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: inline-block;
  margin-bottom: 1.1rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.4rem;
  max-width: 9ch;
  line-height: 1.05;
}

.hero-subline {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8FA396;
  margin-bottom: 1.3rem;
}

.hero p.lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(233, 231, 219, 0.8);
  max-width: 42ch;
  margin-bottom: 1.6rem;
}

.hero .btn-primary {
  align-self: flex-start;
}

.hero-visual {
  position: relative;
  min-height: 440px;
  padding: 2rem;
}

.hero-doodle {
  position: absolute;
  top: -2%;
  left: 52%;
  width: 42%;
  height: 16%;
  fill: none;
  stroke: var(--gold-soft);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 8;
  opacity: 0.6;
  z-index: 0;
}

.photo-card {
  position: absolute;
  background: #fff;
  padding: 8px 8px 12px;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(14, 24, 32, 0.4);
}
.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
}

.photo-card-1 {
  width: 62%;
  aspect-ratio: 4 / 5;
  top: 4%;
  left: 2%;
  transform: rotate(-4deg);
  z-index: 1;
}

.photo-card-2 {
  width: 42%;
  aspect-ratio: 1 / 1;
  bottom: 2%;
  right: 4%;
  transform: rotate(3deg);
  z-index: 2;
}

.hero-stamp {
  position: absolute;
  bottom: 14%;
  left: 42%;
  width: 108px;
  height: 108px;
  z-index: 3;
  animation: stamp-spin 50s linear infinite;
}
.hero-stamp circle.stamp-ring {
  fill: var(--gold);
  stroke: #fff;
  stroke-width: 3;
}
.hero-stamp text {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.05em;
  fill: var(--dusk-deep);
}

.hero-stamp .stamp-at {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 68px;
  letter-spacing: 0;
  fill: var(--dusk-deep);
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 4px;
  stroke-linejoin: round;
}

@keyframes stamp-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-stamp { animation: none; }
}

@media (max-width: 767.98px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-content { padding: 3rem 1.2rem 2rem; }
  .hero-visual { min-height: 360px; padding: 1.5rem 1.5rem 3.5rem; }
  .hero-stamp { width: 86px; height: 86px; bottom: 6%; left: 46%; }
}

.hero-waypoints {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(233, 231, 219, 0.12);
  padding: 0.9rem 0;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  background: rgba(14, 24, 32, 0.4);
}

.hero-waypoints span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(233, 231, 219, 0.55);
}
.hero-waypoints span::before {
  content: "\25CB";
  margin-right: 0.4rem;
  font-size: 0.6rem;
}
.hero-waypoints span.current {
  color: var(--gold-soft);
}
.hero-waypoints span.current::before {
  content: "\25CF";
}

/* --------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------- */

.btn-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dusk-deep);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: var(--dusk-deep);
}

.btn-outline-light,
.btn-outline-dark {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  border-radius: var(--radius);
}

.btn-outline-dark {
  color: var(--moss);
  border-color: var(--moss);
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
  background: var(--moss);
  border-color: var(--moss);
  color: #fff;
}

/* --------------------------------------------------------------------
   Logboek-tags (structureel label i.p.v. generieke 01/02/03 nummering)
   -------------------------------------------------------------------- */

.log-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--dusk);
  color: var(--gold-soft);
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius);
  margin-bottom: 0.9rem;
}
.log-tag::before {
  content: "\25CF";
  margin-right: 0.35rem;
  font-size: 0.6rem;
}

/* --------------------------------------------------------------------
   Kaarten (Fotografie / Reizen / Socials tegels op home) —
   dezelfde gescheurde-fotokaart-stijl als .feature-card hieronder
   -------------------------------------------------------------------- */

.tile-section {
  padding: 4rem 0;
}

.torn-photo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--dusk), var(--dusk-deep));
  font-size: 2.75rem;
  color: rgba(233, 231, 219, 0.25);
}

/* --------------------------------------------------------------------
   Expertise / CV secties
   -------------------------------------------------------------------- */

.expertise-section {
  padding: 3rem 0;
  border-top: 1px solid rgba(27, 36, 32, 0.08);
}

.expertise-section h2 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.expertise-section .section-intro {
  color: var(--ink-soft);
  max-width: 60ch;
  margin-bottom: 1.75rem;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

/* Werk-sectie: expertises hebben meer chips dan de andere expertise-grid-secties,
   dus die kolom krijgt hier evenveel ruimte als de tekst i.p.v. de smallere 1fr. */
.expertise-grid-even {
  grid-template-columns: 1fr 1fr;
}

.expertise-figure {
  background: #fff;
  border: 1px solid rgba(27, 36, 32, 0.08);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.figure-number {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1;
  color: var(--gold);
}
.figure-plus { color: var(--moss); }

.figure-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 0.5rem;
}

.expertise-figure-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1rem;
}

.figure-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.figure-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dusk);
  color: var(--gold-soft);
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .expertise-figure {
    order: -1;
  }
}

/* --------------------------------------------------------------------
   Reiskaart-teaser (homepage)
   -------------------------------------------------------------------- */

.map-teaser {
  padding: 3.5rem 0;
  border-top: 1px solid rgba(27, 36, 32, 0.08);
}

.map-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.map-teaser-visual {
  position: relative;
}

.world-map {
  display: block;
  width: 100%;
}

.map-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--rust);
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(22, 35, 46, 0.35);
  cursor: default;
}

@media (max-width: 767.98px) {
  .map-teaser-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------
   Uitgelichte foto-kaarten (homepage) — "gescheurde" foto's op de pagina geplakt
   -------------------------------------------------------------------- */

.feature-cards {
  padding: 3.5rem 0;
  border-top: 1px solid rgba(27, 36, 32, 0.08);
}

.feature-cards-intro {
  text-align: center;
  max-width: 40ch;
  margin: 0 auto 2.75rem;
}

.feature-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
}

.feature-card {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 0 0.5rem;
}

.feature-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.torn-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 1.85rem;
  transition: transform 0.25s ease;
}

/* Witte "achterkant" — exact dezelfde gescheurde vorm als de foto, alleen
   het element is 4px groter naar alle kanten, zodat er een dunne, gelijkmatige
   gescheurde rand ontstaat i.p.v. een los gevormde binnenrand. */
.torn-photo::before {
  content: "";
  position: absolute;
  inset: -5px;
  background: #fff;
  filter: drop-shadow(0 16px 22px rgba(22, 35, 46, 0.35));
  clip-path: polygon(
    1% 4%, 10% 0%, 24% 2%, 40% 0%, 56% 3%, 72% 0%, 88% 2%, 99% 5%,
    100% 19%, 97% 34%, 100% 49%, 98% 65%, 100% 80%, 98% 95%,
    87% 100%, 73% 97%, 59% 100%, 44% 97%, 29% 100%, 14% 98%, 2% 100%,
    0% 86%, 3% 70%, 0% 55%, 3% 40%, 0% 24%, 2% 10%
  );
}

.torn-photo-frame {
  position: absolute;
  inset: 0;
  clip-path: polygon(
    1% 4%, 10% 0%, 24% 2%, 40% 0%, 56% 3%, 72% 0%, 88% 2%, 99% 5%,
    100% 19%, 97% 34%, 100% 49%, 98% 65%, 100% 80%, 98% 95%,
    87% 100%, 73% 97%, 59% 100%, 44% 97%, 29% 100%, 14% 98%, 2% 100%,
    0% 86%, 3% 70%, 0% 55%, 3% 40%, 0% 24%, 2% 10%
  );
}
.torn-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-card:hover .torn-photo {
  transform: translateY(-4px) rotate(-1deg);
}

.torn-photo-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--moss);
  font-size: 2rem;
  box-shadow: 0 4px 14px rgba(22, 35, 46, 0.4);
}

.torn-photo-badge--facebook { background: #1877f2; color: #fff; }
.torn-photo-badge--twitter { background: #000; color: #fff; }
.torn-photo-badge--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}
.torn-photo-badge--strava { background: #fc4c02; color: #fff; }

.feature-card-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 0.4rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}

.feature-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  background: var(--moss);
  color: #fff;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  transition: background-color 0.15s ease;
}
.feature-card:hover .feature-card-btn {
  background: var(--dusk);
}

.stack-current {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.stack-chip {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  background: var(--dusk);
  color: var(--gold-soft);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius);
}

.stack-history {
  color: var(--ink-soft);
  font-size: 0.92rem;
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}

.stack-history .stack-history-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rust);
  display: block;
  margin-bottom: 0.3rem;
}

/* --------------------------------------------------------------------
   Fotografie
   -------------------------------------------------------------------- */

.photo-hero {
  background: var(--dusk);
  color: var(--linen);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.photo-hero .container {
  position: relative;
  z-index: 1;
}

.photo-hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-style: italic;
  margin-bottom: 0.5rem;
}

.fotografie-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  padding-bottom: 1rem;
}
.fotografie-breadcrumb a {
  color: rgba(233, 231, 219, 0.75);
}
.fotografie-breadcrumb a:hover,
.fotografie-breadcrumb a:last-child {
  color: var(--gold-soft);
}
.fotografie-breadcrumb .crumb-sep {
  color: rgba(233, 231, 219, 0.4);
}

.gallery-status {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--ink-soft);
  padding: 1rem 0;
}
.gallery-status code { color: var(--rust); }

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 2.5rem 1.5rem;
}

.photo-tile {
  display: block;
  cursor: zoom-in;
}
.photo-tile .torn-photo {
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  transition: transform 0.25s ease;
}
.photo-tile:hover .torn-photo {
  transform: translateY(-4px) rotate(-1deg);
}

/* --------------------------------------------------------------------
   Lightbox (fotografie)
   -------------------------------------------------------------------- */

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(22, 35, 46, 0.94);
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}
.lightbox-overlay.is-open { display: flex; }

body.lightbox-open { overflow: hidden; }

.lightbox-figure {
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}
.lightbox-caption {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--linen);
  margin-top: 0.9rem;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(233, 231, 219, 0.3);
  color: var(--linen);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  color: var(--dusk-deep);
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}
.lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}
.lightbox-prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.25rem; top: 50%; transform: translateY(-50%); }

/* --------------------------------------------------------------------
   Contactformulier
   -------------------------------------------------------------------- */

.contact-section { padding: 3.5rem 0; }

.form-label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.form-control {
  border-radius: var(--radius);
  border-color: rgba(27, 36, 32, 0.2);
  padding: 0.6rem 0.8rem;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(201, 154, 62, 0.25);
}

/* --------------------------------------------------------------------
   Reizen / kaart-tabs
   -------------------------------------------------------------------- */

.trip-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.trip-tab {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid rgba(27, 36, 32, 0.15);
  border-radius: var(--radius);
  padding: 0.4rem 0.9rem;
  cursor: pointer;
}
.trip-tab:hover,
.trip-tab:focus-visible {
  border-color: var(--gold);
  color: var(--ink);
}
.trip-tab.active {
  background: var(--dusk);
  border-color: var(--dusk);
  color: var(--gold-soft);
}

.trip-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(27, 36, 32, 0.08);
}
.trip-map iframe {
  border: 0;
}

/* --------------------------------------------------------------------
   Reizen / Kennisbank doorverwijs-pagina's
   -------------------------------------------------------------------- */

.tool-redirect {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tool-redirect .container { position: relative; z-index: 1; }
.tool-redirect .log-tag { margin-bottom: 1.25rem; }

/* --------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------- */

.site-footer {
  background: var(--dusk-deep);
  color: rgba(233, 231, 219, 0.75);
  padding: 2.5rem 0 1.5rem;
  margin-top: 3rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(233, 231, 219, 0.1);
}

.footer-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  display: block;
  margin-bottom: 0.3rem;
}

.footer-socials a {
  color: rgba(233, 231, 219, 0.75);
  font-size: 1.3rem;
  margin-left: 1rem;
}
.footer-socials a:first-child { margin-left: 0; }
.footer-socials a:hover { color: var(--gold-soft); }

.footer-bottom {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding-top: 1rem;
}
