.company-hero {
  overflow: hidden;
  padding: 56px 0 34px;
  background: radial-gradient(circle at 78% 38%, #edf7f1 0, transparent 34%), #fff;
}

.company-hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 28px;
}

.company-hero-copy {
  position: relative;
  z-index: 2;
}

.company-hero-copy h1,
.farmers-section h1 {
  margin-bottom: 14px;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.company-hero-copy h2 {
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--green-dark);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.32;
  letter-spacing: 0;
}

.company-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: .98rem;
  line-height: 1.75;
}

.company-hero-image {
  position: relative;
  min-height: 430px;
}

.company-hero-image::before {
  content: '';
  position: absolute;
  inset: -24px auto -20px -28px;
  width: 160px;
  border-radius: 50%;
  background: #fff;
  filter: blur(1px);
  transform: skewX(-13deg);
  z-index: 1;
}

.company-hero-image img {
  position: absolute;
  inset: 0 -108px 0 auto;
  width: min(840px, 112%);
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 36px 0 0 36px;
  box-shadow: var(--shadow);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
}

.value-strip div {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.value-strip div:last-child {
  border-right: 0;
}

.value-strip strong {
  max-width: 120px;
  font-size: .78rem;
  line-height: 1.35;
}

.line-icon,
.feature-symbol,
.cta-icon {
  display: grid;
  place-items: center;
  color: var(--green);
}

.line-icon {
  width: 42px;
  height: 42px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.soft-panel,
.recognition-panel,
.grow-panel {
  border: 1px solid rgba(223, 231, 227, .86);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.soft-panel {
  padding: 38px 56px 20px;
  background: linear-gradient(105deg, rgba(237, 247, 241, .78), rgba(255, 255, 255, .94));
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 104px;
  padding: 16px 42px 0;
}

.process-grid::before,
.process-grid::after {
  content: '';
  position: absolute;
  top: 94px;
  width: 13%;
  border-top: 2px dashed var(--green);
  opacity: .72;
}

.process-grid::before {
  left: 31%;
}

.process-grid::after {
  left: 61.5%;
}

.process-card,
.logo-card,
.partner-card,
.cta-card {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.process-card {
  position: relative;
  min-height: 280px;
  padding: 44px 34px 30px;
  border-radius: 14px;
}

.step-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
}

.feature-symbol {
  width: 90px;
  height: 90px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--mint);
}

.process-card h3,
.partner-card h3 {
  margin-bottom: 10px;
  font-size: .95rem;
}

.process-card p,
.partner-card p {
  margin-bottom: 0;
  font-size: .82rem;
  line-height: 1.65;
}

.recognition-section {
  padding-top: 0;
}

.recognition-panel {
  padding: 30px 46px 12px;
  background: rgba(255, 255, 255, .9);
}

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

.logo-card {
  min-height: 152px;
  padding: 20px 14px 16px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo-card img {
  width: 100%;
  height: 62px;
  object-fit: contain;
  margin-bottom: 16px;
}

.logo-card--emblem img {
  padding: 6px;
  border-radius: 9px;
  background: var(--green-deep);
}

.logo-card h3 {
  margin-bottom: 0;
  font-size: .74rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.recognition-copy {
  max-width: 760px;
  margin: 20px auto 14px;
  text-align: center;
  font-size: .88rem;
}

.contact-ribbon {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(90deg, #edf6f0, #fff);
}

.contact-ribbon a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--ink);
  font-weight: 700;
  border-right: 1px solid #c9dcd2;
}

.contact-ribbon a:last-child {
  border-right: 0;
}

.farmers-section {
  padding-bottom: 26px;
}

.farmers-section .soft-panel {
  padding-bottom: 36px;
}

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

.partner-card {
  min-height: 112px;
  padding: 18px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
}

.partner-card .feature-symbol {
  width: 70px;
  height: 70px;
  margin: 0;
  border-radius: 14px;
  background: #fff;
}

.grow-section {
  padding-top: 0;
}

.grow-panel {
  min-height: 180px;
  padding: 30px 44px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1.45fr;
  gap: 38px;
  align-items: center;
  background: linear-gradient(105deg, #fff, #fff8ed);
}

.grow-copy h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.grow-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: .86rem;
}

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

.cta-card {
  min-height: 142px;
  padding: 20px 16px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}

.cta-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.cta-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
}

.cta-card strong {
  font-size: .95rem;
}

.cta-card small {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 700;
}

.leaf-icon::before,
.shield-icon::before,
.sprout-icon::before,
.people-icon::before,
.source-symbol::before,
.processing-symbol::before,
.truck-symbol::before,
.tractor-symbol::before,
.market-symbol::before,
.box-symbol::before,
.mail-symbol::before,
.phone-symbol::before,
.call-icon::before,
.whatsapp-icon::before,
.email-icon::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}

.feature-symbol::before {
  width: 3.15rem;
  height: 3.15rem;
}

.cta-icon::before {
  width: 1.85rem;
  height: 1.85rem;
}

.mail-symbol::before,
.phone-symbol::before {
  width: 1.35rem;
  height: 1.35rem;
}

/* ============================================================
   RECOGNITION / VALIDATION PAGE
   ============================================================ */
.recognition-hero {
  overflow: hidden;
  padding: 56px 0 34px;
  background:
    radial-gradient(circle at 82% 26%, rgba(231, 245, 239, .92) 0, transparent 33%),
    linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}

.recognition-hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 28px;
}

