/* ============================================================
   RICKMERS IMMOBILIEN – Premium Stylesheet
   Design: Hamburg Noir · Syne + Instrument Serif + Inter
   Dunkel · Asymmetrisch · Großflächig · Mobile-First
   ============================================================ */

/* ── Custom Properties ────────────────────────────────────── */
:root {
  --ink:      #0a0a12;
  --ink-2:    #10101e;
  --ink-3:    #18182a;
  --ink-4:    #222236;
  --gold:     #c8a96e;
  --gold-2:   #dfc08a;
  --gold-3:   #f0d8a8;
  --gold-pale:#2a2010;
  --white:    #ffffff;
  --off-white:#f5f3ee;
  --gray-100: #e8e6e0;
  --gray-200: #c8c4b8;
  --gray-400: #888070;
  --gray-600: #504840;
  --text-dark:#1a1610;
  --text-mid: #504840;
  --blue-acc: #4a8fff;

  --font-head: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-serif:'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --nav-h:  70px;
  --r:      4px;
  --r-md:   8px;
  --r-lg:   16px;
  --r-xl:   24px;

  --sh-gold: 0 8px 40px rgba(200,169,110,.25);
  --sh-dark: 0 20px 60px rgba(0,0,0,.5);

  --ease: cubic-bezier(.4,0,.2,1);
  --dur:  220ms;
  --max-w: 1320px;
}

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  color: var(--off-white);
  background: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: none;
}
@media (hover: none), (pointer: coarse) {
  body { cursor: auto; }
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
button, input, textarea { font-family: inherit; }

/* ── Container ────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}

/* ── Custom Cursor ────────────────────────────────────────── */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .15s, height .15s, background .15s;
}
.cursor-follower {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(200,169,110,.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform .12s var(--ease), width .2s, height .2s, border-color .2s;
}
body.cursor-hover .cursor { width: 16px; height: 16px; background: var(--gold-2); }
body.cursor-hover .cursor-follower { width: 52px; height: 52px; border-color: rgba(200,169,110,.7); }

/* ── Reveal ───────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal-d1 { transition-delay: .12s; }
.reveal-d2 { transition-delay: .24s; }
.reveal-d3 { transition-delay: .36s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Navigation ───────────────────────────────────────────── */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(10,10,18,.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200,169,110,.08);
  transition: box-shadow var(--dur) var(--ease);
}
.header.scrolled { box-shadow: 0 4px 40px rgba(0,0,0,.6); }

.nav-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-shrink: 0;
}
.logo-r {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(200,169,110,.3);
  border-radius: var(--r-md);
  flex-shrink: 0;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.logo-r--lg { font-size: 2rem; width: 56px; height: 56px; }
.logo:hover .logo-r { background: rgba(200,169,110,.08); border-color: var(--gold); }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-main {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 700;
  color: var(--off-white);
  letter-spacing: .01em;
}
.logo-sub {
  font-size: .6rem;
  font-weight: 500;
  color: rgba(200,169,110,.55);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Nav-Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: .2rem;
}
.nl {
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: none;
  color: rgba(245,243,238,.5);
  padding: .55rem 1rem;
  border-radius: var(--r);
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nl:hover { color: var(--off-white); background: rgba(255,255,255,.04); }
.nl-cta {
  background: var(--gold);
  color: var(--ink) !important;
  margin-left: .75rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: .01em;
}
.nl-cta:hover {
  background: var(--gold-2) !important;
  color: var(--ink) !important;
  box-shadow: var(--sh-gold);
}

/* Hamburger */
.burger {
  display: none;
  background: none;
  border: 1.5px solid rgba(200,169,110,.25);
  border-radius: var(--r);
  padding: 9px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.burger:hover { background: rgba(200,169,110,.06); border-color: rgba(200,169,110,.5); }
.burger svg { width: 20px; height: 20px; color: var(--gold); }
.burger.open .b1 { transform: translateY(6px) rotate(45deg); transform-origin: center; }
.burger.open .b2 { opacity: 0; }
.burger.open .b3 { transform: translateY(-6px) rotate(-45deg); transform-origin: center; }
.burger svg line { transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }

/* ── Hero: Split-Screen ───────────────────────────────────── */
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3rem) clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3rem);
  padding-left: clamp(1.5rem, 7vw, 5rem);
  position: relative;
  z-index: 1;
}

