:root {
  --ink: #073d50;
  --ink-deep: #042d3c;
  --blue: #74c6eb;
  --blue-pale: #d8eef8;
  --mint: #a3e3c8;
  --cream: #f7f5ef;
  --line: rgba(7, 61, 80, 0.17);
  --white: #ffffff;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 10; padding: 10px 14px; color: var(--ink); background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 2; width: 100%; color: var(--white); }
.nav-wrap { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: grid; grid-template-columns: 45px auto; align-items: center; column-gap: 10px; font-size: 28px; font-weight: 750; letter-spacing: -0.055em; }
.brand small { grid-column: 2; margin-top: -4px; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.brand-mark { position: relative; display: inline-flex; width: 45px; height: 33px; align-items: flex-end; gap: 3px; }
.brand-mark::before { content: ""; position: absolute; inset: 1px 0 auto; width: 42px; height: 15px; border-radius: 100% 0 100% 0; background: #f5d327; transform: rotate(-10deg); }
.brand-mark i { width: 10px; border-radius: 4px 4px 1px 1px; background: var(--mint); z-index: 1; }
.brand-mark i:nth-child(1) { height: 17px; background: #fa5c8d; }
.brand-mark i:nth-child(2) { height: 24px; background: #6ad6ee; }
.brand-mark i:nth-child(3) { height: 14px; background: #88df96; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; font-weight: 600; }
nav > a:not(.nav-cta) { opacity: .95; }
.nav-cta { border: 1px solid rgba(255,255,255,.65); padding: 17px 21px; }

.hero { position: relative; isolation: isolate; min-height: 760px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: linear-gradient(128deg, #deeff5 0%, #9cd6ee 43%, #5aa5cf 70%, #1a627f 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(3, 50, 67, .88) 0, rgba(3, 50, 67, .08) 28%, rgba(4, 46, 62, .43) 100%); }
.hero-grid { position: absolute; z-index: -1; width: 1100px; height: 620px; right: -250px; bottom: -220px; opacity: .73; transform: perspective(650px) rotateX(57deg) rotateZ(-13deg); background-image: linear-gradient(90deg, rgba(7,61,80,.55) 2px, transparent 2px), linear-gradient(0deg, rgba(7,61,80,.55) 2px, transparent 2px); background-size: 81px 45px; box-shadow: 0 0 0 140px rgba(250,255,255,.12) inset; }
.orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 600px; height: 600px; top: 130px; right: -180px; background: radial-gradient(circle at 30% 35%, rgba(245,255,255,.65), rgba(255,255,255,0) 62%); }
.orb-two { width: 560px; height: 300px; bottom: -100px; left: -80px; background: rgba(245,255,255,.32); filter: blur(35px); }
.hero-content { padding-top: 100px; }
.eyebrow, .section-label { margin: 0 0 25px; font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 32px; font-size: clamp(55px, 7.1vw, 105px); line-height: .93; font-weight: 560; letter-spacing: -.075em; }
h1 em { display: block; font-family: var(--font-serif); font-weight: 400; letter-spacing: -.07em; }
.hero-copy { margin-bottom: 36px; font-size: 20px; line-height: 1.45; }
.button { display: inline-flex; align-items: center; gap: 31px; padding: 22px 28px; color: var(--white); background: var(--ink); font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--ink-deep); transform: translateY(-2px); }
.button span { color: var(--mint); font-size: 24px; line-height: 0; }
.hero-footer { position: absolute; right: 0; bottom: 38px; left: 0; display: flex; justify-content: space-between; align-items: center; color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-footer a { display: inline-flex; align-items: center; gap: 22px; }
.hero-footer a span { font-size: 27px; }

.section { padding: clamp(82px, 11vw, 155px) 0; }
.two-column { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(40px, 10vw, 170px); }
.section-label { color: #4888a3; }
h2 { max-width: 820px; margin-bottom: 28px; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; font-weight: 530; letter-spacing: -.06em; }
.intro p:not(.section-label) { max-width: 710px; font-size: 18px; line-height: 1.7; }
.intro p + p { margin-bottom: 0; }
.focus-section { color: var(--white); background: var(--ink); }
.focus-section .section-label { color: var(--mint); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(40px, 10vw, 170px); margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.focus-grid article { min-height: 285px; padding: 27px 35px 25px 0; border-right: 1px solid rgba(255,255,255,.3); }
.focus-grid article + article { padding-left: 35px; }
.focus-grid article:last-child { padding-right: 0; border-right: 0; }
.number { display: block; margin-bottom: 68px; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
h3 { margin-bottom: 13px; font-size: 25px; font-weight: 610; letter-spacing: -.04em; }
.focus-grid p { max-width: 290px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; }
.perspective { padding-top: 82px; padding-bottom: 82px; background: var(--blue-pale); }
.perspective-card { padding: clamp(38px, 6vw, 80px); background: #b5dded; }
.perspective-card .section-label { color: var(--ink); }
blockquote { max-width: 910px; margin: 0; font-family: var(--font-serif); font-size: clamp(34px, 5vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.connect { padding: clamp(85px, 11vw, 145px) 0; color: var(--white); background: var(--ink-deep); }
.connect-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; }
.connect .section-label { color: var(--mint); }
.connect h2 { margin-bottom: 0; }
.connect-card { padding: 36px; background: rgba(255,255,255,.08); }
.connect-card p { max-width: 360px; margin-bottom: 26px; line-height: 1.65; }
.button.light { color: var(--ink); background: var(--white); }
.button.light:hover, .button.light:focus-visible { background: var(--mint); }
.site-footer { padding: 27px 0; color: rgba(255,255,255,.62); background: #022735; font-size: 12px; }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 740px) {
  .container { width: min(100% - 36px, 1180px); }
  .nav-wrap { min-height: 89px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 12px 14px; font-size: 12px; }
  .brand { grid-template-columns: 36px auto; font-size: 23px; }
  .brand-mark { width: 36px; transform: scale(.8); transform-origin: left center; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 105px; }
  .hero-footer { bottom: 24px; }
  .hero-footer > span { display: none; }
  .hero-footer a { margin-left: auto; }
  .two-column, .section-heading, .connect-inner { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 44px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article, .focus-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .focus-grid article:last-child { border-bottom: 0; }
  .number { margin-bottom: 30px; }
  .footer-wrap { flex-direction: column; }
}
