/* Generated from final-site-v20260909-confirmed.zip; do not hand-merge older component CSS. */
:root {
      --twh-purple: #170c2f;
      --twh-gold: #f4bd4f;
      --ink: #13231f;
      --muted: #5c6a66;
      --teal: #047c7c;
      --teal-dark: #005a5f;
      --aqua: #dff4f1;
      --sky: #d9edf7;
      --leaf: #75b64a;
      --pet: #f2b83a;
      --pet-soft: #fff4cf;
      --human: #1a91c7;
      --human-soft: #e8f6fc;
      --line: rgba(16, 55, 52, .13);
      --paper: #ffffff;
      --soft: #f5faf9;
      --shadow: 0 24px 80px rgba(15, 45, 43, .12);
      --radius: 8px;
      --max: 1180px;
      font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
      color: var(--ink);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      line-height: 1.72;
      letter-spacing: 0;
    }

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

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

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      height: 92px;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid rgba(36, 16, 63, .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: 245px;
    }

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

    .brand-name {
      display: grid;
      color: var(--twh-purple);
      font-weight: 900;
      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: 30px;
      color: var(--twh-purple);
      font-size: 16px;
      font-weight: 900;
      white-space: nowrap;
    }

    .main-nav a {
      position: relative;
      padding: 35px 0 31px;
    }

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

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

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

    .page {
      overflow: hidden;
      background:
        linear-gradient(180deg, #f8fcfb 0%, #ffffff 28%, #f6fbfa 100%);
    }

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

    .eyebrow {
      margin: 0 0 14px;
      color: var(--teal);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .auth-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--teal-dark);
    }

    .auth-label::before {
      content: "";
      width: 34px;
      height: 2px;
      background: currentColor;
    }

    .section-title {
      margin: 0;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section-lead {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 18px;
      max-width: 760px;
    }

    .hero {
      position: relative;
      min-height: 88vh;
      display: grid;
      align-items: center;
      padding: 72px 0 38px;
      background:
        linear-gradient(115deg, rgba(223, 244, 241, .94) 0%, rgba(255, 255, 255, .8) 43%, rgba(255, 244, 207, .82) 100%);
      border-bottom: 1px solid var(--line);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.76) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255,255,255,.68) 0 1px, transparent 1px 100%);
      background-size: 72px 72px;
      opacity: .34;
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      display: grid;
      grid-template-columns: minmax(560px, .98fr) minmax(440px, 1.02fr);
      gap: 30px;
      align-items: center;
    }

    .hero-copy {
      padding: 10px 0 18px;
      z-index: 2;
    }

    .hero-logos {
      display: grid;
      grid-template-columns: auto auto;
      gap: 22px;
      align-items: center;
      width: max-content;
      margin-left: -68px;
      margin-bottom: 32px;
    }

    .brand-lockup {
      display: grid;
      place-items: center;
      min-height: 72px;
    }

    .brand-lockup img {
      width: min(285px, 45vw);
      max-height: none;
      object-fit: contain;
    }

    .brand-lockup.pet img {
      width: min(285px, 45vw);
      max-height: none;
    }

    .hero h1 {
      margin: 0;
      max-width: 690px;
      font-size: clamp(46px, 5vw, 70px);
      line-height: .98;
      font-weight: 950;
      letter-spacing: 0;
    }

    .hero h1 span {
      display: block;
      color: var(--teal-dark);
    }

    .hero-copy > p:not(.eyebrow) {
      margin: 24px 0 0;
      max-width: 620px;
      color: #3f5450;
      font-size: 20px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 30px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .hero-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 22px;
      border: 1px solid rgba(19, 35, 31, .22);
      border-radius: 0;
      font-size: 15px;
      font-weight: 900;
      line-height: 1;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .hero-button.primary {
      border-color: #f4cd4a;
      background: #f4cd4a;
      color: #13231f;
      box-shadow: 0 12px 30px rgba(244, 205, 74, .26);
    }

    .hero-button.secondary {
      background: rgba(255, 255, 255, .35);
      color: #13231f;
    }

    .hero-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 36px rgba(15, 45, 43, .12);
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 7px 14px;
      border: 1px solid rgba(0, 90, 95, .18);
      border-radius: 999px;
      background: rgba(255, 255, 255, .74);
      color: #183b38;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .hero-visual {
      position: relative;
      min-height: 560px;
      display: grid;
      align-items: center;
    }

    .hero-scene {
      position: relative;
      width: calc(100% + ((100vw - min(var(--max), calc(100vw - 64px))) / 2));
      min-height: 620px;
      margin: 0 auto;
      overflow: hidden;
      border: 0;
      border-radius: 0;
      background: #eaf7f6;
      box-shadow: none;
    }

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

    .hero-scene img {
      width: 100%;
      height: 100%;
      min-height: 620px;
      display: block;
      object-fit: cover;
      object-position: 76% center;
      transform: scale(1.08);
      transform-origin: 76% center;
    }

    .proof-strip {
      background: #ffffff;
      border-bottom: 1px solid var(--line);
    }

    .proof-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: var(--line);
    }

    .proof-item {
      min-height: 128px;
      padding: 26px;
      background: #ffffff;
    }

    .proof-item b {
      display: block;
      margin-bottom: 8px;
      color: var(--teal-dark);
      font-size: 22px;
      line-height: 1.1;
    }

    .proof-item span {
      color: var(--muted);
      font-size: 15px;
    }

    section {
      position: relative;
    }

    .intro {
      padding: 96px 0 86px;
      background: #ffffff;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 56px;
      align-items: start;
    }

    .intro-copy {
      position: sticky;
      top: 28px;
    }

    .story-list {
      display: grid;
      gap: 18px;
    }

    .story-item {
      display: grid;
      grid-template-columns: 230px 1fr;
      gap: 30px;
      align-items: center;
      padding: 26px 0;
      border-top: 1px solid var(--line);
    }

    .story-item:last-child {
      border-bottom: 1px solid var(--line);
    }

    .story-mark {
      width: 230px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      border-radius: var(--radius);
      background: var(--soft);
      color: var(--teal-dark);
      overflow: hidden;
      box-shadow: 0 18px 45px rgba(15, 45, 43, .08);
    }

    .story-mark img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .story-item h3 {
      margin: 0;
      font-size: 25px;
      line-height: 1.18;
    }

    .story-item p {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    #brand-story .intro-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    #brand-story .intro-copy {
      position: static;
      max-width: 780px;
    }

    #brand-story .story-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    #brand-story .story-item {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 0;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
      box-shadow: 0 16px 40px rgba(15, 45, 43, .06);
    }

    #brand-story .story-item:last-child {
      border-bottom: 1px solid var(--line);
    }

    #brand-story .story-mark {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: 0;
      box-shadow: none;
    }

    #brand-story .story-item > div:not(.story-mark) {
      padding: 24px;
    }

    .line-section {
      padding: 92px 0;
      border-top: 1px solid var(--line);
    }

    .line-section.human {
      background:
        linear-gradient(180deg, #f4fbfd 0%, #ffffff 45%, #f8fcfb 100%);
    }

    .line-section.pet {
      background:
        linear-gradient(180deg, #fff9e6 0%, #ffffff 42%, #f8fcfb 100%);
    }

    .line-head {
      display: grid;
      grid-template-columns: .78fr 1.22fr;
      gap: 44px;
      align-items: end;
      margin-bottom: 48px;
    }

    .line-logo {
      margin-bottom: 22px;
    }

    .line-logo img {
      width: auto;
      max-height: 54px;
    }

    .line-logo.pet img {
      max-height: 48px;
    }

    .line-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      color: var(--teal-dark);
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .line-kicker::before {
      content: "";
      width: 34px;
      height: 3px;
      background: var(--teal);
    }

    .pet .line-kicker {
      color: #8d6400;
    }

    .pet .line-kicker::before {
      background: var(--pet);
    }

    .line-head h2 {
      margin: 0;
      font-size: clamp(36px, 4.3vw, 64px);
      line-height: 1.02;
      font-weight: 950;
    }

    .line-head p {
      margin: 0;
      color: var(--muted);
      font-size: 18px;
    }

    .feature-band {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
      margin-bottom: 34px;
    }

    .feature {
      min-height: 154px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .78);
    }

    .feature strong {
      display: block;
      font-size: 22px;
      line-height: 1.18;
      margin-bottom: 8px;
    }

    .feature span {
      color: var(--muted);
      font-size: 15px;
    }

    .showcase {
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: 34px;
      align-items: stretch;
      margin-bottom: 34px;
    }

    .showcase-copy {
      padding: 34px 0;
    }

    .showcase-copy h3 {
      margin: 0;
      font-size: clamp(28px, 3vw, 44px);
      line-height: 1.12;
      font-weight: 900;
    }

    .showcase-copy p {
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 17px;
    }

    .showcase-products {
      display: block;
      padding: 0;
      min-height: 360px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      overflow: hidden;
    }

    .showcase-products img {
      width: 100%;
      height: 360px;
      object-fit: cover;
      filter: none;
    }

    .product-grid {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 4px 0 22px;
      scroll-snap-type: x mandatory;
      scrollbar-color: rgba(4, 124, 124, .36) rgba(4, 124, 124, .08);
      scrollbar-width: thin;
    }

    .product-grid::-webkit-scrollbar {
      height: 10px;
    }

    .product-grid::-webkit-scrollbar-track {
      background: rgba(4, 124, 124, .08);
    }

    .product-grid::-webkit-scrollbar-thumb {
      background: rgba(4, 124, 124, .34);
      border-radius: 999px;
    }

    .product-card {
      display: flex;
      flex: 0 0 clamp(278px, 24vw, 320px);
      min-height: 420px;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .88);
      overflow: hidden;
      box-shadow: 0 12px 34px rgba(15, 45, 43, .07);
      scroll-snap-align: start;
    }

    .product-art {
      display: grid;
      place-items: center;
      height: 220px;
      padding: 20px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(236,247,246,.84));
      border-bottom: 1px solid var(--line);
    }

    .pet .product-art {
      background:
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,244,207,.72));
    }

    .product-art.multi {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }

    .product-art.multi.three {
      grid-template-columns: repeat(3, 1fr);
    }

    .product-art img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      filter: drop-shadow(0 16px 16px rgba(10, 55, 52, .12));
    }

    .product-card-body {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .product-card h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.18;
      font-weight: 900;
    }

    .product-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .product-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: auto;
    }

    .product-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 26px;
      padding: 3px 9px;
      border-radius: 999px;
      background: rgba(4, 124, 124, .08);
      color: var(--teal-dark);
      font-size: 12px;
      font-weight: 800;
    }

    .pet .product-meta span {
      background: rgba(242, 184, 58, .18);
      color: #805900;
    }

    .routine {
      padding: 96px 0 100px;
      background: #ffffff;
      border-top: 1px solid var(--line);
    }

    .routine-head {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 42px;
      align-items: end;
      margin-bottom: 40px;
    }

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

    .routine-card {
      min-height: 260px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #f8fcfb;
      overflow: hidden;
    }

    .routine-card:nth-child(2) {
      background: #f4fbfd;
    }

    .routine-card:nth-child(3) {
      background: #fff9e6;
    }

    .routine-card b {
      display: block;
      padding: 0 28px;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.16;
    }

    .routine-card p {
      padding: 0 28px 28px;
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .routine-image {
      width: 100%;
      height: 174px;
      margin-bottom: 24px;
      object-fit: cover;
      border-bottom: 1px solid var(--line);
    }

    .ending {
      padding: 76px 0 82px;
      background: #045e61 url("/twh/assets/images/germagic/contact-clean-bg.jpg") center / cover no-repeat;
      color: white;
    }

    .ending-inner {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 44px;
      align-items: center;
    }

    .ending h2 {
      margin: 0;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.05;
      font-weight: 950;
    }

    .ending p {
      margin: 0;
      color: rgba(255, 255, 255, .86);
      font-size: 18px;
    }

    .ending-products {
      display: none;
    }

    .ending-products img {
      width: 100%;
      height: 170px;
      object-fit: contain;
      filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .18));
    }

    .contact-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      margin-top: 26px;
      padding: 12px 28px;
      background: #ffffff;
      color: #13231f;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 900;
    }

    .site-footer {
      padding: 24px 0;
      color: rgba(255, 255, 255, .78);
      background: var(--twh-purple);
      font-size: 14px;
      font-weight: 700;
    }

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

    .footer-links {
      display: flex;
      align-items: center;
      gap: 18px;
      white-space: nowrap;
    }

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

      .hero-inner,
      .intro-grid,
      .line-head,
      .showcase,
      .routine-head,
      .ending-inner {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
      }

      .hero-visual {
        min-height: 520px;
      }

      .hero-scene {
        width: 100%;
        min-height: 430px;
      }

      .hero-scene img {
        min-height: 430px;
        transform: scale(1.04);
      }

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

      .feature-band,
      .routine-grid {
        grid-template-columns: 1fr;
      }

      #brand-story .story-list {
        grid-template-columns: 1fr;
      }

      .intro-copy {
        position: static;
      }
    }

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

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

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

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

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

      .main-nav a.active::after,
      .main-nav a:hover::after {
        bottom: 0;
      }

      .container {
        width: min(100% - 34px, var(--max));
      }

      .hero {
        padding-top: 46px;
      }

      .hero-logos {
        grid-template-columns: auto auto;
        gap: 10px;
        width: max-content;
        margin-left: 0;
        margin-bottom: 24px;
      }

      .brand-lockup img {
        width: min(178px, 43vw);
        max-height: none;
      }

      .brand-lockup.pet img {
        width: min(178px, 43vw);
        max-height: none;
      }

      .hero h1 {
        font-size: clamp(40px, 11.5vw, 46px);
        line-height: 1.05;
      }

      .hero-copy > p:not(.eyebrow),
      .section-lead,
      .line-head p,
      .ending p {
        font-size: 16px;
      }

      .hero-copy > p:not(.eyebrow) {
        margin-top: 18px;
      }

      .hero-tags {
        margin-top: 22px;
      }

      .hero-visual {
        min-height: 340px !important;
        margin-top: 18px;
      }

      .hero-scene {
        min-height: 340px;
      }

      .hero-scene img {
        min-height: 340px;
        object-position: 62% center;
        transform: scale(1);
      }

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

      .story-item {
        grid-template-columns: 1fr;
      }

      .story-mark {
        width: min(100%, 240px);
      }

      .showcase-products {
        grid-template-columns: 1fr;
      }

      .showcase-products img {
        height: 280px;
      }

      .product-card {
        min-height: auto;
      }

      .ending-products img {
        height: 190px;
      }

      .footer-inner {
        width: min(100% - 34px, var(--max));
        flex-direction: column;
        justify-content: center;
        text-align: center;
      }
    }

    @media (max-width: 620px) {
      .brand-name {
        display: none;
      }

      .nav-icons {
        margin-left: auto;
      }

      .footer-links {
        justify-content: center;
        flex-wrap: wrap;
      }
    }

