:root {
  --snh-cream: #fbf5e9;
  --snh-cream-2: #fffaf1;
  --snh-white: #ffffff;
  --snh-herb: #334a1b;
  --snh-herb-dark: #173d31;
  --snh-herb-soft: #e6f1e6;
  --snh-champagne: #d8b76a;
  --snh-earth: #8b6a4f;
  --snh-rose: #c98f84;
  --snh-ink: #1f2721;
  --snh-muted: #66746b;
  --snh-line: rgba(31, 39, 33, 0.12);
  --snh-shadow: 0 24px 70px rgba(47, 117, 81, 0.13);
  --snh-radius-lg: 34px;
  --snh-radius-md: 24px;
}

.snh-about {
  overflow: hidden;
  padding: 44px 0 80px;
}

.snh-hero,
.snh-company,
.snh-values,
.snh-mission,
.snh-journey,
.snh-final-cta {
  width: 80%;
  margin-inline: auto;
}

.snh-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 44px;
  align-items: center;
  min-height: 680px;
  padding: 42px 0 70px;
}

.snh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--snh-herb);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.snh-eyebrow::before {
  width: 34px;
  height: 4px;
  content: '';
  background: linear-gradient(90deg, #a67907, #ffb900);
  border-radius: 999px;
}

.snh-hero h1 {
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #b98a13;
}

.snh-lead,
.snh-section-heading p,
.snh-highlight-card p,
.snh-value-card p,
.snh-mission-card p,
.snh-timeline-item p,
.snh-final-cta p,
.snh-visual-card p,
.snh-floating-note span {
  color: #334a1b;
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
}

.snh-lead {
  font-size: 18px;
  text-align: justify;
}

.snh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.snh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  font-weight: 800;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  font-size: 20px;
}

.snh-button--primary {
  color: var(--snh-white);
  background: linear-gradient(135deg, var(--snh-herb), var(--snh-herb-dark));
  box-shadow: 0 18px 38px rgba(47, 117, 81, 0.25);
}

.snh-button--ghost {
  color: var(--snh-herb-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--snh-line);
}

.snh-button:hover {
  transform: translateY(-2px);
  color: #b58304;
}

.snh-button--ghost:hover {
  border-color: rgba(47, 117, 81, 0.34);
  background: var(--snh-white);
}

.snh-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 590px;
}

.snh-hero img {
  width: 100%;
  height: auto;
  padding-left: 100px;
}
.snh-orbit {
  position: absolute;
  border: 1px solid rgba(47, 117, 81, 0.16);
  border-radius: 50%;
}

.snh-orbit--one {
  width: min(520px, 92%);
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.7),
    rgba(230, 241, 230, 0.64)
  );
}

.snh-orbit--two {
  width: min(410px, 76%);
  aspect-ratio: 1;
  border-style: dashed;
  transform: rotate(-12deg);
}

.snh-visual-card {
  position: relative;
  z-index: 2;
  width: min(390px, 82vw);
  min-height: 480px;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 250, 241, 0.92)
    ),
    linear-gradient(135deg, rgba(216, 183, 106, 0.28), rgba(47, 117, 81, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px;
  box-shadow: var(--snh-shadow);
}

.snh-visual-card::after {
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 230px;
  height: 230px;
  content: '';
  background: rgba(201, 143, 132, 0.18);
  border-radius: 50%;
}

.snh-visual-card__mark {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 34px;
  color: var(--snh-herb-dark);
  font-weight: 900;
  background: var(--snh-champagne);
  border-radius: 20px;
}

.snh-visual-card h2 {
  width: 270px;
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.13;
}

.snh-herb-scene {
  position: absolute;
  right: 44px;
  bottom: 42px;
  width: 150px;
  height: 190px;
}

.snh-stem {
  position: absolute;
  left: 74px;
  bottom: 42px;
  width: 8px;
  height: 130px;
  background: linear-gradient(180deg, var(--snh-herb), var(--snh-herb-dark));
  border-radius: 999px;
}

.snh-leaf {
  position: absolute;
  width: 74px;
  height: 44px;
  background: linear-gradient(135deg, #7fb36d, var(--snh-herb));
  border-radius: 80% 12% 80% 12%;
}

.snh-leaf--left {
  left: 10px;
  top: 42px;
  transform: rotate(-28deg);
}

.snh-leaf--right {
  right: 2px;
  top: 74px;
  transform: scaleX(-1) rotate(-24deg);
}

.snh-root {
  position: absolute;
  left: 39px;
  bottom: 0;
  width: 84px;
  height: 58px;
  background: linear-gradient(135deg, #d6b18b, #9b765a);
  border-radius: 48% 52% 56% 44%;
  box-shadow: inset 10px -10px 0 rgba(80, 48, 30, 0.1);
}

.snh-floating-note {
  position: absolute;
  z-index: 3;
  width: 176px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: 0 20px 52px rgba(47, 117, 81, 0.13);
  backdrop-filter: blur(14px);
}

.snh-floating-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--snh-herb-dark);
}

.snh-floating-note--top {
  top: 88px;
  right: 18px;
}

.snh-floating-note--bottom {
  left: 0;
  bottom: 92px;
}

.snh-company,
.snh-values,
.snh-mission,
.snh-journey {
  padding: 60px 0;
}

.snh-section-heading {
  margin-bottom: 30px;
}

.snh-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.snh-section-heading--center .snh-eyebrow {
  justify-content: center;
}

.snh-section-heading h2,
.snh-mission-card h2,
.snh-final-cta h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #b98a13;
  font-weight: bold;
}

.snh-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.snh-highlight-card,
.snh-value-card,
.snh-mission-card,
.snh-timeline-item,
.snh-final-cta {
  border: 1px solid var(--snh-line);
  box-shadow: 0 18px 46px rgba(47, 117, 81, 0.07);
}

