:root {
  --ink: #10241f;
  --forest: #123b2e;
  --forest-2: #0c2f28;
  --leaf: #1f8f5f;
  --leaf-2: #65bd7d;
  --mint: #dff1e3;
  --sky: #d6e9ef;
  --cream: #f7f3e8;
  --paper: #f8faf5;
  --surface: #ffffff;
  --amber: #ecb54d;
  --clay: #d96f4c;
  --muted: #66766f;
  --line: #d9e1d8;
  --shadow: 0 24px 70px rgba(16, 36, 31, .14);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(16, 36, 31, .035) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #eef5ef 42%, #fbfcf8 100%);
  background-size: 72px 72px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: #073c2e;
  font-size: 8.35rem;
  line-height: .84;
  font-weight: 850;
  letter-spacing: -.055em;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.75rem;
  line-height: .96;
  font-weight: 820;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.15;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 94px;
  padding: 16px clamp(34px, 3vw, 48px);
  border-bottom: 1px solid rgba(16, 36, 31, .08);
  background: rgba(255, 255, 251, .94);
  box-shadow: 0 10px 32px rgba(16, 36, 31, .06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 850;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 40px;
}

.brand-mark span {
  position: absolute;
  top: 4px;
  width: 18px;
  height: 31px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(150deg, var(--leaf-2), var(--leaf));
}

.brand-mark span:nth-child(1) {
  left: 2px;
  transform: rotate(-22deg);
}

.brand-mark span:nth-child(2) {
  right: 2px;
  transform: scaleX(-1) rotate(-22deg);
}

.brand-mark span:nth-child(3) {
  display: none;
}

.brand-text {
  color: var(--forest);
  font-size: 2rem;
  letter-spacing: -.03em;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: #31493f;
  font-size: 1rem;
  font-weight: 720;
}

.nav a:hover {
  background: rgba(31, 143, 95, .12);
  color: var(--forest);
}

.nav .nav-cta {
  min-height: 50px;
  margin-left: 28px;
  padding-inline: 20px;
  border: 1px solid #31884c;
  background: linear-gradient(135deg, #4fa75d, #2f8549);
  color: white;
  box-shadow: 0 10px 24px rgba(47, 133, 73, .2);
}

.nav .nav-cta:hover {
  background: var(--leaf);
  border-color: var(--leaf);
  color: white;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 46px;
  padding: 3px;
  border: 1px solid rgba(16, 36, 31, .16);
  border-radius: 8px;
  background: white;
}

.language-switch button {
  min-width: 58px;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4b6158;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.language-switch button.is-active {
  background: var(--forest);
  color: white;
}

.language-switch button:focus-visible,
.menu-button:focus-visible,
.button:focus-visible,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(236, 181, 77, .4);
  outline-offset: 2px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 36, 31, .16);
  border-radius: 8px;
  background: white;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(480px, .82fr) minmax(680px, 1.18fr);
  gap: clamp(54px, 5vw, 82px);
  align-items: center;
  min-height: min(803px, calc(100svh - 94px));
  margin-top: 0;
  padding: 48px clamp(70px, 6.4vw, 104px) 125px;
  padding-right: clamp(48px, 4.5vw, 72px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 250, .62) 0%, rgba(252, 253, 246, .44) 41%, rgba(249, 252, 246, .16) 100%),
    linear-gradient(0deg, rgba(250, 250, 242, .34) 0%, rgba(255, 255, 255, .02) 58%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(1.01) brightness(.96);
}

.hero-copy {
  max-width: 500px;
  transform: translateX(18px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #267b40;
  padding-bottom: 16px;
  letter-spacing: .1em;
}

.hero .eyebrow::after {
  content: "";
  display: block;
  width: 64px;
  margin-top: 15px;
  border-top: 2px solid var(--leaf-2);
}

.hero-lead {
  max-width: 460px;
  margin: 28px 0 0;
  color: #243d35;
  font-size: 1.18rem;
  font-weight: 540;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid var(--forest);
  border-radius: 8px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

.button.primary {
  border-color: #348b4d;
  background: linear-gradient(135deg, #55ac62, #31884c);
  color: white;
  box-shadow: 0 12px 26px rgba(49, 136, 76, .24);
}

.button.secondary {
  border-color: rgba(18, 59, 46, .66);
  background: rgba(255, 255, 252, .76);
  color: var(--forest);
  box-shadow: 0 10px 24px rgba(16, 36, 31, .07);
  backdrop-filter: blur(14px);
}

.button.secondary:hover {
  border-color: var(--leaf);
  background: white;
}

.button-arrow {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .18s ease;
}

.button:hover .button-arrow {
  transform: translateX(4px);
}

.button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 42px;
}

.hero-signal {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  max-width: 160px;
  min-height: 78px;
  padding: 0 18px;
  border-right: 1px solid rgba(18, 59, 46, .22);
  color: #173f32;
  font-size: .92rem;
}

.hero-signal:first-child {
  padding-left: 0;
}

.hero-signal:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-signal b {
  font-weight: 760;
}

.hero-signal i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.signal-1 i {
  border: 2px solid #65bd7d;
  border-radius: 100% 0 100% 0;
  transform: rotate(35deg) scale(.7);
}

.signal-1 i::after {
  content: "";
  width: 22px;
  border-top: 2px solid #65bd7d;
  transform: rotate(-47deg);
}

.signal-2 i {
  border: 2px solid #65bd7d;
  border-radius: 50%;
}

.signal-2 i::before {
  content: "↻";
  color: #65bd7d;
  font-size: 1.4rem;
}

.signal-3 i {
  width: 36px;
  height: 40px;
  border: 2px solid #65bd7d;
  border-radius: 4px 4px 7px 7px;
}

.signal-3 i::before {
  content: "";
  position: absolute;
  top: -9px;
  width: 18px;
  height: 14px;
  border: 2px solid #65bd7d;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.hero-panel {
  position: relative;
  align-self: center;
  min-width: 0;
  border: 1px solid rgba(62, 139, 84, .44);
  border-radius: 16px;
  background: rgba(255, 255, 252, .88);
  box-shadow:
    0 24px 70px rgba(27, 61, 48, .16),
    inset 0 0 0 4px rgba(255, 255, 255, .48);
  backdrop-filter: blur(18px) saturate(1.08);
  transform: none;
  overflow: hidden;
}

.panel-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 68px;
  padding: 18px 34px;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 780;
}

.panel-topline {
  border-bottom: 1px solid rgba(18, 59, 46, .12);
  background: rgba(255, 255, 252, .54);
}

.panel-topline strong {
  color: var(--leaf);
}

.hero-cycle {
  position: relative;
  min-height: 572px;
}

.hero-cycle-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 66%;
  border: 2px solid rgba(101, 189, 125, .78);
  border-right-color: rgba(236, 181, 77, .92);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: hero-ring-breathe 3.8s ease-in-out infinite;
}

@keyframes hero-ring-breathe {
  0%, 100% { opacity: .72; }
  50% { opacity: 1; }
}

.hero-cycle-runners {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.cycle-runner {
  position: absolute;
  left: 19%;
  top: 20%;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  background: var(--leaf-2);
  box-shadow:
    0 0 0 6px rgba(101, 189, 125, .12),
    0 0 18px rgba(101, 189, 125, .7);
  offset-path: ellipse(30% 33% at 50% 50%);
  offset-rotate: 0deg;
  animation: hero-cycle-orbit 7s linear infinite;
}

.runner-2 {
  width: 9px;
  height: 9px;
  border-width: 2px;
  background: var(--amber);
  box-shadow:
    0 0 0 5px rgba(236, 181, 77, .12),
    0 0 16px rgba(236, 181, 77, .72);
  animation-delay: -2.34s;
}

.runner-3 {
  width: 8px;
  height: 8px;
  border-width: 2px;
  animation-delay: -4.67s;
}

@keyframes hero-cycle-orbit {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

.cycle-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #65bd7d;
  box-shadow: 0 0 0 4px rgba(101, 189, 125, .1);
}

.cycle-dot:nth-child(3n) {
  background: var(--amber);
}

.dot-1 { left: 6%; top: 42%; }
.dot-2 { left: 12%; top: 20%; }
.dot-3 { left: 28%; top: 4%; }
.dot-4 { right: 27%; top: 4%; }
.dot-5 { right: 10%; top: 21%; }
.dot-6 { right: 2%; top: 48%; }
.dot-7 { right: 12%; bottom: 18%; }
.dot-8 { right: 31%; bottom: 3%; }
.dot-9 { left: 30%; bottom: 3%; }
.dot-10 { left: 12%; bottom: 19%; }
.dot-11 { left: 1%; top: 51%; }
.dot-12 { right: 1%; top: 51%; }

.hero-cycle-step {
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  width: 150px;
  min-height: 136px;
  padding: 18px 12px 16px;
  border: 1px solid rgba(38, 123, 64, .28);
  border-radius: 12px;
  background: rgba(255, 255, 253, .94);
  color: var(--forest);
  box-shadow:
    0 14px 32px rgba(16, 56, 42, .13),
    inset 0 0 24px rgba(101, 189, 125, .05);
}

.hero-cycle-step strong {
  font-size: .95rem;
  text-transform: uppercase;
}

.hero-step-recycle {
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}

.hero-step-clean {
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.hero-step-produce {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.hero-step-collect {
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.hero-step-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 56px;
  color: #65bd7d;
}

.hero-bag-icon {
  position: relative;
  width: 36px;
  height: 40px;
  border: 3px solid #65bd7d;
  border-radius: 3px 3px 7px 7px;
}

.hero-bag-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -12px;
  width: 16px;
  height: 13px;
  border: 3px solid #65bd7d;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.hero-clean-icon {
  position: relative;
  width: 48px;
  height: 32px;
  border: 3px solid #65bd7d;
  border-top: 0;
  border-radius: 0 0 7px 7px;
}

.hero-clean-icon::before,
.hero-clean-icon::after {
  content: "";
  position: absolute;
  top: -16px;
  width: 8px;
  height: 12px;
  border: 3px solid #65bd7d;
  border-radius: 50% 50% 55% 55%;
  transform: rotate(45deg);
}

.hero-clean-icon::before { left: 7px; }
.hero-clean-icon::after { right: 7px; }

.hero-recycle-icon {
  font-size: 3.5rem;
  line-height: 1;
}

.hero-roll-icon {
  width: 42px;
  height: 42px;
  border: 3px solid #65bd7d;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(101, 189, 125, .15);
}

.hero-roll-icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 26px;
  height: 38px;
  border: 2px solid #65bd7d;
  border-radius: 3px;
}

.hero-cycle-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  color: var(--forest);
  transform: translate(-50%, -50%);
}

.hero-cycle-core strong {
  color: var(--forest);
  font-size: 2rem;
}

.hero-cycle-core small {
  color: #2f8e48;
  font-size: 1rem;
  font-weight: 720;
}

.hero-core-leaf {
  position: relative;
  width: 64px;
  height: 48px;
  margin-bottom: 10px;
}

.hero-core-leaf::before,
.hero-core-leaf::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 50px;
  border-radius: 100% 0 100% 0;
  background: #65bd7d;
}

