/* ============================================================
   Tokens — Stof vol Verhalen brand palette
   ============================================================ */
:root {
  --chocolate: #3B2314;
  --chocolate-deep: #2A180D;
  --rose: #C4907C;
  --rose-deep: #A9735F;
  --beige: #E8DDD4;
  --taupe: #9C8B7E;
  --cream: #FDFBF9;

  --ink: #2A1B12;
  --ink-soft: #6B5A4C;

  --font-serif: "Fraunces", "Iowan Old Style", "Georgia", serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-script: "Caveat", cursive;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-h: 4.5rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

section[id] { scroll-margin-top: var(--nav-h); }

:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 3px;
  border-radius: 3px;
}

.script { font-family: var(--font-script); font-weight: 600; }

/* ============================================================
   Nav
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 3.5rem);
  background: rgba(253, 251, 249, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(59, 35, 20, 0.08);
}

.nav__mark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--chocolate);
}

.nav__heart { width: 1.5rem; height: 1.3rem; fill: var(--rose); flex-shrink: 0; }
.nav__stitch { fill: none; stroke: var(--cream); stroke-width: 1; stroke-dasharray: 2 2; }
.nav__heart-img { width: 1.5rem; height: auto; flex-shrink: 0; }

.nav__links {
  display: flex;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav__links a {
  color: var(--ink-soft);
  transition: color 0.2s var(--ease);
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
}

.nav__links a:hover { color: var(--chocolate); border-color: var(--rose); }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav__toggle span {
  display: block;
  height: 2px;
  background: var(--chocolate);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + 3rem) clamp(1.5rem, 6vw, 6rem) 6rem;
  background: linear-gradient(175deg, var(--chocolate) 0%, var(--chocolate-deep) 100%);
  color: var(--cream);
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(42rem 30rem at 82% 8%, rgba(196, 144, 124, 0.35) 0%, transparent 60%),
    radial-gradient(38rem 26rem at 10% 100%, rgba(196, 144, 124, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.hero__layout {
  position: relative;
  width: 100%;
  max-width: 76rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero__inner { max-width: 40rem; }

.hero__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(253, 251, 249, 0.04);
}

.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__photo-placeholder { display: none; }

.hero__photo--empty {
  border: 1px dashed var(--rose);
}

.hero__photo--empty .hero__photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: var(--taupe);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .hero__layout { grid-template-columns: 1fr; }
  .hero__photo { max-width: 20rem; margin: 0.5rem auto 0; }
}

.hero__eyebrow {
  margin: 0 0 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rose);
}

.hero__name {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(3.25rem, 10vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.hero__statement {
  margin: 2rem 0 0;
  max-width: 38rem;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.6;
  color: var(--beige);
  font-weight: 400;
}

.hero__statement strong {
  color: var(--cream);
  font-weight: 600;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
  color: var(--taupe);
}

.hero__scroll {
  position: absolute;
  left: clamp(1.5rem, 6vw, 6rem);
  bottom: 2.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--taupe);
}

.hero__scroll-line {
  width: 1px;
  height: 2rem;
  background: linear-gradient(to bottom, var(--rose), transparent);
  animation: scrollcue 2.2s var(--ease) infinite;
}

@keyframes scrollcue {
  0%   { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50%  { transform: scaleY(1);   transform-origin: top; opacity: 1; }
  100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
}

@media (max-width: 640px) { .hero__scroll { display: none; } }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-sans);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  transition: transform 0.25s var(--ease), background-color 0.25s var(--ease),
    border-color 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn--primary {
  background: var(--rose);
  color: var(--chocolate-deep);
  box-shadow: 0 10px 26px -12px rgba(196, 144, 124, 0.55);
}
.btn--primary:hover { background: var(--cream); transform: translateY(-2px); }

.btn--ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(253, 251, 249, 0.35);
}
.btn--ghost:hover { border-color: var(--rose); color: var(--rose); transform: translateY(-2px); }

.btn--svv { color: var(--cream); background: var(--chocolate); box-shadow: none; }
.btn--svv:hover { background: var(--chocolate-deep); color: var(--rose); }

.btn--ghost-dark { color: var(--chocolate); border-color: var(--taupe); }
.btn--ghost-dark:hover { border-color: var(--rose-deep); color: var(--rose-deep); background: rgba(196, 144, 124, 0.08); }

.btn:active { transform: translateY(0); }

.btn--small { padding: 0.7rem 1.35rem; font-size: 0.85rem; }

.btn__icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  margin-right: 0.55rem;
  flex-shrink: 0;
}

/* ============================================================
   Seam divider — running stitch
   ============================================================ */
.seam {
  height: 1.5rem;
  background: var(--chocolate-deep);
}
.seam--light { background: var(--cream); }

.seam svg {
  width: 100%;
  height: 100%;
}

.seam path {
  fill: none;
  stroke: var(--rose);
  stroke-width: 2;
  stroke-dasharray: 6 8;
  stroke-linecap: round;
  opacity: 0.55;
}

.seam--light path { stroke: var(--taupe); opacity: 0.4; }

/* ============================================================
   Origin story
   ============================================================ */
.origin {
  background: var(--chocolate-deep);
  color: var(--beige);
  padding: 7rem clamp(1.5rem, 6vw, 6rem);
}

.origin__inner {
  max-width: 38rem;
  margin: 0 auto;
}

.origin__tag {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--rose);
}

