:root {
  --navy-950: #031022;
  --navy-900: #071a33;
  --navy-800: #0d294d;
  --navy-700: #143d6b;
  --gold-500: #d9ad54;
  --gold-400: #e7c575;
  --gold-200: #f3dfad;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #142033;
  --muted: #667085;
  --line: #d9dee7;
  --shadow: 0 20px 60px rgba(4, 20, 42, .12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  padding: 10px 16px; background: var(--gold-500); color: var(--navy-950);
}
.skip-link:focus { top: 16px; }

.announcement { background: var(--navy-950); color: #dce6f4; font-size: .82rem; }
.announcement-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.announcement a { color: var(--gold-400); font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(10,30,55,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center; position: relative;
  background: var(--navy-900); color: var(--gold-400); border-radius: 6px;
}
.mark-m { font-family: "Playfair Display", serif; font-size: 1.65rem; font-weight: 700; margin-top: -3px; }
.mark-bar { position: absolute; width: 23px; height: 2px; background: var(--gold-400); bottom: 9px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: .09em; }
.brand-copy strong { font-size: .95rem; color: var(--navy-900); }
.brand-copy small { font-size: .63rem; margin-top: 5px; color: #6f7783; }
.brand.light .brand-copy strong { color: var(--white); }
.brand.light .brand-copy small { color: #b8c4d4; }

.primary-nav { display: flex; align-items: center; gap: 27px; font-size: .9rem; font-weight: 600; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--gold-500); transition: .25s ease;
}
.primary-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--navy-900); color: var(--white); padding: 12px 18px; border-radius: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--navy-900); margin: 5px 0; }

.hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    radial-gradient(circle at 70% 30%, rgba(30, 85, 136, .6), transparent 30%),
    linear-gradient(120deg, var(--navy-950), var(--navy-800));
}
.hero-grid-overlay {
  position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent);
}
.hero-layout {
  position: relative; display: grid; grid-template-columns: 1.2fr .8fr;
  gap: 70px; align-items: center; min-height: 720px; padding-block: 90px;
}
.eyebrow {
  margin: 0 0 20px; color: var(--gold-400); font-size: .75rem;
  font-weight: 800; letter-spacing: .2em;
}
.eyebrow.dark { color: #9a711f; }
.hero h1, .section h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em; line-height: 1.06; margin: 0;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.9rem); }
.hero h1 span { color: var(--gold-400); }
.hero-lead { max-width: 720px; margin: 28px 0 32px; color: #d7e1ee; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 24px; border: 1px solid transparent; border-radius: 5px;
  font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 12px 30px rgba(217,173,84,.2); }
