*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --ink: #1b1b1b;
  --muted: #5b5b5b;
  --accent: #7c4a1e;
  --accent-soft: #f2e7dc;
  --stone: #f6f4f1;
  --night: #111017;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(17, 16, 23, 0.12);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--stone);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 32px 6vw 12px;
}

.nav-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.92rem;
  color: var(--muted);
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: var(--accent);
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 6vw 80px;
}

.section {
  background: var(--white);
  border-radius: 28px;
  padding: 40px;
  box-shadow: var(--shadow);
}

.section.alt {
  background: var(--accent-soft);
}

.section.dark {
  background: var(--night);
  color: var(--white);
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split .copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--muted);
}

.section.dark .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  font-weight: 600;
  border: 1px solid transparent;
}

.btn.outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: var(--white);
  border-radius: 20px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(17, 16, 23, 0.08);
}

.card .price {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
}

.card.dark {
  background: rgba(255, 255, 255, 0.08);
}

.quote {
  font-style: italic;
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--muted);
}

.highlight {
  background: var(--accent);
  color: var(--white);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  width: fit-content;
}

.form-card {
  background: var(--white);
  border-radius: 22px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow);
}

label {
  font-size: 0.85rem;
  color: var(--muted);
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #d9d5cf;
  font-size: 1rem;
  background: #fff;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  box-shadow: var(--shadow);
}

footer {
  padding: 48px 6vw 64px;
  background: var(--night);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--white);
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: var(--shadow);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-link {
  color: var(--accent);
  font-weight: 600;
}

.section.image-bg {
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.bg-evening {
  background-image: linear-gradient(rgba(13, 12, 18, 0.6), rgba(13, 12, 18, 0.7)),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1400&q=80");
}

.bg-city {
  background-image: linear-gradient(rgba(18, 16, 28, 0.5), rgba(18, 16, 28, 0.6)),
    url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1400&q=80");
}

.bg-lounge {
  background-image: linear-gradient(rgba(30, 23, 20, 0.4), rgba(30, 23, 20, 0.5)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1400&q=80");
}

@media (min-width: 900px) {
  .nav-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .split .copy,
  .split .media {
    flex: 1;
  }

  .card-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card {
    flex: 1 1 220px;
  }

  .cookie-banner {
    left: auto;
    right: 24px;
    max-width: 420px;
  }
}
