/*
Theme Name: Bruiloft Ronald & Linda
Theme URI: https://beachclubsunrise.nl
Description: Elegant bruiloftsthema voor Ronald & Linda - 6 september 2026
Version: 1.0
Author: Ronald Everduim
*/

/* ============================================================
   CSS VARIABELEN & RESET
   ============================================================ */
:root {
  --creme:       #f5f0eb;
  --creme-licht: #faf7f4;
  --goud:        #b07d4a;
  --goud-licht:  #c99a6b;
  --roos:        #d4956a;
  --roos-licht:  #e8b99a;
  --bruin:       #6b4c3b;
  --bruin-donker:#4a3028;
  --tekst:       #5a3e32;
  --tekst-licht: #8a6a5a;
  --wit:         #ffffff;
  --schaduw:     rgba(107, 76, 59, 0.12);

  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body:    'Lato', 'Helvetica Neue', sans-serif;
  --font-sier:    'Great Vibes', cursive;

  --max-breed: 1100px;
  --sectie-pad: 90px 24px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background-color: var(--creme-licht);
  color: var(--tekst);
  line-height: 1.7;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--goud); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--bruin); }

/* ============================================================
   TYPOGRAFIE
   ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--bruin-donker);
  font-weight: 400;
  line-height: 1.25;
}

.sier-titel {
  font-family: var(--font-sier);
  color: var(--goud);
  font-weight: 400;
}

.sectie-kop {
  text-align: center;
  margin-bottom: 56px;
}
.sectie-kop h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.sectie-kop .ondertitel {
  font-family: var(--font-sier);
  font-size: 1.4rem;
  color: var(--goud);
  display: block;
}
.sectie-kop .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 0;
  max-width: 280px;
}
.sectie-kop .divider::before,
.sectie-kop .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--goud-licht);
}
.sectie-kop .divider-icoon {
  color: var(--goud);
  font-size: 1rem;
}

/* ============================================================
   NAVIGATIE
   ============================================================ */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(250, 247, 244, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(176, 125, 74, 0.2);
  padding: 0 32px;
  transition: box-shadow 0.3s;
}
.site-nav.scrolled {
  box-shadow: 0 2px 20px var(--schaduw);
}
.nav-inner {
  max-width: var(--max-breed);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: var(--font-sier);
  font-size: 1.6rem;
  color: var(--goud);
  letter-spacing: 0.02em;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 32px;
}
.nav-menu a {
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tekst);
  transition: color 0.2s;
}
.nav-menu a:hover { color: var(--goud); }

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--bruin);
  transition: all 0.3s;
}
.nav-datum {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--tekst-licht);
  vertical-align: middle;
}
.nav-datum-getal {
  color: var(--goud);
  font-weight: 600;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--creme-licht);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid rgba(176,125,74,0.2);
    padding: 16px 0;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li { text-align: center; padding: 12px 0; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #faf7f4 0%, #f0e8df 40%, #e8d5c4 100%);
  padding: 120px 24px 80px;
}

.hero-decoratie {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-decoratie svg {
  position: absolute;
  opacity: 0.12;
}
.hero-decoratie .deco-tl { top: -60px; left: -60px; width: 380px; }
.hero-decoratie .deco-br { bottom: -60px; right: -60px; width: 380px; transform: rotate(180deg); }
.hero-decoratie .deco-tr { top: -40px; right: -40px; width: 260px; transform: scaleX(-1); }

.hero-inhoud {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.hero-sier {
  font-family: var(--font-sier);
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: var(--bruin-donker);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  animation: fadeUp 1s ease both;
}
.hero-namen {
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--tekst-licht);
  margin-bottom: 24px;
  animation: fadeUp 1s ease 0.15s both;
}
.hero-datum {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.3rem);
  letter-spacing: 0.1em;
  color: var(--goud);
  margin-bottom: 40px;
  animation: fadeUp 1s ease 0.3s both;
}
.hero-datum::before,
.hero-datum::after {
  content: '';
  width: 48px;
  height: 1px;
  background: var(--goud-licht);
}
.hero-locatie {
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--tekst-licht);
  text-transform: uppercase;
  animation: fadeUp 1s ease 0.45s both;
}
.hero-countdown {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  animation: fadeUp 1s ease 0.6s both;
}
.countdown-blok {
  text-align: center;
  min-width: 72px;
}
.countdown-getal {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--bruin-donker);
  line-height: 1;
  display: block;
}
.countdown-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tekst-licht);
  margin-top: 4px;
}
.countdown-sep {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--goud-licht);
  align-self: flex-start;
  padding-top: 6px;
}

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

