/* ============================================================
   SoilRx — Product page (PDP) + Order form styles
   Built on site.css tokens. Cream base · green/lime accents.
   ============================================================ */

/* ---------- shared small bits ---------- */
.stars { display: inline-flex; gap: 2px; color: #e8a33d; }
.stars svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.crumbs { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-400); font-weight: 500; }
.crumbs a:hover { color: var(--green-700); }
.crumbs .sep { opacity: 0.5; }
.crumbs .here { color: var(--ink-700); }

/* ============================================================
   PRODUCT HERO / BUY BOX
   ============================================================ */
.pdp-hero { padding: 36px 0 92px; }
.pdp-hero .crumbs { margin-bottom: 28px; }
.pdp-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: start; }

/* gallery */
.gallery { position: sticky; top: 100px; }
.gallery-main {
  position: relative; border-radius: 24px; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-2); aspect-ratio: 1 / 1;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transform-origin: center 50%; }
.gallery-main .save {
  position: absolute; top: 18px; left: 18px;
  background: var(--lime); color: #14310c;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 999px;
}
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 14px; }
.gallery-thumb {
  border-radius: 14px; overflow: hidden; aspect-ratio: 1 / 1;
  background: var(--surface); border: 2px solid var(--line);
  cursor: pointer; transition: border-color .15s, transform .12s var(--ease);
  padding: 0;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); }
.gallery-thumb:hover { transform: translateY(-2px); }
.gallery-thumb.active { border-color: var(--green); }

/* buy column */
.buy .eyebrow { display: block; margin-bottom: 14px; }
.buy h1 { font-size: clamp(34px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -0.03em; }
.buy .buy-sub { font-size: 19px; color: var(--ink-500); margin-top: 14px; line-height: 1.55; text-wrap: pretty; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.rating-row .rscore { font-size: 14px; font-weight: 600; color: var(--ink-700); }
.rating-row .rcount { font-size: 14px; color: var(--ink-400); }

.price-block { display: flex; align-items: baseline; gap: 14px; margin-top: 26px; }
.price-block .price { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink-900); }
.price-block .price-was { font-size: 20px; color: var(--ink-400); text-decoration: line-through; font-weight: 600; }
.price-block .ship-free {
  font-size: 12.5px; font-weight: 700; color: var(--green-700);
  background: var(--green-tint); padding: 5px 11px; border-radius: 999px; letter-spacing: 0.02em;
}
.buy-desc { font-size: 16px; color: var(--ink-500); line-height: 1.6; margin-top: 18px; max-width: 48ch; }

.buy .checklist { margin-top: 22px; gap: 2px; }
.buy .check-item { padding: 11px 0; border-bottom: 1px solid var(--line-2); }
.buy .check-item .ct { font-size: 15px; }

/* tags */
.test-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.test-tags .tlabel { font-size: 13px; font-weight: 600; color: var(--ink-500); margin-right: 4px; align-self: center; }
.test-tags .tag {
  font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--green-700);
  background: var(--green-tint-2); border: 1px solid #e0ecca; padding: 6px 12px; border-radius: 999px;
}

/* qty + actions */
.buy-cart { margin-top: 30px; display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; }
.qty {
  display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px;
  background: var(--surface); overflow: hidden;
}
.qty button {
  width: 50px; height: 56px; display: grid; place-items: center; color: var(--ink-700);
  transition: background .15s;
}
.qty button:hover { background: var(--sunken); }
.qty button svg { width: 18px; height: 18px; }
.qty .qval { min-width: 40px; text-align: center; font-weight: 700; font-size: 17px; font-variant-numeric: tabular-nums; }
.buy-cart .btn-primary { flex: 1; min-width: 200px; justify-content: center; }

