:root {
  --ink: #102832;
  --ink-2: #24444f;
  --deep: #0d2d3a;
  --teal: #145465;
  --orange: #f28a2b;
  --orange-soft: #fff0e2;
  --paper: #f7f5f1;
  --white: #ffffff;
  --line: #dce3e4;
  --muted: #60747b;
  --shadow: 0 24px 70px rgba(13, 45, 58, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.06em; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.25; letter-spacing: -.02em; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,227,228,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; width: 42px; height: 34px; display: inline-block; }
.brand-mark span { position: absolute; background: var(--orange); border-radius: 50%; }
.brand-mark span:nth-child(1) { width: 30px; height: 25px; left: 6px; bottom: 2px; border-radius: 48% 48% 40% 40%; }
.brand-mark span:nth-child(2) { width: 12px; height: 12px; left: 2px; top: 2px; }
.brand-mark span:nth-child(3) { width: 12px; height: 12px; right: 2px; top: 2px; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-size: 1.25rem; letter-spacing: .09em; }
.brand-text small { margin-top: 5px; font-size: .55rem; letter-spacing: .18em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .92rem; font-weight: 700; }
.site-nav a:hover { color: var(--orange); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  padding: 180px 0 110px;
  background: linear-gradient(145deg, #f9f7f3 0%, #edf5f4 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.hero-lead { max-width: 680px; font-size: 1.18rem; color: var(--ink-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 46px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-weight: 800; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(242,138,43,.26); }
.btn-secondary { background: rgba(255,255,255,.62); border-color: var(--ink); }
.btn-light { background: white; color: var(--deep); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 660px; }
.hero-proof div { padding-top: 18px; border-top: 1px solid #bac8c9; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof span { font-size: .78rem; color: var(--muted); margin-top: 4px; }

.hero-visual { position: relative; min-height: 520px; }
.insight-card {
  position: absolute; inset: 40px 20px 40px 30px;
  padding: 42px; border-radius: 30px;
  background: var(--deep); color: white; box-shadow: var(--shadow);
}
.card-kicker { color: #a9c4cb; text-transform: uppercase; font-size: .7rem; letter-spacing: .13em; }
.insight-card h2 { font-size: 2.25rem; max-width: 360px; margin-top: 18px; }
.mini-chart { height: 210px; display: flex; align-items: end; gap: 16px; padding: 22px 0 16px; }
.mini-chart span { flex: 1; border-radius: 10px 10px 3px 3px; background: linear-gradient(180deg, var(--orange), #f7bf87); }
.card-footer { display: flex; justify-content: space-between; color: #b5c8cc; font-size: .75rem; }
.floating-card {
  position: absolute; z-index: 2; padding: 18px 20px; border-radius: 18px;
  background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-size: .82rem;
}
.float-one { left: -18px; bottom: 78px; max-width: 230px; display: flex; gap: 12px; align-items: center; }
.float-two { right: -10px; top: 0; display: grid; }
.float-two small { color: var(--muted); }
.dot { width: 11px; height: 11px; border-radius: 50%; background: var(--orange); flex: 0 0 auto; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-orb-one { width: 320px; height: 320px; right: -100px; top: 120px; background: #cfe1df; }
.hero-orb-two { width: 180px; height: 180px; left: -80px; bottom: 20px; background: #ffd9b5; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.intro-copy { font-size: 1.08rem; color: var(--ink-2); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 68px; }
.value-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.value-card span { color: var(--orange); font-weight: 800; font-size: .78rem; }
.value-card h3 { font-size: 1.35rem; margin: 28px 0 10px; }
.value-card p { color: var(--muted); margin-bottom: 0; }

.services { background: var(--paper); }
.centered { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.centered > p:last-child { color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  min-height: 290px; padding: 30px; background: white; border-radius: 22px;
  border: 1px solid transparent; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: #cad7d8; box-shadow: 0 20px 46px rgba(13,45,58,.08); }
.service-icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px;
  background: var(--orange-soft); color: var(--orange); font-weight: 800; font-size: .82rem;
}
.service-card h3 { margin: 42px 0 12px; font-size: 1.3rem; }
.service-card p { color: var(--muted); margin: 0; }

.methodology { background: var(--deep); color: white; }
.methodology-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.method-copy > p:not(.eyebrow) { color: #bfd0d4; }
.text-link { color: #ffc28d; font-weight: 800; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); }
.step > span { color: var(--orange); font-weight: 800; }
.step h3 { margin-bottom: 7px; }
.step p { color: #a9bec3; margin: 0; }

.cta-band { padding: 75px 0; background: var(--orange); color: white; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band .eyebrow { color: rgba(255,255,255,.8); }
.cta-band h2 { max-width: 830px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.5rem); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-mail { display: inline-block; margin-top: 20px; font-size: 1.18rem; font-weight: 800; color: var(--orange); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; font-size: .8rem; font-weight: 800; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px 15px;
  background: #fbfcfc; color: var(--ink); outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,84,101,.09); }
.contact-form .btn { justify-self: start; }
.form-note { align-self: center; color: var(--muted); font-size: .72rem; margin: 0; }

.site-footer { background: #091f28; color: white; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.brand-footer .brand-text small { color: #adc0c5; }
.site-footer p { margin: 0; color: #adc0c5; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-nav {
    position: absolute; left: 20px; right: 20px; top: 70px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px; background: white; border-radius: 18px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid, .split, .methodology-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { min-height: 500px; }
  .values-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .method-copy { position: static; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 78px 0; }
  .brand-text small { display: none; }
  h1 { font-size: 3.25rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .insight-card { inset: 25px 0 35px; padding: 28px; }
  .insight-card h2 { font-size: 1.8rem; }
  .mini-chart { height: 160px; }
  .float-one { left: -2px; bottom: 12px; }
  .float-two { right: 0; }
  .values-grid, .services-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(4) { grid-column: auto; }
  .form-note { grid-column: 1; }
}
