:root { --blue: #0d63e5; --ink: #082149; --line: #d8e3f4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.content-width { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.hero { position: relative; min-height: min(790px, 100vh); overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 30%, rgba(91, 176, 255, .28), transparent 23rem), radial-gradient(circle at 11% 94%, rgba(2, 68, 174, .55), transparent 34rem), linear-gradient(130deg, #082f75 0%, #075ed9 53%, #0b74ef 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.orb { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.orb-one { width: 490px; height: 490px; top: -245px; right: -82px; }
.orb-two { width: 690px; height: 690px; left: -430px; bottom: -430px; }
.site-header, .hero-content, .hero-foot { position: relative; z-index: 1; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.brand img, .footer-brand img { display: block; object-fit: contain; }
.brand img { width: 54px; height: 54px; border-radius: 14px; background: #fff; box-shadow: 0 6px 16px rgba(0, 31, 85, .18); }
.header-link { padding: 10px 0; font-size: 13px; font-weight: 650; letter-spacing: .01em; opacity: .92; }
.header-link span { margin-left: 5px; font-size: 16px; }
.hero-content { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; padding: 132px 0 104px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.35rem, 6.4vw, 5.75rem); font-weight: 750; line-height: .96; letter-spacing: -.074em; }
h1 em, h2 em { color: #9fd1ff; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.intro { max-width: 505px; margin-bottom: 32px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.65; }
.primary-link { display: inline-flex; align-items: center; gap: 26px; border-radius: 999px; padding: 16px 20px 16px 24px; color: var(--blue); background: #fff; font-size: 14px; font-weight: 750; box-shadow: 0 16px 35px rgba(0,31,85,.22); transition: transform .2s ease, box-shadow .2s ease; }
.primary-link span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 15px; }
.primary-link:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(0,31,85,.3); }
.route-card { position: relative; width: min(100%, 390px); justify-self: end; padding: 24px 25px 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.43); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.25), rgba(255,255,255,.08)); box-shadow: 0 25px 55px rgba(0, 40, 110, .22); backdrop-filter: blur(12px); }
.route-card::after { position: absolute; right: -13%; bottom: -41%; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.route-card-top, .route-card-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; }
.route-card-top { color: rgba(255,255,255,.73); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.route-number { color: #fff; }
.route-visual { position: relative; z-index: 1; height: 154px; margin: 18px 8px 10px; }
.route-line { position: absolute; top: 76px; right: 12%; left: 10%; height: 66px; border-top: 2px dashed rgba(255,255,255,.76); border-radius: 50%; transform: rotate(-13deg); }
.pin { position: absolute; z-index: 2; display: block; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: #4598ff; box-shadow: 0 0 0 5px rgba(255,255,255,.14); }
.pin-start { top: 85px; left: 9%; }.pin-end { top: 42px; right: 12%; }
.plane { position: absolute; top: 35px; left: 54%; z-index: 2; color: #fff; font-size: 36px; transform: rotate(-20deg); text-shadow: 0 7px 18px rgba(0,28,80,.23); }
.route-card-bottom { gap: 16px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }.route-card-bottom div { display: grid; gap: 4px; }
.route-card-bottom small { color: rgba(255,255,255,.64); font-size: 8px; font-weight: 750; letter-spacing: .12em; }.route-card-bottom strong { color: #fff; font-size: 13px; }
.hero-foot { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .04em; }.scroll-cue { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 15px; }
.what-we-do { display: grid; grid-template-columns: 1.1fr .72fr; gap: 80px; padding-top: 128px; padding-bottom: 62px; }.section-heading h2 { max-width: 680px; margin-bottom: 0; color: var(--ink); font-size: clamp(2.55rem, 4.3vw, 4.25rem); font-weight: 750; line-height: .99; letter-spacing: -.067em; }.section-heading h2 em { color: var(--blue); }.section-intro { align-self: end; max-width: 350px; margin-bottom: 6px; color: #50709b; font-size: 16px; line-height: 1.65; }
.topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 132px; }.topic-card { min-height: 272px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.topic-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(19, 74, 152, .12); }.topic-card.featured { border-color: transparent; color: #fff; background: linear-gradient(145deg, #075fe0, #0a4aad); }.topic-index { display: block; margin-bottom: 68px; color: #87a9d8; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.featured .topic-index { color: rgba(255,255,255,.58); }.topic-card h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.045em; }.topic-card p { margin-bottom: 0; color: #6280aa; font-size: 14px; line-height: 1.65; }.featured p { color: rgba(255,255,255,.78); }
.instagram-band { color: #fff; background: var(--ink); }.instagram-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding-top: 77px; padding-bottom: 77px; }.instagram-inner .eyebrow { margin-bottom: 13px; color: #86bcff; }.instagram-inner h2 { max-width: 630px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.04; letter-spacing: -.06em; }.instagram-link { position: relative; display: grid; min-width: 201px; gap: 5px; padding: 18px 53px 18px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; transition: border-color .2s ease, background .2s ease; }.instagram-link:hover { border-color: #fff; background: rgba(255,255,255,.08); }.instagram-link span { color: #9bc9ff; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.instagram-link strong { font-size: 15px; }.instagram-link i { position: absolute; top: 50%; right: 18px; font-size: 19px; font-style: normal; transform: translateY(-50%); }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 30px; padding-bottom: 30px; color: #7891b3; font-size: 11px; }.footer-brand { color: var(--ink); font-size: 16px; }.footer-brand img { width: 40px; height: 40px; mix-blend-mode: multiply; }.site-footer p { margin: 0; }.site-footer > span { justify-self: end; }
@media (max-width: 780px) { .content-width { width: min(100% - 38px, 560px); }.hero { min-height: auto; }.hero-content { grid-template-columns: 1fr; gap: 54px; padding: 89px 0 70px; }.route-card { width: 100%; max-width: 390px; justify-self: start; }.hero-foot { padding-bottom: 22px; }.what-we-do { grid-template-columns: 1fr; gap: 23px; padding-top: 84px; padding-bottom: 47px; }.section-intro { margin-bottom: 0; }.topics { grid-template-columns: 1fr; padding-bottom: 83px; }.topic-card { min-height: 220px; }.topic-index { margin-bottom: 36px; }.instagram-inner { display: grid; padding-top: 61px; padding-bottom: 61px; }.instagram-link { justify-self: start; }.site-footer { grid-template-columns: 1fr; gap: 15px; }.site-footer > span { justify-self: start; } }
@media (max-width: 440px) { .content-width { width: calc(100% - 32px); }.header-link { font-size: 12px; }h1 { font-size: 3.25rem; }.intro { font-size: 15px; }.route-card { padding: 21px; }.route-visual { height: 130px; }.site-footer p { line-height: 1.5; } }
