/* ==========================================================
   Schieck Bedachungen – Design System 2.0
   Anthrazit-Schiefer · Kupfer · warmes Off-White
   Headline: Fraunces (Serif)  ·  Text: Manrope (Grotesk)
   ========================================================== */

/* ---------- Selbst gehostete Schriftarten (lokal, kein externer Dienst) ---------- */
/* Fraunces (Headlines) */
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/fraunces-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/fraunces-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/fraunces-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/fraunces-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 500; font-display: swap; src: url("/fonts/fraunces-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 600; font-display: swap; src: url("/fonts/fraunces-600-italic.woff2") format("woff2"); }
/* Manrope (Fließtext) */
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/manrope-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/manrope-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/manrope-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/manrope-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/manrope-800-normal.woff2") format("woff2"); }

:root {
  --slate:      #23292c;
  --slate-800:  #2c3438;
  --slate-700:  #3a444a;
  --copper:     #e11d24;
  --copper-600: #b3141a;
  --copper-tint:#fbe3e4;
  --accent-copper: #d29a6a;  /* warmer Kupfer-Akzent für dunkle Sektionen (Rot bleibt Aktionsfarbe) */
  --paper:      #f5f1ea;
  --paper-2:    #efe8dc;
  --card:       #ffffff;
  --ink:        #23292c;
  --body:       #545b56;
  --muted:      #7c837e;
  --line:       #e6ded1;
  --white:      #ffffff;

  --star:       #e0a800;

  --maxw: 1180px;
  --radius: 4px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(35,41,44,.06);
  --shadow:    0 10px 30px rgba(35,41,44,.10);
  --shadow-lg: 0 24px 60px rgba(35,41,44,.16);
  --ease: cubic-bezier(.2,.7,.2,1);

  --f-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --f-sans:  "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; color-scheme: only light; }
/* Erzwungenen Dunkelmodus mancher Browser deaktivieren (Navi bleibt sichtbar) */
:root { color-scheme: only light; }

/* Fallback für ältere Browser ohne aspect-ratio: verhindert falsche Seitenverhältnisse */
@supports not (aspect-ratio: 1) {
  .team__photo { position: relative; height: 0; padding-top: 75%; }
  .team__photo img { position: absolute; inset: 0; }
  .gallery__item { position: relative; height: 0; padding-top: 75%; }
  .gallery__item picture, .gallery__item img { position: absolute; inset: 0; }
}
body {
  font-family: var(--f-sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--copper); text-decoration: none; }
a:hover { color: var(--copper-600); }

/* Keyboard focus */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, .scard:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
  border-radius: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--f-serif);
  color: var(--ink);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.75rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.3rem; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--alt { background: var(--paper-2); }
.section--dark { background: var(--slate); }
.section--dark h2, .section--dark h3 { color: var(--white); }

/* Eyebrow + Section heads (editorial, left-aligned) */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-sans);
  font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--copper);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--copper); display: inline-block; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-title { margin-bottom: 14px; }