/* ===== 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) {
      .hero {
        padding: 34px 0 42px !important;
        min-height: 0 !important;
      }

      .hero-inner {
        gap: 20px !important;
      }

      .hero-copy {
        width: 100%;
        overflow: hidden;
        padding: 0 !important;
      }

      .hero-logos {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
      }

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

      .brand-lockup img,
      .brand-lockup.pet img {
        width: 100% !important;
        max-width: 158px !important;
      }

      .hero h1 {
        max-width: 100%;
        font-size: 28px !important;
        line-height: 1.18 !important;
        word-break: keep-all;
      }

      .hero-copy > p:not(.eyebrow) {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
      }

      .hero-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }

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

      .hero-tags {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }

      .tag {
        min-height: 34px !important;
        justify-content: center;
        padding: 6px 8px !important;
        text-align: center;
        font-size: 11px !important;
        line-height: 1.25 !important;
      }

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

      .proof-item {
        min-height: 132px !important;
        padding: 18px 14px !important;
        border: 1px solid var(--line) !important;
      }

      .proof-item b {
        font-size: 20px !important;
      }

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

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

      .feature {
        min-height: 118px !important;
        padding: 14px 10px !important;
      }

      .feature strong {
        font-size: 15px !important;
        line-height: 1.25 !important;
      }

      .feature span {
        display: none !important;
      }

      .showcase-products {
        min-height: 0 !important;
      }

      .showcase-products img {
        height: auto !important;
        aspect-ratio: 16 / 10 !important;
        object-fit: cover !important;
      }

      .product-grid {
        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 18px !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
      }

      .product-grid::-webkit-scrollbar {
        display: none;
      }

      .product-card {
        min-height: 268px !important;
        flex-basis: auto !important;
        box-shadow: none !important;
        scroll-snap-align: start !important;
      }

      .product-art {
        height: 142px !important;
        padding: 12px !important;
      }

      .product-art img {
        height: 112px !important;
        object-fit: contain !important;
      }

      .product-card-body {
        padding: 14px !important;
        gap: 8px !important;
      }

      .product-card h3 {
        min-height: 46px !important;
        font-size: 16px !important;
        line-height: 1.32 !important;
        display: -webkit-box;
        
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .product-card p {
        display: -webkit-box;
        
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px !important;
        line-height: 1.45 !important;
      }

      .product-meta span {
        min-height: 24px !important;
        padding: 3px 8px !important;
        font-size: 11px !important;
      }

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

      .routine-card {
        min-height: 132px !important;
      }

      .routine-image,
      .routine-card p {
        display: none !important;
      }

      .routine-card b {
        padding: 16px 10px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
      }
    }

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

@media (max-width: 760px) {
      .hero {
        overflow: hidden !important;
      }

      .hero-inner {
        position: relative !important;
        z-index: 1 !important;
      }

      .hero-visual {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        pointer-events: none !important;
        opacity: 0.56 !important;
      }

      .hero-scene {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
      }

      .hero-scene img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center !important;
        filter: blur(12px) saturate(0.92) !important;
        transform: scale(1.08) !important;
      }

      .hero-copy {
        position: relative !important;
        z-index: 2 !important;
      }

      .proof-strip {
        display: none !important;
      }

      .click-carousel .product-grid {
        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, 248px) !important;
        gap: 12px !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
      }

      .product-card {
        height: 248px !important;
        min-height: 0 !important;
        overflow: hidden !important;
      }

      #brand-story .click-carousel .story-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: hidden !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
      }

      #brand-story .click-carousel .story-list::-webkit-scrollbar {
        display: none;
      }

      #brand-story .story-item {
        height: 318px !important;
        min-height: 0 !important;
        display: grid !important;
        grid-template-rows: 142px 1fr !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
      }

      #brand-story .story-mark {
        width: 100% !important;
        height: 142px !important;
        aspect-ratio: auto !important;
      }

      #brand-story .story-item > div:not(.story-mark) {
        padding: 13px !important;
      }

      #brand-story .story-item h3 {
        font-size: 16px !important;
        line-height: 1.25 !important;
      }

      #brand-story .story-item p {
        display: -webkit-box !important;
        overflow: hidden !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        
      }
    }

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

@media (max-width: 760px) {
      .hero .hero-inner {
        width: 100% !important;
        max-width: none !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
      }

      .hero-visual {
        width: 100% !important;
        opacity: 0.72 !important;
      }

      .hero-scene img {
        filter: blur(12px) saturate(1.02) brightness(0.98) !important;
        transform: scale(1.14) !important;
      }

      #product-lines .feature,
      #germagic-pet .feature {
        min-height: 132px !important;
        padding: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        background: #fff !important;
      }

      #product-lines .feature::before,
      #germagic-pet .feature::before {
        content: "" !important;
        display: block !important;
        width: 100% !important;
        height: 82px !important;
        background-size: cover !important;
        background-position: center !important;
        flex: 0 0 auto !important;
      }

      #product-lines .feature:nth-child(1)::before {
        background-image: url("/twh/assets/images/germagic/scene-human-wide.jpg") !important;
      }

      #product-lines .feature:nth-child(2)::before {
        background-image: url("/twh/assets/images/germagic/scene-map1-application.jpg") !important;
      }

      #product-lines .feature:nth-child(3)::before {
        background-image: url("/twh/assets/images/germagic/outdoor-bag-product-mosquito-refined-step61.png") !important;
      }

      #germagic-pet .feature:nth-child(1)::before {
        background-image: url("/twh/assets/images/germagic/routine-grooming.jpg") !important;
      }

      #germagic-pet .feature:nth-child(2)::before {
        background-image: url("/twh/assets/images/germagic/scene-pet-application.jpg") !important;
      }

      #germagic-pet .feature:nth-child(3)::before {
        background-image: url("/twh/assets/images/germagic/routine-home-pet.jpg") !important;
      }

      #product-lines .feature strong,
      #germagic-pet .feature strong {
        padding: 9px 8px 10px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
      }

      .routine-card {
        min-height: 150px !important;
        padding: 0 !important;
        overflow: hidden !important;
      }

      .routine-image {
        display: block !important;
        width: 100% !important;
        height: 88px !important;
        object-fit: cover !important;
      }

      .routine-card b {
        display: block !important;
        padding: 10px 8px !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
      }
    }

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

@media (max-width: 760px) {
      .hero {
        position: relative !important;
        overflow: hidden !important;
        background: #eaf6fb !important;
      }

      .hero::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        inset: -28px !important;
        z-index: 0 !important;
        background: url("/twh/assets/images/germagic/hero-human-pet-clean-home-v01.png") center center / cover no-repeat !important;
        filter: blur(9px) saturate(1.04) brightness(1.03) !important;
        transform: scale(1.08) !important;
        pointer-events: none !important;
      }

      .hero::after {
        content: none !important;
        display: none !important;
      }

      .hero-visual {
        display: none !important;
      }

      .hero-inner {
        position: relative !important;
        z-index: 1 !important;
      }
    }

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

@media (max-width: 760px) {
      .click-carousel .product-art.multi,
      .click-carousel .product-art.multi.three {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        place-items: center !important;
      }

      .click-carousel .product-art.multi img:nth-child(n+2),
      .click-carousel .product-art.multi.three img:nth-child(n+2) {
        display: none !important;
      }

      .click-carousel .product-art {
        height: 146px !important;
        padding: 12px 10px !important;
      }

      .click-carousel .product-art img {
        width: 100% !important;
        height: 126px !important;
        max-width: 126px !important;
        object-fit: contain !important;
      }

      .click-carousel .product-art.multi img:first-child,
      .click-carousel .product-art.multi.three img:first-child {
        max-width: 138px !important;
      }
    }

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

@media (min-width: 761px) {
      .hero {
        position: relative !important;
        overflow: hidden !important;
        background: #eef8f8 !important;
        isolation: isolate;
      }

      .hero::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .74) 35%, rgba(255, 255, 255, .3) 58%, rgba(255, 255, 255, .06) 100%),
          url("/twh/assets/images/germagic/hero-human-pet-clean-home-v01.png") center center / cover no-repeat !important;
        opacity: 1 !important;
        pointer-events: none !important;
      }

      .hero::after {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, .45) 0 1px, transparent 1px 100%),
          linear-gradient(0deg, rgba(255, 255, 255, .42) 0 1px, transparent 1px 100%);
        background-size: 72px 72px;
        opacity: .18;
        pointer-events: none !important;
      }

      .hero-inner {
        position: relative !important;
        z-index: 1 !important;
      }

      .hero-copy {
        max-width: 650px;
        padding: 42px 0 46px !important;
      }

      .hero-visual {
        display: none !important;
      }

      .hero-button.secondary {
        background: rgba(255, 255, 255, .72) !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 ===== */

