/* Generated from final-site-v20260909-confirmed.zip; do not hand-merge older component CSS. */
:root {
      --twh-purple: #24103f;
      --twh-gold: #f4bd4f;
      --go-black: #050505;
      --go-ink: #171717;
      --go-orange: #f37021;
      --go-yellow: #f8c134;
      --go-paper: #f7f4ed;
      --go-line: rgba(5, 5, 5, 0.16);
      --muted: #66645f;
      --max: 1180px;
      --shadow: 0 22px 64px rgba(5, 5, 5, 0.16);
      font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--go-ink);
      background: var(--go-paper);
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 40;
      height: 88px;
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid rgba(36, 16, 63, 0.08);
      backdrop-filter: blur(12px);
    }

    .nav-wrap {
      width: min(var(--max), calc(100% - 72px));
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 34px;
    }

    .brand-mark {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 250px;
    }

    .brand-mark img {
      width: 58px;
      height: 58px;
      object-fit: contain;
    }

    .brand-name {
      display: grid;
      color: var(--twh-purple);
      font-weight: 950;
      line-height: 1.1;
    }

    .brand-name span {
      margin-top: 4px;
      color: #695f77;
      font-size: 12px;
      font-weight: 800;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--twh-purple);
      font-size: 15px;
      font-weight: 950;
      white-space: nowrap;
    }

    .main-nav a {
      position: relative;
      padding: 32px 0 29px;
    }

    .main-nav a.active::after,
    .main-nav a:hover::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 17px;
      height: 3px;
      background: var(--twh-gold);
    }

    .nav-icons {
      display: flex;
      align-items: center;
      gap: 16px;
      color: #f3a51f;
    }

    .nav-icons svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .container {
      width: min(var(--max), calc(100% - 72px));
      margin: 0 auto;
    }

    .section {
      padding: 88px 0;
      scroll-margin-top: 112px;
    }

    .go-hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background: #000;
    }

    .go-hero::before {
      content: "";
      position: absolute;
      left: max(20px, calc((100vw - var(--max)) / 2));
      bottom: 56px;
      z-index: 2;
      color: rgba(255, 255, 255, 0.06);
      font-size: clamp(66px, 10.8vw, 150px);
      line-height: 0.8;
      font-weight: 950;
      white-space: nowrap;
      pointer-events: none;
    }

    .go-hero::after {
      content: none;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      width: min(var(--max), calc(100% - 72px));
      min-height: 660px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(460px, 0.82fr) minmax(520px, 1fr);
      gap: 34px;
      align-items: center;
      padding: 70px 0 74px;
    }

    .go-lockup {
      width: 190px;
      margin-bottom: 28px;
    }

    .go-lockup img {
      width: 100%;
      height: auto;
      filter: invert(1) brightness(2.2);
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 16px;
      color: var(--go-orange);
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .kicker::before {
      content: "";
      width: 42px;
      height: 3px;
      background: currentColor;
      transform: skewX(-22deg);
    }

    .hero-copy h1 {
      margin: 0;
      max-width: 680px;
      font-size: clamp(46px, 5vw, 78px);
      line-height: 0.96;
      font-weight: 950;
    }

    .hero-copy p {
      margin: 26px 0 0;
      max-width: 650px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 18px;
      line-height: 1.86;
      font-weight: 750;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border: 2px solid currentColor;
      font-size: 14px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
      transition: transform 0.18s ease;
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button.primary {
      color: #000;
      background: var(--go-yellow);
      border-color: var(--go-yellow);
    }

    .button.secondary {
      color: #fff;
      background: transparent;
      border-color: rgba(255, 255, 255, 0.45);
    }

    .hero-stage {
      position: relative;
      min-height: 610px;
      align-self: stretch;
    }

    .hero-stage::before {
      content: none;
    }

    .hero-animal {
      position: absolute;
      inset: -16px -18px -10px -4px;
      overflow: hidden;
      background: transparent;
    }

    .hero-animal img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: right bottom;
      filter: contrast(1.04) brightness(0.98);
    }

    .hero-tag {
      position: absolute;
      right: 12px;
      top: 36px;
      width: 190px;
      padding: 18px 18px 16px;
      color: #000;
      background: var(--go-yellow);
      font-size: 15px;
      line-height: 1.28;
      font-weight: 950;
      text-transform: uppercase;
      transform: skewX(-8deg);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    }

    .hero-tag span {
      display: block;
      transform: skewX(8deg);
    }

    .proof-bar {
      color: #fff;
      background: #111;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      border-bottom: 8px solid var(--go-orange);
    }

    .proof-grid {
      width: min(var(--max), calc(100% - 72px));
      min-height: 132px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .proof-item {
      padding: 28px 28px 24px;
      border-right: 1px solid rgba(255, 255, 255, 0.14);
    }

    .proof-item:first-child {
      border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .proof-item strong {
      display: block;
      font-size: 28px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .proof-item span {
      display: block;
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 750;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.55fr);
      gap: 46px;
      align-items: end;
      margin-bottom: 36px;
    }

    .section-title {
      margin: 0;
      color: var(--go-black);
      font-size: clamp(36px, 4.2vw, 62px);
      line-height: 0.98;
      font-weight: 950;
    }

    .section-lead {
      margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.82;
      font-weight: 750;
    }

    .strategy-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
      gap: 22px;
      align-items: stretch;
    }

    .nutrition-photo {
      position: relative;
      min-height: 420px;
      overflow: hidden;
      background: #101010;
      clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
    }

    .nutrition-photo img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
      object-position: 36% center;
      display: block;
      transform: scale(1.12);
      transform-origin: center;
    }

    .nutrition-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 52%),
        linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.34));
      pointer-events: none;
    }

    .strategy-panel {
      position: relative;
      display: grid;
      align-content: space-between;
      overflow: hidden;
      padding: 28px;
      color: #fff;
      background:
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, #050505 0%, #06101a 100%);
    }

    .strategy-panel::before {
      content: "GO!";
      position: absolute;
      right: -20px;
      bottom: -32px;
      color: rgba(255, 255, 255, 0.055);
      font-size: 150px;
      line-height: 0.8;
      font-weight: 950;
      pointer-events: none;
    }

    .strategy-panel::after {
      content: "";
      position: absolute;
      right: -56px;
      top: -24px;
      bottom: -24px;
      width: 150px;
      background: rgba(255, 255, 255, 0.08);
      transform: skewX(-13deg);
      pointer-events: none;
    }

    .strategy-panel > * {
      position: relative;
      z-index: 1;
    }

    .strategy-panel h3 {
      margin: 0;
      font-size: 28px;
      line-height: 1.08;
      font-weight: 950;
    }

    .strategy-panel p {
      margin: 18px 0 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 15px;
      line-height: 1.72;
      font-weight: 750;
    }

    .need-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 30px;
    }

    .need-tags span {
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      padding: 0 12px;
      color: #000;
      background: var(--go-yellow);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .series-section {
      padding: 92px 0 104px;
      color: #fff;
      background: #000;
      overflow: hidden;
    }

    .series-section .section-head {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 20px;
      margin-bottom: 62px;
      text-align: center;
    }

    .series-section .section-title {
      color: #fff;
      font-size: clamp(38px, 4.2vw, 58px);
    }

    .series-section .section-lead {
      max-width: 720px;
      color: rgba(255, 255, 255, 0.72);
      text-align: center;
    }

    .pet-series-board {
      display: grid;
      gap: 86px;
    }

    .pet-column {
      position: relative;
      overflow: hidden;
      color: #fff;
      background: transparent;
      border: 0;
    }

    .pet-column:nth-child(2) {
      margin-top: 0;
    }

    .pet-column::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -28px;
      color: rgba(255, 255, 255, 0.035);
      font-size: clamp(70px, 10vw, 132px);
      line-height: 0.8;
      font-weight: 950;
      transform: translateX(-50%);
      white-space: nowrap;
      pointer-events: none;
    }

    .pet-column-head {
      position: relative;
      z-index: 1;
      max-width: 780px;
      margin: 0 auto 44px;
      padding: 0;
      text-align: center;
      border: 0;
    }

    .pet-column-head span {
      display: inline-flex;
      min-height: 26px;
      align-items: center;
      padding: 0 10px;
      color: var(--go-yellow);
      background: transparent;
      font-size: 12px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .pet-column-head h3 {
      margin: 0;
      font-size: clamp(34px, 3.2vw, 48px);
      line-height: 1.02;
      font-weight: 950;
    }

    .pet-column-head p {
      margin: 14px 0 0;
      max-width: 680px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 15px;
      line-height: 1.7;
      font-weight: 750;
      margin-left: auto;
      margin-right: auto;
    }

    .pet-series-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 42px 34px;
    }

    .pet-series-card {
      display: grid;
      justify-items: center;
      align-content: start;
      min-height: 0;
      padding: 0;
      color: #fff;
      background: transparent;
      border: 0;
      text-align: center;
    }

    .pet-series-card img {
      width: min(100%, 208px);
      height: 220px;
      object-fit: contain;
      padding: 0;
      background: transparent;
      filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.48));
      transition: transform 0.2s ease;
    }

    .pet-series-card:hover img {
      transform: translateY(-4px);
    }

    .pet-series-copy {
      max-width: 240px;
      margin-top: 22px;
    }

    .pet-series-copy::before {
      content: "★★★★★";
      display: block;
      margin-bottom: 12px;
      color: var(--go-yellow);
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0;
    }

    .pet-series-copy h4 {
      margin: 0;
      font-size: 18px;
      line-height: 1.12;
      font-weight: 950;
    }

    .pet-series-copy p {
      margin: 10px 0 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
      line-height: 1.5;
      font-weight: 750;
    }

    .pet-series-meta {
      display: grid;
      justify-items: center;
      gap: 8px;
      margin-top: 14px;
    }

    .pet-series-meta span {
      display: inline-flex;
      min-height: auto;
      align-items: center;
      padding: 0 0 5px;
      color: #fff;
      background: linear-gradient(var(--go-yellow), var(--go-yellow)) left bottom / 100% 2px no-repeat;
      font-size: 11px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .cta-section {
      padding: 78px 0;
      color: #fff;
      background: var(--go-black);
      border-top: 10px solid var(--go-orange);
    }

    .cta-band {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 34px;
      align-items: center;
    }

    .cta-band h2 {
      margin: 0;
      font-size: 46px;
      line-height: 1;
      font-weight: 950;
    }

    .cta-band p {
      margin: 14px 0 0;
      max-width: 720px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 16px;
      line-height: 1.75;
      font-weight: 750;
    }

    .site-footer {
      padding: 30px 0;
      color: rgba(255, 255, 255, 0.68);
      background: #180b2a;
      text-align: center;
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 1120px) {
      .main-nav {
        gap: 16px;
        font-size: 14px;
      }

      .hero-inner,
      .section-head,
      .strategy-layout,
      .cta-band {
        grid-template-columns: 1fr;
      }

      .pet-series-board {
        grid-template-columns: 1fr;
      }

      .pet-column:nth-child(2) {
        margin-top: 0;
      }

      .hero-stage {
        min-height: 560px;
      }

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

    }

    @media (max-width: 760px) {
      .site-header {
        height: auto;
      }

      .nav-wrap {
        width: min(var(--max), calc(100% - 32px));
        min-height: 82px;
        flex-wrap: wrap;
        gap: 16px;
        padding: 12px 0;
      }

      .brand-mark {
        min-width: 0;
      }

      .brand-name {
        display: none;
      }

      .main-nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .main-nav a {
        padding: 10px 0;
      }

      .container,
      .hero-inner,
      .proof-grid {
        width: min(var(--max), calc(100% - 32px));
      }

      .section {
        padding: 62px 0;
      }

      .hero-inner {
        min-height: auto;
        padding: 54px 0 58px;
        gap: 34px;
      }

      .go-lockup {
        width: 150px;
      }

      .hero-copy h1,
      .section-title {
        font-size: 38px;
      }

      .hero-stage {
        min-height: 410px;
      }

      .hero-animal {
        inset: 10px -12px 0 -12px;
      }

      .hero-stage::before {
        inset: 26px -16px 22px 0;
      }

      .hero-tag {
        width: 150px;
        font-size: 13px;
      }

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

      .proof-item,
      .proof-item:first-child {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      }

      .nutrition-photo,
      .nutrition-photo img {
        min-height: 300px;
      }

      .nutrition-photo {
        clip-path: none;
      }

      .strategy-panel {
        padding: 24px;
      }

      .pet-series-board {
        grid-template-columns: 1fr;
      }

      .pet-column-head {
        padding: 24px 22px 20px;
      }

      .pet-column-head h3 {
        font-size: 30px;
      }

      .pet-series-card {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 14px;
        min-height: 142px;
        padding: 16px;
      }

      .pet-series-card img {
        width: 104px;
        height: 104px;
      }

      .pet-series-copy h4 {
        font-size: 20px;
      }

      .cta-band h2 {
        font-size: 34px;
      }
    }

/* ===== Confirmed source block boundary ===== */

/* Shared preview header and footer shell for TWH change-log pages. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(36, 16, 63, 0.08);
  backdrop-filter: blur(14px);
}

.site-header .nav-wrap {
  width: min(var(--max, 1180px), calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-header .brand-mark {
  min-width: 245px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--twh-purple, #24103f);
  text-decoration: none;
}

.site-header .brand-mark img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-header .brand-name {
  display: grid;
  color: var(--twh-purple, #24103f);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
}

.site-header .brand-name span {
  margin-top: 4px;
  color: var(--muted, #6d6578);
  font-size: 12px;
  font-weight: 700;
}

.site-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--twh-purple, #24103f);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.site-header .main-nav a {
  position: relative;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}

.site-header .main-nav a.active::after,
.site-header .main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background: var(--twh-gold, #e9b64f);
}

.mobile-menu-toggle {
  display: none;
}

.site-footer {
  padding: 24px 0;
  color: var(--muted, #6d6578);
  background: #fff;
  border-top: 1px solid var(--line, #e9e2ef);
  font-size: 13px;
  font-weight: 700;
}

.site-footer .footer-inner {
  width: min(var(--max, 1180px), calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer .footer-brand {
  display: grid;
  gap: 4px;
  color: var(--twh-purple, #24103f);
}

.site-footer .footer-brand strong {
  font-size: 14px;
  font-weight: 900;
}

.site-footer .footer-brand span {
  color: var(--muted, #6d6578);
  font-size: 12px;
}

.site-footer .footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer .footer-links a {
  color: var(--twh-purple, #24103f);
  text-decoration: none;
}

.site-footer .copyright {
  margin-left: auto;
  color: var(--muted, #6d6578);
}

@media (max-width: 1160px) {
  .site-header {
    height: auto;
  }

  .site-header .nav-wrap {
    width: min(var(--max, 1180px), calc(100% - 34px));
    min-height: 88px;
    padding: 12px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 24px;
  }

  .site-header .brand-mark {
    min-width: 0;
    margin-right: auto;
  }

  .site-header .main-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 16px;
    white-space: normal;
  }

  .site-header .main-nav a {
    padding: 6px 0;
  }

  .site-footer .footer-inner {
    width: min(var(--max, 1180px), calc(100% - 34px));
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer .copyright {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .site-header .brand-name {
    display: grid;
    font-size: 15px;
  }

  .site-header .brand-name span {
    display: none;
  }

  .site-header .brand-mark img {
    width: 52px;
    height: 52px;
  }
}

/* Mobile preview overrides for the static change-log pages.
   Desktop layout remains unchanged; these rules only handle narrow screens. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .site-header.site-header {
    height: auto !important;
  }

  .site-header .nav-wrap,
  .nav-wrap {
    width: min(var(--max, 1180px), calc(100% - 32px)) !important;
    min-height: 78px !important;
    padding: 12px 0 !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 10px 16px !important;
  }

  .site-header .brand-mark,
  .brand-mark {
    min-width: 0 !important;
    flex: 1 1 auto;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    position: relative;
    display: grid !important;
    place-items: center;
    flex: 0 0 auto;
    margin-left: auto;
    border: 1px solid rgba(36, 16, 63, 0.14);
    border-radius: 8px;
    color: var(--twh-purple, #24103f);
    background: #fff;
    box-shadow: 0 12px 28px rgba(36, 16, 63, 0.08);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 14px;
    display: block;
    overflow: hidden;
    color: inherit;
    font-size: 0;
    line-height: 0;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .mobile-menu-toggle span::before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    margin-top: 4px;
    background: currentColor;
  }

  .mobile-menu-toggle[aria-expanded="true"] span {
    border-color: transparent;
  }

  .mobile-menu-toggle[aria-expanded="true"] span::before {
    width: 18px;
    margin-top: 4px;
    transform: rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span::after {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    margin-top: -2px;
    background: currentColor;
    transform: rotate(-45deg);
  }

  .site-header .brand-mark img,
  .brand-mark img {
    width: 52px !important;
    height: 52px !important;
  }

  .site-header .brand-name,
  .brand-name {
    font-size: 15px !important;
  }

  .site-header .brand-name span,
  .brand-name span {
    display: none !important;
  }

  .site-header .main-nav,
  .main-nav {
    order: 3 !important;
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    gap: 4px !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    white-space: normal !important;
    border: 1px solid rgba(36, 16, 63, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(36, 16, 63, 0.12);
  }

  .site-header.is-mobile-nav-open .main-nav,
  .is-mobile-nav-open .main-nav {
    display: flex !important;
  }

  .site-header .main-nav a,
  .main-nav a {
    width: 100% !important;
    flex: 0 0 auto !important;
    padding: 12px 12px !important;
    border-radius: 6px;
    text-align: center !important;
  }

  .site-header .main-nav a.active,
  .site-header .main-nav a:hover,
  .main-nav a.active,
  .main-nav a:hover {
    background: rgba(233, 182, 79, 0.14);
  }

  .site-header .main-nav a.active::after,
  .site-header .main-nav a:hover::after,
  .main-nav a.active::after,
  .main-nav a:hover::after {
    content: none !important;
  }

  .header-actions,
  .nav-icons {
    flex: 0 0 auto;
    margin-left: auto !important;
  }

  .container,
  .hero-inner,
  .container.hero-inner,
  .footer-inner,
  .proof-strip,
  .quick-strip,
  .hero-points,
  .trust-inner,
  .cta-inner {
    width: min(var(--max, 1180px), calc(100% - 32px)) !important;
  }

  .container.hero-inner {
    max-width: calc(100% - 32px) !important;
  }

  .section {
    padding: 64px 0 !important;
  }

  .hero,
  .brand-hero,
  .hypro-hero,
  .fera-hero,
  .go-hero,
  .labivet-hero,
  .yg-hero {
    min-height: auto !important;
  }

  .hero-inner {
    min-height: auto !important;
    padding: 54px 0 64px !important;
    gap: 34px !important;
  }

  .hero-copy,
  .hero-inner,
  .story-copy,
  .showcase-copy,
  .range-copy,
  .contact-copy {
    width: 100% !important;
    max-width: none !important;
  }

  .section-head,
  .hero-inner,
  .intro-grid,
  .story-grid,
  .mission-panel,
  .range-overview,
  .range-story,
  .range-story.reverse,
  .showcase-grid,
  .showcase,
  .quality-layout,
  .quality-visual,
  .feature-board,
  .product-head,
  .daily-grid,
  .line-split,
  .line-head,
  .chlorella-board,
  .range-layout,
  .strategy-layout,
  .pet-series-board,
  .ending-inner,
  .contact-grid,
  .cta-band,
  .brand-band-inner,
  .trust-inner,
  .cta-inner {
    grid-template-columns: 1fr !important;
  }

  .category-grid,
  .brand-grid,
  .product-grid,
  .benefit-grid,
  .mission-cards,
  .advantage-grid,
  .audience-grid,
  .proof-grid,
  .quick-strip,
  .moments-grid,
  .feature-cards,
  .feature-band,
  .line-cardlets,
  .range-proof,
  .science-list,
  .usage-grid,
  .founder-proof,
  .collection-row,
  .chlorella-points,
  .chlorella-tech-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-card,
  .hero-stage,
  .hero-visual,
  .hero-shelf,
  .story-media,
  .quality-visual,
  .range-overview-media,
  .showcase-media,
  .range-media,
  .daily-media,
  .why-showcase-media,
  .nutrition-photo,
  .product-visual,
  .product-image,
  .product-img,
  .line-panel-media {
    min-height: 280px !important;
  }

  .why-scroll-section,
  .why-showcase,
  .intro-copy {
    position: static !important;
    min-height: auto !important;
  }

  .product-table,
  .range-tabs,
  .sku-slider {
    max-width: 100%;
    overflow-x: auto;
  }

  .hero-visual,
  .hero-shelf {
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-footer .footer-inner,
  .footer-inner {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .site-footer .copyright,
  .copyright {
    margin-left: 0 !important;
  }
}

@media (max-width: 640px) {
  h1,
  .hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.18 !important;
  }

  .section-title,
  .story-copy h2,
  .range-copy h3,
  .line-panel h3,
  .cta-band h2,
  .brand-cta h2 {
    font-size: 30px !important;
    line-height: 1.24 !important;
  }

  .hero-copy p,
  .section-note,
  .section-lead,
  .hero-lead {
    font-size: 16px !important;
  }

  .section {
    padding: 54px 0 !important;
  }

  .hero-inner {
    padding: 42px 0 54px !important;
  }

  .button-row,
  .hero-actions,
  .banner-actions,
  .hero-banner-actions,
  .cta-actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .btn,
  .button,
  .hero-button,
  .contact-action,
  .submit {
    width: 100% !important;
  }

  .category-grid,
  .brand-grid,
  .product-grid,
  .benefit-grid,
  .mission-cards,
  .advantage-grid,
  .audience-grid,
  .proof-grid,
  .proof-strip,
  .quick-strip,
  .moments-grid,
  .feature-cards,
  .feature-band,
  .line-cardlets,
  .range-proof,
  .science-list,
  .usage-grid,
  .founder-proof,
  .collection-row,
  .chlorella-points,
  .chlorella-tech-panel,
  .service-grid,
  .stat-strip,
  .contact-form,
  .hero-family-strip {
    grid-template-columns: 1fr !important;
  }

  .story-item,
  .network-core,
  .showcase-list div,
  .daily-list div,
  .quality-item,
  .badge-item,
  .pet-series-card {
    grid-template-columns: 1fr !important;
  }

  .hero-logo,
  .go-lockup,
  .brand-label.logo-label img {
    max-width: 220px !important;
  }

  .hero-card,
  .story-media,
  .quality-visual,
  .range-overview-media,
  .showcase-media,
  .range-media,
  .daily-media,
  .why-showcase-media,
  .nutrition-photo {
    min-height: 240px !important;
  }

  .hero-family-stage,
  .hero-shelf,
  .hero-stage {
    min-height: 320px !important;
  }

  .cta-band,
  .range-overview,
  .strategy-panel,
  .hero-card,
  .mission-panel {
    padding: 26px 22px !important;
  }
}

/* Mobile safety pass: shared rules stay structural only. Page-specific hero
   cropping and content order should live in the page file. */
@media (max-width: 900px) {
  .product-card,
  .brand-card,
  .category-card,
  .moment-card,
  .routine-card,
  .benefit-card,
  .advantage-card,
  .audience-card {
    min-height: auto !important;
    overflow: hidden;
  }

  .category-image img,
  .sku-image img,
  .brand-visual img,
  .product-image img,
  .product-img img,
  .product-art img,
  .line-panel-media img {
    object-fit: contain !important;
    object-position: center center !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .product-table,
  .range-tabs,
  .sku-slider {
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  h1,
  .hero-copy h1 {
    font-size: 31px !important;
    line-height: 1.18 !important;
  }

  .section-title,
  .story-copy h2,
  .range-copy h3,
  .line-panel h3,
  .cta-band h2,
  .brand-cta h2 {
    font-size: 27px !important;
    line-height: 1.24 !important;
  }

  .hero-copy p,
  .section-note,
  .section-lead,
  .hero-lead,
  .story-copy p,
  .range-copy p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .hero-logo,
  .go-lockup,
  .brand-lockup img,
  .brand-lockup.pet img,
  .brand-label.logo-label img {
    width: min(190px, 68vw) !important;
    max-width: 190px !important;
  }

  .hero-inner {
    padding: 34px 0 46px !important;
    gap: 22px !important;
  }

  .section {
    padding: 46px 0 !important;
  }
}

/* ===== Confirmed source block boundary ===== */

/* Shared click-to-cycle controls for preview product rows and homepage hero dots. */
.click-carousel {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  padding-inline: 0;
  padding-bottom: 0;
}

.click-carousel .sku-slider,
.click-carousel .product-grid,
.click-carousel .product-table,
.click-carousel .related-list,
.click-carousel .category-grid,
.click-carousel .brand-grid,
.click-carousel .hero-points,
.click-carousel .advantage-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none !important;
}

.click-carousel .sku-slider::-webkit-scrollbar,
.click-carousel .product-grid::-webkit-scrollbar,
.click-carousel .product-table::-webkit-scrollbar,
.click-carousel .related-list::-webkit-scrollbar,
.click-carousel .category-grid::-webkit-scrollbar,
.click-carousel .brand-grid::-webkit-scrollbar,
.click-carousel .hero-points::-webkit-scrollbar,
.click-carousel .advantage-grid::-webkit-scrollbar {
  display: none;
}

.click-carousel .related-list {
  grid-template-columns: none !important;
}

.click-carousel .related-item {
  min-width: 0;
}

.click-carousel .sku-slider > *,
.click-carousel .product-grid > *,
.click-carousel .product-table > *,
.click-carousel .related-list > *,
.click-carousel .category-grid > *,
.click-carousel .brand-grid > *,
.click-carousel .hero-points > *,
.click-carousel .advantage-grid > * {
  min-width: 0;
  scroll-snap-align: start;
}

.click-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(36, 16, 63, 0.14);
  border-radius: 999px;
  color: var(--twh-purple, #24103f);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(36, 16, 63, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .2s ease, transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.click-carousel-btn:hover {
  border-color: var(--twh-gold, #e9b64f);
  background: #fff;
  box-shadow: 0 20px 50px rgba(36, 16, 63, 0.20);
  transform: translateY(-50%) scale(1.04);
}

.click-carousel-btn:focus-visible {
  outline: 3px solid var(--twh-gold, #e9b64f);
  outline-offset: 3px;
}

.click-carousel-btn::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.click-carousel-prev {
  left: clamp(-72px, -5vw, -56px);
}

.click-carousel-prev::before {
  transform: rotate(-135deg);
}

.click-carousel-next {
  right: clamp(-72px, -5vw, -56px);
  left: auto;
}

.click-carousel-next::before {
  transform: rotate(45deg);
}

.click-carousel-btn[disabled] {
  opacity: .34;
  pointer-events: none;
}

.click-carousel-mobile-dots {
  display: none;
}

@media (min-width: 901px) {
  main :is(.sku-card, .product-card:has(.product-image), .product-card:has(.product-img), .product-card:has(.product-visual)) {
    height: 392px !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: 236px 1fr !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  main :is(.sku-image, .product-image, .product-img, .product-visual) {
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    place-items: center !important;
    padding: 24px !important;
  }

  main :is(.sku-body, .product-body, .product-copy, .product-card-body) {
    min-height: 0 !important;
    padding: 16px 18px 18px !important;
  }

  main :is(.sku-body h3, .product-card h3, .product-body h3, .product-card-body h3) {
    overflow: hidden !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  main :is(.sku-body p, .product-card p, .product-body p, .product-card-body p) {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    -webkit-box-orient: vertical !important;
    
  }

  main .brand-card {
    height: 420px !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: 3fr 2fr !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  main .brand-visual {
    display: grid !important;
    place-items: center !important;
    min-height: 0 !important;
    padding: 24px !important;
  }

  main .brand-visual img {
    max-width: 82% !important;
    max-height: 108px !important;
    object-fit: contain !important;
  }

  main .brand-visual img[src$="fera-logo.svg"] {
    width: min(82%, 190px) !important;
    height: auto !important;
    opacity: 1 !important;
  }

  main .brand-copy {
    min-height: 0 !important;
    padding: 16px 18px 18px !important;
  }

  main .brand-copy h3 {
    overflow: hidden !important;
    margin-bottom: 6px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  main .brand-copy p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical !important;
    
  }

  main .brand-tag {
    margin-bottom: 10px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: var(--twh-gold, #e9b64f) !important;
    background: transparent !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  main :is(.brand-copy a, .brand-jump) {
    color: var(--twh-purple, #24103f) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    grid-template-rows: none !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) .product-image {
    height: 250px !important;
    min-height: 0 !important;
    display: grid !important;
    place-items: center !important;
    padding: 26px !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) .product-body {
    min-height: 0 !important;
    padding: 22px !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) .product-body h3 {
    overflow: hidden !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  #product-lines .product-grid > .product-card:has(.product-image) .product-body p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical !important;
    
  }
}

.hero.is-clickable-hero .slide {
  animation: none !important;
  opacity: 0;
  transition: opacity .36s ease;
}

.hero.is-clickable-hero .slide.is-active {
  opacity: 1;
}

.hero.is-clickable-hero .banner-dots {
  gap: 10px;
}

.hero.is-clickable-hero .banner-dots span,
.hero.is-clickable-hero .banner-dots button {
  width: 42px;
  height: 4px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 16, 63, 0.16);
  animation: none !important;
  cursor: pointer;
}

.hero.is-clickable-hero .banner-dots span.is-active,
.hero.is-clickable-hero .banner-dots button.is-active {
  background: var(--twh-gold, #e9b64f);
}

.hero.is-clickable-hero .banner-dots span:focus-visible,
.hero.is-clickable-hero .banner-dots button:focus-visible {
  outline: 3px solid var(--twh-gold, #e9b64f);
  outline-offset: 6px;
}

.main-nav .nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.main-nav .nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.main-nav .nav-dropdown-trigger::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  order: 2;
  opacity: .7;
}

.brand-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 320;
  width: 260px;
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(36, 16, 63, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 50px rgba(36, 16, 63, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}

.brand-submenu a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px !important;
  border-radius: 6px;
  color: var(--twh-purple, #24103f) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.brand-submenu a::after {
  content: none !important;
}

.brand-submenu a:hover,
.brand-submenu a:focus-visible {
  background: rgba(233, 182, 79, 0.14);
}

.brand-submenu small {
  color: var(--muted, #6d6578);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.nav-dropdown:hover .brand-submenu,
.nav-dropdown:focus-within .brand-submenu,
.nav-dropdown.is-open .brand-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

@media (max-width: 900px) {
  .click-carousel {
    margin-inline: -2px;
    padding-inline: 0;
    padding-bottom: 0;
  }

  .click-carousel-btn {
    display: none;
  }

  .click-carousel-mobile-dots {
    position: static;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 10px;
    margin: 12px 0 0 4px;
  }

  .click-carousel-mobile-dots[hidden] {
    display: none;
  }

  .click-carousel-dot {
    width: 42px;
    height: 4px;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(36, 16, 63, 0.12);
    cursor: pointer;
  }

  .click-carousel-dot.is-active {
    background: var(--twh-gold, #e9b64f);
  }

  .click-carousel-dot:focus-visible {
    outline: 3px solid var(--twh-gold, #e9b64f);
    outline-offset: 5px;
  }

  .click-carousel .sku-slider,
  .click-carousel .product-grid,
  .click-carousel .product-table,
  .click-carousel .related-list,
  .click-carousel .category-grid,
  .click-carousel .brand-grid,
  .click-carousel .hero-points,
  .click-carousel .advantage-grid {
    padding-inline: 2px !important;
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .click-carousel .related-item {
    min-width: 0;
  }

  .brand-submenu {
    position: fixed;
    top: 106px;
    left: 16px;
    right: 16px;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateY(6px);
  }

  .nav-dropdown:hover .brand-submenu,
  .nav-dropdown:focus-within .brand-submenu,
  .nav-dropdown.is-open .brand-submenu {
    transform: translateY(0);
  }
}

@media (max-width: 1160px) and (min-width: 901px) {
  .click-carousel .sku-slider,
  .click-carousel .product-grid,
  .click-carousel .product-table,
  .click-carousel .related-list,
  .click-carousel .category-grid,
  .click-carousel .brand-grid,
  .click-carousel .hero-points,
  .click-carousel .advantage-grid {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (max-width: 640px) {
  .click-carousel .sku-slider,
  .click-carousel .product-grid,
  .click-carousel .product-table,
  .click-carousel .related-list,
  .click-carousel .category-grid,
  .click-carousel .brand-grid,
  .click-carousel .hero-points,
  .click-carousel .advantage-grid {
    grid-auto-columns: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .click-carousel .sku-slider,
  .click-carousel .product-grid,
  .click-carousel .product-table,
  .click-carousel .related-list,
  .click-carousel .category-grid,
  .click-carousel .brand-grid,
  .click-carousel .hero-points,
  .click-carousel .advantage-grid,
  .hero.is-clickable-hero .slide {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Keep carousel controls inside the viewport at intermediate desktop widths. */
@media(min-width:901px) and (max-width:1340px){.click-carousel-prev{left:-24px}.click-carousel-next{right:-24px}}

/* ===== Confirmed source block boundary ===== */

@media (max-width: 760px) {
      .go-hero .hero-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        padding: 36px 0 40px !important;
      }

      .go-hero .hero-copy {
        display: contents !important;
      }

      .go-hero .go-lockup {
        order: 1;
        width: 150px !important;
        margin: 0 0 8px !important;
      }

      .go-hero .kicker {
        order: 2;
        margin-bottom: 0 !important;
      }

      .go-hero .hero-copy h1 {
        order: 3;
        font-size: 30px !important;
        line-height: 1.16 !important;
      }

      .go-hero .hero-stage {
        order: 4;
        width: 100%;
        min-height: 330px !important;
        margin: 4px 0 2px !important;
      }

      .go-hero .hero-animal {
        inset: 0 !important;
      }

      .go-hero .hero-animal img {
        object-position: center bottom !important;
      }

      .go-hero .hero-tag {
        right: 8px !important;
        top: 16px !important;
        width: 148px !important;
        padding: 13px 14px !important;
        font-size: 12px !important;
      }

      .go-hero .hero-copy > p:not(.kicker) {
        order: 5;
        margin-top: 0 !important;
        font-size: 14px !important;
        line-height: 1.68 !important;
      }

      .go-hero .hero-actions {
        order: 6;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100%;
        margin-top: 4px !important;
      }

      .go-hero .button {
        min-height: 44px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
      }

      .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
      }

      .proof-item,
      .proof-item:first-child {
        min-height: 118px;
        padding: 18px 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
      }

      .proof-item strong {
        font-size: 21px !important;
      }

      .proof-item span {
        margin-top: 8px !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
      }

      .series-section {
        padding: 58px 0 66px !important;
      }

      .pet-series-board {
        gap: 52px !important;
      }

      .pet-column {
        overflow: visible !important;
      }

      .pet-column-head {
        margin-bottom: 22px !important;
        padding: 0 !important;
      }

      .pet-column-head h3 {
        font-size: 28px !important;
      }

      .pet-series-list {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: calc((100% - 12px) / 2) !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto !important;
        padding: 0 0 12px !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
      }

      .pet-series-list::-webkit-scrollbar {
        display: none;
      }

      .pet-series-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-content: start !important;
        justify-items: center !important;
        min-height: 258px !important;
        padding: 14px 10px !important;
        background: #061f35 !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        scroll-snap-align: start !important;
      }

      .pet-series-card img {
        width: 100% !important;
        height: 112px !important;
        object-fit: contain !important;
      }

      .pet-series-copy {
        max-width: none !important;
        margin-top: 12px !important;
      }

      .pet-series-copy::before {
        margin-bottom: 8px !important;
        font-size: 11px !important;
      }

      .pet-series-copy h4 {
        font-size: 16px !important;
        line-height: 1.22 !important;
      }

      .pet-series-copy p {
        display: -webkit-box;
        
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 8px !important;
        font-size: 12px !important;
      }

      .pet-series-meta {
        gap: 6px !important;
        margin-top: 10px !important;
      }
    }

/* ===== Confirmed source block boundary ===== */

@media (max-width: 760px) {
      .proof-bar {
        display: none !important;
      }

      .strategy-layout {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        align-items: stretch !important;
      }

      .nutrition-photo,
      .nutrition-photo img {
        min-height: 0 !important;
        height: 100% !important;
        border-radius: 8px !important;
      }

      .nutrition-photo img {
        object-fit: cover !important;
        object-position: center center !important;
      }

      .strategy-panel {
        min-height: 0 !important;
        padding: 16px 12px !important;
        border-radius: 8px !important;
      }

      .strategy-panel h3 {
        font-size: 20px !important;
        line-height: 1.18 !important;
      }

      .strategy-panel p {
        display: -webkit-box !important;
        overflow: hidden !important;
        margin-top: 10px !important;
        font-size: 11px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        
      }

      .need-tags {
        gap: 6px !important;
        margin-top: 12px !important;
      }

      .need-tags span {
        padding: 6px 7px !important;
        font-size: 9.5px !important;
        line-height: 1.1 !important;
      }

      .pet-series-list {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: calc((100% - 12px) / 2) !important;
        grid-template-columns: none !important;
        grid-template-rows: repeat(2, auto) !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 14px !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
      }

      .pet-series-list::-webkit-scrollbar {
        display: none !important;
      }

      .pet-series-card {
        min-height: 232px !important;
        height: 232px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
      }

      .pet-series-card img {
        height: 96px !important;
      }

      .pet-series-copy {
        margin-top: 8px !important;
      }

      .pet-series-copy h4 {
        display: -webkit-box !important;
        overflow: hidden !important;
        font-size: 15px !important;
        line-height: 1.18 !important;
        -webkit-box-orient: vertical !important;
        
      }

      .pet-series-copy p {
        
        font-size: 10.5px !important;
        line-height: 1.35 !important;
      }

      .pet-series-meta span {
        font-size: 9.5px !important;
      }
    }

/* ===== Confirmed source block boundary ===== */

/* Tai Wing Hong preview detail polish layer.
   Keep structural layouts intact; only refine type, rhythm, controls and surface details. */

:where(html) {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

:where(h1, h2, h3, .section-title, .hero-title) {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

:where(h1, .hero-title) {
  line-height: 1.08 !important;
}

:where(h2, .section-title) {
  line-height: 1.14 !important;
}

:where(h3) {
  line-height: 1.24 !important;
}

:where(p, li, .hero-lead, .section-note, .section-lead, .brand-tag, .product-body p, .sku-body p) {
  letter-spacing: 0 !important;
  text-wrap: pretty;
}

:where(.hero-lead, .section-note, .section-lead, .story-copy p, .intro-copy p, .product-card p, .advantage-card p, .brand-copy p, .sku-body p) {
  line-height: 1.68 !important;
}

:where(.eyebrow, .crumb, .auth-label, .product-kicker, .sku-code, .brand-tag) {
  letter-spacing: .02em !important;
  text-shadow: none !important;
}

:where(.btn, .button, .btn-primary, .btn-secondary, .primary, .secondary) {
  min-height: 44px;
  border-radius: 8px !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

:where(.btn, .button) {
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

@media (hover: hover) {
  :where(.btn, .button):hover {
    transform: translateY(-1px);
  }
}

:where(img) {
  image-rendering: auto;
}

:where(.brand-card, .sku-card, .product-card, .category-card, .advantage-card, .mission-panel, .inquiry-card, .video-feature, .story-card) {
  box-shadow: none !important;
}

:where(.brand-card, .sku-card, .product-card, .category-card, .advantage-card) {
  border-color: rgba(35, 24, 65, .12) !important;
}

:where(.brand-card, .sku-card, .product-card, .category-card, .advantage-card, .collection-tile, .range-card) img {
  display: block;
}

@media (min-width: 761px) {
  :where(.section-head, .range-head) {
    gap: clamp(24px, 4vw, 56px);
  }

  :where(.section-note, .section-lead) {
    max-width: 620px;
  }

  :where(.hero-copy) {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  :where(body) {
    line-height: 1.55;
  }

  :where(h1, .hero-title) {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.1 !important;
  }

  :where(h2, .section-title) {
    font-size: clamp(25px, 7vw, 32px) !important;
    line-height: 1.16 !important;
  }

  :where(h3) {
    font-size: clamp(16px, 4.6vw, 21px);
  }

  :where(p, li, .hero-lead, .section-note, .section-lead) {
    font-size: 14.5px;
    line-height: 1.62 !important;
  }

  :where(.eyebrow, .crumb, .auth-label) {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px;
  }

  :where(.btn, .button, .btn-primary, .btn-secondary, .primary, .secondary) {
    min-height: 46px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  :where(.hero-actions, .button-row) {
    gap: 8px !important;
  }

  :where(.section) {
    scroll-margin-top: 88px;
  }

  :where(.brand-card h3, .sku-card h3, .product-card h3, .category-card h3) {
    line-height: 1.2 !important;
  }

  :where(.brand-card p, .sku-card p, .product-card p, .category-card p, .advantage-card p) {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Mobile product cards: keep the card focused on image + Chinese product name. */
  :where(
    #product-lines .product-card p,
    #product-lines .product-card .product-kicker,
    #product-lines .product-card .product-meta,
    #product-lines .product-card .product-tags,
    #product-lines .product-card .product-tag,
    #product-lines .product-card .flavour-tags,
    #product-lines .product-card .tag-row,
    #product-lines .product-card .sku-code,
    #product-lines .product-card .sku-brand,
    #product-lines .range-card p,
    #product-lines .range-card .range-kicker,
    #product-lines .range-card .flavour-tags,
    #product-lines .range-card .product-meta,
    #product-lines .range-card .tag-row,
    #product-lines .range-story .range-kicker,
    #product-lines .range-story p,
    #product-lines .range-story .range-tags,
    #product-lines .pet-series-card p,
    #product-lines .pet-series-card .pet-series-meta,
    #germagic-pet .product-card p,
    #germagic-pet .product-card .product-meta,
    #germagic-pet .product-card .product-tags,
    #recommend .sku-card p,
    #recommend .sku-card .sku-code,
    #recommend .sku-card .sku-brand,
    .product-showcase .product-card p,
    .product-showcase .product-card .product-meta,
    .product-showcase .product-card .product-tags,
    .product-table .product-card p,
    .product-table .product-card .product-meta
  ) {
    display: none !important;
  }

  :where(
    #product-lines .product-card h3,
    #product-lines .range-card h3,
    #product-lines .range-story h3,
    #product-lines .pet-series-card h4,
    #germagic-pet .product-card h3,
    #recommend .sku-card h3,
    .product-showcase .product-card h3,
    .product-table .product-card h3
  ) {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    -webkit-box-orient: vertical !important;
    
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  /* Mobile product cards: reserve fixed image/title zones so images never overlap copy. */
  html body main #recommend .sku-card,
  html body main #product-lines .product-card,
  html body main #product-lines .range-card,
  html body main #product-lines .range-story,
  html body main #product-lines .pet-series-card,
  html body main #germagic-pet .product-card,
  html body main .product-showcase .product-card,
  html body main .product-table .product-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 118px 60px !important;
    align-content: stretch !important;
    height: 178px !important;
    min-height: 178px !important;
    max-height: 178px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html body main #recommend .sku-image,
  html body main #product-lines .product-image,
  html body main #product-lines .range-image,
  html body main #product-lines .range-media,
  html body main #product-lines .range-visual,
  html body main #germagic-pet .product-image,
  html body main .product-showcase .product-image,
  html body main .product-table .product-image {
    grid-row: 1 !important;
    width: 100% !important;
    height: 118px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  html body main #recommend .sku-image img,
  html body main #product-lines .product-image img,
  html body main #product-lines .range-image img,
  html body main #product-lines .range-media img,
  html body main #product-lines .range-visual img,
  html body main #product-lines .product-card > img,
  html body main #product-lines .range-card > img,
  html body main #product-lines .range-story > img,
  html body main #product-lines .pet-series-card > img,
  html body main #germagic-pet .product-image img,
  html body main #germagic-pet .product-card > img,
  html body main .product-showcase .product-image img,
  html body main .product-showcase .product-card > img,
  html body main .product-table .product-image img,
  html body main .product-table .product-card > img {
    grid-row: 1 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }

  html body main #recommend .sku-body,
  html body main #product-lines .product-body,
  html body main #product-lines .range-copy,
  html body main #product-lines .pet-series-copy,
  html body main #germagic-pet .product-body,
  html body main #germagic-pet .product-card-body,
  html body main .product-showcase .product-body,
  html body main .product-table .product-body {
    grid-row: 2 !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  html body main #recommend .sku-card h3,
  html body main #product-lines .product-card h3,
  html body main #product-lines .range-card h3,
  html body main #product-lines .range-story h3,
  html body main #product-lines .pet-series-card h4,
  html body main #germagic-pet .product-card h3,
  html body main .product-showcase .product-card h3,
  html body main .product-table .product-card h3 {
    margin: 0 !important;
    word-break: break-word !important;
  }
}

/* ===== Confirmed source block boundary ===== */

@media (max-width: 760px) {
      .pet-series-list {
        overflow-x: hidden !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
      }

      .pet-series-list::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
      }

      .pet-column .click-carousel-mobile-dots {
        display: flex !important;
        gap: 10px !important;
        margin: 12px 0 20px 4px !important;
      }

      .pet-column .click-carousel-mobile-dots[hidden] {
        display: none !important;
      }

      .pet-column .click-carousel-dot {
        width: 42px !important;
        height: 4px !important;
        background: #8d9298 !important;
      }

      .pet-column .click-carousel-dot.is-active {
        background: var(--go-yellow) !important;
      }
    }

/* ===== Confirmed source block boundary ===== */

html{overflow-x:clip}
html body main :is(.product-card,.range-card,.range-story,.sku-card,.pet-series-card){height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
html body main :is(.product-body,.range-copy,.sku-body,.pet-series-copy,.product-card-body){display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}
html body main :is(.product-card,.range-card,.range-story,.sku-card,.pet-series-card) :is(p,h3,h4){display:block!important;-webkit-line-clamp:unset!important;max-height:none!important;height:auto!important;overflow:visible!important}
html body main :is(#product-lines,#germagic-pet,#recommend,.product-showcase,.product-table) :is(.product-card,.range-card,.range-story,.sku-card,.pet-series-card){height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
html body main :is(#product-lines,#germagic-pet,#recommend,.product-showcase,.product-table) :is(.product-body,.range-copy,.sku-body,.pet-series-copy,.product-card-body){display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}
html body main :is(#product-lines,#germagic-pet,#recommend,.product-showcase,.product-table) :is(.product-card,.range-card,.range-story,.sku-card,.pet-series-card) :is(p,h3,h4){display:block!important;-webkit-line-clamp:unset!important;max-height:none!important;height:auto!important;overflow:visible!important}
@media(max-width:760px){html body main :is(.product-card,.range-card,.range-story,.sku-card,.pet-series-card) p{font-size:13px!important;line-height:1.65!important;margin-top:10px!important}}

/* ===== Confirmed source block boundary ===== */

.go-hero h1 .headline-line{display:block;white-space:nowrap}.hero-tag span{white-space:nowrap}.proof-grid .proof-item{min-width:0}.proof-grid .proof-item strong{line-height:1.3;min-height:2.6em}.proof-grid .proof-item>span{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;line-height:1.75!important}@media(max-width:760px){.proof-grid .proof-item strong{min-height:0;margin-bottom:12px}}

/* ===== Confirmed source block boundary ===== */

.proof-grid .proof-item{padding:24px 26px}.proof-grid .proof-item strong{min-height:0;margin-bottom:0;font-size:26px;line-height:1.3;color:var(--go-yellow);white-space:nowrap}.proof-grid .proof-summary{margin-top:12px}.proof-grid .proof-copy-line{display:block;margin:0;white-space:nowrap;font:inherit;color:inherit;line-height:inherit}@media(max-width:1100px){.proof-grid .proof-item strong{font-size:24px}}

/* ===== Confirmed source block boundary ===== */

/* Short word units with natural flow. Keep copy, components and images unchanged. */
html body main :is(h1,h2,h3,h4,h5,h6,p,li,dt,dd,figcaption,blockquote,.point-description,.proof-summary,.proof-item>strong,.proof-item>span,.hero-point>span){white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;line-break:strict}
html body main :is(h1,h2,h3,h4,h5,h6,.proof-item>strong){text-wrap:balance}
html body main :is(p,li,dt,dd,figcaption,blockquote,.point-description,.proof-summary,.proof-item>span,.hero-point>span){text-wrap:pretty}
html body main :is(.headline-line,.mission-values,.hero-tag>span){white-space:normal!important;word-break:normal!important}
html body span.twh-word{all:unset!important;display:inline!important;white-space:nowrap!important}
html body main .mission-list li{display:block!important}
/* Product names and visible prose need space for their natural line count. */
html body main :is(.sku-body,.product-card,.product-body,.product-card-body,.brand-copy) :is(h3,h4){white-space:normal!important;text-overflow:clip!important}
html body main :is(#product-lines,#germagic-pet) .product-grid>.product-card:has(.product-image) .product-body h3{white-space:normal!important;text-overflow:clip!important}
html body main :is(#product-lines,#germagic-pet) .product-grid>.product-card:has(.product-image) .product-body p{-webkit-line-clamp:unset!important;overflow:visible!important;max-height:none!important}
html body main :is(.section-note,.section-lead,.story-copy p,.why-showcase-copy p){-webkit-line-clamp:unset!important;max-height:none!important;overflow:visible!important}
@media(max-width:760px){html body:has(#germagic-pet) main .click-carousel .product-grid{grid-template-rows:repeat(2,auto)!important}}
/* Let all four GO summaries fit together; switch the complete group at narrower widths. */
html body main .proof-grid .proof-item{padding-left:20px;padding-right:20px}
@media(min-width:1101px) and (max-width:1249px){html body main .proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* The small generated text wrappers remain one item inside flex/grid controls. */
@layer twh-text-flow {
  html body span.twh-text {all:unset!important;display:inline!important;min-width:0!important;max-width:100%!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;line-break:strict!important}
  html body :is(span.twh-word,span.twh-unit) {all:unset!important;display:inline!important;white-space:nowrap!important}
}
html body {word-break:normal;line-break:strict}
html body :is(header,footer) :is(a,p,span,strong,small),html body main :is(a,button,label,small,.feature>span,.science-item>span,.quality-item span,.range-proof span,.product-kicker,.flavour-tags span,.range-tags span) {word-break:normal;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}
html body :is(header,footer,main) :is(a,button,label) {max-width:100%;min-width:0}
html body :is(input,select,textarea) {min-width:0;max-width:100%}
html body main :is(.brand-copy p,.strategy-panel p,.benefit-card p,.mission-card p,.mission-card>strong,.moment-body p,.quality-item span,.science-item span,.badge-item strong,.badge-item small) {-webkit-line-clamp:unset!important;max-height:none!important;height:auto!important}
html body main :is(.brand-card,.moment-card,.mission-card,.benefit-card,.strategy-panel,.quality-item,.science-item) {height:auto!important;max-height:none!important}
html body main .range-proof :is(strong,span) {word-break:normal!important;text-wrap:pretty}
html body main :is(.range-proof,.flavour-tags,.range-tags,.pet-series-meta,.need-tags) {align-items:stretch}
html body main :is(.range-proof,.flavour-tags,.range-tags,.pet-series-meta,.need-tags)>span {display:flex;align-items:center;justify-content:center}
@media(max-width:760px){
  html body .ps-hero .hero-inner {width:calc(100% - 32px)!important;margin-inline:auto!important}
  html body main .moments-grid {grid-template-rows:repeat(2,auto)!important}
  html body main .moment-card {grid-template-rows:auto auto!important}
  html body main .strategy-panel {min-height:0!important}
}

/*
 * Collision guard: this package stylesheet is loaded once per confirmed route.
 * The selector deliberately binds layout guardrails to the confirmed body and
 * direct page content, preventing same-named legacy modules from constraining
 * grid children into narrow vertical columns.
 */
.reference-ui.confirmed-v20260909 main :is(.container,.hero-inner,.section-head,.story-grid,.intro-grid,.product-layout,.detail-grid,.locator-layout,.contact-layout,.cta-band,.brand-grid,.product-grid,.category-grid,.science-grid,.range-overview,.quality-layout,.routine-layout,.ending-inner) > * {
  min-width: 0;
}
.reference-ui.confirmed-v20260909 main :is(.brand-card,.product-card,.sku-card,.listing-card,.store-card,.detail-summary,.mission-panel,.science-step,.routine-item) {
  min-width: 0;
}
@media (min-width: 761px) {
  .reference-ui.confirmed-v20260909 main .brand-grid > .brand-card,
  .reference-ui.confirmed-v20260909 main .product-grid > .product-card,
  .reference-ui.confirmed-v20260909 main .category-grid > .category-card {
    width: auto !important;
    max-width: none !important;
  }
}