.hero-core-leaf::before {
  left: 0;
  transform: rotate(-24deg);
}

.hero-core-leaf::after {
  right: 0;
  transform: scaleX(-1) rotate(-24deg);
}

.panel-side-label {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 4;
  color: #2f8e48;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-42%);
}

.metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: -74px clamp(48px, 6.8vw, 106px) 0;
  border: 1px solid rgba(16, 36, 31, .14);
  border-radius: 14px;
  background: rgba(255, 255, 252, .96);
  box-shadow: 0 20px 58px rgba(16, 36, 31, .14);
  overflow: hidden;
}

.metrics div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 154px;
  padding: 28px clamp(28px, 4vw, 58px);
  background: rgba(255, 255, 252, .96);
}

.metrics .metric + .metric {
  border-left: 1px solid rgba(16, 36, 31, .12);
}

.metrics .metric-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.metrics strong {
  color: var(--forest);
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  line-height: 1.05;
}

.metrics .metric-copy > span {
  color: var(--muted);
  font-weight: 720;
}

.metric-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #348f4d;
}

.metric-1 .metric-icon {
  border: 3px solid currentColor;
  border-radius: 100% 0 100% 0;
  transform: rotate(35deg) scale(.72);
}

.metric-1 .metric-icon::after {
  content: "";
  width: 34px;
  border-top: 3px solid currentColor;
  transform: rotate(-47deg);
}

