/*
  Direction 11 refinement — quiet color fields and clean controls.
  Loaded only by the approved Direction 11 route family so archived
  directions retain their original framing.
*/

body[data-direction="11"] {
  --quiet-rule: rgba(7, 63, 52, 0.14);
  --quiet-surface: rgba(255, 255, 255, 0.54);
  --soft-shadow: 0 18px 50px rgba(7, 63, 52, 0.12);
  --action-height: 46px;
  --action-padding: 12px 20px;
  --action-gap: 20px;
  --action-radius: 999px;
}

body.share-preview .direction-strip,
body.share-preview .review-tag,
body.share-preview .story-caption,
body.share-preview .review-notes,
body.share-preview .orbit-review-dock,
body.share-preview .orbit-picks-panel,
body.share-preview .orbit-device-stage,
body.share-preview .sub-review-dock {
  display: none !important;
}

/* Shared navigation and controls */
body[data-direction="11"] .site-header {
  border-bottom: 0;
}

body[data-direction="11"] .button,
body[data-direction="11"] .mock-form > form > button,
body[data-direction="11"] .welcome-offer-form button,
body[data-direction="11"] .request-card button,
body[data-direction="11"] .product-card-actions a,
body[data-direction="11"] .product-card-actions button,
body[data-direction="11"] .text-button {
  min-height: var(--action-height);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--action-gap);
  padding: var(--action-padding);
  border: 0;
  border-radius: var(--action-radius);
  background: var(--acid);
  color: var(--ink);
  box-shadow: none;
  font: 800 11px/1.2 var(--sans);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

body[data-direction="11"] .button:hover,
body[data-direction="11"] .button:focus-visible,
body[data-direction="11"] .mock-form > form > button:hover,
body[data-direction="11"] .mock-form > form > button:focus-visible,
body[data-direction="11"] .welcome-offer-form button:hover,
body[data-direction="11"] .welcome-offer-form button:focus-visible,
body[data-direction="11"] .request-card button:hover,
body[data-direction="11"] .request-card button:focus-visible,
body[data-direction="11"] .product-card-actions a:hover,
body[data-direction="11"] .product-card-actions a:focus-visible,
body[data-direction="11"] .product-card-actions button:hover,
body[data-direction="11"] .product-card-actions button:focus-visible,
body[data-direction="11"] .text-button:hover,
body[data-direction="11"] .text-button:focus-visible {
  background: var(--aqua);
  color: var(--ink);
  box-shadow: none;
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  transform: translateY(-1px);
}

body[data-direction="11"] .button:active,
body[data-direction="11"] .mock-form > form > button:active,
body[data-direction="11"] .welcome-offer-form button:active,
body[data-direction="11"] .request-card button:active,
body[data-direction="11"] .product-card-actions a:active,
body[data-direction="11"] .product-card-actions button:active,
body[data-direction="11"] .text-button:active {
  transform: translateY(0);
}

body[data-direction="11"] .header-cta {
  min-height: 46px;
  padding: 12px 20px;
}

body[data-direction="11"] .utility-link,
body[data-direction="11"] .mobile-nav-toggle {
  border: 0;
  background: rgba(7, 63, 52, 0.06);
}

body[data-direction="11"] .site-header nav .nav-mobile-only {
  display: none;
}

body[data-direction="11"] .utility-link:hover,
body[data-direction="11"] .utility-link:focus-visible,
body[data-direction="11"] .mobile-nav-toggle:hover,
body[data-direction="11"] .mobile-nav-toggle:focus-visible {
  background: var(--aqua);
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

body[data-direction="11"] .grow-list-link b {
  border: 0;
  box-shadow: 0 0 0 2px var(--cream);
}

body[data-direction="11"] [data-grow-list-count][hidden] {
  display: none !important;
}

/* Homepage: uninterrupted section fields */
body[data-direction="11"] .hero,
body[data-direction="11"] .interlude,
body[data-direction="11"] .system,
body[data-direction="11"] .paths,
body[data-direction="11"] .crops,
body[data-direction="11"] .care,
body[data-direction="11"] .pet,
body[data-direction="11"] .farm-social,
body[data-direction="11"] .social-shop-cta {
  border: 0;
}

body[data-direction="11"] .hero-visual,
body[data-direction="11"] .pet-art {
  border: 0;
}

body[data-direction="11"] .philly-stamp {
  top: 36px;
  left: 36px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 247, 230, .9);
  box-shadow: none;
  text-align: left;
  transform: none;
  backdrop-filter: blur(10px);
}

body[data-direction="11"] .philly-stamp b {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
}

body[data-direction="11"] .philly-stamp b br {
  display: none;
}

