:root {
  --navy: #10294b;
  --navy-deep: #091c34;
  --orange: #e25312;
  --cream: #f7f4ee;
  --white: #fff;
  --muted: #667489;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--cream);
}
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: var(--cream); }
.launch-page { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); }
.launch-panel { min-height: 100vh; padding: 38px clamp(32px, 6vw, 92px) 28px; display: flex; flex-direction: column; background: var(--cream); }
.launch-brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
.launch-brand > span:last-child { display: grid; }
.launch-brand strong { font-size: 16px; letter-spacing: .5px; }
.launch-brand small { margin-top: 4px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: 3px; }
.launch-emblem { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: var(--navy); box-shadow: 0 10px 25px rgba(16,41,75,.18); }
.launch-emblem svg { width: 27px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.launch-content { width: min(720px, 100%); margin: auto 0; padding: 64px 0 52px; }
.launch-status { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(16,41,75,.12); border-radius: 99px; color: var(--navy); background: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.launch-status i { width: 8px; height: 8px; border-radius: 50%; background: #38a96b; box-shadow: 0 0 0 5px rgba(56,169,107,.12); }
.launch-kicker { margin: 28px 0 10px; color: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: 1.6px; text-transform: uppercase; }
h1 { max-width: 720px; margin: 0; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.2vw, 74px); font-weight: 500; line-height: .98; letter-spacing: -2.4px; }
.launch-lead { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.launch-services { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(16,41,75,.13); border-bottom: 1px solid rgba(16,41,75,.13); }
.launch-services article { min-height: 134px; padding: 20px 18px 20px 0; display: flex; gap: 12px; }
.launch-services article + article { padding-left: 18px; border-left: 1px solid rgba(16,41,75,.13); }
.launch-services article > span { color: var(--orange); font-size: 11px; font-weight: 850; }
.launch-services article div { display: grid; align-content: start; gap: 8px; }
.launch-services strong { font-size: 14px; line-height: 1.25; }
.launch-services small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.launch-note { margin-top: 26px; padding: 17px 18px; display: flex; align-items: center; gap: 14px; border-radius: 16px; color: var(--white); background: var(--navy); }
.launch-note svg { width: 27px; min-width: 27px; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.launch-note p { display: grid; gap: 3px; margin: 0; }
.launch-note strong { font-size: 13px; }
.launch-note span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.4; }
.launch-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(16,41,75,.1); color: var(--muted); font-size: 11px; }
.launch-footer a { color: var(--muted); text-decoration: none; }
.launch-footer a:hover { color: var(--orange); }
.launch-visual { position: relative; min-height: 100vh; overflow: hidden; background: var(--navy) url("images/lyon-hero-v1.png") center/cover no-repeat; }
.launch-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,23,43,.28), rgba(6,23,43,.8)); }
.launch-visual::after { content: ""; position: absolute; width: 270px; height: 270px; right: -120px; top: 12%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.04), 0 0 0 104px rgba(255,255,255,.025); }
.launch-visual-copy { position: absolute; z-index: 1; left: clamp(35px, 5vw, 78px); bottom: 70px; color: var(--white); }
.launch-visual-copy span { display: block; margin-bottom: 12px; color: #f5a477; font-size: 12px; font-weight: 900; letter-spacing: 5px; }
.launch-visual-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 78px); font-weight: 500; line-height: .95; }
@media (max-width: 980px) {
  .launch-page { grid-template-columns: 1fr; }
  .launch-panel { min-height: 100vh; }
  .launch-visual { display: none; }
}
@media (max-width: 640px) {
  .launch-panel { padding: 24px 20px 20px; }
  .launch-content { padding: 52px 0 42px; }
  h1 { font-size: 43px; letter-spacing: -1.5px; }
  .launch-services { grid-template-columns: 1fr; }
  .launch-services article { min-height: auto; padding: 17px 0; }
  .launch-services article + article { padding-left: 0; border-top: 1px solid rgba(16,41,75,.13); border-left: 0; }
  .launch-footer { flex-direction: column; gap: 8px; }
}
