/* ────────────────────────────────────────────────────────────────────────────
   chezvanrijn.nl · design system "Le Salon"
   French bistro meets modern Amsterdam. Palette: the customer's exact brand
   colours (green #505541 in the "pine" role, brown #542528 in the "coffee"
   role, applied 27 Aug 2026 on the owner's request) plus ivory / tangerine
   from the CVR logo pack and the venue itself: brass, candle-light, velvet. Display: Fraunces
   (self-hosted variable, latin subset). Body: system stack.
   ──────────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-var.woff2') format('woff2');
  font-weight: 400 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-italic.woff2') format('woff2');
  font-weight: 400 700; font-style: italic; font-display: swap;
}

:root {
  --pine: #505541;
  --pine-soft: #626850;
  --pine-mist: #e2e7e0;
  --coffee: #542528;
  --coffee-deep: #3a181b;
  --ivory: #edeae1;
  --paper: #f5f2ea;
  --card: #faf8f1;
  --ink: #201c14;
  --ink-soft: #5b5344;
  --tangerine: #ff9d1f;
  --tangerine-deep: #8a4f04;
  --brass: #c9a25a;
  --brass-line: #d8c294;
  --velvet: #a4243b;
  --steel: #46626f;
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: var(--pine); }
a:hover { color: var(--tangerine-deep); }

h1, h2, h3 { font-family: var(--display); color: var(--pine); line-height: 1.12; }
h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 600; }
h3 { font-size: 1.15rem; font-weight: 600; }

.kicker {
  font-family: var(--display); font-style: italic; font-weight: 500;
  color: var(--tangerine-deep); font-size: 1.05rem; letter-spacing: .02em;
  margin-bottom: .5rem;
}
.dark .kicker { color: var(--tangerine); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
section { padding: 4.2rem 0; }
.section-head { max-width: 640px; margin-bottom: 2.2rem; }
.section-head p { color: var(--ink-soft); }

/* ── buttons ── */
.btn {
  display: inline-block; padding: .78rem 1.5rem; border-radius: 3px;
  font-weight: 600; text-decoration: none; font-size: 1rem;
  border: 1px solid transparent; transition: background .15s, color .15s;
}
.btn-primary { background: var(--tangerine); color: var(--pine); }
.btn-primary:hover { background: #ffb04a; color: var(--pine); }
.btn-ghost { border-color: var(--brass); color: var(--pine); background: transparent; }
.btn-ghost:hover { border-color: var(--pine); color: var(--pine); }
.dark .btn-ghost { color: var(--ivory); border-color: var(--brass); }
.dark .btn-ghost:hover { color: var(--tangerine); border-color: var(--tangerine); }

/* ── header ── */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(237, 234, 225, .92);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--brass-line);
}
.header-inner {
  display: flex; align-items: center; gap: 1.4rem;
  max-width: 1120px; margin: 0 auto; padding: .65rem 20px;
}
.logo img { width: 132px; height: auto; }
.header-inner nav { display: flex; gap: 1.15rem; margin-left: auto; align-items: center; }
.header-inner nav a {
  text-decoration: none; font-size: .95rem; font-weight: 600; color: var(--pine);
}
.header-inner nav a:hover { color: var(--tangerine-deep); }
.lang-switch {
  border: 1px solid var(--brass); border-radius: 3px; padding: .18rem .55rem;
  font-size: .85rem !important;
}
.burger {
  margin-left: auto; display: none; background: none; border: 1px solid var(--brass);
  border-radius: 3px; padding: .45rem .6rem; font-size: 1.1rem; color: var(--pine); cursor: pointer;
}
@media (max-width: 900px) {
  .header-inner nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ivory); border-bottom: 1px solid var(--brass-line);
    flex-direction: column; padding: 1rem 20px; align-items: flex-start;
  }
  .header-inner nav.open { display: flex; }
  .burger { display: block; }
}

/* ── hero ── */
.hero { position: relative; padding: 0; background: var(--pine); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(80,85,65,.25) 0%, rgba(80,85,65,.6) 60%, var(--pine) 100%);
}
.hero-inner {
  position: relative; z-index: 2; max-width: 1120px; margin: 0 auto;
  padding: clamp(5rem, 14vw, 9rem) 20px 4.5rem;
  color: var(--ivory);
}
.hero-inner .wordmark { width: min(430px, 78vw); height: auto; margin-bottom: 1.4rem; }
.hero-tagline { font-size: clamp(1.05rem, 2.2vw, 1.35rem); max-width: 34em; margin-bottom: 1.6rem; color: #f3f0e6; }
.hero-motto { font-family: var(--display); font-style: italic; color: var(--brass-line); margin-bottom: 2rem; }
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; }
.hero .btn-ghost { color: var(--ivory); border-color: var(--brass); }
.hero .btn-ghost:hover { color: var(--tangerine); border-color: var(--tangerine); }