/* Vertikale Gold-Linie links */
.hero-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  opacity: .4;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}
.hero-tag__sep {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: .5;
}

.hero-h1 {
  display: flex;
  flex-direction: column;
  gap: .1em;
  margin-bottom: 2.5rem;
}
.h1-line {
  font-family: var(--font-head);
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.05;
  letter-spacing: -.03em;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.h1-serif {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(3rem, 6.5vw, 6rem);
  color: var(--off-white);
  letter-spacing: -.01em;
  line-height: 1.05;
}
.h1-accent { color: var(--gold); }

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* CTA Haupt-Button */
.cta-main {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  padding: 1rem 2rem;
  border-radius: var(--r);
  min-height: 52px;
  border: 2px solid var(--gold);
  transition: background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease),
              gap var(--dur) var(--ease);
}
.cta-main svg { width: 18px; height: 18px; flex-shrink: 0; }
.cta-main:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
  box-shadow: var(--sh-gold);
  transform: translateY(-2px);
  gap: 1rem;
  color: var(--ink);
}

.cta-ghost {
  font-family: var(--font-head);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  color: rgba(245,243,238,.5);
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 1rem .5rem;
  border-bottom: 1px solid rgba(245,243,238,.15);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.cta-ghost:hover { color: var(--off-white); border-color: rgba(245,243,238,.5); }

/* Hero Rechts */
.hero-right {
  position: relative;
  background: var(--ink-2);
  border-left: 1px solid rgba(200,169,110,.08);
  overflow: hidden;
}
.hero-visual {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Badge */
.hero-badge {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  background: rgba(10,10,18,.9);
  border: 1px solid rgba(200,169,110,.2);
  border-radius: var(--r-lg);
  padding: 1rem 1.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hb-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(200,169,110,.6);
  margin-bottom: .35rem;
}
.hb-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse-gold 2.5s ease-in-out infinite;
}
@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 0 2px rgba(200,169,110,.2); }
  50%       { box-shadow: 0 0 0 6px rgba(200,169,110,.05); }
}
.hb-val {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--off-white);
}

/* Marquee */
.marquee-wrap {
  grid-column: 1 / -1;
  background: var(--gold);
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}
.marquee-track span {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  padding-inline: 2rem;
}
.m-dot {
  color: rgba(10,10,18,.35) !important;
  padding-inline: 0 !important;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Services ─────────────────────────────────────────────── */
.section-services {
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 5vw, 3rem);
  max-width: var(--max-w);
  margin-inline: auto;
}

.sv-header {
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}
.sv-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.sv-header h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.sv-header h2 em {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--gold);
  letter-spacing: -.01em;
}

/* Services-Grid: Unregelmäßig */
.sv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1px;
  background: rgba(200,169,110,.08);
  border: 1px solid rgba(200,169,110,.08);
  border-radius: var(--r-xl);
  overflow: hidden;
}

.sv-item {
  background: var(--ink-2);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background var(--dur) var(--ease);
  overflow: hidden;
}
.sv-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.sv-item:hover { background: var(--ink-3); }
.sv-item:hover::after { transform: scaleX(1); }

.sv-item--large {
  grid-column: span 2;
  background: var(--ink-3);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 1.5rem;
  align-items: start;
}
.sv-item--large .sv-num {
  grid-row: 1;
  grid-column: 1;
}
.sv-item--large .sv-icon {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
}
.sv-item--large h3 {
  grid-row: 2;
  grid-column: 1 / -1;
}
.sv-item--large p {
  grid-row: 3;
  grid-column: 1 / -1;
}
.sv-item--large .sv-arrow {
  grid-row: 4;
  grid-column: 1 / -1;
  margin-top: 1.5rem;
}

