/* guenstige-umzugsfirma-luzern.ch — „Luzern – See, Berge, Nachtblau & Kupfer“
   Nachtblau #13294b, Kupfer #c1733a (Buttons #a55e2a mit weisser Schrift), Nebelblau #e6eef6, Schneeweiss.
   Humanistische Headlines, Kapitälchen-Eyebrows, Bergsilhouetten, Karten mit feiner Kupferkante.
   Keine externen Fonts, kein Framework. Tabellen-Layout und Reveal kommen aus base.css. */

:root {
  --night: #13294b;
  --night-2: #1c3a63;
  --night-3: #2a4d7a;
  --copper: #c1733a;
  --copper-dark: #a55e2a;
  --copper-deep: #8a4b1f;
  --copper-ink: #9a5424;
  --copper-light: #eab48a;
  --copper-tint: #f6e7da;
  --mist: #e6eef6;
  --mist-2: #d3e0ec;
  --snow: #f9fbfd;
  --white: #ffffff;
  --ink: #1d2b40;
  --ink-soft: #46566c;
  --line: #d5e0eb;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(19, 41, 75, .06), 0 12px 28px rgba(19, 41, 75, .08);
  --font-head: "Optima", "Candara", "Segoe UI", sans-serif;
  --font-body: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--snow);
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
a { color: var(--copper-ink); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--copper-deep); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4, .brand-text, .cta-band-title, .footer-title, .stat-num, .faq-item summary {
  font-family: var(--font-head);
}
h1, h2, h3, h4 { color: var(--night); line-height: 1.28; margin: 0 0 .65em; font-weight: 600; letter-spacing: .003em; }
h1 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.1rem); line-height: 1.18; }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.2rem); }
h3 { font-size: 1.24rem; }
h4 { font-size: 1.08rem; }
p { margin: 0 0 1.05em; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .35em; }
strong { color: var(--night); font-weight: 650; }

