@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter-Regular");
}

:root {
  --bg: #f7f4ef;
  --ink: #1e1c18;
  --accent: #2f5d50;
  --accent-2: #c46a2b;
  --soft: #e9e3d7;
  --soft-2: #f0ece4;
  --line: #d9d2c5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 6vw 10px;
}

.topbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ad-disclosure {
  font-size: 0.9rem;
  color: #4b443b;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 6vw 20px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-title {
  font-size: 2.7rem;
  line-height: 1.1;
  margin: 0;
}

.hero-image {
  flex: 1 1 340px;
  background: #d8d1c5;
  border-radius: 16px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 0.95rem;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.section {
  padding: 48px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.soft {
  background: var(--soft);
}

.section.soft-2 {
  background: var(--soft-2);
}

.split {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-image {
  flex: 1 1 320px;
  border-radius: 16px;
  background: #d1c9bf;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-image {
  background: #d7d0c4;
}

.card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.inline-link {
  color: var(--accent-2);
  text-decoration: underline;
}

.quote-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.quote {
  flex: 1 1 220px;
  padding: 18px;
  border-left: 3px solid var(--accent);
  background: #fff;
}

.form-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 1rem;
  background: #fff;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 5;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 48px;
  background: #1f1b17;
  color: #f2ede5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f2ede5;
  text-decoration: underline;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.bg-surface {
  background-image: url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-surface .split-text {
  background: rgba(31, 27, 23, 0.65);
  padding: 20px;
  border-radius: 12px;
}

.bg-calm {
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-calm .split-text {
  background: rgba(34, 28, 24, 0.6);
  padding: 20px;
  border-radius: 12px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  right: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.policy-box {
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 12px;
  background: #fff;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid var(--line);
}

.wide-image {
  border-radius: 16px;
  overflow: hidden;
  background: #d5cec3;
}

.wide-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