.section-sub { font-size: 1.15rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-sans);
  font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: var(--radius);
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s var(--ease), background .2s, color .2s, border-color .2s;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--copper); color: #fff; }
.btn--primary:hover { background: var(--copper-600); color: #fff; }
.btn--outline { background: transparent; border-color: var(--slate); color: var(--slate); }
.btn--outline:hover { background: var(--slate); color: #fff; }
.btn--white { border-color: rgba(255,255,255,.7); color: #fff; }
.btn--white:hover { background: #fff; color: var(--slate); }
.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--icon svg { flex: none; }

/* ==========================================================
   HEADER
   ========================================================== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,241,234,.85);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s, background .25s, border-color .25s;
}
.header--scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(245,241,234,.96); }
.header__inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header__logo img { height: 64px; width: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav__list { list-style: none; display: flex; gap: 26px; padding: 0; }
.nav__link { color: var(--slate); font-weight: 600; font-size: .98rem; position: relative; padding: 4px 0; }
.nav__link::after { content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background: var(--copper); transition: width .2s var(--ease); }
.nav__link:hover { color: var(--slate); }
.nav__link:hover::after { width: 100%; }
.header__actions { display: flex; align-items: center; gap: 16px; }
.header__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--slate); font-size: .98rem; }
.header__phone:hover { color: var(--copper); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { width: 26px; height: 2px; background: var(--slate); transition: .25s var(--ease); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================
   HERO – asymmetrisch (Text | Foto)
   ========================================================== */
.hero {
  position: relative; overflow: hidden;
  background: var(--slate);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg picture { display: block; width: 100%; height: 100%; }
.hero__bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: heroZoom 20s var(--ease) forwards;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(21,25,27,.90) 0%, rgba(21,25,27,.70) 42%, rgba(21,25,27,.32) 100%),
    linear-gradient(0deg, rgba(21,25,27,.55) 0%, rgba(21,25,27,0) 42%);
}
.hero__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(72px, 11vw, 132px) 24px;
  min-height: clamp(520px, 78vh, 760px);
  display: flex; align-items: center;
}
.hero__content { max-width: 640px; }
.hero .eyebrow, .section--dark .eyebrow { color: var(--accent-copper); }
.hero .eyebrow::before, .section--dark .eyebrow::before { background: var(--accent-copper); }
.hero h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 5.8vw, 4.2rem); color: #fff; }
.hero h1 em { font-style: italic; color: var(--accent-copper); }
.hero__sub { font-size: 1.2rem; color: rgba(255,255,255,.82); margin-bottom: 32px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__ctas .btn--outline { border-color: rgba(255,255,255,.7); color: #fff; }
.hero__ctas .btn--outline:hover { background: #fff; color: var(--slate); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; font-size: .92rem; color: rgba(255,255,255,.78); font-weight: 600; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { color: var(--accent-copper); flex: none; }

@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }

/* Hero entrance */
.hero-rise { opacity: 0; transform: translateY(18px); animation: heroRise .7s var(--ease) forwards; animation-delay: calc(var(--d, 0) * 95ms); }
@keyframes heroRise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-rise { opacity: 1; transform: none; animation: none; }
  .hero__bg img { animation: none; }
}

/* ==========================================================
   TRUST STRIP
   ========================================================== */
.truststrip { border-bottom: 1px solid var(--line); background: var(--paper-2); }
.truststrip__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 26px 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.trust { display: flex; align-items: center; gap: 13px; }
.trust svg { color: var(--copper); flex: none; }
.trust b { display: block; color: var(--slate); font-size: 1rem; font-family: var(--f-sans); font-weight: 800; }
.trust span { font-size: .86rem; color: var(--muted); }

/* ==========================================================
   LEISTUNGEN – Fotokarten
   ========================================================== */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.scard {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  min-height: 300px; display: flex; align-items: flex-end;
  box-shadow: var(--shadow-sm); color: #fff; isolation: isolate; cursor: pointer;
}
.scard picture { position: absolute; inset: 0; z-index: -2; }
.scard img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2; transition: transform .5s var(--ease);
}
.scard::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(20,24,26,.9) 0%, rgba(20,24,26,.35) 45%, rgba(20,24,26,.05) 100%);
}
.scard:hover img { transform: scale(1.06); }
.scard__body { padding: 22px; }
.scard h3 { color: #fff; margin-bottom: 6px; }
.scard p { color: rgba(255,255,255,.85); font-size: .95rem; line-height: 1.5; }

/* ==========================================================
   ABLAUF – nummerierte Sequenz
   ========================================================== */
.steps { max-width: 720px; position: relative; }
.steps::before { content: ""; position: absolute; left: 27px; top: 12px; bottom: 22px; width: 2px; background: var(--line); }
.step { position: relative; padding: 0 0 32px 82px; }
.step:last-child { padding-bottom: 0; }
.step__num {
  position: absolute; left: 0; top: -2px;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--copper); color: #fff;
  font-family: var(--f-serif); font-size: 1.5rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px var(--paper), var(--shadow-sm);
}
.step h3 { margin-bottom: 6px; font-size: 1.2rem; }
.step p { font-size: .98rem; }

