
  :root {
    --paper: #eef0e4;
    --card: #fbfaf5;
    --ink: #1c2a20;
    --ink-soft: #4d5c50;
    --green: #2f5d3a;
    --leaf: #7fa84d;
    --marigold: #e0930f;
    --soil: #5e4630;
    --line: rgba(28, 42, 32, 0.14);
    --display: "Bricolage Grotesque", system-ui, sans-serif;
    --body: "Instrument Sans", system-ui, sans-serif;
    --mono: "Space Mono", ui-monospace, monospace;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--body);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }

  .wrap { width: min(1120px, 92vw); margin: 0 auto; }

  a { color: inherit; }

  .eyebrow {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green);
  }

  /* ---------- top bar ---------- */
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
  }
  .brand { display: flex; align-items: center; gap: 0.7rem; }
  .brand .mark {
    width: 34px; height: 34px; border-radius: 8px;
    background: var(--green);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3px; padding: 5px;
  }
  .brand .mark span { background: var(--leaf); border-radius: 2px; opacity: 0.55; }
  .brand .mark span:nth-child(1) { opacity: 1; }
  .brand .name {
    font-family: var(--display);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
  }
  .status {
    font-family: var(--mono);
    font-size: 0.72rem;
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 999px;
    padding: 0.32rem 0.7rem;
    white-space: nowrap;
  }
  .status .dot {
    display: inline-block; width: 7px; height: 7px; border-radius: 50%;
    background: var(--leaf); margin-right: 6px; vertical-align: middle;
  }

  /* ---------- weather strip ---------- */
  .weather-strip { max-width: none; margin: 0.8rem auto 0; }

  /* ---------- hero ---------- */
  .hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
    padding: 4.5rem 0 3.5rem;
  }
  .hero h1 {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(2.3rem, 5.4vw, 3.7rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 1rem 0 1.1rem;
  }
  .hero h1 em { font-style: normal; color: var(--green); }
  .hero p.lede {
    font-size: 1.1rem;
    color: var(--ink-soft);
    max-width: 46ch;
    margin-bottom: 1.8rem;
  }
  .cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
  .btn {
    font-family: var(--display);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 10px;
    display: inline-flex; align-items: center; gap: 0.5rem;
    transition: transform 0.12s ease, background 0.12s ease;
  }
  .btn-primary { background: var(--green); color: #fff; }
  .btn-primary:hover { background: #264c30; transform: translateY(-2px); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
  .btn-ghost:hover { border-color: var(--green); transform: translateY(-2px); }
  .pickup-note {
    font-family: var(--mono);
    font-size: 0.78rem;
    color: var(--ink-soft);
    margin-top: 1.3rem;
  }
  .pickup-note b { color: var(--soil); }

  /* seed tray motif */
  .tray {
    background: var(--soil);
    border-radius: 16px;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-shadow: 0 18px 40px -22px rgba(28, 42, 32, 0.55);
  }
  .cell {
    aspect-ratio: 1;
    background: #3f3122;
    border-radius: 9px;
    display: grid;
    place-items: center;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.35);
  }
  .sprout { width: 58%; height: 58%; }
  .sprout .stem { stroke: var(--leaf); stroke-width: 5; stroke-linecap: round; fill: none; }
  .sprout .leafshape { fill: var(--leaf); }
  .cell.sprouted .sprout { transform-origin: bottom center; animation: grow 5.7s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
  .cell:nth-child(3) .sprout { animation-delay: 0.5s; }
  .cell:nth-child(6) .sprout { animation-delay: 1.1s; }
  .cell:nth-child(9) .sprout { animation-delay: 1.65s; }
  .cell:nth-child(12) .sprout { animation-delay: 2.78s; }
  @keyframes grow { from { transform: scaleY(0.1); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }

  /* ---------- how it works ---------- */
  section { padding: 3.5rem 0; }
  .section-head { max-width: 40ch; margin-bottom: 2.2rem; }
  .section-head h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    letter-spacing: -0.015em;
    margin-top: 0.5rem;
  }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .step {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.6rem;
  }
  .step .num {
    font-family: var(--mono);
    font-size: 0.8rem;
    color: var(--marigold);
    font-weight: 700;
  }
  .step h3 {
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0.6rem 0 0.4rem;
  }
  .step p { color: var(--ink-soft); font-size: 0.95rem; }

  /* ---------- catalog ---------- */
  .catalog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
  .plant {
    background: var(--card);
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .plant:hover { border-color: var(--green); }
  .plant .thumb {
    height: 200px;
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 30% 120%, rgba(127, 168, 77, 0.5), transparent 60%),
      linear-gradient(135deg, #3a5b3f, #2f5d3a);
    display: grid; place-items: center;
  }
   .thumb svg { width: 44px; height: 44px; }
   .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
   .body { padding: 1.5rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
  .tag {
    align-self: flex-start;
    font-family: var(--mono);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
  }
  .tag.edible { background: rgba(224, 147, 15, 0.15); color: #9a6605; }
  .tag.herb { background: rgba(127, 168, 77, 0.2); color: #486327; }
  .tag.native { background: rgba(47, 93, 58, 0.14); color: var(--green); }
  .tag.ornamental { background: rgba(94, 70, 48, 0.14); color: var(--soil); }
  .plant h4 { font-family: var(--display); font-weight: 700; font-size: 1.05rem; line-height: 1.15; }
  .plant .sub { font-size: 0.82rem; color: var(--ink-soft); flex: 1; }
  .price-row {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-top: 0.5rem; padding-top: 0.8rem; border-top: 1px dashed var(--line);
  }
  .price { font-family: var(--mono); font-weight: 700; font-size: 1.05rem; }
  .deposit { font-family: var(--mono); font-size: 0.72rem; color: var(--marigold); }

  .catalog-note {
    font-family: var(--mono);
    font-size: 0.78rem;
    color: var(--ink-soft);
    margin-top: 1.4rem;
    text-align: center;
  }

  /* ---------- fine print ---------- */
  .fineprint { background: var(--green); color: #eef0e4; border-radius: 20px; padding: 2.6rem; }
  .fineprint h2 { font-family: var(--display); font-weight: 700; font-size: 1.7rem; margin-bottom: 1.4rem; }
  .terms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.4rem; }
  .term .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--leaf); margin-bottom: 0.3rem; }
  .term p { color: #dbe2d3; font-size: 0.95rem; }

  /* ---------- final cta ---------- */
  .final { text-align: center; padding: 4rem 0 3rem; }
  .final h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -0.02em; margin-bottom: 0.8rem; }
  .final p { color: var(--ink-soft); max-width: 44ch; margin: 0 auto 1.8rem; }

  /* ---------- footer ---------- */
  footer { border-top: 1px solid var(--line); padding: 2rem 0 3rem; }
  .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; align-items: baseline; }
  .foot-grid .name { font-family: var(--display); font-weight: 800; }
  .foot-grid .lic { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-soft); max-width: 42ch; }

  /* ---------- responsive ---------- */
  @media (max-width: 860px) {
    .hero { grid-template-columns: 1fr; gap: 2.2rem; padding: 3rem 0 2.5rem; }
    .tray { max-width: 340px; }
    .steps { grid-template-columns: 1fr; }
    .catalog { grid-template-columns: repeat(2, 1fr); }
    .terms { grid-template-columns: 1fr; }
    .fineprint { padding: 1.8rem; }
  }
  @media (max-width: 460px) {
    .catalog { grid-template-columns: 1fr; }
    .status { display: none; }
  }

  a:focus-visible, .btn:focus-visible {
    outline: 3px solid var(--marigold);
    outline-offset: 3px;
    border-radius: 6px;
  }
  @media (max-width: 640px) { .weatherwidget-io { display: none; } }
  @media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  }

/* ---------- product page ---------- */
.product { width: min(760px, 92vw); margin: 0 auto; padding: 2.5rem 0 4rem; }
.product .back { font-family: var(--mono); font-size: .8rem; color: var(--green); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.product .hero-img { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; margin: 1.5rem 0; display: block; background: linear-gradient(135deg, #3a5b3f, #2f5d3a); }
.product h1 { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 5vw, 2.8rem); letter-spacing: -.02em; margin: .3rem 0 1rem; }
.product h2 { font-family: var(--display); font-weight: 700; font-size: 1.3rem; margin: 2rem 0 .6rem; }
.product p { margin-bottom: 1rem; color: var(--ink-soft); }
.product ul { margin: 0 0 1rem 1.2rem; color: var(--ink-soft); }
.product li { margin-bottom: .4rem; }
.product .tag { color: var(--green); font-size: .72rem; }
.product .price { font-size: 1.3rem; color: var(--ink); margin-top: 1.5rem; }

/* ---------- product image carousel ---------- */
.gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 1.5rem 0;
  -webkit-overflow-scrolling: touch;
}
.gallery img {
  flex: 0 0 100%;
  scroll-snap-align: center;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
