:root {
  --green: #14382f;
  --green-deep: #0d2923;
  --green-soft: #264b41;
  --off: #f5efe7;
  --paper: #fbf8f3;
  --rose: #c88f8d;
  --rose-light: #e4c4c1;
  --taupe: #9b928a;
  --ink: #1b2925;
  --line: rgba(245, 239, 231, 0.2);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  border-bottom: 1px solid rgba(20,56,47,.14);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .75rem;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-left: 11px;
  border-left: 2px solid var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  text-decoration: none;
  color: rgba(27,41,37,.72);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav a:hover, .nav a:focus-visible { color: var(--green); }
.nav .nav-cta {
  border: 1px solid rgba(20,56,47,.38);
  padding: 10px 15px;
  color: var(--green);
}

.hero {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  padding: 88px 0 94px;
}
.hero::before {
  content: "";
  position: absolute;
  width: min(70vw, 690px);
  height: 1px;
  top: 76px;
  background: linear-gradient(90deg, transparent, var(--rose-light), transparent);
}
.hero::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  bottom: 0;
  background: linear-gradient(var(--rose), transparent);
}
.hero-inner { position: relative; z-index: 1; max-width: 850px; }
.hero-rule {
  width: 48px;
  height: 2px;
  margin: 0 auto 34px;
  background: var(--rose);
}
.eyebrow {
  margin: 0 0 20px;
  color: #8f5f5e;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}
h1 {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  letter-spacing: -.045em;
}
.hero-role {
  margin: 26px 0 0;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: clamp(.72rem, 1.6vw, .92rem);
}
.hero-copy {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(27,41,37,.67);
  font-size: clamp(1rem, 2vw, 1.14rem);
  font-style: normal;
  line-height: 1.75;
}

.solutions { padding: 82px 0 100px; background: #fffdf9; }
.section-heading { text-align: center; margin-bottom: 52px; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.section-heading p { max-width: 630px; margin: 20px auto 0; color: rgba(27,41,37,.62); }
.cards { display: grid; gap: 0; }
.solution-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 120px;
  padding: 19px 8px;
  border: 0;
  border-bottom: 1px solid rgba(20,56,47,.16);
  text-decoration: none;
  background: transparent;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.solution-card:first-child { border-top: 1px solid rgba(20,56,47,.16); }
.solution-card:hover, .solution-card:focus-visible {
  background: rgba(200,143,141,.07);
  border-color: rgba(143,95,94,.44);
  transform: translateX(4px);
  outline: none;
}
.card-number {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}
.solution-card h3 { margin: 3px 0 5px; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.solution-card p { margin: 0; max-width: 720px; color: rgba(27,41,37,.6); }
.card-kicker { color: #8f5f5e; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; }
.card-arrow { font-family: Georgia, serif; font-size: 2.4rem; transition: transform .25s ease; }
.solution-card:hover .card-arrow { transform: translateX(7px); }

.authority {
  background: var(--paper);
  color: var(--ink);
  padding: 110px 0;
}
.authority-grid {
  display: grid;
  grid-template-columns: .85fr 1.3fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}
.authority h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.authority-copy > p { margin-top: 0; font-family: Georgia, serif; font-size: 1.35rem; color: #4f5b57; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 45px; }
.fact { padding-top: 18px; border-top: 1px solid rgba(27,41,37,.2); }
.fact strong { display: block; color: var(--green); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.fact span { display: block; margin-top: 6px; font-size: .82rem; color: #6f756f; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: var(--green);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  font-weight: 700;
  border-bottom: 1px solid var(--rose);
  padding-bottom: 8px;
}

.statement { padding: 120px 0; text-align: center; }
.statement { background: var(--green-deep); color: var(--off); }
.statement .eyebrow { color: var(--rose-light); }
.statement blockquote {
  max-width: 880px;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.12;
}
.statement blockquote span { color: var(--rose-light); }
.statement p { margin: 26px 0 0; color: rgba(245,239,231,.58); }

.page-hero { padding: 90px 0 85px; border-bottom: 1px solid rgba(20,56,47,.14); }
.back-link { display: inline-flex; gap: 10px; text-decoration: none; color: #8f5f5e; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 { max-width: 850px; margin-top: 52px; font-size: clamp(3.4rem, 8vw, 6.5rem); }
.page-intro { max-width: 760px; margin: 30px 0 0; color: rgba(27,41,37,.68); font-size: 1.15rem; }
.hero-button { margin-top: 30px; }
.page-section { padding: 90px 0; }
.page-section.light { background: #fffdf9; color: var(--ink); }
.split { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(46px, 9vw, 120px); }
.split h2 { margin: 0; font-size: clamp(2.4rem, 4.7vw, 4rem); }
.lead { margin-top: 0; font-family: Georgia, serif; font-size: 1.4rem; color: #53605c; }
.offer-list { display: grid; gap: 1px; background: rgba(20,56,47,.14); }
.offer-item { background: var(--paper); padding: 27px 28px; }
.offer-item h3 { margin: 0 0 8px; font-size: 1.55rem; color: var(--green); }
.offer-item p { margin: 0; color: #69716d; }
.dark-list .offer-list { background: rgba(245,239,231,.13); }
.dark-list { background: var(--green-deep); color: var(--off); }
.dark-list .eyebrow { color: var(--rose-light); }
.dark-list .offer-item { background: var(--green-deep); }
.dark-list .offer-item h3 { color: var(--off); }
.dark-list .offer-item p { color: rgba(245,239,231,.62); }
.two-products { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-panel { border: 1px solid rgba(20,56,47,.18); padding: 36px 30px; background:#fffdf9; }
.product-panel h2 { margin: 20px 0 16px; font-size: 2.4rem; }
.product-panel p { color: rgba(27,41,37,.65); }
.product-panel ul { margin: 25px 0 0; padding-left: 18px; color: rgba(27,41,37,.75); }

.cta-band {
  background: var(--rose-light);
  color: var(--ink);
  padding: 80px 0;
}
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-grid h2 { max-width: 710px; margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: var(--green-deep);
  color: var(--off);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}
.button:hover, .button:focus-visible { background: var(--green-soft); outline: 2px solid var(--green); outline-offset: 3px; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); background:var(--green-deep); color:var(--off); }
.footer-row { display: flex; justify-content: space-between; gap: 28px; color: rgba(245,239,231,.55); font-size: .8rem; }
.footer-row a { text-decoration: none; color: var(--off); }

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 74px; }
  .brand-name { display: none; }
  .nav { gap: 15px; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-cta { font-size: .75rem; padding: 8px 11px; }
  .hero { min-height: 540px; padding: 68px 0 78px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-role { line-height: 1.7; letter-spacing: .17em; }
  .solutions { padding: 70px 0; }
  .solution-card { grid-template-columns: 28px 1fr auto; gap: 10px; min-height: 112px; padding: 17px 3px; }
  .solution-card p { font-size: .92rem; }
  .card-arrow { font-size: 1.9rem; }
  .authority { padding: 82px 0; }
  .authority-grid, .split { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; gap: 17px; }
  .statement { padding: 90px 0; }
  .page-hero { padding: 66px 0 68px; }
  .page-hero h1 { margin-top: 42px; }
  .page-section { padding: 72px 0; }
  .two-products { grid-template-columns: 1fr; }
  .product-panel { padding: 34px 24px; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .footer-row { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