.wrap { width: 100%; max-width: 1160px; margin-inline: auto; padding-inline: 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--night); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 12px; color: #fff; }
.text-center { text-align: center; }
.grid-3 { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.highlight { background: var(--copper-tint); padding: 0 .15em; border-radius: 3px; }

/* ---------- Eyebrow (Kapitälchen) ---------- */
.eyebrow {
  display: block;
  font-family: var(--font-head);
  font-variant: all-small-caps;
  font-size: 1.05rem;
  letter-spacing: .12em;
  font-weight: 600;
  color: var(--copper-ink);
  margin: 0 0 .5rem;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; opacity: .8; }
.eyebrow--light { color: var(--copper-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 650; font-size: 1rem; line-height: 1.2;
  padding: .8em 1.35em; border-radius: 999px; border: 1.5px solid transparent;
  text-decoration: none; text-align: center; cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn--lg { font-size: 1.07rem; padding: .95em 1.6em; }
a.btn.btn--copper, a.btn.btn--copper:visited { background: var(--copper-dark); color: #ffffff; border-color: var(--copper-dark); }
a.btn.btn--copper:hover { background: var(--copper-deep); border-color: var(--copper-deep); color: #ffffff; box-shadow: 0 6px 18px rgba(165, 94, 42, .3); }
a.btn.btn--night, a.btn.btn--night:visited { background: var(--night); color: #ffffff; border-color: var(--night); }
a.btn.btn--night:hover { background: var(--night-2); color: #ffffff; }
a.btn.btn--snow, a.btn.btn--snow:visited { background: var(--snow); color: var(--night); border-color: var(--snow); }
a.btn.btn--snow:hover { background: var(--mist); color: var(--night); }

/* ---------- Header / Navigation ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--night); border-bottom: 1px solid rgba(234, 180, 138, .25); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand:hover { color: #fff; }
.logo-mark { flex: none; display: block; border-radius: 11px; box-shadow: 0 0 0 1px rgba(234, 180, 138, .35); }
.brand-text { display: flex; flex-direction: column; font-size: .98rem; font-weight: 600; line-height: 1.15; letter-spacing: .02em; color: #dfe8f2; }
.brand-text span { font-size: 1.32rem; color: #fff; letter-spacing: .06em; font-variant: all-small-caps; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav-list li { margin: 0; }
.nav-list a { color: #dfe8f2; text-decoration: none; font-size: .98rem; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: #fff; border-bottom-color: var(--copper-light); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(223, 232, 242, .35); border-radius: 8px; background: transparent; cursor: pointer; position: relative; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { position: absolute; left: 50%; width: 22px; height: 2px; background: #fff; transform: translateX(-50%); transition: transform .2s ease, top .2s ease, opacity .2s ease; }
.nav-toggle-bars { top: 22px; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; left: 0; transform: none; }
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; z-index: 49;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    padding: 28px 22px 40px; background: var(--night); overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { display: block; font-family: var(--font-head); font-size: 1.45rem; padding: 16px 0; border-bottom: 1px solid rgba(223, 232, 242, .15); }
  .nav-list a[aria-current="page"] { border-bottom-color: rgba(223, 232, 242, .15); color: var(--copper-light); }
  .nav-cta { margin-top: 28px; }
  .brand-text { font-size: .88rem; }
  .brand-text span { font-size: 1.18rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #dde7f1;
  background: linear-gradient(172deg, #0f2140 0%, var(--night) 34%, #1d3c66 70%, #3e6390 100%);
  padding-block: 56px clamp(120px, 15vw, 210px);
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 85% 10%, rgba(234, 180, 138, .16), transparent 70%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; }
.hero h1 { color: #ffffff; }
.hero .lead { font-size: 1.14rem; color: #d9e4f0; max-width: 40em; }
.hero-actions { margin: 26px 0 18px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; font-size: .96rem; color: #e8eff7; }
.hero-points li { display: inline-flex; align-items: center; gap: 6px; margin: 0; }
.hero-points .ico { width: 18px; height: 18px; color: var(--copper-light); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid rgba(234, 180, 138, .55); border-radius: var(--radius); }
.hero-scene { position: absolute; left: 0; right: 0; bottom: -2px; width: 100%; height: clamp(110px, 17vw, 250px); display: block; z-index: 0; }
.hero--legal { padding-block: 44px 52px; }
.hero--legal h1 { margin: 0; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; margin-bottom: 16px; color: #b9c9da; }
.crumbs a { color: #dfe8f2; }
.crumbs a:hover { color: #fff; }
@media (max-width: 900px) {
  .hero { padding-block: 36px 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-visual::before { inset: 10px -8px -10px 8px; }
}

/* ---------- Bilder / Slots ---------- */
.media {
  position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'%3E%3Cpath d='M0 90L60 60 95 72 150 30 175 46 205 20 235 50 290 64 350 48 400 70V120H0z' fill='%2313294b' opacity='.55'/%3E%3Cpath d='M0 104C80 96 160 112 240 102S360 96 400 104V120H0z' fill='%23e6eef6' opacity='.5'/%3E%3C/svg%3E") bottom / 100% 45% no-repeat,
    linear-gradient(165deg, #1c3a63 0%, #4a6f98 48%, #c7d7e7 78%, #eab48a 100%);
  box-shadow: var(--shadow);
}
.media--hero { aspect-ratio: 16 / 10; }
img.media { display: block; height: auto; object-fit: cover; background: var(--mist); }
img.media--hero { aspect-ratio: 16 / 10; }

/* ---------- Bergtrenner ---------- */
.ridge { line-height: 0; position: relative; z-index: 1; margin-bottom: -2px; }
.ridge svg { display: block; width: 100%; height: clamp(28px, 4.2vw, 60px); }

/* ---------- Sektionen ---------- */
.sec { padding-block: 76px; background: var(--snow); }
.sec--mist { background: var(--mist); }
.sec--night { background: var(--night); color: #dbe5f0; }
.sec--night h2, .sec--night h3, .sec--night strong { color: #ffffff; }
.sec--night a:not(.btn) { color: var(--copper-light); }
.sec--night .eyebrow { color: var(--copper-light); }
.sec--night .note { color: #b9c9da; }
.sec-head { max-width: 780px; margin-bottom: 36px; }
.sec-head p { color: var(--ink-soft); }
.sec--night .sec-head p { color: #c7d5e4; }
.prose { max-width: 820px; }
.prose h3 { margin-top: 1.7em; }
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 52px; align-items: center; }
.split--top { align-items: start; }
.note { font-size: .92rem; color: var(--ink-soft); margin-top: 14px; }
@media (max-width: 900px) {
  .sec { padding-block: 56px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Karten ---------- */
.cards { display: grid; gap: 22px; margin-block: 8px 20px; }
.cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .cards--2, .cards--3 { grid-template-columns: 1fr; } }
.card {
  background: var(--white); color: var(--ink); border-radius: var(--radius);
  border: 1px solid var(--line); border-top: 3px solid var(--copper);
  padding: 24px 24px 20px; box-shadow: var(--shadow);
}
.card h3, .card h4 { color: var(--night); margin-top: .35em; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card .ico-badge { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--mist); color: var(--night); }
.card .ico-badge .ico { width: 24px; height: 24px; }
.sec--mist .card { border-color: var(--mist-2); border-top-color: var(--copper); }
.sec--night .card { background: #ffffff; color: var(--ink); border-color: transparent; border-top-color: var(--copper); }
.sec--night .card h3, .sec--night .card h4, .sec--night .card strong { color: var(--night); }
.sec--night .card a:not(.btn) { color: var(--copper-ink); }
.sec--night .card .note { color: var(--ink-soft); }

/* Linien-Liste mit Kupferstrich */
.ticks { list-style: none; padding: 0; margin: 0 0 1.05em; }
.ticks li { position: relative; padding-left: 26px; margin-bottom: .5em; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .78em; width: 14px; height: 2px; background: var(--copper); }

/* Hinweis-Box */
.aside-box {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  background: var(--copper-tint); border-left: 3px solid var(--copper); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin-block: 22px;
}
.aside-box .ico { color: var(--copper-deep); width: 26px; height: 26px; margin-top: 3px; }
.aside-box p:last-child { margin-bottom: 0; }
.aside-box, .aside-box p { color: var(--ink); }
.aside-box a { color: var(--copper-deep); }
.sec--mist .aside-box { background: #ffffff; }

/* Kennzahlen */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 0; margin: 10px 0 26px; border-top: 1px solid rgba(234, 180, 138, .4); }
.stat { padding: 20px 18px 16px 0; border-bottom: 1px solid rgba(234, 180, 138, .4); }
.stat-num { display: block; font-size: 2rem; color: #ffffff; line-height: 1.1; letter-spacing: .02em; }
.stat-label { display: block; font-size: .93rem; color: #c7d5e4; margin-top: 4px; }

/* Schritte (Zeitachse) */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.steps > li { counter-increment: step; position: relative; padding: 0 0 26px 64px; margin: 0; }
.steps > li::before {
  content: counter(step); position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 600;
  background: var(--night); color: #fff; box-shadow: 0 0 0 4px var(--mist);
}
.steps > li::after { content: ""; position: absolute; left: 20px; top: 48px; bottom: 6px; width: 1px; background: var(--copper); opacity: .5; }
.steps > li:last-child::after { display: none; }
.steps h3, .steps h4 { margin: 6px 0 .35em; font-size: 1.16rem; }
.steps p:last-child { margin-bottom: 0; }
.sec--mist .steps > li::before { box-shadow: 0 0 0 4px var(--white); }

/* Zeitblöcke (Checkliste) */
.timeline-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 8px; margin: 34px 0 16px; }
.timeline-head h3 { margin: 0; }
.timeline-head .when { font-variant: all-small-caps; letter-spacing: .1em; color: var(--copper-ink); font-weight: 600; }

/* ---------- Tabellen (Layout aus base.css) ---------- */
.table-box { margin-block: 6px 8px; }
main table { border-collapse: collapse; background: var(--white); font-size: .98rem; box-shadow: var(--shadow); border-top: 3px solid var(--copper); }
main table caption { caption-side: top; text-align: left; font-family: var(--font-head); font-weight: 600; color: var(--night); padding: 0 0 10px; font-size: 1.02rem; }
main table thead th { background: var(--night); color: #ffffff; font-weight: 600; text-align: left; padding: 13px 16px; font-size: .95rem; letter-spacing: .02em; }
main table td, main table tbody th { padding: 12px 16px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
main table tbody th { color: var(--night); font-weight: 650; }
main table tbody tr:nth-child(even) { background: #f3f7fb; }
main table .num { font-variant-numeric: tabular-nums; }
@media (max-width: 760px) {
  main table { box-shadow: none; border: 1px solid var(--line); }
  main table caption { padding: 10px 12px; }
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 880px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; position: relative;
  font-size: 1.12rem; font-weight: 600; color: var(--night); line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
  border-right: 2px solid var(--copper); border-bottom: 2px solid var(--copper); transform: rotate(45deg); transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-item[open] { border-top: 3px solid var(--copper); }
.faq-a { padding: 0 22px 16px; color: var(--ink); }
.faq-a p { margin: 0; }
.sec--night .faq-item, .sec--night .faq-a { color: var(--ink); }

/* ---------- Inline-CTA ---------- */
.inline-cta { margin-top: 26px; }

/* ---------- Legal ---------- */
.legal { padding-block: 56px 80px; background: var(--snow); }
.legal h2 { font-size: 1.35rem; margin-top: 1.6em; }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--night); color: #dbe5f0; }
.ridge--cta { background: var(--snow); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 34px 60px; flex-wrap: wrap; }
.cta-band-inner > div { max-width: 640px; }
.cta-band-title { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.05rem); color: #fff; margin: 0 0 .35em; line-height: 1.25; }
.cta-band p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #0c1c35; color: #c3d1e0; font-size: .95rem; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-brand p { margin-top: 14px; max-width: 30em; }
.footer-title { color: #fff; font-size: 1.05rem; font-weight: 600; margin: 4px 0 12px; font-variant: all-small-caps; letter-spacing: .1em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #dbe5f0; text-decoration: none; }
.site-footer a:hover { color: var(--copper-light); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid rgba(234, 180, 138, .25); margin-top: 40px; padding-block: 20px 26px; }
.footer-bottom p { margin: 0; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  body { font-size: 17px; }
  .wrap { padding-inline: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 20px 18px 18px; }
  .steps > li { padding-left: 56px; }
}
