:root {
  --ink: #10231e;
  --muted: #61706b;
  --cream: #f5f3eb;
  --paper: #fffef9;
  --lime: #d7ff45;
  --teal: #0d5248;
  --line: rgba(16, 35, 30, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100% - 64px, 1240px);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 21px "Manrope", sans-serif;
  letter-spacing: -0.8px;
}
.brand-mark {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: rotate(-35deg);
}
.brand-mark span {
  position: absolute;
  bottom: 2px;
  width: 5px;
  border-radius: 4px;
  background: var(--ink);
}
.brand-mark span:nth-child(1) { left: 2px; height: 9px; }
.brand-mark span:nth-child(2) { left: 9px; height: 15px; }
.brand-mark span:nth-child(3) { left: 16px; height: 21px; }
.desktop-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
.desktop-nav a, footer a { transition: opacity .2s; }
.desktop-nav a:hover, footer a:hover { opacity: .55; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,35,30,.12); }
.button span { font-size: 19px; }
.button-small { min-height: 43px; padding: 0 19px; font-size: 13px; }
.button-dark { color: white; background: var(--ink); }
.button-primary { color: var(--ink); background: var(--lime); }
.menu-button { display: none; border: 0; background: transparent; }
.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 184px 24px 112px;
  text-align: center;
  background-color: var(--cream);
  background-image: linear-gradient(rgba(16,35,30,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,35,30,.035) 1px, transparent 1px);
  background-size: 54px 54px;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: 720px;
  height: 250px;
  border: 1px solid rgba(16,35,30,.12);
  border-radius: 50%;
  transform: translateX(-50%);
}
.hero-glow {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 560px;
  height: 460px;
  border-radius: 50%;
  background: rgba(215,255,69,.42);
  filter: blur(75px);
  transform: translate(-50%, -50%);
}
.eyebrow, .kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.eyebrow::before, .kicker::before { content: ""; width: 22px; height: 2px; background: var(--lime); }
.hero h1, h2 {
  position: relative;
  margin: 24px 0;
  font: 700 clamp(50px, 6.5vw, 88px)/.98 "Manrope", sans-serif;
  letter-spacing: -5px;
}
em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.hero-copy {
  position: relative;
  max-width: 600px;
  margin: 28px auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { position: relative; display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 34px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.text-link span { margin-left: 8px; }
.metric-card {
  position: absolute;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(16,35,30,.12);
  border-radius: 8px;
  text-align: left;
  background: rgba(255,254,249,.88);
  box-shadow: 0 20px 50px rgba(16,35,30,.08);
  backdrop-filter: blur(10px);
}
.metric-card-one { left: 5%; top: 49%; width: 190px; transform: rotate(-4deg); }
.metric-card-two { right: 5%; top: 45%; display: flex; align-items: center; gap: 13px; transform: rotate(4deg); }
.metric-label { display: block; color: var(--muted); font-size: 10px; letter-spacing: .4px; }
.metric-card strong { display: block; margin: 5px 0; font: 700 24px "Manrope", sans-serif; }
.mini-chart { height: 35px; display: flex; align-items: flex-end; gap: 4px; margin-top: 10px; }
.mini-chart span { flex: 1; border-radius: 2px 2px 0 0; background: var(--teal); }
.growth-icon {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  color: var(--ink); background: var(--lime); font-size: 22px;
}
.hero-orbit { position: absolute; border: 1px solid rgba(16,35,30,.14); border-radius: 50%; }
.orbit-one { width: 70px; height: 70px; left: 13%; top: 28%; }
.orbit-two { width: 25px; height: 25px; right: 16%; top: 30%; background: var(--lime); }
.logo-strip {
  padding: 38px max(24px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.logo-strip p { color: var(--muted); font-size: 11px; white-space: nowrap; }
.logos { width: 78%; display: flex; align-items: center; justify-content: space-between; color: #6e7975; }
.logos span { font: 700 18px "Manrope", sans-serif; }
.logos b { color: var(--ink); }
.section { max-width: 1180px; margin: auto; padding: 126px 24px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading h2, .process h2 { margin: 22px 0 0; font-size: clamp(42px, 5vw, 64px); }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.service-card {
  position: relative;
  min-height: 490px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(16,35,30,.08); }
.service-card.featured { background: var(--cream); }
.card-number { position: absolute; right: 24px; top: 22px; color: #9ca6a2; font-size: 11px; }
.service-icon { height: 105px; display: flex; align-items: center; color: var(--teal); }
.target-icon i {
  width: 68px; height: 68px; border: 1px solid var(--teal); border-radius: 50%;
  background: radial-gradient(circle, var(--lime) 0 7px, transparent 8px 20px, var(--teal) 21px 22px, transparent 23px);
}
.prism-icon { font: 400 86px/1 Georgia, serif; }
.growth-chart-icon { align-items: flex-end; gap: 5px; padding-bottom: 18px; }
.growth-chart-icon i { width: 14px; background: var(--teal); }
.growth-chart-icon i:nth-child(1) { height: 20px; opacity:.4; }
.growth-chart-icon i:nth-child(2) { height: 38px; opacity:.6; }
.growth-chart-icon i:nth-child(3) { height: 58px; opacity:.8; }
.growth-chart-icon i:nth-child(4) { height: 78px; background:var(--lime); }
.service-card h3 { margin: 12px 0; font: 700 24px "Manrope", sans-serif; letter-spacing: -1px; }
.service-card p { min-height: 68px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card ul { margin: 26px 0; padding: 20px 0 20px 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card li { padding: 5px 0; font-size: 13px; }
.service-card li::marker { color: var(--lime); }
.service-card > a { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; }
.results { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; color: white; background: var(--ink); }
.results-copy { padding: 110px max(48px, calc((100vw - 1160px)/2)); padding-right: 8vw; }
.kicker-light { color: var(--lime); }
.results h2 { margin: 22px 0 62px; font-size: clamp(42px,5vw,66px); letter-spacing: -4px; }
blockquote { max-width: 580px; margin: 0 0 28px; color: #d4dcd9; font: 400 19px/1.6 Georgia, serif; }
.quote-author { display: flex; align-items: center; gap: 13px; }
.quote-author > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; }
.quote-author strong, .quote-author small { display: block; font-size: 11px; }
.quote-author small { margin-top: 3px; color: #8fa09a; }
.results-panel { display: flex; flex-direction: column; justify-content: center; padding: 70px 10%; background: var(--teal); }
.result-row { display: flex; align-items: center; gap: 42px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.result-row strong { min-width: 150px; color: var(--lime); font: 700 52px "Manrope", sans-serif; letter-spacing: -3px; }
.result-row span { color: #c1cfca; font-size: 13px; line-height: 1.5; }
.result-meta { margin-top: 28px; color: #8eaaa2; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.process { text-align: center; }
.process h2 { margin-bottom: 70px; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); text-align: left; border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 45px 45px 0 0; }
.process-step:not(:last-child) { border-right: 1px solid var(--line); margin-right: 45px; }
.process-step > span { color: var(--teal); font: 700 11px "Manrope"; }
.process-step h3 { margin: 23px 0 14px; font: 700 20px "Manrope"; }
.process-step p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11vw;
  padding: 110px max(24px, calc((100vw - 1160px)/2));
  color: white;
  background: var(--teal);
}
.contact-copy h2 { margin: 24px 0; font-size: clamp(42px,5vw,64px); letter-spacing: -4px; }
.contact-copy > p { max-width: 460px; color: #b7cbc5; line-height: 1.7; }
.contact-note { display: flex; align-items: center; gap: 15px; margin-top: 52px; }
.contact-note > span { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border: 1px solid rgba(215,255,69,.55); border-radius: 50%; color: var(--lime); }
.contact-note p { color: #9eb6af; font-size: 12px; line-height: 1.5; }
.contact-note strong { color: white; }
.contact-form { padding: 38px; border-radius: 8px; color: var(--ink); background: var(--paper); }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d9dfdc;
  border-radius: 4px;
  outline: none;
  color: var(--ink);
  background: #fbfbf7;
  font-size: 13px;
  transition: border .2s, box-shadow .2s;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,82,72,.1); }
.contact-form .invalid { border-color: #bd493f; }
.form-submit { width: 100%; margin-top: 2px; }
.form-status { min-height: 18px; margin: 12px 0 0; text-align: center; color: var(--teal); font-size: 12px; font-weight: 600; }
footer { min-height: 110px; padding: 30px max(24px,calc((100vw - 1160px)/2)); display: flex; align-items:center; justify-content:space-between; color:white; background:#0a1b17; }
.brand-light .brand-mark span { background:white; }
footer p, footer a { color:#8fa09a; font-size:11px; }
footer div { display:flex; gap:25px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display:none; }
  .menu-button { display:block; width:40px; height:40px; padding:10px; }
  .menu-button span { display:block; width:20px; height:2px; margin:5px 0; background:var(--ink); }
  .site-header { width:calc(100% - 40px); }
  .site-header.menu-open .desktop-nav {
    position:absolute; display:flex; flex-direction:column; gap:20px; top:75px; right:0;
    padding:25px; border:1px solid var(--line); border-radius:6px; background:var(--paper); box-shadow:0 15px 30px rgba(16,35,30,.12);
  }
  .metric-card { display:none; }
  .logo-strip { flex-direction:column; }
  .logos { width:100%; flex-wrap:wrap; gap:25px; justify-content:center; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:30px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .results { grid-template-columns:1fr; }
  .results-copy, .results-panel { padding:80px 9%; }
  .contact-section { grid-template-columns:1fr; gap:55px; }
}
@media (max-width: 620px) {
  .hero { min-height:680px; padding-top:155px; }
  .hero h1, h2 { letter-spacing:-3px; }
  .hero-actions { flex-direction:column; gap:14px; }
  .hero-actions .button { width:100%; max-width:300px; }
  .logo-strip { display:none; }
  .section { padding:85px 20px; }
  .section-heading h2, .process h2 { font-size:40px; }
  .process-list { grid-template-columns:1fr; }
  .process-step:not(:last-child) { border-right:0; border-bottom:1px solid var(--line); margin-right:0; padding-bottom:35px; }
  .result-row { gap:20px; }
  .result-row strong { min-width:125px; font-size:42px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:25px 20px; }
  footer { flex-direction:column; gap:20px; text-align:center; padding:40px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
}
