﻿:root {
  --white: #ffffff;
  --mist: #eef4f1;
  --soft: #f7faf8;
  --pale: #dde8e2;
  --green: #046148;
  --forest: #0b3f32;
  --lime: #6eb244;
  --blue: #668093;
  --deep-blue: #3d5766;
  --charcoal: #282f38;
  --ink: #18212a;
  --line: rgba(40, 47, 56, 0.14);
  --shadow: 0 24px 70px rgba(18, 60, 73, 0.16);
  --font-display: "Sora", "Avenir Next", "Montserrat", "Segoe UI", Arial, sans-serif;
  --font-body: "Manrope", "Avenir Next", "Montserrat", "Segoe UI", Arial, sans-serif;
  --font-label: "Manrope", "Sora", "Avenir Next", "Montserrat", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: var(--font-body);
  letter-spacing: 0;
}

img,
video {
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 36px));
  height: 92px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 14px 12px 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  box-shadow: 0 16px 50px rgba(15, 32, 38, 0.16);
  backdrop-filter: blur(18px);
  transition:
    top 0.28s ease,
    width 0.28s ease,
    height 0.28s ease,
    padding 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.site-header.is-scrolled {
  top: 10px;
  width: min(1120px, calc(100% - 52px));
  height: 74px;
  padding: 9px 12px 9px 18px;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 34px rgba(15, 32, 38, 0.12);
  backdrop-filter: blur(24px) saturate(1.08);
}

.brand {
  display: flex;
  width: 232px;
  flex: 0 0 auto;
  transition: width 0.28s ease;
}

.brand img {
  display: block;
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
  transition: height 0.28s ease;
}

.site-header.is-scrolled .brand {
  width: 190px;
}

.site-header.is-scrolled .brand img {
  height: 54px;
}

.nav-links {
  display: flex;
  gap: 24px;
  margin-left: auto;
  color: var(--deep-blue);
  font-size: 14px;
  font-family: var(--font-label);
  font-weight: 780;
}

.nav-links a,
.nav-links span {
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}

.nav-links span {
  cursor: default;
}

.nav-links a:hover {
  color: var(--green);
  border-bottom-color: var(--lime);
}

.nav-links a.is-active {
  color: var(--green);
  border-bottom-color: var(--lime);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(110, 178, 68, 0.7);
  outline-offset: 4px;
}

.header-cta,
.btn,
.enquiry-form button {
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
}

.header-cta {
  display: grid;
  gap: 2px;
  padding: 11px 18px 12px;
  color: var(--white);
  background: var(--green);
  font-family: var(--font-label);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(4, 97, 72, 0.24);
  transition: padding 0.28s ease, box-shadow 0.28s ease;
}

.site-header.is-scrolled .header-cta {
  padding: 9px 15px 10px;
  box-shadow: 0 10px 24px rgba(4, 97, 72, 0.18);
}

.header-cta span {
  font-size: 12px;
  font-weight: 880;
}

.header-cta strong {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 8px;
  opacity: 0.82;
  transition: opacity 0.25s ease;
}

.floating-actions:hover,
.floating-actions:focus-within {
  opacity: 1;
}

.floating-action {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--white);
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(4, 97, 72, 0.24);
  font-family: var(--font-label);
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.floating-action strong {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.floating-action:hover {
  transform: translateX(-4px);
  background: var(--forest);
  box-shadow: 0 22px 54px rgba(11, 63, 50, 0.35);
}

.floating-whatsapp {
  background: var(--forest);
  width: 42px;
  padding: 0;
}

.floating-enquiry {
  width: 42px;
  padding: 0;
  background: var(--white);
}

.floating-enquiry:hover {
  background: var(--white);
}

.floating-enquiry-mark {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.floating-enquiry-mark img {
  width: 31px;
  height: 31px;
  display: block;
  object-fit: contain;
}

.floating-whatsapp-mark {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0;
}

.floating-whatsapp-mark svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 150px max(42px, calc((100vw - 1180px) / 2)) 60px;
  color: var(--white);
  background: var(--charcoal);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  z-index: 0;
  transition: opacity 1050ms ease;
}

.hero-video.is-active {
  opacity: 0.92;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 19, 24, 0.86) 0%, rgba(8, 19, 24, 0.64) 37%, rgba(8, 19, 24, 0.18) 72%),
    linear-gradient(0deg, rgba(8, 19, 24, 0.72) 0%, rgba(8, 19, 24, 0.08) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #dcebe4;
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--lime);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 22px;
  max-width: 720px;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.9;
  font-family: var(--font-display);
  font-weight: 880;
  letter-spacing: 0;
}

h2 {
  color: var(--charcoal);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  font-family: var(--font-display);
  font-weight: 820;
  letter-spacing: 0;
}

h3 {
  color: var(--charcoal);
  font-size: 24px;
  line-height: 1.15;
  font-family: var(--font-display);
  font-weight: 800;
}

p {
  color: #51626b;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 470;
}

.hero-content p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.38;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
}

.btn-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 18px 40px rgba(4, 97, 72, 0.32);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-light {
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-panel {
  position: absolute;
  z-index: 3;
  right: max(42px, calc((100vw - 1180px) / 2));
  bottom: 58px;
  width: 500px;
  padding: 20px;
  color: var(--white);
  background: rgba(8, 29, 28, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.hero-panel .panel-kicker {
  display: block;
  margin-bottom: 10px;
  color: #c8d8d3;
  font-size: 12px;
  font-family: var(--font-label);
  font-weight: 830;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 20px;
  font-family: var(--font-display);
  line-height: 1.35;
  white-space: nowrap;
}

.impact-strip {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.72fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-copy,
.impact-stat {
  min-height: 230px;
  padding: 42px;
  background: var(--white);
}

.impact-copy h2 {
  margin-top: 18px;
  max-width: 620px;
  font-size: clamp(30px, 3.5vw, 50px);
}

.impact-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.impact-stat strong {
  color: var(--green);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.9;
  font-weight: 920;
}

.impact-stat span {
  display: block;
  margin-top: 14px;
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--font-label);
  font-weight: 720;
}

.loop-band {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr;
  gap: 48px;
  align-items: center;
  padding: 76px max(42px, calc((100vw - 1180px) / 2));
  background: var(--charcoal);
}

.loop-band h2,
.loop-band p {
  color: var(--white);
}

.loop-band h2 {
  margin-top: 16px;
  font-size: clamp(32px, 4vw, 56px);
}

.loop-band p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.loop-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.loop-flow::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--lime), var(--green));
}

.loop-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding-top: 4px;
}

.loop-node span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--white);
  background: var(--deep-blue);
  border: 8px solid var(--charcoal);
  border-radius: 50%;
  font-weight: 900;
}

.loop-node.active span {
  background: var(--green);
}

.loop-node strong {
  color: var(--white);
  font-size: 15px;
  font-family: var(--font-label);
  font-weight: 820;
}

.about-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px max(42px, calc((100vw - 1180px) / 2)) 58px;
  color: var(--white);
  background: var(--charcoal);
}

.about-hero-media,
.about-hero-shade {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.02);
}

.about-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 19, 24, 0.88) 0%, rgba(8, 19, 24, 0.62) 46%, rgba(8, 19, 24, 0.22) 76%),
    linear-gradient(0deg, rgba(8, 19, 24, 0.72) 0%, rgba(8, 19, 24, 0.08) 48%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
}

.about-page-label {
  display: inline-block;
  margin-top: 18px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-page-marker {
  display: block;
  color: rgba(40, 47, 56, 0.92);
  font-family: var(--font-display);
  font-size: clamp(68px, 9vw, 142px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
}

.about-section-title {
  display: block;
  margin-bottom: 22px;
}

.about-section-title strong {
  display: inline-block;
  padding-bottom: 10px;
  color: var(--green);
  border-bottom: 3px solid var(--lime);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-section-title.inverse strong {
  color: var(--lime);
  border-bottom-color: rgba(255, 255, 255, 0.34);
}

.about-section-heading {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 52px;
  align-items: end;
}

.about-section-heading h2 {
  margin: 0;
}

.about-hero .eyebrow {
  color: #dcebe4;
}

.about-hero h1 {
  max-width: 920px;
  margin-top: 22px;
  font-size: clamp(54px, 7vw, 104px);
}

.about-hero p {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.45;
}

.about-hero-panel {
  position: absolute;
  z-index: 3;
  right: max(42px, calc((100vw - 1180px) / 2));
  bottom: 58px;
  width: min(420px, 36vw);
  padding: 24px;
  color: var(--white);
  background: rgba(8, 29, 28, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.about-hero-panel span {
  color: #c8d8d3;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-panel strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.18;
}

.about-opening,
.linear-circular-section,
.leadership-section,
.tagline-story-section,
.about-depth-section,
.about-material-system,
.served-section,
.about-closing-cta {
  padding: 100px max(42px, calc((100vw - 1180px) / 2));
}

.about-opening {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 70px;
  align-items: start;
  background: var(--white);
}

.about-opening h2 {
  margin-top: 22px;
}

.about-opening-copy {
  display: grid;
  gap: 20px;
  padding-top: 8px;
}

.about-opening-copy p {
  font-size: 21px;
}

.profile-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.profile-proof-grid article {
  min-height: 112px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.profile-proof-grid strong {
  display: block;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-proof-grid span {
  display: block;
  margin-top: 12px;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 780;
  line-height: 1.2;
}

.linear-circular-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 54px;
  align-items: stretch;
  background:
    radial-gradient(circle at 12% 18%, rgba(110, 178, 68, 0.14), transparent 30%),
    linear-gradient(135deg, #f7faf8, #e7eef1);
}

.linear-circular-copy {
  max-width: 920px;
}

.linear-circular-copy span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linear-circular-copy h2 {
  max-width: 800px;
}

.linear-circular-copy p {
  max-width: 920px;
  margin-top: 22px;
  font-size: 20px;
}

.material-advantage-note {
  margin-top: 30px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 8px;
}

.material-advantage-note strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.12;
}

.material-advantage-note p {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.55;
}

.linear-circular-flow {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(18, 60, 73, 0.08);
}

.linear-circular-flow article {
  position: relative;
  overflow: hidden;
  padding: 26px 28px 26px 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.linear-circular-flow article::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 16px;
  width: 4px;
  border-radius: 999px;
  background: var(--lime);
}

.linear-circular-flow article:nth-child(2)::before {
  background: var(--green);
}

.linear-circular-flow article:nth-child(3)::before {
  background: var(--teal);
}

.linear-circular-flow .route-card {
  background: linear-gradient(135deg, var(--charcoal), var(--forest));
  border-color: rgba(255, 255, 255, 0.12);
}

.linear-circular-flow .route-card::before {
  background: linear-gradient(180deg, var(--lime), var(--green));
}

.linear-circular-flow .route-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linear-circular-flow strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.08;
}

.linear-circular-flow .route-card strong {
  color: var(--white);
}

.linear-circular-flow p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.56;
}

.linear-circular-flow .route-card p {
  color: rgba(255, 255, 255, 0.72);
}

.leadership-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 58px;
  align-items: center;
  background: var(--white);
}

.leadership-copy span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leadership-copy p {
  max-width: 680px;
  margin-top: 20px;
  font-size: 20px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.leadership-grid article {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(18, 60, 73, 0.08);
}

.leadership-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.leadership-grid div {
  padding: 22px;
  background: linear-gradient(135deg, var(--white), #eef4f1);
}

.leadership-grid strong,
.leadership-grid span {
  display: block;
}

.leadership-grid strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1.08;
}

.leadership-grid span {
  margin-top: 8px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tagline-story-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: stretch;
  background:
    radial-gradient(circle at 82% 12%, rgba(110, 178, 68, 0.16), transparent 30%),
    linear-gradient(135deg, var(--mist), var(--white));
}

.tagline-story-card {
  overflow: hidden;
  padding: 46px;
  background: var(--charcoal);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.tagline-story-card h2 {
  color: var(--white);
}

.tagline-story-card .brand-hashtag {
  max-width: 100%;
  margin-top: 20px;
  color: var(--lime);
  font-size: clamp(24px, 2.35vw, 38px);
  line-height: 1.08;
  white-space: nowrap;
}

.thought-marquee {
  width: 100%;
  overflow: hidden;
}

.thought-marquee-track {
  display: flex;
  width: max-content;
  animation: thoughtMarquee 22s linear infinite;
}

.thought-marquee span {
  padding-right: 70px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 72px);
  font-weight: 900;
  line-height: 1.06;
  white-space: nowrap;
}

@keyframes thoughtMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.tagline-story-card p {
  max-width: 920px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.tagline-points {
  display: grid;
  gap: 14px;
}

.tagline-points article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tagline-points span,
.material-system-list span {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tagline-points strong {
  display: block;
  margin-top: 12px;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
}

.tagline-points p {
  margin-top: 10px;
  font-size: 16px;
}

.about-break-strip {
  overflow: hidden;
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--forest));
}

.about-break-strip .thought-marquee {
  width: 100%;
}

.about-break-strip .thought-marquee-track {
  animation-duration: 34s;
}

.about-break-strip .thought-marquee span {
  padding-right: 90px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 82px);
}

.about-depth-section {
  background: var(--white);
}

.about-depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.about-depth-grid article {
  min-height: 320px;
  padding: 30px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-depth-grid p {
  margin-top: 16px;
  font-size: 16px;
}

.about-capability-section {
  padding: 100px max(42px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(247, 250, 248, 0.96), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 86% 12%, rgba(110, 178, 68, 0.16), transparent 32%);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.capability-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(4, 97, 72, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 60, 73, 0.08);
}

.capability-grid article > span {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capability-grid h3 {
  margin-top: 18px;
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1.08;
}

.capability-grid p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.62;
}

.material-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
}

.material-chips span {
  padding: 8px 11px;
  color: var(--forest);
  background: rgba(4, 97, 72, 0.08);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-responsibility-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 60px;
  align-items: start;
  padding: 100px max(42px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(110, 178, 68, 0.28), transparent 32%),
    linear-gradient(135deg, var(--charcoal), var(--forest));
}

.about-responsibility-section h2,
.about-responsibility-section p {
  color: var(--white);
}

.about-responsibility-section h2 {
  margin-top: 18px;
}

.responsibility-copy {
  display: grid;
  gap: 20px;
  padding-top: 4px;
}

.responsibility-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
  line-height: 1.56;
}

.responsibility-copy .responsibility-question {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 24px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 780;
  line-height: 1.32;
}

.responsibility-copy .responsibility-question::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: -4px;
  left: -34%;
  width: 28%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 28%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(110, 178, 68, 0.2) 62%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: responsibilitySheen 6.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes responsibilitySheen {
  0%,
  42% {
    left: -34%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  72%,
  100% {
    left: 108%;
    opacity: 0;
  }
}

.purpose-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: center;
  padding: 110px max(42px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, #f7faf8, rgba(238, 244, 241, 0.86)),
    radial-gradient(circle at 18% 50%, rgba(110, 178, 68, 0.18), transparent 30%);
}

.purpose-section-heading {
  grid-column: 1 / -1;
  max-width: 900px;
}

.purpose-section-heading h2 {
  margin-top: 16px;
}

.purpose-loop-visual {
  min-height: 480px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(4, 97, 72, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(4, 97, 72, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 52px rgba(18, 60, 73, 0.1);
}

.purpose-loop-ring {
  position: relative;
  width: min(320px, 72vw);
  aspect-ratio: 1;
}

.purpose-loop-ring svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: loopRotate 24s linear infinite;
  filter: drop-shadow(0 16px 22px rgba(18, 60, 73, 0.12));
}

.purpose-loop-ring span {
  position: absolute;
  min-width: 112px;
  padding: 10px 14px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(18, 60, 73, 0.1);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.purpose-loop-ring span:nth-of-type(1) {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.purpose-loop-ring span:nth-of-type(2) {
  right: -18px;
  bottom: 112px;
}

.purpose-loop-ring span:nth-of-type(3) {
  left: -18px;
  bottom: 112px;
}

.purpose-statements {
  display: grid;
  gap: 18px;
}

.purpose-statements article {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid rgba(4, 97, 72, 0.16);
}

.purpose-statements article:last-child {
  border-bottom: 1px solid rgba(4, 97, 72, 0.16);
}

.purpose-statements span {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  color: var(--green);
  background: rgba(4, 97, 72, 0.08);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purpose-statements p {
  color: var(--deep-blue);
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 520;
}

.about-material-system {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 58px;
  align-items: start;
  background: var(--mist);
}

.about-material-system h2 {
  margin-top: 18px;
}

.about-material-system p {
  margin-top: 18px;
}

.material-system-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.material-system-list article {
  min-height: 190px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(18, 60, 73, 0.08);
}


.material-system-list .route-wordmark-unit,
.material-system-list .route-wordmark-unit em {
  letter-spacing: 0;
  text-transform: none;
}.material-system-list p {
  margin-top: 14px;
  font-size: 16px;
}
.material-system-brand {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  min-height: 2.35rem;
  margin-bottom: 0.65rem;
}

.material-system-brand img {
  display: block;
  width: min(10.25rem, 100%);
  height: auto;
  object-fit: contain;
}

.material-system-brand.pureform-brand img {
  width: min(12rem, 100%);
}

.material-system-brand em {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 0.08rem;
}

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

.served-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}

.served-grid span {
  min-height: 82px;
  display: grid;
  align-items: center;
  padding: 18px 20px;
  color: var(--charcoal);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-label);
  font-size: 15px;
  font-weight: 850;
}

.about-closing-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 16%, rgba(110, 178, 68, 0.34), transparent 32%),
    linear-gradient(135deg, var(--charcoal), var(--forest));
}

.about-closing-cta h2,
.about-closing-cta p {
  color: var(--white);
}

.about-closing-cta h2 {
  margin-top: 20px;
}

.about-closing-cta p {
  max-width: 920px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.about-page {
  background: var(--white);
}

.about-page .about-hero {
  min-height: 760px;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 0.98fr);
  grid-template-areas: "copy media";
  gap: 40px 64px;
  align-items: center;
  padding-top: 158px;
  padding-bottom: 76px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(238, 244, 241, 0.92), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 92% 12%, rgba(110, 178, 68, 0.22), transparent 30%);
}

.about-page .about-hero-media {
  position: relative;
  inset: auto;
  grid-area: media;
  width: calc(100% + max(42px, calc((100vw - 1180px) / 2)));
  min-height: 610px;
  margin-right: calc(max(42px, calc((100vw - 1180px) / 2)) * -1);
  border: 0;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: -34px 36px 74px rgba(18, 60, 73, 0.18);
}

.about-page .about-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 19, 24, 0.62) 0%, rgba(8, 19, 24, 0.22) 42%, rgba(4, 97, 72, 0.1) 100%),
    linear-gradient(0deg, rgba(8, 19, 24, 0.62) 0%, transparent 48%),
    radial-gradient(circle at 38% 48%, rgba(110, 178, 68, 0.16), transparent 34%);
  pointer-events: none;
}

