@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");

:root {
  color-scheme: light;
  --noot-bg: #f5f6f2;
  --noot-bg-strong: #ecf0e8;
  --noot-surface: #ffffff;
  --noot-surface-soft: #f9faf7;
  --noot-border: #d9dfd2;
  --noot-border-strong: #bcc8b4;
  --noot-text: #172019;
  --noot-muted: #647061;
  --noot-primary: #009641;
  --noot-primary-dark: #006f32;
  --noot-primary-soft: #e7f7ec;
  --noot-blue: #009641;
  --noot-blue-soft: #e7f7ec;
  --noot-amber: #a86f13;
  --noot-amber-soft: #fff2d2;
  --noot-red: #ad372f;
  --noot-red-soft: #f8e3df;
  --noot-purple: #6b5a99;
  --noot-purple-soft: #eeeafa;
  --noot-focus: 0 0 0 3px rgba(0, 150, 65, 0.22);
  --noot-shadow: 0 8px 24px rgba(28, 38, 31, 0.08);
  --noot-radius: 8px;
  --noot-radius-sm: 6px;
  --noot-page-max: 1440px;
  --font-display: "DM Serif Text", Georgia, "Times New Roman", serif;
  --noot-font-display: var(--font-display);
  --noot-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Public checkout funnel */
.checkout-page {
  --checkout-green: #009641;
  --checkout-deep: #062d18;
  --checkout-ink: #102116;
  --checkout-muted: #5d6f63;
  --checkout-border: rgba(0, 150, 65, 0.18);
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 150, 65, 0.12), transparent 26rem),
    linear-gradient(180deg, #f5f8ef 0%, #fbfaf3 100%);
  color: var(--checkout-ink);
  font-family: var(--font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  margin: 0;
}

.checkout-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px clamp(16px, 4vw, 48px) 56px;
}

.checkout-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--checkout-border);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(6, 45, 24, 0.08);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 12px 14px;
  position: sticky;
  top: 12px;
  z-index: 20;
}

.checkout-nav-logo {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.checkout-nav-logo img {
  display: block;
  height: 42px;
  object-fit: contain;
  width: auto;
}

.checkout-nav-secure {
  align-items: center;
  background: #f7fff7;
  border: 1px solid rgba(0, 150, 65, 0.2);
  border-radius: 16px;
  color: var(--checkout-deep);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  gap: 8px;
  padding: 11px 14px;
  white-space: nowrap;
}

.checkout-nav-secure::before {
  content: "✓";
  align-items: center;
  background: var(--checkout-green);
  border-radius: 999px;
  color: #fff;
  display: inline-grid;
  font-size: 11px;
  height: 20px;
  place-items: center;
  width: 20px;
}

.checkout-back {
  color: var(--checkout-deep);
  display: inline-flex;
  font-weight: 800;
  margin-bottom: 18px;
  text-decoration: none;
}

.checkout-hero {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--checkout-border);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(6, 45, 24, 0.10);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  overflow: hidden;
  padding: clamp(26px, 5vw, 58px);
}

.checkout-eyebrow {
  align-items: center;
  background: rgba(0, 150, 65, 0.09);
  border: 1px solid var(--checkout-border);
  border-radius: 999px;
  color: var(--checkout-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.checkout-hero h1,
.checkout-thank-you h1 {
  color: var(--checkout-deep);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.92;
  margin: 0 0 18px;
}

.checkout-hero p,
.checkout-card p {
  color: var(--checkout-muted);
  font-size: 17px;
  line-height: 1.65;
}

.checkout-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.checkout-trust-row span,
.checkout-safety {
  background: #edf7e9;
  border: 1px solid var(--checkout-border);
  border-radius: 999px;
  color: var(--checkout-deep);
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
}

.checkout-product-card {
  background: #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 24px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}

.checkout-product-card img {
  display: block;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  width: 100%;
}

.checkout-product-badge {
  background: #fffdf1;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(6, 45, 24, 0.12);
  color: var(--checkout-deep);
  font-weight: 900;
  padding: 16px;
  position: absolute;
  right: 18px;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  width: 110px;
  z-index: 1;
}

.checkout-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-top: 24px;
}

.checkout-form,
.checkout-bumps,
.checkout-field-grid,
.checkout-summary,
.checkout-upsell-actions {
  display: grid;
  gap: 16px;
}

.checkout-card,
.checkout-summary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--checkout-border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(6, 45, 24, 0.08);
  padding: clamp(20px, 3vw, 30px);
}

.checkout-card-head {
  align-items: center;
  display: flex;
  gap: 12px;
}

.checkout-card-head > span {
  align-items: center;
  background: var(--checkout-green);
  border-radius: 999px;
  color: #fff;
  display: inline-grid;
  flex: 0 0 38px;
  font-weight: 900;
  height: 38px;
  justify-items: center;
  line-height: 1;
  place-items: center;
}

.checkout-card h2,
.checkout-summary h2 {
  color: var(--checkout-deep);
  font-size: 24px;
  margin: 0;
}

.checkout-quantity-row,
.checkout-field-grid label {
  display: grid;
  gap: 8px;
}

.checkout-purchase-mode,
.checkout-cadence-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.checkout-cadence-group {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.checkout-cadence-group[hidden] {
  display: none !important;
}

.checkout-cadence-group > span {
  color: var(--checkout-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-cadence-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.checkout-choice-card,
.checkout-cadence-cards label {
  align-items: center;
  background: #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 18px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  min-height: 76px;
  padding: 16px;
}

.checkout-choice-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.checkout-cadence-cards label {
  justify-items: center;
  text-align: center;
}

.checkout-choice-card:has(input:checked),
.checkout-cadence-cards label:has(input:checked) {
  background: #eaf8ed;
  border-color: rgba(0, 150, 65, 0.48);
  box-shadow: inset 0 0 0 2px rgba(0, 150, 65, 0.12);
}

.checkout-choice-card input,
.checkout-cadence-cards input {
  accent-color: var(--checkout-green);
}

.checkout-choice-card strong,
.checkout-cadence-cards strong {
  color: var(--checkout-deep);
  display: block;
  font-weight: 950;
}

.checkout-choice-card small {
  color: var(--checkout-muted);
  display: block;
  line-height: 1.35;
}

.checkout-choice-card em {
  background: var(--checkout-green);
  border-radius: 999px;
  color: #fff;
  font-style: normal;
  font-weight: 950;
  padding: 8px 10px;
}

.checkout-field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-field-grid.single {
  grid-template-columns: 1fr;
}

.checkout-field-grid label:first-child,
.checkout-field-grid label:nth-child(4),
.checkout-field-grid label:nth-child(5) {
  grid-column: 1 / -1;
}

.checkout-field-grid span,
.checkout-quantity-row label {
  color: var(--checkout-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-field-grid input,
.checkout-quantity-row input,
.checkout-quantity-row select {
  background: #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 14px;
  color: var(--checkout-ink);
  font: inherit;
  font-size: 16px;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.checkout-date-card {
  align-items: center;
  background:
    radial-gradient(circle at 96% 18%, rgba(0, 150, 65, 0.12), transparent 12rem),
    #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 20px;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px;
  position: relative;
}

.checkout-date-card strong,
.checkout-quantity-slider strong {
  color: var(--checkout-deep);
  display: block;
}

.checkout-date-card small,
.checkout-quantity-slider small {
  color: var(--checkout-muted);
  display: block;
  line-height: 1.45;
  margin-top: 3px;
}

.checkout-date-card input {
  appearance: none;
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.checkout-date-card em {
  align-items: center;
  background: var(--checkout-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-style: normal;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 14px;
  text-align: center;
}

.checkout-date-card > span,
.checkout-date-card > em {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.checkout-quantity-slider {
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 150, 65, 0.09), transparent 12rem),
    #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 22px;
  display: grid;
  gap: 14px;
  margin: 16px 0;
  overflow: hidden;
  padding: 16px;
}

.checkout-quantity-head {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.checkout-quantity-head > span {
  color: var(--checkout-deep);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-quantity-slider output {
  font-size: 24px;
  font-weight: 950;
}

.checkout-quantity-track {
  display: grid;
  gap: 10px;
  grid-auto-columns: minmax(130px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.checkout-quantity-tier {
  align-items: center;
  background: #f8fbf6;
  border: 1px solid rgba(0, 150, 65, 0.18);
  border-radius: 16px;
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 12px;
  scroll-snap-align: start;
  text-align: center;
}

.checkout-quantity-tier:has(input:checked) {
  background: #eaf8ed;
  border-color: rgba(0, 150, 65, 0.58);
  box-shadow: inset 0 0 0 2px rgba(0, 150, 65, 0.12), 0 16px 30px rgba(0, 150, 65, 0.12);
}

.checkout-quantity-tier input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.checkout-quantity-tier b {
  background: var(--checkout-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  justify-self: center;
  min-height: 24px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.checkout-quantity-tier strong {
  font-size: 16px;
  font-weight: 950;
}

.checkout-quantity-tier span {
  color: var(--checkout-deep);
  font-size: 20px;
  font-weight: 950;
}

.checkout-bump-card,
.checkout-payment-presets label {
  align-items: center;
  background: #fff;
  border: 1px solid var(--checkout-border);
  border-radius: 18px;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 16px;
}

.checkout-bump-card input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.checkout-bump-card:has(input:checked) {
  background: #eaf8ed;
  border-color: rgba(0, 150, 65, 0.48);
  box-shadow: inset 0 0 0 2px rgba(0, 150, 65, 0.12);
}

.checkout-bump-card:has(input:checked) i {
  background: var(--checkout-green);
  color: #fff;
}

.checkout-bump-card i {
  align-items: center;
  background: #e6f8ed;
  border-radius: 14px;
  color: var(--checkout-green);
  display: inline-grid;
  font-style: normal;
  font-weight: 950;
  height: 42px;
  place-items: center;
  width: 42px;
}

.checkout-bump-card b {
  background: #edf8e8;
  border-radius: 999px;
  color: var(--checkout-green);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 7px;
  padding: 5px 8px;
  text-transform: uppercase;
}

.checkout-payment-presets label {
  grid-template-columns: auto minmax(0, 1fr);
}

.checkout-bump-card strong,
.checkout-payment-presets span {
  color: var(--checkout-deep);
  display: block;
  font-weight: 900;
}

.checkout-bump-card small {
  color: var(--checkout-muted);
  display: block;
  line-height: 1.45;
  margin-top: 4px;
}

.checkout-bump-card em {
  color: var(--checkout-green);
  font-style: normal;
  font-weight: 900;
}

.checkout-summary {
  position: sticky;
  top: 96px;
}

.checkout-summary-line,
.checkout-total-row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 150, 65, 0.14);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}

.checkout-total-row {
  border-bottom: 0;
  color: var(--checkout-deep);
  font-size: 22px;
  font-weight: 900;
}

.checkout-preview {
  background: #f7faf1;
  border: 1px solid var(--checkout-border);
  border-radius: 16px;
  color: var(--checkout-muted);
  line-height: 1.45;
  min-height: 54px;
  padding: 14px;
}

.checkout-button {
  align-items: center;
  border: 1px solid var(--checkout-border);
  border-radius: 16px;
  cursor: pointer;
  display: inline-grid;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  text-decoration: none;
}

.checkout-button.primary {
  background: var(--checkout-green);
  border-color: var(--checkout-green);
  color: #fff;
}

.checkout-button.secondary {
  background: #fff;
  color: var(--checkout-deep);
}

.checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.checkout-upsell-actions {
  margin-top: 24px;
}

.checkout-thank-you {
  max-width: 760px;
}

@media (max-width: 820px) {
  .checkout-shell {
    padding: 16px 14px 44px;
  }

  .checkout-nav {
    border-radius: 18px;
    top: 8px;
  }

  .checkout-nav-logo img {
    height: 34px;
  }

  .checkout-nav-secure {
    font-size: 12px;
    padding: 10px 12px;
  }

  .checkout-hero,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-hero {
    border-radius: 22px;
    padding: 22px;
  }

  .checkout-hero h1,
  .checkout-thank-you h1 {
    font-size: clamp(40px, 15vw, 62px);
  }

  .checkout-product-card,
  .checkout-product-card img {
    min-height: 280px;
  }

  .checkout-field-grid {
    grid-template-columns: 1fr;
  }

  .checkout-purchase-mode,
  .checkout-cadence-cards {
    grid-template-columns: 1fr;
  }

  .checkout-date-card,
  .checkout-vial-quantity {
    grid-template-columns: 1fr;
  }

  .checkout-date-card em,
  .checkout-qty-stepper {
    justify-self: stretch;
  }

  .checkout-qty-stepper {
    grid-template-columns: 1fr 70px 1fr;
  }

  .checkout-summary {
    bottom: 0;
    position: sticky;
    top: auto;
    z-index: 5;
  }

  .checkout-bump-card {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .checkout-bump-card em {
    grid-column: 2;
  }
}

/* Admin usability upgrade: dashboard tasks, Customer 360 command cards, support desk */
.today-work-hero {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.today-work-hero small,
.support-desk-hero small,
.customer-360-action-group > small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.today-work-hero h2,
.support-desk-hero h2 {
  font-size: 22px;
  line-height: 1.1;
  margin: 4px 0 6px;
}

.admin-task-board {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  margin-bottom: 14px;
}

.admin-task-card {
  align-items: start;
  background: var(--admin-card);
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(31, 43, 31, .05);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 172px;
  padding: 16px;
}

.admin-task-card.severity-critical,
.admin-task-card.severity-high {
  border-color: #d7c8a1;
}

.admin-task-icon {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 10px;
  color: var(--admin-green);
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.admin-task-card small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.admin-task-card strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin: 5px 0;
}

.admin-task-card span {
  color: var(--admin-muted);
  display: block;
}

.admin-task-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: auto;
}

.secondary-kpis {
  margin-top: 14px;
}

.queue-widget-grid .admin-row,
.queue-widget-grid .admin-row-button {
  min-height: 64px;
}

.admin-widget-grid,
.ticket-filter-widgets,
.ticket-channel-widgets,
.macro-card-grid {
  display: grid;
  gap: 10px;
}

.admin-widget-grid {
  grid-template-columns: repeat(4, minmax(130px, 1fr));
}

.ticket-filter-widgets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.ticket-channel-widgets,
.macro-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-widget-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  color: var(--noot-text);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 96px;
  padding: 12px;
  text-align: center;
}

.admin-widget-card i {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 10px;
  color: var(--admin-green);
  display: inline-flex;
  font-size: 21px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.admin-widget-card span {
  font-size: 13px;
  font-weight: 850;
}

.admin-widget-card small {
  color: var(--admin-muted);
}

.admin-widget-card.selected,
.admin-widget-card:hover,
.customer-360-action-tile:hover {
  background: var(--admin-soft);
  border-color: #cddfc5;
  color: var(--admin-green-dark);
}

.support-desk-hero {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.support-desk-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(310px, 360px) minmax(460px, 1fr) minmax(280px, 340px);
}

.ticket-queue-pane,
.ticket-detail-pane,
.ticket-context-pane {
  min-width: 0;
}

.support-desk-filters {
  grid-template-columns: 1fr;
  margin-bottom: 12px;
}

.ticket-queue-list {
  max-height: 680px;
  overflow: auto;
  padding-right: 4px;
}

.ticket-row-shell {
  align-items: stretch;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) 34px;
  margin-bottom: 8px;
  padding: 4px;
}

.ticket-row-shell.active {
  background: var(--admin-soft);
  border-color: #cddfc5;
}

.ticket-row-shell .admin-row-button {
  border: 0;
  box-shadow: none;
  min-height: 74px;
  padding: 8px;
}

.ticket-desk-head {
  align-items: flex-start;
  border-bottom: 1px solid var(--admin-border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.ticket-desk-head h2 {
  font-size: 22px;
  line-height: 1.12;
  margin: 3px 0 5px;
}

.ticket-controls {
  background: #fbfaf4;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 12px;
}

.ticket-control-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ticket-reply-composer {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
}

.ticket-conversation {
  display: grid;
  gap: 10px;
}

.ticket-message-list {
  display: grid;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.ticket-message {
  align-items: start;
  background: #fbfaf4;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 12px;
}

.ticket-message.customer-visible {
  border-color: #cddfc5;
}

.ticket-message-icon {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 8px;
  color: var(--admin-green);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.ticket-message p {
  margin: 6px 0;
  white-space: pre-wrap;
}

.ticket-context-pane .admin-summary-grid {
  grid-template-columns: 1fr;
}

.ticket-customer-snapshot {
  display: grid;
  gap: 12px;
}

.ticket-snapshot-hero {
  background: #fbfaf4;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.ticket-snapshot-hero strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  margin: 2px 0 4px;
}

.ticket-snapshot-hero span {
  color: var(--admin-muted);
  font-size: 12px;
}

.ticket-attention-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ticket-context-widget-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.ticket-context-widget {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  color: var(--noot-text);
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 86px;
  padding: 11px;
  text-align: left;
}

.ticket-context-widget:hover {
  background: var(--admin-soft);
  border-color: #cddfc5;
}

.ticket-context-widget i {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 10px;
  color: var(--admin-green);
  display: inline-flex;
  font-size: 18px;
  grid-row: span 3;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ticket-context-widget span,
.ticket-context-widget small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 800;
}

.ticket-context-widget strong {
  font-size: 15px;
  line-height: 1.15;
}

.ticket-linked-entity {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ticket-linked-entity button {
  min-height: 30px;
}

.ticket-context-dialog {
  display: grid;
  gap: 12px;
}

.ticket-context-section {
  display: grid;
  gap: 12px;
}

.customer-360-action-groups {
  background: var(--admin-card);
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.customer-360-action-group {
  display: grid;
  gap: 8px;
}

.customer-360-action-tile {
  min-height: 108px;
}

.focused-action-dialog {
  max-width: min(780px, calc(100vw - 28px));
  width: min(780px, calc(100vw - 28px));
}

.focused-action-summary {
  background: #fbfaf4;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 12px;
}

.focused-action-summary small {
  color: var(--admin-muted);
  display: block;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .admin-task-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-desk-layout {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  }

  .ticket-context-pane {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .today-work-hero,
  .support-desk-hero,
  .ticket-desk-head {
    display: grid;
  }

  .admin-task-board,
  .support-desk-layout,
  .admin-widget-grid,
  .ticket-channel-widgets,
  .macro-card-grid,
  .focused-action-summary {
    grid-template-columns: 1fr;
  }

  .ticket-controls {
    grid-template-columns: 1fr;
  }
}

.account-dialog.customer-360-shell {
  max-width: min(1180px, calc(100vw - 28px));
  width: min(1180px, calc(100vw - 28px));
}

.account-dialog.customer-360-shell .dialog-card {
  max-width: 100%;
  width: 100%;
}

.account-dialog.customer-360-shell .dialog-body {
  max-height: calc(100vh - 156px);
  overflow-x: hidden;
  overflow-y: auto;
}

/* Admin portal */
.admin-v2-body {
  --admin-green: #009641;
  --admin-green-dark: #006f32;
  --admin-soft: #e7f7ec;
  --admin-card: #fffefa;
  --admin-border: #e4e0d5;
  --admin-muted: #687267;
  background: #faf9f4;
  color: #111712;
  font: 13px/1.35 var(--noot-font);
}

.admin-v2 {
  --admin-green: #009641;
  --admin-green-dark: #006f32;
  --admin-soft: #e7f7ec;
  --admin-card: #fffefa;
  --admin-border: #e4e0d5;
  --admin-muted: #687267;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  background: #fffefa;
  border-right: 1px solid var(--admin-border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100vh;
  padding: 18px 12px 14px;
  position: sticky;
  top: 0;
}

.admin-logo-row {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 38px;
  padding: 0 4px;
}

.admin-logo {
  height: 26px;
  object-fit: contain;
  width: auto;
}

.admin-logo-row span {
  color: var(--admin-green-dark);
  font-weight: 850;
}

.admin-nav {
  display: grid;
  gap: 12px;
  overflow: auto;
  padding-right: 2px;
}

.admin-nav-group {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.admin-nav-group-label {
  align-items: baseline;
  color: var(--admin-muted);
  display: flex;
  gap: 6px;
  justify-content: space-between;
  padding: 0 7px;
}

.admin-nav-group-label span {
  color: #3d493f;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-nav-group-label small {
  font-size: 10px;
  font-weight: 760;
  line-height: 1.1;
  text-align: right;
}

.admin-nav-group-items {
  display: grid;
  gap: 3px;
}

.admin-nav-button,
.admin-logout {
  border: 1px solid transparent;
  border-radius: 8px;
  color: #172019;
  display: grid;
  font-size: 12px;
  font-weight: 780;
  grid-template-columns: 22px 1fr;
  justify-content: start;
  min-height: 34px;
  padding: 0 9px;
  text-align: left;
  width: 100%;
}

.admin-nav-button i,
.admin-logout i {
  color: inherit;
  font-size: 14px;
  justify-self: center;
}

.admin-nav-button.active {
  background: var(--admin-soft);
  border-color: #d8e5d1;
  color: var(--admin-green-dark);
}

.admin-logout {
  margin-top: auto;
}

.admin-workspace {
  min-width: 0;
}

.admin-topbar {
  align-items: center;
  background: #fffefa;
  border-bottom: 1px solid var(--admin-border);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 24px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-breadcrumb {
  align-items: center;
  color: var(--admin-muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.admin-breadcrumb strong {
  color: #111712;
}

.admin-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
}

.admin-topbar h1 {
  font-size: 24px;
  font-weight: 880;
  margin: 4px 0 0;
}

.admin-top-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-v2 button.primary,
.admin-v2 .button.primary {
  background: var(--admin-green);
  border-color: var(--admin-green);
}

.admin-main {
  margin: 0 auto;
  max-width: 1480px;
  padding: 20px 24px 34px;
}

.admin-screen,
.admin-detail-stack {
  display: grid;
  gap: 14px;
}

.admin-kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 14px;
}

.admin-kpi,
.admin-card,
.admin-mini-card {
  background: var(--admin-card);
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 43, 31, .05);
}

.admin-kpi {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 14px;
}

.admin-kpi i {
  color: var(--admin-green);
  font-size: 17px;
}

.admin-kpi span,
.admin-mini small,
.admin-mini-card small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.admin-kpi strong {
  font-size: 26px;
  font-weight: 880;
}

.admin-grid {
  display: grid;
  gap: 14px;
}

.admin-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-layout {
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}

.ticket-layout,
.order-layout {
  grid-template-columns: minmax(320px, 45%) minmax(0, 1fr);
}

.worker-ops-hero {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.worker-ops-hero small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.worker-ops-hero h2 {
  font-size: 20px;
  line-height: 1.1;
  margin: 3px 0 5px;
}

.worker-ops-pills,
.worker-job-card .button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.worker-job-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  margin: 14px 0;
}

.admin-section-head {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 14px 0 8px;
}

.admin-section-head h2 {
  font-size: 16px;
  font-weight: 850;
}

.worker-job-card {
  display: grid;
  gap: 12px;
}

.worker-job-card .admin-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.worker-job-card .admin-mini {
  min-height: 58px;
  padding: 9px;
}

.worker-job-card .admin-mini strong {
  font-size: 13px;
}

.worker-run-filters {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.admin-row code,
.worker-ops-hero code {
  background: #f1f0e8;
  border: 1px solid var(--admin-border);
  border-radius: 6px;
  color: var(--admin-green-dark);
  display: inline-block;
  font: 12px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 2px 5px;
}

.admin-card {
  min-width: 0;
  padding: 14px;
}

.admin-card-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.admin-card-head h2 {
  font-size: 15px;
  font-weight: 850;
}

.admin-toolbar {
  align-items: center;
  background: var(--admin-card);
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 12px;
}

.admin-toolbar button,
.admin-toolbar .admin-check {
  min-height: 38px;
}

.admin-check {
  align-items: center;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 0 10px;
  text-transform: none;
}

.admin-check input {
  min-height: 0;
  width: auto;
}

.admin-list {
  display: grid;
  gap: 8px;
}

.admin-list.roomy {
  margin-top: 12px;
}

.admin-row,
.admin-row-button {
  background: #fff;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 10px 11px;
  text-align: left;
  width: 100%;
}

.admin-row-button {
  cursor: pointer;
}

.admin-row-button.active,
.admin-table tr.active {
  background: var(--admin-soft);
  border-color: #d8e5d1;
}

.admin-row strong,
.admin-row-button strong {
  font-size: 13px;
  font-weight: 820;
}

.admin-row span,
.admin-row-button span,
.admin-row small,
.admin-row-button small {
  color: var(--admin-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-summary-grid,
.admin-form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subscription-edit-top-row {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(320px, 1fr) minmax(240px, 300px);
  margin-bottom: 10px;
}

.subscription-status-control {
  border: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.subscription-status-control legend {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0;
  text-transform: uppercase;
}

.subscription-status-buttons {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subscription-status-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 74px;
  padding: 10px;
  position: relative;
  text-align: left;
  text-transform: none;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.subscription-status-button input[type="radio"] {
  height: 1px;
  inset: 10px auto auto 10px;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.subscription-status-button i {
  align-items: center;
  background: #f7f7ef;
  border-radius: 999px;
  color: var(--admin-muted);
  display: inline-flex;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.subscription-status-button strong {
  color: var(--noot-text);
  display: block;
  font-size: 14px;
  font-weight: 880;
  line-height: 1.2;
}

.subscription-status-button small {
  color: var(--admin-muted);
  display: block;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
  margin-top: 3px;
  text-transform: none;
}

.subscription-status-button.active {
  border-color: rgba(0, 150, 65, 0.26);
}

.subscription-status-button.active i {
  background: #e7f7ec;
  color: #009641;
}

.subscription-status-button.deactivated {
  border-color: rgba(205, 111, 20, 0.28);
}

.subscription-status-button.deactivated i {
  background: #fff0dc;
  color: #c96f16;
}

.subscription-status-button.active.selected {
  background: linear-gradient(180deg, #19ab52 0%, #009641 100%);
  border-color: #009641;
  box-shadow: 0 12px 24px rgba(0, 150, 65, 0.16);
}

.subscription-status-button.deactivated.selected {
  background: linear-gradient(180deg, #e89434 0%, #cf7418 100%);
  border-color: #c96f16;
  box-shadow: 0 12px 24px rgba(207, 116, 24, 0.16);
}

.subscription-status-button.selected i {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.subscription-status-button.selected strong,
.subscription-status-button.selected small {
  color: #fff;
}

.subscription-status-button:has(input:focus-visible) {
  box-shadow: var(--noot-focus);
}

.subscription-status-pill.deactivated,
.pill.deactivated {
  background: #fff0dc;
  border-color: #efc287;
  color: #9f530f;
}

.subscription-ship-date-control {
  justify-self: end;
  width: 100%;
}

.subscription-edit-grid {
  margin-top: 4px;
}

.admin-mini,
.admin-mini-card {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 10px;
}

.admin-mini {
  background: #fff;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
}

.admin-mini strong,
.admin-mini-card strong {
  font-size: 16px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.admin-mini-card span {
  color: var(--admin-muted);
}

.span-2 {
  grid-column: 1 / -1;
}

.admin-fieldset {
  background: var(--admin-soft);
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 12px;
}

.admin-fieldset legend {
  color: var(--admin-text);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  padding: 0 6px;
  text-transform: uppercase;
}

.admin-form-grid.compact {
  gap: 8px;
}

.admin-table-wrap {
  max-width: 100%;
  overflow: auto;
}

.admin-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--admin-border);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.admin-table td small {
  color: var(--admin-muted);
  display: block;
  margin-top: 3px;
}

.link-button {
  border: 0;
  color: var(--admin-green);
  display: inline;
  font-weight: 850;
  min-height: 0;
  padding: 0;
}

.tracking-cell {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.tracking-cell a {
  color: var(--admin-green);
  font-weight: 820;
  text-decoration: none;
}

.icon-button.small {
  height: 28px;
  min-height: 28px;
  padding: 0;
  width: 28px;
}

.admin-dialog-card {
  max-width: 720px;
}

.account-dialog [hidden] {
  display: none !important;
}

.customer-360-dialog {
  max-width: min(1180px, calc(100vw - 28px));
  width: min(1180px, calc(100vw - 28px));
}

.customer-360 {
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow-x: hidden;
}

.customer-360 .admin-card,
.customer-360 .admin-grid,
.customer-360 .admin-form-grid {
  min-width: 0;
}

.customer-360-hero {
  align-items: start;
  background: linear-gradient(135deg, #fffefa 0%, #e7f7ec 100%);
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 16px;
}

.customer-360-hero small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.customer-360-hero h3 {
  font-size: 24px;
  line-height: 1.05;
  margin: 4px 0 6px;
}

.customer-360-hero p {
  align-items: center;
  color: var(--admin-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.customer-360-pills,
.customer-360-action-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.customer-360-action-strip {
  background: var(--admin-card);
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  justify-content: flex-start;
  padding: 10px;
}

.customer-360-action-strip button {
  min-height: 36px;
}

.customer-360-action-strip button.active {
  background: var(--admin-soft);
  border-color: #d8e5d1;
  color: var(--admin-green-dark);
}

.customer-360-action-card {
  border-color: #d8e5d1;
}

.customer-360-reporting {
  border-color: #cfe2cc;
  box-shadow: 0 10px 28px rgba(31, 43, 31, 0.055);
}

.customer-360-reporting .admin-card-head {
  align-items: flex-start;
  gap: 12px;
}

.customer-360-reporting-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-360-needs {
  margin-top: 10px;
}

.customer-360-drilldown {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.customer-360-drilldown .admin-card-head {
  margin-bottom: 8px;
}

.customer-360-journey-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-360-journey-card {
  align-content: start;
  background: linear-gradient(135deg, #fffefa 0%, #eef8ef 100%);
  border-color: #cae1cb;
}

.customer-360-journey-card .button-row {
  justify-content: flex-start;
  margin-top: 8px;
}

.customer-360-journey-lightbox .dialog-card {
  max-width: min(920px, calc(100vw - 28px));
}

.customer-360-journey-lightbox .customer-360-timeline {
  max-height: min(560px, 64vh);
}

.segmented.compact {
  display: inline-flex;
  gap: 4px;
}

.segmented.compact button {
  min-height: 30px;
  padding: 6px 10px;
}

.segmented.compact button.active {
  background: var(--admin-green);
  border-color: var(--admin-green);
  color: #fff;
}

.alert.compact {
  margin: 8px 0;
  padding: 9px 10px;
}

.preview-hole.compact {
  margin-top: 10px;
  min-height: 40px;
  padding: 10px;
}

.customer-360-flag {
  min-height: 86px;
}

.customer-360-timeline {
  display: grid;
  gap: 9px;
  max-height: 440px;
  overflow: auto;
  padding-right: 4px;
}

.timeline-item {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
  position: relative;
}

.timeline-item i {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 999px;
  color: var(--admin-green);
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.timeline-item strong {
  display: block;
  font-size: 13px;
}

.timeline-item span {
  align-items: center;
  color: var(--admin-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.preview-hole {
  background: #fbfaf5;
  border: 1px dashed var(--admin-border);
  border-radius: 8px;
  color: var(--admin-muted);
  margin-top: 12px;
  padding: 12px;
}

.admin-card hr {
  border: 0;
  border-top: 1px solid var(--admin-border);
  margin: 16px 0;
}

@media (max-width: 1180px) {
  .admin-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .worker-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-grid.two,
  .customer-layout,
  .ticket-layout,
  .order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .admin-v2 {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    position: relative;
  }

  .admin-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }

  .admin-nav-group {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .admin-nav-group-label {
    padding: 0 8px;
  }

  .admin-nav-group-items {
    display: flex;
    gap: 6px;
  }

  .admin-nav-button {
    grid-template-columns: 18px max-content;
    min-width: max-content;
  }

  .admin-logout {
    display: none;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }

  .admin-main {
    padding: 14px;
  }

  .admin-kpi-grid,
  .admin-grid.three,
  .admin-toolbar,
  .admin-summary-grid,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .customer-360-dialog {
    width: calc(100vw - 18px);
  }

  .customer-360-hero {
    display: grid;
  }

  .customer-360-pills {
    justify-content: flex-start;
  }

  .customer-360-action-strip {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .customer-360-action-strip button {
    min-width: max-content;
  }

  .customer-360-reporting .admin-card-head {
    display: grid;
  }

  .customer-360-reporting-kpis {
    grid-template-columns: 1fr;
  }

  .customer-360-journey-grid {
    grid-template-columns: 1fr;
  }

  .segmented.compact {
    overflow-x: auto;
    width: 100%;
  }

  .worker-ops-hero {
    align-items: flex-start;
    display: grid;
  }

  .worker-ops-pills {
    justify-content: flex-start;
  }

  .worker-job-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  background: var(--noot-bg);
  color: var(--noot-text);
  font: 14px/1.45 var(--noot-font);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button {
  border: 1px solid var(--noot-border);
  background: var(--noot-surface);
  color: var(--noot-text);
  min-height: 36px;
  padding: 0 12px;
  border-radius: var(--noot-radius-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  white-space: nowrap;
}

button:hover,
.button:hover {
  border-color: var(--noot-border-strong);
}

button:focus-visible,
.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.nav-button:focus-visible {
  outline: none;
  box-shadow: var(--noot-focus);
}

button.primary,
.button.primary {
  background: var(--noot-primary);
  border-color: var(--noot-primary);
  color: #fff;
}

button.primary:hover,
.button.primary:hover {
  background: var(--noot-primary-dark);
  border-color: var(--noot-primary-dark);
}

button.warn,
.button.warn {
  background: var(--noot-amber-soft);
  border-color: #e4c36d;
  color: #654407;
}

button.ghost,
.button.ghost {
  background: transparent;
}

button:disabled,
.button[aria-disabled="true"] {
  opacity: 0.56;
  cursor: not-allowed;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--noot-border);
  border-radius: var(--noot-radius-sm);
  background: #fff;
  color: var(--noot-text);
  padding: 9px 10px;
  min-height: 38px;
}

textarea {
  min-height: 86px;
  resize: vertical;
}

label {
  display: grid;
  gap: 5px;
  color: var(--noot-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display, "DM Serif Text", Georgia, "Times New Roman", serif);
  margin-bottom: 0;
  letter-spacing: 0;
}

h1 {
  font-size: 20px;
  line-height: 1.2;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

pre {
  margin: 8px 0 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.shell,
.app-shell {
  min-height: 100vh;
}

.shell {
  display: grid;
  grid-template-rows: auto 1fr;
}

.app-shell {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
}

.topbar,
.shell > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  background: var(--noot-surface);
  border-bottom: 1px solid var(--noot-border);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.brand-title {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-title span {
  color: var(--noot-muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.sidebar {
  background: #fbfcfa;
  border-right: 1px solid var(--noot-border);
  padding: 16px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.nav-list {
  display: grid;
  gap: 6px;
  align-content: start;
}

.nav-button {
  border: 1px solid transparent;
  background: transparent;
  color: var(--noot-text);
  min-height: 40px;
  padding: 0 10px;
  border-radius: var(--noot-radius-sm);
  justify-content: flex-start;
  font-weight: 650;
}

.nav-button.active {
  background: var(--noot-primary-soft);
  border-color: #b8ddc9;
  color: var(--noot-primary-dark);
}

.content {
  min-width: 0;
}

.main-pad {
  padding: 16px;
  max-width: var(--noot-page-max);
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(360px, 1fr) minmax(320px, 420px);
  gap: 14px;
  padding: 14px;
  align-items: start;
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 14px;
  align-items: start;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.panel,
.summary-card {
  background: var(--noot-surface);
  border: 1px solid var(--noot-border);
  border-radius: var(--noot-radius);
  box-shadow: var(--noot-shadow);
  min-width: 0;
  overflow: hidden;
}

.summary-card {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.summary-value {
  font-size: 22px;
  font-weight: 780;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.summary-label,
.muted {
  color: var(--noot-muted);
}

.summary-label {
  font-size: 12px;
  font-weight: 650;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid var(--noot-border);
  background: var(--noot-bg-strong);
}

.panel-body {
  padding: 12px;
  display: grid;
  gap: 12px;
}

.toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.tab {
  min-width: 0;
  white-space: normal;
}

.tab.active {
  background: var(--noot-primary-soft);
  border-color: #b8ddc9;
  color: var(--noot-primary-dark);
  font-weight: 750;
}

.filters,
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.form-grid.two,
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.stack {
  display: grid;
  gap: 8px;
}

.stack-lg {
  display: grid;
  gap: 14px;
}

.section {
  border-top: 1px solid var(--noot-border);
  padding-top: 12px;
  display: grid;
  gap: 10px;
}

.list {
  display: grid;
  gap: 8px;
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding-right: 2px;
}

.row,
.data-card {
  width: 100%;
  text-align: left;
  display: grid;
  align-items: stretch;
  gap: 5px;
  justify-content: stretch;
  justify-items: stretch;
  padding: 10px;
  border: 1px solid var(--noot-border);
  border-radius: var(--noot-radius);
  background: #fff;
  min-height: 72px;
}

.row.active,
.data-card.active {
  border-color: var(--noot-primary);
  box-shadow: 0 0 0 2px rgba(0, 150, 65, 0.16);
}

.row-title,
.card-title {
  font-weight: 750;
  overflow-wrap: anywhere;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--noot-muted);
  font-size: 12px;
  min-width: 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  min-width: 0;
  border-radius: 999px;
  padding: 2px 8px;
  background: #eff2ed;
  color: var(--noot-muted);
  font-size: 12px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.pill.open,
.pill.completed,
.pill.active,
.pill.success,
.pill.paid,
.pill.ready,
.pill.default {
  background: var(--noot-primary-soft);
  color: var(--noot-primary-dark);
}

.pill.waiting,
.pill.pending,
.pill.high,
.pill.warning,
.pill.sandbox {
  background: var(--noot-amber-soft);
  color: #77510f;
}

.pill.info,
.pill.card,
.pill.stripe,
.pill.braintree {
  background: var(--noot-blue-soft);
  color: #205f87;
}

.pill.closed,
.pill.canceled,
.pill.failed,
.pill.error,
.pill.invalid {
  background: var(--noot-red-soft);
  color: var(--noot-red);
}

.pill.dummy,
.pill.disabled {
  background: var(--noot-purple-soft);
  color: var(--noot-purple);
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--noot-border);
  border-radius: var(--noot-radius);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  background: #fff;
}

th,
td {
  text-align: left;
  padding: 9px 10px;
  border-bottom: 1px solid var(--noot-border);
  vertical-align: top;
}

th {
  color: var(--noot-muted);
  font-size: 12px;
  font-weight: 700;
  background: var(--noot-surface-soft);
}

tr:last-child td {
  border-bottom: 0;
}

.timeline {
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
}

.event {
  border-left: 3px solid var(--noot-primary);
  padding: 8px 8px 8px 10px;
  background: #fbfcfa;
  border-radius: 0 var(--noot-radius-sm) var(--noot-radius-sm) 0;
  display: grid;
  gap: 4px;
}

.alert,
.empty {
  padding: 12px;
  border-radius: var(--noot-radius);
  border: 1px solid var(--noot-border);
  background: #fbfcfa;
  color: var(--noot-muted);
  overflow-wrap: anywhere;
}

.empty {
  border-style: dashed;
}

.alert.info {
  background: var(--noot-blue-soft);
  border-color: #bad8ea;
  color: #205f87;
}

.alert.success {
  background: var(--noot-primary-soft);
  border-color: #b8ddc9;
  color: var(--noot-primary-dark);
}

.alert.warning {
  background: var(--noot-amber-soft);
  border-color: #e5c470;
  color: #77510f;
}

.alert.error {
  background: var(--noot-red-soft);
  border-color: #e4b3ad;
  color: var(--noot-red);
}

.loading {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: var(--noot-muted);
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.qty-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 8px;
  align-items: end;
}

dialog {
  border: 1px solid var(--noot-border);
  border-radius: var(--noot-radius);
  padding: 0;
  max-width: 460px;
  width: calc(100vw - 28px);
  box-shadow: var(--noot-shadow);
}

dialog::backdrop {
  background: rgba(23, 32, 25, 0.28);
}

.modal-body {
  padding: 16px;
  display: grid;
  gap: 12px;
}

@media (max-width: 1180px) {
  .grid {
    grid-template-columns: minmax(260px, 360px) minmax(420px, 1fr);
  }

  .grid > .panel:last-child {
    grid-column: 1 / -1;
  }

  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    min-height: auto;
    position: static;
    border-right: 0;
    border-bottom: 1px solid var(--noot-border);
    grid-template-rows: auto auto;
  }

  .nav-list {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    overflow-x: auto;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .topbar,
  .shell > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid,
  .split,
  .filters,
  .form-grid,
  .form-grid.two,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .list {
    max-height: none;
  }

  .main-pad {
    padding: 12px;
  }
}

@media (max-width: 520px) {
  .nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .nav-button {
    min-height: 42px;
    white-space: normal;
  }

  .topbar .meta,
  .shell > header .meta {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .topbar .meta > *,
  .shell > header .meta > * {
    min-width: 0;
    width: 100%;
  }

  .topbar .meta .pill,
  .shell > header .meta .pill {
    justify-content: center;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }

  .shell,
  .app-shell,
  .content,
  .grid {
    max-width: 100vw;
    overflow-x: hidden;
  }

  html,
  body {
    overflow-x: hidden;
  }
}

/* Account customer portal v2 */
.account-v2-body {
  background: #f8f7f2;
  color: #111712;
  font-size: 13px;
}

.account-v2 {
  --account-green: #009641;
  --account-green-dark: #006f32;
  --account-green-soft: #e7f7ec;
  --account-green-line: #bdeec9;
  --account-cream: #fbfaf5;
  --account-surface: #fffefa;
  --account-border: #e5e2d8;
  --account-border-strong: #cdc9bd;
  --account-text: #121812;
  --account-muted: #74776c;
  --account-amber: #c98922;
  --account-red: #b93e33;
  --account-blue: #32749a;
  --account-shadow: 0 16px 38px rgba(31, 43, 31, 0.06);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  background: var(--account-cream);
}

.account-v2 button,
.account-v2 .button {
  border-color: var(--account-border);
  border-radius: 8px;
  min-height: 34px;
  font-size: 12px;
  font-weight: 700;
}

.account-v2 button.primary,
.account-v2 .button.primary,
.account-dialog button.primary {
  background: var(--account-green);
  border-color: var(--account-green);
  color: #fff;
}

.account-v2 input,
.account-v2 select,
.account-dialog input,
.account-dialog select {
  min-height: 36px;
  border-color: var(--account-border);
  border-radius: 7px;
  background: #fff;
  font-size: 12px;
}

.account-v2 label,
.account-dialog label {
  color: #363b33;
  font-size: 11px;
  font-weight: 750;
  text-transform: none;
}

.account-sidebar-v2 {
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: 28px 18px;
  background: #fffefa;
  border-right: 1px solid var(--account-border);
}

.account-logo-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.account-logo-row strong {
  font-size: 17px;
  font-weight: 850;
}

.account-logo-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.account-logo-mark.light {
  background: #eaf6ec;
}

.account-nav-v2,
.more-nav {
  display: grid;
  gap: 7px;
  align-content: start;
}

.account-nav-button,
.more-nav-button,
.account-logout,
.more-logout {
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  border-color: transparent;
  background: transparent;
  color: var(--account-text);
  padding: 0 11px;
}

.account-nav-button i,
.more-nav-button i,
.account-logout i,
.more-logout i {
  width: 16px;
  text-align: center;
}

.account-nav-button.active {
  background: var(--account-green-soft);
  color: var(--account-green-dark);
}

.account-logout {
  color: #333930;
}

.account-workspace {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.account-desktop-top {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 28px;
  background: rgba(255, 254, 250, 0.86);
  border-bottom: 1px solid var(--account-border);
  position: sticky;
  top: 0;
  z-index: 6;
  backdrop-filter: blur(12px);
}

.account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
}

.account-breadcrumb span {
  color: #2d322a;
  position: relative;
}

.account-breadcrumb span::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--account-muted);
  position: absolute;
  left: -11px;
  top: 50%;
}

.account-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-button {
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
}

.icon-button.small {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.account-mobile-top,
.account-bottom-nav {
  display: none;
}

.account-main-v2 {
  padding: 18px 24px 32px;
  max-width: 1180px;
  width: 100%;
}

.account-screen-v2,
.screen-stack {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.account-loading {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: var(--account-muted);
}

.account-notice {
  margin-bottom: 12px;
}

.hello-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.hello-row h1,
.section-head-row h1,
.account-screen-v2 > h1 {
  font-size: 31px;
  line-height: 1.05;
  font-weight: 880;
  color: var(--account-text);
}

.hello-row p {
  color: var(--account-muted);
  margin-top: 6px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-card,
.account-card,
.reward-balance-card {
  background: var(--account-surface);
  border: 1px solid var(--account-border);
  border-radius: 10px;
  box-shadow: var(--account-shadow);
  min-width: 0;
}

.metric-card {
  min-height: 102px;
  padding: 15px;
  display: grid;
  gap: 5px;
}

.metric-icon {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--account-green);
  background: var(--account-green-soft);
}

.metric-card span,
.mini-label,
.account-card .muted,
.metric-card small {
  color: var(--account-muted);
}

.metric-card strong {
  font-size: 22px;
  line-height: 1;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 14px;
}

.dashboard-grid.compact {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.account-card {
  padding: 16px;
  display: grid;
  gap: 14px;
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.account-summary-grid .mini {
  border: 1px solid var(--account-border);
  border-radius: 10px;
  background: var(--account-surface);
  padding: 12px;
  display: grid;
  gap: 4px;
}

.account-summary-grid .mini span {
  color: var(--account-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-summary-grid .mini strong {
  color: var(--account-text);
  font-size: 14px;
}

.card-title-row,
.section-head-row,
.button-row,
.summary-line,
.order-summary,
.tracking-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-head-row {
  align-items: center;
}

.button-row {
  justify-content: flex-start;
}

.button-row.end {
  justify-content: flex-end;
}

.card-title-row h2,
.account-card h2 {
  font-size: 15px;
  font-weight: 850;
}

.text-link {
  border: 0;
  background: transparent;
  color: var(--account-green);
  min-height: auto;
  padding: 0;
}

.account-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.account-pill.success {
  color: var(--account-green);
  background: #edf7e8;
}

.account-pill.info {
  color: var(--account-blue);
  background: #e9f3f8;
}

.account-pill.warning {
  color: var(--account-amber);
  background: #fff3dc;
}

.account-pill.error {
  color: var(--account-red);
  background: #f8e7e3;
}

.container-summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
}

.container-summary strong,
.product-editor-main strong,
.reward-product strong {
  display: block;
  font-size: 13px;
}

.container-summary span,
.product-editor-main span,
.reward-product span,
.safe-note span {
  color: var(--account-muted);
  font-size: 12px;
}

.summary-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.summary-split span {
  display: grid;
  gap: 3px;
  color: var(--account-muted);
  font-size: 11px;
}

.summary-split strong {
  color: var(--account-text);
  font-size: 12px;
}

.wide-button {
  width: 100%;
}

.reward-hero-card {
  min-height: 180px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefa, #f6f1e7);
  align-content: start;
}

.reward-hero-card strong,
.reward-balance-card strong {
  font-size: 30px;
  line-height: 1;
}

.plant-visual {
  color: var(--account-green);
  opacity: 0.92;
  font-size: 68px;
  line-height: 1;
}

.reward-hero-card .plant-visual {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.mini-table,
.address-list,
.payment-list,
.ledger-list,
.social-list,
.tracking-list {
  display: grid;
  gap: 8px;
}

.mini-row,
.ledger-row,
.social-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--account-border);
  border-radius: 0;
  background: transparent;
  padding: 4px 0;
}

.mini-row:last-child,
.ledger-row:last-child,
.social-row:last-child {
  border-bottom: 0;
}

.two-column-wide,
.payment-layout,
.address-layout,
.rewards-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 14px;
  align-items: start;
}

.side-stack {
  display: grid;
  gap: 14px;
}

.form-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-transform: none;
}

.toggle-row span {
  display: grid;
  gap: 4px;
}

.toggle-row small {
  color: var(--account-muted);
  font-weight: 500;
}

.toggle-input {
  appearance: none;
  width: 48px;
  min-width: 48px;
  height: 27px;
  border-radius: 999px;
  background: #dfe4d9;
  position: relative;
  padding: 0;
}

.toggle-input::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  left: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.toggle-input:checked {
  background: var(--account-green);
}

.toggle-input:checked::after {
  left: 23px;
}

.sms-preferences-card {
  gap: 12px;
}

.sms-purpose-list {
  display: grid;
  gap: 10px;
}

.sms-purpose-row {
  align-items: flex-start;
  padding: 9px 0;
  border-bottom: 1px solid var(--account-border);
}

.sms-purpose-row:last-child {
  border-bottom: 0;
}

.sms-purpose-row strong {
  font-size: 12px;
}

.sms-purpose-row small {
  line-height: 1.35;
}

.safe-note.compact {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  padding: 10px;
  gap: 9px;
  font-size: 12px;
}

.preview-hole.compact {
  display: grid;
  gap: 4px;
  font-size: 12px;
}

.referral-card-small strong,
.referral-hero strong {
  font-size: 20px;
  letter-spacing: 0;
}

.preview-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  background: #fffdf5;
}

.preview-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--account-green);
  background: var(--account-green-soft);
}

.preview-fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.preview-fields span {
  display: grid;
  gap: 4px;
}

.preview-fields small {
  color: var(--account-muted);
}

.auto-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
}

.auto-editor {
  display: grid;
  gap: 12px;
}

.seg-group-label {
  color: var(--account-muted);
  font-size: 11px;
  font-weight: 800;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.segmented[data-segment="adStatus"] {
  grid-template-columns: repeat(2, minmax(0, 100px));
}

.seg-option.active,
.tab-link.active {
  background: var(--account-green);
  border-color: var(--account-green);
  color: #fff;
}

.product-mix-list {
  display: grid;
  gap: 10px;
}

.product-editor-row,
.order-item-line {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.qty-stepper {
  display: grid;
  grid-template-columns: 28px 38px 28px;
  gap: 2px;
  align-items: center;
}

.qty-stepper button {
  min-width: 28px;
  min-height: 28px;
  padding: 0;
}

.qty-stepper input {
  min-height: 28px;
  padding: 0;
  text-align: center;
}

.auto-preview {
  border: 1px solid var(--account-border);
  border-radius: 10px;
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: start;
  background: #fffdf7;
}

.summary-line {
  font-size: 12px;
}

.summary-line span {
  color: var(--account-muted);
}

.summary-line.strong {
  border-top: 1px solid var(--account-border);
  padding-top: 8px;
}

.summary-line.success strong,
.positive {
  color: var(--account-green);
}

.negative {
  color: var(--account-red);
}

.product-art {
  width: 46px;
  height: 58px;
  display: grid;
  place-items: center;
}

.product-art.small {
  width: 36px;
  height: 44px;
}

.product-bottle {
  width: 28px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #91b967, #286f45);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28), 0 8px 14px rgba(0, 0, 0, 0.08);
}

.product-bottle.mix {
  background: linear-gradient(180deg, #d9c889, #547742);
}

.product-bottle.rescue {
  background: linear-gradient(180deg, #e99c69, #9e452f);
}

.product-bottle.husky {
  background: linear-gradient(180deg, #9fb8a4, #526d5a);
}

.address-card,
.payment-card,
.preset-card {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 86px;
  padding: 13px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--account-border);
  border-radius: 10px;
  align-items: center;
}

.address-card.active,
.preset-card.active {
  border-color: var(--account-green);
  box-shadow: 0 0 0 2px rgba(0, 150, 65, 0.14);
}

.address-card span,
.payment-card span,
.preset-card span {
  display: grid;
  gap: 3px;
}

.address-card small,
.payment-card small,
.preset-card small {
  color: var(--account-muted);
  line-height: 1.35;
}

.address-card em {
  display: flex;
  gap: 5px;
  font-style: normal;
}

.radio-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--account-border-strong);
}

.address-card.active .radio-dot {
  border-color: var(--account-green);
  box-shadow: inset 0 0 0 3px #fff;
  background: var(--account-green);
}

.card-brand {
  width: 44px;
  height: 30px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
}

.card-brand.visa {
  background: #2453a3;
}

.card-brand.mastercard {
  background: linear-gradient(90deg, #d64534, #f2ad32);
}

.card-brand.amex {
  background: #3d93c5;
}

.safe-note {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  background: #fffdf2;
}

.order-list {
  padding: 0;
  overflow: hidden;
}

.order-row {
  border-bottom: 1px solid var(--account-border);
}

.order-row:last-child {
  border-bottom: 0;
}

.order-summary {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 18px 100px 1fr auto auto auto;
  text-align: left;
}

.order-expanded {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
  padding: 0 16px 16px 52px;
}

.order-items {
  display: grid;
  gap: 10px;
}

.order-summary-card,
.redemption-preview {
  border: 1px solid var(--account-border);
  border-radius: 10px;
  padding: 12px;
  display: grid;
  gap: 8px;
  background: #fffdf8;
}

.tab-row {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--account-border);
}

.tab-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.tab-link.active {
  background: transparent;
  color: var(--account-green);
  border-color: var(--account-green);
}

.reward-balance-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 5px;
  overflow: hidden;
  background: linear-gradient(135deg, #edf7e8, #fffdf5);
}

.reward-balance-card .plant-visual {
  position: absolute;
  right: 22px;
  bottom: 14px;
}

.reward-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.reward-product {
  border: 1px solid var(--account-border);
  border-radius: 10px;
  padding: 12px;
  display: grid;
  gap: 6px;
  justify-items: start;
  background: #fffdf8;
}

.referral-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.share-link {
  border: 1px solid var(--account-border);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--account-green);
  background: #fbfdf8;
  overflow-wrap: anywhere;
}

.progress-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.progress-step {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  color: var(--account-amber);
}

.progress-step span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff5df;
}

.progress-step.complete {
  color: var(--account-green);
}

.progress-step.complete span {
  background: var(--account-green);
  color: #fff;
}

.social-row {
  grid-template-columns: 1fr 1fr auto auto;
}

.tracking-card {
  border: 1px solid var(--account-border);
  border-radius: 10px;
  padding: 14px;
  display: grid;
  gap: 12px;
  background: #fff;
}

.tracking-meta {
  justify-content: flex-start;
  color: var(--account-muted);
  flex-wrap: wrap;
}

.timeline-v2 {
  display: grid;
  gap: 0;
}

.timeline-step {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) minmax(120px, auto);
  gap: 10px;
  align-items: start;
  min-height: 38px;
  position: relative;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: -4px;
  width: 2px;
  background: #d7ddd1;
}

.timeline-step:last-child::before {
  display: none;
}

.timeline-step span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d7ddd1;
  background: #fff;
  z-index: 1;
}

.timeline-step.complete span {
  background: var(--account-green);
  border-color: var(--account-green);
}

.timeline-step small {
  color: var(--account-muted);
}

.tracking-empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  color: var(--account-muted);
}

.account-dialog,
.more-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  width: min(620px, calc(100vw - 28px));
  max-width: min(620px, calc(100vw - 28px));
  box-shadow: none;
}

.account-dialog::backdrop,
.more-dialog::backdrop {
  background: rgba(17, 24, 18, 0.32);
  backdrop-filter: blur(4px);
}

.dialog-card {
  background: #fffefa;
  border: 1px solid var(--account-border);
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(20, 34, 25, 0.18);
  overflow: hidden;
}

.dialog-head,
.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--account-border);
}

.dialog-footer {
  justify-content: flex-end;
  border-top: 1px solid var(--account-border);
  border-bottom: 0;
}

.dialog-body {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.preset-list {
  display: grid;
  gap: 10px;
}

.preview-hole {
  padding: 12px;
  border: 1px dashed var(--account-border-strong);
  border-radius: 10px;
  color: var(--account-muted);
}

.more-dialog {
  width: min(330px, calc(100vw - 30px));
  margin-right: 22px;
}

.more-panel {
  background: linear-gradient(180deg, #006f32, #032512);
  color: #fff;
  border-radius: 18px;
  padding: 20px;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  box-shadow: 0 24px 70px rgba(10, 40, 25, 0.35);
}

.more-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-close {
  width: 32px;
  min-width: 32px;
  height: 32px;
  color: #fff;
  border: 0;
  background: transparent;
}

.more-nav-button,
.more-logout {
  color: #fff;
  min-height: 43px;
  border-radius: 9px;
}

.more-nav-button.active {
  background: rgba(91, 167, 99, 0.45);
}

.more-logout {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  border-radius: 0;
}

@media (max-width: 980px) {
  .account-v2 {
    display: block;
    padding-bottom: 76px;
    background: #faf9f4;
  }

  .account-sidebar-v2,
  .account-desktop-top {
    display: none;
  }

  .account-workspace {
    display: block;
  }

  .account-mobile-top {
    height: 58px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    z-index: 7;
    background: rgba(250, 249, 244, 0.92);
    backdrop-filter: blur(12px);
  }

  .mobile-back {
    visibility: hidden;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-back.visible {
    visibility: visible;
  }

  .account-mobile-top .account-logo-row {
    justify-content: flex-start;
  }

  .account-main-v2 {
    padding: 12px 16px 20px;
    max-width: none;
  }

  .account-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 254, 250, 0.96);
    border-top: 1px solid var(--account-border);
    backdrop-filter: blur(14px);
  }

  .bottom-nav-button {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 3px;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: #20251f;
    padding: 0;
  }

  .bottom-nav-button.active {
    color: var(--account-green);
  }

  .bottom-nav-button span {
    font-size: 10px;
    font-weight: 800;
  }

  .hello-row h1,
  .section-head-row h1,
  .account-screen-v2 > h1 {
    font-size: 25px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 86px;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .metric-card strong,
  .metric-card small {
    grid-column: 2;
  }

  .dashboard-grid,
  .dashboard-grid.compact,
  .two-column-wide,
  .payment-layout,
  .address-layout,
  .rewards-layout,
  .auto-layout,
  .order-expanded {
    grid-template-columns: 1fr;
  }

  .summary-split,
  .form-grid,
  .form-grid.two,
  .form-grid.three,
  .preview-fields {
    grid-template-columns: 1fr;
  }

  .account-card,
  .metric-card,
  .reward-balance-card {
    box-shadow: 0 8px 26px rgba(31, 43, 31, 0.05);
  }

  .order-summary {
    grid-template-columns: 18px 1fr auto;
    min-height: 64px;
  }

  .order-summary span:nth-of-type(n+2),
  .order-summary > strong:last-child {
    display: none;
  }

  .order-expanded {
    padding: 0 14px 14px;
  }

  .reward-products,
  .progress-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-row,
  .ledger-row,
  .mini-row {
    grid-template-columns: 1fr auto;
  }

  .social-row span:nth-child(2),
  .ledger-row span:nth-child(2),
  .mini-row span:nth-child(2) {
    display: none;
  }

  .tracking-meta {
    display: grid;
    gap: 4px;
  }

  .timeline-step {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .timeline-step small {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .account-v2-body {
    font-size: 12px;
  }

  .account-main-v2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .account-card,
  .metric-card,
  .reward-balance-card {
    border-radius: 11px;
    padding: 14px;
  }

  .product-editor-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .product-editor-row > strong {
    grid-column: 2 / -1;
    justify-self: end;
  }

  .segmented {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .address-card,
  .payment-card,
  .preset-card {
    min-height: 78px;
  }

  .more-dialog {
    margin: auto 14px 82px auto;
  }
}

/* Account v2 pixel-match refinement pass. Keep this later than the base layer. */
.account-v2-body {
  background: #faf9f4;
  color: #111712;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

.account-v2 {
  --account-green: #009641;
  --account-green-dark: #006f32;
  --account-green-soft: #e7f7ec;
  --account-green-line: #bdeec9;
  --account-cream: #faf9f4;
  --account-surface: #fffefa;
  --account-border: #e4e0d5;
  --account-border-strong: #cbc6b8;
  --account-text: #111712;
  --account-muted: #6f746b;
  --account-shadow: 0 10px 28px rgba(31, 43, 31, 0.05);
  grid-template-columns: 178px minmax(0, 1fr);
  background: var(--account-cream);
}

.account-v2 button,
.account-v2 .button {
  min-height: 31px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 780;
  box-shadow: none;
}

.account-v2 button.primary,
.account-v2 .button.primary,
.account-dialog button.primary {
  background: linear-gradient(180deg, #25b45a, #009641);
  border-color: #009641;
  color: #fff;
}

.account-v2 input,
.account-v2 select,
.account-dialog input,
.account-dialog select {
  min-height: 32px;
  border-color: var(--account-border);
  border-radius: 6px;
  color: var(--account-text);
  font-size: 11px;
  padding: 7px 9px;
}

.account-v2 label,
.account-dialog label {
  gap: 5px;
  color: #33382f;
  font-size: 10px;
  font-weight: 780;
}

.account-sidebar-v2 {
  gap: 17px;
  padding: 24px 12px;
  background: #fffefa;
  box-shadow: inset -1px 0 0 rgba(228, 224, 213, 0.72);
  overflow: hidden;
}

.account-logo-row {
  gap: 8px;
}

.account-logo-row strong {
  font-size: 15px;
  letter-spacing: 0;
}

.account-logo-mark {
  width: 18px;
  height: 18px;
}

.account-logo-full {
  display: block;
  width: 88px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.account-logo-full.mobile {
  width: 68px;
  max-height: 34px;
}

.account-logo-full.light {
  width: 76px;
  filter: brightness(0) invert(1);
}

.mobile-section-title:empty {
  display: none;
}

.account-nav-v2,
.more-nav {
  gap: 4px;
}

.account-nav-button,
.more-nav-button,
.account-logout,
.more-logout {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 31px;
  gap: 8px;
  padding: 0 9px;
  border-color: transparent;
  background: transparent;
  font-size: 11px;
  line-height: 1;
  justify-content: flex-start;
  overflow: hidden;
}

.account-nav-button i,
.more-nav-button i,
.account-logout i,
.more-logout i {
  flex: 0 0 14px;
  width: 14px;
  font-size: 12px;
}

.account-nav-button span,
.more-nav-button span,
.account-logout span,
.more-logout span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-nav-button.active {
  border-color: rgba(0, 150, 65, 0.1);
  background: #e7f7ec;
  color: var(--account-green-dark);
}

.account-nav-button:hover {
  border-color: transparent;
  background: #f5f8f1;
}

.account-nav-button.active:hover {
  background: #e7f7ec;
}

.more-nav-button:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.08);
}

.account-logout {
  border-color: var(--account-border);
  background: #fffefa;
}

.account-desktop-top {
  height: 47px;
  padding: 0 22px;
  background: rgba(255, 254, 250, 0.9);
}

.account-breadcrumb {
  gap: 14px;
  font-size: 11px;
}

.account-breadcrumb span::before {
  left: -9px;
}

.account-top-actions {
  gap: 6px;
}

.icon-button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 999px;
}

.icon-button.small {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.account-main-v2 {
  max-width: 1132px;
  padding: 18px 20px 26px;
}

.account-screen-v2,
.screen-stack {
  gap: 11px;
}

.hello-row h1,
.section-head-row h1,
.account-screen-v2 > h1 {
  font-size: 27px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
}

.hello-row p {
  margin-top: 4px;
  font-size: 12px;
}

.metric-grid {
  gap: 9px;
}

.metric-card,
.account-card,
.reward-balance-card {
  border-color: var(--account-border);
  border-radius: 8px;
  box-shadow: var(--account-shadow);
}

.metric-card {
  min-height: 84px;
  padding: 12px;
  gap: 3px;
}

.metric-icon {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  font-size: 11px;
}

.metric-card span,
.metric-card small,
.container-summary span,
.product-editor-main span,
.reward-product span,
.safe-note span {
  font-size: 11px;
}

.metric-card strong {
  font-size: 20px;
  font-weight: 840;
}

.dashboard-grid,
.dashboard-grid.compact,
.two-column-wide,
.payment-layout,
.address-layout,
.rewards-layout,
.auto-layout {
  gap: 10px;
}

.dashboard-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(218px, 0.58fr);
}

.account-card {
  padding: 13px;
  gap: 10px;
}

.card-title-row,
.section-head-row,
.button-row,
.summary-line,
.order-summary,
.tracking-meta {
  gap: 9px;
}

.card-title-row h2,
.account-card h2,
.auto-editor h3,
.auto-preview h3 {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
}

.account-card > h2:first-child,
.card-title-row h2:first-child {
  min-width: 0;
  padding-left: 1px;
}

.text-link {
  color: var(--account-green);
  font-size: 11px;
  font-weight: 820;
}

.account-pill {
  min-height: 18px;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 830;
}

.container-summary {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 10px;
}

.container-summary strong,
.product-editor-main strong,
.reward-product strong {
  font-size: 12px;
  line-height: 1.25;
}

.summary-split {
  gap: 6px;
}

.summary-split span {
  font-size: 10px;
}

.summary-split strong {
  font-size: 11px;
  line-height: 1.25;
}

.wide-button {
  min-height: 31px;
}

.reward-hero-card {
  min-height: 142px;
  background: linear-gradient(180deg, #fffefa 0%, #f8f1e6 100%);
}

.reward-hero-card strong,
.reward-balance-card strong {
  font-size: 27px;
  font-weight: 860;
}

.plant-visual {
  position: relative;
  width: 76px;
  height: 72px;
  color: var(--account-green);
  font-size: 0;
  opacity: 1;
}

.plant-visual i {
  display: none;
}

.plant-visual::before,
.plant-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 18px;
  height: 52px;
  border-left: 3px solid #2a6d3d;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-2deg);
}

.plant-visual::after {
  width: 58px;
  height: 50px;
  border: 0;
  background:
    radial-gradient(ellipse at 24% 52%, #477f45 0 17%, transparent 18%),
    radial-gradient(ellipse at 68% 37%, #2d6a3e 0 18%, transparent 19%),
    radial-gradient(ellipse at 40% 18%, #7ea64f 0 13%, transparent 14%),
    radial-gradient(ellipse at 82% 66%, #f0b94a 0 11%, transparent 12%);
  transform: translateX(-50%);
}

.reward-hero-card .plant-visual {
  right: 12px;
  bottom: 8px;
}

.mini-table,
.address-list,
.payment-list,
.ledger-list,
.social-list,
.tracking-list {
  gap: 6px;
}

.mini-row,
.ledger-row,
.social-row {
  min-height: 32px;
  padding: 3px 0;
  gap: 8px;
  font-size: 11px;
}

.side-stack {
  gap: 10px;
}

.toggle-input {
  width: 43px;
  min-width: 43px;
  height: 24px;
}

.toggle-input::after {
  width: 18px;
  height: 18px;
}

.toggle-input:checked::after {
  left: 21px;
}

.preview-icon {
  width: 29px;
  height: 29px;
  border-radius: 8px;
}

.auto-layout {
  grid-template-columns: minmax(0, 1fr) 196px;
}

.auto-editor {
  gap: 9px;
}

.segmented {
  gap: 6px;
}

.seg-option {
  min-height: 30px;
}

.product-mix-list {
  gap: 7px;
}

.product-editor-row,
.order-item-line {
  grid-template-columns: 38px minmax(0, 1fr) auto auto;
  gap: 9px;
}

.qty-stepper {
  grid-template-columns: 25px 34px 25px;
}

.qty-stepper button,
.qty-stepper input {
  min-height: 25px;
  padding: 0;
  text-align: center;
  font-weight: 820;
}

.auto-preview {
  border-radius: 8px;
  padding: 11px;
  gap: 8px;
  background: #fffdf7;
}

.summary-line {
  font-size: 11px;
}

.product-art {
  width: 42px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffefa 0%, #f5f0e8 100%);
  overflow: hidden;
}

.product-art.small {
  width: 31px;
  height: 38px;
  border-radius: 7px;
}

.product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.address-card,
.payment-card,
.preset-card {
  min-height: 72px;
  padding: 10px;
  border-radius: 8px;
  gap: 10px;
}

.address-card.active,
.preset-card.active {
  box-shadow: 0 0 0 2px rgba(0, 150, 65, 0.12);
}

.address-card small,
.payment-card small,
.preset-card small {
  font-size: 11px;
}

.radio-dot {
  width: 14px;
  height: 14px;
}

.card-brand {
  width: 38px;
  height: 26px;
  border-radius: 6px;
  font-size: 9px;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}

.card-brand.visa {
  background: linear-gradient(135deg, #174494, #3169c9);
}

.card-brand.mastercard {
  color: transparent;
  background: #f7f1e8;
  border: 1px solid #eadcc6;
}

.card-brand.mastercard::before,
.card-brand.mastercard::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.card-brand.mastercard::before {
  left: 8px;
  background: #e44537;
}

.card-brand.mastercard::after {
  right: 8px;
  background: rgba(242, 173, 50, 0.92);
  mix-blend-mode: multiply;
}

.card-brand.amex {
  background: linear-gradient(135deg, #327fb2, #58a8d4);
}

.safe-note {
  background: #fffdf2;
}

.order-summary {
  min-height: 50px;
  padding: 0 13px;
  grid-template-columns: 16px 92px 1fr auto auto auto;
}

.order-expanded {
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 10px;
  padding: 0 13px 13px 43px;
}

.order-items {
  gap: 7px;
}

.order-item-line > span {
  display: grid;
  gap: 2px;
}

.order-item-line small {
  color: var(--account-muted);
  font-size: 11px;
}

.order-summary-card,
.redemption-preview {
  border-radius: 8px;
  padding: 10px;
  gap: 7px;
}

.tab-row {
  gap: 4px;
}

.tab-link {
  min-height: 30px;
  padding: 0 11px;
}

.reward-balance-card {
  min-height: 156px;
  padding: 16px;
  background: linear-gradient(135deg, #eaf5e5 0%, #fffdf5 100%);
}

.reward-balance-card .plant-visual {
  right: 16px;
  bottom: 8px;
}

.reward-products {
  gap: 8px;
}

.reward-product {
  border-radius: 8px;
  padding: 10px;
}

.share-link {
  border-radius: 8px;
  padding: 7px 9px;
}

.progress-steps {
  gap: 8px;
}

.progress-step span {
  width: 24px;
  height: 24px;
}

.tracking-card {
  border-radius: 8px;
  padding: 12px;
  gap: 9px;
}

.timeline-step {
  grid-template-columns: 16px minmax(0, 1fr) minmax(112px, auto);
  gap: 8px;
  min-height: 33px;
}

.timeline-step::before {
  left: 6px;
}

.timeline-step span {
  width: 14px;
  height: 14px;
}

.account-dialog,
.more-dialog {
  width: min(592px, calc(100vw - 26px));
  max-width: min(592px, calc(100vw - 26px));
}

.account-dialog::backdrop,
.more-dialog::backdrop {
  background: rgba(17, 24, 18, 0.28);
  backdrop-filter: blur(3px);
}

.dialog-card {
  border-radius: 12px;
  box-shadow: 0 22px 58px rgba(20, 34, 25, 0.16);
}

.dialog-head,
.dialog-footer {
  padding: 12px 14px;
}

.dialog-head h2 {
  font-size: 15px;
  font-weight: 850;
}

.dialog-body {
  padding: 14px;
  gap: 10px;
}

.preset-list {
  gap: 8px;
}

.preview-hole {
  border-radius: 8px;
  padding: 10px;
}

.more-dialog {
  width: min(304px, calc(100vw - 32px));
  margin: auto 18px 78px auto;
}

.more-panel {
  min-height: 492px;
  border-radius: 16px;
  padding: 17px;
  gap: 16px;
  background: linear-gradient(165deg, #006f32 0%, #07451f 54%, #032512 100%);
  box-shadow: 0 22px 58px rgba(10, 47, 64, 0.28);
}

.more-close {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.more-nav-button,
.more-logout {
  min-height: 38px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 620;
}

.more-nav-button i,
.more-logout i {
  width: 18px;
  font-size: 14px;
}

.more-nav-button.active {
  background: rgba(85, 159, 91, 0.48);
}

.more-logout {
  padding-top: 15px;
}

@media (max-width: 980px) {
  .account-v2 {
    padding-bottom: 69px;
  }

  .account-mobile-top {
    height: 53px;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    padding: 0 14px;
  }

  .account-mobile-top .account-logo-row strong {
    font-size: 13px;
  }

  .mobile-back {
    width: 31px;
    min-width: 31px;
    height: 31px;
    min-height: 31px;
  }

  .account-main-v2 {
    padding: 10px 14px 18px;
  }

  .account-bottom-nav {
    height: 64px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  }

  .bottom-nav-button {
    min-height: 46px;
    gap: 3px;
  }

  .bottom-nav-button i {
    font-size: 15px;
  }

  .bottom-nav-button span {
    font-size: 9px;
  }

  .hello-row h1,
  .section-head-row h1,
  .account-screen-v2 > h1 {
    font-size: 23px;
  }

  .hello-row p {
    font-size: 11px;
  }

  .metric-grid:not(.two) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .metric-grid:not(.two) .metric-card {
    min-height: 72px;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 9px;
    gap: 2px;
  }

  .metric-grid:not(.two) .metric-card:nth-child(4) {
    grid-column: 1 / -1;
    min-height: 56px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  .metric-grid:not(.two) .metric-card:nth-child(4) small {
    grid-column: auto;
  }

  .metric-card strong {
    font-size: 17px;
  }

  .metric-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .dashboard-grid,
  .dashboard-grid.compact,
  .two-column-wide,
  .payment-layout,
  .address-layout,
  .rewards-layout,
  .auto-layout,
  .order-expanded {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .account-card,
  .metric-card,
  .reward-balance-card {
    border-radius: 8px;
    padding: 11px;
    box-shadow: 0 7px 20px rgba(31, 43, 31, 0.045);
  }

  .auto-card {
    gap: 9px;
  }

  .container-summary {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .summary-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-split span:nth-child(2) {
    grid-column: 1 / -1;
  }

  .product-editor-row {
    grid-template-columns: 38px minmax(0, 1fr) auto auto;
  }

  .payment-card,
  .address-card,
  .preset-card {
    min-height: 68px;
  }

  .order-summary {
    min-height: 54px;
  }
}

@media (max-width: 520px) {
  .account-v2-body {
    font-size: 11px;
  }

  .account-main-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .screen-stack {
    gap: 9px;
  }

  .hello-row h1,
  .section-head-row h1,
  .account-screen-v2 > h1 {
    font-size: 22px;
  }

  .metric-grid:not(.two) {
    gap: 6px;
  }

  .metric-grid:not(.two) .metric-card {
    min-height: 68px;
    padding: 8px;
  }

  .metric-card span,
  .metric-card small {
    font-size: 10px;
    line-height: 1.15;
  }

  .metric-card strong {
    font-size: 16px;
  }

  .metric-grid:not(.two) .metric-card:nth-child(4) {
    min-height: 52px;
  }

  .product-art {
    width: 38px;
    height: 48px;
  }

  .product-art.small {
    width: 29px;
    height: 35px;
  }

  .product-editor-row {
    grid-template-columns: 38px minmax(0, 1fr) auto auto;
  }

  .product-editor-row > strong {
    grid-column: auto;
    justify-self: end;
  }

  .qty-stepper {
    grid-template-columns: 24px 31px 24px;
  }

  .card-brand {
    width: 36px;
    height: 24px;
  }

  .more-dialog {
    width: min(292px, calc(100vw - 28px));
    margin: auto 14px 76px auto;
  }

  .more-panel {
    min-height: 478px;
    padding: 16px;
  }
}

/* Account v2 30% scale-up pass. */
.account-v2-body {
  font-size: 16px;
}

.account-v2 {
  grid-template-columns: 232px minmax(0, 1fr);
}

.account-v2 button,
.account-v2 .button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  gap: 9px;
}

.account-v2 input,
.account-v2 select,
.account-dialog input,
.account-dialog select {
  min-height: 42px;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
}

.account-v2 label,
.account-dialog label {
  gap: 7px;
  font-size: 13px;
}

.account-sidebar-v2 {
  gap: 22px;
  padding: 31px 16px;
}

.account-logo-full {
  width: 118px;
  max-height: 55px;
}

.account-logo-full.light {
  width: 100px;
}

.account-nav-v2,
.more-nav {
  gap: 6px;
}

.account-nav-button,
.account-logout {
  min-height: 41px;
  padding: 0 13px;
  gap: 11px;
  font-size: 14px;
  border-radius: 10px;
}

.account-nav-button i,
.account-logout i {
  flex-basis: 18px;
  width: 18px;
  font-size: 16px;
}

.account-desktop-top {
  height: 61px;
  padding: 0 29px;
}

.account-breadcrumb {
  gap: 18px;
  font-size: 14px;
}

.account-top-actions {
  gap: 8px;
}

.icon-button {
  width: 39px;
  min-width: 39px;
  height: 39px;
  min-height: 39px;
}

.icon-button.small {
  width: 33px;
  min-width: 33px;
  height: 33px;
  min-height: 33px;
}

.account-main-v2 {
  max-width: 1472px;
  padding: 23px 26px 34px;
}

.account-screen-v2,
.screen-stack {
  gap: 14px;
}

.hello-row h1,
.section-head-row h1,
.account-screen-v2 > h1 {
  font-size: 35px;
}

.hello-row p {
  font-size: 16px;
}

.metric-grid {
  gap: 12px;
}

.metric-card,
.account-card,
.reward-balance-card {
  border-radius: 10px;
}

.metric-card {
  min-height: 109px;
  padding: 16px;
  gap: 5px;
}

.metric-icon {
  width: 29px;
  height: 29px;
  border-radius: 9px;
  font-size: 14px;
}

.metric-card span,
.metric-card small,
.container-summary span,
.product-editor-main span,
.reward-product span,
.safe-note span {
  font-size: 14px;
}

.metric-card strong {
  font-size: 26px;
}

.dashboard-grid,
.dashboard-grid.compact,
.two-column-wide,
.payment-layout,
.address-layout,
.rewards-layout,
.auto-layout {
  gap: 13px;
}

.account-card {
  padding: 17px;
  gap: 13px;
}

.card-title-row,
.section-head-row,
.button-row,
.summary-line,
.order-summary,
.tracking-meta {
  gap: 12px;
}

.card-title-row h2,
.account-card h2,
.auto-editor h3,
.auto-preview h3 {
  font-size: 17px;
}

.text-link {
  font-size: 14px;
}

.account-pill {
  min-height: 23px;
  padding: 2px 9px;
  font-size: 13px;
}

.container-summary {
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 13px;
}

.container-summary strong,
.product-editor-main strong,
.reward-product strong {
  font-size: 16px;
}

.summary-split span {
  font-size: 13px;
}

.summary-split strong {
  font-size: 14px;
}

.reward-hero-card {
  min-height: 185px;
}

.reward-hero-card strong,
.reward-balance-card strong {
  font-size: 35px;
}

.mini-row,
.ledger-row,
.social-row {
  min-height: 42px;
  gap: 10px;
  font-size: 14px;
}

.toggle-input {
  width: 56px;
  min-width: 56px;
  height: 31px;
}

.toggle-input::after {
  width: 24px;
  height: 24px;
}

.toggle-input:checked::after {
  left: 27px;
}

.preview-icon {
  width: 38px;
  height: 38px;
}

.auto-layout {
  grid-template-columns: minmax(0, 1fr) 255px;
}

.auto-editor {
  gap: 12px;
}

.auto-top-row {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(240px, 320px);
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.auto-status-control {
  display: grid;
  gap: 8px;
}

.delivery-status-hero {
  align-items: center;
  border: 1px solid var(--account-border);
  border-radius: 12px;
  display: grid;
  gap: 13px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  margin: 10px 0 16px;
  padding: 13px 15px;
}

.delivery-status-hero.active {
  background: linear-gradient(135deg, #edf6ec, #fffefa);
  border-color: rgba(0, 150, 65, 0.24);
}

.delivery-status-hero.deactivated {
  background: linear-gradient(135deg, #fff1df, #fffefa);
  border-color: rgba(207, 116, 24, 0.3);
}

.delivery-status-hero.recovery {
  background: linear-gradient(135deg, #fff2e8, #fffefa);
  border-color: rgba(184, 82, 38, 0.25);
}

.delivery-status-icon {
  align-items: center;
  background: #fffefa;
  border-radius: 10px;
  color: var(--account-green);
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.delivery-status-hero strong,
.delivery-status-card strong {
  color: var(--account-text);
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.delivery-status-hero small,
.delivery-status-card small {
  color: #5f685d;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

.delivery-status-date {
  min-width: 112px;
  text-align: right;
}

.status-card-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.delivery-status-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--account-border);
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  min-height: 76px;
  padding: 11px;
  text-align: left;
}

.delivery-status-card:hover,
.delivery-status-card:focus-visible,
.delivery-status-card.selected {
  background: var(--account-green-soft);
  border-color: rgba(0, 150, 65, 0.28);
  box-shadow: 0 10px 22px rgba(31, 43, 31, 0.05);
}

.delivery-status-card.active {
  border-color: rgba(0, 150, 65, 0.28);
}

.delivery-status-card.deactivated {
  border-color: rgba(207, 116, 24, 0.32);
}

.delivery-status-card.deactivated .choice-icon {
  background: #fff0dc;
  color: #c96f16;
}

.delivery-status-card.active.selected {
  background: linear-gradient(180deg, #19ab52 0%, #009641 100%);
  border-color: #009641;
  box-shadow: 0 12px 24px rgba(0, 150, 65, 0.16);
}

.delivery-status-card.deactivated:hover,
.delivery-status-card.deactivated:focus-visible {
  background: #fff7ed;
  border-color: rgba(207, 116, 24, 0.42);
  box-shadow: 0 10px 22px rgba(207, 116, 24, 0.09);
}

.delivery-status-card.deactivated.selected {
  background: linear-gradient(180deg, #e89434 0%, #cf7418 100%);
  border-color: #c96f16;
  box-shadow: 0 12px 24px rgba(207, 116, 24, 0.16);
}

.delivery-status-card.selected .choice-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.delivery-status-card.selected strong,
.delivery-status-card.selected small {
  color: #fff;
}

.delivery-status-card.selected .choice-toggle {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.delivery-status-card.selected .choice-toggle::after {
  color: #fff;
  content: "\2713";
  font-size: 13px;
  font-weight: 900;
}

.delivery-cart-head {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.delivery-cart-head h3 {
  margin: 0;
}

.delivery-cart-head span {
  color: #687064;
  font-size: 12px;
  font-weight: 750;
}

.auto-primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.auto-next-charge {
  width: min(420px, 100%);
  justify-self: end;
}

.auto-next-charge input {
  width: 100%;
}

.auto-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.segmented {
  gap: 8px;
}

.seg-option {
  min-height: 39px;
}

.product-mix-list {
  gap: 9px;
}

.product-editor-row,
.order-item-line {
  grid-template-columns: 49px minmax(0, 1fr) auto auto;
  gap: 12px;
}

.qty-stepper {
  grid-template-columns: 40px 58px 40px;
}

.qty-stepper button,
.qty-stepper input {
  min-height: 40px;
}

.qty-stepper input {
  appearance: textfield;
  width: 58px;
}

.qty-stepper input::-webkit-inner-spin-button,
.qty-stepper input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.auto-preview {
  border-radius: 10px;
  padding: 14px;
  gap: 10px;
}

.summary-line {
  font-size: 14px;
}

.product-art {
  width: 55px;
  height: 68px;
  border-radius: 10px;
}

.product-art.small {
  width: 40px;
  height: 49px;
}

.address-card,
.payment-card,
.preset-card {
  min-height: 94px;
  padding: 13px;
  border-radius: 10px;
  gap: 13px;
}

.address-card small,
.payment-card small,
.preset-card small {
  font-size: 14px;
}

.radio-dot {
  width: 18px;
  height: 18px;
}

.card-brand {
  width: 49px;
  height: 34px;
  border-radius: 8px;
  font-size: 12px;
}

.card-brand.mastercard::before,
.card-brand.mastercard::after {
  top: 9px;
  width: 18px;
  height: 18px;
}

.order-summary {
  min-height: 65px;
  padding: 0 17px;
  grid-template-columns: 21px 120px 1fr auto auto auto;
}

.order-expanded {
  grid-template-columns: minmax(0, 1fr) 299px;
  gap: 13px;
  padding: 0 17px 17px 56px;
}

.order-item-line small {
  font-size: 14px;
}

.order-summary-card,
.redemption-preview {
  border-radius: 10px;
  padding: 13px;
  gap: 9px;
}

.tab-link {
  min-height: 39px;
  padding: 0 14px;
}

.reward-balance-card {
  min-height: 203px;
  padding: 21px;
}

.reward-product {
  border-radius: 10px;
  padding: 13px;
}

.share-link {
  padding: 9px 12px;
}

.progress-steps {
  gap: 10px;
}

.progress-step span {
  width: 31px;
  height: 31px;
}

.tracking-card {
  border-radius: 10px;
  padding: 16px;
  gap: 12px;
}

.timeline-step {
  grid-template-columns: 21px minmax(0, 1fr) minmax(146px, auto);
  gap: 10px;
  min-height: 43px;
}

.timeline-step::before {
  left: 8px;
  top: 20px;
}

.timeline-step span {
  width: 18px;
  height: 18px;
}

.account-dialog,
.more-dialog {
  width: min(770px, calc(100vw - 34px));
  max-width: min(770px, calc(100vw - 34px));
}

.dialog-card {
  border-radius: 16px;
}

.dialog-head,
.dialog-footer {
  padding: 16px 18px;
}

.dialog-head h2 {
  font-size: 20px;
}

.dialog-body {
  padding: 18px;
  gap: 13px;
}

.more-dialog {
  width: min(395px, calc(100vw - 42px));
  margin: auto 23px 101px auto;
}

.more-panel {
  min-height: 640px;
  border-radius: 21px;
  padding: 22px;
  gap: 21px;
}

.more-close {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.more-nav-button,
.more-logout {
  min-height: 49px;
  border-radius: 10px;
  font-size: 17px;
  gap: 12px;
  padding: 0 13px;
}

.more-nav-button i,
.more-logout i {
  flex-basis: 23px;
  width: 23px;
  font-size: 18px;
}

@media (max-width: 980px) {
  .account-v2 {
    padding-bottom: 90px;
  }

  .account-mobile-top {
    height: 69px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 0 18px;
  }

  .account-logo-full.mobile {
    width: 88px;
    max-height: 44px;
  }

  .mobile-section-title {
    font-size: 17px;
  }

  .mobile-back {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .account-main-v2 {
    padding: 13px 18px 23px;
  }

  .account-bottom-nav {
    height: 83px;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }

  .bottom-nav-button {
    min-height: 60px;
    gap: 4px;
  }

  .bottom-nav-button i {
    font-size: 20px;
  }

  .bottom-nav-button span {
    font-size: 12px;
  }

  .hello-row h1,
  .section-head-row h1,
  .account-screen-v2 > h1 {
    font-size: 30px;
  }

  .hello-row p {
    font-size: 14px;
  }

  .metric-grid:not(.two) {
    gap: 9px;
  }

  .metric-grid:not(.two) .metric-card {
    min-height: 94px;
    padding: 12px;
    gap: 3px;
  }

  .metric-grid:not(.two) .metric-card:nth-child(4) {
    min-height: 73px;
  }

  .metric-card strong {
    font-size: 22px;
  }

  .metric-icon {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .dashboard-grid,
  .dashboard-grid.compact,
  .two-column-wide,
  .payment-layout,
  .address-layout,
  .rewards-layout,
  .auto-layout,
  .order-expanded {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .account-card,
  .metric-card,
  .reward-balance-card {
    border-radius: 10px;
    padding: 14px;
  }

  .container-summary {
    grid-template-columns: 55px minmax(0, 1fr) auto;
  }

  .product-editor-row {
    grid-template-columns: 49px minmax(0, 1fr) auto auto;
  }

  .payment-card,
  .address-card,
  .preset-card {
    min-height: 88px;
  }

  .order-summary {
    min-height: 70px;
  }

  .auto-top-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .delivery-status-hero {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .delivery-status-date {
    grid-column: 1 / -1;
    text-align: left;
  }

  .status-card-grid {
    grid-template-columns: 1fr;
  }

  .auto-next-charge {
    justify-self: stretch;
    width: 100%;
  }

  .auto-detail-grid {
    grid-template-columns: 1fr;
  }

  .auto-preview {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .account-v2-body {
    font-size: 14px;
  }

  .account-main-v2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .screen-stack {
    gap: 12px;
  }

  .hello-row h1,
  .section-head-row h1,
  .account-screen-v2 > h1 {
    font-size: 29px;
  }

  .metric-grid:not(.two) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .metric-grid:not(.two) .metric-card {
    min-height: 88px;
    padding: 10px;
  }

  .metric-grid:not(.two) .metric-card:nth-child(3),
  .metric-grid:not(.two) .metric-card:nth-child(4) {
    grid-column: auto;
    min-height: 76px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .metric-card span,
  .metric-card small {
    font-size: 13px;
    line-height: 1.2;
  }

  .metric-card strong {
    font-size: 21px;
  }

  .product-art {
    width: 49px;
    height: 62px;
  }

  .product-art.small {
    width: 38px;
    height: 46px;
  }

  .product-editor-row {
    grid-template-columns: 49px minmax(0, 1fr) auto;
  }

  .product-editor-row > strong {
    grid-column: 2 / -1;
  }

  .qty-stepper {
    grid-template-columns: 36px 50px 36px;
  }

  .card-brand {
    width: 47px;
    height: 31px;
  }

  .more-dialog {
    width: min(340px, calc(100vw - 28px));
    margin: auto 14px 92px auto;
  }

  .more-panel {
    min-height: 622px;
    padding: 21px;
  }
}

/* Late admin overrides keep the upgraded desk controls readable after shared toolbar rules. */
.admin-v2 .admin-toolbar.support-desk-filters {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-v2 .admin-toolbar.support-desk-filters #ticketSearch,
.admin-v2 .admin-toolbar.support-desk-filters button.primary {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .admin-v2 .admin-toolbar.support-desk-filters {
    grid-template-columns: 1fr;
  }
}

.account-dialog .admin-widget-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  color: var(--noot-text);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 98px;
  padding: 12px;
  text-align: center;
}

.account-dialog .admin-widget-card i {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 10px;
  color: var(--admin-green);
  display: inline-flex;
  font-size: 21px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-dialog .admin-widget-card:hover,
.account-dialog .admin-widget-card.selected {
  background: var(--admin-soft);
  border-color: #cddfc5;
}

.dashboard-assignment-filters,
.dashboard-work-lanes,
.dashboard-filtered-work {
  margin-bottom: 16px;
}

.dashboard-work-row {
  gap: 10px;
}

.dashboard-work-row .button-row {
  margin-top: 6px;
}

.dashboard-workspace-hub,
.orders-hero,
.customer-record-hero {
  margin-bottom: 14px;
}

.dashboard-workspace-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.dashboard-workspace-card {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
}

.dashboard-workspace-card-head {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 40px minmax(0, 1fr);
}

.dashboard-workspace-card-head > i,
.dashboard-work-icon,
.order-record-icon {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 10px;
  color: var(--admin-green);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dashboard-workspace-card strong,
.dashboard-work-card strong,
.order-record-card strong {
  overflow-wrap: anywhere;
}

.dashboard-workspace-card small,
.dashboard-work-card p,
.dashboard-work-card small,
.order-record-card small,
.order-record-card p {
  color: var(--admin-muted);
}

.dashboard-workspace-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-workspace-links button {
  min-height: 30px;
  padding: 6px 8px;
}

.dashboard-work-card-grid {
  display: grid;
  gap: 10px;
}

.dashboard-work-card-grid.expanded {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.dashboard-work-card {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  display: grid;
  gap: 11px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
  padding: 12px;
}

.dashboard-work-card.severity-critical {
  border-color: #e2b7ae;
  box-shadow: inset 4px 0 0 #b94b4b;
}

.dashboard-work-card.severity-high {
  border-color: #ead28f;
  box-shadow: inset 4px 0 0 #c59318;
}

.dashboard-work-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.dashboard-work-head {
  display: grid;
  gap: 6px;
}

.dashboard-work-head > span,
.dashboard-record-strip,
.order-record-pills,
.order-record-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-work-card p {
  line-height: 1.35;
  margin: 0;
}

.dashboard-record-chip {
  align-items: center;
  background: #f8f6ee;
  border: 1px solid var(--admin-border);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  gap: 5px;
  min-height: 28px;
  padding: 4px 8px;
}

.dashboard-record-chip b {
  color: var(--admin-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.dashboard-record-chip .icon-button {
  min-height: 22px;
}

.dashboard-work-foot {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.dashboard-work-foot > small {
  max-width: 360px;
}

.dashboard-command-bar {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}

.dashboard-command-main {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(150px, 220px) minmax(180px, 280px) 1fr;
}

.dashboard-command-main label {
  display: grid;
  gap: 6px;
}

.dashboard-command-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-filter-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  margin: 8px 0 14px;
}

.customer-command-bar,
.order-command-bar {
  margin-bottom: 14px;
}

.orders-hero,
.customer-record-hero {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.orders-hero small,
.order-detail-hero small,
.order-record-card small,
.customer-record-hero small,
.customer-detail-hero small,
.customer-record-card small {
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.orders-hero h2,
.order-detail-hero h2,
.customer-record-hero h2,
.customer-detail-hero h2 {
  font-size: 22px;
  line-height: 1.1;
  margin: 4px 0 6px;
}

.order-status-strip,
.customer-status-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(82px, 1fr));
  min-width: min(520px, 100%);
}

.customer-record-layout,
.order-record-layout {
  align-items: start;
}

.customer-record-list-panel,
.customer-record-detail-panel,
.order-record-list-panel,
.order-record-detail-panel {
  min-width: 0;
}

.customer-record-grid,
.order-record-grid {
  display: grid;
  gap: 10px;
}

.customer-record-card,
.order-record-card {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.customer-record-card.active,
.order-record-card.active {
  background: var(--admin-soft);
  border-color: #cddfc5;
  box-shadow: inset 4px 0 0 var(--admin-green);
}

.customer-record-card-head,
.order-record-card-head {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
}

.customer-record-card-head {
  grid-template-columns: 44px minmax(0, 1fr);
}

.order-record-card-head b {
  font-size: 17px;
}

.customer-record-avatar {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 12px;
  color: var(--admin-green-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.customer-record-pills,
.order-record-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.customer-record-meta,
.order-record-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-record-meta span,
.order-record-meta span {
  align-items: center;
  color: var(--admin-muted);
  display: inline-flex;
  gap: 6px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.order-record-card p {
  margin: 0;
}

.customer-detail-hero,
.order-detail-hero {
  align-items: start;
  background: #fbfaf4;
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 14px;
}

.customer-detail-hero p,
.order-detail-hero p {
  color: var(--admin-muted);
  margin: 0;
}

.customer-command-actions,
.customer-health-grid,
.order-detail-actions,
.order-health-grid,
.order-detail-section {
  margin-bottom: 14px;
}

.customer-record-section-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-record-panel {
  min-width: 0;
}

.customer-record-panel-title {
  align-items: center;
  display: flex;
  gap: 8px;
}

.customer-record-panel-title i {
  align-items: center;
  background: var(--admin-soft);
  border-radius: 9px;
  color: var(--admin-green-dark);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.order-detail-section {
  display: grid;
  gap: 10px;
}

.order-item-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.order-item-card {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 10px;
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 11px;
}

.order-item-card span {
  color: var(--admin-muted);
}

.quick-tools-menu {
  display: inline-block;
  position: relative;
}

.quick-tools-menu > summary {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  list-style: none;
  min-height: 34px;
  padding: 8px 10px;
}

.quick-tools-menu > summary::-webkit-details-marker {
  display: none;
}

.quick-tools-panel {
  background: #fffefa;
  border: 1px solid var(--admin-border);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(31, 43, 31, .12);
  display: grid;
  gap: 6px;
  min-width: 210px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
}

.quick-tools-panel button {
  justify-content: flex-start;
  width: 100%;
}

.dashboard-action-lightbox h3,
.dashboard-filter-lightbox h3 {
  font-size: 15px;
  margin: 16px 0 8px;
}

.code-block {
  background: #f6f3ea;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  color: var(--admin-green-dark);
  font-size: 12px;
  max-height: 180px;
  overflow: auto;
  padding: 10px;
  white-space: pre-wrap;
}

.assignee-chip {
  align-items: center;
  background: #f6f3ea;
  border: 1px solid var(--admin-border);
  border-radius: 999px;
  color: #4e584f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 6px 9px;
  white-space: nowrap;
}

.assignee-chip.assigned {
  background: #e8f2e5;
  border-color: #c9ddc3;
  color: var(--admin-green);
}

.ticket-row-shell {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.ticket-row-shell .ticket-row-card {
  min-width: 0;
}

.assignment-lightbox h3 {
  font-size: 15px;
  margin: 16px 0 10px;
}

.assignee-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 14px;
}

.assignee-card-grid .assignee-card {
  min-height: 118px;
}

.assignee-card-grid .assignee-card small {
  color: var(--admin-muted);
  font-size: 11px;
  line-height: 1.25;
}

.assignment-lightbox .preview-hole {
  margin-top: 12px;
}

@media (max-width: 760px) {
  .dashboard-workspace-grid,
  .dashboard-work-card-grid.expanded,
  .customer-status-strip,
  .customer-record-meta,
  .customer-record-section-grid,
  .order-status-strip,
  .order-record-meta,
  .order-item-card-grid {
    grid-template-columns: 1fr;
  }

  .customer-record-hero,
  .customer-detail-hero,
  .orders-hero,
  .order-detail-hero,
  .dashboard-work-foot {
    display: grid;
  }

  .dashboard-work-card {
    grid-template-columns: 1fr;
  }

  .dashboard-command-main {
    grid-template-columns: 1fr;
  }

  .quick-tools-menu {
    position: static;
  }

  .quick-tools-panel {
    position: static;
    margin-top: 6px;
  }

  .ticket-row-shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ticket-row-shell .icon-button + .icon-button {
    display: none;
  }

  .assignee-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Account choice-card polish: keep customer controls aligned with the Noot mockups. */
.account-choice-section {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.account-choice-section.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.account-choice-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  min-width: 0;
}

.account-choice-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
}

.account-choice-grid.single,
.sms-purpose-list {
  grid-template-columns: 1fr;
}

.account-v2 .account-choice-card,
.account-dialog .account-choice-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--account-border);
  border-radius: 10px;
  color: var(--account-text);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  justify-content: stretch;
  min-height: 86px;
  padding: 12px;
  position: relative;
  text-align: left;
  width: 100%;
}

.account-v2 button.account-choice-card,
.account-dialog button.account-choice-card {
  min-height: 86px;
  padding: 12px;
}

.account-choice-card:hover,
.account-choice-card:focus-visible,
.account-choice-card.selected,
.account-choice-card:has(.account-choice-input:checked) {
  background: #f4faef;
  border-color: #bed7b8;
  box-shadow: 0 10px 24px rgba(31, 43, 31, 0.06);
}

.account-choice-card strong {
  display: block;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}

.account-choice-card small {
  color: var(--account-muted);
  display: block;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 3px;
}

.choice-icon {
  align-items: center;
  background: var(--account-green-soft);
  border-radius: 10px;
  color: var(--account-green);
  display: inline-flex;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.choice-toggle {
  align-items: center;
  border: 2px solid #cdd7cb;
  border-radius: 999px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  justify-self: end;
  width: 22px;
}

.account-choice-card.selected .choice-toggle,
.account-choice-card:has(.account-choice-input:checked) .choice-toggle {
  background: var(--account-green);
  border-color: var(--account-green);
}

.account-choice-card.selected .choice-toggle::after,
.account-choice-card:has(.account-choice-input:checked) .choice-toggle::after {
  color: #fff;
  content: "\2713";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.account-choice-input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.sms-preferences-card .sms-purpose-list {
  max-height: min(520px, 62vh);
  overflow: auto;
  padding-right: 2px;
}

.sms-purpose-row {
  grid-template-columns: 44px minmax(0, 1fr) 22px;
}

.payment-choice-card {
  grid-template-columns: 54px minmax(0, 1fr) 22px;
}

.reward-choice-grid {
  grid-template-columns: 1fr;
}

.reward-choice-card {
  grid-template-columns: 50px minmax(0, 1fr) 22px;
  min-height: 78px;
}

.account-date-card {
  background: #fffefa;
  border: 1px solid var(--account-border);
  border-radius: 10px;
  gap: 7px;
  padding: 10px 12px;
}

.field-kicker {
  color: #646f61;
  font-size: 12px;
  font-weight: 850;
}

.date-input-shell {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
}

.date-input-shell i {
  align-items: center;
  background: var(--account-green-soft);
  border-radius: 8px;
  color: var(--account-green);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.account-v2 .date-input-shell input[type="date"] {
  background: transparent;
  border: 0;
  min-height: 28px;
  padding: 0;
}

.date-input-shell .date-chevron {
  background: transparent;
  color: #697362;
  height: 18px;
  width: 18px;
}

.account-v2 .date-input-shell input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: sepia(20%) saturate(700%) hue-rotate(78deg);
  opacity: 0.78;
}

@media (max-width: 1180px) {
  .account-choice-section.two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .account-choice-grid,
  .account-choice-grid.compact {
    grid-template-columns: 1fr;
  }

  .account-v2 .account-choice-card,
  .account-v2 button.account-choice-card {
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    min-height: 78px;
    padding: 10px;
  }

  .choice-icon {
    border-radius: 9px;
    font-size: 16px;
    height: 42px;
    width: 42px;
  }

  .account-choice-card strong {
    font-size: 13px;
  }

  .account-choice-card small {
    font-size: 12px;
  }
}

/* Calm Operations Design System: final shared reskin layer for account + admin. */
:root {
  --noot-calm-bg: #f7f6ef;
  --noot-calm-bg-band: #efeee5;
  --noot-calm-surface: #fffefa;
  --noot-calm-surface-raised: #ffffff;
  --noot-calm-line: #e1ddd1;
  --noot-calm-line-strong: #c9c3b5;
  --noot-calm-ink: #111712;
  --noot-calm-ink-soft: #354036;
  --noot-calm-muted: #687267;
  --noot-calm-green: #009641;
  --noot-calm-green-dark: #006f32;
  --noot-calm-green-soft: #e7f7ec;
  --noot-calm-blue: #009641;
  --noot-calm-blue-soft: #e7f7ec;
  --noot-calm-amber: #9b6a17;
  --noot-calm-amber-soft: #fff3d9;
  --noot-calm-red: #a33b32;
  --noot-calm-red-soft: #f8e4df;
  --noot-calm-radius-sm: 7px;
  --noot-calm-radius: 9px;
  --noot-calm-radius-lg: 14px;
  --noot-calm-shadow: 0 12px 30px rgba(28, 38, 31, 0.055);
  --noot-calm-shadow-pop: 0 22px 58px rgba(20, 34, 25, 0.16);
  --noot-calm-focus: 0 0 0 3px rgba(0, 150, 65, 0.22);
  --noot-calm-row: 58px;
  --noot-calm-control: 38px;
  --noot-calm-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
}

.admin-v2,
.account-v2,
.account-dialog,
.more-dialog {
  --admin-green: var(--noot-calm-green);
  --admin-green-dark: var(--noot-calm-green-dark);
  --admin-soft: var(--noot-calm-green-soft);
  --admin-card: var(--noot-calm-surface);
  --admin-border: var(--noot-calm-line);
  --admin-muted: var(--noot-calm-muted);
  --account-green: var(--noot-calm-green);
  --account-green-dark: var(--noot-calm-green-dark);
  --account-green-soft: var(--noot-calm-green-soft);
  --account-green-line: #bdeec9;
  --account-cream: var(--noot-calm-bg);
  --account-surface: var(--noot-calm-surface);
  --account-border: var(--noot-calm-line);
  --account-border-strong: var(--noot-calm-line-strong);
  --account-text: var(--noot-calm-ink);
  --account-muted: var(--noot-calm-muted);
  --account-shadow: var(--noot-calm-shadow);
  color: var(--noot-calm-ink);
  font-family: var(--noot-calm-font);
  letter-spacing: 0;
}

.admin-v2-body,
.account-v2-body {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.82), rgba(247, 246, 239, 0.96) 220px),
    var(--noot-calm-bg);
  color: var(--noot-calm-ink);
  font-family: var(--noot-calm-font);
  letter-spacing: 0;
}

.admin-v2 button,
.admin-v2 .button,
.account-v2 button,
.account-v2 .button,
.account-dialog button,
.more-dialog button {
  border-radius: var(--noot-calm-radius);
  font-weight: 820;
  letter-spacing: 0;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.admin-v2 button:hover,
.account-v2 button:hover,
.account-dialog button:hover,
.more-dialog button:hover {
  transform: translateY(-1px);
}

.admin-v2 button:focus-visible,
.admin-v2 .button:focus-visible,
.account-v2 button:focus-visible,
.account-v2 .button:focus-visible,
.account-dialog button:focus-visible,
.account-dialog input:focus-visible,
.account-dialog select:focus-visible,
.account-v2 input:focus-visible,
.account-v2 select:focus-visible,
.admin-v2 input:focus-visible,
.admin-v2 select:focus-visible,
.admin-v2 textarea:focus-visible {
  box-shadow: var(--noot-calm-focus);
  outline: 0;
}

.admin-v2 button.primary,
.admin-v2 .button.primary,
.account-v2 button.primary,
.account-v2 .button.primary,
.account-dialog button.primary {
  background: linear-gradient(180deg, #25b45a 0%, var(--noot-calm-green) 100%);
  border-color: var(--noot-calm-green);
  color: #fff;
}

.admin-v2 input,
.admin-v2 select,
.admin-v2 textarea,
.account-v2 input,
.account-v2 select,
.account-v2 textarea,
.account-dialog input,
.account-dialog select,
.account-dialog textarea {
  background: var(--noot-calm-surface-raised);
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius-sm);
  color: var(--noot-calm-ink);
  letter-spacing: 0;
}

.admin-sidebar,
.account-sidebar-v2,
.admin-topbar,
.account-desktop-top,
.account-mobile-top,
.account-bottom-nav {
  background: rgba(255, 254, 250, 0.94);
  backdrop-filter: blur(14px);
  border-color: var(--noot-calm-line);
}

.admin-main,
.account-main-v2 {
  isolation: isolate;
}

.admin-card,
.admin-kpi,
.admin-mini-card,
.metric-card,
.account-card,
.reward-balance-card,
.tracking-card,
.address-card,
.payment-card,
.preset-card,
.reward-product,
.order-summary-card,
.redemption-preview,
.auto-preview {
  background: var(--noot-calm-surface);
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius);
  box-shadow: var(--noot-calm-shadow);
}

.admin-card-head h2,
.card-title-row h2,
.account-card h2,
.admin-section-head h2,
.today-work-hero h2,
.support-desk-hero h2,
.customer-record-hero h2,
.customer-detail-hero h2 {
  color: var(--noot-calm-ink);
  font-weight: 880;
  letter-spacing: 0;
}

.admin-row,
.admin-row-button,
.ticket-row-shell,
.mini-row,
.ledger-row,
.social-row,
.order-summary {
  border-color: var(--noot-calm-line);
}

.admin-row,
.admin-row-button {
  min-height: var(--noot-calm-row);
  background: var(--noot-calm-surface-raised);
}

.admin-row-button:hover,
.admin-row-button.active,
.admin-table tr.active,
.ticket-row-shell.active {
  background: var(--noot-calm-green-soft);
  border-color: #c9dcc3;
}

.admin-table th {
  background: #f8f6ee;
  color: var(--noot-calm-muted);
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-table td {
  background: rgba(255, 254, 250, 0.72);
}

.admin-table tr:hover td {
  background: #fbfcf7;
}

.account-pill,
.pill,
.assignee-chip {
  border: 1px solid transparent;
  font-weight: 850;
  letter-spacing: 0;
}

.account-pill.success,
.pill.success,
.pill.fulfilled,
.pill.delivered,
.pill.active,
.subscription-status-pill.active,
.assignee-chip.assigned {
  background: var(--noot-calm-green-soft);
  border-color: #c6dcc0;
  color: var(--noot-calm-green-dark);
}

.account-pill.deactivated,
.pill.deactivated,
.subscription-status-pill.deactivated {
  background: #fff0dc;
  border-color: #efc287;
  color: #9f530f;
}

.account-pill.warning,
.pill.warning,
.pill.pending,
.pill.past_due,
.pill.deferred {
  background: var(--noot-calm-amber-soft);
  border-color: #ead28f;
  color: var(--noot-calm-amber);
}

.account-pill.error,
.pill.error,
.pill.failed,
.pill.bounced,
.pill.suppressed,
.pill.recovery_required {
  background: var(--noot-calm-red-soft);
  border-color: #e5b6ae;
  color: var(--noot-calm-red);
}

.account-pill.info,
.pill.info,
.pill.in_transit {
  background: var(--noot-calm-blue-soft);
  border-color: #c4ddea;
  color: var(--noot-calm-blue);
}

.admin-widget-card,
.account-choice-card,
.delivery-status-card,
.ticket-context-widget,
.customer-360-action-tile,
.dashboard-workspace-card,
.dashboard-work-card,
.customer-record-card,
.customer-record-panel,
.order-record-card,
.order-item-card {
  background: var(--noot-calm-surface);
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius);
  box-shadow: none;
  min-width: 0;
}

.admin-widget-card:hover,
.admin-widget-card:focus-visible,
.admin-widget-card.selected,
.admin-widget-card:has(.control-card-input:checked),
.account-choice-card:hover,
.account-choice-card:focus-visible,
.account-choice-card.selected,
.delivery-status-card:hover,
.delivery-status-card:focus-visible,
.delivery-status-card.selected,
.ticket-context-widget:hover,
.customer-360-action-tile:hover,
.dashboard-workspace-card:hover,
.dashboard-work-card:hover,
.customer-record-card:hover,
.order-record-card:hover {
  background: var(--noot-calm-green-soft);
  border-color: #c5dabb;
  box-shadow: 0 10px 22px rgba(31, 43, 31, 0.055);
}

.admin-widget-card i,
.choice-icon,
.metric-icon,
.admin-task-icon,
.dashboard-workspace-card-head > i,
.dashboard-work-icon,
.customer-record-avatar,
.customer-record-panel-title i,
.order-record-icon,
.ticket-context-widget i,
.delivery-status-icon,
.preview-icon,
.date-input-shell i {
  background: var(--noot-calm-green-soft);
  color: var(--noot-calm-green-dark);
}

.selectable-control-card,
.admin-filter-choice {
  align-items: center;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-items: start;
  min-height: 58px;
  padding: 9px 11px;
}

.admin-filter-choice i {
  font-size: 16px;
  height: 38px;
  width: 38px;
}

.admin-filter-choice span {
  font-size: 13px;
  text-align: left;
}

.control-card-input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.admin-toolbar,
.dashboard-command-bar {
  background: rgba(255, 254, 250, 0.9);
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius-lg);
  box-shadow: var(--noot-calm-shadow);
}

.subscription-filters,
.admin-toolbar:has(.admin-filter-choice) {
  align-items: stretch;
}

.quick-tools-menu > summary {
  background: var(--noot-calm-surface);
  border-color: var(--noot-calm-line);
  color: var(--noot-calm-ink-soft);
}

.quick-tools-panel,
.dialog-card,
.more-panel {
  border: 1px solid var(--noot-calm-line);
  box-shadow: var(--noot-calm-shadow-pop);
}

.account-dialog::backdrop,
.more-dialog::backdrop,
dialog::backdrop {
  background: rgba(17, 24, 18, 0.32);
  backdrop-filter: blur(4px);
}

.dialog-head,
.dialog-footer {
  background: #fffefa;
  border-color: var(--noot-calm-line);
}

.dialog-body {
  background: #fbfaf5;
}

.focused-action-dialog {
  max-width: min(860px, calc(100vw - 28px));
}

.today-work-hero,
.support-desk-hero,
.worker-ops-hero,
.customer-360-hero,
.customer-record-hero,
.customer-detail-hero,
.orders-hero,
.order-detail-hero {
  background:
    linear-gradient(135deg, rgba(237, 245, 233, 0.78), rgba(255, 254, 250, 0.96)),
    var(--noot-calm-surface);
}

.admin-task-card {
  border-radius: var(--noot-calm-radius-lg);
  min-height: 176px;
}

.admin-task-card.severity-critical {
  border-color: #e3b9ae;
  box-shadow: inset 4px 0 0 var(--noot-calm-red), var(--noot-calm-shadow);
}

.admin-task-card.severity-high {
  border-color: #ead28f;
  box-shadow: inset 4px 0 0 var(--noot-calm-amber), var(--noot-calm-shadow);
}

.support-desk-layout {
  align-items: start;
}

.ticket-context-widget-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ticket-context-widget {
  min-height: 122px;
}

.ticket-message,
.ticket-customer-snapshot,
.ticket-conversation,
.ticket-reply-composer {
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius);
}

.customer-360-action-groups,
.customer-360-reporting,
.customer-360-drilldown {
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius-lg);
}

.metric-grid {
  align-items: stretch;
}

.metric-card {
  overflow: hidden;
  position: relative;
}

.metric-card::after {
  background: linear-gradient(180deg, rgba(0, 150, 65, 0.1), transparent);
  content: "";
  height: 3px;
  inset: 0 0 auto;
  position: absolute;
}

.delivery-status-hero {
  border-radius: var(--noot-calm-radius-lg);
  box-shadow: var(--noot-calm-shadow);
  margin-top: 4px;
}

.delivery-status-hero.active {
  background: linear-gradient(135deg, #eaf5e7, #fffefa);
  box-shadow: inset 4px 0 0 var(--noot-calm-green), var(--noot-calm-shadow);
}

.delivery-status-hero.deactivated {
  background: linear-gradient(135deg, #fff1df, #fffefa);
  border-color: rgba(207, 116, 24, 0.28);
  box-shadow: inset 4px 0 0 #cf7418, var(--noot-calm-shadow);
}

.delivery-status-hero.recovery {
  background: linear-gradient(135deg, #f9e8df, #fffefa);
  box-shadow: inset 4px 0 0 var(--noot-calm-red), var(--noot-calm-shadow);
}

.account-date-card {
  border-color: var(--noot-calm-line);
  border-radius: var(--noot-calm-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.date-input-shell {
  min-height: 34px;
}

.product-editor-row,
.order-item-line {
  border-radius: var(--noot-calm-radius);
}

.qty-stepper button {
  background: #f8f7f1;
  border-color: var(--noot-calm-line);
}

.more-panel {
  background: linear-gradient(165deg, #006f32 0%, var(--noot-calm-green-dark) 58%, #032512 100%);
}

.more-nav-button.active {
  background: rgba(0, 150, 65, 0.42);
  color: #fff;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .admin-v2 {
    grid-template-columns: 206px minmax(0, 1fr);
  }

  .admin-main {
    padding: 18px;
  }

  .admin-task-board,
  .worker-job-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-desk-layout {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  }

  .ticket-context-pane {
    grid-column: 1 / -1;
  }

  .account-v2 {
    grid-template-columns: 210px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .admin-v2,
  .account-v2 {
    background: var(--noot-calm-bg);
  }

  .admin-v2 {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    position: relative;
  }

  .admin-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .admin-nav-group {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .admin-nav-group-label {
    padding: 0 8px;
  }

  .admin-nav-group-items {
    display: flex;
    gap: 6px;
  }

  .admin-nav-button {
    grid-template-columns: 18px max-content;
    min-width: max-content;
  }

  .admin-logout {
    display: none;
  }

  .admin-main {
    padding: 14px;
  }

  .admin-topbar {
    position: sticky;
  }

  .admin-kpi-grid,
  .admin-task-board,
  .worker-job-grid,
  .admin-grid.two,
  .admin-grid.three,
  .customer-layout,
  .ticket-layout,
  .order-layout,
  .support-desk-layout,
  .admin-toolbar,
  .subscription-filters,
  .worker-run-filters,
  .dashboard-command-main,
  .subscription-edit-top-row,
  .admin-summary-grid,
  .admin-form-grid,
  .preview-fields {
    grid-template-columns: 1fr;
  }

  .subscription-ship-date-control {
    justify-self: stretch;
  }

  .ticket-context-widget-grid,
  .admin-widget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-table-wrap {
    border: 1px solid var(--noot-calm-line);
    border-radius: var(--noot-calm-radius);
  }

  .account-main-v2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .admin-main,
  .account-main-v2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .admin-topbar,
  .today-work-hero,
  .support-desk-hero,
  .worker-ops-hero,
  .hello-row,
  .customer-360-hero,
  .delivery-cart-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-task-board,
  .admin-widget-grid,
  .ticket-context-widget-grid,
  .ticket-channel-widgets,
  .macro-card-grid,
  .metric-grid,
  .metric-grid:not(.two),
  .status-card-grid,
  .account-choice-grid,
  .account-choice-grid.compact {
    grid-template-columns: 1fr;
  }

  .admin-widget-card,
  .account-choice-card,
  .delivery-status-card,
  .admin-filter-choice {
    min-height: 72px;
  }

  .subscription-status-buttons {
    grid-template-columns: 1fr;
  }

  .quick-tools-panel {
    min-width: 100%;
  }

  .account-dialog,
  .more-dialog,
  .customer-360-dialog,
  .focused-action-dialog {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}

/* Final UX dead-path sweep: shared async/focus state markers. */
button[data-async-in-flight="true"],
a[data-async-in-flight="true"] {
  cursor: progress;
  opacity: 0.72;
  position: relative;
}

button[data-async-in-flight="true"]::after {
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-left: 8px;
  vertical-align: -0.12em;
  width: 0.9em;
  animation: noot-spin 0.7s linear infinite;
}

.account-notice[aria-live="polite"],
.account-notice[aria-live="assertive"] {
  min-height: 0;
}

@keyframes noot-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Browser QA overflow guardrails for iPad/mobile command surfaces. */
.admin-v2,
.account-v2,
.admin-workspace,
.account-workspace,
.admin-main,
.account-main-v2,
.admin-screen,
.account-screen-v2,
.admin-card,
.account-card,
.admin-row,
.payment-card,
.reward-card,
.delivery-cart-card,
.subscription-detail-dialog {
  min-width: 0;
  max-width: 100%;
}

.admin-v2,
.account-v2 {
  overflow-x: clip;
}

.admin-table-wrap,
.table-wrap,
.account-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.admin-table,
.table-wrap table {
  width: max-content;
  min-width: 100%;
}

pre,
code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .admin-sidebar,
  .account-sidebar-v2,
  .admin-nav,
  .account-bottom-nav {
    max-width: 100vw;
    overflow-x: auto;
  }
}

/* Account mobile containment: keep customer management cards inside the viewport. */
@media (max-width: 700px) {
  .account-v2-body,
  .account-v2 {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }

  .account-workspace,
  .account-main-v2,
  .account-screen-v2,
  .screen-stack,
  .account-card,
  .metric-card,
  .reward-balance-card,
  .auto-layout,
  .auto-editor,
  .auto-preview,
  .auto-top-row,
  .auto-status-control,
  .status-card-grid,
  .delivery-status-hero,
  .delivery-status-card,
  .account-date-card,
  .date-input-shell,
  .segmented,
  .product-mix-list,
  .product-editor-row,
  .account-choice-grid,
  .account-choice-card,
  .address-card,
  .payment-card,
  .preset-card,
  .reward-product,
  .order-summary,
  .tracking-card,
  .mini-row,
  .ledger-row,
  .social-row {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .account-card {
    overflow: hidden;
  }

  .card-title-row,
  .section-head-row,
  .button-row,
  .summary-line,
  .delivery-cart-head {
    flex-wrap: wrap;
    min-width: 0;
  }

  .card-title-row {
    align-items: flex-start;
  }

  .account-pill {
    max-width: 100%;
  }

  .delivery-status-hero {
    grid-template-columns: 42px minmax(0, 1fr);
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 14px;
  }

  .delivery-status-hero > span,
  .delivery-status-card > span,
  .account-choice-card > span,
  .product-editor-main {
    min-width: 0;
  }

  .delivery-status-hero strong,
  .delivery-status-hero small,
  .delivery-status-card strong,
  .delivery-status-card small,
  .account-choice-card strong,
  .account-choice-card small,
  .product-editor-main strong,
  .product-editor-main span {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .delivery-status-date {
    grid-column: 1 / -1;
    min-width: 0;
    text-align: left;
  }

  .delivery-status-card {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    justify-self: stretch;
    padding: 10px;
  }

  .choice-icon {
    height: 42px;
    width: 42px;
  }

  .choice-toggle {
    height: 20px;
    width: 20px;
  }

  .date-input-shell {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
  }

  .account-v2 .date-input-shell input[type="date"] {
    min-width: 0;
    text-align: center;
    width: 100%;
  }

  .segmented {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seg-option {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-row.end {
    justify-content: stretch;
  }

  .button-row.end > button,
  .button-row.end > .button {
    flex: 1 1 100%;
    min-width: 0;
  }

  .account-bottom-nav {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 430px) {
  .account-main-v2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-editor-row {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .product-editor-row > strong,
  .product-editor-row .qty-stepper {
    grid-column: 2;
    justify-self: start;
  }

  .qty-stepper {
    grid-template-columns: 36px 48px 36px;
  }
}

/* Public homepage redesign */
.noot-home {
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 150, 65, .14), transparent 28rem),
    radial-gradient(circle at 88% 30%, rgba(40, 111, 157, .08), transparent 25rem),
    var(--noot-bg);
  color: var(--noot-text);
  font-family: var(--noot-font);
  margin: 0;
}

.noot-home * {
  box-sizing: border-box;
}

.noot-home :where(section, article, div, nav, header, footer, main) {
  min-width: 0;
}

.noot-home :where(img, svg, video) {
  max-width: 100%;
}

.noot-home :where(h1, h2, h3, p, li, strong, span, a, button) {
  overflow-wrap: break-word;
}

.noot-home a {
  color: inherit;
}

.home-announcement {
  align-items: center;
  background: #064b23;
  color: #f8fff9;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: .02em;
  min-height: 32px;
  padding: 7px 18px;
  text-align: center;
}

.home-announcement span + span {
  border-left: 1px solid rgba(255, 255, 255, .22);
  padding-left: 12px;
}

.home-nav {
  align-items: center;
  background: rgba(245, 246, 242, .9);
  border-bottom: 1px solid rgba(217, 223, 210, .85);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 10px clamp(18px, 5vw, 70px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.home-brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.home-brand img {
  height: 44px;
  object-fit: contain;
  width: auto;
}

.home-nav-links {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  justify-content: center;
}

.home-nav-links a,
.home-footer a {
  color: var(--noot-muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.home-nav-links a:hover,
.home-footer a:hover {
  color: var(--noot-primary-dark);
}

.home-nav-cta,
.home-button {
  align-items: center;
  background: var(--noot-primary);
  border: 1px solid var(--noot-primary);
  border-radius: var(--noot-radius);
  box-shadow: 0 12px 28px rgba(0, 150, 65, .16);
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  text-decoration: none;
}

.home-nav-cta:hover,
.home-button.primary:hover {
  background: var(--noot-primary-dark);
}

.home-button.secondary {
  background: rgba(255, 255, 255, .78);
  border-color: var(--noot-border);
  box-shadow: none;
  color: var(--noot-primary-dark) !important;
}

.home-button.disabled-placeholder {
  cursor: not-allowed;
  opacity: .86;
}

.home-hero,
.home-split-section,
.home-feature-section,
.home-story-section,
.home-products-section,
.home-comparison-section,
.home-reviews-section,
.home-faq-section,
.home-final-cta,
.home-footer {
  margin-inline: auto;
  max-width: 1180px;
  width: min(100% - 36px, 1180px);
}

.home-hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  min-height: min(760px, calc(100vh - 92px));
  padding: clamp(36px, 6vw, 76px) 0 42px;
}

.home-kicker {
  align-items: center;
  color: var(--noot-primary-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-kicker span {
  background: var(--noot-primary);
  border-radius: 999px;
  display: inline-block;
  height: 3px;
  width: 34px;
}

.home-kicker.centered {
  justify-content: center;
}

.home-hero h1,
.home-section-copy h2,
.home-centered-copy h2,
.home-story-section h2,
.home-dark-band h2,
.home-section-head h2,
.home-final-cta h2 {
  color: #101711;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.home-hero h1 {
  font-size: clamp(42px, 6vw, 70px);
  max-width: 750px;
}

.home-hero-copy,
.home-section-copy {
  display: grid;
  gap: 22px;
}

.home-hero-copy p,
.home-section-copy p,
.home-centered-copy p,
.home-story-section p,
.home-dark-band p,
.home-final-cta p,
.home-footer p {
  color: var(--noot-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.home-hero-copy > p {
  font-size: 18px;
  max-width: 650px;
}

.home-tag-row,
.home-proof-row,
.home-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-tag-row span,
.home-proof-row span,
.home-pill-row span {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--noot-border);
  border-radius: 999px;
  color: var(--noot-primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.home-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-proof-row {
  padding-top: 8px;
}

.home-proof-row span {
  background: transparent;
  color: var(--noot-muted);
}

.home-hero-visual {
  min-height: 560px;
  position: relative;
}

.home-product-stack {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  transform: rotate(1deg);
}

.home-product-card,
.home-mini-card,
.home-image-frame,
.home-feature-grid article,
.home-product-grid article,
.home-review-grid article,
.home-faq-list details {
  background: rgba(255, 254, 250, .92);
  border: 1px solid var(--noot-border);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(28, 38, 31, .09);
}

.home-product-card.featured {
  display: grid;
  gap: 16px;
  grid-column: 1 / -1;
  padding: 18px;
}

.home-product-card img,
.home-mini-card img,
.home-product-grid img {
  background: var(--noot-surface-soft);
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-product-card strong,
.home-mini-card strong,
.home-product-grid strong,
.home-feature-grid strong,
.home-review-grid strong,
.home-problem-list strong,
.home-step-list strong {
  color: var(--noot-text);
  display: block;
  font-size: 16px;
  font-weight: 950;
}

.home-product-card span,
.home-mini-card span,
.home-product-grid span,
.home-feature-grid p,
.home-review-grid p,
.home-problem-list span,
.home-step-list p {
  color: var(--noot-muted);
  line-height: 1.65;
  margin: 0;
}

.home-mini-card {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.home-floating-badge,
.home-image-chip {
  background: #fffefa;
  border: 1px solid #c8dac1;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(28, 38, 31, .12);
  color: var(--noot-primary-dark);
  font-size: 12px;
  font-weight: 950;
  padding: 12px 14px;
  position: absolute;
}

.home-floating-badge.top {
  right: -8px;
  top: 34px;
}

.home-floating-badge.bottom {
  bottom: 28px;
  left: -10px;
}

.home-trust-strip {
  border-block: 1px solid var(--noot-border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 100%;
}

.home-trust-strip div {
  background: rgba(255, 255, 255, .6);
  border-right: 1px solid var(--noot-border);
  display: grid;
  gap: 4px;
  min-height: 116px;
  padding: 24px clamp(16px, 3vw, 42px);
}

.home-trust-strip div:last-child {
  border-right: 0;
}

.home-trust-strip strong {
  font-size: 28px;
  font-weight: 950;
}

.home-trust-strip span {
  color: var(--noot-muted);
  font-size: 13px;
  font-weight: 800;
}

.home-split-section {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 78px);
  grid-template-columns: minmax(300px, 480px) minmax(0, 1fr);
  padding: clamp(74px, 10vw, 126px) 0;
}

.home-split-section.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
}

.home-section-copy h2,
.home-centered-copy h2,
.home-story-section h2,
.home-section-head h2,
.home-final-cta h2 {
  font-size: clamp(34px, 5vw, 54px);
}

.home-image-frame {
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.home-image-frame img {
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-image-chip {
  bottom: 28px;
  right: 28px;
}

.home-problem-list,
.home-step-list {
  display: grid;
  gap: 12px;
}

.home-problem-list article {
  background: rgba(255, 255, 255, .62);
  border: 1px solid var(--noot-border);
  border-radius: 10px;
  padding: 15px;
}

.home-step-list article {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
}

.home-step-list article > span,
.home-feature-grid article > span {
  align-items: center;
  background: var(--noot-primary-soft);
  border: 1px solid #c8dac1;
  border-radius: 10px;
  color: var(--noot-primary-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.home-feature-section,
.home-products-section,
.home-comparison-section,
.home-reviews-section,
.home-faq-section {
  padding: clamp(70px, 9vw, 116px) 0;
}

.home-centered-copy {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-feature-grid article {
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 12px;
  min-height: 218px;
  padding: clamp(22px, 3vw, 34px);
}

.home-feature-grid article:nth-child(1) {
  border-top-left-radius: 14px;
}

.home-feature-grid article:nth-child(3) {
  border-top-right-radius: 14px;
}

.home-feature-grid article:nth-child(4) {
  border-bottom-left-radius: 14px;
}

.home-feature-grid article:nth-child(6) {
  border-bottom-right-radius: 14px;
}

.home-pill-row {
  justify-content: center;
  margin-top: 28px;
}

.home-story-section {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 16px;
  box-shadow: var(--noot-shadow);
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  padding: clamp(28px, 5vw, 58px);
}

.home-story-section > div:first-child {
  display: grid;
  gap: 16px;
}

.home-before-after {
  background: #043019;
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.home-before-after div {
  background:
    linear-gradient(135deg, rgba(0, 150, 65, .24), rgba(255, 255, 255, .03)),
    #064b23;
  display: grid;
  gap: 10px;
  min-height: 240px;
  padding: 24px;
}

.home-before-after strong {
  font-size: 24px;
  font-weight: 950;
}

.home-before-after span {
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.home-section-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.home-section-head > div {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.home-product-grid,
.home-review-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-product-grid article,
.home-review-grid article {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.home-dark-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 24, 34, .95), rgba(18, 95, 124, .88)),
    #043019;
  color: #fff;
  display: grid;
  gap: clamp(24px, 6vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  margin-top: 34px;
  max-width: 100%;
  padding: clamp(58px, 8vw, 100px) max(18px, calc((100vw - 1180px) / 2));
}

.home-dark-band h2 {
  color: #fff;
}

.home-dark-band p {
  color: rgba(255, 255, 255, .78);
  max-width: 650px;
}

.home-facts-card {
  background: #fffefa;
  border: 1px solid #6da486;
  border-radius: 12px;
  box-shadow: 14px 14px 0 rgba(57, 172, 140, .78);
  color: var(--noot-text);
  display: grid;
  gap: 12px;
  padding: 24px;
}

.home-facts-card > strong {
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-facts-card div {
  align-items: center;
  border-top: 1px solid var(--noot-border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 12px;
}

.home-facts-card span {
  color: var(--noot-muted);
}

.home-comparison-table {
  background: #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 14px;
  box-shadow: var(--noot-shadow);
  overflow: hidden;
}

.home-comparison-table > div {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.15fr repeat(3, 1fr);
}

.home-comparison-table span,
.home-comparison-table strong {
  border-bottom: 1px solid var(--noot-border);
  padding: 18px;
}

.home-comparison-table .head span {
  background: var(--noot-primary-soft);
  color: var(--noot-primary-dark);
  font-weight: 950;
}

.home-comparison-table strong {
  background: rgba(228, 243, 236, .56);
  color: var(--noot-primary-dark);
}

.home-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-review-grid article {
  min-height: 260px;
  padding: 24px;
}

.home-review-grid article > span {
  color: var(--noot-primary-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-review-grid small {
  color: var(--noot-muted);
  font-weight: 850;
  margin-top: auto;
}

.home-faq-list {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 760px;
}

.home-faq-list details {
  box-shadow: none;
  overflow: hidden;
}

.home-faq-list summary {
  cursor: pointer;
  font-weight: 950;
  list-style: none;
  padding: 18px 20px;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  color: var(--noot-primary);
  content: "+";
  float: right;
  font-size: 20px;
}

.home-faq-list details[open] summary::after {
  content: "-";
}

.home-faq-list p {
  color: var(--noot-muted);
  line-height: 1.7;
  margin: 0;
  padding: 0 20px 20px;
}

.home-final-cta {
  align-items: center;
  background: #fffefa;
  border: 1px solid #bdd2b7;
  border-radius: 18px;
  box-shadow: var(--noot-shadow);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 64px;
  padding: clamp(26px, 5vw, 54px);
}

.home-final-cta > div {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.home-footer {
  align-items: start;
  border-top: 1px solid var(--noot-border);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 34px 0 42px;
}

.home-footer > div {
  max-width: 390px;
}

.home-footer img {
  height: 42px;
  object-fit: contain;
  width: auto;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .home-nav {
    grid-template-columns: 1fr auto;
  }

  .home-nav-links {
    display: none;
  }

  .home-hero,
  .home-split-section,
  .home-split-section.reverse,
  .home-story-section,
  .home-dark-band {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-visual {
    min-height: 0;
  }

  .home-trust-strip,
  .home-feature-grid,
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-feature-grid article,
  .home-feature-grid article:nth-child(1),
  .home-feature-grid article:nth-child(3),
  .home-feature-grid article:nth-child(4),
  .home-feature-grid article:nth-child(6) {
    border-radius: 12px;
  }

  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-comparison-table {
    overflow-x: auto;
  }

  .home-comparison-table > div {
    min-width: 720px;
  }
}

@media (max-width: 640px) {
  .home-announcement {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .home-announcement span + span {
    border-left: 0;
    padding-left: 0;
  }

  .home-nav {
    padding-inline: 14px;
  }

  .home-nav-cta {
    min-height: 38px;
    padding-inline: 12px;
  }

  .home-hero,
  .home-split-section,
  .home-feature-section,
  .home-products-section,
  .home-comparison-section,
  .home-reviews-section,
  .home-faq-section {
    width: min(100% - 28px, 1180px);
  }

  .home-product-stack,
  .home-trust-strip,
  .home-feature-grid,
  .home-product-grid,
  .home-before-after {
    grid-template-columns: 1fr;
  }

  .home-floating-badge {
    position: static;
    margin-top: 10px;
  }

  .home-action-row,
  .home-final-cta,
  .home-footer,
  .home-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--noot-border);
  }

  .home-trust-strip div:last-child {
    border-bottom: 0;
  }
}

/* Plant-food-only homepage revision */
.home-hero-expanded {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 500px);
}

.home-hero-visual.single-product {
  min-height: 500px;
}

.home-hero-photo {
  background: rgba(255, 254, 250, .95);
  border: 1px solid var(--noot-border);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(28, 38, 31, .12);
  display: grid;
  gap: 16px;
  margin: 0;
  overflow: hidden;
  padding: 16px;
  transform: rotate(1deg);
}

.home-hero-photo img,
.home-image-mosaic img,
.home-vital-panels img,
.home-ingredient-panels img,
.home-plant-card img,
.home-before-after-pair img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-hero-photo img {
  aspect-ratio: 1.35;
  border-radius: 14px;
}

.home-hero-photo figcaption {
  display: grid;
  gap: 4px;
  padding: 0 4px 4px;
}

.home-hero-photo strong {
  font-size: 18px;
  font-weight: 950;
}

.home-hero-photo span {
  color: var(--noot-muted);
}

.home-interactive-section,
.home-ingredients-section,
.home-plant-section {
  margin-inline: auto;
  max-width: 1180px;
  padding: clamp(70px, 9vw, 116px) 0;
  width: min(100% - 36px, 1180px);
}

.home-interactive-panel,
.home-vital-explorer,
.home-ingredient-tabs,
.home-plant-filter {
  background: rgba(255, 254, 250, .88);
  border: 1px solid var(--noot-border);
  border-radius: 18px;
  box-shadow: var(--noot-shadow);
  padding: clamp(18px, 3vw, 30px);
}

.home-radio {
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.home-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-choice-grid label,
.home-tab-row label {
  background: #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 12px;
  color: var(--noot-text);
  cursor: pointer;
  display: grid;
  gap: 7px;
  min-height: 126px;
  padding: 14px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.home-choice-grid label:hover,
.home-tab-row label:hover {
  border-color: #bed4b7;
  transform: translateY(-1px);
}

.home-choice-grid label span {
  align-items: center;
  background: var(--noot-primary-soft);
  border-radius: 999px;
  color: var(--noot-primary-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  width: 34px;
}

.home-choice-grid label strong {
  font-size: 15px;
  font-weight: 950;
}

.home-choice-grid label small {
  color: var(--noot-muted);
  line-height: 1.45;
}

#need-growth:checked ~ .home-choice-grid label[for="need-growth"],
#need-yellowing:checked ~ .home-choice-grid label[for="need-yellowing"],
#need-roots:checked ~ .home-choice-grid label[for="need-roots"],
#need-routine:checked ~ .home-choice-grid label[for="need-routine"],
#need-transition:checked ~ .home-choice-grid label[for="need-transition"],
#vital-plant:checked ~ .home-tab-row label[for="vital-plant"],
#vital-roots:checked ~ .home-tab-row label[for="vital-roots"],
#vital-stems:checked ~ .home-tab-row label[for="vital-stems"],
#vital-leaves:checked ~ .home-tab-row label[for="vital-leaves"],
#vital-flowers:checked ~ .home-tab-row label[for="vital-flowers"],
#vital-seeds:checked ~ .home-tab-row label[for="vital-seeds"],
#ingredient-organic:checked ~ .home-tab-row label[for="ingredient-organic"],
#ingredient-minerals:checked ~ .home-tab-row label[for="ingredient-minerals"],
#ingredient-myco:checked ~ .home-tab-row label[for="ingredient-myco"],
#ingredient-rhizo:checked ~ .home-tab-row label[for="ingredient-rhizo"],
#plant-all:checked ~ .home-tab-row label[for="plant-all"],
#plant-tropical:checked ~ .home-tab-row label[for="plant-tropical"],
#plant-succulent:checked ~ .home-tab-row label[for="plant-succulent"],
#plant-flowering:checked ~ .home-tab-row label[for="plant-flowering"] {
  background: var(--noot-primary-soft);
  border-color: #aeca9f;
  color: var(--noot-primary-dark);
}

.home-result-stack {
  margin-top: 16px;
}

.home-result-card {
  background:
    linear-gradient(135deg, rgba(0, 150, 65, .1), rgba(255, 255, 255, .8)),
    #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 14px;
  display: none;
  gap: 8px;
  padding: 22px;
}

.home-result-card strong,
.home-vital-panels strong,
.home-ingredient-panels strong,
.home-review-gallery strong,
.home-plant-card strong {
  color: var(--noot-text);
  display: block;
  font-weight: 950;
}

.home-result-card p,
.home-vital-panels p,
.home-ingredient-panels p,
.home-review-gallery p {
  color: var(--noot-muted);
  line-height: 1.7;
  margin: 0;
}

#need-growth:checked ~ .home-result-stack [data-result="growth"],
#need-yellowing:checked ~ .home-result-stack [data-result="yellowing"],
#need-roots:checked ~ .home-result-stack [data-result="roots"],
#need-routine:checked ~ .home-result-stack [data-result="routine"],
#need-transition:checked ~ .home-result-stack [data-result="transition"] {
  display: grid;
}

.home-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.home-tab-row label {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  justify-content: center;
  letter-spacing: .03em;
  min-height: 40px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.home-vital-panels article,
.home-ingredient-panels article {
  align-items: center;
  display: none;
  gap: clamp(18px, 4vw, 42px);
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
}

.home-vital-panels img,
.home-ingredient-panels > article > img,
.home-ingredient-images {
  aspect-ratio: 1;
  background: var(--noot-surface-soft);
  border: 1px solid var(--noot-border);
  border-radius: 16px;
  overflow: hidden;
}

.home-ingredient-panels > article > img {
  background: #ffffff;
  height: 330px;
  object-fit: contain;
  object-position: center;
  padding: 16px;
}

.home-vital-panels article > div,
.home-ingredient-panels article {
  min-width: 0;
}

.home-vital-panels strong,
.home-ingredient-panels strong {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.04;
  margin-bottom: 10px;
}

#vital-plant:checked ~ .home-vital-panels [data-vital="plant"],
#vital-roots:checked ~ .home-vital-panels [data-vital="roots"],
#vital-stems:checked ~ .home-vital-panels [data-vital="stems"],
#vital-leaves:checked ~ .home-vital-panels [data-vital="leaves"],
#vital-flowers:checked ~ .home-vital-panels [data-vital="flowers"],
#vital-seeds:checked ~ .home-vital-panels [data-vital="seeds"],
#ingredient-organic:checked ~ .home-ingredient-panels [data-ingredient="organic"],
#ingredient-minerals:checked ~ .home-ingredient-panels [data-ingredient="minerals"],
#ingredient-myco:checked ~ .home-ingredient-panels [data-ingredient="myco"],
#ingredient-rhizo:checked ~ .home-ingredient-panels [data-ingredient="rhizo"] {
  display: grid;
}

.home-image-mosaic {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-image-mosaic img {
  background: #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 16px;
  box-shadow: var(--noot-shadow);
}

.home-image-mosaic img:first-child {
  grid-row: span 2;
}

.home-source-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 26px auto 30px;
  max-width: 1040px;
}

.home-source-grid article {
  align-items: center;
  background: rgba(255, 254, 250, .94);
  border: 1px solid var(--noot-border);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(28, 38, 31, .06);
  display: grid;
  gap: 10px;
  grid-template-rows: 88px 34px 42px;
  justify-items: center;
  min-height: 204px;
  padding: 16px 14px;
  text-align: center;
}

.home-source-grid img {
  align-self: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(42, 87, 64, .12);
  height: 88px;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  width: 88px;
}

.home-source-grid strong {
  align-items: center;
  color: var(--noot-text);
  display: flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  line-height: 1.15;
  min-height: 34px;
}

.home-source-grid span {
  align-items: start;
  color: var(--noot-muted);
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.45;
  min-height: 42px;
}

.home-ingredient-images {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
}

.home-ingredient-images img {
  background: #ffffff;
  border-radius: 12px;
  height: 118px;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  width: 100%;
}

.home-plant-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-plant-card {
  background: #fffefa;
  border: 1px solid var(--noot-border);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(28, 38, 31, .06);
  display: none;
  gap: 10px;
  grid-template-rows: 148px auto;
  overflow: hidden;
  padding: 12px;
}

.home-plant-card img {
  aspect-ratio: 1.08;
  background: #ffffff;
  border-radius: 10px;
  height: 148px;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  width: 100%;
}

.home-plant-card strong {
  font-size: 15px;
}

#plant-all:checked ~ .home-plant-grid .home-plant-card,
#plant-tropical:checked ~ .home-plant-grid .home-plant-card[data-plant-group~="tropical"],
#plant-succulent:checked ~ .home-plant-grid .home-plant-card[data-plant-group~="succulent"],
#plant-flowering:checked ~ .home-plant-grid .home-plant-card[data-plant-group~="flowering"] {
  display: grid;
}

.home-review-gallery {
  display: grid;
  gap: 16px;
  grid-auto-columns: minmax(300px, 31%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 6px 3px 18px;
  scroll-snap-type: x mandatory;
}

.home-review-gallery article {
  background: rgba(255, 254, 250, .94);
  border: 1px solid var(--noot-border);
  border-radius: 16px;
  box-shadow: var(--noot-shadow);
  display: grid;
  gap: 14px;
  padding: 16px;
  scroll-snap-align: start;
}

.home-before-after-pair {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.home-before-after-pair img {
  aspect-ratio: 1;
  border-radius: 12px;
}

.home-review-gallery strong {
  font-size: 18px;
}

@media (max-width: 980px) {
  .home-hero-expanded,
  .home-vital-panels article,
  .home-ingredient-panels article {
    grid-template-columns: 1fr;
  }

  .home-hero-visual.single-product {
    min-height: 0;
  }

  .home-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-plant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-review-gallery {
    grid-auto-columns: minmax(280px, 74%);
  }
}

@media (max-width: 640px) {
  .home-interactive-section,
  .home-ingredients-section,
  .home-plant-section {
    width: min(100% - 28px, 1180px);
  }

  .home-choice-grid,
  .home-image-mosaic,
  .home-ingredient-images,
  .home-source-grid,
  .home-plant-grid {
    grid-template-columns: 1fr;
  }

  .home-choice-grid label {
    min-height: 102px;
  }

  .home-review-gallery {
    grid-auto-columns: minmax(260px, 88%);
  }
}

/* Homepage V2: mockup-inspired plant-food landing page */
.home-mockup-shell {
  --home-deep: #043019;
  --home-forest: #006f32;
  --home-leaf: #009641;
  --home-leaf-bright: #79dc9f;
  --home-cream: #fbf7ed;
  --home-line: rgba(0, 150, 65, .18);
  --home-ink: #0f2417;
  background: radial-gradient(circle at 12% 8%, rgba(0, 150, 65, .14), transparent 24%), #fbf7ed;
  color: var(--home-ink);
  font-family: var(--noot-font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.noot-home [id] {
  scroll-margin-top: 112px;
}

html.home-v2-menu-locked,
html.home-v2-menu-locked body {
  overflow: hidden;
}

.home-v2-nav {
  align-items: center;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 150, 65, .34), transparent 34%),
    linear-gradient(135deg, #052616 0%, #031f12 62%, #042915 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(3, 31, 18, .26);
  color: #fffefa;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  isolation: isolate;
  margin: 14px auto 0;
  min-height: 74px;
  padding: 12px 24px;
  position: sticky;
  top: 0;
  transition: min-height .2s ease, padding .2s ease, box-shadow .2s ease;
  width: min(100% - 56px, 1510px);
  z-index: 50;
}

.home-v2-nav.is-scrolled {
  box-shadow: 0 18px 48px rgba(3, 31, 18, .34);
  min-height: 68px;
  padding-block: 8px;
}

.home-v2-brand {
  align-items: center;
  display: inline-flex;
}

.home-v2-brand img {
  height: 42px;
  object-fit: contain;
  transition: height .2s ease;
  width: auto;
}

.home-v2-nav.is-scrolled .home-v2-brand img {
  height: 38px;
}

.home-v2-nav-links,
.home-v2-nav-actions {
  align-items: center;
  display: flex;
  gap: clamp(10px, 2vw, 26px);
}

.home-v2-nav-links {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: clamp(14px, 2.1vw, 34px);
  justify-content: center;
  padding: 0;
  position: relative;
}

.home-v2-nav-links::before {
  background: #7ee69b;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(126, 230, 155, .36);
  content: "";
  height: 2px;
  left: var(--mega-pill-left, 4px);
  pointer-events: none;
  position: absolute;
  top: calc(100% + 12px);
  transition: left .2s ease, width .2s ease;
  width: var(--mega-pill-width, 90px);
  z-index: 0;
}

.home-v2-mega-trigger,
.home-v2-icon-link {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, transform .16s ease;
  z-index: 1;
}

.home-v2-mega-trigger:hover,
.home-v2-mega-trigger:focus-visible,
.home-v2-mega-trigger.is-active,
.home-v2-icon-link:hover,
.home-v2-icon-link:focus-visible {
  color: #ffffff;
  outline: 0;
}

.home-v2-icon-link {
  display: inline-flex;
  padding-inline: 8px;
  min-height: 38px;
}

.home-v2-menu-toggle {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fffefa;
  cursor: pointer;
  display: none;
  font-size: 13px;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.home-v2-menu-toggle:hover,
.home-v2-menu-toggle:focus-visible {
  background: rgba(4, 48, 25, .18);
  outline: 0;
}

.home-v2-menu-toggle-icon {
  display: grid;
  gap: 5px;
  width: 18px;
}

.home-v2-menu-toggle-icon span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform .18s ease, opacity .18s ease;
}

.home-v2-nav.is-mobile-menu-open .home-v2-menu-toggle-icon span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.home-v2-nav.is-mobile-menu-open .home-v2-menu-toggle-icon span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.home-v2-cta,
.home-v2-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.home-v2-cta,
.home-v2-button.primary {
  background: linear-gradient(135deg, #009641, #006f32);
  box-shadow: 0 14px 28px rgba(0, 150, 65, .24);
  color: #ffffff;
}

.home-v2-nav .home-v2-cta {
  background: linear-gradient(135deg, #009641, #0a7f3b);
  border: 1px solid rgba(180, 255, 203, .28);
  box-shadow: 0 12px 24px rgba(0, 150, 65, .2);
}

.home-v2-mega-menu {
  background:
    radial-gradient(circle at 24% 6%, rgba(0, 150, 65, .2), transparent 34%),
    linear-gradient(135deg, #052616 0%, #031f12 64%, #042915 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 30px 70px rgba(3, 31, 18, .34);
  color: #fffefa;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 60;
}

.home-v2-mega-menu::before {
  background: transparent;
  border-left: 1px solid rgba(126, 230, 155, .5);
  border-top: 1px solid rgba(126, 230, 155, .5);
  content: "";
  height: 16px;
  left: var(--mega-pointer-left, 50%);
  position: absolute;
  top: -9px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  z-index: 0;
}

.home-v2-nav.is-mega-open .home-v2-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.home-v2-mega-panel {
  display: none;
  gap: 22px;
  grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr);
  min-height: 294px;
  padding: 18px 18px 22px;
  position: relative;
  z-index: 1;
}

.home-v2-mega-panel.is-active {
  display: grid;
}

.home-v2-mega-copy {
  align-content: start;
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 150, 65, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  display: grid;
  gap: 16px;
  min-height: 240px;
  padding: 22px;
}

.home-v2-mega-copy > span,
.home-v2-mobile-menu-title {
  color: #9ee8b8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-v2-mega-copy strong {
  color: #fffefa;
  font-family: var(--noot-font-display, Georgia, serif);
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: .98;
}

.home-v2-mega-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.home-v2-mega-copy-action,
.home-v2-mega-link-action {
  align-items: center;
  color: #c8ffd9;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-self: start;
  text-decoration: none;
}

.home-v2-mega-copy-action {
  border: 1px solid rgba(126, 230, 155, .46);
  border-radius: 999px;
  margin-top: 4px;
  min-height: 38px;
  padding: 9px 14px;
}

.home-v2-mega-links {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
}

.home-v2-mega-links a {
  align-content: start;
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 150, 65, .16), transparent 38%),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #fffefa;
  display: grid;
  gap: 16px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 230px;
  padding: 18px;
  position: relative;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.home-v2-mobile-menu-group a {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  color: #fffefa;
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  position: relative;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.home-v2-mega-link-icon {
  align-items: center;
  align-self: start;
  background: rgba(158, 232, 184, .12);
  border: 1px solid rgba(158, 232, 184, .22);
  border-radius: 12px;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.home-v2-mega-link-icon .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  color: #c8ffd9;
  height: 34px;
  width: 34px;
}

.home-v2-mega-link-icon .home-v2-kicker-icon svg {
  height: 26px;
  width: 26px;
}

.home-v2-mega-link-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.home-v2-mega-links a::after {
  display: none;
}

.home-v2-mega-links a:hover,
.home-v2-mega-links a:focus-visible,
.home-v2-mobile-menu-group a:hover,
.home-v2-mobile-menu-group a:focus-visible {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(158, 232, 184, .56);
  outline: 0;
  transform: translateY(-2px);
}

.home-v2-mega-links strong,
.home-v2-mobile-menu-group a {
  font-size: 16px;
  font-weight: 950;
}

.home-v2-mega-links strong {
  line-height: 1.15;
  padding-right: 0;
}

.home-v2-mega-links small {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.home-v2-mobile-menu {
  display: none;
}

.home-v2-mega-path {
  align-items: center;
  background: rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 24px 18px;
  position: relative;
  z-index: 1;
}

.home-v2-mega-path span {
  color: #fffefa;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin-right: 4px;
  text-transform: none;
}

.home-v2-mega-path a {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fffefa;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
  text-decoration: none;
}

.home-v2-mega-path a:hover,
.home-v2-mega-path a:focus-visible {
  background: rgba(158, 232, 184, .16);
  border-color: rgba(158, 232, 184, .36);
  outline: 0;
}

.home-v2-button.secondary {
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(22, 83, 42, .3);
  color: var(--home-forest);
}

.home-v2-button.light {
  background: #fffefa;
  color: var(--home-forest);
}

.home-v2-button.instruction {
  background: linear-gradient(135deg, #e7f7ec, #9ee8b8);
  border: 1px solid rgba(0, 150, 65, .24);
  color: #075a2b;
  gap: 10px;
  padding-inline: 20px;
}

.home-v2-button.instruction span {
  align-items: center;
  background: rgba(0, 150, 65, .16);
  border-radius: 999px;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.home-v2-button.instruction strong {
  font: inherit;
}

.home-v2-cta:hover,
.home-v2-button:hover {
  transform: translateY(-1px);
}

.home-v2-hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(251, 247, 237, .98) 0%, rgba(251, 247, 237, .86) 42%, rgba(16, 60, 29, .12) 100%),
    radial-gradient(circle at 78% 28%, rgba(151, 190, 80, .34), transparent 28%);
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: clamp(26px, 3vw, 38px);
  box-shadow: 0 24px 70px rgba(10, 40, 52, .12);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  margin: clamp(14px, 2vw, 26px) auto 0;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 90px) clamp(20px, 5vw, 72px) 46px;
  position: relative;
  width: min(100% - 40px, 1586px);
}

.home-v2-hero::after {
  background: linear-gradient(90deg, rgba(251, 247, 237, 0), rgba(251, 247, 237, .74));
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
}

.home-v2-hero-copy,
.home-v2-product-stage {
  position: relative;
  z-index: 1;
}

.home-v2-hero-copy {
  align-self: center;
  max-width: 620px;
}

.home-v2-kicker {
  align-items: center;
  color: var(--home-leaf);
  display: flex;
  font-size: 12px;
  font-weight: 950;
  gap: 10px;
  letter-spacing: .09em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.home-v2-kicker.centered {
  justify-content: center;
}

.home-v2-kicker-icon {
  align-items: center;
  background: color-mix(in srgb, var(--home-icon-tone, #009641) 14%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--home-icon-tone, #009641) 36%, transparent);
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--home-icon-tone, #009641);
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  line-height: 0;
  width: 22px;
}

.home-v2-kicker-icon svg {
  display: block;
  flex: 0 0 auto;
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 14px;
}

.home-v2-assistant-icon {
  display: block;
  flex: 0 0 auto;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.home-v2-kicker > span:not(.home-v2-kicker-icon):empty {
  display: none;
}

.home-v2-hero h1,
.home-v2-centered h2,
.home-v2-inside h2,
.home-v2-care h2,
.home-v2-steps h2,
.home-v2-reviews h2,
.home-v2-bottom-split h2,
.home-v2-final-cta h2 {
  color: var(--home-ink);
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.home-v2-hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  max-width: 620px;
}

.home-v2-hero-copy > p,
.home-v2-centered p,
.home-v2-care-copy p,
.home-v2-reviews-head p,
.home-v2-bottom-split p,
.home-v2-final-cta p {
  color: #354d3c;
  font-size: 16px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.home-v2-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.home-v2-product-stage {
  align-self: stretch;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.home-v2-product-image {
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(9, 40, 18, .32);
  max-width: min(100%, 660px);
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.home-v2-featured-video {
  background: #fffefa;
  border: 14px solid rgba(255, 254, 250, .96);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(9, 40, 18, .3);
  display: grid;
  max-width: min(100%, 680px);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.home-v2-product-video {
  aspect-ratio: 1.38;
  background: #dfe8d6;
  border: 0;
  display: block;
  object-fit: cover;
  width: 100%;
}

.home-v2-video-play {
  align-items: center;
  background: rgba(7, 39, 15, .78);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 18px;
  bottom: 22px;
  box-shadow: 0 18px 42px rgba(8, 33, 15, .24);
  color: #fffefa;
  cursor: pointer;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  left: 22px;
  max-width: min(430px, calc(100% - 44px));
  min-height: 74px;
  padding: 14px 18px;
  position: absolute;
  text-align: left;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 5;
}

.home-v2-video-play:hover {
  transform: translateY(-1px);
}

.home-v2-video-play span {
  align-items: center;
  background: #fffefa;
  border-radius: 999px;
  color: var(--home-forest);
  display: inline-flex;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  padding-left: 3px;
  width: 46px;
}

.home-v2-video-play strong {
  color: #fffefa;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.home-v2-featured-video.is-playing .home-v2-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
}

.home-v2-featured-video.has-video-error .home-v2-video-play strong::after {
  color: rgba(255, 255, 255, .78);
  content: " Tap the native controls to start.";
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
}

.home-v2-orbit {
  background: linear-gradient(135deg, #009641, #9ee8b8);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(7, 56, 78, .22);
  display: none;
  height: 74px;
  position: absolute;
  width: 74px;
  z-index: 3;
}

.home-v2-orbit.one {
  left: 12%;
  top: 22%;
  transform: rotate(24deg);
}

.home-v2-orbit.two {
  bottom: 17%;
  right: 8%;
  transform: rotate(-18deg) scale(.76);
}

.home-v2-badge.top {
  align-items: center;
  background: #fffefa;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(22, 56, 28, .18);
  display: grid;
  height: 118px;
  justify-items: center;
  padding: 14px;
  position: absolute;
  right: 12%;
  text-align: center;
  top: 7%;
  width: 118px;
  z-index: 4;
}

.home-v2-badge strong {
  color: var(--home-forest);
  font-size: 38px;
  line-height: 1;
}

.home-v2-badge span {
  color: #425746;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-v2-glass-card {
  background: rgba(12, 45, 20, .55);
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 18px;
  color: #fffefa;
  display: grid;
  gap: 10px;
  max-width: 260px;
  padding: 26px;
  position: absolute;
  right: 0;
  top: 38%;
  z-index: 4;
}

.home-v2-glass-card strong {
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 25px;
  line-height: 1.08;
}

.home-v2-glass-card span {
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.home-v2-icon-strip,
.home-v2-section,
.home-v2-inside,
.home-v2-steps,
.home-v2-reviews,
.home-v2-bottom-split,
.home-v2-final-cta,
.home-v2-footer {
  margin-left: auto;
  margin-right: auto;
  width: min(100% - 40px, 1220px);
}

.home-v2-icon-strip {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px 0;
}

.home-v2-icon-strip article {
  align-items: center;
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
}

.home-v2-icon-strip article > span {
  height: 28px;
  width: 28px;
}

.home-v2-icon-strip article > .home-v2-kicker-icon {
  height: 34px;
  width: 34px;
}

.home-v2-icon-strip article > .home-v2-kicker-icon svg {
  height: 19px;
  width: 19px;
}

.home-v2-icon-strip strong {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 950;
}

.home-v2-icon-strip small {
  color: #60715f;
  line-height: 1.4;
}

.home-v2-section {
  padding: 26px 0 44px;
  scroll-margin-top: 112px;
}

.home-v2-centered {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.home-v2-centered h2,
.home-v2-inside h2,
.home-v2-care h2,
.home-v2-journey h2,
.home-v2-steps h2,
.home-v2-reviews h2,
.home-v2-bottom-split h2,
.home-v2-final-cta h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.home-v2-centered h2 em {
  color: #009641;
  font-style: normal;
}

.home-v2-symptom-flow {
  background:
    radial-gradient(circle at 8% 12%, rgba(117, 168, 72, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 254, 250, .96), rgba(237, 246, 226, .84));
  border: 1px solid var(--home-line);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(28, 38, 31, .07);
  margin-top: 26px;
  padding: 34px;
}

.home-v2-symptom-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.home-v2-symptom-head h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin: 0 0 10px;
}

.home-v2-symptom-head p {
  color: #465c4b;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}

.home-v2-symptom-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
}

.home-v2-symptom-cards {
  display: grid;
  gap: 10px;
}

.home-v2-symptom-cards button,
.home-v2-benefit-tabs button {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  color: #29462e;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
  min-width: 0;
  white-space: normal;
}

.home-v2-symptom-cards button {
  display: grid;
  align-items: center;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 14px 18px 14px 14px;
}

.home-v2-symptom-cards button:hover,
.home-v2-benefit-tabs button:hover {
  box-shadow: 0 14px 28px rgba(28, 38, 31, .08);
  transform: translateY(-1px);
}

.home-v2-symptom-cards button.is-active,
.home-v2-benefit-tabs button.is-active {
  background: linear-gradient(135deg, #006f32, #009641);
  border-color: #009641;
  color: #fffefa;
}

.home-v2-symptom-icon {
  align-items: center;
  background: var(--symptom-icon-bg, #e7f7ec);
  border: 1px solid var(--symptom-icon-line, rgba(0, 150, 65, .18));
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 10px 20px rgba(31, 51, 36, .08);
  color: var(--symptom-icon-color, #009641);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.home-v2-symptom-icon svg {
  display: block;
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 26px;
}

.home-v2-symptom-icon-growth {
  --symptom-icon-bg: #e7f7ec;
  --symptom-icon-color: #009641;
  --symptom-icon-line: rgba(0, 150, 65, .24);
}

.home-v2-symptom-icon-yellowing {
  --symptom-icon-bg: #fff2c4;
  --symptom-icon-color: #be7a00;
  --symptom-icon-line: rgba(190, 122, 0, .24);
}

.home-v2-symptom-icon-roots {
  --symptom-icon-bg: #f3e1cf;
  --symptom-icon-color: #9a5528;
  --symptom-icon-line: rgba(154, 85, 40, .23);
}

.home-v2-symptom-icon-routine {
  --symptom-icon-bg: #dff2f4;
  --symptom-icon-color: #006f32;
  --symptom-icon-line: rgba(18, 106, 137, .22);
}

.home-v2-symptom-icon-transition {
  --symptom-icon-bg: #ebe2ff;
  --symptom-icon-color: #7352bd;
  --symptom-icon-line: rgba(115, 82, 189, .22);
}

.home-v2-symptom-cards button.is-active .home-v2-symptom-icon {
  background: rgba(255, 255, 250, .95);
  border-color: rgba(255, 255, 255, .66);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.home-v2-symptom-text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.home-v2-symptom-cards strong {
  font-weight: 950;
}

.home-v2-symptom-text > span {
  color: inherit;
  font-size: 13px;
  line-height: 1.45;
  opacity: .76;
}

.home-v2-symptom-result {
  background:
    linear-gradient(135deg, rgba(10, 45, 18, .94), rgba(19, 77, 31, .9)),
    url("/assets/landing/root-microbes.jpg") center / cover no-repeat;
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(12, 45, 20, .2);
  color: #fffefa;
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 28px;
}

.home-v2-symptom-result > span {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-symptom-result h3 {
  color: #fffefa;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
  margin: 0;
}

.home-v2-symptom-result p,
.home-v2-symptom-result li {
  color: rgba(255, 255, 255, .84);
  line-height: 1.6;
}

.home-v2-symptom-result ol {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  padding-left: 20px;
}

.home-v2-chat-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 150, 65, .15), transparent 30%),
    linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(237, 246, 226, .84));
  border: 1px solid var(--home-line);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(28, 38, 31, .08);
  margin-top: 26px;
  padding: clamp(24px, 4vw, 42px);
}

.home-v2-chat-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.home-v2-chat-head h2 {
  color: var(--home-ink);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  margin: 0 0 12px;
  max-width: 840px;
}

.home-v2-chat-head p {
  color: #465c4b;
  line-height: 1.65;
  margin: 0;
  max-width: 860px;
}

.home-v2-chat-status {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(28, 38, 31, .06);
  color: #2f4f37;
  display: grid;
  flex: 0 0 260px;
  gap: 5px;
  padding: 15px 17px;
}

.home-v2-chat-status span {
  color: #009641;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-chat-status small {
  color: #637467;
  line-height: 1.45;
}

.home-v2-chat-shell {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
}

.home-v2-chat-panel,
.home-v2-chat-guide {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(28, 38, 31, .07);
}

.home-v2-chat-panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 24px);
}

.home-v2-chat-messages {
  background:
    linear-gradient(135deg, rgba(248, 252, 249, .96), rgba(255, 255, 255, .94));
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  max-height: 430px;
  min-height: 280px;
  overflow: auto;
  padding: 16px;
}

.home-v2-chat-message {
  border-radius: 16px;
  display: grid;
  gap: 7px;
  max-width: 88%;
  padding: 13px 15px;
}

.home-v2-chat-message span {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-chat-message p {
  line-height: 1.58;
  margin: 0;
}

.home-v2-chat-message strong {
  font-weight: 950;
}

.home-v2-chat-message.assistant {
  background: #e7f7ec;
  border: 1px solid rgba(0, 150, 65, .17);
  color: #153c21;
  justify-self: start;
}

.home-v2-chat-message.user {
  background: #043019;
  color: #fffefa;
  justify-self: end;
}

.home-v2-chat-prefills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-v2-chat-prefills button {
  background: #009641;
  border: 1px solid #009641;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  padding: 9px 12px;
}

.home-v2-chat-prefills button:hover {
  background: #006f32;
  border-color: #006f32;
  color: #ffffff;
}

.home-v2-chat-form {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-v2-chat-form label {
  display: grid;
  gap: 8px;
}

.home-v2-chat-form label span {
  color: #27472d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-chat-form textarea {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .22);
  border-radius: 16px;
  color: var(--home-ink);
  font: inherit;
  min-height: 86px;
  padding: 13px 15px;
  resize: vertical;
}

.home-v2-chat-form textarea:focus {
  border-color: #009641;
  box-shadow: 0 0 0 4px rgba(0, 150, 65, .12);
  outline: 0;
}

.home-v2-chat-form button:disabled {
  cursor: progress;
  opacity: .7;
}

.home-v2-chat-guide {
  align-content: start;
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 26px);
}

.home-v2-chat-guide > strong {
  color: var(--home-ink);
  font-size: 22px;
}

.home-v2-chat-guide ol {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-v2-chat-guide li {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.home-v2-chat-guide li span {
  align-items: center;
  background: #009641;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.home-v2-chat-guide li p,
.home-v2-chat-product-note p {
  color: #526555;
  line-height: 1.58;
  margin: 0;
}

.home-v2-chat-product-note {
  background: #e7f7ec;
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: 16px;
  display: grid;
  gap: 6px;
  padding: 16px;
}

.home-v2-chat-product-note b {
  color: #06451f;
}

/* Plant-care assistant reference layout */
.home-v2-chat-section {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .98) 0%, rgba(255, 254, 250, .92) 39%, rgba(248, 246, 231, .68) 62%, rgba(246, 244, 226, .2) 100%),
    url("/assets/landing/noot-ai-assistant-bg.png") center / cover no-repeat;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 28px;
  box-shadow: 0 30px 76px rgba(28, 38, 31, .1);
  isolation: isolate;
  margin-top: 26px;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 70px);
  position: relative;
}

.home-v2-chat-section::before,
.home-v2-chat-section::after {
  display: none;
}

.home-v2-chat-section > * {
  position: relative;
  z-index: 1;
}

.home-v2-chat-head {
  align-items: start;
  display: grid;
  gap: 18px;
  margin-bottom: 0;
  max-width: min(760px, 62%);
}

.home-v2-chat-head h2 {
  color: var(--home-ink);
  font-size: clamp(48px, 5.5vw, 82px);
  line-height: .98;
  margin: 0 0 18px;
  max-width: 780px;
}

.home-v2-chat-head h2 em {
  color: #009641;
  font-style: normal;
}

.home-v2-chat-head p {
  color: #4c5c53;
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.44;
  margin: 0;
  max-width: 620px;
}

.home-v2-chat-intents {
  display: grid;
  gap: clamp(14px, 1.8vw, 20px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(28px, 3vw, 38px) 0 clamp(28px, 3vw, 42px);
  max-width: 830px;
}

.home-v2-chat-intents article {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(7, 50, 27, .1);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .08);
  color: #15271c;
  display: flex;
  gap: 16px;
  min-height: 86px;
  padding: 16px 18px;
}

.home-v2-chat-intents article > span {
  align-items: center;
  background: rgba(0, 150, 65, .08);
  border-radius: 16px;
  color: #009641;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.home-v2-chat-intents .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 34px;
  width: 34px;
}

.home-v2-chat-intents .home-v2-kicker-icon svg {
  height: 23px;
  width: 23px;
}

.home-v2-chat-intents strong {
  display: block;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.home-v2-chat-bubble {
  background: linear-gradient(135deg, rgba(6, 38, 25, .96), rgba(12, 57, 39, .92));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(6, 30, 19, .18);
  color: #ffffff;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.45;
  max-width: 230px;
  padding: 20px 22px;
  position: absolute;
  right: clamp(36px, 4.8vw, 82px);
  top: clamp(220px, 19vw, 270px);
  z-index: 1;
}

.home-v2-chat-bubble::after {
  background: inherit;
  bottom: -12px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 22px;
  left: 22px;
  position: absolute;
  width: 24px;
}

.home-v2-chat-bubble span {
  color: #91e985;
  white-space: nowrap;
}

.home-v2-chat-shell {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 2.5vw, 34px);
  grid-template-columns: minmax(0, 1.06fr) minmax(350px, .58fr);
}

.home-v2-chat-panel,
.home-v2-chat-guide {
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(28, 38, 31, .08);
}

.home-v2-chat-panel {
  background:
    radial-gradient(circle at 90% 12%, rgba(0, 150, 65, .2), transparent 32%),
    linear-gradient(135deg, rgba(4, 31, 20, .98), rgba(10, 47, 32, .96));
  color: #ffffff;
  display: grid;
  gap: 20px;
  min-height: 468px;
  padding: clamp(20px, 2.5vw, 34px);
}

.home-v2-chat-panel-title {
  align-items: center;
  color: #c7f8b5;
  display: inline-flex;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 950;
  gap: 12px;
  letter-spacing: 0;
}

.home-v2-chat-panel-title .home-v2-assistant-icon {
  height: 28px;
  width: 28px;
}

.home-v2-chat-messages {
  background:
    radial-gradient(circle at 88% 88%, rgba(139, 218, 116, .16), transparent 32%),
    #fffefa;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  max-height: 430px;
  min-height: 150px;
  overflow: auto;
  padding: 22px;
  position: relative;
}

.home-v2-chat-messages:empty {
  display: none;
}

.home-v2-chat-message {
  border-radius: 16px;
  display: grid;
  gap: 8px;
  max-width: 100%;
  padding: 14px 16px;
}

.home-v2-chat-message span {
  color: rgba(0, 119, 52, .9);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-chat-message p {
  color: #153c21;
  line-height: 1.64;
  margin: 0;
}

.home-v2-chat-message.assistant {
  background: rgba(238, 247, 232, .92);
  border: 1px solid rgba(0, 150, 65, .12);
  color: #153c21;
  justify-self: stretch;
}

.home-v2-chat-message.user {
  background: #063f1f;
  color: #fffefa;
  justify-self: end;
  max-width: 88%;
}

.home-v2-chat-message.user span,
.home-v2-chat-message.user p {
  color: #fffefa;
}

.home-v2-chat-prefills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2-chat-prefills button {
  align-items: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #bbf596;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
}

.home-v2-chat-prefills button::before {
  color: #9df28d;
  content: "🌿";
  font-size: 17px;
  line-height: 1;
}

.home-v2-chat-prefills button:nth-child(2)::before {
  content: "🍃";
}

.home-v2-chat-prefills button:nth-child(3)::before {
  content: "🌱";
}

.home-v2-chat-prefills button:nth-child(4)::before {
  content: "💧";
}

.home-v2-chat-prefills button:nth-child(5)::before {
  content: "🌵";
}

.home-v2-chat-prefills button:hover {
  background: rgba(146, 220, 127, .16);
  border-color: rgba(146, 220, 127, .4);
  color: #ffffff;
}

.home-v2-chat-form {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(196px, auto);
  padding: 0;
}

.home-v2-chat-form label {
  display: grid;
  min-height: 72px;
}

.home-v2-chat-form label span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.home-v2-chat-form textarea {
  background: #fffefa;
  border: 1px solid rgba(0, 150, 65, .22);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88), 0 12px 28px rgba(0, 0, 0, .08);
  color: #102319;
  font: inherit;
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 800;
  height: 72px;
  line-height: 1.3;
  min-height: 72px;
  padding: 12px 18px;
  resize: none;
}

.home-v2-chat-form textarea::placeholder {
  color: rgba(16, 35, 25, .55);
}

.home-v2-chat-form textarea:focus {
  border-color: rgba(0, 150, 65, .58);
  box-shadow: 0 0 0 4px rgba(151, 214, 131, .22), 0 12px 28px rgba(0, 0, 0, .08);
  outline: 0;
}

.home-v2-chat-form button {
  align-self: stretch;
  border-radius: 16px;
  min-height: 72px;
  min-width: 196px;
}

.home-v2-chat-form button::before {
  content: none;
  margin: 0;
}

.home-v2-chat-submit {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  height: 72px;
  justify-items: center;
  padding: 0 18px;
  text-align: left;
}

.home-v2-chat-submit-icon {
  background: #fffefa;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .36);
  height: 30px;
  padding: 3px;
  width: 30px;
}

.home-v2-chat-submit [data-chat-submit-label] {
  color: #fffefa;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}

.home-v2-chat-submit-arrow {
  color: #fffefa;
  font-size: 20px;
  font-weight: 950;
  justify-self: end;
  line-height: 1;
}

.home-v2-chat-guide {
  align-content: start;
  background: rgba(255, 255, 255, .86);
  display: grid;
  gap: 26px;
  min-height: 468px;
  padding: clamp(24px, 3vw, 34px);
}

.home-v2-chat-guide > strong {
  color: #102319;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.15;
}

.home-v2-chat-guide ol {
  display: grid;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-v2-chat-guide li {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 44px minmax(0, 1fr);
  position: relative;
}

.home-v2-chat-guide li:not(:last-child)::after {
  background: linear-gradient(180deg, rgba(0, 150, 65, .34), rgba(0, 150, 65, .08));
  content: "";
  height: calc(100% + 16px);
  left: 18px;
  position: absolute;
  top: 38px;
  width: 1px;
}

.home-v2-chat-guide li span {
  align-items: center;
  background: linear-gradient(135deg, #083c1f, #006f32);
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .12), 0 10px 20px rgba(6, 69, 31, .16);
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.home-v2-chat-guide li p,
.home-v2-chat-product-note p {
  color: #48554d;
  font-size: 16px;
  line-height: 1.62;
  margin: 0;
}

.home-v2-chat-product-note {
  align-items: start;
  background:
    radial-gradient(circle at 92% 86%, rgba(0, 150, 65, .14), transparent 26%),
    linear-gradient(135deg, rgba(241, 250, 237, .94), rgba(255, 254, 250, .86));
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 168px;
  padding: 22px;
}

.home-v2-chat-product-note > span {
  color: #009641;
}

.home-v2-chat-product-note > span .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-v2-chat-product-note b {
  color: #0d3b20;
  display: block;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.home-v2-benefits {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 150, 65, .08), transparent 30%),
    linear-gradient(180deg, #fffefa 0%, #ffffff 62%, #fbfaf5 100%);
  border: 1px solid rgba(0, 150, 65, .08);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(28, 38, 31, .075);
  margin-top: 26px;
  padding: clamp(38px, 6vw, 70px) clamp(24px, 4.2vw, 58px);
}

.home-v2-benefits .home-v2-centered {
  margin-bottom: clamp(28px, 4vw, 42px);
  max-width: 840px;
}

.home-v2-benefits .home-v2-kicker {
  color: #009641;
  font-size: 13px;
  letter-spacing: .16em;
}

.home-v2-benefits .home-v2-kicker-icon {
  height: 30px;
  width: 30px;
}

.home-v2-benefits .home-v2-kicker-icon svg {
  height: 17px;
  width: 17px;
}

.home-v2-benefits .home-v2-centered h2 {
  font-size: clamp(46px, 6.1vw, 82px);
  line-height: .93;
  margin-inline: auto;
  max-width: 940px;
}

.home-v2-benefits .home-v2-centered h2 em {
  color: #009641;
}

.home-v2-benefits .home-v2-centered p {
  color: #687267;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.42;
  margin: 22px auto 0;
  max-width: 650px;
}

.home-v2-benefit-explorer {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(17, 53, 28, .12);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(28, 38, 31, .08);
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
  padding: 30px;
}

.home-v2-benefit-tabs {
  align-items: stretch;
  border-bottom: 1px solid rgba(17, 53, 28, .12);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 24px;
}

.home-v2-benefit-tabs button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(17, 53, 28, .08);
  border-radius: 0;
  color: #6f7a75;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  gap: 11px;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 56px;
  min-width: 0;
  padding: 12px 14px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: color .18s ease, background .18s ease;
  white-space: nowrap;
}

.home-v2-benefit-tabs button:first-child {
  border-left: 0;
}

.home-v2-benefit-tabs button::after {
  background: #009641;
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(.42);
  transform-origin: left;
  transition: opacity .18s ease, transform .18s ease;
  width: 100%;
}

.home-v2-benefit-tabs button:hover,
.home-v2-benefit-tabs button.is-active {
  background: transparent;
  box-shadow: none;
  color: #006f32;
  transform: none;
}

.home-v2-benefit-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-v2-benefit-tabs button span {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 24px;
  width: 24px;
}

.home-v2-benefit-tabs button span svg {
  height: 22px;
  width: 22px;
}

.home-v2-benefit-tabs button strong {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.home-v2-benefit-stage {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  grid-auto-rows: minmax(clamp(500px, 52vw, 620px), auto);
  position: relative;
}

.home-v2-benefit-meter {
  display: none;
}

.home-v2-benefit-meter span {
  display: none;
}

.home-v2-benefit-copy-panel {
  background:
    radial-gradient(circle at 88% 58%, rgba(121, 220, 159, .17), transparent 30%),
    linear-gradient(145deg, #064b23 0%, #006f32 68%, #0c572c 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(6, 75, 35, .18);
  display: grid;
  align-content: center;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(28px, 4.4vw, 56px);
  position: relative;
}

.home-v2-benefit-copy-panel::after {
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, .05) 42% 43%, transparent 43%),
    radial-gradient(ellipse at center, rgba(255, 255, 255, .08), transparent 56%);
  bottom: -34px;
  content: "";
  height: 280px;
  opacity: .65;
  position: absolute;
  right: -42px;
  transform: rotate(-12deg);
  width: 260px;
}

.home-v2-benefit-stage [data-benefit-eyebrow] {
  align-self: start;
  background: rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #c5f38f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-self: start;
  letter-spacing: .06em;
  margin-bottom: 26px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.home-v2-benefit-stage h3 {
  color: #fffefa;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}

.home-v2-benefit-stage p {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.52;
  max-width: 520px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.home-v2-benefit-perks {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 54px;
  position: relative;
  z-index: 1;
}

.home-v2-benefit-perks article {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  display: grid;
  flex: 1 1 150px;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-width: 0;
  padding: 10px 13px;
}

.home-v2-benefit-perks article + article {
  padding-left: 13px;
}

.home-v2-benefit-perks article:last-child {
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.home-v2-benefit-perks span {
  align-items: center;
  border: 2px solid rgba(197, 243, 143, .38);
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.home-v2-benefit-perks span::before {
  border: solid #c5f38f;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  transform: rotate(45deg);
  width: 5px;
}

.home-v2-benefit-perks strong {
  color: #fffefa;
  font-size: 14px;
  font-weight: 850;
  hyphens: none;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
}

.home-v2-benefit-art {
  background: #f7f7f5;
  border: 1px solid rgba(17, 53, 28, .1);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 22px 48px rgba(27, 52, 31, .08);
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.home-v2-benefit-art img {
  box-sizing: border-box;
  display: block;
  inset: 0;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: clamp(18px, 2.8vw, 34px);
  position: absolute;
  transition: opacity .18s ease, transform .18s ease;
  width: 100%;
  z-index: 1;
}

.home-v2-benefit-art > span {
  background: #edf4ee;
  border: 1px solid rgba(0, 150, 65, .08);
  border-radius: 999px;
  bottom: 16px;
  color: #006f32;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .09em;
  padding: 11px 20px;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
  z-index: 2;
}

.home-v2-benefit-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-v2-benefit-card {
  background: rgba(255, 254, 250, .92);
  border: 1px solid var(--home-line);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(28, 38, 31, .07);
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 190px;
  padding: 0 24px 26px;
  text-align: center;
}

.home-v2-benefit-card > span {
  align-items: center;
  background: linear-gradient(135deg, #006f32, #032512);
  border: 5px solid var(--home-cream);
  border-radius: 999px;
  color: #fffefa;
  display: inline-flex;
  font-weight: 950;
  height: 70px;
  justify-content: center;
  margin-top: -20px;
  width: 70px;
}

.home-v2-benefit-card strong,
.home-v2-step-grid strong,
.home-v2-plant-card strong,
.home-v2-review-slider strong {
  color: var(--home-ink);
  font-weight: 950;
}

.home-v2-benefit-card p,
.home-v2-step-grid p,
.home-v2-review-slider p {
  color: #465c4b;
  line-height: 1.62;
  margin: 0;
}

.home-v2-benefit-deep-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v2-benefit-deep-card {
  justify-items: start;
  min-height: 265px;
  text-align: left;
}

.home-v2-benefit-mini-art {
  align-items: end;
  background:
    radial-gradient(circle at 50% 40%, rgba(121, 220, 159, .22), transparent 42%),
    linear-gradient(180deg, #fff, #edf6e8);
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 14px;
  display: flex;
  height: 190px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 10px 0;
  width: 100%;
}

.home-v2-benefit-mini-art img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.home-v2-inside {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr);
  padding: 10px 0 28px;
}

.home-v2-inside-card {
  background: #020503;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(6, 75, 35, .16);
  color: #fffefa;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
  width: 100%;
}

.home-v2-inside-bg {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.home-v2-inside-copy {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.home-v2-inside-card .home-v2-kicker,
.home-v2-inside-card h2 {
  color: #fffefa;
}

.home-v2-inside-card ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 22px 0 24px;
  padding: 0;
}

.home-v2-inside-card li {
  align-items: center;
  color: rgba(255, 255, 255, .88);
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.home-v2-inside-card li::before {
  background: #79dc9f;
  border-radius: 999px;
  content: "";
  height: 9px;
  width: 9px;
}

.home-v2-inside-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-v2-care {
  align-items: center;
  background: linear-gradient(135deg, rgba(232, 241, 221, .72), rgba(255, 254, 250, .96));
  border: 1px solid var(--home-line);
  border-radius: 18px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  margin-top: 26px;
  padding: 34px;
}

.home-v2-care-panel {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(28, 38, 31, .08);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.home-v2-care-panel label {
  color: var(--home-ink);
  font-weight: 950;
}

.home-v2-range {
  accent-color: var(--home-leaf);
  width: 100%;
}

.home-v2-range-scale {
  color: #667568;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
}

.home-v2-care-panel p {
  background: #eff7e7;
  border-radius: 12px;
  color: #214328;
  line-height: 1.55;
  margin: 0;
  padding: 16px;
}

.home-v2-journey {
  background:
    radial-gradient(circle at 14% 20%, rgba(126, 170, 59, .16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(30, 88, 42, .14), transparent 30%),
    linear-gradient(135deg, #fffefa, #edf5e4);
  border: 1px solid var(--home-line);
  border-radius: 20px;
  box-shadow: 0 24px 54px rgba(28, 38, 31, .08);
  margin-top: 28px;
  padding: 38px;
}

.home-v2-journey-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: -10px auto 26px;
}

.home-v2-journey-tabs button {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: #27472d;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  min-height: 42px;
  min-width: 92px;
  padding: 10px 16px;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.home-v2-journey-tabs button:hover {
  box-shadow: 0 14px 28px rgba(28, 38, 31, .08);
  transform: translateY(-1px);
}

.home-v2-journey-tabs button.is-active {
  background: var(--home-forest);
  border-color: var(--home-forest);
  color: #fffefa;
}

.home-v2-journey-board {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
}

.home-v2-journey-column {
  border-radius: 18px;
  display: grid;
  gap: 14px;
  min-height: 350px;
  padding: 26px;
  position: relative;
}

.home-v2-journey-column.water-only {
  background: linear-gradient(135deg, rgba(245, 248, 241, .98), rgba(255, 254, 250, .92));
  border: 1px solid rgba(0, 150, 65, .16);
}

.home-v2-journey-column.with-noot {
  background:
    linear-gradient(135deg, rgba(12, 49, 22, .96), rgba(20, 75, 33, .92)),
    url("/assets/landing/root-microbes.jpg") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 20px 42px rgba(18, 63, 29, .18);
  color: #fffefa;
}

.home-v2-journey-label {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  padding: 8px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.water-only .home-v2-journey-label {
  background: #e9efe5;
  color: #465c4b;
}

.with-noot .home-v2-journey-label {
  background: rgba(255, 255, 255, .14);
  color: #fffefa;
}

.home-v2-journey-column h3 {
  color: var(--home-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  margin: 0;
}

.home-v2-journey-column.with-noot h3 {
  color: #fffefa;
}

.home-v2-journey-column p {
  color: #465c4b;
  line-height: 1.62;
  margin: 0;
}

.home-v2-journey-column.with-noot p {
  color: rgba(255, 255, 255, .82);
}

.home-v2-journey-column ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.home-v2-journey-column li {
  align-items: start;
  color: #3f563f;
  display: flex;
  gap: 10px;
  line-height: 1.5;
}

.home-v2-journey-column.with-noot li {
  color: rgba(255, 255, 255, .84);
}

.home-v2-journey-column li::before {
  background: #79dc9f;
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 9px;
  margin-top: 7px;
  width: 9px;
}

.home-v2-journey-spine {
  align-items: center;
  display: grid;
  justify-items: center;
  position: relative;
  --journey-progress: 0%;
}

.home-v2-journey-spine::before {
  background: rgba(0, 150, 65, .16);
  border-radius: 999px;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
}

.home-v2-journey-spine::after {
  background: linear-gradient(180deg, #9ee8b8, #009641);
  border-radius: 999px;
  content: "";
  height: var(--journey-progress);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: height .28s ease, width .28s ease;
  width: 5px;
}

.home-v2-journey-pulse {
  background: radial-gradient(circle, #79dc9f 0 34%, rgba(0, 150, 65, .22) 36% 100%);
  border-radius: 999px;
  height: 76px;
  position: absolute;
  top: clamp(38px, var(--journey-progress), calc(100% - 38px));
  transform: translateY(-50%);
  transition: top .28s ease, left .28s ease;
  width: 76px;
  z-index: 1;
}

.home-v2-journey-footnote {
  align-items: start;
  background: rgba(255, 254, 250, .76);
  border: 1px solid var(--home-line);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 16px 18px;
}

.home-v2-journey-footnote strong {
  color: var(--home-ink);
  font-weight: 950;
}

.home-v2-journey-footnote span {
  color: #4a604d;
  line-height: 1.55;
}

/* 30-day journey reference redesign */
.home-v2-journey {
  background:
    radial-gradient(circle at 14% 18%, rgba(126, 170, 59, .18), transparent 28%),
    radial-gradient(circle at 92% 76%, rgba(0, 150, 65, .16), transparent 30%),
    linear-gradient(135deg, #fffefa 0%, #f4f7ed 56%, #e5f3df 100%);
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 24px;
  box-shadow: 0 26px 64px rgba(28, 38, 31, .09);
  margin-top: 28px;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px);
  position: relative;
}

.home-v2-journey::before,
.home-v2-journey::after {
  content: "";
  opacity: .36;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.home-v2-journey::before {
  background:
    radial-gradient(ellipse at 25% 24%, rgba(103, 153, 52, .58), transparent 32%),
    radial-gradient(ellipse at 58% 44%, rgba(103, 153, 52, .48), transparent 38%);
  height: 230px;
  left: -86px;
  top: -38px;
  transform: rotate(-18deg);
  width: 260px;
}

.home-v2-journey::after {
  background: radial-gradient(ellipse at center, rgba(61, 126, 45, .42), transparent 64%);
  filter: blur(2px);
  height: 380px;
  right: -130px;
  top: 96px;
  width: 310px;
}

.home-v2-journey > * {
  position: relative;
  z-index: 1;
}

.home-v2-journey-head {
  margin-bottom: 28px;
  max-width: 980px;
}

.home-v2-journey-pill {
  background: rgba(255, 254, 250, .72);
  border: 1px solid rgba(0, 150, 65, .2);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(28, 38, 31, .06);
  color: #007a36;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 18px 8px 10px;
}

.home-v2-journey h2 {
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .98;
  margin-bottom: 20px;
}

.home-v2-journey h2 em {
  color: #009641;
  font-style: italic;
}

.home-v2-journey-head p {
  color: #24372b;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.45;
  margin: 0;
}

.home-v2-journey-routine {
  margin: 0 auto 30px;
  max-width: 900px;
}

.home-v2-journey-route-label {
  align-items: center;
  color: #007a36;
  display: flex;
  font-size: 13px;
  font-weight: 950;
  gap: 16px;
  justify-content: center;
  letter-spacing: .1em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.home-v2-journey-route-label span {
  background: linear-gradient(90deg, transparent, rgba(0, 150, 65, .4));
  display: block;
  height: 1px;
  width: 118px;
}

.home-v2-journey-route-label span:last-child {
  background: linear-gradient(90deg, rgba(0, 150, 65, .4), transparent);
}

.home-v2-journey-tabs {
  display: grid;
  gap: clamp(10px, 2.4vw, 34px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  margin: 0 auto 10px;
  max-width: 900px;
}

.home-v2-journey-tabs button {
  background: rgba(255, 254, 250, .86);
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(28, 38, 31, .06);
  color: #1c2d21;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  min-height: 50px;
  min-width: min(122px, 100%);
  padding: 13px 20px;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.home-v2-journey-tabs button:hover {
  box-shadow: 0 14px 28px rgba(28, 38, 31, .08);
  transform: translateY(-1px);
}

.home-v2-journey-tabs button.is-active {
  background: linear-gradient(135deg, #009641, #006f32);
  border-color: #009641;
  box-shadow: 0 16px 32px rgba(0, 150, 65, .2);
  color: #fffefa;
}

.home-v2-journey-route {
  display: grid;
  gap: clamp(10px, 2.4vw, 34px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 900px;
  min-height: 22px;
  position: relative;
}

.home-v2-journey-route::before {
  background: rgba(13, 50, 26, .28);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 50%;
}

.home-v2-journey-route span {
  align-self: center;
  background: #f4f8ef;
  border: 2px solid rgba(13, 50, 26, .75);
  border-radius: 999px;
  height: 14px;
  justify-self: center;
  position: relative;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
  width: 14px;
}

.home-v2-journey-route span.is-active {
  background: #009641;
  border-color: #009641;
  box-shadow: 0 0 0 5px rgba(0, 150, 65, .12);
}

.home-v2-journey-board {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 3.2vw, 42px);
  grid-auto-rows: minmax(clamp(620px, 56vw, 690px), auto);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1100px;
}

.home-v2-journey-column {
  border-radius: 22px;
  display: grid;
  gap: 22px;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(30px, 3.4vw, 48px);
  position: relative;
}

.home-v2-journey-column.water-only {
  background: linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(255, 255, 255, .92));
  border: 1px solid rgba(0, 150, 65, .16);
  box-shadow: 0 22px 56px rgba(28, 38, 31, .08);
}

.home-v2-journey-column.water-only::after {
  background:
    radial-gradient(circle at 48% 58%, rgba(31, 120, 180, .11), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(31, 120, 180, .08) 58%, rgba(255, 255, 255, .24));
  border: 2px solid rgba(31, 120, 180, .08);
  border-radius: 58% 58% 68% 68% / 70% 70% 54% 54%;
  clip-path: polygon(50% 0, 61% 13%, 74% 31%, 84% 49%, 88% 65%, 84% 80%, 73% 92%, 58% 99%, 42% 99%, 27% 92%, 16% 80%, 12% 65%, 16% 49%, 26% 31%, 39% 13%);
  content: "";
  height: 172px;
  opacity: .42;
  position: absolute;
  right: 52px;
  top: 28px;
  transform: none;
  width: 134px;
}

.home-v2-journey-column.with-noot {
  background:
    linear-gradient(90deg, rgba(2, 33, 18, .94) 0%, rgba(3, 57, 26, .72) 48%, rgba(2, 33, 18, .12) 100%),
    url("/assets/landing/journey-microbes-bg.png") right center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 24px 60px rgba(18, 63, 29, .22);
  color: #fffefa;
}

.home-v2-journey-label {
  align-items: center;
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fffefa;
  display: inline-flex;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  height: 44px;
  letter-spacing: .08em;
  line-height: 1;
  padding: 9px 14px 9px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
}

.water-only .home-v2-journey-label {
  background: #e7eef0;
  color: #324756;
}

.with-noot .home-v2-journey-label {
  background: rgba(109, 154, 58, .32);
  color: #fffefa;
}

.home-v2-journey-label-icon {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.home-v2-journey-label-icon .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 20px;
  width: 20px;
}

.home-v2-journey-label-icon .home-v2-kicker-icon svg {
  height: 16px;
  width: 16px;
}

.water-only .home-v2-journey-label-icon .home-v2-kicker-icon {
  color: #1f78b4;
}

.with-noot .home-v2-journey-label-icon .home-v2-kicker-icon {
  color: #79dc9f;
}

.home-v2-journey-column h3 {
  color: var(--home-ink);
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(38px, 4.1vw, 54px);
  line-height: 1.08;
  margin: 0;
  max-width: 430px;
  position: relative;
  z-index: 1;
}

.home-v2-journey-column.with-noot h3 {
  color: #fffefa;
}

.home-v2-journey-column p {
  color: #2d3b32;
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
  max-width: 390px;
  position: relative;
  z-index: 1;
}

.home-v2-journey-column.with-noot p {
  color: rgba(255, 255, 255, .88);
}

.home-v2-journey-column ul {
  border-top: 1px solid rgba(13, 50, 26, .16);
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 8px 0 0;
  max-width: 420px;
  padding: 24px 0 0;
  position: relative;
  z-index: 1;
}

.home-v2-journey-column.with-noot ul {
  border-top-color: rgba(255, 255, 255, .22);
}

.home-v2-journey-column li {
  align-items: start;
  color: #1f2d24;
  display: flex;
  font-size: 16px;
  gap: 14px;
  line-height: 1.5;
}

.home-v2-journey-column.with-noot li {
  color: rgba(255, 255, 255, .9);
}

.home-v2-journey-column li::before {
  background: #2d7ebd;
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 11px;
  margin-top: 7px;
  width: 11px;
}

.home-v2-journey-column.with-noot li::before {
  background: #79dc9f;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .45);
}

.home-v2-journey-spine {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 520px;
  position: relative;
  --journey-progress: 0%;
}

.home-v2-journey-spine::before {
  background: repeating-linear-gradient(to bottom, rgba(0, 150, 65, .32) 0 10px, transparent 10px 20px);
  border-radius: 999px;
  content: "";
  height: 88%;
  left: 50%;
  position: absolute;
  top: 6%;
  transform: translateX(-50%);
  width: 2px;
}

.home-v2-journey-spine::after {
  background: linear-gradient(180deg, #79dc9f, #009641);
  border-radius: 999px;
  content: "";
  height: max(0px, calc(var(--journey-progress) - 6%));
  left: 50%;
  position: absolute;
  top: 6%;
  transform: translateX(-50%);
  transition: height .28s ease, width .28s ease;
  width: 5px;
}

.home-v2-journey-pulse {
  background: radial-gradient(circle, #009641 0 35%, #c8ffd8 37% 54%, rgba(145, 236, 163, .45) 56% 100%);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(95, 224, 112, .58);
  font-size: 0;
  height: 76px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: clamp(38px, var(--journey-progress), calc(100% - 38px));
  transform: translateY(-50%);
  transition: top .28s ease, left .28s ease;
  width: 76px;
  z-index: 1;
}

.home-v2-journey-stage {
  background: rgba(255, 254, 250, .94);
  border: 1px solid rgba(0, 150, 65, .2);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(18, 63, 29, .08);
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 950;
  left: 50%;
  line-height: 1;
  padding: 12px 20px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: clamp(104px, calc(var(--journey-progress) + 12%), calc(100% - 52px));
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
}

.home-v2-journey-spine-icon {
  align-items: center;
  background: rgba(255, 254, 250, .88);
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(28, 38, 31, .08);
  color: #006f32;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 46px;
  z-index: 2;
}

.home-v2-journey-spine-icon .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 28px;
  width: 28px;
}

.home-v2-journey-spine-icon .home-v2-kicker-icon svg {
  height: 22px;
  width: 22px;
}

.home-v2-journey-spine-icon.water {
  color: #1f78b4;
  top: 30%;
}

.home-v2-journey-spine-icon.microbe {
  top: 48%;
}

.home-v2-journey-spine-icon.root {
  top: 78%;
}

.home-v2-journey-board > .home-v2-journey-spine {
  display: none;
}

.home-v2-journey-footnote {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 254, 250, .75)),
    radial-gradient(circle at 90% 50%, rgba(0, 150, 65, .14), transparent 28%);
  border: 1px solid var(--home-line);
  border-radius: 18px;
  display: flex;
  gap: 18px;
  margin-top: 28px;
  padding: 22px 28px;
}

.home-v2-journey-footnote-icon {
  align-items: center;
  background: linear-gradient(135deg, #6fc948, #009641);
  border-radius: 18px;
  box-shadow: 0 14px 24px rgba(0, 150, 65, .22);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 950;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.home-v2-journey-footnote strong {
  color: var(--home-ink);
  font-weight: 950;
}

.home-v2-journey-footnote span {
  color: #253d2d;
  line-height: 1.55;
}

.home-v2-journey-mobile-progress,
.home-v2-journey-mobile-progress-spacer,
.home-v2-journey-mobile-stack {
  display: none;
}

.home-v2-mobile-section-nav,
.home-v2-mobile-section-spacer,
.home-v2-benefit-mobile-stack,
.home-v2-analysis-mobile-stack,
.home-v2-analysis-mobile-source-head,
.home-v2-microbe-mobile-stack {
  display: none;
}

.home-v2-analysis-mobile-source-step,
.home-v2-faq-group {
  display: contents;
}

.home-v2-faq-group h3 {
  display: none;
}

.home-v2-steps {
  background:
    radial-gradient(circle at 50% 10%, rgba(0, 150, 65, .08), transparent 30%),
    linear-gradient(180deg, rgba(255, 254, 250, .98), rgba(247, 244, 235, .72));
  overflow: hidden;
  padding: 56px 0 42px;
  position: relative;
}

.home-v2-steps::before,
.home-v2-steps::after {
  background: radial-gradient(ellipse at center, rgba(0, 150, 65, .28), transparent 62%);
  content: "";
  height: 240px;
  opacity: .45;
  pointer-events: none;
  position: absolute;
  top: 28%;
  width: 160px;
}

.home-v2-steps::before {
  left: -94px;
}

.home-v2-steps::after {
  right: -94px;
}

.home-v2-steps .home-v2-centered {
  margin-bottom: 34px;
  max-width: 860px;
  position: relative;
  z-index: 1;
}

.home-v2-steps .home-v2-centered h2 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  margin-bottom: 10px;
}

.home-v2-steps .home-v2-centered p {
  color: #526555;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 750;
  margin: 0;
}

.home-v2-process-mark {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 14px;
}

.home-v2-process-mark > span:not(.home-v2-kicker-icon) {
  background: linear-gradient(90deg, transparent, rgba(0, 150, 65, .55));
  height: 2px;
  width: 72px;
}

.home-v2-process-mark > span:not(.home-v2-kicker-icon):last-child {
  background: linear-gradient(90deg, rgba(0, 150, 65, .55), transparent);
}

.home-v2-step-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.home-v2-step-grid article {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(33, 49, 32, .1);
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto auto 1fr auto;
  justify-items: center;
  min-height: 620px;
  overflow: hidden;
  padding: 26px 26px 0;
  text-align: center;
}

.home-v2-step-head {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  min-height: 92px;
}

.home-v2-step-number {
  align-items: center;
  background: linear-gradient(135deg, #009641, #1f8a3c);
  border: 18px solid #edf6e9;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(0, 150, 65, .18);
  color: #fffefa;
  display: inline-flex;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 40px;
  font-weight: 950;
  height: 92px;
  justify-content: center;
  line-height: 1;
  width: 92px;
}

.home-v2-step-icon {
  align-items: center;
  background: #edf8e9;
  border-radius: 999px;
  color: #009641;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin-top: 11px;
  width: 72px;
}

.home-v2-step-icon .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #276b35;
  height: 54px;
  width: 54px;
}

.home-v2-step-icon .home-v2-kicker-icon svg {
  height: 40px;
  width: 40px;
}

.home-v2-step-grid strong {
  color: #14752f;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1;
}

.home-v2-step-grid article > i {
  background: #8fca55;
  border-radius: 999px;
  display: block;
  height: 5px;
  width: 48px;
}

.home-v2-step-grid p {
  color: #24402c;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 270px;
}

.home-v2-step-image {
  align-self: end;
  aspect-ratio: 1.08;
  border-radius: 16px;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-v2-step-image::after {
  background: #40a552;
  border-radius: 58% 42% 0 0 / 28% 44% 0 0;
  bottom: -1px;
  content: "";
  height: 20%;
  left: 0;
  position: absolute;
  transform: rotate(-3deg);
  width: 100%;
  z-index: 1;
}

.home-v2-step-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-v2-fit-ribbon {
  background: linear-gradient(90deg, rgba(232, 241, 221, .98), rgba(246, 241, 224, .98));
  border-radius: 10px;
  color: #1d3f24;
  font-size: 14px;
  font-weight: 850;
  margin: -1px auto 0;
  max-width: 1040px;
  padding: 16px 20px;
  text-align: center;
}

.home-v2-plant-filter {
  display: grid;
  gap: 20px;
}

.home-v2-plant-copy-card {
  background:
    linear-gradient(135deg, rgba(255, 254, 250, .96), rgba(238, 246, 229, .82));
  border: 1px solid var(--home-line);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(28, 38, 31, .07);
  display: grid;
  gap: 8px;
  margin: -12px auto 24px;
  max-width: 1000px;
  padding: 18px 22px;
  text-align: center;
}

.home-v2-plant-copy-card strong {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 950;
}

.home-v2-plant-copy-card span {
  color: #465c4b;
  line-height: 1.65;
}

.home-v2-plant-search-card {
  align-items: center;
  background:
    radial-gradient(circle at 96% 10%, rgba(0, 150, 65, .12), transparent 30%),
    #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(28, 38, 31, .07);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
  margin: -12px auto 24px;
  max-width: 1060px;
  padding: clamp(18px, 3vw, 26px);
}

.home-v2-plant-search-card strong {
  color: var(--home-ink);
  display: block;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.08;
  margin-bottom: 8px;
}

.home-v2-plant-search-card span {
  color: #465c4b;
  line-height: 1.58;
}

.home-v2-plant-search-intro {
  align-content: center;
  display: grid;
  gap: 14px;
}

.home-v2-botanica-source {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 16px;
  color: #31513a;
  display: inline-flex;
  gap: 12px;
  justify-self: start;
  min-height: 48px;
  padding: 8px 12px;
  text-decoration: none;
  width: fit-content;
}

.home-v2-botanica-source span {
  color: #5f715f;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.home-v2-botanica-source img {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  height: 30px;
  object-fit: contain;
  width: 96px;
}

.home-v2-plant-search-form {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-v2-plant-search-form label {
  display: grid;
  gap: 8px;
}

.home-v2-plant-search-form label span {
  color: #27472d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-plant-search-form input {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .22);
  border-radius: 14px;
  color: var(--home-ink);
  font: inherit;
  min-height: 50px;
  min-width: 0;
  padding: 13px 15px;
}

.home-v2-plant-search-form input:focus {
  border-color: #009641;
  box-shadow: 0 0 0 4px rgba(0, 150, 65, .12);
  outline: 0;
}

.home-v2-plant-search-status {
  color: #5f715f;
  font-size: 13px;
  grid-column: 1 / -1;
  line-height: 1.5;
}

.home-v2-plant-search-result {
  grid-column: 1 / -1;
}

.home-v2-plant-lookup-result {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  padding: 12px;
}

.home-v2-plant-search-media {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 14px;
  display: grid;
  min-height: 150px;
  overflow: hidden;
}

.home-v2-plant-search-media img {
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.home-v2-plant-image-request-placeholder {
  align-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 150, 65, .12), transparent 38%),
    #f7f7f7;
  color: #27472d;
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 100%;
  padding: 18px;
  text-align: center;
}

.home-v2-plant-image-request-placeholder span {
  color: #5f715f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-plant-image-request-placeholder button {
  background: #009641;
  border: 1px solid #009641;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  min-height: 38px;
  padding: 9px 14px;
}

.home-v2-plant-image-request-placeholder button.is-requested,
.home-v2-plant-image-request-placeholder button:disabled {
  background: #e7f7ec;
  color: #006f32;
  cursor: default;
}

.home-v2-plant-search-copy {
  align-content: center;
  display: grid;
  gap: 7px;
}

.home-v2-plant-search-copy > span {
  color: #009641;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-plant-source-pill {
  align-items: center;
  background: rgba(0, 150, 65, .08);
  border: 1px solid rgba(0, 150, 65, .13);
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  justify-self: start;
  line-height: 1.2;
  padding: 7px 10px;
}

.home-v2-plant-source-pill.has-logo {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(0, 150, 65, .16);
  color: #06451f;
  padding-left: 8px;
}

.home-v2-plant-source-pill img {
  background: #ffffff;
  border-radius: 6px;
  display: block;
  height: 20px;
  object-fit: contain;
  width: 72px;
}

.home-v2-plant-source-pill span {
  color: inherit;
  line-height: 1.1;
}

.home-v2-plant-search-copy strong {
  font-size: 24px;
  margin: 0;
}

.home-v2-plant-search-copy em {
  color: #5f715f;
  font-style: italic;
}

.home-v2-plant-search-copy a {
  color: #006f32;
  font-weight: 900;
}

.home-v2-plant-search-copy small {
  color: #5f715f;
  line-height: 1.45;
}

.home-v2-plant-compatibility-note {
  align-items: center;
  background: #e7f7ec;
  border: 1px solid rgba(0, 150, 65, .2);
  border-radius: 14px;
  color: #06451f;
  display: inline-flex;
  gap: 10px;
  margin-top: 6px;
  padding: 10px 12px;
}

.home-v2-plant-compatibility-note span {
  align-items: center;
  background: #009641;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.home-v2-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.home-v2-pill-row label {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: #27472d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  min-width: 94px;
  padding: 11px 16px;
  text-align: center;
  text-transform: uppercase;
}

#plant-all:checked ~ .home-v2-pill-row label[for="plant-all"],
#plant-tropical:checked ~ .home-v2-pill-row label[for="plant-tropical"],
#plant-vining:checked ~ .home-v2-pill-row label[for="plant-vining"],
#plant-succulent:checked ~ .home-v2-pill-row label[for="plant-succulent"],
#plant-flowering:checked ~ .home-v2-pill-row label[for="plant-flowering"],
#plant-hardy:checked ~ .home-v2-pill-row label[for="plant-hardy"] {
  background: var(--home-forest);
  border-color: var(--home-forest);
  color: #ffffff;
}

.home-v2-plant-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-v2-plant-card {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(28, 38, 31, .07);
  display: none;
  grid-template-rows: 170px 42px 46px;
  min-height: 258px;
  overflow: hidden;
  text-align: center;
}

.home-v2-plant-card img {
  align-self: stretch;
  background: #ffffff;
  height: 170px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  width: 100%;
}

.home-v2-plant-card strong {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  min-height: 42px;
  padding: 13px 10px 4px;
}

.home-v2-plant-card span {
  align-items: start;
  color: #5f715f;
  display: flex;
  font-size: 11px;
  font-weight: 750;
  justify-content: center;
  line-height: 1.35;
  min-height: 46px;
  padding: 0 10px 14px;
}

#plant-all:checked ~ .home-v2-plant-grid .home-v2-plant-card,
#plant-tropical:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="tropical"],
#plant-vining:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="vining"],
#plant-succulent:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="succulent"],
#plant-flowering:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="flowering"],
#plant-hardy:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="hardy"] {
  display: grid;
}

.home-v2-video-testimonials {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(6, 75, 35, .08);
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 42px);
}

.home-v2-video-testimonials-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.home-v2-video-testimonials-head h2 {
  color: #101711;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 8px 0 10px;
}

.home-v2-video-testimonials-head p {
  color: #5e6d61;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.home-v2-video-review-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v2-video-review-card {
  background: #fff;
  border: 1px solid rgba(28, 61, 36, .13);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(24, 48, 29, .08);
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 10px;
}

.home-v2-video-review-frame {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 20%, rgba(121, 220, 159, .3), transparent 42%),
    linear-gradient(145deg, #043019, #006f32);
  border-radius: 14px;
  display: grid;
  overflow: hidden;
  position: relative;
}

.home-v2-video-review-frame video {
  aspect-ratio: 1 / 1;
  background: #043019;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.home-v2-video-review-play {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(8, 43, 56, .22);
  color: #006f32;
  cursor: pointer;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .18s ease, transform .18s ease;
  width: 58px;
  z-index: 2;
}

.home-v2-video-review-play span {
  color: inherit;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 3px;
  text-transform: none;
}

.home-v2-video-review-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.home-v2-video-review-card.is-playing .home-v2-video-review-play {
  opacity: 0;
  pointer-events: none;
}

.home-v2-video-review-card.has-video-error .home-v2-video-review-play {
  background: #fff1ed;
  color: #a8381f;
}

.home-v2-video-duration {
  background: #009641;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  bottom: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  padding: 5px 8px;
  position: absolute;
  right: 10px;
  text-transform: none;
  z-index: 2;
}

.home-v2-video-review-meta {
  display: grid;
  gap: 5px;
  padding: 2px 6px 8px;
}

.home-v2-video-review-card > .home-v2-video-review-meta > span {
  color: #009641;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-video-review-card strong {
  color: #122317;
  font-weight: 950;
}

.home-v2-video-review-card p {
  color: #5e6d61;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.home-v2-video-dialog {
  background: transparent;
  border: 0;
  max-width: min(94vw, 980px);
  padding: 0;
  width: min(94vw, 980px);
}

.home-v2-video-dialog::backdrop {
  background: rgba(7, 23, 12, .74);
  backdrop-filter: blur(8px);
}

.home-v2-video-dialog-card {
  background: #fffefa;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 24px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
  display: grid;
  gap: 16px;
  padding: clamp(16px, 3vw, 24px);
}

.home-v2-video-dialog-head {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.home-v2-video-dialog-head span {
  color: #009641;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-v2-video-dialog-head h2 {
  color: #101711;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 5px 0 0;
}

.home-v2-video-dialog-close {
  align-items: center;
  background: #006f32;
  border: 0;
  border-radius: 999px;
  color: #fffefa;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 26px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.home-v2-video-dialog video {
  aspect-ratio: 16 / 9;
  background: #043019;
  border-radius: 18px;
  display: block;
  object-fit: contain;
  width: 100%;
}

.home-v2-reviews {
  background:
    linear-gradient(135deg, rgba(8, 39, 15, .96), rgba(18, 63, 29, .94)),
    url("/assets/landing/benefit-leaves.jpg") center / cover no-repeat;
  border-radius: 14px;
  color: #fffefa;
  margin-top: 16px;
  padding: 34px 38px 30px;
}

.home-v2-reviews-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.home-v2-reviews .home-v2-kicker,
.home-v2-reviews h2,
.home-v2-reviews-head p {
  color: #fffefa;
}

.home-v2-slider-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.home-v2-slider-controls button {
  background: #fffefa;
  border: 0;
  border-radius: 999px;
  color: var(--home-forest);
  cursor: pointer;
  font-weight: 950;
  min-height: 38px;
  padding: 8px 16px;
}

.home-v2-slider-controls button:hover,
.home-v2-slider-controls button:focus-visible {
  background: #e7f7ec;
  box-shadow: 0 0 0 3px rgba(0, 150, 65, .26);
  outline: 0;
}

.home-v2-review-slider {
  display: grid;
  gap: 28px;
  grid-auto-columns: minmax(280px, 31%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-v2-review-slider::-webkit-scrollbar {
  display: none;
}

.home-v2-review-slider article {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  display: grid;
  gap: 14px;
  padding: 16px;
  scroll-snap-align: start;
}

.home-v2-single-review-media,
.home-v2-amazon-review-image {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.home-v2-single-review-media img,
.home-v2-amazon-review-image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-v2-amazon-review-image img {
  aspect-ratio: 4 / 3;
}

.home-v2-before-after {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.home-v2-before-after img {
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.home-v2-review-slider strong {
  color: #fffefa;
}

.home-v2-progress-review-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-v2-progress-review-rating span {
  color: #f4c95d;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}

.home-v2-progress-review-rating small {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.home-v2-review-slider p {
  color: rgba(255, 255, 255, .78);
}

.home-v2-review-pagination {
  align-items: center;
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-top: 18px;
}

.home-v2-review-pagination button {
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  padding: 0;
  transition: background-color .16s ease, transform .16s ease, width .16s ease;
  width: 15px;
}

.home-v2-review-pagination button.is-active {
  background: #ffffff;
  transform: scale(1.12);
  width: 30px;
}

.home-v2-review-pagination button:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .24);
  outline: 0;
}

.home-v2-mobile-carousel-pagination {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.home-v2-mobile-carousel-pagination button {
  background: rgba(20, 54, 31, .18);
  border: 1px solid rgba(20, 54, 31, .16);
  border-radius: 999px;
  cursor: pointer;
  height: 13px;
  padding: 0;
  transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease, width .16s ease;
  width: 13px;
}

.home-v2-mobile-carousel-pagination button.is-active {
  background: #ffffff;
  box-shadow: inset 0 0 0 4px #009641, 0 6px 14px rgba(0, 150, 65, .16);
  transform: scale(1.05);
  width: 28px;
}

.home-v2-mobile-carousel-pagination button:focus-visible {
  box-shadow: 0 0 0 4px rgba(0, 150, 65, .18);
  outline: 0;
}

.home-v2-amazon-reviews {
  background:
    radial-gradient(circle at 12% 16%, rgba(154, 187, 81, .18), transparent 28%),
    linear-gradient(135deg, rgba(255, 254, 250, .96), rgba(239, 247, 231, .86));
  border: 1px solid var(--home-line);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(28, 38, 31, .07);
  margin-top: 28px;
  padding: 34px;
}

.home-v2-amazon-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.home-v2-amazon-head h2 {
  color: var(--home-ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  margin: 0 0 12px;
  max-width: 820px;
}

.home-v2-amazon-head p {
  color: #465c4b;
  line-height: 1.65;
  margin: 0;
  max-width: 860px;
}

.home-v2-amazon-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v2-amazon-card {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .07);
  display: grid;
  gap: 12px;
  grid-template-rows: 168px 20px auto auto;
  min-height: 384px;
  padding: 14px;
}

.home-v2-amazon-image-prompt {
  align-content: center;
  background: #ffffff;
  border: 1px dashed rgba(0, 150, 65, .26);
  border-radius: 12px;
  color: var(--home-ink);
  display: grid;
  gap: 8px;
  min-height: 168px;
  padding: 18px;
}

.home-v2-amazon-image-prompt strong {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 950;
}

.home-v2-amazon-image-prompt span {
  color: #465c4b;
  font-size: 12px;
  line-height: 1.45;
}

.home-v2-stars {
  color: #d99b19;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}

.home-v2-amazon-card h3 {
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.16;
  margin: 0;
}

.home-v2-amazon-card p {
  color: #465c4b;
  line-height: 1.58;
  margin: 0;
}

.home-v2-microbe-lab {
  background:
    linear-gradient(90deg, rgba(255, 253, 246, .92) 0%, rgba(255, 253, 246, .78) 44%, rgba(255, 253, 246, .48) 100%),
    linear-gradient(180deg, rgba(255, 253, 246, .64) 0%, rgba(244, 250, 238, .82) 100%),
    url("/assets/landing/root-zone-bg.png") center / cover no-repeat;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 26px;
  box-shadow: 0 28px 60px rgba(19, 47, 24, .08);
  display: grid;
  gap: clamp(22px, 2.7vw, 34px);
  margin-top: 30px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
}

.home-v2-microbe-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 3.2vw, 44px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-width: 0;
}

.home-v2-microbe-scene {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(18, 40, 22, .08);
  backdrop-filter: blur(3px);
  display: grid;
  gap: 14px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  isolation: isolate;
  min-height: clamp(520px, 48vw, 680px);
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 3.8vw, 42px);
  position: relative;
}

.home-v2-microbe-scene::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .54) 0%, rgba(255, 255, 255, .22) 58%, rgba(255, 255, 255, .04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-v2-microbe-bg {
  display: none;
}

.home-v2-microbe-copy {
  align-content: start;
  display: grid;
  gap: 18px;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.home-v2-microbe-copy h2 {
  color: var(--home-ink);
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(42px, 4.7vw, 68px);
  letter-spacing: 0;
  line-height: .96;
  margin: 0;
}

.home-v2-microbe-copy h2 em {
  color: #009641;
  font-style: normal;
}

.home-v2-microbe-copy p {
  backdrop-filter: blur(8px);
  background: rgba(255, 254, 250, .72);
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(28, 38, 31, .055);
  color: #1f3727;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.72;
  margin: 0;
  padding: 13px 15px;
}

.home-v2-strain-grid {
  align-self: end;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(20, 47, 24, .12);
  display: grid;
  gap: 10px;
  max-width: 450px;
  overflow: visible;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.home-v2-strain-grid button {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  gap: 4px 18px;
  grid-template-columns: 76px minmax(68px, max-content) minmax(0, 1fr);
  min-height: 112px;
  min-width: 0;
  padding: 22px 24px;
  text-align: left;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  white-space: normal;
  width: 100%;
}

.home-v2-strain-grid button:hover,
.home-v2-strain-grid button.is-active {
  background: rgba(232, 247, 222, .58);
  border-color: #009641;
  box-shadow: 0 0 0 1px #009641, 0 12px 24px rgba(0, 150, 65, .08);
}

.home-v2-strain-button-icon {
  align-items: center;
  align-self: center;
  background: #fffefa;
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 12px;
  color: #73a83d;
  display: flex;
  grid-row: 1 / span 2;
  height: 62px;
  justify-content: center;
  overflow: hidden;
  width: 62px;
}

.home-v2-strain-button-icon img {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.home-v2-strain-button-icon--fungi img {
  height: 46px;
  width: 46px;
}

.home-v2-strain-button-icon--bacteria img {
  height: 38px;
  width: 38px;
}

.home-v2-strain-grid > button > strong {
  align-self: center;
  color: #009641;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  grid-row: 1 / span 2;
  line-height: 1;
  min-width: 2.2ch;
  white-space: nowrap;
}

.home-v2-strain-grid > button > span:not(.home-v2-strain-button-icon) {
  align-self: end;
  color: var(--home-ink);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 950;
  grid-column: 3;
  grid-row: 1;
  line-height: 1.16;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.home-v2-strain-grid > button > small {
  color: #425640;
  display: block;
  font-size: 13px;
  grid-column: 3;
  grid-row: 2;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: break-word;
  white-space: normal;
}

.home-v2-strain-column {
  align-self: stretch;
  display: grid;
  min-width: 0;
}

.home-v2-strain-list {
  align-content: start;
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(22, 45, 26, .1);
  display: grid;
  gap: 26px;
  min-height: clamp(520px, 48vw, 680px);
  padding: clamp(28px, 3.3vw, 40px);
}

.home-v2-strain-list-head {
  display: grid;
  gap: 12px;
}

.home-v2-strain-list-head span {
  color: #009641;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-strain-list-head strong {
  color: var(--home-ink);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 950;
  line-height: 1.1;
}

.home-v2-strain-list-head p {
  color: #425640;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.home-v2-strain-items {
  align-content: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2-strain-items article {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(0, 150, 65, .13);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(18, 40, 22, .04);
  display: grid;
  gap: 3px 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 86px;
  padding: 14px;
}

.home-v2-strain-item-icon {
  align-items: center;
  align-self: center;
  background-color: #edf7e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66% auto;
  border-radius: 50%;
  color: #73a83d;
  display: flex;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.home-v2-strain-item-icon--fungi {
  background-color: #fff8eb;
  background-image: url("/assets/landing/root-zone-fungi-icon.png");
  background-size: 70% auto;
}

.home-v2-strain-item-icon--bacteria {
  background-color: #e8f9ed;
  background-image: url("/assets/landing/root-zone-bacteria-icon.svg");
  background-size: 68% auto;
}

.home-v2-strain-items strong {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  min-width: 0;
}

.home-v2-strain-items span:not(.home-v2-strain-item-icon) {
  color: #009641;
  font-size: 13px;
  font-weight: 900;
}

.home-v2-strain-callout {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(246, 252, 238, .96), rgba(255, 253, 246, .9));
  border: 1px solid rgba(0, 150, 65, .13);
  border-radius: 16px;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr);
  margin-top: auto;
  padding: 20px;
}

.home-v2-strain-callout > span {
  align-items: center;
  background: linear-gradient(135deg, #6fb049, #009641);
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.home-v2-strain-callout p {
  color: #1f3727;
  font-weight: 750;
  line-height: 1.55;
  margin: 0;
}

.home-v2-strain-detail-grid {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 22px 22px 0 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.home-v2-strain-detail-grid article {
  align-items: start;
  background: rgba(255, 255, 255, .72);
  border-right: 1px solid rgba(0, 150, 65, .12);
  display: grid;
  gap: 18px;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: clamp(22px, 2.6vw, 32px);
}

.home-v2-strain-detail-grid article:last-child {
  border-right: 0;
}

.home-v2-strain-detail-grid article > span {
  align-items: center;
  background: #edf7e3;
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 50%;
  color: #73a83d;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.home-v2-strain-detail-icon {
  overflow: hidden;
}

.home-v2-strain-detail-icon img {
  display: block;
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.home-v2-strain-detail-icon--fungi {
  background: #fff8eb;
}

.home-v2-strain-detail-icon--fungi img {
  height: 42px;
  width: 42px;
}

.home-v2-strain-detail-icon--bacteria {
  background: #e8f9ed;
}

.home-v2-strain-detail-grid small {
  color: #009641;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-v2-strain-detail-grid strong {
  color: var(--home-ink);
  display: block;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 950;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home-v2-strain-detail-grid p {
  color: #425640;
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
}

.home-v2-microbe-footer {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .8)),
    radial-gradient(circle at 86% 50%, rgba(0, 150, 65, .14), transparent 28%);
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 0 0 20px 20px;
  color: #1f3727;
  display: flex;
  font-weight: 850;
  gap: 18px;
  margin-top: -34px;
  padding: 22px 28px;
}

.home-v2-microbe-footer svg {
  background: #009641;
  border-radius: 50%;
  color: #ffffff;
  height: 34px;
  padding: 7px;
  width: 34px;
}

.home-v2-analysis {
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 150, 65, .14), transparent 28%),
    linear-gradient(135deg, rgba(255, 254, 250, .96), rgba(242, 249, 251, .92));
  border: 1px solid var(--home-line);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(6, 75, 35, .08);
  margin-top: 30px;
  padding: clamp(26px, 4vw, 42px);
}

.home-v2-analysis-head,
.home-v2-faq-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.home-v2-analysis-head h2,
.home-v2-faq-head h2 {
  color: var(--home-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  margin: 8px 0 12px;
  max-width: 820px;
}

.home-v2-analysis-head p,
.home-v2-faq-head p {
  color: #465c4b;
  line-height: 1.65;
  margin: 0;
  max-width: 860px;
}

.home-v2-analysis-badge {
  background: linear-gradient(135deg, #043019, #006f32);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(6, 75, 35, .16);
  color: #fffefa;
  display: grid;
  flex: 0 0 auto;
  gap: 4px;
  min-width: 190px;
  padding: 18px 20px;
  text-align: center;
}

.home-v2-analysis-badge strong {
  color: #fffefa;
  font-size: 24px;
  font-weight: 950;
}

.home-v2-analysis-badge span {
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-analysis-layout {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
}

.home-v2-analysis-panel {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.home-v2-analysis-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2-analysis-tabs button {
  background: #ffffff;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: var(--home-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.home-v2-analysis-tabs button.is-active {
  background: linear-gradient(135deg, #006f32, #009641);
  border-color: #009641;
  color: #fffefa;
}

.home-v2-analysis-readout {
  background:
    radial-gradient(circle at 92% 10%, rgba(121, 220, 159, .24), transparent 30%),
    linear-gradient(135deg, #f7fbfc, #fffefa);
  border: 1px solid var(--home-line);
  border-radius: 16px;
  display: grid;
  gap: 14px;
  min-height: 352px;
  padding: 24px;
}

.home-v2-analysis-readout > span {
  color: #006f32;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-analysis-readout h3 {
  color: var(--home-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  margin: 0;
}

.home-v2-analysis-readout p {
  color: #465c4b;
  line-height: 1.65;
  margin: 0;
}

.home-v2-analysis-metrics {
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2-analysis-metrics article {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .16);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 16px;
}

.home-v2-analysis-metrics strong {
  color: #006f32;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 950;
  line-height: 1;
}

.home-v2-analysis-metrics span {
  color: #465c4b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.home-v2-analysis-sources {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2-analysis-sources figure {
  background: #ffffff;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr);
  margin: 0;
  min-height: 140px;
  overflow: hidden;
  padding: 12px;
}

.home-v2-analysis-sources figure:first-child {
  grid-column: 1 / -1;
}

.home-v2-analysis-materials {
  background: rgba(255, 255, 255, .72);
  border: 1px dashed rgba(0, 150, 65, .3);
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  grid-column: 1 / -1;
  padding: 18px;
}

.home-v2-analysis-materials span {
  align-items: center;
  background: #e7f7ec;
  border: 1px solid rgba(0, 150, 65, .18);
  border-radius: 999px;
  color: #006f32;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 38px;
  padding: 10px 14px;
}

.home-v2-analysis-sources img {
  align-self: stretch;
  background: #ffffff;
  border-radius: 14px;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 116px;
}

.home-v2-analysis-sources figcaption {
  align-content: center;
  display: grid;
  gap: 6px;
}

.home-v2-analysis-sources strong {
  color: var(--home-ink);
  font-weight: 950;
}

.home-v2-analysis-sources span {
  color: #465c4b;
  font-size: 13px;
  line-height: 1.45;
}

/* Complete plant care ingredient analysis */
.home-v2-analysis {
  background:
    radial-gradient(circle at 84% 9%, rgba(0, 150, 65, .08), transparent 26%),
    linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(249, 247, 240, .96));
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 24px;
  box-shadow: 0 26px 64px rgba(28, 38, 31, .08);
  margin-top: 30px;
  overflow: hidden;
  padding: clamp(28px, 4.2vw, 46px);
}

.home-v2-analysis-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, .78fr) minmax(460px, 1.05fr);
  margin-bottom: 24px;
}

.home-v2-analysis-head {
  align-content: center;
  align-items: start;
  display: grid;
  gap: 20px;
  margin: 0;
}

.home-v2-analysis-head h2 {
  color: var(--home-ink);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  margin: 8px 0 18px;
  max-width: 620px;
}

.home-v2-analysis-head h2 em {
  color: #009641;
  font-style: normal;
}

.home-v2-analysis-head p {
  color: #263a2f;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.72;
  margin: 0;
  max-width: 610px;
}

.home-v2-analysis-visual {
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(28, 38, 31, .1);
  min-height: 332px;
  overflow: visible;
  position: relative;
}

.home-v2-analysis-bg {
  border-radius: 24px;
  display: block;
  height: 100%;
  min-height: 332px;
  object-fit: cover;
  width: 100%;
}

.home-v2-analysis-badge {
  background: linear-gradient(135deg, rgba(4, 48, 25, .96), rgba(0, 77, 35, .94));
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(6, 75, 35, .24);
  color: #fffefa;
  display: grid;
  gap: 8px;
  min-width: 204px;
  padding: 22px 24px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 36px;
  z-index: 2;
}

.home-v2-analysis-badge strong {
  color: #fffefa;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 950;
  line-height: 1;
}

.home-v2-analysis-badge span,
.home-v2-analysis-badge small {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: none;
}

.home-v2-analysis-badge small {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v2-analysis-badge .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fffefa;
  height: 16px;
  width: 16px;
}

.home-v2-analysis-badge .home-v2-kicker-icon svg {
  height: 14px;
  width: 14px;
}

.home-v2-analysis-lens {
  background: #ffffff;
  border: 8px solid #ffffff;
  border-radius: 999px;
  bottom: -54px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .18);
  height: 190px;
  left: 52%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 190px;
  z-index: 3;
}

.home-v2-analysis-lens::before {
  background: #ffffff;
  content: "";
  height: 3px;
  left: -74px;
  position: absolute;
  top: 50%;
  transform: rotate(18deg);
  transform-origin: right center;
  width: 94px;
  z-index: 4;
}

.home-v2-analysis-lens::after {
  background: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 999px;
  content: "";
  height: 28px;
  left: -90px;
  position: absolute;
  top: calc(50% - 16px);
  width: 28px;
  z-index: 4;
}

.home-v2-analysis-lens img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-v2-analysis-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}

.home-v2-analysis-panel {
  background: rgba(255, 254, 250, .86);
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(28, 38, 31, .05);
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.4vw, 28px);
}

.home-v2-analysis-tabs {
  align-items: center;
  background: rgba(255, 254, 250, .94);
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(28, 38, 31, .06);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  justify-self: start;
  padding: 8px;
}

.home-v2-analysis-tabs-label {
  display: none;
}

.home-v2-analysis-tabs button {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 999px;
  color: var(--home-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  text-transform: uppercase;
}

.home-v2-analysis-tabs button .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #009641;
  height: 20px;
  width: 20px;
}

.home-v2-analysis-tabs button .home-v2-kicker-icon svg {
  height: 17px;
  width: 17px;
}

.home-v2-analysis-tabs button.is-active {
  background: linear-gradient(135deg, #009641, #006f32);
  border-color: #009641;
  color: #fffefa;
}

.home-v2-analysis-tabs button.is-active .home-v2-kicker-icon {
  color: #fffefa;
}

.home-v2-analysis-readout {
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 150, 65, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(247, 250, 242, .94));
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 18px;
  display: grid;
  gap: 16px;
  min-height: 396px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
}

.home-v2-analysis-readout::after {
  background: rgba(0, 150, 65, .08);
  clip-path: polygon(50% 0, 80% 22%, 100% 52%, 76% 90%, 48% 100%, 18% 78%, 0 46%, 22% 15%);
  content: "";
  height: 174px;
  opacity: .8;
  position: absolute;
  right: 22px;
  top: 32px;
  width: 174px;
}

.home-v2-analysis-readout > * {
  position: relative;
  z-index: 1;
}

.home-v2-analysis-readout > span {
  color: #009641;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-analysis-readout h3 {
  color: var(--home-ink);
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.02;
  margin: 0;
  max-width: 470px;
}

.home-v2-analysis-readout p {
  color: #263a2f;
  line-height: 1.72;
  margin: 0;
  max-width: 540px;
}

.home-v2-analysis-detail {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.home-v2-analysis-metrics {
  align-content: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2-analysis-metrics article {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .14);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(28, 38, 31, .045);
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 18px 18px 18px 86px;
  position: relative;
}

.home-v2-analysis-metrics article::before {
  content: "";
  display: none;
}

.home-v2-analysis-formula-icon {
  align-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 150, 65, .15), transparent 63%),
    #f3f8ed;
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 999px;
  color: #009641;
  display: inline-flex;
  font-family: var(--noot-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  height: 52px;
  justify-content: center;
  left: 18px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}

.home-v2-analysis-metrics strong {
  color: #009641;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 950;
  line-height: 1;
}

.home-v2-analysis-metrics span {
  color: #263a2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.home-v2-analysis-sources {
  align-content: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.home-v2-analysis-sources figure {
  align-content: start;
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .06);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin: 0;
  min-height: 198px;
  overflow: hidden;
  padding: 16px;
  text-align: center;
}

.home-v2-analysis-sources figure:first-child {
  grid-column: auto;
}

.home-v2-analysis-sources img {
  align-self: center;
  background: transparent;
  border-radius: 0;
  height: 94px;
  justify-self: center;
  object-fit: contain;
  padding: 0;
  width: 104px;
}

.home-v2-analysis-sources figcaption {
  align-content: center;
  display: grid;
  gap: 6px;
}

.home-v2-analysis-sources strong {
  color: var(--home-ink);
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
}

.home-v2-analysis-sources span {
  color: #465c4b;
  font-size: 13px;
  line-height: 1.45;
}

.home-v2-analysis-materials {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .05);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  padding: 20px;
}

.home-v2-analysis-materials strong {
  align-items: center;
  color: var(--home-ink);
  display: inline-flex;
  font-weight: 950;
  gap: 10px;
}

.home-v2-analysis-materials strong .home-v2-kicker-icon {
  height: 26px;
  width: 26px;
}

.home-v2-analysis-materials div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2-analysis-materials span {
  align-items: center;
  background: #e7f7ec;
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 999px;
  color: #14361f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 38px;
  padding: 10px 22px;
}

.home-v2-analysis-footer {
  align-items: center;
  background:
    radial-gradient(circle at 86% 50%, rgba(0, 150, 65, .1), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 254, 250, .76));
  border: 1px solid rgba(0, 150, 65, .11);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(28, 38, 31, .045);
  display: grid;
  gap: 18px;
  grid-template-columns: 74px minmax(0, 1fr);
  margin-top: 20px;
  min-height: 104px;
  padding: 20px 28px;
}

.home-v2-analysis-footer > span {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 999px;
  color: #009641;
  display: inline-flex;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.home-v2-analysis-footer > span .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-v2-analysis-footer strong {
  color: var(--home-ink);
  display: block;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 21px;
  margin-bottom: 5px;
}

.home-v2-analysis-footer p {
  color: #263a2f;
  font-size: 18px;
  margin: 0;
}

.home-v2-faq-section {
  background:
    radial-gradient(circle at 92% 0%, rgba(0, 150, 65, .12), transparent 28%),
    #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(6, 75, 35, .07);
  margin-top: 30px;
  padding: clamp(26px, 4vw, 42px);
}

.home-v2-faq-section .home-v2-faq-list {
  display: grid;
  gap: 12px;
}

.home-v2-faq-section .home-v2-faq-list details {
  background: #ffffff;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  overflow: hidden;
}

.home-v2-faq-section .home-v2-faq-list details + details {
  border-top: 1px solid var(--home-line);
}

.home-v2-faq-section .home-v2-faq-list summary {
  min-height: 62px;
  padding: 19px 56px 19px 20px;
  position: relative;
}

.home-v2-faq-section .home-v2-faq-list summary::after {
  background: #e7f7ec;
  border-radius: 999px;
  color: #006f32;
  content: "+";
  display: grid;
  font-size: 20px;
  height: 30px;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
}

.home-v2-faq-section .home-v2-faq-list details[open] summary::after {
  content: "−";
}

.home-v2-bottom-split {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  padding: 42px 0;
}

.home-v2-tags-panel {
  position: relative;
}

.home-v2-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-v2-tag-cloud span {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: #27472d;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 13px;
}

.home-v2-source-mini {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.home-v2-source-mini figure {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  display: grid;
  gap: 8px;
  grid-template-rows: 126px 34px;
  margin: 0;
  min-height: 178px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

.home-v2-source-mini img {
  align-self: center;
  background: #ffffff;
  border-radius: 10px;
  height: 126px;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  width: 100%;
}

.home-v2-source-mini figcaption {
  align-items: center;
  color: var(--home-ink);
  display: flex;
  font-size: 12px;
  font-weight: 950;
  justify-content: center;
  line-height: 1.2;
  min-height: 34px;
}

.home-v2-faq-panel {
  border-left: 1px solid rgba(0, 150, 65, .2);
  padding-left: 42px;
}

.home-v2-faq-list {
  background: #fffefa;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  overflow: hidden;
}

.home-v2-faq-list details + details {
  border-top: 1px solid var(--home-line);
}

.home-v2-faq-list summary {
  color: var(--home-ink);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
  padding: 17px 20px;
}

.home-v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-v2-faq-list p {
  color: #465c4b;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px 18px;
}

.home-v2-final-cta {
  align-items: center;
  background:
    radial-gradient(circle at 96% 0%, rgba(90, 140, 51, .26), transparent 30%),
    linear-gradient(90deg, #eaf3de, #f7f0db);
  border: 1px solid var(--home-line);
  border-radius: 18px 18px 0 0;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  padding: 28px 34px;
}

.home-v2-final-icon {
  display: none;
}

.home-v2-footer {
  align-items: start;
  background: linear-gradient(90deg, #043019, #006f32);
  color: rgba(255, 255, 255, .82);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 1fr) auto;
  margin-bottom: 34px;
  padding: 34px;
}

.home-v2-footer img {
  height: 49px;
  object-fit: contain;
  width: auto;
}

.home-v2-footer p {
  margin: 12px 0 0;
  max-width: 320px;
}

.home-v2-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: end;
}

.home-v2-footer a {
  color: rgba(255, 255, 255, .9);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .home-v2-microbe-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-microbe-copy h2,
  .home-v2-microbe-copy p {
    max-width: none;
  }

  .home-v2-microbe-scene {
    min-height: 600px;
  }
}

@media (min-width: 1081px) and (max-width: 1220px) {
  .home-v2-nav {
    gap: 14px;
    padding-inline: 18px;
    width: min(100% - 48px, 1510px);
  }

  .home-v2-nav-links {
    gap: 16px;
  }

  .home-v2-mega-panel {
    gap: 18px;
    grid-template-columns: minmax(228px, .3fr) minmax(0, 1fr);
    min-height: 270px;
  }

  .home-v2-mega-copy {
    min-height: 216px;
    padding: 20px;
  }

  .home-v2-mega-copy strong {
    font-size: clamp(26px, 2.7vw, 32px);
  }

  .home-v2-mega-links {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  }

  .home-v2-mega-links a {
    min-height: 214px;
    padding: 16px;
  }

  .home-v2-mega-link-icon {
    height: 46px;
    width: 46px;
  }

  .home-v2-mega-links strong {
    font-size: 15px;
  }

  .home-v2-mega-links small {
    font-size: 12px;
  }
}

@media (max-width: 1080px) {
  .home-v2-nav {
    grid-template-columns: auto 1fr;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .home-v2-nav-links {
    display: none;
  }

  .home-v2-nav-actions {
    justify-content: end;
  }

  .home-v2-menu-toggle {
    display: inline-flex;
  }

  .home-v2-mega-menu {
    display: none;
  }

  .home-v2-mobile-menu {
    background:
      radial-gradient(circle at 20% 0%, rgba(0, 150, 65, .22), transparent 34%),
      linear-gradient(135deg, #052616 0%, #031f12 66%, #042915 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0 0 24px 24px;
    bottom: 18px;
    box-shadow: 0 28px 72px rgba(3, 31, 18, .42);
    display: none;
    gap: 16px;
    grid-template-columns: 1fr;
    left: 12px;
    overflow: auto;
    padding: 14px;
    position: fixed;
    right: 12px;
    top: 76px;
    z-index: 80;
  }

  .home-v2-nav.is-mobile-menu-open .home-v2-mobile-menu {
    display: grid;
  }

  .home-v2-mobile-menu-head {
    background: linear-gradient(135deg, rgba(0, 150, 65, .16), rgba(255, 255, 255, .06));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    display: grid;
    gap: 6px;
    grid-column: 1 / -1;
    padding: 14px;
  }

  .home-v2-mobile-menu-head strong {
    color: #fffefa;
    font-family: var(--noot-font-display, Georgia, serif);
    font-size: 26px;
    line-height: 1;
  }

  .home-v2-mobile-menu-head small {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
  }

  .home-v2-mobile-menu-group {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .home-v2-mobile-menu-title {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    grid-column: 1 / -1;
    min-height: 34px;
    padding-top: 10px;
  }

  .home-v2-mobile-menu-group a {
    align-items: start;
    aspect-ratio: auto;
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: stretch;
    line-height: 1.2;
    min-height: 96px;
    padding: 12px;
    text-align: left;
  }

  .home-v2-mobile-menu-group a strong {
    color: #fffefa;
    display: block;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .home-v2-mobile-menu-group a small,
  .home-v2-mobile-menu-group a b {
    display: block;
  }

  .home-v2-mobile-menu-group a small {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
  }

  .home-v2-mobile-menu-group a b {
    color: #c8ffd9;
    font-size: 12px;
    font-weight: 900;
    margin-top: 9px;
  }

  .home-v2-mobile-link-icon {
    align-items: center;
    background: rgba(158, 232, 184, .12);
    border: 1px solid rgba(158, 232, 184, .22);
    border-radius: 14px;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .home-v2-mobile-link-icon .home-v2-kicker-icon {
    background: transparent;
    border: 0;
    color: #c8ffd9;
    height: 28px;
    width: 28px;
  }

  .home-v2-mobile-link-icon .home-v2-kicker-icon svg {
    height: 21px;
    width: 21px;
  }

  .home-v2-mobile-menu-cta {
    align-items: center;
    background: linear-gradient(135deg, #009641, #006f32);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #fffefa;
    display: flex;
    font-size: 15px;
    font-weight: 950;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 54px;
    text-decoration: none;
  }

  .home-v2-hero,
  .home-v2-inside,
  .home-v2-care,
  .home-v2-journey-board,
  .home-v2-symptom-layout,
  .home-v2-chat-shell,
  .home-v2-benefit-stage,
  .home-v2-analysis-hero,
  .home-v2-analysis-layout,
  .home-v2-bottom-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-product-stage {
    min-height: 420px;
  }

  .home-v2-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-benefit-deep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-benefit-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v2-benefit-tabs button:nth-child(4) {
    border-left: 0;
  }

  .home-v2-benefit-copy-panel,
  .home-v2-benefit-art {
    min-height: 360px;
  }

  .home-v2-amazon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-video-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-amazon-head,
  .home-v2-analysis-head,
  .home-v2-faq-head,
  .home-v2-chat-head,
  .home-v2-reviews-head,
  .home-v2-video-testimonials-head {
    align-items: start;
    display: grid;
  }

  .home-v2-chat-head {
    max-width: 100%;
  }

  .home-v2-chat-intents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .home-v2-chat-bubble,
  .home-v2-chat-section::before,
  .home-v2-chat-section::after {
    display: none;
  }

  .home-v2-analysis-visual {
    min-height: 300px;
  }

  .home-v2-analysis-bg {
    min-height: 300px;
  }

  .home-v2-inside-card,
  .home-v2-step-grid,
  .home-v2-plant-grid,
  .home-v2-plant-search-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-step-grid article + article {
    border-left: 1px solid rgba(0, 150, 65, .1);
    border-top: 0;
  }

  .home-v2-journey-spine {
    min-height: 84px;
  }

  .home-v2-journey-spine::before {
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .home-v2-journey-spine::after {
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--journey-progress);
  }

  .home-v2-journey-pulse {
    left: clamp(38px, var(--journey-progress), calc(100% - 38px));
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home-v2-journey-stage {
    top: 50%;
  }

  .home-v2-faq-panel {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .noot-home {
    padding-top: 76px;
  }

  .noot-home [id] {
    scroll-margin-top: 94px;
  }

  .home-v2-nav {
    left: 0;
    margin: 0;
    min-height: 76px;
    padding: 10px 16px;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 120;
  }

  .home-v2-brand img {
    height: 46px;
  }

  .home-v2-icon-link {
    display: none;
  }

  .home-v2-nav-actions {
    gap: 8px;
  }

  .home-v2-menu-toggle,
  .home-v2-cta {
    min-height: 42px;
    padding: 10px 13px;
  }

  .home-v2-mobile-menu {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 96px);
    overflow: auto;
    top: 82px;
  }

  .home-v2-hero {
    border-radius: 24px;
    grid-template-columns: 1fr;
    margin-top: 14px;
    min-height: 0;
    padding: 38px 18px 34px;
    width: min(100% - 28px, 1586px);
  }

  .home-v2-hero h1 {
    font-size: clamp(42px, 15vw, 58px);
  }

  .home-v2-action-row .home-v2-button,
  .home-v2-cta,
  .home-v2-inside-actions .home-v2-button,
  .home-v2-final-cta .home-v2-button {
    width: 100%;
  }

  .home-v2-nav .home-v2-cta {
    white-space: nowrap;
    width: auto;
  }

  .home-v2-product-stage {
    min-height: 330px;
  }

  .home-v2-analysis-hero {
    margin-bottom: 78px;
  }

  .home-v2-analysis .home-v2-mobile-section-nav {
    gap: 5px;
    margin-left: calc(50% - 50vw + 14px);
    margin-right: calc(50% - 50vw + 14px);
    margin-top: 0;
    max-width: none;
    padding: 7px;
    width: calc(100vw - 28px);
  }

  .home-v2-analysis .home-v2-mobile-section-nav button {
    flex: 1 1 0;
    font-size: 10px;
    letter-spacing: 0;
    min-width: 0;
    padding: 10px 5px;
  }

  .home-v2-glass-card {
    bottom: 8px;
    left: 12px;
    right: 12px;
    top: auto;
    max-width: none;
  }

  .home-v2-badge.top {
    height: 92px;
    right: 2%;
    top: 2%;
    width: 92px;
  }

  .home-v2-badge strong {
    font-size: 30px;
  }

  .home-v2-icon-strip,
  .home-v2-benefit-grid,
  .home-v2-benefit-deep-grid,
  .home-v2-amazon-grid,
  .home-v2-video-review-grid,
  .home-v2-inside-card,
  .home-v2-step-grid,
  .home-v2-plant-grid,
  .home-v2-source-mini,
  .home-v2-analysis-sources,
  .home-v2-final-cta,
  .home-v2-footer {
    grid-template-columns: 1fr;
  }

  .home-v2-icon-strip,
  .home-v2-section,
  .home-v2-inside,
  .home-v2-steps,
  .home-v2-reviews,
  .home-v2-analysis,
  .home-v2-faq-section,
  .home-v2-bottom-split,
  .home-v2-final-cta,
  .home-v2-footer {
    width: min(100% - 28px, 1220px);
  }

  .home-v2-inside-card,
  .home-v2-care,
  .home-v2-journey,
  .home-v2-symptom-flow,
  .home-v2-chat-section,
  .home-v2-amazon-reviews,
  .home-v2-analysis,
  .home-v2-microbe-lab,
  .home-v2-faq-section,
  .home-v2-reviews,
  .home-v2-final-cta,
  .home-v2-footer {
    padding: 24px;
  }

  .home-v2-symptom-head,
  .home-v2-chat-form,
  .home-v2-benefit-stage {
    display: grid;
  }

  .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .18) 0%, rgba(255, 254, 250, .58) 220px, rgba(255, 254, 250, .96) 340px, rgba(255, 254, 250, .98) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 63% top / auto 350px no-repeat,
      #fffefa;
    min-height: auto;
    padding-top: clamp(300px, 82vw, 362px);
  }

  .home-v2-chat-bubble,
  .home-v2-chat-section::before,
  .home-v2-chat-section::after {
    display: none;
  }

  .home-v2-chat-head {
    max-width: 100%;
  }

  .home-v2-chat-head h2 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .home-v2-chat-intents {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px 0 24px;
  }

  .home-v2-chat-intents article {
    border-radius: 16px;
    gap: 10px;
    min-height: 76px;
    padding: 12px;
  }

  .home-v2-chat-intents article > span {
    border-radius: 14px;
    height: 44px;
    width: 44px;
  }

  .home-v2-chat-intents strong {
    font-size: 14px;
  }

  .home-v2-chat-shell {
    gap: 18px;
  }

  .home-v2-chat-messages {
    padding: 18px;
  }

  .home-v2-chat-messages::after {
    display: none;
  }

  .home-v2-chat-form {
    grid-template-columns: 1fr;
  }

  .home-v2-chat-form button {
    height: 72px;
    min-height: 72px;
    width: 100%;
  }

  .home-v2-chat-guide li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .home-v2-chat-product-note,
  .home-v2-analysis-footer {
    grid-template-columns: 1fr;
  }

  .home-v2-symptom-cards button {
    padding: 14px 15px;
    width: 100%;
  }

  .home-v2-benefit-tabs,
  .home-v2-analysis-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-benefits {
    border-radius: 22px;
    padding: 32px 18px;
  }

  .home-v2-benefits .home-v2-centered h2 {
    font-size: clamp(34px, 10.8vw, 46px);
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home-v2-benefit-explorer {
    border-radius: 18px;
    padding: 18px;
  }

  .home-v2-benefit-tabs {
    margin-bottom: 18px;
  }

  .home-v2-benefit-tabs button {
    border-left: 0;
    border-top: 1px solid rgba(17, 53, 28, .08);
    justify-content: flex-start;
    min-height: 52px;
    padding: 12px 8px 16px;
  }

  .home-v2-benefit-tabs button:nth-child(-n + 2) {
    border-top: 0;
  }

  .home-v2-benefit-stage {
    gap: 16px;
    grid-auto-rows: auto;
  }

  .home-v2-benefit-copy-panel {
    min-height: 0;
    padding: 26px 22px;
  }

  .home-v2-benefit-copy-panel::after {
    height: 190px;
    opacity: .4;
    width: 190px;
  }

  .home-v2-benefit-stage h3 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .home-v2-benefit-perks {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .home-v2-benefit-perks article,
  .home-v2-benefit-perks article + article {
    border: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 14px 0 0;
  }

  .home-v2-benefit-perks article:first-child {
    border-top: 0;
  }

  .home-v2-benefit-art {
    min-height: 340px;
  }

  .home-v2-benefit-art img {
    height: 100%;
    padding: 14px;
    width: 100%;
  }

  .home-v2-analysis-metrics {
    grid-template-columns: 1fr;
  }

  .home-v2-analysis-head h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .home-v2-analysis-readout {
    min-height: 0;
    overflow: visible;
  }

  .home-v2-analysis-readout h3 {
    font-size: clamp(30px, 10vw, 40px);
    overflow-wrap: anywhere;
  }

  .home-v2-analysis-readout p {
    max-width: none;
  }

  .home-v2-analysis-tabs button {
    font-size: 11px;
    justify-content: center;
    min-width: 0;
    padding: 10px 8px;
  }

  .home-v2-analysis-visual {
    min-height: 250px;
  }

  .home-v2-analysis-bg {
    min-height: 250px;
  }

  .home-v2-analysis-badge {
    border-radius: 16px;
    left: 14px;
    min-width: 0;
    padding: 15px 16px;
    right: auto;
    top: 14px;
  }

  .home-v2-analysis-badge strong {
    font-size: 24px;
  }

  .home-v2-analysis-lens {
    border-width: 5px;
    bottom: -34px;
    height: 116px;
    left: auto;
    right: 18px;
    transform: none;
    width: 116px;
  }

  .home-v2-analysis-lens::before,
  .home-v2-analysis-lens::after {
    display: none;
  }

  .home-v2-analysis-sources figure {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .home-v2-plant-search-card,
  .home-v2-plant-search-form,
  .home-v2-plant-lookup-result,
  .home-v2-strain-items,
  .home-v2-strain-detail-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-microbe-scene {
    min-height: 560px;
    padding: 22px;
  }

  .home-v2-microbe-scene::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .18) 58%, rgba(255, 255, 255, .1) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, .12) 100%);
  }

  .home-v2-microbe-copy h2 {
    font-size: clamp(36px, 10.6vw, 48px);
  }

  .home-v2-microbe-copy p {
    background: rgba(255, 254, 250, .8);
    font-size: 15px;
    line-height: 1.58;
    padding: 13px 14px;
  }

  .home-v2-strain-grid {
    max-width: none;
  }

  .home-v2-strain-grid button {
    grid-template-columns: 58px minmax(54px, max-content) minmax(0, 1fr);
    min-height: 104px;
    padding: 16px;
  }

  .home-v2-strain-button-icon {
    height: 50px;
    width: 50px;
  }

  .home-v2-strain-list {
    min-height: 0;
    padding: 22px;
  }

  .home-v2-strain-detail-grid {
    border-radius: 18px 18px 0 0;
  }

  .home-v2-strain-detail-grid article {
    border-bottom: 1px solid rgba(0, 150, 65, .12);
    border-right: 0;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .home-v2-strain-detail-grid article:last-child {
    border-bottom: 0;
  }

  .home-v2-microbe-footer {
    align-items: flex-start;
    border-radius: 0 0 18px 18px;
    margin-top: -22px;
    padding: 18px;
  }

  .home-v2-analysis-sources img {
    width: 92px;
  }

  .home-v2-journey-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-journey-tabs button {
    min-width: 0;
  }

  .home-v2-journey-column {
    min-height: 0;
    padding: 22px;
  }

  .home-v2-journey {
    overflow: visible;
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
  }

  .home-v2-journey-head {
    z-index: 6;
  }

  .home-v2-journey-pill {
    margin-bottom: 6px;
  }

  .home-v2-journey-routine,
  .home-v2-journey-board {
    display: none;
  }

  .home-v2-journey-mobile-progress {
    align-items: center;
    background: rgba(255, 254, 250, .94);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 150, 65, .18);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(20, 47, 24, .1);
    display: flex;
    gap: 8px;
    margin: 6px 0 34px;
    max-width: 100%;
    overflow-x: auto;
    padding: 8px 8px 12px;
    position: sticky;
    scrollbar-width: none;
    top: 86px;
    z-index: 115;
  }

  .home-v2-journey-mobile-progress.is-fixed-in-journey {
    left: max(14px, env(safe-area-inset-left));
    margin: 0;
    max-width: none;
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    top: var(--journey-sticky-top, 86px);
    width: auto;
    z-index: 115;
  }

  .home-v2-journey-mobile-progress-spacer.is-active {
    display: block;
    height: var(--journey-nav-spacer, 60px);
    margin: 6px 0 34px;
  }

  .home-v2-journey-mobile-progress::-webkit-scrollbar {
    display: none;
  }

  .home-v2-journey-mobile-progress button {
    background: #fffefa;
    border: 1px solid rgba(0, 150, 65, .18);
    border-radius: 999px;
    color: #1d3324;
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    min-height: 42px;
    padding: 10px 16px;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .home-v2-journey-mobile-progress button.is-active {
    background: linear-gradient(135deg, #009641, #007a36);
    border-color: #009641;
    box-shadow: 0 10px 24px rgba(0, 150, 65, .2);
    color: #fffefa;
  }

  .home-v2-journey-mobile-stack {
    display: grid;
    gap: 26px;
  }

  .home-v2-journey-mobile-step {
    display: grid;
    gap: 14px;
    scroll-margin-top: 204px;
  }

  .home-v2-journey-mobile-heading {
    align-items: center;
    display: flex;
    gap: 12px;
  }

  .home-v2-journey-mobile-heading span {
    background: #009641;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(0, 150, 65, .16);
    color: #fffefa;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    padding: 9px 13px;
    text-transform: uppercase;
  }

  .home-v2-journey-mobile-heading strong {
    color: var(--home-ink);
    font-size: 16px;
    line-height: 1.25;
  }

  .home-v2-journey-mobile-cards {
    display: grid;
    gap: 14px;
  }

  .home-v2-journey-mobile-cards .home-v2-journey-column {
    border-radius: 20px;
    gap: 16px;
    min-height: 0;
    overflow: hidden;
    padding: 24px 22px;
  }

  .home-v2-journey-mobile-cards .home-v2-journey-column h3 {
    font-size: clamp(33px, 10.5vw, 42px);
    max-width: none;
  }

  .home-v2-journey-mobile-cards .home-v2-journey-column p {
    font-size: 16px;
    line-height: 1.55;
    max-width: none;
  }

  .home-v2-journey-mobile-cards .home-v2-journey-column ul {
    gap: 13px;
    margin-top: 0;
    max-width: none;
    padding-top: 18px;
  }

  .home-v2-journey-mobile-cards .home-v2-journey-column li {
    font-size: 15px;
    line-height: 1.42;
  }

  .home-v2-step-grid article {
    min-height: 0;
  }

  .home-v2-step-grid img {
    width: 100%;
  }

  .home-v2-review-slider {
    grid-auto-columns: minmax(260px, 88%);
  }

  .home-v2-footer nav {
    justify-content: start;
  }
}

@media (max-width: 360px) {
  .home-v2-nav {
    gap: 10px;
    min-height: 72px;
    padding: 8px 12px;
  }

  .home-v2-brand img {
    height: 38px;
  }

  .home-v2-nav-actions {
    gap: 6px;
  }

  .home-v2-menu-toggle,
  .home-v2-nav .home-v2-cta {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 10px;
  }

  .home-v2-menu-toggle {
    gap: 7px;
  }

  .home-v2-menu-toggle-icon {
    width: 16px;
  }

  .home-v2-mobile-menu {
    max-height: calc(100dvh - 84px);
    top: 76px;
  }
}

/* Homepage hero mockup refresh */
.home-v2-hero {
  align-items: center;
  background:
    radial-gradient(circle at 5% 8%, rgba(255, 255, 255, .9), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(0, 150, 65, .16), transparent 28%),
    linear-gradient(135deg, #fffdf6 0%, #f5f8ee 48%, #e9f2df 100%);
  border-color: rgba(0, 150, 65, .13);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(31, 46, 32, .08);
  gap: clamp(32px, 4.2vw, 56px);
  grid-template-columns: minmax(540px, .94fr) minmax(560px, 1fr);
  min-height: 700px;
  padding: clamp(48px, 5.6vw, 82px) clamp(38px, 5.2vw, 76px);
  width: min(100% - 40px, 1586px);
}

.home-v2-hero::after {
  background:
    radial-gradient(circle at 98% 18%, rgba(255, 255, 255, .55), transparent 22%),
    linear-gradient(90deg, rgba(255, 253, 246, 0), rgba(255, 253, 246, .58));
  width: 44%;
}

.home-v2-hero-copy {
  max-width: 680px;
}

.home-v2-hero .home-v2-kicker {
  background: rgba(231, 247, 236, .72);
  border: 1px solid rgba(0, 150, 65, .17);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 150, 65, .06);
  color: #007936;
  display: inline-flex;
  margin-bottom: 28px;
  padding: 9px 16px 9px 10px;
}

.home-v2-hero h1 {
  font-size: clamp(64px, 6.25vw, 92px);
  letter-spacing: -.01em;
  line-height: .95;
  max-width: 720px;
}

.home-v2-hero h1 em {
  color: #168246;
  display: inline;
  font-style: normal;
}

.home-v2-hero-copy > p {
  color: #203d2d;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
  margin-top: 24px;
  max-width: 590px;
}

.home-v2-action-row {
  gap: 18px;
  margin-top: 30px;
}

.home-v2-action-row .home-v2-button {
  border-radius: 12px;
  font-size: 15px;
  min-height: 62px;
  min-width: 210px;
  padding-inline: 28px;
}

.home-v2-action-row .home-v2-button.primary {
  background: linear-gradient(180deg, #168246 0%, #007936 100%);
  box-shadow: 0 18px 32px rgba(0, 150, 65, .22);
  gap: 16px;
}

.home-v2-button-arrow {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #007936;
  display: inline-flex;
  font-size: 22px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.home-v2-action-row .home-v2-button.secondary {
  background: rgba(255, 255, 255, .64);
  border-color: rgba(0, 111, 50, .32);
  min-width: 190px;
}

.home-v2-product-stage {
  align-self: center;
  min-height: 610px;
  place-items: center;
}

.home-v2-featured-video {
  background: #ffffff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 32px 76px rgba(23, 43, 24, .18);
  max-width: min(100%, 760px);
  overflow: visible;
  padding: 0;
}

.home-v2-featured-video::before {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.home-v2-product-video {
  aspect-ratio: 1.17;
  background: #ffffff;
  border-radius: 20px;
  object-fit: cover;
}

.home-v2-video-play {
  background: linear-gradient(180deg, rgba(6, 19, 9, .7), rgba(6, 19, 9, .88));
  border: 0;
  border-radius: 0 0 20px 20px;
  bottom: 0;
  box-shadow: none;
  grid-template-columns: 62px minmax(0, 1fr);
  left: 0;
  max-width: none;
  min-height: 118px;
  padding: 26px 32px;
  right: 0;
}

.home-v2-video-play span {
  background: #ffffff;
  color: #0e2415;
  font-size: 22px;
  height: 56px;
  width: 56px;
}

.home-v2-video-play strong {
  display: grid;
  font-size: 18px;
  gap: 4px;
}

.home-v2-video-play small {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 850;
}

.home-v2-video-chrome {
  align-items: center;
  bottom: 27px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(120px, 1fr) 2.1fr auto auto auto;
  left: 148px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  z-index: 6;
}

.home-v2-video-chrome i,
.home-v2-video-chrome b {
  background: rgba(255, 255, 255, .36);
  border-radius: 999px;
  display: block;
  height: 5px;
}

.home-v2-video-chrome i {
  background: #009641;
  max-width: 58px;
}

.home-v2-video-chrome span {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

.home-v2-badge.top {
  background: #fffdf4;
  border: 1px solid rgba(0, 111, 50, .08);
  box-shadow: 0 18px 42px rgba(42, 48, 34, .13);
  height: 150px;
  right: -4%;
  top: -6%;
  width: 150px;
}

.home-v2-badge strong {
  color: #118244;
  font-size: 58px;
}

.home-v2-badge span {
  color: #14351f;
  font-size: 14px;
  line-height: 1.15;
  max-width: 92px;
}

@media (max-width: 1180px) {
  .home-v2-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(40px, 7vw, 72px);
  }

  .home-v2-hero-copy {
    max-width: 760px;
  }

  .home-v2-product-stage {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .home-v2-hero {
    border-radius: 22px;
    padding: 34px 20px 28px;
  }

  .home-v2-hero .home-v2-kicker {
    margin-bottom: 20px;
  }

  .home-v2-hero h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .home-v2-action-row {
    margin-top: 28px;
  }

  .home-v2-action-row .home-v2-button {
    min-width: 0;
  }

  .home-v2-featured-video {
    border-radius: 18px;
  }

  .home-v2-featured-video::before,
  .home-v2-product-video {
    border-radius: 18px;
  }

  .home-v2-video-play {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 96px;
    padding: 20px 18px;
  }

  .home-v2-video-play span {
    height: 48px;
    width: 48px;
  }

  .home-v2-video-chrome {
    display: none;
  }

  .home-v2-badge.top {
    height: 96px;
    right: -4px;
    top: -18px;
    width: 96px;
  }

  .home-v2-badge strong {
    font-size: 34px;
  }

  .home-v2-badge span {
    font-size: 10px;
  }
}

/* Homepage supporting section polish */
.home-v2-icon-strip {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(28, 38, 31, .07);
  gap: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  overflow: hidden;
  padding: 0;
}

.home-v2-icon-strip article {
  align-content: center;
  border-right: 1px solid rgba(0, 150, 65, .09);
  min-height: 156px;
  padding: 28px 22px;
  transition: background-color .18s ease, transform .18s ease;
}

.home-v2-icon-strip article:last-child {
  border-right: 0;
}

.home-v2-icon-strip article:hover {
  background: linear-gradient(180deg, rgba(231, 247, 236, .62), rgba(255, 255, 255, .86));
}

.home-v2-icon-strip article > .home-v2-kicker-icon {
  background: linear-gradient(135deg, #e7f7ec, #ffffff);
  border-color: rgba(0, 150, 65, .18);
  box-shadow: 0 10px 22px rgba(0, 150, 65, .09);
  height: 46px;
  width: 46px;
}

.home-v2-icon-strip article > .home-v2-kicker-icon svg {
  height: 24px;
  width: 24px;
}

.home-v2-icon-strip strong {
  font-size: 15px;
  letter-spacing: .01em;
}

.home-v2-icon-strip small {
  color: #5f715f;
  font-size: 13px;
}

.home-v2-care {
  background:
    radial-gradient(circle at 8% 16%, rgba(0, 150, 65, .12), transparent 28%),
    linear-gradient(135deg, #fffefa, #f3faee 64%, #ffffff);
  border-color: rgba(0, 150, 65, .14);
  border-radius: 26px;
  box-shadow: 0 26px 64px rgba(28, 38, 31, .075);
  gap: clamp(26px, 4vw, 54px);
  overflow: hidden;
  padding: clamp(30px, 4.4vw, 52px);
  position: relative;
}

.home-v2-care-copy {
  position: relative;
  z-index: 1;
}

.home-v2-care-copy h2 {
  font-size: clamp(40px, 5vw, 64px);
  max-width: 640px;
}

.home-v2-care-panel {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(0, 150, 65, .14);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(28, 38, 31, .09);
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  position: relative;
  z-index: 1;
}

.home-v2-care-panel label {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.home-v2-care-panel label strong {
  align-items: center;
  background: #009641;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  min-width: 54px;
  padding: 8px 14px;
}

.home-v2-range {
  accent-color: #009641;
  min-height: 34px;
}

.home-v2-care-panel p {
  background: linear-gradient(135deg, #e7f7ec, #ffffff);
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 16px;
  color: #173d25;
  font-weight: 750;
}

.home-v2-care-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v2-care-stats article {
  background: #ffffff;
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 16px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
}

.home-v2-care-stats strong {
  color: #006f32;
  font-size: 18px;
  font-weight: 950;
}

.home-v2-care-stats span {
  color: #667568;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.home-v2-plants {
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 150, 65, .11), transparent 28%),
    linear-gradient(180deg, #fffefa 0%, #ffffff 52%, #f7f7f7 100%);
  border: 1px solid rgba(0, 150, 65, .08);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(28, 38, 31, .06);
  margin-top: 30px;
  padding: clamp(34px, 5vw, 58px);
}

.home-v2-plants .home-v2-centered h2 {
  font-size: clamp(42px, 5.2vw, 68px);
}

.home-v2-plant-search-card {
  background:
    radial-gradient(circle at 92% 15%, rgba(0, 150, 65, .14), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(247, 251, 244, .96));
  border-color: rgba(0, 150, 65, .14);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(28, 38, 31, .08);
  margin-top: 0;
  max-width: 1120px;
}

.home-v2-plant-search-form input {
  border-radius: 16px;
  min-height: 58px;
}

.home-v2-pill-row {
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(0, 150, 65, .1);
  border-radius: 999px;
  margin: 0 auto;
  padding: 8px;
  width: fit-content;
}

.home-v2-pill-row label {
  background: transparent;
  border-color: transparent;
  min-width: 106px;
}

#plant-all:checked ~ .home-v2-pill-row label[for="plant-all"],
#plant-tropical:checked ~ .home-v2-pill-row label[for="plant-tropical"],
#plant-vining:checked ~ .home-v2-pill-row label[for="plant-vining"],
#plant-succulent:checked ~ .home-v2-pill-row label[for="plant-succulent"],
#plant-flowering:checked ~ .home-v2-pill-row label[for="plant-flowering"],
#plant-hardy:checked ~ .home-v2-pill-row label[for="plant-hardy"] {
  box-shadow: 0 10px 24px rgba(0, 150, 65, .16);
}

.home-v2-plant-grid {
  gap: 18px;
}

.home-v2-plant-card {
  border-color: rgba(0, 150, 65, .1);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(28, 38, 31, .07);
  min-height: 276px;
  transition: box-shadow .18s ease, transform .18s ease;
}

.home-v2-plant-card:hover {
  box-shadow: 0 24px 46px rgba(28, 38, 31, .11);
  transform: translateY(-2px);
}

.home-v2-plant-card img {
  border-bottom: 1px solid rgba(0, 150, 65, .08);
}

.home-v2-amazon-reviews {
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 150, 65, .1), transparent 28%),
    linear-gradient(180deg, #fffefa, #ffffff 62%, #f7f7f7);
  border-color: rgba(0, 150, 65, .11);
  border-radius: 26px;
  box-shadow: 0 26px 62px rgba(28, 38, 31, .07);
  padding: clamp(30px, 4.5vw, 52px);
}

.home-v2-amazon-head h2 {
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .98;
}

.home-v2-amazon-card {
  border-color: rgba(0, 150, 65, .1);
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(28, 38, 31, .075);
  min-height: 410px;
  padding: 16px;
}

.home-v2-amazon-image-prompt {
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 150, 65, .08), transparent 34%),
    #ffffff;
  border-color: rgba(0, 150, 65, .18);
  border-style: solid;
}

.home-v2-faq-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(0, 150, 65, .11), transparent 28%),
    linear-gradient(180deg, #fffefa, #ffffff);
  border-color: rgba(0, 150, 65, .1);
  border-radius: 26px;
  box-shadow: 0 26px 62px rgba(28, 38, 31, .07);
}

.home-v2-faq-head h2 {
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .98;
}

.home-v2-faq-section .home-v2-faq-list details {
  border-color: rgba(0, 150, 65, .1);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(28, 38, 31, .045);
}

.home-v2-faq-section .home-v2-faq-list details[open] {
  border-color: rgba(0, 150, 65, .22);
}

.home-v2-final-cta {
  background:
    radial-gradient(circle at 84% 26%, rgba(255, 255, 255, .42), transparent 22%),
    linear-gradient(135deg, #064b23 0%, #009641 68%, #35b263 100%);
  border: 0;
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(0, 89, 38, .22);
  color: #fffefa;
  margin-top: 34px;
  overflow: hidden;
  position: relative;
}

.home-v2-final-cta h2,
.home-v2-final-cta p {
  color: #fffefa;
}

.home-v2-final-icon {
  align-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.home-v2-final-icon::before {
  color: #ffffff;
  content: "✓";
  font-size: 28px;
  font-weight: 950;
}

.home-v2-final-cta .home-v2-button.primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #006f32;
}

.home-v2-footer {
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -18px 54px rgba(6, 75, 35, .12);
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .home-v2-icon-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-icon-strip article:nth-child(2) {
    border-right: 0;
  }

  .home-v2-icon-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 150, 65, .09);
  }

  .home-v2-care,
  .home-v2-plant-search-card,
  .home-v2-amazon-head,
  .home-v2-faq-head {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .home-v2-icon-strip {
    border-radius: 18px;
  }

  .home-v2-icon-strip article {
    min-height: 132px;
    padding: 22px 16px;
  }

  .home-v2-care-stats,
  .home-v2-amazon-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-pill-row {
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .home-v2-pill-row label {
    min-width: 0;
  }

  .home-v2-plants,
  .home-v2-amazon-reviews,
  .home-v2-faq-section,
  .home-v2-final-cta {
    border-radius: 20px;
  }

  .home-v2-final-cta {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

/* Landing review admin */
.landing-review-hero .admin-card-head {
  align-items: start;
}

.landing-review-row strong {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.landing-video-library {
  display: grid;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
}

.landing-video-picker {
  align-items: center;
  background: var(--surface, #fff);
  border: 1px solid var(--border, #d9dfd2);
  border-radius: 12px;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-width: 0;
  padding: 12px;
  text-align: left;
}

.landing-video-picker:hover {
  border-color: var(--noot-primary, #009641);
  box-shadow: 0 12px 24px rgba(6, 75, 35, .08);
}

.landing-video-picker i {
  align-items: center;
  background: rgba(0, 150, 65, .14);
  border-radius: 999px;
  color: var(--noot-primary, #009641);
  display: inline-flex;
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.landing-video-picker span,
.landing-video-picker small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-icon-catalog-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 14px;
}

.landing-icon-catalog-card {
  background: var(--surface, #fff);
  border: 1px solid var(--border, #d9dfd2);
  border-radius: 14px;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
}

.landing-icon-catalog-card i {
  align-items: center;
  background: rgba(0, 150, 65, .12);
  border-radius: 999px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.landing-icon-catalog-card strong,
.landing-icon-catalog-card span,
.landing-icon-catalog-card small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .landing-icon-catalog-card span {
  color: var(--muted, #66736a);
  font-family: var(--noot-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 12px;
}

@media (max-width: 700px) {
  .home-v2-mobile-carousel-pagination {
    display: flex;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"],
  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] {
    display: flex;
    gap: 12px;
    grid-template-columns: none;
    margin-left: calc(-1 * min(10px, 2vw));
    margin-right: calc(-1 * min(10px, 2vw));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 4px min(10px, 2vw) 6px;
    scroll-padding-left: min(10px, 2vw);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"]::-webkit-scrollbar,
  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"]::-webkit-scrollbar {
    display: none;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card {
    flex: 0 0 calc((100% - 24px) / 3);
    grid-template-rows: 112px minmax(34px, auto) minmax(38px, auto);
    min-height: 196px;
    scroll-snap-align: start;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card img {
    height: 112px;
    padding: 8px;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card strong {
    font-size: 11px;
    line-height: 1.1;
    min-height: 34px;
    overflow-wrap: anywhere;
    padding: 9px 6px 2px;
  }

  .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card span {
    font-size: 9.5px;
    line-height: 1.25;
    min-height: 38px;
    padding: 0 6px 10px;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figure,
  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] .home-v2-analysis-materials {
    flex: 0 0 calc((100% - 12px) / 2);
    grid-column: auto;
    min-height: 220px;
    scroll-snap-align: start;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figure,
  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figure:first-child {
    align-content: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 12px 8px;
    text-align: center;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] img {
    height: 92px;
    justify-self: center;
    width: 98px;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figcaption {
    align-content: start;
    gap: 5px;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] strong {
    font-size: 15px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] span {
    font-size: 11px;
    line-height: 1.28;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] .home-v2-analysis-materials {
    align-content: start;
    display: grid;
    gap: 8px;
    padding: 12px 8px;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] .home-v2-analysis-materials strong {
    align-items: center;
    display: grid;
    font-size: 11px;
    gap: 6px;
    justify-items: center;
    line-height: 1.15;
    text-align: center;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] .home-v2-analysis-materials div {
    display: grid;
    gap: 5px;
  }

  .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] .home-v2-analysis-materials span {
    justify-content: center;
    min-height: 0;
    padding: 6px 7px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .home-v2-benefits,
  .home-v2-analysis,
  .home-v2-microbe-lab,
  .home-v2-faq-section,
  .home-v2-plants {
    overflow: visible;
  }

  .home-v2-mobile-section-nav {
    align-items: center;
    background: rgba(255, 254, 250, .94);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 150, 65, .18);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(20, 47, 24, .1);
    display: flex;
    gap: 8px;
    margin: -12px 0 28px;
    max-width: 100%;
    overflow-x: auto;
    padding: 8px 8px 12px;
    position: sticky;
    scrollbar-width: none;
    top: 86px;
    z-index: 115;
  }

  .home-v2-mobile-section-nav.is-fixed-in-section {
    left: max(14px, env(safe-area-inset-left));
    margin: 0;
    max-width: none;
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    top: var(--mobile-section-sticky-top, 86px);
    width: auto;
    z-index: 115;
  }

  .home-v2-mobile-section-spacer.is-active {
    display: block;
    height: var(--mobile-section-nav-spacer, 60px);
    margin: 0 0 28px;
  }

  .home-v2-mobile-section-nav::-webkit-scrollbar {
    display: none;
  }

  .home-v2-mobile-section-nav button {
    background: #fffefa;
    border: 1px solid rgba(0, 150, 65, .18);
    border-radius: 999px;
    color: #1d3324;
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    min-height: 42px;
    padding: 10px 16px;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .home-v2-mobile-section-nav button.is-active {
    background: linear-gradient(135deg, #009641, #007a36);
    border-color: #009641;
    box-shadow: 0 10px 24px rgba(0, 150, 65, .2);
    color: #fffefa;
  }

  [data-mobile-section-step] {
    scroll-margin-top: 204px;
  }

  .home-v2-benefit-explorer {
    display: none;
  }

  .home-v2-benefit-mobile-stack {
    display: grid;
    gap: 22px;
  }

  .home-v2-benefit-mobile-card {
    background:
      radial-gradient(circle at 88% 16%, rgba(0, 150, 65, .12), transparent 28%),
      #fffefa;
    border: 1px solid rgba(0, 150, 65, .14);
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(28, 38, 31, .07);
    display: grid;
    gap: 16px;
    overflow: hidden;
    padding: 20px;
  }

  .home-v2-benefit-mobile-copy {
    display: grid;
    gap: 12px;
  }

  .home-v2-benefit-mobile-copy > span,
  .home-v2-analysis-mobile-card > span,
  .home-v2-analysis-mobile-source-head > span,
  .home-v2-microbe-mobile-card > span {
    color: #009641;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .home-v2-benefit-mobile-copy h3,
  .home-v2-analysis-mobile-card h3,
  .home-v2-analysis-mobile-source-head h3,
  .home-v2-microbe-mobile-card h3 {
    color: var(--home-ink);
    font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.02;
    margin: 0;
  }

  .home-v2-analysis-mobile-card h3,
  .home-v2-analysis-mobile-source-head h3 {
    font-size: clamp(30px, 8.8vw, 38px);
    overflow-wrap: anywhere;
  }

  .home-v2-benefit-mobile-copy p,
  .home-v2-analysis-mobile-card p,
  .home-v2-analysis-mobile-source-head p,
  .home-v2-microbe-mobile-card p {
    color: #263a2f;
    line-height: 1.62;
    margin: 0;
  }

  .home-v2-benefit-mobile-perks {
    display: grid;
    gap: 8px;
    margin-top: 4px;
  }

  .home-v2-benefit-mobile-perks strong {
    align-items: center;
    background: #e7f7ec;
    border: 1px solid rgba(0, 150, 65, .14);
    border-radius: 999px;
    color: #14361f;
    display: flex;
    font-size: 13px;
    min-height: 38px;
    padding: 9px 13px;
  }

  .home-v2-benefit-mobile-art {
    align-items: end;
    background: #f7f7f5;
    border: 1px solid rgba(0, 150, 65, .1);
    border-radius: 18px;
    min-height: 276px;
    overflow: hidden;
    position: relative;
  }

  .home-v2-benefit-mobile-art img {
    box-sizing: border-box;
    display: block;
    height: 100%;
    inset: 0;
    object-fit: contain;
    object-position: center center;
    padding: 12px;
    position: absolute;
    width: 100%;
  }

  .home-v2-benefit-mobile-art span {
    background: #009641;
    border-radius: 999px;
    bottom: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    left: 14px;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
  }

  .home-v2-analysis-layout {
    display: block;
  }

  .home-v2-analysis-panel {
    display: grid;
  }

  .home-v2-analysis-mobile-stack {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
  }

  .home-v2-analysis-mobile-card,
  .home-v2-analysis-mobile-source-head {
    background:
      radial-gradient(circle at 88% 18%, rgba(0, 150, 65, .1), transparent 30%),
      linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(247, 250, 242, .94));
    border: 1px solid rgba(0, 150, 65, .14);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(28, 38, 31, .055);
    display: grid;
    gap: 14px;
    padding: 22px;
  }

  .home-v2-analysis-mobile-card .home-v2-analysis-metrics {
    grid-template-columns: 1fr;
  }

  .home-v2-analysis-mobile-source-step {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }

  .home-v2-analysis-mobile-source-head {
    display: grid;
  }

  .home-v2-microbe-hero {
    display: block;
  }

  .home-v2-microbe-scene {
    grid-template-rows: minmax(0, 1fr);
    min-height: auto;
  }

  .home-v2-strain-grid,
  .home-v2-strain-column,
  .home-v2-strain-detail-grid {
    display: none;
  }

  .home-v2-microbe-mobile-stack {
    display: grid;
    gap: 18px;
  }

  .home-v2-microbe-mobile-card {
    background:
      radial-gradient(circle at 92% 14%, rgba(0, 150, 65, .12), transparent 28%),
      rgba(255, 255, 255, .82);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(0, 150, 65, .14);
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(28, 38, 31, .065);
    display: grid;
    gap: 14px;
    padding: 22px;
  }

  .home-v2-microbe-mobile-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v2-microbe-mobile-stats strong {
    background: #e7f7ec;
    border: 1px solid rgba(0, 150, 65, .14);
    border-radius: 16px;
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 12px 8px;
    text-align: center;
  }

  .home-v2-microbe-mobile-stats b {
    color: #009641;
    font-size: 26px;
    line-height: 1;
  }

  .home-v2-microbe-mobile-stats span {
    color: #263a2f;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }

  .home-v2-microbe-mobile-strain-items {
    display: grid;
    gap: 10px;
  }

  .home-v2-microbe-mobile-strain-items article {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(0, 150, 65, .13);
    border-radius: 14px;
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 74px;
    padding: 12px;
  }

  .home-v2-microbe-mobile-strain-items strong {
    color: var(--home-ink);
    font-size: 13px;
    line-height: 1.2;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .home-v2-microbe-mobile-strain-items span:not(.home-v2-strain-item-icon) {
    color: #009641;
    font-size: 12px;
    font-weight: 900;
  }

  .home-v2-microbe-mobile-benefits {
    display: grid;
    gap: 12px;
  }

  .home-v2-microbe-mobile-benefits section {
    background: #f6fbf2;
    border: 1px solid rgba(0, 150, 65, .12);
    border-radius: 16px;
    display: grid;
    gap: 8px;
    padding: 16px;
  }

  .home-v2-microbe-mobile-benefits small {
    color: #009641;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .home-v2-microbe-mobile-benefits strong {
    color: var(--home-ink);
    line-height: 1.2;
  }

  .home-v2-microbe-mobile-benefits p {
    line-height: 1.55;
  }

  .home-v2-microbe-footer {
    margin-top: 0;
  }

  .home-v2-pill-row[data-mobile-filter-nav] {
    box-shadow: 0 14px 32px rgba(20, 47, 24, .1);
    margin-bottom: 2px;
    position: sticky;
    top: 86px;
    z-index: 90;
  }

  .home-v2-faq-groups {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 18px;
    overflow: visible;
  }

  .home-v2-faq-group {
    display: grid;
    gap: 12px;
  }

  .home-v2-faq-group h3 {
    align-items: center;
    background: #009641;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    justify-self: start;
    letter-spacing: .06em;
    margin: 0 0 2px;
    min-height: 38px;
    padding: 9px 14px;
    text-transform: uppercase;
  }
}

.home-v2-benefit-desktop-strip {
  display: none;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: -14px auto 26px;
  max-width: 1120px;
}

.home-v2-benefit-desktop-strip article {
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(0, 150, 65, .12);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(28, 38, 31, .055);
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px 14px;
}

.home-v2-benefit-desktop-strip span,
.home-v2-strain-overview-strip span {
  color: #009641;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v2-benefit-desktop-strip strong,
.home-v2-strain-overview-strip strong {
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.12;
}

.home-v2-benefit-desktop-strip small,
.home-v2-strain-overview-strip small {
  color: #607063;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.home-v2-strain-overview-strip {
  align-self: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 450px;
  position: relative;
  z-index: 1;
}

.home-v2-strain-overview-strip article {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(0, 150, 65, .13);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(20, 47, 24, .1);
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
}

.home-v2-strain-overview-strip span {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
}

.home-v2-analysis-tabs-label {
  align-items: center;
  color: #607063;
  display: flex;
  font-size: 11px;
  font-weight: 950;
  grid-column: 1 / -1;
  letter-spacing: .12em;
  min-height: 28px;
  padding: 0 6px;
  text-transform: uppercase;
}

@media (min-width: 701px) {
  .home-v2-plants,
  .home-v2-plant-filter {
    overflow: visible;
  }

  .home-v2-pill-row[data-section-filter-nav] {
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 34px rgba(20, 47, 24, .1);
    position: sticky;
    top: 96px;
    z-index: 70;
  }

  .home-v2-faq-groups {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .home-v2-faq-group {
    align-content: start;
    background:
      radial-gradient(circle at 100% 0%, rgba(0, 150, 65, .08), transparent 34%),
      #fffefa;
    border: 1px solid rgba(0, 150, 65, .12);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(28, 38, 31, .055);
    display: grid;
    gap: 10px;
    padding: 16px;
  }

  .home-v2-faq-group h3 {
    align-items: center;
    background: #e7f7ec;
    border: 1px solid rgba(0, 150, 65, .16);
    border-radius: 999px;
    color: #006f32;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    justify-self: start;
    letter-spacing: .08em;
    margin: 0 0 4px;
    min-height: 36px;
    padding: 8px 13px;
    text-transform: uppercase;
  }

  .home-v2-faq-groups details {
    background: #ffffff;
    border: 1px solid rgba(0, 150, 65, .1);
    border-radius: 14px;
    overflow: hidden;
  }

  .home-v2-faq-groups details + details {
    border-top: 1px solid rgba(0, 150, 65, .1);
  }

  .home-v2-faq-groups summary {
    padding: 15px 16px;
  }

  .home-v2-faq-groups p {
    padding: 0 16px 16px;
  }
}

@media (min-width: 901px) {
  .home-v2-analysis-panel {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-analysis-tabs {
    align-self: start;
    position: relative;
    top: auto;
    z-index: 3;
  }

  .home-v2-analysis-tabs-label {
    display: none;
  }

  .home-v2-analysis-tabs button {
    justify-content: center;
    text-align: center;
  }

  .home-v2-analysis-readout {
    min-height: 0;
  }

  .home-v2-analysis-readout h3 {
    font-size: clamp(34px, 2.7vw, 42px);
    overflow-wrap: normal;
  }
}

@media (min-width: 1181px) {
  .home-v2-analysis {
    width: min(100% - 40px, 1320px);
  }

  .home-v2-analysis-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-analysis-sources figure:not(:first-child) {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .home-v2-analysis-sources figure:not(:first-child) img {
    height: 94px;
    width: 104px;
  }

  .home-v2-analysis-sources figure:not(:first-child) strong {
    font-size: 23px;
    overflow-wrap: normal;
  }

  .home-v2-analysis-sources figure:not(:first-child) span {
    font-size: 13px;
  }
}

@media (min-width: 701px) and (max-width: 1080px) {
  .home-v2-benefit-desktop-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -8px;
  }

  .home-v2-faq-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .home-v2-analysis-tabs {
    position: sticky;
    top: 94px;
    z-index: 5;
  }
}

@media (max-width: 700px) {
  .home-v2-benefit-desktop-strip,
  .home-v2-strain-overview-strip {
    display: none;
  }
}

/* Noot plant assistant mockup refresh */
.home-v2-chat-section {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .99) 0%, rgba(255, 254, 250, .96) 38%, rgba(249, 250, 240, .72) 64%, rgba(248, 249, 236, .2) 100%),
    url("/assets/landing/noot-ai-assistant-bg.png") center / cover no-repeat;
  border: 1px solid rgba(20, 48, 31, .08);
  border-radius: 28px;
  box-shadow: 0 28px 76px rgba(24, 34, 28, .1);
  min-height: 0;
  overflow: hidden;
  padding: clamp(34px, 4.2vw, 58px);
}

.home-v2-chat-head {
  display: block;
  margin-bottom: clamp(18px, 2.2vw, 28px);
  max-width: 600px;
}

.home-v2-chat-head h2 {
  align-items: flex-start;
  color: #052616;
  display: inline-flex;
  font-size: clamp(48px, 5.2vw, 76px);
  gap: 12px;
  line-height: .96;
  margin: 0 0 14px;
  overflow-wrap: normal;
}

.home-v2-chat-title-sprout {
  display: inline-grid;
  flex: 0 0 auto;
  height: 42px;
  margin-top: 2px;
  position: relative;
  width: 44px;
}

.home-v2-chat-title-sprout i {
  background: #559a38;
  border-radius: 999px;
  display: block;
  height: 7px;
  position: absolute;
  width: 22px;
}

.home-v2-chat-title-sprout i:nth-child(1) {
  right: 11px;
  top: 2px;
  transform: rotate(-66deg);
}

.home-v2-chat-title-sprout i:nth-child(2) {
  right: 0;
  top: 18px;
  transform: rotate(20deg);
}

.home-v2-chat-title-sprout i:nth-child(3) {
  right: 20px;
  top: 28px;
  transform: rotate(45deg);
  width: 14px;
}

.home-v2-chat-head p {
  color: #44525a;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.35;
  margin: 0;
  max-width: 580px;
}

.home-v2-chat-head p strong {
  color: #44525a;
  display: block;
  font-size: clamp(21px, 1.9vw, 28px);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 6px;
}

.home-v2-chat-shell {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, .58fr);
}

.home-v2-chat-panel,
.home-v2-chat-guide {
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(18, 32, 24, .1);
}

.home-v2-chat-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(17, 53, 28, .1);
  color: #0e1712;
  display: grid;
  gap: 22px;
  min-height: 620px;
  padding: clamp(22px, 2.4vw, 32px);
}

.home-v2-chat-panel-title {
  align-items: center;
  color: #0e1712;
  display: flex;
  gap: 13px;
  letter-spacing: 0;
}

.home-v2-chat-panel-title .home-v2-assistant-icon,
.home-v2-chat-avatar {
  background: linear-gradient(135deg, #6fbf44, #17843f);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(21, 117, 53, .18);
  display: block;
  height: 46px;
  object-fit: contain;
  padding: 7px;
  width: 46px;
}

.home-v2-chat-panel-title strong {
  color: #0e1712;
  font-size: 18px;
  font-weight: 950;
}

.home-v2-chat-panel-title > span {
  background: #dff5d8;
  border-radius: 999px;
  color: #206a2c;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  padding: 7px 10px;
}

.home-v2-chat-messages {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 22px;
  max-height: none;
  min-height: 350px;
  overflow: visible;
  padding: 0;
}

.home-v2-chat-message,
.home-v2-chat-message.assistant,
.home-v2-chat-message.user {
  background: transparent;
  border: 0;
  color: #0e1712;
  display: grid;
  gap: 16px;
  padding: 0;
}

.home-v2-chat-message.assistant {
  grid-template-columns: 48px minmax(0, 1fr);
  justify-self: start;
  max-width: min(610px, 100%);
}

.home-v2-chat-message.user {
  grid-template-columns: minmax(0, 1fr);
  justify-self: end;
  max-width: min(520px, 82%);
}

.home-v2-chat-message-bubble {
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(24, 34, 28, .06);
  padding: 16px 22px;
}

.home-v2-chat-message.assistant .home-v2-chat-message-bubble {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(17, 53, 28, .12);
}

.home-v2-chat-message.user .home-v2-chat-message-bubble {
  background: #eef7eb;
  border: 1px solid rgba(34, 117, 55, .18);
}

.home-v2-chat-message-bubble > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.home-v2-chat-message p,
.home-v2-chat-message.user p,
.home-v2-chat-message.user span {
  color: #0e1712;
  font-size: clamp(15px, 1.02vw, 17px);
  font-weight: 500;
  line-height: 1.58;
  margin: 0;
}

.home-v2-chat-message.user small {
  align-items: center;
  color: #6f7b83;
  display: flex;
  font-size: 13px;
  gap: 8px;
  justify-content: flex-end;
  line-height: 1.2;
  margin-top: 12px;
}

.home-v2-chat-message.user small span {
  color: #80b995;
  font-size: 14px;
  font-weight: 900;
}

.home-v2-chat-prompt-title {
  align-items: center;
  color: #0e1712;
  display: flex;
  font-size: 16px;
  gap: 10px;
  line-height: 1.2;
}

.home-v2-chat-prompt-title::after {
  background: rgba(17, 53, 28, .12);
  content: "";
  flex: 1 1 auto;
  height: 1px;
}

.home-v2-chat-prompt-title > span {
  color: #10873a;
  display: inline-flex;
}

.home-v2-chat-prompt-title .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 22px;
  width: 22px;
}

.home-v2-chat-prompt-title .home-v2-kicker-icon svg {
  height: 18px;
  width: 18px;
}

.home-v2-chat-prefills {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.4vw, 18px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px;
  scroll-snap-type: x proximity;
  scrollbar-color: #16883e #edf1ec;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  white-space: nowrap;
}

.home-v2-chat-prefills::-webkit-scrollbar {
  height: 14px;
}

.home-v2-chat-prefills::-webkit-scrollbar-track {
  background: #edf1ec;
  border-radius: 999px;
}

.home-v2-chat-prefills::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #69bc3f 0%, #16883e 100%);
  border: 3px solid #edf1ec;
  border-radius: 999px;
}

.home-v2-chat-prefills::-webkit-scrollbar-thumb:hover {
  background: #0c8b38;
}

.home-v2-chat-prefills button {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(17, 53, 28, .1);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(24, 34, 28, .05);
  color: #0e1712;
  cursor: pointer;
  display: grid;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 950;
  gap: 2px 10px;
  grid-template-columns: 42px max-content;
  min-height: 76px;
  min-width: max-content;
  padding: 12px;
  scroll-snap-align: start;
  text-align: left;
}

.home-v2-chat-prefills button::before,
.home-v2-chat-prefills button:nth-child(2)::before,
.home-v2-chat-prefills button:nth-child(3)::before,
.home-v2-chat-prefills button:nth-child(4)::before,
.home-v2-chat-prefills button:nth-child(5)::before {
  content: none;
  display: none;
}

.home-v2-chat-prefills button > span {
  align-items: center;
  background: #f0f7ed;
  border-radius: 999px;
  color: #11843b;
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.home-v2-chat-prefills button .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 28px;
  width: 28px;
}

.home-v2-chat-prefills button .home-v2-kicker-icon svg {
  height: 22px;
  width: 22px;
}

.home-v2-chat-prefills button strong,
.home-v2-chat-prefills button small {
  display: block;
  min-width: 0;
  overflow: visible;
  overflow-wrap: normal;
  text-overflow: clip;
  white-space: nowrap;
  word-break: normal;
}

.home-v2-chat-prefills button strong {
  align-self: center;
  color: #0e1712;
  font-size: 14px;
  font-weight: 950;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.18;
  max-width: none;
}

.home-v2-chat-prefills button small {
  color: #0e1712;
  font-size: 14px;
  line-height: 1.28;
}

.home-v2-chat-prefills button:hover {
  background: #f8fcf6;
  border-color: rgba(0, 150, 65, .26);
  color: #0e1712;
  transform: translateY(-1px);
}

.home-v2-chat-form {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 53, 28, .12);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(24, 34, 28, .08);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 58px;
  padding: 7px;
}

.home-v2-chat-form label {
  display: grid;
  min-height: 58px;
}

.home-v2-chat-form label span,
.home-v2-chat-submit [data-chat-submit-label] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.home-v2-chat-form textarea {
  background: transparent;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  color: #202b24;
  font: inherit;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 500;
  height: 58px;
  line-height: 1.35;
  min-height: 58px;
  overflow: hidden;
  padding: 17px 14px;
  resize: none;
}

.home-v2-chat-form textarea::placeholder {
  color: #7f8990;
}

.home-v2-chat-form textarea:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}

.home-v2-chat-form:focus-within {
  border-color: rgba(0, 150, 65, .36);
  box-shadow: 0 0 0 4px rgba(0, 150, 65, .09), 0 16px 36px rgba(24, 34, 28, .08);
}

.home-v2-chat-form button,
.home-v2-chat-submit {
  align-self: center;
  border-radius: 999px;
  display: grid;
  height: 58px;
  justify-items: center;
  min-height: 58px;
  min-width: 58px;
  padding: 0;
  place-items: center;
  position: relative;
  width: 58px;
}

.home-v2-chat-form button::before {
  content: none;
}

.home-v2-chat-submit-icon {
  background: #fffefa;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
  display: block;
  height: 34px;
  object-fit: contain;
  padding: 6px;
  width: 34px;
}

.home-v2-chat-submit-arrow {
  align-items: center;
  background: rgba(5, 38, 22, .22);
  border-radius: 999px;
  bottom: 7px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 18px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 6px;
  width: 18px;
}

.home-v2-chat-guide {
  align-content: start;
  background: linear-gradient(145deg, rgba(14, 55, 39, .98), rgba(4, 31, 22, .98));
  border: 1px solid rgba(255, 255, 255, .1);
  color: #ffffff;
  display: grid;
  gap: 24px;
  min-height: 620px;
  padding: clamp(24px, 2.3vw, 32px);
}

.home-v2-chat-guide-head {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.home-v2-chat-guide-head > span,
.home-v2-chat-guide-list li > span {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  color: #c9f2be;
  display: inline-flex;
  justify-content: center;
}

.home-v2-chat-guide-head > span {
  height: 62px;
  width: 62px;
}

.home-v2-chat-guide .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  height: 36px;
  width: 36px;
}

.home-v2-chat-guide .home-v2-kicker-icon svg {
  height: 28px;
  width: 28px;
}

.home-v2-chat-guide-head strong {
  color: #ffffff;
  display: block;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 950;
  line-height: 1.1;
  margin-bottom: 6px;
}

.home-v2-chat-guide-head p {
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.home-v2-chat-guide-list {
  display: grid;
  gap: 23px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-v2-chat-guide li {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 56px minmax(0, 1fr);
  position: relative;
}

.home-v2-chat-guide li:not(:last-child)::after {
  display: none;
}

.home-v2-chat-guide-list li > span {
  height: 56px;
  width: 56px;
}

.home-v2-chat-guide-list b {
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
  margin-bottom: 5px;
}

.home-v2-chat-guide li p,
.home-v2-chat-product-note p {
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  line-height: 1.48;
  margin: 0;
}

.home-v2-chat-product-note {
  align-items: start;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 132px;
  padding: 22px;
}

.home-v2-chat-product-note > span {
  color: #d8f5c7;
}

.home-v2-chat-product-note > span .home-v2-kicker-icon {
  height: 30px;
  width: 30px;
}

.home-v2-chat-product-note > span .home-v2-kicker-icon svg {
  height: 22px;
  width: 22px;
}

.home-v2-chat-product-note b {
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 8px;
}

@media (max-width: 1080px) {
  .home-v2-chat-head {
    max-width: 100%;
  }

  .home-v2-chat-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-chat-guide,
  .home-v2-chat-panel {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .1) 0%, rgba(255, 254, 250, .54) 210px, rgba(255, 254, 250, .97) 320px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 64% top / auto 330px no-repeat,
      #fffefa;
    border-radius: 22px;
    padding: clamp(286px, 78vw, 340px) 18px 22px;
  }

  .home-v2-chat-head h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .home-v2-chat-title-sprout {
    height: 32px;
    transform: scale(.8);
    transform-origin: left top;
    width: 34px;
  }

  .home-v2-chat-head p {
    font-size: 17px;
  }

  .home-v2-chat-head p strong {
    font-size: 21px;
  }

  .home-v2-chat-panel,
  .home-v2-chat-guide {
    border-radius: 18px;
    padding: 18px;
  }

  .home-v2-chat-panel-title .home-v2-assistant-icon,
  .home-v2-chat-avatar {
    height: 40px;
    padding: 6px;
    width: 40px;
  }

  .home-v2-chat-messages {
    gap: 18px;
    min-height: 0;
  }

  .home-v2-chat-message.assistant {
    gap: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .home-v2-chat-message.user {
    max-width: 88%;
  }

  .home-v2-chat-message-bubble {
    padding: 14px 16px;
  }

  .home-v2-chat-prefills {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-chat-form {
    grid-template-columns: minmax(0, 1fr) 54px;
  }

  .home-v2-chat-form label,
  .home-v2-chat-form textarea,
  .home-v2-chat-form button,
  .home-v2-chat-submit {
    height: 54px;
    min-height: 54px;
  }

  .home-v2-chat-submit {
    min-width: 54px;
    width: 54px;
  }

  .home-v2-chat-guide-head,
  .home-v2-chat-guide li,
  .home-v2-chat-product-note {
    gap: 14px;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .home-v2-chat-guide-head > span,
  .home-v2-chat-guide-list li > span {
    height: 48px;
    width: 48px;
  }
}

/* Noot plant assistant mockup alignment */
.home-v2-chat-section {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .99) 0%, rgba(255, 254, 250, .97) 38%, rgba(255, 254, 250, .72) 60%, rgba(255, 254, 250, .18) 100%),
    url("/assets/landing/noot-ai-assistant-bg.png") right top / auto 100% no-repeat,
    #fffefa;
  border: 1px solid rgba(6, 38, 22, .08);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(13, 28, 20, .1);
  padding: clamp(28px, 3.4vw, 44px);
}

.home-v2-chat-head {
  margin-bottom: clamp(16px, 1.9vw, 22px);
  max-width: 565px;
}

.home-v2-chat-head h2 {
  color: #042516;
  display: block;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(48px, 4.9vw, 64px);
  gap: 10px;
  line-height: .98;
  margin-bottom: 10px;
}

.home-v2-chat-title-sprout {
  height: 34px;
  margin-left: 8px;
  margin-top: 0;
  transform: translateY(5px);
  vertical-align: baseline;
  width: 38px;
}

.home-v2-chat-title-sprout i {
  background: #579e39;
  height: 6px;
  width: 18px;
}

.home-v2-chat-title-sprout i:nth-child(1) {
  right: 10px;
  top: 1px;
}

.home-v2-chat-title-sprout i:nth-child(2) {
  right: 0;
  top: 15px;
}

.home-v2-chat-title-sprout i:nth-child(3) {
  right: 18px;
  top: 24px;
  width: 12px;
}

.home-v2-chat-head p {
  color: #4d575f;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.38;
  max-width: 535px;
}

.home-v2-chat-head p strong {
  color: #293238;
  font-size: clamp(19px, 1.65vw, 23px);
  margin-bottom: 5px;
}

.home-v2-chat-shell {
  align-items: stretch;
  gap: clamp(16px, 1.7vw, 22px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
}

.home-v2-chat-panel,
.home-v2-chat-guide {
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(13, 28, 20, .12);
}

.home-v2-chat-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(8, 43, 24, .1);
  gap: 18px;
  min-height: 0;
  overflow: hidden;
  padding: clamp(20px, 2vw, 24px);
}

.home-v2-chat-panel-title {
  gap: 12px;
  min-height: 46px;
}

.home-v2-chat-panel-title .home-v2-assistant-icon,
.home-v2-chat-avatar {
  background: linear-gradient(135deg, #69bc3f 0%, #16883e 100%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(22, 136, 62, .18);
  height: 44px;
  padding: 7px;
  width: 44px;
}

.home-v2-chat-panel-title strong {
  color: #111912;
  font-size: 16px;
  font-weight: 950;
}

.home-v2-chat-panel-title > span {
  background: #e2f6dd;
  color: #23712d;
  font-size: 12px;
  padding: 6px 9px;
}

.home-v2-chat-messages {
  align-content: start;
  gap: 22px;
  height: clamp(176px, 22vw, 322px);
  max-height: 322px;
  min-height: 126px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 12px;
  scrollbar-color: #16883e #edf1ec;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
}

.home-v2-chat-messages::-webkit-scrollbar {
  height: 14px;
  width: 14px;
}

.home-v2-chat-messages::-webkit-scrollbar-track {
  background: #edf1ec;
  border-radius: 999px;
}

.home-v2-chat-messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #69bc3f 0%, #16883e 100%);
  border: 3px solid #edf1ec;
  border-radius: 999px;
}

.home-v2-chat-messages::-webkit-scrollbar-thumb:hover {
  background: #0c8b38;
}

.home-v2-chat-message,
.home-v2-chat-message.assistant,
.home-v2-chat-message.user {
  gap: 12px;
}

.home-v2-chat-message.assistant {
  grid-template-columns: 44px minmax(0, 1fr);
  max-width: min(548px, 100%);
}

.home-v2-chat-message.assistant:first-child .home-v2-chat-avatar {
  visibility: hidden;
}

.home-v2-chat-message.user {
  max-width: min(420px, 76%);
}

.home-v2-chat-message-bubble {
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(18, 32, 24, .05);
  padding: 15px 18px;
}

.home-v2-chat-message.assistant .home-v2-chat-message-bubble {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(8, 43, 24, .1);
}

.home-v2-chat-message.user .home-v2-chat-message-bubble {
  background: #eff7ee;
  border: 1px solid rgba(22, 136, 62, .14);
}

.home-v2-chat-message p,
.home-v2-chat-message.user p,
.home-v2-chat-message.user span {
  color: #101711;
  font-size: clamp(14px, .96vw, 15px);
  line-height: 1.52;
}

.home-v2-chat-message.user small {
  color: #788184;
  font-size: 12px;
  margin-top: 10px;
}

.home-v2-chat-message.user small span {
  color: #7fb995;
}

.home-v2-chat-prompt-title {
  color: #111912;
  font-size: 14px;
  font-weight: 750;
  gap: 8px;
}

.home-v2-chat-prompt-title::after {
  background: rgba(17, 53, 28, .09);
}

.home-v2-chat-prompt-title .home-v2-kicker-icon {
  color: #16883e;
  height: 20px;
  width: 20px;
}

.home-v2-chat-prompt-title .home-v2-kicker-icon svg {
  height: 16px;
  width: 16px;
}

.home-v2-chat-prefills {
  flex-wrap: nowrap;
  gap: 10px;
  padding-bottom: 12px;
}

.home-v2-chat-prefills button {
  border-radius: 10px;
  flex: 0 0 auto;
  gap: 2px 10px;
  grid-template-columns: 40px max-content;
  min-height: 62px;
  min-width: max-content;
  padding: 10px;
}

.home-v2-chat-prefills button > span {
  background: #f0f8ee;
  height: 40px;
  width: 40px;
}

.home-v2-chat-prefills button .home-v2-kicker-icon {
  height: 26px;
  width: 26px;
}

.home-v2-chat-prefills button .home-v2-kicker-icon svg {
  height: 20px;
  width: 20px;
}

.home-v2-chat-prefills button strong,
.home-v2-chat-prefills button small {
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  max-width: none;
  overflow: visible;
  overflow-wrap: normal;
  text-overflow: clip;
  word-break: normal;
}

.home-v2-chat-prefills button strong:last-child {
  align-self: center;
  grid-row: 1 / span 2;
}

.home-v2-chat-prefill-fallback::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.home-v2-chat-form {
  border-color: rgba(17, 53, 28, .1);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(18, 32, 24, .08);
  grid-template-columns: minmax(0, 1fr) 50px;
  padding: 6px;
}

.home-v2-chat-form label {
  min-height: 50px;
  position: relative;
}

.home-v2-chat-form label::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%239aa3a0'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='m21.44%2011.05-9.19%209.19a6%206%200%200%201-8.49-8.49l9.19-9.19a4%204%200%200%201%205.66%205.66l-9.2%209.19a2%202%200%200%201-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
  content: "";
  height: 24px;
  left: 12px;
  opacity: .82;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.home-v2-chat-form textarea {
  font-size: 15px;
  height: 50px;
  min-height: 50px;
  padding: 15px 12px 15px 42px;
  white-space: nowrap;
}

.home-v2-chat-form button,
.home-v2-chat-submit {
  background: #0c8b38;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(12, 139, 56, .24);
  display: grid;
  height: 50px;
  line-height: 0;
  min-height: 50px;
  min-width: 50px;
  place-items: center;
  width: 50px;
}

.home-v2-chat-form button::before,
.home-v2-chat-submit::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M4%2020L21%2012L4%204V10.2L15.8%2012L4%2013.8V20Z'%20fill='%23ffffff'/%3E%3C/svg%3E") center / 23px 23px no-repeat;
  clip-path: none;
  content: "";
  display: block;
  grid-area: 1 / 1;
  height: 24px;
  margin: 0;
  place-self: center;
  transform: none;
  transform-origin: center;
  width: 24px;
}

.home-v2-chat-submit-icon,
.home-v2-chat-submit-arrow {
  display: none;
}

.home-v2-chat-guide {
  background: linear-gradient(145deg, #0d3327 0%, #061f19 100%);
  border: 1px solid rgba(255, 255, 255, .09);
  gap: 22px;
  min-height: 628px;
  padding: clamp(20px, 2vw, 26px);
}

.home-v2-chat-guide-head {
  gap: 14px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.home-v2-chat-guide-head > span {
  height: 54px;
  width: 54px;
}

.home-v2-chat-guide-head > span,
.home-v2-chat-guide-list li > span {
  background: rgba(128, 192, 97, .16);
  border-color: rgba(255, 255, 255, .07);
  color: #d9f3ca;
}

.home-v2-chat-guide .home-v2-kicker-icon {
  height: 32px;
  width: 32px;
}

.home-v2-chat-guide .home-v2-kicker-icon svg {
  height: 25px;
  width: 25px;
}

.home-v2-chat-guide-head strong {
  font-size: clamp(20px, 1.7vw, 24px);
  margin-bottom: 4px;
}

.home-v2-chat-guide-head p {
  font-size: 14px;
}

.home-v2-chat-guide-list {
  gap: 19px;
}

.home-v2-chat-guide li {
  gap: 16px;
  grid-template-columns: 52px minmax(0, 1fr);
}

.home-v2-chat-guide-list li > span {
  height: 52px;
  width: 52px;
}

.home-v2-chat-guide-list b {
  font-size: 15px;
  margin-bottom: 4px;
}

.home-v2-chat-guide li p,
.home-v2-chat-product-note p {
  font-size: 14px;
  line-height: 1.44;
}

.home-v2-chat-product-note {
  border-radius: 10px;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr);
  margin-top: auto;
  min-height: 118px;
  overflow: hidden;
  padding: 17px 118px 17px 17px;
  position: relative;
}

.home-v2-chat-product-note::after {
  background:
    linear-gradient(90deg, rgba(8, 39, 29, 0), rgba(8, 39, 29, .08)),
    url("/assets/landing/noot-jug.jpg") center / cover no-repeat;
  border-radius: 14px 0 0 0;
  bottom: 0;
  content: "";
  opacity: .78;
  position: absolute;
  right: 0;
  top: 22px;
  width: 112px;
}

.home-v2-chat-product-note > * {
  position: relative;
  z-index: 1;
}

.home-v2-chat-product-note > span .home-v2-kicker-icon {
  height: 26px;
  width: 26px;
}

.home-v2-chat-product-note b {
  font-size: 14px;
  margin-bottom: 6px;
}

@media (max-width: 1080px) {
  .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .12) 0%, rgba(255, 254, 250, .58) 250px, rgba(255, 254, 250, .97) 390px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 70% top / auto 430px no-repeat,
      #fffefa;
    padding-top: clamp(322px, 48vw, 420px);
  }

  .home-v2-chat-head {
    max-width: 680px;
  }

  .home-v2-chat-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-chat-panel,
  .home-v2-chat-guide {
    min-height: 0;
  }

  .home-v2-chat-guide {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .06) 0%, rgba(255, 254, 250, .48) 170px, rgba(255, 254, 250, .96) 282px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 70% top / auto 315px no-repeat,
      #fffefa;
    border-radius: 20px;
    padding: clamp(262px, 74vw, 318px) 16px 18px;
  }

  .home-v2-chat-head {
    margin-bottom: 16px;
  }

  .home-v2-chat-head h2 {
    font-size: clamp(40px, 12.5vw, 54px);
    gap: 6px;
    max-width: 100%;
  }

  .home-v2-chat-title-sprout {
    height: 28px;
    margin-left: 5px;
    transform: translateY(4px);
    width: 30px;
  }

  .home-v2-chat-head p {
    font-size: 16px;
    line-height: 1.42;
  }

  .home-v2-chat-head p strong {
    font-size: 19px;
  }

  .home-v2-chat-shell {
    gap: 16px;
  }

  .home-v2-chat-panel,
  .home-v2-chat-guide {
    border-radius: 16px;
    padding: 16px;
  }

  .home-v2-chat-panel {
    gap: 16px;
  }

  .home-v2-chat-panel-title {
    min-height: 40px;
  }

  .home-v2-chat-panel-title .home-v2-assistant-icon,
  .home-v2-chat-avatar {
    height: 38px;
    padding: 6px;
    width: 38px;
  }

  .home-v2-chat-panel-title strong {
    font-size: 15px;
  }

  .home-v2-chat-panel-title > span {
    font-size: 11px;
    padding: 5px 8px;
  }

  .home-v2-chat-messages {
    gap: 16px;
    height: min(44vh, 300px);
    max-height: 300px;
    min-height: 164px;
    padding-right: 10px;
  }

  .home-v2-chat-message.assistant {
    grid-template-columns: 38px minmax(0, 1fr);
    max-width: 100%;
  }

  .home-v2-chat-message.user {
    max-width: 86%;
  }

  .home-v2-chat-message-bubble {
    padding: 13px 14px;
  }

  .home-v2-chat-message p,
  .home-v2-chat-message.user p,
  .home-v2-chat-message.user span {
    font-size: 14px;
  }

  .home-v2-chat-prefills {
    gap: 9px;
    margin-inline: -2px;
    padding-bottom: 12px;
    padding-inline: 2px;
  }

  .home-v2-chat-prefills button {
    flex: 0 0 auto;
    max-width: none;
    min-width: max-content;
  }

  .home-v2-chat-prefills button strong {
    max-width: none;
  }

  .home-v2-chat-form {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .home-v2-chat-form label,
  .home-v2-chat-form textarea {
    height: 58px;
    min-height: 58px;
  }

  .home-v2-chat-form button,
  .home-v2-chat-submit {
    height: 52px;
    min-height: 52px;
  }

  .home-v2-chat-form textarea {
    font-size: 13px;
    line-height: 1.25;
    padding: 12px 8px 10px 42px;
    white-space: normal;
  }

  .home-v2-chat-submit {
    min-width: 52px;
    width: 52px;
  }

  .home-v2-chat-guide {
    gap: 18px;
  }

  .home-v2-chat-guide-head,
  .home-v2-chat-guide li,
  .home-v2-chat-product-note {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .home-v2-chat-guide-head > span,
  .home-v2-chat-guide-list li > span {
    height: 44px;
    width: 44px;
  }

  .home-v2-chat-guide-list {
    gap: 16px;
  }

  .home-v2-chat-product-note {
    min-height: 0;
    padding: 15px;
  }

  .home-v2-chat-product-note::after {
    display: none;
  }
}

/* Account login shell */
.account-auth-body {
  background:
    linear-gradient(135deg, rgba(240, 248, 241, .96), rgba(255, 255, 255, .98) 42%, rgba(246, 250, 245, .96)),
    #fbfcf9;
  color: #0c130f;
  font-family: var(--noot-font, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  min-height: 100vh;
}

.account-auth-body,
.account-auth-body * {
  box-sizing: border-box;
}

.account-auth-shell {
  align-content: start;
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, min(100%, 520px));
  justify-content: center;
  margin: 0 auto;
  min-height: 100vh;
  padding: clamp(18px, 5vw, 58px);
  width: min(640px, 100%);
}

.account-auth-brand-panel,
.account-auth-panel {
  border: 1px solid #dfe8dc;
  border-radius: 8px;
}

.account-auth-brand-panel {
  align-content: space-between;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .92), rgba(238, 248, 240, .94)),
    #f2f9f3;
  display: grid;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  position: relative;
}

.account-auth-brand-panel::after {
  background: url("/assets/products/noot-vial.jpg") center / contain no-repeat;
  bottom: 82px;
  content: "";
  height: min(34vw, 240px);
  opacity: .14;
  position: absolute;
  right: clamp(10px, 4vw, 38px);
  width: min(30vw, 200px);
  z-index: 0;
}

.account-auth-logo {
  align-items: center;
  display: inline-flex;
  justify-self: center;
  min-height: 58px;
  position: relative;
  width: max-content;
  z-index: 1;
}

.account-auth-logo img {
  height: auto;
  width: 146px;
}

.account-auth-copy {
  align-self: center;
  display: grid;
  gap: 12px;
  max-width: 430px;
  position: relative;
  z-index: 1;
}

.account-auth-copy span,
.account-auth-panel-head span,
.account-auth-route-card span {
  color: #00833a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-auth-copy h1 {
  color: #050806;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(44px, 6vw, 74px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
  margin: 0;
}

.account-auth-copy p {
  color: #425047;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  margin: 0;
  max-width: 330px;
}

.account-auth-route-card {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #dbe7d9;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  max-width: 370px;
  min-height: 76px;
  padding: 16px 18px;
  position: relative;
  z-index: 1;
}

.account-auth-route-card strong {
  color: #101711;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

.account-auth-panel {
  align-self: center;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(22, 38, 24, .09);
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3.6vw, 36px);
  width: 100%;
}

.account-auth-panel-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.account-auth-panel-head h2 {
  color: #050806;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
  margin: 6px 0 0;
}

.account-auth-panel-head img {
  background: #eaf7ed;
  border-radius: 999px;
  height: 46px;
  padding: 9px;
  width: 46px;
}

.account-auth-form {
  display: grid;
  gap: 14px;
}

.account-auth-tabs {
  background: #f3f7f1;
  border: 1px solid #dce6d9;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 4px;
}

.account-auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  color: #526156;
  min-height: 42px;
  min-width: 0;
  padding: 0 10px;
  white-space: normal;
}

.account-auth-tabs button.active {
  background: #00883b;
  color: #fff;
}

.account-auth-form label {
  color: #314039;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.account-auth-form label.is-collapsed {
  display: none;
}

.account-auth-form input {
  background: #fff;
  border: 1px solid #d8e2d6;
  border-radius: 8px;
  color: #101711;
  font: 800 15px/1 var(--noot-font, Inter, ui-sans-serif, system-ui, sans-serif);
  min-height: 50px;
  padding: 0 14px;
}

.account-auth-form input:focus-visible,
.account-auth-tabs button:focus-visible,
.account-auth-submit:focus-visible,
.account-auth-secondary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 136, 59, .18);
}

.account-auth-submit,
.account-auth-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  text-decoration: none;
}

.account-auth-submit {
  background: linear-gradient(180deg, #10a54d, #00883b);
  border: 1px solid #00883b;
  color: #fff;
}

.account-auth-submit:hover {
  background: #007532;
  border-color: #007532;
}

.account-auth-secondary {
  background: #fff;
  border: 1px solid #d8e2d6;
  color: #101711;
}

.account-auth-secondary:hover {
  border-color: #aebfaf;
  color: #00833a;
}

.account-auth-notice:empty {
  display: none;
}

.account-auth-notice .alert {
  border-radius: 8px;
  margin: 0;
}

@media (max-width: 880px) {
  .account-auth-shell {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }
}

@media (max-width: 560px) {
  .account-auth-panel {
    padding: 20px;
  }

  .account-auth-logo img {
    width: 128px;
  }

  .account-auth-tabs {
    grid-template-columns: 1fr;
  }
}

/* Account Auto Delivery final cascade position */
.account-v2-body {
  background: #fbfcf9;
  max-width: 100%;
  overflow-x: hidden;
}

@supports selector(html:has(body)) {
  html:has(body.account-v2-body) {
    overflow-x: hidden;
  }
}

.account-v2 {
  background: #fbfcf9;
  box-sizing: border-box;
  grid-template-columns: 222px minmax(0, 1fr);
  max-width: 100%;
  overflow-x: clip;
}

.account-workspace,
.account-main-v2,
.account-screen-v2,
.auto-delivery-dashboard {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.account-sidebar-v2 {
  background: rgba(255, 255, 255, 0.97);
  border-right: 1px solid #e2e7df;
  box-shadow: none;
  padding: 22px 15px;
}

.account-logo-row {
  border-bottom: 1px solid #e6ebe3;
  min-height: 70px;
  padding: 0 6px 18px;
}

.account-logo-full {
  max-height: 45px;
  width: 139px;
}

.account-nav-button,
.account-logout {
  border-radius: 8px;
  box-shadow: none;
  color: #111811;
  font-size: 14px;
  font-weight: 850;
  min-height: 45px;
}

.account-nav-button.active,
.account-nav-button:hover {
  background: #edf7ef;
  color: #007f37;
}

.account-nav-button.active i,
.account-nav-button:hover i {
  color: #007f37;
}

.account-desktop-top {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e1e6df;
  box-shadow: none;
  height: 69px;
  padding: 0 38px;
}

.account-main-v2 {
  max-width: 1238px;
  padding: 22px 38px 28px;
}

.account-card,
.metric-card,
.reward-balance-card,
.tracking-card,
.address-card,
.payment-card,
.preset-card,
.reward-product,
.auto-summary-card,
.auto-assistant-card {
  background: #fff;
  border: 1px solid #e1e7df;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(19, 32, 22, 0.035);
}

.auto-dashboard-head {
  grid-template-columns: minmax(270px, 0.82fr) minmax(420px, 1.18fr);
}

.auto-active-banner {
  grid-template-columns: 42px minmax(150px, 1fr) minmax(160px, auto) 126px;
}

.auto-title-block h1 {
  color: #060907;
  font-size: 31px;
  font-weight: 920;
  letter-spacing: 0;
}

.auto-schedule-panel {
  grid-template-columns: minmax(180px, 0.8fr) minmax(300px, 1.15fr) minmax(260px, 1fr);
  padding: 22px 24px;
}

.auto-cadence-segmented {
  border: 1px solid #d8dfd6;
  border-radius: 7px;
  gap: 0;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  overflow: hidden;
  width: min(300px, 100%);
}

.auto-cadence-segmented .seg-option {
  border: 0;
  border-radius: 0;
  min-height: 36px;
}

.auto-cadence-segmented .seg-option.active {
  background: linear-gradient(180deg, #10a54d, #00883b);
  color: #fff;
}

.account-v2 .date-input-shell {
  background: #fff;
  border: 1px solid #d9e1d7;
  border-radius: 7px;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  min-height: 38px;
}

.account-v2 .date-input-shell input[type="date"] {
  color: #101711;
  font-size: 14px;
  font-weight: 880;
}

.account-v2 .date-input-shell input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.auto-dashboard-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 402px);
}

.auto-detail-panels {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.delivery-cart-head {
  border-bottom: 1px solid #e6ebe3;
  padding-bottom: 14px;
}

.auto-delivery-dashboard .product-editor-row,
.auto-modal-products .product-editor-row {
  border-bottom: 1px solid #eef1ec;
  border-radius: 0;
  grid-template-columns: 48px minmax(0, 1fr) 102px 86px;
  min-height: 70px;
  padding: 8px 0;
}

.auto-delivery-dashboard .product-editor-row:last-child,
.auto-modal-products .product-editor-row:last-child {
  border-bottom: 0;
}

.product-art {
  background: linear-gradient(180deg, #f9faf6, #f1f4ee);
  border-radius: 7px;
  height: 48px;
  width: 42px;
}

.qty-stepper {
  gap: 0;
  grid-template-columns: 33px 42px 33px;
  overflow: hidden;
}

.auto-delivery-dashboard .qty-stepper button,
.auto-modal-products .qty-stepper button {
  box-sizing: border-box;
  min-width: 33px;
  padding: 0;
  width: 33px;
}

.auto-delivery-dashboard .qty-stepper input,
.auto-modal-products .qty-stepper input {
  box-sizing: border-box;
  min-width: 42px;
  padding: 0;
  width: 42px;
}

.qty-stepper button,
.qty-stepper input {
  border-radius: 7px;
  min-height: 32px;
}

.auto-cart-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-top: 13px;
}

.auto-summary-card .summary-line.strong {
  padding-top: 17px;
}

@media (max-width: 1180px) {
  .auto-dashboard-head,
  .auto-dashboard-grid,
  .auto-detail-panels {
    grid-template-columns: 1fr;
  }

  .auto-active-banner {
    grid-template-columns: 42px minmax(0, 1fr) minmax(190px, auto);
    padding-right: 22px;
  }

  .auto-banner-art {
    display: none;
  }
}

@media (max-width: 980px) {
  .account-v2 {
    grid-template-columns: 1fr;
  }

  .account-main-v2 {
    padding: 16px;
  }

  .auto-schedule-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .auto-active-banner {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .auto-banner-date {
    border-left: 0;
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .product-editor-row,
  .auto-modal-products .product-editor-row {
    grid-template-columns: 44px minmax(0, 1fr) 96px;
  }

  .product-editor-row > strong {
    grid-column: 2 / -1;
    text-align: left;
  }

  .auto-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Auto Delivery mockup alignment pass */
.account-v2-body {
  background: #fbfcf9;
  color: #0d130f;
  font-family: var(--noot-font);
}

.account-v2,
.account-dialog,
.more-dialog {
  font-family: var(--noot-font);
}

.account-v2 :where(h1, h2, h3),
.account-dialog h2,
.more-dialog h2 {
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-weight: 400;
  letter-spacing: 0;
}

.account-v2 :where(button, input, select, textarea),
.account-dialog :where(button, input, select, textarea),
.more-dialog :where(button, input, select, textarea) {
  font-family: var(--noot-font);
}

.account-v2 {
  background: #fbfcf9;
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr);
  min-height: 100vh;
}

.account-sidebar-v2 {
  background: rgba(255, 255, 255, .98);
  border-right: 1px solid #e1e7df;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 22px 15px 30px;
}

.account-logo-row {
  border-bottom: 1px solid #e8ede5;
  min-height: 71px;
  padding: 0 6px 20px;
}

.account-logo-full {
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  width: 132px;
}

.account-nav-v2 {
  gap: 7px;
  padding-top: 16px;
}

.account-nav-button,
.account-logout {
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: #121713;
  font-size: 14px;
  font-weight: 850;
  gap: 14px;
  min-height: 45px;
  padding: 0 20px;
}

.account-nav-button i,
.account-logout i {
  color: #0f1511;
  font-size: 16px;
  width: 18px;
}

.account-nav-button.active,
.account-nav-button:hover {
  background: #edf7ef;
  color: #00833a;
}

.account-nav-button.active i,
.account-nav-button:hover i {
  color: #00833a;
}

.account-logout {
  border: 1px solid #e0e6de;
  border-radius: 8px;
  margin-top: 18px;
}

.account-workspace {
  background: #fbfcf9;
  min-width: 0;
}

.account-desktop-top {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e1e6df;
  box-shadow: none;
  height: 70px;
  padding: 0 38px;
}

.account-breadcrumb {
  color: #0d130f;
  font-size: 13px;
  font-weight: 850;
  gap: 24px;
}

.account-breadcrumb span {
  color: #171d18;
  font-weight: 650;
}

.account-breadcrumb span::before {
  background: transparent;
  color: #8d968e;
  content: ">";
  font-size: 15px;
  height: auto;
  left: -17px;
  line-height: 1;
  top: 49%;
  width: auto;
}

.account-breadcrumb {
  align-items: center;
  display: flex;
  gap: 8px;
}

.account-breadcrumb span::before {
  content: none;
  display: none;
}

.breadcrumb-pill {
  align-items: center;
  background: #f6faf5;
  border: 1px solid #dfe8dc;
  border-radius: 999px;
  color: #111611;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  line-height: 1;
  min-height: 34px;
  padding: 0 13px;
  white-space: nowrap;
}

.breadcrumb-pill i {
  align-items: center;
  background: #e6f5e9;
  border-radius: 999px;
  color: #00833a;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.breadcrumb-current {
  background: #fff;
  border-color: #dbe5d8;
}

.breadcrumb-separator {
  align-items: center;
  color: #728074;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
}

.account-top-actions {
  gap: 15px;
}

.account-bell-button,
.account-menu-button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: #050806;
  min-height: 34px;
}

.account-avatar {
  align-items: center;
  background: #dfece2;
  border-radius: 999px;
  color: #101611;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.account-dialog h2,
.more-dialog h2 {
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  letter-spacing: 0;
}

.account-v2 .hello-row h1,
.account-v2 .section-head-row h1,
.account-v2 .account-screen-v2 > h1,
.account-v2 .auto-title-block h1 {
  color: #050806;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(34px, 2.9vw, 44px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
}

.account-main-v2 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: none;
  padding: 22px 38px 28px;
  width: 100%;
}

.account-notice:empty {
  display: none;
  margin: 0;
}

.account-screen-v2,
.screen-stack,
.auto-delivery-dashboard,
.auto-dashboard-main,
.auto-dashboard-side {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.auto-delivery-dashboard {
  align-content: start;
}

.auto-dashboard-head {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  margin-bottom: -10px;
}

.auto-title-block {
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 4px 0 0 3px;
}

.auto-title-block h1 {
  color: #050806;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.auto-title-block p {
  color: #252d27;
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

.auto-active-banner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(250, 255, 250, .94)),
    #fff;
  border: 1px solid #dbe5d9;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(17, 34, 22, .035);
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(160px, .9fr) minmax(150px, .7fr) minmax(238px, 1fr);
  min-height: 130px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.auto-active-banner.deactivated .auto-banner-check {
  background: linear-gradient(180deg, #e69a32, #bd641b);
  box-shadow: 0 8px 18px rgba(189, 100, 27, .2);
}

.delivery-status-card.deactivated .choice-icon {
  background: #fbefe1;
  color: #bd641b;
}

.delivery-status-card.deactivated.selected .choice-icon {
  background: #bd641b;
  color: #fff;
}

.auto-banner-check {
  align-items: center;
  background: linear-gradient(180deg, #12a653, #00833a);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 131, 58, .2);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  grid-column: 1;
  grid-row: 1 / 3;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 38px;
  z-index: 1;
}

.auto-banner-status {
  align-content: center;
  display: grid;
  gap: 4px;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.auto-active-banner strong {
  color: #111611;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.auto-active-banner small {
  color: #202820;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.auto-status-action {
  background: #fff;
  border: 1px solid #dce3da;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(18, 28, 20, .035);
  color: #111611;
  font-size: 13px;
  font-weight: 850;
  justify-self: start;
  margin-top: 9px;
  min-height: 36px;
  padding: 0 17px;
}

.auto-banner-frequency {
  align-content: center;
  display: grid;
  gap: 7px;
  grid-column: 3;
  grid-row: 1;
  min-height: 82px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.auto-banner-frequency .auto-cadence-segmented {
  grid-template-columns: repeat(3, minmax(48px, 1fr));
  width: min(198px, 100%);
}

.auto-banner-frequency .auto-cadence-segmented .seg-option {
  font-size: 11px;
  min-height: 32px;
  padding: 0 6px;
}

.auto-banner-date {
  align-content: center;
  display: grid;
  gap: 7px;
  grid-column: 4;
  grid-row: 1;
  min-height: 82px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.auto-banner-date small {
  color: #414a43;
  font-size: 12px;
  font-weight: 650;
}

.auto-banner-date strong {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  gap: 8px;
  white-space: nowrap;
}

.auto-banner-date .auto-date-link {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #00833a;
  font-size: 12px;
  font-weight: 900;
  justify-content: flex-start;
  margin: 0;
  min-height: 22px;
  padding: 0;
}

.auto-banner-date .auto-date-link i {
  font-size: 11px;
  margin-left: 7px;
}

.auto-banner-assistant {
  align-content: center;
  border-top: 1px solid #e2e8df;
  display: grid;
  gap: 8px 12px;
  grid-column: 2 / -1;
  grid-row: 2;
  grid-template-columns: minmax(128px, 168px) minmax(0, 1fr);
  min-height: 0;
  min-width: 0;
  padding-top: 12px;
  position: relative;
  z-index: 1;
}

.auto-banner-assistant-head {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 30px minmax(0, 1fr);
  min-width: 0;
}

.auto-banner-assistant-head img {
  background: linear-gradient(180deg, #11a64f, #00863b);
  border-radius: 999px;
  height: 30px;
  padding: 3px;
  width: 30px;
}

.auto-banner-assistant-head span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.auto-banner-assistant-head strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auto-assistant-chat-box {
  display: grid;
  gap: 6px;
  grid-column: 2;
  min-width: 0;
}

.auto-assistant-prompt-row {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.auto-assistant-prompt-row input {
  background: #fff;
  border: 1px solid #dfe6dd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(18, 28, 20, .025);
  color: #111611;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  min-height: 34px;
  min-width: 0;
  padding: 0 9px;
}

.auto-assistant-prompt-row input:focus {
  border-color: #00833a;
  box-shadow: 0 0 0 3px rgba(0, 131, 58, .12);
  outline: 0;
}

.auto-assistant-send {
  align-items: center;
  background: linear-gradient(180deg, #11a64f, #00863b);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  height: 34px;
  justify-content: center;
  margin: 0;
  min-height: 34px;
  padding: 0 10px;
  white-space: nowrap;
}

.auto-assistant-send i {
  font-size: 11px;
}

.auto-banner-assistant-actions {
  display: grid;
  gap: 6px;
  grid-column: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.auto-banner-assistant-actions button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6dd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(18, 28, 20, .025);
  color: #0d1510;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 6px;
  height: 32px;
  justify-content: flex-start;
  margin: 0;
  min-height: 32px;
  min-width: 0;
  padding: 0 8px;
  width: 100%;
}

.auto-banner-assistant-actions button i {
  color: #00833a;
  flex: 0 0 14px;
  font-size: 12px;
  text-align: center;
  width: 14px;
}

.auto-banner-assistant-actions button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auto-banner-assistant-actions button:hover {
  border-color: #00833a;
  color: #00833a;
}

.auto-banner-art {
  align-self: stretch;
  display: block;
  min-width: 126px;
  position: relative;
}

.auto-banner-art::before {
  background: linear-gradient(145deg, #0b9b45, #007a36);
  border-radius: 2px;
  bottom: -2px;
  box-shadow: 18px -8px 0 rgba(0, 131, 58, .16), 0 18px 34px rgba(0, 95, 42, .14);
  content: "";
  height: 56px;
  position: absolute;
  right: 30px;
  width: 82px;
}

.auto-banner-art::after {
  background: rgba(0, 131, 58, .08);
  border-radius: 999px;
  bottom: -42px;
  content: "";
  height: 112px;
  position: absolute;
  right: -14px;
  width: 112px;
}

.auto-banner-art span::before,
.auto-banner-art span::after {
  background: #55a865;
  border-radius: 999px 999px 999px 0;
  content: "";
  height: 38px;
  position: absolute;
  right: 74px;
  top: 32px;
  transform: rotate(-42deg);
  width: 18px;
  z-index: 1;
}

.auto-banner-art span::after {
  height: 46px;
  right: 54px;
  top: 18px;
  transform: rotate(38deg);
  width: 20px;
}

.auto-schedule-panel {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(220px, .78fr) minmax(310px, 1.12fr) minmax(280px, 1fr);
  height: 154px;
  min-height: 154px;
  padding: 18px 24px;
}

.auto-schedule-cell {
  align-content: start;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 0 25px;
}

.auto-schedule-cell:first-child {
  padding-left: 0;
}

.auto-schedule-cell + .auto-schedule-cell {
  border-left: 1px solid #e5eae2;
}

.auto-schedule-cell > strong {
  align-items: center;
  color: #121713;
  display: inline-flex;
  font-size: 15px;
  gap: 8px;
}

.auto-schedule-cell small {
  color: #3d463f;
  font-size: 13px;
}

.auto-status-dot {
  background: #008c3e;
  border: 3px solid #d9f0df;
  border-radius: 999px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.auto-status-dot.deactivated {
  background: #bf6b1f;
  border-color: #f6dfc7;
}

.seg-group-label {
  color: #38423b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
}

.auto-cadence-segmented {
  border: 1px solid #d9e0d7;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(20, 30, 23, .025);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  overflow: hidden;
  width: min(300px, 100%);
}

.auto-cadence-segmented .seg-option {
  background: #fff;
  border: 0;
  border-right: 1px solid #d9e0d7;
  border-radius: 0;
  color: #172019;
  font-size: 14px;
  font-weight: 850;
  min-height: 36px;
}

.auto-cadence-segmented .seg-option:last-child {
  border-right: 0;
}

.auto-cadence-segmented .seg-option.active {
  background: linear-gradient(180deg, #11a64f, #00863b);
  color: #fff;
}

.auto-date-display-shell {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e2d6;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 30, 23, .045);
  color: #101611;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 32px minmax(0, 1fr) 18px;
  justify-content: flex-start;
  justify-self: start;
  min-height: 54px;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-align: left;
  max-width: 270px;
  width: 100%;
}

.auto-date-display-shell > i:first-child {
  align-items: center;
  background: #eef8ef;
  border-radius: 7px;
  color: #00833a;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.auto-date-picker-card {
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.auto-date-field-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.auto-date-display-shell strong {
  color: #101611;
  font-family: var(--noot-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auto-date-field-copy small {
  color: #5f6d61;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.1;
}

.auto-date-display-shell .date-chevron {
  align-items: center;
  background: transparent;
  color: #00833a;
  display: inline-flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.auto-date-display-shell input[type="date"] {
  cursor: pointer;
  display: block;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.auto-date-display-shell input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.auto-date-display-shell:focus-within {
  border-color: #009641;
  box-shadow: 0 0 0 3px rgba(0, 150, 65, .14), 0 8px 18px rgba(20, 30, 23, .045);
}

.auto-date-link {
  color: #00833a;
  font-size: 14px;
  font-weight: 900;
  justify-content: flex-start;
  min-height: 24px;
}

.auto-date-link i {
  font-size: 12px;
  margin-left: 8px;
}

.auto-dashboard-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 402px);
}

.auto-cart-card {
  gap: 10px;
  padding: 17px 22px 12px;
}

.delivery-cart-head {
  align-items: center;
  border-bottom: 1px solid #e6ebe3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}

.delivery-cart-head > div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.delivery-cart-head h3 {
  color: #111611;
  font-size: 17px;
  font-weight: 900;
  margin: 0;
}

.auto-item-count {
  background: #f6f8f5;
  border: 1px solid #dfe6dd;
  border-radius: 999px;
  color: #333c34;
  font-size: 11px;
  font-weight: 850;
  padding: 3px 8px;
}

.delivery-cart-head .text-link {
  color: #00833a;
  font-size: 13px;
  font-weight: 900;
}

.auto-cart-card .product-mix-list {
  gap: 0;
}

.auto-delivery-dashboard .product-editor-row,
.auto-modal-products .product-editor-row {
  border-bottom: 1px solid #edf1eb;
  border-radius: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr) 104px 90px 18px;
  min-height: 60px;
  padding: 5px 0;
}

.auto-delivery-dashboard .product-editor-row::after {
  align-self: center;
  color: #0d130f;
  content: "\22EE";
  font-size: 18px;
  font-weight: 900;
  justify-self: end;
  line-height: 1;
}

.auto-modal-products .product-editor-row::after {
  content: none;
}

.auto-delivery-dashboard .product-editor-row:last-child,
.auto-modal-products .product-editor-row:last-child {
  border-bottom: 0;
}

.product-editor-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.product-editor-main strong {
  color: #111611;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.product-editor-main span {
  color: #29322b;
  font-size: 13px;
}

.product-art {
  background: linear-gradient(180deg, #f9faf6, #f1f4ee);
  border-radius: 7px;
  height: 44px;
  overflow: hidden;
  width: 42px;
}

.product-art img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.qty-stepper {
  display: grid;
  gap: 0;
  grid-template-columns: 33px 42px 33px;
  justify-self: end;
  overflow: hidden;
}

.auto-delivery-dashboard .qty-stepper button,
.auto-modal-products .qty-stepper button,
.auto-delivery-dashboard .qty-stepper input,
.auto-modal-products .qty-stepper input {
  background: #fff;
  border: 1px solid #dfe5dc;
  border-radius: 7px;
  box-shadow: none;
  color: #0f1511;
  font-size: 13px;
  font-weight: 850;
  min-height: 32px;
  padding: 0;
}

.auto-delivery-dashboard .qty-stepper button,
.auto-modal-products .qty-stepper button {
  min-width: 33px;
  width: 33px;
}

.auto-delivery-dashboard .qty-stepper input,
.auto-modal-products .qty-stepper input {
  border-left: 0;
  border-right: 0;
  min-width: 42px;
  width: 42px;
}

.auto-delivery-dashboard .product-editor-row > strong,
.auto-modal-products .product-editor-row > strong {
  align-self: center;
  color: #0a0f0c;
  font-size: 14px;
  font-weight: 950;
  justify-self: end;
}

.auto-cart-actions {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.auto-cart-actions button {
  background: #fff;
  border: 1px solid #dce3da;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(18, 30, 20, .025);
  color: #111611;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  min-height: 32px;
  padding: 0 16px;
}

.auto-detail-panels {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auto-detail-card {
  align-content: start;
  min-height: 276px;
  padding: 20px 24px;
}

.card-title-row {
  border-bottom: 1px solid #eef1ec;
  padding-bottom: 14px;
}

.card-title-row h2,
.auto-summary-card h2,
.auto-assistant-head,
.delivery-cart-head h3,
.auto-delivery-dashboard h1,
.auto-delivery-dashboard h2,
.auto-delivery-dashboard h3 {
  color: #111611;
  font-family: var(--noot-font-display, Georgia, "Times New Roman", serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.08;
}

.auto-title-block h1 {
  font-size: 37px;
  font-weight: 400;
  line-height: .98;
}

.payment-list.compact-list {
  gap: 0;
}

.payment-card.static {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef1ec;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  min-height: 58px;
  padding: 7px 0;
}

.payment-card.static:last-child {
  border-bottom: 0;
}

.payment-card.static > i {
  align-self: center;
  color: #00833a;
  justify-self: end;
}

.card-brand {
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  height: 34px;
  width: 42px;
}

.auto-detail-card > button:not(.text-link) {
  background: #fff;
  border: 1px solid #dce3da;
  border-radius: 7px;
  color: #111611;
  font-size: 13px;
  font-weight: 850;
  justify-self: center;
  min-height: 34px;
  padding: 0 16px;
}

.auto-address-current {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 8px 0 6px;
}

.auto-address-current .choice-icon {
  color: #111611;
  font-size: 20px;
  padding-top: 4px;
}

.auto-address-current strong {
  color: #111611;
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.auto-address-current small {
  color: #1e2721;
  display: block;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 3px;
}

.safe-note.compact {
  background: #f7fbf7;
  border: 1px solid #e2eae0;
  border-radius: 7px;
  color: #213026;
  margin-top: auto;
}

.safe-note.compact i {
  color: #00833a;
}

.auto-summary-card,
.auto-assistant-card {
  align-content: start;
  padding: 22px 26px;
}

.auto-summary-card {
  gap: 8px;
  min-height: 0;
}

.auto-summary-card h2 {
  margin: 0 0 8px;
}

.auto-summary-card .summary-line {
  color: #111611;
  font-size: 14px;
  min-height: 22px;
}

.auto-summary-card .summary-line span {
  color: #111611;
}

.auto-summary-card .summary-line strong {
  color: #0a0f0c;
  font-size: 14px;
  font-weight: 700;
}

.auto-summary-card .summary-line.strong {
  border-top: 1px solid #e4e9e1;
  margin-top: 6px;
  padding-top: 14px;
}

.auto-summary-card .summary-line.strong span,
.auto-summary-card .summary-line.strong strong {
  font-size: 16px;
  font-weight: 950;
}

.auto-saving-note {
  align-items: center;
  background: #f7fbf7;
  border: 1px solid #e1e9df;
  border-radius: 7px;
  display: grid;
  gap: 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  margin-top: 8px;
  min-height: 68px;
  padding: 12px 16px;
}

.auto-saving-note > i {
  color: #00833a;
  font-size: 22px;
}

.auto-saving-note strong {
  color: #111611;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.auto-saving-note small {
  color: #1f2822;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 6px;
}

.auto-assistant-card {
  gap: 8px;
  min-height: 0;
  padding: 12px 14px 11px;
}

.auto-assistant-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.auto-assistant-head > span:first-child {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.auto-assistant-head img {
  background: linear-gradient(180deg, #11a64f, #00863b);
  border-radius: 999px;
  display: block;
  height: 26px;
  object-fit: contain;
  padding: 3px;
  width: 26px;
}

.auto-assistant-head > span:last-child {
  color: #111611;
  display: inline-flex;
  gap: 16px;
}

.auto-assistant-chat {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.auto-assistant-chat p {
  background: #f0f1ef;
  border-radius: 9px;
  color: #1a211c;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
  padding: 6px 11px;
}

.auto-assistant-actions {
  display: grid;
  gap: 5px;
}

.auto-assistant-actions button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6dd;
  border-radius: 9px;
  box-shadow: none;
  color: #111611;
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  justify-content: start;
  min-height: 30px;
  padding: 0 12px;
  text-align: left;
}

.auto-assistant-actions button i {
  color: #1c2920;
  justify-self: center;
}

.auto-assistant-input {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6dd;
  border-radius: 999px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 36px;
  min-height: 40px;
  padding: 4px;
}

.auto-assistant-input input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #171f19;
  min-height: 32px;
  padding: 0 11px;
}

.auto-assistant-input button {
  background: linear-gradient(180deg, #11a64f, #00863b);
  border: 0;
  border-radius: 999px;
  color: #fff;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  padding: 0;
  width: 32px;
}

.auto-change-note {
  align-items: center;
  background: linear-gradient(90deg, #f1faf3, #fbfdf9);
  border: 1px solid #e0e9df;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 66px;
  padding: 10px 10px 10px 20px;
}

.auto-change-note > span {
  align-items: center;
  color: #1b241d;
  display: inline-flex;
  font-size: 15px;
  gap: 18px;
  min-width: 0;
}

.auto-change-note i {
  align-items: center;
  background: #e6f5e9;
  border-radius: 6px;
  color: #00833a;
  display: inline-flex;
  font-size: 22px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.auto-change-note strong {
  font-size: 15px;
  font-weight: 500;
}

.auto-primary-button {
  background: linear-gradient(180deg, #09a34a, #00833a);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 12px 24px rgba(0, 131, 58, .16);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  min-height: 52px;
  min-width: 170px;
  padding: 0 28px;
}

.account-dialog.auto-address-dialog {
  max-width: min(820px, calc(100vw - 28px));
  width: min(820px, calc(100vw - 28px));
}

.auto-address-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-dialog.auto-address-dialog .account-choice-card {
  border-radius: 8px;
  min-height: 86px;
  padding: 16px;
}

.account-dialog.auto-address-dialog .choice-icon {
  background: #e6f7ed;
  border-radius: 9px;
  color: #00833a;
  height: 44px;
  width: 44px;
}

.account-dialog.auto-address-dialog .account-choice-card.selected .choice-icon {
  background: #dff3e7;
  color: #00833a;
}

.account-dialog.auto-address-dialog .add-address-choice {
  border-style: dashed;
  color: #0f1711;
}

.account-dialog.auto-address-dialog .add-address-choice:hover,
.account-dialog.auto-address-dialog .add-address-choice:focus-visible {
  background: #f2fbf5;
  border-color: #00833a;
}

.account-dialog.auto-address-dialog .add-address-choice .choice-icon {
  background: #00833a;
  color: #fff;
}

.account-dialog.auto-address-dialog .choice-toggle.add-arrow {
  border: 0;
  color: #00833a;
}

.account-dialog.auto-address-dialog .choice-toggle.add-arrow::after {
  content: none;
}

.auto-address-create-step {
  display: grid;
  gap: 12px;
}

/* Auto Delivery right-rail assistant and styled date dropdown */
.auto-delivery-dashboard .auto-active-banner {
  grid-template-columns: 42px minmax(138px, 1fr) minmax(146px, .72fr) minmax(164px, .78fr) 112px;
  min-height: 130px;
}

.auto-delivery-dashboard .auto-banner-check,
.auto-delivery-dashboard .auto-banner-status,
.auto-delivery-dashboard .auto-banner-frequency,
.auto-delivery-dashboard .auto-banner-date,
.auto-delivery-dashboard .auto-banner-art {
  grid-row: 1;
}

.auto-delivery-dashboard .auto-banner-check {
  align-self: center;
}

.auto-delivery-dashboard .auto-banner-art {
  grid-column: 5;
}

.auto-delivery-dashboard .auto-banner-date {
  align-content: center;
  isolation: isolate;
}

.auto-delivery-dashboard .auto-date-picker-card {
  display: grid;
  gap: 7px;
  justify-items: start;
  position: relative;
}

.auto-delivery-dashboard .auto-ship-date-value {
  color: #0d130f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.auto-delivery-dashboard .auto-date-link {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #00833a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  justify-content: flex-start;
  min-height: 22px;
  padding: 0;
}

.auto-delivery-dashboard .auto-date-link i {
  font-size: 11px;
  transform: translateY(1px);
}

.auto-native-date {
  height: 1px;
  opacity: .001;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 1px;
}

.auto-date-dropdown {
  background: rgba(255, 255, 255, .99);
  border: 1px solid #dce6da;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(18, 30, 20, .16);
  display: none;
  min-width: 286px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
}

.auto-date-dropdown.open {
  display: grid;
  gap: 10px;
}

.auto-date-calendar-head {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
}

.auto-date-calendar-head strong {
  color: #101611;
  font-size: 14px;
  font-weight: 900;
  justify-self: center;
}

.auto-date-calendar-head button,
.auto-date-days button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6dd;
  border-radius: 7px;
  box-shadow: none;
  color: #111611;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  margin: 0;
  min-height: 32px;
  padding: 0;
}

.auto-date-calendar-head button {
  color: #00833a;
}

.auto-date-weekdays,
.auto-date-days {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.auto-date-weekdays span {
  color: #657267;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.auto-date-days button {
  aspect-ratio: 1;
  min-height: 0;
}

.auto-date-days button.outside {
  color: #a0aaa2;
}

.auto-date-days button.active {
  background: linear-gradient(180deg, #11a64f, #00863b);
  border-color: #00863b;
  color: #fff;
}

.auto-date-days button:disabled {
  background: #f7f9f6;
  color: #c1c8c0;
  cursor: not-allowed;
}

.auto-dashboard-side .auto-banner-assistant {
  border-top: 0;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: 1fr;
  min-height: 0;
  padding-top: 12px;
}

.auto-dashboard-side .auto-assistant-head small {
  color: #3d463f;
  display: block;
  font-family: var(--noot-font);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  margin-top: 1px;
}

.auto-dashboard-side .auto-assistant-chat-box {
  grid-column: auto;
}

.auto-dashboard-side .auto-assistant-actions {
  grid-template-columns: 1fr;
}

.auto-dashboard-side .auto-assistant-input {
  margin-top: 4px;
}

.auto-cart-actions {
  align-items: center;
  gap: 10px;
}

.auto-cart-actions .auto-primary-button {
  min-height: 38px;
  min-width: 138px;
  padding: 0 20px;
}

.auto-change-note {
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .account-v2 {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .auto-dashboard-head,
  .auto-dashboard-grid,
  .auto-detail-panels {
    grid-template-columns: 1fr;
  }

  .auto-active-banner {
    grid-template-columns: 42px minmax(0, 1fr) minmax(220px, .82fr);
    padding: 20px;
  }

  .auto-banner-status {
    grid-column: 2 / 3;
    grid-row: 1;
  }

  .auto-banner-frequency {
    grid-column: 3 / 4;
    grid-row: 1;
  }

  .auto-banner-date {
    border-left: 0;
    border-top: 1px solid #e2e8df;
    grid-column: 2 / 3;
    grid-row: 2;
    min-height: 0;
    padding: 14px 0 0;
  }

  .auto-banner-assistant {
    border-top: 1px solid #e2e8df;
    grid-column: 3 / 4;
    grid-row: 2;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 14px;
  }

  .auto-assistant-chat-box,
  .auto-banner-assistant-actions {
    grid-column: 1;
  }

  .auto-banner-assistant-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .account-v2 {
    display: block;
  }

  .account-sidebar-v2,
  .account-desktop-top {
    display: none;
  }

  .account-mobile-top,
  .account-bottom-nav {
    display: flex;
  }

  .account-main-v2 {
    padding: 16px 16px 88px;
  }

  .auto-dashboard-head,
  .auto-dashboard-grid,
  .auto-detail-panels {
    grid-template-columns: 1fr;
  }

  .auto-active-banner {
    grid-template-columns: 42px minmax(0, 1fr) minmax(220px, .82fr);
  }

  .auto-banner-status {
    grid-column: 2 / 3;
    grid-row: 1;
  }

  .auto-banner-frequency {
    grid-column: 3 / 4;
    grid-row: 1;
  }

  .auto-banner-date {
    border-left: 0;
    border-top: 1px solid #e2e8df;
    grid-column: 2 / 3;
    grid-row: 2;
    min-height: 0;
    padding: 14px 0 0;
  }

  .auto-banner-assistant {
    border-top: 1px solid #e2e8df;
    grid-column: 3 / 4;
    grid-row: 2;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 14px;
  }

  .auto-banner-frequency,
  .auto-banner-assistant {
    min-height: 0;
  }

  .auto-banner-frequency {
    padding-top: 0;
  }

  .auto-banner-check {
    align-self: start;
  }
}

@media (max-width: 700px) {
  .auto-title-block h1 {
    font-size: 28px;
  }

  .auto-active-banner {
    gap: 13px;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .auto-banner-check {
    height: 36px;
    width: 36px;
  }

  .auto-banner-status {
    grid-column: 2 / 3;
    grid-row: 1;
  }

  .auto-banner-frequency,
  .auto-banner-date {
    border-left: 0;
    border-top: 1px solid #e2e8df;
    grid-column: 1 / -1;
    min-height: 0;
    padding: 14px 0 0;
  }

  .auto-banner-frequency {
    grid-row: 2;
  }

  .auto-banner-date {
    grid-row: 3;
  }

  .auto-banner-assistant {
    border-left: 0;
    border-top: 1px solid #e2e8df;
    grid-column: 1 / -1;
    grid-row: 4;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px 0 0;
  }

  .auto-cart-card,
  .auto-detail-card,
  .auto-summary-card {
    padding: 18px;
  }

  .delivery-cart-head,
  .delivery-cart-head > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .auto-delivery-dashboard .product-editor-row,
  .auto-modal-products .product-editor-row {
    gap: 8px 12px;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    min-height: 0;
    padding: 12px 0;
  }

  .auto-delivery-dashboard .product-editor-row .qty-stepper,
  .auto-modal-products .product-editor-row .qty-stepper {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .auto-delivery-dashboard .product-editor-row > strong,
  .auto-modal-products .product-editor-row > strong {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .auto-delivery-dashboard .product-editor-row::after {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .auto-date-display-shell strong {
    font-size: 15px;
  }

  .auto-change-note {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .auto-primary-button {
    width: 100%;
  }

  .auto-address-choice-grid {
    grid-template-columns: 1fr;
  }
}

.auto-dashboard-side .auto-banner-assistant {
  border-top: 0;
  grid-column: auto;
  grid-row: auto;
  padding: 12px 14px 11px;
}

.auto-dashboard-side .auto-assistant-actions {
  grid-column: auto;
  grid-template-columns: 1fr;
}

.auto-dashboard-side .auto-assistant-chat-box {
  grid-column: auto;
}

@media (max-width: 1180px) {
  .auto-delivery-dashboard .auto-banner-art {
    display: none;
  }

  .auto-delivery-dashboard .auto-active-banner {
    grid-template-columns: 42px minmax(0, 1fr) minmax(220px, .82fr);
  }
}

@media (max-width: 700px) {
  .auto-date-dropdown {
    left: 0;
    min-width: min(286px, calc(100vw - 64px));
    right: auto;
  }

  .auto-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .auto-cart-actions .auto-primary-button {
    width: 100%;
  }
}

/* AI assistant final interaction corrections */
.home-v2-chat-prompt-title {
  white-space: nowrap;
}

.home-v2-chat-prefills {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 12px !important;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 2px 18px !important;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-color: #16883e #edf1ec;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  white-space: nowrap !important;
  width: 100%;
}

.home-v2-chat-prefills button {
  align-items: center !important;
  display: inline-grid !important;
  flex: 0 0 auto !important;
  grid-template-columns: 40px max-content !important;
  min-height: 62px !important;
  min-width: max-content !important;
  max-width: none !important;
  padding: 10px 16px 10px 10px !important;
  width: max-content !important;
}

.home-v2-chat-prefills button > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  height: 40px !important;
  width: 40px !important;
}

.home-v2-chat-prefills button strong {
  align-self: center !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.home-v2-chat-submit {
  display: block !important;
  line-height: 0 !important;
  position: relative !important;
}

.home-v2-chat-submit::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M4%2020L21%2012L4%204V10.2L15.8%2012L4%2013.8V20Z'%20fill='%23ffffff'/%3E%3C/svg%3E") center / 23px 23px no-repeat !important;
  clip-path: none !important;
  content: "" !important;
  height: 24px !important;
  left: 50% !important;
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-43%, -50%) !important;
  width: 24px !important;
}

.home-v2-chat-submit-icon,
.home-v2-chat-submit-arrow {
  display: none !important;
}

.home-v2-chat-product-note {
  min-height: 0 !important;
  padding: 17px !important;
}

.home-v2-chat-product-note::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1081px) {
  .home-v2-chat-section {
    background:
      linear-gradient(90deg, rgba(255, 254, 250, .99) 0%, rgba(255, 254, 250, .97) 38%, rgba(255, 254, 250, .72) 60%, rgba(255, 254, 250, .18) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") right top / cover no-repeat,
      #fffefa !important;
  }

  .home-v2-chat-guide {
    align-self: end !important;
    min-height: 0 !important;
  }
}

/* Historical landing and checkout frame guard */
.home-v2-nav {
  background: #009641 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  box-shadow: 0 18px 46px rgba(0, 112, 48, .22) !important;
  width: min(100% - 56px, 1510px) !important;
}

.home-v2-icon-strip,
.home-v2-section,
.home-v2-inside,
.home-v2-steps,
.home-v2-reviews,
.home-v2-analysis,
.home-v2-bottom-split,
.home-v2-final-cta,
.home-v2-footer {
  width: min(100% - 40px, 1220px) !important;
}

.home-v2-hero {
  width: min(100% - 40px, 1586px) !important;
}

.checkout-nav {
  background: #009641 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  box-shadow: 0 18px 46px rgba(0, 112, 48, .2) !important;
  color: #fffefa !important;
  margin-left: clamp(-48px, -4vw, -16px);
  margin-right: clamp(-48px, -4vw, -16px);
}

.checkout-nav-secure {
  background: rgba(255, 255, 255, .1) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  color: #fffefa !important;
}

.checkout-nav-secure::before {
  background: #009641 !important;
}

@media (min-width: 1081px) and (max-width: 1220px) {
  .home-v2-nav {
    width: min(100% - 48px, 1510px) !important;
  }
}

@media (max-width: 1080px) {
  .home-v2-nav {
    border-radius: 0 !important;
    width: 100% !important;
  }

  .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .12) 0%, rgba(255, 254, 250, .42) 170px, rgba(255, 254, 250, .96) 360px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") center top / 100% auto no-repeat,
      #fffefa !important;
  }
}

@media (max-width: 820px) {
  .checkout-nav {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media (max-width: 700px) {
  .home-v2-nav {
    width: auto !important;
  }

  .home-v2-icon-strip,
  .home-v2-section,
  .home-v2-inside,
  .home-v2-steps,
  .home-v2-reviews,
  .home-v2-analysis,
  .home-v2-bottom-split,
  .home-v2-final-cta,
  .home-v2-footer {
    width: min(100% - 28px, 1220px) !important;
  }

  .home-v2-hero {
    width: min(100% - 28px, 1586px) !important;
  }
}

/* Landing mockup redesign: final visual layer */
html:has(> body.home-page) {
  overflow-x: clip;
}

body.home-page {
  --mock-cream: #fbf4e6;
  --mock-cream-2: #f4ead7;
  --mock-surface: #fffefa;
  --mock-ink: #05321f;
  --mock-muted: #53655b;
  --mock-green: #009641;
  --mock-green-dark: #053222;
  --mock-green-deep: #062f22;
  --mock-green-soft: #eaf8e4;
  --mock-line: #dfe4d9;
  --mock-line-warm: #eadfc9;
  --mock-orange: #ff6b1a;
  --mock-amber-soft: #ffe5b6;
  --home-section-gutter: clamp(18px, 3vw, 34px);
  --home-card-inset: clamp(20px, 2.4vw, 30px);
  --home-card-inset-tight: clamp(16px, 1.8vw, 22px);
  --home-nested-card-inset: clamp(14px, 1.4vw, 18px);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, .72), rgba(251, 244, 230, .96) 520px),
    var(--mock-cream);
  color: var(--mock-ink);
  font-family: var(--noot-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  overflow-x: clip;
}

body.home-page main#top {
  display: flex;
  flex-direction: column;
}

body.home-page .home-v2-video-testimonials,
body.home-page .home-v2-icon-strip,
body.home-page .home-v2-amazon-reviews {
  display: none !important;
}

body.home-page .home-v2-hero { order: 1; }
body.home-page .home-v2-commerce-proof { order: 2; }
body.home-page .home-v2-chat-section { order: 3; }
body.home-page .home-v2-journey { order: 4; }
body.home-page .home-v2-steps { order: 5; }
body.home-page .home-v2-benefits { order: 6; }
body.home-page .home-v2-plants { order: 7; }
body.home-page .home-v2-inside { order: 8; }
body.home-page .home-v2-analysis { order: 9; }
body.home-page .home-v2-microbe-lab { order: 10; }
body.home-page .home-v2-reviews { order: 11; }
body.home-page .home-v2-faq-section { order: 12; }
body.home-page .home-v2-final-cta { order: 13; }

body.home-page .home-v2-nav {
  background: #009641 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(0, 112, 48, .2) !important;
  margin-top: 10px;
  min-height: 58px;
  padding: 8px 16px;
  width: min(100% - 32px, 1160px) !important;
}

body.home-page .home-v2-nav.is-scrolled {
  min-height: 54px;
  padding-block: 7px;
}

body.home-page .home-v2-brand img {
  height: 32px;
}

body.home-page .home-v2-nav.is-scrolled .home-v2-brand img {
  height: 30px;
}

body.home-page .home-v2-mega-trigger,
body.home-page .home-v2-icon-link {
  color: #fffefa;
  font-size: 12px;
  font-weight: 900;
}

body.home-page .home-v2-nav-links::before {
  display: none;
}

body.home-page .home-v2-mega-trigger {
  position: relative;
}

body.home-page .home-v2-mega-trigger::after {
  background: #fffefa;
  border-radius: 999px;
  bottom: -9px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .18s ease, width .18s ease;
  width: calc(100% - 2px);
}

body.home-page .home-v2-mega-trigger.is-active::after,
body.home-page .home-v2-mega-trigger:hover::after,
body.home-page .home-v2-mega-trigger:focus-visible::after {
  opacity: 1;
}

body.home-page .home-v2-nav .home-v2-cta,
body.home-page .home-v2-button.primary {
  background: var(--mock-green-dark);
  border: 0;
  box-shadow: none;
  color: #fffefa;
}

body.home-page .home-v2-nav .home-v2-cta {
  background: #fffefa !important;
  color: var(--mock-green-dark) !important;
  min-height: 40px;
  padding: 10px 18px;
}

body.home-page .home-v2-button.secondary,
body.home-page .home-v2-button.light {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  color: var(--mock-green-dark);
  box-shadow: none;
}

body.home-page .home-v2-hero,
body.home-page .home-v2-commerce-proof,
body.home-page .home-v2-section,
body.home-page .home-v2-inside,
body.home-page .home-v2-steps,
body.home-page .home-v2-reviews,
body.home-page .home-v2-analysis,
body.home-page .home-v2-final-cta,
body.home-page .home-v2-footer {
  width: min(100% - 32px, 1160px) !important;
}

body.home-page .home-v2-section,
body.home-page .home-v2-inside,
body.home-page .home-v2-steps,
body.home-page .home-v2-reviews,
body.home-page .home-v2-analysis {
  box-sizing: border-box;
  border-top: 1px solid var(--mock-line-warm);
  margin-top: 0;
  padding: clamp(42px, 5.4vw, 66px) var(--home-section-gutter);
}

body.home-page .home-v2-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 150, 65, .13), transparent 28%),
    linear-gradient(135deg, #fff9ec 0%, #f7eedc 100%);
  border: 1px solid rgba(5, 50, 31, .08);
  border-radius: 28px;
  box-shadow: 0 20px 52px rgba(35, 46, 36, .08);
  gap: clamp(28px, 4.5vw, 58px);
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  margin-top: 18px;
  min-height: 560px;
  padding: clamp(34px, 5.6vw, 72px);
}

body.home-page .home-v2-hero::after,
body.home-page .home-v2-orbit,
body.home-page .home-v2-badge.top {
  display: none;
}

body.home-page .home-v2-kicker {
  color: #08773a;
  font-size: 12px;
  font-weight: 950;
  gap: 8px;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

body.home-page .home-v2-kicker::before {
  background:
    radial-gradient(circle at center, #08773a 0 42%, transparent 44%),
    #e9f4df;
  border: 1px solid #d7e7cd;
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

body.home-page .home-v2-kicker > .home-v2-kicker-icon {
  display: none;
}

body.home-page .home-v2-hero h1,
body.home-page .home-v2-centered h2,
body.home-page .home-v2-inside h2,
body.home-page .home-v2-journey h2,
body.home-page .home-v2-steps h2,
body.home-page .home-v2-reviews h2,
body.home-page .home-v2-final-cta h2,
body.home-page .home-v2-analysis h2,
body.home-page .home-v2-microbe-lab h2,
body.home-page .home-v2-faq-section h2,
body.home-page .home-v2-chat-head h2 {
  color: var(--mock-ink);
  font-family: var(--noot-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: .92;
}

body.home-page .home-v2-hero h1 {
  font-size: clamp(44px, 5vw, 64px);
  max-width: 680px;
}

body.home-page .home-v2-hero h1 em,
body.home-page .home-v2-centered h2 em,
body.home-page .home-v2-journey h2 em,
body.home-page .home-v2-analysis h2 em,
body.home-page .home-v2-microbe-lab h2 em {
  color: var(--mock-green);
  font-style: normal;
}

body.home-page .home-v2-hero-copy > p,
body.home-page .home-v2-centered p,
body.home-page .home-v2-reviews-head p,
body.home-page .home-v2-final-cta p,
body.home-page .home-v2-analysis-head p,
body.home-page .home-v2-microbe-copy p,
body.home-page .home-v2-faq-head p,
body.home-page .home-v2-chat-head p {
  color: var(--mock-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.48;
}

body.home-page .home-v2-action-row {
  gap: 12px;
  margin-top: 26px;
}

body.home-page .home-v2-hero-offer {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(5, 50, 31, .10);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(35, 46, 36, .08);
  display: grid;
  gap: 6px;
  margin-top: 18px;
  max-width: 560px;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-hero-offer span,
body.home-page .home-v2-process-cta span,
body.home-page .home-v2-section-cta span {
  color: var(--mock-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.home-page .home-v2-hero-offer strong {
  color: var(--mock-ink);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.05;
}

body.home-page .home-v2-hero-offer p {
  color: var(--mock-muted);
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
}

body.home-page .home-v2-button {
  border-radius: 999px;
  font-size: 14px;
  min-height: 50px;
  padding: 14px 22px;
}

body.home-page .home-v2-commerce-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 16px auto 0;
}

body.home-page .home-v2-commerce-proof article {
  align-content: start;
  background: #fffefa;
  border: 1px solid var(--mock-line-warm);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(35, 46, 36, .05);
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-commerce-proof article > span {
  align-items: center;
  background: #ecf8e7;
  border: 1px solid #d6e9ca;
  border-radius: 999px;
  color: var(--mock-green);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

body.home-page .home-v2-commerce-proof svg {
  height: 20px;
  width: 20px;
}

body.home-page .home-v2-commerce-proof strong {
  color: var(--mock-ink);
  font-size: 15px;
  line-height: 1.08;
}

body.home-page .home-v2-commerce-proof small {
  color: var(--mock-muted);
  font-size: 12px;
  line-height: 1.36;
}

body.home-page .home-v2-product-stage {
  min-height: 0;
  place-items: center;
}

body.home-page .home-v2-featured-video {
  background: #fffefa;
  border: 1px solid rgba(5, 50, 31, .09);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(35, 46, 36, .12);
  max-width: 620px;
  padding: 10px;
}

body.home-page .home-v2-product-video {
  aspect-ratio: 1.16;
  border-radius: 18px;
}

body.home-page .home-v2-video-play {
  background: var(--mock-green-dark);
  border-radius: 999px;
  bottom: 20px;
  min-height: 56px;
  padding: 10px 16px;
}

body.home-page .home-v2-video-play span {
  height: 36px;
  width: 36px;
}

body.home-page .home-v2-video-play strong {
  font-size: 14px;
}

body.home-page .home-v2-centered,
body.home-page .home-v2-journey-head,
body.home-page .home-v2-reviews-head,
body.home-page .home-v2-faq-head,
body.home-page .home-v2-analysis-head {
  margin-bottom: 28px;
  max-width: 760px;
}

body.home-page .home-v2-process-cta,
body.home-page .home-v2-section-cta {
  align-items: center;
  background: linear-gradient(135deg, #062f22, #0b7d3d);
  border-radius: 24px;
  color: #fffefa;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
}

body.home-page .home-v2-process-cta div {
  display: grid;
  gap: 7px;
  max-width: 700px;
}

body.home-page .home-v2-process-cta span,
body.home-page .home-v2-section-cta span {
  color: #c8ffd8;
}

body.home-page .home-v2-process-cta strong {
  color: #fffefa;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.02;
}

body.home-page .home-v2-process-cta p {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

body.home-page .home-v2-process-cta .home-v2-button,
body.home-page .home-v2-section-cta .home-v2-button {
  background: #fffefa;
  color: var(--mock-green-deep);
  flex: 0 0 auto;
}

body.home-page .home-v2-centered h2,
body.home-page .home-v2-journey h2,
body.home-page .home-v2-reviews h2,
body.home-page .home-v2-analysis h2,
body.home-page .home-v2-microbe-lab h2,
body.home-page .home-v2-faq-section h2,
body.home-page .home-v2-inside h2,
body.home-page .home-v2-final-cta h2,
body.home-page .home-v2-chat-head h2 {
  font-size: clamp(36px, 5.4vw, 62px);
}

body.home-page .home-v2-chat-section {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  overflow: visible;
  padding: clamp(54px, 7vw, 86px) 0;
}

body.home-page .home-v2-chat-head {
  max-width: 760px;
}

body.home-page .home-v2-chat-head h2 {
  display: block;
  margin-bottom: 14px;
}

body.home-page .home-v2-chat-title-sprout {
  display: none;
}

body.home-page .home-v2-chat-shell {
  background: linear-gradient(180deg, #eefbe7, #fff8df);
  border: 1px solid #d5e9c8;
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(35, 46, 36, .08);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
  padding: clamp(20px, 3vw, 34px);
}

body.home-page .home-v2-chat-panel,
body.home-page .home-v2-chat-guide {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

body.home-page .home-v2-chat-panel {
  gap: 14px;
}

body.home-page .home-v2-chat-panel-title {
  color: var(--mock-ink);
}

body.home-page .home-v2-chat-panel-title .home-v2-assistant-icon,
body.home-page .home-v2-chat-avatar {
  background: linear-gradient(135deg, #1fae50, #07813d);
  border-radius: 18px;
  box-shadow: none;
  height: 56px;
  padding: 8px;
  width: 56px;
}

body.home-page .home-v2-chat-panel-title strong {
  color: var(--mock-ink);
  font-size: 22px;
}

body.home-page .home-v2-chat-panel-title > span {
  display: none;
}

body.home-page .home-v2-chat-messages {
  align-content: start;
  background: rgba(255, 255, 255, .84);
  border: 1px solid #dce8d4;
  border-radius: 24px;
  gap: 14px;
  height: auto;
  max-height: 250px;
  min-height: 0;
  overflow-y: auto;
  padding: var(--home-nested-card-inset);
  scrollbar-color: #16883e #edf1ec;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
}

body.home-page .home-v2-chat-messages::-webkit-scrollbar {
  width: 14px;
}

body.home-page .home-v2-chat-messages::-webkit-scrollbar-track {
  background: #edf1ec;
  border-radius: 999px;
}

body.home-page .home-v2-chat-messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #69bc3f, #16883e);
  border: 3px solid #edf1ec;
  border-radius: 999px;
}

body.home-page .home-v2-chat-message.assistant {
  grid-template-columns: 56px minmax(0, 1fr);
  max-width: 100%;
}

body.home-page .home-v2-chat-message.assistant:first-child .home-v2-chat-avatar {
  visibility: visible;
}

body.home-page .home-v2-chat-message.user {
  max-width: 84%;
}

body.home-page .home-v2-chat-message-bubble {
  background: #f2faed !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none;
  padding: var(--home-nested-card-inset);
}

body.home-page .home-v2-chat-message p,
body.home-page .home-v2-chat-message.user p {
  color: var(--mock-ink);
  font-size: 15px;
  line-height: 1.42;
}

body.home-page .home-v2-chat-form {
  background: #fffaf1;
  border: 1px solid #d8dfd5;
  border-radius: 999px;
  box-shadow: none;
  grid-template-columns: minmax(0, 1fr) 50px;
  padding: 7px;
}

body.home-page .home-v2-chat-form textarea {
  color: var(--mock-ink);
  font-size: 16px;
  height: 50px;
  min-height: 50px;
  padding-block: 14px;
}

body.home-page .home-v2-chat-form button,
body.home-page .home-v2-chat-submit {
  background: var(--mock-green-dark);
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  width: 50px;
}

body.home-page .home-v2-chat-form button::before,
body.home-page .home-v2-chat-submit::before {
  background-size: 22px 22px;
  height: 24px;
  width: 24px;
}

body.home-page .home-v2-chat-prompt-title {
  color: var(--mock-ink);
  font-size: 13px;
  font-weight: 950;
  margin-top: 4px;
}

body.home-page .home-v2-chat-prompt-title::after {
  display: none;
}

body.home-page .home-v2-chat-prefills {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px 18px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-color: #16883e #edf1ec;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

body.home-page .home-v2-chat-prefills button {
  background: #fffefa;
  border: 1px solid #d8dfd5;
  border-radius: 999px;
  box-shadow: none;
  color: var(--mock-ink);
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 32px max-content;
  min-height: 42px;
  scroll-snap-align: start;
  padding: 5px 14px 5px 5px;
  white-space: nowrap;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar {
  height: 12px;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar-track {
  background: rgba(237, 241, 236, .95);
  border: 1px solid rgba(5, 50, 31, .08);
  border-radius: 999px;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #57b83d 0%, #078d3c 100%);
  border: 3px solid rgba(237, 241, 236, .95);
  border-radius: 999px;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar-thumb:hover {
  background: #007f34;
}

body.home-page .home-v2-chat-prefills button > span {
  background: #e7f7dc;
  height: 32px;
  width: 32px;
}

body.home-page .home-v2-chat-prefills button strong {
  color: var(--mock-ink);
  font-size: 13px;
}

body.home-page .home-v2-chat-guide-head {
  display: none;
}

body.home-page .home-v2-chat-guide-list {
  display: grid;
  gap: 12px;
}

body.home-page .home-v2-chat-guide li {
  background: rgba(255, 255, 255, .78);
  border: 1px solid #dce8d4;
  border-radius: 18px;
  gap: 14px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: var(--home-nested-card-inset);
}

body.home-page .home-v2-chat-guide-list li > span {
  background: var(--mock-green-dark);
  border: 0;
  color: #fffefa;
  height: 44px;
  width: 44px;
}

body.home-page .home-v2-chat-guide-list b,
body.home-page .home-v2-chat-product-note b {
  color: var(--mock-ink);
  font-size: 15px;
}

body.home-page .home-v2-chat-guide li p {
  color: var(--mock-muted);
  font-size: 14px;
}

body.home-page .home-v2-chat-product-note {
  background: var(--mock-green-deep);
  border: 0;
  border-radius: 18px;
  color: #fffefa;
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-chat-product-note::after,
body.home-page .home-v2-chat-product-note > span {
  display: none;
}

body.home-page .home-v2-chat-product-note b {
  color: #ffdf6d;
}

body.home-page .home-v2-chat-product-note p {
  color: #fffefa;
  font-size: 14px;
}

body.home-page .home-v2-journey {
  background: transparent;
}

body.home-page .home-v2-journey-routine,
body.home-page .home-v2-journey-board,
body.home-page .home-v2-journey-footnote {
  display: none;
}

body.home-page .home-v2-journey-mobile-progress {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}

body.home-page .home-v2-journey-mobile-progress-spacer {
  display: none;
}

body.home-page .home-v2-journey-mobile-stack {
  display: grid;
  gap: 20px;
}

body.home-page .home-v2-journey-mobile-heading {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  justify-content: space-between;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-journey-mobile-heading strong {
  color: var(--mock-ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

body.home-page .home-v2-journey-mobile-heading span {
  order: 2;
}

body.home-page .home-v2-journey-mobile-cards {
  border: 1px solid var(--mock-line);
  border-radius: 0 0 22px 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

body.home-page .home-v2-journey-column {
  background: rgba(255, 254, 250, .72);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-journey-column.with-noot {
  background: linear-gradient(160deg, #f3fbea, #fff4bf);
}

body.home-page .home-v2-journey-label {
  align-items: center;
  color: var(--mock-ink);
  display: flex;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  max-width: 100%;
  min-width: 0;
  text-transform: uppercase;
  white-space: normal;
}

body.home-page .home-v2-journey-column h3 {
  color: var(--mock-ink);
  font-size: 15px;
  line-height: 1.18;
}

body.home-page .home-v2-journey-column p,
body.home-page .home-v2-journey-column li {
  color: var(--mock-muted);
  font-size: 13px;
  line-height: 1.36;
}

body.home-page .home-v2-journey-column ul {
  display: none !important;
}

body.home-page .home-v2-journey-column .home-v2-journey-label-icon {
  display: none;
}

body.home-page .home-v2-steps {
  background: transparent;
  overflow: visible;
}

body.home-page .home-v2-step-grid {
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-step-grid article {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 24px;
  box-shadow: none;
  overflow: hidden;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-step-head {
  margin-bottom: 12px;
}

body.home-page .home-v2-step-number {
  background: var(--mock-green-dark);
}

body.home-page .home-v2-step-grid article > strong {
  color: var(--mock-ink);
  font-size: 22px;
}

body.home-page .home-v2-step-grid article p {
  color: var(--mock-muted);
}

body.home-page .home-v2-step-image {
  border-radius: 18px;
  margin-top: 16px;
  overflow: hidden;
}

body.home-page .home-v2-fit-ribbon {
  background: #fff1c2;
  border: 1px solid #efd68d;
  border-radius: 18px;
  color: var(--mock-ink);
}

body.home-page .home-v2-benefits {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.home-page .home-v2-benefit-explorer {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(35, 46, 36, .08);
  display: grid;
  margin-top: 18px;
  max-width: none;
  padding: var(--home-card-inset);
}

body.home-page .home-v2-benefit-desktop-strip {
  display: none;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 16px;
}

body.home-page .home-v2-benefit-desktop-strip article,
body.home-page .home-v2-benefit-mobile-card {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 22px;
  box-shadow: none;
}

body.home-page .home-v2-benefit-mobile-stack {
  display: none;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-benefit-tabs {
  border-bottom: 1px solid var(--mock-line);
  gap: 8px;
  margin-bottom: 20px;
}

body.home-page .home-v2-benefit-tabs button {
  background: #fff8e8;
  border: 1px solid var(--mock-line);
  border-radius: 999px;
  color: var(--mock-green-dark);
  min-height: 46px;
  padding: 10px 12px;
}

body.home-page .home-v2-benefit-tabs button::after {
  display: none;
}

body.home-page .home-v2-benefit-tabs button.is-active,
body.home-page .home-v2-benefit-tabs button:hover {
  background: var(--mock-green-dark);
  border-color: var(--mock-green-dark);
  color: #fffefa;
}

body.home-page .home-v2-benefit-stage {
  gap: 18px;
  grid-auto-rows: minmax(420px, auto);
  grid-template-columns: minmax(0, .95fr) minmax(340px, .82fr);
}

body.home-page .home-v2-benefit-copy-panel {
  background: linear-gradient(140deg, #083421 0%, #08773a 72%, #009641 100%);
  border: 0;
  border-radius: 24px;
  box-shadow: none;
  min-height: 100%;
}

body.home-page .home-v2-benefit-art {
  background: #fff8e8;
  border: 1px solid var(--mock-line);
  border-radius: 24px;
  box-shadow: none;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

body.home-page .home-v2-benefit-art img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  position: absolute;
  transform: none;
  width: 100%;
}

body.home-page .home-v2-benefit-mobile-card {
  overflow: hidden;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-benefit-mobile-card .home-v2-benefit-mobile-art {
  display: none;
}

body.home-page .home-v2-benefits > .home-v2-mobile-section-nav,
body.home-page .home-v2-benefits > .home-v2-mobile-section-spacer,
body.home-page .home-v2-microbe-lab > .home-v2-mobile-section-nav,
body.home-page .home-v2-microbe-lab > .home-v2-mobile-section-spacer {
  display: none;
}

body.home-page .home-v2-benefit-mobile-copy span,
body.home-page .home-v2-benefit-mobile-perks strong {
  color: #08773a;
}

body.home-page .home-v2-benefit-mobile-copy h3 {
  color: var(--mock-ink);
  font-size: 22px;
  line-height: 1;
}

body.home-page .home-v2-benefit-mobile-copy p {
  color: var(--mock-muted);
}

body.home-page .home-v2-plants {
  background: transparent;
}

body.home-page .home-v2-plant-search-card {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 24px;
  box-shadow: none;
  margin-bottom: 0;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-plant-search-intro {
  display: none;
}

body.home-page .home-v2-plant-search-form {
  background: #fff7e8;
  border: 1px solid #e5dccb;
  border-radius: 999px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px;
}

body.home-page .home-v2-plant-search-form label span {
  display: none;
}

body.home-page .home-v2-plant-search-form input {
  background: transparent;
  border: 0;
  border-radius: 999px;
  min-height: 42px;
}

body.home-page .home-v2-plant-search-form button {
  min-height: 42px;
  padding: 10px 18px;
}

body.home-page .home-v2-plant-filter[hidden] {
  display: none !important;
}

body.home-page .home-v2-pill-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}

body.home-page .home-v2-pill-row label,
body.home-page .home-v2-mobile-section-nav button,
body.home-page .home-v2-journey-mobile-progress button {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 999px;
  color: var(--mock-green-dark);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  min-height: 38px;
  padding: 10px 16px;
}

body.home-page #plant-all:checked ~ .home-v2-pill-row label[for="plant-all"],
body.home-page #plant-tropical:checked ~ .home-v2-pill-row label[for="plant-tropical"],
body.home-page #plant-vining:checked ~ .home-v2-pill-row label[for="plant-vining"],
body.home-page #plant-succulent:checked ~ .home-v2-pill-row label[for="plant-succulent"],
body.home-page #plant-flowering:checked ~ .home-v2-pill-row label[for="plant-flowering"],
body.home-page #plant-hardy:checked ~ .home-v2-pill-row label[for="plant-hardy"],
body.home-page .home-v2-mobile-section-nav button.is-active,
body.home-page .home-v2-journey-mobile-progress button.is-active {
  background: var(--mock-green-dark);
  border-color: var(--mock-green-dark);
  color: #fffefa;
}

body.home-page .home-v2-plant-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page .home-v2-plant-card {
  align-content: start;
  background: #fff9e9;
  border: 1px solid var(--mock-line);
  border-radius: 22px;
  box-shadow: none;
  display: grid;
  gap: 8px;
  grid-template-rows: 128px auto auto;
  justify-items: start;
  min-height: 236px;
  overflow: hidden;
  padding: var(--home-nested-card-inset);
  position: relative;
  text-align: left;
}

body.home-page .home-v2-plant-card::after {
  background: rgba(0, 150, 65, .08);
  border-radius: 999px;
  content: "";
  height: 92px;
  position: absolute;
  right: -22px;
  top: -20px;
  width: 92px;
}

body.home-page .home-v2-plant-card img {
  border-radius: 16px;
  display: block;
  height: 128px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

body.home-page .home-v2-plant-card strong {
  align-self: start;
  color: var(--mock-ink);
  font-size: 17px;
  line-height: 1.15;
  padding: 2px 8px 0;
  position: relative;
  z-index: 1;
}

body.home-page .home-v2-plant-card span {
  align-self: start;
  color: var(--mock-muted);
  line-height: 1.25;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

body.home-page .home-v2-plant-lead-form {
  background: #fff7e8;
  border: 1px solid var(--mock-line);
  border-radius: 16px;
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: var(--home-nested-card-inset);
}

body.home-page .home-v2-plant-lead-form label {
  display: grid;
  gap: 5px;
}

body.home-page .home-v2-plant-lead-form label span {
  color: #08773a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-page .home-v2-plant-lead-form input {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 999px;
  color: var(--mock-ink);
  min-height: 42px;
  padding: 10px 14px;
}

body.home-page .home-v2-plant-lead-form button {
  background: var(--mock-green-dark);
  border: 0;
  border-radius: 999px;
  color: #fffefa;
  cursor: pointer;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 16px;
}

body.home-page .home-v2-plant-lead-form.is-saved {
  background: #eefbe7;
}

body.home-page .home-v2-plant-lead-form.is-saved strong {
  color: var(--mock-green-dark);
}

body.home-page .home-v2-inside-card {
  background: linear-gradient(140deg, #09482f 0%, #2d7a51 68%, #c89f00 100%);
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  color: #fffefa;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
}

body.home-page .home-v2-inside-bg {
  display: none;
}

body.home-page .home-v2-inside-card::after {
  align-self: end;
  background: url("/assets/landing/noot-jug.jpg") center / cover no-repeat;
  border-radius: 28px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
  content: "";
  height: 260px;
  justify-self: center;
  transform: rotate(10deg);
  width: 150px;
}

body.home-page .home-v2-inside-copy {
  max-width: 660px;
}

body.home-page .home-v2-inside h2,
body.home-page .home-v2-inside p,
body.home-page .home-v2-inside li,
body.home-page .home-v2-inside .home-v2-kicker {
  color: #fffefa;
}

body.home-page .home-v2-inside ul {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

body.home-page .home-v2-inside li {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  list-style: none;
  padding: 14px 16px;
}

body.home-page .home-v2-analysis {
  background: transparent;
}

body.home-page .home-v2-analysis-hero,
body.home-page .home-v2-analysis-layout,
body.home-page .home-v2-microbe-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.home-page .home-v2-analysis-visual {
  display: none;
}

body.home-page .home-v2-mobile-section-nav {
  display: none;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 12px;
}

body.home-page .home-v2-mobile-section-spacer,
body.home-page .home-v2-analysis-mobile-stack,
body.home-page .home-v2-benefit-mobile-stack,
body.home-page .home-v2-microbe-mobile-stack {
  display: none;
}

body.home-page .home-v2-analysis-mobile-stack,
body.home-page .home-v2-microbe-mobile-stack {
  gap: 18px;
}

body.home-page .home-v2-analysis-mobile-source-step,
body.home-page .home-v2-analysis-mobile-card,
body.home-page .home-v2-microbe-mobile-card,
body.home-page .home-v2-strain-detail-grid article {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 22px;
  box-shadow: none;
  display: grid;
  gap: 14px;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-analysis-mobile-source-step::before {
  background: linear-gradient(135deg, #ffeebc, #ffd3a1);
  border: 1px solid #f4c883;
  border-radius: 22px;
  color: var(--mock-ink);
  content: "Balanced NPK\A .10 / .15 / .12 water-soluble NPK\A Gentle in numbers. Clear in purpose.";
  display: block;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.55;
  padding: var(--home-nested-card-inset);
  white-space: pre-line;
}

body.home-page .home-v2-analysis-mobile-source-head {
  display: grid;
  gap: 8px;
}

body.home-page .home-v2-analysis-mobile-source-head span,
body.home-page .home-v2-analysis-mobile-card > span,
body.home-page .home-v2-microbe-mobile-card > span {
  color: #08773a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-page .home-v2-analysis-mobile-source-head h3,
body.home-page .home-v2-analysis-mobile-card h3,
body.home-page .home-v2-microbe-mobile-card h3 {
  color: var(--mock-ink);
  font-family: var(--noot-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: .98;
  margin: 0;
}

body.home-page .home-v2-analysis-sources {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page .home-v2-analysis-sources figure {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 18px;
  display: flex;
  gap: 10px;
  margin: 0;
  min-height: 70px;
  padding: var(--home-nested-card-inset);
}

body.home-page .home-v2-analysis-sources figure img {
  border-radius: 14px;
  display: block;
  flex: 0 0 auto;
  height: 50px;
  object-fit: cover;
  width: 50px;
}

body.home-page .home-v2-analysis-sources figcaption span {
  color: var(--mock-muted);
  display: block;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 2px;
}

body.home-page .home-v2-analysis-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page .home-v2-analysis-metrics article {
  align-content: center;
  display: grid;
  gap: 7px;
  justify-items: center;
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 18px;
  box-shadow: none;
  min-height: 110px;
  padding: var(--home-nested-card-inset);
  text-align: center;
}

body.home-page .home-v2-analysis-mobile-card[data-mobile-section-step="analysis-macros"] .home-v2-analysis-metrics article {
  background: var(--mock-green-deep);
  color: #fffefa;
}

body.home-page .home-v2-analysis-mobile-card[data-mobile-section-step="analysis-macros"] .home-v2-analysis-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-analysis-mobile-card[data-mobile-section-step="analysis-micros"] .home-v2-analysis-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page .home-v2-analysis-metrics article::before {
  display: none;
}

body.home-page .home-v2-analysis-formula-icon {
  align-items: center;
  background: #f0fbec;
  border-radius: 999px;
  color: var(--mock-green);
  display: inline-flex;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  left: auto;
  order: 1;
  position: static;
  top: auto;
  transform: none;
  width: 46px;
}

body.home-page .home-v2-analysis-metrics strong {
  color: inherit;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  order: 2;
}

body.home-page .home-v2-analysis-metrics span {
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
  opacity: .78;
  order: 3;
}

body.home-page .home-v2-microbe-bg,
body.home-page .home-v2-strain-grid,
body.home-page .home-v2-strain-column,
body.home-page .home-v2-strain-overview-strip {
  display: initial;
}

body.home-page .home-v2-microbe-scene {
  background: linear-gradient(140deg, rgba(255, 254, 250, .94), rgba(244, 234, 215, .78));
  border: 1px solid var(--mock-line);
  border-radius: 24px;
  box-shadow: none;
  min-height: 520px;
  padding: var(--home-card-inset);
}

body.home-page .home-v2-microbe-bg {
  display: block;
  opacity: .44;
}

body.home-page .home-v2-microbe-copy {
  max-width: 720px;
  position: relative;
}

body.home-page .home-v2-strain-overview-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

body.home-page .home-v2-strain-overview-strip article,
body.home-page .home-v2-strain-grid,
body.home-page .home-v2-strain-list {
  background: rgba(255, 254, 250, .9);
  border: 1px solid var(--mock-line);
  box-shadow: none;
}

body.home-page .home-v2-strain-overview-strip article {
  border-radius: 18px;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-strain-overview-strip span {
  color: var(--mock-green);
}

body.home-page .home-v2-strain-grid {
  display: grid;
  margin-top: 18px;
}

body.home-page .home-v2-strain-grid button {
  border-color: var(--mock-line);
}

body.home-page .home-v2-strain-grid button.is-active,
body.home-page .home-v2-strain-grid button:hover {
  background: #eefbe7;
  border-color: var(--mock-green);
  box-shadow: 0 0 0 1px var(--mock-green);
}

body.home-page .home-v2-strain-list {
  border-radius: 24px;
  min-height: 520px;
}

body.home-page .home-v2-strain-column {
  display: grid;
}

body.home-page .home-v2-microbe-mobile-stack {
  display: none;
}

body.home-page .home-v2-microbe-mobile-stats,
body.home-page .home-v2-microbe-mobile-strain-items,
body.home-page .home-v2-microbe-mobile-benefits,
body.home-page .home-v2-strain-detail-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-microbe-mobile-strain-items article,
body.home-page .home-v2-microbe-mobile-benefits section {
  background: #f7fbf1;
  border: 1px solid var(--mock-line);
  border-radius: 16px;
  padding: var(--home-nested-card-inset);
}

body.home-page .home-v2-microbe-footer {
  background: var(--mock-green-deep);
  border-radius: 18px;
  color: #fffefa;
}

body.home-page .home-v2-reviews {
  background: transparent;
  border-top: 1px solid var(--mock-line-warm);
  overflow: hidden;
}

body.home-page .home-v2-care-entry-grid,
body.home-page .home-v2-review-proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

body.home-page .home-v2-care-entry-grid a,
body.home-page .home-v2-review-proof-grid article {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 20px;
  color: var(--mock-ink);
  display: grid;
  gap: 8px;
  min-height: 136px;
  padding: var(--home-card-inset-tight);
  text-decoration: none;
}

body.home-page .home-v2-care-entry-grid a:hover {
  border-color: rgba(0, 150, 65, .35);
  transform: translateY(-2px);
}

body.home-page .home-v2-care-entry-grid svg {
  color: var(--mock-green);
  height: 24px;
  width: 24px;
}

body.home-page .home-v2-care-entry-grid strong,
body.home-page .home-v2-review-proof-grid strong {
  color: var(--mock-ink);
  font-size: 19px;
  line-height: 1.08;
}

body.home-page .home-v2-care-entry-grid span,
body.home-page .home-v2-review-proof-grid span {
  color: var(--mock-muted);
  font-size: 14px;
  line-height: 1.38;
}

body.home-page .home-v2-review-proof-grid {
  margin-top: -8px;
}

body.home-page .home-v2-section-cta {
  margin-top: 20px;
}

body.home-page .home-v2-section-cta--reviews {
  margin-top: 14px;
}

body.home-page .home-v2-review-slider {
  gap: 14px;
}

body.home-page .home-v2-review-slider article,
body.home-page .home-v2-review-card {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 22px;
  box-shadow: none;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-review-slider strong {
  color: var(--mock-ink);
}

body.home-page .home-v2-review-slider p,
body.home-page .home-v2-progress-review-rating small {
  color: var(--mock-muted);
}

body.home-page .home-v2-faq-section {
  background: linear-gradient(180deg, rgba(244, 234, 215, .72), rgba(244, 234, 215, .96));
  border-radius: 0;
  padding-top: clamp(42px, 5vw, 62px);
  width: 100% !important;
}

body.home-page .home-v2-faq-head,
body.home-page .home-v2-faq-list,
body.home-page .home-v2-faq-section > .home-v2-mobile-section-nav {
  margin-left: auto;
  margin-right: auto;
  width: min(100% - 32px, 1160px);
}

body.home-page .home-v2-faq-groups {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home-page .home-v2-faq-group {
  display: grid;
  gap: 12px;
}

body.home-page .home-v2-faq-group h3 {
  color: var(--mock-orange);
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.home-page .home-v2-faq-groups details {
  background: #fffefa;
  border: 1px solid var(--mock-line);
  border-radius: 18px;
  box-shadow: none;
  padding: var(--home-card-inset-tight);
}

body.home-page .home-v2-faq-groups details:not([open]) > *:not(summary) {
  display: block;
}

body.home-page .home-v2-faq-groups summary {
  color: var(--mock-ink);
  cursor: default;
  font-size: 16px;
  font-weight: 950;
  list-style: none;
}

body.home-page .home-v2-faq-groups summary::-webkit-details-marker {
  display: none;
}

body.home-page .home-v2-faq-groups summary::after {
  display: none;
}

body.home-page .home-v2-faq-groups p {
  color: var(--mock-muted);
  font-size: 14px;
  line-height: 1.44;
  margin: 8px 0 0;
}

body.home-page .home-v2-final-cta {
  background:
    linear-gradient(135deg, rgba(255, 254, 250, .96), rgba(255, 248, 224, .94)),
    #fffefa;
  border: 1px solid var(--mock-line-warm);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(35, 46, 36, .08);
  gap: 24px;
  margin-bottom: 38px;
  margin-top: 58px;
  padding: var(--home-card-inset);
}

body.home-page .home-v2-sticky-mobile-cta {
  display: none;
}

body.home-page .home-v2-final-icon {
  display: none;
}

body.home-page .home-v2-footer {
  background: linear-gradient(180deg, rgba(6, 47, 34, .68), #062f22);
  border-radius: 28px 28px 0 0;
  color: #fffefa;
  padding: 30px;
}

body.home-page .home-v2-footer p,
body.home-page .home-v2-footer a {
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 1080px) {
  body.home-page .home-v2-nav {
    border-radius: 0 !important;
    margin-top: 0;
    width: 100% !important;
  }

  body.home-page .home-v2-nav-links,
  body.home-page .home-v2-icon-link {
    display: none;
  }

  body.home-page .home-v2-menu-toggle {
    display: inline-flex;
  }

  body.home-page .home-v2-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  body.home-page .home-v2-chat-shell,
  body.home-page .home-v2-commerce-proof,
  body.home-page .home-v2-care-entry-grid,
  body.home-page .home-v2-review-proof-grid,
  body.home-page .home-v2-step-grid,
  body.home-page .home-v2-benefit-mobile-stack,
  body.home-page .home-v2-plant-grid,
  body.home-page .home-v2-analysis-sources,
  body.home-page .home-v2-analysis-metrics,
  body.home-page .home-v2-microbe-mobile-stats,
  body.home-page .home-v2-microbe-mobile-strain-items,
  body.home-page .home-v2-microbe-mobile-benefits,
  body.home-page .home-v2-strain-detail-grid,
  body.home-page .home-v2-faq-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page .home-v2-process-cta,
  body.home-page .home-v2-section-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  body.home-page {
    --home-section-gutter: clamp(16px, 5vw, 22px);
    --home-card-inset: clamp(18px, 6vw, 24px);
    --home-card-inset-tight: clamp(16px, 5vw, 22px);
    --home-nested-card-inset: clamp(14px, 4vw, 18px);
  }

  body.home-page .home-v2-hero,
  body.home-page .home-v2-commerce-proof,
  body.home-page .home-v2-section,
  body.home-page .home-v2-inside,
  body.home-page .home-v2-steps,
  body.home-page .home-v2-reviews,
  body.home-page .home-v2-analysis,
  body.home-page .home-v2-final-cta,
  body.home-page .home-v2-footer {
    width: min(100% - 32px, 1160px) !important;
  }

  body.home-page .home-v2-section,
  body.home-page .home-v2-inside,
  body.home-page .home-v2-steps,
  body.home-page .home-v2-reviews,
  body.home-page .home-v2-analysis {
    padding: 48px var(--home-section-gutter);
  }

  body.home-page .home-v2-hero {
    border-radius: 0 0 28px 28px;
    margin-top: 0;
    padding: 32px 18px 24px;
    text-align: left;
    width: 100% !important;
  }

  body.home-page .home-v2-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  body.home-page .home-v2-chat-shell,
  body.home-page .home-v2-commerce-proof,
  body.home-page .home-v2-care-entry-grid,
  body.home-page .home-v2-review-proof-grid,
  body.home-page .home-v2-step-grid,
  body.home-page .home-v2-benefit-mobile-stack,
  body.home-page .home-v2-analysis-sources,
  body.home-page .home-v2-analysis-metrics,
  body.home-page .home-v2-microbe-mobile-stats,
  body.home-page .home-v2-microbe-mobile-strain-items,
  body.home-page .home-v2-microbe-mobile-benefits,
  body.home-page .home-v2-strain-detail-grid,
  body.home-page .home-v2-faq-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .home-v2-commerce-proof {
    margin-top: 12px;
  }

  body.home-page .home-v2-commerce-proof article,
  body.home-page .home-v2-care-entry-grid a,
  body.home-page .home-v2-review-proof-grid article {
    min-height: 0;
  }

  body.home-page .home-v2-hero-offer {
    border-radius: 18px;
    padding: var(--home-card-inset-tight);
  }

  body.home-page .home-v2-process-cta,
  body.home-page .home-v2-section-cta {
    border-radius: 22px;
  }

  body.home-page .home-v2-sticky-mobile-cta {
    align-items: center;
    background: var(--mock-green);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    bottom: 14px;
    box-shadow: 0 16px 34px rgba(0, 78, 36, .28);
    color: #fffefa;
    display: inline-flex;
    font-size: 14px;
    font-weight: 950;
    gap: 8px;
    justify-content: center;
    left: 16px;
    min-height: 52px;
    position: fixed;
    right: 16px;
    text-decoration: none;
    z-index: 90;
  }

  body.home-page .home-v2-footer {
    padding-bottom: 88px;
  }

  body.home-page .home-v2-product-stage {
    display: none;
  }

  body.home-page .home-v2-centered,
  body.home-page .home-v2-journey-head,
  body.home-page .home-v2-reviews-head,
  body.home-page .home-v2-faq-head,
  body.home-page .home-v2-analysis-head,
  body.home-page .home-v2-chat-head {
    text-align: left;
  }

  body.home-page .home-v2-kicker.centered {
    justify-content: flex-start;
  }

  body.home-page .home-v2-chat-section {
    padding: 48px 0;
  }

  body.home-page .home-v2-chat-shell {
    border-radius: 28px;
    padding: var(--home-card-inset-tight);
  }

  body.home-page .home-v2-chat-panel-title .home-v2-assistant-icon,
  body.home-page .home-v2-chat-avatar {
    border-radius: 16px;
    height: 54px;
    width: 54px;
  }

  body.home-page .home-v2-chat-messages {
    max-height: 230px;
  }

  body.home-page .home-v2-chat-message.assistant {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-message.user {
    max-width: 92%;
  }

  body.home-page .home-v2-chat-prefills {
    margin-right: -16px;
    padding-right: 16px !important;
  }

  body.home-page .home-v2-journey-mobile-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page .home-v2-journey-column {
    padding: var(--home-card-inset-tight);
  }

  body.home-page .home-v2-benefit-desktop-strip {
    display: none;
  }

  body.home-page .home-v2-benefit-explorer,
  body.home-page .home-v2-strain-column,
  body.home-page .home-v2-strain-overview-strip,
  body.home-page .home-v2-strain-grid {
    display: none;
  }

  body.home-page .home-v2-benefit-mobile-stack,
  body.home-page .home-v2-benefits > .home-v2-mobile-section-nav,
  body.home-page .home-v2-microbe-lab > .home-v2-mobile-section-nav,
  body.home-page .home-v2-microbe-mobile-stack {
    display: grid;
  }

  body.home-page .home-v2-benefits > .home-v2-mobile-section-nav,
  body.home-page .home-v2-microbe-lab > .home-v2-mobile-section-nav {
    display: flex;
  }

  body.home-page .home-v2-mobile-section-spacer.is-active {
    display: block;
  }

  body.home-page .home-v2-plant-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  body.home-page .home-v2-plant-card:nth-child(n+9) {
    display: none !important;
  }

  body.home-page .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card,
  body.home-page .home-v2-plant-card {
    flex: initial !important;
    grid-template-rows: 112px auto auto !important;
    min-height: 214px !important;
    padding: var(--home-nested-card-inset);
    scroll-snap-align: unset !important;
  }

  body.home-page .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card img {
    display: block !important;
    height: 112px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  body.home-page .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card strong,
  body.home-page .home-v2-plant-grid[data-mobile-carousel="plants"] .home-v2-plant-card span {
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.home-page .home-v2-inside-card {
    border-radius: 28px;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 170px;
  }

  body.home-page .home-v2-inside-card::after {
    bottom: 18px;
    height: 160px;
    position: absolute;
    right: 32px;
    width: 94px;
  }

  body.home-page .home-v2-analysis-mobile-source-step,
  body.home-page .home-v2-analysis-mobile-card,
  body.home-page .home-v2-microbe-mobile-card,
  body.home-page .home-v2-strain-detail-grid article {
    border-radius: 20px;
    padding: var(--home-card-inset-tight);
  }

  body.home-page .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figure,
  body.home-page .home-v2-analysis-sources[data-mobile-carousel="analysis-sources"] figure:first-child {
    padding: var(--home-nested-card-inset);
  }

  body.home-page .home-v2-faq-section {
    padding: 48px 0;
  }

  body.home-page .home-v2-analysis-mobile-card[data-mobile-section-step="analysis-macros"] .home-v2-analysis-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home-page .home-v2-analysis-mobile-card[data-mobile-section-step="analysis-micros"] .home-v2-analysis-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-page .home-v2-final-cta {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }
}

/* 30-day plant journey mockup rebuild */
body.home-page .home-v2-journey {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 150, 65, .07), transparent 26%),
    #fffefa !important;
  border-top: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  padding: clamp(34px, 5vw, 58px) 0 18px !important;
}

body.home-page .home-v2-journey::before,
body.home-page .home-v2-journey::after {
  content: none !important;
}

body.home-page .home-v2-journey-inner {
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  width: calc(100% - 28px);
}

body.home-page .home-v2-journey-head {
  margin: 0 auto 24px;
  max-width: 850px;
  text-align: center;
}

body.home-page .home-v2-journey .home-v2-journey-pill {
  align-items: center;
  background: linear-gradient(180deg, #f2f9e9 0%, #e9f5dc 100%);
  border: 1px solid #dceccf;
  border-radius: 999px;
  box-shadow: none;
  color: #09651f;
  display: inline-flex;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 950;
  gap: 12px;
  letter-spacing: .16em;
  line-height: 1;
  margin: 0 auto 18px;
  padding: 10px 28px;
  text-transform: uppercase;
}

body.home-page .home-v2-journey .home-v2-journey-pill::before {
  content: none;
}

body.home-page .home-v2-journey .home-v2-journey-pill .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #09651f;
  display: inline-flex;
  height: 24px;
  width: 24px;
}

body.home-page .home-v2-journey h2 {
  color: #022915;
  font-size: clamp(42px, 5.7vw, 68px);
  letter-spacing: -.045em;
  line-height: .97;
  margin: 0 auto;
  max-width: 830px;
}

body.home-page .home-v2-journey h2 em {
  color: #0a8f36;
}

body.home-page .home-v2-journey-head p {
  color: #636a65;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.16;
  margin: 18px auto 0;
  max-width: 620px;
}

body.home-page .home-v2-journey-legend {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(7, 46, 24, .1);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(25, 39, 27, .08);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto 30px;
  min-height: 66px;
  overflow: hidden;
  padding: 0 18px;
}

body.home-page .home-v2-journey-legend span {
  align-items: center;
  color: #101813;
  display: inline-flex;
  font-size: 16px;
  font-weight: 820;
  gap: 12px;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

body.home-page .home-v2-journey-legend i,
body.home-page .home-v2-journey-mini-icons i {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(5, 50, 31, .08);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(20, 37, 24, .05);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 19px;
  font-style: normal;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

body.home-page .home-v2-journey-legend .hydration i,
body.home-page .home-v2-journey-mini-icons .hydration {
  color: #076dff;
}

body.home-page .home-v2-journey-legend .microbes i,
body.home-page .home-v2-journey-mini-icons .microbes {
  color: #147c20;
}

body.home-page .home-v2-journey-legend .root-growth i,
body.home-page .home-v2-journey-mini-icons .root-growth {
  color: #a83a11;
}

body.home-page .home-v2-journey-legend .nutrients i,
body.home-page .home-v2-journey-mini-icons .nutrients {
  color: #ff9800;
}

body.home-page .home-v2-journey-legend .leaf-health i,
body.home-page .home-v2-journey-mini-icons .leaf-health {
  color: #0b7b25;
}

body.home-page .home-v2-journey-timeline {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  position: relative;
}

body.home-page .home-v2-journey-timeline::before {
  background: linear-gradient(180deg, transparent, rgba(13, 128, 40, .75) 4%, rgba(13, 128, 40, .75) 96%, transparent);
  bottom: 12px;
  content: "";
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 2px;
  z-index: 0;
}

body.home-page .home-v2-journey-step {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  min-height: 0;
  position: relative;
  z-index: 1;
}

body.home-page .home-v2-journey-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(5, 50, 31, .08);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(14, 27, 17, .06);
  display: grid;
  gap: clamp(14px, 1.7vw, 20px);
  min-height: 212px;
  overflow: hidden;
  padding: clamp(20px, 2vw, 26px);
}

body.home-page .home-v2-journey-card.water-only {
  background: linear-gradient(110deg, #ffffff 0%, #ffffff 68%, #f7fbff 100%);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  grid-template-columns: minmax(128px, .34fr) minmax(0, .66fr);
}

body.home-page .home-v2-journey-card.with-noot {
  background: linear-gradient(110deg, #fffefa 0%, #fffefa 62%, #f5fbeb 100%);
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 28px 100%, 0 50%);
  grid-column: 3;
  grid-template-columns: minmax(0, .64fr) minmax(128px, .36fr);
  padding-left: clamp(34px, 3.6vw, 46px);
}

body.home-page .home-v2-journey-art {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0;
  min-height: 140px;
}

body.home-page .home-v2-journey-art img {
  display: block;
  filter: drop-shadow(0 10px 12px rgba(5, 24, 9, .08));
  height: auto;
  max-height: 210px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

body.home-page .home-v2-journey-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

body.home-page .home-v2-journey-label {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: auto;
  justify-self: start;
  letter-spacing: .04em;
  line-height: 1;
  min-height: 30px;
  padding: 6px 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.home-page .water-only .home-v2-journey-label {
  background: #e9f2ff;
  color: #0764d8;
}

body.home-page .with-noot .home-v2-journey-label {
  background: #e9f8dc;
  color: #0b711f;
}

body.home-page .home-v2-journey-card h3 {
  color: #061f13;
  font-family: var(--noot-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
}

body.home-page .home-v2-journey-card p {
  color: #303b34;
  font-size: clamp(15px, 1.12vw, 17px);
  font-weight: 580;
  line-height: 1.28;
  margin: 0;
}

body.home-page .home-v2-journey-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home-page .home-v2-journey-card li {
  align-items: center;
  color: #18271d;
  display: grid;
  font-size: 14px;
  font-weight: 760;
  gap: 9px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.2;
}

body.home-page .home-v2-journey-card li::before {
  align-items: center;
  background: #4f9ced;
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  font-size: 10px;
  font-weight: 950;
  height: 16px;
  justify-content: center;
  width: 16px;
}

body.home-page .home-v2-journey-card.with-noot li::before {
  background: #168a30;
}

body.home-page .home-v2-journey-mini-icons {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

body.home-page .home-v2-journey-mini-icons i {
  font-size: 15px;
  height: 28px;
  width: 28px;
}

body.home-page .home-v2-journey-badge {
  align-self: center;
  background: radial-gradient(circle at 38% 24%, #0b7431 0%, #06391d 72%);
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(0, 72, 31, .2);
  color: #fff;
  display: grid;
  height: 98px;
  justify-items: center;
  line-height: 1;
  place-content: center;
  position: relative;
  text-align: center;
  width: 98px;
  z-index: 2;
}

body.home-page .home-v2-journey-badge span {
  display: block;
  height: 26px;
  margin-bottom: 4px;
  width: 26px;
}

body.home-page .home-v2-journey-badge .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  height: 26px;
  width: 26px;
}

body.home-page .home-v2-journey-badge strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.home-page .home-v2-journey-badge b {
  display: block;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.04em;
  margin-top: 1px;
}

body.home-page .home-v2-journey-badge.day30 b {
  font-size: 32px;
}

body.home-page .home-v2-journey-cta {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0) 45%),
    linear-gradient(90deg, #134f27 0%, #0a3c1e 100%);
  border-radius: 20px;
  box-shadow: 0 18px 30px rgba(2, 31, 12, .14);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: 82px minmax(0, 1fr) minmax(220px, 320px);
  margin: 24px 0 0;
  min-height: 122px;
  overflow: hidden;
  padding: 18px 26px;
  position: relative;
}

body.home-page .home-v2-journey-cta-icon {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #0b7b25;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

body.home-page .home-v2-journey-cta-icon .home-v2-kicker-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #0b7b25;
  height: 36px;
  width: 36px;
}

body.home-page .home-v2-journey-cta strong {
  color: #fff;
  display: block;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.02;
}

body.home-page .home-v2-journey-cta p {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 650;
  line-height: 1.24;
  margin: 8px 0 0;
  max-width: 560px;
}

body.home-page .home-v2-journey-cta img {
  align-self: end;
  display: block;
  height: auto;
  justify-self: end;
  margin-bottom: -20px;
  max-width: 100%;
  position: relative;
  width: min(100%, 319px);
  z-index: 1;
}

@media (max-width: 980px) {
  body.home-page .home-v2-journey-inner {
    width: calc(100% - 24px);
  }

  body.home-page .home-v2-journey-legend {
    grid-template-columns: repeat(5, max-content);
    justify-content: start;
    overflow-x: auto;
    padding: 7px 10px;
    scroll-snap-type: x proximity;
  }

  body.home-page .home-v2-journey-legend span {
    font-size: 13px;
    min-width: 132px;
    scroll-snap-align: start;
  }

  body.home-page .home-v2-journey-step {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 0;
  }

  body.home-page .home-v2-journey-card,
  body.home-page .home-v2-journey-card.water-only,
  body.home-page .home-v2-journey-card.with-noot {
    clip-path: none;
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 42%);
    min-height: 158px;
    padding: 18px 18px 18px 24px;
  }

  body.home-page .home-v2-journey-card.with-noot {
    margin-top: 0;
  }

  body.home-page .home-v2-journey-art {
    order: 2;
  }

  body.home-page .home-v2-journey-copy {
    order: 1;
  }

  body.home-page .home-v2-journey-card h3 {
    font-size: clamp(21px, 4.4vw, 30px);
  }

  body.home-page .home-v2-journey-card p {
    font-size: clamp(14px, 2.6vw, 17px);
  }

  body.home-page .home-v2-journey-art img {
    max-height: 146px;
  }

  body.home-page .home-v2-journey-step[data-journey-stage-card="day30"] .home-v2-journey-art img {
    max-height: 154px;
  }

  body.home-page .home-v2-journey-badge {
    height: 84px;
    left: 50%;
    position: absolute;
    top: 70px;
    transform: translateX(-50%);
    width: 84px;
  }

  body.home-page .home-v2-journey-badge strong {
    font-size: 13px;
  }

  body.home-page .home-v2-journey-badge b,
  body.home-page .home-v2-journey-badge.day30 b {
    font-size: 28px;
  }

  body.home-page .home-v2-journey-cta {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 112px;
    padding: 18px 210px 18px 18px;
  }

  body.home-page .home-v2-journey-cta-icon {
    height: 54px;
    width: 54px;
  }

  body.home-page .home-v2-journey-cta img {
    bottom: -16px;
    position: absolute;
    right: 10px;
    width: 210px;
  }
}

@media (max-width: 620px) {
  body.home-page .home-v2-journey {
    padding-top: 28px !important;
  }

  body.home-page .home-v2-journey-inner {
    width: calc(100% - 18px);
  }

  body.home-page .home-v2-journey-head {
    margin-bottom: 18px;
  }

  body.home-page .home-v2-journey .home-v2-journey-pill {
    font-size: 13px;
    gap: 8px;
    letter-spacing: .13em;
    margin-bottom: 12px;
    padding: 8px 17px;
  }

  body.home-page .home-v2-journey h2 {
    font-size: clamp(33px, 9vw, 44px);
    line-height: .98;
  }

  body.home-page .home-v2-journey-head p {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 12px;
  }

  body.home-page .home-v2-journey-legend {
    border-radius: 14px;
    margin-bottom: 12px;
    min-height: 52px;
    padding: 5px 8px;
  }

  body.home-page .home-v2-journey-legend::-webkit-scrollbar {
    display: none;
  }

  body.home-page .home-v2-journey-legend span {
    font-size: 12px;
    min-width: 118px;
  }

  body.home-page .home-v2-journey-legend i {
    font-size: 15px;
    height: 32px;
    width: 32px;
  }

  body.home-page .home-v2-journey-timeline {
    gap: 8px;
  }

  body.home-page .home-v2-journey-timeline::before {
    left: 56%;
    top: -12px;
  }

  body.home-page .home-v2-journey-card,
  body.home-page .home-v2-journey-card.water-only,
  body.home-page .home-v2-journey-card.with-noot {
    border-radius: 13px;
    box-shadow: 0 7px 18px rgba(14, 27, 17, .05);
    column-gap: clamp(38px, 10vw, 48px);
    grid-template-columns: minmax(0, 45%) minmax(110px, 36%);
    min-height: 148px;
    padding: 14px 12px 14px 20px;
  }

  body.home-page .home-v2-journey-label {
    font-size: 11px;
    padding: 6px 12px;
  }

  body.home-page .home-v2-journey-card h3 {
    font-size: clamp(18px, 5.1vw, 22px);
  }

  body.home-page .home-v2-journey-card p {
    font-size: 13.5px;
    line-height: 1.18;
  }

  body.home-page .home-v2-journey-card ul {
    gap: 4px;
  }

  body.home-page .home-v2-journey-card li {
    font-size: 11px;
    gap: 6px;
    grid-template-columns: 14px minmax(0, 1fr);
  }

  body.home-page .home-v2-journey-card li::before {
    font-size: 8px;
    height: 13px;
    width: 13px;
  }

  body.home-page .home-v2-journey-art {
    min-height: 104px;
  }

  body.home-page .home-v2-journey-art img {
    max-height: 128px;
  }

  body.home-page .home-v2-journey-step[data-journey-stage-card="day30"] .home-v2-journey-art img {
    max-height: 132px;
  }

  body.home-page .home-v2-journey-mini-icons {
    gap: 8px;
    margin-top: 0;
  }

  body.home-page .home-v2-journey-mini-icons i {
    font-size: 12px;
    height: 24px;
    width: 24px;
  }

  body.home-page .home-v2-journey-badge {
    height: 68px;
    left: 56%;
    top: 60px;
    width: 68px;
  }

  body.home-page .home-v2-journey-badge span,
  body.home-page .home-v2-journey-badge .home-v2-kicker-icon {
    height: 22px;
    width: 22px;
  }

  body.home-page .home-v2-journey-badge strong {
    font-size: 12px;
  }

  body.home-page .home-v2-journey-badge b,
  body.home-page .home-v2-journey-badge.day30 b {
    font-size: 24px;
  }

  body.home-page .home-v2-journey-cta {
    border-radius: 13px;
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    margin-top: 10px;
    min-height: 88px;
    padding: 14px 150px 14px 14px;
  }

  body.home-page .home-v2-journey-cta-icon {
    height: 42px;
    width: 42px;
  }

  body.home-page .home-v2-journey-cta-icon .home-v2-kicker-icon {
    height: 26px;
    width: 26px;
  }

  body.home-page .home-v2-journey-cta strong {
    font-size: 16px;
    line-height: 1.04;
  }

  body.home-page .home-v2-journey-cta p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
  }

  body.home-page .home-v2-journey-cta img {
    bottom: -12px;
    right: 6px;
    width: 148px;
  }
}

/* Noot AI assistant background layout */
body.home-page .home-v2-chat-section {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .99) 0%, rgba(255, 254, 250, .94) 34%, rgba(255, 254, 250, .58) 56%, rgba(255, 254, 250, .12) 100%),
    url("/assets/landing/noot-ai-assistant-bg.png") right center / auto 88% no-repeat,
    #fffefa !important;
  border: 1px solid rgba(9, 55, 28, .09);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(13, 28, 20, .1);
  min-height: clamp(720px, 57vw, 850px);
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px) !important;
  position: relative;
}

body.home-page .home-v2-chat-head {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

body.home-page .home-v2-chat-head p {
  max-width: 500px;
}

body.home-page .home-v2-chat-shell {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: minmax(255px, 330px) minmax(330px, 470px) minmax(160px, 1fr);
  min-height: clamp(450px, 38vw, 560px);
  padding: 0;
  position: relative;
  z-index: 2;
}

body.home-page .home-v2-chat-guide {
  align-self: start !important;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(8, 43, 24, .11);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(20, 44, 27, .09);
  color: #122419;
  gap: 16px;
  margin-top: clamp(12px, 2vw, 28px);
  min-height: 0 !important;
  padding: clamp(16px, 2vw, 20px);
  backdrop-filter: blur(12px);
}

body.home-page .home-v2-chat-guide-head {
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
}

body.home-page .home-v2-chat-guide-head > span,
body.home-page .home-v2-chat-guide-list li > span {
  align-items: center;
  background: #eff9e9;
  border: 1px solid rgba(8, 117, 52, .1);
  border-radius: 999px;
  color: #08773a;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.home-page .home-v2-chat-guide-head strong {
  color: #062f22;
  display: block;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
  margin-bottom: 5px;
}

body.home-page .home-v2-chat-guide-head p {
  color: #4b5a50;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}

body.home-page .home-v2-chat-guide-list {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home-page .home-v2-chat-guide li {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(8, 43, 24, .1);
  border-radius: 16px;
  box-shadow: none;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 14px;
}

body.home-page .home-v2-chat-guide-list b {
  color: #0f2016;
  display: block;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.12;
  margin-bottom: 4px;
}

body.home-page .home-v2-chat-guide li p {
  color: #52615a;
  font-size: 13px;
  line-height: 1.38;
  margin: 0;
}

body.home-page .home-v2-chat-panel {
  align-self: start;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(8, 43, 24, .12);
  border-radius: 28px 28px 28px 18px;
  box-shadow: 0 24px 58px rgba(20, 44, 27, .13);
  gap: 16px;
  isolation: isolate;
  margin-top: clamp(32px, 4vw, 58px);
  max-width: 470px;
  overflow: visible;
  padding: clamp(18px, 2vw, 24px);
  position: relative;
}

body.home-page .home-v2-chat-panel::after {
  background: rgba(255, 255, 255, .95);
  border-right: 1px solid rgba(8, 43, 24, .12);
  border-top: 1px solid rgba(8, 43, 24, .12);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 50px;
  position: absolute;
  right: -31px;
  top: clamp(82px, 9vw, 128px);
  width: 54px;
  z-index: -1;
}

body.home-page .home-v2-chat-panel-title {
  gap: 12px;
}

body.home-page .home-v2-chat-panel-title .home-v2-assistant-icon,
body.home-page .home-v2-chat-avatar {
  background: linear-gradient(135deg, #69bc3f 0%, #16883e 100%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(22, 136, 62, .18);
  height: 48px;
  padding: 7px;
  width: 48px;
}

body.home-page .home-v2-chat-panel-title strong {
  color: #102116;
  font-size: 18px;
}

body.home-page .home-v2-chat-messages {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 16px;
  height: auto;
  max-height: 240px;
  min-height: 0;
  overflow-y: auto;
  padding: 0 4px 0 0;
}

body.home-page .home-v2-chat-message.assistant:first-child {
  grid-template-columns: minmax(0, 1fr);
}

body.home-page .home-v2-chat-message.assistant:first-child .home-v2-chat-avatar {
  display: none !important;
  visibility: hidden !important;
}

body.home-page .home-v2-chat-message.assistant:first-child .home-v2-chat-message-bubble {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0;
}

body.home-page .home-v2-chat-message.assistant .home-v2-chat-message-bubble {
  background: #f4fbef !important;
}

body.home-page .home-v2-chat-message-bubble span {
  color: #08773a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home-page .home-v2-chat-message p,
body.home-page .home-v2-chat-message.user p {
  color: #112018;
  font-size: 15px;
  line-height: 1.48;
}

body.home-page .home-v2-chat-form {
  background: #fffefa;
  border: 1px solid rgba(8, 43, 24, .14);
  box-shadow: 0 14px 28px rgba(18, 32, 24, .08);
}

body.home-page .home-v2-chat-product-note {
  display: none !important;
}

@media (max-width: 1080px) {
  body.home-page .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .06) 0%, rgba(255, 254, 250, .46) 190px, rgba(255, 254, 250, .96) 350px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 67% top / auto 405px no-repeat,
      #fffefa !important;
    min-height: 0;
    padding: clamp(315px, 44vw, 405px) clamp(18px, 4vw, 32px) clamp(24px, 4vw, 38px) !important;
  }

  body.home-page .home-v2-chat-shell {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  body.home-page .home-v2-chat-guide,
  body.home-page .home-v2-chat-panel {
    margin-top: 0;
    max-width: 760px;
  }

  body.home-page .home-v2-chat-panel::after {
    display: none;
  }
}

@media (max-width: 700px) {
  body.home-page .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .04) 0%, rgba(255, 254, 250, .5) 160px, rgba(255, 254, 250, .96) 270px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") 67% top / auto 315px no-repeat,
      #fffefa !important;
    border-radius: 24px;
    padding: clamp(258px, 72vw, 320px) 16px 20px !important;
  }

  body.home-page .home-v2-chat-guide,
  body.home-page .home-v2-chat-panel {
    border-radius: 18px;
    padding: 16px;
  }

  body.home-page .home-v2-chat-guide-head,
  body.home-page .home-v2-chat-guide li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-guide-head > span,
  body.home-page .home-v2-chat-guide-list li > span {
    height: 40px;
    width: 40px;
  }

  body.home-page .home-v2-chat-panel-title .home-v2-assistant-icon,
  body.home-page .home-v2-chat-avatar {
    height: 42px;
    width: 42px;
  }

  body.home-page .home-v2-chat-messages {
    max-height: 260px;
  }

  body.home-page .home-v2-chat-form {
    grid-template-columns: minmax(0, 1fr) 52px;
  }
}

/* Noot AI assistant responsive refinements */
body.home-page .home-v2-section,
body.home-page .home-v2-inside,
body.home-page .home-v2-steps,
body.home-page .home-v2-reviews,
body.home-page .home-v2-analysis,
body.home-page .home-v2-microbe-lab,
body.home-page .home-v2-faq-section,
body.home-page .home-v2-final-cta {
  margin-top: clamp(32px, 5vw, 72px);
}

body.home-page .home-v2-commerce-proof {
  margin-top: clamp(20px, 3.4vw, 46px);
}

body.home-page .home-v2-chat-section {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .98) 0%, rgba(255, 254, 250, .92) 34%, rgba(255, 254, 250, .55) 57%, rgba(255, 254, 250, .12) 100%),
    url("/assets/landing/noot-ai-assistant-bg.png") center center / cover no-repeat,
    #fffefa !important;
  min-height: clamp(680px, 54vw, 810px);
}

body.home-page .home-v2-chat-head {
  margin-bottom: clamp(20px, 2.4vw, 32px);
}

body.home-page .home-v2-chat-shell {
  align-items: start;
  grid-template-columns: minmax(340px, 490px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-height: clamp(390px, 34vw, 510px);
}

body.home-page .home-v2-chat-panel {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-top: 0;
  max-width: 490px;
}

body.home-page .home-v2-chat-panel::after {
  display: none;
}

body.home-page .home-v2-chat-guide {
  align-self: start !important;
  display: grid;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  margin-top: 0;
  max-width: 720px;
  padding: clamp(14px, 1.5vw, 18px);
  width: 100%;
}

body.home-page .home-v2-chat-guide-head {
  align-content: start;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
}

body.home-page .home-v2-chat-guide-head > span {
  height: 38px;
  width: 38px;
}

body.home-page .home-v2-chat-guide-head strong {
  font-size: 16px;
}

body.home-page .home-v2-chat-guide-head p {
  font-size: 12px;
  line-height: 1.34;
}

body.home-page .home-v2-chat-guide-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-chat-guide li {
  align-content: start;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 126px;
  padding: 12px 11px;
}

body.home-page .home-v2-chat-guide-list li > span {
  height: 34px;
  width: 34px;
}

body.home-page .home-v2-chat-guide .home-v2-kicker-icon {
  height: 24px;
  width: 24px;
}

body.home-page .home-v2-chat-guide .home-v2-kicker-icon svg {
  height: 18px;
  width: 18px;
}

body.home-page .home-v2-chat-guide-list b {
  font-size: 13px;
  overflow-wrap: normal;
  word-break: normal;
}

body.home-page .home-v2-chat-guide li p {
  font-size: 12px;
  line-height: 1.32;
  overflow-wrap: normal;
  word-break: normal;
}

body.home-page .home-v2-chat-prompt-title {
  margin-bottom: -2px;
}

body.home-page .home-v2-chat-prefills {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, 0), rgba(255, 254, 250, .98) 88%) right top / 36px calc(100% - 18px) no-repeat,
    linear-gradient(#eaf1e6, #eaf1e6) left calc(100% - 7px) / 100% 8px no-repeat;
  border-radius: 999px;
  gap: 8px !important;
  max-width: 100%;
  overflow-x: scroll !important;
  padding: 2px 30px 22px 2px !important;
  scroll-padding-inline: 2px 30px !important;
  scrollbar-color: #0a8a3a #eaf1e6;
  scrollbar-width: auto;
  touch-action: pan-x;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar {
  height: 16px;
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar-track {
  background: #eaf1e6;
  border: 1px solid rgba(5, 50, 31, .1);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(5, 50, 31, .06);
}

body.home-page .home-v2-chat-prefills::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #79c747 0%, #0a8a3a 62%, #006f32 100%);
  border: 4px solid #eaf1e6;
  border-radius: 999px;
  min-width: 68px;
}

body.home-page .home-v2-chat-prefills button {
  border-radius: 999px;
  gap: 6px !important;
  grid-template-columns: 22px max-content !important;
  min-height: 28px !important;
  padding: 3px 10px 3px 3px !important;
}

body.home-page .home-v2-chat-prefills button > span {
  height: 22px !important;
  width: 22px !important;
}

body.home-page .home-v2-chat-prefills button .home-v2-kicker-icon {
  height: 18px !important;
  width: 18px !important;
}

body.home-page .home-v2-chat-prefills button .home-v2-kicker-icon svg {
  height: 14px !important;
  width: 14px !important;
}

body.home-page .home-v2-chat-prefills button strong {
  font-size: 11px;
  line-height: 1.1;
}

@media (max-width: 1080px) {
  body.home-page .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .08) 0%, rgba(255, 254, 250, .5) 210px, rgba(255, 254, 250, .95) 370px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") center top / cover no-repeat,
      #fffefa !important;
    padding: clamp(315px, 44vw, 405px) clamp(18px, 4vw, 32px) clamp(24px, 4vw, 38px) !important;
  }

  body.home-page .home-v2-chat-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-panel,
  body.home-page .home-v2-chat-guide {
    grid-column: 1;
    grid-row: auto;
    max-width: 760px;
    width: 100%;
  }

  body.home-page .home-v2-chat-guide {
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
    order: -1;
  }
}

@media (max-width: 700px) {
  body.home-page .home-v2-section,
  body.home-page .home-v2-inside,
  body.home-page .home-v2-steps,
  body.home-page .home-v2-reviews,
  body.home-page .home-v2-analysis,
  body.home-page .home-v2-microbe-lab,
  body.home-page .home-v2-faq-section,
  body.home-page .home-v2-final-cta {
    margin-top: clamp(22px, 7vw, 40px);
  }

  body.home-page .home-v2-chat-section {
    background:
      linear-gradient(180deg, rgba(255, 254, 250, .04) 0%, rgba(255, 254, 250, .5) 150px, rgba(255, 254, 250, .96) 280px, rgba(255, 254, 250, .99) 100%),
      url("/assets/landing/noot-ai-assistant-bg.png") center top / cover no-repeat,
      #fffefa !important;
    padding: clamp(250px, 70vw, 318px) 16px 20px !important;
  }

  body.home-page .home-v2-chat-guide-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-guide li {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 0;
  }

  body.home-page .home-v2-chat-prefills {
    margin-right: -10px;
    padding-right: 28px !important;
  }
}

/* Noot assistant guide inside chat panel */
body.home-page .home-v2-chat-shell {
  grid-template-columns: minmax(360px, 620px) minmax(0, 1fr);
}

body.home-page .home-v2-chat-panel {
  max-width: 620px;
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide {
  align-self: stretch !important;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(8, 43, 24, .11);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(20, 44, 27, .08);
  color: #122419;
  display: grid;
  gap: 14px;
  grid-column: 1;
  grid-row: auto;
  grid-template-columns: minmax(0, 1fr);
  margin: 4px 0 0;
  max-width: none;
  order: 10;
  padding: clamp(14px, 1.6vw, 18px);
  width: 100%;
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide-list {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide li {
  align-content: start;
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr);
  height: 100%;
  min-height: 118px;
  min-width: 0;
  padding: 12px 11px;
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide-list b {
  max-width: 100%;
}

body.home-page .home-v2-chat-panel .home-v2-chat-guide li p {
  max-width: 100%;
}

@media (max-width: 1080px) {
  body.home-page .home-v2-chat-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-panel {
    max-width: 760px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide {
    margin-left: 0;
    order: 10;
  }
}

@media (max-width: 700px) {
  body.home-page .home-v2-chat-panel .home-v2-chat-guide {
    gap: 10px;
    padding: 12px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-head {
    gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-head > span {
    height: 34px;
    width: 34px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-head strong {
    font-size: 16px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-head p {
    font-size: 12px;
    line-height: 1.22;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-list {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide li {
    gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    padding: 10px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-list li > span {
    height: 34px;
    width: 34px;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide-list b {
    font-size: 13px;
    line-height: 1.05;
  }

  body.home-page .home-v2-chat-panel .home-v2-chat-guide li p {
    font-size: 11.5px;
    line-height: 1.22;
  }

  body.home-page .home-v2-chat-panel {
    padding-bottom: 84px;
  }
}

body.home-page .home-v2-plant-filter .home-v2-plant-card {
  display: none !important;
}

body.home-page #plant-all:checked ~ .home-v2-plant-grid .home-v2-plant-card,
body.home-page #plant-tropical:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="tropical"],
body.home-page #plant-vining:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="vining"],
body.home-page #plant-succulent:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="succulent"],
body.home-page #plant-flowering:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="flowering"],
body.home-page #plant-hardy:checked ~ .home-v2-plant-grid .home-v2-plant-card[data-plant-group~="hardy"] {
  display: grid !important;
}
