/* ==========================================================================
   Prep Center Oberberg — Design System v2
   Schwarzer Header + oranger Schwung-Akzent, Pill-Buttons, echte Fotografie
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root{
  --ink:            #14171A;
  --ink-2:          #1D2124;
  --ink-3:          #262B2F;
  --paper:          #FAF8F4;
  --paper-2:        #F2EEE7;
  --paper-3:        #E8E2D6;
  --orange:         #F5860E;
  --orange-dark:    #D9700A;
  --orange-light:   #FFB13D;
  --orange-tint:    #FDE8D1;
  --line:           #E3DDD1;
  --line-dark:      #33383D;
  --text:           #191C1E;
  --text-muted:     #5C6066;
  --text-soft:      #83878C;
  --on-dark:        #F5F2EC;
  --on-dark-muted:  #ADB2B6;

  --r-s: 8px;
  --r-m: 16px;
  --r-l: 26px;
  --r-pill: 999px;
  --shadow-s: 0 2px 8px rgba(20,23,26,.08);
  --shadow-m: 0 14px 34px rgba(20,23,26,.14);
  --shadow-l: 0 26px 60px rgba(20,23,26,.20);

  --container: 1240px;
  --container-narrow: 860px;
  --gutter: 24px;

  --f-display: 'Barlow Semi Condensed', 'Arial Narrow', sans-serif;
  --f-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
}

/* ---------- reset ---------- */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--f-body);
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
img, svg{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ list-style: none; margin: 0; padding: 0; }
button{ font: inherit; cursor: pointer; }
h1,h2,h3,h4,h5{ margin: 0; font-family: var(--f-display); font-weight: 700; letter-spacing: -0.01em; }
p{ margin: 0; }
input, textarea, select{ font: inherit; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

:focus-visible{ outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 2px; }

.container{ width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-narrow{ max-width: var(--container-narrow); }

.section{ padding-block: clamp(60px, 8vw, 116px); }
.section-tight{ padding-block: clamp(40px, 6vw, 72px); }
.bg-paper-2{ background: var(--paper-2); }
.bg-ink{ background: var(--ink); color: var(--on-dark); }
.bg-ink .text-muted{ color: var(--on-dark-muted); }

.grid{ display: grid; gap: var(--gutter); }
.flow > * + *{ margin-top: 1em; }

.visually-hidden{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; padding:0; margin:-1px; }

.skip-link{ position: fixed; top: -60px; left: 12px; z-index: 200; background: var(--ink); color: var(--on-dark); padding: 12px 18px; border-radius: var(--r-s); transition: top .2s ease; }
.skip-link:focus{ top: 12px; }

/* ---------- eyebrow ---------- */
.eyebrow{ display:inline-flex; align-items:center; gap:8px; font-family: var(--f-mono); font-size:12.5px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color: var(--orange-dark); }
.bg-ink .eyebrow{ color: var(--orange); }
.eyebrow::before{ content:''; width:7px; height:7px; border-radius:2px; background: var(--orange); display:inline-block; flex:none; }
.eyebrow.is-center{ justify-content:center; }

/* ---------- type scale ---------- */
.h-display{ font-size: clamp(2.6rem, 1.7rem + 3.4vw, 4.6rem); line-height: 0.98; font-weight: 800; }
.h-1{ font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.2rem); line-height: 1.04; font-weight: 800; }
.h-2{ font-size: clamp(1.7rem, 1.4rem + 1.4vw, 2.4rem); line-height: 1.1; font-weight: 700; }
.h-3{ font-size: clamp(1.25rem, 1.1rem + .6vw, 1.55rem); line-height: 1.25; font-weight: 700; }
.lede{ font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); color: var(--text-muted); line-height: 1.65; }
.text-muted{ color: var(--text-muted); }
.text-soft{ color: var(--text-soft); }
.accent{ color: var(--orange); }

