/* ══════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — normenkader-ibp-fo
   ══════════════════════════════════════════════════════════ */

/* Extra CSS variable used on this page */
:root {
  --gold-pale: rgba(184,154,94,0.08);
}

/* Override nav selector to match #navbar used on this page */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 4rem; height: 76px; background: rgba(245,243,238,0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(184,154,94,0.2); transition: var(--transition); gap: 1rem; }
#navbar.scrolled { background: rgba(245,243,238,0.98); box-shadow: var(--shadow-sm); }

/* tag: display:inline-block variant needed on this page */
.tag { display: inline-block; margin: 2px; }

.urgency { background: var(--gold); padding: 0.75rem 3rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 76px; }
.urgency p { font-size: 0.82rem; font-weight: 600; color: var(--white); }
.urgency a { font-size: 0.78rem; color: var(--white); text-decoration: underline; white-space: nowrap; }

.breadcrumb { padding: 1.2rem 3rem 0; max-width: 1200px; margin: 0 auto; }
.breadcrumb ol { display: flex; align-items: center; gap: 0.4rem; list-style: none; flex-wrap: wrap; }
.breadcrumb li { font-size: 0.75rem; color: var(--ink-muted); }
.breadcrumb li a { color: var(--ink-muted); text-decoration: none; }
.breadcrumb li a:hover { color: var(--gold); }
.breadcrumb li::after { content: '\203A'; margin-left: 0.4rem; opacity: 0.4; }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb li:last-child { color: var(--gold); font-weight: 500; }