.open-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  border: 1px solid var(--brass); border-radius: 999px; padding: .3rem .9rem;
  font-size: .88rem; color: var(--ivory); background: rgba(80,85,65,.55);
}
.open-chip .dot { width: .55rem; height: .55rem; border-radius: 50%; background: #7ac142; }
.open-chip.closed .dot { background: var(--velvet); }

/* ── press band ── */
.press { background: var(--coffee); color: var(--ivory); padding: 2.4rem 0; }
.press .wrap { text-align: center; }
/* all slides share one grid cell: the band is as tall as the TALLEST quote,
   so the page below never moves when the rotation flips (visibility, never
   display:none, keeps every slide in the layout) */
.press-stage { display: grid; }
.press-slide { grid-area: 1 / 1; visibility: hidden; }
.press-slide.active { visibility: visible; }
.press blockquote {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.1rem, 2.6vw, 1.5rem); max-width: 40em; margin: 0 auto .6rem;
  color: #f3ece0;
}
.press cite { font-style: normal; font-size: .9rem; color: var(--brass-line); letter-spacing: .06em; text-transform: uppercase; }
.press cite a { color: inherit; text-decoration: none; }
.press-dots { margin-top: 1rem; display: flex; gap: .45rem; justify-content: center; }
.press-dots button {
  width: .55rem; height: .55rem; border-radius: 50%; border: 1px solid var(--brass);
  background: transparent; cursor: pointer; padding: 0;
}
.press-dots button[aria-current="true"] { background: var(--brass); }

/* ── R divider ── */
.r-divider {
  display: flex; align-items: center; gap: 1rem; justify-content: center;
  margin: 0 auto; max-width: 420px; padding: 2.4rem 20px 0;
}
.r-divider::before, .r-divider::after {
  content: ''; height: 1px; background: var(--brass); flex: 1;
}
.r-divider span {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: 1.5rem; color: var(--pine);
}
.dark .r-divider span { color: var(--brass-line); }
.dark .r-divider::before, .dark .r-divider::after { background: rgba(201,162,90,.5); }

/* ── menu cards grid ── */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; }
.card {
  background: var(--card); border: 1px solid var(--brass-line); border-radius: 4px;
  overflow: hidden; display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
  transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(32,28,20,.14); color: var(--ink); }
.card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.card-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .3rem; }
.card-body h3 { font-size: 1.3rem; }
.card-sub { color: var(--ink-soft); font-size: .92rem; }
.card-link { margin-top: .5rem; font-weight: 600; color: var(--tangerine-deep); font-size: .95rem; }

