/* ==========================================================================
   dugunsalonu.nl — design tokens
   Palette: derin bordo (kına/kadife), antika gold, krem, koyu ink, pudra
   Type: Fraunces (display serif) + Outfit (sans body)
   ========================================================================== */

:root {
  --wine: #6b1029;
  --wine-deep: #45081a;
  --gold: #c9a24b;
  --gold-soft: #e3c98a;
  --cream: #f7f1e8;
  --cream-2: #fbf8f2;
  --ink: #241a16;
  --body: #4a3a34;
  --muted: #9c8a7e;
  --blush: #e8c9c9;
  --border: rgba(36, 26, 22, 0.12);
  --shadow: 0 18px 40px rgba(69, 8, 26, 0.16);
  --radius: 4px;
  --radius-lg: 18px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 0.5em;
  font-weight: 600;
  line-height: 1.15;
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; }
a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.96rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.btn-primary {
  background: var(--gold);
  color: var(--wine-deep);
}
.btn-primary:hover { background: var(--gold-soft); transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
}
.btn-outline:hover { background: rgba(247, 241, 232, 0.12); }
.btn-dark {
  background: var(--wine);
  color: var(--cream);
}
.btn-dark:hover { background: var(--wine-deep); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream-2);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wine);
  letter-spacing: 0.01em;
}
.logo span { color: var(--gold); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
}
.main-nav a:hover { color: var(--wine); }
.header-cta { display: flex; align-items: center; gap: 18px; }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  flex-shrink: 0;
  transition: background 0.18s ease, transform 0.18s ease;
}
.btn-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
.btn-whatsapp:hover { background: #1ebe57; transform: translateY(-1px); }

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--wine);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.btn-phone svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.btn-phone:hover { color: var(--wine-deep); }

.big-phone {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 700;
  color: var(--wine);
  text-decoration: none;
  margin: 10px 0 18px;
  letter-spacing: 0.02em;
  transition: color 0.18s;
}
.big-phone:hover { color: var(--wine-deep); }

.phone-alt {
  margin-top: 18px;
  font-size: 0.97rem;
  color: var(--body);
}
.phone-alt a { color: var(--wine); font-weight: 700; text-decoration: none; }
.phone-alt a:hover { color: var(--wine-deep); }
.hero .phone-alt {
  color: rgba(255,255,255,0.80);
  margin-top: 0;
  font-size: 1rem;
  background: rgba(0,0,0,0.25);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.18);
}
.hero .phone-alt a {
  color: var(--gold-soft);
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}
.hero .phone-alt a:hover { color: #fff; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: 0.2s;
}

@media (max-width: 900px) {
  .main-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--cream-2);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .main-nav.open { max-height: 420px; }
  .main-nav a {
    width: 100%;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }
  .nav-toggle { display: block; }
  .header-cta .btn-dark { display: none; }
  .btn-phone .phone-num { display: none; }
  .btn-phone {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--wine);
    color: #fff;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
    padding: 0;
  }
  .btn-phone:hover { background: var(--wine-deep); color: #fff; }
  .btn-phone svg { width: 20px; height: 20px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(107, 16, 41, 0.78) 0%, rgba(69, 8, 26, 0.79) 60%, rgba(44, 7, 18, 0.81) 100%),
    url("/assets/images/hero-main.jpg");
  background-size: cover;
  background-position: center;
  color: var(--cream);
  padding: 110px 0 90px;
  overflow: hidden;
}
.hero.hero-sm {
  background:
    linear-gradient(135deg, rgba(107, 16, 41, 0.78) 0%, rgba(69, 8, 26, 0.79) 60%, rgba(44, 7, 18, 0.81) 100%),
    url("/assets/images/hero-inner.jpg");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(201, 162, 75, 0.18), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(232, 201, 201, 0.1), transparent 50%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 700px; }
