* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e2420;
  background: #f6f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-nav {
  padding: 20px 32px 10px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d4d0c7;
  padding-bottom: 14px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  background: #e9e4d9;
  padding: 6px 10px;
  border-radius: 20px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.section {
  padding: 70px 0;
  position: relative;
}

.section-light {
  background: #ffffff;
}

.section-ink {
  background: #202824;
  color: #f5f2eb;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.hero-text {
  flex: 1 1 420px;
  position: relative;
}

.hero-title {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 18px;
}

.hero-tag {
  display: inline-block;
  background: #dfe6d9;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.hero-image-wrap {
  flex: 1 1 420px;
  position: relative;
  background: #d9e0d6;
  padding: 18px;
}

.hero-image-wrap img {
  width: 100%;
  height: 420px;
}

.floating-card {
  position: absolute;
  bottom: -28px;
  left: -22px;
  background: #ffffff;
  padding: 16px 20px;
  width: 220px;
  box-shadow: 0 18px 30px rgba(30, 36, 32, 0.15);
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  background: #fff7ec;
  padding: 26px;
  margin-top: 22px;
  border-left: 6px solid #879b84;
}

.image-panel {
  flex: 1 1 340px;
  background: #d9e0d6;
  padding: 12px;
}

.image-panel img {
  width: 100%;
  height: 320px;
}

.text-panel {
  flex: 1 1 360px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border: 1px solid #d4d0c7;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card.media {
  padding: 0;
  overflow: hidden;
}

.card.media .card-content {
  padding: 18px;
}

.card img {
  width: 100%;
  height: 180px;
  background: #d9e0d6;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 12px 18px;
  background: #2a3c31;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.button.secondary {
  background: #e9e4d9;
  color: #1e2420;
}

.inline-link {
  text-decoration: underline;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border: 1px solid #d4d0c7;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #bfc1b9;
  font-size: 1rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.9rem;
  color: #5a635d;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.sticky-cta button {
  background: #7b8f6d;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #1d231f;
  color: #f6f4f0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.footer-note {
  margin-top: 18px;
  font-size: 0.9rem;
  color: #d4d0c7;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border: 1px solid #d4d0c7;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 12;
}

.cookie-hidden {
  display: none;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bg-forest {
  background: #dfe6d9;
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-coast {
  background: #d6e3ea;
  background-image: url("https://images.unsplash.com/photo-1432405972618-c60b0225b8f9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-grain {
  background: #f1ede5;
}

.image-band {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.image-band img {
  width: 100%;
  height: 220px;
  background: #d9e0d6;
}

.service-select {
  width: 100%;
}

.service-choice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice {
  background: #e9e4d9;
  padding: 12px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 18px;
  border: 1px solid #d4d0c7;
}

.caption {
  font-size: 0.9rem;
  color: #5a635d;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  background: #e9e4d9;
  border-radius: 20px;
  font-size: 0.85rem;
}

.align-right {
  text-align: right;
}