/* ── split feature (private dining / terrace / story) ── */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: center; }
.feature.rev .feature-media { order: 2; }
.feature-media img { border-radius: 4px; border: 1px solid var(--brass-line); }
.feature-body p { margin-bottom: 1rem; color: var(--ink-soft); }
.feature-body .facts { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.feature-body .facts li { padding-left: 1.2rem; position: relative; margin-bottom: .35rem; }
.feature-body .facts li::before { content: '·'; position: absolute; left: .2rem; color: var(--tangerine-deep); font-weight: 700; }
@media (max-width: 820px) {
  .feature { grid-template-columns: 1fr; gap: 1.4rem; }
  .feature.rev .feature-media { order: 0; }
}

/* dark sections */
.dark { background: var(--pine); color: #e8e4d8; }
.dark h2, .dark h3 { color: var(--ivory); }
.dark .feature-body p { color: #e4dfcf; }
.dark .feature-media img { border-color: rgba(201,162,90,.4); }

/* ── sfeer strip ── */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.strip img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; border: 1px solid var(--brass-line); }
@media (max-width: 700px) { .strip { grid-template-columns: repeat(2, 1fr); } }

/* ── guides ── */
.guide-groups { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.6rem; }
.guide-group h3 {
  font-size: .85rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--tangerine-deep); font-family: var(--body); font-weight: 700; margin-bottom: .6rem;
}
.guide-group ul { list-style: none; }
.guide-group li { margin-bottom: .4rem; }
.guide-group a { text-decoration: none; font-weight: 600; font-size: .97rem; }
.guide-group a:hover { text-decoration: underline; }

/* ── family ── */
.family { background: var(--coffee); color: var(--ivory); }
.family h2, .family h3 { color: var(--ivory); }
.family .section-head p { color: #d8cdbd; }
.family-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.1rem; }
.family-card {
  border: 1px solid rgba(201,162,90,.5); border-radius: 4px; padding: 1.2rem 1.3rem;
  text-decoration: none; color: var(--ivory); background: rgba(58,24,27,.4);
  transition: border-color .15s, background .15s;
}
.family-card:hover { border-color: var(--tangerine); background: rgba(58,24,27,.7); color: var(--ivory); }
.family-card .fam-name { font-family: var(--display); font-weight: 600; font-size: 1.2rem; margin-bottom: .2rem; }
.family-card .fam-sub { font-size: .88rem; color: var(--brass-line); }
.family-card .fam-desc { font-size: .93rem; margin-top: .5rem; color: #e4dccb; }
.family-card.here { border-style: dashed; cursor: default; }

/* ── visit ── */
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.6rem; }
@media (max-width: 820px) { .visit-grid { grid-template-columns: 1fr; } }
.hours { width: 100%; border-collapse: collapse; margin: .8rem 0 1.2rem; }
.hours td { padding: .3rem 0; border-bottom: 1px solid var(--brass-line); font-size: .97rem; }
.hours td:last-child { text-align: right; color: var(--ink-soft); }
.hours tr.today td { font-weight: 700; color: var(--pine); }
.visit-addr { font-style: normal; line-height: 1.9; }

/* ── faq ── */
.faq-list { max-width: 760px; }
.faq-list details {
  border-bottom: 1px solid var(--brass-line); padding: .9rem 0;
}
.faq-list summary {
  font-weight: 600; cursor: pointer; font-size: 1.05rem; color: var(--pine);
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--tangerine-deep); font-weight: 700; }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list details p { margin-top: .6rem; color: var(--ink-soft); max-width: 60em; }
.faq-list .learn-more { font-weight: 600; }

/* ── menu paper (menu detail pages) ── */
.menu-paper {
  background: var(--card); border: 1px solid var(--pine);
  outline: 1px solid var(--brass-line); outline-offset: 5px;
  border-radius: 2px; padding: clamp(1.4rem, 4vw, 3rem); position: relative;
  max-width: 860px; margin: 0 auto;
}
.menu-paper .corner { position: absolute; width: 34px; height: 34px; opacity: .85; }
.menu-paper .corner.tl { top: 10px; left: 10px; }
.menu-paper .corner.tr { top: 10px; right: 10px; transform: scaleX(-1); }
.menu-paper .corner.bl { bottom: 10px; left: 10px; transform: scaleY(-1); }
.menu-paper .corner.br { bottom: 10px; right: 10px; transform: scale(-1); }
.menu-paper h2 {
  text-align: center; letter-spacing: .08em; margin: 2.2rem 0 1rem;
  font-size: 1.5rem; text-transform: uppercase; font-weight: 600;
}
.menu-paper h2:first-of-type { margin-top: 1rem; }
.menu-item { display: flex; align-items: baseline; gap: .6rem; margin-bottom: .65rem; }
.menu-item .mi-name { font-weight: 700; white-space: nowrap; }
.menu-item .mi-dots { flex: 1; border-bottom: 1px dotted var(--brass); min-width: 2rem; transform: translateY(-4px); }
.menu-item .mi-price { font-weight: 600; color: var(--pine); white-space: nowrap; }
.menu-item-desc { color: var(--ink-soft); font-size: .93rem; margin: -.45rem 0 .65rem; max-width: 44em; }
@media (max-width: 560px) {
  .menu-item { flex-wrap: wrap; gap: .3rem; }
  .menu-item .mi-name { white-space: normal; }
  .menu-item .mi-dots { display: none; }
  .menu-item .mi-price { margin-left: auto; }
}
.menu-note { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 1.6rem; }

/* menu hub chips */
.menu-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 0; }
.menu-chips a {
  border: 1px solid var(--brass); border-radius: 999px; padding: .32rem 1rem;
  text-decoration: none; font-weight: 600; font-size: .93rem; color: var(--pine);
}
.menu-chips a:hover, .menu-chips a[aria-current="page"] { background: var(--pine); color: var(--ivory); border-color: var(--pine); }