.metric-2 .metric-icon {
  width: 42px;
  height: 46px;
  border: 3px solid currentColor;
  border-radius: 5px 5px 10px 10px;
}

.metric-2 .metric-icon::before {
  content: "";
  position: absolute;
  top: -13px;
  width: 22px;
  height: 15px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.metric-3 .metric-icon {
  width: 46px;
  height: 52px;
  border: 3px solid currentColor;
  border-radius: 48% 48% 52% 52% / 22% 22% 72% 72%;
}

.metric-3 .metric-icon::after {
  content: "";
  width: 17px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg) translate(2px, -2px);
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 4vw, 64px);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow),
.quality-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 28px;
  align-items: end;
  max-width: none;
}

.process-section {
  background: #fbfcf8;
}

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

.step-card,
.product-card,
.impact-card {
  border: 1px solid rgba(16, 36, 31, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.step-card {
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.step-card:hover {
  border-color: rgba(31, 143, 95, .36);
  box-shadow: 0 18px 50px rgba(16, 36, 31, .1);
  transform: translateY(-4px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 34px;
  margin-bottom: 46px;
  border-radius: 8px;
  background: var(--forest);
  color: white;
  font-size: .9rem;
  font-weight: 900;
}

.step-card p,
.product-card p {
  color: var(--muted);
}

.environment-section {
  position: relative;
  isolation: isolate;
  background: #0c352d;
  color: white;
  overflow: hidden;
}

.environment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 160px 160px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 94%);
}

.environment-section h2,
.environment-section h3 {
  color: white;
}

.environment-section .eyebrow {
  color: #9ee2b3;
}

.environment-intro {
  max-width: 900px;
  margin-bottom: 58px;
}

.environment-intro h2 {
  max-width: 860px;
}

.environment-intro p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.08rem;
}

.environment-layout {
  display: grid;
  grid-template-columns: minmax(620px, 2fr) minmax(290px, .82fr);
  gap: clamp(34px, 4vw, 66px);
  align-items: center;
}

.cycle-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(116px, 1fr)) 112px repeat(2, minmax(116px, 1fr));
  gap: 18px;
  min-height: 440px;
  padding: 24px 0 84px;
}