.sv-item--accent {
  background: linear-gradient(135deg, var(--gold-pale) 0%, var(--ink-3) 100%);
  border: 1px solid rgba(200,169,110,.15);
}
.sv-item--accent::after { display: none; }
.sv-item--accent:hover { background: linear-gradient(135deg, rgba(200,169,110,.12) 0%, var(--ink-3) 100%); }

.sv-num {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 400;
  color: rgba(200,169,110,.1);
  line-height: 1;
  margin-bottom: .75rem;
  transition: color var(--dur) var(--ease);
}
.sv-item:hover .sv-num { color: rgba(200,169,110,.2); }

.sv-icon {
  width: 52px;
  height: 52px;
  color: var(--gold);
  margin-bottom: 1rem;
}
.sv-icon svg { width: 100%; height: 100%; }

.sv-item h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--off-white);
  margin-bottom: .65rem;
  letter-spacing: -.01em;
}
.sv-item p {
  font-size: .875rem;
  color: rgba(245,243,238,.45);
  line-height: 1.75;
  margin-bottom: 0;
}

.sv-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200,169,110,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.sv-arrow svg { width: 18px; height: 18px; }
.sv-item:hover .sv-arrow { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.sv-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  color: var(--gold);
  margin-top: 1.5rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(200,169,110,.3);
  transition: border-color var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.sv-cta:hover { border-color: var(--gold); gap: .75rem; }

/* ── Numbers ──────────────────────────────────────────────── */
.section-numbers {
  position: relative;
  overflow: hidden;
}
.num-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.num-bg svg { width: 100%; height: 100%; object-fit: cover; }

.num-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.n-kicker {
  display: block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.num-label h2 {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.num-label h2 em {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  color: var(--gold);
  letter-spacing: -.01em;
}

.num-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(200,169,110,.1);
  border: 1px solid rgba(200,169,110,.1);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.num-card {
  background: rgba(10,10,18,.7);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  transition: background var(--dur) var(--ease);
}
.num-card:hover { background: rgba(24,24,42,.9); }
.nc-val {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -.03em;
  display: flex;
  align-items: baseline;
  gap: .15em;
}
.nc-unit {
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--off-white);
}
.nc-unit--pct {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -.04em;
  font-family: var(--font-head);
}
.nc-desc {
  font-size: .8rem;
  color: rgba(245,243,238,.35);
  line-height: 1.6;
}

/* ── Process ──────────────────────────────────────────────── */
.section-process {
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 5vw, 3rem);
  max-width: var(--max-w);
  margin-inline: auto;
}

.proc-head {
  max-width: 560px;
  margin-bottom: clamp(3rem, 7vw, 5rem);
}
.p-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.proc-head h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1rem;
}
.proc-head h2 em {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--gold);
  letter-spacing: -.01em;
}
.proc-head p {
  font-size: .95rem;
  color: rgba(245,243,238,.45);
  line-height: 1.8;
}

/* Prozess-Schritte: Großes horizontales Layout */
.proc-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.proc-step {
  padding: 2rem 1.5rem;
  border-left: 1px solid rgba(200,169,110,.1);
  position: relative;
  transition: background var(--dur) var(--ease);
}
.proc-step:first-child { border-left: none; }
.proc-step:hover { background: rgba(200,169,110,.03); }

.ps-num {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 800;
  color: rgba(200,169,110,.12);
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -.04em;
  transition: color var(--dur) var(--ease);
}
.proc-step:hover .ps-num { color: rgba(200,169,110,.25); }

.ps-line {
  position: absolute;
  top: 3.2rem;
  right: 0;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  opacity: .3;
}
.ps-line--last { display: none; }

.ps-content h3 {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 700;
  color: var(--off-white);
  margin-bottom: .6rem;
  letter-spacing: -.005em;
}
.ps-content p {
  font-size: .82rem;
  color: rgba(245,243,238,.4);
  line-height: 1.75;
}

/* ── Hamburg ──────────────────────────────────────────────── */
.section-hamburg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  border-top: 1px solid rgba(200,169,110,.08);
  border-bottom: 1px solid rgba(200,169,110,.08);
}

