:root { color-scheme: light; --navy: #06172e; --blue: #075fff; --paper: #f4f7fa; --muted: #46545f; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--navy); }
.shell { width: min(100% - 96px, 1440px); margin-inline: auto; }
.masthead { background: #fff; border-top: 4px solid var(--blue); }
.masthead .shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 112px; }
.logo { display: block; width: 264px; max-width: 100%; height: auto; }
.brand-line { font-size: 14px; line-height: 1.5; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; max-width: 1536px; margin-inline: auto; background: var(--navy); color: #fff; }
.copy { padding: clamp(48px, 6vw, 96px) clamp(32px, 5vw, 80px); align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: #d3dce2; font-size: 13px; line-height: 1.5; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 3px; background: var(--blue); flex-shrink: 0; }
h1 { font-size: clamp(48px, 4.8vw, 76px); letter-spacing: -.045em; line-height: 1.04; margin: 0 0 32px; font-weight: 800; overflow-wrap: anywhere; }
h1 span { color: #fff; }
.intro { max-width: 34ch; margin: 0 0 16px; font-size: 22px; line-height: 1.5; }
.description { color: #d3dce2; max-width: 38ch; margin: 0; font-size: 18px; line-height: 1.6; }
.launch { display: flex; align-items: stretch; gap: 20px; margin-top: 48px; }
.launch-line { width: 3px; background: var(--blue); flex-shrink: 0; }
.launch p { margin: 0; color: #d3dce2; font-size: 15px; line-height: 1.7; }
.launch strong { color: #fff; font-weight: 700; }
.hero-art { min-width: 0; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #eaf2fc; min-height: 700px; }
.field { width: 100%; height: 100%; max-height: 940px; display: block; }
.art-caption { position: absolute; left: 40px; bottom: 32px; margin: 0; padding: 8px 16px; border-left: 3px solid var(--blue); background: #eaf2fc; color: var(--navy); font-size: 19px; line-height: 1.5; }
.promise { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 32px; border-bottom: 1px solid #dce2e7; }
.promise p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.promise .promise-title { color: var(--navy); font-weight: 700; font-size: 20px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
.footer p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--muted); }
@media (max-width: 1099px) { .shell { width: calc(100% - 64px); } .copy { padding: 48px 32px; } h1 { font-size: clamp(40px, 5.1vw, 58px); } .hero-art { min-height: 620px; } .intro { font-size: 20px; } }
@media (max-width: 767px) { .shell { width: calc(100% - 40px); } .masthead .shell { min-height: 92px; } .logo { width: 216px; } .brand-line { display: none; } .hero { grid-template-columns: minmax(0, 1fr); } .copy { padding: 40px 20px; } .eyebrow { margin-bottom: 24px; font-size: 12px; } h1 { font-size: clamp(38px, 9.7vw, 62px); line-height: 1.08; margin-bottom: 24px; } .intro { font-size: 19px; } .description { font-size: 17px; } .launch { margin-top: 32px; } .hero-art { min-height: 0; height: 360px; } .field { width: 100%; height: 100%; } .art-caption { left: 20px; bottom: 20px; font-size: 17px; } .promise { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 24px; } .promise p { font-size: 15px; } .footer { gap: 16px; } }
@media (forced-colors: active) { .eyebrow span, .launch-line { background: CanvasText; } .hero { border: 1px solid CanvasText; } }