.stage-1 { grid-column: 1; }
.stage-2 { grid-column: 2; }
.stage-3 { grid-column: 4; }
.stage-4 { grid-column: 5; }

.flow-track {
  position: absolute;
  z-index: 0;
  left: 8%;
  right: 8%;
  pointer-events: none;
}

.flow-track-top {
  top: 83px;
  height: 92px;
  border-top: 4px solid #87c99b;
  border-radius: 50% 50% 0 0;
  opacity: .9;
}

.flow-track-bottom {
  bottom: 48px;
  height: 80px;
  border-bottom: 4px solid #87c99b;
  border-radius: 0 0 50% 50%;
  opacity: .9;
}

.flow-track-top::after,
.flow-track-bottom::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.flow-track-top::after {
  right: -2px;
  top: -11px;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #ecb54d;
}

.flow-track-bottom::after {
  left: -2px;
  bottom: -11px;
  border-width: 9px 16px 9px 0;
  border-color: transparent #ecb54d transparent transparent;
}

.flow-pulse {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 3px solid #dff1e3;
  border-radius: 50%;
  background: var(--leaf-2);
  box-shadow: 0 0 0 6px rgba(101, 189, 125, .13);
  pointer-events: none;
}

.pulse-one {
  top: 78px;
  left: 8%;
  animation: cycle-pulse-top 6s linear infinite;
}

.pulse-two {
  left: 8%;
  bottom: 43px;
  animation: cycle-pulse-bottom 6s linear -3s infinite;
}

@keyframes cycle-pulse-top {
  from { left: 8%; }
  to { left: 91%; }
}

@keyframes cycle-pulse-bottom {
  from { left: 91%; }
  to { left: 8%; }
}

.flow-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-align: center;
}

.flow-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  margin: 0 auto 20px;
  border: 2px solid rgba(158, 226, 179, .78);
  border-radius: 50%;
  background: rgba(7, 40, 33, .72);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, .018),
    0 18px 42px rgba(0, 0, 0, .18);
}

.flow-stage h3 {
  font-size: 1.15rem;
}

.flow-stage p {
  max-width: 190px;
  margin: 9px auto 0;
  color: rgba(255, 255, 255, .67);
  font-size: .9rem;
}

.bag-shape {
  position: relative;
  width: 48px;
  height: 58px;
  border: 3px solid #9ee2b3;
  border-radius: 5px 5px 12px 12px;
}

.bag-shape::before,
.bag-shape::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 13px;
  height: 24px;
  border: 3px solid #9ee2b3;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.bag-shape::before {
  left: 4px;
}