.about-page .about-hero-media::after {
  content: "";
  position: absolute;
  inset: 22px auto 22px 0;
  z-index: 2;
  width: 5px;
  background: linear-gradient(180deg, var(--lime), var(--green), var(--teal));
  border-radius: 0 999px 999px 0;
}

.about-page .about-hero-media img {
  opacity: 1;
  object-position: center center;
  transform: scale(1.08);
}

.about-loop-emblem {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 42px;
  transform: none;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(247, 250, 248, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(8, 19, 24, 0.22);
  backdrop-filter: blur(12px);
}

.about-loop-emblem svg {
  width: 82px;
  height: 82px;
  animation: loopRotate 18s linear infinite;
}

.loop-guide,
.loop-arc,
.loop-arrow,
.loop-core {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loop-guide {
  stroke: rgba(102, 128, 147, 0.26);
  stroke-width: 4;
}

.loop-arc-a,
.loop-arrow-a {
  stroke: var(--lime);
  stroke-width: 7;
}

.loop-arc-b,
.loop-arrow-b {
  stroke: var(--green);
  stroke-width: 7;
}

.loop-core {
  fill: rgba(4, 97, 72, 0.18);
  stroke: var(--deep-blue);
  stroke-width: 4;
}

@keyframes loopRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-loop-emblem svg,
  .purpose-loop-ring svg,
  .thought-marquee-track {
    animation: none;
  }
}

.about-page .about-hero-shade {
  display: none;
}

.about-page .about-hero-content {
  grid-area: copy;
  width: 100%;
}

.about-page .about-hero h1 {
  max-width: 720px;
  color: var(--charcoal);
  font-size: clamp(54px, 6.4vw, 98px);
  margin-bottom: 0;
}

.about-page .about-hero p {
  max-width: 680px;
  color: var(--deep-blue);
  font-size: clamp(18px, 1.6vw, 23px);
}

.about-page .about-hero-panel {
  position: absolute;
  right: max(42px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  width: min(560px, calc(100% - 84px));
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
}

.intro-section,
.matrix-section,
.product-section,
.pain-section {
  padding: 110px max(42px, calc((100vw - 1180px) / 2));
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 70px;
  margin-top: 26px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.intro-copy p {
  margin: 0;
  font-size: 21px;
}

.text-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-cta::after {
  content: "\2192";
  color: var(--lime);
  font-size: 20px;
  line-height: 1;
}

.solutions-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(520px, 1.06fr);
  gap: 64px;
  align-items: stretch;
  padding: 100px max(42px, calc((100vw - 1180px) / 2));
  background: var(--mist);
}

.solutions-media {
  display: grid;
  align-content: center;
  gap: 34px;
  min-height: 560px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.solutions-media img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.system-panel-copy {
  display: grid;
  gap: 10px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.system-panel-copy span,
.solution-card span {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.system-panel-copy p {
  max-width: 420px;
  margin: 0;
  color: var(--charcoal);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 720;
}

.solutions-copy {
  display: grid;
  align-content: start;
}

.solutions-copy h2 {
  margin-top: 18px;
  max-width: 720px;
}

.solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 44px;
}

.solution-card,
.pain-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pain-grid article {
  display: grid;
  align-content: start;
}

.pain-grid h3 {
  min-height: 4.2em;
}

.solution-card {
  display: grid;
  align-content: start;
  min-height: 178px;
}

.solution-card h3 {
  margin-top: 22px;
}

.solution-card.reform-card {
  border-top: 5px solid var(--green);
}

.solution-card.pure-card {
  border-top: 5px solid var(--blue);
}

.solution-list p,
.pain-grid p {
  font-size: 15px;
  line-height: 1.55;
}

.solution-list p {
  margin-top: 12px;
}

.pain-grid p {
  margin-top: 0;
}

.section-heading {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin-bottom: 42px;
}

.matrix-section {
  background: var(--charcoal);
}

.matrix-section h2,
.matrix-section .eyebrow {
  color: var(--white);
}

.matrix-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: var(--white);
}

th,
td {
  padding: 22px 20px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  background: var(--green);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

th:first-child {
  white-space: nowrap;
}

td:first-child {
  color: var(--green);
  font-weight: 860;
  white-space: nowrap;
}

.matrix-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 860;
  text-decoration: none;
}

.matrix-link::after {
  content: "\2197";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  transform: translate(-4px, 2px) scale(0.86);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.matrix-link:hover,
.matrix-link:focus-visible {
  color: var(--forest);
}

.matrix-link:hover::after,
.matrix-link:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  background: var(--lime);
}

td {
  color: var(--deep-blue);
  font-weight: 650;
  line-height: 1.45;
}

.film-process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: center;
  padding: 96px max(42px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(247, 250, 248, 0.96), rgba(231, 238, 241, 0.74)),
    radial-gradient(circle at 78% 22%, rgba(110, 178, 68, 0.14), transparent 34%);
  border-top: 1px solid rgba(61, 87, 102, 0.12);
  border-bottom: 1px solid rgba(61, 87, 102, 0.12);
}

.film-process-copy h2 {
  max-width: 520px;
  margin-top: 18px;
  color: var(--charcoal);
  font-size: clamp(38px, 4.2vw, 70px);
  line-height: 0.92;
}

.film-process-copy p {
  max-width: 560px;
  margin-top: 24px;
  color: var(--deep-blue);
  font-size: 18px;
  line-height: 1.65;
}

.film-process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.film-process-flow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.film-process-flow span:not(:last-child)::after {
  content: "\2192";
  margin-left: 10px;
  color: var(--lime);
}

.film-process-media {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  background: var(--charcoal);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(18, 60, 73, 0.18);
}

.film-process-media video {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  opacity: 0.92;
}

.film-process-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(11, 63, 50, 0.62)),
    linear-gradient(90deg, rgba(40, 47, 56, 0.18), transparent 44%);
  pointer-events: none;
}

.film-process-caption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}

.film-process-caption strong {
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
}

.film-process-caption span {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: right;
}

.film-process-inset {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  width: min(42%, 260px);
  aspect-ratio: 16 / 10;
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.film-process-media .film-process-inset video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.film-process-inset::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(11, 63, 50, 0.72));
  pointer-events: none;
}

.film-process-inset span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.product-card {
  min-height: 360px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(18, 60, 73, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(4, 97, 72, 0.34);
  box-shadow: 0 24px 58px rgba(18, 60, 73, 0.14);
}

.product-card.large {
  grid-row: span 2;
}

.product-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-card.large img {
  height: 520px;
}

.product-card > div {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-card > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-family: var(--font-label);
  font-weight: 850;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.product-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.product-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 14px;
  overflow: hidden;
}

.product-chips small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 7px;
  color: var(--forest);
  background: rgba(110, 178, 68, 0.12);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 9.5px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.process-block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(61, 87, 102, 0.14);
}

.process-block strong {
  display: block;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.process-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.process-block li {
  position: relative;
  padding-left: 14px;
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.25;
}

.process-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--lime);
  border-radius: 50%;
}

.journey-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 64px;
  align-items: stretch;
  padding: 110px max(42px, calc((100vw - 1180px) / 2));
  background: var(--pale);
}

.journey-image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.scrap-stream-visual {
  min-height: 560px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(110, 178, 68, 0.36), transparent 28%),
    linear-gradient(135deg, var(--forest), var(--charcoal));
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.scrap-visual-head {
  max-width: 560px;
}

.scrap-visual-head span {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scrap-visual-head span::before {
  display: none;
}

.scrap-visual-head h3 {
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.04;
}

.scrap-stream-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.scrap-stream-grid article {
  min-height: 112px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.scrap-stream-grid small {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
}

.scrap-stream-grid strong {
  display: block;
  color: var(--white);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.15;
}

.scrap-stream-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.32;
}

.scrap-visual-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.scrap-visual-footer span {
  padding: 12px 14px;
  color: var(--white);
  background: rgba(110, 178, 68, 0.18);
  border: 1px solid rgba(110, 178, 68, 0.28);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.journey-copy {
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.journey-copy h2 {
  margin-top: 18px;
}

.journey-copy p {
  margin-top: 22px;
  font-size: 20px;
}

.mini-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mini-steps span {
  padding: 10px 13px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 830;
}

.reform-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.reform-metrics article {
  min-height: 126px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 8px;
}

.reform-metrics strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 880;
  line-height: 0.95;
}

.reform-metrics span {
  display: block;
  margin-top: 12px;
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
}

.partner-reform {
  margin-top: auto;
  padding: 24px;
  background: var(--charcoal);
  border-radius: 8px;
}

.partner-reform p {
  margin: 0;
  color: var(--white);
  font-size: 19px;
  line-height: 1.42;
}

.partner-reform .text-cta {
  margin-top: 18px;
  color: var(--lime);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.epr-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 60px;
  align-items: end;
  padding: 110px max(42px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(4, 97, 72, 0.96), rgba(18, 60, 73, 0.94)),
    url("./assets/granules-b.jpg") center/cover;
}

.epr-section h2,
.epr-section p,
.epr-section .eyebrow {
  color: var(--white);
}

.epr-section h2 {
  margin-top: 18px;
}

.epr-section p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}

.enquiry-section {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 70px;
  padding: 110px max(42px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.enquiry-copy h2 {
  margin-top: 18px;
}

.enquiry-copy p {
  margin-top: 22px;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form span {
  color: var(--deep-blue);
  font-size: 13px;
  font-family: var(--font-label);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid rgba(61, 87, 102, 0.2);
  border-radius: 6px;
  font: inherit;
}

.enquiry-form textarea {
  min-height: 96px;
  resize: vertical;
}

.enquiry-message,
.enquiry-form button {
  grid-column: 1 / -1;
}

.enquiry-form button {
  min-height: 52px;
  color: var(--white);
  background: var(--green);
}

.contact-page {
  background:
    radial-gradient(circle at 84% 10%, rgba(110, 178, 68, 0.18), transparent 26%),
    radial-gradient(circle at 16% 36%, rgba(102, 128, 147, 0.14), transparent 28%),
    linear-gradient(180deg, var(--mist), var(--soft) 42%, var(--white));
}

.contact-hero {
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 0.78fr);
  gap: 74px;
  align-items: center;
  padding: 180px max(42px, calc((100vw - 1180px) / 2)) 96px;
}

.contact-page-label {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 720px;
  margin: 0;
  padding-bottom: 0.08em;
  color: var(--ink);
  font-size: clamp(54px, 6vw, 90px);
  line-height: 0.92;
}

.contact-hero p {
  max-width: 920px;
  margin: 34px 0 0;
  color: var(--deep-blue);
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.45;
}

.contact-signature-panel {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 244, 241, 0.92)),
    var(--white);
  border: 1px solid rgba(4, 97, 72, 0.12);
  border-radius: 8px;
  box-shadow: 0 32px 86px rgba(18, 60, 73, 0.14);
  overflow: hidden;
}

.contact-signature-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(4, 97, 72, 0.09);
  border-radius: 8px;
  pointer-events: none;
}

.contact-signal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-signal-grid span {
  min-height: 88px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(61, 87, 102, 0.12);
  border-radius: 8px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-signal-grid span:nth-child(2),
.contact-signal-grid span:nth-child(3) {
  color: var(--deep-blue);
  background: rgba(231, 238, 241, 0.72);
}

.contact-link-mark {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 50%;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(18, 60, 73, 0.14);
  transform: translateX(-50%);
}

.contact-link-mark img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.contact-direct-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(11, 63, 50, 0.96), rgba(40, 47, 56, 0.98)),
    var(--charcoal);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-direct-panel > strong {
  margin-bottom: 8px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-direct-panel a {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.contact-direct-panel a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-direct-panel a span {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-routing,
.contact-form-section,
.contact-location-section,
.contact-closing-strip {
  padding: 104px max(42px, calc((100vw - 1180px) / 2));
}

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

.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.contact-section-heading.compact {
  align-items: center;
}

.contact-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.92;
}

.contact-section-heading p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 19px;
  line-height: 1.72;
}

.routing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.routing-grid article {
  min-height: 252px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.routing-grid article:nth-child(3n) {
  border-right: 0;
}

.routing-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.routing-grid span {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.routing-grid h3 {
  min-height: 68px;
  margin: 0;
  color: var(--green);
  font-size: 28px;
  line-height: 1.08;
}

.routing-grid p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.65;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1fr);
  gap: 66px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 22%, rgba(4, 97, 72, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(247, 250, 248, 0.94), rgba(221, 232, 226, 0.86)),
    var(--soft);
}

.contact-form-copy {
  position: sticky;
  top: 134px;
}

.contact-form-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.92;
}

.contact-form-copy p {
  margin: 28px 0 0;
  color: var(--deep-blue);
  font-size: 20px;
  line-height: 1.7;
}

.contact-detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.contact-detail-list span {
  padding: 10px 12px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(4, 97, 72, 0.12);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.contact-enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-enquiry-form label {
  display: grid;
  gap: 8px;
}

.contact-enquiry-form label:first-child,
.contact-message,
.contact-enquiry-form button {
  grid-column: 1 / -1;
}

.contact-enquiry-form span {
  color: var(--deep-blue);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-enquiry-form input,
.contact-enquiry-form select,
.contact-enquiry-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--charcoal);
  background: var(--soft);
  border: 1px solid rgba(61, 87, 102, 0.18);
  border-radius: 6px;
  font: inherit;
}

.contact-enquiry-form textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-enquiry-form input:focus,
.contact-enquiry-form select:focus,
.contact-enquiry-form textarea:focus {
  outline: 2px solid rgba(110, 178, 68, 0.38);
  border-color: rgba(4, 97, 72, 0.38);
}

.contact-enquiry-form button {
  min-height: 56px;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.location-card {
  display: grid;
  grid-template-rows: 300px 1fr;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 60, 73, 0.1);
}

.map-frame {
  min-height: 300px;
  background: var(--pale);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.88) contrast(1.02);
}

.location-copy {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 30px;
}

.location-copy span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.location-copy address {
  margin: 0;
  color: var(--deep-blue);
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

.location-copy a {
  width: fit-content;
  margin-top: 10px;
  padding: 12px 15px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-closing-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 30%, rgba(110, 178, 68, 0.28), transparent 32%),
    linear-gradient(120deg, rgba(11, 63, 50, 0.98), rgba(40, 47, 56, 0.98)),
    var(--green);
}

.contact-closing-strip > div:first-child > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-closing-strip h2 {
  max-width: 920px;
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 6.6vw, 96px);
  line-height: 0.92;
}

.contact-brand-pillars {
  display: grid;
  gap: 12px;
}

.contact-brand-pillars article {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-brand-pillars article:last-child {
  border-bottom: 0;
}

.contact-brand-pillars strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
}

.contact-brand-pillars p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.58;
}

.careers-page {
  background:
    radial-gradient(circle at 82% 10%, rgba(110, 178, 68, 0.16), transparent 28%),
    radial-gradient(circle at 16% 34%, rgba(102, 128, 147, 0.16), transparent 30%),
    linear-gradient(180deg, var(--soft), var(--white) 46%, var(--mist));
}

.careers-hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.78fr);
  gap: 72px;
  align-items: center;
  padding: 184px max(42px, calc((100vw - 1180px) / 2)) 98px;
}

.careers-page-label {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.careers-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 6.6vw, 102px);
  line-height: 0.94;
}

.careers-hero p {
  max-width: 780px;
  margin: 34px 0 0;
  color: var(--deep-blue);
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.45;
}

.careers-hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 12%, rgba(110, 178, 68, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(11, 63, 50, 0.98), rgba(40, 47, 56, 0.98)),
    var(--green);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.careers-hero-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.shift-board-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.shift-board-head span,
.career-strip-kicker {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shift-board-head strong {
  max-width: 360px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 62px);
  line-height: 0.92;
}

.shift-path {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.shift-path span {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 14px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.shift-path span:nth-child(even) {
  transform: translateY(28px);
  background: rgba(110, 178, 68, 0.18);
}

.shift-board-note {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}

.shift-board-note strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 25px;
}

.shift-board-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.career-intro-section,
.career-areas-section,
.career-pathway-section,
.career-process-section,
.career-apply-section {
  padding: 104px max(42px, calc((100vw - 1180px) / 2));
}

.career-intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: end;
  background: var(--white);
}