.btn-gold:hover { background: var(--gold-400); box-shadow: 0 15px 35px rgba(217,173,84,.28); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.full-width { width: 100%; border: 0; }

.trust-row { display: flex; gap: 38px; margin-top: 48px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--white); font-size: 1.15rem; }
.trust-row span { color: #9fb0c5; font-size: .75rem; }

.hero-card {
  background: rgba(255,255,255,.96); color: var(--ink); border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0,0,0,.35); padding: 26px; border: 1px solid rgba(255,255,255,.5);
}
.card-topline { display: flex; justify-content: space-between; font-size: .67rem; font-weight: 800; letter-spacing: .13em; color: #607086; }
.status-dot { color: #267c56; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #32a26e; margin-right: 6px; }
.growth-visual { min-height: 330px; padding: 50px 8px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.growth-copy small { color: #738095; font-size: .65rem; letter-spacing: .14em; font-weight: 800; }
.growth-copy strong { display: block; margin-top: 12px; font-family: "Playfair Display", serif; font-size: 2.35rem; color: var(--navy-900); }
.growth-copy p { color: var(--muted); max-width: 330px; }
.chart-bars { height: 110px; display: flex; align-items: end; gap: 11px; border-bottom: 1px solid var(--line); }
.chart-bars span {
  flex: 1; background: linear-gradient(to top, var(--navy-800), var(--gold-400));
  border-radius: 4px 4px 0 0; animation: rise 1.2s ease both;
}
@keyframes rise { from { height: 0; } }
.mini-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 18px; }
.mini-metrics div { border-right: 1px solid var(--line); padding-left: 16px; }
.mini-metrics div:first-child { padding-left: 0; }
.mini-metrics div:last-child { border-right: 0; }
.mini-metrics span { color: #a9771d; font-size: .72rem; font-weight: 800; }
.mini-metrics p { margin: 3px 0 0; font-size: .78rem; font-weight: 700; }

.logo-strip { background: var(--gold-500); color: var(--navy-950); }
.logo-strip .container { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; }
.logo-strip span { flex: 0 0 auto; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }

.section { padding: 110px 0; }
.section h2 { font-size: clamp(2.4rem, 4.4vw, 4.3rem); color: var(--navy-900); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about { background: var(--cream); }
.about-copy { padding-top: 30px; }
.large-copy { margin-top: 0; font-size: 1.35rem; line-height: 1.55; color: var(--navy-900); font-weight: 600; }
.about-copy > p:not(.large-copy) { color: var(--muted); }
.text-link { display: inline-block; margin-top: 20px; color: var(--navy-900); font-weight: 800; border-bottom: 2px solid var(--gold-500); padding-bottom: 4px; }
.text-link span { color: #a9771d; }

.section-intro { display: grid; grid-template-columns: 1.2fr .55fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-intro > p { color: var(--muted); margin: 0 0 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card {
  min-height: 360px; padding: 30px; border: 1px solid var(--line); border-radius: 12px;
  display: flex; flex-direction: column; background: var(--white); transition: .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.service-number { font-size: .68rem; letter-spacing: .15em; color: #9a711f; font-weight: 800; }
.featured .service-number { color: var(--gold-400); }
.service-icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%;
  background: var(--cream); color: var(--navy-900); font-size: 1.25rem; margin: 28px 0 35px;
}
.featured .service-icon { background: rgba(255,255,255,.1); color: var(--gold-400); }
.service-card h3 { margin: 0 0 14px; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.featured p { color: #b9c7d8; }
.service-card a { margin-top: auto; padding-top: 24px; font-size: .82rem; font-weight: 800; color: #a9771d; }
.featured a { color: var(--gold-400); }

.process { background: var(--navy-950); color: var(--white); }
.process h2 { color: var(--white); }
.process-header { max-width: 760px; }
.process-header > p:last-child { color: #aebdce; font-size: 1.05rem; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 70px; background: #29415f; border: 1px solid #29415f; }
.process-steps article { background: var(--navy-950); min-height: 300px; padding: 34px 28px; }
.process-steps span { color: var(--gold-400); font-size: .72rem; font-weight: 900; }
.process-steps h3 { margin-top: 65px; font-family: "Playfair Display", serif; font-size: 1.65rem; }
.process-steps p { color: #9fb0c5; font-size: .88rem; }

.audience { padding-top: 0; background: var(--cream); }
.audience-card {
  transform: translateY(-1px); background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  color: var(--white); border-radius: 0 0 18px 18px; padding: 70px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px;
}
.audience-card h2 { color: var(--white); }
.audience-copy > p:last-child { color: #b8c5d4; }
.audience-list { border-top: 1px solid rgba(255,255,255,.15); }
.audience-list div { display: flex; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.audience-list span { color: var(--gold-400); font-size: .7rem; }
.audience-list strong { font-size: .92rem; }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.resource-card { padding: 30px; min-height: 310px; background: var(--cream); border-radius: 10px; display: flex; flex-direction: column; }
.resource-card > span { color: #9a711f; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.resource-card h3 { font-family: "Playfair Display", serif; font-size: 1.55rem; line-height: 1.2; color: var(--navy-900); }
.resource-card p { color: var(--muted); font-size: .9rem; }
.resource-card a { margin-top: auto; font-size: .82rem; color: var(--navy-900); font-weight: 800; }

.consultation { background: var(--navy-800); color: var(--white); }
.consultation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.consultation h2 { color: var(--white); }
.consultation-copy > p:not(.eyebrow) { color: #bdc9d8; }
.contact-details { margin-top: 40px; display: grid; gap: 22px; }
.contact-details div { display: flex; flex-direction: column; }
.contact-details small { color: var(--gold-400); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.contact-details a, .contact-details span { margin-top: 5px; }
.consultation-form { background: var(--white); color: var(--ink); padding: 36px; border-radius: 14px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consultation-form label { display: block; font-size: .78rem; font-weight: 800; margin-bottom: 16px; }
.consultation-form input, .consultation-form select, .consultation-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid #cfd6df; border-radius: 5px;
  padding: 13px 14px; outline: none; background: #fff;
}
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus {
  border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(217,173,84,.15);
}
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; color: var(--muted); }
.consent input { width: auto; margin: 3px 0 0; }
.form-status { display: none; margin-bottom: 16px; padding: 12px; background: #eaf7ef; color: #246c48; border-radius: 5px; font-size: .84rem; }

.site-footer { background: #020b18; color: #c3cedd; padding: 75px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 55px; }
.footer-brand p { max-width: 330px; color: #8999ad; }
.footer-grid h3 { color: var(--white); font-size: .78rem; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: .84rem; }
.footer-grid a:hover { color: var(--gold-400); }
.legal { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; border-top: 1px solid #233148; margin-top: 60px; padding-top: 24px; }
.legal p { margin: 0; color: #75859a; font-size: .7rem; }

.back-to-top {
  position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 0;
  border-radius: 50%; background: var(--gold-500); color: var(--navy-950);
  font-size: 1.2rem; font-weight: 900; cursor: pointer; opacity: 0; pointer-events: none;
  transform: translateY(10px); transition: .25s ease; box-shadow: var(--shadow);
}
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

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

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav {
    position: fixed; top: 122px; left: 0; right: 0; bottom: 0; background: var(--white);
    flex-direction: column; align-items: flex-start; padding: 32px 20px;
    transform: translateX(100%); transition: transform .3s ease; font-size: 1.1rem;
  }
  .primary-nav.open { transform: translateX(0); }
  .nav-cta { width: 100%; text-align: center; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .audience-card, .consultation-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement-inner span { display: none; }
  .announcement-inner { justify-content: center; }
  .nav-wrap { min-height: 76px; }
  .primary-nav { top: 114px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-layout { padding: 68px 0; gap: 45px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 18px; justify-content: space-between; }
  .trust-row span { max-width: 85px; }
  .hero-card { padding: 20px; }
  .growth-visual { min-height: 290px; padding-top: 35px; }
  .growth-copy strong { font-size: 1.9rem; }
  .section { padding: 78px 0; }
  .split-layout, .section-intro { grid-template-columns: 1fr; gap: 25px; }
  .section h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .about-copy { padding-top: 0; }
  .service-grid, .resource-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article { min-height: 240px; }
  .process-steps h3 { margin-top: 38px; }
  .audience-card { padding: 42px 25px; gap: 45px; }
  .consultation-layout { gap: 45px; }
  .consultation-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .legal { grid-template-columns: 1fr; gap: 18px; }
}