.recognition-hero-copy {
  position: relative;
  z-index: 2;
}

.recognition-hero-copy h1 {
  margin-bottom: 16px;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1.04;
}

.recognition-hero-copy h1 span {
  color: var(--green);
}

.recognition-hero-lede {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: .98rem;
  line-height: 1.75;
}

.recognition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.recognition-hero-art {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.recognition-hero-art::before {
  content: '';
  position: absolute;
  inset: 18px 10px 18px 42px;
  border-radius: 34px;
  border: 1px solid rgba(223, 231, 227, .88);
  background: linear-gradient(180deg, rgba(238, 247, 241, .75), rgba(255, 255, 255, .96));
  box-shadow: var(--shadow);
}

.recognition-hero-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 840px);
  margin-left: auto;
  padding: 18px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.recognition-hero-frame img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
}

.recognition-section {
  padding-top: 0;
}

.recognition-heading {
  margin-bottom: 28px;
}

.recognition-heading .section-intro {
  max-width: 760px;
  margin: 10px auto 0;
  font-size: .95rem;
}

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

.recognition-overview-card {
  min-height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.overview-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--green);
}

.overview-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recognition-overview-card h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.recognition-overview-card p {
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.68;
}

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

.moment-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.moment-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f6f3;
}

.moment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.moment-card:hover .moment-media img {
  transform: scale(1.03);
}

.moment-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
}

.moment-caption strong {
  font-size: .92rem;
}

.moment-caption span {
  color: var(--green);
  font-size: 1.15rem;
}

.recognition-section--institutions {
  padding-bottom: 0;
}

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

.institution-card {
  min-height: 180px;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.institution-card img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  margin-bottom: 14px;
}

.institution-card > span {
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.35;
}

.institution-card small {
  font-size: .69rem;
  font-weight: 600;
  color: var(--muted);
}

.recognition-cta-section {
  padding-top: 42px;
}

.recognition-cta {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px 24px 20px 18px;
  border: 1px solid #d8e5dd;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(240, 248, 243, .92), rgba(255, 255, 255, .96));
  box-shadow: var(--shadow-sm);
}

.recognition-cta::after {
  content: '';
  position: absolute;
  inset: auto -12px -12px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(21, 148, 91, .12), transparent 70%);
  pointer-events: none;
}

.recognition-cta-art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recognition-cta-art img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.recognition-cta-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  color: var(--green-deep);
}

.recognition-cta-copy p {
  max-width: 600px;
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.7;
}

.recognition-cta-action {
  display: flex;
  justify-content: flex-end;
}

