/* Levende Hoop - huisstijl "Amber & Anker"
   Basis: logo-blauw #11567C · accent: amber #f2a922 · warm papier-wit.
   Editoriale mix: Palatino-serif voor koppen, systeem-sans voor tekst.
   Motieven: boog (Petra), anker, handgetekende amber-swash.
   Eén stylesheet, geen externe fonts/JS. */

:root {
  --blue:       #11567C;   /* logo-blauw */
  --blue-2:     #1c6f9c;   /* lichter blauw */
  --navy:       #082f47;   /* diep, footer/hero */
  --navy-2:     #0b3d59;
  --amber:      #f2a922;   /* sterk accent */
  --amber-deep: #c98a0b;   /* amber op licht (leesbaar) */
  --paper:      #f7f3ea;   /* warm papier */
  --paper-2:    #fffdf8;   /* bijna-wit papier */
  --text:       #22333f;
  --muted:      #5e6e79;
  --line:       #e3dccc;

  --serif: 'Palatino Linotype', Palatino, 'Iowan Old Style', 'Book Antiqua', Georgia, serif;
  --sans:  system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1280px;

  /* handgetekende amber onderstreping (svg-krul) */
  --swash: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M3 8.5 C 30 3.5, 55 9.5, 78 6 C 95 3.5, 108 6.5, 117 5' fill='none' stroke='%23f2a922' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; color: var(--blue); letter-spacing: .002em; }
h1 { font-size: clamp(2.3rem, 5.5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1rem; }
a { color: var(--blue); text-decoration-color: rgba(242,169,34,.6); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--amber); }
img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 1.4rem; }

/* Accentwoord met handgetekende swash eronder */
em.swash, .swash {
  font-style: italic; color: var(--amber);
  background: var(--swash) no-repeat left 96% / 100% .32em;
  padding-bottom: .18em;
}

/* Kickers: italic serif, geen strepen of chips */
.eyebrow, .eyebrow-dark {
  display: block; font-family: var(--serif); font-style: italic;
  font-size: 1.05rem; font-weight: 400; letter-spacing: .01em;
  margin-bottom: .5rem;
}
.eyebrow { color: var(--amber); }
.eyebrow-dark { color: var(--amber-deep); }

/* Skip-link + focus */
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .6rem 1rem; z-index: 200; }
.skip:focus { left: .5rem; top: .5rem; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 3px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 243, 234, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(242,169,34,.35);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .55rem; }

