:root {
  --forest: #2f5d24;
  --forest-dark: #1f3f18;
  --leaf: #6aa84f;
  --bark: #6b4226;
  --gold: #c9a227;
  --cream: #fbf9f3;
  --ink: #23281f;
  --muted: #5f6b58;
  --line: #e5e0d3;
  --radius: 14px;
  --shadow: 0 18px 40px -22px rgba(35, 40, 31, 0.45);
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

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

a { color: var(--forest); text-decoration: none; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; margin: 0 0 .6rem; }

h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.skip {
  position: absolute; left: -9999px; top: 0; background: var(--forest); color: #fff; padding: 10px 16px; z-index: 100;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- top bar ---------- */
.topbar { background: var(--forest-dark); color: #f2efe4; font-size: .85rem; }
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; padding: 8px 20px; }
.topbar a { color: #f2efe4; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 249, 243, .95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.headrow { display: flex; align-items: center; gap: 18px; padding: 10px 20px; }
.brand img { height: 54px; width: auto; }
nav.main { margin-left: auto; display: flex; gap: 18px; flex-wrap: wrap; }
nav.main a { font-weight: 600; font-size: .93rem; color: var(--ink); }
nav.main a:hover { color: var(--leaf); }
.icons { display: flex; gap: 10px; align-items: center; }
.iconbtn {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; cursor: pointer;
  padding: 9px 14px; font-size: .9rem; font-weight: 600; color: var(--ink);
}
.iconbtn:hover { border-color: var(--leaf); }
.cartcount {
  display: inline-block; min-width: 20px; margin-left: 6px; padding: 0 6px;
  background: var(--gold); color: #221c00; border-radius: 999px; font-size: .78rem; text-align: center;
}
.burger { display: none; }

@media (max-width: 940px) {
  nav.main {
    position: fixed; inset: 64px 0 auto; flex-direction: column; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 20px 18px; display: none;
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .burger { display: inline-block; margin-left: auto; }
}

/* ---------- search ---------- */
.searchbar { display: none; border-bottom: 1px solid var(--line); background: #fff; }
.searchbar.open { display: block; }
.searchbar input {
  width: 100%; border: 0; padding: 18px 20px; font-size: 1.1rem; background: transparent; color: var(--ink);
}
.searchbar input:focus { outline: none; }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; }
.hero img.bg { width: 100%; height: clamp(430px, 62vh, 640px); object-fit: cover; }
.hero .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(31, 63, 24, .88) 8%, rgba(31, 63, 24, .55) 48%, rgba(31, 63, 24, .1) 100%);
  display: flex; align-items: center;
}
.hero .copy { max-width: 620px; }
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); color: #fff; }
.hero p { font-size: 1.06rem; color: #eef3e8; }
.eyebrow {
  display: inline-block; letter-spacing: .18em; text-transform: uppercase; font-size: .74rem;
  font-weight: 700; color: var(--gold); margin-bottom: 12px;
}

.btn {
  display: inline-block; border: 0; cursor: pointer; font-weight: 700; font-size: .95rem;
  padding: 14px 26px; border-radius: 999px; background: var(--gold); color: #241c00;
  box-shadow: var(--shadow); transition: transform .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.7); box-shadow: none; }
.btn.solid { background: var(--forest); color: #fff; }
.btnrow { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* ---------- trust strip ---------- */
.trust { background: var(--forest); color: #eef3e8; }
.trust .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; padding: 18px 20px; text-align: center; font-size: .9rem; font-weight: 600; }

section { padding: 72px 0; }
section.alt { background: #fff; }
.section-head { max-width: 720px; margin-bottom: 34px; }
.section-head p { color: var(--muted); }

/* ---------- products ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 16px;
  cursor: pointer; font-weight: 600; font-size: .87rem; color: var(--muted);
}
.chip.active { background: var(--forest); color: #fff; border-color: var(--forest); }
.filters select { margin-left: auto; padding: 9px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font: inherit; }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card .thumb { background: #f6f4ec; padding: 18px; }
.card .thumb img { height: 210px; object-fit: contain; margin: 0 auto; }
.card .body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card h3 { font-size: 1.03rem; margin: 0; }
.card .cat { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--leaf); font-weight: 700; }
.card p.desc { font-size: .88rem; color: var(--muted); margin: 0; flex: 1; }
.price { font-weight: 700; font-size: 1.15rem; color: var(--forest-dark); }
.badge {
  position: absolute; margin: 10px; background: var(--gold); color: #241c00;
  font-size: .7rem; font-weight: 800; letter-spacing: .08em; padding: 5px 10px; border-radius: 999px;
}
.card .thumbwrap { position: relative; }
.card .btn { width: 100%; text-align: center; }
.empty { color: var(--muted); padding: 30px 0; }

/* ---------- split features ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 26px; } }

ul.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
ul.ticks li { padding-left: 32px; position: relative; }
ul.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--leaf); color: #fff; font-size: .75rem; display: grid; place-items: center; font-weight: 700;
}

.quote {
  background: var(--bark); color: #fdf6ec; border-radius: var(--radius); padding: 34px;
  font-family: Georgia, serif; font-size: 1.2rem;
}

.cols3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.tile.dark { background: var(--forest-dark); color: #eef3e8; border-color: transparent; }
.tile.dark h3 { color: #fff; }

.combo { background: linear-gradient(135deg, var(--forest-dark), var(--forest)); color: #fff; }
.combo .split img { background: #fff; padding: 18px; }
.combo h2 { color: #fff; }
.combo li { color: #eef3e8; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.quotes blockquote { margin: 0; background: #fff; border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.stars { color: var(--gold); letter-spacing: 2px; }
.quotes cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; font-size: .88rem; }

/* ---------- contact / footer ---------- */
footer.site { background: var(--forest-dark); color: #dfe7d8; padding: 54px 0 26px; }
footer.site a { color: #dfe7d8; }
footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
footer h3 { color: #fff; font-size: 1.02rem; }
footer img.logo { background: #fbf9f3; border-radius: 10px; padding: 8px; max-width: 210px; }
.legal { border-top: 1px solid rgba(255,255,255,.16); margin-top: 30px; padding-top: 16px; font-size: .82rem; color: #b9c6b1; text-align: center; }

/* ---------- cart drawer ---------- */
.backdrop { position: fixed; inset: 0; background: rgba(20, 26, 18, .5); opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 60; }
.backdrop.open { opacity: 1; pointer-events: auto; }
aside.cart {
  position: fixed; top: 0; right: 0; height: 100%; width: min(400px, 92vw); background: var(--cream);
  z-index: 70; transform: translateX(105%); transition: transform .25s ease; display: flex; flex-direction: column;
  box-shadow: -14px 0 40px -20px rgba(0,0,0,.5);
}
aside.cart.open { transform: none; }
aside.cart header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
aside.cart header h3 { margin: 0; }
.closebtn { background: none; border: 0; font-size: 1.5rem; cursor: pointer; line-height: 1; color: var(--ink); }
.cartitems { flex: 1; overflow: auto; padding: 16px 20px; display: grid; gap: 14px; align-content: start; }
.citem { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px; }
.citem img { height: 54px; object-fit: contain; }
.citem strong { font-size: .88rem; display: block; }
.qty { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.qty button { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.remove { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .8rem; text-decoration: underline; }
aside.cart footer { padding: 18px 20px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.totals { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.1rem; }
.note { font-size: .78rem; color: var(--muted); }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); z-index: 90;
  background: var(--forest-dark); color: #fff; padding: 12px 20px; border-radius: 999px; font-size: .9rem;
  opacity: 0; pointer-events: none; transition: all .25s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

form.order { display: grid; gap: 12px; }
form.order input, form.order textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: #fff;
}
form.order textarea { min-height: 110px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 600px) { .row2 { grid-template-columns: 1fr; } }
.msg { font-size: .9rem; font-weight: 600; }