.hero h1 { color: var(--cream); }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero p.lead {
  font-size: 1.15rem;
  color: rgba(247, 241, 232, 0.86);
  max-width: 560px;
}
.hero-cta { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  flex-wrap: wrap;
}
.hero-stats div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--gold-soft);
}
.hero-stats div span {
  font-size: 0.82rem;
  color: rgba(247, 241, 232, 0.7);
  letter-spacing: 0.04em;
}
.hero.hero-sm { padding: 78px 0 64px; }
.hero.hero-sm .hero-inner { max-width: 760px; }

/* ---------- Signature motif divider ---------- */
.motif-divider {
  height: 22px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 64px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='22' viewBox='0 0 64 22'%3E%3Cpath d='M2 11c4-9 12-9 16 0s12 9 16 0 12-9 16 0 12 9 14 2' fill='none' stroke='%23C9A24B' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='32' cy='11' r='1.6' fill='%23C9A24B'/%3E%3C/svg%3E");
  opacity: 0.85;
}
.motif-divider.on-dark { opacity: 0.6; }

/* ---------- Sections ---------- */
section { padding: 86px 0; }
.section-cream { background: var(--cream); }
.section-white { background: #fff; }
.section-wine {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-deep) 100%);
  color: var(--cream);
}
.section-wine > .container > h2,
.section-wine .section-head h2,
.section-wine .section-head h3 { color: var(--cream); }
.section-head { max-width: 620px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }

/* ---------- Cards / grids ---------- */
.grid {
  display: grid;
  gap: 28px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
  color: var(--body);
}
.card h3 { color: var(--ink); }
.card .icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.region-card {
  display: block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  color: var(--body);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.region-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.region-card h3 { margin-bottom: 6px; color: var(--ink); }
.region-card .tag {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.guide-card {
  display: block;
  background: var(--cream-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  color: var(--body);
}
.guide-card h3 { color: var(--ink); }
.guide-card .eyebrow { margin-bottom: 10px; }

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq-item h3 { margin-bottom: 8px; font-size: 1.1rem; }
.section-wine .faq-item { border-bottom-color: rgba(247, 241, 232, 0.18); }
.section-wine .faq-item h3 { color: var(--cream); }
.section-wine .faq-item p { color: rgba(247, 241, 232, 0.82); }

/* ---------- Form ---------- */
.lead-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 640px;
  color: var(--body);
}
.form-row { margin-bottom: 20px; }
.form-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink);
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--cream-2);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 10px; }
.form-submit-note.success {
  margin-top: 16px; padding: 14px 18px; border-radius: 10px;
  background: #e8f7ee; border: 1.5px solid #5cb87a; color: #1e6b3a;
  font-size: 0.97rem; font-weight: 600;
}
.form-submit-note.error {
  margin-top: 16px; padding: 14px 18px; border-radius: 10px;
  background: #fdf0f0; border: 1.5px solid #e07070; color: #8b2020;
  font-size: 0.97rem; font-weight: 600;
}

/* ---------- Testimonials ---------- */
.testimonial {
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
}
.testimonial p.quote { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); }
.testimonial .who { font-size: 0.85rem; color: var(--muted); }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: 0.82rem;
  color: rgba(247, 241, 232, 0.75);
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--gold-soft); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--wine-deep);
  color: rgba(247, 241, 232, 0.82);
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 50px;
}
.footer-grid h4 {
  color: var(--gold-soft);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-body);
}
.footer-grid a, .footer-grid p { color: rgba(247, 241, 232, 0.78); font-size: 0.92rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 14px;
}
.content-disclaimer {
  border-top: 1px solid var(--border, #e2d8cc);
  margin-top: 8px;
  padding-top: 20px;
  font-size: 0.72rem;
  line-height: 1.65;
  color: var(--muted);
}
.footer-bottom {
  border-top: 1px solid rgba(247, 241, 232, 0.14);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero { padding: 80px 0 64px; }
  section { padding: 60px 0; }
  .lead-form { padding: 26px; }
}
