/* JM Energy Consulting — Leistungs-Detailseiten · Heller Look (13.06.2026)
   Cream + Fraunces + Liquid-Glass, konsistent zur neuen Startseite.
   Gleiche Selektoren wie zuvor, damit alle vier Seiten ohne HTML-Aenderung
   umschalten. Dunkle Vorversion gesichert als _detail.css.dark-bak. */

:root {
  --ink:        #1A1410;
  --cream:      #F4EFE6;
  --paper:      #FBF8F1;
  --bronze:     #A37D38;
  --bronze-deep:#6E5226;
  --olive:      #6E8E22;
  --mut:        #6B5B44;
  --mut-soft:   #8B7050;
  --line:       rgba(26,20,16,0.1);
  --gold-soft:  #F4D9A0;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Inter', -apple-system, system-ui, sans-serif;
  --mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { overflow-x: hidden; min-height: 100vh; }
::selection { background: var(--bronze); color: #FFFCF3; }
a { color: inherit; text-decoration: none; }

/* Feines Papier-Grain auf der hellen Flaeche */
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.022 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.5; mix-blend-mode: multiply;
}

/* === STAGE BG: warme Licht-Auren statt dunklem Foto === */
.stage { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.stage-img {
  position: absolute; top: -10%; right: -14%;
  width: 70vw; height: 70vw; max-width: 920px; max-height: 920px;
  background: radial-gradient(circle, var(--accent-aura, rgba(201,164,88,0.18)), transparent 68%);
  filter: blur(46px);
  animation: bgDrift 50s ease-in-out infinite alternate;
}
.stage-light {
  position: absolute; bottom: -12%; left: -16%;
  width: 64vw; height: 64vw; max-width: 820px; max-height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140,190,34,0.1), transparent 62%);
  filter: blur(40px);
}
.stage-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 120% 90% at 50% 0%, transparent 55%, rgba(26,20,16,0.05) 100%);
}
@keyframes bgDrift {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(-3%, 3%) scale(1.08); }
}

/* === HERO-BILD pro Service (bleibt erhalten, heller Rahmen) === */
.hero-image {
  position: relative;
  margin: 40px auto 0;
  max-width: 1100px;
  aspect-ratio: 21 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: var(--hero-img, none) center/cover no-repeat, #E7DFCE;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 36px 90px -34px rgba(26,20,16,0.4),
    0 0 0 1px rgba(163,125,56,0.08);
}
.hero-image::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 30%, transparent 80%, rgba(26,20,16,0.06) 100%);
  pointer-events: none;
}

/* === NAV === */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 48px; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); background: rgba(244,239,230,0.78); border-bottom: 1px solid var(--line); transition: padding 0.4s ease, background 0.4s ease; }
.nav.compact { padding: 14px 48px; background: rgba(244,239,230,0.92); }
.nav .logo { font-family: var(--display); font-size: 21px; font-weight: 400; font-style: italic; letter-spacing: -0.02em; color: var(--ink); }
.nav .logo em { font-style: italic; color: var(--ink); }
.nav .logo span { color: var(--bronze); font-style: normal; }
.nav .links { display: flex; gap: 36px; font-size: 12.5px; color: var(--ink); letter-spacing: 0.02em; }
.nav .links a { transition: color .25s ease; position: relative; }
.nav .links a::after { content:''; position:absolute; left:0; right:0; bottom:-6px; height:1px; background: var(--bronze); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.nav .links a:hover { color: var(--bronze-deep); }
.nav .links a:hover::after { transform: scaleX(1); }

.btn-portal {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px 12px 18px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  color: #FFFCF3; border-radius: 100px;
  background: linear-gradient(160deg, #C9A458, #8B6620);
  border: 1px solid rgba(139,102,32,0.4);
  box-shadow: inset 0 1px 0 rgba(255,250,235,0.4), 0 10px 24px -10px rgba(139,102,32,0.55);
  transition: all 0.35s cubic-bezier(.2,.7,.2,1);
}
.btn-portal .dot-glow { position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #FFF6D8 0%, #FFE2A6 60%, #C49A4A 100%); box-shadow: 0 0 8px rgba(255,240,200,0.9); flex-shrink: 0; animation: dotPulse 2.6s ease-in-out infinite; }
@keyframes dotPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }
.btn-portal .arrow, .btn-portal > span { position: relative; z-index: 2; }
.btn-portal:hover { transform: translateY(-1.5px); box-shadow: inset 0 1px 0 rgba(255,250,235,0.4), 0 16px 32px -12px rgba(139,102,32,0.7); }

/* === LAYOUT === */
main { position: relative; z-index: 2; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

.hero { position: relative; padding: 190px 48px 60px; text-align: center; }
.hero > * { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--olive); margin-bottom: 26px; font-family: var(--mono); font-weight: 600; }
.eyebrow::before, .eyebrow::after { content: ''; width: 34px; height: 1px; background: var(--olive); }
h1 {
  font-family: var(--display); font-weight: 300; font-size: clamp(40px, 5.6vw, 82px);
  line-height: 1.02; letter-spacing: -0.04em; color: var(--ink);
  margin: 0 auto 24px; max-width: 16ch;
}
h1 em { font-style: italic; font-weight: 400; color: var(--bronze-deep); }
.lede { font-size: clamp(17px, 1.4vw, 21px); color: var(--mut); line-height: 1.6; max-width: 720px; margin: 0 auto; font-weight: 400; }

/* === SECTIONS === */
section { position: relative; padding: 72px 48px; }
.section-h { text-align: center; margin-bottom: 52px; }
.section-h .label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); font-weight: 700; margin-bottom: 16px; }
.section-h h2 { font-family: var(--display); font-weight: 300; font-size: clamp(32px, 4vw, 56px); letter-spacing: -0.03em; color: var(--ink); line-height: 1.1; }
.section-h h2 em { font-style: italic; color: var(--bronze-deep); }
.section-h .section-lede { max-width: 760px; margin: 22px auto 0; font-size: 17px; line-height: 1.65; color: var(--mut); font-weight: 400; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 980px) { .grid-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-cards { grid-template-columns: 1fr; } }