.page-hero { background: var(--steel); padding: 4rem 3rem 4.5rem; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -100px; top: -100px; width: 500px; height: 500px; border: 1px solid rgba(184,154,94,0.07); border-radius: 50%; pointer-events: none; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eye { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 1rem; }
.page-h1 { font-family: var(--font-serif); font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 300; color: var(--white); line-height: 1.08; margin-bottom: 1.2rem; }
.page-h1 em { font-style: italic; color: var(--gold-light); }
.page-hero .hero-sub { font-size: 0.92rem; color: rgba(255,255,255,0.58); line-height: 1.8; margin-bottom: 2rem; max-width: 460px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-p { display: inline-block; background: var(--gold); color: var(--white); padding: 0.85rem 2rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: var(--transition); border: 1px solid var(--gold); }
.btn-p:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-g { display: inline-block; background: transparent; color: rgba(255,255,255,0.7); padding: 0.85rem 2rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; border: 1px solid rgba(255,255,255,0.25); transition: var(--transition); }
.btn-g:hover { border-color: rgba(255,255,255,0.6); color: var(--white); }

.dl-grid { display: flex; flex-direction: column; gap: 1px; }
.dl-item { padding: 1.2rem 1.5rem; border-left: 3px solid rgba(184,154,94,0.3); background: rgba(255,255,255,0.04); display: flex; gap: 1.2rem; align-items: flex-start; transition: var(--transition); }
.dl-item:hover { background: rgba(255,255,255,0.07); border-left-color: var(--gold); }
.dl-year { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 600; color: var(--gold); line-height: 1; min-width: 54px; flex-shrink: 0; }
.dl-text h4 { font-size: 0.82rem; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.dl-text p { font-size: 0.78rem; color: rgba(255,255,255,0.38); line-height: 1.55; }

.wrapper { max-width: 1200px; margin: 0 auto; padding: 3.5rem 3rem 5rem; display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: start; }
.art h2 { font-family: var(--font-serif); font-size: 2rem; font-weight: 300; color: var(--steel); margin: 2.5rem 0 0.8rem; line-height: 1.12; }
.art h2:first-child { margin-top: 0; }
.art h2 em { font-style: italic; color: var(--gold); }
.art h3 { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin: 1.8rem 0 0.5rem; }
.art p { font-size: 0.9rem; color: var(--ink); line-height: 1.85; margin-bottom: 0.9rem; }
.art strong { font-weight: 600; }

.divider { height: 1px; background: linear-gradient(to right, var(--gold), rgba(184,154,94,0.1)); margin: 2.5rem 0; }

.normen-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(184,154,94,0.2); border: 1px solid rgba(184,154,94,0.2); margin: 1.5rem 0; }
.ns-cell { background: var(--white); padding: 1.4rem 1.6rem; transition: background var(--transition); }
.ns-cell:hover { background: var(--cream); }
.ns-num { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 600; color: var(--steel); line-height: 1; display: block; }
.ns-num em { color: var(--gold); font-style: normal; font-size: 1.5rem; }
.ns-lbl { font-size: 0.67rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); margin-top: 4px; display: block; }

.callout { border-left: 3px solid var(--gold); padding: 1rem 1.4rem; background: var(--gold-pale); margin: 1.5rem 0; }
.callout p { font-size: 0.88rem; color: var(--ink); line-height: 1.75; margin: 0; }

.diensten { display: flex; flex-direction: column; gap: 0; margin: 1.5rem 0; }
.d-item { display: flex; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--cream-2); }
.d-item:last-child { border-bottom: none; }
.d-icon { width: 38px; height: 38px; background: var(--cream-2); border: 1px solid rgba(184,154,94,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
.d-text h4 { font-size: 0.84rem; font-weight: 600; color: var(--steel); margin-bottom: 3px; }
.d-text p { font-size: 0.82rem; color: var(--ink-muted); line-height: 1.65; }

details { border-bottom: 1px solid var(--cream-2); }
details:first-of-type { border-top: 1px solid var(--cream-2); }
summary { padding: 1.1rem 0; font-size: 0.9rem; font-weight: 600; color: var(--steel); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--gold); font-size: 1.3rem; flex-shrink: 0; transition: transform var(--transition); }
details[open] summary::after { transform: rotate(45deg); }
details p { font-size: 0.88rem; color: var(--ink-muted); line-height: 1.8; padding: 0 0 1.2rem; }

.cta-block { background: var(--steel); padding: 2.5rem; margin-top: 1.5rem; }
.cta-eye { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: 0.7rem; }
.cta-block .cta-title { font-family: var(--font-serif); font-size: 2rem; font-weight: 300; color: #ffffff; margin-bottom: 0.6rem; line-height: 1.15; margin-top: 0; }
.cta-block .cta-title em { font-style: italic; color: var(--gold-light); }
.cta-block p { font-size: 0.88rem; color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 1.5rem; }
.cta-row { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.cta-tel { font-size: 0.82rem; color: rgba(255,255,255,0.75); text-decoration: none; transition: color var(--transition); }
.cta-tel:hover { color: var(--gold); }

.sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 1.5rem; }
.sb-cta { background: var(--steel); padding: 2rem; }
.sb-cta h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 300; color: var(--white); margin-bottom: 0.5rem; }
.sb-cta h3 em { font-style: italic; color: var(--gold-light); }
.sb-cta p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.65; margin-bottom: 1.2rem; }
.sb-cta .btn-primary { display: block; text-align: center; }
.sb-tel { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid rgba(255,255,255,0.07); }
.sb-tel a { font-size: 0.8rem; color: rgba(255,255,255,0.4); text-decoration: none; }
.sb-tel a:hover { color: var(--gold); }
.sb-tags { background: var(--cream-2); padding: 1.4rem; }
.sb-tags h4 { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.8rem; }
.sb-links { background: var(--white); border: 1px solid var(--cream-2); padding: 1.4rem; }
.sb-links h4 { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.8rem; }
.sl-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.65rem 0; border-bottom: 1px solid var(--cream-2); text-decoration: none; transition: var(--transition); }
.sl-item:last-child { border-bottom: none; }
.sl-item:hover .sl-label { color: var(--gold); }
.sl-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; opacity: 0.6; }
.sl-label { font-size: 0.82rem; color: var(--ink); font-weight: 500; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  #navbar { padding: 0 2rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .container { padding: 0 1.5rem; }
}
@media (max-width: 860px) {
  .breadcrumb, .wrapper, .urgency { padding-left: 1.5rem; padding-right: 1.5rem; }
  .page-hero { padding: 4rem 1.5rem; }
  .page-hero-inner, .wrapper { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; }
}