/* ── landing pages ── */
.landing-hero { padding: 3.4rem 0 0; }
.landing-hero.landing-page { padding-bottom: 4.2rem; }
.breadcrumb { font-size: .88rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.breadcrumb a { color: var(--ink-soft); }
.landing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.6rem; align-items: start; }
@media (max-width: 820px) { .landing-grid { grid-template-columns: 1fr; } }
.landing-intro { font-size: 1.12rem; color: var(--ink-soft); margin: 1rem 0 1.6rem; }
.landing-body h2 { margin: 1.8rem 0 .7rem; font-size: 1.45rem; }
.landing-body p { margin-bottom: 1rem; color: #3c362a; max-width: 62em; }
.landing-media img { border-radius: 4px; border: 1px solid var(--brass-line); position: sticky; top: 90px; }

.book-panel {
  margin-top: 2.4rem; background: var(--pine); color: var(--ivory);
  border-radius: 4px; padding: 1.6rem 1.8rem;
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
}
.book-panel .bp-text { max-width: 30em; }
.book-panel .bp-title { font-family: var(--display); font-size: 1.3rem; font-weight: 600; }
.book-panel .bp-sub { font-size: .92rem; color: #ecdcb6; }

.related { margin-top: 3rem; }
.related h2 { font-size: 1.25rem; margin-bottom: .8rem; }
.related ul { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; }
.related a {
  border: 1px solid var(--brass-line); border-radius: 999px; padding: .3rem .95rem;
  text-decoration: none; font-size: .92rem; font-weight: 600; color: var(--pine); background: var(--card);
}
.related a:hover { border-color: var(--pine); }

/* ── footer ── */
footer { background: var(--pine); color: #e4dfcf; padding: 3.2rem 0 2.2rem; }
footer .foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 820px) { footer .foot-grid { grid-template-columns: 1fr 1fr; } }
footer .foot-logo img { width: 170px; margin-bottom: .9rem; }
footer h4 { color: #ecdcb6; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .7rem; }
footer ul { list-style: none; }
footer li { margin-bottom: .35rem; }
footer .foot-pdf { font-size: .78rem; letter-spacing: .08em; margin-left: .45rem; border: 1px solid rgba(236,220,182,.6); border-radius: 3px; padding: 0 .35rem; color: #ecdcb6; }
footer .foot-pdf:hover { border-color: #ffc46b; }
footer a { color: #f1ede1; text-decoration: none; font-size: .95rem; }
footer a:hover { color: #ffc46b; }
footer .foot-bottom {
  border-top: 1px solid rgba(201,162,90,.35); margin-top: 2.4rem; padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between;
  font-size: .85rem; color: #ddd7c5;
}
footer .foot-bottom a { color: #ece6d4; font-size: .85rem; }

/* carpet band: an ivory-on-coffee ogee echo of the house carpet */
.carpet {
  height: 14px;
  background:
    radial-gradient(circle at 6px -3px, transparent 6px, var(--coffee) 6.5px 8px, transparent 8.5px) 0 0 / 14px 14px repeat-x,
    radial-gradient(circle at 6px 17px, transparent 6px, var(--coffee) 6.5px 8px, transparent 8.5px) 7px 0 / 14px 14px repeat-x,
    var(--ivory);
  opacity: .85;
}

/* ── photo grids (gallery page + private dining) ── */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.photo-grid a { display: block; border-radius: 4px; border: 1px solid var(--brass-line); overflow: hidden; background: var(--card); }
.photo-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .25s; }
.photo-grid a:hover img { transform: scale(1.03); }
.photo-grid.tall img { aspect-ratio: 1; }
@media (max-width: 700px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }
.landing-photos { margin-top: 2.4rem; }
.landing-photos h2 { font-size: 1.25rem; margin-bottom: .8rem; }
.landing-photos .photo-grid { grid-template-columns: repeat(2, 1fr); }
.gallery-group { margin-bottom: 3rem; }
.gallery-group h2 { font-size: 1.45rem; margin-bottom: 1rem; }
.gallery-note { color: var(--ink-soft); font-size: .9rem; margin-top: 1rem; }

/* ── menu PDF download ── */
.menu-download { text-align: center; margin-top: 1.4rem; }
.btn-pdf {
  display: inline-flex; align-items: center; gap: .5rem;
  border: 1px solid var(--pine); border-radius: 3px; padding: .5rem 1.1rem;
  text-decoration: none; font-weight: 600; font-size: .93rem; color: var(--pine); background: var(--card);
}
.btn-pdf:hover { background: var(--pine); color: var(--ivory); }
