/* Liqa internal pages — production visual system
   The homepage remains the master: warm red fields, accelerating rays,
   bright editorial photography, disciplined rounded geometry and flat rails. */

.inner-page {
  --header-h: 4.15rem;
  --page-red: #bf1e2e;
  --page-red-deep: #981825;
  --page-red-bright: #bf1e2e;
  --page-warm: #fffdf6;
  --page-warm-deep: #f7f1e7;
  --page-line: rgba(87, 0, 13, .14);
  --brand-accent: var(--yellow-400);
  background: var(--white);
}

/* August 2026 client brand-page template */
.brand-client-page .brand-hero,
.brand-client-contact {
  background: var(--red-700);
}

.brand-client-page .brand-hero h1 {
  max-width: 100%;
  font-size: clamp(2.8rem, 6.5vw, 6.3rem);
  letter-spacing: -.035em;
  white-space: nowrap;
}

.brand-veterinary-formula .brand-hero h1 {
  font-size: clamp(1.8rem, 3.45vw, 3.35rem);
}

.brand-client-line {
  max-width: 36rem;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.brand-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.brand-category-chip {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: .55rem 1rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: var(--radius-pill);
  font-size: .82rem;
  font-weight: 760;
}

.brand-logo-placeholder {
  color: var(--red-700);
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-align: center;
}

.portfolio-brand-placeholder,
.brand-card-placeholder {
  width: 100%;
  min-height: 7rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--red-700);
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  text-align: center;
}

.brand-media-placeholder {
  width: 100%;
  min-height: 24rem;
  display: grid;
  place-content: center;
  gap: .5rem;
  padding: 2rem;
  color: var(--ink);
  background: var(--canvas);
  text-align: center;
}

.brand-media-placeholder strong {
  color: var(--red-700);
  font-size: clamp(2rem, 6vw, 4rem);
}

.brand-official-composition {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 24rem;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(.25rem, 1.5vw, 1rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2rem) 2.5rem;
  background: var(--canvas);
}

.brand-official-composition::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 10%;
  right: 10%;
  bottom: 1.6rem;
  height: 2.15rem;
  background: rgba(191, 30, 46, .12);
  border-radius: 50%;
  transform: perspective(18rem) rotateX(58deg);
}

.brand-product-visual .brand-official-composition,
.brand-client-gallery-item .brand-official-composition {
  height: 100%;
}

.brand-product-visual .brand-official-composition img,
.brand-client-gallery-item .brand-official-composition img {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  min-height: 0;
  max-height: clamp(17rem, 31vw, 27rem);
  max-width: 42%;
  object-fit: contain;
  filter: drop-shadow(0 1.2rem 1rem rgba(43, 37, 38, .15));
}

.brand-official-composition-inaba {
  align-items: center;
  gap: 0;
  padding-inline: 0;
}

.brand-product-visual .brand-official-composition-inaba img,
.brand-client-gallery-item .brand-official-composition-inaba img {
  width: 42%;
  max-width: none;
  max-height: none;
  margin-inline: -4.5%;
  mix-blend-mode: multiply;
}

.brand-official-composition-inaba img:nth-child(2) {
  z-index: 2;
  width: 46%;
}

.brand-yowup .brand-logo-panel,
.portfolio-brand-official-logo-yowup {
  background: var(--white);
}

.portfolio-brand-official-logo {
  width: min(94%, 10.25rem);
  height: 7.25rem;
  min-height: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: .35rem;
  border-radius: 1rem;
}

.portfolio-brand-official-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-brand-official-logo-yowup {
  width: min(94%, 10.25rem);
}

.brand-client-story,
.brand-client-gallery {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  background: var(--canvas);
}

.brand-client-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.brand-client-copy {
  max-width: 44rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.65vw, 1.35rem);
  line-height: 1.65;
}

.brand-placeholder-note {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.brand-client-gallery {
  padding-top: 0;
}

.brand-client-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.brand-client-gallery-item {
  min-height: 24rem;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-frame);
}

.brand-client-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.brand-client-contact {
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: var(--white);
}

.brand-client-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.brand-client-contact h2 {
  max-width: 13ch;
  margin-block: 1rem 1.25rem;
}

.brand-client-contact p {
  max-width: 42rem;
  color: rgba(255, 255, 255, .82);
}

.brand-client-contact-actions {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.brand-client-contact-actions > a:not(.button) {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.brand-official-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.brand-official-link .ui-icon {
  width: 1rem;
}

.choice-chip-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-chip-group legend {
  margin-bottom: .75rem;
  font-weight: 760;
}

.choice-chip-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.choice-chip {
  position: relative;
  cursor: pointer;
}

.choice-chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-chip span {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: .65rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-weight: 720;
  transition: color .2s var(--ease-out), background-color .2s var(--ease-out), border-color .2s var(--ease-out);
}

.choice-chip input:checked + span {
  color: var(--white);
  background: var(--red-700);
  border-color: var(--red-700);
}

.choice-chip input:focus-visible + span {
  outline: 3px solid var(--page-red-deep);
  outline-offset: 3px;
}

/* Finalized August 2026 corporate-page primitives */
.client-title-hero {
  padding: clamp(8.5rem, 14vw, 12rem) 0 clamp(3rem, 6vw, 5.5rem);
  color: var(--white);
  background: var(--red-700);
}

.client-title-hero-inner {
  display: grid;
  gap: 1.25rem;
}

.client-title-hero .breadcrumbs,
.client-title-hero .breadcrumbs a,
.client-title-hero .section-label {
  color: rgba(255, 255, 255, .92);
}

.client-title-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 10vw, 7.5rem);
  line-height: .9;
}

.client-feature-section,
.client-media-story,
.client-portfolio-section,
.client-stats-section,
.client-support-section {
  padding: clamp(4.5rem, 9vw, 8.5rem) 0;
}

.client-feature-section,
.client-portfolio-section,
.client-support-section {
  background: var(--canvas);
}

.client-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.client-feature-grid > * {
  min-width: 0;
}

.client-feature-sticky {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}

.client-feature-sticky h2,
.client-section-heading h2,
.client-media-story h2 {
  max-width: 14ch;
  margin-top: 1.25rem;
  font-size: clamp(2.7rem, 5.7vw, 5.4rem);
  line-height: .96;
}

.client-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-block: 1.75rem;
}

.client-chips span {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: .55rem .9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: .82rem;
  font-weight: 760;
}

.client-feature-copy {
  display: grid;
  gap: 2rem;
}

.client-feature-image {
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 2rem 0 0;
  overflow: hidden;
  border-radius: var(--radius-frame);
}

.client-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.client-lead {
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.55;
}

.client-proof-list {
  display: grid;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.client-proof-list li {
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 1.65rem;
  border-bottom: 1px solid var(--line);
}

.client-proof-list li::before {
  content: "";
  width: .55rem;
  aspect-ratio: 1;
  margin-left: -1.65rem;
  margin-right: 1.1rem;
  background: var(--orange-500);
  border-radius: 50%;
}

.portfolio-composition {
  position: relative;
  isolation: isolate;
  min-height: clamp(20rem, 36vw, 31rem);
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0;
  margin-top: 2rem;
  overflow: hidden;
  padding: 2.5rem 1rem 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-frame);
}

.portfolio-composition::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  bottom: 1.2rem;
  height: 2.4rem;
  background: rgba(191, 30, 46, .12);
  border-radius: 50%;
  transform: perspective(18rem) rotateX(62deg);
}

.portfolio-composition img {
  width: 42%;
  max-height: 25rem;
  margin-inline: -4.5%;
  object-fit: contain;
  filter: drop-shadow(0 1rem .8rem rgba(43, 37, 38, .15));
  mix-blend-mode: multiply;
}

.portfolio-composition img:nth-child(2) {
  z-index: 2;
  width: 46%;
}

.client-media-story {
  background: var(--white);
}

.client-media-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.client-media-story-grid > figure:not(.client-logo-centerpiece) {
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-frame);
}

.client-media-story-grid > figure:not(.client-logo-centerpiece) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.client-media-story p:not(.section-label),
.client-section-heading > p:not(.section-label) {
  max-width: 46rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.client-media-story .button {
  margin-top: 2rem;
}

.client-video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-frame);
  background: var(--ink);
}

.client-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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

.client-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-category-grid,
.client-channel-grid,
.client-commitment-grid,
.client-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-process-grid,
.client-roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-two-card-grid .content-card,
.client-values-grid .content-card {
  min-height: 14rem;
}

.client-logo-centerpiece {
  min-height: clamp(18rem, 34vw, 30rem);
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-frame);
  background: var(--white);
}

.client-logo-centerpiece img {
  width: min(80%, 25rem);
  height: auto;
  object-fit: contain;
}

.client-brand-partnership h3 {
  margin-top: 1.75rem;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.client-product-composition {
  position: relative;
  isolation: isolate;
  min-height: clamp(18rem, 34vw, 30rem);
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2.5rem 0 1rem;
  overflow: hidden;
  padding: 2rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-frame);
  background: var(--white);
}

.client-product-composition::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  bottom: 1.15rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(191, 30, 46, .1);
  transform: perspective(18rem) rotateX(62deg);
}

.client-product-composition img {
  width: 23%;
  max-height: 24rem;
  margin-inline: -2.4%;
  object-fit: contain;
  filter: drop-shadow(0 1rem 1rem rgba(43, 37, 38, .14));
  mix-blend-mode: multiply;
}

.client-product-composition img:nth-child(3) {
  z-index: 2;
  width: 27%;
}

.client-product-composition.composition-three img {
  width: 36%;
  margin-inline: -5%;
}

.client-product-composition.composition-three img:nth-child(2) {
  z-index: 2;
  width: 39%;
}

.client-roadmap {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.client-roadmap > h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.client-proof-line {
  margin: 2rem 0 1.25rem;
  color: var(--red-700);
  font-weight: 800;
}

.client-need-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.client-need-grid .content-card {
  min-height: auto;
}

.client-follow-strip {
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: var(--white);
  background: var(--ink);
}

.client-follow-strip .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
}