.section-head{ max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head.is-centered{ margin-inline: auto; text-align: center; }
.section-head .eyebrow{ margin-bottom: 14px; }
.section-head .h-1, .section-head .h-2{ margin-top: 14px; }
.section-head .lede{ margin-top: 16px; }

/* ---------- buttons: rounded pill style ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-weight: 700; font-size: 15.5px;
  padding: 15px 30px; border-radius: var(--r-pill);
  border: 2px solid transparent; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.btn-primary{ background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(245,134,14,.28); }
.btn-primary:hover{ background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(245,134,14,.36); }
.btn-dark{ background: var(--ink); color: var(--on-dark); }
.btn-dark:hover{ background: var(--ink-2); transform: translateY(-2px); box-shadow: var(--shadow-m); }
.btn-outline{ background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--on-dark); transform: translateY(-2px); }
.bg-ink .btn-outline{ border-color: var(--on-dark-muted); color: var(--on-dark); }
.bg-ink .btn-outline:hover{ background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }
.btn-ghost{ background: transparent; color: var(--ink); padding: 8px 4px; border-bottom: 1.5px solid var(--ink); border-radius: 0; }
.btn-ghost:hover{ color: var(--orange-dark); border-color: var(--orange-dark); }
.btn-sm{ padding: 11px 22px; font-size: 14px; }
.btn-block{ width: 100%; }
.btn[disabled]{ opacity:.55; cursor:not-allowed; transform:none !important; }

.cta-row{ display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* outline buttons need light contrast on dark-background components */
.hero .btn-outline, .cta-band .btn-outline, .price-cta .btn-outline{ border-color: var(--on-dark-muted); color: var(--on-dark); }
.hero .btn-outline:hover, .cta-band .btn-outline:hover, .price-cta .btn-outline:hover{ background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }

/* ---------- top swoosh accent ---------- */
.top-swoosh{ line-height: 0; background: var(--paper); position: relative; z-index: 101; }
.top-swoosh svg{ display:block; width:100%; height: 26px; }

/* ---------- header: solid black bar ---------- */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: var(--ink);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding-block: 15px; gap: 20px; }
.brand{ display:inline-flex; align-items:center; gap: 11px; color: var(--on-dark); flex:none; }
.brand-mark{ color: var(--orange); flex:none; display:flex; }
.brand-text{ display:flex; flex-direction:column; line-height:1.05; }
.brand-name{ font-family: var(--f-display); font-weight:800; font-size:17.5px; letter-spacing:.01em; color: var(--on-dark); }
.brand-sub{ font-family: var(--f-mono); font-weight:600; font-size:11px; letter-spacing:.16em; color: var(--orange); text-transform:uppercase; }

.main-nav ul{ display:flex; align-items:center; gap: 30px; }
.main-nav a{ font-size:15px; font-weight:500; color: var(--on-dark-muted); position:relative; padding-block:4px; }
.main-nav a::after{ content:''; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--orange); transform: scaleX(0); transform-origin:left; transition: transform .2s ease; }
.main-nav a:hover{ color: var(--on-dark); }
.main-nav a:hover::after, .main-nav a.active::after{ transform: scaleX(1); }
.main-nav a.active{ color: var(--orange); font-weight:600; }

.header-actions{ display:flex; align-items:center; gap:14px; }

