:root {
  --bg: #f5f0e8;
  --bg-strong: #ece3d3;
  --surface: #fffdf8;
  --surface-muted: rgba(255, 253, 248, 0.72);
  --text: #1f2421;
  --text-soft: #5b635e;
  --line: rgba(31, 36, 33, 0.12);
  --accent: #48654b;
  --accent-deep: #253629;
  --warm: #9d7552;
  --shadow: 0 22px 60px rgba(25, 33, 28, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(157, 117, 82, 0.18), transparent 28%),
    linear-gradient(180deg, #f8f3ea 0%, #f2ece1 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  padding: 10px 16px;
  background: var(--accent-deep);
  color: #f8f3ea;
  font-size: 14px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(248, 243, 234, 0.78);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-deep);
  color: #f8f3ea;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.menu-toggle {
  display: none;
}

.site-nav,
.menu,
.site-nav__actions,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link,
.menu a {
  color: var(--text-soft);
  font-weight: 600;
}

.nav-link--cart,
.button,
button,
input[type="submit"] {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.nav-link--cart,
.button--primary,
.newsletter-form button {
  padding: 12px 18px;
  background: var(--accent);
  color: #fff;
}

.nav-link--ghost,
.button--secondary,
.button--small {
  padding: 12px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.hero,
.page-hero {
  padding: 72px 0 48px;
}

.hero__grid,
.story-grid,
.comparison-grid,
.footer-grid,
.contact-grid,
.narrative-grid {
  display: grid;
  gap: 24px;
}

.hero__grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.section-tag,
.feature-card__eyebrow,
.footer-eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.footer-title {
  margin: 0 0 16px;
  line-height: 1.08;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(46px, 6vw, 84px);
  max-width: 12ch;
}

h2,
.footer-title {
  font-size: clamp(34px, 4vw, 56px);
}

h3 {
  font-size: 26px;
}

p {
  margin: 0 0 16px;
  color: var(--text-soft);
}

.hero__lede,
.lead {
  max-width: 62ch;
  font-size: 18px;
}

.hero__actions,
.hero__trust,
.newsletter-form {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.hero__trust {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  color: var(--text);
  font-weight: 600;
}

.hero__visual {
  display: grid;
  gap: 18px;
}

.hero-card,
.feature-card,
.comparison-card,
.product-card,
.quote-card,
.narrative-card,
.contact-card,
.highlight-item {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
  box-shadow: var(--shadow);
}

.hero-card--main {
  min-height: 320px;
  background:
    linear-gradient(140deg, rgba(72, 101, 75, 0.96), rgba(37, 54, 41, 0.98)),
    var(--surface);
  color: #f7f3eb;
}

.hero-card--accent {
  margin-left: 72px;
  min-height: 200px;
  background:
    linear-gradient(140deg, rgba(157, 117, 82, 0.92), rgba(90, 67, 49, 0.95)),
    var(--surface);
  color: #fff;
}

.hero-card span,
.hero-card strong {
  display: block;
}

.hero-card span {
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-card strong {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.page-section {
  padding: 48px 0;
}

.page-section--contrast,
.page-section--story,
.page-section--faq,
.site-footer {
  background: rgba(255, 250, 243, 0.52);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.feature-grid,
.product-grid,
.review-grid,
.highlight-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.comparison-grid,
.footer-grid,
.contact-grid,
.narrative-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comparison-grid > :first-child,
.story-grid > :first-child {
  grid-column: span 1;
}

.comparison-card--accent {
  background: rgba(72, 101, 75, 0.9);
  color: #fff;
}

.comparison-card--accent li,
.comparison-card--accent h3 {
  color: inherit;
}

.story-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.product-card__price {
  color: var(--accent-deep);
  font-weight: 800;
}

.quote-card p {
  color: var(--text);
  font-size: 19px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq-item p {
  margin: 14px 0 0;
}

.newsletter-form input {
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 56px 0 24px;
  border-top: 1px solid var(--line);
}

.site-footer__bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.prose {
  max-width: 860px;
}

.shop-shell .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.shop-shell ul.products li.product,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto !important;
  float: none !important;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.product-extra {
  margin-top: 48px;
}

.highlight-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 960px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(248, 243, 234, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero__grid,
  .story-grid,
  .comparison-grid,
  .footer-grid,
  .contact-grid,
  .narrative-grid,
  .feature-grid,
  .product-grid,
  .review-grid,
  .shop-shell .products,
  .woocommerce div.product,
  .highlight-list {
    grid-template-columns: 1fr;
  }

  .hero-card--accent {
    margin-left: 0;
  }
}

