/* SmartHerb 8Riew — RS-VC50
 * Green-orange local herbal ecosystem narrative for public_home.php.
 * Loaded after shared public-system CSS and VC48 dark-mode corrections.
 */

body.public-shell.page-public-home {
  --sh-theme-deep-green: #0b4a33;
  --sh-theme-forest: #0d6543;
  --sh-theme-orange-bright: #f28c28;
  --sh-theme-orange: #f58a24;
  --sh-theme-orange-soft: #fff0df;
  --sh-theme-green: #16845b;
  --sh-theme-green-bright: #35a86f;
  --sh-theme-ink: #10271f;
  --sh-theme-surface: #ffffff;
  --sh-theme-soft: #f4f8f5;
  --sh-theme-line: rgba(15, 87, 65, .14);
}

body.public-shell.page-public-home #main-content.sh-home {
  background: #f8faf8;
}

/* Hero: local botanical knowledge and collaboration, inspired by the supplied project artwork. */
body.public-shell.page-public-home #main-content .sh-hero {
  overflow: hidden;
  padding-block: clamp(3.4rem, 7vw, 6.2rem);
  background:
    radial-gradient(circle at 9% 18%, rgba(245, 138, 36, .17), transparent 23%),
    radial-gradient(circle at 82% 16%, rgba(242, 140, 40, .14), transparent 25%),
    linear-gradient(135deg, #fff9ef 0%, #f2f7f0 48%, #eaf6f0 100%);
}

body.public-shell.page-public-home #main-content .sh-hero::after {
  right: -5rem;
  top: -6rem;
  width: min(36vw, 31rem);
  border: 1px solid rgba(22, 139, 97, .13);
  background:
    repeating-radial-gradient(circle at center, transparent 0 34px, rgba(242, 140, 40, .08) 35px 36px),
    radial-gradient(circle, rgba(255,255,255,.74), transparent 68%);
}

body.public-shell.page-public-home #main-content .sh-hero::before {
  opacity: .92;
  background:
    linear-gradient(rgba(14, 87, 66, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 87, 66, .045) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(245, 138, 36, .12), transparent 24%),
    radial-gradient(circle at 82% 26%, rgba(242, 140, 40, .12), transparent 26%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.62), transparent 94%);
}

body.public-shell.page-public-home #main-content .sh-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: clamp(2.3rem, 5vw, 5.2rem);
}

body.public-shell.page-public-home #main-content .sh-eyebrow {
  border: 1px solid rgba(22, 139, 97, .18);
  border-radius: 999px;
  padding: .52rem .82rem;
  background: rgba(255,255,255,.72);
  color: #0d6b4b !important;
  box-shadow: 0 8px 24px rgba(13, 107, 75, .07);
  backdrop-filter: blur(12px);
  letter-spacing: .05em;
  text-transform: none;
}

body.public-shell.page-public-home #main-content .sh-hero__title {
  max-width: 15ch;
  margin-block: 1.2rem 1rem;
  color: #082f25 !important;
  font-size: clamp(2.65rem, 5.25vw, 5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body.public-shell.page-public-home #main-content .sh-hero__title-main,
body.public-shell.page-public-home #main-content .sh-hero__title-accent {
  display: block;
}

body.public-shell.page-public-home #main-content .sh-hero__title-accent {
  position: relative;
  width: fit-content;
  margin-top: .24rem;
  color: #15875f !important;
}

body.public-shell.page-public-home #main-content .sh-hero__title-accent::after {
  content: "";
  position: absolute;
  left: .04em;
  right: -.05em;
  bottom: -.09em;
  height: .12em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sh-theme-orange), #ffd05d 54%, transparent 100%);
  transform: rotate(-1deg);
}

body.public-shell.page-public-home #main-content .sh-hero__lead {
  max-width: 61ch;
  color: #445f55 !important;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.84;
}

body.public-shell.page-public-home #main-content .sh-hero__promise {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.15rem;
}

