* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Onest', sans-serif;
  background: #F5F4EF;
  color: #1B211C;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow {
  color: #3E6B4F;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow--hero { color: #8FBB9E; margin-bottom: 22px; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
}
.btn--nav {
  background: #1F3A2E; color: #F5F4EF; font-size: 14px;
  padding: 11px 22px;
}
.btn--nav:hover { background: #14241C; }
.btn--fill-light {
  background: #F5F4EF; color: #14241C; font-size: 15px; padding: 16px 28px;
}
.btn--fill-light:hover { background: #8FBB9E; }
.btn--outline-light {
  border: 1px solid rgba(245,244,239,0.4); color: #F5F4EF; font-size: 15px; padding: 15px 27px;
}
.btn--outline-light:hover { border-color: #F5F4EF; background: rgba(245,244,239,0.08); }
.btn--fill-dark {
  background: #1F3A2E; color: #F5F4EF; font-size: 16px; padding: 18px 36px;
}
.btn--fill-dark:hover { background: #14241C; }
.btn--outline-dark {
  border: 1px solid #1F3A2E; color: #1F3A2E; font-size: 16px; padding: 17px 35px;
}
.btn--outline-dark:hover { background: #1F3A2E; color: #F5F4EF; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,244,239,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #D8D6CB;
}
.nav__row {
  max-width: 1280px; margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav__logo { font-weight: 700; font-size: 19px; letter-spacing: 0.02em; color: #14241C; }
.nav__logo span { color: #3E6B4F; font-weight: 500; }
.nav__links { display: flex; align-items: center; gap: 32px; font-size: 15px; color: #3A423C; }
.nav__links a { text-decoration: none; }
.nav__links a:hover { color: #14241C; }

/* HERO */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.85) brightness(0.55);
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15,25,20,0.92) 0%, rgba(15,25,20,0.72) 38%, rgba(20,36,28,0.35) 65%, rgba(20,36,28,0.15) 100%);
}
.hero__inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 120px 32px 100px; width: 100%; }
.hero__content { max-width: 700px; animation: fadeUp 0.7s ease both; }
.hero__title { font-size: 56px; font-weight: 700; line-height: 1.08; margin: 0 0 24px; color: #F5F4EF; letter-spacing: -0.01em; }
.hero__subhead { font-size: 19px; line-height: 1.6; color: #D8DED9; margin: 0 0 40px; max-width: 560px; }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero__logos { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; margin-top: 30px; }
.hero__logo { height: 20px; filter: brightness(0) invert(1); opacity: 0.7; }
.hero__microcopy { margin-top: 22px; font-size: 14px; color: #9FAEA5; }

/* STATS */
.stats-band { background: #ECEBE4; border-bottom: 1px solid #D8D6CB; }
.stats {
  max-width: 1280px; margin: 0 auto; padding: 48px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.stat__num { font-size: 34px; font-weight: 700; color: #14241C; letter-spacing: -0.01em; }
.stat__label { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #6E766F; margin-top: 6px; }

/* SECTION generic */
.section { max-width: 1280px; margin: 0 auto; padding: 110px 32px; }
.section--band { background: #ECEBE4; }
.section__inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.section__head { max-width: 640px; margin-bottom: 56px; }
.section__head--wide { max-width: 680px; margin-bottom: 24px; }
.section__head h2 { font-size: 38px; font-weight: 700; margin: 0; color: #14241C; letter-spacing: -0.01em; }

/* SITUATIONS */
.situations { padding: 110px 32px 90px; }
.situations__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
  background: #D8D6CB; border: 1px solid #D8D6CB;
}
.situation { background: #F5F4EF; padding: 36px 32px; }
.situation--span3 { grid-column: span 3; }
.situation--span2 { grid-column: span 2; }
.situation__badge {
  width: 38px; height: 38px; border-radius: 50%; background: #E4E9E1;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: #1F3A2E; margin-bottom: 20px;
}
.situation__title { font-size: 18px; font-weight: 700; color: #14241C; margin-bottom: 10px; line-height: 1.3; }
.situation__text { font-size: 15px; color: #4A544D; line-height: 1.6; }

/* CASES */
.cases { padding: 110px 0 100px; border-top: 1px solid #D8D6CB; border-bottom: 1px solid #D8D6CB; }
.cases__roster { font-size: 14.5px; color: #5C645E; margin-bottom: 56px; }
.cases__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(420px,1fr)); gap: 24px; }
.case {
  background: #F5F4EF; border: 1px solid #D8D6CB; border-radius: 8px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.case:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(20,36,28,0.14); }
.case__img { width: 100%; height: 170px; object-fit: cover; background: #D8D6CB; }
.case__body { padding: 28px; display: flex; flex-direction: column; flex-grow: 1; }
.case__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.case__period { font-size: 13px; font-weight: 700; color: #9AA39B; letter-spacing: 0.04em; }
.pill {
  background: #E4E9E1; color: #1F3A2E; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
}
.case__client { font-size: 22px; font-weight: 700; color: #14241C; margin: 0 0 4px; line-height: 1.25; }
.case__role { font-size: 13.5px; color: #6E766F; margin-bottom: 16px; }
.case__text { font-size: 14.5px; color: #4A544D; line-height: 1.6; margin: 0 0 12px; }
.case__text--grow { flex-grow: 1; margin-bottom: 20px; }
.case__metrics { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.metric {
  background: #1F3A2E; color: #F5F4EF; border-radius: 4px; padding: 10px 14px;
  flex: 1 1 110px; min-width: 110px; min-height: 58px;
  display: flex; flex-direction: column; justify-content: center;
}
.metric__v { font-size: 13.5px; font-weight: 700; line-height: 1.2; word-break: break-word; }
.metric__l { font-size: 10.5px; color: #B7C7BC; line-height: 1.3; margin-top: 3px; }
.case__proofs { display: flex; gap: 16px; flex-wrap: wrap; }
.case__proofs a { font-size: 13px; color: #3E6B4F; text-decoration: underline; }
.case__money { background: #E4E9E1; border-radius: 4px; padding: 10px 14px; margin-bottom: 14px; }
.case__money-value { color: #1F3A2E; font-weight: 700; font-size: 13.5px; margin-right: 8px; }
.case__money-note { color: #6E766F; font-size: 11.5px; line-height: 1.4; }

/* ABOUT */
.about { border-top: 1px solid #D8D6CB; border-bottom: 1px solid #D8D6CB; }
.about__grid {
  max-width: 1280px; margin: 0 auto; padding: 110px 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.about__lead { font-size: 19px; line-height: 1.6; color: #3A423C; margin: 0 0 28px; }
.about__h2 { font-size: 30px; font-weight: 700; color: #14241C; margin: 0 0 28px; line-height: 1.35; }
.about__body { font-size: 16px; line-height: 1.7; color: #4A544D; margin: 0; }
.about__card {
  display: flex; gap: 28px; align-items: center; background: #F5F4EF; border-radius: 8px; padding: 32px;
}
.about__portrait { width: 120px; height: 162px; object-fit: cover; border-radius: 5px; flex-shrink: 0; }
.about__name { font-size: 18px; font-weight: 700; color: #14241C; margin-bottom: 6px; }
.about__role { font-size: 14.5px; color: #4A544D; line-height: 1.6; margin-bottom: 14px; }
.about__certs { font-size: 13px; color: #6E766F; line-height: 1.7; }

.compare { width: 100%; border-collapse: collapse; margin-top: 32px; font-size: 14.5px; }
.compare th, .compare td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #D8D6CB; }
.compare th { font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #6E766F; }
.compare th:nth-child(2), .compare th:nth-child(3),
.compare td:nth-child(2), .compare td:nth-child(3) { text-align: center; width: 110px; }
.compare td:first-child { color: #3A423C; }
.compare__yes { color: #1F3A2E; font-weight: 700; }
.compare__no { color: #9AA39B; font-weight: 700; }

/* FORMATS */
.formats__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 0;
  border-top: 1px solid #D8D6CB;
}
.format { padding: 40px 32px 40px 0; border-bottom: 1px solid #D8D6CB; }
.format__num { font-size: 44px; font-weight: 700; color: #DDE2D8; line-height: 1; margin-bottom: 24px; }
.format__title { font-size: 19px; font-weight: 700; color: #14241C; margin-bottom: 12px; }
.format__text { font-size: 15px; color: #4A544D; line-height: 1.65; margin-bottom: 12px; }
.format__price { font-size: 14px; color: #3E6B4F; font-weight: 600; }

/* CONTACT */
.contact { border-top: 1px solid #D8D6CB; }
.contact__inner { max-width: 760px; margin: 0 auto; padding: 110px 32px; text-align: center; }
.contact__h2 { font-size: 36px; font-weight: 700; color: #14241C; margin: 0 0 32px; letter-spacing: -0.01em; }
.contact__ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.footer { background: #14241C; padding: 40px 32px; }
.footer__row {
  max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer__name { color: #B7C1BA; font-size: 14px; }
.footer__links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer__links a { color: #8FBB9E; font-size: 14px; text-decoration: none; }
.footer__links a:hover { text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .nav__links { display: none; }
  .hero__title { font-size: 40px; }
  .hero { min-height: auto; padding: 40px 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .situations__grid { grid-template-columns: 1fr; }
  .situation--span3, .situation--span2 { grid-column: span 1; }
  .about__grid { grid-template-columns: 1fr; }
  .about__card { flex-direction: column; text-align: center; }
  .section__head h2 { font-size: 28px; }
  .contact__h2 { font-size: 26px; }
}