/* Homepage: transparante header over de hero; kleurt terug bij scroll */
.site-header.transparent {
  position: fixed; top: 0; left: 0; right: 0;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.transparent:not(.scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.site-header.transparent:not(.scrolled) .brand span { color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.65); }
.site-header.transparent:not(.scrolled) .brand img {
  background: #fff; border-radius: 50%; padding: 6px;
  width: 160px; height: 160px;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
@media (max-width: 760px) {
  .site-header.transparent:not(.scrolled) .brand img { width: 108px; height: 108px; }
}
.site-header.transparent:not(.scrolled) .nav-links a { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.65); }
.site-header.transparent:not(.scrolled) .nav-links a:hover { color: #ffd583; }
.site-header.transparent:not(.scrolled) .nav-toggle { color: #fff; }
/* open mobiel menu heeft papieren paneel: links weer donker */
.site-header.transparent:not(.scrolled) .nav-links.open a { color: var(--text); text-shadow: none; }
.site-header.transparent:not(.scrolled) .nav-links.open a:hover { color: var(--blue); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 64px; height: 64px; transition: transform .25s, width .25s ease, height .25s ease; }
.brand:hover img { transform: rotate(-6deg); }
.brand span { font-family: var(--serif); color: var(--blue); font-size: 1.3rem; font-weight: 700; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--blue); padding: .4rem; font-size: 1.6rem; line-height: 1; }

.nav-links { display: flex; gap: 1.1rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block; color: var(--text); text-decoration: none;
  padding: .45rem .1rem; font-weight: 600; font-size: .99rem;
  background: var(--swash) no-repeat left bottom / 0% .3em;
  transition: background-size .25s ease, color .15s;
}
.nav-links a:hover { color: var(--blue); background-size: 100% .3em; }
.nav-links a[aria-current="page"] { color: var(--blue); background-size: 100% .3em; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; inset: 100% 0 auto 0;
    flex-direction: column; gap: 0;
    background: var(--paper); padding: .4rem 1.4rem 1.1rem;
    border-bottom: 2px solid var(--amber);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .7rem .1rem; font-size: 1.05rem; }
}

/* ---------- Hero (home): full-screen Petra, tekst op de flanken ---------- */
.hero {
  position: relative; color: #fff;
  min-height: 100vh; min-height: 100svh;
  background: url('../assets/hero-petra-tall.jpg') center / cover no-repeat #0a2231;
  isolation: isolate; display: grid;
}
.hero::before { /* flank-scrims + top-gradient; tempel in het midden blijft vrij */
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(90deg, rgba(4,18,28,.62) 0%, rgba(4,18,28,.25) 28%, transparent 42%, transparent 58%, rgba(4,18,28,.25) 72%, rgba(4,18,28,.62) 100%),
    linear-gradient(180deg, rgba(4,18,28,.45) 0%, transparent 18%);
}
.hero-in {
  align-self: center; position: relative; z-index: 1;
  max-width: var(--wrap); width: 100%; margin-inline: auto;
  padding: 5.5rem 1.4rem 4.5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem;
}
.hero-copy { max-width: 560px; }
.hero .eyebrow {
  color: #fff; font-family: var(--sans); font-style: normal; font-weight: 700;
  font-size: .92rem; letter-spacing: .22em; text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.hero h1 {
  color: #fff; margin-bottom: .3em;
  font-size: clamp(3rem, 6.5vw, 5rem); line-height: 1.06;
  text-shadow: 0 3px 16px rgba(0,0,0,.7);
}
.hero h1 em.swash { color: #fff; }   /* wit woord, amber swash eronder */
.hero .lead { font-size: 1.28rem; max-width: 40ch; color: #eef4f8; margin: 0; line-height: 1.6; text-shadow: 0 2px 10px rgba(0,0,0,.7); }
.hero .btn { font-size: 1.08rem; padding: .9rem 1.7rem; }

/* Naamsverwijzing: fragment uit 1 Petrus 1:3 onder de titel */
.hero-ref {
  font-family: var(--serif); font-style: italic;
  font-size: 1.22rem; color: #f2f7fa; margin: 0 0 1.2rem;
  text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
.hero-ref em { color: #fff; font-style: italic; font-weight: 700; }
.hero-ref a {
  display: inline-block; font-family: var(--sans); font-style: normal;
  font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  color: #ffd583; background: rgba(6,32,49,.85);
  border: 1px solid var(--amber); border-radius: 999px;
  padding: .18rem .6rem; margin-left: .4rem; vertical-align: middle;
  text-decoration: none;
}
.hero-ref a:hover { background: rgba(6,32,49,1); color: #fff; }

/* Rechterflank: acties + eerstvolgende dienst */
.hero-side { max-width: 400px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; gap: 1.2rem; }
.hero-side .btn-row { justify-content: flex-end; }
.hero-next {
  display: inline-flex; flex-direction: column; gap: .15rem;
  padding: 1rem 1.4rem;
  background: rgba(6, 32, 49, .78); backdrop-filter: blur(4px);
  border: 1.5px solid var(--amber); border-left-width: 6px;
  border-radius: 12px; text-decoration: none; color: #fff;
  transition: transform .12s ease, background .15s;
}
.hero-next:hover { transform: translateY(-2px); background: rgba(6, 32, 49, .95); }
.hn-label { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: #ffd583; }
.hn-date { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: #fff; }
.hn-meta { font-size: 1rem; color: #d7e5ee; }

@media (max-width: 900px) {
  .hero { min-height: 94svh; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(4,18,28,.5) 0%, transparent 18%),
      linear-gradient(0deg, rgba(4,18,28,.75) 0%, rgba(4,18,28,.42) 55%, transparent 78%);
  }
  .hero-in { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 1.4rem; align-self: end; padding: 8.5rem 1.4rem 2.6rem; }
  .hero-side { align-items: flex-start; text-align: left; gap: .9rem; }
  .hero-side .btn-row { justify-content: flex-start; }
  .hero h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .hero .eyebrow { font-size: .8rem; letter-spacing: .18em; }
  .hero-ref { font-size: 1.05rem; margin-bottom: .9rem; }
  .hero .lead { font-size: 1.08rem; }
  .hero .btn { font-size: .98rem; padding: .75rem 1.35rem; }
  .hn-date { font-size: 1.25rem; }
  .hn-meta { font-size: .9rem; }
  .hero-next { padding: .8rem 1.1rem; }
}

/* ---------- Paginakop subpagina's: navy met zachte boog onderaan ---------- */
.page-head {
  background:
    radial-gradient(560px 320px at 88% -20%, rgba(242,169,34,.2), transparent 60%),
    linear-gradient(152deg, var(--navy) 0%, var(--blue) 70%);
  color: #fff;
  padding: clamp(2.6rem, 7vw, 4.2rem) 0 clamp(3.2rem, 8vw, 4.8rem);
  border-radius: 0 0 44% 44% / 0 0 34px 34px;   /* zachte boog */
  border-bottom: 4px solid var(--amber);
}
.page-head h1 { color: #fff; margin-bottom: .25em; }
.page-head p { color: #d7e5ee; max-width: 54ch; margin: 0; font-size: 1.08rem; }
.page-head .eyebrow { color: #ffd583; }

/* ---------- Knoppen: hard-offset schaduw, ambachtelijk ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; text-decoration: none; cursor: pointer;
  padding: .78rem 1.45rem; border-radius: 10px; border: 2px solid transparent;
  font-size: .99rem;
  transition: transform .12s ease, box-shadow .12s ease, background .15s, border-color .15s;
}
.btn-primary {
  background: var(--amber); color: var(--navy);
  box-shadow: 4px 4px 0 rgba(8, 47, 71, .9);
}
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(8, 47, 71, .9); }
.btn-primary:active { transform: translate(1px, 1px); box-shadow: 2px 2px 0 rgba(8, 47, 71, .9); }
.section-verse .btn-primary, .hero .btn-primary, .page-head .btn-primary, .band-navy .btn-primary {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .35);
}
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { border-color: var(--amber); color: var(--navy); background: rgba(242,169,34,.1); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---------- Secties ---------- */
section { padding-block: clamp(3rem, 7vw, 5rem); }
.section-white { background: var(--paper-2); }
.section-pale { background: var(--paper); }
.section-head { margin-bottom: 2rem; }
.lead-lg { font-family: var(--serif); font-size: 1.35rem; line-height: 1.65; color: var(--text); }

/* Welkom: tweekoloms met boogfoto + ankerpunten */
.welkom-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.welkom-points { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: .9rem; }
.welkom-points li { display: flex; gap: .8rem; align-items: baseline; font-size: 1.05rem; }
.welkom-points li::before { content: "⚓"; color: var(--amber-deep); font-size: .95rem; transform: translateY(1px); }
.welkom-points strong { color: var(--blue); }
.welkom-art { display: grid; justify-content: center; }
.welkom-arch {
  width: min(560px, 86vw); aspect-ratio: 4 / 3.3;
  border-radius: 999px 999px 18px 18px; overflow: hidden;
  border: 5px solid #fff; outline: 2px solid var(--amber); outline-offset: 6px;
  box-shadow: 7px 7px 0 rgba(17,86,124,.12);
  transform: rotate(-1.5deg);
}
.welkom-arch img { object-position: 52% center; }
.welkom-arch img { width: 100%; height: 100%; object-fit: cover; }
.welkom-caption { text-align: center; font-family: var(--serif); font-style: italic; color: var(--muted); font-size: .95rem; margin-top: 1.1rem; }
@media (max-width: 820px) { .welkom-grid { grid-template-columns: 1fr; gap: 2rem; } .welkom-art { order: -1; } .welkom-arch { transform: none; } }

/* Drop cap - editoriaal, handgemaakt gevoel */
.dropcap::first-letter {
  font-family: var(--serif); float: left;
  font-size: 3.4em; line-height: .82;
  padding: .06em .12em 0 0;
  color: var(--amber-deep); font-weight: 700;
}

/* Grid / kaarten */
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 1.7rem;
  box-shadow: 7px 7px 0 rgba(17, 86, 124, .06);
}
.card h3 { color: var(--blue); margin-bottom: .55rem; }
.card h3::after { content: ""; display: block; width: 2.2em; height: .18em; margin-top: .35em;
  background: var(--swash) no-repeat left center / 100% 100%; }

.info-line { display: flex; gap: .7rem; align-items: baseline; margin-bottom: .4rem; }
.info-line strong { min-width: 6.5rem; color: var(--muted); font-weight: 600; }

/* Eerstvolgende dienst: boog-kaart met anker */
.next-service {
  position: relative;
  background: linear-gradient(160deg, var(--blue) 0%, var(--navy-2) 100%);
  color: #fff;
  border-radius: 150px 150px 18px 18px;
  padding: 2.6rem 1.8rem 1.7rem;
  text-align: center;
  box-shadow: 7px 7px 0 rgba(242, 169, 34, .5);
}
.next-service::before { /* anker */
  content: ""; display: block; width: 30px; height: 30px; margin: 0 auto .6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2a922' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='4.4' r='2.1'/%3E%3Cline x1='12' y1='6.5' x2='12' y2='19.5'/%3E%3Cline x1='8.4' y1='9.6' x2='15.6' y2='9.6'/%3E%3Cpath d='M4.6 13.2 A 7.6 7.6 0 0 0 19.4 13.2'/%3E%3Cpath d='M4.6 13.2 L 2.8 11.8 M4.6 13.2 L 6.5 12.3'/%3E%3Cpath d='M19.4 13.2 L 21.2 11.8 M19.4 13.2 L 17.5 12.3'/%3E%3C/svg%3E") no-repeat center / contain;
}
.next-service .label { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; color: #ffd583; font-weight: 700; }
.next-service .date { font-family: var(--serif); font-size: 1.65rem; font-weight: 700; margin: .3rem 0 .05rem; }
.next-service .speaker { font-size: 1.08rem; color: #dcebf4; }

/* Komende diensten: compacte lijst in boogkaart */
.mini-agenda {
  position: relative;
  background: linear-gradient(160deg, var(--blue) 0%, var(--navy-2) 100%);
  color: #fff;
  border-radius: 150px 150px 18px 18px;
  padding: 2.6rem 1.9rem 1.7rem;
  box-shadow: 7px 7px 0 rgba(242, 169, 34, .5);
  display: flex; flex-direction: column;
}
.mini-agenda::before {
  content: ""; display: block; width: 30px; height: 30px; margin: 0 auto .6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2a922' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='4.4' r='2.1'/%3E%3Cline x1='12' y1='6.5' x2='12' y2='19.5'/%3E%3Cline x1='8.4' y1='9.6' x2='15.6' y2='9.6'/%3E%3Cpath d='M4.6 13.2 A 7.6 7.6 0 0 0 19.4 13.2'/%3E%3Cpath d='M4.6 13.2 L 2.8 11.8 M4.6 13.2 L 6.5 12.3'/%3E%3Cpath d='M19.4 13.2 L 21.2 11.8 M19.4 13.2 L 17.5 12.3'/%3E%3C/svg%3E") no-repeat center / contain;
}
.mini-agenda .label { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; color: #ffd583; font-weight: 700; text-align: center; margin-bottom: .6rem; }
.ma-list { list-style: none; margin: 0; padding: 0; flex: 1; }
.ma-row {
  display: flex; justify-content: space-between; gap: 1rem; align-items: baseline;
  padding: .65rem .1rem;
  border-bottom: 1px dashed rgba(255,255,255,.22);
}
.ma-row:last-child { border-bottom: 0; }
.ma-date { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; }
.ma-speaker { color: #dcebf4; font-size: .98rem; text-align: right; }
.ma-link {
  margin-top: .8rem; align-self: center;
  color: #ffd583; text-decoration: none; font-weight: 700; font-size: .95rem;
}
.ma-link:hover { text-decoration: underline; text-decoration-color: var(--amber); }

/* ---------- Navy band (livestream) ---------- */
.band-navy {
  background:
    radial-gradient(520px 300px at 12% 120%, rgba(242,169,34,.16), transparent 60%),
    linear-gradient(150deg, var(--navy-2), var(--blue));
  color: #e8f0f5;
}
.band-navy h2 { color: #fff; }
.band-navy .eyebrow-dark { color: #ffd583; }

/* ---------- Dagelijks Woord: standalone sterrenhemel-band ---------- */
.band-daily {
  position: relative; overflow: hidden;
  background:
    radial-gradient(620px 340px at 18% -20%, rgba(242,169,34,.14), transparent 60%),
    linear-gradient(160deg, #051d2e 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #e8f0f5;
  text-align: center;
}
.particles-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.band-daily-in { position: relative; z-index: 1; }
.band-daily h2 { color: #fff; }
.band-daily .eyebrow { color: #ffd583; }
.dw-feed {
  margin: 1.4rem auto 0; max-width: 620px;
  font-family: var(--serif); font-size: 1.08rem; line-height: 1.7;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px; padding: 1.4rem 1.6rem;
  backdrop-filter: blur(2px);
}
.dw-feed a { color: #ffd583; }
.dw-attrib { margin: .8rem 0 0; font-family: var(--sans); font-size: .82rem; color: #8ba4b5; }
.dw-attrib a { color: #ffd583; text-decoration: none; }
.dw-attrib a:hover { text-decoration: underline; }

/* ---------- Livestream + vers naast elkaar ---------- */
.live-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
@media (max-width: 860px) { .live-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

.verse {
  position: relative; text-align: center; max-width: 46ch; margin: 0 auto;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem); line-height: 1.65; color: #f0f6f9;
  padding: 2.4rem 1rem 0;
  scroll-margin-top: 110px;
}
.verse::before {
  content: "\201C"; position: absolute; top: -.18em; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); font-size: 5.5rem; line-height: 1; color: var(--amber);
  font-style: normal;
}
.verse cite {
  display: block; font-style: normal; font-family: var(--sans);
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  color: #ffd583; margin-top: 1.1rem; font-weight: 700;
}

/* ---------- Agenda: kaart-rijen met kalender-boogbadges ---------- */
.agenda-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.agenda-item {
  display: flex; align-items: center; gap: 1.4rem;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 1.05rem 1.5rem;
  box-shadow: 5px 5px 0 rgba(17, 86, 124, .05);
  transition: transform .13s ease, box-shadow .13s ease, border-color .13s;
}
.agenda-item:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 rgba(242, 169, 34, .35);
  border-color: var(--amber);
}
.ai-badge {
  flex: 0 0 auto; width: 64px; padding: .55rem 0 .45rem;
  display: flex; flex-direction: column; align-items: center; line-height: 1;
  background: linear-gradient(160deg, var(--blue), var(--navy-2));
  border-radius: 999px 999px 12px 12px;   /* mini-boog */
  color: #fff;
}
.ai-day { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.ai-mon { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: #ffd583; margin-top: .3rem; font-weight: 700; }
.ai-main { display: flex; flex-direction: column; gap: .1rem; flex: 1; min-width: 0; }
.ai-next-label {
  align-self: flex-start;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800;
  color: var(--navy); background: var(--amber);
  padding: .14rem .6rem; border-radius: 999px; margin-bottom: .25rem;
}
.ai-date { font-family: var(--serif); font-weight: 700; font-size: 1.18rem; color: var(--blue); }
.ai-time { font-size: .9rem; color: var(--muted); }
.ai-speaker { display: flex; flex-direction: column; align-items: flex-end; gap: .05rem; text-align: right; }
.ai-name { font-weight: 700; color: var(--text); font-size: 1.02rem; }
.ai-role { font-family: var(--serif); font-style: italic; font-size: .84rem; color: var(--amber-deep); }
.agenda-item.is-next {
  border: 2px solid var(--amber);
  box-shadow: 7px 7px 0 rgba(242, 169, 34, .5);
  background: linear-gradient(150deg, #fffdf8 60%, #fdf4e0 100%);
}
.agenda-empty { padding: 1.5rem; text-align: center; color: var(--muted); list-style: none; }

@media (max-width: 620px) {
  .agenda-item { gap: 1rem; padding: .95rem 1.1rem; flex-wrap: wrap; }
  .ai-time { font-size: .84rem; }
  .ai-speaker {
    flex-direction: row; align-items: baseline; gap: .45rem;
    width: 100%; justify-content: flex-start;
    padding-left: calc(64px + 1rem);
    margin-top: -.3rem;
  }
}

/* ---------- Contact / kaart ---------- */
.gebouw-foto {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  border-radius: 150px 150px 18px 18px;    /* boogvenster, echo van hero */
  box-shadow: 7px 7px 0 rgba(17, 86, 124, .12);
  border: 4px solid #fff; outline: 2px solid var(--amber); outline-offset: 5px;
  margin-bottom: 2rem;
}
.map-embed {
  border: 0; width: 100%; aspect-ratio: 16 / 10;
  border-radius: 18px;
  box-shadow: 7px 7px 0 rgba(17, 86, 124, .12);
  border: 4px solid #fff; outline: 2px solid var(--amber); outline-offset: 5px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy); color: #b9cbd8;
  padding-block: 2.8rem 1.5rem; font-size: .96rem;
  border-top: 4px solid var(--amber);
}
.site-footer .wrap { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.site-footer h4 { font-family: var(--serif); color: #ffd583; margin: 0 0 .7rem; font-size: 1.12rem; }
.site-footer a { color: #dbe7ef; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--amber); }
.footer-brand { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; }
.footer-brand img { width: 58px; height: 58px; background: #fff; border-radius: 50%; padding: 4px; outline: 2px solid var(--amber); outline-offset: 2px; }
.footer-brand span { font-family: var(--serif); color: #fff; font-size: 1.18rem; font-weight: 700; }
.socials { display: flex; gap: .7rem; margin-top: .4rem; }
.socials a {
  display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,.35); border-radius: 12px; color: #dbe7ef;
  transition: transform .15s, border-color .15s, color .15s;
}
.socials a:hover { transform: translateY(-3px) rotate(-3deg); border-color: var(--amber); color: var(--amber); }
.socials svg { width: 20px; height: 20px; fill: currentColor; }
.socials.on-light a { border-color: var(--line); color: var(--blue); }
.socials.on-light a:hover { border-color: var(--amber); color: var(--amber-deep); }
.site-footer .footer-bottom {
  display: block; border-top: 1px dashed rgba(255,255,255,.2);
  margin-top: 1.6rem; padding-top: 1.2rem;
  color: #8ba4b5; font-size: .85rem; text-align: center;
}

/* Utility */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.list-plain { list-style: none; padding: 0; margin: 0; }
