/* =========================================================
   DK Hausmeisterservice — Minimalist Editorial Style
   Akzent: Orange (#E85F2C) aus dem Logo · Ink: #0A0A0A
   ========================================================= */

:root {
  --ink: #0a0a0a;
  --ink-2: #1a1a1a;
  --body: #4a4a48;
  --mute: #888885;
  --hairline: #e7e4df;
  --canvas: #ffffff;
  --canvas-soft: #f6f3ee;
  --accent: #e85f2c;
  --accent-dark: #c84e1e;
  --wa: #25d366;
  --wa-dark: #128c7e;
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 8px;
  --r-full: 9999px;
  --container: 1180px;
  --container-narrow: 980px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-brand: 'Anton', Impact, sans-serif;
  --fs-base: 17px;
  --sh-soft: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);
  --sh-feat: 0 1px 2px rgba(0,0,0,.05), 0 24px 48px -16px rgba(0,0,0,.12);
}

/* Reset ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-base);
  line-height: 1.62;
  color: var(--body);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01" on, "cv11" on;
}
img, svg, video { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
a { color: var(--ink); }
a:hover { color: var(--accent-dark); }

/* CRITICAL: respect hidden attribute everywhere */
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.02em;
  margin: 0 0 .4em;
  line-height: 1.12;
}
h1 { font-size: clamp(40px, 5.4vw, 64px); letter-spacing: -.028em; line-height: 1.04; }
h2 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.022em; }
h3 { font-size: 20px; }
h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }

.container { width: min(100% - 2.4rem, var(--container)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 8px 14px; z-index: 9999; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

/* Eyebrow / lead -------------------------------------------- */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 22px;
}
.lead { font-size: clamp(16.5px, 1.4vw, 19px); line-height: 1.6; color: var(--body); max-width: 640px; }

/* Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15.5px; font-weight: 500; letter-spacing: -.005em;
  padding: 13px 22px; border-radius: var(--r-sm);
  border: 1px solid transparent; text-decoration: none; white-space: nowrap;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  min-height: 46px;
}
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.btn-lg { padding: 16px 26px; font-size: 16px; min-height: 54px; }
.btn-sm { padding: 8px 14px; font-size: 14px; min-height: 36px; }
.btn-block { display: flex; width: 100%; }

.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--ink-2); color: #fff; }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--hairline); }
.btn-ghost:hover { border-color: var(--ink); }

.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #f4f1ec; color: var(--ink); }

.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline:hover { border-color: #fff; color: #fff; }

/* Nav ------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  gap: 24px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  line-height: 1;
}
.brand-mark { height: 30px; width: auto; flex-shrink: 0; }
.brand-logo { height: 36px; width: auto; flex-shrink: 0; display: block; }
.brand-word {
  font-family: var(--font-brand);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}
.brand-footer .brand-mark { height: 26px; }
.brand-footer .brand-logo { height: 30px; }
.brand-footer .brand-word { font-size: 18px; }
@media (max-width: 560px) {
  .brand-mark { height: 26px; }
  .brand-logo { height: 26px; }
  .brand-word { font-size: 18px; }
}
@media (max-width: 380px) {
  .brand-logo { height: 22px; }
}

.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-size: 14.5px; font-weight: 500; color: var(--ink);
  text-decoration: none; padding: 4px 0;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute; left: 0; right: 100%; bottom: -3px;
  height: 1.5px; background: var(--accent);
  transition: right .2s ease;
}
.nav-links a:hover::after { right: 0; }

.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14.5px; font-weight: 500; color: var(--ink);
  text-decoration: none;
}
.nav-phone:hover { color: var(--accent-dark); }
.nav-phone svg { color: var(--accent); }

.nav-burger {
  display: none;
  background: transparent; border: 1px solid var(--hairline);
  width: 42px; height: 42px; border-radius: var(--r-sm);
  flex-direction: column; justify-content: center; align-items: center; gap: 4px;
  padding: 0;
}
.nav-burger span { width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: transform .2s; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-phone span { display: none; }
  .nav-phone {
    width: 42px; height: 42px;
    border: 1px solid var(--hairline);
    border-radius: var(--r-sm);
    justify-content: center;
  }
  .nav-cta .btn-primary { display: none; }
}

.mobile-nav {
  border-top: 1px solid var(--hairline);
  background: #fff;
  padding: 12px 0 20px;
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-nav nav {
  display: flex; flex-direction: column;
  width: min(100% - 2.4rem, var(--container)); margin: 0 auto;
}
.mobile-nav nav a {
  padding: 14px 0; font-size: 17px;
  border-bottom: 1px solid var(--hairline);
  text-decoration: none; color: var(--ink); font-weight: 500;
}
.mobile-nav-cta {
  width: min(100% - 2.4rem, var(--container));
  margin: 16px auto 0;
  display: flex; flex-direction: column; gap: 10px;
}

/* Hero ------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(96px, 14vw, 168px) 0 clamp(72px, 10vw, 132px);
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid var(--hairline);
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.25) 100%),
    linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.45) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
}
.hero-content { max-width: 620px; }
.hero h1 {
  margin: 14px 0 22px;
  color: #fff;
}
.hero .lead {
  margin: 0 0 36px;
  color: rgba(255,255,255,.88);
  max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hero-meta {
  font-size: 13.5px;
  color: rgba(255,255,255,.72);
  margin: 0;
  letter-spacing: .02em;
}
.eyebrow-light { color: rgba(255,255,255,.78); }
.btn-ghost-light {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,.2);
  border-color: #fff;
  color: #fff;
}
.hero .btn-primary { background: var(--accent); color: #fff; }
.hero .btn-primary:hover { background: var(--accent-dark); color: #fff; }
@media (max-width: 560px) {
  .hero { padding-top: clamp(72px, 18vw, 112px); padding-bottom: clamp(56px, 12vw, 96px); }
  .hero-image::after {
    background:
      linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.65) 100%);
  }
}

/* Values ---------------------------------------------------- */
.values { padding: 64px 0; border-bottom: 1px solid var(--hairline); }
.values-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
}
.value-num {
  font-family: var(--font-brand);
  font-size: 38px; color: var(--accent);
  letter-spacing: -.02em;
  display: inline-block; margin-bottom: 10px;
}
.value h3 { margin: 0 0 6px; font-size: 18px; }
.value p { margin: 0; font-size: 15.5px; color: var(--body); }
@media (max-width: 720px) { .values-inner { grid-template-columns: 1fr; gap: 28px; } }