body.public-shell.page-public-home #main-content .sh-hero__promise span {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  min-height: 2.2rem;
  border: 1px solid rgba(11, 74, 51, .11);
  border-radius: 999px;
  padding: .42rem .72rem .42rem .48rem;
  background: rgba(255,255,255,.72);
  color: #25483c !important;
  font-size: .76rem;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(11,74,51,.05);
}

body.public-shell.page-public-home #main-content .sh-hero__promise b {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: #0d6b4b;
  color: #fff;
  font-size: .58rem;
  letter-spacing: .02em;
}

body.public-shell.page-public-home #main-content .sh-search {
  border-color: rgba(11, 74, 51, .12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 52px rgba(11, 74, 51, .12);
  backdrop-filter: blur(16px);
}

body.public-shell.page-public-home #main-content .sh-search__submit {
  background: linear-gradient(135deg, #0f7955, #1ca673) !important;
  color: #fff !important;
}

body.public-shell.page-public-home #main-content .sh-button--outline {
  border-color: rgba(11, 74, 51, .28) !important;
  color: #123a2f !important;
  background: rgba(255,255,255,.58) !important;
}

body.public-shell.page-public-home #main-content .sh-button--outline:hover,
body.public-shell.page-public-home #main-content .sh-button--outline:focus-visible {
  border-color: #147c59 !important;
  background: #e7f5ee !important;
  color: #0a4b37 !important;
}

/* Local-data network visual */
body.public-shell.page-public-home #main-content .sh-hero__visual {
  padding-top: 1.3rem;
}

body.public-shell.page-public-home #main-content .sh-network-signal {
  position: absolute;
  z-index: 8;
  top: -.2rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  border: 1px solid rgba(242, 140, 40, .36);
  border-radius: 999px;
  padding: .4rem .72rem .4rem .42rem;
  background: rgba(11, 74, 51, .92);
  color: #fff;
  box-shadow: 0 12px 30px rgba(11,74,51,.22);
  backdrop-filter: blur(16px);
}

body.public-shell.page-public-home #main-content .sh-network-signal__core {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--sh-theme-orange-bright), #d96812);
  color: #351b07;
  font-size: .76rem;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(242, 140, 40, .13);
}

body.public-shell.page-public-home #main-content .sh-network-signal__copy {
  color: #fff4e8 !important;
  font-size: .72rem;
  font-weight: 750;
}

body.public-shell.page-public-home #main-content .sh-hero__feature {
  border: 1px solid rgba(242, 140, 40, .24);
  border-radius: 30px;
  padding: .62rem;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(228,247,239,.88));
  box-shadow: 0 30px 68px rgba(11, 74, 51, .2);
}

body.public-shell.page-public-home #main-content .sh-spotlight__viewport {
  min-height: clamp(430px, 40vw, 570px);
  border-radius: 22px;
  background: #0b2d27;
}

body.public-shell.page-public-home #main-content .sh-spotlight__viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(242,140,40,.15) 49% 50%, transparent 51%),
    linear-gradient(transparent 0 48%, rgba(242,140,40,.12) 49% 50%, transparent 51%);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.52) 50%, transparent 100%);
  pointer-events: none;
}

body.public-shell.page-public-home #main-content .sh-hero__image-wrap img {
  filter: saturate(1.04) contrast(1.02);
}

body.public-shell.page-public-home #main-content .sh-hero__caption {
  background: linear-gradient(135deg, #0b4a33, #146c4e) !important;
  color: #fff !important;
}

body.public-shell.page-public-home #main-content .sh-hero__meta {
  gap: .72rem;
  margin-top: .78rem;
}

body.public-shell.page-public-home #main-content .sh-hero__meta-item {
  border: 1px solid rgba(11, 74, 51, .1);
  background: rgba(255,255,255,.9) !important;
  box-shadow: 0 12px 28px rgba(11,74,51,.08);
}

body.public-shell.page-public-home #main-content .sh-hero__meta-copy small {
  color: #60776f !important;
}

body.public-shell.page-public-home #main-content .sh-hero__meta-copy strong {
  color: #123a2f !important;
}