.client-follow-strip .section-label,
.client-follow-strip h2,
.client-follow-strip p {
  grid-column: 1;
}

.client-follow-strip .section-label {
  color: var(--white);
}

.client-follow-strip h2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.client-follow-strip .button {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.client-section-heading {
  display: grid;
  justify-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.client-stats-section {
  background: var(--white);
}

.client-support-section .content-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Preserve the intentional grid for each client section. The generic
   three-column support grid previously overrode these variants, leaving a
   visible empty third cell in Vision and Mission and an isolated final Value. */
.client-support-section .client-two-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-support-section .client-values-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  border-top: 0;
}

.client-support-section .client-values-grid > .content-card {
  grid-column: span 2;
  min-height: 18rem;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.35rem, 2.2vw, 2rem);
  background: var(--page-warm-deep);
  border: 1px solid var(--page-line);
  border-radius: 1.35rem;
}

.client-support-section .client-values-grid .content-card-mark {
  position: absolute;
  top: clamp(1.35rem, 2.2vw, 2rem);
  right: clamp(1.35rem, 2.2vw, 2rem);
}

.client-support-section .client-values-grid .content-card-body {
  padding-top: 2.35rem;
}

.client-support-section .client-values-grid h3 {
  max-width: none;
  padding-right: 2rem;
  font-size: clamp(1.75rem, 2.15vw, 2.35rem);
  line-height: 1;
  overflow-wrap: break-word;
}

.client-support-section .client-values-grid > .content-card:nth-child(5) {
  grid-column: 2 / span 2;
}

.client-support-section .client-category-grid:has(> :nth-child(7):last-child) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  border-top: 0;
}

.client-support-section .client-category-grid:has(> :nth-child(7):last-child) > .content-card {
  grid-column: span 2;
  min-height: 18rem;
  padding: clamp(1.35rem, 2.2vw, 2rem);
  background: var(--page-warm-deep);
  border: 1px solid var(--page-line);
  border-radius: 1.35rem;
}

.client-support-section .client-category-grid:has(> :nth-child(7):last-child) > .content-card:nth-child(5) {
  grid-column: 2 / span 2;
}

.client-support-section .client-category-grid:has(> :nth-child(5):last-child) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  border-top: 0;
}

.client-support-section .client-category-grid:has(> :nth-child(5):last-child) > .content-card {
  grid-column: span 2;
  min-height: 18rem;
  padding: clamp(1.35rem, 2.2vw, 2rem);
  background: var(--page-warm-deep);
  border: 1px solid var(--page-line);
  border-radius: 1.35rem;
}

.client-support-section .client-category-grid:has(> :nth-child(5):last-child) > .content-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.client-support-section .client-roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-support-section .client-roadmap-grid > .content-card {
  border-right: 1px solid var(--page-line);
}

.client-support-section .client-roadmap-grid > .content-card:last-child {
  border-right: 0;
}

.client-need-section .client-feature-copy,
.client-need-section .client-need-grid {
  min-width: 0;
  width: 100%;
}

.client-need-section .client-need-grid {
  grid-template-columns: 1fr;
}

.client-need-section .client-need-grid .content-card,
.client-need-section .client-need-grid .content-card:nth-child(2n),
.client-need-section .client-need-grid .content-card:nth-child(3n) {
  min-width: 0;
  border-right: 0;
}

.client-need-section .client-need-grid h3 {
  max-width: 18ch;
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  overflow-wrap: normal;
}

@media (min-width: 48rem) {
  .page-cta .page-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1.5rem;
  }
}

@media (max-width: 64rem) {
  .client-feature-grid,
  .client-media-story-grid {
    grid-template-columns: 1fr;
  }

  .client-feature-sticky {
    position: static;
    min-width: 0;
    width: 100%;
  }

  .client-support-section .content-card-grid {
    grid-template-columns: 1fr;
  }

  .client-support-section .client-category-grid:has(> :nth-child(7):last-child),
  .client-support-section .client-category-grid:has(> :nth-child(5):last-child) {
    grid-template-columns: 1fr;
  }

  .client-support-section .client-category-grid:has(> :nth-child(7):last-child) > .content-card,
  .client-support-section .client-category-grid:has(> :nth-child(5):last-child) > .content-card {
    grid-column: auto;
  }

  .client-support-section .client-category-grid:has(> :nth-child(7):last-child) > .content-card:nth-child(5),
  .client-support-section .client-category-grid:has(> :nth-child(5):last-child) > .content-card:nth-child(4) {
    grid-column: auto;
  }

  .client-support-section .client-values-grid > .content-card,
  .client-support-section .client-values-grid > .content-card:nth-child(5),
  .client-support-section .client-category-grid > .content-card,
  .client-support-section .client-category-grid > .content-card:nth-child(4),
  .client-support-section .client-category-grid > .content-card:nth-child(5) {
    grid-column: auto;
  }

  .client-two-card-grid,
  .client-values-grid,
  .client-category-grid,
  .client-channel-grid,
  .client-commitment-grid,
  .client-gallery-grid,
  .client-process-grid,
  .client-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .client-follow-strip .shell {
    grid-template-columns: 1fr;
  }

  .client-follow-strip .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 48rem) {
  .client-title-hero {
    padding-top: 7.5rem;
  }

  .client-feature-section,
  .client-media-story,
  .client-portfolio-section,
  .client-stats-section,
  .client-support-section {
    padding-block: 4rem;
  }

  .client-title-hero h1,
  .client-feature-sticky h2,
  .client-section-heading h2,
  .client-media-story h2 {
    overflow-wrap: anywhere;
  }

  .portfolio-composition {
    min-height: 17rem;
    padding-inline: 0;
  }

  .portfolio-composition img {
    width: 40%;
    max-height: 15rem;
    margin-inline: -4%;
  }

  .portfolio-composition img:nth-child(2) {
    width: 44%;
  }

  .client-product-composition {
    min-height: 15rem;
    padding-inline: .25rem;
  }

  .client-product-composition img {
    width: 28%;
    max-height: 13rem;
    margin-inline: -4.5%;
  }

  .client-product-composition.composition-three img {
    width: 43%;
    margin-inline: -8%;
  }

  .client-product-composition.composition-three img:nth-child(2) {
    width: 47%;
  }
}

@media (max-width: 48rem) {
  .brand-client-story-grid,
  .brand-client-gallery-grid,
  .brand-client-contact-grid {
    grid-template-columns: 1fr;
  }

  .brand-client-page .brand-hero-copy,
  .brand-client-page .brand-category-chips,
  .brand-client-contact-grid,
  .brand-client-contact-actions {
    justify-items: center;
    text-align: center;
  }

  .brand-client-line,
  .brand-client-contact h2,
  .brand-client-contact p {
    margin-inline: auto;
  }

  .brand-client-gallery-item,
  .brand-client-gallery-item img,
  .brand-media-placeholder {
    min-height: 18rem;
  }

  .brand-official-composition {
    min-height: 18rem;
  }

  .brand-product-visual .brand-official-composition img,
  .brand-client-gallery-item .brand-official-composition img {
    max-height: 15rem;
  }

  .brand-product-visual .brand-official-composition-inaba img,
  .brand-client-gallery-item .brand-official-composition-inaba img {
    width: 48%;
    max-height: none;
  }
}

.inner-page::before {
  background: var(--canvas);
  animation: none;
}

.inner-page::after {
  opacity: .08;
  background-size: 30px 30px;
  animation: none;
}

.inner-page main {
  min-height: 70vh;
  overflow: clip;
}

.inner-page main [id] {
  /* styles.css already reserves the sticky header through html scroll-padding. */
  scroll-margin-top: 0;
}

.inner-page main > section {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.inner-page .shell {
  width: min(calc(100% - 2rem), var(--shell));
}

/* Header continuity */
.page-header .desktop-nav > a,
.page-header .desktop-nav .nav-dropdown-parent {
  position: relative;
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(.78rem, .7vw, .84rem);
  font-weight: 690;
  white-space: nowrap;
}

.page-header .desktop-nav > a::after,
.page-header .desktop-nav .nav-dropdown-parent::after {
  content: "";
  position: absolute;
  inset: auto 0 .2rem;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s var(--ease-out);
}

.page-header .desktop-nav > a:hover::after,
.page-header .desktop-nav > a:focus-visible::after,
.page-header .desktop-nav > a[aria-current="page"]::after,
.page-header .desktop-nav .nav-dropdown-parent:hover::after,
.page-header .desktop-nav .nav-dropdown-parent:focus-visible::after,
.page-header .desktop-nav .nav-dropdown-parent[aria-current="page"]::after,
.page-header .desktop-nav .nav-dropdown.is-active .nav-dropdown-parent::after {
  transform: scaleX(1);
  transform-origin: left;
}

.page-header .mobile-menu > a[aria-current="page"] {
  color: var(--white);
}

/* Shared hero */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  color: rgba(255, 255, 255, .92);
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
}

.page-hero,
.brand-hero {
  position: relative;
  min-height: 44rem;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 4.75rem) 0 4.25rem;
  overflow: hidden;
  color: var(--white);
  background: var(--red-700);
}

.page-hero-atmosphere,
.brand-hero-atmosphere {
  position: absolute;
  inset: 0;
  opacity: .42;
  pointer-events: none;
  background-image: none;
  background-size: 30px 30px;
  mask-image: none;
}

.page-hero-rays,
.brand-hero-rays {
  position: absolute;
  z-index: 0;
  inset: auto -13vw -5rem 30%;
  height: 25rem;
  pointer-events: none;
  transform: rotate(-5deg);
}

.page-hero-rays span,
.brand-hero-rays span {
  position: absolute;
  left: 0;
  width: 112%;
  height: 3.4rem;
  opacity: .33;
  background: rgba(255, 255, 255, .16);
  border-radius: 50% 0 0 50%;
  transform-origin: left center;
}

