/* ============================================================
   SproutGrow · upmarket microgreens — design system
   ============================================================ */

:root {
  --green-900: #1f3527;
  --green-800: #2d4a36;
  --green-700: #3f6d4d;
  --green-600: #4a7c59;
  --green-500: #5e9367;
  --green-400: #7ba87f;
  --green-300: #94c08d;
  --green-200: #c2d8b7;
  --green-100: #e3ecdb;
  --green-50:  #f1f5ec;

  --bone-100: #faf8f3;
  --bone-200: #f3efe5;
  --bone-300: #e9e3d2;

  --ink-900: #1a1f1c;
  --ink-700: #3a4a3f;
  --ink-500: #6a7770;
  --ink-300: #9aa39d;

  --gold-600: #a78a4d;

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 18px;

  --shadow-sm: 0 1px 2px rgba(31, 53, 39, 0.06), 0 2px 6px rgba(31, 53, 39, 0.04);
  --shadow-md: 0 6px 18px rgba(31, 53, 39, 0.08), 0 2px 6px rgba(31, 53, 39, 0.04);
  --shadow-lg: 0 24px 48px rgba(31, 53, 39, 0.12);

  --container: 1200px;
  --container-sm: 920px;

  --serif: 'Fraunces', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

  --t-fast: 180ms cubic-bezier(.2,.7,.2,1);
  --t-med:  320ms cubic-bezier(.2,.7,.2,1);
}

/* ---------------- reset ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-900);
  background: var(--bone-100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--green-700); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--green-900); }
button { font: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
p { margin: 0 0 1em; }
em { font-style: italic; }

/* ---------------- typography ---------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--green-900);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  line-height: 1.1;
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); font-weight: 300; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 3.4vw, 2.85rem); font-weight: 300; }
h3 { font-size: 1.35rem; font-weight: 500; letter-spacing: -0.01em; }
h4 { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-700); font-family: var(--sans); }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 28px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 1px;
  background: var(--green-600);
}
.lede {
  font-size: 1.18rem;
  line-height: 1.55;
  color: var(--ink-700);
  max-width: 56ch;
  font-weight: 300;
}
em { color: var(--green-700); font-family: var(--serif); font-style: italic; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--green-900); color: #fff;
  padding: 12px 16px; z-index: 9999; border-radius: 0 0 var(--radius-sm) 0;
}
.skip:focus { left: 0; }

/* ---------------- layout ---------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
}

/* ---------------- header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 243, 0.85);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid rgba(31, 53, 39, 0.06);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--green-900);
  letter-spacing: -0.01em;
}
.brand:hover { color: var(--green-700); }
.brand-mark { width: 32px; height: 32px; flex: 0 0 32px; }

.nav-links {
  display: flex; align-items: center; gap: 38px;
}
.nav-links a {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--ink-700);
  letter-spacing: 0.01em;
  position: relative;
  padding: 6px 0;
}
.nav-links a:hover { color: var(--green-900); }
.nav-links a.active {
  color: var(--green-900);
}
.nav-links a.active::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--green-700);
}

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; width: 22px; height: 1.5px;
  background: var(--green-900);
  transition: transform var(--t-fast), opacity var(--t-fast);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; top: 78px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--bone-100);
    border-bottom: 1px solid rgba(31, 53, 39, 0.08);
    padding: 8px 28px 24px;
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: transform var(--t-med), opacity var(--t-med);
  }
  .nav-links.open {
    transform: translateY(0); opacity: 1; pointer-events: auto;
  }
  .nav-links a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(31, 53, 39, 0.06);
  }
  .nav-links a.active::after { display: none; }
}

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), color var(--t-fast);
  white-space: nowrap;
}
.btn-primary {
  background: var(--green-900);
  color: var(--bone-100);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 6px 20px rgba(31, 53, 39, 0.18);
}
.btn-primary:hover {
  background: var(--green-700);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 10px 24px rgba(31, 53, 39, 0.22);
}
.btn-ghost {
  background: transparent;
  color: var(--green-900);
  border: 1px solid rgba(31, 53, 39, 0.18);
}
.btn-ghost:hover {
  border-color: var(--green-900);
  background: rgba(31, 53, 39, 0.04);
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 500;
  color: var(--green-900);
  border-bottom: 1px solid var(--green-700);
  padding-bottom: 2px;
  transition: gap var(--t-fast), color var(--t-fast);
}
.link-arrow:hover { gap: 12px; color: var(--green-700); }

/* ---------------- hero ---------------- */
.hero {
  padding: clamp(60px, 8vw, 110px) 0 clamp(80px, 10vw, 140px);
  background:
    radial-gradient(1200px 600px at -10% -20%, var(--green-100), transparent 60%),
    radial-gradient(900px 600px at 110% 10%, var(--bone-300), transparent 65%),
    var(--bone-100);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.hero h1 em {
  display: block;
  color: var(--green-700);
}
.cta-row {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 28px;
}
.hero-marks {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 53, 39, 0.1);
}
.hero-marks li {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.86rem;
  color: var(--ink-700);
  letter-spacing: 0.04em;
}
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green-600);
}