body[data-direction="11"] .philly-stamp small {
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid var(--quiet-rule);
  font-size: 8px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body[data-direction="11"] .ticker {
  border-top: 0;
}

body[data-direction="11"] .system-board {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}

body[data-direction="11"] .system-product,
body[data-direction="11"] .system-board article {
  border: 0 !important;
}

body[data-direction="11"] .system-board article {
  box-shadow: inset 1px 0 var(--quiet-rule), inset 0 -1px var(--quiet-rule);
}

body[data-direction="11"] .system-board article:last-of-type {
  box-shadow: inset 1px 0 var(--quiet-rule);
}

body[data-direction="11"] .path-grid {
  gap: 18px;
  border: 0;
}

body[data-direction="11"] .path-card {
  overflow: hidden;
  border: 0;
  border-radius: 26px;
}

body[data-direction="11"] .path-art {
  border: 0;
}

body[data-direction="11"] .crop-stage {
  gap: 22px;
}

body[data-direction="11"] .crop-stage figure {
  overflow: hidden;
  border-radius: 26px;
  background: var(--cream);
}

body[data-direction="11"] .crop-stage figure > div,
body[data-direction="11"] .crop-stage figcaption {
  border: 0;
}

body[data-direction="11"] .care-steps {
  overflow: hidden;
  padding: 0 34px;
  border: 0;
  border-radius: 28px;
  background: var(--cream);
  box-shadow: none;
}

body[data-direction="11"] .care-steps li {
  border-bottom: 1px solid var(--quiet-rule);
}

body[data-direction="11"] .care-steps li:last-child {
  border-bottom: 0;
}

body[data-direction="11"] .note-grid {
  gap: 10px;
  border: 0;
}

body[data-direction="11"] .note-grid span {
  border: 0;
  border-radius: 14px;
}

body[data-direction="11"] .polaroid {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
  transform: none;
}

body[data-direction="11"] .polaroid img,
body[data-direction="11"] .social-head {
  border: 0;
}

body[data-direction="11"] .social-arrow {
  border: 0;
  box-shadow: none;
  background: rgba(255, 247, 230, .8);
}

body[data-direction="11"] .request-card {
  border: 0;
  border-radius: 30px;
  box-shadow: none;
}

body[data-direction="11"] .request-card form > div {
  gap: 10px;
}

body[data-direction="11"] .request-card input {
  border: 1px solid var(--quiet-rule);
  border-radius: 16px;
  background: #fff;
}

body[data-direction="11"] .request-card button {
  border: 0;
  border-radius: 999px;
}

/* Welcome offer follows the same restrained control language. */
body[data-direction="11"] .welcome-offer-card {
  width: min(760px, 100%);
  overflow: hidden auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  border: 0;
  border-radius: 30px;
  box-shadow: 0 24px 80px rgba(1, 36, 30, .28);
}

body[data-direction="11"] .welcome-offer-close {
  border: 0;
  background: rgba(255, 247, 230, .92);
  box-shadow: 0 4px 18px rgba(7, 63, 52, .12);
}

body[data-direction="11"] .welcome-offer-mark {
  min-height: 100%;
  padding: 46px 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  background: var(--aqua);
  color: var(--ink);
  text-align: center;
}

body[data-direction="11"] .welcome-offer-mark strong {
  font-family: var(--serif);
  font-size: clamp(82px, 9vw, 118px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.09em;
}

body[data-direction="11"] .welcome-offer-mark span {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body[data-direction="11"] .welcome-offer-copy {
  padding: 50px 48px 44px;
}

body[data-direction="11"] .welcome-offer-copy h2 {
  max-width: 440px;
  margin-bottom: 14px;
  font-size: clamp(42px, 5vw, 62px);
}

body[data-direction="11"] .welcome-offer-copy > p:not(.eyebrow) {
  margin-bottom: 22px;
  font-size: 17px;
}

body[data-direction="11"] .welcome-offer-form > div {
  gap: 10px;
  border: 0;
}

body[data-direction="11"] .welcome-offer-form input {
  border: 1px solid var(--quiet-rule);
  border-radius: 999px;
}

body[data-direction="11"] .welcome-offer-consent {
  color: var(--ink);
  font-weight: 700;
}

body[data-direction="11"] .welcome-offer-preview-note {
  color: rgba(7, 63, 52, .68);
}

/* Subpages: cards become calm surfaces instead of outlined boxes. */
body[data-subpage] .sub-hero,
body[data-subpage] .sub-hero-art,
body[data-subpage] .page-intro,
body[data-subpage] .catalog-section,
body[data-subpage] .order-section,
body[data-subpage] .plant-directory,
body[data-subpage] .care-routine,
body[data-subpage] .care-quick,
body[data-subpage] .pet-plans,
body[data-subpage] .pet-details,
body[data-subpage] .farm-mission,
body[data-subpage] .farm-values,
body[data-subpage] .farm-proof-section,
body[data-subpage] .product-hero,
body[data-subpage] .product-facts,
body[data-subpage] .product-next,
body[data-subpage] .related-plants,
body[data-subpage] .grow-list-hero,
body[data-subpage] .grow-list-section {
  border: 0;
}

body[data-subpage] .page-ticker {
  border: 0;
}

body[data-subpage] .hero-sticker {
  border: 0;
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
}

body[data-subpage] .product-card,
body[data-subpage] .plant-row,
body[data-subpage] .mock-form,
body[data-subpage] .order-bridge,
body[data-subpage] .product-next-card,
body[data-subpage] .grow-list-hero aside {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}

body[data-subpage] .product-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

body[data-subpage] .product-card:hover,
body[data-subpage] .product-card:focus-within {
  box-shadow: var(--soft-shadow);
  transform: translateY(-3px);
}

body[data-subpage] .product-card figure,
body[data-subpage] .plant-photo,
body[data-subpage] .plant-row:nth-child(even) .plant-photo,
body[data-subpage] .product-hero-art {
  border: 0;
}

body[data-subpage] .product-card-actions {
  grid-template-columns: auto 1fr;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--quiet-rule);
  background: var(--cream);
}

body[data-subpage] .product-card-actions a,
body[data-subpage] .product-card-actions button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
}

body[data-subpage] .product-card-actions a {
  padding-inline: 20px;
  background: var(--acid);
}

body[data-subpage] .product-card-actions button {
  background: var(--acid);
}

body[data-subpage] .availability-note,
body[data-subpage] .timing-note,
body[data-subpage] .grow-list-empty,
body[data-subpage] .invoice-note {
  border: 0;
  border-radius: 20px;
}

body[data-subpage] .order-steps,
body[data-subpage] .do-dont,
body[data-subpage] .plan-grid,
body[data-subpage] .pet-detail-grid,
body[data-subpage] .value-grid,
body[data-subpage] .product-fact-grid {
  gap: 14px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body[data-subpage] .order-steps article,
body[data-subpage] .do-dont article,
body[data-subpage] .plan-card,
body[data-subpage] .pet-detail-grid article,
body[data-subpage] .value-card,
body[data-subpage] .product-fact-grid article {
  border: 0 !important;
  border-radius: 24px;
}

body[data-subpage] .field input,
body[data-subpage] .field select,
body[data-subpage] .field textarea {
  border: 1px solid var(--quiet-rule);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
}

body[data-subpage] .field input:focus,
body[data-subpage] .field select:focus,
body[data-subpage] .field textarea:focus {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

body[data-subpage] .plant-nav a {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

body[data-subpage] .care-list {
  border: 0;
}

body[data-subpage] .care-list li {
  border-bottom: 1px solid var(--quiet-rule);
}

body[data-subpage] .farm-proof-grid figure {
  overflow: hidden;
  padding: 12px;
  border: 0;
  border-radius: 28px;
  transform: none;
}

body[data-subpage] .product-blend {
  border-color: var(--quiet-rule);
}

body[data-subpage] .grow-list-item {
  border: 0;
  border-radius: 22px;
}

body[data-subpage] .grow-list-item > a {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
}

body[data-subpage] .quantity-control {
  gap: 6px;
}

body[data-subpage] .quantity-control button {
  border: 0;
  border-radius: 999px;
  background: rgba(7, 63, 52, .07);
}

body[data-subpage] .grow-list-summary {
  border: 0;
  border-radius: 24px;
}

body[data-subpage] .text-button,
body[data-subpage] .remove-grow-item {
  border-bottom-color: var(--quiet-rule);
}

@media (max-width: 1100px) {
  body[data-direction="11"] .site-header nav .nav-mobile-only {
    display: grid;
  }

  body[data-direction="11"] .site-header nav {
    gap: 6px;
    padding: 8px;
    border: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 18px 36px rgba(7, 63, 52, .12);
  }

  body[data-direction="11"] .site-header nav a {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
  }

  body[data-direction="11"] .site-header nav a:hover,
  body[data-direction="11"] .site-header nav a:focus-visible,
  body[data-direction="11"] .site-header nav a[aria-current="page"] {
    background: rgba(120, 223, 213, .45);
  }

  body[data-direction="11"] .system-board article,
  body[data-direction="11"] .system-board article:last-of-type {
    box-shadow: inset 0 1px var(--quiet-rule);
  }

  body[data-subpage] .product-hero-copy {
    order: -1;
  }
}

@media (max-width: 700px) {
  body[data-direction="11"] .button,
  body[data-direction="11"] .mock-form > form > button {
    min-height: 48px;
  }

  body[data-direction="11"] .header-cta {
    min-height: 44px;
    padding: 9px 13px;
  }

  body[data-direction="11"] .welcome-offer-close {
    width: 44px;
    height: 44px;
  }

  body[data-direction="11"] .care-steps {
    padding: 0 20px;
  }

  body[data-direction="11"] .philly-stamp {
    top: 20px;
    left: 20px;
    padding: 10px 13px;
  }

  body[data-direction="11"] .path-grid,
  body[data-direction="11"] .crop-stage {
    gap: 14px;
  }

  body[data-direction="11"] .welcome-offer-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
    box-shadow: 0 18px 60px rgba(1, 36, 30, .3);
  }

  body[data-direction="11"] .welcome-offer-mark {
    min-height: 118px;
    padding: 24px 70px 24px 24px;
    grid-template-columns: auto auto;
    gap: 16px;
    justify-content: start;
    text-align: left;
  }

  body[data-direction="11"] .welcome-offer-mark strong {
    font-size: 72px;
  }

  body[data-direction="11"] .welcome-offer-mark span {
    max-width: 82px;
    margin-top: 0;
  }

  body[data-direction="11"] .welcome-offer-copy {
    padding: 28px 22px 26px;
  }

  body[data-direction="11"] .welcome-offer-copy h2 {
    font-size: 40px;
  }

  body[data-direction="11"] .welcome-offer-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  body[data-direction="11"] .welcome-offer-form > div {
    gap: 8px;
  }

  body[data-direction="11"] .welcome-offer-form button {
    border: 0;
  }

  body[data-subpage] .product-card,
  body[data-subpage] .plant-row,
  body[data-subpage] .mock-form,
  body[data-subpage] .order-bridge,
  body[data-subpage] .product-next-card,
  body[data-subpage] .grow-list-hero aside {
    border-radius: 22px;
  }

  body[data-subpage] .product-card-actions {
    grid-template-columns: 1fr 1.25fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-direction="11"] .button,
  body[data-direction="11"] .product-card {
    transition: none;
  }
}

/* July 24 subpage edit — less ceremony, more useful page content. */
body[data-subpage] .compact-page-hero {
  min-height: 270px;
  padding: 74px var(--page-pad) 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  gap: 7vw;
  align-items: end;
  background: var(--mint);
}

body[data-subpage] .compact-page-hero h1 {
  max-width: 950px;
  margin: 10px 0 0;
  font-size: clamp(54px, 6.2vw, 96px);
}

body[data-subpage] .compact-page-hero > p {
  max-width: 510px;
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

body[data-page="shop"] .shop-catalog {
  padding-top: 52px;
}

body[data-page="shop"] .shop-catalog .catalog-grid {
  margin-top: 0;
}

body[data-page="shop"] .shop-catalog .availability-note {
  margin-top: 42px;
}

body[data-page="care"] .care-compact-hero .sub-hero-copy,
body[data-page="farm"] .farm-compact-hero .sub-hero-copy {
  padding-top: 72px;
  padding-bottom: 68px;
}

body[data-page="farm"] .farm-compact-hero,
body[data-page="farm"] .farm-compact-hero .sub-hero-art {
  min-height: 520px;
}

body[data-page="care"] .care-compact-hero,
body[data-page="care"] .care-compact-hero .sub-hero-art {
  min-height: 480px;
}

body[data-page="care"] .care-compact-hero .sub-hero-copy {
  padding-top: 46px;
  padding-bottom: 44px;
}

body[data-page="farm"] .farm-compact-hero .sub-hero-copy h1 {
  font-size: clamp(58px, 6vw, 94px);
}

body[data-page="care"] .care-compact-hero .sub-hero-copy h1 {
  font-size: clamp(54px, 5.2vw, 76px);
}

body[data-page="care"] .care-compact-hero .sub-hero-art,
body[data-page="farm"] .farm-compact-hero .sub-hero-art,
body[data-page="product"] .product-hero-compact .product-hero-art {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body[data-page="care"] .care-compact-hero .sub-hero-art img,
body[data-page="farm"] .farm-compact-hero .sub-hero-art img,
body[data-page="product"] .product-hero-compact .product-hero-art img {
  position: absolute;
  inset: 0;
}

body[data-page="farm"] .farm-compact-hero .sub-hero-art img {
  object-position: center 82%;
  transform: scale(1.12);
}

body[data-page="farm"] .farm-proof-grid img {
  object-position: center 80%;
  transform: scale(1.12);
}

body[data-page="care"] .care-routine {
  padding-top: 92px;
  padding-bottom: 82px;
}

body[data-page="care"] .care-routine > header {
  max-width: 780px;
  margin-bottom: 46px;
}

body[data-page="care"] .care-routine > header h2 {
  font-size: clamp(52px, 6vw, 88px);
}

body[data-page="care"] .care-list {
  display: grid;
  gap: 0;
}

body[data-page="care"] .care-list li {
  position: relative;
  min-height: 300px;
  padding: 54px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 8vw;
  align-items: center;
}

body[data-page="care"] .care-list li:last-child {
  border-bottom: 0;
}

body[data-page="care"] .care-number {
  position: absolute;
  top: 42px;
  left: 0;
  font-size: 12px;
  color: var(--ink);
  letter-spacing: .12em;
}

body[data-page="care"] .care-step-title {
  grid-column: 1;
  padding-left: 58px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

body[data-page="care"] .care-step-title h3 {
  font-size: clamp(48px, 5.5vw, 86px);
  line-height: .96;
}

body[data-page="care"] .care-line-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
}

body[data-page="care"] .care-line-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="care"] .care-list li > p {
  grid-column: 2;
  max-width: 500px;
  font-size: 21px;
}

body[data-page="care"] .care-list li:nth-child(even) .care-step-title {
  grid-column: 2;
}

body[data-page="care"] .care-list li:nth-child(even) > p {
  grid-column: 1;
  grid-row: 1;
  padding-left: 58px;
}

body[data-page="care"] .care-list li:nth-child(even) .care-number {
  left: auto;
  right: calc(50% - 2px);
}

body[data-page="product"] .product-hero-compact {
  min-height: 620px;
  height: 620px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

body[data-page="product"] .product-hero-compact .product-hero-art {
  min-height: 620px;
}

body[data-page="product"] .product-hero-compact .product-hero-copy {
  padding-top: 42px;
  padding-bottom: 40px;
}

body[data-page="product"] .product-hero-compact .product-hero-copy h1 {
  font-size: clamp(60px, 6vw, 96px);
  line-height: .88;
}

body[data-page="product"] .product-hero-compact .product-hero-copy .lede {
  margin-bottom: 12px;
}

body[data-page="product"] .product-hero-compact .product-order-actions {
  margin-top: 18px;
  margin-bottom: 18px;
}

body[data-page="product"] .product-hero-compact .timing-note {
  margin-top: 10px;
  margin-bottom: 0;
}

body[data-page="product"] .product-details {
  padding-top: 90px;
  padding-bottom: 94px;
  background: var(--cream);
}

body[data-page="product"] .product-details-head {
  max-width: 900px;
  margin-bottom: 52px;
}

body[data-page="product"] .product-details-head h2 {
  font-size: clamp(52px, 5.5vw, 84px);
}

body[data-page="product"] .product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

body[data-page="product"] .product-detail-grid article {
  min-height: 240px;
  padding: 34px;
  border-radius: 24px;
  background: var(--mint);
}

body[data-page="product"] .product-detail-grid article:nth-child(2),
body[data-page="product"] .product-detail-grid article:nth-child(5) {
  background: var(--aqua);
}

body[data-page="product"] .product-detail-grid article:nth-child(3),
body[data-page="product"] .product-detail-grid article:nth-child(4) {
  background: #fff3d8;
}

body[data-page="product"] .product-detail-grid small {
  display: block;
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body[data-page="product"] .product-detail-grid h3 {
  margin: 0;
  font-size: clamp(28px, 2.7vw, 43px);
}

body[data-page="product"] .product-detail-grid p {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.48;
}

body[data-page="product"] .compact-related {
  padding-top: 90px;
  padding-bottom: 96px;
}

body[data-page="product"] .product-contact-section {
  padding-top: 90px;
  padding-bottom: 96px;
}

body[data-page="growList"] .grow-list-primary {
  padding-top: 76px;
  padding-bottom: 88px;
}

body[data-page="growList"] .grow-list-head {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .44fr);
  gap: 7vw;
  align-items: end;
}

body[data-page="growList"] .grow-list-head h1 {
  margin: 10px 0 0;
  font-size: clamp(58px, 7vw, 106px);
}

body[data-page="growList"] .grow-list-head > p {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

body[data-page="growList"] .grow-list-summary p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}

body[data-page="growList"] .grow-list-summary h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: 1;
}

body[data-page="growList"] .grow-list-summary-actions {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

body[data-page="growList"] .grow-list-summary .button {
  width: 100%;
  justify-content: space-between;
  background: var(--acid);
  color: var(--ink);
}

body[data-page="growList"] .grow-list-summary .text-link {
  width: max-content;
}

body[data-page="growList"] .grow-list-summary > small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  line-height: 1.45;
}

body[data-page="growList"] .grow-recommendations {
  padding: 84px var(--page-pad) 92px;
  background: var(--cream);
}

body[data-page="growList"] .grow-recommendations > header {
  max-width: 760px;
  margin-bottom: 44px;
}

body[data-page="growList"] .grow-recommendations h2 {
  font-size: clamp(48px, 5.5vw, 78px);
}

body[data-page="growList"] .contact-direct {
  padding-top: 84px;
  padding-bottom: 92px;
}

body[data-page="contact"] .contact-page {
  min-height: calc(100vh - 176px);
  padding: 72px var(--page-pad) 92px;
  display: grid;
  align-items: start;
  background: var(--mint);
}

body[data-page="contact"] .contact-page-form {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

body[data-page="contact"] .contact-page-form h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(56px, 7vw, 104px);
  line-height: .94;
}

body[data-page="contact"] .field label span {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  body[data-subpage] .compact-page-hero,
  body[data-page="growList"] .grow-list-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body[data-page="care"] .care-compact-hero,
  body[data-page="farm"] .farm-compact-hero {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="care"] .care-list li,
  body[data-page="care"] .care-list li:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
    gap: 5vw;
  }

  body[data-page="care"] .care-list li:nth-child(even) .care-number {
    right: calc(50% + 24px);
  }

  body[data-page="product"] .product-hero-compact {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: 0;
  }

  body[data-page="product"] .product-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  body[data-subpage] .compact-page-hero {
    min-height: 0;
    padding: 54px 20px 48px;
  }

  body[data-subpage] .compact-page-hero h1 {
    font-size: 52px;
  }

  body[data-subpage] .compact-page-hero > p {
    font-size: 18px;
  }

  body[data-page="shop"] .shop-catalog {
    padding-top: 32px;
  }

  body[data-page="care"] .care-compact-hero,
  body[data-page="farm"] .farm-compact-hero {
    min-height: 0;
  }

  body[data-page="care"] .care-compact-hero .sub-hero-copy,
  body[data-page="farm"] .farm-compact-hero .sub-hero-copy {
    padding: 54px 20px 46px;
  }

  body[data-page="care"] .care-compact-hero .sub-hero-copy h1,
  body[data-page="farm"] .farm-compact-hero .sub-hero-copy h1 {
    font-size: 52px;
  }

  body[data-page="care"] .care-compact-hero .sub-hero-art,
  body[data-page="farm"] .farm-compact-hero .sub-hero-art {
    height: 300px;
    min-height: 300px;
  }

  body[data-page="care"] .care-routine {
    padding-top: 72px;
    padding-bottom: 66px;
  }

  body[data-page="care"] .care-routine > header {
    margin-bottom: 24px;
  }

  body[data-page="care"] .care-list li,
  body[data-page="care"] .care-list li:nth-child(even) {
    min-height: 0;
    padding: 42px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body[data-page="care"] .care-number,
  body[data-page="care"] .care-list li:nth-child(even) .care-number {
    top: 42px;
    left: 0;
    right: auto;
  }

  body[data-page="care"] .care-step-title,
  body[data-page="care"] .care-list li:nth-child(even) .care-step-title {
    grid-column: 1;
    grid-row: 1;
    padding-left: 40px;
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }

  body[data-page="care"] .care-line-icon {
    width: 60px;
    height: 60px;
  }

  body[data-page="care"] .care-line-icon svg {
    width: 34px;
    height: 34px;
  }

  body[data-page="care"] .care-step-title h3 {
    font-size: 40px;
  }

  body[data-page="care"] .care-list li > p,
  body[data-page="care"] .care-list li:nth-child(even) > p {
    grid-column: 1;
    grid-row: 2;
    padding-left: 40px;
    font-size: 18px;
  }

  body[data-page="product"] .product-hero-compact {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: -1;
    padding: 54px 20px 46px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy h1 {
    font-size: 56px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    height: 330px;
    min-height: 330px;
  }

  body[data-page="product"] .product-details,
  body[data-page="product"] .compact-related,
  body[data-page="product"] .product-contact-section {
    padding-top: 70px;
    padding-bottom: 74px;
  }

  body[data-page="product"] .product-detail-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-detail-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  body[data-page="growList"] .grow-list-primary {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  body[data-page="growList"] .grow-list-head {
    margin-bottom: 34px;
  }

  body[data-page="growList"] .grow-list-head h1 {
    font-size: 54px;
  }

  body[data-page="growList"] .grow-recommendations,
  body[data-page="growList"] .contact-direct {
    padding: 70px 20px 74px;
  }

  body[data-page="contact"] .contact-page {
    min-height: 0;
    padding: 42px 20px 64px;
  }

  body[data-page="contact"] .contact-page-form h1 {
    font-size: 48px;
  }
}

/* July 24 responsive rescue — compact, intentional mobile and tablet rhythm. */
@media (min-width: 701px) and (max-width: 900px) {
  :root {
    --pad: 40px;
  }

  body[data-direction="11"] .site-header {
    height: 84px;
    padding: 10px 24px;
    gap: 12px;
  }

  body[data-direction="11"] .brand img {
    width: 50px;
    height: 50px;
  }

  body[data-direction="11"] .brand b {
    font-size: 19px;
  }

  body[data-direction="11"] .brand small {
    font-size: 8px;
  }

  body[data-direction="11"] .contact-link {
    display: none;
  }

  body[data-direction="11"] .header-actions {
    gap: 8px;
  }

  body[data-direction="11"] .hero {
    min-height: 0;
    padding-bottom: 0;
  }

  body[data-direction="11"] .hero-copy {
    padding: 80px 44px 72px;
  }

  body[data-direction="11"] .hero h1 {
    max-width: 690px;
    font-size: 78px;
  }

  body[data-direction="11"] .hero-visual {
    min-height: 520px;
  }

  body[data-direction="11"] .interlude,
  body[data-direction="11"] .system,
  body[data-direction="11"] .paths,
  body[data-direction="11"] .crops,
  body[data-direction="11"] .care {
    padding-top: 96px;
    padding-bottom: 92px;
  }

  body[data-direction="11"] .interlude {
    min-height: 0;
  }

  body[data-direction="11"] .system-product {
    min-height: 440px;
  }

  body[data-direction="11"] .path-card {
    min-height: 0;
    padding-bottom: 34px;
  }

  body[data-direction="11"] .path-art {
    height: 330px;
  }

  body[data-direction="11"] .crop-stage figure > div {
    height: 440px !important;
  }

  body[data-direction="11"] .care {
    min-height: 0;
  }

  body[data-direction="11"] .pet-copy {
    padding: 96px 40px 72px;
  }

  body[data-direction="11"] .pet-art {
    min-height: 500px;
  }

  body[data-direction="11"] .farm-social {
    padding-top: 96px;
  }

  body[data-direction="11"] .farm-proof {
    padding-bottom: 92px;
  }

  body[data-direction="11"] .request {
    padding: 92px 40px 78px;
  }

  body[data-direction="11"] .request-card {
    min-height: 0;
    padding: 52px 44px;
  }

  body[data-subpage] {
    --page-pad: 40px;
  }

  body[data-subpage] .sub-hero-copy {
    padding: 76px 40px 68px;
  }

  body[data-subpage] .sub-hero-copy h1 {
    font-size: 72px;
  }

  body[data-subpage] .sub-hero-art {
    min-height: 470px;
  }

  body[data-subpage] .page-intro,
  body[data-subpage] .catalog-section,
  body[data-subpage] .order-section,
  body[data-subpage] .plant-directory,
  body[data-subpage] .care-routine,
  body[data-subpage] .care-quick,
  body[data-subpage] .pet-plans,
  body[data-subpage] .pet-details,
  body[data-subpage] .farm-mission,
  body[data-subpage] .farm-values,
  body[data-subpage] .farm-proof-section {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  body[data-subpage] .catalog-head {
    margin-bottom: 42px;
  }

  body[data-subpage] .product-card {
    min-height: 0;
  }

  body[data-subpage] .product-card figure {
    height: 310px;
  }

  body[data-subpage] .plant-row {
    min-height: 0;
    margin-bottom: 42px;
    grid-template-columns: minmax(250px, .86fr) minmax(0, 1.14fr);
  }

  body[data-subpage] .plant-row:nth-child(even) {
    grid-template-columns: minmax(250px, .86fr) minmax(0, 1.14fr);
  }

  body[data-subpage] .plant-row:nth-child(even) .plant-photo {
    order: 0;
  }

  body[data-subpage] .plant-photo {
    min-height: 430px;
    height: auto;
  }

  body[data-subpage] .plant-copy {
    padding: 38px 34px;
  }

  body[data-subpage] .plant-copy h2 {
    font-size: 48px;
  }

  body[data-subpage] .plant-copy .plant-lede {
    font-size: 20px;
  }

  body[data-subpage] .plant-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  body[data-page="product"] .product-hero-compact {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: -1;
    padding: 68px 40px 58px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    height: 500px;
    min-height: 500px;
  }

  body[data-page="product"] .product-details,
  body[data-page="product"] .compact-related,
  body[data-page="product"] .product-contact-section {
    padding-top: 80px;
    padding-bottom: 84px;
  }

  body[data-page="growList"] .grow-list-primary,
  body[data-page="growList"] .grow-recommendations,
  body[data-page="growList"] .contact-direct {
    padding-top: 76px;
    padding-bottom: 82px;
  }
}

@media (max-width: 700px) {
  :root {
    --pad: 20px;
  }

  body[data-direction="11"] .site-header {
    height: 72px;
    padding: 8px 12px;
    gap: 6px;
  }

  body[data-direction="11"] .brand {
    gap: 8px;
    min-width: 0;
  }

  body[data-direction="11"] .brand img {
    width: 40px;
    height: 40px;
  }

  body[data-direction="11"] .brand span {
    display: grid;
    min-width: 0;
  }

  body[data-direction="11"] .brand b {
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-direction="11"] .brand small {
    display: none;
  }

  body[data-direction="11"] .mobile-nav-toggle,
  body[data-direction="11"] .utility-link {
    width: 44px;
    height: 44px;
  }

  body[data-direction="11"] .mobile-nav-toggle {
    padding: 9px;
  }

  body[data-direction="11"] .header-actions {
    gap: 5px;
  }

  body[data-direction="11"] .header-actions .header-cta {
    min-width: 58px;
    min-height: 44px;
    padding: 8px 10px;
  }

  body[data-direction="11"] .site-header nav {
    padding: 6px;
    gap: 4px;
    border-radius: 0 0 18px 18px;
  }

  body[data-direction="11"] .site-header nav a {
    min-height: 50px;
    padding: 10px 8px;
    border: 0;
    border-radius: 12px;
    font-size: 10px;
  }

  body[data-direction="11"] .eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .15em;
  }

  body[data-direction="11"] .eyebrow::before {
    display: none;
  }

  body[data-direction="11"] .lede {
    font-size: 18px;
    line-height: 1.48;
  }

  body[data-direction="11"] .actions {
    gap: 14px 18px;
  }

  body[data-direction="11"] .button,
  body[data-direction="11"] .mock-form > form > button {
    min-height: 46px;
    padding: 12px 18px;
    font-size: 10px;
  }

  /* Homepage */
  body[data-direction="11"]:not([data-subpage]) .hero {
    min-height: 0;
    padding-bottom: 0;
  }

  body[data-direction="11"]:not([data-subpage]) .hero-copy {
    padding: 56px 20px 54px;
  }

  body[data-direction="11"]:not([data-subpage]) .hero h1 {
    max-width: 340px;
    margin-bottom: 24px;
    font-size: 52px;
    line-height: .93;
  }

  body[data-direction="11"]:not([data-subpage]) .hero-facts {
    margin: 20px 0 26px;
  }

  body[data-direction="11"]:not([data-subpage]) .hero-visual {
    min-height: 410px;
  }

  body[data-direction="11"] .philly-stamp {
    top: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 9px 12px;
  }

  body[data-direction="11"] .philly-stamp b {
    font-size: 10px;
  }

  body[data-direction="11"] .philly-stamp small {
    font-size: 7px;
  }

  body[data-direction="11"] .ticker {
    height: 36px;
  }

  body[data-direction="11"] .interlude,
  body[data-direction="11"] .system,
  body[data-direction="11"] .paths,
  body[data-direction="11"] .crops,
  body[data-direction="11"] .care {
    padding-top: 68px;
    padding-bottom: 70px;
  }

  body[data-direction="11"] .interlude {
    min-height: 0;
  }

  body[data-direction="11"] .interlude h2,
  body[data-direction="11"] h2 {
    font-size: 44px;
    line-height: .98;
  }

  body[data-direction="11"] .interlude > p:not(.eyebrow):not(.story-caption) {
    margin-bottom: 26px;
    font-size: 19px;
  }

  body[data-direction="11"] .interlude-icon {
    width: 58px;
    height: 64px;
    margin-bottom: 18px;
  }

  body[data-direction="11"] .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  body[data-direction="11"] .section-head > p {
    font-size: 17px;
  }

  body[data-direction="11"] .system-board {
    border-radius: 22px;
  }

  body[data-direction="11"] .system-product {
    height: 310px;
    min-height: 310px;
  }

  body[data-direction="11"] .system-product img {
    padding: 18px;
  }

  body[data-direction="11"] .system-board article {
    min-height: 0;
    padding: 26px 24px;
  }

  body[data-direction="11"] .system-board article h3 {
    margin: 18px 0 8px;
    font-size: 29px;
  }

  body[data-direction="11"] .path-card {
    min-height: 0;
    padding: 0 22px 28px;
    border-radius: 22px;
  }

  body[data-direction="11"] .path-art {
    height: 250px;
    margin: 0 -22px 24px;
  }

  body[data-direction="11"] .path-card h3 {
    margin: 22px 0 10px;
    font-size: 34px;
  }

  body[data-direction="11"] .path-card p {
    line-height: 1.5;
  }

  body[data-direction="11"] .crop-stage figure {
    margin-bottom: 16px;
  }

  body[data-direction="11"] .crop-stage figure > div {
    height: 300px !important;
  }

  body[data-direction="11"] .crop-stage figcaption {
    height: auto;
    min-height: 66px;
    padding: 17px 18px;
  }

  body[data-direction="11"] .crop-stage figcaption b {
    font-size: 21px;
  }

  body[data-direction="11"] .crop-cta {
    margin-top: 28px;
  }

  body[data-direction="11"] .care {
    min-height: 0;
  }

  body[data-direction="11"] .care-intro {
    margin-bottom: 34px;
  }

  body[data-direction="11"] .care-steps {
    padding: 0 18px;
    border-radius: 22px;
  }

  body[data-direction="11"] .care-steps li {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  body[data-direction="11"] .care-steps li > span {
    align-self: start;
    padding-top: 5px;
  }

  body[data-direction="11"] .care-steps .doodle {
    display: none;
  }

  body[data-direction="11"] .care-steps h3 {
    font-size: 23px;
  }

  body[data-direction="11"] .pet {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body[data-direction="11"] .pet-copy {
    padding: 68px 20px 50px;
  }

  body[data-direction="11"] .pet-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  body[data-direction="11"] .pet-art {
    min-height: 340px;
  }

  body[data-direction="11"] .farm-social {
    padding-top: 68px;
  }

  body[data-direction="11"] .farm-proof {
    padding: 0 20px 68px;
    gap: 34px;
  }

  body[data-direction="11"] .farm-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  body[data-direction="11"] .note-grid {
    margin-top: 26px;
  }

  body[data-direction="11"] .note-grid span {
    padding: 15px 12px;
    font-size: 9px;
  }

  body[data-direction="11"] .polaroid {
    padding: 10px;
    border-radius: 22px;
    box-shadow: none;
  }

  body[data-direction="11"] .polaroid figcaption {
    padding: 16px 2px 2px;
  }

  body[data-direction="11"] .social-head {
    padding: 30px 20px;
    gap: 14px;
  }

  body[data-direction="11"] .social-head h3 {
    font-size: 38px;
  }

  body[data-direction="11"] .social-rail a {
    min-width: 68vw;
  }

  body[data-direction="11"] .social-shop-cta {
    padding: 50px 20px;
    gap: 24px;
  }

  body[data-direction="11"] .request {
    padding: 68px 20px 62px;
  }

  body[data-direction="11"] .request-card {
    min-height: 0;
    padding: 28px 22px;
    gap: 28px;
    border-radius: 22px;
  }

  body[data-direction="11"] .request-card h2 {
    margin-bottom: 18px;
    font-size: 42px;
  }

  body[data-direction="11"] .request-card p:not(.eyebrow) {
    font-size: 17px;
  }

  body[data-direction="11"] .request-card input,
  body[data-direction="11"] .request-card button {
    min-height: 52px;
  }

  body[data-direction="11"] .site-footer {
    min-height: 0;
    padding: 30px 20px;
    gap: 24px;
  }

  body[data-direction="11"] .site-footer nav {
    gap: 12px 18px;
  }

  body[data-direction="11"] .site-footer nav a {
    font-size: 10px;
  }

  /* Shared subpage scale */
  body[data-subpage] .sub-hero-copy {
    padding: 52px 20px 46px;
  }

  body[data-page="care"] .care-compact-hero,
  body[data-page="farm"] .farm-compact-hero {
    grid-template-columns: 1fr;
  }

  body[data-subpage] .sub-hero-copy h1,
  body[data-page="care"] .care-compact-hero .sub-hero-copy h1,
  body[data-page="farm"] .farm-compact-hero .sub-hero-copy h1 {
    margin-bottom: 22px;
    font-size: 48px;
    line-height: .96;
  }

  body[data-subpage] .sub-hero-art,
  body[data-page="care"] .care-compact-hero .sub-hero-art,
  body[data-page="farm"] .farm-compact-hero .sub-hero-art {
    height: 280px;
    min-height: 280px;
  }

  body[data-subpage] .sub-hero-art.contain > img {
    padding: 16px;
  }

  body[data-subpage] .page-intro,
  body[data-subpage] .catalog-section,
  body[data-subpage] .order-section,
  body[data-subpage] .plant-directory,
  body[data-subpage] .care-routine,
  body[data-subpage] .care-quick,
  body[data-subpage] .pet-plans,
  body[data-subpage] .pet-details,
  body[data-subpage] .farm-mission,
  body[data-subpage] .farm-values,
  body[data-subpage] .farm-proof-section {
    padding: 60px 20px 64px;
  }

  body[data-subpage] .catalog-head {
    gap: 18px;
    margin-bottom: 32px;
  }

  body[data-subpage] .catalog-head h2,
  body[data-subpage] .page-intro h2,
  body[data-page="product"] .product-details-head h2,
  body[data-page="growList"] .grow-recommendations h2 {
    font-size: 42px;
    line-height: .98;
  }

  body[data-subpage] .catalog-head > p {
    font-size: 18px;
    line-height: 1.5;
  }

  body[data-subpage] .product-card {
    min-height: 0;
    border-radius: 20px;
  }

  body[data-subpage] .catalog-grid {
    gap: 14px;
  }

  body[data-subpage] .product-card figure {
    height: 250px;
  }

  body[data-subpage] .product-card-copy {
    padding: 22px 20px 20px;
  }

  body[data-subpage] .product-card h3 {
    margin: 10px 0 8px;
    font-size: 32px;
  }

  body[data-subpage] .product-card p {
    line-height: 1.46;
  }

  body[data-subpage] .product-card-actions {
    padding: 8px;
  }

  body[data-subpage] .product-card-actions a,
  body[data-subpage] .product-card-actions button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 9px;
  }

  body[data-subpage] .availability-note {
    margin-top: 30px;
    padding: 22px;
    gap: 12px;
  }

  body[data-subpage] .availability-note b {
    font-size: 25px;
  }

  body[data-subpage] .plant-directory {
    padding-top: 48px;
  }

  body[data-subpage] .plant-row {
    margin-bottom: 24px;
    border-radius: 20px;
    box-shadow: none;
  }

  body[data-subpage] .plant-photo {
    min-height: 280px;
    height: 280px;
  }

  body[data-subpage] .plant-copy {
    padding: 28px 22px 30px;
  }

  body[data-subpage] .plant-copy h2 {
    margin: 12px 0 16px;
    font-size: 42px;
  }

  body[data-subpage] .plant-copy .plant-lede {
    font-size: 18px;
  }

  body[data-subpage] .plant-copy .blend {
    margin: 8px 0 18px;
    padding: 14px 0;
  }

  body[data-subpage] .plant-actions {
    gap: 16px;
  }

  body[data-subpage] .order-steps {
    margin: 34px 0 44px;
    gap: 10px;
  }

  body[data-subpage] .order-steps article {
    min-height: 0;
    padding: 26px 22px;
  }

  body[data-subpage] .order-steps h3 {
    margin: 20px 0 8px;
  }

  body[data-subpage] .mock-form,
  body[data-subpage] .order-bridge {
    padding: 26px 20px;
    gap: 28px;
    border-radius: 20px;
    box-shadow: none;
  }

  body[data-subpage] .mock-form h2 {
    font-size: 40px;
  }

  body[data-subpage] .mock-form p {
    font-size: 17px;
  }

  body[data-subpage] .field input,
  body[data-subpage] .field select {
    min-height: 52px;
  }

  body[data-subpage] .field textarea {
    min-height: 96px;
  }

  /* Care */
  body[data-page="care"] .care-compact-hero .sub-hero-copy,
  body[data-page="farm"] .farm-compact-hero .sub-hero-copy {
    padding: 50px 20px 44px;
  }

  body[data-page="care"] .care-routine {
    padding-top: 58px;
    padding-bottom: 60px;
  }

  body[data-page="care"] .care-routine > header {
    margin-bottom: 18px;
  }

  body[data-page="care"] .care-routine > header h2 {
    font-size: 42px;
  }

  body[data-page="care"] .care-list li,
  body[data-page="care"] .care-list li:nth-child(even) {
    padding: 30px 0;
    gap: 18px;
  }

  body[data-page="care"] .care-number,
  body[data-page="care"] .care-list li:nth-child(even) .care-number {
    top: 30px;
  }

  body[data-page="care"] .care-step-title,
  body[data-page="care"] .care-list li:nth-child(even) .care-step-title {
    padding-left: 34px;
    grid-template-columns: 52px 1fr;
    gap: 13px;
  }

  body[data-page="care"] .care-line-icon {
    width: 52px;
    height: 52px;
  }

  body[data-page="care"] .care-line-icon svg {
    width: 29px;
    height: 29px;
  }

  body[data-page="care"] .care-step-title h3 {
    font-size: 34px;
  }

  body[data-page="care"] .care-list li > p,
  body[data-page="care"] .care-list li:nth-child(even) > p {
    padding-left: 34px;
    font-size: 17px;
  }

  body[data-page="care"] .do-dont article {
    padding: 26px 22px;
  }

  body[data-page="care"] .do-dont h3 {
    font-size: 38px;
  }

  body[data-page="care"] .do-dont ul {
    font-size: 17px;
    line-height: 1.58;
  }

  /* Pet grass */
  body[data-page="pet"] .plan-card {
    min-height: 0;
    padding: 28px 22px;
  }

  body[data-page="pet"] .plan-card h3 {
    margin: 20px 0 14px;
    font-size: 42px;
  }

  body[data-page="pet"] .plan-card p {
    font-size: 18px;
  }

  body[data-page="pet"] .plan-card .button {
    width: 100%;
    margin-top: 20px;
  }

  body[data-page="pet"] .pet-detail-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  body[data-page="pet"] .pet-detail-grid h3 {
    margin: 18px 0 8px;
  }

  /* Farm */
  body[data-page="farm"] .mission-grid h2 {
    font-size: 46px;
  }

  body[data-page="farm"] .mission-grid blockquote {
    font-size: 26px;
  }

  body[data-page="farm"] .mission-grid p {
    font-size: 18px;
    line-height: 1.55;
  }

  body[data-page="farm"] .value-card {
    min-height: 0;
    padding: 28px 22px;
  }

  body[data-page="farm"] .value-card h3 {
    margin: 22px 0 10px;
    font-size: 32px;
  }

  body[data-page="farm"] .farm-proof-grid h2 {
    font-size: 44px;
  }

  body[data-page="farm"] .farm-proof-grid p {
    font-size: 18px;
  }

  /* Individual plants */
  body[data-page="product"] .product-hero-compact .product-hero-copy {
    padding: 48px 20px 42px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy h1 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: .92;
  }

  body[data-page="product"] .product-blend {
    padding: 12px 0;
  }

  body[data-page="product"] .product-order-actions {
    gap: 14px;
    margin: 18px 0;
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    height: 280px;
    min-height: 280px;
  }

  body[data-page="product"] .product-details,
  body[data-page="product"] .compact-related,
  body[data-page="product"] .product-contact-section {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  body[data-page="product"] .product-details-head {
    margin-bottom: 30px;
  }

  body[data-page="product"] .product-detail-grid {
    gap: 10px;
  }

  body[data-page="product"] .product-detail-grid article {
    padding: 22px 20px;
  }

  body[data-page="product"] .product-detail-grid small {
    margin-bottom: 12px;
  }

  body[data-page="product"] .product-detail-grid h3 {
    font-size: 28px;
  }

  body[data-page="product"] .product-detail-grid p {
    font-size: 17px;
  }

  /* Grow List */
  body[data-page="growList"] .grow-list-primary,
  body[data-page="growList"] .grow-recommendations,
  body[data-page="growList"] .contact-direct {
    padding: 56px 20px 62px;
  }

  body[data-page="growList"] .grow-list-head {
    gap: 16px;
    margin-bottom: 28px;
  }

  body[data-page="growList"] .grow-list-head h1 {
    font-size: 48px;
    line-height: .95;
  }

  body[data-page="growList"] .grow-list-head > p {
    font-size: 18px;
  }

  body[data-page="growList"] .grow-list-layout {
    gap: 18px;
  }

  body[data-page="growList"] .grow-list-empty,
  body[data-page="growList"] .grow-list-summary {
    padding: 26px 22px;
  }

  body[data-page="growList"] .grow-list-summary h2 {
    font-size: 34px;
  }

  body[data-page="growList"] .grow-list-summary-actions {
    gap: 16px;
    margin-top: 22px;
  }

  body[data-page="growList"] .grow-list-empty h3 {
    font-size: 34px;
  }

  body[data-page="growList"] .grow-list-item {
    grid-template-columns: 82px 1fr;
    gap: 13px;
    padding: 12px;
  }

  body[data-page="growList"] .grow-list-item > a {
    height: 88px;
  }

  body[data-page="growList"] .grow-list-item h3 {
    font-size: 23px;
  }
}

@media (max-width: 340px) {
  body[data-direction="11"] .site-header {
    height: 68px;
    padding: 6px 8px;
    gap: 4px;
  }

  body[data-direction="11"] .brand {
    gap: 6px;
  }

  body[data-direction="11"] .brand img {
    width: 36px;
    height: 36px;
  }

  body[data-direction="11"] .brand b {
    font-size: 12px;
  }

  body[data-direction="11"] .mobile-nav-toggle,
  body[data-direction="11"] .utility-link {
    width: 44px;
    height: 44px;
  }

  body[data-direction="11"] .mobile-nav-toggle {
    padding: 8px;
  }

  body[data-direction="11"] .header-actions {
    gap: 4px;
  }

  body[data-direction="11"] .header-actions .header-cta {
    min-width: 48px;
    min-height: 44px;
    padding: 8px 9px;
    gap: 0;
  }

  body[data-direction="11"] .header-cta .nav-icon {
    display: none;
  }

  body[data-direction="11"] .social-head > * {
    min-width: 0;
  }

  body[data-direction="11"] .social-head h3 {
    overflow-wrap: anywhere;
    font-size: 32px;
  }
}

/* Care routine — compact, graphic-free, and consistently left aligned. */
body[data-page="care"] .care-routine > header {
  max-width: 720px;
  margin-bottom: 28px;
}

body[data-page="care"] .care-list {
  max-width: 900px;
}

body[data-page="care"] .care-list li,
body[data-page="care"] .care-list li:nth-child(even) {
  min-height: 0;
  padding: 38px 0 38px 64px;
  display: block;
}

body[data-page="care"] .care-number,
body[data-page="care"] .care-list li:nth-child(even) .care-number {
  top: 45px;
  left: 0;
  right: auto;
}

body[data-page="care"] .care-step-title,
body[data-page="care"] .care-list li:nth-child(even) .care-step-title {
  padding: 0;
  display: block;
}

body[data-page="care"] .care-step-title h3 {
  max-width: 700px;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1;
}

body[data-page="care"] .care-list li > p,
body[data-page="care"] .care-list li:nth-child(even) > p {
  max-width: 640px;
  margin-top: 14px;
  padding: 0;
  font-size: 19px;
}

body[data-page="care"] .care-cycle {
  max-width: 900px;
  margin: 0 0 34px;
  border-top: var(--line);
  border-bottom: var(--line);
  scroll-margin-top: 110px;
}

body[data-page="care"] .care-cycle > .eyebrow {
  margin: 0;
  padding: 22px 0;
  border-bottom: var(--line);
}

body[data-page="care"] .care-cycle-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: var(--line);
}

body[data-page="care"] .care-cycle-list h3 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1;
}

body[data-page="care"] .care-cycle-list p {
  max-width: 640px;
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

body[data-page="care"] .care-cycle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  padding: 24px 0;
}

body[data-page="farm"] .farm-lab {
  scroll-margin-top: 110px;
}

body[data-page="farm"] .farm-lab .mission-grid h2 {
  font-size: clamp(46px, 5vw, 76px);
}

@media (max-width: 700px) {
  body[data-page="care"] .care-routine > header {
    margin-bottom: 12px;
  }

  body[data-page="care"] .care-list li,
  body[data-page="care"] .care-list li:nth-child(even) {
    padding: 28px 0 28px 38px;
  }

  body[data-page="care"] .care-number,
  body[data-page="care"] .care-list li:nth-child(even) .care-number {
    top: 34px;
  }

  body[data-page="care"] .care-step-title h3 {
    font-size: 34px;
  }

  body[data-page="care"] .care-list li > p,
  body[data-page="care"] .care-list li:nth-child(even) > p {
    margin-top: 10px;
    font-size: 17px;
  }

  body[data-page="care"] .care-cycle {
    margin-bottom: 20px;
    scroll-margin-top: 76px;
  }

  body[data-page="care"] .care-cycle > .eyebrow {
    padding: 18px 0;
  }

  body[data-page="care"] .care-cycle-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  body[data-page="care"] .care-cycle-list h3 {
    font-size: 28px;
  }

  body[data-page="care"] .care-cycle-list p {
    font-size: 17px;
  }

  body[data-page="care"] .care-cycle-actions {
    display: grid;
    gap: 14px;
    padding: 20px 0;
  }

  body[data-page="farm"] .farm-lab {
    scroll-margin-top: 76px;
  }
}

/* Product pages — one crop color carries the hero into the information block. */
body[data-page="product"] .product-hero-compact {
  min-height: 620px;
  height: 620px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  background: var(--product-color);
}

body[data-page="product"] .product-hero-compact .product-hero-art {
  min-height: 620px;
  background: var(--product-color);
}

body[data-page="product"] .product-hero-compact .product-hero-copy {
  padding: 48px var(--page-pad);
  background: var(--cream);
  box-shadow: inset 10px 0 0 var(--product-color);
}

body[data-page="product"] .product-details {
  padding-top: 84px;
  padding-bottom: 94px;
  background: var(--product-color);
}

body[data-page="product"] .product-details-head {
  max-width: 820px;
  margin-bottom: 44px;
}

body[data-page="product"] .product-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="product"] .product-detail-grid article,
body[data-page="product"] .product-detail-grid article:nth-child(2),
body[data-page="product"] .product-detail-grid article:nth-child(3),
body[data-page="product"] .product-detail-grid article:nth-child(4),
body[data-page="product"] .product-detail-grid article:nth-child(5) {
  min-height: 210px;
  padding: 32px;
  background: rgba(255, 250, 240, .86);
}

body[data-page="product"] .compact-related {
  background: var(--cream);
}

body[data-page="product"] .product-order-actions .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 701px) and (max-width: 1100px) {
  body[data-page="product"] .product-hero-compact {
    min-height: 520px;
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    min-height: 520px;
    height: 100%;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: 0;
    padding: 38px 34px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy h1 {
    font-size: clamp(52px, 7vw, 72px);
  }
}

@media (max-width: 700px) {
  body[data-page="product"] .product-hero-compact {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: -1;
    padding: 48px 20px 42px;
    box-shadow: inset 0 8px 0 var(--product-color);
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    min-height: 300px;
    height: 300px;
  }

  body[data-page="product"] .product-details {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  body[data-page="product"] .product-details-head {
    margin-bottom: 28px;
  }

  body[data-page="product"] .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="product"] .product-detail-grid article,
  body[data-page="product"] .product-detail-grid article:nth-child(2),
  body[data-page="product"] .product-detail-grid article:nth-child(3),
  body[data-page="product"] .product-detail-grid article:nth-child(4),
  body[data-page="product"] .product-detail-grid article:nth-child(5) {
    min-height: 0;
    padding: 24px 22px;
  }
}

/* SC07 — one confirmed unit price and a complete cart-to-contact handoff. */
body[data-direction="11"] .product-price,
body[data-direction="11"] .plant-price,
body[data-direction="11"] .product-hero-price,
body[data-direction="11"] .plan-price,
body[data-direction="11"] .form-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1;
}

body[data-direction="11"] .product-price b,
body[data-direction="11"] .plant-price b,
body[data-direction="11"] .product-hero-price b,
body[data-direction="11"] .plan-price b,
body[data-direction="11"] .form-price b {
  font-size: 24px;
  letter-spacing: -.03em;
}

body[data-direction="11"] .product-price span,
body[data-direction="11"] .plant-price span,
body[data-direction="11"] .product-hero-price span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body[data-subpage] .product-card-copy .product-price {
  margin-top: 10px;
  margin-bottom: 15px;
}

body[data-page="product"] .product-hero-price {
  margin-top: -4px;
  margin-bottom: 20px;
}

body[data-page="product"] .product-hero-price b {
  font-size: 34px;
}

body[data-direction="11"] .plan-price,
body[data-direction="11"] .form-price {
  width: max-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--acid);
  font-size: 12px;
  font-weight: 800;
}

body[data-direction="11"] .grow-list-item-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
}

body[data-direction="11"] .grow-list-item-meta .quantity-control {
  margin-top: 0;
}

body[data-direction="11"] .grow-list-item .line-price {
  display: grid;
  gap: 4px;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

body[data-direction="11"] .grow-list-item .line-price span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-direction="11"] .grow-list-item .line-price b {
  font-size: 24px;
}

body[data-page="growList"] .grow-list-price-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

body[data-page="growList"] .grow-list-price-total span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body[data-page="growList"] .grow-list-price-total strong {
  color: var(--acid);
  font-size: 42px;
  line-height: 1;
}

body[data-direction="11"] .cart-contact-summary {
  margin: 24px 0;
}

body[data-direction="11"] .cart-request-summary,
body[data-direction="11"] .cart-contact-empty {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  font-family: var(--sans);
}

body[data-direction="11"] .cart-request-summary header,
body[data-direction="11"] .cart-request-summary footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-direction="11"] .cart-request-summary header {
  background: var(--acid);
}

body[data-direction="11"] .cart-request-summary ul {
  margin: 0;
  padding: 0 18px;
  list-style: none;
}

body[data-direction="11"] .cart-request-summary li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--quiet-rule);
}

