:root {
  --ink: #f0eeeb;
  --accent: #b5cadc;
  --paper: #0b0d10;
  --subtle: #afb4bd;
  --line: #30343b;
  --dark: #080a0e;
  --font: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.6; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1360px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -200px; left: 1rem; padding: 1rem; background: var(--accent); color: var(--dark); z-index: 50; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 3; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { width: 176px; height: 88px; object-fit: contain; filter: brightness(0) invert(1); opacity: .94; }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: .94rem; font-weight: 500; }
.site-header nav > a:not(.nav-contact):hover { color: var(--accent); }
.nav-contact { border: 1px solid #8a919c; border-radius: 2px; padding: 12px 22px; display: flex; gap: 28px; align-items: center; }
.nav-contact:hover { background: var(--ink); color: var(--paper); }
.hero { position: relative; isolation: isolate; display: flex; align-items: center; width: 100%; min-height: max(850px,95svh); padding: 195px 0 110px; overflow: hidden; background: #080c12; }
.hero-background { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(5,8,12,.43) 0%,rgba(5,8,12,.22) 40%,rgba(5,8,12,.04) 76%),linear-gradient(0deg,#0b0d10 0%,transparent 23%,transparent 80%,rgba(7,10,15,.25) 100%); }
.hero-copy { max-width: 820px; }
.eyebrow { font-size: .78rem; letter-spacing: .13em; font-weight: 600; line-height: 1.6; color: var(--accent); }
.hero .eyebrow { font-size: .8rem; letter-spacing: .16em; margin-bottom: 30px; }
h1 { font-size: clamp(4.5rem,7.8vw,7.75rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
h1 > span { color: #b6c9db; font-family: Georgia,'Times New Roman',serif; font-style: italic; font-weight: 400; letter-spacing: -.055em; }
.hero-description { max-width: 445px; margin-top: 32px; font-size: 1.0625rem; line-height: 1.8; color: #c5c8cf; }
.button { min-height: 57px; max-width: 100%; padding: 14px 25px; border-radius: 2px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; font-weight: 600; font-size: 1rem; transition: background .18s,transform .18s; }
.button:hover { transform: translateY(-2px); }
.button > span[aria-hidden] { font-size: 1.35rem; line-height: 1; }
.button-blue { background: #d2dce5; color: #10151b; margin-top: 29px; }
.button-blue:hover, .button-light:hover { background: white; }
.hero-note { color: #adb2bc; font-size: .8125rem; margin-top: 23px; }
.credentials { border-bottom: 1px solid var(--line); padding-block: 35px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.credentials p { display: flex; flex-direction: column; gap: 7px; }
.credentials p + p { border-left: 1px solid var(--line); padding-left: 35px; }
.credentials strong { font-size: 1.1rem; font-weight: 500; }
.credentials span { font-size: .875rem; color: var(--subtle); }
.section { padding-block: 115px; }
.section .eyebrow { margin-bottom: 25px; }
h2 { font-size: clamp(2.5rem,4.5vw,4.2rem); line-height: 1.12; font-weight: 400; letter-spacing: -.045em; }
.section-intro { font-size: 1.1rem; max-width: 600px; line-height: 1.8; color: var(--subtle); margin-top: 30px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 80px; align-items: end; }
.section-heading .section-intro { max-width: 400px; margin: 0 0 2px auto; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 38px; row-gap: 46px; margin-top: 65px; }
.service { border-top: 1px solid #454b55; padding-top: 25px; display: flex; flex-direction: column; align-items: start; }
.service-number { font-size: .875rem; color: #96aabe; margin-bottom: 26px; }
.service h3 { font-size: 1.35rem; letter-spacing: -.02em; line-height: 1.4; font-weight: 500; min-height: 3.6rem; max-width: 285px; }
.service p { color: var(--subtle); font-size: 1rem; line-height: 1.8; margin-top: 12px; margin-bottom: 26px; }
.service-note { font-size: .75rem; letter-spacing: .06em; color: #9bb3c9; font-weight: 500; margin-top: auto; }
.services-bottom { border-top: 1px solid var(--line); margin-top: 54px; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.services-bottom p { font-size: 1rem; color: var(--subtle); }
.text-link { display: inline-flex; gap: 20px; align-items: center; padding-block: 6px; font-size: .94rem; font-weight: 500; color: var(--accent); border-bottom: 1px solid #60758a; }
.text-link:hover { color: white; border-color: white; }
.text-link > span[aria-hidden] { font-size: 1.25rem; }
.results { background: #111720; border-block: 1px solid #29313d; }
.results-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.results-heading > div { min-width: 0; max-width: 100%; }
.results-heading > p { font-size: .94rem; color: var(--subtle); }
.results-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.results-grid article { border-top: 1px solid #46505e; padding-top: 25px; }
.result-industry { font-size: .75rem; letter-spacing: .1em; color: #afb9c8; }
.result-number { font-family: Georgia,'Times New Roman',serif; font-size: clamp(3.8rem,6vw,5.9rem); letter-spacing: -.06em; line-height: 1.3; font-weight: 400; color: #bdd0e0; margin-block: 16px 20px; }
.result-number > span { font-family: var(--font); font-size: .48em; letter-spacing: -.04em; }
.results-grid h3 { font-size: 1.05rem; font-weight: 500; line-height: 1.6; max-width: 280px; }
.results-grid h3 + p { font-size: 1rem; color: var(--subtle); line-height: 1.8; max-width: 325px; margin-top: 12px; }
.results .text-link { margin-top: 42px; }
.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); align-items: center; gap: 75px; }
.team-photo { margin: 0; overflow: hidden; background: #151b23; }
.team-photo img { width: 100%; height: 520px; object-fit: cover; object-position: 52% 35%; filter: saturate(.72) brightness(.83); }
.team-photo figcaption { padding: 23px; font-size: .75rem; letter-spacing: .12em; font-weight: 500; color: var(--accent); }
.about h2 { font-size: clamp(2.5rem,3.8vw,3.6rem); }
.about .section-intro { margin-top: 25px; color: var(--ink); font-size: 1.1rem; line-height: 1.8; }
.about-text { font-size: 1rem; color: var(--subtle); margin-top: 19px; line-height: 1.8; }
.about .text-link { margin-top: 25px; }
.contact { background: #121c29; border-block: 1px solid #364353; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 90px; align-items: center; }
.contact h2 { font-size: clamp(4rem,7vw,7rem); }
.contact-copy > p { font-size: 1.15rem; line-height: 1.8; max-width: 430px; color: #c5ccd6; }
.button-light { background: #cad9e5; color: #10151b; margin-top: 34px; }
.contact-details { display: flex; flex-direction: column; align-items: start; gap: 17px; margin-top: 38px; }
.contact-details a { max-width: 100%; border-bottom: 1px solid #718095; padding-bottom: 3px; overflow-wrap: anywhere; font-size: 1rem; }
.contact-details a:hover { border-color: white; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 28px; }
footer p { font-size: .8125rem; color: var(--subtle); }
.footer-brand .brand-logo { width: 150px; height: 75px; opacity: .8; }
.footer-links { display: flex; gap: 25px; font-size: .875rem; color: var(--subtle); align-items: center; }
.footer-links a:hover { color: white; }
@media (min-width:1600px) {
  .hero { padding-block: 210px 125px; }
}
@media (max-width:1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { min-height: 820px; padding-block: 185px 95px; }
  .hero-copy { max-width: 700px; }
  h1 { font-size: clamp(4.5rem,8.6vw,6.6rem); }
  .credentials { gap: 18px; }
  .credentials p + p { padding-left: 23px; }
  .section-heading { gap: 40px; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); }
  .service-grid { gap: 36px 25px; }
  .service h3 { font-size: 1.2rem; }
  .about-layout { gap: 38px; }
  .team-photo img { height: 530px; }
  .contact-layout { gap: 40px; }
  .results-grid { gap: 25px; }
  .footer-links { gap: 18px; }
}
@media (max-width:760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 94px; gap: 12px; }
  .site-header nav { gap: 10px; }
  .site-header nav > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 10px 14px; gap: 13px; font-size: .875rem; }
  .brand-logo { width: 148px; height: 74px; }
  .hero { min-height: 100svh; padding-block: 165px 90px; }
  .hero-copy { max-width: none; }
  .hero-background { object-position: 78% center; }
  .hero::before { background: linear-gradient(90deg,rgba(5,8,12,.77),rgba(5,8,12,.3)),linear-gradient(0deg,#0b0d10 0%,transparent 30%,rgba(5,8,12,.12) 100%); }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .12em; margin-bottom: 30px; }
  h1 { font-size: clamp(3.15rem,11.8vw,5.4rem); line-height: 1.06; }
  .hero-description { max-width: 365px; font-size: 1.0625rem; margin-top: 28px; }
  .hero-note { max-width: 290px; line-height: 1.7; }
  .hero .button { margin-top: 27px; }
  .credentials { grid-template-columns: 1fr; padding-block: 10px; gap: 0; }
  .credentials p { padding: 20px 0; flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; }
  .credentials p + p { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .credentials strong { font-size: 1rem; }
  .credentials span { font-size: .875rem; text-align: right; max-width: 185px; }
  .section { padding-block: 75px; }
  h2 { font-size: clamp(2.45rem,8.5vw,4rem); }
  .section-heading { grid-template-columns: 1fr; gap: 23px; }
  .section-heading .section-intro { margin: 0; max-width: 500px; }
  .section-intro { font-size: 1.05rem; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 24px; margin-top: 43px; }
  .service h3 { font-size: 1.15rem; min-height: 3rem; }
  .service-number { margin-bottom: 17px; }
  .services-bottom { align-items: start; flex-direction: column; gap: 14px; margin-top: 34px; }
  .results-heading { align-items: start; flex-direction: column; gap: 24px; }
  .results-heading > p br { display: none; }
  .results-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 38px; }
  .results-grid article { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 24px; align-items: start; }
  .result-industry { grid-column: 1/-1; }
  .result-number { grid-column: 1; grid-row: 2/4; font-size: clamp(3.1rem,11vw,4.75rem); margin-top: 16px; margin-bottom: 0; }
  .results-grid h3 { grid-column: 2; margin-top: 21px; font-size: 1rem; }
  .results-grid h3 + p { grid-column: 2; margin-top: 10px; }
  .results .text-link { margin-top: 32px; }
  .about-layout { grid-template-columns: 1fr; gap: 42px; }
  .team-photo img { height: auto; aspect-ratio: 1.12; object-position: center 32%; }
  .about h2 { font-size: clamp(2.45rem,8.5vw,4rem); }
  .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .contact h2 { font-size: clamp(4rem,14vw,6rem); }
  .contact-copy > p { font-size: 1.0625rem; max-width: 490px; }
  .contact-details { margin-top: 30px; }
  .footer-links { gap: 18px; flex-wrap: wrap; }
  .footer-brand .brand-logo { width: 135px; height: 67px; }
  footer { flex-wrap: wrap; padding-block: 25px; gap: 18px; }
  footer p { width: 100%; order: 2; margin-top: 10px; }
}
@media (max-width:430px) {
  .service-grid { grid-template-columns: 1fr; gap: 33px; }
  .service h3 { min-height: 0; font-size: 1.35rem; max-width: none; }
  .service p { margin-bottom: 20px; }
  .results-grid article { display: block; }
  .result-number { font-size: 4.4rem; margin-block: 10px; }
  .results-grid h3 { margin-top: 0; max-width: none; }
  .results-grid h3 + p { max-width: none; }
  .footer-links { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none!important; transition: none!important; }
}

/* WordPress admin bar and theme-independent base layout. */
body.md-digital-homepage{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.6;}
body.md-digital-homepage p,body.md-digital-homepage h1,body.md-digital-homepage h2,body.md-digital-homepage h3{padding:0;}
body.md-digital-homepage.admin-bar .site-header{top:32px;}
@media(max-width:782px){body.md-digital-homepage.admin-bar .site-header{top:46px;}}

body.md-digital-homepage h1,body.md-digital-homepage h2,body.md-digital-homepage h3{font-family:var(--font);}
