:root {
  --navy: #081426;
  --ink: #14223d;
  --muted: #546176;
  --white: #f6f8fc;
  --line: #dce3ed;
  --sky: #a9cbf2;
  --page: #fff;
  color-scheme: light;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--page); color: var(--ink); font-size: 1rem; line-height: 1.65; }
body, button, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; overflow-wrap: anywhere; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: #c4dbf6; color: var(--navy); }
:focus-visible { outline: 3px solid #4d91db; outline-offset: 6px; border-radius: 3px; }
.wrap { width: min(1224px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -90px; left: 1rem; padding: .75rem 1.25rem; background: white; color: var(--navy); }
.skip-link:focus { top: 1rem; }
.intro { background: var(--navy); color: var(--white); }
.site-header { height: 110px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff20; position: relative; z-index: 20; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-art { position: relative; display: block; width: 170px; height: 49px; overflow: hidden; }
.brand-art img { position: absolute; width: 207.2px; max-width: none; height: auto; top: -27px; left: -19.5px; }
.intro .brand-art img { filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; gap: 2.5rem; font-size: .9375rem; }
.primary-nav a { padding: .6rem 0; color: #d1d9e7; transition: color .2s; }
.primary-nav a:hover { color: white; }
.primary-nav a:last-child { margin-left: .5rem; }
.primary-nav a span { padding-left: .4rem; }
.menu-toggle { display: none; }
.hero { isolation: isolate; position: relative; overflow: hidden; }
.hero-art { position: absolute; z-index: -2; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: 60% center; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #081426 0%, #081426f5 20%, #081426c4 43%, #08142600 74%); }
.hero-content { position: relative; padding-block: 77px 83px; }
.eyebrow { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .8125rem; letter-spacing: .075em; line-height: 1.65; font-weight: 400; color: var(--muted); margin-bottom: 1.65rem; }
.eyebrow.light { color: #b3c3d9; }
.hero .eyebrow { display: flex; align-items: center; gap: .9rem; }
.eyebrow-rule { width: 24px; height: 1px; background: #aac2e1; flex: 0 0 auto; }
h1 { font-size: clamp(4.5rem, 6.7vw, 6.5rem); line-height: .98; letter-spacing: -.055em; max-width: 650px; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; color: #c5dbf7; }
.hero-description { max-width: 425px; color: #c3cedf; font-size: 1.0625rem; line-height: 1.7; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 2.1rem; min-height: 54px; padding: .9rem 1.6rem; font-size: .9375rem; font-weight: 500; border-radius: 100px; transition: background .2s, transform .2s; }
.button-light { background: #f3f6fb; color: var(--navy); margin-top: 2.05rem; }
.button-light:hover { background: #d9e9fc; transform: translateY(-2px); }
.button svg { flex-shrink: 0; }
.hero-bottom { border-top: 1px solid #ffffff26; padding-block: 1.65rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #b9c7da; }
.hero-bottom p { font-family: "SFMono-Regular", Consolas, monospace; font-size: .75rem; letter-spacing: .12em; }
.hero-bottom a { display: flex; align-items: center; gap: 2rem; font-size: .875rem; }
.hero-bottom a span { font-size: 1.3rem; color: #fff; }
.section-pad { padding-block: 108px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 3.1rem; }
h2 { font-size: clamp(2.5rem, 3.6vw, 3.75rem); line-height: 1.1; letter-spacing: -.045em; }
.section-intro { max-width: 340px; color: var(--muted); font-size: 1rem; padding-bottom: .1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.service-card { background: #f3f6fa; border: 1px solid #e4e9f1; border-radius: 3px; padding: 2rem; display: flex; flex-direction: column; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3.1rem; }
.service-number { font-family: "SFMono-Regular", Consolas, monospace; font-size: .8125rem; color: #64748a; }
.service-top svg { color: #3c526e; }
.service-card h3 { font-size: 1.875rem; line-height: 1.18; letter-spacing: -.035em; margin-bottom: 1.2rem; }
.service-card > p { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: 2.4rem; }
.tags li { color: #4b5b72; border: 1px solid #d8e0eb; padding: .3rem .65rem; border-radius: 100px; font-size: .8125rem; line-height: 1.5; }
.process { border-top: 1px solid var(--line); padding-top: 92px; }
.process-grid { display: grid; grid-template-columns: 1fr 1.16fr; gap: 6rem; align-items: start; }
.process-intro > p:last-child { max-width: 355px; margin-top: 1.6rem; color: var(--muted); }
.process-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1.15rem; padding-block: 1.9rem; border-bottom: 1px solid var(--line); }
.process-steps li:first-child { padding-top: .15rem; }
.step-number { font-family: "SFMono-Regular", Consolas, monospace; font-size: .875rem; color: #7a8aa0; padding-top: .3rem; }
.process-steps h3 { font-size: 1.375rem; line-height: 1.35; letter-spacing: -.02em; margin-bottom: .7rem; }
.process-steps p { color: var(--muted); font-size: 1rem; max-width: 430px; }
.essence { background: #101f36; color: var(--white); padding-block: 100px; }
.essence-grid { display: grid; grid-template-columns: .95fr 1.2fr; gap: 7rem; align-items: center; }
.essence-visual { min-height: 380px; border: 1px solid #ffffff24; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.1rem; position: relative; }
.symbol { position: relative; width: 145px; height: 203px; overflow: hidden; }
.symbol img { position: absolute; width: 866px; max-width: none; height: auto; left: -81.5px; top: -113.2px; filter: brightness(0) invert(1); }
.mark-caption { font-family: "SFMono-Regular", Consolas, monospace; font-size: .75rem; letter-spacing: .08em; color: #aebed3; }
.essence-copy h2 { font-size: clamp(2.3rem, 3.2vw, 3.25rem); margin-bottom: 1.8rem; }
.essence-copy > p:not(.eyebrow) { color: #bfcadd; margin-bottom: 1.15rem; max-width: 500px; }
.purpose { border-top: 1px solid #ffffff24; padding-top: 1.5rem; margin-top: 2rem; display: flex; align-items: center; gap: 1rem; }
.purpose > span { width: 6px; height: 6px; border-radius: 50%; background: #bfdbfa; flex-shrink: 0; }
.purpose p { color: #e1eaf6; font-size: 1rem; }
.site-footer { background: #f7f9fc; }
.footer-top { padding-block: 3rem 2.5rem; display: flex; align-items: center; gap: 2rem; }
.footer-top > p { font-size: .9375rem; color: var(--muted); margin-left: auto; }
.back-top { display: flex; gap: 1.3rem; align-items: center; font-size: .875rem; margin-left: 1.5rem; }
.back-top span { font-size: 1.2rem; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 1.5rem; font-size: .8125rem; color: #617087; }
@media (min-width: 1550px) {
  .hero-art { object-position: right center; }
  .hero-content { padding-block: 98px 105px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .primary-nav { gap: 1.6rem; }
  .hero-content { padding-block: 70px; }
  h1 { font-size: 5.4rem; }
  .hero-art { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, #081426 0%, #081426e8 25%, #081426ac 48%, #08142615 95%); }
  .section-pad { padding-block: 80px; }
  .service-card { padding: 1.6rem; }
  .service-card h3 { font-size: 1.65rem; }
  .process-grid { gap: 3rem; }
  .essence-grid { gap: 3.5rem; }
  .footer-top { gap: 1.2rem; }
  .footer-top > p { max-width: 220px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 90px; }
  .brand-art { width: 145px; height: 42px; }
  .brand-art img { width: 177px; top: -23.1px; left: -16.7px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .7rem; padding: .6rem 0 .6rem .6rem; background: none; color: var(--white); border: 0; cursor: pointer; font-size: .875rem; }
  .primary-nav { position: absolute; top: 89px; left: -20px; right: -20px; background: #101f36; padding: 1.4rem 20px 1.8rem; display: flex; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid #ffffff26; }
  .js .primary-nav:not(.is-open) { display: none; }
  .primary-nav a { padding: .85rem 0; font-size: 1rem; }
  .primary-nav a:last-child { margin-left: 0; }
  .hero-content { padding-block: 58px 200px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .025em; gap: .55rem; }
  .eyebrow-rule { width: 15px; }
  h1 { font-size: clamp(3.7rem, 11vw, 5.5rem); line-height: 1.01; }
  .hero-description { max-width: 370px; font-size: 1rem; margin-top: 1.7rem; }
  .hero-art { height: 73%; top: auto; bottom: 0; object-position: 70% center; }
  .hero-shade { background: linear-gradient(180deg, #081426 0%, #081426f5 26%, #081426d4 48%, #08142600 80%); }
  .button { gap: 1.5rem; font-size: .9375rem; padding-inline: 1.3rem; }
  .button-light { margin-top: 1.65rem; }
  .hero-bottom { padding-block: 1.3rem; align-items: center; }
  .hero-bottom p { font-size: .75rem; letter-spacing: .035em; max-width: 140px; }
  .hero-bottom a { font-size: .8125rem; gap: .8rem; }
  .section-pad { padding-block: 66px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; }
  .eyebrow { margin-bottom: 1.25rem; }
  h2 { font-size: clamp(2.25rem, 7vw, 3rem); }
  .section-intro { max-width: 470px; }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-card { padding: 1.75rem; }
  .service-top { margin-bottom: 1.6rem; }
  .service-card h3 { font-size: 1.875rem; }
  .service-card h3 br { display: none; }
  .service-card h3 br::after { content: " "; }
  .tags { padding-top: 1.5rem; }
  .process-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-intro > p:last-child { max-width: 480px; }
  .process-steps li { grid-template-columns: 34px 1fr; gap: .8rem; padding-block: 1.6rem; }
  .process-steps h3 { font-size: 1.25rem; }
  .essence { padding-block: 65px; }
  .essence-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .essence-copy { grid-row: 1; }
  .essence-copy h2 { font-size: clamp(2.15rem, 6.7vw, 2.9rem); }
  .essence-visual { min-height: 300px; gap: 1.3rem; }
  .symbol { transform: scale(.84); margin-block: -12px; }
  .footer-top { flex-wrap: wrap; gap: 1.3rem; padding-block: 2.5rem 2rem; }
  .footer-top > p { margin-left: 0; max-width: none; flex: 1 1 100%; order: 3; }
  .back-top { margin-left: auto; font-size: .8125rem; gap: .5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .5rem; font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