#product-lines .feature,
    #germagic-pet .feature {
      min-height: 262px !important;
      padding: 0 !important;
      overflow: hidden !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: flex-start !important;
      background: #fff !important;
    }

    #product-lines .feature::before,
    #germagic-pet .feature::before {
      content: "" !important;
      display: block !important;
      width: 100% !important;
      height: 132px !important;
      flex: 0 0 auto !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
    }

    #product-lines .feature:nth-child(1)::before {
      background-image: url("/twh/assets/images/germagic/scene-human-wide.jpg") !important;
    }

    #product-lines .feature:nth-child(2)::before {
      background-image: url("/twh/assets/images/germagic/scene-map1-application.jpg") !important;
    }

    #product-lines .feature:nth-child(3)::before {
      background-image: url("/twh/assets/images/germagic/outdoor-bag-product-mosquito-refined-step61.png") !important;
    }

    #germagic-pet .feature:nth-child(1)::before {
      background-image: url("/twh/assets/images/germagic/routine-grooming.jpg") !important;
    }

    #germagic-pet .feature:nth-child(2)::before {
      background-image: url("/twh/assets/images/germagic/scene-pet-application.jpg") !important;
    }

    #germagic-pet .feature:nth-child(3)::before {
      background-image: url("/twh/assets/images/germagic/routine-home-pet.jpg") !important;
    }

    #product-lines .feature strong,
    #germagic-pet .feature strong {
      margin: 0 !important;
      padding: 18px 18px 6px !important;
      font-size: 21px !important;
      line-height: 1.22 !important;
    }

    #product-lines .feature span,
    #germagic-pet .feature span {
      display: block !important;
      padding: 0 18px 20px !important;
      font-size: 14px !important;
      line-height: 1.62 !important;
    }

    @media (max-width: 760px) {
      #product-lines .feature,
      #germagic-pet .feature {
        min-height: 194px !important;
      }

      #product-lines .feature::before,
      #germagic-pet .feature::before {
        height: 90px !important;
      }

      #product-lines .feature strong,
      #germagic-pet .feature strong {
        padding: 10px 9px 4px !important;
        font-size: 13px !important;
      }

      #product-lines .feature span,
      #germagic-pet .feature span {
        padding: 0 9px 10px !important;
        font-size: 11px !important;
        line-height: 1.45 !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 ===== */

#product-lines .feature::before { height: auto !important; aspect-ratio: 1 / 1 !important; } #product-lines .feature:nth-child(1)::before { background-position: 32% 50% !important; } #product-lines .feature:nth-child(3)::before { background-position: 50% 50% !important; } @media(max-width:760px) { #product-lines .feature:nth-child(3)::before { background-size: 100% auto !important; background-position: 50% 50% !important; } }

/* ===== 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;
  }
}