.page-hero-rays span:nth-child(1),
.brand-hero-rays span:nth-child(1) {
  top: 2rem;
  transform: rotate(-8deg) skewX(-8deg);
}

.page-hero-rays span:nth-child(2),
.brand-hero-rays span:nth-child(2) {
  top: 7.4rem;
  transform: rotate(-2deg) skewX(-6deg);
}

.page-hero-rays span:nth-child(3),
.brand-hero-rays span:nth-child(3) {
  top: 13rem;
  transform: rotate(4deg) skewX(-4deg);
}

.page-hero-rays span:nth-child(4),
.brand-hero-rays span:nth-child(4) {
  top: 18.7rem;
  transform: rotate(10deg) skewX(-2deg);
}

.page-hero-grid,
.brand-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
  align-items: end;
}

.page-hero-copy,
.brand-hero-copy {
  display: grid;
  justify-items: start;
  gap: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem 1.1rem;
}

.hero-actions .button {
  min-height: 3.25rem;
  padding-inline: 1.35rem;
}

.hero-text-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .62);
  font-weight: 790;
  transition: color .2s ease, border-color .2s ease;
}

.hero-text-link:hover,
.hero-text-link:focus-visible {
  color: var(--white);
  border-color: var(--white);
}

.page-hero h1,
.brand-hero h1 {
  max-width: 9ch;
  font-size: clamp(3.85rem, 11vw, 7.8rem);
  line-height: .86;
  letter-spacing: -.05em;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: .5rem;
  color: rgba(255, 255, 255, .92);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-scroll-cue i {
  width: 2.6rem;
  height: 1px;
  background: var(--white);
}

.page-hero-media {
  position: relative;
  height: clamp(20rem, 63vw, 32rem);
  margin: 0;
  overflow: hidden;
  background: #eadfdb;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 1.75rem;
  box-shadow: 0 1.5rem 4rem rgba(72, 8, 15, .24);
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04);
  transition: transform .8s var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .page-hero-media:hover img {
    transform: scale(1.025);
  }
}

.page-hero-media-frame {
  position: absolute;
  z-index: 2;
  inset: 1rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 1.1rem;
}

/* Editorial content system */
.content-section,
.brand-intro,
.brand-quality,
.brand-ranges,
.brand-enquiry-section,
.faq-section,
.enquiry-section,
.contact-route {
  position: relative;
  padding-block: clamp(4rem, 6.5vw, 6rem);
  border-bottom: 1px solid var(--page-line);
}

.content-section {
  background: rgba(255, 255, 255, .97);
}

.content-section.layout-media-story,
.content-section.layout-values,
.content-section.layout-distribution-flow,
.content-section.layout-need-routes,
.brand-quality,
.enquiry-section {
  background: var(--canvas);
}

.section-masthead {
  display: grid;
  gap: 1.25rem;
}

.section-number {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: var(--page-red);
  border: 1px solid rgba(177, 38, 43, .28);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 800;
}

.section-heading {
  display: grid;
  gap: 1rem;
}

.section-label {
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  color: var(--page-red);
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.section-label::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  flex: 0 0 auto;
  background: var(--yellow-400);
}

/* The brand standard forbids Heritage Orange on red fields. These shared red
   surfaces use the reversed white accent while light sections retain orange. */
.client-title-hero .section-label::before,
.page-hero .section-label::before,
.brand-hero .section-label::before,
.layout-stats .section-label::before,
.page-cta-card .section-label::before,
.contact-path-business .section-label::before,
.contact-office-details .section-label::before,
.brand-client-contact .section-label::before,
.faq-heading-panel .section-label::before {
  background: var(--white);
}

.client-title-hero :focus-visible,
.page-hero :focus-visible,
.brand-hero :focus-visible,
.layout-stats :focus-visible,
.page-cta-card :focus-visible,
.contact-path-business :focus-visible,
.contact-office-details :focus-visible,
.brand-client-contact :focus-visible,
.faq-heading-panel :focus-visible {
  outline-color: var(--white);
}

.section-heading h2,
.brand-intro h2,
.brand-enquiry-message h2 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.7vw, 4.45rem);
  line-height: .94;
  letter-spacing: -.04em;
}

.section-heading > p:not(.section-label),
.brand-intro article > p:not(.section-label),
.brand-enquiry-message > p:not(.section-label) {
  max-width: 43rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.section-intro-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

.section-intro-layout > div:first-child {
  display: grid;
  gap: 1.5rem;
}

.section-copy {
  max-width: 46rem;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.55vw, 1.2rem);
}

.section-copy p + p,
.brand-intro article > p + p {
  margin-top: 1rem;
}

.section-media {
  position: relative;
  min-height: 22rem;
  margin: 0;
  overflow: hidden;
  background: var(--surface-deep);
  border-radius: 1.7rem;
  box-shadow: 0 1.25rem 3.5rem rgba(68, 17, 23, .11);
}

.section-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.section-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.section-media-index {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: .7rem;
  color: rgba(255, 255, 255, .95);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 780;
  line-height: 1;
}

.content-points {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--page-line);
}

.content-points li {
  position: relative;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  padding: .8rem .4rem .8rem 2rem;
  color: var(--ink);
  border-bottom: 1px solid var(--page-line);
}

.content-points li::before {
  content: "";
  position: absolute;
  left: .3rem;
  width: .55rem;
  height: .55rem;
  background: var(--yellow-400);
  border-radius: 50%;
  box-shadow: 0 0 0 .26rem rgba(177, 38, 43, .08);
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.2rem;
}

.text-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--page-red-deep);
  font-weight: 810;
}

.text-link span {
  transition: transform .2s var(--ease-out);
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(.25rem);
}

/* Content cards — numbered editorial modules, not generic floating tiles */
.content-card-grid {
  display: grid;
  gap: 0;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--page-line);
  counter-reset: card-index;
}

.content-card {
  position: relative;
  min-height: 17rem;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  align-content: start;
  padding: 1.6rem .25rem 2rem;
  border-bottom: 1px solid var(--page-line);
  counter-increment: card-index;
}

.content-card-mark::before {
  content: counter(card-index, decimal-leading-zero);
  color: var(--page-red);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .06em;
}

.content-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: .85rem;
}

.content-card h3 {
  max-width: 16ch;
  font-size: clamp(1.7rem, 3.3vw, 2.7rem);
  line-height: .98;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card .content-points {
  margin-top: .35rem;
}

.content-card .content-points li {
  min-height: 2.5rem;
  padding-block: .35rem;
  font-size: .9rem;
}

.card-cta {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  align-self: end;
  gap: .35rem;
  margin-top: .35rem;
  color: var(--page-red);
  font-size: .9rem;
  font-weight: 810;
}

.card-cta span {
  transition: transform .2s var(--ease-out);
}

.card-cta:hover span,
.card-cta:focus-visible span {
  transform: translate(.2rem, -.2rem);
}

.card-cta-context {
  display: block;
  margin-top: -.45rem;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 790;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.card-note {
  align-self: end;
  margin-top: .35rem;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* Layout-specific character */
.layout-manifesto .section-intro-layout {
  position: relative;
}

.layout-manifesto .section-copy {
  max-width: 58rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2.05rem);
  font-weight: 590;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.layout-manifesto .content-points {
  max-width: 48rem;
}

.layout-feature-pair .content-card-grid,
.layout-need-routes .content-card-grid {
  gap: 1rem;
  border-top: 0;
}

.layout-feature-pair .content-card,
.layout-need-routes .content-card {
  min-height: 22rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--page-line);
  border-radius: 1.6rem;
}

.layout-feature-pair .content-card:nth-child(even),
.layout-need-routes .content-card:nth-child(even) {
  color: var(--white);
  background: var(--canvas);
  border-color: transparent;
}

.layout-feature-pair .content-card:nth-child(even) p,
.layout-feature-pair .content-card:nth-child(even) li,
.layout-need-routes .content-card:nth-child(even) p,
.layout-need-routes .content-card:nth-child(even) li {
  color: rgba(255, 255, 255, .8);
}

.layout-feature-pair .content-card:nth-child(even) .content-card-mark::before,
.layout-need-routes .content-card:nth-child(even) .content-card-mark::before,
.layout-values .content-card:nth-child(3n + 2) .content-card-mark::before {
  color: var(--white);
}

.layout-feature-pair .content-card:nth-child(even) .card-cta,
.layout-need-routes .content-card:nth-child(even) .card-cta,
.layout-values .content-card:nth-child(3n + 2) .card-cta {
  color: var(--white);
}

.layout-feature-pair .content-card:nth-child(even) .card-note,
.layout-need-routes .content-card:nth-child(even) .card-note,
.layout-values .content-card:nth-child(3n + 2) .card-note {
  color: rgba(255, 255, 255, .78);
}

.layout-feature-pair .content-card:nth-child(even) .content-points,
.layout-feature-pair .content-card:nth-child(even) .content-points li,
.layout-need-routes .content-card:nth-child(even) .content-points,
.layout-need-routes .content-card:nth-child(even) .content-points li {
  border-color: rgba(255, 255, 255, .18);
}

.layout-partnerships .content-card-grid {
  gap: 0;
  border-top: 1px solid var(--page-line);
}

.layout-partnerships .content-card {
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--page-line);
  border-radius: 0;
}

.layout-partnerships .content-card-body {
  align-content: start;
}

.layout-partnerships .content-card h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
}

.layout-values .content-card-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  border-top: 0;
}

.layout-values .content-card {
  min-height: 16rem;
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid var(--page-line);
  border-radius: 1.5rem;
}

.layout-values .content-card:first-child {
  min-height: 22rem;
  align-content: end;
  background: var(--canvas);
}

.layout-values .content-card:nth-child(3n + 2) {
  color: var(--white);
  background: var(--page-red);
}