body[data-direction="11"] .cart-request-summary li > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body[data-direction="11"] .cart-request-summary li b {
  overflow-wrap: anywhere;
  font-size: 13px;
}

body[data-direction="11"] .cart-request-summary li small {
  font-size: 10px;
  line-height: 1.4;
}

body[data-direction="11"] .cart-request-summary li strong,
body[data-direction="11"] .cart-request-summary footer strong {
  white-space: nowrap;
}

body[data-direction="11"] .cart-request-summary footer {
  font-size: 14px;
}

body[data-direction="11"] .cart-request-summary footer strong {
  font-size: 24px;
}

body[data-direction="11"] .cart-contact-empty {
  display: grid;
  gap: 6px;
  padding: 18px;
}

body[data-direction="11"] .cart-contact-empty b {
  font-size: 14px;
}

body[data-direction="11"] .cart-contact-empty span {
  font-size: 12px;
  line-height: 1.45;
}

body[data-direction="11"] .order-summary-field textarea {
  min-height: 168px;
  background: rgba(255, 255, 255, .64);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 700px) {
  body[data-direction="11"] .grow-list-item-meta {
    align-items: center;
    gap: 10px;
  }

  body[data-direction="11"] .grow-list-item .line-price b {
    font-size: 20px;
  }

  body[data-direction="11"] .cart-request-summary li {
    gap: 10px;
  }

  body[data-direction="11"] .cart-request-summary header,
  body[data-direction="11"] .cart-request-summary footer,
  body[data-direction="11"] .cart-request-summary ul {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* SC09 — launch polish: clean CTA icons, direct handoff, and calmer crop transitions. */
body[data-direction="11"] .button .nav-icon,
body[data-direction="11"] .text-button .nav-icon,
body[data-direction="11"] .product-card-actions .nav-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-grid;
  place-items: center;
}

body[data-direction="11"] .button .nav-icon svg,
body[data-direction="11"] .text-button .nav-icon svg,
body[data-direction="11"] .product-card-actions .nav-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-direction="11"] .nav-icon-down {
  transform: rotate(90deg);
}

