/* ============================================================
   Meia Holdings LLC — template-clean (institutional adaptation)
   Institutional minimalism · Navy + Gold · Serif/Sans
   Based on template-clean; colors & typography adapted per the
   client's request, spacing/radius/motion left unchanged.
   ============================================================ */

:root {
  /* Farben — warmes Off-White + tiefes Marineblau + gedecktes Gold */
  --bg:         #FFFFFF;
  --surface:    #F6F5F1;
  --ink:        #14213D;
  --ink-soft:   #4A5468;
  --ink-mute:   #838B99;
  --accent:     #A9812E;
  --accent-dk:  #8A6A22;
  --accent-sft: #F4ECD9;
  --line:       #E1E3E8;
  --line-soft:  #EDEEF1;
  --navy:       #0B1526;
  --navy-soft:  #16233C;

  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --wrap:   1160px;
  --gutter: clamp(20px, 5vw, 52px);
  --radius: 16px;
  --radius-sm: 12px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Typo ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 0.55em; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; color: var(--accent); text-transform: uppercase; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.accent { color: var(--accent); }
.section__title { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 5.5vw, 3.3rem); line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem;
  padding: 0.8em 1.4em; border-radius: 100px; border: 1.5px solid transparent; cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn--lg { padding: 1em 1.7em; font-size: 1rem; }
.btn--solid { background: var(--accent); color: #fff; }
.btn--solid:hover { background: var(--accent-dk); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn--outline-light:hover { border-color: var(--accent); color: var(--accent); }
.btn--block { width: 100%; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.nav.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(11, 21, 38, 0.06); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.brand { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.32rem; letter-spacing: 0; }
.brand__accent { color: var(--accent); }
.brand__tag { font-size: 0.64rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; margin-top: 0.15em; }
.nav__links { display: none; gap: 2rem; }
.nav__links a { font-size: 0.92rem; color: var(--ink-soft); font-weight: 500; transition: color 0.2s var(--ease); }
.nav__links a:hover { color: var(--accent); }
.nav__right { display: none; align-items: center; gap: 1.2rem; }
.nav__phone { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.nav__phone:hover { color: var(--accent); }
.nav__phone svg { color: var(--accent); }
.nav__burger { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease); }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.nav__links.is-open { display: flex; position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 0.5rem var(--gutter) 1.5rem; }
.nav__links.is-open a { padding: 1rem 0; border-bottom: 1px solid var(--line-soft); font-size: 1.05rem; }

/* ============================================================
   HERO — dunkles Marineblau, gedecktes Gold als Akzent
   ============================================================ */
.hero { padding: clamp(110px, 18vh, 170px) 0 clamp(60px, 10vh, 100px); background: var(--navy); color: #fff; }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: center; }
.hero__title { font-family: var(--display); font-weight: 600; font-size: clamp(2.5rem, 7vw, 4.2rem); line-height: 1.08; letter-spacing: -0.01em; margin: 1.1rem 0 1.4rem; color: #fff; }
.hero__lead { font-size: clamp(1.05rem, 2.2vw, 1.2rem); color: rgba(255,255,255,0.72); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.hero__region { display: inline-flex; align-items: center; gap: 0.5em; margin-top: 1.4rem; font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.62); }
.hero__region .pin { width: 10px; height: 10px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(-45deg); flex: none; }
.hero .eyebrow { color: var(--accent); }

.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem 1.6rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.14); }
.trust li { display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.85); }
.trust .ic { width: 17px; height: 17px; flex: none; fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* Hero-Kunstwerk: abstrakte Skyline-Silhouette (CSS, kein Bild) */
.hero__art { position: relative; border-radius: var(--radius); overflow: hidden; background: linear-gradient(180deg, #101d34 0%, #0b1526 68%, #0a1220 100%); min-height: 340px; aspect-ratio: 4 / 3.4; border: 1px solid rgba(255,255,255,0.08); }
.skyline { position: absolute; inset: auto 0 0 0; display: flex; align-items: flex-end; gap: 6px; padding: 0 6%; height: 62%; }
.skyline i { flex: 1; display: block; background: linear-gradient(180deg, rgba(169,129,46,0.16), rgba(255,255,255,0.05)); border-top: 1.5px solid rgba(169,129,46,0.5); border-radius: 3px 3px 0 0; }
.skyline i:nth-child(1) { height: 38%; }
.skyline i:nth-child(2) { height: 62%; }
.skyline i:nth-child(3) { height: 48%; }
.skyline i:nth-child(4) { height: 82%; }
.skyline i:nth-child(5) { height: 56%; }
.skyline i:nth-child(6) { height: 70%; }
.skyline i:nth-child(7) { height: 44%; }
.skyline i:nth-child(8) { height: 30%; }
.hero__art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 50% 0%, rgba(169,129,46,0.14), transparent 60%); }
.hero__art .grid-line { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.06); }
.hero__mono { position: absolute; top: 10%; left: 8%; font-family: var(--display); font-weight: 700; font-size: clamp(3rem, 9vw, 5rem); color: rgba(255,255,255,0.06); letter-spacing: -0.02em; }
.hero__badge { position: absolute; left: 18px; bottom: 18px; background: rgba(11,21,38,0.82); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(6px); border-radius: var(--radius-sm); padding: 0.7rem 1.1rem; display: flex; flex-direction: column; line-height: 1.2; }
.hero__badge strong { font-family: var(--display); font-size: 1.2rem; color: var(--accent); font-weight: 600; }
.hero__badge span { font-size: 0.76rem; color: rgba(255,255,255,0.68); }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: clamp(70px, 12vh, 120px) 0; }
.ansatz, .esg, .kontakt { background: var(--surface); }
.section__head { max-width: 640px; margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head .eyebrow { margin-bottom: 1rem; }
.section__sub { color: var(--ink-soft); margin-top: 1.1rem; font-size: 1.06rem; }

/* ---------- Cards (Approach / ESG) ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3.5vw, 2.2rem); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11, 21, 38, 0.08); border-color: var(--line-soft); }
.card__ic { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 12px; background: var(--accent-sft); margin-bottom: 1.3rem; }
.card__ic svg { width: 24px; height: 24px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-family: var(--display); font-weight: 600; font-size: 1.25rem; letter-spacing: 0; margin-bottom: 0.5rem; }
.card p { color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- Our Process (steps) ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { padding-top: 20px; border-top: 2px solid var(--line); }
.step__no { font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--accent); letter-spacing: .04em; }
.step h3 { font-family: var(--display); font-size: 1.1rem; font-weight: 600; margin: 12px 0 8px; }
.step p { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Portfolio: cards -> subpages ---------- */
.portfolio-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.portfolio-card { display: block; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); padding: clamp(1.6rem, 3.5vw, 2.2rem); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11, 21, 38, 0.1); border-color: var(--line-soft); }
.portfolio-card__ic { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 12px; background: var(--accent-sft); margin-bottom: 1.3rem; }
.portfolio-card__ic svg { width: 24px; height: 24px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.portfolio-card__eyebrow { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.portfolio-card h3 { font-family: var(--display); font-weight: 600; font-size: 1.28rem; margin: 0.5rem 0 0.5rem; color: var(--ink); }
.portfolio-card p { color: var(--ink-soft); font-size: 0.95rem; }
.portfolio-card__link { display: inline-flex; align-items: center; gap: 0.4em; margin-top: 1rem; font-size: 0.88rem; font-weight: 600; color: var(--accent); }
.portfolio-card__link svg { width: 15px; height: 15px; transition: transform 0.25s var(--ease); }
.portfolio-card:hover .portfolio-card__link svg { transform: translateX(3px); }

/* ---------- Why Meia Holdings (infographic stats) ---------- */
.stats { display: grid; grid-template-columns: 1fr; gap: 18px; }
.stat { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3.5vw, 2rem); }
.stat__ic { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 12px; background: var(--accent-sft); margin-bottom: 1.1rem; }
.stat__ic svg { width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stat dt { font-family: var(--display); font-weight: 700; font-size: clamp(1.7rem, 4vw, 2.3rem); color: var(--ink); line-height: 1; }
.stat dd { margin-top: 0.6rem; font-size: 0.92rem; color: var(--ink-soft); }
.stat dd strong { display: block; color: var(--ink); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 0.3rem; color: var(--ink-mute); }

/* ---------- Portfolio Growth (animated showcase) ---------- */
.chart { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); padding: clamp(1.8rem, 4vw, 2.6rem); }
.chart__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.6rem 1.2rem; margin-bottom: clamp(1.8rem, 4vw, 2.6rem); }
.chart__head h3 { font-family: var(--display); font-weight: 600; font-size: 1.3rem; }
.chart__head span { font-size: 0.85rem; color: var(--ink-mute); }
.chart__bars { display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: clamp(10px, 2.4vw, 22px); height: clamp(160px, 26vw, 220px); }
.chart__col { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.chart__val { font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: var(--ink); margin-bottom: 0.5rem; opacity: 0; transition: opacity 0.5s var(--ease); }
.chart__bar { width: 100%; max-width: 42px; background: linear-gradient(180deg, var(--accent), var(--accent-dk)); border-radius: 6px 6px 2px 2px; height: 4px; transition: height 1s cubic-bezier(.16,1,.3,1); }
.chart.is-in .chart__bar { height: var(--h, 4px); }
.chart.is-in .chart__val { opacity: 1; transition-delay: .6s; }
.chart__yr { margin-top: 0.7rem; font-size: 0.8rem; color: var(--ink-mute); }
@media (prefers-reduced-motion: reduce) { .chart__bar { transition: none; height: var(--h, 4px); } .chart__val { opacity: 1; } }

/* ---------- Location (Google Maps) ---------- */
.maps { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.maps iframe { display: block; width: 100%; height: clamp(280px, 40vw, 400px); border: 0; filter: grayscale(0.15) contrast(1.02); }

/* ---------- Voices from the Portfolio ---------- */
.reviews { display: grid; grid-template-columns: 1fr; gap: 18px; }
.review { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3.5vw, 2.2rem); display: flex; flex-direction: column; gap: 1rem; }
.review::before { content: "\201C"; font-family: var(--display); font-size: 2.6rem; line-height: 1; color: var(--accent); }
.review blockquote { font-size: 1.02rem; line-height: 1.6; color: var(--ink); }
.review figcaption { display: flex; flex-direction: column; gap: 0.1rem; margin-top: auto; padding-top: 0.6rem; border-top: 1px solid var(--line-soft); }
.review figcaption strong { font-weight: 600; }
.review figcaption span { font-size: 0.85rem; color: var(--ink-mute); }

/* ---------- FAQ ---------- */
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.faq__head p:last-child { color: var(--ink-soft); margin-top: 14px; }
.faq__list { border-top: 1px solid var(--line); }
.fq { border-bottom: 1px solid var(--line); }
.fq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font-family: var(--display); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.fq summary::-webkit-details-marker { display: none; }
.fq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--accent); font-weight: 400; transition: transform .25s var(--ease); }
.fq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.fq p { color: var(--ink-soft); font-size: .97rem; padding: 0 40px 22px 0; margin: 0; }

