:root {
  --navy: #0d2038;
  --navy-2: #122b49;
  --teal: #16b8a6;
  --teal-dark: #0b8f83;
  --ink: #102238;
  --muted: #5d6b79;
  --mist: #edf3f4;
  --paper: #f8fbfa;
  --white: #ffffff;
  --line: rgba(16, 34, 56, 0.12);
  --shadow: 0 26px 70px rgba(13, 32, 56, 0.12);
  --radius: 24px;
  --font-body: "DM Sans", sans-serif;
  --font-display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--teal); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248, 251, 250, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(13, 32, 56, .07); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 250px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; color: #405267; font-size: .92rem; font-weight: 600; transition: color .2s; }
.primary-nav a:hover { color: var(--navy); }
.primary-nav .nav-cta { color: var(--white); background: var(--navy); padding: 12px 18px; border-radius: 999px; }
.primary-nav .nav-cta:hover { color: var(--white); background: var(--teal-dark); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s; }

.hero { position: relative; overflow: hidden; padding: 90px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(13, 32, 56, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 32, 56, .035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; right: 2%; top: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(22, 184, 166, .2), rgba(22, 184, 166, 0) 68%); filter: blur(4px); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dark); }
.eyebrow span { width: 28px; height: 2px; background: var(--teal); }
h1, h2, h3 { font-family: var(--font-display); margin: 0; letter-spacing: -.035em; line-height: 1.08; }
h1 { margin-top: 24px; max-width: 760px; font-size: clamp(3rem, 6vw, 5.25rem); font-weight: 800; color: var(--navy); }
h1 em { color: var(--teal-dark); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border-radius: 10px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--navy); box-shadow: 0 12px 28px rgba(22, 184, 166, .23); }
.button-primary:hover { background: #21c9b6; box-shadow: 0 16px 34px rgba(22, 184, 166, .28); }
.text-link { font-weight: 700; color: var(--navy); text-underline-offset: 5px; text-decoration-color: rgba(13, 32, 56, .25); }
.text-link:hover { text-decoration-color: var(--teal); }
.hero-note { color: #7b8794; font-size: .88rem; margin-top: 19px; }

.audit-card { position: relative; min-height: 530px; background: var(--navy); color: var(--white); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); overflow: hidden; }
.audit-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; top: -80px; border-radius: 50%; background: rgba(22, 184, 166, .13); filter: blur(2px); }
.card-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: #afbdca; }
.availability { display: flex; align-items: center; gap: 7px; color: #d8f9f5; }
.availability i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(22, 184, 166, .12); }
.score-orbit { position: relative; width: 290px; height: 290px; margin: 50px auto 38px; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .14); }
.orbit-one { inset: 0; border-top-color: var(--teal); transform: rotate(18deg); }
.orbit-two { inset: 30px; border-right-color: rgba(22, 184, 166, .6); transform: rotate(-28deg); }
.score-centre { width: 172px; height: 172px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #102a47; border: 1px solid rgba(255, 255, 255, .11); box-shadow: inset 0 0 30px rgba(22, 184, 166, .06); }
.score-centre strong { font-family: var(--font-display); font-size: 4.5rem; line-height: 1; color: var(--teal); }
.score-centre span { color: #aebcca; font-size: .84rem; text-transform: uppercase; letter-spacing: .1em; }
.audit-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; }
.audit-outcomes div { padding: 0 13px; border-right: 1px solid rgba(255, 255, 255, .1); }
.audit-outcomes div:last-child { border: 0; }
.audit-outcomes strong, .audit-outcomes span { display: block; }
.audit-outcomes strong { font-family: var(--font-display); font-size: 1.25rem; }
.audit-outcomes span { color: #8fa1b2; font-size: .78rem; }
.proof-strip { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 78px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #405267; font-size: .84rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.proof-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }

.section { padding: 120px 0; }
.split-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 50px; align-items: start; }
.section-number { display: inline-block; font-family: var(--font-display); color: var(--teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; border: 1px solid rgba(11, 143, 131, .25); border-radius: 999px; padding: 4px 9px; }
.section-number.light { color: var(--teal); border-color: rgba(22, 184, 166, .35); }
.kicker { margin: 15px 0 0; color: #7b8794; text-transform: uppercase; font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.kicker.teal { color: var(--teal); }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.1rem); color: var(--navy); }
h2 span { color: var(--teal-dark); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.problem-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.problem-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(13, 32, 56, .08); border-color: rgba(22, 184, 166, .35); }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #e4f7f4; color: var(--teal-dark); font-family: var(--font-display); font-size: .75rem; font-weight: 800; }
.problem-card h3 { margin-top: auto; color: var(--navy); font-size: 1.45rem; }
.problem-card p { color: var(--muted); margin: 15px 0 0; }

.health-check { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.health-check::after { content: ""; position: absolute; left: -250px; bottom: -350px; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(22, 184, 166, .16); box-shadow: 0 0 0 90px rgba(22, 184, 166, .025), 0 0 0 180px rgba(22, 184, 166, .02); }
.health-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.sticky-copy { position: sticky; top: 140px; }
.sticky-copy h2 { color: var(--white); font-size: clamp(2.3rem, 3.7vw, 3.6rem); margin-top: 22px; }
.sticky-copy > p:not(.kicker) { color: #afbdca; max-width: 540px; margin: 28px 0 34px; font-size: 1.05rem; }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: var(--teal); }
.review-list { border-top: 1px solid rgba(255, 255, 255, .14); }
.review-item { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.review-item span { color: var(--teal); font-family: var(--font-display); font-size: .76rem; font-weight: 800; }
.review-item p { margin: 0; color: #eef4f7; font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; }

.deliverables { background: #f0f5f4; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 65px; }
.deliverable-card { min-height: 430px; padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.deliverable-card.featured { position: relative; background: var(--teal); border-color: transparent; color: var(--navy); }
.deliverable-card.featured::after { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; bottom: -160px; border-radius: 50%; border: 1px solid rgba(13, 32, 56, .22); box-shadow: 0 0 0 60px rgba(13, 32, 56, .04), 0 0 0 120px rgba(13, 32, 56, .03); }
.mini-label { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; color: var(--teal-dark); }
.featured .mini-label { color: rgba(13, 32, 56, .65); }
.deliverable-card h3 { max-width: 480px; margin-top: 40px; color: var(--navy); font-size: clamp(2rem, 3vw, 3rem); }
.deliverable-card > p { max-width: 490px; color: rgba(13, 32, 56, .72); font-size: 1.03rem; }
.route-line { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: 65%; height: 50px; margin-top: 55px; border-top: 2px solid rgba(13, 32, 56, .36); }
.route-line span { width: 13px; height: 13px; margin-top: -7px; border: 3px solid var(--teal); border-radius: 50%; background: var(--navy); }
.roadmap { list-style: none; padding: 0; margin: 46px 0 0; }
.roadmap li { display: grid; grid-template-columns: 54px 1fr; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.roadmap li > span { color: var(--teal-dark); font-family: var(--font-display); font-size: .76rem; font-weight: 800; }
.roadmap strong, .roadmap small { display: block; }
.roadmap strong { color: var(--navy); font-family: var(--font-display); font-size: 1.08rem; }
.roadmap small { margin-top: 2px; color: var(--muted); font-size: .86rem; }

.process { background: var(--white); }
.process h2 { max-width: 760px; margin-top: 18px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 72px; border-top: 1px solid var(--line); }
.step { padding: 32px 32px 0 0; }
.step + .step { padding-left: 32px; border-left: 1px solid var(--line); }
.step > span { font-family: var(--font-display); color: var(--teal-dark); font-size: .8rem; font-weight: 800; }
.step h3 { margin-top: 54px; font-size: 1.7rem; color: var(--navy); }
.step p { color: var(--muted); max-width: 310px; }

.about { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 520px; border-radius: 28px; background: var(--navy); overflow: hidden; display: grid; place-items: center; box-shadow: var(--shadow); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(22, 184, 166, .23); }
.about-visual::before { width: 380px; height: 380px; }
.about-visual::after { width: 270px; height: 270px; }
.monogram { position: relative; z-index: 2; color: var(--teal); font-family: var(--font-display); font-size: 13rem; font-weight: 800; letter-spacing: -.12em; line-height: 1; transform: translateX(-8px); }
.visual-label { position: absolute; z-index: 3; left: 24px; bottom: 24px; color: #afbdca; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.about-copy h2 { margin: 22px 0 30px; font-size: clamp(2.35rem, 3.8vw, 3.8rem); }
.about-copy > p { color: var(--muted); font-size: 1.04rem; }
.experience-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.experience-points span { padding: 8px 12px; border: 1px solid rgba(11, 143, 131, .25); border-radius: 999px; color: var(--teal-dark); font-size: .8rem; font-weight: 700; }

.cta-section { padding: 100px 0; background: var(--paper); }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: 62px; border-radius: 28px; background: var(--navy); color: var(--white); }
.cta-card::before { content: ""; position: absolute; width: 440px; height: 440px; right: -210px; top: -230px; border-radius: 50%; background: rgba(22, 184, 166, .12); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { color: var(--white); font-size: clamp(2.2rem, 3.8vw, 3.7rem); margin-top: 18px; }
.cta-action { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.email-link { color: #bac7d2; text-underline-offset: 5px; font-size: .9rem; }

.site-footer { background: #08192c; color: var(--white); padding: 60px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1fr 1.1fr .6fr; gap: 50px; align-items: center; padding-bottom: 48px; }
.footer-brand { width: 230px; padding: 10px; border-radius: 8px; background: var(--white); }
.footer-main p { color: #9cafbf; max-width: 370px; }
.footer-main > a:last-child { justify-self: end; color: var(--teal); font-weight: 700; text-underline-offset: 5px; }
.footer-small { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: #74889b; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .hero-grid, .health-grid, .about-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }
  .hero-grid { gap: 48px; }
  .hero-copy { max-width: 760px; }
  .audit-card { min-height: auto; max-width: 640px; }
  .score-orbit { margin-block: 36px; }
  .sticky-copy { position: static; }
  .health-grid { gap: 65px; }
  .about-visual { min-height: 380px; }
  .cta-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > a:last-child { justify-self: start; }
  .footer-main p { grid-column: 2; grid-row: 1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand { width: 205px; }
  .menu-button { display: block; cursor: pointer; }
  .primary-nav { display: none; position: absolute; left: 14px; right: 14px; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding-top: 52px; }
  h1 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .hero-lead { font-size: 1.06rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .audit-card { padding: 23px; }
  .score-orbit { width: 230px; height: 230px; }
  .score-centre { width: 140px; height: 140px; }
  .score-centre strong { font-size: 3.6rem; }
  .audit-outcomes div { padding: 0 8px; }
  .proof-strip { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .proof-strip i:nth-of-type(n+2), .proof-strip span:nth-of-type(n+3) { display: none; }
  .section { padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .problem-grid, .deliverable-grid, .process-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 260px; }
  .deliverable-card { min-height: auto; padding: 30px; }
  .process-grid { border-top: 0; gap: 0; }
  .step, .step + .step { padding: 26px 0; border-left: 0; border-top: 1px solid var(--line); }
  .step h3 { margin-top: 28px; }
  .about-grid { gap: 48px; }
  .about-visual { min-height: 330px; }
  .monogram { font-size: 9rem; }
  .cta-section { padding: 60px 0; }
  .cta-card { padding: 38px 24px; gap: 38px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main p { grid-column: auto; grid-row: auto; }
  .footer-small { flex-direction: column; gap: 8px; }
}