.bag-shape::after {
  right: 4px;
}

.icon-collect::before {
  content: "✓";
  position: absolute;
  z-index: 2;
  right: 39px;
  bottom: 37px;
  color: #ecb54d;
  font-size: 1.2rem;
  font-weight: 900;
}

.icon-clean::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 34px;
  height: 34px;
  border: 3px solid #9ee2b3;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.icon-clean::after {
  content: "···";
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  color: #dff1e3;
  font-size: 2.1rem;
  letter-spacing: 5px;
  line-height: 1;
}

.clean-drop {
  position: absolute;
  bottom: 46px;
  width: 16px;
  height: 23px;
  border: 3px solid #ecb54d;
  border-radius: 50% 50% 55% 55%;
  transform: rotate(45deg);
}

.pellet-cluster {
  position: relative;
  width: 66px;
  height: 56px;
}

.pellet-cluster i {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #9ee2b3;
  border-radius: 50%;
  background: rgba(101, 189, 125, .22);
}

.pellet-cluster i:nth-child(1) { left: 28px; top: 0; }
.pellet-cluster i:nth-child(2) { left: 17px; top: 13px; }
.pellet-cluster i:nth-child(3) { left: 39px; top: 13px; }
.pellet-cluster i:nth-child(4) { left: 7px; top: 27px; }
.pellet-cluster i:nth-child(5) { left: 28px; top: 27px; }
.pellet-cluster i:nth-child(6) { left: 50px; top: 27px; }
.pellet-cluster i:nth-child(7) { left: 0; top: 42px; }
.pellet-cluster i:nth-child(8) { left: 15px; top: 42px; }
.pellet-cluster i:nth-child(9) { left: 30px; top: 42px; }
.pellet-cluster i:nth-child(10) { left: 45px; top: 42px; }
.pellet-cluster i:nth-child(11) { left: 59px; top: 42px; }

.icon-produce .bag-shape {
  margin-left: 28px;
  transform: scale(.78);
}

.roll-shape {
  position: absolute;
  left: 26px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  border: 4px solid #9ee2b3;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(158, 226, 179, .18);
}

.roll-shape::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 13px;
  width: 28px;
  border-top: 3px solid #9ee2b3;
  transform: rotate(-12deg);
}

.flow-brand {
  position: relative;
  z-index: 3;
  display: grid;
  grid-column: 3;
  grid-row: 1;
  justify-items: center;
  align-self: start;
  margin-top: 154px;
  color: white;
}

.flow-brand strong {
  font-size: 1.2rem;
}

.flow-brand small {
  margin-top: 2px;
  color: #9ee2b3;
  font-size: .78rem;
  font-weight: 800;
}

.brand-leaf {
  position: relative;
  width: 38px;
  height: 28px;
  margin-bottom: 7px;
}

.brand-leaf::before,
.brand-leaf::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 31px;
  border: 3px solid #65bd7d;
  border-radius: 100% 0 100% 0;
}

.brand-leaf::before {
  left: 1px;
  transform: rotate(-24deg);
}

.brand-leaf::after {
  right: 1px;
  transform: scaleX(-1) rotate(-24deg);
}

.impact-grid {
  display: grid;
  align-self: stretch;
}

.impact-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(236, 181, 77, .32);
}

.impact-row:first-child {
  padding-top: 8px;
}

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

.impact-row h3 {
  margin-bottom: 7px;
  font-size: 1.12rem;
}

.impact-row p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .92rem;
}

.impact-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(236, 181, 77, .56);
  border-radius: 50%;
}

.impact-icon-1::before {
  content: "";
  width: 22px;
  height: 34px;
  border: 3px solid #dff1e3;
  border-radius: 100% 0 100% 0;
  transform: rotate(34deg);
}

.impact-icon-1::after {
  content: "";
  position: absolute;
  width: 28px;
  border-top: 2px solid #dff1e3;
  transform: rotate(-46deg);
}

.impact-icon-2::before {
  content: "↻";
  color: #dff1e3;
  font-size: 2rem;
  line-height: 1;
}

.impact-icon-3::before {
  content: "";
  width: 25px;
  height: 30px;
  border: 3px solid #dff1e3;
  border-radius: 4px 4px 8px 8px;
}

.impact-icon-3::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 15px;
  height: 12px;
  border: 3px solid #dff1e3;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.product-section {
  background:
    linear-gradient(180deg, #f7fbf5 0%, var(--cream) 100%);
}

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