body[data-direction="11"] .philly-stamp,
body[data-direction="11"] .hero-sticker,
body[data-direction="11"] .system-product figcaption {
  display: none;
}

body[data-direction="11"] .launch-request-card {
  align-items: center;
}

body[data-direction="11"] .launch-request-actions,
body[data-subpage] .handoff-actions {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
}

body[data-direction="11"] .launch-request-actions .button,
body[data-subpage] .handoff-actions > .button {
  width: min(100%, 310px);
}

body[data-subpage] .contact-handoff {
  align-items: center;
}

body[data-subpage] .contact-handoff > *,
body[data-subpage] .handoff-actions {
  min-width: 0;
}

body[data-subpage] .handoff-actions .field {
  width: 100%;
}

body[data-subpage] .handoff-actions .form-note,
body[data-subpage] .handoff-actions > small {
  max-width: 520px;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.5;
}

body[data-page="plants"] .plant-actions {
  display: grid;
  grid-template-columns: minmax(0, 300px);
  align-items: stretch;
  gap: 12px;
  margin-top: 26px;
}

body[data-page="plants"] .plant-actions .button,
body[data-page="plants"] .plant-actions .text-button {
  width: 100%;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
}

body[data-page="product"] {
  background: var(--cream);
}

body[data-page="product"] .product-hero-compact {
  gap: 0;
  margin-bottom: clamp(48px, 5vw, 76px);
  border-bottom: 0;
  background: var(--cream);
}

