:root {
  --navy: #071628;
  --navy-2: #0b2341;
  --blue: #1597e5;
  --blue-bright: #2db8ff;
  --orange: #ff6a2b;
  --cream: #f3f1eb;
  --white: #ffffff;
  --ink: #0a1827;
  --muted: #617080;
  --line: #dfe4e7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: #04101f; color: #d8e9f5; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: var(--blue-bright); }

.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid #e7eaec; }
.nav-wrap { min-height: 92px; display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 36px; }
.brand { width: 245px; height: 72px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { justify-self: center; display: flex; gap: 34px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.mobile-menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 3px; padding: 17px 22px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 13px 18px; background: var(--navy); color: white; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 34px rgba(255,106,43,.23); }
.button-primary:hover { background: #ff7b45; }
.button-light { background: white; color: var(--navy); }

.hero { position: relative; overflow: hidden; min-height: 720px; background: var(--navy); color: white; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 73% 43%, rgba(21,151,229,.22), transparent 27%), linear-gradient(110deg, #061325 0%, #08192d 54%, #0c2c50 100%); }
.hero::after { content: ""; position: absolute; left: -80px; bottom: -260px; width: 650px; height: 650px; border: 1px solid rgba(45,184,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(45,184,255,.025), 0 0 0 150px rgba(45,184,255,.018); }
.stars { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle, white 1px, transparent 1.5px); background-size: 92px 92px; mask-image: linear-gradient(to right, transparent, #000 45%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 40px; padding-top: 45px; padding-bottom: 60px; }
.hero-copy { position: relative; z-index: 2; padding: 28px 0 20px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #88cfee; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.hero h1, .section h2, .comfort-copy h2, .launch-cta h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .015em; line-height: .91; }
.hero h1 { max-width: 620px; font-size: clamp(64px, 6.3vw, 102px); }
.hero h1 em, .section h2 em, .launch-cta h2 em { color: var(--blue-bright); font-style: normal; }
.hero-lede { max-width: 530px; margin: 28px 0 30px; color: #bdcbd8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 13px 3px; border-bottom: 1px solid rgba(255,255,255,.28); color: white; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { margin-left: 10px; color: var(--blue-bright); }
.hero-note { margin-top: 42px; display: flex; align-items: center; gap: 15px; color: #8fa5b9; font-size: 12px; line-height: 1.5; }
.hero-note strong { color: white; font-size: 13px; }
.signal { width: 34px; height: 34px; border: 1px solid rgba(45,184,255,.45); border-radius: 50%; position: relative; }
.signal::before, .signal::after { content: ""; position: absolute; border: 1px solid var(--blue-bright); border-radius: 50%; inset: 7px; }
.signal::after { inset: 13px; background: var(--blue-bright); }

.hero-visual { position: relative; height: 570px; }
.hero-photo { position: absolute; z-index: 2; inset: 26px 0 0 48px; margin: 0; overflow: hidden; border-radius: 240px 240px 28px 28px; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 35px 80px rgba(0,0,0,.4); }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 8px rgba(255,255,255,.04); border-radius: inherit; pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(45,184,255,.35); border-radius: 50%; transform: rotate(-16deg); }
.orbit-one { width: 660px; height: 310px; right: -95px; top: 120px; }
.orbit-two { width: 560px; height: 240px; right: -30px; top: 175px; border-color: rgba(255,106,43,.3); }
.van-card { position: absolute; z-index: 4; left: -8px; bottom: 0; width: 290px; background: white; color: var(--navy); padding: 10px; box-shadow: 0 24px 55px rgba(0,0,0,.35); border-radius: 4px; }
.van-card img { width: 100%; height: 110px; object-fit: cover; }
.van-card div { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 5px 2px; }
.van-card strong { font-size: 13px; text-transform: uppercase; }
.van-card span { color: var(--muted); font-size: 11px; }
.temp-card { position: absolute; z-index: 5; right: -22px; top: 55px; width: 116px; height: 116px; padding: 17px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--orange); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.temp-card .temp-snow { position: absolute; top: 14px; right: 16px; font-size: 20px; }
.temp-card strong { font-family: Impact, sans-serif; font-size: 34px; line-height: 1; }
.temp-card small { font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 104px; padding: 26px 28px; border-left: 1px solid var(--line); }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-item span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.trust-item p { margin: 8px 0 0; color: var(--navy); font-size: 14px; font-weight: 800; }

.section { padding: 120px 0; }
.services-section { background: var(--cream); }
.section-heading, .work-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.eyebrow-dark { color: #43718e; }
.section h2, .work-heading h2 { font-size: clamp(50px, 5vw, 76px); color: var(--navy); }
.section h2 em, .work-heading h2 em { color: var(--blue); }
.section-heading > p, .work-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd3d8; border-bottom: 1px solid #cbd3d8; }
.service-card { min-height: 455px; padding: 26px 24px 30px; background: transparent; border-left: 1px solid #cbd3d8; transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 1px solid #cbd3d8; }
.service-card:hover { background: white; transform: translateY(-8px); box-shadow: 0 24px 45px rgba(7,22,40,.08); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #8a98a4; font-size: 11px; font-weight: 800; }
.service-tag { padding: 6px 8px; color: var(--blue); border: 1px solid #bcd7e7; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.service-symbol { width: 112px; height: 112px; margin: 42px 0 34px; border: 1px solid #c4d8e4; border-radius: 50%; display: grid; place-items: center; position: relative; }
.service-symbol i { position: absolute; width: 68px; height: 1px; background: var(--orange); transform: rotate(-32deg); }
.service-symbol b { color: var(--navy); font-family: Impact, sans-serif; font-size: 38px; font-weight: 400; background: var(--cream); padding: 3px 8px; z-index: 1; }
.service-card:hover .service-symbol b { background: white; }
.service-card h3 { margin: 0 0 14px; color: var(--navy); font-family: Impact, "Arial Narrow", sans-serif; font-size: 27px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.service-card > p { min-height: 82px; margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card > a { color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card > a span { margin-left: 8px; color: var(--orange); }

.comfort-section { background: var(--navy); color: white; }
.comfort-grid { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 720px; }
.comfort-photo { position: relative; margin: 0; min-height: 720px; margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); }
.comfort-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, var(--navy) 100%); }
.comfort-photo img { width: 100%; height: 100%; object-fit: cover; }
.comfort-photo figcaption { position: absolute; z-index: 2; bottom: 28px; right: 24px; padding: 13px 16px; background: white; color: var(--navy); font-size: 12px; font-weight: 800; }
.comfort-photo figcaption span { display: block; margin-bottom: 4px; color: var(--orange); font-size: 8px; letter-spacing: .15em; }
.comfort-copy { padding: 95px 0 80px 74px; align-self: center; }
.comfort-copy h2 { font-size: clamp(52px, 5vw, 76px); }
.comfort-intro { max-width: 510px; margin: 26px 0 34px; color: #afc0d0; font-size: 16px; line-height: 1.7; }
.reason-list { margin-bottom: 30px; }
.reason-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.reason-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.reason-list span { color: var(--blue-bright); font-size: 10px; font-weight: 900; }
.reason-list p { margin: 0; color: #9fb0c0; font-size: 13px; line-height: 1.55; }
.reason-list strong { display: block; margin-bottom: 3px; color: white; font-size: 14px; }

.work-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 345px 245px; gap: 20px; }
.work-grid figure { position: relative; overflow: hidden; margin: 0; background: var(--navy); }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-grid figure:hover img { transform: scale(1.03); }
.work-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,14,27,.88), transparent 56%); }
.work-feature { grid-row: 1 / 3; }
.work-feature img { object-position: center 54%; }
.work-secondary img { object-position: center 58%; }
.work-wide img { object-position: center; }
.work-grid figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: white; }
.work-grid figcaption span { display: block; margin-bottom: 8px; color: var(--blue-bright); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.work-grid figcaption strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 28px; font-weight: 400; line-height: 1; text-transform: uppercase; }

.dispatch-section { padding: 110px 0; background: var(--cream); }
.dispatch-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.dispatch-photo { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: var(--navy); box-shadow: 0 30px 60px rgba(7,22,40,.14); }
.dispatch-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,15,30,.72), transparent 42%); pointer-events: none; }
.dispatch-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.dispatch-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: white; font-size: 13px; font-weight: 700; }
.dispatch-photo figcaption span { display: block; margin-bottom: 6px; color: var(--blue-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.dispatch-copy h2 { margin: 0; color: var(--navy); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(52px, 5vw, 76px); font-weight: 400; letter-spacing: .015em; line-height: .91; text-transform: uppercase; }
.dispatch-copy h2 em { color: var(--blue); font-style: normal; }
.dispatch-copy > p:not(.eyebrow) { max-width: 500px; margin: 26px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.dispatch-links { display: grid; border-top: 1px solid #cbd3d8; }
.dispatch-links a { position: relative; display: grid; gap: 4px; padding: 16px 42px 16px 0; border-bottom: 1px solid #cbd3d8; transition: padding-left .2s ease, background .2s ease; }
.dispatch-links a:hover, .dispatch-links a:focus-visible { padding-left: 12px; background: rgba(21,151,229,.06); }
.dispatch-links span { color: #52758b; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.dispatch-links strong { color: var(--navy); font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.dispatch-links b { position: absolute; right: 10px; top: 50%; color: var(--orange); font-size: 16px; transform: translateY(-50%); }

.launch-cta { position: relative; overflow: hidden; padding: 88px 0; background: #0b2948; color: white; }
.launch-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(45,184,255,.17), transparent 30%); }
.cta-orbit { position: absolute; width: 670px; height: 180px; right: -160px; top: 80px; border: 1px solid rgba(45,184,255,.24); border-radius: 50%; transform: rotate(-16deg); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.launch-cta h2 { font-size: clamp(52px, 5.1vw, 78px); }
.cta-action { justify-self: end; max-width: 360px; }
.cta-action p { margin: 0 0 24px; color: #b5c6d5; font-size: 15px; line-height: 1.6; }
.contact-actions { display: grid; gap: 10px; }
.contact-channel { display: block; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.contact-channel:hover, .contact-channel:focus-visible { border-color: var(--blue-bright); background: rgba(45,184,255,.09); transform: translateX(3px); }
.contact-channel span { display: block; margin-bottom: 4px; color: #7fc8ec; font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact-channel strong { display: block; color: white; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.contact-channel b { color: var(--orange); font-weight: 900; }

footer { background: #040f1e; color: white; }
.footer-main { min-height: 150px; display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 40px; }
.footer-main img { width: 235px; height: 105px; object-fit: contain; background: white; border-radius: 2px; }
.footer-contact { display: grid; justify-items: start; gap: 7px; }
.footer-contact p { max-width: 360px; margin: 0 0 3px; color: #8fa0b1; font-size: 13px; line-height: 1.6; }
.footer-contact a { color: #a9c3d7; font-size: 12px; transition: color .2s ease; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--blue-bright); }
.footer-contact a span { color: var(--orange); }
.footer-phone { color: var(--blue-bright); font-family: Impact, sans-serif; font-size: 29px; letter-spacing: .04em; }
.footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #718397; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .brand { width: 205px; }
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { height: 510px; }
  .hero-photo { left: 10px; }
  .temp-card { right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); border-bottom: none; }
  .service-card:nth-child(2) { border-right: 1px solid #cbd3d8; }
  .service-card { border-bottom: 1px solid #cbd3d8; }
  .comfort-copy { padding-left: 45px; }
  .dispatch-grid { gap: 44px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .topbar-inner { min-height: 40px; justify-content: center; }
  .topbar-inner > span { display: none; }
  .nav-wrap { min-height: 118px; grid-template-columns: 1fr auto; }
  .brand { width: 190px; height: 104px; }
  .mobile-menu-toggle { justify-self: end; width: 44px; height: 42px; padding: 10px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; background: var(--navy); border: 0; border-radius: 3px; cursor: pointer; }
  .mobile-menu-toggle span { display: block; height: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 18px 15px 24px; display: none; flex-direction: column; align-items: center; gap: 4px; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(7,22,40,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: min(100%, 420px); padding: 14px 20px; text-align: center; }
  body.menu-open { overflow: hidden; }
  .header-call { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 64px 0 55px; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 12.5vw, 56px); line-height: .95; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .hero-note { margin-top: 26px; }
  .hero-visual { height: 430px; margin-top: 5px; }
  .hero-photo { inset: 0 0 0 20px; border-radius: 180px 180px 20px 20px; }
  .van-card { left: 0; width: 220px; }
  .van-card img { height: 83px; }
  .temp-card { width: 94px; height: 94px; top: 25px; right: -4px; }
  .temp-card strong { font-size: 28px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 80px 0; }
  .section-heading, .work-heading, .cta-inner { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2) { min-height: auto; border-right: 1px solid #cbd3d8; }
  .service-card { padding: 25px 24px 30px; }
  .service-symbol { margin: 26px 0 24px; width: 92px; height: 92px; }
  .service-card > p { min-height: 0; }
  .comfort-grid { grid-template-columns: 1fr; }
  .comfort-photo { min-height: 430px; margin-left: -15px; margin-right: -15px; }
  .comfort-photo::after { background: linear-gradient(to top, var(--navy), transparent 30%); }
  .comfort-copy { padding: 45px 0 75px; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: 420px 320px 220px; }
  .work-feature { grid-row: auto; }
  .dispatch-section { padding: 75px 0; }
  .dispatch-grid { grid-template-columns: 1fr; gap: 42px; }
  .dispatch-photo { min-height: 390px; }
  .dispatch-photo img { object-position: 49% center; }
  .launch-cta { padding: 72px 0; }
  .cta-action { justify-self: start; }
  .footer-main { padding: 42px 0; grid-template-columns: 1fr; gap: 18px; }
  .footer-main img { width: 220px; height: 100px; }
  .footer-bottom { min-height: 70px; gap: 20px; }
}

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