.hh-left {
  padding: clamp(4rem, 9vw, 7rem) clamp(2rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(200,169,110,.08);
}
.h-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hh-left h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1.5rem;
}
.hh-left h2 em {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--gold);
  letter-spacing: -.01em;
}
.hh-left p {
  font-size: .95rem;
  color: rgba(245,243,238,.5);
  line-height: 1.85;
  margin-bottom: 1rem;
  max-width: 480px;
}
.hh-left p:last-of-type { margin-bottom: 2rem; }

.hh-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 2.5rem;
}
.hh-list li {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: .9rem;
  font-weight: 500;
  color: rgba(245,243,238,.7);
}
.hh-check {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.hh-check::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.hh-right {
  background: var(--ink-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
}
.hh-visual {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hh-letters {
  font-family: var(--font-head);
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 800;
  color: rgba(200,169,110,.06);
  letter-spacing: -.05em;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.hh-sub-text {
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(200,169,110,.3);
  position: absolute;
  bottom: 15%;
}
.hh-grid-lines {
  position: absolute;
  inset: 0;
}
.hh-grid-lines svg { width: 100%; height: 100%; }
.hh-info-card {
  background: rgba(10,10,18,.9);
  border: 1px solid rgba(200,169,110,.2);
  border-radius: var(--r-lg);
  padding: 1.5rem 2rem;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--sh-dark);
}
.hic-label {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(200,169,110,.4);
  margin-bottom: .25rem;
}
.hic-val {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -.01em;
}

/* ── Contact ──────────────────────────────────────────────── */
.section-contact {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  border-top: 1px solid rgba(200,169,110,.08);
}

.ct-left {
  padding: clamp(4rem, 9vw, 7rem) clamp(2rem, 6vw, 5rem);
  background: var(--ink-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(200,169,110,.08);
}
.c-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.ct-left h2 {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--off-white);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
}
.ct-left h2 em {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  color: var(--gold);
  letter-spacing: -.01em;
}
.ct-left p {
  font-size: .95rem;
  color: rgba(245,243,238,.45);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 400px;
}

.ct-contacts { display: flex; flex-direction: column; gap: 1.5rem; }
.ct-contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.cci-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200,169,110,.2);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.cci-icon svg { width: 18px; height: 18px; }
.ct-contact-item div { display: flex; flex-direction: column; gap: .2rem; }
.ct-contact-item strong {
  font-family: var(--font-head);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(200,169,110,.4);
}
.ct-contact-item span,
.ct-contact-item a {
  font-size: .88rem;
  color: rgba(245,243,238,.65);
  line-height: 1.5;
}
.ct-contact-item a:hover { color: var(--gold); }

/* Form */
.ct-right {
  padding: clamp(4rem, 9vw, 7rem) clamp(2rem, 6vw, 5rem);
  background: var(--ink);
}
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 560px;
}
.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cf-group { display: flex; flex-direction: column; gap: .4rem; }
.cf-group label {
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(200,169,110,.4);
}
.cf-group label span { color: var(--gold); }
.cf-opt {
  font-size: .65rem;
  color: rgba(245,243,238,.2) !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.cf-group input,
.cf-group textarea {
  padding: .9rem 1.15rem;
  border: 1px solid rgba(200,169,110,.12);
  border-radius: var(--r);
  font-size: 1rem;
  color: var(--off-white);
  background: rgba(255,255,255,.03);
  resize: vertical;
  width: 100%;
  min-height: 50px;
  transition: border-color var(--dur) var(--ease),
              background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.cf-group input::placeholder,
.cf-group textarea::placeholder { color: rgba(245,243,238,.18); }
.cf-group input:focus,
.cf-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(200,169,110,.04);
  box-shadow: 0 0 0 3px rgba(200,169,110,.1);
}
.cf-check {
  flex-direction: row !important;
  align-items: flex-start;
  gap: .75rem;
}
.cf-check input[type="checkbox"] {
  margin-top: .2rem;
  flex-shrink: 0;
  accent-color: var(--gold);
  width: 18px;
  height: 18px;
  min-height: unset;
  cursor: pointer;
}
.cf-check label {
  font-size: .82rem;
  font-weight: 400;
  color: rgba(245,243,238,.35);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.55;
}
.cf-check label a { color: var(--gold); text-decoration: underline; }
.cf-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  padding: 1.1rem 2rem;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  min-height: 54px;
  transition: background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease),
              gap var(--dur) var(--ease);
}
.cf-submit svg { width: 18px; height: 18px; flex-shrink: 0; }
.cf-submit:hover {
  background: var(--gold-2);
  box-shadow: var(--sh-gold);
  transform: translateY(-2px);
  gap: 1rem;
}