.career-intro-copy h2,
.career-section-heading h2,
.career-apply-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.92;
}

.career-intro-copy p,
.career-section-heading p,
.career-apply-copy p {
  margin: 26px 0 0;
  color: var(--deep-blue);
  font-size: 19px;
  line-height: 1.72;
}

.career-proof-grid {
  display: grid;
  gap: 14px;
}

.career-proof-grid article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
  padding: 26px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.career-proof-grid strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.2;
}

.career-proof-grid span {
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.62;
}

.career-areas-section {
  background: var(--soft);
}

.career-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.career-section-heading.compact {
  align-items: center;
}

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

.career-area-grid article {
  min-height: 278px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.career-area-grid span,
.career-process-track span {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.career-area-grid h3,
.career-process-track h3 {
  margin: 0;
  color: var(--green);
  font-size: 27px;
  line-height: 1.12;
}

.career-area-grid h3 {
  min-height: 62px;
}

.career-area-grid p,
.career-process-track p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.65;
}

.career-learning-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: center;
  padding: 88px max(42px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 18% 28%, rgba(110, 178, 68, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(11, 63, 50, 0.96), rgba(40, 47, 56, 0.98)),
    var(--forest);
}

.career-learning-strip h2 {
  margin: 12px 0 0;
  max-width: 620px;
  color: var(--white);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.career-learning-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.career-learning-list article {
  min-height: 180px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.career-learning-list strong {
  display: block;
  margin-bottom: 18px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 24px;
}

.career-learning-list span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

.career-pathway-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1fr);
  gap: 64px;
  align-items: center;
  background: var(--mist);
}

.career-pathway-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.92;
}

.career-pathway-copy p {
  margin: 26px 0 0;
  color: var(--deep-blue);
  font-size: 19px;
  line-height: 1.72;
}

.career-pathway-rail {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(18, 60, 73, 0.12);
}

.career-pathway-rail article {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 110px;
  padding: 22px;
  background: var(--soft);
  border: 1px solid rgba(61, 87, 102, 0.12);
  border-radius: 8px;
}

.career-pathway-rail article::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--lime);
  border-radius: 50%;
  transform: translateY(-50%);
}

.career-pathway-rail span {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-pathway-rail strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.05;
}

.career-process-section {
  background: var(--white);
}

.career-process-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.career-process-track article {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.career-process-track article:last-child {
  border-right: 0;
}

.career-apply-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 66px;
  align-items: start;
  background:
    radial-gradient(circle at 90% 22%, rgba(110, 178, 68, 0.12), transparent 30%),
    var(--soft);
}

.career-apply-copy {
  position: sticky;
  top: 134px;
}

.career-apply-note {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.career-apply-note strong {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-apply-note span {
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.62;
}

.career-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.career-form label {
  display: grid;
  gap: 8px;
}

.career-message,
.career-form button {
  grid-column: 1 / -1;
}

.career-form span {
  color: var(--deep-blue);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--charcoal);
  background: var(--soft);
  border: 1px solid rgba(61, 87, 102, 0.18);
  border-radius: 6px;
  font: inherit;
}

.career-form textarea {
  min-height: 122px;
  resize: vertical;
}
.career-form input[type="file"] {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  cursor: pointer;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
  outline: 2px solid rgba(110, 178, 68, 0.38);
  border-color: rgba(4, 97, 72, 0.38);
}

.career-form button {
  min-height: 56px;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-page {
  background:
    radial-gradient(circle at 84% 10%, rgba(110, 178, 68, 0.18), transparent 30%),
    radial-gradient(circle at 8% 38%, rgba(102, 128, 147, 0.13), transparent 26%),
    linear-gradient(180deg, var(--white), var(--soft) 46%, var(--mist));
}

.events-hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.84fr);
  gap: 70px;
  align-items: center;
  padding: 178px max(42px, calc((100vw - 1180px) / 2)) 104px;
}

.events-page-label {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.events-hero h1 {
  max-width: 930px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.96;
}

.events-hero p {
  max-width: 920px;
  margin: 34px 0 0;
  color: var(--deep-blue);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.events-visual-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: 185px 185px auto;
  gap: 14px;
}

.event-hero-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(11, 63, 50, 0.14);
  box-shadow: 0 28px 70px rgba(18, 60, 73, 0.18);
}

.event-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event-hero-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(24, 33, 42, 0.72), transparent);
  pointer-events: none;
}

.event-hero-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-hero-photo.primary {
  grid-row: span 2;
  min-height: 384px;
}

.event-hero-photo.secondary {
  min-height: 185px;
}

.event-hero-photo.tertiary,
.event-hero-photo.quaternary {
  min-height: 185px;
}

.events-hero-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 24px 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 63, 50, 0.97), rgba(40, 47, 56, 0.98)),
    var(--forest);
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(18, 60, 73, 0.18);
}

.events-hero-note strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.12;
}

.events-hero-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.event-presence-section,
.event-calendar-section,
.event-gallery-section,
.event-archive-standard,
.event-closing {
  padding: 104px max(42px, calc((100vw - 1180px) / 2));
}

.event-presence-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1fr);
  gap: 72px;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(40, 47, 56, 0.98), rgba(11, 63, 50, 0.96)),
    var(--charcoal);
}

.event-presence-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.92;
}

.event-presence-copy p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
  line-height: 1.75;
}

.event-presence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.event-presence-grid article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.event-presence-grid span {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
}

.event-presence-grid h3 {
  margin: 30px 0 0;
  color: var(--white);
  font-size: 27px;
  line-height: 1.12;
}

.event-presence-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.event-calendar-section,
.event-archive-standard {
  background: var(--white);
}

.event-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.event-section-heading.compact {
  align-items: center;
}

.event-section-heading h2,
.event-archive-standard h2,
.event-closing h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 0.92;
}

.event-section-heading p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 19px;
  line-height: 1.72;
}

.event-timeline {
  display: grid;
  gap: 16px;
}

.event-timeline article {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(90deg, var(--white), var(--soft));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(18, 60, 73, 0.06);
}

.event-date {
  display: grid;
  place-items: center;
  min-height: 118px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
}

.event-date span {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.event-date strong {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.event-info {
  display: grid;
  gap: 10px;
}

.event-type {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-info h3 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.12;
}

.event-info p {
  max-width: 680px;
  margin: 0;
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.65;
}

.event-timeline article > a {
  padding: 12px 15px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-gallery-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(110, 178, 68, 0.12), transparent 28%),
    var(--soft);
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.event-album-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(18, 60, 73, 0.1);
}

.event-album-card.featured {
  grid-row: span 3;
}

.event-album-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.event-album-card.featured img {
  height: 560px;
}

.event-album-card div {
  padding: 24px;
}

.event-album-card span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-album-card h3 {
  margin: 10px 0 0;
  color: var(--green);
  font-size: 26px;
  line-height: 1.12;
}

.event-album-card p {
  margin: 12px 0 0;
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.6;
}

.event-archive-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 62px;
  align-items: end;
}

.event-archive-panel p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 19px;
  line-height: 1.72;
}

.archive-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.archive-standard-grid article {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.archive-standard-grid strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 24px;
}

.archive-standard-grid span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.event-closing {
  display: flex;
  gap: 34px;
  align-items: end;
  justify-content: space-between;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(40, 47, 56, 0.98), rgba(4, 97, 72, 0.96)),
    var(--charcoal);
}

.event-closing h2 {
  max-width: 880px;
  color: var(--white);
}

.event-closing span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-closing a {
  flex: 0 0 auto;
  padding: 17px 22px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.events-gallery-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
  gap: 66px;
  align-items: end;
  padding: 178px max(42px, calc((100vw - 1180px) / 2)) 86px;
  background:
    radial-gradient(circle at 84% 6%, rgba(110, 178, 68, 0.18), transparent 30%),
    linear-gradient(180deg, var(--white), var(--soft));
}

.events-gallery-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.92;
}

.events-gallery-hero p {
  margin: 0 0 10px;
  color: var(--deep-blue);
  font-size: 20px;
  line-height: 1.7;
}

.event-chip-section {
  position: sticky;
  top: 110px;
  z-index: 8;
  padding: 18px max(42px, calc((100vw - 1180px) / 2));
  background: rgba(247, 250, 248, 0.88);
  border-top: 1px solid rgba(11, 63, 50, 0.08);
  border-bottom: 1px solid rgba(11, 63, 50, 0.1);
  backdrop-filter: blur(18px);
}

.event-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.event-chip-row::-webkit-scrollbar {
  display: none;
}

.event-chip-row button {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: var(--deep-blue);
  background: var(--white);
  border: 1px solid rgba(61, 87, 102, 0.16);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.event-chip-row button:hover,
.event-chip-row button:focus-visible {
  border-color: rgba(4, 97, 72, 0.42);
  transform: translateY(-1px);
}

.event-chip-row .is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.simple-event-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  padding: 76px max(42px, calc((100vw - 1180px) / 2)) 112px;
  background: var(--soft);
}

.simple-gallery-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 22px 55px rgba(18, 60, 73, 0.12);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}


.simple-gallery-card.is-hidden {
  display: none;
}

.simple-gallery-card.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 680px;
}

.simple-gallery-card.wide {
  grid-column: span 2;
}

.simple-gallery-card img,
.simple-gallery-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.simple-gallery-card.logo-gallery-card {
  background: var(--white);
}

.simple-gallery-card.logo-gallery-card img {
  padding: 42px 32px 86px;
  object-fit: contain;
}

.simple-gallery-card.logo-gallery-card::after {
  background:
    linear-gradient(180deg, transparent 38%, rgba(24, 33, 42, 0.72)),
    linear-gradient(90deg, rgba(11, 63, 50, 0.08), transparent 58%);
}

.simple-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 33, 42, 0.06), rgba(24, 33, 42, 0.74)),
    linear-gradient(90deg, rgba(11, 63, 50, 0.26), transparent 58%);
}

.simple-gallery-card:hover img,
.simple-gallery-card:hover video {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.035);
}

.simple-gallery-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

.simple-gallery-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 11px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.simple-gallery-card h2 {
  max-width: 600px;
  margin: 0;
  color: var(--white);
  font-size: clamp(25px, 3.2vw, 46px);
  line-height: 1.02;
}

.simple-gallery-card:not(.large) h2 {
  font-size: 28px;
}

.simple-gallery-card p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}


.site-footer {
  padding: 64px max(42px, calc((100vw - 1180px) / 2)) 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 63, 50, 0.96), rgba(24, 33, 42, 0.98)),
    var(--charcoal);
}


.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(340px, 1.3fr) minmax(220px, 0.7fr);
  gap: 44px;
  align-items: start;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.footer-brand-block img {
  width: 240px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
  background: var(--white);
  border-radius: 6px;
  padding: 6px;
}

.footer-brand-block strong,
.footer-link-groups strong,
.footer-address-grid strong,
.footer-bottom span {
  display: block;
}

.footer-brand-block > strong {
  color: var(--white);
  margin-top: 10px;
  font-family: var(--font-label);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer-certification {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  color: var(--lime);
  border: 1px solid rgba(110, 178, 68, 0.38);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-brand-block p {
  max-width: 520px;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.footer-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.footer-contact-strip a {
  padding: 8px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 780;
}

.footer-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-address-grid address {
  min-height: 172px;
  margin: 0;
  padding: 24px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.65;
}

.footer-address-grid strong,
.footer-link-groups strong {
  margin-bottom: 12px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.footer-link-groups nav {
  display: grid;
  gap: 9px;
}

.footer-link-groups a,
.footer-link-groups span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 720;
}

.footer-link-groups span {
  cursor: default;
}

.footer-link-groups a:hover,
.footer-contact-strip a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.coming-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 16%, rgba(110, 178, 68, 0.16), transparent 34%),
    linear-gradient(135deg, var(--soft), var(--mist));
}

.coming-main {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 170px max(42px, calc((100vw - 1180px) / 2)) 80px;
}

.coming-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: end;
}

.coming-copy h1 {
  max-width: 920px;
  margin-top: 44px;
  color: var(--ink);
  font-size: clamp(60px, 8vw, 116px);
  line-height: 0.94;
}

.coming-copy p {
  max-width: 680px;
  margin-top: 44px;
  color: var(--deep-blue);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.coming-copy p + p {
  margin-top: 24px;
}

.coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.coming-contact {
  display: grid;
  gap: 22px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.coming-contact div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: center;
}

.coming-contact strong {
  color: var(--forest);
  font-size: 18px;
}

.coming-contact a {
  color: var(--deep-blue);
  font-size: 19px;
  font-weight: 650;
}

.coming-contact div + div {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.partner-ad-card {
  min-height: 520px;
  padding: 42px;
  display: grid;
  align-content: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(40, 47, 56, 0.92), rgba(11, 63, 50, 0.96)),
    radial-gradient(circle at 78% 18%, rgba(110, 178, 68, 0.32), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 78px rgba(18, 60, 73, 0.22);
}

.partner-ad-card::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.partner-ad-card span {
  position: relative;
  z-index: 1;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partner-ad-card h2 {
  position: relative;
  z-index: 1;
  max-width: 8.8em;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.03;
  font-weight: 930;
}

.partner-ad-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.62;
}

.partner-page-active .coming-main {
  align-items: start;
  padding-top: 150px;
}

.partner-form-panel {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.partner-form-copy,
.scrap-enquiry-form,
.partner-direct-contact {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 54px rgba(18, 60, 73, 0.11);
  backdrop-filter: blur(16px);
}

.partner-form-copy {
  padding: 32px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.partner-form-copy h2,
.partner-direct-contact h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
}

.partner-form-copy h2 {
  max-width: 8.5em;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
}

.partner-form-copy p,
.partner-direct-contact p,
.partner-quick-list li {
  margin: 0;
  color: rgba(40, 47, 56, 0.76);
  font-size: 16px;
  line-height: 1.6;
}

.partner-quick-list {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.partner-quick-list strong {
  display: block;
  color: var(--forest);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partner-quick-list ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.partner-quick-list li {
  position: relative;
  padding-left: 18px;
}

.partner-quick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.scrap-enquiry-form {
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scrap-enquiry-form label {
  display: grid;
  gap: 8px;
}

.scrap-enquiry-form span {
  color: var(--forest);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scrap-enquiry-form input,
.scrap-enquiry-form select,
.scrap-enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(40, 47, 56, 0.16);
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
}

.scrap-enquiry-form input,
.scrap-enquiry-form select {
  min-height: 48px;
  padding: 0 14px;
}

.scrap-enquiry-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}

.scrap-enquiry-form input:focus,
.scrap-enquiry-form select:focus,
.scrap-enquiry-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(4, 97, 72, 0.12);
}

.full-span {
  grid-column: 1 / -1;
}

.partner-direct-contact {
  padding: 30px;
  display: grid;
  gap: 18px;
  align-content: start;
  background:
    linear-gradient(145deg, rgba(40, 47, 56, 0.95), rgba(11, 63, 50, 0.94));
}

.partner-direct-contact h3,
.partner-direct-contact p {
  color: var(--white);
}

.partner-direct-contact h3 {
  font-size: 30px;
  line-height: 1.08;
}

.partner-direct-contact p {
  color: rgba(255, 255, 255, 0.74);
}

.partner-direct-actions {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.partner-direct-actions .btn {
  width: 100%;
}

.partner-direct-actions .btn-light {
  color: var(--ink);
}

.epr-page {
  background: var(--soft);
}

.epr-hero {
  min-height: 720px;
  padding: 172px max(42px, calc((100vw - 1180px) / 2)) 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.62fr);
  gap: 58px;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(11, 63, 50, 0.96), rgba(40, 47, 56, 0.92)),
    radial-gradient(circle at 76% 30%, rgba(110, 178, 68, 0.22), transparent 34%),
    var(--forest);
  position: relative;
  overflow: hidden;
}

.epr-hero::before,
.epr-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.epr-hero::before {
  width: 560px;
  height: 560px;
  right: -160px;
  top: 110px;
}

.epr-hero::after {
  width: 360px;
  height: 360px;
  left: -130px;
  bottom: 70px;
}

.epr-hero-copy,
.epr-compass {
  position: relative;
  z-index: 1;
}

.epr-page-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.epr-hero h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.9;
}

.epr-hero-copy p {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.38;
}

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

.epr-compass {
  width: min(480px, 100%);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 31%, transparent 32%),
    conic-gradient(from 35deg, rgba(110, 178, 68, 0.95), rgba(255, 255, 255, 0.18), rgba(4, 97, 72, 0.96), rgba(255, 255, 255, 0.16), rgba(110, 178, 68, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.24);
}

.epr-compass::before,
.epr-compass::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.epr-compass::before {
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 35, 32, 0.38);
  backdrop-filter: blur(12px);
}

.epr-compass::after {
  inset: 4%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  animation: eprCompassTurn 18s linear infinite;
}

.epr-compass-core {
  position: relative;
  z-index: 2;
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  color: var(--charcoal);
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.epr-compass-core span {
  font-family: var(--font-display);
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 850;
  line-height: 0.9;
}

.epr-compass-core strong {
  max-width: 100px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.epr-compass-node {
  position: absolute;
  z-index: 3;
  min-width: 112px;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(40, 47, 56, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.node-register {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.node-recover {
  right: -2%;
  top: 48%;
}

.node-document {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.node-report {
  left: -2%;
  top: 48%;
}

@keyframes eprCompassTurn {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.epr-disclaimer,
.epr-start-map,
.epr-explainer,
.epr-readiness,
.epr-decision-desk,
.epr-flow-section,
.epr-credit-system,
.epr-knowledge-grid,
.epr-advika-role,
.epr-faq-section,
.epr-official-links,
.epr-closing {
  padding-left: max(42px, calc((100vw - 1180px) / 2));
  padding-right: max(42px, calc((100vw - 1180px) / 2));
}

.epr-disclaimer {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 36px;
  padding-bottom: 36px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.epr-disclaimer strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 22px;
}

.epr-disclaimer p {
  max-width: 900px;
  margin: 0;
  color: var(--deep-blue);
  font-size: 17px;
}

.epr-start-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(40, 47, 56, 0.14);
}

.epr-start-map article {
  min-height: 230px;
  padding: 34px 30px;
  background: var(--white);
  transition: background 0.25s ease, transform 0.25s ease;
}

.epr-start-map article:hover {
  background: var(--mist);
  transform: translateY(-3px);
}

.epr-start-map span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 850;
}

.epr-start-map strong {
  display: flex;
  align-items: flex-start;
  min-height: 66px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.08;
}

.epr-start-map p {
  margin-top: 14px;
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.55;
}

.epr-explainer {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: 62px;
  padding-top: 92px;
  padding-bottom: 92px;
  background: var(--soft);
}

.epr-section-copy h2,
.epr-flow-heading h2,
.epr-knowledge-grid h2,
.epr-advika-role h2,
.epr-links-copy h2,
.epr-closing h2 {
  color: var(--charcoal);
  font-size: clamp(40px, 4.2vw, 72px);
  line-height: 0.92;
}

.epr-section-copy p,
.epr-flow-heading p,
.epr-knowledge-grid p,
.epr-advika-role p,
.epr-links-copy p,
.epr-closing p {
  margin-top: 20px;
}

.epr-term-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.epr-term-grid article,
.epr-knowledge-grid article,
.epr-role-list article,
.epr-link-grid a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 60, 73, 0.08);
}

.epr-term-grid article {
  min-height: 190px;
  padding: 26px;
}

.epr-term-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
}

.epr-term-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.epr-readiness {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: start;
  padding-top: 90px;
  padding-bottom: 96px;
  background: var(--white);
}

.readiness-intro {
  position: sticky;
  top: 130px;
}

.readiness-intro span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.readiness-intro h2 {
  color: var(--charcoal);
  font-size: clamp(38px, 4.2vw, 70px);
  line-height: 0.92;
}

.readiness-intro p {
  margin-top: 24px;
  font-size: 18px;
}

.readiness-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.readiness-card {
  min-height: 265px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(238, 244, 241, 0.86), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 60, 73, 0.08);
}

.readiness-card strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.12;
}

.readiness-card p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.62;
}

