:root {
  --navy: #102f49;
  --navy-deep: #092238;
  --navy-soft: #eaf0f3;
  --ink: #172634;
  --muted: #596a78;
  --gold: #b7791f;
  --gold-dark: #815313;
  --gold-soft: #f3dfb8;
  --paper: #f6f8f7;
  --mist: #edf2f3;
  --white: #ffffff;
  --line: #d6e0e3;
  --line-dark: #bccbd0;
  --shadow-sm: 0 8px 24px rgba(16, 47, 73, .07);
  --shadow: 0 18px 46px rgba(16, 47, 73, .11);
  --radius-sm: 10px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy-deep);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 760;
  letter-spacing: -.025em;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(183, 121, 31, .24);
  border-radius: 999px;
  background: rgba(243, 223, 184, .38);
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(16, 47, 73, .1);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 3px 18px rgba(16, 47, 73, .04);
  color: var(--navy-deep);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
  text-decoration: none;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: var(--navy);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .12);
  color: var(--gold-soft);
  font-size: 1rem;
  font-weight: 850;
}
.brand-copy { display: block; line-height: 1.2; }
.brand strong { display: block; color: var(--navy-deep); font-size: .94rem; letter-spacing: .005em; }
.brand-tagline { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  color: #3e5362;
  font-size: .79rem;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}
.nav-links a:hover { background: var(--navy-soft); color: var(--navy-deep); }
.nav-links a[aria-current="page"] { background: var(--navy); color: var(--white); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 8%, rgba(183, 121, 31, .11), transparent 26rem),
    linear-gradient(135deg, #ffffff 0%, #f6f8f7 58%, #eef3f4 100%);
  color: var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0 72%, var(--gold) 72% 100%);
}
.hero-grid {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
  padding: 82px 0 74px;
}
.page-hero .hero-grid { min-height: 0; padding: 68px 0 64px; }
.hero h1 {
  max-width: 780px;
  margin: 17px 0 21px;
  color: var(--navy-deep);
  font-size: clamp(2.85rem, 5.2vw, 4.55rem);
  font-weight: 780;
  letter-spacing: -.052em;
  line-height: 1.01;
}
.page-hero h1 { font-size: clamp(2.55rem, 4.7vw, 4rem); }
.hero h1 em { color: var(--gold-dark); font-style: normal; }
.hero-copy { max-width: 690px; margin-bottom: 0; color: #4f6473; font-size: 1.08rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 19px; margin-top: 22px; color: #526675; font-size: .79rem; font-weight: 650; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(183, 121, 31, .12); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid var(--navy);
  border-radius: 9px;
  background: var(--navy);
  box-shadow: 0 7px 16px rgba(16, 47, 73, .12);
  color: var(--white);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .015em;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.button:hover { border-color: var(--navy-deep); background: var(--navy-deep); box-shadow: 0 10px 22px rgba(16, 47, 73, .17); transform: translateY(-2px); }
.button--outline, .button--outline-dark { border-color: var(--line-dark); background: var(--white); box-shadow: none; color: var(--navy-deep); }
.button--outline:hover, .button--outline-dark:hover { border-color: var(--navy); background: var(--navy-soft); color: var(--navy-deep); }
.button--small { min-height: 43px; padding-inline: 16px; font-size: .76rem; }

.hero-panel {
  position: relative;
  padding: 31px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
}
.hero-panel h2 { margin: 0 0 11px; color: var(--navy-deep); font-size: 1.35rem; font-weight: 780; line-height: 1.25; }
.hero-panel p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.hero-panel ul { display: grid; gap: 11px; margin: 21px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-panel li { position: relative; padding-left: 24px; color: #3d5260; font-size: .88rem; font-weight: 650; }
.hero-panel li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--white);
}

.trust-strip { padding: 0; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 18px 24px; border-right: 1px solid var(--line); color: #435866; font-size: .77rem; font-weight: 750; text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item span { color: var(--gold-dark); margin-right: 7px; }

section { padding: 78px 0; }
.section-heading { max-width: 745px; margin-bottom: 36px; }
.section-heading h2 { margin: 14px 0 13px; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.15rem); line-height: 1.1; }
.section-heading p { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.service-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card {
  min-height: 236px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.service-link { display: block; color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-link:hover, .service-link:focus-visible { border-color: rgba(183, 121, 31, .65); box-shadow: 0 16px 32px rgba(16, 47, 73, .11); transform: translateY(-4px); }
.service-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 10px;
  background: var(--navy-soft);
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 850;
}
.service-card h3 { margin-bottom: 10px; color: var(--navy-deep); font-size: 1.22rem; line-height: 1.26; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.service-card--primary { min-height: 0; padding: 31px; }
.service-card--primary h3 { font-size: 1.42rem; }
.service-list { display: grid; gap: 9px; margin: 22px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-list li { position: relative; padding-left: 22px; color: #3f5361; font-size: .89rem; font-weight: 650; }
.service-list li::before { content: ""; position: absolute; top: .55em; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(183, 121, 31, .12); }
.service-link .read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 17px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.service-link .read-more::after { content: "\2192"; color: var(--gold-dark); font-size: 1rem; transition: transform .18s ease; }
.service-link:hover .read-more::after { transform: translateX(3px); }

.deliverables { background: var(--white); }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.deliverable-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  min-height: 146px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fbfcfc;
}
.deliverable-item > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); font-size: .9rem; font-weight: 850; }
.deliverable-item h3 { margin-bottom: 6px; color: var(--navy-deep); font-size: 1.15rem; line-height: 1.3; }
.deliverable-item p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.experience-grid .deliverable-item { min-height: 190px; }

.audience-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mist); }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.audience-band h2 { margin: 14px 0 15px; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.2rem); line-height: 1.1; }
.audience-band p { color: var(--muted); }
.stuck-copy .button { margin-top: 21px; }
.audience-links { display: grid; gap: 11px; }
.audience-link { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); box-shadow: 0 4px 14px rgba(16, 47, 73, .045); color: var(--navy-deep); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.audience-link strong { font-size: 1rem; font-weight: 760; letter-spacing: -.01em; }
.audience-link span { color: var(--gold-dark); font-size: .75rem; font-weight: 800; }
.audience-link:hover, .audience-link:focus-visible { border-color: var(--gold); transform: translateX(3px); }