/* KPI band */
body.public-shell.page-public-home #main-content .sh-stat-band {
  position: relative;
  background: linear-gradient(110deg, #093c2a 0%, #0d5b3c 48%, #0b6a45 100%);
}

body.public-shell.page-public-home #main-content .sh-stat-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242,140,40,.08) 1px, transparent 1px),
    linear-gradient(rgba(242,140,40,.06) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

body.public-shell.page-public-home #main-content .sh-stat strong {
  color: #fff !important;
}

body.public-shell.page-public-home #main-content .sh-stat span {
  color: #cce8df !important;
}

/* Vision section */
body.public-shell.page-public-home #main-content .sh-vision-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(245,138,36,.13), transparent 24%),
    linear-gradient(180deg, #fffaf2, #f7faf8);
}

body.public-shell.page-public-home #main-content .sh-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 5.7rem);
}

body.public-shell.page-public-home #main-content .sh-vision-copy h2 {
  max-width: 16ch;
  margin: .65rem 0 1rem;
  color: #0c352a;
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body.public-shell.page-public-home #main-content .sh-vision-copy__lead {
  margin: 0;
  color: #4f675f;
  font-size: 1.02rem;
  line-height: 1.82;
}

body.public-shell.page-public-home #main-content .sh-vision-points {
  display: grid;
  gap: .82rem;
  margin-top: 1.65rem;
}

body.public-shell.page-public-home #main-content .sh-vision-points > div {
  position: relative;
  display: grid;
  gap: .16rem;
  border-left: 3px solid var(--sh-theme-orange);
  border-radius: 0 14px 14px 0;
  padding: .72rem .9rem;
  background: rgba(255,255,255,.74);
  box-shadow: 0 10px 26px rgba(11,74,51,.05);
}

body.public-shell.page-public-home #main-content .sh-vision-points strong {
  color: #123a2f !important;
  font-size: .94rem;
}

body.public-shell.page-public-home #main-content .sh-vision-points span {
  color: #5d716a !important;
  font-size: .86rem;
  line-height: 1.58;
}

body.public-shell.page-public-home #main-content .sh-vision-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr .9fr 1fr;
  grid-template-rows: 1fr .9fr 1fr auto;
  gap: .8rem;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(242,140,40,.28);
  border-radius: 34px;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  background:
    radial-gradient(circle at 50% 48%, rgba(242,140,40,.22), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(245,138,36,.15), transparent 26%),
    linear-gradient(145deg, #093c2a 0%, #0d5a3c 55%, #0b6844 100%);
  box-shadow: 0 30px 72px rgba(11,74,51,.26);
}

body.public-shell.page-public-home #main-content .sh-vision-panel__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .54;
  background:
    linear-gradient(90deg, rgba(242,140,40,.13) 1px, transparent 1px),
    linear-gradient(rgba(242,140,40,.11) 1px, transparent 1px),
    repeating-radial-gradient(circle at 50% 48%, transparent 0 62px, rgba(242,140,40,.13) 63px 64px);
  background-size: 46px 46px, 46px 46px, auto;
}

body.public-shell.page-public-home #main-content .sh-data-core {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  display: grid;
  width: 8.7rem;
  height: 8.7rem;
  place-content: center;
  border: 1px solid rgba(242,140,40,.62);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffc06f, #ef7d22);
  color: #351b07;
  box-shadow: 0 0 0 12px rgba(242,140,40,.08), 0 20px 46px rgba(0,0,0,.28);
  transform: rotate(-4deg);
}

body.public-shell.page-public-home #main-content .sh-data-core span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 2.85rem;
  font-weight: 900;
  line-height: .95;
}

body.public-shell.page-public-home #main-content .sh-data-core small {
  margin-top: .35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

body.public-shell.page-public-home #main-content .sh-vision-node {
  display: grid;
  align-content: center;
  gap: .16rem;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: .84rem .9rem;
  background: rgba(255,255,255,.09);
  color: #fff;
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 14px 28px rgba(0,0,0,.14);
  backdrop-filter: blur(10px);
}

