@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  color-scheme: light;
  --ink: #1d1f23;
  --muted: #5c6570;
  --accent: #1c4e80;
  --accent-2: #c28b39;
  --soft: #f2f0ec;
  --sand: #f7f3ee;
  --mid: #e6e2dc;
  --night: #0f1a24;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 24px clamp(20px, 4vw, 64px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--sand);
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  font-size: 1.1rem;
}

.split-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.split-nav a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.split-nav a:hover,
.split-nav a:focus {
  border-bottom-color: var(--accent-2);
}

.split-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: clamp(36px, 6vw, 96px) clamp(20px, 6vw, 80px);
}

.split-section.reverse {
  flex-direction: column-reverse;
}

.split-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-panel .eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.split-panel h1,
.split-panel h2,
.split-panel h3 {
  margin: 0;
  line-height: 1.2;
}

.split-panel p {
  margin: 0;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-button {
  background: var(--accent);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-outline {
  border: 1px solid var(--ink);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
}

.cta-link {
  color: var(--accent);
  font-weight: 600;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: var(--white);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(15, 26, 36, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service-card span {
  font-weight: 600;
  color: var(--accent);
}

.stat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat {
  background: var(--soft);
  padding: 16px;
  border-radius: 14px;
}

.quote {
  background: var(--night);
  color: var(--white);
  padding: 28px;
  border-radius: 18px;
}

.quote p {
  color: var(--white);
}

.form-panel {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(15, 26, 36, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  font: inherit;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #cfd5dc;
}

button {
  border: none;
  font: inherit;
  cursor: pointer;
}

.form-hint {
  font-size: 0.85rem;
  color: var(--muted);
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  margin: 0 auto 24px;
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(15, 26, 36, 0.15);
  width: fit-content;
}

.footer {
  background: var(--night);
  color: var(--white);
  padding: 40px clamp(20px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: var(--white);
  opacity: 0.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.tone-sand {
  background: var(--sand);
}

.tone-soft {
  background: var(--soft);
}

.tone-mid {
  background: var(--mid);
}

.tone-night {
  background: var(--night);
  color: var(--white);
}

.tone-night p {
  color: rgba(255, 255, 255, 0.7);
}

.bg-river {
  background-image: linear-gradient(120deg, rgba(15, 26, 36, 0.6), rgba(15, 26, 36, 0.2)), url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.bg-skyline {
  background-image: linear-gradient(120deg, rgba(247, 243, 238, 0.9), rgba(247, 243, 238, 0.6)), url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.bg-residence {
  background-image: linear-gradient(130deg, rgba(28, 78, 128, 0.55), rgba(28, 78, 128, 0.2)), url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(15, 26, 36, 0.2);
  display: none;
  gap: 12px;
  flex-direction: column;
  z-index: 20;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 900px) {
  .split-section {
    flex-direction: row;
    align-items: center;
  }

  .split-section.reverse {
    flex-direction: row-reverse;
  }

  .service-cards {
    flex-direction: row;
  }

  .service-card {
    flex: 1;
  }

  .stat-list {
    flex-direction: row;
  }

  .stat {
    flex: 1;
  }
}
