@charset "UTF-8";

:root {
  color-scheme: light;
  --ink: #152d42;
  --muted: #526575;
  --blue: #235dc6;
  --line: #dce4eb;
  --paper: #f7f9fc;
  --white: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  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; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
::selection { background: #c9dbf8; color: #152d42; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
.container { width: min(100% - 7rem, 1280px); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: 1rem; z-index: 10; padding: .8rem 1rem; color: white; background: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { background: var(--white); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.375rem; font-weight: 650; letter-spacing: -.055rem; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; color: var(--blue); }
.brand-light { font-weight: 400; }
nav { display: flex; align-items: center; gap: 2.4rem; font-size: .875rem; font-weight: 500; }
.overview-link { color: var(--muted); padding-block: .8rem; }
.overview-link:hover { color: var(--blue); }
.nav-contact { display: flex; gap: 1.3rem; align-items: center; border: 1px solid var(--line); padding: .8rem 1.1rem; transition: background .2s, border-color .2s; }
.nav-contact:hover { border-color: var(--ink); background: var(--paper); }
.nav-contact span { font-size: 1.1rem; }

.hero { background: var(--paper); border-block: 1px solid #e8edf2; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.04fr 1fr; min-height: 690px; align-items: center; gap: 3rem; padding-block: 5rem 4.5rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; line-height: 1.6; font-weight: 600; margin: 0 0 2rem; color: var(--muted); }
.small-rule { width: 24px; height: 2px; background: var(--blue); }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(3.7rem, 5.8vw, 5.45rem); line-height: 1.045; letter-spacing: -.05em; font-weight: 450; margin-bottom: 1.75rem; }
h1 span { color: var(--blue); }
.hero-description { max-width: 370px; font-size: 1.0625rem; line-height: 1.75; color: var(--muted); margin-bottom: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 52px; gap: 2rem; padding: .9rem 1.3rem; font-size: .875rem; font-weight: 550; background: var(--ink); color: var(--white); transition: background .2s, transform .2s; }
.button svg { width: 22px; height: 22px; }
.button:hover { background: var(--blue); transform: translateY(-2px); }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 1.4rem; border-top: 1px solid var(--line); font-size: .6875rem; letter-spacing: .14em; color: var(--muted); }
.hero-bottom a { display: flex; align-items: center; gap: 2rem; font-size: .8125rem; letter-spacing: 0; }
.hero-bottom a:hover { color: var(--blue); }
.hero-bottom a span { font-size: 1.1rem; }

.hero-art { position: relative; height: 490px; width: 100%; isolation: isolate; }
.art-grid { position: absolute; inset: -6% -7%; opacity: .6; background-image: linear-gradient(#d6e0ea 1px, transparent 1px), linear-gradient(90deg, #d6e0ea 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(ellipse, #000 5%, transparent 70%); }
.art-orbit { position: absolute; left: 50%; top: 44%; aspect-ratio: 1; border: 1px solid #d9e3ec; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 83%; }
.orbit-two { width: 64%; }
.art-sculpture { position: absolute; width: 70%; height: 73%; top: 8%; left: 14%; transform: rotate(-30deg) skewY(10deg); }
.plane { position: absolute; width: 66%; height: 66%; border: 1px solid #aebfd1; background: repeating-linear-gradient(90deg, transparent 0, transparent 13px, #b2c5d754 13px, #b2c5d754 14px), linear-gradient(135deg, #f3f7fa, #d8e4ef); box-shadow: 14px 20px 25px #233e5d08; }
.plane-back { top: 0; left: 29%; background: #e6edf5; }
.plane-middle { top: 16%; left: 16%; border-color: #adc0d8; }
.plane-front { top: 32%; left: 3%; border-color: #2760b8; background: repeating-linear-gradient(90deg, transparent 0, transparent 13px, #a5c7ef30 13px, #a5c7ef30 14px), linear-gradient(135deg, #548fdf, #225bb9 72%); box-shadow: 20px 25px 32px #183b7121; }
.plane-edge { top: 32%; left: 3%; width: 10px; background: #194987; border: 0; transform-origin: left; transform: translateY(5px) skewY(45deg); box-shadow: none; }
.art-cross { position: absolute; color: #8d9fb1; font-size: 1rem; font-weight: 300; }
.cross-one { left: 2%; top: 12%; }
.cross-two { right: 0; bottom: 20%; }
.art-caption { position: absolute; bottom: 0; width: 100%; display: flex; justify-content: center; align-items: center; gap: .7rem; color: var(--muted); font-size: .75rem; letter-spacing: .025em; }
.caption-rule { width: 20px; height: 1px; background: #8b9eb2; }

.section { padding-block: 6.5rem; }
.overview-inner { display: grid; grid-template-columns: 1.04fr 1fr; gap: 5rem; }
.section .eyebrow { margin-bottom: 1.6rem; color: var(--blue); }
h2 { font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 450; letter-spacing: -.045em; line-height: 1.2; margin-bottom: 0; }
.overview-copy { padding-top: 2.75rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.8; }
.overview-copy p { margin-bottom: 1.15rem; }
.focus-line { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .8125rem; color: var(--ink); padding-top: 1.4rem; margin-top: 1.8rem; border-top: 1px solid var(--line); }
.focus-divider { height: 12px; width: 1px; background: #9cabb9; }

.contact { background: #eef3f8; border-block: 1px solid var(--line); padding-block: 4.8rem; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4.5rem; }
.contact .eyebrow { margin-bottom: 1.1rem; }
.contact h2 { font-size: clamp(2.8rem, 4vw, 3.65rem); }
.contact-description { color: var(--muted); font-size: 1rem; line-height: 1.7; margin: 1.3rem 0 0; }
.email-link { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 1rem; row-gap: .8rem; border-bottom: 1px solid #a4b5c5; padding: 1rem 0 1.25rem; transition: border-color .2s, color .2s; min-width: 0; }
.email-label { grid-column: 1 / -1; color: var(--muted); font-size: .8125rem; }
.email-address { font-size: clamp(1.1rem, 1.8vw, 1.55rem); letter-spacing: -.025em; overflow-wrap: anywhere; }
.email-link svg { width: 30px; height: 30px; }
.email-link:hover { color: var(--blue); border-color: var(--blue); }

.site-footer { padding-block: 2.2rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.3rem 2rem; }
.footer-brand { font-size: 1rem; gap: .4rem; letter-spacing: -.03rem; }
.footer-brand .brand-mark { width: 26px; height: 26px; }
.legal { font-size: .75rem; line-height: 1.5; color: var(--muted); margin: 0; }
.footer-domain { color: var(--muted); font-size: .75rem; }

@media (min-width: 1600px) {
  .hero-inner { min-height: 750px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 4rem); }
  .hero-inner { gap: 1.5rem; min-height: 650px; }
  .hero-art { height: 420px; }
  h1 { font-size: 4rem; }
  .overview-inner { gap: 3rem; }
  .contact-inner { gap: 3rem; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 3rem); }
  .header-inner { min-height: 84px; gap: 1rem; }
  .brand { font-size: 1.125rem; gap: .35rem; }
  .brand-mark { width: 29px; height: 29px; }
  .overview-link { display: none; }
  .nav-contact { padding: .65rem .8rem; gap: .6rem; font-size: .8125rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 1rem; padding-block: 3.5rem 2rem; }
  .hero .eyebrow { margin-bottom: 1.7rem; }
  h1 { font-size: clamp(3.6rem, 10vw, 4.8rem); }
  .hero-description { max-width: 360px; }
  .hero-art { height: 360px; max-width: 420px; justify-self: center; margin-top: .5rem; }
  .hero-bottom { padding-block: 1.1rem; }
  .section { padding-block: 4rem; }
  .overview-inner, .contact-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .overview-copy { padding-top: 0; }
  .overview-copy p { max-width: 540px; }
  .focus-line { gap: .8rem; margin-top: 1.5rem; }
  .contact-inner { gap: 2rem; }
  .email-address { font-size: 1.25rem; }
  .email-link { max-width: 480px; }
  .footer-inner { justify-content: flex-start; gap: 1rem; }
  .footer-brand { width: 100%; }
  .footer-domain { margin-left: auto; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 2.5rem); }
  .brand { font-size: 1rem; }
  .brand-mark { width: 24px; height: 24px; }
  .nav-contact span { display: none; }
  .nav-contact { padding: .65rem; }
  h1 { font-size: 3.4rem; }
  .hero-art { height: 300px; }
  .email-address { font-size: 1rem; letter-spacing: -.015em; }
  .focus-divider { display: none; }
  .focus-line { flex-direction: column; align-items: flex-start; gap: .4rem; }
  .footer-domain { margin-left: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
