:root {
  --ink: #102225;
  --ink-2: #173a36;
  --muted: #55716d;
  --paper: #eef6ef;
  --cream: #f7faf4;
  --white: #ffffff;
  --mint: #18c79b;
  --mint-dark: #078c73;
  --mint-soft: #d9f6eb;
  --line: rgba(16, 34, 37, 0.12);
  --shadow: 0 24px 60px rgba(16, 34, 37, 0.11);
  --radius: 10px;
  --radius-lg: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.nav-open {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 60px rgba(16, 34, 37, 0.24);
}

.cookie-banner__copy {
  max-width: 680px;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 4px;
}

.cookie-banner__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.cookie-banner__copy a,
.cookie-preferences-link {
  color: var(--mint-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.cookie-choice {
  min-width: 112px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cookie-choice--accept {
  color: var(--white);
  background: var(--ink);
}

.cookie-choice:focus-visible,
.cookie-preferences-link:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 3px;
}

.cookie-preferences-link {
  padding: 0;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 700px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(238, 246, 239, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
}

.site-header.is-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: var(--line);
  box-shadow: 0 12px 34px rgba(16, 34, 37, 0.08);
}

.brand img {
  width: 170px;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.section,
.section-band,
.dark-section,
.hero {
  padding: clamp(78px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

.section-band {
  background: linear-gradient(180deg, #f5faf4 0%, #e8f3eb 100%);
}

.dark-section {
  color: var(--white);
  background: var(--ink-2);
}

.hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(660px, 1fr) minmax(220px, 0.4fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding-top: 124px;
  background: var(--cream);
}

.hero-copy,
.section-heading,
.product-intro,
.pilot-copy,
.contact-copy {
  max-width: 880px;
}

.hero-copy {
  max-width: 1040px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin-bottom: 22px;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  font-size: clamp(2.25rem, 4.45vw, 4.55rem);
}

.hero h1 {
  display: grid;
  gap: 8px;
  max-width: 1020px;
}

.hero-kicker {
  display: block;
  color: var(--mint-dark);
  font-size: clamp(1.75rem, 2.45vw, 2.8rem);
  line-height: 1.02;
  white-space: nowrap;
}

.hero-main {
  display: block;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.25vw, 3.55rem);
  line-height: 0.98;
  white-space: nowrap;
}

h2 {
  font-size: clamp(2.15rem, 4.6vw, 4.7rem);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  line-height: 1.12;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.58;
}

.dark-section p,
.dark-section .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 34px rgba(16, 34, 37, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button.text-link {
  min-height: 50px;
  padding: 0;
  color: var(--mint-dark);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.light {
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 18px 34px rgba(24, 199, 155, 0.18);
}

.wide {
  min-width: min(100%, 430px);
}

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

.hero-line {
  max-width: 560px;
  margin-top: 22px;
  font-weight: 760;
}

.hero-media,
.problem-photo,
.product-media,
.infra-photo,
.eco-media {
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center bottom;
}

figcaption {
  padding: 10px 13px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  font-weight: 760;
}

.orbit {
  position: relative;
  width: min(100%, 430px);
  min-height: 190px;
  margin-top: 34px;
  border: 1px solid rgba(7, 140, 115, 0.22);
  border-radius: 999px;
}

.orbit::before {
  position: absolute;
  inset: 38px 76px;
  content: "";
  border: 1px solid rgba(7, 140, 115, 0.28);
  border-radius: 999px;
}

.orbit strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 0.86rem;
  line-height: 1.1;
  text-align: center;
  transform: translate(-50%, -50%);
}

.orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 34, 37, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.orbit span::before,
.dot-icon,
.module span,
.problem-list i,
.infra-list i,
.eco-points i,
.report-bottom i {
  display: inline-block;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--mint);
  border-radius: 50%;
}

.orbit span:nth-child(1) { top: 12px; left: 16px; }
.orbit span:nth-child(2) { top: 12px; right: 10px; }
.orbit span:nth-child(3) { top: 80px; right: -6px; }
.orbit span:nth-child(4) { right: 48px; bottom: 10px; }
.orbit span:nth-child(5) { bottom: 10px; left: 0; }
.orbit span:nth-child(6) { top: 80px; left: -4px; }

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 0.84fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.problem-photo {
  border-color: rgba(255, 255, 255, 0.18);
}

.problem-photo img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.problem-copy h2 {
  max-width: 620px;
}

.problem-list,
.eco-points,
.infra-list,
.icon-list {
  display: grid;
  gap: 12px;
}

.problem-list span,
.eco-points span,
.infra-list span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 14px 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  font-weight: 850;
}

.section-heading {
  margin-bottom: clamp(30px, 5vw, 58px);
}

.section-heading p,
.product-intro p,
.pilot-copy p {
  max-width: 760px;
}

.cycle-diagram,
.pilot-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(110px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.cycle-diagram div,
.pilot-steps div {
  position: relative;
  display: grid;
  min-height: 118px;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 16px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(16, 34, 37, 0.06);
  text-align: center;
}

.cycle-diagram div::after,
.pilot-steps div::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 14px;
  height: 2px;
  content: "";
  background: rgba(7, 140, 115, 0.34);
}

.cycle-diagram div:last-child::after,
.pilot-steps div:last-child::after {
  display: none;
}

.cycle-diagram span,
.pilot-steps span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: var(--mint-dark);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.cycle-diagram strong,
.pilot-steps strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.cycle-note {
  max-width: 520px;
  margin: 24px 0 0;
  font-weight: 850;
}

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

.flow-card,
.path-card,
.client-card,
.report-mockup,
.contact-form,
.product-cards article {
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 34, 37, 0.06);
}

.dark-card,
.integral-card,
.main-client {
  color: var(--white);
  background: var(--ink);
}

.path-card {
  min-height: 470px;
}

.product-path {
  color: var(--white);
  background: var(--ink);
}

.product-path p,
.product-path .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.product-path .button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
}

.path-card .eyebrow {
  margin-bottom: 12px;
}

.path-card h3 {
  max-width: 560px;
  font-size: clamp(1.55rem, 2.7vw, 2.7rem);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dark-card p,
.integral-card p,
.main-client p {
  color: rgba(255, 255, 255, 0.78);
}

.icon-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  font-weight: 850;
}

.icon-list span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  color: var(--white);
  background: var(--mint-dark);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.dark-card .icon-list span {
  width: 12px;
  height: 12px;
  background: var(--mint);
}

.note {
  margin: 26px 0 0;
  padding: 15px 16px;
  color: var(--ink);
  background: var(--mint-soft);
  border: 1px solid rgba(7, 140, 115, 0.18);
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 800;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.integral-card {
  min-height: 300px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--radius);
}

.dot-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
}

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

.module {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 13px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
}

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

.partner-product {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto clamp(24px, 4vw, 44px);
}

.partner-visual {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-dark);
}

.partner-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 58% center;
}