.snh-highlight-card,
.snh-value-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: var(--snh-radius-md);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.snh-highlight-card:hover,
.snh-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 117, 81, 0.22);
  box-shadow: var(--snh-shadow);
}

.snh-highlight-card span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 20px;
  color: var(--snh-herb);
  font-size: 35px;
  font-weight: bold;
  background: var(--snh-herb-soft);
  border-radius: 50%;
}

.snh-highlight-card h3,
.snh-value-card h3,
.snh-timeline-item h3 {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.34;
  font-weight: bold;
  color: var(--snh-herb);
}

.snh-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(
    135deg,
    rgba(47, 117, 81, 0.08),
    rgba(216, 183, 106, 0.14)
  );
  border: 1px solid rgba(47, 117, 81, 0.1);
  border-radius: 30px;
}

.snh-stat-strip article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 22px;
}

.snh-stat-strip strong {
  display: block;
  margin-bottom: 20px;
  color: var(--snh-herb-dark);
  font-size: 2rem;
  line-height: 1;
}

.snh-stat-strip span {
  color: var(--snh-muted);
  font-size: 22px;
}

.snh-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.snh-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 44px;
  color: var(--snh-herb-dark);
  font-size: 1.55rem;
  background: linear-gradient(135deg, var(--snh-champagne), #f6dfaa);
  border-radius: 20px;
}

.snh-mission {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.snh-mission-card {
  padding: 36px;
  border-radius: var(--snh-radius-lg);
}

.snh-mission-card--light {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.82),
      rgba(255, 250, 241, 0.92)
    ),
    radial-gradient(
      circle at 80% 18%,
      rgba(216, 183, 106, 0.22),
      transparent 38%
    );
}

.snh-mission-card--dark {
  color: var(--snh-white);
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(216, 183, 106, 0.26),
      transparent 30%
    ),
    linear-gradient(135deg, var(--snh-herb-dark), #2f7551);
}

.snh-mission-card--dark .snh-eyebrow {
  color: #f7dfaa;
}

.snh-mission-card--dark p:not(.snh-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.snh-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  width: 920px;
  margin-left: auto;
}

.snh-timeline::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 45px;
  width: 2px;
  content: '';
  background: linear-gradient(180deg, var(--snh-champagne), var(--snh-herb));
}

.snh-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--snh-radius-md);
}

.snh-timeline-item::before {
  position: absolute;
  top: 40px;
  left: 35px;
  width: 18px;
  height: 18px;
  content: '';
  background: var(--snh-champagne);
  border: 5px solid var(--snh-cream-2);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(216, 183, 106, 0.18);
}

.snh-timeline-item time {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  align-self: start;
  min-height: 52px;
  padding: 10px 16px;
  color: var(--snh-herb-dark);
  font-weight: 900;
  background: var(--snh-herb-soft);
  border-radius: 18px;
  font-size: 18px;
}

.snh-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 40px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.88),
      rgba(251, 245, 233, 0.92)
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(201, 143, 132, 0.18),
      transparent 34%
    );
  border-radius: 38px;
}

.snh-final-cta p {
  margin-bottom: 0;
}

.reveal-section {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .snh-hero,
  .snh-mission,
  .snh-final-cta {
    grid-template-columns: 1fr;
  }

  .snh-hero {
    min-height: auto;
  }

  .snh-hero__visual {
    min-height: 540px;
  }

  .snh-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .snh-about {
    padding-top: 24px;
  }

  .snh-hero h1 {
    font-size: 24px;
  }

  .snh-hero img {
    padding-left: 0;
  }

  .snh-highlight-card h3,
  .snh-value-card h3,
  .snh-timeline-item h3 {
    font-size: 22px;
  }

  .snh-section-heading h2,
  .snh-mission-card h2,
  .snh-final-cta h2 {
    font-size: 24px;
  }

  .snh-hero,
  .snh-company,
  .snh-values,
  .snh-mission,
  .snh-journey,
  .snh-final-cta {
    width: min(100% - 28px, 1180px);
  }

  .snh-hero,
  .snh-company,
  .snh-values,
  .snh-mission,
  .snh-journey {
    padding: 42px 0;
  }

  .snh-journey .noidung {
    flex-direction: column;
  }

  .snh-journey .noidung img {
    height: auto !important;
  }

  .snh-highlight-grid,
  .snh-stat-strip,
  .snh-value-grid {
    grid-template-columns: 1fr;
  }

  .snh-hero__visual {
    min-height: 500px;
  }

  .snh-floating-note--top {
    top: 36px;
    right: 0;
  }

  .snh-floating-note--bottom {
    left: 0;
    bottom: 42px;
  }

  .snh-timeline {
    margin-left: 0;
    width: 100%;
  }

  .snh-timeline::before,
  .snh-timeline-item::before {
    display: none;
  }

  .snh-timeline-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .snh-timeline-item time {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .snh-hero__actions,
  .snh-final-cta {
    align-items: stretch;
  }

  .snh-button {
    width: 100%;
  }

  .snh-visual-card {
    width: 100%;
    min-height: 440px;
    padding: 24px;
    border-radius: 30px;
  }

  .snh-floating-note {
    width: 150px;
    padding: 13px 14px;
  }

  .snh-mission-card,
  .snh-final-cta {
    padding: 26px;
    border-radius: 28px;
  }

  .snh-stat-strip {
    padding: 10px;
    border-radius: 24px;
  }
}

.snh-journey .noidung {
  display: flex;
  gap: 10px;
}

.snh-journey .noidung img {
  width: 500px;
  height: 500px;
}
