:root {
  --paper: #f4f1e9;
  --ink: #242722;
  --wine: #4c1e29;
  --muted: #706f66;
  --line: #d4d2c8;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, h1, h2, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
em { font-weight: 400; }
::selection { background: var(--wine); color: var(--paper); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 15px 22px; color: var(--ink); background: var(--paper); }
.skip-link:focus { top: 15px; }
.eyebrow { font-size: .75rem; letter-spacing: .15em; line-height: 1.7; font-weight: 500; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 80px; padding: 0 3.5%; display: flex; align-items: center; color: white; transition: background .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { color: var(--ink); background: rgba(244,241,233,.97); box-shadow: 0 1px 0 #dedbd1; }
.header-home { margin-right: auto; min-width: 180px; position: relative; }
.header-intro { margin-left: 60px; font-size: .875rem; transition: opacity .2s; }
.header-brand { font-family: var(--serif); font-size: 1.8rem; letter-spacing: .03em; position: absolute; left: 60px; top: 50%; transform: translateY(-50%); opacity: 0; transition: opacity .2s; white-space: nowrap; }
.scrolled .header-intro { opacity: 0; }
.scrolled .header-brand { opacity: 1; }
.desktop-nav { display: flex; gap: 34px; margin-right: 48px; font-size: .8125rem; }
.desktop-nav a { padding: 8px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.desktop-nav a:hover { border-color: currentColor; }
.menu-toggle { display: flex; gap: 15px; align-items: center; padding: 12px 0 12px 12px; font-size: .8125rem; background: none; }
.menu-icon { display: block; width: 23px; height: 12px; border-top: 1px solid; border-bottom: 1px solid; }
.hero { position: relative; isolation: isolate; height: max(820px, 100svh); max-height: 1250px; color: white; background: var(--wine); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; z-index: -3; object-position: 75% center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.36), transparent 40%, rgba(0,0,0,.44)), linear-gradient(90deg, rgba(0,0,0,.12), transparent 75%); }
.masthead { position: absolute; top: 94px; left: 0; width: 100%; text-align: center; font: 400 17.8vw/.85 var(--serif); letter-spacing: -.055em; padding-right: .055em; white-space: nowrap; }
.hero-story { position: absolute; bottom: 100px; left: 7%; }
.hero-story h1 { font-size: clamp(4rem, 6.5vw, 7rem); letter-spacing: -.035em; line-height: .95; margin-top: 22px; }
.underlined-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 12px 0; margin-top: 30px; border-bottom: 1px solid; font-size: .875rem; transition: gap .25s; }
.underlined-link:hover { gap: 48px; }
.underlined-link span { font-size: 1.2rem; }
.hero-footnote { position: absolute; left: 3.5%; right: 3.5%; bottom: 26px; display: flex; justify-content: space-between; gap: 15px; font-size: .6875rem; letter-spacing: .1em; }
.introduction { padding: 115px 25px 65px; text-align: center; }
.introduction h2 { font-size: clamp(3rem, 5.3vw, 5.8rem); line-height: .98; letter-spacing: -.04em; margin: 34px 0; }
.intro-text { max-width: 450px; margin: 0 auto; font-size: .9375rem; line-height: 1.9; color: var(--muted); }
.intro-line { display: block; height: 65px; width: 1px; margin: 45px auto 0; background: #a8a99c; }
.journal { padding: 45px 8% 95px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 65px; }
.section-heading h2 { font-size: clamp(3.5rem, 6.3vw, 6.5rem); line-height: .95; letter-spacing: -.04em; margin-top: 24px; }
.side-note { font-size: .875rem; line-height: 1.9; color: var(--muted); padding-bottom: 5px; }
.journal-grid { display: grid; grid-template-columns: 1.14fr 1fr; align-items: start; gap: 11%; }
.image-button { display: block; position: relative; padding: 0; width: 100%; overflow: hidden; background: #d7d1c4; }
.architecture .image-button { aspect-ratio: 3 / 4; }
.detail .image-button { aspect-ratio: 4 / 4.7; }
.image-button img { transition: transform .8s cubic-bezier(.2,.6,.3,1); }
.image-button:hover img { transform: scale(1.035); }
.image-expand { position: absolute; bottom: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(244,241,233,.9); font-size: 1.3rem; font-weight: 400; }
.journal-photo figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: .6875rem; letter-spacing: .045em; line-height: 1.6; }
.journal-photo figcaption span:last-child { color: var(--muted); letter-spacing: 0; }
.editorial-aside { font-family: var(--serif); font-size: clamp(2.5rem, 3.7vw, 4.2rem); line-height: 1; letter-spacing: -.025em; margin: 15px 0 75px; }
.editorial-aside em { color: var(--wine); }
.journal-bottom { margin-top: 60px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; }
.journal-bottom .eyebrow { font-size: .6875rem; }
.journal-bottom p { font-size: .875rem; color: var(--muted); line-height: 1.8; }
.evening { position: relative; isolation: isolate; min-height: 750px; height: 90svh; max-height: 1100px; background: #2b3540; color: white; display: grid; place-items: center; text-align: center; }
.evening > img { position: absolute; inset: 0; z-index: -3; object-position: center; }
.evening-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(7,15,22,.15), rgba(7,15,22,.4) 70%, rgba(7,15,22,.5)); }
.evening-copy { padding: 70px 25px; }
.evening h2 { font-size: clamp(4rem, 8.2vw, 9rem); line-height: .9; letter-spacing: -.04em; margin: 30px 0; }
.evening-copy > p:last-child { line-height: 1.9; font-size: .9375rem; }
.evening-expand { position: absolute; right: 3.5%; bottom: 30px; display: flex; gap: 12px; align-items: center; background: none; font-size: .8125rem; padding: 10px 0; }
.evening-expand > span { font-size: 1.5rem; }
.about { padding: 115px 13% 110px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 12%; }
.about-label { display: flex; flex-direction: column; }
.about-monogram { width: 210px; height: 125px; object-fit: contain; margin-top: 45px; }
.about h2 { font-size: clamp(3.2rem, 5vw, 5.4rem); line-height: .96; letter-spacing: -.04em; margin-bottom: 32px; }
.about-copy > p { font-size: .9375rem; line-height: 1.9; color: var(--muted); max-width: 430px; margin-top: 16px; }
.about-copy .signature { font-family: var(--serif); font-style: italic; font-size: 2.2rem; color: var(--wine); margin-top: 28px; }
.footer { padding: 45px 3.5% 24px; background: var(--wine); color: var(--paper); overflow: hidden; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 0 2%; }
.footer-top > p { font-size: .75rem; line-height: 1.8; letter-spacing: .1em; }
.footer-top nav { display: flex; gap: 25px; font-size: .8125rem; }
.footer-top nav a, .back-top { padding: 4px 0; }
.footer-top a:hover { text-decoration: underline; text-underline-offset: 6px; }
.back-top { display: inline-flex; align-items: center; gap: 15px; font-size: .8125rem; }
.footer-wordmark { display: block; font: 400 17.5vw/.95 var(--serif); letter-spacing: -.055em; text-align: center; margin: 50px 0 35px; white-space: nowrap; padding-right: .055em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #835c64; padding: 24px 2% 0; font-size: .6875rem; letter-spacing: .03em; color: #ded0d2; }
dialog { border: 0; max-width: none; max-height: none; margin: 0; }
dialog::backdrop { background: rgba(0,0,0,.55); }
.menu-dialog { width: 100%; height: 100dvh; padding: 0 7%; background: var(--paper); color: var(--ink); }
.dialog-top, .gallery-top { height: 95px; display: flex; align-items: center; justify-content: space-between; }
.dialog-brand { display: inline-flex; align-items: center; gap: 16px; font-family: var(--serif); font-size: 2rem; }
.close-menu, .close-gallery { display: flex; align-items: center; gap: 20px; background: none; padding: 10px 0 10px 10px; font-size: .875rem; }
.close-menu span, .close-gallery span { font-size: 2rem; font-weight: 400; }
.menu-links { padding: 45px 0 65px; display: flex; flex-direction: column; }
.menu-links a { display: flex; align-items: baseline; gap: 25px; width: fit-content; font-family: var(--serif); font-size: clamp(2.7rem, 6.2vw, 6.5rem); line-height: 1.25; letter-spacing: -.025em; }
.menu-links a:hover { color: var(--wine); font-style: italic; }
.menu-links a span { font: 400 .75rem var(--sans); letter-spacing: 0; color: var(--muted); }
.menu-bottom { border-top: 1px solid var(--line); padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; }
.menu-bottom p { font-family: var(--serif); font-style: italic; font-size: 1.8rem; }
.menu-bottom > span { font-size: .6875rem; letter-spacing: .1em; align-self: center; }
.gallery-dialog { background: #151714; color: #f4f1e9; width: 100%; height: 100dvh; padding: 0 4%; }
.gallery-top { height: 80px; }
.gallery-counter { font-size: .8125rem; letter-spacing: .15em; }
.gallery-stage { display: grid; grid-template-columns: 50px 1fr 50px; grid-template-rows: minmax(0, 1fr); gap: 25px; align-items: center; height: calc(100dvh - 100px); }
.gallery-stage figure { min-width: 0; min-height: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.gallery-stage img { height: 0; min-height: 0; flex: 1; object-fit: contain; }
.gallery-stage figcaption { flex-shrink: 0; text-align: center; font-size: .8125rem; padding: 20px 10px; }
.gallery-prev, .gallery-next { height: 50px; width: 50px; background: none; border: 1px solid #666a60; border-radius: 50%; font-size: 1.4rem; }
.gallery-prev:hover, .gallery-next:hover { background: #34372f; }
.reveal { opacity: 1; transform: none; }
.reveal.waiting { opacity: 0; transform: translateY(25px); }
.reveal.visible { opacity: 1; transform: translateY(0); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.6,.3,1); }
@media (min-width: 1700px) {
  .journal { padding-left: 13%; padding-right: 13%; }
  .hero-story { left: 10%; }
}
@media (max-width: 1000px) {
  .site-header { height: 72px; }
  .hero { height: max(740px, 100svh); }
  .masthead { top: 110px; }
  .hero-story { bottom: 90px; }
  .journal { padding-left: 6%; padding-right: 6%; }
  .journal-grid { gap: 7%; }
  .editorial-aside { margin-bottom: 50px; }
  .about { padding: 95px 8%; gap: 8%; grid-template-columns: .8fr 1.3fr; }
  .about-monogram { width: 170px; height: 105px; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 70px; }
  .site-header { padding: 0 6%; height: 68px; }
  .header-home { min-width: 0; }
  .header-intro { font-size: .75rem; }
  .header-brand { font-size: 1.6rem; }
  .desktop-nav { display: none; }
  .menu-toggle { font-size: .8125rem; gap: 12px; }
  .hero { height: max(720px, 100svh); max-height: 980px; }
  .hero-image { width: 100%; object-position: 50% 80%; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.35), transparent 35%, rgba(0,0,0,.6)); }
  .masthead { top: 108px; font-size: 18vw; }
  .hero-story { left: 7%; right: 7%; top: 205px; bottom: auto; max-width: none; }
  .hero-story .eyebrow { font-size: .6875rem; letter-spacing: .12em; }
  .hero-story h1 { font-size: clamp(2.75rem, 12vw, 4rem); margin-top: 16px; }
  .underlined-link { margin-top: 22px; }
  .hero-footnote { left: 7%; right: 7%; bottom: 24px; font-size: .625rem; line-height: 1.7; }
  .hero-footnote span:first-child { max-width: 130px; }
  .hero-footnote span:last-child { align-self: end; }
  .introduction { padding: 75px 7% 40px; }
  .eyebrow { font-size: .6875rem; letter-spacing: .11em; }
  .introduction h2 { font-size: clamp(2.75rem, 11vw, 4rem); margin: 26px 0; }
  .intro-text { font-size: .9375rem; }
  .intro-line { height: 45px; margin-top: 32px; }
  .journal { padding: 30px 6% 60px; }
  .section-heading { gap: 25px; margin-bottom: 35px; }
  .section-heading h2 { font-size: clamp(3.2rem, 13vw, 4.5rem); margin-top: 18px; }
  .side-note { display: none; }
  .journal-grid { grid-template-columns: 1fr; gap: 45px; }
  .architecture { width: 93%; }
  .journal-photo figcaption { font-size: .625rem; gap: 10px; margin-top: 12px; }
  .detail-column { padding-left: 15%; }
  .editorial-aside { font-size: 2.65rem; margin: 0 0 30px; }
  .detail .image-button { aspect-ratio: 4 / 4.4; }
  .journal-bottom { margin-top: 40px; flex-direction: column; gap: 18px; }
  .journal-bottom .eyebrow { font-size: .625rem; }
  .evening { height: 80svh; min-height: 610px; }
  .evening > img { object-position: 56% center; }
  .evening h2 { font-size: clamp(3.8rem, 16vw, 5.3rem); }
  .evening-expand { bottom: 20px; right: 7%; }
  .about { grid-template-columns: 1fr; gap: 25px; padding: 65px 8%; }
  .about-label { flex-direction: row; align-items: center; justify-content: space-between; }
  .about-monogram { width: 80px; height: 48px; margin: 0 6px 0 0; }
  .about h2 { font-size: clamp(3rem, 12vw, 4rem); }
  .footer { padding: 35px 6% 25px; }
  .footer-top { gap: 30px; padding: 0; }
  .footer-top > p { width: 100%; }
  .footer-top nav { flex-direction: column; gap: 12px; }
  .back-top { align-self: flex-end; font-size: .75rem; }
  .footer-wordmark { margin: 45px 0 30px; font-size: 17vw; }
  .footer-bottom { padding: 20px 0 0; font-size: .625rem; }
  .footer-bottom span:last-child { text-align: right; }
  .menu-dialog { padding: 0 7%; }
  .dialog-top { height: 75px; }
  .dialog-brand { font-size: 1.7rem; }
  .menu-links { padding: 45px 0 60px; gap: 15px; }
  .menu-links a { font-size: 2.9rem; gap: 20px; }
  .menu-bottom { flex-direction: column; gap: 15px; }
  .menu-bottom > span { align-self: flex-start; }
  .gallery-dialog { padding: 0 5%; }
  .gallery-stage { grid-template-columns: 42px 1fr 42px; gap: 10px; height: calc(100dvh - 110px); align-items: end; }
  .gallery-stage figure { grid-column: 1 / -1; grid-row: 1; padding-bottom: 65px; }
  .gallery-prev, .gallery-next { width: 42px; height: 42px; grid-row: 1; margin-bottom: 5px; z-index: 1; }
  .gallery-prev { grid-column: 1; }
  .gallery-next { grid-column: 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.waiting { opacity: 1; transform: none; }
  .image-button:hover img { transform: none; }
}


/* Van Saar: het eigen V/S-monogram. */
.header-symbol { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 44px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }
.scrolled .header-symbol { filter: none; }
.dialog-brand img { width: 44px; height: 28px; object-fit: contain; }
@media (max-width: 650px) {
  .header-symbol { width: 36px; height: 28px; }
  .header-intro { margin-left: 48px; }
  .header-brand { left: 48px; font-size: 1.45rem; }
  .dialog-brand { gap: 12px; }
  .dialog-brand img { width: 36px; height: 26px; }
}
