/* =========================================================================
   Elite Keukens — sitepagina's (herbouw van elitekeukens.nl)
   Bouwt voort op landing.css (design-tokens, .hdr, .btn, .ba, …).
   ========================================================================= */

.sitepage { background: var(--bg); }
.sitemain { min-height: 40vh; }
.sitemain .wrap { max-width: var(--maxw); }
.narrowwrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ---------- header-extra's (nav-actief + mobiel menu) ---------- */
.mainnav a.on { color: var(--accent); }
.navtoggle { display: none; width: 42px; height: 42px; border: 1.5px solid var(--line-2); background: #fff; border-radius: 10px; cursor: pointer; place-items: center; color: var(--ink); }
.navtoggle svg { width: 21px; height: 21px; }
.mobilenav { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 24px 18px; }
.mobilenav a { padding: 11px 2px; font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--line); }
.mobilenav a:last-child { border-bottom: none; }
.mobilenav a.cta { color: var(--accent); }
.hdr.open .mobilenav { display: flex; }
@media (max-width: 1040px) {
  .navtoggle { display: grid; }
  .hdr .actions .btn-primary { display: none; }
}
@media (min-width: 1041px) { .mobilenav { display: none !important; } }

/* ---------- pagina-hero ---------- */
.pagehero { padding: clamp(40px, 6vw, 84px) 0 clamp(26px, 4vw, 48px); text-align: center; }
.pagehero .wrap { max-width: 860px; }
.pagehero h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1.06; }
.pagehero .lead { margin: 18px auto 0; max-width: 62ch; }
.pagehero .eyebrow { margin-bottom: 14px; }

/* ---------- prose (artikel-/tekstpagina's) ---------- */
.prose { max-width: 760px; margin: 0 auto; padding: 0 24px 40px; font-size: 17px; line-height: 1.75; color: var(--ink); }
.prose h1 { font-size: clamp(30px, 4.4vw, 44px); line-height: 1.1; margin: 0 0 18px; }
.prose h2 { font-size: clamp(24px, 3.2vw, 32px); margin: 44px 0 14px; line-height: 1.15; }
.prose h3 { font-size: clamp(19px, 2.4vw, 23px); margin: 34px 0 10px; font-family: var(--sans); font-weight: 800; }
.prose h4 { font-size: 17.5px; margin: 28px 0 8px; font-family: var(--sans); font-weight: 800; }
.prose h5, .prose h6 { font-family: var(--sans); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 800; margin: 34px 0 6px; }
.prose p { margin: 0 0 16px; color: var(--ink-2); }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 24px; color: var(--ink-2); }
.prose li { margin-bottom: 7px; }
.prose li::marker { color: var(--accent); }
.prose img { border-radius: var(--r); box-shadow: var(--shadow); margin: 26px auto; display: block; max-height: 640px; object-fit: cover; }
.prose blockquote { margin: 28px 0; padding: 18px 24px; border-left: 3px solid var(--accent); background: var(--bg-soft); border-radius: 0 var(--r) var(--r) 0; font-family: var(--serif); font-size: 20px; color: var(--ink); }
.prose a { color: var(--accent); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(140,37,50,.3); text-underline-offset: 3px; }
.prose .btnp { margin: 26px 0; }
.prose .btnp .btn { text-decoration: none; color: #fff; }
.video { position: relative; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); margin: 26px auto; width: 100%; max-width: 760px; background: #11141a; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- kaart-grids (projecten / blog) ---------- */
.cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin: clamp(30px, 4vw, 52px) 0 64px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .im { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-soft); position: relative; }
.card .im img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.card:hover .im img { transform: scale(1.04); }
.card .prijs { position: absolute; right: 12px; bottom: 12px; background: rgba(255,255,255,.95); border-radius: 100px; padding: 6px 13px; font-weight: 800; font-size: 13.5px; color: var(--ink); box-shadow: var(--shadow-sm); }
.card .bd { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card h3 { font-family: var(--sans); font-weight: 800; font-size: 16.5px; line-height: 1.35; }
.card p { font-size: 14px; color: var(--ink-2); margin: 0; flex: 1; }
.card .lnk { font-weight: 700; font-size: 14px; color: var(--accent); }

/* ---------- prijzen (tarieven) ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: clamp(28px, 4vw, 48px) 0; align-items: stretch; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.tier.mid { border-color: rgba(140,37,50,.35); box-shadow: var(--shadow); position: relative; }
.tier.mid::before { content: "Meest gekozen"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-radius: 100px; padding: 5px 13px; }
.tier .naam { font-weight: 800; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.tier .prijs { font-family: var(--serif); font-size: 42px; margin: 8px 0 2px; color: var(--ink); }
.tier .sub { font-size: 13px; color: var(--ink-3); margin-bottom: 16px; }
.tier ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.tier li { padding: 8px 0 8px 28px; position: relative; font-size: 15px; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.tier li:last-child { border-bottom: none; }
.tier li::before { content: "✓"; position: absolute; left: 4px; color: var(--good, #2e9e6b); font-weight: 800; }
.tier .btn { width: 100%; }

/* ---------- FAQ ---------- */
.faqcats { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 6px 0 34px; }
.faqcats a { font-size: 13.5px; font-weight: 700; border: 1.5px solid var(--line-2); background: #fff; border-radius: 100px; padding: 9px 16px; color: var(--ink-2); }
.faqcats a:hover { border-color: var(--accent); color: var(--accent); }
.faqgroep { max-width: 780px; margin: 0 auto 40px; padding: 0 24px; }
.faqgroep h2 { font-size: clamp(22px, 3vw, 28px); margin: 0 0 14px; scroll-margin-top: 90px; }
.faqgroep details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faqgroep summary { list-style: none; cursor: pointer; padding: 17px 46px 17px 20px; font-weight: 700; font-size: 15.5px; position: relative; }
.faqgroep summary::-webkit-details-marker { display: none; }
.faqgroep summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--accent); transition: transform .2s; }
.faqgroep details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faqgroep .ans { padding: 0 20px 18px; font-size: 15px; line-height: 1.7; color: var(--ink-2); }
.faqgroep .ans p { margin: 0 0 10px; }
.faqgroep .ans ul { margin: 0 0 10px; padding-left: 20px; }

