:root {
  --ink: #17211b;
  --muted: #667069;
  --cream: #f6f3ea;
  --paper: #fffdf8;
  --line: #dcded8;
  --green: #1f5a43;
  --green-dark: #153e2f;
  --shadow: 0 18px 50px rgba(28, 42, 34, .10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }

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

.announcement {
  min-height: 36px;
  padding: 7px 20px;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}
.announcement a {
  color: #d8ed9d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.nav-wrap {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: var(--green);
  color: white;
  font-size: 12px;
  letter-spacing: .02em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.nav a:hover { color: var(--green); }
.cart-button {
  justify-self: end;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.cart-count {
  min-width: 25px;
  height: 25px;
  padding: 0 7px;
  border-radius: 99px;
  background: var(--ink);
  color: white;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  right: -120px;
  top: -180px;
  background: #e8efd7;
  filter: blur(2px);
}
.hero-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 60px;
  padding-block: 72px;
  position: relative;
}
.eyebrow {
  display: inline-block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow.light { color: #dff1a9; }
.hero h1,
.section h2,
.newsletter h2,
.modal h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.05em;
  line-height: 1.03;
  margin: 0;
}
.hero h1 {
  font-size: clamp(50px, 6vw, 82px);
  max-width: 800px;
}
.hero h1 span { color: var(--green); }
.hero-copy > p {
  max-width: 630px;
  color: var(--muted);
  font-size: 19px;
  margin: 26px 0 30px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  border: 1px solid transparent;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--green);
  color: #fff;
}
.button-primary:hover { background: var(--green-dark); }
.button-secondary {
  border-color: var(--line);
  background: #fff;
}
.button-light {
  background: #fff;
  color: var(--ink);
}
.trust-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.hero-art {
  min-height: 460px;
  position: relative;
}
.floating-card {
  position: absolute;
  width: 230px;
  aspect-ratio: .74;
  border-radius: 10px;
  padding: 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
}
.card-one {
  left: 15%;
  top: 10%;
  background: #e7d6aa;
  transform: rotate(-8deg);
}
.card-two {
  right: 2%;
  top: 2%;
  background: #b9d2bb;
  transform: rotate(9deg);
}
.card-three {
  left: 38%;
  bottom: 0;
  background: #d88672;
  transform: rotate(2deg);
}
.mini-label,
.cover-top {
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 800;
}
.mini-title {
  margin-top: 56px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}
.mini-number,
.cover-index {
  margin-top: auto;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: .9;
  opacity: .16;
}

.section { padding: 96px 0; }
.section-soft {
  background: var(--cream);
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 38px;
}
.section-heading.compact { margin-bottom: 30px; }
.section h2,
.newsletter h2 {
  font-size: clamp(36px, 4.6vw, 58px);
  max-width: 760px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.category-card {
  min-height: 180px;
  padding: 24px;
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: .2s ease;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #c7cec7;
}
.category-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #edf1e7;
  color: var(--green);
  font-family: "Manrope";
  font-weight: 800;
  margin-bottom: auto;
}
.category-card strong { font-size: 18px; margin-top: 24px; }
.category-card > span:last-child { color: var(--muted); font-size: 13px; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.filter {
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 13px;
  border-radius: 99px;
  cursor: pointer;
  color: var(--muted);
  font-size: 13px;
}
.filter.active,
.filter:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 22px;
}
.product-card {
  min-width: 0;
  transition: opacity .2s ease, transform .2s ease;
}
.product-card.hidden { display: none; }
.product-cover {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  border: 0;
  border-radius: var(--radius);
  padding: 26px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-cover::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
  right: -62px;
  top: 55px;
}
.product-cover:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.cover-sand { background: #e7d6aa; }
.cover-green { background: #b9d2bb; }
.cover-red { background: #d88672; }
.cover-blue { background: #abcbd5; }
.cover-yellow { background: #efd878; }
.cover-purple { background: #c5b5d8; }
.cover-title {
  margin-top: 62px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .94;
  font-size: clamp(34px, 4vw, 52px);
}
.product-info { padding: 18px 4px 0; }
.product-category {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
  color: var(--green);
}
.product-info h3 {
  font-family: "Manrope";
  font-size: 21px;
  letter-spacing: -.03em;
  margin: 7px 0 7px;
}
.product-info p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  min-height: 44px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}
.product-bottom > strong { font-size: 18px; }
.add-button {
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-weight: 800;
  padding: 7px 0;
}
.add-button:hover { text-decoration: underline; text-underline-offset: 3px; }

.bundle-section { padding-top: 20px; }
.bundle-card {
  background: var(--green);
  color: white;
  border-radius: 28px;
  padding: 55px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}
.bundle-card h2 { color: white; }
.bundle-card p {
  color: rgba(255,255,255,.75);
  max-width: 580px;
  margin-bottom: 0;
}
.bundle-buy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.bundle-buy > span { font-size: 18px; }
.bundle-buy s { opacity: .55; margin-right: 8px; }
.bundle-buy strong { font-size: 34px; }

.two-column {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
}
.about-copy {
  color: var(--muted);
  font-size: 18px;
}
.about-copy p:first-child { margin-top: 4px; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.stat-row div { display: flex; flex-direction: column; }
.stat-row strong {
  color: var(--ink);
  font-family: "Manrope";
  font-size: 30px;
  letter-spacing: -.04em;
}
.stat-row span { font-size: 12px; }

.faq-wrap { max-width: 900px; }
.faq-list {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
details { border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary {
  cursor: pointer;
  padding: 22px 24px;
  font-family: "Manrope";
  font-weight: 700;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  float: right;
  color: var(--green);
  font-size: 22px;
}
details[open] summary::after { content: "−"; }
details p {
  color: var(--muted);
  margin: -5px 24px 22px;
  max-width: 700px;
}

.newsletter {
  padding: 76px 0;
  background: #e8efd7;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 50px;
  align-items: end;
}
.signup-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.signup-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #bec8b2;
  border-radius: 13px;
  background: #fff;
  padding: 0 15px;
  outline: none;
}
.signup-form input:focus { border-color: var(--green); }

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 65px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}
.footer-brand .brand-mark { background: #d8ed9d; color: var(--ink); }
.footer-grid p { color: rgba(255,255,255,.55); }
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-links strong { margin-bottom: 5px; font-size: 13px; }
.footer-links a {
  color: rgba(255,255,255,.55);
  font-size: 13px;
}
.footer-links a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 52px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.45);
  font-size: 12px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 25, 19, .5);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.cart-drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: min(420px, 100%);
  height: 100dvh;
  background: var(--paper);
  z-index: 50;
  transform: translateX(100%);
  transition: .3s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: -25px 0 70px rgba(0,0,0,.16);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header {
  padding: 25px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-header .eyebrow { margin-bottom: 4px; }
.cart-header h2 { font-family: "Manrope"; margin: 0; font-size: 28px; }
.icon-button,
.modal-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}
.cart-items {
  overflow: auto;
  padding: 20px 25px;
}
.empty-cart {
  text-align: center;
  color: var(--muted);
  margin-top: 75px;
}
.empty-cart p { color: var(--ink); font-weight: 700; margin-bottom: 4px; }
.empty-cart span { font-size: 13px; }
.cart-line {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.cart-line strong { font-size: 14px; }
.cart-line span { color: var(--muted); font-size: 13px; display: block; margin-top: 2px; }
.remove-item {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #a44;
  font-size: 12px;
  padding: 0;
}
.cart-footer {
  padding: 22px 25px 25px;
  border-top: 1px solid var(--line);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout-button { width: 100%; }
.cart-footer small {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
}

.modal {
  position: fixed;
  z-index: 60;
  left: 50%;
  top: 50%;
  width: min(840px, calc(100% - 34px));
  max-height: calc(100dvh - 34px);
  overflow: auto;
  transform: translate(-50%, -47%) scale(.98);
  background: var(--paper);
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0,0,0,.24);
  padding: 24px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
}
.modal.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  background: rgba(255,255,255,.86);
}
.modal-cover {
  min-height: 410px;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.modal-cover .cover-title {
  font-size: 42px;
  margin-top: 65px;
}
.modal-copy {
  padding: 22px 22px 22px 0;
  align-self: center;
}
.modal-copy h2 { font-size: 42px; margin-bottom: 16px; }
.modal-copy > p { color: var(--muted); }
.modal-copy ul {
  padding-left: 19px;
  color: var(--muted);
  font-size: 14px;
}
.modal-buy {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.modal-buy > strong { font-size: 24px; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  padding: 11px 16px;
  font-size: 13px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .nav-wrap {
    grid-template-columns: 1fr auto auto;
  }
  .nav-toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .nav-toggle span {
    height: 2px;
    width: 22px;
    background: var(--ink);
  }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    padding: 18px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .nav.open { display: flex; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-art { min-height: 420px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .two-column { grid-template-columns: 1fr; gap: 35px; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { justify-content: space-between; padding-inline: 14px; gap: 8px; }
  .announcement a { white-space: nowrap; }
  .site-header .brand > span:last-child { display: none; }
  .nav-wrap { height: 66px; }
  .nav { top: 66px; }
  .hero-grid {
    min-height: auto;
    padding-block: 58px 52px;
  }
  .hero h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-copy > p { font-size: 17px; }
  .hero-art { min-height: 310px; }
  .floating-card {
    width: 150px;
    padding: 15px;
  }
  .mini-title { font-size: 21px; margin-top: 35px; }
  .mini-number { font-size: 46px; }
  .card-one { left: 4%; }
  .card-two { right: 1%; }
  .card-three { left: 35%; }
  .section { padding: 70px 0; }
  .section h2, .newsletter h2 { font-size: 38px; }
  .category-grid,
  .product-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 150px; }
  .product-cover { aspect-ratio: 1 / 1.03; }
  .cover-title { font-size: 45px; }
  .bundle-card {
    padding: 34px 24px;
    grid-template-columns: 1fr;
  }
  .bundle-buy { align-items: flex-start; }
  .stat-row { gap: 10px; }
  .stat-row strong { font-size: 24px; }
  .signup-form { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
  .modal {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .modal-cover { min-height: 320px; }
  .modal-copy { padding: 12px; }
  .modal-copy h2 { font-size: 34px; }
}