.recognition-cta-action .btn {
  min-width: 210px;
}

@media (max-width: 1180px) {
  .recognition-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 960px) {
  .recognition-hero {
    padding-top: 44px;
  }

  .recognition-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .recognition-hero-art {
    min-height: 420px;
  }

  .recognition-hero-art::before {
    inset: 12px 0 12px 0;
  }

  .recognition-hero-frame {
    width: 100%;
  }

  .recognition-cta {
    grid-template-columns: 160px 1fr;
  }

  .recognition-cta-action {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .recognition-hero {
    padding: 38px 0 26px;
  }

  .recognition-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .recognition-actions {
    gap: 10px;
  }

  .recognition-overview-grid,
  .recognition-moments-grid,
  .institution-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .recognition-overview-card,
  .moment-caption,
  .institution-card,
  .recognition-cta {
    border-radius: 16px;
  }

  .recognition-cta {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 18px;
  }

  .recognition-cta-action .btn {
    width: 100%;
  }
}

.leaf-icon,
.source-symbol,
.sprout-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22V8'/%3E%3Cpath d='M5 12c0-5 4-8 7-10 3 2 7 5 7 10a7 7 0 0 1-14 0Z'/%3E%3Cpath d='m12 14 4-4'/%3E%3Cpath d='m12 17-4-4'/%3E%3C/svg%3E");
}

.shield-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.people-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M3 21v-2a6 6 0 0 1 12 0v2'/%3E%3Cpath d='M15 15a5 5 0 0 1 6 4v2'/%3E%3C/svg%3E");
}

.processing-symbol {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V10l5 4v-4l5 4V7h4v14'/%3E%3Cpath d='M9 18h1'/%3E%3Cpath d='M14 18h1'/%3E%3Cpath d='M18 18h1'/%3E%3Cpath d='M16 7V3h2v4'/%3E%3C/svg%3E");
}

.truck-symbol {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v10H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

.tractor-symbol {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='17' r='4'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='M11 17h5l-2-7H9'/%3E%3Cpath d='M6 13V7h4'/%3E%3Cpath d='M4 7h8'/%3E%3Cpath d='M14 10h4'/%3E%3C/svg%3E");
}

.market-symbol {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16l-2-5H6z'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3Cpath d='M4 10a3 3 0 0 0 6 0'/%3E%3Cpath d='M10 10a3 3 0 0 0 6 0'/%3E%3Cpath d='M16 10a3 3 0 0 0 4 0'/%3E%3C/svg%3E");
}

.box-symbol {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4-8 4-8-4z'/%3E%3Cpath d='M4 7v10l8 4 8-4V7'/%3E%3Cpath d='M12 11v10'/%3E%3Cpath d='m8 5 8 4'/%3E%3C/svg%3E");
}

.mail-symbol,
.email-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.phone-symbol,
.call-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5c0-1 1-2 2-2h3l2 5-2 1c1 3 3 5 6 6l1-2 5 2v3c0 1-1 2-2 2C11 20 4 13 4 5Z'/%3E%3C/svg%3E");
}

.whatsapp-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 6.4 15.8A7 7 0 1 1 9 18.2Z'/%3E%3Cpath d='M9.5 8.5c.4 3 2.3 4.9 5 6'/%3E%3Cpath d='M9.5 8.5 8.7 10c.8 1.8 2.1 3.2 3.9 4l1.5-.8'/%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
  .primary-nav {
    gap: 22px;
  }

  .primary-nav > a:not(.btn) {
    font-size: .82rem;
  }

  .process-grid {
    gap: 58px;
    padding-inline: 14px;
  }

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