body.public-shell.page-public-home #main-content .sh-vision-node b {
  color: #fff;
  font-size: .9rem;
}

body.public-shell.page-public-home #main-content .sh-vision-node span {
  color: #bfe2dc;
  font-size: .72rem;
  line-height: 1.45;
}

body.public-shell.page-public-home #main-content .sh-vision-node--grower { grid-column: 1; grid-row: 1; align-self: end; }
body.public-shell.page-public-home #main-content .sh-vision-node--business { grid-column: 3; grid-row: 1; align-self: end; }
body.public-shell.page-public-home #main-content .sh-vision-node--research { grid-column: 1; grid-row: 3; align-self: start; }
body.public-shell.page-public-home #main-content .sh-vision-node--learning { grid-column: 3; grid-row: 3; align-self: start; }

body.public-shell.page-public-home #main-content .sh-vision-panel__caption {
  grid-column: 1 / -1;
  grid-row: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.17);
  padding-top: .9rem;
}

body.public-shell.page-public-home #main-content .sh-vision-panel__caption strong {
  color: #fff;
  font-size: .84rem;
}

body.public-shell.page-public-home #main-content .sh-vision-panel__caption span {
  color: #ffd1a4 !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
}

/* Ecosystem roles */
body.public-shell.page-public-home #main-content .sh-ecosystem-section {
  background: #fff;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  border: 1px solid rgba(11,74,51,.1);
  border-radius: 24px;
  padding: 1.35rem;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #f4f9f6 100%);
  color: #153b30 !important;
  box-shadow: 0 16px 38px rgba(11,74,51,.07);
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card::before {
  content: "";
  position: absolute;
  right: -2.2rem;
  top: -2.2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50,183,124,.16), transparent 68%);
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card:nth-child(2)::before,
body.public-shell.page-public-home #main-content .sh-ecosystem-card:nth-child(4)::before {
  background: radial-gradient(circle, rgba(245,138,36,.16), transparent 68%);
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card:hover,
body.public-shell.page-public-home #main-content .sh-ecosystem-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(22,139,97,.34);
  box-shadow: 0 24px 50px rgba(11,74,51,.13);
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card__index {
  color: #7d918a !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card__icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  margin-top: 1.7rem;
  border-radius: 16px;
  background: #e2f4eb;
  color: #0e7652;
  font-size: 1.45rem;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card:nth-child(2) .sh-ecosystem-card__icon,
body.public-shell.page-public-home #main-content .sh-ecosystem-card:nth-child(4) .sh-ecosystem-card__icon {
  background: var(--sh-theme-orange-soft);
  color: #b75a0d;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card h3 {
  margin: 1rem 0 .55rem;
  color: #123a2f !important;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.38;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card p {
  margin: 0;
  color: #60736c !important;
  font-size: .88rem;
  line-height: 1.7;
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card > span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  margin-top: auto;
  padding-top: 1.1rem;
  color: #137b57 !important;
  font-size: .82rem;
  font-weight: 800;
}

/* Data-to-opportunity journey */
body.public-shell.page-public-home #main-content .sh-matching-journey {
  position: relative;
  overflow: hidden;
  padding-block: var(--sh-section-space);
  background:
    radial-gradient(circle at 12% 22%, rgba(245,138,36,.16), transparent 22%),
    radial-gradient(circle at 84% 70%, rgba(242,140,40,.14), transparent 26%),
    linear-gradient(120deg, #093c2a 0%, #0d5e3f 52%, #0a6844 100%);
}

body.public-shell.page-public-home #main-content .sh-matching-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242,140,40,.08) 1px, transparent 1px),
    linear-gradient(rgba(242,140,40,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 16% 84%, transparent);
  pointer-events: none;
}

body.public-shell.page-public-home #main-content .sh-matching-journey__head {
  position: relative;
  max-width: 760px;
  margin-bottom: 2rem;
}