.hero-art { position: relative; }
.leaf-stage {
  aspect-ratio: 1 / 1;
  max-width: 520px; margin-left: auto;
  position: relative;
  filter: drop-shadow(0 30px 60px rgba(31, 53, 39, 0.18));
}
.leaf-svg { width: 100%; height: auto; animation: float 9s ease-in-out infinite; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { order: -1; }
  .leaf-stage { max-width: 360px; margin: 0 auto; }
}

/* ---------------- features ---------------- */
.features {
  padding: clamp(60px, 7vw, 100px) 0;
  background: var(--bone-100);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.feature {
  padding: 0;
}
.icon-wrap {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--green-50);
  margin-bottom: 24px;
}
.icon-wrap svg { width: 28px; height: 28px; }
.feature h3 { margin-bottom: 12px; color: var(--green-900); }
.feature p { color: var(--ink-700); margin: 0; max-width: 36ch; }

@media (max-width: 760px) {
  .features-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------------- story ---------------- */
.story {
  padding: clamp(80px, 10vw, 140px) 0;
  background: linear-gradient(180deg, var(--bone-100) 0%, var(--bone-200) 100%);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.story-art {
  position: relative;
  aspect-ratio: 4 / 5;
}
.tile {
  position: absolute;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.tile-a {
  inset: 0 30% 30% 0;
  background:
    radial-gradient(circle at 30% 30%, var(--green-300), transparent 50%),
    linear-gradient(135deg, var(--green-500), var(--green-800));
}
.tile-b {
  inset: 22% 0 0 30%;
  background:
    radial-gradient(circle at 70% 60%, var(--green-200), transparent 60%),
    linear-gradient(135deg, var(--bone-300), var(--green-100));
}
.tile-c {
  inset: 60% 50% 0 12%;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
}
.story-copy h2 {
  max-width: 18ch;
  margin-bottom: 24px;
}
.story-copy p {
  color: var(--ink-700);
  font-size: 1.05rem;
  max-width: 50ch;
  margin-bottom: 28px;
}

@media (max-width: 860px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-art { max-width: 420px; margin: 0 auto; }
}

/* ---------------- cta band ---------------- */
.cta-band {
  background: var(--green-900);
  color: var(--bone-100);
  padding: clamp(70px, 8vw, 110px) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 168, 127, 0.18), transparent 60%);
}
.cta-band-inner {
  position: relative;
  text-align: center;
}
.cta-band h2 {
  color: var(--bone-100);
  margin-bottom: 16px;
}
.cta-band p {
  color: rgba(250, 248, 243, 0.72);
  max-width: 50ch;
  margin: 0 auto 32px;
  font-size: 1.08rem;
}
.cta-band .btn-primary {
  background: var(--bone-100);
  color: var(--green-900);
}
.cta-band .btn-primary:hover {
  background: #fff;
  color: var(--green-700);
}

/* ---------------- page heads ---------------- */
.page-head {
  padding: clamp(80px, 10vw, 140px) 0 clamp(40px, 5vw, 60px);
  background:
    radial-gradient(800px 400px at 90% 0%, var(--green-100), transparent 60%),
    var(--bone-100);
}
.page-head h1 { max-width: 16ch; margin-bottom: 24px; }
.page-head h1 em { color: var(--green-700); display: inline; }

/* ---------------- product page head ---------------- */
.badge-row {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 32px;
}
.badge-row li {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 53, 39, 0.12);
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

/* ---------------- products ---------------- */
.product-grid-section {
  padding: clamp(40px, 5vw, 80px) 0 clamp(80px, 10vw, 120px);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 36px;
}
.product-grid-4 {
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 56px;
  max-width: 1080px;
  margin: 0 auto;
}
.product-card {
  display: flex; flex-direction: column;
  transition: transform var(--t-med);
}
.product-card:hover { transform: translateY(-4px); }
.product-card:hover .product-art { box-shadow: var(--shadow-lg); }

.product-art {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: var(--shadow-md);
  transition: box-shadow var(--t-med), transform var(--t-med);
  background: linear-gradient(180deg, #f4f7ef 0%, #e9efdf 100%);
  display: grid;
  place-items: center;
}
.product-art svg { width: 100%; height: 100%; }
.product-art img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: transform var(--t-med);
}
.product-card:hover .product-art img {
  transform: scale(1.02);
}
.weight {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 8px;
}
.nutri {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 14px;
}
.nutri li {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--green-900);
  background: var(--green-50);
  border: 1px solid var(--green-100);
  padding: 5px 11px;
  border-radius: 999px;
}
.product-body h3 { font-size: 1.5rem; margin-bottom: 8px; }
.product-body p {
  color: var(--ink-700);
  font-size: 0.98rem;
  margin-bottom: 16px;
}
.pairs {
  display: flex; flex-wrap: wrap; gap: 8px;
  border-top: 1px solid rgba(31, 53, 39, 0.08);
  padding-top: 14px;
}
.pairs li:first-child {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  padding: 4px 0;
  margin-right: 4px;
}
.pairs li:not(:first-child) {
  font-size: 0.82rem;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--green-50);
  color: var(--green-900);
  font-style: italic;
  font-family: var(--serif);
}