.partner-text {
  display: grid;
  gap: 16px;
}

.partner-text h3 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.02;
}

.partner-feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  max-width: 720px;
  padding: 18px;
  background: rgba(217, 246, 235, 0.1);
  border: 1px solid rgba(217, 246, 235, 0.2);
  border-radius: var(--radius);
}

.partner-feature span,
.clip-benefit span {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 2px solid var(--mint);
  border-radius: 50%;
}

.partner-feature span::after,
.clip-benefit span::after {
  position: absolute;
  inset: 8px 7px 6px 9px;
  content: "";
  border-right: 2px solid var(--mint);
  border-bottom: 2px solid var(--mint);
  border-radius: 0 0 8px 0;
}

.partner-feature h4 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.18;
}

.partner-feature p {
  margin: 0;
}

.partner-text p:not(.partner-label) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.partner-card {
  display: grid;
  min-height: 300px;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.compact-grid .partner-card {
  min-height: 240px;
}

.partner-card .config-icon {
  color: var(--ink);
  background: var(--mint);
  border-color: var(--mint);
}

.partner-card ul,
.configuration-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.partner-card li {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 780;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: start;
}

.product-category-grid {
  display: grid;
  gap: 20px;
}

.product-category {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 44px rgba(16, 34, 37, 0.06);
}

.product-category .product-media {
  box-shadow: none;
}

.product-category .button {
  margin-top: 16px;
}

.product-note {
  margin-top: 16px;
  color: var(--ink);
  font-weight: 900;
}

.clip-benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 14px;
  background: var(--mint-soft);
  border: 1px solid rgba(7, 140, 115, 0.18);
  border-radius: var(--radius);
}

.clip-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.96rem;
}

.clip-benefit p,
.section-note {
  margin: 0;
  font-size: 0.96rem;
}

.section-note {
  max-width: 780px;
  color: var(--mint-dark);
  font-weight: 800;
}

.hot-product {
  background: linear-gradient(135deg, rgba(217, 246, 235, 0.74), rgba(255, 255, 255, 0.96));
  border-color: rgba(7, 140, 115, 0.22);
}