.trust-row { display: flex; flex-wrap: wrap; gap: 20px 26px; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item .ti { width: 36px; height: 36px; border-radius: 10px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; flex: none; }
.trust-item .ti svg { width: 19px; height: 19px; }
.trust-item .tt { font-size: 13px; font-weight: 600; color: var(--ink-700); line-height: 1.3; }
.trust-item .tt span { display: block; font-weight: 500; color: var(--ink-400); font-size: 12px; }

/* ============================================================
   WHAT'S IN THE KIT (component cards)
   ============================================================ */
.kit-contents { background: var(--cream-2); }
.kit-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.kit-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-1); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.kit-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.kit-card .kc-img { aspect-ratio: 1 / 1; background: var(--cream); display: grid; place-items: center; }
.kit-card .kc-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); }
.kit-card .kc-body { padding: 18px 18px 22px; }
.kit-card .kc-n { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--green-700); }
.kit-card h3 { font-size: 16px; font-weight: 700; margin: 8px 0 6px; line-height: 1.25; }
.kit-card p { font-size: 13.5px; color: var(--ink-500); line-height: 1.5; }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews .rev-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.rev-summary { display: flex; align-items: center; gap: 16px; }
.rev-summary .big { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink-900); line-height: 1; }
.rev-summary .rs-meta { font-size: 14px; color: var(--ink-500); }
.rev-summary .rs-meta .stars { margin-bottom: 4px; }
.review-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.review .stars { width: max-content; }
.review p { font-size: 16px; color: var(--ink-700); line-height: 1.6; text-wrap: pretty; flex: 1; }
.review .rev-by { display: flex; align-items: center; gap: 12px; }
.review .rev-av {
  width: 42px; height: 42px; border-radius: 999px; flex: none;
  background: var(--green-tint); color: var(--green-700); display: grid; place-items: center;
  font-weight: 700; font-size: 16px;
}
.review .rev-n { font-size: 14.5px; font-weight: 700; color: var(--ink-900); }
.review .rev-r { font-size: 13px; color: var(--ink-400); }
.review .verified { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--green-700); }
.review .verified svg { width: 14px; height: 14px; }

/* ============================================================
   PDP CTA band
   ============================================================ */