/* Sections -------------------------------------------------- */
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-soft { background: var(--canvas-soft); }
.sec-head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  text-align: center;
}
.sec-head h2 { margin: 0 0 14px; }
.sec-head p { margin: 0 auto; max-width: 580px; color: var(--body); }
.sec-foot { text-align: center; margin-top: 32px; font-size: 15px; }
.sec-foot a { color: var(--ink); border-bottom: 1px solid var(--hairline); padding-bottom: 2px; text-decoration: none; }
.sec-foot a:hover { border-color: var(--accent); color: var(--accent-dark); }

/* Services list (editorial) -------------------------------- */
.svc {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.svc li {
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2.4vw, 32px);
  border-bottom: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  position: relative;
}
.svc li:nth-child(3n) { border-right: none; }
.svc li:last-child { border-right: none; }
.svc-mark {
  font-family: var(--font-brand);
  font-size: 22px;
  color: var(--accent);
  letter-spacing: -.02em;
  display: inline-block; margin-bottom: 14px;
}
.svc h3 { margin: 0 0 6px; font-size: 19px; }
.svc p { margin: 0; font-size: 15px; color: var(--body); line-height: 1.55; }
@media (max-width: 880px) {
  .svc { grid-template-columns: repeat(2, 1fr); }
  .svc li:nth-child(3n) { border-right: 1px solid var(--hairline); }
  .svc li:nth-child(2n) { border-right: none; }
}
@media (max-width: 560px) {
  .svc { grid-template-columns: 1fr; }
  .svc li { border-right: none !important; }
}