.hot-cup-layout,
.merchandising-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: 28px;
}

.hot-cup-visual img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}

.hot-cup-uses,
.merchandising-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.config-layout {
  margin-top: clamp(30px, 5vw, 62px);
}

.partner-label {
  color: var(--mint-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.product-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 18px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--ink);
  background: #f7fbf6;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
}

.pill-grid span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--mint);
  border-radius: 50%;
}

.clip-card {
  grid-column: 1 / -1;
  background: var(--mint-soft) !important;
}

.configuration-panel {
  display: grid;
  gap: 22px;
}

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

.configuration-card {
  display: grid;
  min-height: 276px;
  align-content: start;
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.configuration-card p {
  margin: 0;
  color: var(--muted);
}

.config-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  background: var(--mint-soft);
  border: 1px solid rgba(7, 140, 115, 0.22);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 950;
}

.pilot-example {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 34px);
  background: linear-gradient(135deg, rgba(188, 241, 222, 0.86), rgba(244, 249, 239, 0.96));
  border: 1px solid rgba(7, 140, 115, 0.22);
  border-radius: var(--radius);
}

.pilot-example .eyebrow {
  margin-bottom: 10px;
}

.pilot-example h3,
.pilot-example p,
.pilot-example ul {
  margin: 0;
}

.pilot-example ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: var(--ink);
  font-weight: 800;
}

.pilot-example .note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.configuration-cta {
  width: fit-content;
}

.format-showcase {
  position: relative;
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: end;
  overflow: hidden;
  padding: clamp(24px, 5vw, 54px);
  background: linear-gradient(135deg, #102225 0%, #173735 54%, #23544d 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.format-hero-media {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-lg);
}

.format-hero-media img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  padding: 0;
  background: var(--white);
}

.format-copy {
  display: grid;
  gap: 20px;
  color: var(--white);
}

.format-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 760;
}

.format-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.format-pills span {
  padding: 10px 13px;
  color: var(--ink);
  background: var(--mint-soft);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-weight: 900;
}

.format-gallery,
.clip-gallery,
.infra-cards {
  display: grid;
  gap: 18px;
}

.format-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.clip-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

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

.clip-points span {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 34, 37, 0.06);
  font-weight: 850;
}

.clip-points i {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: var(--mint);
  border-radius: 50%;
}

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

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

.featured-product {
  grid-column: 1 / -1;
}

.product-media img {
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: contain;
  padding: 14px;
  background: var(--white);
}

.photo-media img {
  object-fit: cover;
  padding: 0;
}

.hot-cup-visual.photo-media img {
  object-fit: contain;
}

.featured-product img {
  aspect-ratio: 16 / 9;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.main-client {
  grid-row: span 2;
  min-height: 300px;
}

.client-icon {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--white);
  background: var(--mint-dark);
  border-radius: 50%;
  font-weight: 900;
}

.client-card:not(.main-client) .client-icon {
  color: var(--mint-dark);
  background: var(--mint-soft);
}

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

.infra-photo img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.infra-photo.washing img {
  object-fit: contain;
  padding: 16px;
  background: var(--white);
}

.infra-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.configuration-card li {
  color: var(--muted);
  font-weight: 780;
}

.infra-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  gap: 28px;
  margin-top: 28px;
}

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

.infra-detail .infra-list span {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.capacity {
  display: grid;
  min-height: 120px;
  align-content: center;
  margin: 0;
  padding: 26px;
  color: var(--ink);
  background: var(--mint-soft);
  border: 1px solid rgba(7, 140, 115, 0.22);
  border-radius: var(--radius);
  font-weight: 900;
}

.ecology {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.54fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.eco-copy h2 {
  color: var(--white);
}

.eco-media img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}

.report-mockup {
  padding: clamp(26px, 4vw, 46px);
}

.report-top,
.report-bottom {
  display: grid;
  gap: 18px;
}

.report-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.report-top article,
.report-bottom span {
  min-height: 86px;
  padding: 18px;
  background: #e4f8ef;
  border: 1px solid rgba(7, 140, 115, 0.12);
  border-radius: var(--radius);
}

.report-top strong {
  display: block;
  margin-bottom: 20px;
}

.report-top span {
  display: block;
  width: 75%;
  height: 10px;
  background: rgba(24, 199, 155, 0.28);
  border-radius: 999px;
}

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

.report-bottom span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  background: #f8fbf6;
  font-weight: 850;
}