@media (max-width: 900px) {
  .company-hero-grid,
  .grow-panel {
    grid-template-columns: 1fr;
  }

  .company-hero-copy {
    text-align: center;
  }

  .company-hero-copy h2,
  .company-hero-copy > p:not(.eyebrow),
  .value-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .company-hero-image {
    min-height: 360px;
  }

  .company-hero-image::before {
    display: none;
  }

  .company-hero-image img {
    inset: 0;
    width: 100%;
    border-radius: 20px;
  }

  .soft-panel,
  .recognition-panel,
  .grow-panel {
    padding: 30px 24px;
  }

  .process-grid,
  .partner-grid,
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-grid::before,
  .process-grid::after {
    display: none;
  }

  .process-card {
    min-height: 0;
  }
}

@media (max-width: 650px) {
  .company-hero {
    padding: 38px 0 24px;
  }

  .company-hero-copy h1,
  .farmers-section h1 {
    font-size: clamp(2.15rem, 11vw, 2.65rem);
  }

  .logo-grid,
  .contact-ribbon {
    grid-template-columns: 1fr;
  }

  .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 330px;
    margin-top: 22px;
  }

  .value-strip div {
    min-height: 104px;
    gap: 8px;
    padding: 14px 10px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 4px 14px rgba(4, 66, 42, .05);
  }

  .value-strip div:last-child {
    border: 1px solid var(--line);
  }

  .value-strip strong {
    max-width: 124px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .76rem;
    line-height: 1.22;
  }

  .line-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .company-hero-image {
    min-height: 260px;
  }

  .process-card {
    padding: 42px 24px 24px;
  }

  .logo-grid {
    gap: 12px;
  }

  .contact-ribbon a {
    border-right: 0;
    border-bottom: 1px solid #c9dcd2;
  }

  .contact-ribbon a:last-child {
    border-bottom: 0;
  }

  .partner-card {
    grid-template-columns: 62px 1fr;
    padding: 16px;
  }

  .partner-card .feature-symbol {
    width: 58px;
    height: 58px;
  }

  .grow-panel {
    gap: 22px;
  }
}

/* Company detail redesign */
.company-hero {
  overflow: hidden;
  padding: 56px 0 34px;
  background: radial-gradient(circle at 78% 24%, rgba(230, 244, 234, .96) 0, transparent 34%), linear-gradient(180deg, #fff, #fbfcfa);
}

.company-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 18px;
}

.company-hero-copy {
  position: relative;
  z-index: 2;
}

.company-hero-copy h1 {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2.6rem, 3.6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.company-hero-lede {
  max-width: 640px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.company-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.company-hero-actions .btn {
  min-width: 178px;
  gap: 11px;
  padding-inline: 22px;
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-hero-actions .btn.btn-outline {
  background: #fff;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
}

.hero-feature-card {
  min-height: 104px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 16px 15px;
  border: 1px solid rgba(223, 231, 227, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}

.hero-feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 12px;
  background: rgba(8, 115, 67, .08);
  color: var(--green);
}

.hero-feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.2;
}

.hero-feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

.company-hero-visual {
  position: relative;
  min-height: 720px;
}

.hero-stage {
  position: absolute;
  inset: 4% 3% 0 6%;
  border-radius: 50% 48% 55% 45% / 48% 52% 48% 52%;
  background:
    radial-gradient(circle at 58% 40%, rgba(101, 190, 137, .28), rgba(101, 190, 137, .10) 30%, rgba(255, 255, 255, .54) 56%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(247, 252, 248, .12));
  filter: blur(.2px);
}

.hero-shadow {
  position: absolute;
  left: 12%;
  right: 6%;
  bottom: 4%;
  height: 18%;
  background: radial-gradient(ellipse at center, rgba(24, 50, 32, .22) 0, rgba(24, 50, 32, .12) 28%, rgba(24, 50, 32, 0) 72%);
  filter: blur(18px);
  opacity: .6;
  transform: rotate(-4deg);
}

.hero-composite {
  position: absolute;
  inset: 0 -2% 0 auto;
  width: min(100%, 1000px);
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform: translateY(-16px);
  filter: drop-shadow(0 22px 32px rgba(31, 57, 41, .12));
}

.company-section {
  padding: 52px 0;
}

.company-section--soft {
  background: linear-gradient(180deg, rgba(237, 247, 241, .72), rgba(255, 255, 255, .95));
}

.section-intro {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.feature-grid {
  display: grid;
  gap: 18px;
}

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

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

.feature-card {
  min-height: 188px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: var(--mint);
  color: var(--green);
  font-size: 1.6rem;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 11%;
  right: 11%;
  top: 53px;
  border-top: 2px dashed rgba(10, 117, 66, .32);
}

.timeline-step {
  position: relative;
  min-height: 180px;
  padding: 26px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.timeline-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.timeline-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 16px auto 20px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 1.9rem;
}

.timeline-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  text-align: center;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
  text-align: center;
}

.product-grid,
.infra-grid,
.company-contact-grid {
  display: grid;
  gap: 18px;
}

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

.product-card,
.infra-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.product-card img,
.infra-card img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.product-card h3,
.infra-card h3 {
  margin: 0;
  padding: 18px 18px 8px;
  font-size: 1rem;
}

.product-card p,
.infra-card p {
  margin: 0;
  padding: 0 18px 20px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.6;
}

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

.company-contact-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(105deg, rgba(255,255,255,.98), rgba(239, 248, 242, .96));
  box-shadow: var(--shadow-sm);
}

.company-contact-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

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

.company-contact-art {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.company-contact-art img {
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(34, 54, 39, .14));
}

.company-contact-grid .contact-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.company-contact-grid .contact-card i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--mint);
  color: var(--green);
  font-style: normal;
  font-size: 1.05rem;
}