.nav-toggle{ display:none; flex-direction:column; justify-content:center; gap:5px; width:42px; height:42px; background: transparent; border: 1.5px solid var(--line-dark); border-radius: var(--r-pill); }
.nav-toggle span{ display:block; width:18px; height:2px; background: var(--on-dark); margin-inline:auto; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.mobile-nav{
  display:none; position:fixed; inset:0; top:0; background: var(--paper);
  padding: 100px 28px 40px; transform: translateY(-8px); opacity:0; pointer-events:none;
  transition: opacity .22s ease, transform .22s ease; z-index:90; overflow-y:auto;
}
.mobile-nav.is-open{ opacity:1; transform: translateY(0); pointer-events:auto; }
.mobile-nav ul{ display:flex; flex-direction:column; }
.mobile-nav a{ display:block; padding:18px 2px; font-family: var(--f-display); font-weight:700; font-size:30px; border-bottom:1px solid var(--line); color: var(--ink); }
.mobile-nav .btn{ margin-top:28px; }

@media (max-width: 940px){
  .main-nav{ display:none; }
  .header-actions .btn-primary{ display:none; }
  .nav-toggle{ display:flex; }
  .mobile-nav{ display:block; }
}

/* ---------- hero ---------- */
.hero{ position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden; }
.hero-inner{ padding-block: clamp(52px, 8vw, 96px) clamp(48px, 7vw, 84px); display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items:center; }
.hero-copy .eyebrow{ margin-bottom: 22px; }
.hero-copy .h-display{ color: var(--on-dark); }
.hero-copy .h-display em{ font-style: normal; color: var(--orange); }
.hero-copy p.lede{ color: var(--on-dark-muted); margin-top:22px; max-width:46ch; }
.hero-copy .cta-row{ margin-top:34px; }
.hero-visual{ position: relative; }

.hero-trust{ display:grid; grid-template-columns: repeat(4,1fr); gap:1px; background: var(--line-dark); border-top:1px solid var(--line-dark); }
.hero-trust-item{ background: var(--ink); padding: 22px clamp(14px,2vw,22px); display:flex; align-items:flex-start; gap:12px; }
.hero-trust-item svg{ flex:none; color: var(--orange); margin-top:2px; }
.hero-trust-item span{ font-size:13.5px; font-weight:500; color: var(--on-dark); line-height:1.35; }

@media (max-width: 940px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-visual{ order:-1; }
  .hero-trust{ grid-template-columns: repeat(2,1fr); }
}

/* ---------- real photo component (replaces old SVG "frame" system) ---------- */
.photo{ position: relative; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-l); aspect-ratio: var(--ar, 4/3.2); background: var(--ink-2); }
.photo img{ width:100%; height:100%; object-fit: cover; display:block; }
.photo-tag{
  position:absolute; left:20px; bottom:20px; z-index:3;
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(20,23,26,.85); color: var(--on-dark);
  font-family: var(--f-mono); font-size:11.5px; font-weight:500; letter-spacing:.06em;
  padding:9px 14px; border-radius: var(--r-pill); backdrop-filter: blur(4px);
}
.photo-tag::before{ content:''; width:6px; height:6px; border-radius:2px; background: var(--orange); flex:none; }
.photo-badge{
  position:absolute; top:20px; right:20px; z-index:3; background: var(--orange); color:#fff;
  font-family: var(--f-mono); font-weight:600; font-size:11px; letter-spacing:.05em; text-transform:uppercase;
  padding:8px 13px; border-radius: var(--r-pill);
}

/* section-header photo band (used on inner page heroes) */
.header-photo{ position: relative; background: var(--ink); color: var(--on-dark); overflow:hidden; }
.header-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.4; }
.header-photo::after{ content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,23,26,.55) 0%, rgba(20,23,26,.88) 100%); }
.header-photo .container{ position:relative; z-index:2; }

/* ---------- trust bar (light) ---------- */
.trust-strip{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background: var(--paper); }
.trust-strip .container{ display:grid; grid-template-columns: repeat(4,1fr); padding-block:30px; }
.trust-strip-item{ display:flex; align-items:center; gap:12px; padding-inline:16px; border-left:1px solid var(--line); }
.trust-strip-item:first-child{ border-left:0; padding-left:0; }
.trust-strip-item svg{ color: var(--orange); flex:none; }
.trust-strip-item span{ font-size:14px; font-weight:500; }
@media (max-width:860px){ .trust-strip .container{ grid-template-columns:1fr 1fr; gap:20px 0; } .trust-strip-item{ border-left:0; padding-left:0; } }

/* ---------- split / editorial content blocks ---------- */
.split{ display:grid; grid-template-columns:1fr 1fr; gap: clamp(32px,6vw,88px); align-items:center; }
.split.is-reverse .split-media{ order:2; }
.split-copy .eyebrow{ margin-bottom:16px; }
.split-copy .h-2{ margin-bottom:18px; }
.split-copy p + p{ margin-top:14px; }
.checklist{ margin-top:22px; display:grid; gap:12px; }
.checklist li{ display:flex; gap:12px; align-items:flex-start; font-size:15px; }
.checklist svg{ flex:none; color: var(--orange); margin-top:3px; }
.split-copy .cta-row{ margin-top:28px; }

@media (max-width:860px){ .split{ grid-template-columns:1fr; } .split.is-reverse .split-media{ order:-1; } }