/* WARUM SCHIECK */
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.why__k { font-family: var(--f-serif); font-size: 2rem; color: var(--accent-copper); display: block; margin-bottom: 12px; line-height: 1; }
.why__item h3 { color: #fff; margin-bottom: 8px; font-size: 1.16rem; }
.why__item p { color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.55; }
.why__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 46px; }

/* ==========================================================
   REFERENZEN / GALERIE
   ========================================================== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery__item {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  cursor: pointer; box-shadow: var(--shadow-sm); aspect-ratio: 4/3;
}
.gallery__item picture { display: block; width: 100%; height: 100%; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(20,24,26,.72) 0%, rgba(20,24,26,.15) 42%, transparent 70%);
  transition: opacity .3s;
}
.gallery__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 16px 18px; color: #fff; font-weight: 700; font-size: .98rem;
  font-family: var(--f-sans); letter-spacing: .01em;
}
.gallery-cta { margin-top: 40px; text-align: center; }
.gallery-cta p { font-family: var(--f-serif); font-size: 1.35rem; color: var(--ink); margin-bottom: 18px; }

/* ==========================================================
   BEWERTUNGEN
   ========================================================== */
.reviews-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  justify-content: space-between; margin-bottom: 40px;
}
.reviews-score { display: flex; align-items: center; gap: 16px; }
.reviews-score__num { font-family: var(--f-serif); font-size: 3rem; color: var(--white); line-height: 1; }
.reviews-score .stars { color: var(--star); font-size: 1.2rem; letter-spacing: 2px; }
.reviews-score__meta { color: rgba(255,255,255,.7); font-size: .95rem; }
.reviews-score__meta a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review {
  background: var(--slate-800); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg); padding: 24px;
}
.review .stars { color: var(--star); letter-spacing: 1px; margin-bottom: 12px; }
.review p { color: rgba(255,255,255,.9); font-size: 1rem; margin-bottom: 18px; }
.review__by { display: flex; align-items: center; gap: 11px; }
.review__ava {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--copper); color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-family: var(--f-sans);
}
.review__name { color: #fff; font-weight: 700; font-size: .95rem; }
.review__src { color: rgba(255,255,255,.55); font-size: .82rem; }

/* ==========================================================
   REGION
   ========================================================== */
.area-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.area-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 100px;
  padding: 10px 18px; font-weight: 600; color: var(--slate); font-size: .96rem;
  box-shadow: var(--shadow-sm);
}
.area-tag svg { color: var(--copper); flex: none; }

/* ==========================================================
   KONTAKT
   ========================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; }
.form__group { margin-bottom: 18px; }
.form__label { display: block; font-weight: 700; color: var(--slate); margin-bottom: 7px; font-size: .95rem; }
.form__input, .form__textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.form__input:focus, .form__textarea:focus { outline: none; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(225,29,36,.15); }
.form__textarea { min-height: 130px; resize: vertical; }
.form__error { display: none; color: #c0392b; font-size: .86rem; margin-top: 6px; }
.form__error.visible { display: block; }
.form__check { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 20px; font-size: .9rem; color: var(--body); }
.form__check input { margin-top: 4px; flex: none; }
.form-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--radius); font-size: .95rem; }
.form-status.visible { display: block; }
.form-status--success { background: #e7f4ea; color: #1e6b39; }
.form-status--error { background: #fbeaea; color: #a13029; }

.form-call { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--line); text-align: center; }
.form-call__or { display: inline-block; font-family: var(--f-serif); font-size: 1.05rem; color: var(--ink); margin-bottom: 8px; }
.form-call__text { font-size: .95rem; color: var(--body); margin: 0 auto 16px; max-width: 34rem; }
.form-call .btn { width: 100%; justify-content: center; }

/* ---------- Team ---------- */
.team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.team__card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.team__photo { aspect-ratio: 4 / 3; background: var(--paper-2); }
.team__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team__body { padding: 24px 26px 28px; }
.team__name { font-family: var(--f-serif); font-size: 1.5rem; color: var(--ink); margin-bottom: 4px; }
.team__role { font-size: .92rem; font-weight: 700; color: var(--copper); margin-bottom: 12px; }
.team__body p:last-child { color: var(--body); }