.origin__script {
  margin: 0 0 2.5rem;
  font-family: var(--font-script);
  font-size: 1.5rem;
  color: var(--taupe);
  transform: rotate(-1.5deg);
  display: inline-block;
}

.origin__text {
  margin: 0 0 1.4rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.origin__text--emphasis {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--cream);
  margin: 2rem 0;
}

/* ============================================================
   Ventures
   ============================================================ */
.venture {
  padding: 6.5rem clamp(1.5rem, 6vw, 6rem);
}

.venture--svv {
  background: var(--beige);
  color: var(--chocolate);
}

.venture--visionary {
  background: var(--cream);
  color: var(--ink);
}

.venture--visionary .venture__text { color: var(--ink-soft); }

.venture__inner { max-width: 40rem; margin: 0 auto; }

.venture__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.venture__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  color: var(--chocolate);
}

.venture__title--sans {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.venture__tagline {
  margin: 0 0 2rem;
  font-size: 1.15rem;
  color: var(--rose-deep);
  font-weight: 500;
}

.venture__text {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.venture--svv .venture__text { color: #5a4234; }
.venture__text--wide { max-width: 34rem; }

.venture__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.75rem 0;
  padding: 0;
  list-style: none;
}

.venture__values li {
  padding: 0.45rem 1rem;
  border: 1px dashed var(--taupe);
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--chocolate);
  background: rgba(253, 251, 249, 0.5);
}

.venture__meta {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.venture__credit {
  margin: 0 0 2rem;
  font-size: 0.88rem;
  color: var(--taupe);
  font-style: italic;
}

.venture__logo {
  width: auto;
  height: clamp(3.5rem, 9vw, 5.5rem);
  margin-bottom: 2rem;
}

/* ============================================================
   Missie & Visie
   ============================================================ */
.mission {
  background: var(--cream);
  padding: 5.5rem clamp(1.5rem, 6vw, 6rem);
}

.mission__inner {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.mission__divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(to bottom, transparent, var(--rose), transparent);
}

.mission__label {
  margin: 0 0 0.75rem;
  font-family: var(--font-script);
  font-size: 1.6rem;
  color: var(--rose-deep);
}

.mission__text {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  color: var(--chocolate);
}

@media (max-width: 640px) {
  .mission__inner { grid-template-columns: 1fr; }
  .mission__divider { width: 100%; height: 1px; background: linear-gradient(to right, transparent, var(--rose), transparent); }
}

/* ============================================================
   Gallery
   ============================================================ */
.gallery {
  background: var(--beige);
  padding: 6.5rem clamp(1.5rem, 6vw, 6rem);
}

.gallery__inner { max-width: 56rem; margin: 0 auto; }

.gallery__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  color: var(--chocolate);
}

/* ============================================================
   Personal gallery (under Contact)
   ============================================================ */
.gallery--personal {
  background: var(--chocolate-deep);
  padding: 4.5rem clamp(1.5rem, 6vw, 6rem);
  text-align: center;
}

.gallery__title--small {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  color: var(--cream);
  margin-bottom: 2.25rem;
}

.gallery__avatars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.gallery__avatar {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(253, 251, 249, 0.04);
}

.gallery__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__avatar span { display: none; }

.gallery__avatar--empty {
  border: 1px dashed var(--taupe);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__avatar--empty span {
  display: block;
  color: var(--taupe);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================================
   Contact CTA
   ============================================================ */
.cta {
  background: linear-gradient(175deg, var(--chocolate) 0%, var(--chocolate-deep) 100%);
  color: var(--cream);
  padding: 7rem clamp(1.5rem, 6vw, 6rem);
  text-align: center;
}

.cta__inner { max-width: 34rem; margin: 0 auto; }

.cta__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose);
}

.cta__title {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 2.9rem);
}

.cta__text {
  margin: 0 0 2.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--beige);
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.cta__location {
  margin: 2rem 0 0;
  font-size: 0.85rem;
  color: var(--taupe);
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--chocolate-deep);
  color: var(--taupe);
  padding: 3rem clamp(1.5rem, 6vw, 6rem) 2.5rem;
  text-align: center;
}

.footer__inner { max-width: 30rem; margin: 0 auto; }

.footer__mark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.6rem;
}

.footer__heart { width: 1.15rem; height: 1rem; fill: var(--rose); }
.footer__stitch { fill: none; stroke: var(--chocolate-deep); stroke-width: 1; stroke-dasharray: 2 2; }
.footer__heart-img { width: 1.15rem; height: auto; }

.footer__tagline {
  margin: 0 0 1.75rem;
  font-size: 0.85rem;
  font-style: italic;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  font-size: 0.82rem;
}

.footer__links a { transition: color 0.2s var(--ease); }
.footer__links a:hover { color: var(--rose); }

.footer__copy { margin: 0; font-size: 0.75rem; opacity: 0.7; }

.footer__seal {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.footer__seal img {
  max-width: 130px;
  height: auto;
  border-radius: 0.35rem;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footer__seal img:hover { opacity: 1; }

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Mobile nav
   ============================================================ */
@media (max-width: 760px) {
  .nav__toggle { display: flex; }

  .nav__links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid rgba(59, 35, 20, 0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
  }

  .nav__links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav__links a {
    padding: 1rem clamp(1.25rem, 5vw, 3.5rem);
    border-bottom: 1px solid rgba(59, 35, 20, 0.06);
  }

  .nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__scroll-line { animation: none; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn, .nav__links a, .nav__toggle span { transition: none; }
}