/* ============================================================
   SECTIES - ALGEMEEN
   ============================================================ */
.sectie {
  padding: var(--sectie-pad);
}

@media (max-width: 480px) {
  :root { --sectie-pad: 56px 20px; }

  .hero { padding: 96px 20px 56px; }
  .hero-sier { font-size: 3rem; }
  .hero-countdown { gap: 4px; width: calc(100% - 0px); max-width: 100%; box-sizing: border-box; }
  .countdown-blok { min-width: 0; flex: 1; }
  .countdown-getal { font-size: 1.3rem; }
  .countdown-label { font-size: 0.5rem; letter-spacing: 0.06em; }
  .countdown-sep { font-size: 1.1rem; padding-top: 3px; flex-shrink: 0; }

  .sectie-kop h2 { font-size: 1.7rem; }
  .sectie-kop .ondertitel { font-size: 1.1rem; }

  .tijdlijn-inhoud h3 { font-size: 0.95rem; }
  .tijdlijn-inhoud p  { font-size: 0.825rem; }

  .locatie-tip { padding: 14px 16px; }
  .cadeau-kader { padding: 24px 20px; }
  .galerij-placeholder { padding: 40px 20px; }

  .planning-tabs { max-width: 100%; }
  .tab-knop { padding: 10px 12px; font-size: 0.78rem; }

  .hero-inhoud { width: 100%; overflow: hidden; }
}

.sectie-licht { background: var(--creme-licht); }
.sectie-warm  { background: var(--creme); }
.sectie-donker {
  background: linear-gradient(135deg, #4a3028 0%, #6b4c3b 100%);
  color: var(--creme-licht);
}
.sectie-donker h2,
.sectie-donker h3 { color: var(--creme-licht); }
.sectie-donker .sectie-kop .divider::before,
.sectie-donker .sectie-kop .divider::after { background: rgba(255,255,255,0.3); }

.container {
  max-width: var(--max-breed);
  margin: 0 auto;
}

/* ============================================================
   DAGPLANNING
   ============================================================ */
.planning-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  border: 1px solid var(--goud-licht);
  border-radius: 4px;
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tab-knop {
  flex: 1;
  padding: 12px 24px;
  background: transparent;
  border: none;
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tekst-licht);
  cursor: pointer;
  transition: all 0.25s;
}
.tab-knop.actief {
  background: var(--goud);
  color: var(--wit);
}
.tab-knop:not(.actief):hover {
  background: rgba(176,125,74,0.08);
  color: var(--goud);
}

.tab-inhoud { display: none; }
.tab-inhoud.actief { display: block; }

.tijdlijn {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.tijdlijn::before {
  content: '';
  position: absolute;
  left: 110px;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--goud-licht) 10%, var(--goud-licht) 90%, transparent);
}
.tijdlijn-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 32px;
  padding: 20px 0;
  position: relative;
  animation: fadeIn 0.4s ease both;
}
.tijdlijn-item + .tijdlijn-item {
  border-top: 1px solid rgba(176,125,74,0.1);
}
.tijdlijn-tijd {
  text-align: right;
  padding-right: 32px;
  padding-top: 3px;
}
.tijdlijn-tijd time {
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: var(--goud);
  white-space: nowrap;
}
.tijdlijn-punt {
  position: absolute;
  left: 103px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--creme-licht);
  border: 2px solid var(--goud);
  z-index: 1;
}
.tijdlijn-inhoud h3 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  color: var(--bruin-donker);
}
.tijdlijn-inhoud p {
  font-size: 0.875rem;
  color: var(--tekst-licht);
}
.tijdlijn-locatie {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--roos);
  text-transform: uppercase;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .tijdlijn::before { left: 72px; }
  .tijdlijn-item { grid-template-columns: 72px 1fr; gap: 0 16px; }
  .tijdlijn-punt { left: 65px; }
  .tijdlijn-tijd { padding-right: 16px; }
}