/* ---------- reviews ---------- */
.platforms { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 4px 0 36px; }
.revgrid { columns: 3 300px; column-gap: 22px; margin: 0 0 60px; }
.rev { break-inside: avoid; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 24px 20px; margin-bottom: 22px; box-shadow: var(--shadow-sm); }
.rev .stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 10px; }
.rev h3 { font-family: var(--serif); font-weight: 400; font-size: 19px; line-height: 1.3; margin: 0 0 10px; }
.rev p { font-size: 14.5px; line-height: 1.65; color: var(--ink-2); margin: 0 0 10px; }
.rev .who { font-weight: 800; font-size: 13.5px; color: var(--ink); }
.rev .who::before { content: "— "; color: var(--ink-3); }

/* ---------- galerij (projecten) ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow-sm); margin: 0; display: block; }
.prijschip { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft); border: 1px solid var(--line-2); border-radius: 100px; padding: 8px 18px; font-weight: 800; font-size: 15px; margin: 4px 0 8px; }
.prijschip small { font-weight: 600; color: var(--ink-3); }

/* ---------- CTA-band ---------- */
.ctaband { background: var(--dark); color: #fff; text-align: center; padding: clamp(48px, 7vw, 84px) 0; margin-top: 40px; }
.ctaband h2 { color: #fff; font-size: clamp(26px, 4vw, 40px); }
.ctaband p { color: rgba(255,255,255,.65); margin: 14px auto 26px; max-width: 52ch; }
.ctaband .tlink { color: rgba(255,255,255,.75); margin-left: 16px; }
.ctaband .tlink:hover { color: #fff; }

/* ---------- contact ---------- */
.contactgrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: start; margin: 20px 0 64px; }
.cinfo h3 { font-family: var(--sans); font-weight: 800; font-size: 15px; margin: 22px 0 8px; }
.cinfo a { display: block; padding: 4px 0; font-weight: 600; color: var(--ink-2); }
.cinfo a:hover { color: var(--accent); }
.cform { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3.5vw, 34px); box-shadow: var(--shadow-sm); }
.cform .rij { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cform label { display: block; font-size: 13.5px; font-weight: 700; margin: 14px 0 6px; }
.cform input, .cform textarea { width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink); background: #fff; border: 1.5px solid var(--line-2); border-radius: 11px; padding: 12px 14px; box-sizing: border-box; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(140,37,50,.12); }
.cform textarea { min-height: 130px; resize: vertical; }
.cform .btn { width: 100%; margin-top: 18px; }
.cform .note { font-size: 12.5px; color: var(--ink-3); margin-top: 12px; text-align: center; }
.cform .note a { color: var(--accent); font-weight: 700; }
.formok { background: rgba(46,158,107,.1); border: 1px solid rgba(46,158,107,.3); color: #22794f; border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: 14.5px; display: none; margin-top: 14px; }
.formerr { background: #fdf3ef; border: 1px solid #f3d2c4; color: #9c4a2b; border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: 14.5px; display: none; margin-top: 14px; }

/* ---------- offerte-embed ---------- */
.toolwrap { max-width: 620px; margin: 0 auto 60px; padding: 0 16px; }
.toolwrap iframe { width: 100%; height: 940px; border: 0; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); background: #fff; }

/* ---------- stappen (werkwijze) ---------- */
.stappen { max-width: 820px; margin: 20px auto 40px; padding: 0 24px; display: grid; gap: 18px; }
.stap { display: flex; gap: 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 28px; box-shadow: var(--shadow-sm); }
.stap .n { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--bg-soft); border: 1.5px solid var(--line-2); color: var(--accent); font-family: var(--serif); font-size: 21px; display: grid; place-items: center; }
.stap h3 { font-family: var(--sans); font-weight: 800; font-size: 17.5px; margin: 3px 0 7px; }
.stap p { font-size: 15px; color: var(--ink-2); margin: 0 0 6px; line-height: 1.65; }
.stap a.meer { font-weight: 700; font-size: 14px; color: var(--accent); }

/* ---------- footer ---------- */
.sitefoot { background: var(--bg); border-top: 1px solid var(--line); padding: clamp(40px, 6vw, 64px) 0 28px; margin-top: 60px; }
.sitefoot .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(24px, 4vw, 48px); }
.sitefoot .logo img { height: 40px; width: auto; }
.sitefoot .brand p { font-size: 14px; color: var(--ink-2); margin: 14px 0; max-width: 34ch; }
.sitefoot .soc { display: flex; gap: 14px; }
.sitefoot .soc a { font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.sitefoot .soc a:hover { color: var(--accent); }
.sitefoot h4 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin: 4px 0 12px; font-weight: 800; }
.sitefoot .col > a { display: block; padding: 5px 0; font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
.sitefoot .col > a:hover { color: var(--accent); }
.sitefoot .col p { font-size: 14px; color: var(--ink-2); margin: 8px 0; }
.sitefoot .fine { font-size: 12px; color: var(--ink-3); }
.sitefoot .legal { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-3); }
.sitefoot .legal a { color: var(--ink-3); text-decoration: underline; }

/* ---------- artikel ---------- */
.artikelhero { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.artikelhero img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.meerlezen { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.meerlezen h2 { text-align: center; margin-bottom: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .cardgrid { grid-template-columns: repeat(2, 1fr); }
  .tiers { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .contactgrid { grid-template-columns: 1fr; }
  .sitefoot .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .cardgrid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .revgrid { columns: 1; }
  .cform .rij { grid-template-columns: 1fr; }
  .sitefoot .cols { grid-template-columns: 1fr; }
  .toolwrap iframe { height: 900px; }
  .stap { flex-direction: column; gap: 12px; }
}