body[data-page="product"] .product-hero-compact .product-hero-art {
  border: 0;
}

body[data-page="product"] .product-hero-compact .product-hero-copy {
  box-shadow: none;
}

body[data-page="product"] .product-details {
  border-top: 0;
}

@media (min-width: 701px) and (max-width: 900px) {
  body[data-page="product"] .product-hero-compact {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-hero-compact .product-hero-copy {
    order: -1;
    padding: 58px 44px 48px;
  }

  body[data-page="product"] .product-hero-compact .product-hero-art {
    min-height: 520px;
    height: 520px;
  }
}

@media (max-width: 700px) {
  body[data-direction="11"] .launch-request-actions,
  body[data-subpage] .handoff-actions {
    justify-items: stretch;
  }

  body[data-direction="11"] .launch-request-actions .button,
  body[data-subpage] .handoff-actions > .button {
    width: 100%;
  }

  body[data-page="plants"] .plant-actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body[data-page="product"] .product-hero-compact {
    margin-bottom: 38px;
  }
}

/* SC12 — product-led hero, grown-to-order explainer, and comparison catalog. */
body[data-direction="11"] {
  --action-gap: 14px;
}

body[data-direction="11"] :is(#how-it-works, #crops, #living, #system, #paths, #care, #pet, #farm, #request) {
  scroll-margin-top: 88px;
}

body[data-direction="11"] .hero-mobile-crops {
  display: none;
}

body[data-direction="11"] .featured-plants {
  padding: clamp(76px, 8vw, 124px) var(--pad);
  background: var(--cream);
}

body[data-direction="11"] .featured-plants .section-head,
body[data-direction="11"] .featured-plant-list,
body[data-direction="11"] .featured-plants-next {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body[data-direction="11"] .featured-plant-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-direction="11"] .featured-plant {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--quiet-rule);
  background: rgba(255, 255, 255, .42);
}