/* ============================================================
   LOCATIE & ROUTE
   ============================================================ */
.locatie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .locatie-grid { grid-template-columns: 1fr; }
}

.locatie-kaart-wrapper {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px var(--schaduw);
  aspect-ratio: 4/3;
}
.locatie-kaart-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.locatie-info h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.locatie-adres {
  font-size: 0.9rem;
  color: var(--tekst-licht);
  margin-bottom: 24px;
  line-height: 1.8;
}
.locatie-tip {
  background: rgba(176,125,74,0.08);
  border-left: 3px solid var(--goud);
  padding: 16px 20px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.locatie-tip strong {
  color: var(--goud);
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}
.knop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--goud);
  color: var(--wit);
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.knop:hover {
  background: var(--bruin);
  color: var(--wit);
  transform: translateY(-1px);
}
.knop-omtrek {
  background: transparent;
  border: 1px solid var(--goud);
  color: var(--goud);
}
.knop-omtrek:hover {
  background: var(--goud);
  color: var(--wit);
}

/* ============================================================
   CADEAU SECTIE
   ============================================================ */
.cadeau-inhoud {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.cadeau-icoon {
  font-size: 3rem;
  margin-bottom: 24px;
  display: block;
}
.cadeau-tekst {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--tekst);
  margin-bottom: 32px;
}
.cadeau-kader {
  border: 1px solid var(--goud-licht);
  border-radius: 4px;
  padding: 32px;
  background: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}
.cadeau-kader .sier-titel {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 12px;
}
.bestemming-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tekst-licht);
  margin-bottom: 8px;
  display: block;
}
.bestemming-naam {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--bruin-donker);
  display: block;
}

/* ============================================================
   FOTO GALERIJ
   ============================================================ */
.galerij-wrapper {
  text-align: center;
}
.galerij-placeholder {
  max-width: 560px;
  margin: 0 auto;
  padding: 64px 40px;
  border: 2px dashed var(--goud-licht);
  border-radius: 4px;
  background: rgba(255,255,255,0.4);
}
.galerij-placeholder .ph-icoon {
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.5;
  display: block;
}
.galerij-placeholder h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.galerij-placeholder p {
  font-size: 0.9rem;
  color: var(--tekst-licht);
  margin-bottom: 24px;
}
/* Wanneer Google Foto's link ingesteld is */
.galerij-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.galerij-link-wrapper {
  max-width: 480px;
  margin: 0 auto;
}
.galerij-link-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--goud-licht);
  border-radius: 4px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.galerij-link-card:hover {
  box-shadow: 0 8px 24px var(--schaduw);
  transform: translateY(-2px);
}
.galerij-link-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}
.galerij-link-tekst strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--bruin-donker);
  margin-bottom: 4px;
}
.galerij-link-tekst span {
  font-size: 0.85rem;
  color: var(--tekst-licht);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bruin-donker);
  color: rgba(250,247,244,0.7);
  text-align: center;
  padding: 48px 24px;
}
.footer-namen {
  font-family: var(--font-sier);
  font-size: 2.2rem;
  color: var(--goud-licht);
  display: block;
  margin-bottom: 8px;
}
.footer-datum {
  font-family: var(--font-display);
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(250,247,244,0.4);
}

/* ============================================================
   ANIMATIES & UTILITIES
   ============================================================ */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.zichtbaar {
  opacity: 1;
  transform: translateY(0);
}

.tekst-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

/* ── Datum uitlichting 6-9 ──────────────────────────────────── */
.datum-getal {
  color: var(--goud);
  font-weight: 600;
  font-style: normal;
}
.hero-datum .datum-getal {
  font-size: 1.5em;
  line-height: 1;
}
.datum-getal-footer {
  color: var(--goud-licht);
  font-size: 1.1em;
  font-weight: 600;
}
