/*
Theme Name: Wolke Design
Theme URI: https://wolke-garage.de
Description: Wolke Private Motorhome Residence – Landing Page Theme
Author: Wolke GmbH
Author URI: https://wolke-fenster.de
Version: 1.0
License: Private
Text Domain: wolke-garage
*/

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

:root {
  --navy: #1a2e4a;
  --navy-dark: #111e30;
  --navy-light: #243d60;
  --gold: #c9972b;
  --gold-light: #e0b04a;
  --gold-pale: #f5e9cc;
  --white: #fff;
  --off-white: #f8f6f2;
  --gray: #6b7280;
  --gray-light: #e8e4de;
  --text: #1a1a1a;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

.wolke-ic { width: 1em; height: 1em; display: block; }
.form-success .wolke-ic { width: 22px; height: 22px; flex-shrink: 0; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  height: 72px;
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.logo-text { color: var(--white); }
.logo-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; letter-spacing: 0.1em; }
.logo-text span { display: block; font-size: 9px; font-weight: 300; letter-spacing: 0.2em; color: var(--gold-light); text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--gold-light); }

.nav-cta {
  background: var(--gold);
  color: var(--navy-dark) !important;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 12px; font-weight: 500 !important;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-light) !important; color: var(--navy-dark) !important; }

.hero {
  min-height: 100vh;
  background: var(--navy);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,151,43,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 64px 80px 64px;
}

.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 24px;
}
.hero-tag span {
  color: var(--gold);
  font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700; line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
}

.hero-sub {
  color: var(--gold);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 20px;
}

.hero p {
  color: rgba(255,255,255,0.65);
  font-size: 16px; line-height: 1.7;
  max-width: 440px;
  margin-bottom: 40px;
}

.hero-facts {
  list-style: none;
  display: flex; flex-wrap: wrap;
  gap: 12px 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  margin-bottom: 36px;
  max-width: 560px;
}
.hero-facts li {
  display: flex; align-items: center; gap: 9px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}
.hero-facts .wolke-ic { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-ghost {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: var(--gold-light); color: var(--white); }

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold);
  color: var(--navy-dark);
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
  align-self: flex-start;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-primary svg { width: 16px; height: 16px; }

.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}
.hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--navy) 0%, transparent 30%);
}

.fahrzeug-section {
  background: var(--off-white);
  padding: 80px 64px;
}

.fahrzeug-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.fahrzeug-card {
  position: relative;
  overflow: hidden;
  background: var(--navy-light);
  border-radius: 4px;
}
.fahrzeug-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.fahrzeug-card:hover img { transform: scale(1.045); }
.fahrzeug-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(to top, rgba(17,30,48,0.92), rgba(17,30,48,0));
  color: var(--white);
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.04em;
}
.fahrzeug-card figcaption i {
  font-style: normal;
  font-size: 11px;
  color: var(--gold-light);
  letter-spacing: 0.12em;
}

.section-header { text-align: center; margin-bottom: 0; }
.section-tag {
  display: inline-block;
  color: var(--gold);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 12px;
}
.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600; color: var(--navy);
  line-height: 1.2;
}

.vorteile-section {
  background: var(--white);
  padding: 80px 64px;
}
.vorteile-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 24px; margin-top: 56px;
}
.vorteil {
  text-align: center;
  padding: 32px 16px;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.vorteil:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,151,43,0.1);
}
.vorteil-icon { display: flex; justify-content: center; font-size: 28px; margin-bottom: 14px; color: var(--gold); }
.vorteil h4 {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--navy); margin-bottom: 10px;
}
.vorteil p { font-size: 12px; line-height: 1.6; color: var(--gray); }

.service-section {
  background: var(--navy);
  padding: 80px 64px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.service-left .section-tag { color: var(--gold-light); }
.service-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 38px);
  color: var(--white); font-weight: 600;
  line-height: 1.2; margin-bottom: 40px;
}
.service-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service-item {
  display: flex; flex-direction: column; gap: 8px;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
}
.service-icon { font-size: 24px; color: var(--gold); }
.service-item h4 {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white);
}
.service-item p { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.5); }

