:root {
  --bg-void: #0C0B09; --bg-panel: #17140F;
  --line-accent: #EDE4D0; --line-accent-dim: #8A8071;
  --gold: #C9A66B; --gold-dim: #8C7345;
  --cream: #F2EADB; --cream-dim: #9C9284; --hairline: rgba(240, 231, 214, 0.11);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg-void); color: var(--cream); font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
a { color: inherit; text-decoration: none; }

/* NAV */
.site-nav { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center;
  padding: 1.8rem 7vw; background: rgba(12,11,9,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--hairline); }
.wordmark { font-family: 'Fraunces', serif; font-size: 1.02rem; letter-spacing: 0.01em; }
.wordmark b { color: var(--gold); font-weight: 600; }
.nav-links { display: flex; gap: 1.8rem; font-size: 0.74rem; letter-spacing: 0.04em; color: var(--cream-dim); flex-wrap: wrap; text-transform: uppercase; font-family: 'IBM Plex Mono', monospace; }
.nav-links a.active { color: var(--gold); }
.nav-links a.nav-cta { color: var(--gold); border: 1px solid var(--gold); border-radius: 4px; padding: 0.35rem 0.8rem; }
.nav-links a.nav-cta:hover { background: var(--gold); color: #0C0B09; }
.nav-toggle { display: none; }
.nav-burger { display: none; }

/* HERO */
.hero { min-height: 92svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 6vw 7vw 5vw; position: relative;
  background-image: linear-gradient(180deg, rgba(12,11,9,0.25) 0%, rgba(12,11,9,0.5) 45%, rgba(12,11,9,1) 100%), linear-gradient(90deg, rgba(12,11,9,0.75) 0%, rgba(12,11,9,0.15) 50%, rgba(12,11,9,0.3) 100%), url('../images/hero.jpg');
  background-size: 100% 100%, 100% 100%, cover; background-position: 0 0, 0 0, center 38%; }
.hero-body { max-width: 820px; position: relative; z-index: 2; }
.hero-rule { width: 46px; height: 1px; background: var(--gold); opacity: 0.9; margin: 1.6rem 0 1.6rem; }
h1.hero-headline { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(2.6rem, 7vw, 5.2rem); line-height: 1.01; letter-spacing: -0.015em;
  margin: 0 0 1.8rem; text-shadow: 0 4px 40px rgba(0,0,0,0.5); }
h1.hero-headline em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero-sub { font-family: 'Fraunces', serif; font-weight: 400; font-style: normal; font-size: 1.15rem; line-height: 1.55; color: var(--cream-dim); max-width: 480px; margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.btn-primary { font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--gold); color: #0C0B09; padding: 1rem 1.8rem; font-weight: 500; }
.btn-ghost { font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cream); padding-bottom: 0.3rem; border-bottom: 1px solid var(--cream-dim); }

/* PAGE HEADER (voor subpagina's zonder hero-foto, bv. Portfolio/Tarieven/FAQ) */
.page-header { padding: 5rem 7vw 2rem; border-bottom: 1px solid var(--hairline); }
.page-header h1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.01em; margin-top: 1rem; }
.page-header p { color: var(--cream-dim); font-size: 1rem; line-height: 1.7; max-width: 620px; margin-top: 1.2rem; }

/* SECTIONS */
.section { padding: 7rem 7vw; border-bottom: 1px solid var(--hairline); }
.section-tight { padding: 5rem 7vw; }
.section-label { display: flex; align-items: center; gap: 1rem; margin-bottom: 3rem; }
.section-label .line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold-dim), transparent); opacity: 0.5; }
.section-head { max-width: 640px; margin-bottom: 1rem; }
.section-head h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15; letter-spacing: -0.01em; }
.section-intro { color: var(--cream-dim); font-size: 1rem; line-height: 1.75; max-width: 620px; margin-top: 1.4rem; }

/* WAT IK DOE — editorial numeral list */
.service-list { margin-top: 3.5rem; border-top: 1px solid var(--hairline); }
.service-item { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2.6rem 0; border-bottom: 1px solid var(--hairline); }
.service-item:last-child { border-bottom: none; }
.service-numeral { font-family: 'Fraunces', serif; font-style: normal; font-weight: 400; font-size: 1.7rem; color: var(--gold); opacity: 0.85; line-height: 1; }
.service-item h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.4rem; margin-bottom: 0.7rem; }
.service-item p { color: var(--cream-dim); font-size: 0.95rem; line-height: 1.7; max-width: 480px; }

/* PORTFOLIO */
.spotify-embed { margin-top: 3rem; border-radius: 4px; overflow: hidden; border: 1px solid var(--hairline); }
.portfolio-note { margin-top: 1.4rem; color: var(--cream-dim); font-size: 0.82rem; max-width: 560px; }
.highlight-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.7rem; }
.highlight-item iframe { border-radius: 8px; display: block; }
.highlight-item .hrole { font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; color: var(--cream-dim); letter-spacing: 0.02em; margin-top: 0.55rem; padding-left: 0.2rem; }
.highlight-item .hrole b { color: var(--gold); font-weight: 500; }

/* FAQ */
.faq-list { margin-top: 3.5rem; border-top: 1px solid var(--hairline); }
.faq-item { padding: 2rem 0; border-bottom: 1px solid var(--hairline); max-width: 640px; }
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.1rem; margin-bottom: 0.6rem; }
.faq-item p { color: var(--cream-dim); font-size: 0.9rem; line-height: 1.65; }