.product-card {
  padding: 18px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(16, 36, 31, .08);
}

.product-visual {
  position: relative;
  height: 220px;
  margin: -2px -2px 22px;
  border: 1px solid rgba(16, 36, 31, .1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.28)),
    repeating-linear-gradient(90deg, rgba(16, 36, 31, .055) 0 1px, transparent 1px 18px);
  overflow: hidden;
}

.product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-visual.mint {
  background-color: var(--mint);
}

.product-visual.amber {
  background-color: #fff0c7;
}

.product-visual.blue {
  background-color: var(--sky);
}

.product-visual .sheet {
  position: absolute;
  width: 42%;
  height: 58%;
  border: 2px solid rgba(16, 36, 31, .4);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 30px rgba(16, 36, 31, .12);
}

.product-visual .one {
  left: 14%;
  top: 18%;
  transform: rotate(-9deg);
}

.product-visual .two {
  left: 29%;
  top: 12%;
  transform: rotate(4deg);
}

.product-visual .three {
  right: 12%;
  top: 25%;
  transform: rotate(11deg);
}

.product-visual .handle {
  position: absolute;
  left: 42%;
  top: 22%;
  width: 54px;
  height: 28px;
  border: 5px solid rgba(16, 36, 31, .42);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.card-label {
  margin: 0 0 8px;
  color: var(--leaf);
  font-size: .8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quality-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  background: #fbfcf8;
}

.quality-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.quality-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 12px 16px;
  border: 1px solid rgba(16, 36, 31, .12);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 38px rgba(16, 36, 31, .07);
  font-weight: 760;
}

.quality-list li span:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 36px;
  border-radius: 8px;
  background: var(--mint);
}

.quality-list li span:first-child::before {
  content: "";
  width: 13px;
  height: 7px;
  border-left: 3px solid var(--leaf);
  border-bottom: 3px solid var(--leaf);
  transform: rotate(-45deg) translate(1px, -1px);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(72px, 10vw, 128px) clamp(18px, 4vw, 64px);
  background:
    linear-gradient(135deg, #0d2724 0%, #16392f 100%);
  color: white;
}

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

.contact-copy .eyebrow {
  color: #9ee2b3;
}

.contact-copy h2 {
  color: white;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
  font-size: 1.06rem;
}

.contact-direct {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-direct > strong {
  color: white;
  font-size: 1.05rem;
}

.contact-direct a {
  color: #dff1e3;
  font-weight: 800;
}

.contact-detail {
  display: grid;
  gap: 2px;
  padding-top: 5px;
}

.contact-detail span {
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-detail p {
  margin: 0;
  color: #dff1e3 !important;
  font-size: .98rem !important;
  font-weight: 720;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .16);
}

.contact-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .84);
  font-size: .92rem;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
}

.contact-form input,
.contact-form select {
  height: 50px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 136px;
  resize: vertical;
  padding: 12px;
}

.contact-form .consent-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: .86rem;
  font-weight: 650;
}

.contact-form .consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--amber);
}

.contact-form .consent-field a {
  color: #f5ca75;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.contact-form .button.primary {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink);
  box-shadow: none;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #dff1e3;
  font-weight: 760;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 4vw, 64px);
  border-top: 1px solid rgba(16, 36, 31, .1);
  background: white;
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer span {
  color: var(--muted);
  font-size: .92rem;
}

.site-footer .footer-copyright {
  margin-top: 5px;
  font-size: .82rem;
}

.site-footer a {
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a:first-child {
  color: var(--leaf);
}

.privacy-page {
  min-height: 100vh;
  background: #f8faf5;
}

.privacy-page .site-header {
  position: static;
}

.privacy-back {
  color: var(--forest);
  font-weight: 800;
}

.privacy-main {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 68px 0 84px;
}

.privacy-main h1 {
  margin: 0;
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1;
}

.privacy-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.privacy-language {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
}

.privacy-language a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--forest);
  font-size: .86rem;
  font-weight: 800;
}

.privacy-content {
  margin-top: 44px;
}

.privacy-content + .privacy-content {
  margin-top: 72px;
}

.privacy-content h2 {
  font-size: 2.2rem;
}

.privacy-content section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-content h3 {
  margin-bottom: 10px;
}

.privacy-content p,
.privacy-content li {
  color: #42564f;
}

