/* Base */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1d1f;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 14px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  padding: 24px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f7f6f2;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

nav a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

nav a:hover {
  border-color: #2f5233;
}

main {
  flex: 1;
}

.section {
  padding: 64px 6%;
}

.section.alt {
  background: #ffffff;
}

.section.deep {
  background: #e1ead7;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split .media {
  flex: 1;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #2f5233;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.3rem;
}

.lead {
  font-size: 1.1rem;
  color: #3a3c3f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1c1d1f;
  background: #1c1d1f;
  color: #f7f6f2;
  font-weight: 600;
  transition: 0.2s ease;
}

.button.secondary {
  background: transparent;
  color: #1c1d1f;
}

.button.light {
  background: #2f5233;
  border-color: #2f5233;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.card-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.card .price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #2f5233;
}

.inline-link {
  border-bottom: 1px solid #2f5233;
  font-weight: 600;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f2f0ea;
  font-size: 0.85rem;
}

.quote {
  font-style: italic;
  background: #f2f0ea;
  padding: 18px;
  border-radius: 16px;
}

.form-wrap {
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9ccc4;
  font-size: 1rem;
  font-family: inherit;
}

footer {
  padding: 30px 6%;
  background: #1c1d1f;
  color: #f7f6f2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
}

footer a {
  color: #f7f6f2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  background: #2f5233;
  color: #f7f6f2;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 40;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  max-width: 340px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #1c1d1f;
  background: #1c1d1f;
  color: #f7f6f2;
  font-weight: 600;
}

.cookie-actions .secondary {
  background: transparent;
  color: #1c1d1f;
}

.bg-hero {
  background: linear-gradient(120deg, rgba(47, 82, 51, 0.2), rgba(247, 246, 242, 0.9));
}

.bg-vision {
  background: linear-gradient(120deg, rgba(28, 29, 31, 0.08), rgba(247, 246, 242, 0.95));
}

.bg-depth {
  background: linear-gradient(120deg, rgba(225, 234, 215, 0.8), rgba(255, 255, 255, 0.95));
}

@media (min-width: 900px) {
  header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .card-grid {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }
}
