@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1623;
  --navy-2: #102536;
  --ink: #0d1c2a;
  --paper: #f4f1ea;
  --cream: #fbfaf6;
  --line: rgba(13, 28, 42, .16);
  --light-line: rgba(244, 241, 234, .18);
  --accent: #c69048;
  --accent-bright: #dfa957;
  --muted: #68727b;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(4, 15, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -50px; left: 16px; background: var(--accent); color: var(--navy); padding: 10px 14px; font-weight: 800; z-index: 20; }
.skip-link:focus { top: 16px; }

.site-header { background: var(--navy); color: var(--cream); border-bottom: 1px solid rgba(244,241,234,.14); position: relative; z-index: 10; }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .08em; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; background: var(--accent); color: var(--navy); font: 500 11px/1 "DM Mono", monospace; letter-spacing: -.06em; }
.brand-name { font-size: 13px; font-weight: 500; }
.brand-name strong { font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { opacity: .78; transition: opacity .2s ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 16px; background: var(--accent); color: var(--navy); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--accent-bright); }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--cream); cursor: pointer; padding: 8px 0 8px 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: currentColor; margin: 5px 0; }

.hero { background: var(--navy); color: var(--cream); padding: 84px 0 0; overflow: hidden; }
.hero-grid { min-height: 530px; display: grid; grid-template-columns: 1.23fr .77fr; gap: 82px; align-items: end; }
.hero-copy { padding-bottom: 86px; }
.eyebrow, .section-kicker, .panel-label, .contact-label { margin: 0; text-transform: uppercase; font: 500 11px/1.5 "DM Mono", monospace; letter-spacing: .08em; }
.eyebrow { color: rgba(244,241,234,.63); display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: inline-block; width: 31px; height: 1px; background: var(--accent); }
h1 { margin: 24px 0 24px; max-width: 760px; font-size: clamp(46px, 5.7vw, 82px); line-height: .99; letter-spacing: -.06em; font-weight: 800; }
h1 em { color: var(--accent-bright); font-style: normal; }
.hero-intro { max-width: 600px; margin: 0; color: rgba(244,241,234,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 14px; padding: 15px 20px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--navy); }
.button-primary:hover { background: var(--accent-bright); }
.button-ghost { border: 1px solid rgba(244,241,234,.42); color: var(--cream); }
.button-ghost:hover { border-color: var(--cream); }
.hero-panel { margin-bottom: 70px; min-height: 350px; padding: 28px 30px 24px; position: relative; background: linear-gradient(145deg, rgba(35,65,82,.76), rgba(13,28,42,.9)); border: 1px solid rgba(244,241,234,.20); box-shadow: var(--shadow); }
.hero-panel::after { content: ""; width: 110px; height: 110px; position: absolute; right: -33px; top: -35px; border: 1px solid rgba(198,144,72,.6); transform: rotate(45deg); }
.panel-topline { width: 100%; height: 4px; background: var(--accent); margin-bottom: 24px; }
.panel-label { color: rgba(244,241,234,.55); }
.capability-list { list-style: none; margin: 26px 0; padding: 0; border-top: 1px solid var(--light-line); }
.capability-list li { padding: 13px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-bottom: 1px solid var(--light-line); font-size: 14px; font-weight: 700; }
.capability-list span { color: var(--accent-bright); font: 400 11px/1.8 "DM Mono", monospace; }
.panel-footer { display: flex; justify-content: space-between; margin-top: 32px; color: rgba(244,241,234,.46); font: 500 10px/1.5 "DM Mono", monospace; letter-spacing: .09em; }
.hero-rule { height: 1px; background: rgba(244,241,234,.18); }

.statement { padding: 130px 0; background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .52fr 1.48fr; gap: 44px; }
.section-kicker { color: var(--muted); }
.statement h2, .section-heading h2, .experience h2, .contact h2 { margin: 0; letter-spacing: -.05em; line-height: 1.08; font-size: clamp(34px, 4vw, 56px); font-weight: 800; }
.statement h2 { max-width: 890px; }
.statement p:not(.section-kicker) { max-width: 675px; margin: 28px 0 0; color: #4a555f; font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--accent); font-size: 13px; font-weight: 800; }

.services { padding: 120px 0 135px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 290px; padding: 25px 25px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: var(--paper); transform: translateY(-4px); }
.service-number { color: var(--accent); font: 500 11px/1.5 "DM Mono", monospace; }
.service-card h3 { margin: 62px 0 14px; font-size: 19px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: #59636c; font-size: 14px; line-height: 1.7; }

.experience { padding: 116px 0; background: var(--navy-2); color: var(--cream); }
.experience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.section-kicker-light { color: rgba(244,241,234,.52); }
.experience h2 { margin-top: 23px; }
.experience-intro { max-width: 520px; margin: 25px 0 0; color: rgba(244,241,234,.72); font-size: 16px; line-height: 1.8; }
.partner-wall { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.partner-wall span { min-height: 75px; display: flex; align-items: center; padding: 16px 20px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); color: rgba(244,241,234,.86); font-size: 13px; font-weight: 700; letter-spacing: -.02em; }

.contact { padding: 120px 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: end; }
.contact h2 { margin-top: 23px; }
.contact > .container > div > p:not(.section-kicker):not(.contact-label):not(.contact-note) { color: #59636c; max-width: 450px; font-size: 16px; line-height: 1.7; }
.contact-card { padding: 34px 35px 27px; background: var(--navy); color: var(--cream); box-shadow: var(--shadow); }
.contact-label { color: rgba(244,241,234,.53); }
.contact-email { display: inline-block; margin-top: 31px; color: var(--accent-bright); font-size: clamp(24px, 3vw, 37px); letter-spacing: -.05em; font-weight: 800; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-note { margin: 19px 0 31px; color: rgba(244,241,234,.64); max-width: 400px; font-size: 14px; line-height: 1.7; }
.contact-meta { padding-top: 17px; border-top: 1px solid var(--light-line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(244,241,234,.54); font: 500 10px/1.5 "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.contact-meta a { color: var(--cream); font-size: 10px; }

.site-footer { padding: 24px 0; background: var(--navy); color: rgba(244,241,234,.62); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-footer { color: var(--cream); }
.site-footer p, .top-link { margin: 0; font: 500 10px/1.5 "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.top-link { color: var(--cream); }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 36px; }
  .hero-panel { margin-bottom: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 250px; }
  .experience-layout, .contact-grid { gap: 48px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 34px, 1160px); }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 16px 17px 22px; background: var(--navy); border-top: 1px solid rgba(244,241,234,.12); border-bottom: 1px solid rgba(244,241,234,.16); flex-direction: column; align-items: stretch; gap: 17px; }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.nav-cta) { padding: 2px 0; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 60px; }
  .hero-grid, .statement-grid, .experience-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 0; }
  .hero-copy { padding-bottom: 55px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-panel { min-height: 0; margin: 0 0 48px; }
  .statement, .services, .experience, .contact { padding: 78px 0; }
  .statement-grid { gap: 28px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 23px; }
  .service-card h3 { margin-top: 38px; }
  .partner-wall { grid-template-columns: 1fr; }
  .contact-grid { gap: 38px; }
  .contact-card { padding: 28px 24px 23px; }
  .contact-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