.privacy-content ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.privacy-content a {
  color: var(--leaf);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 250, .7), rgba(249, 252, 246, .32)),
    url("/assets/perfeco-campus-hero.webp") center / cover no-repeat;
}

.not-found-page .site-header {
  position: static;
}

.not-found-main {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  min-height: calc(100vh - 94px);
  padding: clamp(70px, 10vw, 130px) clamp(24px, 8vw, 130px);
}

.not-found-copy {
  max-width: 660px;
}

.not-found-copy h1 {
  color: var(--forest);
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: .92;
}

.not-found-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 28px 0 34px;
  color: #31493f;
  font-size: 1.12rem;
}

.not-found-visual {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 390px;
  border: 1px solid rgba(62, 139, 84, .35);
  border-radius: 18px;
  background: rgba(255, 255, 252, .84);
  box-shadow: 0 24px 70px rgba(27, 61, 48, .15);
  backdrop-filter: blur(18px);
}

.not-found-visual .hero-core-leaf {
  transform: scale(1.55);
  margin-bottom: 32px;
}

.not-found-visual strong {
  color: var(--forest);
  font-size: 2.5rem;
}

.not-found-visual small {
  color: var(--leaf);
  font-size: 1rem;
  font-weight: 800;
}

@media (min-width: 1081px) and (max-width: 1320px) {
  h1 {
    font-size: 7rem;
  }

  .hero {
    grid-template-columns: minmax(400px, .84fr) minmax(550px, 1.16fr);
    gap: 30px;
    padding-left: 50px;
    padding-right: 30px;
  }

  .hero-copy {
    transform: none;
  }

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

  .hero-cycle-step {
    width: 130px;
    min-height: 124px;
  }

  .hero-step-recycle {
    top: 10px;
  }

  .hero-step-produce {
    bottom: 14px;
  }

  .metrics {
    margin-inline: 72px;
  }

  .metrics div {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 30px;
  }
}