.service-right {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,151,43,0.3);
  border-radius: 4px;
  padding: 40px;
}
.service-right h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px; color: var(--white);
  margin-bottom: 20px;
}
.service-right p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.check-list { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.check-list li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.75); font-size: 14px;
}
.check-list li::before {
  content: '✓';
  color: var(--gold); font-weight: 700; flex-shrink: 0;
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--gold); color: var(--navy-dark); }

.stellplatz-section {
  background: var(--off-white);
  padding: 80px 64px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}

.platz-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; margin-top: 40px;
}
.platz-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  padding: 28px 20px 22px;
  display: flex; flex-direction: column;
}
.platz-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 600;
  color: var(--navy); margin-bottom: 4px;
}
.platz-card .masse { font-size: 12px; color: var(--gray); margin-bottom: 24px; }
.platz-card .price {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700;
  color: var(--navy); line-height: 1;
}
.platz-card .per { font-size: 11px; color: var(--gray); margin-top: 6px; }

.platz-hinweis {
  margin-top: 24px;
  font-size: 17px; font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
}

.form-side h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.5vw, 32px);
  color: var(--navy); font-weight: 600;
  line-height: 1.2; margin-bottom: 8px;
}
.form-side > p { font-size: 13px; color: var(--gray); margin-bottom: 28px; line-height: 1.6; }

.warteliste-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: var(--navy); text-transform: uppercase; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 14px; color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.form-group textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #bbb; }

.btn-submit {
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 16px 32px;
  border-radius: 4px;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background 0.2s;
  margin-top: 4px;
}
.btn-submit:hover { background: var(--navy-dark); }

.form-privacy {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 11px; color: var(--gray); line-height: 1.5;
  margin-top: 4px;
}
.form-privacy .wolke-ic { flex-shrink: 0; }

.form-success {
  display: none;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  color: #166534;
  font-size: 14px;
}

.standort-section {
  background: var(--white);
  padding: 80px 64px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.standort-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.5vw, 34px);
  color: var(--navy); font-weight: 600;
  margin-bottom: 8px;
}
.standort-tag {
  display: flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px;
}
.standort-left p { color: var(--gray); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.standort-left ul { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.standort-left ul li {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text);
}
.standort-left ul li::before { content: '✓'; color: var(--gold); font-weight: 700; }
.btn-standort {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.btn-standort:hover { background: var(--navy); color: var(--white); }

.standort-map {
  border-radius: 4px; overflow: hidden;
  border: 1px solid var(--gray-light);
  height: 320px;
}
.standort-map iframe { width: 100%; height: 100%; border: none; }

footer {
  background: var(--navy-dark);
  padding: 40px 64px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-logo .logo-text strong { font-size: 13px; }
.footer-contact { text-align: center; }
.footer-contact p { color: rgba(255,255,255,0.5); font-size: 12px; line-height: 2; }
.footer-contact a { color: var(--gold-light); text-decoration: none; }
.footer-legal { text-align: right; display: flex; flex-direction: column; gap: 6px; }
.footer-legal a {
  color: rgba(255,255,255,0.4);
  font-size: 11px; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--gold); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-left > * {
  animation: fadeUp 0.6s ease both;
}
.hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-left > *:nth-child(3) { animation-delay: 0.3s; }
.hero-left > *:nth-child(4) { animation-delay: 0.35s; }
.hero-left > *:nth-child(5) { animation-delay: 0.4s; }
.hero-left > *:nth-child(6) { animation-delay: 0.5s; }

@media (max-width: 1100px) {
  nav { padding: 0 24px; }
  .nav-cta { font-size: 11px; padding: 9px 14px; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 60px 32px; }
  .fahrzeug-section, .vorteile-section, .standort-section { padding: 60px 32px; }
  .fahrzeug-grid { grid-template-columns: repeat(2, 1fr); }
  .vorteile-grid { grid-template-columns: repeat(3, 1fr); }
  .service-section, .stellplatz-section, .standort-section { grid-template-columns: 1fr; gap: 48px; padding: 60px 32px; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: center; padding: 40px 32px; }
  .footer-logo .logo { justify-content: center; }
  .footer-legal { text-align: center; flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 720px) {
  .vorteile-grid { grid-template-columns: repeat(2, 1fr); }
  .platz-cards { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  nav { flex-direction: column; height: auto; padding: 12px 16px; gap: 10px; }
  .hero { padding-top: 110px; }
  .fahrzeug-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
}