.layout-values .content-card:nth-child(3n + 2) p,
.layout-values .content-card:nth-child(3n + 2) li {
  color: rgba(255, 255, 255, .78);
}

.layout-checklist .content-points {
  max-width: none;
}

.layout-categories .content-card,
.layout-partner-types .content-card {
  min-height: 19rem;
}

.layout-distribution-flow .content-card-grid {
  position: relative;
}

.layout-distribution-flow .content-card {
  min-height: 15rem;
}

.section-feature-layout {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.section-feature-layout > .content-card-grid {
  margin-top: 0;
}

.layout-need-routes .section-feature-layout > .section-media {
  height: 100%;
  min-height: 30rem;
}

.layout-need-routes .section-feature-layout > .section-media img {
  object-position: center 38%;
}

.product-stage {
  min-height: 31rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: .35rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  isolation: isolate;
  background: var(--canvas);
}

.product-stage::after {
  z-index: -1;
  background: transparent;
}

.product-stage-orbit {
  position: absolute;
  z-index: -1;
  width: 78%;
  aspect-ratio: 1;
  top: 5%;
  left: 11%;
  border: 1px solid rgba(177, 38, 43, .16);
  border-radius: 50%;
}

.product-stage img {
  position: relative;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 19rem;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 1rem .9rem rgba(61, 18, 24, .16));
}

.product-stage img:nth-of-type(1) {
  z-index: 2;
  grid-column: 1 / 4;
  transform: rotate(-3deg) translateX(.4rem);
}

.product-stage img:nth-of-type(2) {
  z-index: 1;
  grid-column: 3 / 6;
  margin-left: -1.5rem;
  transform: translateY(.75rem);
}

.product-stage img:nth-of-type(3) {
  z-index: 3;
  grid-column: 5 / 7;
  height: 15rem;
  margin-left: -1.5rem;
  transform: rotate(3deg);
}

.product-stage figcaption {
  position: absolute;
  z-index: 4;
  left: 1.5rem;
  bottom: 1.1rem;
  color: var(--page-red-deep);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .075em;
  text-transform: uppercase;
}

/* Statistics use the same confident operating language as the homepage */
.layout-stats {
  color: var(--white);
  background: var(--red-700);
}

.layout-stats .section-number {
  color: var(--white);
  border-color: rgba(255, 255, 255, .3);
}

.layout-stats .section-heading h2 {
  color: var(--white);
}

.layout-stats .section-label {
  color: var(--white);
}

.layout-stats .section-copy,
.layout-stats .section-heading > p:not(.section-label) {
  color: var(--white);
}

.layout-stats .scale-caption {
  color: var(--white);
}

.stats-rail {
  display: grid;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.6rem;
}

.stat-item {
  min-height: 12rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.stat-item:last-child {
  border-bottom: 0;
}

.stat-item dt {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 8vw, 5.5rem);
  line-height: .86;
  letter-spacing: -.05em;
}

.stat-item dd {
  margin: 0;
  color: var(--white);
  font-size: .95rem;
  font-weight: 760;
}

/* Brand directory */
.portfolio-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.portfolio-brand-link {
  --portfolio-logo-scale: 1;
  --portfolio-logo-y: 0%;
  overflow: hidden;
  min-height: 9.5rem;
  display: grid;
  place-items: center;
  gap: .2rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--page-line);
  border-radius: 1.2rem;
  transition: transform .22s var(--ease-out), border-color .2s ease, box-shadow .22s ease;
}

.portfolio-brand-link:hover,
.portfolio-brand-link:focus-visible {
  z-index: 2;
  border-color: rgba(177, 38, 43, .45);
  box-shadow: 0 1rem 2.5rem rgba(67, 13, 19, .1);
  transform: translateY(-.3rem);
}

.portfolio-brand-link img {
  width: min(100%, 7rem);
  height: 5.7rem;
  object-fit: contain;
}

.portfolio-brand-link span {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 790;
}

.layout-brand-wall .section-intro-layout {
  max-width: 52rem;
}

.layout-brand-wall .content-points {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  border-top: 0;
}

.layout-brand-wall .content-points li {
  min-height: 2.8rem;
  padding: .65rem 1rem .65rem 2rem;
  background: rgba(177, 38, 43, .045);
  border: 1px solid rgba(177, 38, 43, .14);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 720;
}

.layout-brand-wall .content-points li::before {
  left: .85rem;
  width: .42rem;
  height: .42rem;
  box-shadow: none;
}

.layout-values .content-card h3 {
  width: 100%;
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
}

/* FAQ */
.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--page-line);
}

.faq-list details {
  border-bottom: 1px solid var(--page-line);
}

.faq-list summary {
  position: relative;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  padding: 1rem 3.8rem 1rem .1rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 740;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: .25rem;
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background-color: var(--page-red);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: .9rem 2px, 2px .9rem;
  border-radius: 50%;
  transition: transform .2s var(--ease-out), background-color .2s ease;
}

.faq-list details[open] summary::after {
  background: var(--orange-500);
  transform: rotate(45deg);
}

.faq-list details > div {
  max-width: 49rem;
  padding: 0 3rem 1.75rem .1rem;
  color: var(--muted);
}

/* CTA card */
.page-cta {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
  background: var(--white);
}

.page-cta-card {
  position: relative;
  display: grid;
  gap: 2.25rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  color: var(--white);
  background: var(--red-700);
  border-radius: 1.8rem;
}

.page-cta-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% 28%;
  height: 17rem;
  opacity: .2;
  background: var(--white);
  transform: rotate(-4deg);
}

.page-cta-card > * {
  position: relative;
  z-index: 1;
}

.page-cta-card h2 {
  max-width: 16ch;
  font-size: clamp(2.65rem, 4.6vw, 4.45rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.page-cta-card p:not(.section-label) {
  max-width: 43rem;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, .92);
}

.page-cta-card .section-label {
  color: var(--white);
}

.page-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
}

.page-cta-actions > a:not(.button) {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-weight: 790;
}

.page-cta-contact {
  display: grid !important;
  align-content: center;
  gap: .12rem;
}

.page-cta-contact > span:not(.sr-only) {
  color: rgba(255, 255, 255, .92);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.page-cta-contact strong {
  color: var(--white);
  font-size: 1rem;
}

/* Forms and contact routing */
.enquiry-section {
  background: var(--page-warm);
}

.enquiry-layout,
.contact-route-grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.enquiry-form,
.brand-enquiry form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.enquiry-form label,
.brand-enquiry label {
  display: grid;
  gap: .45rem;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 760;
}

.enquiry-form b,
.brand-enquiry b {
  color: var(--page-red);
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.brand-enquiry input,
.brand-enquiry select {
  width: 100%;
  min-height: 3.45rem;
  padding: .82rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cdbfc1;
  border-radius: .85rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus,
.brand-enquiry input:focus,
.brand-enquiry select:focus {
  border-color: var(--page-red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 201, 40, .32);
}

.enquiry-form [aria-invalid="true"],
.brand-enquiry [aria-invalid="true"] {
  border-color: var(--page-red);
  box-shadow: 0 0 0 3px rgba(177, 38, 43, .12);
}

.faq-list p a,
.client-media-story p a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.field-error {
  min-height: 1.05rem;
  color: var(--page-red-deep);
  font-size: .76rem;
  font-weight: 720;
}

.optional-fields {
  overflow: hidden;
  background: rgba(255, 255, 255, .5);
  border: 1px solid var(--page-line);
  border-radius: 1rem;
}

.optional-fields summary {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1rem;
  color: var(--page-red-deep);
  cursor: pointer;
  font-weight: 810;
}

.optional-fields summary span {
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.optional-fields .form-grid {
  padding: 0 1rem 1rem;
}

.enquiry-form .button,
.brand-enquiry .button {
  justify-self: start;
  cursor: pointer;
}

.enquiry-form .button:disabled,
.brand-enquiry .button:disabled {
  cursor: wait;
  opacity: .62;
}

.form-status {
  min-height: 1.6rem;
  color: var(--page-red-deep);
  font-weight: 760;
}

.form-status.is-success {
  padding: 1rem;
  background: rgba(255, 201, 40, .2);
  border-left: 4px solid var(--yellow-400);
}

.form-status.is-error {
  padding: 1rem;
  color: var(--page-red-deep);
  background: rgba(177, 38, 43, .08);
  border-left: 4px solid var(--page-red);
}

.form-handoff {
  max-width: 42rem;
  color: var(--muted);
  font-size: .78rem;
}

.form-response-promise {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: .1rem;
  color: var(--page-red-deep);
  font-size: .88rem;
  font-weight: 820;
}

.form-response-promise::before {
  width: .55rem;
  height: .55rem;
  flex: 0 0 auto;
  background: var(--yellow-400);
  border-radius: 50%;
  content: "";
}

.form-microcopy {
  max-width: 50rem;
  color: var(--muted);
  font-size: .78rem;
}

.contact-route {
  background: var(--white);
}

.contact-route:nth-of-type(even) {
  background: var(--page-warm);
}

.contact-route-actions {
  display: grid;
  border-top: 1px solid var(--page-line);
}

.contact-route-actions a {
  min-height: 7.25rem;
  display: grid;
  align-content: center;
  gap: .25rem;
  padding: 1rem .2rem;
  border-bottom: 1px solid var(--page-line);
  transition: color .18s ease, padding-left .2s var(--ease-out);
}

.contact-route-actions a:hover,
.contact-route-actions a:focus-visible {
  padding-left: .8rem;
  color: var(--page-red);
}

.contact-route-actions span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-route-actions strong {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.contact-gateway {
  position: relative;
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: var(--canvas);
  border-bottom: 1px solid var(--page-line);
}

.contact-gateway-heading {
  max-width: 46rem;
}

.contact-path-grid {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.contact-path {
  min-height: 25rem;
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 1.1rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 1.7rem;
}

.contact-path h3 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .94;
}

.contact-path > p:not(.section-label) {
  max-width: 42rem;
}

.contact-path-business {
  color: var(--white);
  background: var(--red-700);
}

.contact-path-business .section-label,
.contact-path-business > p:not(.section-label) {
  color: rgba(255, 255, 255, .84);
}

.contact-path-consumer {
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--page-line);
}

.contact-shared-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.contact-shared-actions a {
  min-height: 6rem;
}

.contact-form-panel[hidden] {
  display: none;
}

.back-to-routes {
  margin-bottom: 2rem;
}

.contact-office {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--page-warm);
  border-bottom: 1px solid var(--page-line);
}

.contact-office-layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: stretch;
}

.contact-office-map {
  min-width: 0;
  min-height: 24rem;
  overflow: hidden;
  background: #ded6d2;
  border: 1px solid var(--page-line);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 1.5rem 3.5rem rgba(75, 12, 18, .11);
}

.contact-office-map iframe {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  display: block;
  border: 0;
}

.contact-office-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.7rem, 4vw, 3.2rem);
  color: var(--white);
  background: var(--page-red);
  border-radius: clamp(1.25rem, 3vw, 2rem);
}