body[data-direction="11"] .featured-plant figure {
  min-width: 0;
  height: clamp(300px, 29vw, 410px);
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--crop-color);
}

body[data-direction="11"] .featured-plant figure a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

body[data-direction="11"] .featured-plant figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

body[data-direction="11"] .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body[data-direction="11"] .text-link .nav-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
}

body[data-direction="11"] .featured-plant figure a:hover img,
body[data-direction="11"] .featured-plant figure a:focus-visible img {
  transform: scale(1.02);
}

body[data-direction="11"] .featured-plant-copy {
  min-width: 0;
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

body[data-direction="11"] .featured-plant h3 {
  margin: 0 0 12px;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: .94;
}

body[data-direction="11"] .featured-plant-copy > p:not(.eyebrow):not(.featured-price) {
  max-width: 510px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
}

body[data-direction="11"] .featured-plant-copy .featured-timing {
  margin-top: auto;
  padding-top: 8px;
  font: 800 10px/1.45 var(--sans);
  letter-spacing: .06em;
  text-transform: uppercase;
}

body[data-direction="11"] .featured-price {
  margin: 0 0 22px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body[data-direction="11"] .featured-price b {
  font: 700 32px/1 var(--serif);
}

body[data-direction="11"] .featured-price span {
  font: 800 10px/1.2 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-direction="11"] .featured-actions,
body[data-direction="11"] .featured-plants-next {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

body[data-direction="11"] .featured-actions .button {
  width: 100%;
  min-width: 0;
}

body[data-direction="11"] .featured-actions .added {
  background: var(--aqua);
}

body[data-direction="11"] .featured-plants-next {
  padding-top: 42px;
}

body[data-direction="11"] .catalog-filters {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-direction="11"] .catalog-filters button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--quiet-rule);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font: 800 10px/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

body[data-direction="11"] .catalog-filters button[aria-pressed="true"],
body[data-direction="11"] .catalog-filters button:hover,
body[data-direction="11"] .catalog-filters button:focus-visible {
  border-color: var(--ink);
  background: var(--acid);
  outline: none;
}

body[data-direction="11"] .how-it-works {
  padding: 30px var(--pad);
  display: grid;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.8fr);
  align-items: center;
  gap: 36px;
  background: var(--cream);
  border-bottom: 1px solid var(--quiet-rule);
}

body[data-direction="11"] .how-it-works header,
body[data-direction="11"] .how-it-works ol {
  margin: 0;
}

body[data-direction="11"] .how-it-works ol {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

body[data-direction="11"] .how-it-works li {
  min-height: 76px;
  padding: 6px 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-left: 1px solid var(--quiet-rule);
  font: 700 14px/1.4 var(--sans);
}

body[data-direction="11"] .how-it-works li b {
  font-size: 10px;
  letter-spacing: .08em;
}

body[data-direction="11"] .nothing-charged {
  margin: 3px 0 0;
  font: 700 12px/1.4 var(--sans);
}

@media (min-width: 701px) and (max-width: 1024px) {
  body[data-direction="11"] .featured-plant-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-direction="11"] .featured-plant figure {
    height: 360px;
  }

  body[data-direction="11"] .featured-plant-copy {
    padding: 38px;
  }

  body[data-direction="11"] .featured-plant h3 {
    font-size: 52px;
  }

  body[data-direction="11"] .featured-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-direction="11"] .how-it-works {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  body[data-direction="11"] .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  body[data-direction="11"] .site-header .header-actions {
    margin-left: auto;
  }

  body[data-direction="11"] .site-header .contact-link,
  body[data-direction="11"] .site-header .header-cta {
    display: none;
  }

  body[data-direction="11"] .site-header .mobile-nav-toggle {
    grid-column: 3;
  }

  body[data-direction="11"] .site-header nav .nav-mobile-only {
    display: grid;
  }

  body[data-direction="11"] .site-header.mobile-nav-open nav {
    grid-template-columns: 1fr 1fr;
  }

  body[data-direction="11"]:not([data-subpage]) .hero {
    min-height: calc(100svh - 68px);
    min-height: calc(100dvh - 68px);
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    background: var(--mint);
  }

  body[data-direction="11"]:not([data-subpage]) .hero-mobile-crops {
    order: 2;
    min-width: 0;
    display: block;
    padding: 0 0 16px;
    overflow: hidden;
    background: var(--mint);
  }

  body[data-direction="11"] .hero-crop-rail {
    display: flex;
    gap: 10px;
    padding: 0 20px 4px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
  }

  body[data-direction="11"] .hero-crop-rail::-webkit-scrollbar {
    display: none;
  }

  body[data-direction="11"] .hero-crop-slide {
    position: relative;
    width: calc(100vw - 48px);
    min-height: clamp(430px, 61svh, 540px);
    margin: 0;
    flex: 0 0 calc(100vw - 48px);
    display: grid;
    grid-template-rows: minmax(280px, 1fr) auto auto;
    align-items: stretch;
    overflow: hidden;
    scroll-snap-align: center;
    border: 1px solid rgba(7, 63, 52, .1);
    border-radius: 18px;
    background: radial-gradient(circle at 50% 43%, color-mix(in srgb, var(--crop-color) 86%, white), transparent 64%), rgba(255, 255, 255, .32);
  }

  body[data-direction="11"] .hero-crop-image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  body[data-direction="11"] .hero-crop-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  body[data-direction="11"] .hero-crop-meta {
    padding: 10px 14px 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font: 800 9px/1.3 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  body[data-direction="11"] .hero-plant-tag {
    padding: 7px 10px;
    border-radius: 6px;
    background: var(--crop-color);
  }

  body[data-direction="11"] .hero-crop-actions {
    padding: 0 14px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  body[data-direction="11"] .hero-crop-actions .button {
    flex: 1;
  }

  body[data-direction="11"] .hero-crop-actions .text-link {
    flex: 0 0 auto;
    font-size: 11px;
  }

  body[data-direction="11"] .hero-carousel-foot {
    margin: 9px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font: 800 9px/1.3 var(--sans);
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  body[data-direction="11"] .hero-carousel-dots {
    display: flex;
    gap: 7px;
  }

  body[data-direction="11"] .hero-carousel-dots button {
    width: 24px;
    height: 8px;
    padding: 0;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  body[data-direction="11"] .hero-carousel-dots button[aria-current="true"] {
    background: var(--ink);
  }

  body[data-direction="11"]:not([data-subpage]) .hero-copy {
    order: 1;
    padding: 24px 20px 20px;
  }

  body[data-direction="11"]:not([data-subpage]) .hero-copy .eyebrow {
    display: none;
  }

  body[data-direction="11"]:not([data-subpage]) .hero h1 {
    max-width: 390px;
    margin-bottom: 10px;
    font-size: clamp(42px, 12vw, 54px);
    line-height: .91;
  }

  body[data-direction="11"]:not([data-subpage]) .hero .lede {
    max-width: 460px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  body[data-direction="11"]:not([data-subpage]) .hero .actions {
    gap: 12px;
    margin-top: 24px;
  }

  body[data-direction="11"]:not([data-subpage]) .hero-desktop-visual {
    display: none;
  }

  body[data-direction="11"]:not([data-subpage]) .hero .ticker {
    display: none;
  }

  body[data-direction="11"] .how-it-works {
    padding: 24px 20px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body[data-direction="11"] .how-it-works header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
  }

  body[data-direction="11"] .how-it-works ol {
    grid-template-columns: 1fr;
  }

  body[data-direction="11"] .how-it-works li {
    min-height: 48px;
    padding: 7px 0;
    border-top: 1px solid var(--quiet-rule);
    border-left: 0;
  }

  body[data-direction="11"] .featured-plants {
    padding: 56px 20px 64px;
  }

  body[data-direction="11"] .featured-plants .section-head {
    gap: 22px;
    margin-bottom: 26px;
  }

  body[data-direction="11"] .featured-plants .section-head > p {
    font-size: 17px;
  }

  body[data-direction="11"] .featured-plant {
    min-height: 0;
    display: flex;
  }

  body[data-direction="11"] .featured-plant-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-direction="11"] .featured-plant figure {
    width: 100%;
    height: min(92vw, 390px);
  }

  body[data-direction="11"] .featured-plant-copy {
    padding: 24px;
  }

  body[data-direction="11"] .featured-plant h3 {
    font-size: 42px;
  }

  body[data-direction="11"] .featured-plant-copy > p:not(.eyebrow):not(.featured-price) {
    margin-bottom: 16px;
    font-size: 16px;
  }

  body[data-direction="11"] .featured-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  body[data-direction="11"] .featured-actions .button,
  body[data-direction="11"] .featured-plants-next .button {
    width: 100%;
  }

  body[data-direction="11"] .featured-plants-next {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-direction="11"] .featured-plant figure img {
    transition: none;
  }
}

body[data-direction="11"] .add-confirmation {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

body[data-direction="11"] .grow-list-dock {
  display: none;
}

@media (max-width: 700px) {
  body[data-direction="11"] .grow-list-dock:not([hidden]) {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 52px;
    padding: 8px 10px 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid var(--ink);
    border-radius: 10px;
    background: var(--ink);
    color: var(--cream);
    box-shadow: 0 12px 30px rgba(7, 63, 52, .24);
    font: 800 11px/1.2 var(--sans);
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  body[data-direction="11"] .grow-list-dock a {
    min-height: 36px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    background: var(--acid);
    color: var(--ink);
    text-decoration: none;
  }
}

/* SC12 — one cart-backed Grow Request form for Grow List and Contact. */
body[data-subpage] .contact-direct {
  scroll-margin-top: 88px;
}

body[data-subpage] .grow-request-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: start;
  gap: clamp(42px, 6vw, 86px);
  border: 1px solid var(--quiet-rule);
  border-radius: 0;
  background: var(--mint);
  box-shadow: none;
}

body[data-subpage] .grow-request-intro {
  position: sticky;
  top: 112px;
}

body[data-subpage] .grow-request-intro h1,
body[data-subpage] .grow-request-intro h2 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(50px, 5vw, 78px);
}

body[data-subpage] .grow-request-intro > p:not(.eyebrow):not(.request-payment-note) {
  max-width: 560px;
  font-size: 19px;
}

body[data-subpage] .request-payment-note {
  max-width: 560px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--quiet-rule);
  font: 500 13px/1.55 var(--sans);
}

body[data-subpage] .grow-request-form {
  min-width: 0;
}

body[data-subpage] .request-fields {
  gap: 18px 14px;
}

body[data-subpage] .request-fields .field {
  align-content: start;
}

body[data-subpage] .request-fields .field label span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body[data-subpage] .request-fields .field > small {
  margin-top: -2px;
  font-size: 10px;
  line-height: 1.4;
}

body[data-subpage] .request-fields [hidden],
body[data-subpage] .grow-request-form [hidden] {
  display: none !important;
}

body[data-subpage] .choice-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  border: 0;
}

body[data-subpage] .choice-field legend {
  width: 100%;
  margin-bottom: 2px;
  font: 800 10px/1.3 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-subpage] .choice-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 700 13px/1.4 var(--sans);
  cursor: pointer;
}

body[data-subpage] .choice-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--ink);
}