body.public-shell.page-public-home #main-content .sh-matching-journey__head h2 {
  margin: .6rem 0 .7rem;
  color: #fff !important;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  font-weight: 800;
  line-height: 1.16;
}

body.public-shell.page-public-home #main-content .sh-matching-journey__head p {
  margin: 0;
  color: #c2ded8 !important;
  line-height: 1.75;
}

body.public-shell.page-public-home #main-content .sh-journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.public-shell.page-public-home #main-content .sh-journey-step {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 1.25rem;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}

body.public-shell.page-public-home #main-content .sh-journey-step > span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sh-theme-orange);
  color: #2b1603 !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: .7rem;
  font-weight: 900;
}

body.public-shell.page-public-home #main-content .sh-journey-step strong {
  display: block;
  margin-top: 1rem;
  color: #fff !important;
  font-size: 1rem;
}

body.public-shell.page-public-home #main-content .sh-journey-step p {
  margin: .5rem 0 0;
  color: #c4ddd8 !important;
  font-size: .84rem;
  line-height: 1.68;
}

/* Existing sections: align with the green-orange local ecosystem identity. */
body.public-shell.page-public-home #main-content .sh-service-card__number {
  color: #b96920 !important;
}

body.public-shell.page-public-home #main-content .sh-final-cta {
  background:
    radial-gradient(circle at 88% 22%, rgba(245,138,36,.24), transparent 24%),
    linear-gradient(115deg, #093c2a 0%, #0d5b3d 45%, #0b7049 100%);
}

