/* Company philosophy */
.philosophy-section {
  max-width: 1040px;
  margin-inline: auto;
}

.philosophy-section > h2 {
  max-width: 820px;
  margin-inline: auto;
}

.philosophy-lead {
  max-width: 940px;
  margin: 1.5rem auto 2.25rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid #dce6df;
}

.philosophy-lead .section-intro {
  max-width: 900px;
  margin: 0 auto;
  color: #34473c;
  font-size: 1rem;
  line-height: 1.9;
}

.philosophy-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  margin: 1.5rem auto 0;
  padding: 0;
  border-block: 1px solid #dce6df;
  list-style: none;
}

.philosophy-values li {
  display: grid;
  grid-template-columns: auto 1fr;
  min-width: 0;
  margin: 0;
  padding: 1rem 1.2rem;
  align-items: center;
  column-gap: 0.75rem;
}

.philosophy-values li + li {
  border-left: 1px solid #dce6df;
}

.philosophy-values span {
  grid-row: 1 / 3;
  color: #8aa496;
  font-size: 0.72rem;
  font-weight: 700;
}

.philosophy-values strong {
  color: var(--primary-green-dark);
  font-size: 1rem;
}

.philosophy-values small {
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.5;
}

.philosophy-section .company-image {
  max-width: 860px;
  margin: 0 auto 3.25rem;
  padding: 0;
}

.philosophy-section .company-image picture {
  display: block;
  padding: 0.65rem;
  border: 1px solid #dedbd4;
  border-radius: 7px;
  background: #f7f5f1;
}

.philosophy-section .company-image img {
  width: 100%;
  border-radius: 3px;
}

.philosophy-section .company-image figcaption,
.philosophy-section .philosophy-image figcaption {
  margin-top: 0.75rem;
  color: #6a756f;
  font-size: 0.82rem;
  font-style: normal;
  letter-spacing: 0;
}

.philosophy-commitment {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dbe5de;
  border-left: 4px solid var(--primary-green);
  border-radius: 7px;
  background: #f7faf8;
}

.philosophy-copy {
  padding: 2rem;
  align-self: center;
}

.philosophy-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #667a6f;
  font-size: 0.72rem;
  font-weight: 750;
}

.philosophy-copy h3 {
  margin: 0 0 1rem;
  color: var(--primary-green-dark);
  font-size: 1.3rem;
  line-height: 1.5;
}

.philosophy-copy p {
  margin: 0;
  color: #3e5046;
  font-size: 0.96rem;
  line-height: 1.85;
}

.philosophy-image {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
}

.philosophy-image picture {
  display: block;
  height: 100%;
  min-height: 300px;
}

.philosophy-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  object-fit: cover;
}

.philosophy-image figcaption {
  padding: 0 1rem 0.85rem;
}

/* Business services */
.business-products {
  max-width: 1040px;
  margin-inline: auto;
}

.business-products > .section-intro {
  max-width: 900px;
  margin: 1.25rem auto 0;
  color: #34473c;
  line-height: 1.85;
}

.business-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin: 2rem auto 2.5rem;
  border-block: 1px solid #d9e5dd;
}

.business-service-strip > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1.05rem 1.2rem;
  column-gap: 0.75rem;
  align-items: center;
}

.business-service-strip > div + div {
  border-left: 1px solid #d9e5dd;
}

.business-service-strip span {
  grid-row: 1 / 3;
  color: #88a195;
  font-size: 0.72rem;
  font-weight: 800;
}

.business-service-strip strong {
  color: var(--primary-green-dark);
  font-size: 0.95rem;
}

.business-service-strip small {
  margin-top: 0.15rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
  line-height: 1.45;
}

.business-material-panel {
  max-width: 940px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #d4e2d9;
  border-left: 4px solid var(--primary-green);
  border-radius: 7px;
  background: #f5f9f6;
}

.business-track-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #64786d;
  font-size: 0.72rem;
  font-weight: 800;
}

.business-panel-heading h3.subsection-title,
.business-green-heading h3.subsection-title {
  margin-top: 0;
}

.business-panel-heading > p,
.business-green-heading > p {
  max-width: 820px;
  margin: 0.85rem 0 0;
  color: #405248;
  font-size: 0.95rem;
  line-height: 1.8;
}

.business-material-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
  border-block: 1px solid #d7e4dc;
}

.business-material-details > div {
  min-width: 0;
  padding: 1.15rem;
}

.business-material-details > div + div {
  border-left: 1px solid #d7e4dc;
}

.business-material-details strong {
  color: #263a2f;
  font-size: 0.9rem;
}

.business-material-details p {
  margin: 0.4rem 0 0;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.7;
}

.business-panel-actions {
  display: flex;
  margin-top: 1.25rem;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.business-text-link,
.business-source-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.business-text-link::after,
.business-source-link::after {
  content: "\2192";
  transition: transform 0.2s ease;
}

.business-text-link:hover::after,
.business-source-link:hover::after {
  transform: translateX(3px);
}

.business-source-link {
  color: #65766d;
  font-weight: 650;
}

.business-green-heading {
  max-width: 940px;
  margin: 3rem auto 1.25rem;
}

.business-green-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin: 0 auto;
  gap: 1rem;
}

