:root {
  --navy: #0b192c;
  --navy-2: #142a42;
  --ink: #152a3d;
  --gold: #c5a059;
  --champagne: #e0c58c;
  --paper: #f4f6f9;
  --warm: #f8f6f1;
  --muted: #697887;
  --line: #d9e0e6;
  --white: #fff;
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 15px/1.5 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; width: min(1320px, calc(100% - 80px)); height: 92px; margin: auto; display: flex; align-items: center; color: var(--white); }
.wordmark { display: flex; align-items: center; gap: 11px; }
.mark { position: relative; display: block; width: 39px; height: 39px; border: 1px solid var(--gold); border-radius: 50%; color: var(--champagne); font: italic 25px/39px var(--serif); }
.mark b { position: absolute; left: 8px; font-weight: 500; }
.mark i { position: absolute; left: 16px; top: 2px; color: var(--white); font-style: italic; }
.mark u { position: absolute; top: 9px; left: 11px; width: 17px; height: 8px; border-top: 1px solid var(--gold); border-radius: 50%; text-decoration: none; transform: rotate(-14deg); }
.wordmark-text { display: grid; line-height: 1; }
.wordmark-text strong { font: 600 19px var(--serif); letter-spacing: .08em; }
.wordmark-text small { margin-top: 5px; color: var(--champagne); font-size: 8px; letter-spacing: .22em; }
.site-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 43px; color: #c0cbd5; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { transition: color .2s; }
.site-nav a:hover { color: var(--champagne); }
.nav-cta, .button { display: inline-flex; align-items: center; gap: 18px; padding: 14px 18px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .03em; transition: .2s ease; }
.nav-cta, .button-gold { background: var(--gold); color: var(--navy); }
.nav-cta:hover, .button-gold:hover { background: var(--champagne); transform: translateY(-2px); }
.nav-cta span, .button span, .text-arrow span { font-size: 16px; font-weight: 400; }
.menu-toggle { display: none; margin-left: auto; padding: 6px; border: 0; background: transparent; color: var(--white); }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px; background: currentColor; }

