/* ============================================
   ZEEZICHT OPSTELLINGEN – Stylesheet v2
   Rust · Leesbaarheid · Betekenis
   Kleuren: #A9B9B0 Noordzee · #929DB6 Blauwgrijs
   Font: Cormorant Garamond (italic koppen)
   ============================================ */

/* --- RESET & BASIS --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
}

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #7a6e64;
  background: #ece8e4;   /* iets koeler/rozeriger dan v1 */
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* --- TYPOGRAFIE --- */

h1, .hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #ece8e4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h2, .section-heading {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  color: #6b7a76;          /* donkerder dan v1 */
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #4e5b59;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #7a6e64;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

p {
  margin-bottom: 1rem;
}

/* --- LAYOUT --- */

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  padding: 5rem 0;
}

/* --- KNOPPEN --- */

.btn {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
}

.btn-primary {
  background: #ca9b8f;
  color: #f8f5f1;
  border-color: #ca9b8f;
}

.btn-primary:hover {
  background: #a07060;
  border-color: #a07060;
}

.btn-secondary {
  background: transparent;
  color: #7a6e64;
  border-color: #c6b18f;
}

.btn-secondary:hover {
  background: #c6b18f;
  color: #f8f5f1;
}

/* --- HEADER / NAVIGATIE --- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ece8e4;
  border-bottom: 0.3px solid #d8d2cb;
}

.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  height: 36px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 2rem;
}

.main-nav a {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a6e64;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #2c3231;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #7a6e64;
  cursor: pointer;
}

/* --- HERO --- */

.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 65vh;
  display: flex;
  align-items: flex-end;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.72);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.hero-title {
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.95;
  color: #ece8e4;
  text-shadow: 0 2px 20px rgba(44,50,49,0.3);
}

.hero-tagline {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  color: #ddc8c4;
  font-size: clamp(1.5rem, 3vw, 2.2rem);   /* groter dan v1 */
  margin-top: 1rem;
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(44,50,49,0.4);
}

/* --- WELKOM SANNE --- */

.welkom-sectie {
  background: #f8f5f1;
  padding: 4.5rem 0;
  border-bottom: 0.3px solid #d8d2cb;
}

.welkom-grid {
  display: grid;
  grid-template-columns: clamp(160px, 25%, 260px) 1fr;
  gap: 4rem;
  align-items: center;
}

.welkom-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.welkom-naam {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #A9B9B0;
  margin-bottom: 0.75rem;
}

.welkom-lead {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.55rem;
  color: #4e5b59;
  line-height: 1.45;
  margin-bottom: 1.25rem;
}

.welkom-knoppen {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* --- PRODUCTEN 2×2 --- */

.producten-sectie {
  background: #ffffff;
  padding: 5rem 0;
}

.producten-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3.5rem;
  margin-bottom: 2rem;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

#groep .product-image img {
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center 20%;
}

#integratie .product-image img,
#een-op-een .product-image img,
#tekensessie .product-image img {
  aspect-ratio: unset;
  height: auto;
  object-fit: unset;
}

.product-inhoud {
  padding: 1.75rem 0 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 0.3px solid #d8d2cb;
}


.product-inhoud p {
  font-size: 0.96rem;
  line-height: 1.75;
}