.pdp-cta { background: var(--forest); color: #fff; }
.pdp-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.pdp-cta h2 { color: #fff; font-size: clamp(30px, 3.4vw, 44px); }
.pdp-cta p { color: #c2d3ae; margin-top: 12px; font-size: 18px; max-width: 44ch; }
.pdp-cta .cta-side { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.pdp-cta .cta-price { font-size: 15px; color: #a7cf6a; font-weight: 600; }
.pdp-cta .cta-price b { color: #fff; font-size: 22px; font-weight: 800; }
.pdp-cta .garden-cta.btn-primary { background: var(--lime); }
.pdp-cta .garden-cta.btn-primary:hover { background: var(--lime-600); }

/* dual buy buttons */
.btn-dark { background: var(--forest); color: #fff; }
.btn-dark:hover { background: var(--forest-700); }
.buy-cart-2 { margin-top: 12px; }
.buy-cart-2 .btn { width: 100%; justify-content: center; }

/* ============================================================
   INTRO (full-width, airy)
   ============================================================ */
.intro { text-align: center; padding: 104px 0; }
.intro .eyebrow { display: block; margin-bottom: 18px; }
.intro h2 { max-width: 18ch; margin: 0 auto; }
.intro p { font-size: 21px; line-height: 1.75; color: var(--ink-500); max-width: 760px; margin: 28px auto 0; text-wrap: pretty; }

/* ============================================================
   HOW IT WORKS — VIDEO SLOT
   ============================================================ */
.video-block { padding-bottom: 96px; margin-top: -36px; }
.video-slot {
  position: relative; aspect-ratio: 16 / 9; max-width: 940px; margin: 0 auto;
  border-radius: 26px; overflow: hidden; background: var(--forest);
  box-shadow: var(--shadow-3); cursor: pointer;
}
.video-slot img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.video-slot .vplay {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.video-slot .vplay span {
  width: 86px; height: 86px; border-radius: 999px; background: rgba(255,255,255,0.94);
  display: grid; place-items: center; color: var(--forest);
  box-shadow: 0 14px 36px -10px rgba(0,0,0,0.5); transition: transform .18s var(--ease), background .18s;
}
.video-slot:hover .vplay span { transform: scale(1.06); background: #fff; }
.video-slot .vplay svg { width: 34px; height: 34px; margin-left: 5px; }
.video-slot .vtag {
  position: absolute; top: 18px; left: 18px;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #dcebca; background: rgba(20,40,14,0.55); backdrop-filter: blur(4px); padding: 7px 13px; border-radius: 999px;
}
.video-caption { text-align: center; margin-top: 18px; font-family: var(--mono); font-size: 13px; color: var(--ink-400); letter-spacing: 0.02em; }

/* ============================================================
   THE LAB (forest credibility band)
   ============================================================ */
.lab { background: var(--forest); color: #e8f0dc; text-align: center; }
.lab .wrap-narrow { display: flex; flex-direction: column; align-items: center; }
.lab .lab-badge { width: 64px; height: 64px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid var(--forest-line); color: #a7cf6a; display: grid; place-items: center; margin-bottom: 26px; }
.lab .lab-badge svg { width: 32px; height: 32px; }
.lab .eyebrow { color: #a7cf6a; display: block; margin-bottom: 16px; }
.lab h2 { color: #fff; max-width: 20ch; }
.lab p { font-size: 19px; line-height: 1.75; color: #c2d3ae; max-width: 720px; margin: 24px auto 0; text-wrap: pretty; }

/* ============================================================
   WHY TEST (split image + bullets)
   ============================================================ */
.why-test .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.why-test .wt-photo { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-2); aspect-ratio: 4 / 5; }
.why-test .wt-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-test .lede { margin-top: 16px; }
.why-test .checklist { margin-top: 26px; }
.why-test .check-item { align-items: flex-start; }
.why-test .check-item .ck { margin-top: 1px; }
.why-test .check-item .ct { font-weight: 500; color: var(--ink-500); }
.why-test .check-item .ct b { color: var(--ink-900); font-weight: 700; }
.why-test .closer { margin-top: 28px; font-size: 20px; font-weight: 800; color: var(--ink-900); letter-spacing: -0.01em; }

/* ============================================================
   WHAT MAKES SOILRX DIFFERENT (3 cards)
   ============================================================ */
.diff { background: var(--cream-2); }
.diff .diff-intro { font-size: 19px; line-height: 1.7; color: var(--ink-500); max-width: 760px; margin: 20px auto 0; text-wrap: pretty; }
.diff-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.diff-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px; text-align: left; }
.diff-card .di { width: 54px; height: 54px; border-radius: 15px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; margin-bottom: 22px; }
.diff-card .di svg { width: 27px; height: 27px; }
.diff-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; }
.diff-card p { font-size: 15px; color: var(--ink-500); line-height: 1.6; }

/* ============================================================
   HOW THE ANALYSIS WORKS (numbered flow)
   ============================================================ */
.analysis-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.flow-step { position: relative; padding-top: 28px; border-top: 3px solid var(--lime); }
.flow-step .fn { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--green-700); margin-bottom: 14px; }
.flow-step .fi { width: 46px; height: 46px; border-radius: 12px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; margin-bottom: 16px; }
.flow-step .fi svg { width: 24px; height: 24px; }
.flow-step h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.flow-step p { font-size: 14.5px; color: var(--ink-500); line-height: 1.55; }

/* ============================================================
   RESULTS EXPLAINER (copy + report card)
   ============================================================ */
.results-x .wrap { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.results-x .lede { margin-top: 16px; }
.results-x .unit-note { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.results-x .unit { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--green-700); background: var(--green-tint-2); border: 1px solid #e0ecca; padding: 8px 14px; border-radius: 10px; }

/* ============================================================
   BENEFITS STRIP (4 icons)
   ============================================================ */
.benefits { background: var(--cream-2); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.benefit { text-align: left; }
.benefit .bi { width: 56px; height: 56px; border-radius: 15px; background: var(--lime); color: #fff; display: grid; place-items: center; margin-bottom: 20px; box-shadow: 0 12px 22px -10px rgba(106,189,69,0.6); }
.benefit .bi svg { width: 28px; height: 28px; }
.benefit h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.benefit p { font-size: 14.5px; color: var(--ink-500); line-height: 1.55; }

/* ============================================================
   DOWNLOADS
   ============================================================ */
.downloads-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dl-card {
  display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 30px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.dl-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.dl-card .dli { width: 50px; height: 50px; border-radius: 13px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; }
.dl-card .dli svg { width: 25px; height: 25px; }
.dl-card h3 { font-size: 17.5px; font-weight: 700; line-height: 1.3; }
.dl-card p { font-size: 14px; color: var(--ink-500); line-height: 1.55; flex: 1; }
.dl-card .dl-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: var(--green-700); }
.dl-card .dl-btn svg { width: 16px; height: 16px; transition: transform .15s var(--ease); }
.dl-card:hover .dl-btn svg { transform: translateY(2px); }

/* ============================================================
   FROM THE BLOG (reuses .article styling)
   ============================================================ */
.blog { background: var(--cream-2); }
.blog-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ============================================================
   ORDER FORM
   ============================================================ */
.order-page { background: var(--cream-2); min-height: 100vh; }
.order-hero { padding: 40px 0 18px; }
.order-hero .crumbs { margin-bottom: 18px; }
.order-hero h1 { font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -0.03em; }
.order-hero p { color: var(--ink-500); margin-top: 10px; font-size: 17px; }

.checkout { padding: 28px 0 100px; }
.checkout .wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }

.ofmain { display: flex; flex-direction: column; gap: 20px; }
.ocard {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px;
  padding: 30px 30px 32px; box-shadow: var(--shadow-1);
}
.ocard .ohead { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.ocard .ostep {
  width: 30px; height: 30px; border-radius: 999px; flex: none;
  background: var(--green); color: #fff; font-family: var(--mono); font-weight: 600; font-size: 14px;
  display: grid; place-items: center;
}
.ocard .ohead h2 { font-size: 21px; font-weight: 700; letter-spacing: -0.01em; }
.ocard .ohead .hint { margin-left: auto; font-size: 13px; color: var(--ink-400); }

.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.col-2 { grid-column: span 2; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-700); }
.field label .opt { color: var(--ink-400); font-weight: 500; }
.field input, .field select {
  font-family: var(--sans); font-size: 15.5px; color: var(--ink-900);
  padding: 14px 16px; min-height: 52px; border-radius: 12px;
  border: 1.5px solid var(--line); background: var(--cream); outline: none;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.field input::placeholder { color: var(--ink-400); }
.field input:focus, .field select:focus { border-color: var(--green); background: var(--surface); box-shadow: 0 0 0 3px rgba(103,153,31,0.12); }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235d6052' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }

/* kit quantity selector inside form */
.kit-pick { display: flex; align-items: center; gap: 18px; padding: 18px; border: 1.5px solid var(--line); border-radius: 16px; background: var(--cream); }
.kit-pick img { width: 76px; height: 76px; border-radius: 12px; object-fit: cover; border: 1px solid var(--line); flex: none; }
.kit-pick .kp-info h3 { font-size: 16px; font-weight: 700; }
.kit-pick .kp-info p { font-size: 13.5px; color: var(--ink-500); margin-top: 3px; }
.kit-pick .qty { margin-left: auto; }

/* samples row under kit */
.sample-pick { display: flex; align-items: center; gap: 18px; padding: 16px 18px; margin-top: 12px; border: 1.5px solid var(--line); border-radius: 16px; background: var(--surface); }
.sample-pick .kp-info h3 { font-size: 15px; font-weight: 700; }
.sample-pick .kp-info p { font-size: 13px; color: var(--ink-500); margin-top: 3px; max-width: 46ch; }
.sample-pick .sp-right { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex: none; }
.sample-pick .sp-note { font-size: 12.5px; color: var(--ink-500); font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ============================================================
   Auth — login page
   ============================================================ */
.auth-page { min-height: 100vh; display: grid; grid-template-columns: minmax(380px, 44%) 1fr; }
.auth-brand {
  position: relative; overflow: hidden;
  background: var(--forest) url("img/garden-banner.jpg") center / cover no-repeat;
  color: #fff;
  padding: 48px 56px; display: flex; flex-direction: column;
}
.auth-brand::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(30,58,24,0.55) 0%, rgba(20,38,12,0.82) 55%, rgba(17,33,9,0.94) 100%);
}
.auth-brand > * { position: relative; z-index: 1; }
.auth-brand .ab-body { margin: auto 0; max-width: 420px; }
.auth-brand h1 { font-size: clamp(28px, 3vw, 38px); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin: 14px 0 30px; color: #f4f8ea; text-shadow: 0 2px 18px rgba(17,33,9,0.5); }
.auth-brand ul { display: grid; gap: 14px; }
.auth-brand li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: rgba(255,255,255,0.85); line-height: 1.45; }
.auth-brand .ab-check {
  flex: none; width: 22px; height: 22px; border-radius: 999px; margin-top: 1px;
  background: rgba(106,189,69,0.22); color: var(--lime);
  display: grid; place-items: center;
}
.auth-brand .ab-foot { font-size: 14px; color: rgba(255,255,255,0.6); }
.auth-brand .ab-foot a { color: var(--lime); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.auth-form { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 40px; background: var(--cream); }
.af-card {
  width: 100%; max-width: 420px; background: var(--surface);
  border: 1.5px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-2);
  padding: 36px;
}
.af-card h2 { font-size: 26px; font-weight: 800; color: var(--ink-900); letter-spacing: -0.01em; }
.af-card .af-sub { font-size: 14.5px; color: var(--ink-500); margin: 6px 0 24px; }
.af-card form { display: grid; gap: 16px; }
.af-card .field label { display: flex; justify-content: space-between; align-items: baseline; }
.af-forgot { font-size: 12.5px; font-weight: 700; color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.af-submit { width: 100%; justify-content: center; margin-top: 4px; }
.af-note {
  display: flex; align-items: center; gap: 8px; margin-top: 14px;
  padding: 10px 14px; border-radius: 10px;
  background: var(--green-tint); color: var(--green-700);
  font-size: 13.5px; font-weight: 600;
}
.af-note svg { flex: none; }
.af-alt { display: flex; align-items: center; gap: 12px; margin: 20px 0 14px; font-size: 12.5px; color: var(--ink-400); font-weight: 600; }
.af-alt .af-rule { flex: 1; height: 1px; background: var(--line); }
.af-magic { width: 100%; justify-content: center; }
.af-new { margin-top: 22px; text-align: center; font-size: 14px; color: var(--ink-500); }
.af-new a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.af-legal { margin-top: 18px; font-size: 12.5px; color: var(--ink-400); display: flex; align-items: center; gap: 6px; }
.af-legal svg { display: inline; }

@media (max-width: 860px) {
  .auth-page { grid-template-columns: 1fr; }
  .auth-brand { padding: 36px 32px; gap: 28px; }
  .auth-brand .ab-body { margin: 0; }
  .auth-brand .ab-foot { display: none; }
}

/* ============================================================
   Coming soon — email collector
   ============================================================ */
.soon-page {
  min-height: 100vh; background: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 48px 24px 32px;
}
.soon-card { width: 100%; max-width: 620px; }
.soon-card h1 { font-size: clamp(30px, 4.5vw, 44px); font-weight: 800; color: var(--ink-900); line-height: 1.12; letter-spacing: -0.02em; margin: 12px 0 16px; }
.soon-sub { font-size: 16.5px; color: var(--ink-500); line-height: 1.6; max-width: 54ch; }
.soon-perks { display: grid; gap: 14px; margin: 30px 0 34px; }
.soon-perks li { display: flex; align-items: flex-start; gap: 14px; font-size: 15.5px; color: var(--ink-700); line-height: 1.5; }
.soon-perks .sp-icon {
  flex: none; width: 36px; height: 36px; border-radius: 10px;
  background: var(--green-tint); color: var(--green-700);
  display: grid; place-items: center;
}
.soon-form {
  background: var(--surface); border: 1.5px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-2); padding: 24px; display: grid; gap: 14px;
}
.soon-form .sf-fields { display: grid; grid-template-columns: 1fr 1.4fr; gap: 14px; }
.soon-form .btn-primary { width: 100%; justify-content: center; }
.soon-form .sf-fine { font-size: 12.5px; color: var(--ink-400); text-align: center; }
.soon-done {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--green-tint-2); border: 1.5px solid var(--green-tint); border-radius: 18px;
  padding: 24px;
}
.soon-done .sd-check {
  flex: none; width: 44px; height: 44px; border-radius: 999px;
  background: var(--green-tint); color: var(--green-700); display: grid; place-items: center;
}
.soon-done b { font-size: 17px; font-weight: 800; color: var(--ink-900); }
.soon-done p { font-size: 14.5px; color: var(--ink-500); margin-top: 4px; line-height: 1.55; }
.soon-foot { margin-top: 40px; font-size: 13px; color: var(--ink-400); }
.soon-foot a { text-decoration: underline; text-underline-offset: 3px; }
.soon-foot a:hover { color: var(--ink-700); }

@media (max-width: 560px) {
  .soon-form .sf-fields { grid-template-columns: 1fr; }
}

/* add-ons */
.addons { display: flex; flex-direction: column; gap: 12px; }
.addon {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer;
  transition: border-color .15s, background .15s;
}
.addon:hover { border-color: #cfe0b3; }
.addon.on { border-color: var(--green); background: var(--green-tint-2); }
.addon .box {
  width: 24px; height: 24px; border-radius: 7px; border: 1.5px solid var(--line); flex: none;
  display: grid; place-items: center; color: #fff; background: var(--surface); transition: background .15s, border-color .15s;
}
.addon.on .box { background: var(--green); border-color: var(--green); }
.addon .box svg { width: 15px; height: 15px; opacity: 0; }
.addon.on .box svg { opacity: 1; }
.addon .a-text { flex: 1; }
.addon .a-text h4 { font-size: 15px; font-weight: 700; }
.addon .a-text p { font-size: 13px; color: var(--ink-500); margin-top: 2px; }
.addon .a-price { font-weight: 700; font-size: 15px; color: var(--ink-900); }

.pay-row { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.pay-row .lock { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-400); font-weight: 500; }
.pay-row .lock svg { width: 14px; height: 14px; }

/* ---------- summary ---------- */
.summary { position: sticky; top: 100px; }
.summary-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow-2); overflow: hidden;
}
.summary-card .sc-head { padding: 22px 24px; border-bottom: 1px solid var(--line-2); }
.summary-card .sc-head h2 { font-size: 18px; font-weight: 700; }
.summary-line {
  display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-bottom: 1px solid var(--line-2);
}
.summary-line img { width: 60px; height: 60px; border-radius: 12px; object-fit: cover; border: 1px solid var(--line); flex: none; }
.summary-line .sl-info { flex: 1; }
.summary-line .sl-info h3 { font-size: 14.5px; font-weight: 700; }
.summary-line .sl-info p { font-size: 13px; color: var(--ink-400); margin-top: 2px; }
.summary-line .sl-price { font-weight: 700; font-size: 15px; }

.promo { display: flex; gap: 10px; padding: 18px 24px; border-bottom: 1px solid var(--line-2); }
.promo input {
  flex: 1; font-family: var(--sans); font-size: 14px; padding: 12px 14px; min-height: 46px;
  border-radius: 10px; border: 1.5px solid var(--line); background: var(--cream); outline: none;
}
.promo input:focus { border-color: var(--green); background: var(--surface); }
.promo button { padding: 0 18px; border-radius: 10px; border: 1.5px solid var(--line); font-weight: 600; font-size: 14px; color: var(--ink-700); transition: background .15s, border-color .15s; }
.promo button:hover { background: var(--sunken); border-color: var(--ink-400); }

.totals { padding: 18px 24px; display: flex; flex-direction: column; gap: 11px; }
.totals .trow { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--ink-500); }
.totals .trow b { color: var(--ink-700); font-weight: 600; }
.totals .trow .free { color: var(--green-700); font-weight: 700; }
.totals .grand {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: 17px; font-weight: 700; color: var(--ink-900);
}
.totals .grand .gv { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.summary-card .sc-foot { padding: 4px 24px 24px; }
.summary-card .place {
  width: 100%; justify-content: center; padding: 17px; font-size: 17px; margin-top: 8px;
}
.summary-card .guarantee { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12.5px; color: var(--ink-400); margin-top: 14px; }
.summary-card .guarantee svg { width: 14px; height: 14px; }

.order-badges { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; padding: 20px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.order-badges .ob { display: flex; align-items: center; gap: 11px; font-size: 13px; color: var(--ink-600, var(--ink-700)); }
.order-badges .ob .obi { width: 32px; height: 32px; border-radius: 9px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; flex: none; }
.order-badges .ob .obi svg { width: 17px; height: 17px; }
/* ===== sample setup (checkout step 4) ===== */
.setup-lede { font-size: 14px; color: var(--ink-500); line-height: 1.55; margin: -8px 0 18px; max-width: 62ch; }
.samps { display: flex; flex-direction: column; gap: 14px; }
.samp { border: 1.5px solid var(--line); border-radius: 16px; padding: 18px 20px 20px; background: var(--cream); }
.samp-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.samp-n { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-700); white-space: nowrap; }
.samp-ok { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--green-700); background: var(--green-tint); padding: 4px 11px; border-radius: 999px; }
.samp-ok svg { width: 13px; height: 13px; }
.samp-need { font-size: 12.5px; font-weight: 600; color: var(--ink-400); }
.ppick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ppick .pp { display: flex; align-items: center; gap: 11px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 13px; background: var(--surface); text-align: left; cursor: pointer; transition: border-color .15s, background .15s, box-shadow .15s; }
.ppick .pp:hover { border-color: #cfe0b3; }
.ppick .pp.on { border-color: var(--green); background: var(--green-tint-2); box-shadow: 0 0 0 3px rgba(103,153,31,0.1); }
.ppick .ppi { width: 38px; height: 38px; border-radius: 11px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; flex: none; }
.ppick .ppi svg { width: 19px; height: 19px; }
.ppick .ppt b { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink-900); }
.ppick .ppt span { font-size: 12px; color: var(--ink-500); }
.gen-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; padding: 12px 15px; border-radius: 12px; background: var(--green-tint-2); border: 1.5px dashed #cfe0b3; font-size: 13.5px; color: var(--ink-700); line-height: 1.55; }
.gen-note svg { width: 15px; height: 15px; flex: none; margin-top: 2px; color: var(--green-700); }
.samp-fields { margin-top: 16px; }
.field label .fright { float: right; font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--ink-400); }
.sizewrap { position: relative; display: flex; }
.sizewrap input { flex: 1; padding-right: 92px; }
.sizewrap .unit-fix { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 13.5px; font-weight: 600; color: var(--ink-400); pointer-events: none; }
.sizewrap .unit-sel { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--ink-700); border: 1px solid var(--line); border-radius: 9px; background: var(--sunken); padding: 7px 26px 7px 10px; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235d6052' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 7px center; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips .chip { padding: 11px 16px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--surface); font-size: 13.5px; font-weight: 600; color: var(--ink-700); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.chips .chip:hover { border-color: #cfe0b3; }
.chips .chip.on { border-color: var(--green); background: var(--green-tint-2); color: var(--green-700); }
.samp-hint { margin-top: 12px; font-size: 12.5px; color: var(--ink-400); line-height: 1.5; }
.samp-warn { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 13px; font-weight: 600; color: #a05517; background: #fbf0dc; border-radius: 10px; padding: 9px 13px; }
.samp-warn svg { width: 14px; height: 14px; flex: none; }

/* ===== order confirmation ===== */
.confirm-wrap .wrap { display: block; }
.confirm { max-width: 720px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-1); padding: 48px 52px 44px; }
.confirm .cf-check { width: 64px; height: 64px; border-radius: 999px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; margin-bottom: 20px; }
.confirm h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink-900); }
.confirm .cf-sub { margin-top: 8px; font-size: 15.5px; color: var(--ink-500); line-height: 1.6; }
.confirm .cf-sub b { color: var(--ink-900); font-weight: 700; }
.cf-steps { margin-top: 30px; display: grid; gap: 4px; }
.cf-step { position: relative; display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; }
.cf-step .cfi { width: 38px; height: 38px; border-radius: 11px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; flex: none; position: relative; z-index: 1; }
.cf-step .cfi svg { width: 18px; height: 18px; }
.cf-step b { display: block; font-size: 15px; font-weight: 700; color: var(--ink-900); }
.cf-step span:not(.cfi):not(.cf-line) { font-size: 13.5px; color: var(--ink-500); }
.cf-step .cf-line { position: absolute; left: 19px; top: 50px; bottom: -12px; width: 2px; background: var(--line); }
.cf-samps { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 26px; }
.cf-samps h2 { font-size: 17px; font-weight: 800; margin-bottom: 14px; color: var(--ink-900); }
.cf-samp { display: flex; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); }
.cf-samp + .cf-samp { margin-top: 9px; }
.cf-tag { font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; flex: none; }
.cf-tag.lawn { background: var(--green-tint); color: var(--green-700); }
.cf-tag.garden { background: #f6ecd9; color: #8a6117; }
.cf-tag.general { background: var(--sunken); color: var(--ink-500); }
.cf-si b { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink-900); }
.cf-si span { font-size: 13px; color: var(--ink-500); }
.cf-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.cf-ctas .btn { justify-content: center; }
@media (max-width: 720px) { .ppick { grid-template-columns: 1fr; } .confirm { padding: 30px 24px; } }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .kit-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .diff-grid, .downloads-grid, .blog-grid { grid-template-columns: 1fr; }
  .analysis-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery { position: static; }
  .checkout .wrap { grid-template-columns: 1fr; gap: 32px; }
  .summary { position: static; }
  .why-test .wrap, .results-x .wrap { grid-template-columns: 1fr; gap: 40px; }
  .why-test .wt-photo { aspect-ratio: 16 / 10; }
}
@media (max-width: 620px) {
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .kit-grid { grid-template-columns: 1fr 1fr; }
  .analysis-grid, .benefits-grid { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  .field.col-2 { grid-column: span 1; }
  .ocard { padding: 22px 20px 24px; }
  .price-block { flex-wrap: wrap; }
  .pdp-cta .wrap { flex-direction: column; align-items: flex-start; }
}
