/* Route composition on one 12-column grid. Navigation/motion remain shared. */
.processes-page { --ops-gap: 24px; --ops-chapter-space: clamp(64px, 7vw, 104px); background: var(--paper); }
.processes-page main { padding-top: 0; }
.processes-page .page-kicker { font-size: 12px; font-weight: 600; letter-spacing: .1em; }
.processes-page h1, .processes-page h2, .processes-page h3 { font-family: "Parkinsans", sans-serif; font-weight: 500; }
.ops-plants__intro, .ops-plant, .ops-cta__inner { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--ops-gap); }
.ops-copy { max-width: 44ch; margin: 0; font-size: clamp(17px, 1.3vw, 19px); line-height: 1.55; font-weight: 400; text-wrap: pretty; }
.ops-plant-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 24px; }
.ops-location { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: 16px; font-weight: 600; text-decoration: none; }
.ops-location svg { width: 36px; height: 36px; padding: 9px; flex: none; color: var(--ink-deep); background: var(--orange-action); border-radius: 50%; transition: transform 180ms var(--ease-out), background-color 180ms ease; }
.ops-location:focus-visible, .ops-link:focus-visible { outline: 2px solid var(--orange-text); outline-offset: 5px; border-radius: 2px; }
.ops-plants { padding-top: var(--ops-chapter-space); }
.ops-plants__intro { align-items: start; margin-bottom: clamp(48px, 5vw, 72px); }
.ops-plants__intro h2 { grid-column: 1 / 8; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.06; letter-spacing: -.06em; }
.ops-plants__intro > div { grid-column: 8 / -1; }
.ops-plant { align-items: center; padding-bottom: var(--ops-chapter-space); }
.ops-plant__copy { grid-column: 1 / 6; padding-right: 0; }
/* Inset the image, not the copy: preserve the shared text axes and give both chapters breathing room. */
.ops-plant figure { grid-column: 6 / -1; grid-row: 1; margin: 0 0 0 clamp(24px, 3.3vw, 48px); min-width: 0; }
.ops-plant--frozen figure { grid-column: 1 / 8; margin: 0 clamp(24px, 3.3vw, 48px) 0 0; }
.ops-plant--frozen .ops-plant__copy { grid-column: 8 / -1; grid-row: 1; padding-right: 0; }
.ops-plant__place { margin: 0 0 18px; color: var(--orange-text); font-size: 16px; font-weight: 400; }
.ops-plant h3 { margin: 0 0 24px; max-width: 12ch; font-size: clamp(36px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.ops-plant__products { max-width: 360px; margin-top: 28px; }
.ops-plant__products h4 { margin: 0 0 12px; font-size: 14px; font-weight: 600; }
.ops-plant__products ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin: 0; padding: 0; list-style: none; font-size: 17px; line-height: 1.45; font-weight: 400; }
.ops-plant figure img { display: block; width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; border-radius: var(--media-radius); background: var(--orange-soft); }
.ops-plant--fresh figure img { object-position: 48% 53%; }
.ops-plant--frozen figure img { object-position: 50% 57%; }
.ops-link.page-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; margin-top: 24px; color: var(--ink-deep); font-size: 16px; font-weight: 600; text-decoration: none; border-bottom: 0; }
.ops-link__label { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.ops-link svg { transition: transform 180ms var(--ease-out); }
.ops-process { padding-bottom: var(--ops-chapter-space); }
.ops-process h2 { max-width: 15ch; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.06; letter-spacing: -.06em; }
.ops-cta { padding: clamp(64px, 7vw, 100px) 0 0; color: var(--paper); background: var(--ink-deep); }
.ops-cta__inner { align-items: end; padding-bottom: clamp(64px, 7vw, 100px); }
.ops-cta__copy { grid-column: 1 / 8; }
.ops-cta__copy .page-kicker { margin-bottom: 20px; color: var(--orange-soft); }
.ops-cta h2 { max-width: 18ch; margin: 0; color: var(--paper); font-size: clamp(38px, 4.4vw, 64px); line-height: 1.06; letter-spacing: -.06em; text-wrap: balance; }
.ops-cta .page-button { grid-column: 8 / -1; justify-self: start; white-space: nowrap; font-weight: 600; }
.ops-cta .page-button:hover { transform: none; }
.ops-cta .page-button:focus-visible { outline-color: var(--orange-action); }
.processes-page .site-footer { margin-top: 0; }
@media (hover: hover) {
  .ops-location:hover, .ops-link.page-link:hover { color: var(--orange-text); }
  .ops-location:hover svg { transform: translateY(3px); background: var(--orange-action-hover); }
  .ops-link:hover svg { transform: translateX(3px); }
}
/* Shared reveal timing, but no washed-out photography or nested text effects. */
html.has-reveal .processes-page figure.page-reveal { opacity: 1; transform: translate3d(0, 24px, 0); }
html.has-reveal .processes-page figure.page-reveal.is-revealed { transform: none; }
@media (max-width: 1040px) {
  .ops-plant figure img { aspect-ratio: .85; }
}
@media (max-width: 800px) {
  .processes-page { --ops-gap: 16px; }
  .ops-plants__intro { row-gap: 24px; }
  .ops-plants__intro h2, .ops-plants__intro > div { grid-column: 1 / -1; }
  .ops-plant { row-gap: 28px; }
  .ops-plant__copy, .ops-plant--frozen .ops-plant__copy { grid-column: 1 / -1; grid-row: auto; padding-right: 0; }
  .ops-plant figure, .ops-plant--frozen figure { grid-column: 1 / -1; grid-row: auto; margin: 0; }
  .ops-plant h3 { max-width: 14ch; font-size: clamp(36px, 6vw, 48px); }
  .ops-plant figure img { aspect-ratio: 1.12; }
  .ops-cta__copy, .ops-cta .page-button { grid-column: 1 / -1; }
  .ops-cta__inner { row-gap: 28px; }
}
@media (max-width: 600px) {
  .ops-plant figure img { aspect-ratio: 5 / 6; }
}
@media (prefers-reduced-motion: reduce) {
  html.has-reveal .processes-page figure.page-reveal { transform: none; }
  .processes-page .ops-link svg, .processes-page .ops-location svg { transition: none; transform: none; }
}