/* Dark mode: explicit contrast for every new surface and critical form element. */
html[data-theme="dark"] body.public-shell.page-public-home,
body.public-shell.page-public-home.theme-dark {
  --sh-theme-surface: #0c1b17;
  --sh-theme-soft: #0b211b;
  --sh-theme-line: rgba(172, 239, 207, .14);
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content.sh-home,
body.public-shell.page-public-home.theme-dark #main-content.sh-home {
  background: #071611 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero {
  background:
    radial-gradient(circle at 9% 18%, rgba(245,138,36,.13), transparent 24%),
    radial-gradient(circle at 84% 15%, rgba(242,140,40,.12), transparent 26%),
    linear-gradient(135deg, #071612 0%, #09251c 52%, #2a170b 100%) !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-eyebrow,
body.public-shell.page-public-home.theme-dark #main-content .sh-eyebrow {
  border-color: rgba(126,227,220,.3) !important;
  background: rgba(10,34,28,.88) !important;
  color: #ffd5ad !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__title,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__title {
  color: #f1fff9 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__title-accent,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__title-accent {
  color: #64d6a5 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__lead,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__lead {
  color: #c1d8d0 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__promise span,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__promise span {
  border-color: rgba(172,239,207,.19) !important;
  background: rgba(9,31,25,.82) !important;
  color: #d5e9e1 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-search,
body.public-shell.page-public-home.theme-dark #main-content .sh-search {
  border-color: rgba(172,239,207,.18) !important;
  background: rgba(8,26,21,.96) !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-search label,
body.public-shell.page-public-home.theme-dark #main-content .sh-search label {
  color: #c2d9d1 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-search input,
html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-search select,
body.public-shell.page-public-home.theme-dark #main-content .sh-search input,
body.public-shell.page-public-home.theme-dark #main-content .sh-search select {
  border-color: rgba(172,239,207,.17) !important;
  background: #102820 !important;
  color: #f3fff9 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-search input::placeholder,
body.public-shell.page-public-home.theme-dark #main-content .sh-search input::placeholder {
  color: #92aaa1 !important;
  opacity: 1;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-button--outline,
body.public-shell.page-public-home.theme-dark #main-content .sh-button--outline {
  border-color: rgba(177,240,210,.5) !important;
  background: rgba(13,43,35,.78) !important;
  color: #eafff5 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__meta-item,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__meta-item {
  border-color: rgba(172,239,207,.17) !important;
  background: #0c241d !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__meta-copy small,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__meta-copy small {
  color: #9fb9af !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-hero__meta-copy strong,
body.public-shell.page-public-home.theme-dark #main-content .sh-hero__meta-copy strong {
  color: #f1fff9 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-section,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(245,138,36,.1), transparent 24%),
    linear-gradient(180deg, #081914, #071611);
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-copy h2,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-copy h2 {
  color: #f0fff8;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-section h2,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-section h2 {
  color: #f0fff8 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-copy__lead,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-copy__lead {
  color: #b9d0c7;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-section .sh-section-head p,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-section .sh-section-head p {
  color: #b9d0c7 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-points > div,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-points > div {
  background: #0d251e !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-points strong,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-points strong {
  color: #ecfff6 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-vision-points span,
body.public-shell.page-public-home.theme-dark #main-content .sh-vision-points span {
  color: #adc4bb !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-section,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-section {
  background: #081914 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-card,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-card {
  border-color: rgba(172,239,207,.15) !important;
  background: linear-gradient(165deg, #0d251e, #0a1d18) !important;
  color: #effff7 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-card h3,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-card h3 {
  color: #f1fff9 !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-card p,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-card p {
  color: #aec5bc !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-ecosystem-card > span:last-child,
body.public-shell.page-public-home.theme-dark #main-content .sh-ecosystem-card > span:last-child {
  color: #7fe0b4 !important;
}

/* Responsive audit targets: 1440, 1024, 768, 390. */
@media (max-width: 1199.98px) {
  body.public-shell.page-public-home #main-content .sh-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
    gap: 2.3rem;
  }

  body.public-shell.page-public-home #main-content .sh-search {
    grid-template-columns: minmax(0, 1fr) minmax(145px, .64fr);
  }

  body.public-shell.page-public-home #main-content .sh-search__submit {
    grid-column: 1 / -1;
  }

  body.public-shell.page-public-home #main-content .sh-vision-grid {
    grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  }

  body.public-shell.page-public-home #main-content .sh-ecosystem-grid,
  body.public-shell.page-public-home #main-content .sh-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body.public-shell.page-public-home #main-content .sh-hero__grid,
  body.public-shell.page-public-home #main-content .sh-vision-grid {
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-hero__title {
    max-width: 16ch;
  }

  body.public-shell.page-public-home #main-content .sh-hero__visual {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  body.public-shell.page-public-home #main-content .sh-vision-copy h2 {
    max-width: 22ch;
  }

  body.public-shell.page-public-home #main-content .sh-vision-panel {
    width: min(100%, 720px);
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  body.public-shell.page-public-home #main-content .sh-hero {
    padding-block: 2.7rem 3.5rem;
  }

  body.public-shell.page-public-home #main-content .sh-hero__promise {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-hero__promise span {
    width: 100%;
  }

  body.public-shell.page-public-home #main-content .sh-search {
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-search__submit {
    grid-column: auto;
  }

  body.public-shell.page-public-home #main-content .sh-network-signal {
    left: .75rem;
    max-width: calc(100% - 1.5rem);
  }

  body.public-shell.page-public-home #main-content .sh-spotlight__viewport {
    min-height: 430px;
  }

  body.public-shell.page-public-home #main-content .sh-vision-panel {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: auto;
    border-radius: 26px;
  }

  body.public-shell.page-public-home #main-content .sh-data-core {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 7.2rem;
    height: 7.2rem;
  }

  body.public-shell.page-public-home #main-content .sh-vision-node--grower,
  body.public-shell.page-public-home #main-content .sh-vision-node--business,
  body.public-shell.page-public-home #main-content .sh-vision-node--research,
  body.public-shell.page-public-home #main-content .sh-vision-node--learning {
    align-self: stretch;
  }

  body.public-shell.page-public-home #main-content .sh-vision-node--grower { grid-column: 1; grid-row: 2; }
  body.public-shell.page-public-home #main-content .sh-vision-node--business { grid-column: 2; grid-row: 2; }
  body.public-shell.page-public-home #main-content .sh-vision-node--research { grid-column: 1; grid-row: 3; }
  body.public-shell.page-public-home #main-content .sh-vision-node--learning { grid-column: 2; grid-row: 3; }
  body.public-shell.page-public-home #main-content .sh-vision-panel__caption { grid-column: 1 / -1; grid-row: 4; }

  body.public-shell.page-public-home #main-content .sh-ecosystem-grid,
  body.public-shell.page-public-home #main-content .sh-journey-grid {
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-ecosystem-card {
    min-height: 280px;
  }
}