/* Steps ----------------------------------------------------- */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
.steps li { padding: 0; }
.step-num {
  font-family: var(--font-brand);
  font-size: 40px;
  color: var(--accent);
  letter-spacing: -.02em;
  display: inline-block; margin-bottom: 10px;
  line-height: 1;
}
.steps h3 { margin: 0 0 6px; font-size: 18px; }
.steps p { margin: 0; font-size: 15px; color: var(--body); }
@media (max-width: 880px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* Pricing --------------------------------------------------- */
.prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.price {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 36px 32px;
  display: flex; flex-direction: column;
}
.price h3 { margin: 0; font-size: 18px; }
.price-amt {
  font-family: var(--font-brand);
  font-size: 44px; color: var(--ink);
  letter-spacing: -.02em; line-height: 1;
  margin: 18px 0 10px;
}
.price-amt small {
  font-family: var(--font);
  font-size: 14px; font-weight: 400;
  color: var(--mute);
  margin-left: 6px;
}
.price > p { margin: 0 0 22px; color: var(--mute); font-size: 14.5px; }
.price ul {
  list-style: none; padding: 0; margin: 0 0 28px;
  flex: 1; display: flex; flex-direction: column; gap: 8px;
}
.price ul li {
  position: relative; padding-left: 22px;
  font-size: 14.5px; color: var(--body);
}
.price ul li::before {
  content: '';
  position: absolute; left: 0; top: 9px;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: var(--r-full);
}
.price-feat {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  position: relative;
}
.price-feat h3, .price-feat .price-amt { color: #fff; }
.price-feat .price-amt small, .price-feat > p { color: rgba(255,255,255,.6); }
.price-feat ul li { color: rgba(255,255,255,.86); }
.price-feat ul li::before { background: var(--accent); }
.price-feat .btn-primary { background: var(--accent); color: #fff; }
.price-feat .btn-primary:hover { background: var(--accent-dark); }
.price-tag {
  position: absolute;
  top: -10px; left: 32px;
  background: var(--accent);
  color: #fff;
  font-size: 11px; font-weight: 600;
  padding: 5px 10px;
  border-radius: var(--r-sm);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.price-note { text-align: center; color: var(--mute); font-size: 13.5px; margin-top: 28px; }
@media (max-width: 880px) {
  .prices { grid-template-columns: 1fr; }
}

/* Testimonials ---------------------------------------------- */
.testis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
.testi { margin: 0; }
.testi blockquote {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  font-style: normal;
  font-weight: 400;
}
.testi blockquote::before { content: '“'; color: var(--accent); font-family: var(--font-brand); font-size: 36px; line-height: 0; vertical-align: -0.2em; margin-right: 4px; }
.testi figcaption { font-size: 14px; color: var(--mute); }
.testi figcaption strong { color: var(--ink); font-weight: 500; }
.rating {
  text-align: center;
  font-size: 15px;
  color: var(--mute);
  display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap;
}
.rating-stars { color: var(--accent); letter-spacing: 2px; font-size: 18px; }
.rating strong { color: var(--ink); }
@media (max-width: 880px) { .testis { grid-template-columns: 1fr; } }

/* About ----------------------------------------------------- */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}
.about p { font-size: 17px; color: var(--body); margin: 0 0 24px; }
.about-media img {
  width: 100%; aspect-ratio: 5 / 4;
  object-fit: cover; border-radius: var(--r-md);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 32px 0 0; padding: 0;
}
.stats div { border-left: 2px solid var(--accent); padding-left: 14px; }
.stats dt {
  font-family: var(--font-brand);
  font-size: 32px;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1;
}
.stats dd { margin: 4px 0 0; font-size: 13px; color: var(--mute); }
@media (max-width: 880px) {
  .about { grid-template-columns: 1fr; }
  .about-media { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

/* Regions --------------------------------------------------- */
.regions {
  list-style: none; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  margin: 0 auto; max-width: 820px;
}
.regions li {
  background: #fff;
  border: 1px solid var(--hairline);
  padding: 8px 16px;
  border-radius: var(--r-full);
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}

/* FAQ ------------------------------------------------------- */
.faq { max-width: var(--container-narrow); }
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-list details {
  border-top: 1px solid var(--hairline);
}
.faq-list details:last-child { border-bottom: 1px solid var(--hairline); }
.faq-list summary {
  list-style: none;
  font-size: 17px; font-weight: 500; color: var(--ink);
  padding: 22px 0;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--accent);
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-list details[open] summary::after { content: '−'; }
.faq-list p {
  padding: 0 0 22px;
  margin: 0;
  font-size: 15.5px;
  color: var(--body);
  line-height: 1.65;
  max-width: 640px;
}

/* CTA band -------------------------------------------------- */
.cta-band {
  background: var(--ink);
  color: #fff;
  padding: clamp(72px, 9vw, 112px) 0;
  text-align: center;
}
.cta-band h2 { color: #fff; margin: 0 0 32px; font-size: clamp(28px, 3.4vw, 38px); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* Contact --------------------------------------------------- */
.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: flex-start;
}
.contact-info .lead { margin: 0 0 32px; }
.contact-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 22px;
}
.contact-list li {
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
}
.contact-list span {
  display: block; font-size: 12px; color: var(--mute);
  text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 4px;
}
.contact-list strong { display: block; color: var(--ink); font-size: 17px; font-weight: 500; line-height: 1.4; }
.contact-list a { text-decoration: none; }
.contact-list a:hover strong { color: var(--accent-dark); }

.contact-form {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: clamp(24px, 3vw, 40px);
  display: flex; flex-direction: column; gap: 16px;
}
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form label span { font-size: 13.5px; font-weight: 500; color: var(--ink); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  color: var(--ink);
  background: #fff;
  width: 100%;
  min-height: 48px;
  resize: vertical;
  transition: border-color .15s;
}
.contact-form textarea { min-height: 110px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none; border-color: var(--ink);
}
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .check { flex-direction: row; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--body); }
.contact-form .check input {
  width: 18px; height: 18px; min-height: 0; margin-top: 3px; flex-shrink: 0;
}
.contact-form .check span { font-weight: 400; line-height: 1.5; }
.form-note { font-size: 13px; color: var(--mute); text-align: center; margin: 0; }
@media (max-width: 880px) {
  .contact { grid-template-columns: 1fr; }
  .contact-form .row { grid-template-columns: 1fr; }
}

/* Footer ---------------------------------------------------- */
.footer { background: #fff; border-top: 1px solid var(--hairline); padding-top: 64px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer h4 { font-size: 13px; font-weight: 600; margin: 0 0 14px; color: var(--ink); letter-spacing: .08em; }
.footer p { color: var(--mute); font-size: 14px; margin: 14px 0 0; max-width: 280px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; }
.footer ul a { color: var(--body); font-size: 14.5px; text-decoration: none; }
.footer ul a:hover { color: var(--accent-dark); }

.footer-bottom { border-top: 1px solid var(--hairline); padding: 20px 0; }
.footer-bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom small { color: var(--mute); font-size: 13px; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom nav a { color: var(--mute); font-size: 13px; text-decoration: none; }
.footer-bottom nav a:hover { color: var(--ink); }
@media (max-width: 880px) {
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 520px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* Floating Action Button (WhatsApp only) -------------------- */
.fab {
  position: fixed;
  right: 22px; bottom: 26px;
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wa); color: #fff;
  border-radius: var(--r-full);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  z-index: 40;
  transition: transform .15s ease, background .15s ease;
}
.fab:hover { background: var(--wa-dark); transform: translateY(-2px); color: #fff; }
@media (max-width: 720px) {
  .fab { right: 16px; bottom: 84px; width: 50px; height: 50px; }
}

/* Mobile bottom action bar ---------------------------------- */
.mobile-actionbar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(10, 10, 10, .92);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  gap: 8px;
  z-index: 41;
  box-shadow: 0 -10px 30px -8px rgba(0, 0, 0, .25);
}
.mobile-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.005em;
  text-decoration: none;
  border-radius: var(--r-sm);
  min-height: 50px;
  transition: background .15s ease, color .15s ease, transform .08s ease;
}
.mobile-act:active { transform: scale(.97); }
.mobile-act-primary {
  flex: 1 1 auto;
  background: var(--accent);
  color: #fff;
  padding: 14px 18px;
}
.mobile-act-primary:hover { background: var(--accent-dark); color: #fff; }
.mobile-act-primary svg { width: 18px; height: 18px; flex-shrink: 0; }
.mobile-act-icon {
  flex: 0 0 50px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 0;
  width: 50px;
}
.mobile-act-icon:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.mobile-act-icon svg { width: 22px; height: 22px; }
@media (max-width: 720px) {
  .mobile-actionbar { display: flex; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom, 0)); }
  .fab { display: none; }
}
@media (max-width: 360px) {
  .mobile-act-primary { font-size: 14px; padding: 12px 12px; gap: 6px; }
  .mobile-act-icon { flex-basis: 46px; width: 46px; }
}

/* Cookie banner -------------------------------------------- */
.cookie {
  position: fixed;
  left: 50%; bottom: 24px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  box-shadow: var(--sh-feat);
  padding: 12px 18px;
  z-index: 50;
  width: min(680px, calc(100% - 28px));
}
.cookie-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 0; width: 100%;
}
.cookie p { margin: 0; font-size: 14px; color: var(--body); }
.cookie a { color: var(--accent-dark); }
@media (max-width: 720px) {
  .cookie { bottom: 96px; }
  .cookie-inner { flex-direction: column; align-items: stretch; }
}

/* Toast ---------------------------------------------------- */
.toast {
  position: fixed;
  bottom: 28px; right: 28px;
  background: var(--ink); color: #fff;
  border-radius: var(--r-md);
  padding: 14px 20px;
  display: flex; flex-direction: column; gap: 2px;
  box-shadow: var(--sh-feat);
  max-width: 340px;
  z-index: 60;
  animation: slideIn .25s ease;
}
.toast strong { color: #fff; font-size: 15px; }
.toast span { font-size: 14px; color: rgba(255,255,255,.78); }
@keyframes slideIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@media (max-width: 720px) {
  .toast { left: 14px; right: 14px; bottom: 96px; max-width: none; }
}

/* Nav dropdown --------------------------------------------- */
.has-dropdown { position: relative; }
.has-dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.has-dropdown > a::after {
  content: '';
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s;
}
.has-dropdown:hover > a::after,
.has-dropdown:focus-within > a::after,
.has-dropdown.is-open > a::after { transform: rotate(225deg) translateY(-2px); }
/* Megamenu ------------------------------------------------ */
.megamenu {
  position: absolute;
  top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: min(960px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 32px 64px -20px rgba(0,0,0,.18);
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.05fr;
  gap: 32px;
  opacity: 0; visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 60;
}
.megamenu::before {
  content: '';
  position: absolute;
  left: 0; right: 0;
  top: -16px; height: 16px;
}
.has-dropdown:hover .megamenu,
.has-dropdown:focus-within .megamenu,
.has-dropdown.is-open .megamenu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mega-col { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega-cat {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 14px;
  font-weight: 500;
}
.mega-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  margin: 0 -10px;
  text-decoration: none;
  color: var(--ink);
  border-radius: var(--r-sm);
  transition: background .15s;
}
.mega-item:hover, .mega-item:focus-visible { background: var(--canvas-soft); }
.mega-item:hover .mega-title, .mega-item:focus-visible .mega-title { color: var(--accent-dark); }
.mega-icon {
  width: 38px; height: 38px;
  background: var(--canvas-soft);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  transition: background .15s, border-color .15s, color .15s;
}
.mega-item:hover .mega-icon, .mega-item:focus-visible .mega-icon {
  background: var(--accent); border-color: var(--accent); color: #fff;
}
.mega-icon svg { width: 18px; height: 18px; }
.mega-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  transition: color .15s;
}
.mega-desc {
  font-size: 12.5px;
  color: var(--mute);
  line-height: 1.4;
}
.mega-promo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, var(--ink), #1c1c1c);
  color: #fff;
  border-radius: var(--r-sm);
  padding: 22px;
  display: flex; flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.mega-promo::after {
  content: '';
  position: absolute;
  width: 140px; height: 140px;
  background: radial-gradient(circle, var(--accent), transparent 70%);
  top: -60px; right: -60px;
  opacity: .45;
  pointer-events: none;
}
.mega-promo-tag {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: .14em;
  font-weight: 600;
  background: rgba(255,255,255,.15);
  color: #fff;
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.mega-promo h4 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -.01em;
  margin: 4px 0 0;
  position: relative;
  z-index: 1;
}
.mega-promo p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.mega-promo .btn {
  background: var(--accent);
  color: #fff;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.mega-promo .btn:hover { background: var(--accent-dark); color: #fff; }

@media (max-width: 1080px) {
  .megamenu {
    grid-template-columns: 1fr 1fr 1fr;
    width: min(780px, calc(100vw - 32px));
    padding: 24px; gap: 24px;
  }
  .mega-promo {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 20px;
  }
  .mega-promo h4 { margin: 0; flex-shrink: 0; }
  .mega-promo p { flex: 1; min-width: 200px; }
  .mega-promo .btn { margin-top: 0; }
}

/* Mobile sub-nav ------------------------------------------- */
.mobile-nav .sub-toggle {
  background: none; border: none;
  padding: 14px 0; font-size: 17px; font-weight: 500;
  color: var(--ink);
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
  cursor: pointer;
  font-family: inherit;
}
.mobile-nav .sub-toggle::after {
  content: '+';
  font-size: 22px; color: var(--accent);
  font-weight: 400;
  line-height: 1;
}
.mobile-nav .sub-toggle[aria-expanded="true"]::after { content: '−'; }
.mobile-nav .sublist {
  list-style: none; margin: 0; padding: 4px 0 8px;
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--hairline);
}
.mobile-nav .sublist[hidden] { display: none; }
.mobile-nav .sublist li { margin: 0; }
.mobile-nav .sublist a {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
  color: var(--body);
  font-weight: 400;
  border-bottom: none;
  text-decoration: none;
}
.mobile-nav .sublist a:hover,
.mobile-nav .sublist a:focus-visible { color: var(--accent-dark); }

/* Clickable service cards on home ------------------------- */
.svc li { transition: background .15s; }
.svc li:hover { background: var(--canvas-soft); }
.svc-link {
  display: flex; flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.svc-link:hover { color: inherit; }
.svc-link:hover h3 { color: var(--accent-dark); }
.svc-more {
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .01em;
}

/* Service detail pages ------------------------------------- */
.svc-hero {
  padding: clamp(64px, 8vw, 104px) 0 clamp(40px, 5vw, 64px);
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--hairline);
}
.crumbs {
  font-size: 13px; color: var(--mute);
  margin: 0 0 22px;
  letter-spacing: .02em;
}
.crumbs a { color: var(--mute); text-decoration: none; }
.crumbs a:hover { color: var(--accent-dark); }
.crumbs span { color: var(--ink); }
.svc-hero h1 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 54px); }
.svc-hero .lead { margin: 0 0 30px; max-width: 680px; }
.svc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.svc-detail { padding: clamp(64px, 8vw, 104px) 0; }
.svc-detail-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}
.svc-detail-body h2 { margin: 0 0 18px; }
.svc-detail-body p { color: var(--body); font-size: 17px; line-height: 1.65; margin: 0 0 22px; }
.svc-checklist {
  list-style: none; padding: 0;
  margin: 28px 0 0;
  display: grid; gap: 12px;
}
.svc-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}
.svc-checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 14px; height: 8px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}
.svc-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--r-md);
}
@media (max-width: 880px) {
  .svc-detail-inner { grid-template-columns: 1fr; }
  .svc-media { order: -1; }
  .svc-media img { aspect-ratio: 4 / 3; max-height: 360px; }
}