.pilot {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.pilot-steps {
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  margin-top: 30px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  background: var(--cream);
}

.contact-visual {
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

address {
  display: grid;
  gap: 10px;
  margin-top: 44px;
  font-style: normal;
}

address a {
  color: var(--mint-dark);
  font-weight: 900;
}

.contact-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--mint-dark);
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f8fbf6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input:focus,
textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(24, 199, 155, 0.14);
}

textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--mint-dark);
  font-size: 0.9rem;
  font-weight: 820;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--mint-dark);
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
}

.solution,
.audience-flow,
.services,
.reporting {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

.site-footer img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 0.94rem;
}

.legal-main {
  padding: 132px clamp(20px, 5vw, 72px) clamp(72px, 9vw, 116px);
  background: var(--cream);
}

.legal-article {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.legal-article h1 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.legal-article h2 {
  margin-top: 42px;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.legal-article p,
.legal-article li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-article a {
  color: var(--mint-dark);
  font-weight: 850;
}

.legal-article ul {
  padding-left: 20px;
}

.legal-meta {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 20px;
  background: var(--mint-soft);
  border: 1px solid rgba(7, 140, 115, 0.18);
  border-radius: var(--radius);
}

.legal-meta p {
  margin: 0;
  color: var(--ink);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .cycle-diagram {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cycle-diagram div:nth-child(4)::after {
    display: none;
  }

  .module-grid,
  .partner-grid,
  .format-gallery,
  .clip-gallery,
  .infra-cards,
  .infra-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .main-client {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .site-header {
    padding: 10px 18px;
  }

  .nav-toggle {
    position: relative;
    z-index: 70;
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 18px;
    padding: 80px 28px;
    background: var(--paper);
    font-size: 1.4rem;
    transform: translateX(100%);
    transition: transform 0.24s ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .hero,
  .split-section,
  .two-columns,
  .service-layout,
  .product-layout,
  .product-category,
  .hot-cup-layout,
  .merchandising-layout,
  .partner-product,
  .format-showcase,
  .clip-layout,
  .infra-detail,
  .ecology,
  .pilot,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  .hero-kicker,
  .hero-main {
    white-space: normal;
  }

  .hero-media img,
  .problem-photo img,
  .eco-media img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hero-media img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
  }

  .product-category .photo-media img,
  .partner-visual img,
  .infra-photo img {
    height: clamp(220px, 52vw, 360px);
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .hot-cup-visual img,
  .merchandising-layout .product-media img,
  .format-hero-media img,
  .contact-visual img {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .product-category .photo-media img,
  .hot-cup-visual img,
  .merchandising-layout .product-media img,
  .format-hero-media img {
    aspect-ratio: auto;
  }

  .eco-media img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
  }

  .product-cards,
  .hot-cup-uses,
  .merchandising-list,
  .configuration-grid,
  .pilot-example,
  .product-visuals,
  .partner-grid,
  .format-gallery,
  .clip-gallery,
  .infra-cards,
  .infra-detail .infra-list,
  .report-top,
  .report-bottom,
  .pilot-steps {
    grid-template-columns: 1fr;
  }

  .pilot-steps div::after {
    top: auto;
    right: 50%;
    bottom: -14px;
    width: 2px;
    height: 14px;
  }
}

@media (max-width: 680px) {
  .brand img {
    width: 142px;
  }

  .section,
  .section-band,
  .dark-section,
  .hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .orbit {
    display: none;
  }

  .hero-kicker {
    white-space: normal;
  }

  .hero-main {
    white-space: normal;
  }

  .hero-media img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-media img,
  .problem-photo img,
  .eco-media img,
  .product-category .photo-media img,
  .hot-cup-visual img,
  .merchandising-layout .product-media img,
  .format-hero-media img,
  .partner-visual img,
  .infra-photo img,
  .contact-visual img {
    max-width: 100%;
  }

  .product-media img {
    height: auto;
  }

  .product-category:nth-child(3) .photo-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
  }

  .cycle-diagram,
  .module-grid,
  .infra-photos,
  .product-visuals,
  .client-grid {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-column: auto;
  }

  .cycle-diagram div::after {
    top: auto;
    right: 50%;
    bottom: -14px;
    width: 2px;
    height: 14px;
  }

  .cycle-diagram div:nth-child(4)::after {
    display: block;
  }

  .cycle-diagram div:last-child::after {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .flow-card,
  .client-card,
  .configuration-card,
  .pilot-example,
  .report-mockup,
  .contact-form,
  .contact-visual,
  .product-cards article,
  .integral-card {
    padding: 22px;
  }
}