@media (max-width: 920px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
}
@media (max-width: 540px) {
  .product-grid { grid-template-columns: 1fr; }
}

/* ---------------- usage ---------------- */
.usage {
  padding: clamp(60px, 8vw, 100px) 0;
  background: linear-gradient(180deg, var(--bone-100) 0%, var(--bone-200) 100%);
}
.usage .section-head {
  text-align: center;
  margin: 0 auto 56px;
}
.usage .section-head h2 { max-width: 22ch; margin-left: auto; margin-right: auto; }
.usage .section-head p { max-width: 56ch; margin-left: auto; margin-right: auto; }
.usage-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}
.usage-grid li {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
  padding: 24px 12px;
  background: #fff;
  border: 1px solid rgba(31, 53, 39, 0.08);
  border-radius: var(--radius-md);
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.usage-grid li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(31, 53, 39, 0.16);
}
.usage-grid svg {
  width: 36px; height: 36px;
  color: var(--green-600);
}
.usage-grid span {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ink-700);
  letter-spacing: 0.01em;
}

@media (max-width: 920px) {
  .usage-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 540px) {
  .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ---------------- trade band ---------------- */
.trade-band {
  background: var(--bone-200);
  padding: clamp(70px, 9vw, 120px) 0;
  border-top: 1px solid rgba(31, 53, 39, 0.06);
}
.trade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.trade-grid h2 { max-width: 14ch; }
.trade-grid p { color: var(--ink-700); max-width: 48ch; }
.trade-list {
  display: grid; gap: 0;
  border-top: 1px solid rgba(31, 53, 39, 0.12);
}
.trade-list li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(31, 53, 39, 0.12);
}
.trade-list strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--green-900);
}
.trade-list span { color: var(--ink-700); }

@media (max-width: 860px) {
  .trade-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------------- where to buy ---------------- */
.section-head {
  margin-bottom: 48px;
  max-width: 64ch;
}
.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--ink-700); }

.markets {
  padding: clamp(60px, 8vw, 100px) 0;
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.market-card {
  background: #fff;
  border: 1px solid rgba(31, 53, 39, 0.08);
  border-radius: var(--radius-md);
  padding: 32px;
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.market-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31, 53, 39, 0.15);
}
.market-card header {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.market-card h3 {
  font-size: 1.25rem;
  margin: 0;
}
.tag {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-700);
  background: var(--green-50);
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 600;
  flex-shrink: 0;
}
.addr {
  font-size: 0.88rem;
  color: var(--ink-500);
  margin-bottom: 16px;
}
.market-card .meta {
  border-top: 1px solid rgba(31, 53, 39, 0.08);
  border-bottom: 1px solid rgba(31, 53, 39, 0.08);
  padding: 14px 0;
  margin-bottom: 16px;
  display: grid; gap: 6px;
}
.market-card .meta li {
  font-size: 0.92rem;
  color: var(--ink-700);
  display: flex; justify-content: space-between; gap: 12px;
}
.market-card .meta strong {
  color: var(--green-900);
  font-weight: 500;
}
.market-card > p:last-child {
  font-size: 0.94rem;
  color: var(--ink-700);
  margin: 0;
}