@media (min-width: 1081px) {
  .hero-panel {
    transform: translateY(-24px);
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 6.2rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding-top: 64px;
    text-align: center;
  }

  .hero-copy {
    transform: none;
  }

  .hero-panel {
    width: min(100%, 620px);
    max-width: 620px;
    transform: translateY(-24px);
  }

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

  .environment-layout,
  .quality-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .environment-layout {
    gap: 42px;
  }

  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .impact-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 15px;
    padding: 10px 22px;
    border-right: 1px solid rgba(236, 181, 77, .32);
    border-bottom: 0;
  }

  .impact-row:first-child {
    padding-top: 10px;
    padding-left: 0;
  }

  .impact-row:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .impact-icon {
    width: 54px;
    height: 54px;
  }

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

  .contact-copy {
    position: static;
  }

  .not-found-main {
    grid-template-columns: 1fr;
  }

  .not-found-visual {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 66px;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(16, 36, 31, .12);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a,
  .nav .nav-cta {
    justify-content: center;
    margin: 0;
  }

  .hero {
    margin-top: 0;
    padding-top: 58px;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 58px;
  }

  .hero-lead {
    font-size: 1.08rem;
  }

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

  .hero-cycle {
    min-height: 390px;
  }

  .hero-cycle-step {
    width: 92px;
    padding-inline: 7px;
  }

  .hero-step-collect {
    left: 4%;
  }

  .hero-step-clean {
    right: 4%;
  }

  .panel-side-label {
    display: none;
  }

  .metrics,
  .process-grid,
  .product-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .metrics {
    margin-top: 0;
  }

  .metrics div {
    min-height: 100px;
  }

  .metrics .metric + .metric {
    border-top: 1px solid rgba(16, 36, 31, .12);
    border-left: 0;
  }

  .process-canvas {
    height: 260px;
  }

  .environment-intro {
    margin-bottom: 38px;
  }

  .environment-layout {
    gap: 18px;
  }

  .cycle-flow {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 0 0 12px;
  }

  .flow-track-top,
  .flow-track-bottom,
  .flow-pulse {
    display: none;
  }

  .flow-stage,
  .stage-1,
  .stage-2,
  .stage-3,
  .stage-4 {
    grid-column: 1;
  }

  .flow-stage {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    text-align: left;
  }

  .flow-stage::before {
    content: "";
    position: absolute;
    left: 41px;
    top: 76px;
    bottom: -27px;
    border-left: 2px solid rgba(135, 201, 155, .5);
  }

  .stage-4::before {
    display: none;
  }

  .flow-icon {
    grid-row: 1 / span 2;
    width: 82px;
    height: 82px;
    margin: 0;
  }

  .flow-stage h3 {
    align-self: end;
    font-size: 1.08rem;
  }

  .flow-stage p {
    align-self: start;
    max-width: none;
    margin: 5px 0 0;
  }

  .bag-shape {
    transform: scale(.68);
  }

  .icon-collect::before {
    right: 24px;
    bottom: 22px;
    font-size: 1rem;
  }

  .icon-clean::before {
    left: 20px;
    right: 20px;
    bottom: 22px;
    height: 25px;
  }

  .icon-clean::after {
    top: 9px;
    font-size: 1.6rem;
  }

  .clean-drop {
    bottom: 30px;
    transform: scale(.72) rotate(45deg);
  }

  .pellet-cluster {
    transform: scale(.72);
  }

  .icon-produce .bag-shape {
    margin-left: 22px;
    transform: scale(.55);
  }

  .roll-shape {
    left: 13px;
    bottom: 18px;
    transform: scale(.72);
  }

  .flow-brand {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    grid-template-columns: 44px auto;
    column-gap: 10px;
    align-items: center;
    justify-items: start;
    margin: 2px 0 4px 20px;
  }

  .brand-leaf {
    grid-row: 1 / span 2;
    margin: 0;
    transform: scale(.78);
  }

  .flow-brand small {
    margin: 0;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .impact-row,
  .impact-row:first-child,
  .impact-row:last-child {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(236, 181, 77, .32);
  }

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

  .product-visual {
    height: 180px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-main {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: 100%;
    gap: 8px;
    padding: 10px 12px;
  }

  .brand-text {
    display: none;
  }

  .privacy-main h1 {
    font-size: 2.35rem;
  }

  .privacy-content h2 {
    font-size: 1.8rem;
  }

  .not-found-main {
    width: 100%;
    min-height: calc(100vh - 66px);
    padding: 58px 18px 70px;
    text-align: center;
  }

  .not-found-page .privacy-back {
    font-size: .82rem;
  }

  .not-found-copy,
  .not-found-visual {
    width: 100%;
    min-width: 0;
  }

  .not-found-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.3rem);
  }

  .not-found-copy .eyebrow::after {
    margin-inline: auto;
  }

  .not-found-copy > p:not(.eyebrow) {
    font-size: 1rem;
    margin-inline: auto;
  }

  .not-found-copy .button {
    width: 100%;
  }

  .header-actions {
    position: absolute;
    right: 12px;
    gap: 6px;
  }

  .language-switch button {
    min-width: 36px;
  }

  .menu-button {
    width: 38px;
    height: 38px;
  }

  .hero {
    width: 100%;
    justify-items: center;
    gap: 28px;
    min-height: auto;
    padding: 54px 16px 56px;
    text-align: center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(252, 253, 246, .67) 0%, rgba(249, 251, 242, .56) 72%, rgba(245, 249, 240, .38) 100%),
      linear-gradient(0deg, rgba(247, 249, 239, .4) 0%, rgba(255, 255, 255, .04) 48%);
  }

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

  .hero-copy,
  .signal-row {
    width: 100%;
    max-width: 350px;
  }

  .hero-copy {
    margin-inline: auto;
  }

  .hero .eyebrow::after {
    margin-inline: auto;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
    max-width: 350px;
    margin-inline: auto;
  }

  .signal-row {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-inline: auto;
  }

  .hero-signal,
  .hero-signal:first-child,
  .hero-signal:last-child {
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    text-align: left;
  }

  .hero-signal:last-child {
    border-bottom: 0;
  }

  .hero-panel {
    display: block;
    width: calc(100vw - 24px);
    max-width: 390px;
    transform: translateY(-14px);
  }

  .panel-topline {
    padding-inline: 12px;
  }

  .hero-cycle-ring {
    width: 60%;
    height: 58%;
  }

  .metrics {
    margin-top: 0;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .language-switch button {
    min-width: 42px;
  }

  .hero {
    min-height: auto;
  }

  .hero-cycle {
    min-height: 368px;
  }

  .hero-cycle-step {
    width: 86px;
    padding: 10px 5px 9px;
  }

  .hero-step-icon {
    transform: scale(.88);
  }

  .hero-cycle-core strong {
    font-size: 1.22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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