.approach { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f0f4f4; color: var(--ink); }
.approach-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; align-items: start; }
.approach h2 { margin: 14px 0 0; color: var(--navy-deep); font-size: clamp(2.2rem, 3.8vw, 3.35rem); line-height: 1.09; }
.approach h2 em { color: var(--gold-dark); font-style: normal; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 4px 14px rgba(16, 47, 73, .04); }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: var(--gold-soft); font-size: .78rem; font-weight: 850; }
.step h3 { margin: 0 0 4px; color: var(--navy-deep); font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: .91rem; }

.credentials { background: var(--white); color: var(--ink); }
.credential-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.credentials h2 { margin: 14px 0 15px; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.2rem); line-height: 1.1; }
.credentials p { color: var(--muted); }
.credential-list { display: grid; margin: 0; padding: 10px 27px; border-radius: var(--radius); background: var(--navy-deep); box-shadow: var(--shadow); color: var(--white); }
.credential-list div { display: grid; grid-template-columns: 155px 1fr; gap: 17px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.credential-list div:last-child { border-bottom: 0; }
.credential-list dt { color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.credential-list dd { margin: 0; color: #f3f7fa; font-size: .93rem; }
.credential-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.credentials .scope-note { color: #687783; }

.fit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 28px; }
.fit-item { padding: 19px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.fit-item strong { display: block; margin-bottom: 5px; color: var(--navy-deep); font-size: .99rem; font-weight: 780; }
.fit-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.faq h2 { margin: 14px 0 0; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.15rem); line-height: 1.1; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 19px; color: var(--navy-deep); cursor: pointer; font-size: .98rem; font-weight: 760; line-height: 1.35; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--gold-dark); font-size: 1.35rem; font-weight: 500; }
.faq-list details[open] { border-color: var(--line-dark); box-shadow: var(--shadow-sm); }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { max-width: 720px; padding: 0 46px 18px 19px; margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.contact { border-top: 1px solid var(--line); background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: start; }
.contact-card { padding: 36px; border-radius: var(--radius); background: var(--navy-deep); box-shadow: var(--shadow); color: var(--white); }
.contact-card .eyebrow { border-color: rgba(243, 223, 184, .25); background: rgba(243, 223, 184, .1); color: var(--gold-soft); }
.contact-card h2 { margin: 15px 0 13px; color: var(--white); font-size: clamp(2rem, 3.2vw, 2.65rem); line-height: 1.08; }
.contact-card p { color: #cad6df; }
.contact-list { display: grid; gap: 15px; margin-top: 27px; padding-top: 23px; border-top: 1px solid rgba(255, 255, 255, .14); }
.contact-list a { color: var(--white); font-size: 1.05rem; font-weight: 760; text-decoration-color: rgba(243, 223, 184, .55); text-underline-offset: 4px; }
.contact-list small { display: block; margin-bottom: 2px; color: var(--gold-soft); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-note { margin-top: 27px; color: #bfcdd7 !important; font-size: .79rem; }
.contact-details { padding: 9px 0 0; }
.contact-details h2 { margin: 14px 0; color: var(--navy-deep); font-size: clamp(2.15rem, 3.6vw, 3.05rem); line-height: 1.09; }
.contact-details > p { max-width: 620px; color: var(--muted); font-size: .99rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; margin: 28px 0; }
.contact-guidance { padding: 19px 21px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 9px; background: var(--paper); color: #4d606d; font-size: .88rem; }
.contact-guidance strong { color: var(--navy-deep); }
.contact-card .contact-guidance { border-color: rgba(255, 255, 255, .14); border-left-color: var(--gold); background: rgba(255, 255, 255, .07); color: #d4dee6; }
.contact-card .contact-guidance strong { color: var(--gold-soft); }
.scope-note { margin-top: 16px; color: var(--muted); font-size: .78rem; }
.contact-card .scope-note { color: #bfccd6; }

footer { border-top: 5px solid var(--gold); background: var(--navy-deep); color: #c8d3dc; }
.footer { display: flex; justify-content: space-between; gap: 36px; padding: 31px 0 34px; font-size: .78rem; }
.footer strong { color: var(--white); }
.footer a { color: var(--gold-soft); text-decoration: none; }
.footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: flex-start; gap: 9px 17px; max-width: 470px; }
.footer-license { display: block; max-width: 620px; margin-top: 7px; color: #9fb0bd; line-height: 1.48; }
.mobile-contact { display: none; }

@media (max-width: 980px) {
  .nav { gap: 16px; }
  .brand { min-width: 220px; }
  .nav-links a { padding-inline: 7px; font-size: .73rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 36px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: 1fr; }
  .audience-grid, .approach-grid, .credential-grid, .faq-grid, .contact-grid { gap: 42px; }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 36px, 1180px); }
  .brand-tagline { display: none; }
  .hero-grid, .page-hero .hero-grid { grid-template-columns: 1fr; padding: 64px 0 58px; }
  .hero-panel { max-width: 690px; }
  .audience-grid, .approach-grid, .credential-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 30px; }
  .credential-list { max-width: 690px; }
  .footer { display: grid; grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; max-width: 690px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .site-header { position: static; }
  .nav { flex-wrap: wrap; gap: 8px; padding: 12px 0 10px; }
  .brand { width: 100%; min-width: 0; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong { font-size: .86rem; }
  .nav-links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .nav-links a { min-height: 40px; padding: 6px 4px; font-size: .68rem; }
  .hero-grid, .page-hero .hero-grid { padding: 52px 0 48px; }
  .hero h1, .page-hero h1 { margin: 15px 0 18px; font-size: clamp(2.18rem, 11vw, 3rem); line-height: 1.03; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hero-panel { padding: 25px 23px; border-radius: 14px; }
  .trust-items, .service-grid, .deliverable-grid, .fit-list { grid-template-columns: 1fr; }
  .trust-item { padding: 14px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  section { padding: 56px 0; }
  .section-heading h2, .audience-band h2, .approach h2, .credentials h2, .faq h2, .contact-details h2 { font-size: clamp(1.95rem, 9vw, 2.45rem); }
  .service-card { min-height: 0; padding: 23px; }
  .deliverable-item { min-height: 0; grid-template-columns: 40px 1fr; padding: 21px; }
  .audience-link { grid-template-columns: 1fr; gap: 5px; }
  .approach-grid { gap: 30px; }
  .step { grid-template-columns: 42px 1fr; padding: 18px; }
  .step > span { width: 38px; height: 38px; }
  .credential-list { padding: 8px 21px; }
  .credential-list div { grid-template-columns: 1fr; gap: 3px; padding: 13px 0; }
  .faq-grid { gap: 29px; }
  .contact-card { padding: 28px 24px; border-radius: 14px; }
  .contact-card h2 { font-size: 2rem; }
  .contact-actions, .credential-actions { display: grid; grid-template-columns: 1fr; }
  .footer { padding-bottom: 91px; line-height: 1.75; }
  .mobile-contact { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .78fr 1.22fr; border-top: 1px solid rgba(255, 255, 255, .15); background: var(--navy-deep); box-shadow: 0 -8px 24px rgba(9, 34, 56, .22); }
  .mobile-contact a { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 0 10px; color: var(--white); font-size: .73rem; font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-contact a:first-child { border-right: 1px solid rgba(255, 255, 255, .15); color: var(--gold-soft); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .button:hover, .service-link:hover, .audience-link:hover { transform: none; }
}