@media (max-width: 920px) {
  .market-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .market-grid { grid-template-columns: 1fr; }
}

.stockists {
  padding: clamp(40px, 6vw, 80px) 0 clamp(60px, 8vw, 100px);
  background: var(--bone-200);
}
.stockist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.stockist-col h4 { margin-bottom: 16px; color: var(--green-900); }
.stockist-col ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(31, 53, 39, 0.08);
  color: var(--ink-700);
  font-size: 0.96rem;
}
.note {
  margin-top: 32px;
  padding: 14px 18px;
  background: var(--bone-300);
  border-left: 3px solid var(--gold-600);
  font-size: 0.86rem;
  color: var(--ink-700);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

@media (max-width: 860px) {
  .stockist-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------------- plans ---------------- */
.plans {
  padding: clamp(60px, 8vw, 100px) 0;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.plan-card {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid rgba(31, 53, 39, 0.1);
  border-radius: var(--radius-lg);
  padding: 40px 36px 36px;
  transition: transform var(--t-fast), box-shadow var(--t-med), border-color var(--t-fast);
}
.plan-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31, 53, 39, 0.18);
}
.plan-card-feature {
  background: var(--green-900);
  color: var(--bone-100);
  border-color: var(--green-900);
  box-shadow: var(--shadow-lg);
}
.plan-card-feature:hover {
  border-color: var(--green-900);
}
.plan-card-feature h3 { color: var(--bone-100); }
.plan-card-feature .plan-head p { color: rgba(250, 248, 243, 0.78); }
.plan-card-feature .plan-list li {
  border-bottom-color: rgba(250, 248, 243, 0.14);
}
.plan-card-feature .plan-list strong { color: var(--bone-100); }
.plan-card-feature .plan-list span { color: rgba(250, 248, 243, 0.7); }
.plan-card-feature .plan-tag {
  background: rgba(250, 248, 243, 0.14);
  color: var(--bone-100);
}

.ribbon {
  position: absolute;
  top: -14px; right: 28px;
  background: var(--gold-600);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.plan-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--green-700);
  background: var(--green-50);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.plan-head h3 {
  font-size: 1.65rem;
  margin-bottom: 12px;
}
.plan-head p {
  color: var(--ink-700);
  font-size: 0.98rem;
  margin-bottom: 24px;
}
.plan-list {
  display: grid; gap: 0;
  border-top: 1px solid rgba(31, 53, 39, 0.1);
  margin-bottom: 28px;
  flex: 1;
}
.plan-list li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(31, 53, 39, 0.08);
  font-size: 0.92rem;
}
.plan-list strong {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--green-900);
  font-size: 1rem;
}
.plan-list span {
  color: var(--ink-700);
  text-align: right;
}
.plan-card .btn { align-self: flex-start; }

@media (max-width: 960px) {
  .plan-grid { grid-template-columns: 1fr; gap: 20px; }
  .plan-card { padding: 32px 28px; }
}

/* ---------------- how it works ---------------- */
.how-it-works {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bone-200);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  counter-reset: step;
}
.steps li {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 53, 39, 0.18);
}
.step-num {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--gold-600);
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.steps h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.steps p {
  color: var(--ink-700);
  font-size: 0.95rem;
  margin: 0;
  max-width: 32ch;
}

@media (max-width: 920px) {
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 540px) {
  .steps { grid-template-columns: 1fr; }
}