.company-contact-grid .contact-card h3 {
  margin: 0 0 2px;
  font-size: .86rem;
}

.company-contact-grid .contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

@media (max-width: 1060px) {
  .company-hero-grid { grid-template-columns: 1fr; }
  .company-hero-copy { text-align: center; }
  .company-hero-copy h1, .company-hero-lede { margin-inline: auto; }
  .company-hero-actions, .hero-features { justify-content: center; }
  .hero-features { margin-inline: auto; }
  .company-hero-visual { min-height: 600px; margin-top: 8px; }
  .feature-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid--three, .product-grid, .infra-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: 1fr; }
  .timeline::before { display: none; }
  .company-contact-panel { grid-template-columns: 1fr; }
  .company-contact-art { justify-content: center; }
  .company-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .company-hero { padding-top: 42px; }
  .company-hero-visual { min-height: 540px; }
  .hero-stage { inset: 6% 4% 0; }
  .hero-composite { inset: 0; width: 100%; object-position: center bottom; transform: translateY(0); }
  .hero-features { grid-template-columns: 1fr; max-width: 440px; }
  .company-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .company-hero { padding-top: 36px; }
  .company-hero-copy h1 { font-size: clamp(2.2rem, 10vw, 2.8rem); }
  .company-hero-lede { font-size: .94rem; }
  .company-hero-actions { display: grid; }
  .company-hero-actions .btn { width: 100%; }
  .hero-features { grid-template-columns: 1fr; }
  .company-hero-visual { min-height: 440px; }
  .hero-stage { inset: 10% 2% 8%; }
  .hero-shadow { left: 10%; right: 10%; bottom: 0; }
  .feature-grid--four, .feature-grid--three, .product-grid, .infra-grid { grid-template-columns: 1fr; }
  .company-contact-panel { padding: 20px; }
  .company-contact-grid { grid-template-columns: 1fr; }

  body[data-page="company"] .company-hero {
    padding: 28px 0 16px;
  }

  body[data-page="company"] .company-hero-grid {
    min-height: 0;
    gap: 10px;
  }

  body[data-page="company"] .company-hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(1.95rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  body[data-page="company"] .company-hero-lede {
    margin-bottom: 18px;
    font-size: .92rem;
    line-height: 1.65;
  }

  body[data-page="company"] .hero-features,
  body[data-page="company"] .feature-grid,
  body[data-page="company"] .product-grid,
  body[data-page="company"] .infra-grid,
  body[data-page="company"] .company-contact-grid {
    gap: 12px;
  }

  body[data-page="company"] .hero-feature-card {
    min-height: 0;
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: none;
    text-align: left;
  }

  body[data-page="company"] .hero-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  body[data-page="company"] .hero-feature-card > div {
    min-width: 0;
  }

  body[data-page="company"] .hero-feature-card strong,
  body[data-page="company"] .hero-feature-card p {
    overflow-wrap: anywhere;
  }

  body[data-page="company"] .hero-feature-card p {
    font-size: .7rem;
    line-height: 1.4;
  }

  body[data-page="company"] .company-hero-visual {
    min-height: 360px;
  }

  body[data-page="company"] .company-section {
    padding: 34px 0;
  }

  body[data-page="company"] .section-heading {
    margin-bottom: 18px;
  }

  body[data-page="company"] .section-heading h2,
  body[data-page="company"] .company-contact-copy h2 {
    font-size: 1.55rem;
    line-height: 1.14;
  }

  body[data-page="company"] .section-intro {
    margin-top: 8px;
    font-size: .9rem;
    line-height: 1.62;
  }

  body[data-page="company"] .eyebrow {
    margin-bottom: 7px;
    font-size: .68rem;
  }

  body[data-page="company"] .feature-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 13px;
    align-items: start;
    padding: 15px 16px;
    border-radius: 12px;
    box-shadow: none;
  }

  body[data-page="company"] .feature-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 11px;
    font-size: 1.15rem;
  }

  body[data-page="company"] .feature-card h3 {
    margin-bottom: 5px;
    font-size: .94rem;
    line-height: 1.25;
    min-width: 0;
  }

  body[data-page="company"] .feature-card p {
    font-size: .82rem;
    line-height: 1.55;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body[data-page="company"] .product-card,
  body[data-page="company"] .infra-card {
    border-radius: 12px;
    box-shadow: none;
  }

  body[data-page="company"] .product-card img,
  body[data-page="company"] .infra-card img {
    height: 168px;
  }

  body[data-page="company"] .product-card h3,
  body[data-page="company"] .infra-card h3 {
    padding: 13px 15px 6px;
    font-size: .95rem;
  }

  body[data-page="company"] .product-card p,
  body[data-page="company"] .infra-card p {
    padding: 0 15px 15px;
    font-size: .82rem;
    line-height: 1.5;
  }

  body[data-page="company"] .company-contact-panel {
    padding: 16px;
    border-radius: 14px;
    box-shadow: none;
  }

  body[data-page="company"] .company-contact-copy h2 {
    margin-bottom: 14px;
  }

  body[data-page="company"] .company-contact-grid .contact-card {
    min-height: 0;
    padding: 13px 14px;
    border-radius: 12px;
    box-shadow: none;
  }

  body[data-page="company"] .company-contact-art img {
    width: min(100%, 260px);
  }
}