/* ── Footer ───────────────────────────────────────────────── */
.footer {
  background: #060610;
  border-top: 1px solid rgba(200,169,110,.08);
}
.ft-top {
  max-width: var(--max-w);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.ft-brand { display: flex; flex-direction: column; gap: 1.25rem; }
.ft-logo { display: flex; align-items: center; gap: .85rem; }
.ft-name {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 700;
  color: var(--off-white);
  letter-spacing: -.005em;
}
.ft-sub {
  font-size: .65rem;
  font-weight: 500;
  color: rgba(200,169,110,.4);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ft-brand p {
  font-size: .85rem;
  color: rgba(245,243,238,.28);
  line-height: 1.75;
  max-width: 300px;
}
.ft-col h4 {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(200,169,110,.3);
  margin-bottom: 1.25rem;
}
.ft-col ul { display: flex; flex-direction: column; gap: .6rem; }
.ft-col a {
  font-size: .85rem;
  color: rgba(245,243,238,.35);
  transition: color var(--dur) var(--ease);
  min-height: 32px;
  display: flex;
  align-items: center;
}
.ft-col a:hover { color: var(--gold); }
.ft-col li { font-size: .85rem; color: rgba(245,243,238,.25); line-height: 1.65; }

.ft-bottom {
  border-top: 1px solid rgba(200,169,110,.06);
  padding-block: 1.35rem;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.ft-bottom p { font-size: .78rem; color: rgba(245,243,238,.18); }
.ft-legal { display: flex; gap: 1.75rem; }
.ft-legal a {
  font-size: .78rem;
  color: rgba(245,243,238,.22);
  transition: color var(--dur) var(--ease);
}
.ft-legal a:hover { color: var(--gold); }

/* ── Legal Pages ──────────────────────────────────────────── */
.legal-page {
  padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 4rem));
  padding-bottom: clamp(3rem, 8vw, 6rem);
  max-width: 860px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--gold);
  margin-bottom: 2.5rem;
  min-height: 44px;
  transition: gap var(--dur) var(--ease);
}
.legal-back:hover { gap: .8rem; }
.legal-back svg { width: 18px; height: 18px; }
.legal-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(200,169,110,.12);
}
.legal-header h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--off-white);
  letter-spacing: -.03em;
  margin-bottom: .5rem;
}
.legal-header p { color: rgba(245,243,238,.35); font-size: .9rem; }
.legal-body h2 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--off-white);
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  letter-spacing: -.005em;
}
.legal-body h3 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--off-white);
  margin-top: 1.75rem;
  margin-bottom: .5rem;
}
.legal-body p {
  color: rgba(245,243,238,.45);
  margin-bottom: .85rem;
  font-size: .93rem;
  line-height: 1.8;
}
.legal-body ul { list-style: disc; padding-left: 1.5rem; margin-bottom: .85rem; }
.legal-body ul li { color: rgba(245,243,238,.45); font-size: .93rem; margin-bottom: .35rem; }
.legal-body a { color: var(--gold); text-decoration: underline; }
.legal-body a:hover { color: var(--gold-2); }

/* ============================================================
   RESPONSIVE – MOBILE FIRST
   ============================================================ */

/* ── ≤ 1200px ─────────────────────────────────────────────── */
@media screen and (max-width: 1200px) {
  .proc-steps { grid-template-columns: repeat(3, 1fr); }
  .proc-step:nth-child(4),
  .proc-step:nth-child(5) { border-top: 1px solid rgba(200,169,110,.1); }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .ft-brand { grid-column: 1 / -1; }
}

