* {
  box-sizing: border-box;
}

:root {
  --ink: #1f1b16;
  --sand: #f6f1ea;
  --clay: #c96b4b;
  --olive: #4a5d4c;
  --sky: #e2ecf1;
  --paper: #ffffff;
  --shadow: rgba(0, 0, 0, 0.08);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.6;
}

a {
  color: var(--ink);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px 80px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: var(--paper);
  border-bottom: 1px solid #ece2d7;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ad-label {
  font-size: 0.85rem;
  background: var(--sky);
  padding: 6px 10px;
  border-radius: 20px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a,
.nav-links button {
  font-size: 0.95rem;
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
}

.nav-links .cta {
  background: var(--clay);
  color: var(--paper);
}

.hero {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-top: 32px;
}

.hero-copy {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-media {
  flex: 0.9;
  position: relative;
}

.hero-media .image-frame {
  height: 100%;
}

.image-frame {
  background: var(--sky);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offset-card {
  background: var(--paper);
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 16px 30px var(--shadow);
  margin-left: -60px;
  margin-top: 28px;
}

.section {
  margin-top: 72px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 12px;
}

.split {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1;
  min-width: 260px;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background: var(--paper);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 26px var(--shadow);
  flex: 1 1 260px;
  min-width: 240px;
}

.card h3 {
  margin-top: 12px;
  margin-bottom: 6px;
}

.price {
  font-weight: 700;
  color: var(--clay);
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--olive);
  color: var(--paper);
  font-size: 0.85rem;
}

.note {
  background: var(--sky);
  padding: 16px 20px;
  border-radius: 16px;
}

.sticky-cta {
  position: sticky;
  top: 20px;
  background: var(--paper);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 24px var(--shadow);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 22px;
  background: var(--clay);
  color: var(--paper);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.cta-secondary {
  background: var(--olive);
}

.form-wrap {
  background: var(--paper);
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 16px 30px var(--shadow);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7c9bb;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background: var(--ink);
  color: var(--paper);
  padding: 40px 28px;
  margin-top: 80px;
}

.footer a {
  color: var(--paper);
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
}

.footer-columns div {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: var(--paper);
  box-shadow: 0 16px 30px var(--shadow);
  border-radius: 18px;
  padding: 18px;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 16px;
  cursor: pointer;
  background: var(--olive);
  color: var(--paper);
}

.cookie-actions .reject {
  background: #b0a39a;
}

.muted {
  color: #5c5248;
  font-size: 0.95rem;
}

.bg-sand {
  background: var(--sand);
}

.bg-sky {
  background: var(--sky);
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1466978913421-dad2ebd01d17?w=1400&q=80");
  background-color: var(--sky);
  background-size: cover;
  background-position: center;
}

.bg-herb {
  background-image: url("https://images.unsplash.com/photo-1458642849426-cfb724f15ef7?w=1400&q=80");
  background-color: var(--sand);
  background-size: cover;
  background-position: center;
}

.bg-oven {
  background-image: url("https://images.unsplash.com/photo-1522780550166-284a0288c8df?w=1400&q=80");
  background-color: var(--sky);
  background-size: cover;
  background-position: center;
}

.bg-olive {
  background-image: url("https://images.unsplash.com/photo-1484980972926-edee96e0960d?w=1400&q=80");
  background-color: var(--sand);
  background-size: cover;
  background-position: center;
}

.overlay {
  background: rgba(246, 241, 234, 0.88);
  border-radius: 20px;
  padding: 28px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight {
  background: var(--clay);
  color: var(--paper);
  padding: 2px 8px;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .offset-card {
    margin-left: 0;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