/* ============================================================
   RECOGNITION / VALIDATION REDESIGN
   ============================================================ */
body[data-page="recognition"] {
  background: #fff;
}

.recognition-page {
  background: #fff;
}

.recognition-page-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 28px;
  background:
    radial-gradient(circle at 84% 20%, rgba(231, 245, 239, .92) 0, transparent 28%),
    radial-gradient(circle at 92% 74%, rgba(231, 245, 239, .58) 0, transparent 20%),
    linear-gradient(180deg, #fff 0%, #fbfcf7 100%);
}

.recognition-page-hero::before,
.recognition-page-hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  opacity: .58;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(180, 210, 193, .18) 0 10%, transparent 11%) 0 0/100% 100%,
    linear-gradient(120deg, transparent 32%, rgba(178, 211, 193, .30) 33%, rgba(178, 211, 193, .30) 34%, transparent 35%),
    linear-gradient(60deg, transparent 43%, rgba(178, 211, 193, .22) 44%, rgba(178, 211, 193, .22) 45%, transparent 46%);
  filter: blur(.2px);
}

.recognition-page-hero::before {
  left: 0;
  transform: scaleX(-1);
  opacity: .45;
}

.recognition-page-hero::after {
  right: 0;
  opacity: .54;
}

.recognition-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 30px;
  align-items: stretch;
}