/* ── ≤ 1024px ─────────────────────────────────────────────── */
@media screen and (max-width: 1024px) {
  .num-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-hamburg { grid-template-columns: 1fr; }
  .hh-left { border-right: none; border-bottom: 1px solid rgba(200,169,110,.08); }
  .hh-right { min-height: 400px; }
  .section-contact { grid-template-columns: 1fr; }
  .ct-left { border-right: none; border-bottom: 1px solid rgba(200,169,110,.08); }
}

/* ── ≤ 768px ──────────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  :root { --nav-h: 62px; }

  /* Cursor ausblenden */
  .cursor, .cursor-follower { display: none; }
  body { cursor: auto; }

  /* Nav → Hamburger */
  .nav-links {
    display: none !important;
    flex-direction: column;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0; bottom: 0;
    background: rgba(10,10,18,.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 2rem 1.5rem;
    gap: 0;
    overflow-y: auto;
    border-top: 1px solid rgba(200,169,110,.1);
    z-index: 999;
  }
  .nav-links.open { display: flex !important; }
  .nav-links li { border-bottom: 1px solid rgba(200,169,110,.06); }
  .nl {
    padding: 1.1rem .5rem;
    font-size: 1.05rem;
    border-radius: 0;
    background: none !important;
    min-height: 60px;
    width: 100%;
    justify-content: space-between;
  }
  .nl-cta {
    margin-left: 0;
    margin-top: 1.5rem;
    background: var(--gold) !important;
    color: var(--ink) !important;
    border-radius: var(--r);
    justify-content: center;
  }
  .burger { display: flex !important; }

  /* Hero */
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .hero-left {
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 5vw, 2rem);
    padding-top: clamp(2.5rem, 6vw, 4rem);
  }
  .hero-left::before { display: none; }
  .hero-right {
    min-height: 320px;
    border-left: none;
    border-top: 1px solid rgba(200,169,110,.08);
  }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .cta-main { width: 100%; justify-content: center; }
  .hero-ctas .cta-ghost { justify-content: center; }
  .hero-badge { bottom: 1rem; left: 1rem; }

  /* Services */
  .sv-grid { grid-template-columns: 1fr; }
  .sv-item--large { grid-column: span 1; grid-template-columns: 1fr; }
  .sv-item--large .sv-icon { grid-row: auto; grid-column: auto; justify-self: start; }

  /* Numbers */
  .num-grid { grid-template-columns: 1fr 1fr; }

  /* Process */
  .proc-steps { grid-template-columns: 1fr; }
  .proc-step { border-left: none; border-top: 1px solid rgba(200,169,110,.08); }
  .proc-step:first-child { border-top: none; }
  .ps-line { display: none; }

  /* Footer */
  .ft-top { grid-template-columns: 1fr; }
  .ft-brand { grid-column: auto; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
}

/* ── ≤ 480px ──────────────────────────────────────────────── */
@media screen and (max-width: 480px) {
  .h1-line { font-size: 2.1rem; }
  .h1-serif { font-size: 2.3rem; }
  .num-grid { grid-template-columns: 1fr; }
  .nc-val { font-size: 3.5rem; }
  .cf-row { grid-template-columns: 1fr; }
  .ct-left, .ct-right { padding: 2.5rem 1.25rem; }
  .hh-left { padding: 2.5rem 1.25rem; }
  .sv-item { padding: 1.75rem 1.25rem; }
  .hero-badge { display: none; }
}

/* ── ≤ 360px ──────────────────────────────────────────────── */
@media screen and (max-width: 360px) {
  .logo-sub { display: none; }
  .h1-line { font-size: 1.8rem; }
  .h1-serif { font-size: 2rem; }
  .marquee-track span { padding-inline: 1rem; font-size: .68rem; }
}

/* ── Touch: Hover deaktivieren ────────────────────────────── */
@media (hover: none) {
  .sv-item:hover, .num-card:hover,
  .proc-step:hover, .cta-main:hover,
  .cf-submit:hover {
    transform: none;
    box-shadow: none;
  }
}