/* Related services ---------------------------------------- */
.related-svc { padding: clamp(64px, 8vw, 96px) 0; background: var(--canvas-soft); border-top: 1px solid var(--hairline); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.related-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 26px;
  text-decoration: none;
  color: var(--ink);
  display: flex; flex-direction: column;
  transition: border-color .15s, transform .15s;
}
.related-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  color: var(--ink);
}
.related-card .num {
  font-family: var(--font-brand);
  font-size: 22px; color: var(--accent);
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.related-card h3 { margin: 0 0 6px; font-size: 18px; }
.related-card p { font-size: 14.5px; color: var(--mute); margin: 0; line-height: 1.5; }
@media (max-width: 880px) { .related-grid { grid-template-columns: 1fr; } }

/* Legal pages ---------------------------------------------- */
.legal-page { padding: 72px 0 96px; }
.legal-page .container { max-width: 760px; }
.legal-page h1 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 8px; }
.legal-page h2 { font-size: 22px; margin-top: 36px; margin-bottom: 12px; }
.legal-page h3 { font-size: 17px; margin-top: 24px; margin-bottom: 8px; }
.legal-page p, .legal-page li { font-size: 15.5px; color: var(--body); line-height: 1.65; }
.legal-page ul { padding-left: 22px; }
.legal-page a { color: var(--accent-dark); }
.legal-page .lead { color: var(--body); font-size: 17px; margin-bottom: 24px; }

/* Print ---------------------------------------------------- */
@media print {
  .nav, .fab, .mobile-actionbar, .cookie, .toast { display: none !important; }
}