.contact-info__item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-info__item svg { color: var(--copper); flex: none; margin-top: 3px; }
.contact-info h4 { font-family: var(--f-sans); font-weight: 800; font-size: .95rem; color: var(--slate); margin-bottom: 2px; }
.hours { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px 22px; margin: 8px 0 20px; box-shadow: var(--shadow-sm); }
.hours h4 { font-family: var(--f-sans); font-weight: 800; margin-bottom: 12px; color: var(--slate); }
.hours__row { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; font-size: .94rem; }
.hours__row span:first-child { color: var(--muted); }
.hours__row span:last-child { color: var(--slate); font-weight: 600; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { display: block; border: 0; width: 100%; }
.map-consent {
  background: var(--paper-2); min-height: 250px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 9px; padding: 26px 22px;
}
.map-consent svg { color: var(--copper); }
.map-consent p { margin: 0; }
.map-consent__note { font-size: .85rem; color: var(--muted); max-width: 330px; }
.map-consent .btn { margin-top: 4px; }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer { background: var(--slate); color: rgba(255,255,255,.72); padding: 64px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer h4 { color: #fff; font-family: var(--f-sans); font-weight: 800; font-size: 1rem; margin-bottom: 14px; }
.footer p { margin-bottom: 8px; font-size: .95rem; }
.footer a { color: rgba(255,255,255,.8); }
.footer a:hover { color: #fff; }
.socials { display: flex; gap: 12px; margin-top: 18px; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.85);
  transition: background .2s, color .2s, border-color .2s, transform .15s var(--ease);
}
.socials a:hover { background: var(--accent-copper); border-color: var(--accent-copper); color: var(--slate); transform: translateY(-2px); }
.socials svg { flex: none; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .88rem;
}

/* ==========================================================
   LIGHTBOX
   ========================================================== */
.lightbox { position: fixed; inset: 0; background: rgba(20,24,26,.94); z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; }

/* ==========================================================
   MOBILE STICKY BAR
   ========================================================== */
.sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: rgba(245,241,234,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--line);
  padding: 10px 14px; gap: 10px; }
.sticky-bar .btn { flex: 1; }

/* ==========================================================
   LEGAL PAGES
   ========================================================== */
.legal { padding: 60px 24px 90px; max-width: 820px; }
.legal h1 { margin-bottom: 24px; }
.legal h2 { font-size: 1.4rem; margin: 32px 0 12px; }
.legal p, .legal li { margin-bottom: 12px; }
.legal a { word-break: break-word; }

/* ==========================================================
   REVEAL ANIMATION
   ========================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 940px) {
  .nav { position: fixed; top: 0; right: 0; bottom: auto;
    height: 100vh; height: 100dvh; width: min(320px, 82vw);
    background: var(--paper); flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 90px 30px 30px; gap: 20px; transform: translateX(100%); visibility: hidden;
    transition: transform .3s var(--ease), visibility .3s var(--ease);
    box-shadow: var(--shadow-lg); overflow-y: auto; z-index: 100; }
  .nav.open { transform: none; visibility: visible; }
  .nav__list { flex-direction: column; gap: 6px; width: 100%; }
  .nav__link { display: block; padding: 10px 0; font-size: 1.1rem; }
  .header__actions { flex-direction: column; align-items: flex-start; width: 100%; margin-top: 10px; gap: 14px; }
  .hamburger { display: flex; z-index: 101; }
  .header__logo img { height: 54px; }
  .hero__inner { min-height: 440px; padding: 64px 24px; }
  .hero__content { max-width: 100%; }
  .hero__overlay { background:
    linear-gradient(180deg, rgba(21,25,27,.82) 0%, rgba(21,25,27,.6) 55%, rgba(21,25,27,.5) 100%); }
  .truststrip__inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: 1fr; gap: 22px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .sticky-bar { display: flex; }
  body { padding-bottom: 66px; }
}
@media (max-width: 560px) {
  .services { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .why { grid-template-columns: 1fr; }
  .truststrip__inner { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .reviews-head { flex-direction: column; align-items: flex-start; }
}