/* STUDIO */
.gallery { margin-top: 3.5rem; display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.gallery img:hover { transform: translateY(-3px); box-shadow: 0 26px 55px rgba(0,0,0,0.55), 0 4px 12px rgba(0,0,0,0.35); }
.gallery > img { aspect-ratio: 3 / 2; height: auto; }
.gallery-sub { display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery-sub img { aspect-ratio: 1 / 1; height: auto; }
.gear-teaser { margin-top: 3rem; }
.gear-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 2rem; font-size: 0.88rem; color: var(--cream-dim); line-height: 2; }
.studio-teaser-img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; margin-top: 2.5rem; border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.studio-teaser-img:hover { transform: translateY(-3px); box-shadow: 0 26px 55px rgba(0,0,0,0.55), 0 4px 12px rgba(0,0,0,0.35); }

/* TARIEVEN — refined dotted-leader list */
.price-list { margin-top: 3rem; }
.price-line { display: flex; align-items: baseline; gap: 0.8rem; padding: 1.5rem 0; border-bottom: 1px solid var(--hairline); }
.price-line:first-child { border-top: 1px solid var(--hairline); }
.price-main { display: flex; align-items: baseline; gap: 0.8rem; flex: 1; }
.price-line .pname { font-family: 'Fraunces', serif; font-size: 1.05rem; white-space: nowrap; }
.price-line .pdots { flex: 1; border-bottom: 1px dotted var(--cream-dim); opacity: 0.35; transform: translateY(-5px); }
.price-line .pprice { font-family: 'IBM Plex Mono', monospace; font-size: 0.88rem; color: var(--gold); white-space: nowrap; }
.price-desc { color: var(--cream-dim); font-size: 0.82rem; line-height: 1.5; margin-top: 0.4rem; max-width: 520px; }
.price-note { margin-top: 2rem; color: var(--cream-dim); font-size: 0.82rem; line-height: 1.7; max-width: 620px; }

/* CONTACT */
.contact-block { margin-top: 3rem; display: flex; flex-direction: column; gap: 1.3rem; }
.contact-line { display: flex; gap: 1.2rem; align-items: baseline; }
.contact-line .clabel { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--cream-dim); width: 90px; flex-shrink:0; }
.contact-line a, .contact-line span.val { font-family: 'Fraunces', serif; font-size: 1.3rem; }

footer { padding: 3rem 7vw; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; align-items: center; border-top: 1px solid var(--hairline); }
footer .fmeta { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; color: var(--cream-dim); display: flex; gap: 1.4rem; flex-wrap: wrap; }
footer .fmeta a:hover { color: var(--cream); }

/* SCROLL FADE-IN */
.fade-section { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-section.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .fade-section { opacity: 1; transform: none; transition: none; }
}

/* LEGAL PAGES (voorwaarden / privacyverklaring) — geschoped op <main>, komt alleen daar voor */
main { max-width: 760px; margin: 0 auto; padding: 4rem 7vw 6rem; }
main h1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 2.3rem; margin-bottom: 0.6rem; }
main .updated { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; color: var(--cream-dim); margin-bottom: 3rem; }
main .art-num { font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--gold); text-transform: uppercase; margin: 2.8rem 0 0.4rem; }
main h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.3rem; margin-bottom: 1rem; }
main p, main li { color: var(--cream-dim); line-height: 1.75; font-size: 0.95rem; margin-bottom: 0.8rem; }
main ul { padding-left: 1.2rem; margin-bottom: 0.9rem; }
main a { border-bottom: 1px solid var(--hairline); }
.todo { background: var(--bg-panel); border: 1px solid var(--hairline); border-radius: 4px; padding: 1.2rem 1.4rem; margin: 1.2rem 0 2rem; font-family: 'IBM Plex Mono', monospace; font-size: 0.78rem; color: var(--line-accent); line-height: 1.6; }

@media (max-width: 760px) {
  .site-nav { padding: 1.4rem 6vw; flex-wrap: nowrap; }
  .nav-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 22px; height: 18px; cursor: pointer; z-index: 60; }
  .nav-burger span { display: block; width: 100%; height: 1px; background: var(--cream); transition: transform 0.2s ease, opacity 0.2s ease; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; width: auto; gap: 0;
    background: #0C0B09; border-bottom: 1px solid var(--hairline);
    opacity: 0; visibility: hidden; transform: translateY(-6px);
    transition: opacity 0.32s ease, transform 0.32s ease, visibility 0s linear 0.32s;
    font-size: 0.78rem;
  }
  .nav-links a { padding: 0.95rem 6vw; border-top: 1px solid var(--hairline); }
  .nav-links a.nav-cta { color: var(--gold); border-top: 1px solid var(--hairline); border-left: none; border-right: none; border-bottom: none; border-radius: 0; padding: 0.95rem 6vw; }
  .nav-links a.nav-cta:hover { background: transparent; color: var(--gold); }
  .nav-toggle:checked ~ .nav-links { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity 0.32s ease, transform 0.32s ease, visibility 0s linear 0s; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .section { padding: 4.5rem 6vw; } .section-tight { padding: 3.5rem 6vw; }
  .page-header { padding: 3.5rem 6vw 1.5rem; }
  .service-item { grid-template-columns: 50px 1fr; gap: 1.2rem; }
  .gallery { grid-template-columns: 1fr; } .gallery-sub { grid-template-rows: unset; grid-template-columns: 1fr 1fr; }
  .gear-grid { grid-template-columns: 1fr; }
  .price-main { flex-wrap: wrap; } .pdots { display: none; }
  main { padding: 3.5rem 6vw 4rem; }
}