.contact-office-details .section-label {
  color: rgba(255, 255, 255, .82);
}

.contact-office-details h2 {
  margin-top: .75rem;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: .92;
}

.contact-office-details address {
  max-width: 32rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-style: normal;
  line-height: 1.65;
}

.contact-map-link {
  gap: .45rem;
  margin-top: 1.35rem;
  color: var(--white);
}

.contact-map-link:hover,
.contact-map-link:focus-visible {
  color: var(--white);
  border-bottom-color: var(--white);
}

.contact-map-link svg {
  width: 1.1rem;
  height: 1.1rem;
}

.contact-hours {
  width: 100%;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-top: clamp(1.6rem, 3vw, 2.2rem);
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.contact-hours h3 {
  color: var(--white);
  font-size: .83rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-hours dl {
  display: grid;
  gap: 1.35rem;
  margin-top: 1.25rem;
}

.contact-hours dl > div {
  display: grid;
  gap: .55rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.contact-hours dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-hours dt {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 820;
}

.contact-hours dd {
  display: grid;
  gap: .15rem;
  margin: 0;
  color: rgba(255, 255, 255, .83);
}

.contact-hours dd strong {
  color: var(--white);
  font-size: 1.05rem;
}

/* Brand pages */
.brand-royal-canin { --brand-accent: #e2001a; }
.brand-citycat { --brand-accent: #b49b59; }
.brand-gosbi { --brand-accent: #17633d; }
.brand-bravery { --brand-accent: #3b8058; }
.brand-woolf { --brand-accent: #222; }
.brand-natsbi { --brand-accent: #263e67; }
.brand-veterinary-formula { --brand-accent: #111; }
.brand-pure-life { --brand-accent: #d71949; }
.brand-sanicat { --brand-accent: #efc900; }
.brand-dr-elseys { --brand-accent: #396381; }
.brand-natua { --brand-accent: #5c8b46; }
.brand-anees { --brand-accent: #b89625; }

.brand-hero {
  background: var(--canvas);
}

.brand-logo-panel {
  width: clamp(7.5rem, 20vw, 10.5rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 1.35rem;
  box-shadow: 0 .9rem 2.7rem rgba(75, 12, 18, .2);
}

.brand-logo-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-product-visual {
  position: relative;
  min-height: 23rem;
  max-height: 32rem;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 1.8rem;
  box-shadow: 0 1.5rem 4rem rgba(72, 8, 15, .25);
}

.brand-product-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: .75rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 1.15rem;
}

.brand-product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  /* contain, not cover: several product photos are tall and narrow (a pouch or
     litter box shot around 0.6:1) inside this wide box, and cover was scaling
     to fill the width, then showing only the vertical center slice, which cut
     most product photos down to an unrecognizable close-up of the top label. */
  object-fit: contain;
  object-position: center;
  padding: 2rem;
  filter: none;
}

.brand-product-visual figcaption {
  display: none;
}

.brand-intro {
  background: var(--white);
}

.brand-intro-grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.brand-intro article {
  display: grid;
  gap: 1.45rem;
}

.brand-sidebar {
  display: grid;
  gap: 1.25rem;
}

.brand-section-nav {
  display: grid;
  padding: 1.35rem;
  background: var(--page-warm);
  border: 1px solid var(--page-line);
  border-radius: 1.3rem;
}

.brand-section-nav h3,
.brand-enquiry h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: -.025em;
}

.brand-section-nav a {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  border-top: 1px solid var(--page-line);
  font-weight: 750;
}

.brand-section-nav a:hover,
.brand-section-nav a:focus-visible {
  color: var(--page-red);
}

.brand-section-nav a span {
  color: var(--brand-accent);
}

.brand-secondary-visual {
  position: relative;
  min-height: 19rem;
  margin: 0;
  overflow: hidden;
  background: var(--page-warm);
  border: 1px solid var(--page-line);
  border-radius: 1.3rem;
}

.brand-secondary-visual img {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  object-fit: cover;
}

.brand-anees .brand-secondary-visual,
.brand-bravery .brand-secondary-visual,
.brand-dr-elseys .brand-secondary-visual,
.brand-gosbi .brand-secondary-visual,
.brand-sanicat .brand-secondary-visual {
  background: var(--white);
}

.brand-anees .brand-secondary-visual img,
.brand-bravery .brand-secondary-visual img,
.brand-dr-elseys .brand-secondary-visual img,
.brand-gosbi .brand-secondary-visual img,
.brand-sanicat .brand-secondary-visual img {
  padding: 1rem;
  object-fit: contain;
}

.brand-veterinary-formula .brand-secondary-visual img {
  object-position: right center;
}

.brand-secondary-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

.brand-secondary-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: .9rem;
  color: var(--white);
  font-size: .7rem;
  font-weight: 810;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.brand-quality-grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.brand-quality-copy {
  display: grid;
  gap: 1.35rem;
}

.brand-quality-detail {
  position: relative;
  min-height: 23rem;
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  color: var(--white);
  background: var(--canvas);
  border-radius: 1.7rem;
}

.brand-quality-detail .content-points {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  border-color: rgba(255, 255, 255, .2);
}

.brand-quality-detail .content-points li {
  color: var(--white);
  border-color: rgba(255, 255, 255, .2);
}

.brand-quality-detail .content-points li::before {
  box-shadow: 0 0 0 .26rem rgba(255, 255, 255, .08);
}

.brand-quality-watermark {
  position: absolute;
  right: -.04em;
  bottom: -.18em;
  max-width: 88%;
  overflow: hidden;
  color: rgba(255, 255, 255, .065);
  font-family: var(--font-display);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.07em;
  white-space: nowrap;
  pointer-events: none;
}

.brand-enquiry-section {
  color: var(--white);
  background: var(--canvas);
}

.brand-enquiry-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.brand-enquiry-message {
  display: grid;
  gap: 1.25rem;
}

.brand-enquiry-message .section-label {
  color: var(--white);
}

.brand-enquiry-message > p:not(.section-label) {
  color: rgba(255, 255, 255, .8);
}

.brand-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
}

.brand-contact-links a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.brand-enquiry {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 1.4rem;
  box-shadow: 0 1.4rem 3.5rem rgba(71, 10, 16, .22);
}

.brand-enquiry > p {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: .9rem;
}

.brand-ranges {
  background: var(--white);
}

.brand-ranges .content-card-grid {
  margin-top: 3rem;
}

.brand-ranges .content-card {
  min-height: 15rem;
  transition: background-color .2s ease, padding-left .22s var(--ease-out);
}

.brand-ranges .content-card:hover {
  padding-left: 1rem;
  background: var(--page-warm);
}

.brand-ranges .content-card-mark::after {
  content: "";
  display: block;
  width: .7rem;
  height: .7rem;
  margin-top: .8rem;
  background: var(--brand-accent);
  border-radius: 50%;
}

.brand-ranges .content-card-mark::before {
  font-size: 1.05rem;
}

.page-footer {
  margin-top: 0;
}

/* Content is visible by default. JavaScript adds reveal-ready only when
   IntersectionObserver is available, so motion never becomes a content gate. */
[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal].reveal-ready {
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0);
  transition:
    opacity .48s ease-out var(--reveal-delay, 0ms),
    transform .52s var(--ease-out) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js [data-reveal].reveal-ready.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (min-width: 40rem) {
  .portfolio-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .content-card {
    padding-inline: 1.25rem;
    border-right: 1px solid var(--page-line);
  }

  .content-card:nth-child(2n) {
    border-right: 0;
  }

  .layout-feature-pair .content-card,
  .layout-need-routes .content-card {
    border-right: 1px solid var(--page-line);
  }

  .layout-values .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-values .content-card:first-child {
    grid-column: 1 / -1;
  }

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

  .stat-item {
    border-right: 1px solid rgba(255, 255, 255, .2);
  }

  .stat-item:nth-child(2n) {
    border-right: 0;
  }
}

@media (min-width: 48rem) {
  .inner-page .shell {
    width: min(calc(100% - 3rem), var(--shell));
  }

  .page-hero-grid,
  .brand-hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(24rem, 1.14fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
  }

  .page-hero-media,
  .brand-product-visual {
    height: clamp(26rem, 43vw, 33rem);
  }

  .section-masthead {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 3.2rem);
  }

  .section-intro-layout:has(.section-media) {
    grid-template-columns: minmax(0, .82fr) minmax(23rem, 1.18fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
  }

  .layout-media-story .section-intro-layout:has(.section-media) {
    grid-template-columns: minmax(23rem, 1.15fr) minmax(0, .85fr);
    align-items: center;
  }

  .layout-media-story .section-intro-layout > div:first-child {
    order: 2;
  }

  .layout-media-story .section-media {
    order: 1;
    min-height: 31rem;
  }

  .portfolio-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-route-grid {
    grid-template-columns: minmax(0, .92fr) minmax(21rem, .72fr);
    gap: clamp(3rem, 7vw, 7rem);
  }

  .contact-path-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(18rem, .82fr);
  }

  .contact-office-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(22rem, .82fr);
  }

  .contact-office-map,
  .contact-office-map iframe {
    min-height: 41rem;
  }

  .page-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
}

@media (min-width: 64rem) {
  .layout-manifesto > .shell,
  .layout-checklist > .shell,
  .layout-values > .shell {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr);
    column-gap: clamp(4rem, 8vw, 8rem);
    align-items: start;
  }

  .layout-manifesto .section-masthead,
  .layout-checklist .section-masthead,
  .layout-values .section-masthead {
    grid-column: 1;
  }

  .layout-manifesto .section-intro-layout,
  .layout-checklist .section-intro-layout,
  .layout-values .section-intro-layout {
    grid-column: 2;
    margin-top: 4.25rem;
  }

  .layout-manifesto .section-copy {
    font-size: clamp(1.22rem, 1.9vw, 1.65rem);
  }

  .layout-values .content-card-grid {
    grid-column: 1 / -1;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .layout-values .content-card:first-child {
    grid-column: span 2;
  }

  .content-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-ranges .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-ranges .content-card:nth-child(2n) {
    border-right: 0;
  }

  .brand-ranges .content-card:nth-child(2n + 1) {
    border-right: 1px solid var(--page-line);
  }

  .content-card:nth-child(2n) {
    border-right: 1px solid var(--page-line);
  }

  .content-card:nth-child(3n) {
    border-right: 0;
  }

  .layout-feature-pair .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-feature-pair .content-card {
    border-right: 1px solid var(--page-line);
  }

  .layout-partnerships .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-partnerships .content-card-grid:has(> :nth-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .layout-partnerships .content-card {
    border-right: 1px solid var(--page-line);
  }

  .layout-partnerships .content-card:last-child {
    border-right: 0;
  }

  .layout-need-routes .content-card-grid,
  .layout-partner-types .content-card-grid,
  .layout-categories .content-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-feature-layout {
    grid-template-columns: minmax(21rem, .82fr) minmax(0, 1.18fr);
  }

  .layout-need-routes .section-feature-layout {
    grid-template-columns: minmax(24rem, 1fr) minmax(0, 1fr);
  }

  .layout-categories .section-feature-layout .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-categories .section-feature-layout .content-card {
    min-height: 14rem;
  }

  .layout-need-routes .section-feature-layout .content-card-grid {
    grid-template-columns: 1fr;
  }

  .layout-need-routes .section-feature-layout .content-card {
    min-height: 0;
  }

  .layout-checklist .content-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-checklist .content-points li:nth-child(odd) {
    border-right: 1px solid var(--page-line);
    padding-right: 2rem;
  }

  .layout-checklist .content-points li:nth-child(even) {
    padding-left: 3rem;
  }

  .layout-checklist .content-points li:nth-child(even)::before {
    left: 1.3rem;
  }

  .stats-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-rail:has(.stat-item:nth-child(6)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stat-item,
  .stat-item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;
  }

  .stat-item:last-child {
    border-right: 0;
  }

  .stats-rail:has(.stat-item:nth-child(6)) .stat-item,
  .stats-rail:has(.stat-item:nth-child(6)) .stat-item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .stats-rail:has(.stat-item:nth-child(6)) .stat-item:nth-child(3n) {
    border-right: 0;
  }

  .stats-rail:has(.stat-item:nth-child(6)) .stat-item:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .portfolio-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .faq-layout,
  .enquiry-layout {
    grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
    gap: clamp(4rem, 8vw, 8rem);
  }

  .faq-heading-panel {
    height: auto;
    min-height: var(--faq-collapsed-height, 0);
    align-self: start;
  }

  .faq-layout > .section-heading,
  .enquiry-layout > .section-heading {
    position: sticky;
    top: calc(var(--header-h) + 2rem);
  }

  .brand-intro-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 23rem);
    gap: clamp(4rem, 8vw, 8rem);
  }

  .brand-sidebar {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }

  .brand-quality-grid {
    grid-template-columns: minmax(0, .9fr) minmax(23rem, 1.1fr);
    gap: clamp(4rem, 8vw, 8rem);
  }

  .brand-enquiry-layout {
    grid-template-columns: minmax(0, .85fr) minmax(26rem, 1.15fr);
    gap: clamp(4rem, 8vw, 8rem);
  }
}

@media (min-width: 76rem) {
  .page-hero,
  .brand-hero {
    min-height: min(52rem, 92vh);
  }

  .page-hero h1,
  .brand-hero h1 {
    font-size: clamp(5rem, 7.7vw, 7.8rem);
  }

  .page-hero-media,
  .brand-product-visual {
    transform: translateY(.5rem);
  }
}

@media (max-width: 47.99rem) {
  .page-hero,
  .brand-hero {
    min-height: 50rem;
    padding-top: calc(var(--header-h) + 3rem);
    padding-bottom: 2rem;
  }

  .page-hero {
    min-height: 0;
    align-items: start;
  }

  .page-hero-copy,
  .brand-hero-copy {
    gap: .85rem;
  }

  .page-hero h1,
  .brand-hero h1 {
    font-size: clamp(3.15rem, 16vw, 3.85rem);
  }

  .page-hero-media,
  .brand-product-visual {
    grid-row: 1;
    height: 19rem;
    min-height: 19rem;
    border-radius: 1.35rem;
  }

  .page-hero-copy,
  .brand-hero-copy {
    grid-row: 2;
  }

  .page-hero-media img {
    object-position: 56% center;
  }

  .page-hero-rays,
  .brand-hero-rays {
    inset: auto -35vw -3rem 14%;
    opacity: .65;
    transform: rotate(-7deg) scale(.86);
  }

  .hero-scroll-cue {
    display: none;
  }

  .hero-actions {
    width: 100%;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-text-link {
    justify-content: center;
  }

  .brand-logo-panel {
    position: absolute;
    top: -5.6rem;
    left: .8rem;
    z-index: 4;
    width: 5rem;
    border-radius: .9rem;
  }

  .brand-hero-copy {
    position: relative;
    padding-top: .5rem;
  }

  .brand-product-visual figcaption {
    display: none;
  }

  .content-section,
  .brand-intro,
  .brand-quality,
  .brand-ranges,
  .brand-enquiry-section,
  .faq-section,
  .enquiry-section,
  .contact-route {
    padding-block: 4.5rem;
  }

  .content-card,
  .layout-feature-pair .content-card,
  .layout-need-routes .content-card {
    min-height: 0;
  }

  .layout-partnerships .content-card {
    padding-inline: .2rem;
  }

  .section-feature-layout > .section-media,
  .layout-need-routes .section-feature-layout > .section-media {
    min-height: 24rem;
  }

  .product-stage {
    min-height: 24rem;
  }

  .product-stage img {
    height: 14rem;
  }

  .product-stage img:nth-of-type(3) {
    height: 11rem;
  }

  .contact-shared-actions {
    grid-template-columns: 1fr;
  }

  .contact-path {
    min-height: 21rem;
  }

  .page-cta {
    padding-inline: .5rem;
  }

  .page-cta-card {
    border-radius: 1.35rem;
  }
}

/* 2026-07 refinement pass: reusable editorial layouts and interaction states */
.section-heading h2,
.brand-intro h2,
.brand-enquiry-message h2 {
  max-width: 19ch;
  text-wrap: balance;
}

.manifesto-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: .65rem 0 0;
  overflow: hidden;
  background: var(--page-warm);
  border-radius: 1.35rem;
  box-shadow: 0 1rem 2.5rem rgba(68, 17, 23, .1);
}

.manifesto-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-manifesto .section-heading > .product-stage {
  width: 100%;
  margin-top: .65rem;
}

.layout-feature-pair .content-card {
  min-height: 0;
  align-content: start;
}

.layout-feature-pair .content-card-body {
  min-height: 12rem;
}

.layout-media-story .section-copy {
  max-width: 42rem;
  font-size: clamp(1.16rem, 1.8vw, 1.4rem);
  line-height: 1.55;
}

.content-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.content-card-link .card-cta {
  margin-top: auto;
}

.brand-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.4rem;
}

.brand-filter button {
  min-height: 3rem;
  padding: .72rem 1rem;
  color: var(--ink);
  background: rgba(177, 38, 43, .045);
  border: 1px solid rgba(177, 38, 43, .16);
  border-radius: 999px;
  font: inherit;
  font-size: .86rem;
  font-weight: 760;
  cursor: pointer;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .22s ease,
    transform .22s var(--ease-out);
}

.brand-filter button:hover,
.brand-filter button:focus-visible {
  border-color: rgba(177, 38, 43, .48);
  box-shadow: 0 .55rem 1.25rem rgba(67, 13, 19, .08);
  transform: translateY(-2px);
}

.brand-filter button[aria-pressed="true"] {
  color: var(--white);
  background: var(--page-red);
  border-color: var(--page-red);
}

.portfolio-brand-grid > li {
  min-width: 0;
  transition: opacity .2s ease, transform .24s var(--ease-out);
}

.portfolio-brand-grid > li[hidden] {
  display: none;
}

.brand-filter-empty {
  grid-column: 1 / -1;
  margin: 2rem 0 0;
  padding: 1.2rem;
  color: var(--muted);
  background: var(--page-warm);
  border: 1px solid var(--page-line);
  border-radius: 1rem;
}

.brand-filter-empty[hidden] {
  display: none;
}

.portfolio-brand-link {
  height: 11rem;
  min-height: 11rem;
  grid-template-rows: 1fr auto;
  gap: .65rem;
}

.portfolio-brand-link img {
  width: min(94%, 10.25rem);
  height: 7.25rem;
}

/* Optical corrections compensate for each supplied logo's baked-in padding.
   The cards and logo stages stay identical in size. */
.portfolio-brand-link > img {
  transform: translateY(var(--portfolio-logo-y)) scale(var(--portfolio-logo-scale));
}

.portfolio-brand-link-royal-canin { --portfolio-logo-scale: 1.3; --portfolio-logo-y: 2%; }
.portfolio-brand-link-dr-elseys { --portfolio-logo-scale: 1.45; --portfolio-logo-y: -3%; }
.portfolio-brand-link-natua { --portfolio-logo-scale: 2.05; --portfolio-logo-y: -2%; }
.portfolio-brand-link-gosbi { --portfolio-logo-scale: 2.8; --portfolio-logo-y: -8%; }
.portfolio-brand-link-natsbi { --portfolio-logo-scale: 2.35; --portfolio-logo-y: -7%; }
.portfolio-brand-link-sanicat { --portfolio-logo-scale: 2.05; --portfolio-logo-y: -7%; }
.portfolio-brand-link-citycat { --portfolio-logo-scale: 1.75; --portfolio-logo-y: -6%; }
.portfolio-brand-link-bravery { --portfolio-logo-scale: .9; --portfolio-logo-y: -.5%; }
.portfolio-brand-link-woolf { --portfolio-logo-scale: 1.9; --portfolio-logo-y: 3%; }
.portfolio-brand-link-veterinary-formula { --portfolio-logo-scale: 1.85; }
.portfolio-brand-link-pure-life { --portfolio-logo-scale: 1.6; --portfolio-logo-y: -6%; }
.portfolio-brand-link-anees { --portfolio-logo-scale: 1.8; --portfolio-logo-y: -5%; }

@media (max-width: 47.99rem) {
  .portfolio-brand-link-royal-canin { --portfolio-logo-scale: 1.1; }
  .portfolio-brand-link-dr-elseys { --portfolio-logo-scale: 1.2; }
  .portfolio-brand-link-natua { --portfolio-logo-scale: 1.65; }
  .portfolio-brand-link-gosbi { --portfolio-logo-scale: 2.25; }
  .portfolio-brand-link-natsbi { --portfolio-logo-scale: 1.9; }
  .portfolio-brand-link-sanicat { --portfolio-logo-scale: 1.65; }
  .portfolio-brand-link-citycat { --portfolio-logo-scale: 1.4; }
  .portfolio-brand-link-bravery { --portfolio-logo-scale: .8; }
  .portfolio-brand-link-woolf { --portfolio-logo-scale: 1.5; }
  .portfolio-brand-link-veterinary-formula { --portfolio-logo-scale: 1.5; }
  .portfolio-brand-link-pure-life { --portfolio-logo-scale: 1.3; }
  .portfolio-brand-link-anees { --portfolio-logo-scale: 1.45; }

  .portfolio-brand-official-logo {
    width: 82%;
  }

  .portfolio-brand-official-logo-yowup {
    width: 82%;
    max-width: 82%;
  }
}

.portfolio-brand-link .portfolio-brand-cta {
  position: relative;
  z-index: 2;
  color: var(--page-red);
  font-size: .75rem;
  font-weight: 810;
}

.portfolio-brand-cta i,
.partnership-brand-link i {
  display: inline-block;
  font-style: normal;
  transition: transform .2s var(--ease-out);
}

.portfolio-brand-link:hover i,
.portfolio-brand-link:focus-visible i,
.partnership-brand-link:hover i,
.partnership-brand-link:focus-visible i {
  transform: translate(.2rem, -.2rem);
}

.partnership-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.partnership-brand-link {
  min-height: 10.5rem;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .65rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--page-line);
  border-radius: 1.25rem;
  transition: transform .22s var(--ease-out), border-color .2s ease, box-shadow .22s ease;
}

.partnership-brand-link img {
  width: min(100%, 8.5rem);
  height: 6rem;
  object-fit: contain;
}

.partnership-brand-link span {
  color: var(--page-red);
  font-size: .76rem;
  font-weight: 810;
}

.product-stage {
  background: var(--canvas);
}

.product-stage-rays {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  opacity: .34;
}

.product-stage-rays i {
  position: absolute;
  left: -15%;
  width: 130%;
  height: 9%;
  background: rgba(177, 38, 43, .13);
  border-radius: 999px;
  transform: rotate(-9deg);
}

.product-stage-rays i:nth-child(1) {
  top: 25%;
}

.product-stage-rays i:nth-child(2) {
  top: 47%;
}

.product-stage-rays i:nth-child(3) {
  top: 69%;
}

.product-stage-compact {
  min-height: 20rem;
  aspect-ratio: 16 / 10;
}

.product-stage-compact img {
  height: 13.5rem;
}

.product-stage-compact img:nth-of-type(3) {
  height: 10.5rem;
}

.product-stage-photo {
  position: relative;
  display: block;
  min-height: 27rem;
  padding: 0;
  isolation: isolate;
  background: #efe4dc;
}

.product-stage-photo::after {
  z-index: 1;
  background: transparent;
}

.product-stage-photo > img,
.product-stage-photo > img:nth-of-type(1) {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
}

.product-stage-photo figcaption {
  z-index: 2;
  color: var(--white);
  text-shadow: 0 .1rem .8rem rgba(51, 8, 13, .32);
}

.product-stage-photo.product-stage-compact {
  min-height: 20rem;
}

.need-explorer {
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.need-explorer-sticky,
.need-explorer-content {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.need-explorer-sticky .section-masthead {
  margin: 0;
}

.need-explorer-sticky .section-media {
  height: clamp(20rem, 32vw, 27rem);
  min-height: 0;
}

.need-explorer-sticky .section-media img {
  object-position: center 40%;
}

.need-explorer-content .section-copy {
  max-width: 46rem;
}

.need-explorer-content .content-card-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0;
}

.need-explorer-content .content-card {
  min-height: 0;
}

.layout-need-routes .section-feature-layout > .section-media {
  height: clamp(18rem, 28vw, 22rem);
  min-height: 0;
  align-self: start;
}

.layout-need-routes .section-feature-layout > .section-media img {
  object-position: center 42%;
}

@media (min-width: 64rem) {
  .need-explorer {
    grid-template-columns: minmax(25rem, .9fr) minmax(0, 1.1fr);
  }

  .need-explorer-sticky {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}

.faq-section {
  background: #fffaf5;
}

.faq-heading-panel {
  display: grid;
  min-width: 0;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--white);
  background: var(--red-700);
  border-radius: 1.5rem;
}

.faq-heading-panel h2 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: .96;
}

.faq-heading-panel > p:not(.section-label) {
  max-width: 34rem;
  color: rgba(255, 255, 255, .92);
}

.faq-heading-panel .section-label {
  color: var(--white);
}

.faq-heading-panel .button {
  justify-self: start;
  min-width: 0;
  max-width: 100%;
  margin-top: .55rem;
  white-space: normal;
  text-align: center;
}

@media (max-width: 63.99rem) {
  .faq-heading-panel {
    height: auto;
    min-height: 0;
    padding-bottom: clamp(2rem, 5vw, 2.75rem);
  }
}

@media (max-width: 29rem) {
  .faq-heading-panel .button {
    width: 100%;
  }
}

.faq-list {
  display: grid;
  gap: .75rem;
  border-top: 0;
}

.faq-list details {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--page-line);
  border-radius: 1.1rem;
  box-shadow: 0 .35rem 1.2rem rgba(67, 13, 19, .045);
  transition: border-color .2s ease, box-shadow .22s ease;
}

.faq-list details:hover,
.faq-list details:focus-within,
.faq-list details[open] {
  border-color: rgba(177, 38, 43, .34);
  box-shadow: 0 .8rem 2rem rgba(67, 13, 19, .075);
}

.faq-list summary {
  min-height: 5.05rem;
  padding: 1rem 4rem 1rem 1.25rem;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
}

.faq-list summary::after {
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
}

.faq-list details > div {
  padding: 0 4rem 1.4rem 1.25rem;
}

.page-cta-card::after {
  display: none;
}

.page-cta-pattern {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .1;
}

.page-cta-pattern span {
  position: absolute;
  left: -28%;
  width: 156%;
  height: clamp(2.6rem, 6vw, 5.8rem);
  background: var(--white);
  border-radius: 999px;
  transform: translate3d(-4%, 0, 0) rotate(-9deg);
  animation: cta-rays-drift 12s ease-in-out infinite alternate;
  will-change: transform;
}

.page-cta-pattern span:nth-child(1) {
  top: 5%;
}

.page-cta-pattern span:nth-child(2) {
  top: 29%;
  animation-delay: -3s;
  animation-duration: 15s;
}

.page-cta-pattern span:nth-child(3) {
  top: 55%;
  animation-delay: -7s;
  animation-duration: 13s;
}

.page-cta-pattern span:nth-child(4) {
  top: 81%;
  animation-delay: -10s;
  animation-duration: 16s;
}

@keyframes cta-rays-drift {
  to {
    transform: translate3d(12%, 0, 0) rotate(-9deg);
  }
}

.category-explorer {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.category-explorer-sticky {
  display: grid;
  gap: 2rem;
}

.category-explorer-sticky .section-masthead {
  margin: 0;
}

.category-explorer-sticky .product-stage {
  width: 100%;
}

.category-explorer-content {
  display: grid;
  gap: 1.5rem;
}

.category-explorer-content > .section-copy {
  max-width: 42rem;
  font-size: clamp(1.14rem, 1.8vw, 1.4rem);
}

.category-explorer-content .content-card-grid {
  margin-top: 1rem;
  border-top: 1px solid var(--page-line);
}

.layout-category-explorer .content-card {
  min-height: 14rem;
  border-right: 0;
  border-bottom: 1px solid var(--page-line);
}

@media (hover: hover) {
  .content-card,
  .content-points li {
    transition:
      color .2s ease,
      background-color .2s ease,
      border-color .2s ease,
      box-shadow .22s ease,
      transform .22s var(--ease-out);
  }

  .layout-feature-pair .content-card:hover,
  .layout-values .content-card:hover,
  .layout-partner-types .content-card:hover,
  .layout-categories .content-card:hover,
  .layout-need-routes .content-card:hover {
    z-index: 2;
    border-color: rgba(177, 38, 43, .34);
    box-shadow: 0 1rem 2.4rem rgba(67, 13, 19, .1);
    transform: translateY(-.25rem);
  }

  .layout-manifesto .content-points li:hover,
  .layout-checklist .content-points li:hover {
    color: var(--page-red-deep);
    background: rgba(177, 38, 43, .045);
    transform: translateX(.25rem);
  }

  .partnership-brand-link:hover,
  .partnership-brand-link:focus-visible {
    border-color: rgba(177, 38, 43, .42);
    box-shadow: 0 1rem 2.4rem rgba(67, 13, 19, .09);
    transform: translateY(-.25rem);
  }
}

@media (min-width: 48rem) {
  .partnership-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .layout-feature-pair .content-card-body {
    min-height: 11rem;
  }
}

@media (min-width: 64rem) {
  .layout-manifesto .section-intro-layout,
  .layout-checklist .section-intro-layout,
  .layout-values .section-intro-layout {
    margin-top: 3.1rem;
  }

  .layout-manifesto > .shell {
    grid-template-columns: minmax(24rem, .95fr) minmax(30rem, 1.05fr);
    column-gap: clamp(3rem, 6vw, 6rem);
  }

  .layout-brand-wall > .shell {
    display: grid;
    grid-template-columns: minmax(24rem, .9fr) minmax(30rem, 1.1fr);
    column-gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
  }

  .layout-brand-wall .section-masthead {
    grid-column: 1;
  }

  .layout-brand-wall .section-intro-layout {
    grid-column: 2;
    max-width: none;
    margin-top: 3.15rem;
  }

  .layout-brand-wall .brand-filter {
    grid-column: 2;
  }

  .layout-brand-wall .portfolio-brand-grid {
    grid-column: 1 / -1;
  }

  .layout-media-story .section-heading h2 {
    max-width: 22ch;
  }

  .category-explorer {
    grid-template-columns: minmax(25rem, .9fr) minmax(0, 1.1fr);
  }

  .category-explorer-sticky {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }

  .category-explorer-sticky .product-stage {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .category-explorer-content .content-card-grid {
    grid-template-columns: 1fr;
  }

  .layout-category-explorer .content-card,
  .layout-category-explorer .content-card:nth-child(2n),
  .layout-category-explorer .content-card:nth-child(3n) {
    min-height: 13rem;
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-cta-pattern span {
    animation: none !important;
    transform: rotate(-9deg);
    will-change: auto;
  }

  .inner-page *,
  .inner-page *::before,
  .inner-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .js [data-reveal].reveal-ready {
    opacity: 1;
    transform: none;
  }
}

/* 2026-07 responsive density and viewport-safety pass */
@media (min-width: 64rem) {
  .layout-values .content-card-grid {
    grid-auto-rows: minmax(18rem, auto);
  }

  .layout-values .content-card,
  .layout-values .content-card:first-child {
    min-height: 18rem;
    align-content: center;
  }
}

@media (max-width: 47.99rem) {
  .inner-page,
  .inner-page main,
  .inner-page section,
  .inner-page .shell,
  .page-hero-grid,
  .brand-hero-grid,
  .section-masthead,
  .section-intro-layout,
  .section-feature-layout,
  .section-heading,
  .section-media,
  .manifesto-media,
  .product-stage,
  .page-hero-media,
  .brand-product-visual {
    min-width: 0;
    max-width: 100%;
  }

  .section-label {
    width: 100%;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    align-items: start;
    gap: .65rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .section-label::before {
    margin-top: .52em;
  }

  .section-heading h2,
  .section-masthead h2,
  .page-hero h1,
  .brand-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .section-media,
  .manifesto-media,
  .product-stage,
  .page-hero-media,
  .brand-product-visual,
  .section-media img,
  .manifesto-media img,
  .page-hero-media img,
  .brand-product-visual img {
    width: 100%;
  }

  .layout-values .content-card,
  .layout-values .content-card:first-child {
    min-height: 0;
    align-content: start;
    padding: 1.25rem;
  }

  .layout-values .content-card-body {
    gap: .7rem;
  }

  .layout-values .content-card h3 {
    font-size: clamp(1.75rem, 9.5vw, 2.3rem);
    line-height: .98;
  }

  .stats-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .stat-item,
  .stat-item:nth-child(2n) {
    min-height: 0;
    gap: .55rem;
    padding: clamp(.75rem, 3.4vw, 1rem);
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .stat-item:nth-child(2n) {
    border-right: 0;
  }

  .stat-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .stat-item dt {
    font-size: clamp(1.45rem, 7.4vw, 2.05rem);
    line-height: .92;
    overflow-wrap: anywhere;
  }

  .stat-item dd {
    font-size: clamp(.72rem, 3.25vw, .88rem);
    line-height: 1.25;
  }

  .brand-hero {
    min-height: 0;
  }

  .brand-hero-copy {
    position: relative;
    justify-items: center;
    gap: 1rem;
    padding-top: 0;
    text-align: center;
  }

  .brand-logo-panel {
    position: static;
    width: 5.5rem;
    margin-inline: auto;
    border-radius: 1rem;
  }

  .brand-hero h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(2rem, 10vw, 3.65rem);
    text-align: center;
    white-space: nowrap;
  }

  .brand-veterinary-formula .brand-hero h1 {
    font-size: clamp(1.38rem, 6.25vw, 2.35rem);
  }

  .brand-hero-copy .breadcrumbs,
  .brand-hero .hero-actions {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .brand-hero-copy .breadcrumbs {
    flex-wrap: wrap;
  }

  .brand-hero .hero-actions .button,
  .brand-hero .hero-text-link {
    justify-content: center;
    text-align: center;
  }
}

/* Shared product-panel system for every grouped product composition.
   Each approved package stays untouched in its own equal, labelled cell. */
.product-display-scene {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: clamp(1.5rem, 2.6vw, 2.25rem);
  box-shadow: 0 1.25rem 2.5rem rgba(72, 40, 30, .06);
}

.product-display-scene::before,
.product-display-scene::after {
  content: none;
}

.product-display-scene .product-display-item {
  min-width: 0;
  min-height: clamp(20rem, 30vw, 28rem);
  margin: 0;
  padding: clamp(1.15rem, 2.4vw, 2.25rem) clamp(.75rem, 1.8vw, 1.5rem) clamp(.9rem, 1.6vw, 1.25rem);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
  background: var(--white);
  box-shadow: inset -1px 0 0 var(--line);
}

.product-display-visual {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-display-visual img,
.brand-product-visual .product-display-visual img,
.brand-client-gallery-item .product-display-visual img {
  width: 100%;
  max-width: 17rem;
  height: clamp(13rem, 22vw, 21rem);
  max-height: none;
  margin: 0;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 .65rem .55rem rgba(47, 28, 22, .13));
  transform: none;
}

.product-display-item figcaption {
  display: block;
  color: var(--muted);
  font-size: clamp(.88rem, 1.25vw, 1.08rem);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.client-product-composition.composition-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.client-product-composition.composition-five .product-display-item {
  min-height: clamp(18rem, 25vw, 24rem);
  padding-inline: clamp(.55rem, 1.2vw, 1rem);
}

.client-product-composition.composition-five .product-display-visual img {
  height: clamp(12rem, 18vw, 18rem);
}

.brand-official-composition.product-display-scene {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-official-composition.product-display-scene.brand-official-composition-single {
  grid-template-columns: minmax(0, 1fr);
}

.brand-official-composition-anees .product-display-visual img {
  width: min(100%, 24rem);
  max-width: none;
  height: clamp(19rem, 28vw, 25rem);
}

/* The approved Veterinary Formula bottle is white and otherwise disappears
   against a white composition. Keep the package unaltered and give it contrast. */
.brand-official-composition-veterinary-formula .product-display-item {
  background: #cbc2c0;
}

.brand-official-composition-veterinary-formula .product-display-item figcaption {
  color: var(--ink);
}

.brand-official-composition-veterinary-formula .product-display-visual img {
  height: clamp(17rem, 24vw, 23rem);
}

.brand-official-composition .product-display-item {
  min-height: clamp(19rem, 28vw, 25rem);
}

@media (max-width: 48rem) {
  .client-product-composition.composition-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-product-composition.composition-five .product-display-item {
    box-shadow: inset -1px 0 0 var(--line), inset 0 -1px 0 var(--line);
  }

  .client-product-composition.composition-five .product-display-item:last-child {
    width: 50%;
    grid-column: 1 / -1;
    justify-self: center;
    box-shadow: inset 1px 0 0 var(--line), inset -1px 0 0 var(--line);
  }

  .product-display-scene .product-display-item,
  .client-product-composition.composition-five .product-display-item,
  .brand-official-composition .product-display-item {
    min-height: 16rem;
    padding: 1rem .65rem .85rem;
  }

  .product-display-scene.portfolio-composition .product-display-item,
  .product-display-scene.client-product-composition.composition-three .product-display-item {
    min-height: 14rem;
    padding-inline: .45rem;
  }

  .product-display-visual img,
  .brand-product-visual .product-display-visual img,
  .brand-client-gallery-item .product-display-visual img,
  .client-product-composition.composition-five .product-display-visual img {
    height: 11.5rem;
  }

  .brand-official-composition-anees .product-display-visual img {
    width: min(100%, 17rem);
    height: 14rem;
  }

  .brand-official-composition-veterinary-formula .product-display-visual img {
    height: 14rem;
  }

  .product-display-item figcaption {
    font-size: .82rem;
  }
}