.hero { position: relative; min-height: 760px; padding: 150px 0 0; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-main { position: relative; z-index: 3; }
.hero-kicker { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 14px; color: #8c9dad; font: 9px var(--mono); letter-spacing: .12em; }
.hero-kicker .rule { width: 32px; height: 1px; background: var(--gold); }
.hero-kicker b { color: var(--gold); font-weight: 400; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; padding-top: 64px; }
.overline { margin: 0 0 20px; color: var(--champagne); font: 500 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.overline.dark { color: #82909e; }
.overline i { margin: 0 5px; color: #768b9e; font-style: normal; }
.hero h1 { max-width: 720px; margin: 0 0 29px; color: var(--white); font: 500 clamp(56px, 7vw, 90px)/.98 var(--serif); letter-spacing: -.055em; }
.hero h1 em, h2 em, h3 em { color: var(--gold); font-style: italic; }
.hero-lead { max-width: 565px; margin: 0; color: #fff; font: 500 21px/1.45 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.quiet-link { color: #bec9d2; font-size: 10px; }
.quiet-link span { padding-left: 9px; color: var(--gold); font-size: 16px; }
.hero-aside { padding-top: 61px; }
.hero-aside p { max-width: 230px; margin: 0; padding-left: 21px; border-left: 1px solid var(--gold); color: #aebac5; font-size: 12px; line-height: 1.8; }
.coordinates { display: flex; gap: 23px; margin-top: 39px; color: #71869a; font: 10px var(--mono); }
.hero-foot { display: flex; align-items: center; gap: 20px; margin-top: 108px; color: #768a9d; font: 9px var(--mono); }
.hero-foot b { padding-left: 7px; color: var(--gold); font-size: 16px; font-weight: 400; }
.hero-foot-note { color: #d3dbe2; }
.hero-foot-line { height: 1px; flex: 1; background: #344a61; }
.hero-image { position: absolute; z-index: 1; right: 0; bottom: 0; width: 49%; height: 560px; overflow: hidden; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 34%), linear-gradient(0deg, #0b192c99, transparent 55%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.image-label { position: absolute; z-index: 2; bottom: 31px; left: 31px; display: flex; align-items: flex-start; gap: 18px; color: var(--white); }
.image-label span { color: var(--gold); font: 10px var(--mono); }
.image-label b { font: 500 19px/1.2 var(--serif); }

.proof { display: grid; grid-template-columns: 230px 1fr; gap: 60px; padding-top: 55px; padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.proof-intro { display: flex; gap: 23px; }
.section-number { color: var(--gold); font: 10px var(--mono); }
.proof-intro p { margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.proof-list { display: flex; flex-wrap: wrap; align-content: center; gap: 23px 36px; color: #7b8996; font: 600 12px var(--serif); text-transform: uppercase; }
.proof-list span { white-space: nowrap; }
.proof-list b { font: 500 7px var(--mono); }

.manifesto { display: grid; grid-template-columns: 155px minmax(0, 730px) 100px; gap: 40px; padding-top: 145px; padding-bottom: 150px; }
.manifesto-index { color: var(--gold); font: 10px var(--mono); }
.manifesto-index small { display: block; margin-top: 10px; color: #8b98a4; font-size: 8px; line-height: 1.4; }
h2 { margin: 0; color: var(--navy); font: 500 clamp(40px, 5vw, 64px)/1.06 var(--serif); letter-spacing: -.055em; }
.manifesto-text { max-width: 595px; margin: 32px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.text-arrow { display: inline-flex; gap: 18px; align-items: center; margin-top: 32px; padding-bottom: 10px; border-bottom: 1px solid var(--gold); font-size: 10px; font-weight: 700; }
.manifesto-note { align-self: end; justify-self: end; padding-left: 14px; border-left: 1px solid var(--gold); color: var(--navy); font: italic 27px/.8 var(--serif); }
.manifesto-note span { font: 7px var(--mono); font-style: normal; letter-spacing: .07em; }

.profile { display: grid; grid-template-columns: 39% minmax(0, 1fr); gap: 88px; align-items: center; padding-bottom: 147px; }
.profile-image { position: relative; height: 530px; }
.profile-image::after { content: ''; position: absolute; inset: 18px -18px -18px 18px; background: var(--gold); opacity: .2; }
.profile-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); }
.profile-tag { position: absolute; z-index: 2; bottom: 25px; left: -20px; padding: 16px 22px; background: var(--navy); color: var(--white); font: 20px/1.05 var(--serif); }
.profile-tag b { color: var(--champagne); font-weight: 500; }
.profile-content > p:not(.overline) { max-width: 570px; margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.profile-signature { display: flex; align-items: center; gap: 17px; width: 250px; margin-top: 32px; padding-top: 17px; border-top: 1px solid var(--line); }
.profile-signature span { color: var(--gold); font: italic 25px var(--serif); }
.profile-signature small { color: #7f8b97; font: 8px/1.4 var(--mono); }
.stats { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); padding-top: 30px; border-top: 1px solid var(--line); }
.stats > div { display: flex; align-items: center; gap: 17px; padding-left: 27px; border-right: 1px solid var(--line); }
.stats > div:first-child { padding-left: 0; }
.stats > div:last-child { border: 0; }
.stats b { color: var(--gold); font: 500 32px var(--serif); }
.stats span { color: var(--muted); font-size: 10px; line-height: 1.45; }

.services { padding-bottom: 150px; }
.services-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 43px; }
.services-heading > div { position: relative; }
.services-heading .section-number { position: absolute; top: 4px; left: -33px; }
.services-heading > p { max-width: 300px; margin: 0 0 6px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-list { border-top: 1px solid var(--navy); }
.service-item { display: grid; grid-template-columns: 165px minmax(0, 1.15fr) minmax(0, 1fr); gap: 38px; padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.service-meta { display: flex; flex-direction: column; gap: 9px; color: var(--gold); font: 9px var(--mono); letter-spacing: .07em; }
.service-meta b { width: max-content; padding: 5px 7px; background: var(--gold); color: var(--navy); font: 8px var(--mono); }
.service-title h3 { margin: 0; color: var(--navy); font: 500 37px/1.02 var(--serif); letter-spacing: -.045em; }
.service-title p { max-width: 300px; margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.service-details { display: flex; flex-direction: column; }
.service-details ul { padding: 0; margin: 0; list-style: none; }
.service-details li { position: relative; padding: 0 0 10px 16px; color: #536271; font-size: 11px; line-height: 1.4; }
.service-details li::before { content: '+'; position: absolute; left: 0; color: var(--gold); font-size: 14px; }
.service-details a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.service-details a span { color: var(--gold); font-size: 16px; }
.service-featured { margin: 0 -22px; padding: 30px 22px 34px; background: var(--navy); color: var(--white); }
.service-featured .service-title h3 { color: var(--white); }
.service-featured .service-title p, .service-featured .service-details li { color: #aebac5; }
.service-featured .service-details a { border-color: #30465e; color: var(--white); }

.ecosystem { position: relative; overflow: hidden; padding: 110px 0 120px; background: var(--navy); color: var(--white); }
.ecosystem::after { content: 'JC'; position: absolute; right: -15px; top: -70px; color: #fff; opacity: .025; font: 700 390px var(--serif); }
.ecosystem-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.light-number { display: block; margin-bottom: 31px; }
.ecosystem h2 { color: var(--white); }
.ecosystem-body { padding-top: 70px; }
.ecosystem-body > p { max-width: 480px; margin: 0; color: var(--white); font: 500 20px/1.55 var(--serif); }
.ecosystem-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 13px; margin-top: 63px; color: #d6dee5; font-size: 10px; }
.ecosystem-map span { display: grid; gap: 10px; }
.ecosystem-map b { color: var(--gold); font: 9px var(--mono); }
.ecosystem-map i { color: var(--gold); font-size: 17px; font-style: normal; }

.stories { display: grid; grid-template-columns: 35% minmax(0, 1fr); gap: 70px; padding-top: 136px; padding-bottom: 147px; }
.stories-heading h2 { font-size: 52px; }
.story-controls { display: flex; align-items: center; gap: 15px; margin-top: 48px; color: #7c8995; font: 9px var(--mono); }
.story-controls button { width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 15px; }
.story-controls button:hover { border-color: var(--gold); color: var(--gold); }
.story-controls span { margin: 0 7px; }
.story-controls b { color: var(--gold); font-weight: 400; }
.stories-viewport { overflow: hidden; }
.stories-track { display: flex; transition: transform .4s ease; }
.story { display: flex; min-width: 100%; min-height: 347px; flex-direction: column; padding: 35px 39px 30px; border-top: 2px solid var(--gold); background: var(--white); }
.quote { height: 35px; color: var(--gold); font: 56px/.5 Georgia, serif; }
.story blockquote { max-width: 565px; margin: 21px 0 29px; color: var(--navy); font: 500 21px/1.5 var(--serif); }
.story footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.story footer b, .story footer span { display: block; font-size: 10px; }
.story footer span { margin-top: 5px; color: var(--muted); }

.contact { width: 100%; display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; padding: 106px max(40px, calc((100% - 1100px) / 2)) 112px; background: var(--navy); color: var(--white); }
.contact h2 { color: var(--white); }
.contact-intro > p:not(.overline) { max-width: 400px; margin: 28px 0 0; color: #aab7c4; font-size: 13px; line-height: 1.8; }
.direct { display: grid; gap: 9px; margin-top: 61px; padding-top: 17px; border-top: 1px solid #304359; color: #8091a1; font: 9px var(--mono); }
.direct a { color: var(--champagne); font: 12px var(--sans); }
.direct b { margin-left: 8px; font-size: 16px; font-weight: 400; }
.lead-form { display: grid; align-content: center; gap: 24px; }
.form-line { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lead-form label { display: grid; gap: 10px; color: #a6b4c1; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 9px 0; border: 0; border-bottom: 1px solid #40536a; border-radius: 0; outline: 0; background: transparent; color: var(--white); font: 13px var(--sans); }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--gold); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #697c8f; }
.lead-form select { color: #a6b4c1; }
.lead-form select option { color: var(--navy); }
.lead-form .button { justify-self: start; margin-top: 5px; }
.form-help { margin-top: -11px; color: #697c8f; font-size: 9px; }

.site-footer { padding-top: 64px; background: #071423; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1fr; gap: 45px; padding-bottom: 59px; }
.footer-main p { max-width: 230px; margin: 22px 0 0; color: #81909e; font-size: 11px; line-height: 1.7; }
.site-footer h3 { margin: 4px 0 21px; color: var(--champagne); font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-main) a, .footer-grid > div:not(.footer-main) span { display: block; margin-bottom: 12px; color: #9eacb9; font-size: 11px; }
.footer-grid a:hover { color: var(--champagne) !important; }
.footer-social { display: flex; gap: 8px; margin-top: 22px; }
.footer-social a { display: grid !important; width: 29px; height: 29px; margin: 0 !important; place-items: center; border: 1px solid #3a4b60; font-size: 9px !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; padding-bottom: 23px; border-top: 1px solid #1d3043; color: #627386; font: 9px var(--mono); }

@media (max-width: 950px) {
  .wrap { width: min(800px, calc(100% - 56px)); }
  .site-header { width: calc(100% - 56px); }
  .site-nav { gap: 16px; margin-right: 20px; }
  .hero-grid { gap: 40px; }
  .proof { gap: 30px; }
  .profile { gap: 55px; }
  .service-item { grid-template-columns: 130px minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
  .service-title h3 { font-size: 32px; }
  .ecosystem-inner { gap: 45px; }
  .stories { gap: 42px; }
  .stories-heading h2 { font-size: 44px; }
  .contact { gap: 55px; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 42px); }
  .site-header { width: calc(100% - 42px); height: 76px; }
  .site-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { position: absolute; top: 76px; right: 0; left: 0; display: flex; flex-direction: column; gap: 19px; padding: 23px 21px; border-top: 1px solid #304359; background: var(--navy); box-shadow: 0 15px 20px #0003; }
  .site-nav.open a { font-size: 10px; }
  .hero { min-height: auto; padding-top: 123px; }
  .hero-kicker { grid-template-columns: 32px 1fr; }
  .hero-kicker b { display: none; }
  .hero-grid { display: block; padding-top: 54px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 19px; }
  .hero-aside { padding-top: 38px; }
  .hero-foot { margin-top: 54px; padding-bottom: 34px; }
  .hero-image { position: relative; width: calc(100% - 21px); height: 320px; }
  .image-label { bottom: 21px; left: 20px; }
  .proof { display: block; padding-top: 39px; padding-bottom: 42px; }
  .proof-intro { margin-bottom: 27px; }
  .proof-list { gap: 19px 25px; font-size: 11px; }
  .manifesto { display: block; padding-top: 90px; padding-bottom: 94px; }
  .manifesto-index { margin-bottom: 39px; }
  .manifesto h2 { font-size: 43px; }
  .manifesto-note { display: none; }
  .profile { display: block; padding-bottom: 98px; }
  .profile-image { height: 410px; margin: 0 19px 62px 0; }
  .profile h2 { font-size: 43px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px 0; margin-top: 55px; }
  .stats > div { gap: 12px; padding-left: 0; border: 0; }
  .stats b { font-size: 27px; }
  .stats span { font-size: 9px; }
  .services { padding-bottom: 92px; }
  .services-heading { display: block; }
  .services-heading .section-number { position: static; display: block; margin-bottom: 30px; }
  .services-heading > p { margin-top: 23px; }
  .services h2 { font-size: 44px; }
  .service-item { display: block; padding: 28px 0 31px; }
  .service-meta { margin-bottom: 31px; }
  .service-title h3 { font-size: 39px; }
  .service-title p { margin-bottom: 29px; }
  .service-details li { padding-bottom: 12px; }
  .service-details a { margin-top: 18px; }
  .service-featured { margin: 0 -15px; padding: 28px 15px 31px; }
  .ecosystem { padding: 82px 0 90px; }
  .ecosystem-inner { display: block; }
  .ecosystem-body { padding-top: 38px; }
  .ecosystem-body > p { font-size: 18px; }
  .ecosystem-map { grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 43px; }
  .ecosystem-map i { display: none; }
  .stories { display: block; padding-top: 91px; padding-bottom: 96px; }
  .stories-heading h2 { font-size: 43px; }
  .story-controls { margin: 31px 0; }
  .story { min-height: 335px; padding: 29px 23px 25px; }
  .story blockquote { font-size: 19px; }
  .contact { display: block; padding: 83px 21px 86px; }
  .contact h2 { font-size: 44px; }
  .direct { margin-top: 43px; }
  .lead-form { margin-top: 59px; }
  .form-line { display: block; }
  .form-line label + label { margin-top: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 37px 25px; }
  .footer-main { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
  .footer-bottom span + span { margin-top: 6px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .service-title h3 { font-size: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