.business-green-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 220px;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid #d7e3db;
  border-radius: 7px;
  background: #fff;
  flex-direction: column;
}

.business-card-number {
  position: absolute;
  top: 1.25rem;
  right: 1.3rem;
  color: #b0c1b7;
  font-size: 0.72rem;
  font-weight: 800;
}

.business-card-category {
  margin-bottom: 0.65rem;
  color: #71847a;
  font-size: 0.72rem;
  font-weight: 750;
}

.business-green-card h4 {
  margin: 0;
  padding: 0 2.5rem 0.75rem 0;
  border: 0;
  color: var(--primary-green-dark);
  font-size: 1.08rem;
  line-height: 1.5;
}

.business-green-card h4::before,
.business-green-card h4::after {
  display: none;
}

.business-green-card h4 a {
  color: inherit;
  text-decoration: none;
}

.business-green-card > p {
  margin: 0 0 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.75;
}

.business-green-card .business-text-link {
  margin-top: auto;
}

/* Company history and profile */
.company-history .history-subsection,
.company-history .company-profile-box {
  margin: 3rem 0 0;
}

.company-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.company-timeline::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 104px;
  width: 2px;
  content: "";
  background: #c8dbcf;
}

.company-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 0 0 1.25rem;
}

.company-timeline li:last-child {
  padding-bottom: 0;
}

.company-timeline li::before {
  position: absolute;
  top: 14px;
  left: 98px;
  z-index: 1;
  width: 14px;
  height: 14px;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--primary-green);
  box-shadow: 0 0 0 1px #9ab9a6;
}

.timeline-period {
  padding-top: 0.65rem;
  color: var(--primary-green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.timeline-content {
  padding: 1rem 1.15rem;
  border: 1px solid #dbe6df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(21, 45, 32, 0.05);
}

.timeline-content h4 {
  margin: 0 0 0.35rem;
  color: #25372e;
  font-size: 1rem;
}

.timeline-content p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.75;
}

.company-profile-box {
  padding: 1.5rem;
  border: 1px solid #d5e2da;
  border-radius: 7px;
  background: #f5f9f6;
}

.company-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d9e5dd;
  border-radius: 6px;
  background: #d9e5dd;
}

.profile-item {
  min-width: 0;
  padding: 1rem;
  background: #fff;
}

.profile-item dt {
  margin-bottom: 0.3rem;
  color: #718078;
  font-size: 0.76rem;
  font-weight: 700;
}

.profile-item dd {
  margin: 0;
  color: #26372e;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.profile-item a {
  font-weight: 700;
}

.profile-address {
  grid-column: 1 / -1;
}

.profile-actions {
  display: flex;
  margin-top: 1.25rem;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .philosophy-section {
    margin-inline: 1rem;
  }

  .philosophy-lead {
    margin-top: 1rem;
    padding-top: 1.1rem;
  }

  .philosophy-lead .section-intro {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .philosophy-values {
    grid-template-columns: 1fr;
  }

  .philosophy-values li {
    padding: 0.85rem 0.75rem;
  }

  .philosophy-values li + li {
    border-top: 1px solid #dce6df;
    border-left: 0;
  }

  .philosophy-section .company-image {
    margin-bottom: 2.25rem;
  }

  .philosophy-section .company-image picture {
    padding: 0.4rem;
  }

  .philosophy-commitment {
    grid-template-columns: 1fr;
  }

  .philosophy-copy {
    padding: 1.3rem 1.1rem;
  }

  .philosophy-copy h3 {
    font-size: 1.15rem;
  }

  .philosophy-image picture,
  .philosophy-image img {
    min-height: 230px;
  }

  .business-products {
    margin-inline: 1rem;
  }

  .business-products > .section-intro {
    font-size: 0.96rem;
  }

  .business-service-strip {
    grid-template-columns: 1fr;
    margin: 1.5rem 0 2rem;
  }

  .business-service-strip > div {
    padding: 0.85rem 0.5rem;
  }

  .business-service-strip > div + div {
    border-top: 1px solid #d9e5dd;
    border-left: 0;
  }

  .business-material-panel {
    padding: 1.25rem 1rem;
  }

  .business-material-details {
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
  }

  .business-material-details > div {
    padding: 0.9rem 0.25rem;
  }

  .business-material-details > div + div {
    border-top: 1px solid #d7e4dc;
    border-left: 0;
  }

  .business-panel-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .business-green-heading {
    margin-top: 2.5rem;
  }

  .business-green-grid {
    grid-template-columns: 1fr;
  }

  .business-green-card {
    min-height: 0;
    padding: 1.15rem;
  }

  .company-history .history-subsection,
  .company-history .company-profile-box {
    margin-top: 2.5rem;
  }

  .company-timeline::before {
    left: 7px;
  }

  .company-timeline li {
    display: block;
    padding: 0 0 1rem 1.75rem;
  }

  .company-timeline li::before {
    top: 8px;
    left: 1px;
  }

  .timeline-period {
    padding: 0 0 0.35rem;
    text-align: left;
  }

  .timeline-content {
    padding: 0.9rem 1rem;
  }

  .company-profile-box {
    padding: 1rem;
  }

  .company-profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-address {
    grid-column: auto;
  }

  .profile-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .profile-actions .cta-button {
    width: 100%;
    max-width: none;
  }
}
