* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a22;
  background-color: #f6f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  padding: 20px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f4ef;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background-color: #e6e0d6;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  padding: 40px 6% 30px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
  min-width: 280px;
}

.split .media {
  flex: 1 1 320px;
  min-width: 280px;
}

.image-frame {
  background-color: #d6e0d3;
  border-radius: 18px;
  overflow: hidden;
}

.section {
  padding: 50px 6%;
}

.section.alt {
  background-color: #efe9df;
}

.section.dark {
  background-color: #1f2a22;
  color: #f6f4ef;
}

.section.scenic {
  background-image: url("https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f3d33;
  color: #f6f4ef;
}

.section-title {
  margin: 0 0 18px;
  font-size: 2rem;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #274233;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.light {
  background-color: #f6f4ef;
  color: #1f2a22;
}

.inline-link {
  border-bottom: 1px solid currentColor;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spacer {
  height: 18px;
}

.badge {
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #d8e3d2;
  font-size: 0.9rem;
}

.form-shell {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-shell label {
  font-weight: 600;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c9c1b3;
  font-family: inherit;
}

.form-message {
  font-size: 0.9rem;
  color: #2b3b2f;
}

.footer {
  padding: 40px 6%;
  background-color: #efe9df;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.page-hero {
  padding: 40px 6%;
  background-size: cover;
  background-position: center;
  background-color: #2a3a2e;
  color: #f6f4ef;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}

.page-hero.about {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
}

.page-hero.services {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.page-hero.contact {
  background-image: url("https://images.unsplash.com/photo-1444090542259-0af8fa96557e?w=1400&q=80");
}

.page-hero.legal {
  background-image: url("https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?w=1400&q=80");
}

.hero-tagline {
  font-size: 2rem;
  margin: 0;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.notice-box {
  background-color: #e9f0e3;
  padding: 18px;
  border-radius: 16px;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-col > div {
  flex: 1 1 260px;
}

.list-clean {
  margin: 0;
  padding-left: 18px;
}

.image-caption {
  font-size: 0.85rem;
  color: #4d5d50;
}

@media (max-width: 860px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sticky-cta {
    position: static;
    margin: 20px 6%;
  }
}