.dual-list{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:26px; }
.dual-list .card-list{ background: var(--paper-2); border-radius: var(--r-m); padding:22px 22px 24px; }
.dual-list .card-list.is-accent{ background: var(--ink); color: var(--on-dark); }
.dual-list h4{ font-family: var(--f-mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; font-weight:600; color: var(--text-soft); margin-bottom:14px; }
.dual-list .card-list.is-accent h4{ color: var(--on-dark-muted); }
.dual-list ul{ display:grid; gap:10px; }
.dual-list li{ font-size:14.5px; padding-left:16px; position:relative; }
.dual-list li::before{ content:''; position:absolute; left:0; top:9px; width:5px; height:5px; border-radius:1px; background: var(--text-soft); }
.dual-list .card-list.is-accent li::before{ background: var(--orange); }
@media (max-width:640px){ .dual-list{ grid-template-columns:1fr; } }

/* ---------- process bar ---------- */
.process{ margin-top: clamp(36px,5vw,56px); }
.process-track{ display:grid; grid-template-columns: repeat(5,1fr); gap:0; position:relative; }
.process-track::before{ content:''; position:absolute; top:19px; left: calc(10% / 2); right: calc(10% / 2); height:1px; background: var(--line); }
.bg-ink .process-track::before{ background: var(--line-dark); }
.process-step{ position:relative; padding-inline:14px; text-align:left; }
.process-step .step-dot{
  width:38px; height:38px; border-radius:50%; background: var(--paper); border:2px solid var(--orange); color: var(--orange);
  display:flex; align-items:center; justify-content:center; font-family: var(--f-mono); font-weight:600; font-size:13px;
  position:relative; z-index:1; margin-bottom:18px;
}
.bg-ink .process-step .step-dot{ background: var(--ink); }
.process-step h4{ font-size:17px; margin-bottom:6px; }
.process-step p{ font-size:14px; color: var(--text-muted); }
.bg-ink .process-step p{ color: var(--on-dark-muted); }

@media (max-width:860px){
  .process-track{ grid-template-columns:1fr; gap:30px; }
  .process-track::before{ top:0; bottom:0; left:19px; right:auto; width:1px; height:auto; }
  .process-step{ padding-left:58px; }
  .process-step .step-dot{ position:absolute; left:0; top:0; margin-bottom:0; }
}

/* ---------- cards ---------- */
.card-grid{ display:grid; gap:20px; }
.cols-3{ grid-template-columns: repeat(3,1fr); }
.cols-4{ grid-template-columns: repeat(4,1fr); }
@media (max-width:980px){ .cols-3,.cols-4{ grid-template-columns: repeat(2,1fr); } }
@media (max-width:620px){ .cols-3,.cols-4{ grid-template-columns:1fr; } }

.card{ background:#fff; border:1px solid var(--line); border-radius: var(--r-m); padding:28px 26px; box-shadow: var(--shadow-s); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-m); border-color:#fff; }
.card-icon{ width:46px; height:46px; border-radius: var(--r-pill); background: var(--orange-tint); color: var(--orange-dark); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.card h3{ font-size:19px; margin-bottom:10px; }
.card p{ font-size:14.5px; color: var(--text-muted); }
.card .card-link{ display:inline-flex; align-items:center; gap:6px; margin-top:16px; font-size:14px; font-weight:600; color: var(--ink); }
.card .card-link svg{ transition: transform .18s ease; }
.card:hover .card-link svg{ transform: translateX(3px); }

.card.is-dark{ background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.card.is-dark p{ color: var(--on-dark-muted); }
.card.is-dark .card-icon{ background: rgba(245,134,14,.2); color: var(--orange); }

.service-card{ position:relative; }
.service-card .service-num{ font-family: var(--f-mono); font-size:12px; color: var(--text-soft); font-weight:600; margin-bottom:14px; display:block; }

/* ---------- value strip ---------- */
.value-strip{ display:grid; grid-template-columns: repeat(3,1fr); gap:1px; background: var(--line); border:1px solid var(--line); border-radius: var(--r-m); overflow:hidden; margin-top:28px; }
.value-strip-item{ background:#fff; padding:24px; }
.value-strip-item .num{ font-family: var(--f-mono); color: var(--orange-dark); font-weight:600; font-size:13px; letter-spacing:.06em; }
.value-strip-item p{ margin-top:8px; font-size:14.5px; }
@media (max-width:700px){ .value-strip{ grid-template-columns:1fr; } }

/* ---------- steps ---------- */
.steps-list{ display:grid; grid-template-columns: repeat(3,1fr); gap:20px; margin-top:40px; }
.step-card{ padding:30px 26px; background: var(--ink-2); border-radius: var(--r-m); }
.step-card .step-index{ font-family: var(--f-mono); font-size:34px; font-weight:600; color: var(--orange); line-height:1; }
.step-card h4{ font-size:19px; margin:18px 0 8px; color: var(--on-dark); }
.step-card p{ font-size:14.5px; color: var(--on-dark-muted); }
@media (max-width:980px){ .steps-list{ grid-template-columns: repeat(2,1fr); } }
@media (max-width:620px){ .steps-list{ grid-template-columns:1fr; } }

/* ---------- pricing ---------- */
.price-note{ display:flex; gap:12px; align-items:flex-start; background: var(--paper-2); border:1px solid var(--line); border-radius: var(--r-m); padding:18px 20px; margin-bottom:20px; }
.price-note svg{ flex:none; color: var(--orange-dark); margin-top:2px; }
.price-note p{ font-size:14px; color: var(--text-muted); }

.price-block + .price-block{ margin-top:56px; }
.price-block-head{ display:flex; align-items:baseline; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:22px; }
.price-block-head h3{ font-size: clamp(1.3rem,1.1rem + .6vw,1.7rem); }
.price-block-head .tag-count{ font-family: var(--f-mono); font-size:12px; color: var(--text-soft); }

.price-table{ width:100%; border-collapse: collapse; }
.price-table thead th{ text-align:left; font-family: var(--f-mono); font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color: var(--text-soft); font-weight:600; padding:0 18px 12px; border-bottom:1px solid var(--ink); }
.price-table tbody td{ padding:20px 18px; border-bottom:1px solid var(--line); vertical-align:top; font-size:15px; }
.price-table tbody tr:last-child td{ border-bottom:0; }
.price-table tbody tr{ transition: background-color .15s ease; }
.price-table tbody tr:hover{ background: var(--paper-2); }
.price-table .col-service{ font-weight:600; width:26%; }
.price-table .col-price{ font-family: var(--f-mono); font-weight:600; color: var(--orange-dark); white-space:nowrap; width:18%; font-size:15px; }
.price-table .col-detail{ color: var(--text-muted); font-size:14px; line-height:1.55; }
.price-table tr.is-common .col-service::after{
  content:'Häufig gewählt'; display:inline-block; margin-left:10px; vertical-align:middle;
  font-family: var(--f-mono); font-size:10px; letter-spacing:.05em; text-transform:uppercase;
  background: var(--orange-tint); color: var(--orange-dark); padding:3px 9px; border-radius: var(--r-pill); font-weight:600;
}
.price-table-scroll{ overflow-x:auto; margin:0 -2px; padding:2px; -webkit-overflow-scrolling:touch; }

@media (max-width:760px){
  .price-table thead{ display:none; }
  .price-table, .price-table tbody, .price-table tr, .price-table td{ display:block; width:100%; }
  .price-table tbody tr{ border:1px solid var(--line); border-radius: var(--r-m); padding:18px 18px 6px; margin-bottom:14px; background:#fff; box-shadow: var(--shadow-s); }
  .price-table tbody td{ border-bottom:0; padding:0 0 12px; }
  .price-table td::before{ content: attr(data-label); display:block; font-family: var(--f-mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color: var(--text-soft); margin-bottom:4px; font-weight:600; }
  .price-table .col-price{ font-size:17px; }
}

.price-cta{ margin-top:64px; text-align:center; background: var(--ink); color: var(--on-dark); border-radius: var(--r-l); padding: clamp(36px,6vw,64px); }
.price-cta h3{ color: var(--on-dark); margin-bottom:12px; }
.price-cta p{ color: var(--on-dark-muted); max-width:48ch; margin-inline:auto; }
.price-cta .cta-row{ justify-content:center; margin-top:26px; }

/* ---------- FAQ: plain list, matches reference ---------- */
.faq-cats{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:34px; }
.faq-cat-btn{ font-family: var(--f-mono); font-size:12.5px; font-weight:600; letter-spacing:.04em; padding:9px 18px; border-radius: var(--r-pill); border:1.5px solid var(--line); background:#fff; color: var(--text-muted); transition: all .18s ease; }
.faq-cat-btn:hover{ border-color: var(--ink); color: var(--ink); }
.faq-cat-btn.is-active{ background: var(--ink); color: var(--on-dark); border-color: var(--ink); }

.faq-list{ border-top: 3px solid var(--ink); }
.faq-item{ border-bottom: 1px solid var(--line); }
.faq-item:last-child{ border-bottom: 3px solid var(--ink); }
.faq-q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px;
  background:transparent; border:0; padding:22px 4px; text-align:left;
  font-family: var(--f-display); font-weight:700; font-size: clamp(16px,1.4vw + 10px,19px); color: var(--ink);
}
.faq-q:hover{ color: var(--orange-dark); }
.faq-q .faq-icon{ flex:none; width:26px; height:26px; border-radius:50%; border:1.5px solid var(--ink); display:flex; align-items:center; justify-content:center; position:relative; transition: transform .25s ease, background-color .2s ease, border-color .2s ease; }
.faq-q .faq-icon::before, .faq-q .faq-icon::after{ content:''; position:absolute; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
.faq-q .faq-icon::before{ width:10px; height:1.6px; }
.faq-q .faq-icon::after{ width:1.6px; height:10px; }
.faq-item.is-open .faq-q .faq-icon{ background: var(--ink); transform: rotate(180deg); }
.faq-item.is-open .faq-q .faq-icon::before, .faq-item.is-open .faq-q .faq-icon::after{ background: var(--on-dark); }
.faq-item.is-open .faq-q .faq-icon::after{ opacity:0; }

.faq-a{ max-height:0; overflow:hidden; transition: max-height .32s ease; }
.faq-a-inner{ padding:0 4px 24px; max-width:68ch; }
.faq-a-inner p{ color: var(--text-muted); font-size:15px; }
.faq-a-inner p + p{ margin-top:10px; }

/* ---------- CTA band ---------- */
.cta-band{ background: var(--ink); color: var(--on-dark); border-radius: var(--r-l); padding: clamp(40px,7vw,80px); text-align:center; position:relative; overflow:hidden; }
.cta-band::before{ content:''; position:absolute; inset:0; background: repeating-linear-gradient(115deg, rgba(245,134,14,.06) 0 2px, transparent 2px 60px); pointer-events:none; }
.cta-band > *{ position:relative; }
.cta-band .eyebrow{ justify-content:center; margin-bottom:18px; }
.cta-band h2{ color: var(--on-dark); }
.cta-band p{ color: var(--on-dark-muted); max-width:52ch; margin:18px auto 0; }
.cta-band .cta-row{ justify-content:center; margin-top:30px; }

/* ---------- footer: diagonal two-zone, matches reference ---------- */
.site-footer{ background: var(--ink); position: relative; }
.footer-black{ padding: 64px 0 128px; }
.footer-brand .brand{ color: var(--on-dark); margin-bottom:16px; }
.footer-brand .brand-mark{ color: var(--orange); }
.footer-brand p{ font-size:14px; max-width:34ch; color: var(--on-dark-muted); }

.footer-orange{
  background: var(--orange);
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -84px;
  padding: 96px 0 32px;
  position: relative;
}
.footer-orange-inner{ display:grid; grid-template-columns: 1fr 1fr 1fr 1.1fr; gap:32px; padding-bottom:40px; }
.footer-col h4{ font-family: var(--f-mono); font-size:12px; letter-spacing:.09em; text-transform:uppercase; color: var(--ink); margin-bottom:16px; font-weight:700; opacity:.85; }
.footer-col ul{ display:grid; gap:10px; }
.footer-col a{ font-size:14.5px; color: var(--ink); font-weight:500; transition: opacity .15s ease; }
.footer-col a:hover{ opacity:.6; }
.footer-contact li{ font-size:14.5px; color: var(--ink); font-weight:500; }

.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:22px; border-top: 1.5px solid rgba(20,23,26,.18); font-size:13px; flex-wrap:wrap; gap:10px; color: var(--ink); font-weight:500; }
.footer-bottom a{ color: var(--ink); }
.footer-bottom a:hover{ opacity:.6; }

@media (max-width:980px){
  .footer-orange-inner{ grid-template-columns: 1fr 1fr; row-gap:32px; }
}
@media (max-width:560px){
  .footer-orange-inner{ grid-template-columns: 1fr; }
  .footer-orange{ clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); margin-top:-56px; padding-top:72px; }
  .footer-black{ padding-bottom: 96px; }
}

/* ---------- page hero (inner pages, plain dark — used sparingly) ---------- */
.page-hero{ background: var(--ink); color: var(--on-dark); padding-block: clamp(60px, 9vw, 100px) clamp(44px, 6vw, 64px); }
.page-hero .eyebrow{ margin-bottom:18px; }
.page-hero .h-1{ color: var(--on-dark); max-width:18ch; }
.page-hero p.lede{ color: var(--on-dark-muted); margin-top:18px; max-width:60ch; }

/* ---------- plain hero: light, airy inner-page header (matches reference) ---------- */
.plain-hero{ padding-block: clamp(48px, 7vw, 80px) clamp(24px, 4vw, 36px); }
.plain-hero .h-1{ max-width: 20ch; }
.plain-hero p.lede{ margin-top: 16px; }

.page-hero-crumbs{ font-family: var(--f-mono); font-size:12px; color: var(--on-dark-muted); margin-bottom:22px; letter-spacing:.03em; }
.page-hero-crumbs a{ color: var(--on-dark-muted); }
.page-hero-crumbs a:hover{ color: var(--orange); }
.plain-hero .page-hero-crumbs{ color: var(--text-soft); }
.plain-hero .page-hero-crumbs a{ color: var(--text-soft); }
.plain-hero .page-hero-crumbs a:hover{ color: var(--orange-dark); }

/* ---------- service detail sections ---------- */
.service-detail{ padding-block: clamp(48px,6vw,76px); border-bottom:1px solid var(--line); }
.service-detail:last-child{ border-bottom:0; }
.service-detail-head{ display:flex; gap:20px; align-items:flex-start; margin-bottom:24px; }
.service-detail-head .service-icon{ width:56px; height:56px; border-radius: var(--r-pill); background: var(--ink); color: var(--orange); display:flex; align-items:center; justify-content:center; flex:none; }
.service-detail-num{ font-family: var(--f-mono); color: var(--text-soft); font-size:13px; font-weight:600; margin-bottom:8px; display:block; }
.service-detail-body{ display:grid; grid-template-columns: 1.2fr .8fr; gap:40px; }
.service-detail-body .checklist{ margin-top:0; }
.service-detail-side{ background: var(--paper-2); border-radius: var(--r-m); padding:24px; align-self:start; }
.service-detail-side h5{ font-family: var(--f-mono); font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color: var(--text-soft); margin-bottom:12px; font-weight:600; }
@media (max-width:820px){ .service-detail-body{ grid-template-columns:1fr; } }

/* ---------- about page ---------- */
.about-hero-split{ display:grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px,6vw,72px); align-items:center; }
@media (max-width:860px){ .about-hero-split{ grid-template-columns:1fr; } }
.about-values{ display:grid; grid-template-columns: repeat(2,1fr); gap:18px; margin-top:30px; }
@media (max-width:620px){ .about-values{ grid-template-columns:1fr; } }
.value-item{ display:flex; gap:14px; align-items:flex-start; }
.value-item svg{ flex:none; color: var(--orange); margin-top:3px; }
.value-item h4{ font-size:16px; margin-bottom:4px; }
.value-item p{ font-size:14px; color: var(--text-muted); }

/* ---------- blog ---------- */
.blog-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:26px; }
@media (max-width:980px){ .blog-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width:660px){ .blog-grid{ grid-template-columns:1fr; } }
.blog-card{ display:flex; flex-direction:column; }
.blog-card .photo{ --ar:16/11; margin-bottom:20px; box-shadow: var(--shadow-m); }
.blog-meta{ display:flex; align-items:center; gap:10px; font-family: var(--f-mono); font-size:11.5px; letter-spacing:.04em; color: var(--text-soft); margin-bottom:10px; text-transform:uppercase; }
.blog-meta .cat{ color: var(--orange-dark); font-weight:600; }
.blog-card h3{ font-size:20px; margin-bottom:10px; }
.blog-card p{ font-size:14.5px; color: var(--text-muted); flex:1; }
.blog-card .card-link{ margin-top:18px; }

.article-head{ max-width:72ch; margin-inline:auto; text-align:center; }
.article-body{ max-width:68ch; margin:0 auto; }
.article-body h2{ font-size: clamp(1.4rem,1.2rem + .8vw,1.9rem); margin-top:2.2em; margin-bottom:.6em; }
.article-body p{ font-size:16.5px; color: var(--text); line-height:1.75; }
.article-body p + p{ margin-top:1.3em; }
.article-body ul{ margin-top:1.2em; display:grid; gap:10px; }
.article-body li{ padding-left:20px; position:relative; font-size:16px; }
.article-body li::before{ content:''; position:absolute; left:0; top:11px; width:6px; height:6px; border-radius:1px; background: var(--orange); }
.article-cta{ margin-top:56px; }

/* ---------- contact ---------- */
.contact-layout{ display:grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px,5vw,64px); align-items:start; }
@media (max-width:940px){ .contact-layout{ grid-template-columns:1fr; } }

.contact-info-list{ display:grid; gap:20px; margin-top:28px; }
.contact-info-item{ display:flex; gap:14px; align-items:flex-start; }
.contact-info-item svg{ flex:none; color: var(--orange); margin-top:3px; }
.contact-info-item .label{ font-family: var(--f-mono); font-size:11px; text-transform:uppercase; letter-spacing:.07em; color: var(--text-soft); margin-bottom:3px; }
.contact-info-item a, .contact-info-item span.val{ font-size:15px; font-weight:500; }

.form-card{ background:#fff; border:1px solid var(--line); border-radius: var(--r-l); padding: clamp(24px,4vw,42px); box-shadow: var(--shadow-m); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field{ display:flex; flex-direction:column; gap:8px; }
.form-field.is-full{ grid-column: 1 / -1; }
.form-field label{ font-size:13.5px; font-weight:600; }
.form-field .opt{ font-weight:400; color: var(--text-soft); }
.form-field input, .form-field textarea, .form-field select{ border:1.5px solid var(--line); border-radius: var(--r-s); padding:13px 14px; font-size:15px; background: var(--paper); transition: border-color .18s ease, background-color .18s ease; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus{ border-color: var(--ink); background:#fff; outline:none; }
.form-field textarea{ resize:vertical; min-height:120px; }

.check-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:10px 16px; }
@media (max-width:480px){ .check-grid{ grid-template-columns:1fr; } }
.check-item{ display:flex; align-items:center; gap:10px; font-size:14px; }
.check-item input{ width:17px; height:17px; accent-color: var(--orange); flex:none; }

.consent-row{ display:flex; gap:12px; align-items:flex-start; margin-top:6px; }
.consent-row input{ width:18px; height:18px; margin-top:2px; accent-color: var(--orange); flex:none; }
.consent-row label{ font-size:13.5px; color: var(--text-muted); font-weight:400; }
.consent-row a{ text-decoration: underline; }

.form-msg{ margin-top:18px; padding:14px 18px; border-radius: var(--r-pill); font-size:14px; display:none; text-align:center; }
.form-msg.is-success{ display:block; background:#EAF6EC; color:#1C6B33; }
.form-msg.is-error{ display:block; background:#FCEAE6; color:#B3341A; }

/* ---------- legal pages ---------- */
.legal-body{ max-width:72ch; }
.legal-body h2{ font-size:22px; margin-top:2.2em; margin-bottom:.5em; }
.legal-body h2:first-child{ margin-top:0; }
.legal-body h3{ font-size:17px; margin-top:1.6em; margin-bottom:.4em; }
.legal-body p{ font-size:15.5px; color: var(--text-muted); line-height:1.75; }
.legal-body p + p{ margin-top:1.1em; }
.legal-body a{ text-decoration: underline; color: var(--text); }
.legal-body ul{ margin-top:.8em; display:grid; gap:8px; }
.legal-body li{ font-size:15.5px; color: var(--text-muted); padding-left:18px; position:relative; }
.legal-body li::before{ content:''; position:absolute; left:0; top:9px; width:5px; height:5px; border-radius:1px; background: var(--orange); }
.legal-note{ margin-top:40px; padding:18px 22px; background: var(--paper-2); border-radius: var(--r-m); font-size:13.5px; color: var(--text-muted); }

/* ---------- reveal-on-scroll ---------- */
[data-reveal]{ opacity:0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible{ opacity:1; transform: translateY(0); }

hr.rule{ border:0; border-top:1px solid var(--line); margin-block:0; }
.tag-pill{ display:inline-flex; align-items:center; gap:6px; font-family: var(--f-mono); font-size:11.5px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color: var(--orange-dark); background: var(--orange-tint); padding:6px 11px; border-radius: var(--r-pill); }
.mt-0{ margin-top:0 !important; }