/* === LIQUID GLASS KARTE (hell) === */
.glass-card {
  position: relative; padding: 36px 32px 38px; border-radius: 22px; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.16) 55%, rgba(255,255,255,0.3)),
    rgba(255,252,244,0.55);
  backdrop-filter: blur(26px) saturate(165%);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.85),
    inset 0 -1px 0 rgba(163,125,56,0.06),
    0 24px 60px -30px rgba(26,20,16,0.2);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s ease, border-color 0.4s ease;
  text-align: center;
}
.glass-card::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; border-radius: inherit;
  background: radial-gradient(120% 60% at 18% -8%, rgba(255,255,255,0.6), transparent 55%);
  opacity: 0.8;
}
.glass-card::after {
  content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-color, var(--bronze)) 30%, var(--accent-color, var(--bronze)) 70%, transparent 100%);
  opacity: 0.45;
}
.glass-card > * { position: relative; z-index: 2; }
.glass-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 2px 6px rgba(26,20,16,0.05),
    0 36px 80px -34px rgba(26,20,16,0.28),
    0 0 60px -20px var(--accent-glow, rgba(163,125,56,0.3));
}
.glass-card .card-num {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.26em;
  font-weight: 700; color: var(--bronze); margin-bottom: 18px;
}
.glass-card h3 {
  font-family: var(--display); font-weight: 400; font-size: 26px; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 18px; line-height: 1.2;
}
.glass-card h3 em { font-style: italic; color: var(--bronze-deep); }
.glass-card ul { list-style: none; padding: 0; text-align: left; max-width: 290px; margin: 4px auto 0; }
.glass-card ul li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 2px; color: var(--mut); font-size: 15.5px; line-height: 1.55;
  border-bottom: 1px solid var(--line); font-weight: 400; position: relative;
}
.glass-card ul li:last-child { border-bottom: 0; }
.glass-card ul li::before {
  content: ''; flex-shrink: 0; width: 9px; height: 9px; margin-top: 8px;
  background: linear-gradient(135deg, #C9E26A 0%, #8CBE22 100%);
  transform: rotate(45deg); border-radius: 1.5px;
  box-shadow: 0 0 8px var(--accent-glow, rgba(140,190,34,0.4));
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.glass-card ul li:hover::before { transform: rotate(45deg) scale(1.18); }

/* Kompakte Karten-Variante */
.glass-card.compact { padding: 30px 26px 34px; text-align: center; }
.glass-card.compact .card-num { font-size: 12px; letter-spacing: 0.28em; font-weight: 700; color: var(--bronze); margin-bottom: 16px; }
.glass-card.compact h3 { font-size: 22px; margin-bottom: 18px; line-height: 1.2; color: var(--ink); }
.glass-card.compact p.lead { font-size: 16px; color: var(--mut); line-height: 1.55; font-weight: 400; max-width: 290px; margin: 0 auto 20px; }
.glass-card.compact p.lead em { font-style: italic; color: var(--bronze-deep); font-weight: 500; }
.glass-card.compact ul { list-style: none; padding: 0; text-align: left; max-width: 280px; margin: 0 auto; }
.glass-card.compact ul li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; font-size: 15px; line-height: 1.5; color: var(--mut); border-bottom: 1px solid var(--line); font-weight: 400; }
.glass-card.compact ul li:last-child { border-bottom: 0; }
.glass-card.compact ul li::before { content: ''; flex-shrink: 0; width: 8px; height: 8px; margin-top: 7px; background: linear-gradient(135deg, #C9E26A 0%, #8CBE22 100%); transform: rotate(45deg); border-radius: 1px; box-shadow: 0 0 6px var(--accent-glow, rgba(140,190,34,0.4)); transition: transform 0.4s cubic-bezier(.2,.7,.2,1); }
.glass-card.compact ul li:hover::before { transform: rotate(45deg) scale(1.2); }

/* === ICON-KAPSEL (themenfarbig) === */
.card-icon {
  width: 60px; height: 60px; margin: 0 auto 18px; display: grid; place-items: center;
  border-radius: 18px; position: relative;
  background: linear-gradient(150deg, var(--accent-fade, rgba(163,125,56,0.14)) 0%, rgba(255,255,255,0.5) 50%, var(--accent-fade, rgba(163,125,56,0.1)) 100%);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid var(--accent-border, rgba(163,125,56,0.3));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 10px 24px -10px var(--accent-glow, rgba(163,125,56,0.3));
}
.card-icon svg {
  position: relative; z-index: 2; width: 28px; height: 28px;
  stroke: var(--accent-stroke, var(--bronze-deep)); fill: none; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.glass-card:not(.compact) .card-icon { width: 72px; height: 72px; margin-bottom: 22px; border-radius: 20px; }
.glass-card:not(.compact) .card-icon svg { width: 34px; height: 34px; stroke-width: 1.4; }

/* Bild-Variante (3D-Micro-Render je Karte) */
.glass-card .card-icon.image {
  width: 132px; height: 132px; margin: 0 auto 24px; padding: 0; border-radius: 22px;
  background-image: var(--card-img); background-size: cover; background-position: center; background-repeat: no-repeat;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 16px 36px -14px rgba(26,20,16,0.35);
}
.glass-card .card-icon.image svg { display: none; }

/* Per-Page-Akzente (gedaempfte, satte Toene fuer hellen Grund) */
body.page-ki       { --accent-color: #2E6FB0; --accent-fade: rgba(46,111,176,0.12); --accent-border: rgba(46,111,176,0.3); --accent-glow: rgba(46,111,176,0.3); --accent-stroke: #2E6FB0; --accent-aura: rgba(46,111,176,0.14); }
body.page-solar    { --accent-color: #C2792A; --accent-fade: rgba(194,121,42,0.14); --accent-border: rgba(194,121,42,0.34); --accent-glow: rgba(194,121,42,0.32); --accent-stroke: #C2792A; --accent-aura: rgba(201,164,88,0.2); }
body.page-pruefung { --accent-color: #3E8E5F; --accent-fade: rgba(62,142,95,0.12); --accent-border: rgba(62,142,95,0.3); --accent-glow: rgba(62,142,95,0.3); --accent-stroke: #3E8E5F; --accent-aura: rgba(62,142,95,0.14); }
body.page-netzwerk { --accent-color: #B05080; --accent-fade: rgba(176,80,128,0.12); --accent-border: rgba(176,80,128,0.3); --accent-glow: rgba(176,80,128,0.3); --accent-stroke: #B05080; --accent-aura: rgba(176,80,128,0.14); }

body.page-ki .eyebrow, body.page-solar .eyebrow, body.page-pruefung .eyebrow, body.page-netzwerk .eyebrow { color: var(--accent-color); }
body.page-ki .eyebrow::before, body.page-ki .eyebrow::after,
body.page-solar .eyebrow::before, body.page-solar .eyebrow::after,
body.page-pruefung .eyebrow::before, body.page-pruefung .eyebrow::after,
body.page-netzwerk .eyebrow::before, body.page-netzwerk .eyebrow::after { background: var(--accent-color); }
body.page-ki .section-h .label, body.page-solar .section-h .label, body.page-pruefung .section-h .label, body.page-netzwerk .section-h .label { color: var(--accent-color); }

/* Problem-Karte */
.glass-card.problem .card-icon {
  background: linear-gradient(150deg, rgba(194,121,42,0.16) 0%, rgba(255,255,255,0.5) 50%, rgba(194,121,42,0.1) 100%);
  border-color: rgba(194,121,42,0.36);
}
.glass-card.problem .card-icon svg { stroke: #B06A22; }
.glass-card.problem .card-num { color: #B06A22; }
.glass-card.problem::after { background: linear-gradient(90deg, transparent 0%, #C2792A 30%, #C2792A 70%, transparent 100%); opacity: 0.6; }
.glass-card.usecase .card-num { color: var(--bronze-deep); }
.glass-card.usecase::after { background: linear-gradient(90deg, transparent 0%, var(--bronze) 30%, var(--bronze) 70%, transparent 100%); opacity: 0.7; }

/* === OUTCOME-KACHELN === */
.outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
@media (max-width: 980px) { .outcomes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .outcomes { grid-template-columns: 1fr; } }
.outcome {
  position: relative; padding: 28px 24px; border-radius: 18px; overflow: hidden; text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.45), rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.28)), rgba(255,252,244,0.5);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 14px 36px -16px rgba(26,20,16,0.2);
}
.outcome .o-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--mut-soft); margin-bottom: 12px; }
.outcome .o-value { font-family: var(--display); font-style: italic; font-weight: 300; font-size: 30px; line-height: 1.15; letter-spacing: -0.02em; color: var(--bronze-deep); margin-bottom: 14px; }
.outcome .o-value em { color: var(--bronze-deep); font-style: italic; }
.outcome .o-note { font-size: 14px; color: var(--mut); line-height: 1.55; font-weight: 400; max-width: 220px; margin: 0 auto; }

/* === STEPS === */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.step {
  position: relative; padding: 32px 24px 34px; border-radius: 18px; overflow: hidden; text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.45), rgba(255,255,255,0.14) 55%, rgba(255,255,255,0.28)), rgba(255,252,244,0.5);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 14px 32px -16px rgba(26,20,16,0.18);
}
.step > * { position: relative; z-index: 2; }
.step .step-num {
  font-family: var(--display); font-style: italic; font-weight: 300; font-size: 40px; line-height: 1;
  background: linear-gradient(165deg, var(--bronze) 0%, var(--bronze-deep) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.step h4 { font-family: var(--display); font-weight: 400; font-size: 22px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.step p { font-size: 15px; color: var(--mut); line-height: 1.6; font-weight: 400; max-width: 220px; margin: 0 auto; }

/* === CTA === */
.cta-block {
  margin: 72px auto 56px; max-width: 880px; text-align: center;
  padding: 56px 40px; border-radius: 24px; position: relative; overflow: hidden;
  background: linear-gradient(150deg, rgba(163,125,56,0.1), rgba(140,190,34,0.07));
  border: 1px solid rgba(163,125,56,0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 24px 60px -30px rgba(26,20,16,0.22);
}
.cta-block > * { position: relative; z-index: 2; }
.cta-block h2 { font-family: var(--display); font-weight: 300; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.03em; color: var(--ink); margin-bottom: 14px; line-height: 1.15; }
.cta-block h2 em { font-style: italic; color: var(--bronze-deep); }
.cta-block p { font-size: 17px; color: var(--mut); max-width: 580px; margin: 0 auto 32px; line-height: 1.6; font-weight: 400; }
.cta-row { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

.ghost-cta {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; padding: 14px 28px; color: var(--ink); border-radius: 100px;
  font-weight: 600; letter-spacing: 0.01em;
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(26,20,16,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  cursor: pointer; transition: all 0.35s cubic-bezier(.2,.7,.2,1);
}
.ghost-cta > * { position: relative; z-index: 2; }
.ghost-cta:hover { transform: translateY(-1.5px); border-color: var(--ink); }
.ghost-cta.gold {
  color: #FFFCF3; border-color: transparent;
  background: linear-gradient(160deg, #C9A458, #8B6620);
  box-shadow: inset 0 1px 0 rgba(255,250,235,0.4), 0 12px 28px -12px rgba(139,102,32,0.55);
}
.ghost-cta.gold:hover { box-shadow: inset 0 1px 0 rgba(255,250,235,0.4), 0 18px 36px -14px rgba(139,102,32,0.7); }

/* === FOOTER (hell) === */
footer { background: var(--paper); padding: 64px 48px 36px; border-top: 1px solid var(--line); position: relative; z-index: 2; margin-top: 56px; }
footer .row { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; }
footer h4 { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); font-family: var(--mono); margin-bottom: 18px; font-weight: 700; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
footer ul a { font-size: 13.5px; color: var(--mut); transition: color 0.25s ease; }
footer ul a:hover { color: var(--bronze-deep); }
footer .brand-line { font-family: var(--display); font-style: italic; font-size: 19px; color: var(--ink); margin-bottom: 12px; }
footer .brand-claim { font-size: 13px; color: var(--mut); line-height: 1.55; max-width: 360px; }
footer .legal { max-width: 1500px; margin: 56px auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 11px; color: var(--mut-soft); letter-spacing: 0.1em; font-family: var(--mono); }

/* === SUB-NAV === */
.subnav { position: sticky; top: 64px; z-index: 80; margin: 0 auto; max-width: 1100px; padding: 0 24px; }
.subnav-inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 100px;
  background: rgba(251,248,241,0.82);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 14px 32px -14px rgba(26,20,16,0.18);
}
.subnav a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mut); padding: 8px 16px; border-radius: 100px; transition: all 0.3s ease; white-space: nowrap; }
.subnav a:hover { color: var(--bronze-deep); background: rgba(163,125,56,0.08); }
.subnav a.is-active { color: #FFFCF3; background: linear-gradient(160deg, #C9A458, #8B6620); box-shadow: 0 8px 18px -8px rgba(139,102,32,0.5); }

html { scroll-behavior: smooth; scroll-padding-top: 130px; }

/* === FILTER-BAR === */
.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 40px; max-width: 900px; padding: 0 8px; }
.filter-bar .chip {
  position: relative; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mut); padding: 11px 22px; border-radius: 100px;
  background: rgba(255,255,255,0.5); border: 1px solid var(--line);
  cursor: pointer; transition: all 0.3s cubic-bezier(.2,.7,.2,1); user-select: none;
}
.filter-bar .chip .count { display: inline-block; margin-left: 8px; padding: 2px 7px; border-radius: 10px; background: rgba(26,20,16,0.06); font-size: 10px; letter-spacing: 0.05em; color: var(--mut-soft); }
.filter-bar .chip:hover { color: var(--bronze-deep); border-color: rgba(163,125,56,0.3); transform: translateY(-1px); }
.filter-bar .chip.is-active { color: #FFFCF3; background: linear-gradient(160deg, #C9A458, #8B6620); border-color: transparent; box-shadow: 0 12px 26px -10px rgba(139,102,32,0.5); }
.filter-bar .chip.is-active .count { background: rgba(255,252,243,0.25); color: #FFFCF3; }

.grid-cards article { transition: opacity 0.4s ease, transform 0.4s ease; }
.grid-cards article.is-hidden { display: none; }

/* === RESPONSIVE === */
@media (max-width: 980px) {
  .nav { padding: 16px 24px; }
  .nav .links { display: none; }
  .container { padding: 0 24px; }
  .hero { padding: 140px 24px 50px; }
  section { padding: 56px 24px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .steps, .outcomes { grid-template-columns: 1fr 1fr; }
  footer .row { grid-template-columns: 1fr 1fr; gap: 40px; }
  .subnav { top: 56px; padding: 0 16px; }
  .subnav-inner { padding: 8px 10px; gap: 4px; }
  .subnav a { font-size: 10px; padding: 7px 12px; letter-spacing: 0.14em; }
  .filter-bar .chip { font-size: 10px; padding: 9px 16px; letter-spacing: 0.14em; }
}
@media (max-width: 600px) {
  .steps, .outcomes { grid-template-columns: 1fr; }
  footer .row { grid-template-columns: 1fr; }
  h1 { font-size: clamp(36px, 11vw, 60px); }
  .cta-block { padding: 40px 24px; }
  .subnav-inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .subnav-inner::-webkit-scrollbar { display: none; }
}