/* ---------------- delivery ---------------- */
.delivery-band {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--bone-100);
}
.delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.delivery-list {
  display: grid; gap: 0;
  border-top: 1px solid rgba(31, 53, 39, 0.12);
}
.delivery-list li {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(31, 53, 39, 0.12);
  align-items: center;
}
.delivery-list strong {
  font-weight: 500;
  color: var(--green-900);
  font-family: var(--serif);
  font-size: 1.05rem;
}
.delivery-list span {
  color: var(--ink-700);
  font-size: 0.94rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 860px) {
  .delivery-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------------- contact ---------------- */
.contact-section {
  padding: clamp(40px, 5vw, 80px) 0 clamp(80px, 10vw, 120px);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-form {
  background: #fff;
  border: 1px solid rgba(31, 53, 39, 0.08);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: var(--shadow-md);
}
.contact-form h2 { margin-bottom: 28px; }
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.contact-form label {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 0.82rem; font-weight: 500;
  color: var(--ink-700);
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.contact-form .row label { margin-bottom: 0; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit;
  padding: 14px 16px;
  background: var(--bone-100);
  border: 1px solid rgba(31, 53, 39, 0.12);
  border-radius: var(--radius-sm);
  color: var(--ink-900);
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--green-700);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74, 124, 89, 0.12);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form button[type="submit"] {
  margin-top: 8px;
  position: relative;
}
.btn-spinner {
  display: none;
  width: 14px; height: 14px;
  border: 2px solid rgba(250, 248, 243, 0.4);
  border-top-color: var(--bone-100);
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}
.btn.is-loading .btn-label { opacity: 0.6; }
.btn.is-loading .btn-spinner { display: inline-block; }
.btn:disabled { opacity: 0.7; cursor: not-allowed; }
@keyframes spin { to { transform: rotate(360deg); } }

/* honeypot — visually hidden, never tabbable */
.hp {
  position: absolute !important;
  left: -10000px; top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
}

.form-status {
  margin-top: 14px;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  min-height: 1em;
  color: var(--ink-700);
  transition: color var(--t-fast);
}
.form-status:empty { display: none; }
.form-status.is-info { color: var(--ink-700); }
.form-status.is-success {
  padding: 12px 16px;
  background: var(--green-50);
  color: var(--green-900);
  border: 1px solid var(--green-200);
  border-radius: var(--radius-sm);
}
.form-status.is-error {
  padding: 12px 16px;
  background: #fbecec;
  color: #7a2d2d;
  border: 1px solid #f0c8c8;
  border-radius: var(--radius-sm);
}

.form-note {
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--ink-500);
}

.contact-aside {
  display: grid; gap: 32px;
  position: sticky;
  top: 100px;
}
.contact-block {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(31, 53, 39, 0.08);
}
.contact-block:last-child { border-bottom: 0; }
.contact-block h3 {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 10px;
}
.contact-block p {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--green-900);
}
.contact-block .muted {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--ink-700);
}

.social {
  display: flex; gap: 16px; flex-wrap: wrap;
}
.social a {
  font-size: 0.9rem;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--green-700);
}

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form .row { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
}

/* ---------------- faq ---------------- */
.faq {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--bone-200);
}
.faq-grid {
  display: grid;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 53, 39, 0.12);
}
.faq details {
  border-bottom: 1px solid rgba(31, 53, 39, 0.12);
  padding: 24px 0;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 400;
  color: var(--green-900);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--green-700);
  transition: transform var(--t-fast);
  flex-shrink: 0;
}
.faq details[open] summary::after { content: '−'; }
.faq details p {
  margin-top: 14px;
  color: var(--ink-700);
  max-width: 70ch;
}

/* ---------------- footer ---------------- */
.site-footer {
  background: var(--green-900);
  color: rgba(250, 248, 243, 0.78);
  padding: clamp(60px, 7vw, 90px) 0 30px;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.brand-light { color: var(--bone-100); }
.brand-light:hover { color: #fff; }
.muted { color: rgba(250, 248, 243, 0.6); font-size: 0.94rem; }
.site-footer h4 {
  color: var(--bone-100);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}
.site-footer ul.plain li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: rgba(250, 248, 243, 0.78);
}
.site-footer ul.plain a {
  color: rgba(250, 248, 243, 0.78);
}
.site-footer ul.plain a:hover { color: #fff; }

.footer-base {
  padding-top: 30px;
  border-top: 1px solid rgba(250, 248, 243, 0.12);
  font-size: 0.82rem;
  color: rgba(250, 248, 243, 0.5);
  letter-spacing: 0.04em;
}

@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------------- reveal ---------------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* ---------------- motion ---------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