.role-card {
  grid-row: span 2;
  display: grid;
  align-content: start;
  background:
    radial-gradient(circle at 24% 22%, rgba(110, 178, 68, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(11, 63, 50, 0.98), rgba(40, 47, 56, 0.96));
}

.role-card strong,
.role-card p {
  color: var(--white);
}

.role-card p {
  color: rgba(255, 255, 255, 0.76);
}

.role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.role-tags span {
  display: inline-flex;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.epr-decision-desk {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.15fr);
  gap: 54px;
  padding-top: 88px;
  padding-bottom: 92px;
  background: var(--mist);
}

.decision-heading h2 {
  color: var(--charcoal);
  font-size: clamp(40px, 4vw, 68px);
  line-height: 0.92;
}

.decision-heading p {
  margin-top: 22px;
}

.decision-table {
  display: grid;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(18, 60, 73, 0.1);
}

.decision-row {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1fr;
  min-height: 86px;
  border-bottom: 1px solid var(--line);
}

.decision-row:last-child {
  border-bottom: 0;
}

.decision-row span {
  display: flex;
  align-items: center;
  padding: 20px 22px;
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.5;
  border-right: 1px solid var(--line);
}

.decision-row span:last-child {
  border-right: 0;
}

.decision-row span:first-child {
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 800;
}

.decision-head {
  min-height: 62px;
  background: var(--charcoal);
}

.decision-head span,
.decision-head span:first-child {
  color: var(--white);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.16);
}

.epr-flow-section {
  padding-top: 92px;
  padding-bottom: 92px;
  color: var(--white);
  background: var(--charcoal);
}

.epr-flow-heading {
  max-width: 850px;
}

.epr-flow-heading span,
.epr-advika-role > div > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.epr-flow-heading h2,
.epr-flow-heading p {
  color: var(--white);
}

.epr-flow-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.epr-flow-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.epr-flow-track article {
  position: relative;
  min-height: 250px;
  padding: 24px 18px 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.epr-flow-track article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -13px;
  width: 14px;
  height: 2px;
  background: var(--lime);
}

.epr-flow-track strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: var(--charcoal);
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 14px;
}

.epr-flow-track h3 {
  color: var(--white);
  font-size: 22px;
  line-height: 1.12;
}

.epr-flow-track p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.epr-credit-system {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    linear-gradient(90deg, var(--soft), rgba(221, 232, 226, 0.7)),
    var(--soft);
}

.epr-credit-copy span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.epr-credit-copy h2 {
  color: var(--charcoal);
  font-size: clamp(42px, 4.5vw, 78px);
  line-height: 0.96;
}

.epr-credit-copy p {
  margin-top: 22px;
  font-size: 18px;
}

.epr-credit-visual {
  min-height: 620px;
  padding: 28px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  background:
    linear-gradient(145deg, rgba(40, 47, 56, 0.96), rgba(11, 63, 50, 0.94)),
    var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 36px 100px rgba(18, 60, 73, 0.22);
  overflow: hidden;
  position: relative;
}

.epr-credit-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  pointer-events: none;
}

.credit-console-top,
.credit-orbit,
.credit-status-grid {
  position: relative;
  z-index: 1;
}

.credit-console-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.credit-console-top span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.credit-console-top strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 18px;
}

.credit-orbit {
  min-height: 380px;
  display: grid;
  place-items: center;
}

.credit-orbit::before,
.credit-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.credit-orbit::before {
  width: min(350px, 74%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    conic-gradient(from 0deg, rgba(110, 178, 68, 0.22), transparent, rgba(4, 97, 72, 0.32), transparent, rgba(110, 178, 68, 0.22));
  animation: eprCompassTurn 16s linear infinite;
}

.credit-orbit::after {
  width: min(260px, 54%);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, 0.22);
}

.credit-core {
  position: relative;
  z-index: 2;
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.credit-core span {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 850;
  line-height: 0.9;
}

.credit-core strong {
  max-width: 116px;
  color: var(--charcoal);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.credit-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.credit-node span {
  width: 13px;
  height: 13px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(110, 178, 68, 0.12);
}

.node-waste {
  left: 4%;
  top: 20%;
}

.node-processor {
  right: 2%;
  top: 22%;
}

.node-proof {
  right: 8%;
  bottom: 18%;
}

.node-filing {
  left: 8%;
  bottom: 18%;
}

.credit-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.credit-status-grid article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.credit-status-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credit-meter {
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.credit-meter i {
  display: block;
  width: 76%;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--green));
  border-radius: inherit;
  animation: creditPulse 2.8s ease-in-out infinite;
}

.meter-two i {
  width: 62%;
  animation-delay: 0.35s;
}

.meter-three i {
  width: 84%;
  animation-delay: 0.7s;
}

@keyframes creditPulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.35);
  }
}

.epr-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--mist);
}

.epr-knowledge-grid article {
  min-height: 410px;
  padding: 34px;
}

.epr-knowledge-grid h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
}

.epr-knowledge-grid p {
  font-size: 16px;
  line-height: 1.65;
}

.epr-caution-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 38px max(42px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, var(--forest), var(--charcoal));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.epr-caution-strip strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(26px, 2.5vw, 42px);
  line-height: 1.05;
}

.epr-caution-strip p {
  max-width: 920px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.62;
}

.epr-caution-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  color: var(--charcoal);
  background: var(--lime);
  border-radius: 7px;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.epr-advika-role {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 56px;
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--soft);
}

.epr-role-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.epr-role-list article {
  min-height: 220px;
  padding: 28px;
}

.epr-role-list strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.15;
}

.epr-role-list p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.epr-faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
  gap: 58px;
  padding-top: 92px;
  padding-bottom: 96px;
  background: var(--mist);
}

.faq-heading h2 {
  color: var(--charcoal);
  font-size: clamp(40px, 4vw, 70px);
  line-height: 0.92;
}

.faq-heading p {
  margin-top: 22px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.faq-grid article {
  min-height: 245px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 60, 73, 0.08);
}

.faq-grid strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.12;
}

.faq-grid p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.62;
}

.epr-official-links {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 58px;
  padding-top: 86px;
  padding-bottom: 86px;
  background: var(--white);
}

.epr-link-grid {
  display: grid;
  gap: 14px;
}

.epr-link-grid a {
  display: grid;
  gap: 8px;
  padding: 24px 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.epr-link-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(4, 97, 72, 0.34);
  box-shadow: 0 26px 64px rgba(18, 60, 73, 0.14);
}

.epr-link-grid strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 24px;
}

.epr-link-grid span {
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.55;
}

.epr-closing {
  padding-top: 92px;
  padding-bottom: 104px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(4, 97, 72, 0.96), rgba(11, 63, 50, 0.98)),
    var(--green);
}

.epr-closing h2 {
  max-width: 850px;
  color: var(--white);
}

.epr-closing p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.48;
}