.recognition-page-copy {
  padding-top: 10px;
  min-width: 0;
}

.recognition-page-copy h1 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.8rem, 4.8vw, 4.55rem);
  line-height: .96;
  letter-spacing: -.04em;
}

.recognition-page-copy h1 span {
  color: var(--green);
}

.recognition-page-lede {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.recognition-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(223, 231, 227, .95);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}

.recognition-value-card {
  min-height: 100%;
  padding: 22px 18px 18px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,249,.95));
  min-width: 0;
}

.recognition-value-card:last-child {
  border-right: 0;
}

.recognition-value-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(8, 115, 67, .09);
}

.recognition-value-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recognition-value-card strong {
  color: var(--ink);
  font-size: .78rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.recognition-value-card p {
  margin-bottom: 0;
  font-size: .69rem;
  line-height: 1.55;
  color: var(--muted);
}

.recognition-page-side {
  min-height: 100%;
  min-width: 0;
}

.recognition-page-side-panel {
  position: relative;
  height: 100%;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(223, 231, 227, .95);
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 18%, rgba(184, 214, 195, .18) 0, transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(184, 214, 195, .15) 0, transparent 16%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,246,.98));
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  min-width: 0;
}

.recognition-page-side-panel::before,
.recognition-page-side-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 240px 240px;
  pointer-events: none;
  opacity: .55;
}

.recognition-page-side-panel::before {
  left: -32px;
  top: 8px;
  background-image:
    radial-gradient(circle at 58% 48%, transparent 0 34%, rgba(177, 209, 192, .22) 35%, rgba(177, 209, 192, .22) 36%, transparent 37%);
  transform: rotate(-16deg);
}

.recognition-page-side-panel::after {
  right: -24px;
  bottom: 6px;
  background-image:
    radial-gradient(circle at 42% 58%, transparent 0 34%, rgba(177, 209, 192, .20) 35%, rgba(177, 209, 192, .20) 36%, transparent 37%);
  transform: rotate(14deg);
}

.recognition-page-side-panel p {
  position: relative;
  z-index: 1;
  max-width: 335px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -.03em;
}

.recognition-page-side-panel p span {
  color: var(--green);
  font-weight: 800;
}

.recognition-page-section {
  padding: 28px 0 0;
}

.recognition-page-heading {
  margin-bottom: 24px;
}

.recognition-page-heading .section-intro {
  max-width: 760px;
  margin: 10px auto 0;
  font-size: .95rem;
}

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

.recognition-overview-card {
  min-height: 186px;
  padding: 24px 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.recognition-overview-card h3 {
  margin-bottom: 8px;
  font-size: .98rem;
}

.recognition-overview-card p {
  margin-bottom: 0;
  font-size: .86rem;
  line-height: 1.65;
}

.overview-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(8, 115, 67, .09);
  color: var(--green);
}

.overview-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.recognition-action-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.recognition-action-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}

.recognition-action-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform .35s ease;
}

.recognition-action-card:hover .recognition-action-media img {
  transform: none;
}

.recognition-action-body {
  padding: 12px 14px 16px;
}

.recognition-action-body h3 {
  margin-bottom: 6px;
  font-size: .95rem;
}

.recognition-action-body p {
  margin-bottom: 0;
  font-size: .82rem;
  line-height: 1.55;
}

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

.recognition-moment-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.recognition-moment-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f5f1;
}

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

.recognition-moment-body {
  padding: 12px 14px 16px;
}

.recognition-moment-body h3 {
  margin-bottom: 6px;
  font-size: .95rem;
}

.recognition-moment-body p {
  margin-bottom: 0;
  font-size: .82rem;
  line-height: 1.55;
}

.carousel-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 35, 42, .18);
  transition: width .2s ease, background-color .2s ease, transform .2s ease;
}

.carousel-dot.is-active {
  width: 24px;
  background: var(--green);
}

