/*
 * HiGuppy Subpage UI Unification
 * Batch 0 — responsive reliability only.
 */

/* Shared legal information pages: prevent original-size hero media from
 * escaping its responsive Gutenberg grid column. */
html body.higuppy-site-shell .hg-info-page,
html body.higuppy-site-shell .hg-info-page * {
  box-sizing: border-box;
}

html body.higuppy-site-shell .hg-info-hero-grid > * {
  min-width: 0 !important;
}

html body.higuppy-site-shell .hg-info-hero-image {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

html body.higuppy-site-shell .hg-info-hero-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Shop trust cards intentionally stack on small screens. Keep their content
 * inside the hero rail so a sorting-query page cannot leak document width. */
@media (max-width: 640px) {
  html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li,
  html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > a {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* --------------------------------------------------------------------------
 * Batch 1 — shared subpage UI foundation.
 * -------------------------------------------------------------------------- */
:root {
  --hg-subpage-max: 1320px;
  --hg-subpage-readable: 840px;
  --hg-subpage-readable-wide: 920px;
  --hg-subpage-sky: #eaf8ff;
  --hg-subpage-cream: #fff4df;
  --hg-subpage-white: #fff;
  --hg-subpage-ink: #14234a;
  --hg-subpage-muted: #6e778d;
  --hg-subpage-teal: #2f57d5;
  --hg-subpage-coral: #ff7a4f;
  --hg-subpage-line: rgba(20, 35, 74, 0.10);
  --hg-subpage-card-radius: 24px;
  --hg-subpage-panel-radius: 32px;
  --hg-subpage-shadow: 0 18px 44px rgba(20, 35, 74, 0.09);
  --hg-subpage-shadow-hover: 0 26px 60px rgba(20, 35, 74, 0.14);
}

.hg-subpage-wide {
  width: min(var(--hg-subpage-max), calc(100vw - 64px));
  max-width: var(--hg-subpage-max);
  margin-inline: auto;
}

.hg-subpage-readable {
  width: min(var(--hg-subpage-readable), 100%);
  margin-inline: auto;
}

.hg-subpage-readable-wide {
  width: min(var(--hg-subpage-readable-wide), 100%);
  margin-inline: auto;
}

html body.higuppy-site-shell :is(.hg-page-canvas, .hg-intl-policy, .hg-collections) *,
html body.higuppy-site-shell :is(.hg-page-canvas, .hg-intl-policy, .hg-collections) *::before,
html body.higuppy-site-shell :is(.hg-page-canvas, .hg-intl-policy, .hg-collections) *::after {
  box-sizing: border-box;
}

html body.higuppy-site-shell :is(.hg-page-canvas, .hg-intl-policy, .hg-collections) :is(
  .hg-reviews-hero__grid,
  .hg-reviews-card-grid,
  .hg-reviews-feedback-grid,
  .hg-intl-policy__grid,
  .hg-intl-policy__flow,
  .hg-collections__hero,
  .hg-collections__grid,
  .hg-collections__why-grid,
  .hg-collections__popular-grid
) > * {
  min-width: 0;
}

html body.higuppy-site-shell :is(.hg-page-canvas, .hg-intl-policy, .hg-collections) img {
  max-width: 100%;
  height: auto;
}

/* Wide visual rails: Reviews/Wholesale shared canvas + Collections. */
html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell:not(.hg-reviews-shell--narrow),
html body.higuppy-site-shell.page-id-2262 .hg-collections__container {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}

html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell--narrow {
  width: min(var(--hg-subpage-readable-wide), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-readable-wide) !important;
  margin-inline: auto !important;
}

/* Policy family: wide visual hero, deliberately narrow reading rail. */
html body.higuppy-site-shell .hg-intl-policy {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
  padding: 24px 0 64px !important;
  box-sizing: border-box !important;
  color: var(--hg-subpage-ink);
}

html body.higuppy-site-shell .hg-intl-policy > :not(.hg-intl-policy__hero):not(.hg-intl-policy__figure) {
  width: min(var(--hg-subpage-readable), 100%) !important;
  max-width: var(--hg-subpage-readable) !important;
  margin-inline: auto !important;
}

html body.higuppy-site-shell .hg-intl-policy__figure {
  width: min(var(--hg-subpage-readable-wide), 100%) !important;
}

/* Three hero geometries begin here; later batches map additional families. */
html body.higuppy-site-shell .hg-page-canvas .hg-reviews-hero {
  background: var(--hg-subpage-sky);
  padding-block: clamp(38px, 4.5vw, 64px) clamp(48px, 6vw, 82px);
}

@media (min-width: 901px) {
  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-hero__grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    gap: clamp(36px, 5vw, 72px);
  }
}

html body.higuppy-site-shell .hg-intl-policy__hero {
  padding: clamp(28px, 3.5vw, 46px) !important;
  border-radius: var(--hg-subpage-panel-radius) !important;
  background: linear-gradient(135deg, #174b3d 0%, #1b8f78 68%, #248b78 100%) !important;
  box-shadow: 0 24px 58px rgba(23, 76, 63, 0.16) !important;
}

html body.higuppy-site-shell.page-id-2262 .hg-collections__hero {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
}

/* Shared section rhythm and card grammar for the first adopter families. */
html body.higuppy-site-shell .hg-page-canvas .hg-reviews-section {
  padding-block: clamp(52px, 5.5vw, 80px);
}

html body.higuppy-site-shell .hg-intl-policy__section {
  padding-top: clamp(30px, 3.5vw, 42px);
}

html body.higuppy-site-shell :is(
  .hg-page-canvas .hg-reviews-card,
  .hg-page-canvas .hg-reviews-resource-card,
  .hg-intl-policy__card
) {
  border-color: var(--hg-subpage-line) !important;
  border-radius: var(--hg-subpage-card-radius) !important;
  box-shadow: var(--hg-subpage-shadow) !important;
}

html body.higuppy-site-shell :is(
  .hg-page-canvas .hg-reviews-resource-card,
  .hg-collections a.hg-collection-card,
  .hg-collections a.hg-popular-card
) {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

html body.higuppy-site-shell :is(
  .hg-page-canvas .hg-reviews-resource-card,
  .hg-collections a.hg-collection-card,
  .hg-collections a.hg-popular-card
):hover {
  transform: translateY(-5px);
  box-shadow: var(--hg-subpage-shadow-hover) !important;
}

/* CTA hierarchy: coral controls always retain white text. */
html body.higuppy-site-shell .hg-page-canvas .hg-reviews-cta {
  border-radius: var(--hg-subpage-card-radius);
  background: linear-gradient(105deg, #c84a24, #e96f3f);
}

html body.higuppy-site-shell .hg-page-canvas .hg-reviews-cta :is(h2, p) {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .hg-subpage-wide,
  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell:not(.hg-reviews-shell--narrow),
  html body.higuppy-site-shell.page-id-2262 .hg-collections__container,
  html body.higuppy-site-shell.page-id-2262 .hg-collections__hero,
  html body.higuppy-site-shell .hg-intl-policy {
    width: calc(100vw - 48px) !important;
  }

  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell--narrow {
    width: min(var(--hg-subpage-readable-wide), calc(100vw - 48px)) !important;
  }
}

@media (max-width: 900px) {
  .hg-subpage-wide,
  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell:not(.hg-reviews-shell--narrow),
  html body.higuppy-site-shell.page-id-2262 .hg-collections__container,
  html body.higuppy-site-shell.page-id-2262 .hg-collections__hero,
  html body.higuppy-site-shell .hg-intl-policy {
    width: calc(100vw - 40px) !important;
  }

  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell--narrow {
    width: min(var(--hg-subpage-readable-wide), calc(100vw - 40px)) !important;
  }
}

@media (max-width: 640px) {
  .hg-subpage-wide,
  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell:not(.hg-reviews-shell--narrow),
  html body.higuppy-site-shell.page-id-2262 .hg-collections__container,
  html body.higuppy-site-shell.page-id-2262 .hg-collections__hero,
  html body.higuppy-site-shell .hg-intl-policy {
    width: calc(100vw - 32px) !important;
  }

  html body.higuppy-site-shell .hg-page-canvas .hg-reviews-shell--narrow {
    width: min(var(--hg-subpage-readable-wide), calc(100vw - 32px)) !important;
  }

  html body.higuppy-site-shell .hg-intl-policy {
    padding-block: 16px 44px !important;
  }

  html body.higuppy-site-shell .hg-intl-policy__hero {
    padding: 24px 20px !important;
    border-radius: 24px !important;
  }
}

/* Batch 2 — commerce + brand adapters. */
/* Batch 2 candidate — commerce + brand adapters */

/* Shop / New Arrivals / Breeder Trios */
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
@media (min-width: 901px) {
  html body.higuppy-site-shell.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
    width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
    max-width: var(--hg-subpage-max) !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important;
    gap: clamp(32px, 4vw, 60px) !important;
  }
  html body.higuppy-site-shell.hg-shop-page-active .wc-block-product-template {
    gap: 18px !important;
  }
}

/* About */
html body.higuppy-site-shell.hg-about-active .hg-ab__wrap {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.hg-about-active .hg-ab__hero {
  padding-inline: clamp(22px, 2vw, 28px) !important;
}
html body.higuppy-site-shell.hg-about-active .hg-ab__hero-grid {
  width: min(var(--hg-subpage-max), 100%) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.hg-about-active :is(.hg-ab__proof-grid,.hg-ab__step,.hg-ab__support-card,.hg-ab__faq-item,.hg-ab__cta-shell) {
  border-radius: var(--hg-subpage-card-radius) !important;
}
html body.higuppy-site-shell.hg-about-active .hg-ab__section--soft {
  background: var(--hg-subpage-sky) !important;
}

/* Our Fish Quality */
html body.higuppy-site-shell.page-id-1539 .hgq-container {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.page-id-1539 :is(.hgq-card,.hgq-item,.hgq-resource-card,.hgq-cta) {
  border-radius: var(--hg-subpage-card-radius) !important;
}
html body.higuppy-site-shell.page-id-1539 :is(.hgq-grid,.hgq-split,.hgq-hero-grid) > * {
  min-width: 0 !important;
}
html body.higuppy-site-shell.page-id-1539 img {
  max-width: 100% !important;
  height: auto !important;
}

/* Blog */
html body.higuppy-site-shell.hg-blog-active .hg-blog-hero__inner,
html body.higuppy-site-shell.hg-blog-active .wp-block-query {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.hg-blog-active :is(.wp-block-post-template,.wp-block-query-pagination) {
  width: 100% !important;
  max-width: none !important;
}
html body.higuppy-site-shell.hg-blog-active .wp-block-post {
  min-width: 0 !important;
}

/* Contact */
html body.higuppy-site-shell.hg-contact-v2-active .hg-contact-v2__inner {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.hg-contact-v2-active :is(.hg-contact-v2__route-card,.hg-contact-v2__details,.hg-contact-v2__form,.hg-contact-v2__faq-item) {
  border-radius: var(--hg-subpage-card-radius) !important;
}
html body.higuppy-site-shell.hg-contact-v2-active :is(.hg-contact-v2__hero-grid,.hg-contact-v2__routes,.hg-contact-v2__grid,.hg-contact-v2__help-grid) > * {
  min-width: 0 !important;
}

@media (max-width: 1199px) {
  html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero,
  html body.higuppy-site-shell.hg-about-active .hg-ab__wrap,
  html body.higuppy-site-shell.page-id-1539 .hgq-container,
  html body.higuppy-site-shell.hg-blog-active :is(.hg-blog-hero__inner,.wp-block-query),
  html body.higuppy-site-shell.hg-contact-v2-active .hg-contact-v2__inner {
    width: calc(100vw - 48px) !important;
  }
  @media (min-width: 901px) {
    html body.higuppy-site-shell.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
      width: calc(100vw - 48px) !important;
    }
  }
}
@media (max-width: 900px) {
  html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero,
  html body.higuppy-site-shell.hg-about-active .hg-ab__wrap,
  html body.higuppy-site-shell.page-id-1539 .hgq-container,
  html body.higuppy-site-shell.hg-blog-active :is(.hg-blog-hero__inner,.wp-block-query),
  html body.higuppy-site-shell.hg-contact-v2-active .hg-contact-v2__inner {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 640px) {
  html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero,
  html body.higuppy-site-shell.hg-about-active .hg-ab__wrap,
  html body.higuppy-site-shell.page-id-1539 .hgq-container,
  html body.higuppy-site-shell.hg-blog-active :is(.hg-blog-hero__inner,.wp-block-query),
  html body.higuppy-site-shell.hg-contact-v2-active .hg-contact-v2__inner {
    width: calc(100vw - 32px) !important;
  }
}

/* Approved subpages: contain the shared floating nav inside tablet viewport. */
@media (min-width: 641px) and (max-width: 1100px) {
  html body.higuppy-site-shell nav#hgSiteNav.hg-nav {
    box-sizing: border-box !important;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Batch 3 — policy / support / legal adapters. */
/* Batch 3 candidate — policy / support / legal adapters */

/* Order Tracking: the live renderer is intentionally plain semantic HTML.
 * Keep it on a readable editorial rail and give the CTA the shared treatment. */
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking {
  width: min(var(--hg-subpage-readable), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-readable) !important;
  margin: 0 auto !important;
  padding: clamp(42px, 5vw, 72px) 0 clamp(58px, 6vw, 88px) !important;
  color: var(--hg-subpage-ink);
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking > * { max-width: 100%; }
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking .hg-kicker {
  margin: 0 0 12px !important;
  color: var(--hg-subpage-teal) !important;
  font-weight: var(--hg-font-weight-ui);
  letter-spacing: .12em;
  text-transform: uppercase;
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking h1 {
  margin: 0 0 20px !important;
  color: var(--hg-subpage-ink) !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking > .lead {
  margin: 0 0 34px !important;
  padding: 20px 22px;
  border: 1px solid var(--hg-subpage-line);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(234,246,255,.92), rgba(255,247,237,.78));
  box-shadow: var(--hg-subpage-shadow);
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking h2 {
  margin-top: clamp(34px, 4vw, 48px) !important;
  color: var(--hg-subpage-ink) !important;
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking :is(ol, ul) {
  padding-left: 1.3rem;
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking .cta-band {
  margin-top: 42px !important;
  border-radius: var(--hg-subpage-card-radius) !important;
  background: linear-gradient(105deg, #174b3d, #1b8f78) !important;
  box-shadow: 0 20px 46px rgba(23,76,63,.18) !important;
}
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking .cta-band :is(h2,p) { color: #fff !important; }
html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking .cta-band a.button {
  background: #c84a24 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Privacy / Terms / Payment: restore the intended structured legal layout. */
html body.higuppy-site-shell .hg-info-page {
  color: var(--hg-subpage-ink);
}
html body.higuppy-site-shell .hg-info-page .hg-info-hero {
  padding: clamp(38px, 4.5vw, 64px) 0 clamp(44px, 5.5vw, 76px) !important;
  background: linear-gradient(180deg, var(--hg-subpage-sky), rgba(255,255,255,.72)) !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-hero-grid {
  display: grid !important;
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(34px, 4.5vw, 64px) !important;
  align-items: center !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-title {
  color: var(--hg-subpage-ink) !important;
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-lead {
  max-width: 620px;
  color: var(--hg-subpage-muted) !important;
  line-height: 1.68;
}
html body.higuppy-site-shell .hg-info-page .hg-info-hero-image {
  margin: 0 !important;
  border-radius: 28px !important;
  box-shadow: 0 26px 58px rgba(23,76,63,.14);
}
html body.higuppy-site-shell .hg-info-page .hg-info-hero-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-primary .wp-block-button__link {
  background: #c84a24 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-radius: 999px !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-summary {
  width: min(var(--hg-subpage-readable-wide), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-readable-wide) !important;
  margin: clamp(38px, 5vw, 64px) auto 0 !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-card {
  min-width: 0 !important;
  padding: 22px !important;
  border: 1px solid var(--hg-subpage-line) !important;
  border-radius: var(--hg-subpage-card-radius) !important;
  background: #fff !important;
  box-shadow: var(--hg-subpage-shadow) !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-content {
  width: min(1100px, calc(100vw - 64px)) !important;
  max-width: 1100px !important;
  margin: clamp(44px, 5vw, 72px) auto !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-layout {
  display: grid !important;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
  gap: clamp(30px, 4vw, 48px) !important;
  align-items: start !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-layout > * { min-width: 0 !important; }
html body.higuppy-site-shell .hg-info-page .hg-info-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--hg-subpage-line);
  border-radius: 20px;
  background: rgba(234,246,255,.72);
}
html body.higuppy-site-shell .hg-info-page .hg-info-section {
  max-width: var(--hg-subpage-readable);
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-section + .hg-info-section {
  margin-top: clamp(34px, 4vw, 48px) !important;
}
html body.higuppy-site-shell .hg-info-page :is(.hg-info-notice, details) {
  border-radius: 18px !important;
}
html body.higuppy-site-shell .hg-info-page .hg-info-cta .hg-info-container {
  width: min(var(--hg-subpage-readable-wide), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-readable-wide) !important;
  margin-inline: auto !important;
}

/* Cancellation: align the mature renderer to the same wide visual shell. */
html body.higuppy-site-shell.page-id-1550 .can-wrap {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.page-id-1550 .can-wrap.can-narrow {
  width: min(880px, calc(100vw - 64px)) !important;
  max-width: 880px !important;
}
html body.higuppy-site-shell.page-id-1550 :is(.can-card,.can-notice,.can-dark,.can-cta,.can-media) {
  border-radius: var(--hg-subpage-card-radius) !important;
}
html body.higuppy-site-shell.page-id-1550 .can-section--soft { background: var(--hg-subpage-sky) !important; }
html body.higuppy-site-shell.page-id-1550 .can-section--warm { background: var(--hg-subpage-cream) !important; }
html body.higuppy-site-shell.page-id-1550 :is(.can-hero-grid,.can-grid-2,.can-grid-3,.can-grid-4,.can-dark-grid) > * { min-width: 0 !important; }
html body.higuppy-site-shell.page-id-1550 .can-table-wrap {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
html body.higuppy-site-shell.page-id-1550 .can-table { min-width: 760px; }

@media (max-width: 1199px) {
  html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking { width: min(var(--hg-subpage-readable), calc(100vw - 48px)) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-hero-grid { width: calc(100vw - 48px) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-summary,
  html body.higuppy-site-shell .hg-info-page .hg-info-cta .hg-info-container { width: min(var(--hg-subpage-readable-wide), calc(100vw - 48px)) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-content { width: min(1100px, calc(100vw - 48px)) !important; }
  html body.higuppy-site-shell.page-id-1550 .can-wrap { width: calc(100vw - 48px) !important; }
  html body.higuppy-site-shell.page-id-1550 .can-wrap.can-narrow { width: min(880px, calc(100vw - 48px)) !important; }
}
@media (max-width: 900px) {
  html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking { width: min(var(--hg-subpage-readable), calc(100vw - 40px)) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-hero-grid {
    width: calc(100vw - 40px) !important;
    grid-template-columns: 1fr !important;
  }
  html body.higuppy-site-shell .hg-info-page .hg-info-hero-image { max-width: 720px !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-summary,
  html body.higuppy-site-shell .hg-info-page .hg-info-cta .hg-info-container { width: min(var(--hg-subpage-readable-wide), calc(100vw - 40px)) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-content { width: min(var(--hg-subpage-readable), calc(100vw - 40px)) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-layout { grid-template-columns: 1fr !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-toc { position: static; display: flex; gap: 9px; overflow-x: auto; white-space: nowrap; }
  html body.higuppy-site-shell.page-id-1550 .can-wrap { width: calc(100vw - 40px) !important; }
  html body.higuppy-site-shell.page-id-1550 .can-wrap.can-narrow { width: min(880px, calc(100vw - 40px)) !important; }
}
@media (max-width: 640px) {
  html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking { width: calc(100vw - 32px) !important; }
  html body.higuppy-site-shell.page-id-1547 .hg-phase-e--tracking h1 { font-size: clamp(36px, 10vw, 46px) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-hero-grid { width: calc(100vw - 32px) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-summary,
  html body.higuppy-site-shell .hg-info-page .hg-info-content,
  html body.higuppy-site-shell .hg-info-page .hg-info-cta .hg-info-container { width: calc(100vw - 32px) !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-card-grid { grid-template-columns: 1fr !important; }
  html body.higuppy-site-shell .hg-info-page .hg-info-title { font-size: clamp(36px, 10vw, 46px) !important; }
  html body.higuppy-site-shell.page-id-1550 .can-wrap,
  html body.higuppy-site-shell.page-id-1550 .can-wrap.can-narrow { width: calc(100vw - 32px) !important; }
}

/* Batch 4 — guide / editorial adapters. */
/* Batch 4 candidate — Guide / Editorial unification */

/* Shared Gutenberg guide rails: FAQ, Care, Packing, Strains. */
html body.higuppy-site-shell :is(.hgf-container,.hgc-container,.hgp-container,.hgs-container) {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell :is(.hgf-hero-grid,.hgc-hero-grid,.hgp-hero-grid,.hgs-hero-grid,.hgf-grid,.hgc-card-grid,.hgp-grid,.hgs-grid,.hgc-split,.hgs-split,.hgf-faq-grid,.hgp-faq-grid,.hgs-faq-grid) > * {
  min-width: 0 !important;
}
html body.higuppy-site-shell :is(.hgf-head,.hgc-section-head,.hgp-head,.hgs-head) {
  width: min(var(--hg-subpage-readable), 100%) !important;
  max-width: var(--hg-subpage-readable) !important;
}
html body.higuppy-site-shell :is(.hgf-hero-image,.hgc-hero-image,.hgc-feature-image,.hgp-hero-image,.hgs-hero-image,.hgs-image) {
  overflow: hidden !important;
  border-radius: var(--hg-subpage-card-radius) !important;
  box-shadow: 0 22px 52px rgba(23,76,63,.13) !important;
}
html body.higuppy-site-shell :is(.hgf-hero-image,.hgc-hero-image,.hgc-feature-image,.hgp-hero-image,.hgs-hero-image,.hgs-image) img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}
html body.higuppy-site-shell :is(.hgf-quick,.hgc-quick-answer,.hgp-quick,.hgs-quick) {
  border-radius: 20px !important;
  border-color: var(--hg-subpage-line) !important;
  background: linear-gradient(135deg, rgba(234,246,255,.92), rgba(255,247,237,.82)) !important;
  box-shadow: var(--hg-subpage-shadow) !important;
}
html body.higuppy-site-shell :is(.hgf-card,.hgc-card,.hgp-card,.hgs-card,.hgf-policy-card,.hgp-resource-card,.hgs-resource-card,.hgf-item,.hgc-faq-item,.hgp-item,.hgs-item) {
  border-radius: var(--hg-subpage-card-radius) !important;
  border-color: var(--hg-subpage-line) !important;
}
html body.higuppy-site-shell :is(.hgf-card,.hgc-card,.hgp-card,.hgs-card,.hgf-policy-card,.hgp-resource-card,.hgs-resource-card) {
  box-shadow: var(--hg-subpage-shadow) !important;
}
html body.higuppy-site-shell :is(.hgf-warm,.hgc-section--warm,.hgp-warm,.hgs-warm) {
  background: var(--hg-subpage-cream) !important;
}
html body.higuppy-site-shell :is(.hgf-cta,.hgc-cta,.hgp-cta,.hgs-cta) {
  border-radius: var(--hg-subpage-card-radius) !important;
}

/* Guide tables stay readable by scrolling inside their own frame, never the document. */
html body.higuppy-site-shell :is(.hgc-table-wrap,.hgp-table,.hgs-table) {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
html body.higuppy-site-shell :is(.hgc-care-table table,.hgp-table table,.hgs-table table) {
  min-width: 720px;
}

/* Acclimation: use the same visual shell, retain narrower long-form sections. */
html body.higuppy-site-shell.page-id-1538 .hg-wrap {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.page-id-1538 .hg-wrap.hg-narrow {
  width: min(var(--hg-subpage-readable), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-readable) !important;
}
html body.higuppy-site-shell.page-id-1538 .hg-hero {
  padding-block: clamp(38px, 4.5vw, 58px) clamp(40px, 5vw, 62px) !important;
}
html body.higuppy-site-shell.page-id-1538 .hg-hero-grid {
  gap: clamp(30px, 4vw, 56px) !important;
}
html body.higuppy-site-shell.page-id-1538 :is(.hg-hero-media,.hg-step-media) {
  border-radius: var(--hg-subpage-card-radius) !important;
  box-shadow: 0 20px 46px rgba(23,76,63,.12) !important;
}
html body.higuppy-site-shell.page-id-1538 :is(.hg-answer,.hg-step,.hg-note,.hg-cta) {
  border-radius: var(--hg-subpage-card-radius) !important;
}

/* Breeding guide: align every hgb shell and remove the fixed 900px hero-image height. */
html body.higuppy-site-shell.page-id-1519 .hgb-shell {
  width: min(var(--hg-subpage-max), calc(100vw - 64px)) !important;
  max-width: var(--hg-subpage-max) !important;
  margin-inline: auto !important;
}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual {
  height: clamp(480px, 44vw, 620px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: var(--hg-subpage-card-radius) !important;
  box-shadow: 0 24px 54px rgba(23,76,63,.14) !important;
}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
html body.higuppy-site-shell.page-id-1519 :is(.hgb-roadmap,.hgb-split,.hgb-specs,.hgb-methods,.hgb-fry-steps,.hgb-mistakes,.hgb-selection,.hgb-guides,.hgb-faq__grid) > * {
  min-width: 0 !important;
}
html body.higuppy-site-shell.page-id-1519 :is(.hgb-note,.hgb-guide-card,.hgb-table-wrap,.hgb-quick__answer,.hgb-cta__inner) {
  border-radius: var(--hg-subpage-card-radius) !important;
}
html body.higuppy-site-shell.page-id-1519 .hgb-table-wrap {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  html body.higuppy-site-shell :is(.hgf-container,.hgc-container,.hgp-container,.hgs-container),
  html body.higuppy-site-shell.page-id-1538 .hg-wrap,
  html body.higuppy-site-shell.page-id-1519 .hgb-shell {
    width: calc(100vw - 48px) !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-wrap.hg-narrow {
    width: min(var(--hg-subpage-readable), calc(100vw - 48px)) !important;
  }
}
@media (max-width: 900px) {
  html body.higuppy-site-shell :is(.hgf-container,.hgc-container,.hgp-container,.hgs-container),
  html body.higuppy-site-shell.page-id-1538 .hg-wrap,
  html body.higuppy-site-shell.page-id-1519 .hgb-shell {
    width: calc(100vw - 40px) !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-wrap.hg-narrow {
    width: min(var(--hg-subpage-readable), calc(100vw - 40px)) !important;
  }
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual img {
    height: 100% !important;
  }
}
@media (max-width: 640px) {
  html body.higuppy-site-shell :is(.hgf-container,.hgc-container,.hgp-container,.hgs-container),
  html body.higuppy-site-shell.page-id-1538 .hg-wrap,
  html body.higuppy-site-shell.page-id-1538 .hg-wrap.hg-narrow,
  html body.higuppy-site-shell.page-id-1519 .hgb-shell {
    width: calc(100vw - 32px) !important;
  }
  html body.higuppy-site-shell :is(.hgf-head,.hgc-section-head,.hgp-head,.hgs-head) {
    width: 100% !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-hero {
    padding-block: 30px 36px !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-actions,
  html body.higuppy-site-shell.page-id-1538 .hg-pills,
  html body.higuppy-site-shell.page-id-1538 .hg-anchor-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-width: 100% !important;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-actions > *,
  html body.higuppy-site-shell.page-id-1538 .hg-pills > *,
  html body.higuppy-site-shell.page-id-1538 .hg-anchor-nav > * {
    flex: 0 0 auto !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-step {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-step-body,
  html body.higuppy-site-shell.page-id-1538 .hg-step-media {
    width: 100% !important;
    max-width: 100% !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-step-body {
    grid-template-columns: 1fr !important;
  }
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }
}

/* Batch 4 visual containment refinements found by geometry review. */
html body.higuppy-site-shell :is(.hgp-table,.hgs-table) {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1100px) {
  html body.higuppy-site-shell.page-id-1538 .hg-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-hero-grid > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  html body.higuppy-site-shell.page-id-1538 .hg-hero-media {
    width: min(680px, 100%) !important;
    max-width: 100% !important;
    justify-self: center !important;
  }
}

/* Guppy Strains & Types — visual redesign v2. */
html body.higuppy-site-shell.page-id-1552 {
  --hgs-v2-max: 1280px;
  --hgs-v2-ink: #14234a;
  --hgs-v2-muted: #6e778d;
  --hgs-v2-green: #14234a;
  --hgs-v2-green-2: #2f57d5;
  --hgs-v2-green-3: #0d1836;
  --hgs-v2-coral: #ff7a4f;
  --hgs-v2-coral-dark: #d9534f;
  --hgs-v2-sand: #fff4df;
  --hgs-v2-sky: #eaf8ff;
  --hgs-v2-line: rgba(20,35,74,.10);
  --hgs-v2-shadow: 0 22px 60px rgba(20,35,74,.10);
  margin: 0 !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content {
  background: #f5f9f7 !important;
  padding-bottom: 48px !important;
}

html body.higuppy-site-shell.page-id-1552 :is(.hgs-hero,.hgs-section,.hgs-page-nav,.higuppy-four-strain-links),
html body.higuppy-site-shell.page-id-1552 :is(.hgs-hero,.hgs-section,.hgs-page-nav,.higuppy-four-strain-links) * {
  box-sizing: border-box;
}

html body.higuppy-site-shell.page-id-1552 .hgs-container {
  width: min(var(--hgs-v2-max), calc(100vw - 64px)) !important;
  max-width: var(--hgs-v2-max) !important;
  margin-inline: auto !important;
}

/* HERO: a contained dark editorial panel, not the old full-width white strip. */
html body.higuppy-site-shell.page-id-1552 .hgs-hero {
  padding: 24px 0 14px !important;
  background: #f5f9f7 !important;
  overflow: visible !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero > .hgs-container {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 54px) !important;
  border-radius: 36px !important;
  background:
    radial-gradient(circle at 94% 8%, rgba(238,126,88,.20), transparent 31%),
    radial-gradient(circle at 64% 96%, rgba(65,174,145,.20), transparent 34%),
    linear-gradient(135deg, #10382f 0%, #174b3d 56%, #1d6857 100%) !important;
  box-shadow: 0 28px 74px rgba(16,56,47,.20) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero > .hgs-container::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -210px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 92px rgba(255,255,255,.02);
  pointer-events: none;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr) !important;
  gap: clamp(36px,4.6vw,66px) !important;
  align-items: center !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero-grid > .wp-block-column {
  width: auto !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  position: relative;
  z-index: 1;
}

html body.higuppy-site-shell.page-id-1552 .hgs-eyebrow {
  width: fit-content;
  margin-bottom: 14px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffc2ad !important;
  -webkit-text-fill-color: #ffc2ad !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: .14em !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-title {
  max-width: 720px !important;
  margin: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(44px,4.35vw,62px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.047em !important;
  text-wrap: balance;
}

html body.higuppy-site-shell.page-id-1552 .hgs-lead {
  max-width: 62ch !important;
  margin-top: 18px !important;
  color: rgba(255,255,255,.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,.80) !important;
  font-size: 17px !important;
  line-height: 1.66 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-quick {
  margin-top: 21px !important;
  padding: 17px 18px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.085) !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}

html body.higuppy-site-shell.page-id-1552 .hgs-quick,
html body.higuppy-site-shell.page-id-1552 .hgs-quick * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-quick p {
  font-size: 14.5px !important;
  line-height: 1.62 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero-image {
  position: relative;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 28px !important;
  background: #0d3028 !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.24) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero-image::before {
  content: "Live guppy strain reference";
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(10,42,35,.72);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
}

html body.higuppy-site-shell.page-id-1552 .hgs-hero-image img {
  display: block !important;
  width: 100% !important;
  height: clamp(390px,34vw,490px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 27px !important;
  box-shadow: none !important;
  filter: saturate(1.02) contrast(1.02);
}

html body.higuppy-site-shell.page-id-1552 .hgs-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button {
  margin: 0 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link {
  min-height: 48px !important;
  padding: 12px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-primary .wp-block-button__link {
  background: linear-gradient(135deg,var(--hgs-v2-coral),var(--hgs-v2-coral-dark)) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 12px 28px rgba(185,64,34,.27) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-secondary .wp-block-button__link {
  background: linear-gradient(135deg,#0d3128,#165746) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 12px 28px rgba(0,0,0,.12) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.04);
}

/* New in-page navigation creates an obvious structural break below the hero. */
html body.higuppy-site-shell.page-id-1552 .hgs-page-nav {
  width: min(1120px, calc(100vw - 80px));
  margin: -2px auto 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  border: 1px solid var(--hgs-v2-line);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 38px rgba(25,76,61,.08);
  -webkit-overflow-scrolling: touch;
}

html body.higuppy-site-shell.page-id-1552 .hgs-page-nav__label {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: var(--hgs-v2-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

html body.higuppy-site-shell.page-id-1552 .hgs-page-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
  background: #eef7f3;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-page-nav a:hover {
  background: #dff1ea;
}

/* CONTENT: replace long full-width stripes with distinct content islands. */
html body.higuppy-site-shell.page-id-1552 .hgs-section {
  padding: 10px 0 !important;
  background: #f5f9f7 !important;
  overflow: visible !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-section > .hgs-container {
  padding: clamp(32px,3.4vw,46px) !important;
  border: 1px solid var(--hgs-v2-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(25,76,61,.055);
}

html body.higuppy-site-shell.page-id-1552 .hgs-head {
  width: min(800px,100%) !important;
  max-width: 800px !important;
  margin: 0 0 24px !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-kicker {
  width: fit-content;
  margin-bottom: 11px !important;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff0e9;
  color: var(--hgs-v2-coral-dark) !important;
  -webkit-text-fill-color: var(--hgs-v2-coral-dark) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  letter-spacing: .12em !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-h2,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-h2 {
  margin: 0 !important;
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  font-size: clamp(31px,3.25vw,44px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.038em !important;
  text-wrap: balance;
  scroll-margin-top: 110px;
}

html body.higuppy-site-shell.page-id-1552 .hgs-intro {
  max-width: 68ch !important;
  margin-top: 10px !important;
  color: var(--hgs-v2-muted) !important;
  -webkit-text-fill-color: var(--hgs-v2-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.68 !important;
}

/* Decoder table gets an editorial banded frame. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(2) > .hgs-container {
  background: linear-gradient(145deg,#fff 0%,#fbfdfc 100%);
}

html body.higuppy-site-shell.page-id-1552 .hgs-table {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid var(--hgs-v2-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
  -webkit-overflow-scrolling: touch;
}

html body.higuppy-site-shell.page-id-1552 .hgs-table table {
  width: 100% !important;
  min-width: 720px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-table :is(th,td) {
  padding: 14px 16px !important;
  border-color: var(--hgs-v2-line) !important;
  color: var(--hgs-v2-muted) !important;
  -webkit-text-fill-color: var(--hgs-v2-muted) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-table th {
  background: var(--hgs-v2-green) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
}

html body.higuppy-site-shell.page-id-1552 .hgs-table tbody tr:nth-child(odd) td {
  background: #f8fbf9 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-table td:first-child {
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  font-weight: 800 !important;
}

/* Trait cards: strong numbered tiles instead of generic bordered cards. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) > .hgs-container {
  background: linear-gradient(145deg,#fff7ef 0%,#fff1e5 100%);
  border-color: rgba(223,95,61,.14);
}

html body.higuppy-site-shell.page-id-1552 .hgs-grid {
  gap: 16px !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 22px !important;
  border: 1px solid var(--hgs-v2-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(25,76,61,.06) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--hgs-v2-coral),#f2a081);
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid > .wp-block-column:nth-child(1) .hgs-card::after { content: "01"; }
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid > .wp-block-column:nth-child(2) .hgs-card::after { content: "02"; }
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid > .wp-block-column:nth-child(3) .hgs-card::after { content: "03"; }
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid > .wp-block-column:nth-child(4) .hgs-card::after { content: "04"; }
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-card::after {
  position: absolute;
  right: 16px;
  top: 12px;
  color: rgba(23,75,61,.13);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

html body.higuppy-site-shell.page-id-1552 .hgs-card h3 {
  margin: 0 0 8px !important;
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-card :is(p,li) {
  color: var(--hgs-v2-muted) !important;
  -webkit-text-fill-color: var(--hgs-v2-muted) !important;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
}

/* SHOP: dark merchandise island makes the active-listing section unmistakable. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) > .hgs-container {
  background:
    radial-gradient(circle at 90% 10%,rgba(223,95,61,.16),transparent 28%),
    linear-gradient(135deg,#12392f 0%,#185342 100%);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 26px 60px rgba(18,57,47,.16);
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) :is(.hgs-kicker,.hgs-h2,.hgs-intro) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .entry-content > div.hgs-section:nth-of-type(4) .hgs-h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-kicker {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffc2ad !important;
  -webkit-text-fill-color: #ffc2ad !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-intro {
  color: rgba(255,255,255,.74) !important;
  -webkit-text-fill-color: rgba(255,255,255,.74) !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 14px !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-grid + .hgs-grid {
  margin-top: 14px !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card {
  position: relative;
  min-height: 150px;
  padding: 20px 20px 48px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card::before {
  content: "Available path";
  position: absolute;
  left: 20px;
  bottom: 17px;
  color: #6c8078;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card::after {
  content: "↗";
  position: absolute;
  right: 17px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf5f1;
  color: var(--hgs-v2-green-2);
  font-size: 15px;
  font-weight: 900;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.16) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card h3 {
  margin-bottom: 8px !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card h3 a {
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
  text-decoration: none !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-resource-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* VARIATION: image-first split on desktop with a cool-toned island. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) > .hgs-container {
  background: linear-gradient(145deg,#edf8f5 0%,#e7f4f0 100%);
}

html body.higuppy-site-shell.page-id-1552 .hgs-split {
  display: grid !important;
  grid-template-columns: minmax(390px,.96fr) minmax(0,1.04fr) !important;
  gap: clamp(30px,4vw,52px) !important;
  align-items: center !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-split > .wp-block-column {
  width: auto !important;
  min-width: 0 !important;
  flex-basis: auto !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) .hgs-split > .wp-block-column:first-child { order: 2; }
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) .hgs-split > .wp-block-column:last-child { order: 1; }

html body.higuppy-site-shell.page-id-1552 .hgs-image {
  overflow: hidden !important;
  margin: 0 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(18,55,43,.08) !important;
  background: #dfeee9;
  box-shadow: 0 20px 48px rgba(25,76,61,.12) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-image img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 23px !important;
  box-shadow: none !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-note {
  padding: 18px !important;
  border: 1px solid rgba(223,95,61,.18) !important;
  border-radius: 17px !important;
  background: #fff7f1 !important;
}

/* Choice + care grids use softer large cards, not the old repeated strip. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(6) > .hgs-container,
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(8) > .hgs-container {
  background: #fff;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(6) .hgs-grid,
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(8) .hgs-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}

html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(8) .hgs-grid {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

/* FAQ is a warm editorial block. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(9) > .hgs-container {
  background: linear-gradient(145deg,#fff6ef 0%,#fff1e7 100%);
  border-color: rgba(223,95,61,.14);
}

html body.higuppy-site-shell.page-id-1552 .hgs-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 12px !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-item {
  overflow: hidden;
  border: 1px solid rgba(18,55,43,.10) !important;
  border-radius: 17px !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: none !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-item summary {
  padding: 16px 50px 16px 18px !important;
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-item p {
  padding: 0 18px 16px !important;
  color: var(--hgs-v2-muted) !important;
  -webkit-text-fill-color: var(--hgs-v2-muted) !important;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
}

/* Final CTA becomes a full visual finale. */
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(10) > .hgs-container {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(30px,4vw,48px) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 86% 18%,rgba(255,184,156,.20),transparent 27%),
    linear-gradient(135deg,#b94022 0%,#d95b39 54%,#e77755 100%) !important;
  box-shadow: 0 24px 58px rgba(185,64,34,.20) !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.045), 0 0 0 74px rgba(255,255,255,.03);
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta :is(h2,p) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta h2,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-cta h2 {
  margin: 0 !important;
  font-size: clamp(31px,3.3vw,44px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta p {
  margin: 11px 0 0 !important;
  color: rgba(255,255,255,.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,.85) !important;
  font-size: 15.5px !important;
  line-height: 1.62 !important;
}

html body.higuppy-site-shell.page-id-1552 .hgs-cta .hgs-secondary .wp-block-button__link {
  background: linear-gradient(135deg,var(--hgs-v2-green-3),var(--hgs-v2-green)) !important;
}

/* Appended active-strain SEO links are brought into the same card system. */
html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links {
  width: min(var(--hgs-v2-max), calc(100vw - 64px)) !important;
  margin: 10px auto 0 !important;
  padding: 30px !important;
  border: 1px solid var(--hgs-v2-line);
  border-radius: 26px;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(25,76,61,.055);
}

html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links h2 {
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
}

@media (max-width: 1100px) {
  html body.higuppy-site-shell.page-id-1552 .hgs-container,
  html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links {
    width: calc(100vw - 48px) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-grid {
    grid-template-columns: minmax(0,1fr) minmax(360px,.86fr) !important;
    gap: 34px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid,
  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(8) .hgs-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 900px) {
  html body.higuppy-site-shell.page-id-1552 .hgs-container,
  html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links {
    width: calc(100vw - 40px) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-grid,
  html body.higuppy-site-shell.page-id-1552 .hgs-split {
    grid-template-columns: minmax(0,1fr) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-image img {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) .hgs-split > .wp-block-column:first-child,
  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) .hgs-split > .wp-block-column:last-child {
    order: initial;
  }

  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 781px) {
  html body.higuppy-site-shell.page-id-1552 .hgs-table,
  html body.higuppy-site-shell.page-id-1552 .hgs-table table {
    display: block !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table table {
    display: table !important;
    width: 660px !important;
    min-width: 660px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table thead {
    display: table-header-group !important;
    width: auto !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table tbody {
    display: table-row-group !important;
    width: auto !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table tr {
    display: table-row !important;
    width: auto !important;
    border: 0 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table :is(th,td) {
    display: table-cell !important;
    width: auto !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table td:first-child {
    background: inherit !important;
    color: var(--hgs-v2-ink) !important;
    -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table tbody tr:nth-child(odd) td,
  html body.higuppy-site-shell.page-id-1552 .hgs-table tbody tr:nth-child(odd) td:first-child {
    background: #f8fbf9 !important;
  }
}

@media (max-width: 640px) {
  html body.higuppy-site-shell.page-id-1552 .entry-content {
    padding-bottom: 24px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-container,
  html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links {
    width: calc(100vw - 24px) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero {
    padding: 12px 0 8px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero > .hgs-container {
    padding: 22px 18px 16px !important;
    border-radius: 26px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-title {
    font-size: clamp(35px,10vw,42px) !important;
    line-height: 1.03 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-lead {
    margin-top: 14px !important;
    font-size: 15.5px !important;
    line-height: 1.58 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-quick {
    padding: 14px 14px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-quick p {
    font-size: 13.5px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-actions {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 8px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button,
  html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link {
    width: 100% !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link {
    min-height: 48px !important;
    padding: 10px 8px !important;
    font-size: 12.5px !important;
    white-space: normal !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-image {
    border-radius: 21px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-image img {
    border-radius: 20px !important;
    aspect-ratio: 16 / 9 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-hero-image::before {
    left: 10px;
    bottom: 10px;
    padding: 6px 9px;
    font-size: 10px;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-page-nav {
    width: calc(100vw - 24px);
    margin: 0 auto 8px;
    padding: 8px;
    border-radius: 15px;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-page-nav__label {
    display: none;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-section {
    padding: 6px 0 !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-section > .hgs-container {
    padding: 24px 18px !important;
    border-radius: 22px;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-head {
    margin-bottom: 18px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-h2,
  body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-h2 {
    font-size: clamp(28px,8.5vw,34px) !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-intro {
    font-size: 14.5px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(3) .hgs-grid,
  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) .hgs-grid,
  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(6) .hgs-grid,
  html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(8) .hgs-grid,
  html body.higuppy-site-shell.page-id-1552 .hgs-faq-grid {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 10px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-grid + .hgs-grid {
    margin-top: 10px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-card,
  html body.higuppy-site-shell.page-id-1552 .hgs-resource-card {
    padding: 18px !important;
    border-radius: 16px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-resource-card {
    min-height: 0;
    padding-bottom: 46px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-table table {
    width: 660px !important;
    min-width: 660px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-image {
    border-radius: 18px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-image img {
    border-radius: 17px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .hgs-cta {
    padding: 26px 18px !important;
    border-radius: 22px !important;
  }

  html body.higuppy-site-shell.page-id-1552 .higuppy-four-strain-links {
    padding: 22px 18px !important;
    border-radius: 20px;
  }
}

/* Guppy Strains v2 — typography-contract compatibility.
 * The global type contract intentionally carries three impossible IDs for
 * specificity. Mirror that contract here so the page's dark/editorial
 * surfaces keep their intended foreground colors instead of inheriting ink.
 */
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-hero :is(.hgs-title,.hgs-quick,.hgs-quick p,.hgs-quick strong),
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-hero .hgs-actions .wp-block-button__link,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-cta :is(h2,p),
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-cta .hgs-actions .wp-block-button__link {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-hero .hgs-lead,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-cta p {
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-hero .hgs-eyebrow {
  color: #ffc2ad !important;
  -webkit-text-fill-color: #ffc2ad !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section .hgs-h2,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section .hgs-card h3,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section .hgs-item summary,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section .hgs-table td:first-child {
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section :is(.hgs-intro,.hgs-card p,.hgs-card li,.hgs-item p,.hgs-table td) {
  color: var(--hgs-v2-muted) !important;
  -webkit-text-fill-color: var(--hgs-v2-muted) !important;
}

body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-section .hgs-kicker {
  color: var(--hgs-v2-coral-dark) !important;
  -webkit-text-fill-color: var(--hgs-v2-coral-dark) !important;
}

/* Dark shopping-path island keeps its headings and intro light. */
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .entry-content > div.hgs-section:nth-of-type(4) :is(.hgs-h2,.hgs-kicker) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .entry-content > div.hgs-section:nth-of-type(4) .hgs-intro {
  color: rgba(255,255,255,.74) !important;
  -webkit-text-fill-color: rgba(255,255,255,.74) !important;
}

/* Links must beat the global anchor-ink contract as well. */
body.higuppy-site-shell.page-id-1552 .hgs-page-nav a:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary),
body.higuppy-site-shell.page-id-1552 .hgs-resource-card h3 a:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary) {
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
}
body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary),
body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary):hover,
body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary):focus,
body.higuppy-site-shell.page-id-1552 .hgs-actions .wp-block-button__link:not(.hg-btn-primary):not(.hg-btn-secondary):not(.hg-wow-btn--primary):visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-page-nav a,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-resource-card h3 a {
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
}

/* Final hub integration: keep active strain links inside the closing section
 * instead of rendering a detached SEO box after the page content. */
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains {
  margin-top: 16px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(18,55,43,.10);
  border-radius: 20px;
  background: linear-gradient(135deg,#edf8f4 0%,#f8fbf9 58%,#fff5ef 100%);
  box-shadow: 0 12px 30px rgba(25,76,61,.055);
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__copy { min-width: 0; }
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--hgs-v2-coral-dark) !important;
  -webkit-text-fill-color: var(--hgs-v2-coral-dark) !important;
  font-size: 10px !important;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__title {
  margin: 0 !important;
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: -.015em !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__links {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__link {
  min-width: 0;
  min-height: 56px;
  padding: 11px 12px 11px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(18,55,43,.10);
  border-radius: 15px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 16px rgba(25,76,61,.04);
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
  font-size: 13.5px !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__link:hover {
  transform: translateY(-2px);
  border-color: rgba(27,143,120,.28);
  box-shadow: 0 10px 24px rgba(25,76,61,.09);
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__arrow {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0e9;
  color: var(--hgs-v2-coral-dark) !important;
  -webkit-text-fill-color: var(--hgs-v2-coral-dark) !important;
  font-size: 13px !important;
  font-weight: 900;
}
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-featured-strains__title {
  color: var(--hgs-v2-ink) !important;
  -webkit-text-fill-color: var(--hgs-v2-ink) !important;
}
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-featured-strains__eyebrow,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-featured-strains__arrow {
  color: var(--hgs-v2-coral-dark) !important;
  -webkit-text-fill-color: var(--hgs-v2-coral-dark) !important;
}
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-featured-strains__link {
  color: var(--hgs-v2-green) !important;
  -webkit-text-fill-color: var(--hgs-v2-green) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains + .hgs-updated { margin-top: 13px !important; }
@media (max-width: 760px) {
  html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }
  html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__links { grid-template-columns: 1fr; }
  html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__link { min-height: 52px; }
}


/* Batch 6 — canonical theme alignment for shared subpages and Guppy Strains. */
html body.higuppy-site-shell.page-id-1552 :is(.entry-content,.hgs-hero,.hgs-section) {
  background: #f7fbff !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-hero > .hgs-container {
  background:
    radial-gradient(circle at 94% 8%, rgba(255,122,79,.20), transparent 31%),
    radial-gradient(circle at 64% 96%, rgba(115,221,234,.18), transparent 34%),
    linear-gradient(135deg,#0d1836 0%,#14234a 56%,#2f57d5 100%) !important;
  box-shadow: 0 28px 74px rgba(20,35,74,.24) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-hero-image {
  background: #0d1836 !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-hero-image::before {
  background: rgba(20,35,74,.76) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-secondary .wp-block-button__link {
  background: linear-gradient(135deg,#14234a,#2f57d5) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-page-nav {
  border-color: #dde6f1 !important;
  box-shadow: 0 14px 38px rgba(20,35,74,.08) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-page-nav a,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-page-nav a {
  background: #eaf8ff !important;
  color: #2f57d5 !important;
  -webkit-text-fill-color: #2f57d5 !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-page-nav a:hover {
  background: #d9f4fb !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-section > .hgs-container {
  border-color: #dde6f1 !important;
  box-shadow: 0 14px 40px rgba(20,35,74,.055) !important;
}
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(4) > .hgs-container {
  background:
    radial-gradient(circle at 90% 10%,rgba(255,122,79,.16),transparent 28%),
    linear-gradient(135deg,#14234a 0%,#2f57d5 100%) !important;
  box-shadow: 0 26px 60px rgba(20,35,74,.18) !important;
}
html body.higuppy-site-shell.page-id-1552 .entry-content > div.hgs-section:nth-of-type(5) > .hgs-container {
  background: linear-gradient(145deg,#eaf8ff 0%,#f5fcff 100%) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-image {
  background: #dff6fb !important;
  box-shadow: 0 20px 48px rgba(20,35,74,.10) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-resource-card::after {
  background: #eaf8ff !important;
  color: #2f57d5 !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains {
  background: linear-gradient(135deg,#eaf8ff 0%,#f8fbff 58%,#fff4df 100%) !important;
  border-color: #dde6f1 !important;
  box-shadow: 0 12px 30px rgba(20,35,74,.055) !important;
}
html body.higuppy-site-shell.page-id-1552 .hgs-featured-strains__link,
body.higuppy-site-shell.page-id-1552:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgs-featured-strains__link {
  color: #2f57d5 !important;
  -webkit-text-fill-color: #2f57d5 !important;
  border-color: #dde6f1 !important;
}


/* Guppy Breeding Guide v3 — compact canonical HiGuppy redesign. */
html body.higuppy-site-shell.page-id-1519 {
  --hgb-ink:#14234a;
  --hgb-muted:#6e778d;
  --hgb-teal:#2f57d5;
  --hgb-deep:#14234a;
  --hgb-aqua:#eaf8ff;
  --hgb-sky:#eaf8ff;
  --hgb-coral:#ff7a4f;
  --hgb-gold:#f6c95d;
  --hgb-cream:#fff4df;
  --hgb-line:#dde6f1;
  --hgb-shadow:0 18px 44px rgba(20,35,74,.10);
  background:#f7fbff !important;
}
html body.higuppy-site-shell.page-id-1519 .hg-breeding-v2 {background:#f7fbff!important;overflow:visible!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-shell{width:min(1280px,calc(100vw - 64px))!important;max-width:1280px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-eyebrow{margin-bottom:9px!important;color:var(--hgb-coral)!important;font-size:12px!important;letter-spacing:.12em!important;}
html body.higuppy-site-shell.page-id-1519 :is(.hgb-quick h2,.hgb-section-head h2,.hgb-split h2,.hgb-cta h2,.hgb-faq h2){font-size:clamp(31px,3.2vw,44px)!important;line-height:1.07!important;letter-spacing:-.035em!important;color:var(--hgb-ink)!important;}

/* Hero */
html body.higuppy-site-shell.page-id-1519 .hgb-hero{padding:22px 0 10px!important;background:#f7fbff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__grid{min-height:0!important;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr)!important;gap:clamp(30px,4vw,54px)!important;padding:clamp(34px,4vw,50px)!important;border:0!important;border-radius:34px!important;background:radial-gradient(circle at 92% 8%,rgba(255,122,79,.18),transparent 29%),radial-gradient(circle at 62% 98%,rgba(115,221,234,.14),transparent 30%),linear-gradient(135deg,#0d1836 0%,#14234a 58%,#2f57d5 100%)!important;box-shadow:0 28px 72px rgba(20,35,74,.20)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-breadcrumbs{margin-bottom:15px!important;color:rgba(255,255,255,.68)!important;font-size:14px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-breadcrumbs a{color:#73ddea!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero .hgb-eyebrow{color:#ffb29a!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero h1{max-width:680px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(44px,4.5vw,64px)!important;line-height:1.01!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__lead{max-width:62ch!important;margin-top:16px!important;color:rgba(255,255,255,.80)!important;font-size:16px!important;line-height:1.62!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-actions{gap:9px!important;margin-top:18px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-btn{min-height:46px!important;padding:0 17px!important;font-size:14px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-btn--primary{background:var(--hgb-coral)!important;box-shadow:0 12px 26px rgba(255,122,79,.22)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-btn--secondary{color:#fff!important;border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.08)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-trust{gap:7px!important;margin-top:16px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-trust li{padding:6px 9px!important;border-color:rgba(115,221,234,.22)!important;color:rgba(255,255,255,.80)!important;background:rgba(255,255,255,.06)!important;font-size:13px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual{height:auto!important;aspect-ratio:16/11!important;overflow:visible!important;border-radius:24px!important;box-shadow:none!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual:before{inset:-8px 12px 12px -8px!important;border-radius:25px!important;background:linear-gradient(145deg,rgba(115,221,234,.24),rgba(255,122,79,.14))!important;transform:rotate(-2deg)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual img{height:100%!important;aspect-ratio:auto!important;border-radius:23px!important;object-fit:cover!important;box-shadow:0 20px 48px rgba(0,0,0,.20)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual figcaption{right:10px!important;bottom:10px!important;left:10px!important;padding:11px 13px!important;border-radius:14px!important;background:rgba(13,24,54,.80)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual figcaption strong{font-size:14px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual figcaption span{font-size:13px!important;line-height:1.35!important;}

/* Quick + jump navigation */
html body.higuppy-site-shell.page-id-1519 .hgb-quick{padding:8px 0!important;background:#f7fbff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-quick__inner{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:30px!important;padding:30px 34px!important;border-color:var(--hgb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 32px rgba(20,35,74,.055)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-quick__answer{margin-top:12px!important;color:var(--hgb-muted)!important;font-size:15px!important;line-height:1.6!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-checklist{gap:8px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-checklist li{padding:12px 14px 12px 42px!important;border-color:var(--hgb-line)!important;border-radius:13px!important;color:#43506d!important;font-size:14px!important;line-height:1.4!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-checklist li:before{left:13px!important;top:12px!important;width:19px!important;height:19px!important;background:var(--hgb-teal)!important;font-size:12px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-jump{padding:4px 0 8px!important;background:#f7fbff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-jump__inner{gap:7px!important;padding:8px!important;border-color:var(--hgb-line)!important;border-radius:15px!important;box-shadow:0 8px 22px rgba(20,35,74,.05)!important;overflow-x:auto!important;flex-wrap:nowrap!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-jump a{flex:0 0 auto!important;padding:8px 11px!important;color:#2f57d5!important;background:#eaf8ff!important;font-size:13px!important;}

/* Content islands */
html body.higuppy-site-shell.page-id-1519 .hgb-section{padding:8px 0!important;background:#f7fbff!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-section>.hgb-shell{padding:clamp(30px,3vw,42px)!important;border:1px solid var(--hgb-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 12px 34px rgba(20,35,74,.055)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-section--soft>.hgb-shell{background:linear-gradient(145deg,#eefaff 0%,#f8fcff 100%)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-section--cream>.hgb-shell{background:linear-gradient(145deg,#fff8ec 0%,#fff4df 100%)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-section-head{align-items:start!important;margin-bottom:22px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-section-head>p{max-width:62ch!important;color:var(--hgb-muted)!important;font-size:15px!important;line-height:1.6!important;}

html body.higuppy-site-shell.page-id-1519 .hgb-roadmap{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-roadmap article{min-height:180px!important;padding:19px!important;border-color:var(--hgb-line)!important;border-radius:17px!important;box-shadow:none!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-roadmap__num{width:34px!important;height:34px!important;border-radius:10px!important;background:#2f57d5!important;font-size:13px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-roadmap h3{margin:14px 0 7px!important;font-size:18px!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-roadmap p{font-size:14px!important;line-height:1.5!important;color:var(--hgb-muted)!important;}

html body.higuppy-site-shell.page-id-1519 .hgb-split{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)!important;gap:34px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-split--reverse{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-split__media img{aspect-ratio:16/11!important;border-radius:20px!important;box-shadow:0 16px 38px rgba(20,35,74,.10)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-split__media figcaption{font-size:13px!important;line-height:1.4!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-split__copy>p:not(.hgb-eyebrow){margin:13px 0!important;color:var(--hgb-muted)!important;font-size:15px!important;line-height:1.62!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-specs{gap:9px!important;margin-top:16px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-specs div{padding:13px 14px!important;border-color:var(--hgb-line)!important;border-radius:14px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-specs strong{margin-bottom:4px!important;font-size:15px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-specs span{font-size:13px!important;line-height:1.4!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-note{margin-top:15px!important;padding:13px 15px!important;border-radius:12px!important;background:#fff1eb!important;font-size:14px!important;line-height:1.5!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-table-wrap{border-color:var(--hgb-line)!important;border-radius:16px!important;box-shadow:none!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-table th,html body.higuppy-site-shell.page-id-1519 .hgb-table td{padding:13px 14px!important;font-size:14px!important;line-height:1.45!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-table th{background:#14234a!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-table td:first-child{color:#2f57d5!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-signs{gap:9px!important;margin-top:17px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-signs div{grid-template-columns:34px 1fr!important;gap:11px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-signs b{width:34px!important;height:34px!important;color:#2f57d5!important;background:#eaf8ff!important;font-size:13px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-signs span{font-size:14px!important;line-height:1.45!important;}

html body.higuppy-site-shell.page-id-1519 .hgb-methods{gap:12px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-methods article{padding:20px!important;border-color:var(--hgb-line)!important;border-radius:17px!important;box-shadow:none!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-methods__tag{padding:5px 8px!important;color:#2f57d5!important;background:#eaf8ff!important;font-size:11px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-methods h3{margin:13px 0 7px!important;font-size:18px!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-methods :is(p,ul){font-size:14px!important;line-height:1.5!important;}

/* Dark fry island */
html body.higuppy-site-shell.page-id-1519 .hgb-fry{background:#f7fbff!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry>.hgb-shell{background:radial-gradient(circle at 90% 5%,rgba(115,221,234,.16),transparent 30%),linear-gradient(135deg,#0d1836,#14234a 62%,#2f57d5)!important;border-color:rgba(255,255,255,.09)!important;box-shadow:0 20px 48px rgba(20,35,74,.16)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry :is(h2,h3){color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry .hgb-eyebrow{color:#ffb29a!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry .hgb-section-head>p{color:rgba(255,255,255,.74)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry-steps{gap:10px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry-steps article{padding:18px!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry-steps span{color:#73ddea!important;font-size:11px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry-steps h3{margin:9px 0 6px!important;font-size:17px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-fry-steps p{font-size:13px!important;line-height:1.45!important;}

html body.higuppy-site-shell.page-id-1519 .hgb-mistakes{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-mistakes article{padding:18px!important;border-color:var(--hgb-line)!important;border-radius:16px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-mistakes h3{font-size:17px!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-mistakes p{font-size:13.5px!important;line-height:1.48!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-selection{gap:9px!important;margin-top:16px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-selection div{padding:16px!important;border-color:var(--hgb-line)!important;border-radius:15px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-selection strong{font-size:16px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-selection span{font-size:13.5px!important;line-height:1.45!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guides{gap:10px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guide-card{min-height:185px!important;padding:18px!important;border-color:var(--hgb-line)!important;border-radius:16px!important;box-shadow:none!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guide-card small{color:#ff7a4f!important;font-size:11px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guide-card strong{margin:11px 0 7px!important;font-size:18px!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guide-card span{font-size:13.5px!important;line-height:1.45!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-guide-card i{padding-top:12px!important;color:#2f57d5!important;font-size:13px!important;}

/* CTA + FAQ */
html body.higuppy-site-shell.page-id-1519 .hgb-cta{padding:8px 0!important;background:#f7fbff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-cta__inner{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;gap:28px!important;padding:34px 38px!important;border-radius:26px!important;background:radial-gradient(circle at 90% 0,rgba(255,122,79,.16),transparent 32%),linear-gradient(135deg,#14234a,#2f57d5)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-cta h2{color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-cta .hgb-eyebrow{color:#ffb29a!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-cta p:not(.hgb-eyebrow){margin-top:10px!important;color:rgba(255,255,255,.76)!important;font-size:14px!important;line-height:1.5!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-btn--light{color:#14234a!important;background:#fff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-btn--outline-light{color:#fff!important;border-color:rgba(255,255,255,.28)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq{padding:8px 0 36px!important;background:#f7fbff!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq__grid{grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr)!important;gap:34px!important;padding:32px 36px!important;border:1px solid var(--hgb-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 12px 34px rgba(20,35,74,.055)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq__grid>div:first-child>p:not(.hgb-eyebrow){font-size:14px!important;line-height:1.5!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq__items{border-top:0!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq details{margin-bottom:8px!important;border:1px solid var(--hgb-line)!important;border-radius:13px!important;background:#f9fbff!important;overflow:hidden!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq summary{padding:13px 45px 13px 14px!important;font-size:15px!important;color:var(--hgb-ink)!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq summary:after{right:10px!important;top:10px!important;width:27px!important;height:27px!important;color:#2f57d5!important;background:#eaf8ff!important;font-size:17px!important;}
html body.higuppy-site-shell.page-id-1519 .hgb-faq details p{padding:0 14px 14px!important;font-size:14px!important;line-height:1.5!important;}

@media(max-width:1024px){
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__grid{grid-template-columns:minmax(0,1fr) minmax(330px,.78fr)!important;padding:34px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-roadmap{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-split,html body.higuppy-site-shell.page-id-1519 .hgb-split--reverse{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr)!important;gap:28px!important;}
}
@media(max-width:780px){
  html body.higuppy-site-shell.page-id-1519 .hgb-shell{width:calc(100vw - 32px)!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-hero{padding:12px 0 6px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__grid{grid-template-columns:1fr!important;padding:24px 18px 18px!important;border-radius:24px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-hero h1{font-size:clamp(36px,10vw,44px)!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-btn{width:100%!important;min-height:44px!important;padding:0 10px!important;font-size:12.5px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-hero__visual{margin-top:8px!important;aspect-ratio:16/9!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-quick__inner,html body.higuppy-site-shell.page-id-1519 .hgb-split,html body.higuppy-site-shell.page-id-1519 .hgb-split--reverse,html body.higuppy-site-shell.page-id-1519 .hgb-cta__inner,html body.higuppy-site-shell.page-id-1519 .hgb-faq__grid{grid-template-columns:1fr!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-quick__inner{padding:22px 18px!important;gap:18px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-section>.hgb-shell{padding:24px 18px!important;border-radius:21px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-section-head{display:block!important;margin-bottom:17px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-section-head>p{margin-top:9px!important;}
  html body.higuppy-site-shell.page-id-1519 :is(.hgb-roadmap,.hgb-methods,.hgb-fry-steps,.hgb-mistakes,.hgb-guides){display:grid!important;grid-auto-flow:column!important;grid-template-columns:none!important;grid-auto-columns:minmax(250px,82%)!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 8px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;}
  html body.higuppy-site-shell.page-id-1519 :is(.hgb-roadmap,.hgb-methods,.hgb-fry-steps,.hgb-mistakes,.hgb-guides)>*{scroll-snap-align:start!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-roadmap article{min-height:175px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-split__media{order:-1!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-split__media img{aspect-ratio:16/9!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-selection{grid-template-columns:1fr!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-cta__inner{padding:26px 20px!important;gap:18px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-cta .hgb-actions{justify-content:stretch!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-faq__grid{padding:24px 18px!important;gap:18px!important;border-radius:21px!important;}
}
@media(max-width:520px){
  html body.higuppy-site-shell.page-id-1519 .hgb-trust{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-trust li{flex:0 0 auto!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-specs{grid-template-columns:1fr 1fr!important;}
  html body.higuppy-site-shell.page-id-1519 .hgb-jump__inner{display:flex!important;grid-template-columns:none!important;}
}

/* Breeding v3 bug fixes: Gutenberg empty paragraphs must not consume a grid cell,
 * and legacy image height attributes must not override the responsive aspect. */
html body.higuppy-site-shell.page-id-1519 .hgb-split__media img {
  height: auto !important;
  max-height: none !important;
}
html body.higuppy-site-shell.page-id-1519 .hgb-signs > div > p:empty {
  display: none !important;
}
html body.higuppy-site-shell.page-id-1519 .hgb-signs > div > p:not(:empty) {
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* Guppy Breeding v3 — root token + typography contract compatibility. */
html body.higuppy-site-shell.page-id-1519 .hg-breeding-v2 {
  --hgb-ink:#14234a;
  --hgb-muted:#6e778d;
  --hgb-teal:#2f57d5;
  --hgb-deep:#14234a;
  --hgb-aqua:#eaf8ff;
  --hgb-sky:#eaf8ff;
  --hgb-coral:#ff7a4f;
  --hgb-gold:#f6c95d;
  --hgb-cream:#fff4df;
  --hgb-line:#dde6f1;
  --hgb-shadow:0 18px 44px rgba(20,35,74,.10);
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero h1 {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero .hgb-hero__lead {
  color:rgba(255,255,255,.80)!important;
  -webkit-text-fill-color:rgba(255,255,255,.80)!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero .hgb-eyebrow,
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-cta .hgb-eyebrow {
  color:#ffb29a!important;
  -webkit-text-fill-color:#ffb29a!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero .hgb-trust li {
  color:rgba(255,255,255,.80)!important;
  -webkit-text-fill-color:rgba(255,255,255,.80)!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero .hgb-btn--primary,
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-hero .hgb-btn--secondary,
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-cta .hgb-btn--outline-light {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-fry :is(h2,h3) {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-fry .hgb-section-head > p,
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-fry .hgb-fry-steps p {
  color:rgba(255,255,255,.74)!important;
  -webkit-text-fill-color:rgba(255,255,255,.74)!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-cta h2 {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-cta p:not(.hgb-eyebrow) {
  color:rgba(255,255,255,.76)!important;
  -webkit-text-fill-color:rgba(255,255,255,.76)!important;
}
body.higuppy-site-shell.page-id-1519:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) .hgb-cta .hgb-btn--light {
  color:#14234a!important;
  -webkit-text-fill-color:#14234a!important;
}