@media (max-width: 1020px) {
  .nav-links {
    gap: 14px;
    font-size: 12px;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 40px;
  }

  .hero-panel strong {
    white-space: normal;
  }

  .impact-strip,
  .loop-band,
  .about-opening,
  .linear-circular-section,
  .leadership-section,
  .tagline-story-section,
  .about-material-system,
  .about-responsibility-section,
  .intro-grid,
  .film-process-section,
  .solutions-section,
  .journey-section,
  .epr-section,
  .enquiry-section {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .pain-grid,
  .about-depth-grid,
  .served-grid,
  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reform-metrics {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 36px;
  }

  .about-page .about-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
  }

  .about-page .about-hero-media {
    width: 100%;
    min-height: 420px;
    margin-right: 0;
    border-radius: 8px;
  }

  .about-page .about-hero-panel {
    right: 42px;
    bottom: auto;
    top: calc(158px + 420px);
    width: min(360px, calc(100% - 84px));
  }

  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .purpose-loop-visual {
    min-height: 420px;
  }

  .site-footer {
    padding-top: 52px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand-block p {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .coming-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .film-process-copy h2 {
    max-width: 920px;
  }

  .film-process-media {
    min-height: 420px;
  }

  .film-process-media video {
    height: 420px;
  }

  .journey-copy {
    min-height: auto;
  }

  .partner-reform {
    margin-top: 24px;
  }

  .partner-form-panel {
    grid-template-columns: 1fr;
  }

  .epr-hero,
  .epr-explainer,
  .epr-readiness,
  .epr-decision-desk,
  .epr-credit-system,
  .epr-advika-role,
  .epr-faq-section,
  .epr-official-links {
    grid-template-columns: 1fr;
  }

  .contact-hero,
  .contact-section-heading,
  .contact-form-section,
  .contact-closing-strip,
  .careers-hero,
  .career-intro-section,
  .career-section-heading,
  .career-learning-strip,
  .career-pathway-section,
  .career-apply-section,
  .events-hero,
  .event-presence-section,
  .event-section-heading,
  .event-archive-panel {
    grid-template-columns: 1fr;
  }

  .contact-hero,
  .careers-hero,
  .events-hero {
    min-height: auto;
    align-items: start;
  }

  .contact-direct-panel {
    max-width: 620px;
  }

  .contact-signature-panel {
    max-width: 620px;
  }

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

  .routing-grid article,
  .routing-grid article:nth-child(3n),
  .routing-grid article:nth-last-child(-n + 3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .routing-grid article:nth-child(2n) {
    border-right: 0;
  }

  .routing-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .contact-form-copy {
    position: static;
  }

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

  .careers-hero-visual {
    max-width: 620px;
  }

  .career-pathway-section {
    grid-template-columns: 1fr;
  }

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

  .career-learning-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .career-process-track article {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .career-process-track article:nth-child(3n) {
    border-right: 0;
  }

  .career-process-track article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .career-apply-copy {
    position: static;
  }

  .events-visual-stack {
    max-width: 620px;
  }

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

  .event-timeline article {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .event-timeline article > a {
    grid-column: 2;
    width: fit-content;
  }

  .event-gallery-grid {
    grid-template-columns: 1fr;
  }

  .event-album-card.featured {
    grid-row: auto;
  }

  .event-album-card.featured img {
    height: 380px;
  }

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

  .event-closing {
    align-items: start;
    flex-direction: column;
  }

  .epr-hero {
    align-items: start;
    min-height: auto;
  }

  .epr-flow-track {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .epr-start-map {
    grid-template-columns: 1fr 1fr;
  }

  .epr-flow-track article:not(:last-child)::after {
    display: none;
  }

  .epr-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .epr-credit-system {
    align-items: start;
  }

  .readiness-intro {
    position: static;
  }

  .epr-knowledge-grid article {
    min-height: auto;
  }

  .epr-caution-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 12px;
    padding: 10px 10px 10px 12px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    width: 158px;
  }

  .site-header.is-scrolled .brand {
    width: 148px;
  }

  .site-header.is-scrolled .brand img {
    height: 52px;
  }

  .header-cta {
    padding: 9px 10px;
  }

  .header-cta span {
    font-size: 11px;
  }

  .header-cta strong {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .site-header.is-scrolled .header-cta {
    padding: 8px 10px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
    gap: 7px;
  }

  .floating-action {
    min-width: 40px;
    min-height: 40px;
    padding: 0 11px;
    border-radius: 999px;
  }

  .floating-action:hover {
    transform: none;
  }

  .floating-action strong {
    font-size: 9px;
  }

  .floating-whatsapp {
    width: 40px;
    padding: 0;
  }

  .hero,
  .about-hero,
  .about-opening,
  .linear-circular-section,
  .leadership-section,
  .tagline-story-section,
  .about-depth-section,
  .about-capability-section,
  .about-responsibility-section,
  .about-material-system,
  .served-section,
  .about-closing-cta,
  .purpose-section,
  .intro-section,
  .matrix-section,
  .film-process-section,
  .product-section,
  .pain-section,
  .journey-section,
  .solutions-section,
  .enquiry-section,
  .epr-section,
  .loop-band {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-hero,
  .contact-routing,
  .contact-form-section,
  .contact-location-section,
  .contact-closing-strip,
  .careers-hero,
  .career-intro-section,
  .career-areas-section,
  .career-learning-strip,
  .career-pathway-section,
  .career-process-section,
  .career-apply-section,
  .events-hero,
  .event-presence-section,
  .event-calendar-section,
  .event-gallery-section,
  .event-archive-standard,
  .event-closing {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-hero {
    padding-top: 138px;
    padding-bottom: 58px;
    gap: 36px;
  }

  .careers-hero {
    padding-top: 138px;
    padding-bottom: 58px;
    gap: 36px;
  }

  .events-hero {
    padding-top: 138px;
    padding-bottom: 58px;
    gap: 36px;
  }

  .film-process-section {
    gap: 32px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .film-process-copy h2 {
    font-size: 38px;
  }

  .film-process-copy p {
    font-size: 16px;
  }

  .film-process-flow {
    gap: 7px;
  }

  .film-process-flow span {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .film-process-media {
    min-height: 310px;
  }

  .film-process-media video {
    height: 310px;
  }

  .film-process-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .film-process-caption span {
    max-width: none;
    text-align: left;
  }

  .contact-page-label,
  .careers-page-label,
  .events-page-label {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .contact-hero h1,
  .careers-hero h1,
  .events-hero h1 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .contact-hero p,
  .careers-hero p,
  .events-hero p {
    margin-top: 24px;
    font-size: 18px;
  }

  .contact-direct-panel,
  .contact-enquiry-form,
  .location-copy {
    padding: 24px;
  }

  .contact-signature-panel {
    padding: 16px;
  }

  .contact-signature-panel::before {
    inset: 14px;
  }

  .contact-signal-grid {
    gap: 8px;
  }

  .contact-signal-grid span {
    min-height: 70px;
    font-size: 9px;
  }

  .contact-link-mark {
    top: 76px;
    width: 58px;
    height: 58px;
  }

  .contact-link-mark img {
    width: 40px;
    height: 40px;
  }

  .careers-hero-visual {
    min-height: 360px;
    padding: 24px;
  }

  .careers-hero-visual::before {
    inset: 16px;
    width: auto;
    height: auto;
  }

  .shift-board-head strong {
    font-size: 36px;
  }

  .shift-path {
    grid-template-columns: 1fr;
  }

  .shift-path span,
  .shift-path span:nth-child(even) {
    min-height: 48px;
    transform: none;
    font-size: 10px;
  }

  .shift-board-note {
    padding: 18px;
  }

  .contact-direct-panel a {
    font-size: 19px;
  }

  .contact-brand-pillars article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .contact-routing,
  .contact-form-section,
  .contact-location-section,
  .contact-closing-strip,
  .career-intro-section,
  .career-areas-section,
  .career-learning-strip,
  .career-pathway-section,
  .career-process-section,
  .career-apply-section,
  .event-presence-section,
  .event-calendar-section,
  .event-gallery-section,
  .event-archive-standard,
  .event-closing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-section-heading,
  .career-section-heading,
  .event-section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .contact-section-heading h2,
  .contact-form-copy h2,
  .contact-closing-strip h2,
  .career-intro-copy h2,
  .career-section-heading h2,
  .career-pathway-copy h2,
  .career-apply-copy h2,
  .event-presence-copy h2,
  .event-section-heading h2,
  .event-archive-standard h2,
  .event-closing h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .contact-section-heading p,
  .contact-form-copy p,
  .contact-closing-strip p,
  .career-intro-copy p,
  .career-section-heading p,
  .career-pathway-copy p,
  .career-apply-copy p,
  .event-presence-copy p,
  .event-section-heading p,
  .event-archive-panel p {
    font-size: 16px;
  }

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

  .routing-grid article,
  .routing-grid article:nth-child(2n),
  .routing-grid article:nth-last-child(-n + 2) {
    min-height: auto;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .routing-grid article:last-child {
    border-bottom: 0;
  }

  .routing-grid h3 {
    min-height: auto;
    font-size: 24px;
  }

  .contact-enquiry-form {
    grid-template-columns: 1fr;
  }

  .career-proof-grid article,
  .career-pathway-rail article,
  .career-form {
    grid-template-columns: 1fr;
  }

  .career-area-grid,
  .career-learning-list,
  .career-pathway-rail,
  .career-process-track {
    grid-template-columns: 1fr;
  }

  .career-area-grid article,
  .career-process-track article {
    min-height: auto;
  }

  .career-area-grid h3 {
    min-height: auto;
  }

  .career-learning-list article {
    min-height: auto;
  }

  .career-process-track article,
  .career-process-track article:nth-child(3n),
  .career-process-track article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .career-process-track article:last-child {
    border-bottom: 0;
  }

  .career-form,
  .career-apply-note {
    padding: 24px;
  }

  .events-visual-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .event-hero-photo.primary,
  .event-hero-photo.secondary,
  .event-hero-photo.tertiary,
  .event-hero-photo.quaternary {
    grid-row: auto;
    width: auto;
    min-height: 220px;
    height: 220px;
    right: auto;
    bottom: auto;
  }

  .events-hero-note {
    padding: 20px;
  }

  .events-hero-note strong {
    font-size: 21px;
  }

  .event-presence-grid {
    grid-template-columns: 1fr;
  }

  .event-presence-grid article {
    min-height: auto;
  }

  .event-timeline article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .event-timeline article > a {
    grid-column: auto;
  }

  .event-date {
    min-height: 88px;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px;
  }

  .event-info h3 {
    font-size: 24px;
  }

  .event-album-card img,
  .event-album-card.featured img {
    height: 240px;
  }

  .archive-standard-grid {
    grid-template-columns: 1fr;
  }

  .archive-standard-grid article {
    min-height: auto;
    gap: 28px;
  }

  .location-card {
    grid-template-rows: 240px 1fr;
  }

  .map-frame {
    min-height: 240px;
  }

  .impact-copy,
  .impact-stat {
    min-height: auto;
    padding: 30px 22px;
  }

  .loop-flow {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
    padding-top: 138px;
  }

  .about-page .about-hero {
    padding-top: 130px;
  }

  .about-hero h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .about-page .about-hero-panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -18px;
  }

  .about-hero p,
  .about-opening-copy p,
  .tagline-story-card p {
    font-size: 18px;
  }

  .about-page-label {
    font-size: 11px;
  }

  .about-section-title {
    margin-bottom: 18px;
  }

  .about-section-title strong {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .tagline-story-card {
    padding: 28px;
  }

  .tagline-story-card .brand-hashtag {
    font-size: clamp(20px, 7vw, 31px);
    white-space: normal;
  }

  .about-depth-grid,
  .profile-proof-grid,
  .linear-circular-flow,
  .leadership-grid,
  .capability-grid,
  .material-system-list,
  .served-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article {
    min-height: auto;
  }

  .purpose-loop-visual {
    min-height: 340px;
  }

  .purpose-loop-ring {
    width: min(290px, 80vw);
  }

  .purpose-loop-ring span {
    min-width: 92px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .purpose-loop-ring span:nth-of-type(2) {
    right: -4px;
    bottom: 88px;
  }

  .purpose-loop-ring span:nth-of-type(3) {
    left: -4px;
    bottom: 88px;
  }

  .purpose-statements article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .purpose-statements span {
    width: max-content;
    padding: 0 18px;
  }

  .purpose-statements p {
    font-size: 18px;
  }

  .about-depth-grid article,
  .material-system-list article {
    min-height: auto;
  }

  .loop-flow::before {
    display: none;
  }

  .solution-list,
  .product-grid,
  .pain-grid,
  .reform-metrics {
    grid-template-columns: 1fr;
  }

  .product-card.large {
    grid-row: auto;
  }

  .product-card.large img,
  .journey-image img {
    height: 320px;
  }

  .scrap-stream-visual {
    min-height: auto;
    padding: 24px;
  }

  .scrap-stream-grid,
  .scrap-visual-footer {
    grid-template-columns: 1fr;
  }

  .coming-main {
    padding-left: 22px;
    padding-right: 22px;
  }

  .coming-contact div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .scrap-enquiry-form {
    grid-template-columns: 1fr;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .partner-form-copy,
  .scrap-enquiry-form,
  .partner-direct-contact {
    padding: 24px;
  }

  .epr-hero,
  .epr-disclaimer,
  .epr-start-map,
  .epr-explainer,
  .epr-readiness,
  .epr-decision-desk,
  .epr-flow-section,
  .epr-credit-system,
  .epr-knowledge-grid,
  .epr-advika-role,
  .epr-faq-section,
  .epr-official-links,
  .epr-closing {
    padding-left: 22px;
    padding-right: 22px;
  }

  .epr-hero {
    padding-top: 138px;
    padding-bottom: 60px;
    gap: 34px;
  }

  .epr-hero h1 {
    font-size: clamp(54px, 16vw, 82px);
  }

  .epr-knowledge-grid article,
  .epr-role-list article {
    padding: 24px;
  }

  .epr-compass {
    justify-self: center;
    width: min(360px, 88vw);
  }

  .epr-compass-node {
    min-width: 92px;
    padding: 10px 12px;
    font-size: 10px;
  }

  .epr-disclaimer,
  .epr-start-map,
  .epr-term-grid,
  .epr-flow-track,
  .readiness-board,
  .credit-status-grid,
  .faq-grid,
  .epr-role-list {
    grid-template-columns: 1fr;
  }

  .decision-row,
  .decision-head {
    grid-template-columns: 1fr;
  }

  .decision-row span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .decision-row span:last-child {
    border-bottom: 0;
  }

  .decision-head span {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .role-card {
    grid-row: auto;
  }

  .epr-caution-strip {
    padding-left: 22px;
    padding-right: 22px;
  }

  .epr-caution-strip a {
    width: 100%;
  }

  .epr-credit-visual {
    min-height: 560px;
    padding: 20px;
  }

  .credit-console-top {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .credit-orbit {
    min-height: 330px;
  }

  .credit-core {
    width: 146px;
    height: 146px;
  }

  .credit-core span {
    font-size: 44px;
  }

  .credit-node {
    min-width: auto;
    padding: 9px 10px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .node-waste,
  .node-filing {
    left: 0;
  }

  .node-processor,
  .node-proof {
    right: 0;
  }

  .epr-disclaimer {
    gap: 12px;
  }

  .epr-term-grid article,
  .epr-role-list article,
  .epr-flow-track article {
    min-height: auto;
  }

  .footer-address-grid,
  .footer-link-groups {
    grid-template-columns: 1fr;
  }

  .footer-address-grid address {
    min-height: auto;
  }

  .footer-contact-strip {
    display: grid;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 142px;
  }

  .site-header.is-scrolled .brand {
    width: 132px;
  }

  .header-cta span {
    font-size: 10px;
  }

  .header-cta strong {
    font-size: 8px;
  }
}

@media (max-width: 980px) {
  .events-gallery-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 150px;
  }

  .events-gallery-hero p {
    max-width: 720px;
  }

  .event-chip-section {
    top: 94px;
  }

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

  .simple-gallery-card.large,
  .simple-gallery-card.wide {
  grid-column: 1 / -1;
  min-height: 520px;
}
}

@media (max-width: 680px) {
  .events-gallery-hero {
    padding: 138px 22px 48px;
  }

  .events-gallery-hero h1 {
    font-size: clamp(46px, 15vw, 70px);
  }

  .events-gallery-hero p {
    font-size: 17px;
  }

  .event-chip-section {
    top: 86px;
    padding: 14px 22px;
  }

  .event-chip-row button {
    padding: 8px 10px;
    font-size: 9px;
  }

  .simple-event-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 42px 22px 70px;
  }

.simple-gallery-card,
.simple-gallery-card.large,
.simple-gallery-card.wide {
  grid-column: auto;
  grid-row: auto;
  min-height: 330px;
}

  .simple-gallery-card div {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .simple-gallery-card h2,
  .simple-gallery-card:not(.large) h2 {
    font-size: 26px;
  }

  .simple-gallery-card p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Products & Materials page */
.products-page {
  background:
    radial-gradient(circle at 10% 5%, rgba(110, 178, 68, 0.16), transparent 28rem),
    linear-gradient(180deg, #f7faf8 0%, #ffffff 44%, #f1f7f4 100%);
}

.products-page main {
  overflow: hidden;
}

.pm-hero {
  min-height: 86vh;
  padding: 9.5rem clamp(1.4rem, 4vw, 5.5rem) 5.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.86fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

.pm-hero-copy {
  max-width: 57rem;
}

.pm-kicker,
.pm-section-head > span,
.pm-section-head div > span,
.pm-granules-intro > span {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.pm-kicker::before,
.pm-section-head > span::before,
.pm-section-head div > span::before,
.pm-granules-intro > span::before {
  content: "";
  width: 2.4rem;
  height: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime), var(--green));
}

.pm-hero h1,
.pm-section-head h2,
.pm-granules-intro h2,
.pm-quality-strip h2,
.pm-enquiry-panel h2 {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.pm-hero h1 {
  margin: 1.2rem 0 1.4rem;
  font-size: clamp(3.6rem, 7vw, 7.7rem);
  line-height: 0.93;
  max-width: 11ch;
}

.pm-hero p {
  max-width: 48rem;
  color: var(--text);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}

.pm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.1rem;
}

.pm-hero-visual {
  position: relative;
  min-height: 36rem;
  border-radius: 1.4rem;
}

.pm-hero-visual img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2rem 5rem rgba(12, 28, 34, 0.18);
}

.pm-hero-main {
  inset: 0 4rem 4rem 0;
  border-radius: 1.4rem;
  border: 0.55rem solid #ffffff;
}

.pm-hero-small {
  width: 42% !important;
  height: 34% !important;
  border-radius: 1rem;
  border: 0.45rem solid #ffffff;
}

.pm-hero-small.one {
  right: 0;
  top: 7%;
}

.pm-hero-small.two {
  left: 8%;
  bottom: 0;
}

.pm-hero-note {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 2;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  background: rgba(11, 63, 50, 0.92);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 1.2rem 2.8rem rgba(11, 63, 50, 0.28);
}

.pm-material-system,
.pm-category-section,
.pm-granules-deep,
.pm-spec-section,
.pm-matrix,
.pm-enquiry-panel {
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.4rem, 4vw, 5.5rem);
}

.pm-section-head {
  max-width: 70rem;
  margin-bottom: 2.4rem;
}

.pm-section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.9fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: end;
}

.pm-section-head h2,
.pm-granules-intro h2,
.pm-quality-strip h2,
.pm-enquiry-panel h2 {
  margin: 1rem 0 0;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 1;
}

.pm-section-head p,
.pm-granules-intro p,
.pm-quality-strip p,
.pm-enquiry-panel p {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pm-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(40, 47, 56, 0.16);
  border-left: 1px solid rgba(40, 47, 56, 0.16);
}

.pm-material-grid article {
  min-height: 21rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(40, 47, 56, 0.16);
  border-bottom: 1px solid rgba(40, 47, 56, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.pm-material-grid strong,
.pm-category-grid span,
.pm-spec-copy span {
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pm-material-grid h3 {
  margin: 2.2rem 0 1rem;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.12;
}

.pm-material-grid p,
.pm-category-grid p,
.pm-spec-copy p {
  color: var(--text);
  line-height: 1.65;
}

.pm-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.pm-category-grid article {
  min-height: 24rem;
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) 1fr;
  overflow: hidden;
  border: 1px solid rgba(40, 47, 56, 0.14);
  border-radius: 1.05rem;
  background: #ffffff;
  box-shadow: 0 1.3rem 3rem rgba(12, 28, 34, 0.07);
}

.pm-category-grid img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.pm-category-grid article > div {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pm-category-grid h3 {
  margin: 0.85rem 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.05;
}

.pm-category-grid small {
  margin-top: 1.25rem;
  color: var(--deep-blue);
  font-weight: 800;
  line-height: 1.5;
}

.pm-granules-deep {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.8fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(11, 63, 50, 0.97), rgba(18, 60, 73, 0.95)),
    url("./assets/granules-flakes-conveyor.jpg") center/cover;
  color: #ffffff;
}

.pm-granules-intro h2,
.pm-granules-intro p {
  color: #ffffff;
}

.pm-granules-intro p {
  max-width: 56rem;
  opacity: 0.86;
}

.pm-process-panel {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.pm-process-panel h3 {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.12;
}

.pm-process-list {
  display: grid;
  gap: 0.8rem;
}

.pm-process-list span {
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.pm-quality-strip {
  margin: clamp(4rem, 7vw, 6rem) clamp(1.4rem, 4vw, 5.5rem);
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
  gap: 3rem;
  align-items: center;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1.6rem 4rem rgba(12, 28, 34, 0.08);
}

.pm-quality-strip h2 {
  margin-top: 0;
  max-width: 12ch;
}

.pm-quality-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.pm-quality-points span {
  min-height: 7rem;
  padding: 1rem;
  display: flex;
  align-items: end;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #eef6f1, #ffffff);
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.25;
}

.pm-spec-section {
  background: #f7faf8;
}

.pm-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.pm-spec-card {
  overflow: hidden;
  border: 1px solid rgba(40, 47, 56, 0.14);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3rem rgba(12, 28, 34, 0.07);
}

.pm-spec-card img {
  width: 100%;
  height: 18rem;
  display: block;
  object-fit: cover;
  background: #e7eef1;
}

.pm-spec-copy {
  padding: 1.6rem 1.6rem 0.8rem;
}

.pm-spec-copy h3 {
  margin: 0.7rem 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.12;
}

.pm-spec-card table {
  width: calc(100% - 3.2rem);
  margin: 0.4rem 1.6rem 1.6rem;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.pm-spec-card th,
.pm-spec-card td {
  padding: 0.74rem 0.65rem;
  border-bottom: 1px solid rgba(40, 47, 56, 0.12);
  text-align: left;
  vertical-align: top;
}

.pm-spec-card th {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pm-spec-card td {
  color: var(--text);
  font-weight: 700;
}

.pm-matrix {
  background: #ffffff;
}

.pm-matrix-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(40, 47, 56, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3rem rgba(12, 28, 34, 0.06);
}

.pm-matrix-table {
  width: 100%;
  min-width: 54rem;
  border-collapse: collapse;
}

.pm-matrix-table th,
.pm-matrix-table td {
  padding: 1.25rem 1.1rem;
  border-bottom: 1px solid rgba(40, 47, 56, 0.12);
  border-right: 1px solid rgba(40, 47, 56, 0.08);
  color: var(--text);
  text-align: left;
}

.pm-matrix-table thead th {
  background: var(--charcoal);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pm-matrix-table tbody th {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.pm-enquiry-panel {
  margin: clamp(4rem, 7vw, 6rem) clamp(1.4rem, 4vw, 5.5rem);
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(11, 63, 50, 0.96), rgba(18, 60, 73, 0.96));
  color: #ffffff;
}

.pm-enquiry-panel h2,
.pm-enquiry-panel p {
  color: #ffffff;
}

.pm-enquiry-panel h2 {
  max-width: 18ch;
}

.pm-enquiry-panel p {
  max-width: 48rem;
  opacity: 0.85;
}

@media (max-width: 980px) {
  .pm-hero,
  .pm-section-head.split,
  .pm-granules-deep,
  .pm-quality-strip {
    grid-template-columns: 1fr;
  }

  .pm-hero {
    padding-top: 8rem;
  }

  .pm-hero-visual {
    min-height: 30rem;
  }

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

  .pm-category-grid {
    grid-template-columns: 1fr;
  }

  .pm-enquiry-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .pm-hero h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .pm-hero-visual {
    min-height: 24rem;
  }

  .pm-hero-small {
    width: 50% !important;
  }

  .pm-material-grid,
  .pm-spec-grid,
  .pm-quality-points {
    grid-template-columns: 1fr;
  }

  .pm-category-grid article {
    grid-template-columns: 1fr;
  }

  .pm-category-grid img {
    min-height: 17rem;
  }

  .pm-spec-card table {
    font-size: 0.74rem;
  }

  .pm-spec-card th,
  .pm-spec-card td {
    padding: 0.62rem 0.45rem;
  }
}


/* Recycled Granules page refinement */
.granules-page .pm-kicker::before,
.granules-page .pm-section-head > span::before,
.granules-page .pm-section-head div > span::before,
.granules-page .granules-command-copy > span::before,
.granules-page .granules-testing-copy > span::before {
  display: none;
}

.granules-page .pm-kicker,
.granules-page .pm-section-head > span,
.granules-page .pm-section-head div > span,
.granules-command-copy > span,
.granules-testing-copy > span {
  gap: 0;
}

.granules-command-strip {
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.4rem, 4vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.78fr);
  gap: clamp(2rem, 4vw, 5rem);
  background:
    linear-gradient(135deg, rgba(11, 63, 50, 0.96), rgba(18, 60, 73, 0.95)),
    url("./assets/granules-flakes-conveyor.jpg") center/cover;
  color: #ffffff;
}

.granules-command-copy > span,
.granules-testing-copy > span {
  display: inline-flex;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.granules-command-copy h2,
.granules-testing-copy h2 {
  margin: 1rem 0 1.4rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.granules-command-copy p {
  max-width: 58rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.78;
}

.granules-process-board {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.granules-process-board strong {
  display: block;
  margin-bottom: 1.4rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.14;
}

.granules-process-board div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.granules-process-board span {
  padding: 0.78rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
}

.granules-source-section,
.granule-catalogue,
.granules-testing-section,
.granules-disclaimer {
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.4rem, 4vw, 5.5rem);
}

.granules-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.granules-source-grid article {
  min-height: 18rem;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(40, 47, 56, 0.12);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 3rem rgba(12, 28, 34, 0.06);
}

.granules-source-grid strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
}

.granules-source-grid h3 {
  margin: 1.8rem 0 0.7rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.1;
}

.granules-source-grid p {
  color: var(--text);
  line-height: 1.65;
}

.granule-catalogue {
  background: #f7faf8;
}

.granule-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.granule-product-card {
  overflow: hidden;
  border: 1px solid rgba(40, 47, 56, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 3rem rgba(12, 28, 34, 0.08);
}

.granule-product-card img {
  width: 100%;
  height: 15.5rem;
  display: block;
  object-fit: cover;
  background: #e7eef1;
}

.granule-card-body {
  padding: 1.6rem 1.7rem 1.3rem;
}

.granule-card-body h3 {
  margin: 0 0 0.7rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
}

.granule-card-body p {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.35;
}

.granule-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.granule-tags span {
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  background: #edf6ef;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
}

.granule-tags span:nth-child(2) {
  background: #f0f0ef;
  color: var(--charcoal);
}

.granule-tags span:nth-child(3) {
  background: #e6f1ff;
  color: #0b64b4;
}

.granule-product-card dl {
  margin: 0;
  padding: 1.15rem 1.7rem;
  border-top: 1px solid rgba(40, 47, 56, 0.1);
  background: #f8f8f7;
}

.granule-product-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(40, 47, 56, 0.08);
}

.granule-product-card dl div:last-child {
  border-bottom: 0;
}

.granule-product-card dt {
  color: #77828a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.granule-product-card dd {
  margin: 0;
  color: #080b0d;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  text-align: right;
}

.granule-product-card > a {
  display: block;
  margin: 1.25rem 1.7rem 1.55rem;
  padding: 0.95rem 1rem;
  border-radius: 0.55rem;
  background: #1a9b4a;
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 800;
  text-align: center;
}

.granules-testing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(28rem, 1.15fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
  background: var(--charcoal);
}

.granules-testing-copy h2,
.granules-testing-copy p {
  color: #ffffff;
}

.granules-testing-copy p {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.granules-testing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.granules-testing-grid article {
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
}

.granules-testing-grid strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.granules-testing-grid p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.granules-disclaimer {
  background: #0f3d2a;
  color: #ffffff;
}

.granules-disclaimer h2 {
  margin: 0 0 1.3rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.granules-disclaimer ul {
  max-width: 86rem;
  margin: 0;
  padding-left: 1.2rem;
}

.granules-disclaimer li {
  margin: 0.85rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .granule-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .granules-command-strip,
  .granules-testing-section {
    grid-template-columns: 1fr;
  }

  .granules-source-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .granules-process-board div,
  .granule-card-grid,
  .granules-testing-grid {
    grid-template-columns: 1fr;
  }

  .granule-product-card dl div {
    display: block;
  }

  .granule-product-card dd {
    margin-top: 0.2rem;
    text-align: left;
  }
}

.granules-value-icons {
  padding: clamp(3.8rem, 6vw, 5.5rem) clamp(1.4rem, 4vw, 5.5rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  background:
    linear-gradient(rgba(7, 43, 35, 0.82), rgba(7, 43, 35, 0.82)),
    url("./assets/granules-packed.jpeg") center/cover;
}

.granules-value-icons article {
  min-height: 19rem;
  padding: 1.7rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.granules-icon-mark {
  width: 5.4rem;
  height: 5.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #ffc24a;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.22);
}

.granules-value-icons h3 {
  margin: 1.5rem 0 0.8rem;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.28;
}

.granules-value-icons p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.granules-cert-strip {
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.4rem, 4vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(28rem, 1.18fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(40, 47, 56, 0.1);
}

.granules-cert-strip span {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.granules-cert-strip h2 {
  margin: 0.9rem 0 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.granules-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.granules-cert-grid article {
  min-height: 10rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #f4faf6, #ffffff);
  border: 1px solid rgba(11, 63, 50, 0.14);
}

.granules-cert-grid strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.15;
}

.granules-cert-grid p {
  margin: 1rem 0 0;
  color: var(--text);
  font-weight: 760;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .granules-value-icons,
  .granules-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .granules-cert-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .granules-value-icons,
  .granules-cert-grid {
    grid-template-columns: 1fr;
  }
}

.granules-reform-logo {
  display: block;
  width: min(28rem, 72vw);
  height: auto;
  margin: 0 0 1.4rem;
  mix-blend-mode: multiply;
}

.granule-product-card .granule-card-body h3 {
  word-break: normal;
  overflow-wrap: anywhere;
}

/* Granules page refinement: ReFORM-only mark, cleaner ISO display and tighter headings */
.granules-reform-logo {
  display: none !important;
}

.granules-reform-wordmark {
  width: fit-content;
  margin: 0 0 1.4rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.granules-reform-wordmark span {
  color: var(--charcoal);
}

.granules-page .pm-hero h1 {
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  line-height: 0.92;
  max-width: 13ch;
}

.granules-page .pm-section-head h2,
.granules-command-copy h2,
.granules-testing-copy h2,
.granules-cert-strip h2 {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.06;
  max-width: 16ch;
}

.granules-page .pm-section-head.split {
  align-items: start;
}

.granules-page .pm-section-head p,
.granules-command-copy p,
.granules-testing-copy p {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.granules-cert-grid {
  display: none !important;
}

.granules-iso-lineup {
  display: grid;
  gap: 1.05rem;
}

.iso-wordmark {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.85rem;
  row-gap: 0.1rem;
  align-items: end;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(40, 47, 56, 0.14);
}

.iso-wordmark em {
  grid-row: 1 / span 2;
  color: #1777bf;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

.iso-wordmark strong {
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.9rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.iso-wordmark span {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 720px) {
  .granules-page .pm-hero h1 {
    max-width: 12ch;
  }

  .iso-wordmark {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .iso-wordmark em {
    grid-row: auto;
  }
}

/* Recycled Granules page: branded logo treatments */
.granules-page .granules-reform-logo {
  display: block !important;
  width: min(29rem, 72vw);
  height: auto;
  margin: 0 0 1.35rem;
  mix-blend-mode: multiply;
}

.inline-reform-logo {
  display: inline-flex;
  width: 7.4rem;
  height: 1.45rem;
  margin-right: 0.32rem;
  vertical-align: -0.18rem;
}

.inline-reform-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.granule-product-card .granule-card-body h3 {
  display: grid;
  gap: 0.58rem;
  align-items: start;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
  overflow-wrap: normal;
}

.product-reform-badge {
  display: block;
  width: min(13rem, 100%);
  height: 2.6rem;
}

.product-reform-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.granules-iso-lockup {
  display: grid;
  grid-template-columns: minmax(8.5rem, 12rem) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(40, 47, 56, 0.14);
  border-bottom: 1px solid rgba(40, 47, 56, 0.14);
}

.granules-iso-lockup > img {
  width: 100%;
  height: auto;
  display: block;
}

.granules-iso-standards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.granules-iso-standards div {
  min-height: 5.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  border-left: 1px solid rgba(40, 47, 56, 0.16);
}

.granules-iso-standards strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.granules-iso-standards span {
  margin-top: 0.45rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.granules-page .pm-hero h1 {
  max-width: 14ch;
}

@media (max-width: 820px) {
  .granules-iso-lockup,
  .granules-iso-standards {
    grid-template-columns: 1fr;
  }

  .granules-iso-lockup > img {
    max-width: 10rem;
  }
}

.header-reform-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  white-space: nowrap;
}

.header-reform-lockup img {
  width: 5.8rem;
  height: 1.1rem;
  object-fit: contain;
}

/* Certification strip in reference style */
.granules-page .granules-reform-logo,
.inline-reform-logo img,
.product-reform-badge img,
.header-reform-lockup img {
  mix-blend-mode: normal;
}

.granules-certifications {
  display: block;
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.4rem, 5vw, 6rem);
  background: #ffffff;
  border-top: 1px solid rgba(40, 47, 56, 0.08);
  border-bottom: 1px solid rgba(40, 47, 56, 0.08);
}

.cert-heading-line {
  width: min(52rem, 92vw);
  margin: 0 auto clamp(3.4rem, 6vw, 5.2rem);
  display: grid;
  grid-template-columns: minmax(4rem, 1fr) auto minmax(4rem, 1fr);
  gap: 1.7rem;
  align-items: center;
}

.cert-heading-line span {
  height: 0.52rem;
  background-image: radial-gradient(rgba(40, 47, 56, 0.26) 1px, transparent 1.5px);
  background-size: 4px 4px;
}

.cert-heading-line h2 {
  margin: 0;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.granules-cert-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.4rem, 6vw, 7rem);
  align-items: center;
}

.cert-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.5vw, 1.35rem);
  min-width: 0;
}

.cert-logo-item img {
  width: clamp(5.6rem, 8vw, 8.2rem);
  height: auto;
  flex: 0 0 auto;
}

.cert-logo-item strong {
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .granules-cert-logo-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cert-logo-item {
    justify-content: flex-start;
    width: min(26rem, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .cert-heading-line {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cert-heading-line span {
    display: none;
  }

  .cert-logo-item strong {
    font-size: clamp(1.45rem, 8vw, 2.35rem);
  }
}

/* Granule grade card polish */
.granule-product-card .granule-card-body {
  display: grid;
  grid-template-rows: auto minmax(3.7rem, auto) auto auto;
  padding: 1.45rem 1.55rem 1.25rem;
}

.granule-product-card .granule-card-body h3 {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0 0 0.65rem;
  color: var(--green);
  font-size: clamp(1.28rem, 1.6vw, 1.55rem);
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
  letter-spacing: 0;
}

.product-reform-badge {
  display: inline-flex;
  width: 6.8rem;
  height: 1.55rem;
  flex: 0 0 6.8rem;
  overflow: hidden;
  background: transparent;
}

.product-reform-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.granule-product-card .granule-card-body h3 > span:last-child {
  display: inline-block;
  min-width: 0;
  color: var(--green);
}

.granule-card-body p {
  min-height: 3.7rem;
  margin: 0;
  font-size: clamp(1.03rem, 1.25vw, 1.14rem);
  line-height: 1.34;
}

.granule-product-card .granule-tags {
  align-self: start;
}

.granule-product-card dl {
  align-self: end;
}

@media (max-width: 1180px) {
  .granule-product-card .granule-card-body h3 {
    gap: 0.55rem;
    font-size: 1.22rem;
  }

  .product-reform-badge {
    width: 5.9rem;
    height: 1.34rem;
    flex-basis: 5.9rem;
  }
}

/* Final tightening for granule grade logos and ISO marks */
.granule-product-card .granule-card-body h3 {
  gap: 0.5rem;
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
}

.product-reform-badge {
  width: 5.7rem;
  height: 1.25rem;
  flex-basis: 5.7rem;
  background: transparent !important;
}

.product-reform-badge img {
  mix-blend-mode: normal !important;
  background: transparent !important;
}

.cert-logo-item img {
  width: clamp(5rem, 6.4vw, 6.9rem);
  max-height: 5.2rem;
  object-fit: contain;
}

.granules-cert-logo-row {
  align-items: center;
}

/* Reverse ReFORM only on dark / green content strips */
.granules-command-strip .inline-reform-logo img,
.granules-testing-section .inline-reform-logo img,
.granules-disclaimer .inline-reform-logo img {
  content: url("./assets/reform-logo-reverse.png");
  mix-blend-mode: normal !important;
}

.cert-logo-item img {
  width: clamp(5.2rem, 6.8vw, 7.2rem);
  max-height: none;
  object-fit: contain;
  object-position: center;
  overflow: visible;
}

.cert-logo-item {
  overflow: visible;
}

/* Granules business strip spacing and expanded chips */
.granules-command-copy p + p {
  margin-top: 1.05rem;
}

.granules-process-board strong {
  max-width: none;
}

.granules-process-board div {
  gap: 0.65rem;
}

.granules-process-board span {
  white-space: nowrap;
}

@media (max-width: 560px) {
  .granules-process-board span {
    white-space: normal;
  }
}

/* Split granules board into process and product boxes */
.granules-process-board.split-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.process-box {
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
}

.process-box.product-box {
  background: rgba(110, 178, 68, 0.12);
  border-color: rgba(110, 178, 68, 0.3);
}

.process-box strong {
  display: block;
  margin-bottom: 0.9rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.process-box.product-box strong {
  color: var(--lime);
}

.process-box div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.process-box span {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.1;
  white-space: nowrap;
}

.process-box.product-box span {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* Compact chip-board version for granules business strip */
.granules-process-board.compact-chip-board {
  display: block;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.08);
}

.compact-chip-board > strong {
  display: block;
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.compact-chip-board .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.72rem;
}

.compact-chip-board .chip-row:first-of-type {
  margin-top: 0;
}

.compact-chip-board .chip-row b {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding-right: 0.35rem;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compact-chip-board .chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.compact-chip-board .product-row span {
  background: rgba(110, 178, 68, 0.16);
  color: #ffffff;
}

/* Balance compact granules chip board */
.granules-process-board.compact-chip-board {
  padding: 1.25rem 1.35rem 1.2rem;
}

.compact-chip-board > strong {
  margin-bottom: 0.95rem;
}

.compact-chip-board .chip-row {
  margin-top: 0;
}

.compact-chip-board .product-row {
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.compact-chip-board .chip-row span {
  min-height: 1.9rem;
  padding: 0.38rem 0.64rem;
}

.compact-chip-board .chip-row b {
  min-height: 1.9rem;
}

/* Equal breathing around process/product divider */
.compact-chip-board .product-row {
  margin-top: 1rem;
  padding-top: 1rem;
}

/* Stop the right chip board from stretching vertically with the left copy column */
.granules-command-strip {
  align-items: start;
}

.granules-process-board.compact-chip-board {
  align-self: start;
  height: auto;
  min-height: 0;
}

/* Reverse ReFORM in dark header partner button */
.header-partner-cta .header-reform-lockup img {
  content: url("./assets/reform-logo-reverse.png");
  mix-blend-mode: normal !important;
}

/* Final ISO certification strip: actual ISO logo mark + standard on the right */
.granules-cert-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}

.cert-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 1.5vw, 1.3rem);
  overflow: visible;
  min-width: 0;
}

.cert-logo-item img {
  width: clamp(5.4rem, 7.2vw, 7.8rem);
  height: auto;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
}

.cert-logo-item strong {
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.granules-certifications {
  overflow: visible;
}

@media (max-width: 980px) {
  .granules-cert-logo-row {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .cert-logo-item {
    justify-content: flex-start;
    width: min(26rem, 100%);
    margin: 0 auto;
  }
}

/* Products page buyer guide refresh */
.finished-products-main {
  background: #f7faf8;
  color: #17212b;
}
.finished-hero {
  min-height: 84vh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(7.5rem, 10vw, 9rem) clamp(1.4rem, 5vw, 5rem) clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 18% 22%, rgba(110, 178, 68, 0.2), transparent 30%),
    linear-gradient(125deg, #eef6f1 0%, #f9fbfa 52%, #e5eef0 100%);
  overflow: hidden;
}
.page-label,
.material-route-intro > span,
.product-guide-copy > span,
.product-spec-copy > span,
.finished-matrix-head > span,
.products-closing-strip span {
  display: inline-flex;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #046148;
  margin-bottom: 1rem;
}
.finished-hero h1,
.product-guide-copy h2,
.product-spec-copy h2,
.finished-matrix-head h2,
.products-closing-strip h2 {
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: 0;
  line-height: 0.92;
  color: #17212b;
}
.finished-hero h1 {
  max-width: 900px;
  font-size: clamp(3.4rem, 7vw, 7.4rem);
  margin: 0 0 1.4rem;
}
.finished-hero p {
  max-width: 920px;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.75;
  color: #3d5766;
  margin: 0 0 2rem;
}
.finished-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.finished-hero-links a {
  border: 1px solid rgba(4, 97, 72, 0.22);
  background: #ffffff;
  color: #046148;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(18, 60, 73, 0.08);
}
.finished-hero-visual {
  display: grid;
  grid-template-columns: 1fr 0.64fr;
  gap: 1rem;
  align-items: stretch;
  min-height: 520px;
}
.finished-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.55rem;
  box-shadow: 0 28px 60px rgba(18, 60, 73, 0.22);
}
.finished-hero-main-img {
  min-height: 520px;
}
.finished-hero-stack {
  display: grid;
  gap: 1rem;
}
.material-route-band,
.product-spec-strip,
.finished-matrix-section {
  padding: clamp(4rem, 7vw, 6rem) clamp(1.4rem, 5vw, 5rem);
}
.material-route-band {
  background: #ffffff;
}
.material-route-intro,
.finished-matrix-head {
  max-width: 860px;
  margin-bottom: 2rem;
}
.material-route-intro h2,
.finished-matrix-head h2 {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.3rem, 4.2vw, 4.8rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  color: #17212b;
}
.material-route-intro p,
.finished-matrix-head p {
  color: #4a6371;
  line-height: 1.75;
  font-size: 1.08rem;
}
.material-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 60, 73, 0.16);
  border-left: 1px solid rgba(18, 60, 73, 0.16);
}
.material-route-grid article {
  min-height: 260px;
  padding: 2rem;
  border-right: 1px solid rgba(18, 60, 73, 0.16);
  border-bottom: 1px solid rgba(18, 60, 73, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
}
.material-route-grid strong {
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.1rem;
}
.material-route-grid h3 {
  font-size: 1.45rem;
  line-height: 1.18;
  margin: 1.1rem 0 0.8rem;
}
.material-route-grid p {
  color: #546977;
  line-height: 1.65;
}
.product-guide-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(1.4rem, 5vw, 5rem);
  background: #f7faf8;
}
.product-guide-section.reverse {
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1fr);
  background: #eef6f1;
}
.product-guide-section.reverse .product-guide-copy { order: 2; }
.product-guide-section.reverse .product-guide-gallery { order: 1; }
.product-guide-copy h2 {
  font-size: clamp(2.4rem, 4.8vw, 5.4rem);
  max-width: 980px;
  margin: 0 0 1.2rem;
}
.product-guide-copy > p {
  color: #415d6a;
  line-height: 1.75;
  font-size: 1.12rem;
  max-width: 820px;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}
.product-detail-grid div {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(18, 60, 73, 0.13);
  border-radius: 0.5rem;
  padding: 1.15rem;
}
.product-detail-grid strong {
  display: block;
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  margin-bottom: 0.5rem;
}
.product-detail-grid p {
  color: #4d6572;
  line-height: 1.55;
  margin: 0;
}
.product-guide-gallery {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 230px 230px;
  gap: 0.9rem;
}
.product-guide-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.55rem;
  box-shadow: 0 22px 50px rgba(18, 60, 73, 0.18);
}
.product-guide-gallery img:first-child {
  grid-row: span 2;
}
.product-spec-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  background: #0b3f32;
  color: #ffffff;
}
.product-spec-copy h2 {
  font-size: clamp(2rem, 3.4vw, 4rem);
  color: #ffffff;
  margin: 0 0 1rem;
}
.product-spec-copy p {
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}
.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.22);
}
.product-spec-grid article {
  background: #113f3f;
  padding: 1.6rem;
  min-height: 170px;
}
.product-spec-grid strong {
  font-family: "Sora", "Manrope", sans-serif;
  color: #6eb244;
  display: block;
  margin-bottom: 0.8rem;
}
.product-spec-grid p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}
.finished-matrix-section {
  background: #ffffff;
}
.finished-matrix-wrap {
  overflow-x: auto;
  border: 1px solid rgba(18, 60, 73, 0.14);
  border-radius: 0.55rem;
}
.finished-matrix-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}
.finished-matrix-table th,
.finished-matrix-table td {
  text-align: left;
  padding: 1.2rem;
  border-bottom: 1px solid rgba(18, 60, 73, 0.12);
  color: #405b69;
  vertical-align: top;
}
.finished-matrix-table thead th {
  background: #eef6f1;
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.finished-matrix-table tbody th {
  color: #17212b;
  font-family: "Sora", "Manrope", sans-serif;
}
.products-closing-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1.4rem, 5vw, 5rem);
  background: linear-gradient(135deg, #123c49, #0b3f32);
  color: #ffffff;
}
.products-closing-strip h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 4rem);
  margin: 0;
  max-width: 900px;
}
.products-closing-strip .btn {
  flex: 0 0 auto;
}
.cert-system-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 2rem;
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 2.8rem !important;
  text-align: left !important;
}
.cert-system-heading > span {
  display: none !important;
}
.cert-system-heading div span {
  display: block;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #046148;
  margin-bottom: 0.65rem;
}
.cert-system-heading h2 {
  font-family: "Sora", "Manrope", sans-serif !important;
  font-size: clamp(2rem, 4vw, 4.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  color: #17212b !important;
  text-transform: none !important;
}
.cert-system-heading p {
  margin: 0;
  color: #4d6572;
  line-height: 1.7;
  font-size: 1rem;
}
@media (max-width: 1100px) {
  .finished-hero,
  .product-guide-section,
  .product-guide-section.reverse,
  .product-spec-strip,
  .cert-system-heading {
    grid-template-columns: 1fr;
  }
  .product-guide-section.reverse .product-guide-copy,
  .product-guide-section.reverse .product-guide-gallery { order: initial; }
  .material-route-grid,
  .product-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .finished-hero-visual,
  .product-guide-gallery,
  .product-detail-grid,
  .material-route-grid,
  .product-spec-grid { grid-template-columns: 1fr; }
  .product-guide-gallery { grid-template-rows: none; }
  .product-guide-gallery img:first-child { grid-row: auto; }
  .finished-hero-main-img { min-height: 340px; }
  .products-closing-strip { flex-direction: column; align-items: flex-start; }
}

/* Final certification heading correction */
.granules-certifications .cert-heading-line {
  width: 100%;
  max-width: none;
  margin: 0 auto clamp(3.2rem, 5vw, 4.6rem);
  display: block;
  text-align: center;
}
.granules-certifications .cert-heading-line span {
  display: none !important;
}
.granules-certifications .cert-heading-line h2 {
  width: min(92rem, 100%);
  margin: 0 auto;
  color: #050505;
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  gap: clamp(3.2rem, 6vw, 6.4rem);
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.65vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.granules-certifications .cert-heading-line h2::before,
.granules-certifications .cert-heading-line h2::after {
  content: "";
  display: block;
  height: 1px;
  min-width: 9rem;
  background: linear-gradient(90deg, rgba(4, 97, 72, 0), rgba(4, 97, 72, 0.28), rgba(110, 178, 68, 0.72));
}
.granules-certifications .cert-heading-line h2::after {
  background: linear-gradient(90deg, rgba(110, 178, 68, 0.72), rgba(4, 97, 72, 0.28), rgba(4, 97, 72, 0));
}
@media (max-width: 560px) {
  .granules-certifications .cert-heading-line h2 {
    width: 100%;
    grid-template-columns: 1fr;
    white-space: normal;
  }
  .granules-certifications .cert-heading-line h2::before,
  .granules-certifications .cert-heading-line h2::after {
    display: none;
  }
}

/* Products material route wordmarks */
.material-route-grid .route-wordmark {
  display: flex;
  align-items: center;
  min-height: 2.25rem;
  margin-bottom: 1.05rem;
}
.material-route-grid .route-wordmark img {
  display: block;
  width: min(9.5rem, 100%);
  height: auto;
  max-height: 2.15rem;
  object-fit: contain;
  object-position: left center;
}
.material-route-grid .route-wordmark-pure img {
  width: min(11.2rem, 100%);
  max-height: 2.35rem;
}
.material-route-grid .route-wordmark-with-suffix {
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.material-route-grid .route-wordmark-with-suffix img {
  width: min(7.9rem, 72%);
}
.material-route-grid .route-wordmark-with-suffix span {
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  transform: translateY(0.04rem);
}
@media (max-width: 720px) {
  .material-route-grid .route-wordmark img,
  .material-route-grid .route-wordmark-pure img {
    max-width: 12rem;
  }
}


/* Products page - Liners technical detail band */
.liner-detail-band {
  padding: clamp(3.6rem, 6vw, 5.5rem) clamp(1.4rem, 5vw, 5rem);
  background: linear-gradient(135deg, #ffffff 0%, #eef6f1 100%);
  border-top: 1px solid rgba(18, 60, 73, 0.1);
  border-bottom: 1px solid rgba(18, 60, 73, 0.1);
}
.liner-detail-head {
  max-width: 980px;
  margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
}
.liner-detail-head span {
  display: inline-flex;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #046148;
  margin-bottom: 0.9rem;
}
.liner-detail-head h2 {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
  color: #17212b;
  margin: 0 0 1rem;
}
.liner-detail-head p {
  max-width: 820px;
  color: #405b69;
  line-height: 1.75;
  font-size: 1.06rem;
  margin: 0;
}
.liner-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.54fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: stretch;
}
.liner-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.liner-feature-list article,
.liner-spec-card,
.liner-enquiry-note {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 60, 73, 0.14);
  border-radius: 0.55rem;
  box-shadow: 0 18px 42px rgba(18, 60, 73, 0.08);
}
.liner-feature-list article {
  padding: 1.25rem;
}
.liner-feature-list strong,
.liner-spec-card h3,
.liner-enquiry-note strong {
  display: block;
  font-family: "Sora", "Manrope", sans-serif;
  color: #046148;
  letter-spacing: 0;
}
.liner-feature-list strong {
  font-size: 1.02rem;
  margin-bottom: 0.55rem;
}
.liner-feature-list p,
.liner-enquiry-note p {
  color: #4d6572;
  line-height: 1.55;
  margin: 0;
}
.liner-spec-card {
  padding: 1.35rem;
}
.liner-spec-card h3 {
  font-size: 1.35rem;
  margin: 0 0 1rem;
}
.liner-spec-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.liner-spec-card dl div {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 1rem;
  padding: 0.72rem 0;
  border-top: 1px solid rgba(18, 60, 73, 0.11);
}
.liner-spec-card dt {
  font-family: "Sora", "Manrope", sans-serif;
  color: #17212b;
  font-weight: 800;
}
.liner-spec-card dd {
  color: #4d6572;
  margin: 0;
  line-height: 1.45;
}
.liner-enquiry-note {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
}
.liner-enquiry-note strong {
  flex: 0 0 auto;
  color: #17212b;
}
@media (max-width: 980px) {
  .liner-detail-layout,
  .liner-feature-list { grid-template-columns: 1fr; }
  .liner-enquiry-note { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
}
@media (max-width: 620px) {
  .liner-spec-card dl div { grid-template-columns: 1fr; gap: 0.3rem; }
}

/* Products page - Liners CTA refinement */
.liner-enquiry-note > div {
  min-width: 0;
}
.liner-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 3rem;
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  background: #046148;
  color: #ffffff;
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(4, 97, 72, 0.2);
  transition: transform 180ms ease, background 180ms ease;
}
.liner-quote-btn:hover {
  transform: translateY(-2px);
  background: #0b3f32;
}
@media (max-width: 980px) {
  .liner-quote-btn { width: fit-content; }
}

/* Products page - hero wordmarks */
.finished-hero-wordmarks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  margin-bottom: 1.1rem;
}
.finished-hero-wordmarks img {
  display: block;
  width: min(14rem, 42vw);
  height: auto;
  max-height: 3.1rem;
  object-fit: contain;
  object-position: left center;
}
.finished-hero-wordmarks .pureform-hero-logo {
  width: min(17rem, 48vw);
  max-height: 3.25rem;
}
.finished-hero h1 {
  max-width: 900px;
}
@media (max-width: 620px) {
  .finished-hero-wordmarks img,
  .finished-hero-wordmarks .pureform-hero-logo {
    width: min(13rem, 82vw);
  }
}

/* Products page - wordmark divider */
.finished-hero-wordmarks .wordmark-divider {
  display: block;
  width: 2px;
  height: 2.8rem;
  border-radius: 999px;
  background: #046148;
  opacity: 0.9;
}
@media (max-width: 620px) {
  .finished-hero-wordmarks .wordmark-divider {
    width: 4.5rem;
    height: 2px;
  }
}

/* Products page - inline material route wordmarks */
.route-wordmark-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.46rem;
  margin: 0.2rem 0 0.55rem;
}
.route-wordmark-unit {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  min-height: 1.9rem;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(4, 97, 72, 0.16);
  border-radius: 999px;
  background: #ffffff;
}
.route-wordmark-unit img {
  display: block;
  width: 5.9rem;
  max-height: 1.12rem;
  object-fit: contain;
}
.route-wordmark-unit.pure-route img {
  width: 7.4rem;
  max-height: 1.24rem;
}
.route-wordmark-unit em {
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.route-wordmark-note,
.spec-material-base {
  display: block;
  color: #4d6572;
  line-height: 1.5;
}
.route-wordmark-row-compact {
  margin-top: 0.45rem;
}
.liner-spec-card dd .route-wordmark-row {
  gap: 0.38rem;
}
.liner-spec-card dd .route-wordmark-unit {
  padding: 0.26rem 0.42rem;
  min-height: 1.65rem;
}
.liner-spec-card dd .route-wordmark-unit img {
  width: 5rem;
  max-height: 1rem;
}
.liner-spec-card dd .route-wordmark-unit.pure-route img {
  width: 6.35rem;
  max-height: 1.08rem;
}
.header-partner-cta .header-reform-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
}
.header-partner-cta .header-reform-lockup img {
  width: 4.8rem;
  height: auto;
  max-height: 0.95rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Global header - reverse ReFORM mark inside partner button */
.header-partner-cta .header-reform-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
}
.header-partner-cta .header-reform-lockup img {
  content: url("./assets/reform-logo-reverse.png");
  display: inline-block;
  width: 4.75rem;
  height: auto;
  max-height: 0.95rem;
  object-fit: contain;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Products page - Nursery Bag detail strip */
.nursery-detail-band {
  background:
    radial-gradient(circle at 12% 12%, rgba(110, 178, 68, 0.14), transparent 32%),
    linear-gradient(135deg, #f7faf8 0%, #eef5f0 100%);
}
.nursery-detail-band .liner-detail-head h2 {
  max-width: 880px;
}
.nursery-feature-list article:nth-child(2n) {
  background: rgba(247, 250, 248, 0.92);
}
.nursery-spec-card {
  position: relative;
  overflow: hidden;
}
.nursery-spec-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #6eb244, #046148);
}
.nursery-spec-card h3,
.nursery-spec-card dl {
  position: relative;
}
@media (max-width: 620px) {
  .nursery-detail-band .liner-detail-head h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }
}

/* Products page - Garbage Bag detail strip */
.garbage-detail-band {
  background: radial-gradient(circle at 86% 16%, rgba(61, 87, 102, 0.14), transparent 34%), linear-gradient(135deg, #f7faf8, #eef3f5);
}

.garbage-detail-band .liner-detail-head h2 {
  max-width: 930px;
}

.garbage-feature-list article:nth-child(2n) {
  background: rgba(247, 250, 248, 0.92);
}

.garbage-spec-card {
  position: relative;
  overflow: hidden;
}

.garbage-spec-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #668093, #282f38);
}

.garbage-spec-card h3,
.garbage-spec-card dl {
  position: relative;
}

@media (max-width: 620px) {
  .garbage-detail-band .liner-detail-head h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }
}

/* About page - ISO systems section */
.about-iso-section {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.4rem, 6vw, 7rem);
  background: linear-gradient(135deg, #ffffff, #f7faf8 62%, #eef4f2);
  border-top: 1px solid rgba(4, 97, 72, 0.12);
  border-bottom: 1px solid rgba(4, 97, 72, 0.12);
}

.about-iso-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto clamp(2.4rem, 5vw, 4rem);
}

.about-iso-copy h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.about-iso-copy p,
.about-iso-note {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.about-iso-standards {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.about-iso-standards article {
  min-height: 8.5rem;
  display: grid;
  grid-template-columns: 4.9rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: clamp(1.1rem, 1.65vw, 1.45rem);
  border: 1px solid rgba(4, 97, 72, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 55px rgba(11, 63, 50, 0.08);
}

.about-iso-standards img {
  width: 4.9rem;
  height: auto;
  display: block;
}

.about-iso-standards strong {
  display: block;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 2.55rem);
  line-height: 0.95;
}

.about-iso-standards span {
  display: block;
  margin-top: 0.45rem;
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.about-iso-note {
  max-width: 980px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  padding-left: 1.2rem;
  border-left: 4px solid var(--advika-green);
}

@media (max-width: 880px) {
  .about-iso-copy,
  .about-iso-standards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .about-iso-standards article {
    grid-template-columns: 4.6rem minmax(0, 1fr);
  }

  .about-iso-standards img {
    width: 4.6rem;
  }
}



.contact-brand-pillars .contact-brand-wordmark {
  width: fit-content;
  margin-bottom: 0.65rem;
}

.contact-brand-pillars .contact-brand-wordmark img {
  width: 6.3rem;
}

.contact-brand-pillars .contact-brand-wordmark.pure-route img {
  width: 7.8rem;
}

.home-route-title {
  margin: 1.1rem 0 0.75rem;
  line-height: 1;
}

.home-route-title .route-wordmark-unit {
  width: fit-content;
}

.solution-card .home-route-title {
  display: flex;
  align-items: center;
}

.matrix-wrap th .route-wordmark-unit {
  margin-inline: auto;
  white-space: nowrap;
}

.matrix-wrap th .route-wordmark-unit img {
  width: 5.4rem;
}

.matrix-wrap th .route-wordmark-unit.pure-route img {
  width: 6.8rem;
}
/* Keep material brand suffixes in approved sentence case. */
.route-wordmark-unit,
.route-wordmark-unit em,
.home-route-title .route-wordmark-unit,
.home-route-title .route-wordmark-unit em,
.matrix-wrap th .route-wordmark-unit,
.matrix-wrap th .route-wordmark-unit em {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Actual ReFORM granule catalogue cards */
.granule-product-card.actual-granule-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f7faf8;
}

.granule-product-card.actual-granule-card h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 90px;
}

.granule-product-card.actual-granule-card h3 > span:last-child {
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.08;
}

.granule-product-card.actual-granule-card .product-reform-badge {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.granule-product-card.actual-granule-card .product-reform-badge img {
  width: 118px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}

.granule-product-card.actual-granule-card .granule-card-body p {
  min-height: 5.25em;
}

.granule-product-card.actual-granule-card dl {
  grid-template-columns: 1fr;
}

.granule-product-card.actual-granule-card dl div {
  display: grid;
  grid-template-columns: minmax(104px, .75fr) 1fr;
  gap: 12px;
  align-items: start;
}



/* Responsive header refinement */
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(11, 63, 50, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 12px 26px rgba(11, 63, 50, 0.12);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-header.is-nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 900px) {
  .site-header {
    gap: 10px;
    align-items: center;
    height: auto;
    min-height: 78px;
  }

  .site-header.is-scrolled {
    height: auto;
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 8px;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(11, 63, 50, 0.12);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(11, 63, 50, 0.18);
    backdrop-filter: blur(18px);
  }

  .site-header.is-nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    line-height: 1.2;
  }

  .nav-links a + a {
    border-top: 1px solid rgba(11, 63, 50, 0.08);
  }

  .header-cta {
    margin-left: auto;
    min-width: 0;
    overflow: hidden;
  }

  .header-cta span,
  .header-cta strong {
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-header.is-scrolled {
    top: 8px;
    width: calc(100% - 16px);
    padding: 8px;
    gap: 7px;
  }

  .brand {
    width: 128px;
    min-width: 0;
  }

  .brand img {
    height: 50px;
    object-fit: contain;
  }

  .site-header.is-scrolled .brand {
    width: 112px;
  }

  .site-header.is-scrolled .brand img {
    height: 44px;
  }

  .header-cta,
  .site-header.is-scrolled .header-cta {
    flex: 0 1 116px;
    max-width: 116px;
    min-width: 0;
    padding: 8px 7px;
    border-radius: 16px;
    white-space: normal;
  }

  .header-cta span {
    font-size: 8.5px;
    line-height: 1.05;
    white-space: nowrap;
    gap: 0.22rem;
  }

  .header-cta strong {
    font-size: 7.25px;
    letter-spacing: 0.075em;
    line-height: 1.05;
    white-space: normal;
  }

  .header-partner-cta .header-reform-lockup img {
    width: 3rem;
    max-height: 0.68rem;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 420px) {
  .site-header,
  .site-header.is-scrolled {
    width: calc(100% - 12px);
    padding: 7px;
  }

  .brand {
    width: 106px;
  }

  .brand img {
    height: 43px;
  }

  .site-header.is-scrolled .brand {
    width: 98px;
  }

  .site-header.is-scrolled .brand img {
    height: 39px;
  }

  .header-cta,
  .site-header.is-scrolled .header-cta {
    flex-basis: 100px;
    max-width: 100px;
    padding: 7px 5px;
    border-radius: 14px;
  }

  .header-cta span {
    font-size: 7.25px;
  }

  .header-cta strong {
    font-size: 6.25px;
    letter-spacing: 0.055em;
  }

  .header-partner-cta .header-reform-lockup img {
    width: 2.55rem;
    max-height: 0.6rem;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
  }
}

/* Certifications page */
.certifications-page {
  background: var(--soft);
}

.certifications-main {
  overflow: hidden;
}

.cert-hero {
  min-height: 76vh;
  padding: 164px min(7vw, 96px) 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(110, 178, 68, 0.18), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(102, 128, 147, 0.18), transparent 32%),
    linear-gradient(135deg, #f7faf8 0%, #eef4f1 54%, #dde8e2 100%);
}

.cert-kicker,
.cert-panel-topline,
.cert-document-copy span {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cert-hero h1 {
  max-width: 920px;
  margin: 24px 0 26px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}


.cert-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--deep-blue);
  font-size: clamp(1.12rem, 1.5vw, 1.42rem);
  line-height: 1.7;
}

.cert-hero-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(4, 97, 72, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 80px rgba(18, 60, 73, 0.16);
  backdrop-filter: blur(18px);
}

.cert-mini-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.cert-mini-grid div {
  padding: 18px 20px;
  border: 1px solid rgba(4, 97, 72, 0.14);
  border-radius: 14px;
  background: rgba(247, 250, 248, 0.92);
}

.cert-mini-grid strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}

.cert-mini-grid span {
  display: block;
  margin-top: 5px;
  color: var(--deep-blue);
  font-weight: 700;
}

.cert-systems-section,
.cert-documents-section {
  padding: 92px min(7vw, 96px);
}

@media (max-width: 980px) {
  .cert-hero,
  .cert-buyer-note {
    grid-template-columns: 1fr;
  }

  .cert-system-grid,
  .cert-document-grid {
    grid-template-columns: 1fr;
  }

  .cert-preview-frame {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .cert-hero {
    padding: 132px 22px 64px;
  }

  .cert-systems-section,
  .cert-documents-section {
    padding: 64px 22px;
  }

  .cert-documents-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cert-documents-heading span {
    display: none;
  }

  .cert-documents-heading h2 {
    white-space: normal;
  }

  .cert-preview-frame {
    height: 420px;
  }

  .cert-buyer-note {
    margin: 0 22px 64px;
  }
}





/* Certifications page layout restore */
.cert-documents-section {
  padding: 92px min(7vw, 96px);
}

.cert-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  align-items: stretch;
}

.cert-document-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(4, 97, 72, 0.16);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(18, 60, 73, 0.12);
}

.cert-preview-frame {
  height: 340px;
  padding: 18px;
  background: linear-gradient(180deg, #f7faf8 0%, #eef4f1 100%);
  border-bottom: 1px solid rgba(4, 97, 72, 0.12);
}

.cert-preview-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #ffffff;
  border-radius: 14px;
}

.cert-document-copy {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.cert-document-copy span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cert-document-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.05;
}

.cert-document-copy p {
  margin: 0;
  color: var(--deep-blue);
  line-height: 1.55;
}

.cert-document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.cert-document-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(4, 97, 72, 0.22);
  color: var(--green);
  background: rgba(4, 97, 72, 0.06);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.cert-document-actions a:first-child {
  color: #ffffff;
  background: var(--green);
}

.cert-document-actions a:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .cert-document-grid {
    grid-template-columns: 1fr;
  }

  .cert-preview-frame {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .cert-documents-section {
    padding: 64px 22px;
  }

  .cert-preview-frame {
    height: 420px;
  }

  .cert-document-copy {
    padding: 22px;
  }
}

/* Certifications page redesign v2 */
.certv2-main {
  background: linear-gradient(180deg, #f7faf8 0%, #eef5f0 48%, #ffffff 100%);
  color: var(--ink);
  overflow: hidden;
}

.certv2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
  min-height: 620px;
  padding: 170px min(7vw, 104px) 96px;
  position: relative;
}

.certv2-hero::before {
  content: "";
  position: absolute;
  inset: 86px -12vw auto auto;
  width: 54vw;
  height: 54vw;
  max-width: 760px;
  max-height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 178, 68, 0.2), rgba(4, 97, 72, 0.08) 46%, transparent 68%);
  pointer-events: none;
}

.certv2-hero-copy,
.certv2-hero-panel {
  position: relative;
  z-index: 1;
}

.certv2-kicker {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.certv2-hero h1 {
  margin: 0;
  max-width: 920px;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 7.3vw, 8.4rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--ink);
}

.certv2-hero p {
  margin: 32px 0 0;
  max-width: 780px;
  color: var(--deep-blue);
  font-size: clamp(1.14rem, 1.45vw, 1.42rem);
  line-height: 1.65;
}

.certv2-hero-panel {
  align-self: end;
  min-height: 460px;
  padding: clamp(28px, 3.3vw, 48px);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(11, 63, 50, 0.97), rgba(18, 60, 73, 0.97));
  color: #ffffff;
  box-shadow: 0 30px 90px rgba(18, 60, 73, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.certv2-hero-panel > span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.certv2-iso-list {
  display: grid;
  gap: 16px;
}

.certv2-iso-list strong {
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.certv2-systems-section,
.certv2-documents-section,
.certv2-assurance-section {
  padding: 92px min(7vw, 104px);
}

.certv2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 40px;
}

.certv2-section-head h2,
.certv2-assurance-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.8vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.certv2-section-head p,
.certv2-assurance-section p {
  margin: 0;
  color: var(--deep-blue);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.certv2-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(4, 97, 72, 0.16);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
}

.certv2-system-grid article {
  min-height: 330px;
  padding: clamp(28px, 3vw, 44px);
  border-right: 1px solid rgba(4, 97, 72, 0.13);
}

.certv2-system-grid article:last-child {
  border-right: 0;
}

.certv2-system-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.certv2-system-grid h3 {
  min-height: 72px;
  margin: 0 0 14px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.05;
}

.certv2-system-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certv2-system-grid p {
  margin: 0;
  color: var(--deep-blue);
  line-height: 1.62;
}

.certv2-documents-section {
  background: #ffffff;
}

.certv2-title-unit {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  width: min(1120px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.certv2-title-unit span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(4, 97, 72, 0.42), transparent);
  position: relative;
}

.certv2-title-unit span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(4, 97, 72, 0.62);
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.certv2-title-unit span:first-child::after {
  right: -6px;
}

.certv2-title-unit span:last-child::after {
  left: -6px;
}

.certv2-title-unit h2 {
  margin: 0;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.6vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.certv2-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.certv2-document-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(4, 97, 72, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(18, 60, 73, 0.12);
}

.certv2-preview {
  height: 350px;
  padding: 18px;
  background: linear-gradient(180deg, #f8fbf9 0%, #eef4f1 100%);
  border-bottom: 1px solid rgba(4, 97, 72, 0.12);
}

.certv2-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
}

.certv2-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
}

.certv2-card-copy span {
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certv2-card-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.certv2-card-copy p {
  margin: 0;
  color: var(--deep-blue);
  line-height: 1.55;
}

.certv2-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.certv2-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(4, 97, 72, 0.24);
  border-radius: 999px;
  background: rgba(4, 97, 72, 0.07);
  color: var(--green);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.certv2-card-actions a:first-child {
  background: var(--green);
  color: #ffffff;
}

.certv2-assurance-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  background: linear-gradient(135deg, #0b3f32 0%, #123c49 100%);
  color: #ffffff;
}

.certv2-assurance-section h2,
.certv2-assurance-section p {
  color: #ffffff;
}

.certv2-assurance-points {
  display: grid;
  gap: 14px;
}

.certv2-assurance-points span {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--lime);
  font-family: var(--font-label);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .certv2-hero,
  .certv2-section-head,
  .certv2-assurance-section {
    grid-template-columns: 1fr;
  }

  .certv2-hero-panel {
    min-height: auto;
  }

  .certv2-document-grid,
  .certv2-system-grid {
    grid-template-columns: 1fr;
  }

  .certv2-system-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(4, 97, 72, 0.13);
  }

  .certv2-system-grid article:last-child {
    border-bottom: 0;
  }

  .certv2-preview {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .certv2-hero {
    min-height: auto;
    padding: 124px 22px 64px;
  }

  .certv2-systems-section,
  .certv2-documents-section,
  .certv2-assurance-section {
    padding: 64px 22px;
  }

  .certv2-title-unit {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .certv2-title-unit span {
    width: 74%;
    margin: 0 auto;
  }

  .certv2-title-unit h2 {
    white-space: normal;
  }

  .certv2-preview {
    height: 420px;
  }

  .certv2-card-copy {
    padding: 22px;
  }
}

.about-iso-standards article div {
  text-align: center;
}


/* Products page - direct liner enquiry modal */
.quote-modal[hidden] {
  display: none;
}
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}
.quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 38, 0.66);
  backdrop-filter: blur(8px);
}
.quote-modal__panel {
  position: relative;
  width: min(100%, 58rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: clamp(1.45rem, 3vw, 2.5rem);
  border: 1px solid rgba(18, 60, 73, 0.16);
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #ffffff, #f7faf8);
  box-shadow: 0 30px 80px rgba(11, 31, 38, 0.28);
}
.quote-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(18, 60, 73, 0.16);
  border-radius: 50%;
  background: #ffffff;
  color: #17212b;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.quote-modal__intro {
  max-width: 44rem;
  margin-bottom: 1.25rem;
}
.quote-modal__intro span {
  display: block;
  margin-bottom: 0.55rem;
  color: #046148;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.quote-modal__intro h2 {
  margin: 0;
  color: #17212b;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}
.quote-modal__intro p {
  margin: 0.85rem 0 0;
  color: #4d6572;
  font-size: 1.02rem;
  line-height: 1.55;
}
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.quote-form label {
  display: grid;
  gap: 0.45rem;
  color: #0b3f32;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 60, 73, 0.18);
  border-radius: 0.45rem;
  background: #ffffff;
  color: #17212b;
  font: 700 0.98rem "Manrope", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.88rem 0.95rem;
  outline: none;
}
.quote-form textarea {
  resize: vertical;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #046148;
  box-shadow: 0 0 0 3px rgba(4, 97, 72, 0.12);
}
.quote-form__full,
.quote-form__submit {
  grid-column: 1 / -1;
}
.quote-form__submit {
  min-height: 3.25rem;
  border: 0;
  border-radius: 999px;
  background: #046148;
  color: #ffffff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(4, 97, 72, 0.22);
}
.quote-form__submit:hover {
  background: #0b3f32;
}
body.quote-modal-open {
  overflow: hidden;
}
@media (max-width: 720px) {
  .quote-form {
    grid-template-columns: 1fr;
  }
  .quote-modal__panel {
    max-height: calc(100vh - 1rem);
  }
}

/* Recycled granules hero CTA visibility */
.granules-page .pm-hero-actions .btn-secondary {
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(11, 63, 50, 0.2);
  box-shadow: 0 1rem 2.4rem rgba(18, 60, 73, 0.14);
}

.granules-page .pm-hero-actions .btn-secondary:hover,
.granules-page .pm-hero-actions .btn-secondary:focus-visible {
  color: var(--deep-green);
  background: #ffffff;
  border-color: rgba(4, 97, 72, 0.34);
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 1 390px;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.footer-credit img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.footer-credit span {
  display: inline;
}

.footer-credit strong {
  color: var(--white);
  font-weight: 850;
  white-space: nowrap;
}

.footer-credit:hover {
  color: var(--white);
}

.footer-credit:hover img {
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .footer-credit {
    justify-content: flex-start;
    max-width: none;
    text-align: center;
  }
}


/* Final responsive QA layer */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

.site-header {
  box-sizing: border-box;
}

.nav-toggle {
  position: relative;
  z-index: 4;
}

.nav-links {
  z-index: 3;
}

.header-cta {
  box-sizing: border-box;
  min-width: 0;
}

.header-cta span,
.header-cta strong {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
}

.footer-credit,
.footer-credit span {
  min-width: 0;
}

@media (max-width: 900px) {
  .site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex !important;
  }

  .nav-links {
    width: 100%;
    max-height: calc(100vh - 96px);
    overflow: auto;
  }

  .header-cta {
    align-self: center;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-header.is-scrolled {
    display: grid;
    grid-template-columns: minmax(84px, 0.72fr) minmax(86px, auto) 38px;
    align-items: center;
  }

  .brand {
    width: auto !important;
    max-width: 132px;
  }

  .brand img {
    width: 100%;
    height: auto !important;
    max-height: 50px;
  }

  .nav-toggle {
    order: 0;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .header-cta,
  .site-header.is-scrolled .header-cta {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: clamp(86px, 27vw, 118px);
    max-width: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    overflow: hidden;
  }

  .header-cta span {
    font-size: clamp(6.6px, 1.9vw, 8.5px);
    white-space: nowrap;
    line-height: 1;
  }

  .header-cta strong {
    font-size: clamp(5.8px, 1.65vw, 7.2px);
    letter-spacing: 0.04em;
    white-space: normal;
    line-height: 1.05;
  }

  .header-partner-cta .header-reform-lockup img {
    width: clamp(2.1rem, 10vw, 3rem);
    max-height: 0.66rem;
  }

  .hero,
  .pm-hero,
  .cert-hero {
    padding-top: 118px;
  }

  .floating-actions {
    right: 10px;
    bottom: 12px;
    gap: 8px;
  }

  .floating-actions a,
  .floating-actions button {
    width: 42px;
    height: 42px;
  }

  .quote-modal {
    padding: 10px;
    place-items: start center;
    overflow: auto;
  }

  .quote-modal__panel {
    width: 100%;
    max-height: none;
    margin: 8px 0;
    padding: 1.2rem;
    border-radius: 0.55rem;
  }

  .quote-modal__intro h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .footer-credit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .footer-credit strong {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: minmax(76px, 0.68fr) minmax(78px, auto) 36px;
    gap: 5px;
  }

  .brand {
    max-width: 110px;
  }

  .header-cta,
  .site-header.is-scrolled .header-cta {
    width: 92px;
    max-width: 92px;
    padding: 6px 4px;
  }

  .header-cta span {
    font-size: 6.6px;
  }

  .header-cta strong {
    font-size: 5.6px;
  }
}

/* Contact mobile overflow correction */
@media (max-width: 680px) {
  .contact-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow: hidden;
  }

  .contact-hero-copy,
  .contact-hero h1,
  .contact-hero p,
  .contact-signature-panel,
  .contact-signal-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .contact-signature-panel {
    box-sizing: border-box;
  }

  .contact-signal-grid span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