.recognition-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
  margin-inline: auto;
}

.recognition-ecosystem-card {
  min-height: 188px;
  padding: 18px 16px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.recognition-ecosystem-card img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  margin-bottom: 14px;
}

.recognition-ecosystem-card h3 {
  margin-bottom: 8px;
  font-size: .83rem;
  line-height: 1.3;
}

.recognition-ecosystem-card p {
  margin-bottom: 0;
  font-size: .74rem;
  line-height: 1.55;
}

.recognition-page-section--impact {
  padding: 30px 0 0;
}

.recognition-impact {
  display: grid;
  grid-template-columns: 160px minmax(0, 1.15fr) minmax(0, 1fr) 160px;
  gap: 18px;
  align-items: center;
  padding: 18px 18px 18px 16px;
  border: 1px solid #d9e6dd;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(240, 248, 243, .95), rgba(255, 255, 255, .98));
  box-shadow: var(--shadow-sm);
}

.recognition-impact-art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recognition-impact-art svg {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.recognition-impact-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
  color: var(--green-deep);
}

.recognition-impact-copy p,
.recognition-impact-note p {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.68;
}

.recognition-impact-note {
  border-left: 1px solid rgba(223, 231, 227, .95);
  padding-left: 18px;
}

@media (max-width: 1180px) {
  .recognition-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .recognition-page-side-panel {
    min-height: 280px;
  }

  .recognition-overview-grid,
  .recognition-action-grid,
  .recognition-moment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recognition-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .recognition-impact {
    grid-template-columns: 120px 1fr;
  }

  .recognition-impact-note {
    grid-column: 1 / -1;
    border-left: 0;
    padding-left: 0;
    padding-top: 4px;
    border-top: 1px solid rgba(223, 231, 227, .95);
  }
}

@media (max-width: 760px) {
  .recognition-page-hero {
    padding: 26px 0 16px;
  }

  .recognition-page-hero-grid {
    gap: 14px;
  }

  .recognition-page-copy {
    padding-top: 4px;
  }

  .recognition-page-copy h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.5rem);
    line-height: .98;
    max-width: 100%;
  }

  .recognition-value-strip[data-carousel],
  .recognition-overview-grid,
  .recognition-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .recognition-value-strip[data-carousel] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    gap: 12px;
    margin-bottom: 4px;
    padding: 2px 0 10px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .recognition-value-strip[data-carousel]::-webkit-scrollbar {
    display: none;
  }

  .recognition-value-strip[data-carousel] > .recognition-value-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }

  .recognition-action-grid[data-carousel],
  .recognition-moment-grid[data-carousel] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding: 2px 14px 10px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .recognition-action-grid[data-carousel]::-webkit-scrollbar,
  .recognition-moment-grid[data-carousel]::-webkit-scrollbar {
    display: none;
  }

  .recognition-action-grid[data-carousel] > .recognition-action-card,
  .recognition-moment-grid[data-carousel] > .recognition-moment-card {
    flex: 0 0 84%;
    max-width: 340px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .recognition-action-grid[data-carousel] {
    margin-inline: 0;
  }

  .carousel-dots {
    display: flex;
  }

  .recognition-value-card {
    min-height: 0;
  }

  .recognition-page-side-panel {
    min-height: 180px;
    padding: 18px;
  }

  .recognition-page-side-panel p {
    max-width: 100%;
    font-size: clamp(.95rem, 4.6vw, 1.15rem);
    line-height: 1.32;
  }

  .recognition-page-heading {
    margin-bottom: 18px;
  }

  .recognition-page-heading .section-intro {
    max-width: 100%;
    margin-top: 8px;
    padding-inline: 2px;
  }

  .recognition-overview-grid {
    gap: 14px;
  }

  .recognition-overview-card {
    padding: 20px 18px 18px;
  }

  .recognition-impact {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .recognition-impact-note {
    padding-top: 14px;
  }

  .recognition-action-media,
  .recognition-moment-media {
    aspect-ratio: 4 / 3;
  }
}