body[data-subpage] .grow-request-form .order-summary-field textarea {
  min-height: 142px;
}

body[data-subpage] .grow-request-shell .cart-request-summary,
body[data-subpage] .grow-request-shell .cart-contact-empty {
  border: 1px solid var(--quiet-rule);
  border-radius: 0;
}

body[data-subpage] .request-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body[data-subpage] .consent-field {
  margin: 18px 0 14px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

body[data-subpage] .consent-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--ink);
}

body[data-subpage] .grow-request-form > .button {
  margin-top: 0;
}

body[data-subpage] .grow-request-form > .button:disabled {
  cursor: wait;
  opacity: .64;
}

body[data-subpage] .form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font: 800 12px/1.5 var(--sans);
}

body[data-subpage] .grow-request-form .form-note {
  margin-top: 6px;
}

body[data-subpage] .request-extras {
  display: block;
  border-top: 1px solid var(--quiet-rule);
  border-bottom: 1px solid var(--quiet-rule);
}

body[data-subpage] .request-extras summary {
  min-height: 48px;
  padding: 15px 0;
  font: 700 13px/1.4 var(--sans);
  cursor: pointer;
}

body[data-subpage] .request-extras summary span {
  margin-left: 8px;
  font-weight: 400;
}

body[data-subpage] .request-extra-fields {
  padding: 4px 0 20px;
}