/* ---------- Contact ---------- */
.kontakt__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 6vw, 4rem); }
.kontakt__intro .section__title { margin-top: 1rem; }
.kontakt__intro p { color: var(--ink-soft); margin-top: 1.2rem; max-width: 46ch; }
.kontakt__details { list-style: none; margin-top: 2rem; display: grid; gap: 1.1rem; }
.kontakt__details li { display: grid; gap: 0.2rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.kontakt__details span:first-child { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
.kontakt__details a, .kontakt__details address, .kontakt__details .plain { font-style: normal; font-size: 1.03rem; color: var(--ink); }
.kontakt__details a:hover { color: var(--accent); }
.kontakt__right { display: grid; gap: 1.4rem; }
.kontakt__form { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem); display: grid; gap: 1.1rem; }
.field { display: grid; gap: 0.45rem; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.field label { font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); }
.field input, .field textarea { width: 100%; background: var(--surface); border: 1.5px solid var(--line); border-radius: 12px; padding: 0.8em 1em; font-family: inherit; font-size: 1rem; color: var(--ink); transition: border-color 0.2s var(--ease), background 0.2s var(--ease); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: var(--bg); }
.field textarea { resize: vertical; min-height: 90px; }
.form__note { font-size: 0.92rem; color: var(--accent); font-weight: 500; min-height: 1.2em; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: clamp(3rem, 7vh, 5rem) 0 2rem; background: var(--bg); }
.footer__inner { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.footer__brand .brand__name { font-family: var(--display); font-weight: 700; font-size: 1.4rem; }
.footer__brand p { color: var(--ink-mute); font-size: 0.9rem; margin-top: 0.6rem; }
.footer__col { display: grid; gap: 0.7rem; align-content: start; }
.footer__col h4 { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 0.3rem; font-weight: 600; }
.footer__col a { color: var(--ink-soft); font-size: 0.95rem; transition: color 0.2s var(--ease); }
.footer__col a:hover { color: var(--accent); }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; justify-content: space-between; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.footer__bottom p { color: var(--ink-mute); font-size: 0.82rem; }

/* ============================================================
   FLOATING CTA (mobile only)
   ============================================================ */
.fab { position: fixed; right: 16px; bottom: 16px; z-index: 55; display: inline-flex; align-items: center; font-weight: 600; font-size: 0.9rem; background: var(--accent); color: #fff; border-radius: 100px; padding: 0.9em 1.4em; box-shadow: 0 10px 30px rgba(169, 129, 46, 0.35); transform: translateY(120%); opacity: 0; transition: transform 0.4s var(--ease), opacity 0.3s var(--ease); }
.fab.is-visible { transform: none; opacity: 1; }

/* ============================================================
   REVEAL (subtle, MOTION 3)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   Subpage header (portfolio detail pages)
   ============================================================ */
.subhero { background: var(--navy); color: #fff; padding: clamp(120px, 18vh, 170px) 0 clamp(50px, 8vh, 80px); }
.subhero .eyebrow { color: var(--accent); }
.subhero__crumb { display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 1.2rem; }
.subhero__crumb a { color: rgba(255,255,255,0.85); }
.subhero__crumb a:hover { color: var(--accent); }
.subhero h1 { font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem, 6vw, 3.4rem); line-height: 1.08; margin: 0.8rem 0 1.1rem; color: #fff; }
.subhero p { color: rgba(255,255,255,0.72); max-width: 56ch; font-size: 1.08rem; }
.facts { list-style: none; display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 2.2rem; }
.facts li { display: grid; gap: 0.2rem; padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-sm); }
.facts span { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.facts strong { font-family: var(--display); font-size: 1.1rem; font-weight: 600; }
.subpage-body { padding: clamp(60px, 10vh, 100px) 0; }
.subpage-body .wrap { max-width: 780px; }
.subpage-body h2 { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 3.5vw, 2rem); margin: 2.2rem 0 0.9rem; color: var(--ink); }
.subpage-body h2:first-child { margin-top: 0; }
.subpage-body p { color: var(--ink-soft); font-size: 1.04rem; margin-bottom: 1rem; }
.subpage-body ul { color: var(--ink-soft); font-size: 1.02rem; padding-left: 1.2rem; display: grid; gap: 0.5rem; margin-bottom: 1rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.5em; margin-top: 1rem; font-weight: 600; color: var(--accent); font-size: 0.95rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 680px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .portfolio-cards { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: repeat(3, 1fr); }
  .field-row { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .facts { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .nav__links { display: flex; }
  .nav__right { display: flex; }
  .nav__burger { display: none; }
  .fab { display: none; }
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .portfolio-cards { grid-template-columns: repeat(4, 1fr); }
  .kontakt__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } .faq__grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } .chart__bars { grid-template-columns: repeat(3, 1fr); row-gap: 28px; height: auto; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .fab { transition: none; }
}

/* ============================================================
   Motion kit (retrofitted) — cascade + hero parallax
   ============================================================ */
.motion-ready .m-rise { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); transition-delay: var(--m-delay, 0ms); will-change: opacity, transform; }
.motion-ready .m-rise.m-in { opacity: 1; transform: none; }
.motion-ready .m-hero { transform: translateY(var(--m-py, 0)) scale(1.08); will-change: transform; }
@media (prefers-reduced-motion: reduce) {
  .motion-ready .m-rise { opacity: 1; transform: none; transition: none; }
  .motion-ready .m-hero { transform: none; }
}