.product-lead {
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: #6b7a76;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.product-prijs {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  color: #9a9088;
  margin-top: auto;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.agenda-locatie-inline {
  font-size: 0.85rem;
  color: #8fa5a0;
  margin-bottom: 0.5rem;
}

.nieuw-label {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #A9B9B0;
  color: #f8f5f1;
  padding: 0.15rem 0.5rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}

.tarieven-noot {
  font-size: 0.8rem;
  color: #b3bfbc;
  padding-top: 1rem;
  border-top: 0.3px solid #d8d2cb;
}

/* --- VIDEO TEKENSESSIE --- */

.video-sectie {
  background: #ece8e4;
  padding: 4rem 0;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.video-kolom video {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: #2c3231;
  display: block;
}

.video-tekst {
  padding-top: 0.25rem;
}

.video-kop {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #4e5b59;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
}

.video-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8fa5a0;
  margin-bottom: 1.25rem;
}

/* --- THEMA'S TUSSENSTUK --- */

.themas-blok {
  background: #A9B9B0;
  padding: 5rem 0;
}

.themas-kolommen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.themas-blok .groot-citaat {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #2c3231;
  border: none;
  padding: 0;
  margin-bottom: 2.5rem;
  line-height: 1.35;
}

.themas-tekst {
  color: #2c3231;
}

.themas-tekst p {
  color: #2c3231;
}

.themas-voorbeelden {
  color: #4e5b59;
  font-size: 0.95rem;
}

/* --- AGENDA --- */

.agenda-sectie {
  background: #ece8e4;
}

.agenda-sectie .section-heading {
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-weight: 600;
}

.agenda-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.agenda-blok {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.3px solid #d8d2cb;
}

.agenda-subtitel {
  color: #4e5b59;
  font-size: 0.88rem;
  margin-bottom: 1.25rem;
}

.agenda-data {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.datum {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #4e5b59;
  display: block;
}

.agenda-locatie {
  font-size: 0.88rem;
  color: #8fa5a0;
  margin-bottom: 1rem;
}

/* --- TARIEVEN --- */

.tarieven-overzicht {
  max-width: 480px;
}

.tarieven-tabel {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}

.tarieven-tabel td {
  padding: 0.5rem 0;
  border-bottom: 0.3px solid #d8d2cb;
  font-size: 0.95rem;
}

.tarieven-tabel td:last-child {
  text-align: right;
  font-weight: 600;
  color: #4e5b59;
}

.tarieven-btw {
  font-size: 0.8rem;
  color: #b3bfbc;
  margin-top: 0.75rem;
}

/* --- OVER SANNE --- */

.over-sectie {
  background: #f8f5f1;
}

.over-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.over-foto img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.over-welkom {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15rem;
  color: #4e5b59;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

/* Sanne-thee: groot verderop */
.over-thee {
  margin-bottom: 3rem;
}

.over-thee img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center 25%;
}

.over-sfeer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.over-sfeer img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* --- QUOTE --- */

.quote-sectie {
  background: #ece8e4;
  padding: 3.5rem 0;
  text-align: center;
}

.groot-citaat {
  font-family: 'Radley', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  color: #A9B9B0;
  border: none;
  line-height: 1.3;
}

.groot-citaat--licht {
  color: #b3bfbc;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

/* --- CONTACT --- */

.contact-sectie {
  background: #2c3231;
  padding: 5rem 0;
}

.contact-sectie .section-heading {
  color: #ca9b8f;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info p {
  color: #e9dfce;
  margin-bottom: 1.25rem;
}

.contact-mail {
  color: #ca9b8f;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-mail:hover {
  color: #a07060;
}

.contact-knoppen {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.contact-sectie .btn-primary {
  background: #ca9b8f;
  color: #f8f5f1;
  border-color: #ca9b8f;
}

.contact-sectie .btn-primary:hover {
  background: #a07060;
  border-color: #a07060;
}

.contact-sectie .btn-secondary {
  color: #e9dfce;
  border-color: #A9B9B0;
}

.contact-sectie .btn-secondary:hover {
  background: #A9B9B0;
  border-color: #A9B9B0;
  color: #2c3231;
}

.social-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.social-links a {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #929DB6;
  transition: color 0.2s;
}

.social-links a:hover {
  color: #ca9b8f;
}

.foto-credit {
  font-size: 0.72rem;
  color: #8a9e97;
  margin-top: 0.5rem;
  letter-spacing: 0.03em;
}

.contact-foto img {
  width: 70%;
  height: auto;
  display: block;
}

/* --- FOOTER --- */

.site-footer {
  background: #2c3231;
  border-top: 0.3px solid #4e5b59;
  padding: 2rem 0;
  text-align: center;
}

.site-footer p {
  font-size: 0.8rem;
  color: #929DB6;
  margin-bottom: 0.4rem;
}

.site-footer a {
  color: #b3bfbc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-postadres {
  color: #8a9e97 !important;
}

/* --- INSTAGRAM --- */

.instagram-sectie {
  background: #ffffff;
  padding: 4rem 0;
  border-top: 0.3px solid #d8d2cb;
}

.instagram-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8fa5a0;
  margin-bottom: 1.5rem;
}

.instagram-label a {
  color: #8fa5a0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.instagram-post {
  aspect-ratio: 1;
  overflow: hidden;
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
}

.instagram-post:hover img {
  opacity: 0.85;
}

/* ============================================
   RESPONSIVE – TABLET & MOBIEL
   ============================================ */

@media (max-width: 900px) {

  .nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ece8e4;
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    border-bottom: 0.3px solid #d8d2cb;
    box-shadow: 0 4px 12px rgba(44,50,49,0.08);
  }

  .main-nav.nav-open {
    display: flex;
  }

  .site-header {
    position: relative;
  }

  .welkom-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .welkom-foto img {
    width: 100%;
    height: auto;
  }

  .producten-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .video-kolom video {
    aspect-ratio: 16/9;
  }

  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .over-grid,
  .contact-grid,
  .themas-kolommen,
  .agenda-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }


  .over-sfeer {
    grid-template-columns: 1fr 1fr;
  }

  .welkom-knoppen {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 580px) {

  html {
    font-size: 16px;
  }

  .hero {
    min-height: 55vw;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  section {
    padding: 3rem 0;
  }

  .over-sfeer {
    grid-template-columns: 1fr;
  }

  .contact-knoppen {
    max-width: 100%;
  }

}