body[data-subpage] .request-error-alternative {
  padding: 14px 0;
  font: 500 14px/1.5 var(--sans);
}

body[data-subpage] .instagram-request-actions {
  min-width: 0;
}

body[data-subpage] .instagram-request-actions h3 {
  margin: 0 0 20px;
  font-size: clamp(32px, 3vw, 44px);
}

body[data-subpage] .instagram-request-actions textarea {
  min-height: 180px;
  font: 500 14px/1.6 var(--sans);
}

body[data-subpage] .request-message-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

body[data-subpage] .request-message-buttons .button {
  margin-top: 0;
}

body[data-direction="11"] .social-stream-foot {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}

body[data-direction="11"] .social-motion-toggle {
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

body[data-direction="11"] .social-motion-toggle[hidden] {
  display: none;
}

body[data-direction="11"] .ticker div,
body[data-subpage] .page-ticker span {
  animation: none;
  transform: none;
}

body[data-subpage] .phone-use-note {
  margin: 0 0 14px;
  font: 700 12px/1.5 var(--sans);
}

body[data-subpage] .request-confirmation {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--ink);
  background: var(--cream);
}

body[data-subpage] .request-confirmation h3 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .98;
}

body[data-subpage] .request-confirmation p:last-child {
  margin-bottom: 0;
}

body[data-page="growList"] .grow-item-format {
  font: 800 10px/1.45 var(--sans);
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  body[data-subpage] .grow-request-intro {
    position: static;
  }
}

@media (max-width: 700px) {
  body[data-subpage] .grow-request-shell {
    padding: 30px 20px;
    gap: 34px;
  }

  body[data-subpage] .grow-request-intro h1,
  body[data-subpage] .grow-request-intro h2 {
    font-size: 44px;
  }

  body[data-subpage] .request-fields {
    grid-template-columns: 1fr;
  }

  body[data-subpage] .request-fields .field.full {
    grid-column: 1;
  }

  body[data-subpage] .grow-request-form > .button {
    width: 100%;
  }
}
