* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f5f2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  gap: 24px;
  background: #f1efe9;
}

.nav .brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav .disclosure {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  padding: 40px 6vw 60px;
}

.hero-text {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0;
}

.hero-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.hero-media {
  flex: 1 1 360px;
  background: #d9d1c6;
  padding: 16px;
  transform: translateY(20px);
}

.hero-media img {
  border-radius: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  padding: 12px 22px;
  background: #1d1d1f;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.secondary {
  background: #e4e0d9;
  color: #1d1d1f;
}

.section {
  padding: 54px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background: #ebe7de;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split .media {
  flex: 1 1 300px;
  background: #cfd0cf;
  padding: 12px;
  transform: translateX(-12px);
}

.split.reverse .media {
  transform: translateX(12px);
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.card .thumb {
  background: #dcd6cc;
  padding: 10px;
}

.price-tag {
  font-weight: 700;
  color: #3c3c3c;
}

.storyline {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 3px solid #1d1d1f;
  padding-left: 18px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quote {
  flex: 1 1 260px;
  background: #fefcf8;
  padding: 18px;
  border-radius: 6px;
}

.pricing-reveal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.pricing-item {
  flex: 1 1 240px;
  background: #111112;
  color: #fff;
  padding: 18px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #c4c4c4;
  font-size: 1rem;
}

.floating-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #1d1d1f;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 40px;
  background: #1d1d1f;
  color: #f7f5f2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer .links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fefcf8;
  border: 1px solid #d7d2c8;
  padding: 16px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.notice {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.legal-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.simple-hero {
  padding: 48px 6vw 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wide-image {
  background: #d1c9bf;
  padding: 12px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #fff;
  padding: 16px;
}

.service-row .meta {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-row .media {
  flex: 1 1 200px;
  background: #dcd6cc;
  padding: 10px;
}

.highlight {
  background: #f2ede4;
  padding: 18px;
}