@media (max-width: 479.98px) {
  body.public-shell.page-public-home #main-content .sh-hero__title {
    font-size: clamp(2.2rem, 11.2vw, 3rem);
    letter-spacing: -.035em;
  }

  body.public-shell.page-public-home #main-content .sh-hero__lead {
    font-size: .96rem;
  }

  body.public-shell.page-public-home #main-content .sh-network-signal__copy {
    font-size: .66rem;
  }

  body.public-shell.page-public-home #main-content .sh-spotlight__viewport {
    min-height: 390px;
  }

  body.public-shell.page-public-home #main-content .sh-vision-panel {
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-data-core,
  body.public-shell.page-public-home #main-content .sh-vision-node--grower,
  body.public-shell.page-public-home #main-content .sh-vision-node--business,
  body.public-shell.page-public-home #main-content .sh-vision-node--research,
  body.public-shell.page-public-home #main-content .sh-vision-node--learning,
  body.public-shell.page-public-home #main-content .sh-vision-panel__caption {
    grid-column: 1;
  }

  body.public-shell.page-public-home #main-content .sh-data-core { grid-row: 1; }
  body.public-shell.page-public-home #main-content .sh-vision-node--grower { grid-row: 2; }
  body.public-shell.page-public-home #main-content .sh-vision-node--business { grid-row: 3; }
  body.public-shell.page-public-home #main-content .sh-vision-node--research { grid-row: 4; }
  body.public-shell.page-public-home #main-content .sh-vision-node--learning { grid-row: 5; }
  body.public-shell.page-public-home #main-content .sh-vision-panel__caption {
    grid-row: 6;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.public-shell.page-public-home #main-content .sh-data-core,
  body.public-shell.page-public-home #main-content .sh-network-signal,
  body.public-shell.page-public-home #main-content .sh-ecosystem-card,
  body.public-shell.page-public-home #main-content .sh-journey-step {
    animation: none !important;
    transition: none !important;
  }
}

@media print {
  body.public-shell.page-public-home #main-content .sh-network-signal,
  body.public-shell.page-public-home #main-content .sh-spotlight__controls,
  body.public-shell.page-public-home .sh-scroll-progress {
    display: none !important;
  }

  body.public-shell.page-public-home #main-content .sh-hero,
  body.public-shell.page-public-home #main-content .sh-stat-band,
  body.public-shell.page-public-home #main-content .sh-vision-panel,
  body.public-shell.page-public-home #main-content .sh-matching-journey,
  body.public-shell.page-public-home #main-content .sh-final-cta {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
  }
}

body.public-shell.page-public-home #main-content .sh-ecosystem-card__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (prefers-reduced-motion: no-preference) {
  body.public-shell.page-public-home #main-content .sh-network-signal__core {
    animation: sh-vc50-signal-pulse 3.2s ease-in-out infinite;
  }

  body.public-shell.page-public-home #main-content .sh-data-core {
    animation: sh-vc50-core-float 5.8s ease-in-out infinite;
  }

  body.public-shell.page-public-home #main-content .sh-vision-panel__grid {
    animation: sh-vc50-grid-drift 18s linear infinite;
  }
}

@keyframes sh-vc50-signal-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(242, 140, 40, .13); }
  50% { box-shadow: 0 0 0 10px rgba(242, 140, 40, .04), 0 0 24px rgba(242, 140, 40, .2); }
}

@keyframes sh-vc50-core-float {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-7px); }
}

@keyframes sh-vc50-grid-drift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 46px 0, 0 46px, 0 0; }
}
