/* Space Coast Signal release polish: homepage, events, tickets, explore, launch deck. */

body.os-signal-page .scs-brand-tagline{
  color:#153f76;
  font-size:22px;
  font-weight:800;
  letter-spacing:.005em;
  line-height:1;
  text-transform:none;
}

.scs-static :is(a,button):focus-visible{
  outline:3px solid #65f8ff;
  outline-offset:4px;
}

/* Homepage: a deliberate control-board transition between the hero and guides. */
.scs-route-home.scs-static{
  --signal-night:#061722;
  --signal-panel:#0b2632;
  --signal-cyan:#65f8ff;
  --signal-orange:#ff8c54;
  background:#f4f7f3;
}

.scs-route-home .signal-home-hero{
  background:#061722;
  min-height:min(780px,82vh);
  position:relative;
}

.scs-route-home .signal-home-hero:after{
  background:linear-gradient(90deg,rgba(3,16,24,.96) 0%,rgba(3,16,24,.78) 42%,rgba(3,16,24,.12) 78%);
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
}

.scs-route-home .signal-discovery-copy{
  color:#fff;
  position:relative;
  z-index:2;
}

.scs-route-home :is(.signal-slide-controls,.signal-slide-action){z-index:3}

.scs-route-home .signal-hero-slides,
.scs-route-home .signal-hero-slides figure{
  height:100%;
}

.scs-route-home .signal-hero-slides img{
  display:block;
  height:100%!important;
  inset:0;
  object-fit:cover;
  position:absolute;
  width:100%;
}

.scs-route-home .signal-discovery-copy h1,
.scs-route-home .signal-discovery-copy h1 span,
.scs-route-home .signal-discovery-copy .signal-hero-intro{
  color:#fff;
  text-shadow:0 3px 25px rgba(0,0,0,.35);
}

.scs-route-home .signal-command-board{
  background:#061722;
  color:#fff;
  padding:clamp(68px,7vw,112px) clamp(24px,6vw,96px);
}

.signal-command-board>header,
.event-signal-board>header,
.explore-day-builder>header{
  align-items:end;
  display:grid;
  gap:32px;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  margin:0 auto 42px;
  max-width:1500px;
}

.signal-command-board>header p,
.event-signal-board>header p,
.explore-day-builder>header p{
  color:#65f8ff;
  font-size:10px;
  font-weight:850;
  letter-spacing:.2em;
  margin:0 0 12px;
}

.signal-command-board>header h2,
.event-signal-board>header h2,
.explore-day-builder>header h2{
  color:#fff;
  font-size:clamp(34px,4.2vw,64px);
  letter-spacing:-.045em;
  line-height:.96;
  margin:0;
  max-width:920px;
}

.signal-command-board>header>span,
.event-signal-board>header>span,
.explore-day-builder>header>span{
  color:#9bb3bd;
  font-size:16px;
  line-height:1.6;
}

.signal-command-grid{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px;
}

.signal-command-grid>a{
  background:#0b2632;
  border:1px solid #294653;
  color:#fff;
  display:flex;
  flex-direction:column;
  min-height:330px;
  overflow:hidden;
  padding:30px;
  position:relative;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.signal-command-grid>a:before{
  background:linear-gradient(90deg,#65f8ff,#ff8c54);
  content:"";
  height:4px;
  inset:0 0 auto;
  position:absolute;
  transform:scaleX(.26);
  transform-origin:left;
  transition:transform .25s ease;
}

.signal-command-grid>a:hover{
  background:#10313e;
  border-color:#65f8ff;
  transform:translateY(-5px);
}

.signal-command-grid>a:hover:before{transform:scaleX(1)}
.signal-command-grid>a>i{background:#65f8ff;border-radius:50%;box-shadow:0 0 0 8px rgba(101,248,255,.08),0 0 22px rgba(101,248,255,.4);height:9px;margin-bottom:42px;width:9px}
.signal-command-grid>a.command-launch>i{background:#ff8c54;box-shadow:0 0 0 8px rgba(255,140,84,.08),0 0 22px rgba(255,140,84,.4)}
.signal-command-grid>a.command-events>i{background:#ffcf68;box-shadow:0 0 0 8px rgba(255,207,104,.08),0 0 22px rgba(255,207,104,.4)}
.signal-command-grid>a>span{color:#65f8ff;font-size:9px;font-weight:850;letter-spacing:.18em}
.signal-command-grid>a>h3{color:#fff;font-size:27px;letter-spacing:-.035em;line-height:1.04;margin:14px 0 16px}
.signal-command-grid>a>p{color:#9bb3bd;font-size:13px;line-height:1.6;margin:0 0 28px}
.signal-command-grid>a>b{color:#fff;font-size:9px;letter-spacing:.13em;margin-top:auto}

/* Events: night-stage colors, high contrast, balanced event cards. */
.scs-route-events.scs-static{
  --signal-night:#071923;
  --signal-panel:#102a35;
  --signal-cyan:#5ce1e6;
  --signal-coral:#ff7557;
  --signal-gold:#ffc766;
  background:#071923;
  color:#dce9ec;
}

.scs-route-events .page-hero{
  background:radial-gradient(circle at 18% 18%,rgba(255,117,87,.18),transparent 32%),linear-gradient(135deg,#071923 0%,#123441 62%,#081a24 100%);
  color:#fff;
  min-height:680px;
}

.scs-route-events .page-hero-copy :is(h1,.intro,.text-action){color:#fff}
.scs-route-events .page-hero-copy .eyebrow{color:#5ce1e6}
.scs-route-events .page-hero .actions>a:first-child{background:#ff7557;color:#071923}
.scs-route-events .page-hero-media{border:1px solid rgba(92,225,230,.35);box-shadow:24px 24px 0 rgba(92,225,230,.09),0 35px 80px rgba(0,0,0,.38);overflow:hidden}
.scs-route-events .page-hero-media img{filter:saturate(1.08) contrast(1.04)}
.scs-route-events .review-note{background:#0d2631;border-block:1px solid #284b58;color:#a9c0c8}
.scs-route-events .review-note b{color:#5ce1e6}

.event-signal-board{
  background:#071923;
  padding:clamp(68px,7vw,112px) clamp(24px,6vw,96px);
}

.event-signal-grid{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px;
}

.event-signal-grid>a{
  background:linear-gradient(155deg,#102c38,#0a202a);
  border:1px solid #31515e;
  color:#fff;
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:34px;
  transition:border-color .2s ease,transform .2s ease;
}

.event-signal-grid>a:nth-child(2){background:linear-gradient(155deg,#352746,#171e2c)}
.event-signal-grid>a:nth-child(3){background:linear-gradient(155deg,#3d2b1a,#1b2024)}
.event-signal-grid>a:hover{border-color:#5ce1e6;transform:translateY(-5px)}
.event-signal-grid span{color:#5ce1e6;font-size:9px;font-weight:850;letter-spacing:.17em}
.event-signal-grid h3{color:#fff;font-size:29px;letter-spacing:-.035em;line-height:1.05;margin:28px 0 15px}
.event-signal-grid p{color:#a9c0c8;font-size:13px;line-height:1.6;margin:0 0 28px}
.event-signal-grid b{color:#fff;font-size:9px;letter-spacing:.12em;margin-top:auto}

.scs-route-events .content-section{
  background:#0b202a!important;
  color:#dce9ec;
  padding:clamp(70px,7vw,112px) clamp(24px,6vw,96px);
}

.scs-route-events .content-section.general-concerts{background:#0f2934!important}
.scs-route-events .content-section#guide{background:#edf1e9!important;color:#102a35}
.scs-route-events .content-section .section-heading{margin-inline:auto;max-width:1500px}
.scs-route-events .content-section:not(#guide) .section-heading :is(h2,span){color:#fff}
.scs-route-events .content-section:not(#guide) .section-heading p{color:#5ce1e6}
.scs-route-events .concert-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin:38px auto 0;max-width:1500px}
.scs-route-events .general-concerts .concert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.scs-route-events .concert-grid:after{display:none!important}
.scs-route-events .concert-card{
  background:#f5f0e6;
  border:0;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
  color:#102a35;
  display:flex;
  flex-direction:column;
  min-height:410px;
  padding:30px;
  position:relative;
}

.scs-route-events .concert-card:before{background:linear-gradient(90deg,#ff7557,#ffc766);content:"";height:5px;inset:0 0 auto;position:absolute}
.scs-route-events .concert-card-top{border-bottom:1px solid rgba(16,42,53,.15);padding-bottom:16px}
.scs-route-events .concert-card-top :is(span,b){color:#35545f}
.scs-route-events .concert-date{color:#b84e38;font-size:12px;font-weight:850;letter-spacing:.08em;margin-top:25px;text-transform:uppercase}
.scs-route-events .concert-card h3{color:#102a35;font-size:27px;letter-spacing:-.035em;line-height:1.06;margin:14px 0}
.scs-route-events .concert-place{color:#31515e;font-weight:750}
.scs-route-events .concert-copy{color:#52686f;font-size:13px;line-height:1.62}
.scs-route-events .concert-card>a{
  align-items:center;
  background:#ff7557!important;
  color:#071923!important;
  display:flex;
  font-size:10px;
  font-weight:900;
  justify-content:space-between;
  letter-spacing:.08em;
  margin-top:auto;
  min-height:52px;
  padding:15px 17px;
  text-transform:uppercase;
}

.scs-route-events .concert-card>a:hover{background:#5ce1e6!important}
.scs-route-events #guide .guide-card{background:#fff;border:1px solid #cbd6d1;box-shadow:0 14px 36px rgba(7,25,35,.08)}
.scs-route-events #guide .guide-card>b,.scs-route-events #guide .card-label{color:#b84e38}
.scs-route-events #guide .guide-card :is(h3,p){color:#17343e}
.scs-route-events .destination-band{background:linear-gradient(110deg,#ff7557,#f4a34f 54%,#5ce1e6);color:#071923}
.scs-route-events .destination-band :is(h2,span,p,a){color:#071923}
.scs-route-events .destination-band .related-links a{border-color:rgba(7,25,35,.28)}

/* Tickets: official-action clarity with a deep lagoon console. */
.scs-route-tickets.scs-static{
  --ticket-night:#061d26;
  --ticket-panel:#0c3340;
  --ticket-aqua:#53e1d3;
  --ticket-mango:#ffbf48;
  background:#eef4ef;
  color:#143741;
}

.scs-route-tickets .ticket-hero{
  background:radial-gradient(circle at 18% 15%,rgba(83,225,211,.16),transparent 34%),linear-gradient(135deg,#061d26,#0e3c48 64%,#08232d);
  color:#fff;
  min-height:680px;
}
.scs-route-tickets .ticket-hero-copy :is(h1,.intro,.text-action){color:#fff}
.scs-route-tickets .ticket-hero-copy .eyebrow{color:#53e1d3}
.scs-route-tickets .ticket-hero .actions>a:first-child{background:#ffbf48;color:#061d26}
.scs-route-tickets .ticket-hero-media{border:1px solid rgba(83,225,211,.34);box-shadow:24px 24px 0 rgba(83,225,211,.08),0 35px 80px rgba(0,0,0,.36);overflow:hidden}
.scs-route-tickets .review-note{background:#0b303c;border-block:1px solid #24515c;color:#b6cbd0}
.scs-route-tickets .review-note b{color:#53e1d3}

.ticket-signal-board{
  align-items:center;
  background:#061d26;
  color:#fff;
  display:grid;
  gap:50px;
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
  padding:clamp(62px,6vw,96px) clamp(24px,6vw,96px);
}
.ticket-signal-board>div{max-width:850px}
.ticket-signal-board>div>p{color:#53e1d3;font-size:10px;font-weight:850;letter-spacing:.2em;margin:0 0 13px}
.ticket-signal-board h2{color:#fff;font-size:clamp(34px,4vw,60px);letter-spacing:-.045em;line-height:.97;margin:0 0 18px}
.ticket-signal-board>div>span{color:#a8c0c6;font-size:14px;line-height:1.65}
.ticket-signal-key{border:1px solid #2b5661;display:grid}
.ticket-signal-key>span{align-items:center;background:#0c3340;display:grid;gap:4px 13px;grid-template-columns:14px 1fr;padding:20px}
.ticket-signal-key>span+span{border-top:1px solid #2b5661}
.ticket-signal-key i{background:#70858b;border-radius:50%;grid-row:1/3;height:8px;width:8px}
.ticket-signal-key i.is-ready{background:#53e1d3;box-shadow:0 0 14px rgba(83,225,211,.7)}
.ticket-signal-key b{color:#fff;font-size:9px;letter-spacing:.09em}
.ticket-signal-key small{color:#829da4;font-size:8px}

.scs-route-tickets .ticket-jump{background:#0b303c;border-color:#2b5661}
.scs-route-tickets .ticket-jump a{background:#0b303c;border-color:#2b5661;color:#fff;min-height:130px}
.scs-route-tickets .ticket-jump a:hover{background:#114452;color:#53e1d3}
.scs-route-tickets .ticket-jump a span{color:#53e1d3}
.scs-route-tickets .ticket-category{background:#eef4ef!important;padding:clamp(70px,7vw,110px) clamp(24px,6vw,96px)}
.scs-route-tickets .ticket-category:nth-of-type(even){background:#dfece7!important}
.scs-route-tickets .ticket-category .section-heading,.scs-route-tickets .ticket-grid{margin-inline:auto;max-width:1500px}
.scs-route-tickets .ticket-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}
.scs-route-tickets .ticket-card{
  background:#fff;
  border:1px solid #bdd0ca;
  border-radius:0;
  box-shadow:0 18px 45px rgba(6,29,38,.08);
  display:flex;
  flex-direction:column;
  min-height:360px;
  padding:29px;
}
.scs-route-tickets .ticket-card-top{border-color:#d7e1dd}
.scs-route-tickets .ticket-card h3{color:#0a3540;font-size:25px;letter-spacing:-.03em;line-height:1.08}
.scs-route-tickets .ticket-card>p{color:#526b71;font-size:13px;line-height:1.62}
.scs-route-tickets .link-pending{background:#e8eeeb;border:1px solid #d4ded9;color:#536a70;margin-top:auto;min-height:62px}
.scs-route-tickets .link-pending i{background:#70858b;color:#fff}
.ticket-official{border-top:1px solid #d7e1dd;display:grid;gap:9px;margin-top:auto;padding-top:20px}
.ticket-official strong{color:#0a4f59;font-size:12px;line-height:1.5}
.ticket-official small{color:#607b82;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.ticket-official-link{
  align-items:center;
  background:#ffbf48!important;
  color:#061d26!important;
  display:flex;
  font-size:10px!important;
  font-weight:900!important;
  justify-content:space-between;
  letter-spacing:.07em!important;
  margin-top:5px;
  min-height:54px;
  padding:14px 16px!important;
  text-transform:uppercase;
}
.ticket-official-link:hover{background:#53e1d3!important}
.scs-route-tickets .official-only{background:#061d26;color:#fff}
.scs-route-tickets .official-only :is(h2,p,span){color:#fff}
.scs-route-tickets .official-only>div>p:first-child{color:#53e1d3}
.scs-route-tickets .ticket-help{background:#0b303c!important;color:#fff}
.scs-route-tickets .ticket-help .section-heading :is(h2,p){color:#fff}
.scs-route-tickets .ticket-help .guide-card{background:#103c48;border-color:#315a65}
.scs-route-tickets .ticket-help .guide-card :is(h3,p){color:#fff}

/* Explore: image-led coastal wayfinding rather than a generic card page. */
.scs-route-explore.scs-static{
  --explore-night:#073f49;
  --explore-green:#1c8c87;
  --explore-mint:#9ce9df;
  --explore-sand:#effaf7;
  --explore-coral:#ef7655;
  background:#effaf7;
  color:#0a4650;
}
.scs-route-explore .page-hero{
  background:radial-gradient(circle at 20% 12%,rgba(255,255,255,.66),transparent 34%),linear-gradient(135deg,#d8f7f1,#a7e9df 64%,#71d3ca);
  color:#073f49;
  min-height:680px;
}
.scs-route-explore .page-hero-copy :is(h1,.intro,.text-action){color:#073f49}
.scs-route-explore .page-hero-copy .eyebrow{color:#087c77}
.scs-route-explore .page-hero .actions>a:first-child{background:#ef7655;color:#073f49}
.scs-route-explore .page-hero-media{border:1px solid rgba(255,255,255,.88);box-shadow:24px 24px 0 rgba(28,140,135,.15),0 35px 80px rgba(7,63,73,.24);overflow:hidden}
.scs-route-explore .review-note{background:#b9ece5;border-block:1px solid #66c4bd;color:#08434d}
.scs-route-explore .review-note b{background:#fff;color:#08736e}

.explore-day-builder{background:#c8f3ec;color:#073f49;padding:clamp(68px,7vw,112px) clamp(24px,6vw,96px)}
.scs-route-explore .explore-day-builder>header p{color:#087c77}
.scs-route-explore .explore-day-builder>header h2{color:#073f49}
.scs-route-explore .explore-day-builder>header>span{color:#28666e}
.explore-builder-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:1500px}
.explore-builder-grid>a{
  background:#0a6670;
  color:#fff;
  display:flex;
  flex-direction:column;
  isolation:isolate;
  min-height:440px;
  overflow:hidden;
  padding:30px;
  position:relative;
}
.explore-builder-grid>a:before{background:linear-gradient(0deg,rgba(3,38,47,.97) 0%,rgba(4,64,72,.72) 48%,rgba(7,104,108,.12) 100%),var(--explore-image) center/cover;content:"";inset:0;position:absolute;transition:transform .35s ease;z-index:-1}
.explore-builder-grid>a:hover:before{transform:scale(1.05)}
.explore-builder-grid span{color:#8cf4e7;font-size:9px;font-weight:850;letter-spacing:.2em;margin-top:auto}
.explore-builder-grid h3{color:#fff;font-size:28px;letter-spacing:-.035em;line-height:1.03;margin:13px 0}
.explore-builder-grid p{color:#e2f7f5;font-size:12px;line-height:1.55;margin:0 0 22px}
.explore-builder-grid b{color:#fff;font-size:9px;letter-spacing:.1em}
.explore-day-builder>footer{display:flex;gap:12px;justify-content:flex-end;margin:28px auto 0;max-width:1500px}
.explore-day-builder>footer a{background:rgba(255,255,255,.42);border:1px solid #58b9b3;color:#073f49;font-size:9px;font-weight:850;letter-spacing:.09em;padding:14px 17px;text-transform:uppercase}
.explore-day-builder>footer a:hover{background:#fff;color:#073f49}
.scs-route-explore #guide{background:#effaf7!important;padding:clamp(72px,7vw,112px) clamp(24px,6vw,96px)}
.scs-route-explore #guide .section-heading,.scs-route-explore #guide .editorial-grid{margin-inline:auto;max-width:1500px}
.scs-route-explore #guide .guide-card{background:#fff;border:1px solid #b9dcd5;box-shadow:0 16px 42px rgba(7,63,73,.1);min-height:310px}
.scs-route-explore #guide .guide-card>b,.scs-route-explore #guide .card-label{color:#b94f36}
.scs-route-explore #guide .guide-card :is(h3,p){color:#0a4650}
.scs-route-explore .destination-band{background:linear-gradient(110deg,#ef7655,#f1b75f 53%,#9ce9df);color:#073f49}
.scs-route-explore .destination-band :is(h2,p,span,a){color:#073f49}
.scs-route-explore .destination-band .related-links a{border-color:rgba(7,63,73,.28)}

/* Launch-deck legibility and interaction corrections. */
.scs-route-launches .launch-hero-telemetry{
  background:rgba(3,18,27,.88)!important;
  border:1px solid rgba(183,249,255,.66)!important;
  box-shadow:0 0 24px rgba(101,248,255,.14),inset 0 0 18px rgba(101,248,255,.06);
}
.scs-route-launches .launch-hero-telemetry>span{color:#e8fdff!important;font-weight:850!important;text-shadow:0 0 12px rgba(196,252,255,.42)}
.scs-route-launches .launch-hero-telemetry i{border-radius:50%;display:inline-block!important;height:7px!important;margin-right:7px!important;width:7px!important}
.scs-route-launches .launch-hero-telemetry .telemetry-range i{animation:signal-lamp-green 1.35s infinite;background:#55ff9a;box-shadow:0 0 13px #55ff9a}
.scs-route-launches .launch-hero-telemetry .telemetry-mission i{animation:signal-lamp-red 1.1s infinite;background:#ff5757;box-shadow:0 0 13px #ff5757}
.scs-route-launches .launch-hero-telemetry .telemetry-downlink i{animation:signal-lamp-yellow 1.7s infinite;background:#ffd95a;box-shadow:0 0 13px #ffd95a}
@keyframes signal-lamp-green{0%,48%,100%{opacity:1}55%,88%{opacity:.28}}
@keyframes signal-lamp-red{0%,42%,100%{opacity:1}50%,82%{opacity:.22}}
@keyframes signal-lamp-yellow{0%,52%,100%{opacity:1}60%,90%{opacity:.25}}

.scs-route-launches .mission-name-lock{display:inline-block;white-space:nowrap}
.scs-route-launches .schedule-row>div{min-width:0}
.scs-route-launches .schedule-row strong{font-size:clamp(7px,.72vw,12px)!important;white-space:nowrap}

.scs-route-launches .downlink-launch-button{
  align-items:center;
  background:rgba(101,248,255,.08);
  border:1px solid rgba(101,248,255,.72);
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  font:inherit;
  font-size:.55cqw;
  font-weight:900;
  justify-content:center;
  letter-spacing:.12em;
  margin-top:4%;
  padding:.55cqw .8cqw;
  text-transform:uppercase;
}
.scs-route-launches .downlink-launch-button:hover,
.scs-route-launches .downlink-launch-button:focus-visible{
  background:#65f8ff;
  color:#06141d;
  outline:0;
}
.scs-route-launches .downlink-player{
  background:#000;
  inset:0;
  position:absolute;
  z-index:12;
}
.scs-route-launches .downlink-player iframe{
  border:0;
  display:block;
  height:100%;
  width:100%;
}
.scs-route-launches .downlink-player-close{
  align-items:center;
  background:rgba(3,18,27,.9);
  border:1px solid rgba(101,248,255,.72);
  color:#fff;
  cursor:pointer;
  display:flex;
  font-size:clamp(18px,1.6cqw,30px);
  height:clamp(32px,2.8cqw,48px);
  justify-content:center;
  position:absolute;
  right:clamp(8px,.8cqw,14px);
  top:clamp(8px,.8cqw,14px);
  width:clamp(32px,2.8cqw,48px);
  z-index:13;
}
.scs-route-launches .downlink-player-close:hover,
.scs-route-launches .downlink-player-close:focus-visible{
  background:#ff9b62;
  color:#06141d;
  outline:0;
}

.scs-route-launches .launch-support-deck{
  position:relative;
  overflow:visible;
  color:#eefeff;
  background:
    radial-gradient(circle at 16% 0,rgba(101,248,255,.1),transparent 30rem),
    radial-gradient(circle at 88% 18%,rgba(255,122,26,.07),transparent 26rem),
    #06141d;
  border-top:1px solid rgba(101,248,255,.2);
  padding:clamp(44px,6vw,92px) clamp(18px,5vw,76px);
}
.scs-route-launches .launch-support-deck:before{
  background:linear-gradient(90deg,transparent,#65f8ff,#69ffae,transparent);
  box-shadow:0 0 24px rgba(101,248,255,.45);
  content:"";
  height:2px;
  left:0;
  opacity:.7;
  position:absolute;
  right:0;
  top:0;
}
.scs-route-launches .launch-support-grid{
  display:grid;
  gap:clamp(18px,2.5vw,34px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px;
}
.scs-route-launches .launch-support-panel{
  min-width:0;
  padding:clamp(24px,3.2vw,44px);
  background:linear-gradient(145deg,rgba(9,35,46,.96),rgba(3,17,24,.98));
  border:1px solid #294c59;
  box-shadow:inset 0 0 44px rgba(101,248,255,.035),0 22px 60px rgba(0,0,0,.2);
}
.scs-route-launches .launch-support-panel>header{margin-bottom:clamp(20px,2.5vw,30px)}
.scs-route-launches .launch-support-panel>header p{color:#65f8ff;font-size:9px;font-weight:850;letter-spacing:.18em;margin:0 0 10px}
.scs-route-launches .launch-support-panel>header h2{color:#fff;font-size:clamp(30px,3.2vw,48px);letter-spacing:-.045em;line-height:1;margin:0 0 12px}
.scs-route-launches .launch-support-panel>header span{color:#8ca8af;display:block;font-size:12px;line-height:1.5}

.scs-route-launches .observation-accordion{border-top:1px solid rgba(101,248,255,.16)}
.scs-route-launches .observation-item{border-bottom:1px solid rgba(101,248,255,.16)}
.scs-route-launches .observation-item>button{
  align-items:center;
  background:transparent;
  border:0;
  color:inherit;
  cursor:pointer;
  display:grid;
  font:inherit;
  gap:14px;
  grid-template-columns:34px minmax(0,1fr) auto;
  min-height:72px;
  padding:12px 4px;
  text-align:left;
  width:100%;
}
.scs-route-launches .observation-item>button:hover,.scs-route-launches .observation-item>button:focus-visible{outline:0;background:rgba(101,248,255,.055)}
.scs-route-launches .observation-item>button>b{color:#65f8ff;font-size:14px;line-height:1}
.scs-route-launches .observation-item>button>span{color:#fff;font-size:14px;font-weight:850;letter-spacing:.04em;line-height:1.1}
.scs-route-launches .observation-item>button small{color:#738f97;display:block;font-size:8px;letter-spacing:.1em;line-height:1.35;margin-top:6px}
.scs-route-launches .observation-item>button em{color:#65f8ff;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.12em}
.scs-route-launches .observation-item>button em:after{content:" +"}
.scs-route-launches .observation-item.is-open>button em:after{content:" −"}
.scs-route-launches .observation-detail{
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 18px 0 52px;
  transform:translateY(-6px);
  transition:max-height .34s ease,opacity .22s ease,transform .22s ease,padding .34s ease;
}
.scs-route-launches .observation-item.is-open .observation-detail,.scs-route-launches .observation-item.is-preview .observation-detail{max-height:520px;opacity:1;padding:4px 18px 24px 52px;transform:none}
.scs-route-launches .observation-detail p{color:#b9cdd2;font-size:13px;line-height:1.65;margin:0 0 16px}
.scs-route-launches .observation-detail h3{color:#ff9b62;font-size:9px;letter-spacing:.16em;margin:0 0 9px}
.scs-route-launches .observation-detail ul{color:#fff;display:grid;gap:6px;margin:0 0 16px;padding-left:18px}
.scs-route-launches .observation-detail li{font-size:12px;line-height:1.45}
.scs-route-launches .observation-detail small{background:#102c38;color:#8faab1;display:block;font-size:10px;line-height:1.55;padding:12px}

.scs-route-launches .launch-check-grid{display:grid;gap:10px;list-style:none;margin:0;padding:0}
.scs-route-launches .launch-check-item{position:relative;z-index:1}
.scs-route-launches .launch-check-item:hover,.scs-route-launches .launch-check-item:focus-within,.scs-route-launches .launch-check-item.is-open{z-index:9}
.scs-route-launches .launch-check-item>button{
  align-items:center;
  background:#0b2631;
  border:1px solid #294c59;
  color:#fff;
  cursor:pointer;
  display:grid;
  font:inherit;
  gap:12px;
  grid-template-columns:11px minmax(0,1fr) 28px;
  min-height:62px;
  padding:10px 13px;
  text-align:left;
  width:100%;
}
.scs-route-launches .launch-check-item>button:hover,.scs-route-launches .launch-check-item>button:focus-visible,.scs-route-launches .launch-check-item.is-open>button{background:#103341;border-color:#65f8ff;outline:0}
.scs-route-launches .launch-check-item>button>i{background:#69ffae;border-radius:50%;box-shadow:0 0 10px #69ffae;height:9px;width:9px}
.scs-route-launches .launch-check-item>button>span{font-size:12px;font-weight:850;letter-spacing:.055em;line-height:1.1}
.scs-route-launches .launch-check-item>button small{color:#7e9ba3;display:block;font-size:9px;font-weight:600;letter-spacing:.04em;line-height:1.3;margin-top:5px}
.scs-route-launches .launch-check-item>button>em{align-items:center;border:1px solid #4f7480;border-radius:50%;color:#65f8ff;display:flex;font-size:12px;font-style:normal;font-weight:900;height:26px;justify-content:center;width:26px}
.scs-route-launches .launch-check-detail{
  background:#071923;
  border:1px solid #65f8ff;
  box-shadow:0 22px 70px rgba(0,0,0,.62);
  left:28px;
  opacity:0;
  padding:19px 20px;
  pointer-events:none;
  position:absolute;
  right:12px;
  top:calc(100% - 3px);
  transform:translateY(-6px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
  visibility:hidden;
}
.scs-route-launches .launch-check-item:hover .launch-check-detail,.scs-route-launches .launch-check-item:focus-within .launch-check-detail,.scs-route-launches .launch-check-item.is-open .launch-check-detail{opacity:1;transform:none;visibility:visible}
.scs-route-launches .launch-check-detail strong{color:#fff;display:block;font-size:14px;margin-bottom:7px}
.scs-route-launches .launch-check-detail p{color:#b6cbd0;font-size:12px;line-height:1.6;margin:0}
.scs-route-launches .launch-safety-note{color:#ff9b62;font-size:9px;font-weight:800;letter-spacing:.09em;line-height:1.5;margin:20px 0 0}

/* Cockpit pop-ups stay visually separate from the fixed-height monitor lists. */
@font-face{font-display:swap;font-family:"Signal Ubuntu Mono";font-style:normal;font-weight:400;src:url("../signal-v45/fonts/ubuntu-mono-latin-400-normal.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Signal Ubuntu Mono";font-style:normal;font-weight:700;src:url("../signal-v45/fonts/ubuntu-mono-latin-700-normal.woff2") format("woff2")}
.scs-route-launches{--signal-console-font:"Signal Ubuntu Mono","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono",monospace}
.scs-route-launches :is(.mission-overlay,.launch-hover-dialog){font-family:var(--signal-console-font)!important}
.scs-route-launches .mission-overlay .mission-screen,
.scs-route-launches .mission-overlay .mission-screen :where(a,button,output,time,span,strong,small,b,em,h1,h2,h3,p,li){font-family:var(--signal-console-font)!important}
.scs-route-launches .launch-hover-dialog{
  aspect-ratio:1484/977;
  background:transparent url("../signal-v45/images/space-console-popup-shell-cutout.png") center/contain no-repeat;
  border:0;
  border-radius:0;
  box-shadow:none;
  box-sizing:border-box;
  color:#d8e9ec;
  height:auto;
  max-height:none;
  max-width:none;
  filter:drop-shadow(0 30px 48px rgba(0,0,0,.75));
  overflow:visible;
  padding:0;
  pointer-events:auto;
  width:min(1100px,calc(100vw - 34px),calc(150vh - 51px));
  z-index:100;
}
.scs-route-launches .launch-hover-dialog[open]:not([data-hover-modal]){inset:50% auto auto 50%;margin:0;position:fixed;transform:translate(-50%,-50%)}
.scs-route-launches .launch-hover-dialog::backdrop{background:rgba(1,9,14,.82);backdrop-filter:blur(5px)}
.scs-route-launches .launch-hover-dialog form{display:flex;justify-content:flex-end;margin:0;position:absolute;right:26px;top:24px;z-index:4}
.scs-route-launches .launch-hover-dialog form button{align-items:center;background:#071923;border:1px solid #65f8ff;border-radius:50%;box-shadow:0 0 18px rgba(101,248,255,.42);color:#fff;cursor:pointer;display:flex;font-size:25px;height:42px;justify-content:center;width:42px}
.scs-route-launches .launch-dialog-display{background:transparent;border:0;border-radius:0;bottom:14.5%;box-shadow:none;box-sizing:border-box;height:auto;left:15%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:clamp(12px,2vw,28px) clamp(16px,2.5vw,34px);position:absolute;right:15%;scrollbar-color:#65f8ff transparent;scrollbar-gutter:stable;scrollbar-width:thin;top:9.8%}
.scs-route-launches .launch-hover-dialog :where(form,button,output,p,h2,h3,span,ul,li,a,small,b){font-family:var(--signal-console-font)!important}
.scs-route-launches .launch-dialog-display :is(p,h2,h3,span,ul,li,a,small,b){font-family:var(--signal-console-font)!important}
.scs-route-launches .launch-dialog-display>p{color:#65f8ff;font-size:10px;font-weight:850;letter-spacing:.18em;margin:0 0 12px}
.scs-route-launches .launch-dialog-display h2{color:#fff;font-size:clamp(28px,4.4vw,48px);font-weight:700;letter-spacing:-.045em;line-height:1;margin:0 0 18px;text-shadow:0 0 22px rgba(101,248,255,.25);text-transform:uppercase}
.scs-route-launches .launch-dialog-display>span{color:#c6d9dd;display:block;font-size:14px;letter-spacing:.015em;line-height:1.7}
.scs-route-launches .launch-dialog-display h3{border-top:1px solid #294a57;color:#ff9b62;font-size:11px;letter-spacing:.16em;margin:26px 0 12px;padding-top:22px}
.scs-route-launches .launch-dialog-display ul{color:#fff;display:grid;gap:9px;margin:0 0 24px;padding-left:20px}
.scs-route-launches .launch-dialog-display li{font-size:13px;letter-spacing:.01em;line-height:1.5}
.scs-route-launches .launch-dialog-display li a{align-items:center;color:#fff;display:flex;gap:10px;justify-content:space-between;text-decoration-color:rgba(101,248,255,.55);text-decoration-thickness:1px;text-underline-offset:4px}
.scs-route-launches .launch-dialog-display li a:hover,.scs-route-launches .launch-dialog-display li a:focus-visible{color:#65f8ff;outline:0;text-decoration-color:#ff9b62}
.scs-route-launches .launch-dialog-display li a b{color:#ff9b62;flex:0 0 auto;font-size:9px;letter-spacing:.12em}
.scs-route-launches .launch-dialog-display small{background:transparent;border:0;border-top:1px solid rgba(101,248,255,.28);color:#9bb7be;display:block;font-size:11px;line-height:1.55;padding:14px 0 0}
.scs-route-launches .launch-hover-dialog:is([id^="observation-"],[id^="check-"]) .launch-dialog-display{bottom:25%}
.scs-route-launches .launch-dialog-navigation{align-items:center;bottom:18.8%;display:grid;grid-template-columns:92px 1fr 92px;left:20.2%;pointer-events:none;position:absolute;right:20.2%;z-index:5}
.scs-route-launches .launch-dialog-navigation button{align-items:center;background:linear-gradient(180deg,rgba(18,55,68,.96),rgba(3,18,27,.98));border:1px solid #65f8ff;border-radius:6px;box-shadow:0 0 20px rgba(101,248,255,.26),inset 0 1px rgba(255,255,255,.18),inset 0 -8px 14px rgba(0,0,0,.32);color:#eaffff;cursor:pointer;display:flex;font-family:var(--signal-console-font);font-size:0;gap:9px;height:42px;justify-content:center;letter-spacing:.12em;padding:0 13px;pointer-events:auto;position:relative;text-shadow:0 0 9px rgba(101,248,255,.65);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;width:88px}
.scs-route-launches .launch-dialog-navigation button.is-previous{clip-path:polygon(13px 0,100% 0,100% 100%,13px 100%,0 50%);justify-self:start;padding-left:17px}
.scs-route-launches .launch-dialog-navigation button.is-next{clip-path:polygon(0 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,0 100%);justify-self:end;padding-right:17px}
.scs-route-launches .launch-dialog-navigation button:before{background:linear-gradient(90deg,transparent,#65f8ff,transparent);content:"";height:1px;left:13px;opacity:.7;position:absolute;right:13px;top:3px}
.scs-route-launches .launch-dialog-navigation button:after{background:#65f8ff;border-radius:50%;box-shadow:0 0 8px #65f8ff;content:"";height:3px;position:absolute;top:7px;width:3px}
.scs-route-launches .launch-dialog-navigation button.is-previous:after{right:8px}
.scs-route-launches .launch-dialog-navigation button.is-next:after{left:8px}
.scs-route-launches .launch-dialog-navigation button>small{background:transparent;border:0;color:inherit;font-size:9px;font-weight:700;letter-spacing:.16em;line-height:1;margin:0;padding:0}
.scs-route-launches .launch-dialog-nav-icon{display:block;height:13px;position:relative;width:23px}
.scs-route-launches .launch-dialog-nav-icon:before{border-top:2px solid currentColor;content:"";left:1px;position:absolute;top:6px;width:21px}
.scs-route-launches .launch-dialog-nav-icon:after{border-bottom:2px solid currentColor;border-left:2px solid currentColor;content:"";height:8px;position:absolute;top:2px;width:8px}
.scs-route-launches .is-previous .launch-dialog-nav-icon:after{left:1px;transform:rotate(45deg)}
.scs-route-launches .is-next .launch-dialog-nav-icon:after{right:1px;transform:rotate(225deg)}
.scs-route-launches .launch-dialog-navigation button:hover,.scs-route-launches .launch-dialog-navigation button:focus-visible{background:linear-gradient(180deg,#15485a,#071e2a);border-color:#ff9b62;box-shadow:0 0 25px rgba(101,248,255,.5),0 0 13px rgba(255,155,98,.25),inset 0 1px rgba(255,255,255,.24);color:#65f8ff;outline:0;transform:translateY(-2px)}
.scs-route-launches .launch-dialog-navigation button:focus-visible{outline:2px solid #ff9b62;outline-offset:3px}
.scs-route-launches .launch-dialog-navigation button:disabled{background:linear-gradient(180deg,rgba(18,36,43,.76),rgba(3,14,20,.9));border-color:#34505a;box-shadow:inset 0 1px rgba(255,255,255,.06);color:#557078;cursor:not-allowed;opacity:.5;transform:none}
.scs-route-launches .launch-dialog-navigation button:disabled:after{background:#405b64;box-shadow:none}
.scs-route-launches .launch-dialog-navigation output{align-items:center;color:#65f8ff;display:flex;flex-direction:column;font-family:var(--signal-console-font);gap:2px;justify-content:center;letter-spacing:.12em;text-shadow:0 0 12px rgba(101,248,255,.45)}
.scs-route-launches .launch-dialog-navigation output small{background:transparent;border:0;color:#7da5ae;font-size:8px;font-weight:700;letter-spacing:.18em;line-height:1;margin:0;padding:0}
.scs-route-launches .launch-dialog-navigation output b{font-size:12px;line-height:1}

/* Legible, scroll-safe cockpit data at the artwork's fixed monitor scale. */
.scs-route-launches .launch-schedule-screen>header span{font-size:.82cqw}
.scs-route-launches .launch-schedule-screen>header b,.scs-route-launches .launch-schedule-screen>header small{font-size:.54cqw}
.scs-route-launches .schedule-row time b{font-size:1.12cqw}
.scs-route-launches .schedule-row time span{font-size:.68cqw}
.scs-route-launches .schedule-row small{font-size:.46cqw}
.scs-route-launches .schedule-row strong{font-size:.96cqw!important}
.scs-route-launches .schedule-row em{font-size:.54cqw}
.scs-route-launches :is(.viewing-screen,.checklist-screen)>header{font-size:1cqw}
.scs-route-launches :is(.viewing-screen,.checklist-screen)>h2{font-size:1.16cqw;line-height:1.05;margin:3% 0}
.scs-route-launches .viewing-screen button{min-height:1.9cqw}
.scs-route-launches .viewing-screen button>b{font-size:.92cqw}
.scs-route-launches .viewing-screen button>span{font-size:.92cqw}
.scs-route-launches .viewing-screen button small{font-size:.57cqw;margin-top:.13cqw}
.scs-route-launches .viewing-screen button em{font-size:.5cqw}
.scs-route-launches .checklist-screen li>button{min-height:1.52cqw}
.scs-route-launches .checklist-screen li>button>span{font-size:.82cqw}
.scs-route-launches .checklist-screen li>button>b{font-size:.49cqw}
.scs-route-launches .checklist-screen>p{font-size:.38cqw;line-height:1.25;margin-top:1.4%}
.scs-route-launches .checklist-screen ul{grid-template-rows:repeat(10,minmax(0,1fr));overflow:visible}
.scs-route-launches .checklist-screen li>button{height:100%;min-height:0;padding:.03cqw 0}
.scs-route-launches .checklist-screen li>button>span{line-height:1;white-space:nowrap}

/* Popup activation belongs to the label, not the full monitor row. Typography
   retains the prior row sizes and weights; only the element structure changes. */
.scs-route-launches .viewing-screen li{
  align-items:center;
  display:grid;
  gap:.3cqw;
  grid-template-columns:1.1cqw minmax(0,1fr) auto;
  min-height:2.55cqw;
  padding:.16cqw 0
}
.scs-route-launches .viewing-screen li>b{color:var(--mc-aqua);font-size:1.05cqw}
.scs-route-launches .viewing-screen li>span{min-width:0;overflow:hidden}
.scs-route-launches .viewing-screen .launch-item-trigger{
  background:transparent;
  border:0;
  color:#e8fbfd;
  cursor:pointer;
  display:inline;
  font-family:inherit;
  font-size:1.05cqw;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.06;
  margin:0;
  max-width:100%;
  min-height:0;
  overflow:hidden;
  padding:0;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:auto
}
.scs-route-launches .viewing-screen li>span>small{
  color:var(--mc-muted);
  display:block;
  font-size:.65cqw;
  letter-spacing:.06em;
  line-height:1.15;
  margin-top:.13cqw;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.scs-route-launches .viewing-screen li>em{color:var(--mc-aqua);font-size:.58cqw;font-style:normal;font-weight:900;letter-spacing:.1em}
.scs-route-launches .checklist-screen li{
  align-items:center;
  display:grid;
  gap:.22cqw;
  grid-template-columns:.82cqw minmax(0,1fr) auto;
  min-height:1.52cqw;
  padding:.03cqw 0
}
.scs-route-launches .checklist-screen li>i{background:var(--mc-green);border-radius:50%;box-shadow:0 0 .3cqw var(--mc-green);height:.42cqw;width:.42cqw}
.scs-route-launches .checklist-screen li>span{justify-self:start;min-width:0;overflow:hidden;width:100%}
.scs-route-launches .checklist-screen .launch-item-trigger{
  background:transparent;
  border:0;
  color:inherit;
  cursor:pointer;
  font-family:inherit;
  font-size:.96cqw;
  font-weight:800;
  letter-spacing:.05em;
  line-height:1;
  margin:0;
  min-height:0;
  overflow:hidden;
  padding:0;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:inline-block;
  justify-self:start;
  max-width:100%;
  width:auto
}
.scs-route-launches .checklist-screen li>b{color:var(--mc-green);font-size:.57cqw;font-weight:800;letter-spacing:.05em}
.scs-route-launches :is(.viewing-screen,.checklist-screen) .launch-item-trigger:hover,
.scs-route-launches :is(.viewing-screen,.checklist-screen) .launch-item-trigger:focus-visible{
  background:transparent;
  color:#65f8ff;
  outline:0;
  text-decoration:underline;
  text-decoration-color:#ff9b62;
  text-decoration-thickness:.08cqw;
  text-underline-offset:.16cqw
}

/* Launch-day traffic remains part of the next-launch planning sequence. */
.scs-route-launches .launch-traffic-console{
  background:
    radial-gradient(circle at 80% 14%,rgba(101,248,255,.12),transparent 30rem),
    radial-gradient(circle at 8% 86%,rgba(255,155,98,.08),transparent 34rem),
    linear-gradient(180deg,#02070b 0%,#071923 100%);
  border-top:1px solid rgba(101,248,255,.22);
  color:#eafcff;
  overflow:hidden;
  padding:clamp(64px,7vw,112px) clamp(24px,7vw,112px);
  position:relative
}
.scs-route-launches .launch-traffic-console:before{
  background-image:linear-gradient(rgba(101,248,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(101,248,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  content:"";
  inset:0;
  mask-image:linear-gradient(180deg,#000,transparent 92%);
  opacity:.55;
  pointer-events:none;
  position:absolute
}
.scs-route-launches .traffic-console-shell{margin:0 auto;max-width:1500px;position:relative;z-index:1}
.scs-route-launches .traffic-console-header{
  align-items:end;
  border-bottom:1px solid rgba(101,248,255,.2);
  display:grid;
  gap:clamp(28px,5vw,72px);
  grid-template-columns:minmax(0,1fr) minmax(230px,30%);
  padding-bottom:clamp(28px,4vw,48px)
}
.scs-route-launches .traffic-console-header p,.scs-route-launches .traffic-briefing>p:first-child,.scs-route-launches .traffic-live-copy>p{
  color:#65f8ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  margin:0 0 12px
}
.scs-route-launches .traffic-console-header p{align-items:center;display:flex;gap:10px}
.scs-route-launches .traffic-console-header p i{background:#69ffae;border-radius:50%;box-shadow:0 0 10px #69ffae;height:7px;width:7px}
.scs-route-launches .traffic-console-header h2{
  color:#fff;
  font-size:clamp(38px,5vw,72px);
  letter-spacing:-.055em;
  line-height:.92;
  margin:0;
  max-width:900px;
  text-transform:uppercase
}
.scs-route-launches .traffic-console-header>div:first-child>span{color:#a8c0c6;display:block;font-size:clamp(14px,1.15vw,18px);line-height:1.62;margin-top:20px;max-width:830px}
.scs-route-launches .traffic-console-status{
  background:rgba(3,16,23,.88);
  border:1px solid rgba(101,248,255,.28);
  box-shadow:inset 0 0 30px rgba(101,248,255,.04);
  display:flex;
  flex-direction:column;
  padding:22px
}
.scs-route-launches .traffic-console-status span{align-items:center;color:#65f8ff;display:flex;font-size:8px;font-weight:900;gap:9px;letter-spacing:.14em}
.scs-route-launches .traffic-console-status span i{background:#69ffae;border-radius:50%;box-shadow:0 0 9px #69ffae;height:7px;width:7px}
.scs-route-launches .traffic-console-status b{color:#fff;font-size:clamp(20px,2.2vw,32px);letter-spacing:-.035em;margin:12px 0 8px}
.scs-route-launches .traffic-console-status small{color:#ff9b62;font-size:8px;font-weight:900;letter-spacing:.13em}
.scs-route-launches .traffic-console-grid{display:grid;gap:18px;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);margin-top:18px}
.scs-route-launches .traffic-briefing,.scs-route-launches .traffic-live-panel{
  background:rgba(4,18,25,.94);
  border:1px solid rgba(101,248,255,.2);
  box-shadow:inset 0 0 42px rgba(101,248,255,.025),0 22px 60px rgba(0,0,0,.2);
  min-width:0;
  padding:clamp(26px,3.5vw,48px)
}
.scs-route-launches .traffic-briefing h3,.scs-route-launches .traffic-live-copy h3{color:#fff;font-size:clamp(29px,3.2vw,48px);letter-spacing:-.045em;line-height:.98;margin:0 0 20px;text-transform:uppercase}
.scs-route-launches .traffic-briefing>p:not(:first-child),.scs-route-launches .traffic-live-copy>span{color:#aec5ca;font-size:14px;line-height:1.72}
.scs-route-launches .traffic-briefing ul{display:grid;gap:1px;list-style:none;margin:26px 0 0;padding:0}
.scs-route-launches .traffic-briefing li{background:#09212b;display:grid;gap:6px;grid-template-columns:120px minmax(0,1fr);padding:16px 17px}
.scs-route-launches .traffic-briefing li b{color:#69ffae;font-size:8px;letter-spacing:.13em}
.scs-route-launches .traffic-briefing li span{color:#bdd0d4;font-size:12px;line-height:1.5}
.scs-route-launches .traffic-live-panel{display:grid;gap:24px;grid-template-columns:minmax(170px,32%) minmax(0,1fr)}
.scs-route-launches .traffic-scope{align-items:center;aspect-ratio:1;background:radial-gradient(circle,rgba(101,248,255,.14),rgba(2,10,15,.96) 68%);border:1px solid rgba(101,248,255,.35);border-radius:50%;box-shadow:inset 0 0 38px rgba(101,248,255,.1),0 0 24px rgba(101,248,255,.08);display:flex;justify-content:center;position:relative}
.scs-route-launches .traffic-scope:before,.scs-route-launches .traffic-scope:after{border:1px solid rgba(101,248,255,.2);border-radius:50%;content:"";inset:18%;position:absolute}
.scs-route-launches .traffic-scope:after{inset:35%}
.scs-route-launches .traffic-scope i{background:#69ffae;border-radius:50%;box-shadow:0 0 10px #69ffae;height:7px;position:absolute;width:7px}
.scs-route-launches .traffic-scope i:nth-child(1){left:27%;top:33%}.scs-route-launches .traffic-scope i:nth-child(2){background:#ff9b62;right:25%;top:48%}.scs-route-launches .traffic-scope i:nth-child(3){bottom:25%;left:47%}
.scs-route-launches .traffic-scope span{color:#65f8ff;font-size:7px;font-weight:900;letter-spacing:.13em;position:absolute;text-align:center}
.scs-route-launches .traffic-live-copy{align-self:center}
.scs-route-launches .traffic-console-actions{display:grid;gap:1px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
.scs-route-launches .traffic-console-actions a,.scs-route-launches .traffic-console-actions button{align-items:center;background:#0b2a35;border:0;color:#fff;cursor:pointer;display:flex;font:inherit;justify-content:space-between;min-height:60px;padding:15px 17px;text-align:left;text-decoration:none;transition:background-color .16s ease,box-shadow .16s ease}
.scs-route-launches .traffic-console-actions a:hover,.scs-route-launches .traffic-console-actions a:focus-visible,.scs-route-launches .traffic-console-actions button:hover,.scs-route-launches .traffic-console-actions button:focus-visible,.scs-route-launches .traffic-console-actions button.is-active{background:#103b49;box-shadow:inset 3px 0 #65f8ff;outline:0}
.scs-route-launches .traffic-console-actions span{font-size:10px;font-weight:900;letter-spacing:.08em}.scs-route-launches .traffic-console-actions b{color:#65f8ff;font-size:9px;letter-spacing:.1em}
.scs-route-launches .traffic-data-bay{background:#020b10;border:1px solid rgba(101,248,255,.28);box-shadow:inset 0 0 55px rgba(101,248,255,.04);grid-column:1/-1;min-width:0;position:relative}
.scs-route-launches .traffic-embed-gate{align-items:center;background:radial-gradient(circle at 90% 10%,rgba(101,248,255,.11),transparent 24rem);display:grid;gap:22px;grid-template-columns:minmax(0,1fr) auto;padding:clamp(24px,3vw,40px)}
.scs-route-launches .traffic-embed-gate p,.scs-route-launches .traffic-viewing-guide header p{color:#65f8ff;font-size:8px;font-weight:900;letter-spacing:.16em;margin:0 0 9px}
.scs-route-launches .traffic-embed-gate h4,.scs-route-launches .traffic-viewing-guide h4{color:#fff;font-size:clamp(24px,3vw,42px);letter-spacing:-.04em;line-height:1;margin:0;text-transform:uppercase}
.scs-route-launches .traffic-embed-gate span{color:#a8c0c6;display:block;font-size:13px;line-height:1.65;margin-top:13px;max-width:820px}
.scs-route-launches .traffic-embed-gate>button{background:#ff7a35;border:0;color:#071118;cursor:pointer;font-size:10px;font-weight:950;letter-spacing:.08em;min-height:58px;padding:15px 18px;text-align:left}
.scs-route-launches .traffic-embed-gate>button b{font-size:18px;margin-left:20px}
.scs-route-launches .traffic-embed-gate>button:hover,.scs-route-launches .traffic-embed-gate>button:focus-visible{background:#ff925d;outline:2px solid #65f8ff;outline-offset:3px}
.scs-route-launches .traffic-embed-gate>small{border-top:1px solid rgba(101,248,255,.15);color:#78939a;font-size:9px;grid-column:1/-1;letter-spacing:.03em;line-height:1.55;padding-top:15px}
.scs-route-launches .traffic-frame-stage{padding:16px}
.scs-route-launches .traffic-frame-toolbar{align-items:center;background:#08212b;display:flex;gap:20px;justify-content:space-between;padding:13px 15px}
.scs-route-launches .traffic-frame-toolbar>div{align-items:center;color:#dffcff;display:flex;font-size:9px;font-weight:900;gap:9px;letter-spacing:.12em}
.scs-route-launches .traffic-frame-toolbar i{background:#69ffae;border-radius:50%;box-shadow:0 0 9px #69ffae;height:7px;width:7px}
.scs-route-launches .traffic-frame-toolbar button{background:transparent;border:1px solid rgba(101,248,255,.32);color:#8eb0b7;cursor:pointer;font-size:8px;font-weight:900;letter-spacing:.1em;padding:9px 11px}
.scs-route-launches .traffic-frame-toolbar button:hover,.scs-route-launches .traffic-frame-toolbar button:focus-visible{border-color:#ff9b62;color:#fff;outline:0}
.scs-route-launches .traffic-alert-frame{background:#fff;border:1px solid rgba(101,248,255,.25);margin-top:10px;overflow:hidden}
.scs-route-launches .traffic-alert-frame>span{background:#0b2a35;color:#65f8ff;display:block;font-size:7px;font-weight:900;letter-spacing:.13em;padding:7px 10px}
.scs-route-launches .traffic-alert-frame iframe{border:0;display:block;height:31px;width:100%}
.scs-route-launches .traffic-map-frame{background:#e7ecef;border:0;display:block;height:clamp(560px,62vw,720px);margin-top:10px;width:100%}
.scs-route-launches .traffic-frame-stage>footer{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:16px 4px 3px}
.scs-route-launches .traffic-frame-stage>footer p{color:#829da4;font-size:9px;line-height:1.55;margin:0}.scs-route-launches .traffic-frame-stage>footer b{color:#ff9b62;letter-spacing:.08em}
.scs-route-launches .traffic-viewing-guide{background:radial-gradient(circle at 100% 0,rgba(101,248,255,.1),transparent 25rem);padding:clamp(28px,4vw,52px)}
.scs-route-launches .traffic-viewing-guide>p{color:#b1c8cd;font-size:14px;line-height:1.75;margin:20px 0 26px;max-width:1050px}
.scs-route-launches .traffic-viewing-grid{display:grid;gap:1px;grid-template-columns:repeat(3,minmax(0,1fr))}
.scs-route-launches .traffic-viewing-grid section{background:#08212b;display:flex;flex-direction:column;min-height:190px;padding:22px}
.scs-route-launches .traffic-viewing-grid b{color:#fff;font-size:13px;letter-spacing:.04em}.scs-route-launches .traffic-viewing-grid span{color:#9ab4ba;font-size:11px;line-height:1.65;margin:13px 0 22px}.scs-route-launches .traffic-viewing-grid small{color:#69ffae;font-size:7px;font-weight:900;letter-spacing:.13em;margin-top:auto}
.scs-route-launches .traffic-guide-actions{display:flex;flex-wrap:wrap;gap:1px;margin-top:1px}
.scs-route-launches .traffic-guide-actions a,.scs-route-launches .traffic-guide-actions button{background:#0d303c;border:0;color:#fff;cursor:pointer;font:inherit;font-size:9px;font-weight:900;letter-spacing:.07em;padding:16px 18px;text-decoration:none}.scs-route-launches .traffic-guide-actions a:hover,.scs-route-launches .traffic-guide-actions a:focus-visible,.scs-route-launches .traffic-guide-actions button:hover,.scs-route-launches .traffic-guide-actions button:focus-visible{background:#154553;outline:0}.scs-route-launches .traffic-guide-actions b{color:#65f8ff;font-size:13px;margin-left:10px}
.scs-route-launches .traffic-viewing-guide>small{border-top:1px solid rgba(101,248,255,.15);color:#77939a;display:block;font-size:9px;line-height:1.55;margin-top:20px;padding-top:15px}
.scs-route-launches .traffic-console-sources{align-items:center;border-top:1px solid rgba(101,248,255,.18);display:flex;flex-wrap:wrap;gap:11px 24px;margin-top:18px;padding-top:20px}
.scs-route-launches .traffic-console-sources span{color:#ff9b62;font-size:8px;font-weight:900;letter-spacing:.14em;margin-right:auto}
.scs-route-launches .traffic-console-sources a{color:#9bb4ba;font-size:8px;font-weight:850;letter-spacing:.09em;text-decoration:none}
.scs-route-launches .traffic-console-sources a:hover,.scs-route-launches .traffic-console-sources a:focus-visible{color:#65f8ff;outline:0}

/* The vehicle library stays compact while its dark background meets adjacent sections. */
.scs-route-launches .mission-video-archive{background:#06141d;color:#fff;isolation:isolate;margin:0 auto;padding:clamp(62px,6vw,100px) clamp(24px,7vw,112px);position:relative}
.scs-route-launches .mission-video-archive:before{background:#06141d;content:"";inset-block:0;left:50%;position:absolute;transform:translateX(-50%);width:100vw;z-index:0}
.scs-route-launches .mission-video-archive>*{position:relative;z-index:1}
.scs-route-launches .mission-video-archive>header{align-items:end;display:grid;gap:30px;grid-template-columns:1fr auto;margin:0 auto 24px;max-width:1500px}
.scs-route-launches .mission-video-archive>header p{color:#65f8ff;font-size:9px;font-weight:850;letter-spacing:.18em;margin:0 0 10px}
.scs-route-launches .mission-video-archive>header h2{color:#fff;font-size:clamp(34px,4vw,58px);letter-spacing:-.045em;line-height:.98;margin:0}
.scs-route-launches .mission-video-archive>header>span{color:#88a5ad;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.scs-route-launches .mission-video-intro{border-block:1px solid rgba(101,248,255,.18);display:grid;gap:clamp(20px,3vw,42px);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto 32px;max-width:1500px;padding:clamp(22px,3vw,34px) 0}
.scs-route-launches .mission-video-intro p{color:#afc8ce;font-size:clamp(14px,1.18vw,18px);line-height:1.7;margin:0}
.scs-route-launches .mission-video-intro p:first-child{color:#e8f7f9}
.scs-route-launches .mission-video-grid{display:grid;gap:15px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:1500px}
.scs-route-launches .mission-video-grid>article{background:#0b2530;border:1px solid #31515e;display:flex;flex-direction:column;min-width:0}
.scs-route-launches .mission-video-bezel{aspect-ratio:16/9;background:#000;border-bottom:1px solid #31515e;padding:9px;position:relative}
.scs-route-launches .mission-video-bezel:before,.scs-route-launches .mission-video-bezel:after{background:#65f8ff;content:"";height:5px;position:absolute;top:2px;width:42px;z-index:2}
.scs-route-launches .mission-video-bezel:before{left:2px}.scs-route-launches .mission-video-bezel:after{right:2px}
.scs-route-launches .mission-video-bezel iframe{border:0;height:100%;width:100%}
.scs-route-launches .mission-video-player-only .mission-video-bezel{border-bottom:0}
.scs-route-launches .mission-video-player-only .os-video-cover{background:#000}
.scs-route-launches .mission-video-player-only .os-video-cover>img{object-fit:cover}
.scs-route-launches .mission-video-copy{border-top:1px solid #31515e;display:flex;flex:1;flex-direction:column;gap:9px;padding:20px 22px 22px}
.scs-route-launches .mission-video-copy>span{color:#65f8ff;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.scs-route-launches .mission-video-copy h3{color:#fff;font-size:clamp(18px,1.55vw,24px);letter-spacing:-.025em;line-height:1.05;margin:0}
.scs-route-launches .mission-video-copy p{color:#9bb6bd;font-size:12px;line-height:1.55;margin:0}
.scs-route-launches .mission-video-note{color:#78939b;font-size:10px;line-height:1.55;margin:18px auto 0;max-width:1500px}
.scs-route-launches .mission-vault-index{border-top:1px solid rgba(101,248,255,.22);margin:clamp(48px,6vw,82px) auto 0;max-width:1500px;padding-top:clamp(42px,5vw,70px)}
.scs-route-launches .mission-vault-index>header{align-items:end;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto;margin-bottom:24px}
.scs-route-launches .mission-vault-index>header p{color:#ff9b62;font-size:9px;font-weight:850;letter-spacing:.18em;margin:0 0 10px}
.scs-route-launches .mission-vault-index>header h3{color:#fff;font-size:clamp(31px,3.6vw,52px);letter-spacing:-.04em;line-height:1;margin:0}
.scs-route-launches .mission-vault-index>header>span{color:#88a5ad;font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.scs-route-launches .mission-vault-copy{display:grid;gap:clamp(20px,3vw,42px);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 28px}
.scs-route-launches .mission-vault-copy p{color:#a9c2c8;font-size:14px;line-height:1.7;margin:0}.scs-route-launches .mission-vault-copy p:first-child{color:#e5f4f6}
.scs-route-launches .mission-vault-links{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}
.scs-route-launches .mission-vault-links>button{background:linear-gradient(155deg,#0d2a35,#081a23);border:1px solid #31515e;color:#fff;cursor:pointer;display:flex;flex-direction:column;font:inherit;min-height:260px;padding:27px;position:relative;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.scs-route-launches .mission-vault-links>button:before{background:linear-gradient(90deg,#65f8ff,#ff9b62);content:"";height:3px;inset:0 0 auto;position:absolute;transform:scaleX(.24);transform-origin:left;transition:transform .22s ease}
.scs-route-launches .mission-vault-links>button:hover,.scs-route-launches .mission-vault-links>button:focus-visible{border-color:#65f8ff;box-shadow:0 20px 46px rgba(0,0,0,.28);outline:0;transform:translateY(-4px)}
.scs-route-launches .mission-vault-links>button:hover:before,.scs-route-launches .mission-vault-links>button:focus-visible:before{transform:scaleX(1)}
.scs-route-launches .mission-vault-links>button>span{color:#65f8ff;font-size:8px;font-weight:850;letter-spacing:.14em}
.scs-route-launches .mission-vault-links>button>strong{color:#fff;font-size:clamp(20px,1.55vw,27px);letter-spacing:-.025em;line-height:1.02;margin:34px 0 14px}
.scs-route-launches .mission-vault-links>button>small{color:#91acb3;font-size:11px;line-height:1.55}
.scs-route-launches .mission-vault-links>button>b{color:#fff;font-size:8px;letter-spacing:.11em;margin-top:auto;padding-top:28px}.scs-route-launches .mission-vault-links>button>b i{color:#ff9b62;font-size:14px;font-style:normal;margin-left:8px}
.scs-route-launches .mission-vault-legal{border-left:2px solid #ff9b62;color:#78949b;display:block;font-size:10px;line-height:1.55;margin-top:20px;padding:4px 0 4px 14px}
body.is-video-vault-open{overflow:hidden}
.scs-route-launches .mission-vault-dialog{background:#02080c;border:0;color:#eaffff;height:100dvh;inset:0;margin:0;max-height:none;max-width:none;overflow:hidden;padding:0;position:fixed;width:100vw}
.scs-route-launches .mission-vault-dialog::backdrop{background:rgba(0,5,8,.94);backdrop-filter:blur(7px)}
.scs-route-launches .mission-vault-shell{background:radial-gradient(circle at 80% 0,rgba(101,248,255,.1),transparent 30rem),linear-gradient(180deg,#061722,#02080c);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;height:100%;overflow:hidden}
.scs-route-launches .mission-vault-dialog-header{align-items:center;border-bottom:1px solid rgba(101,248,255,.24);display:flex;gap:24px;justify-content:space-between;padding:clamp(20px,2.6vw,38px) clamp(22px,4.5vw,72px)}
.scs-route-launches .mission-vault-dialog-header p{color:#65f8ff;font-size:8px;font-weight:900;letter-spacing:.2em;margin:0 0 7px}.scs-route-launches .mission-vault-dialog-header h2{color:#fff;font-size:clamp(26px,3vw,45px);letter-spacing:-.035em;line-height:1;margin:0}.scs-route-launches .mission-vault-dialog-header span{color:#8faab1;display:block;font-size:10px;letter-spacing:.06em;margin-top:9px}
.scs-route-launches .mission-vault-dialog-header>button{align-items:center;background:#0d2d39;border:1px solid #42606a;color:#fff;cursor:pointer;display:flex;font:inherit;font-size:9px;font-weight:850;gap:13px;letter-spacing:.12em;padding:13px 16px}.scs-route-launches .mission-vault-dialog-header>button i{color:#65f8ff;font-size:23px;font-style:normal;line-height:.7}.scs-route-launches .mission-vault-dialog-header>button:hover,.scs-route-launches .mission-vault-dialog-header>button:focus-visible{border-color:#ff9b62;outline:0}
.scs-route-launches .mission-vault-tabs{background:#071b24;border-bottom:1px solid rgba(101,248,255,.18);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 clamp(22px,4.5vw,72px)}
.scs-route-launches .mission-vault-tabs button{background:transparent;border:0;border-bottom:3px solid transparent;color:#76949c;cursor:pointer;font:inherit;font-size:9px;font-weight:900;letter-spacing:.14em;padding:17px 12px}.scs-route-launches .mission-vault-tabs button:hover,.scs-route-launches .mission-vault-tabs button:focus-visible{color:#fff;outline:0}.scs-route-launches .mission-vault-tabs button[aria-selected="true"]{border-bottom-color:#ff9b62;color:#65f8ff}
.scs-route-launches .mission-vault-viewer{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);min-height:0;padding:clamp(16px,2vw,28px) clamp(22px,4.5vw,72px)}
.scs-route-launches .mission-vault-player{border:1px solid #294954;display:flex;flex-direction:column;min-width:0}.scs-route-launches .mission-vault-player-stage{align-items:center;aspect-ratio:16/9;background:#000;display:flex;justify-content:center;min-height:260px;position:relative}.scs-route-launches .mission-vault-player-stage>div:not(.mission-vault-player-idle){height:100%;width:100%}.scs-route-launches .mission-vault-player-stage iframe{border:0;height:100%;width:100%}
.scs-route-launches .mission-vault-player-idle{align-items:center;background:radial-gradient(circle,rgba(101,248,255,.08),transparent 55%);display:flex!important;flex-direction:column;height:100%;inset:0;justify-content:center;padding:30px;position:absolute;text-align:center;width:100%}.scs-route-launches .mission-vault-player-idle i{border:1px solid #65f8ff;border-radius:50%;box-shadow:0 0 25px rgba(101,248,255,.3);height:34px;margin-bottom:20px;position:relative;width:34px}.scs-route-launches .mission-vault-player-idle i:after{border-bottom:6px solid transparent;border-left:9px solid #65f8ff;border-top:6px solid transparent;content:"";left:13px;position:absolute;top:10px}.scs-route-launches .mission-vault-player-idle p{color:#fff;font-size:13px;font-weight:850;letter-spacing:.12em;margin:0 0 9px}.scs-route-launches .mission-vault-player-idle span{color:#78949c;font-size:10px;line-height:1.5}
.scs-route-launches .mission-vault-player>footer{align-items:center;background:#071b24;border-top:1px solid #294954;display:flex;gap:18px;justify-content:space-between;min-height:46px;padding:10px 14px}.scs-route-launches .mission-vault-player>footer span{color:#8ca7ae;font-size:8px;letter-spacing:.1em}.scs-route-launches .mission-vault-player>footer a{color:#65f8ff;font-size:8px;font-weight:850;letter-spacing:.08em;text-decoration:none}.scs-route-launches .mission-vault-player>footer a:hover,.scs-route-launches .mission-vault-player>footer a:focus-visible{color:#ff9b62;outline:0}
.scs-route-launches .mission-vault-catalog{border:1px solid #294954;border-left:0;display:grid;grid-template-rows:auto minmax(150px,1fr) minmax(130px,.75fr);min-height:0;overflow:hidden}.scs-route-launches .mission-vault-catalog>header{align-items:center;background:#0a2530;border-bottom:1px solid #294954;display:flex;gap:18px;justify-content:space-between;padding:15px}.scs-route-launches .mission-vault-catalog>header p{color:#fff;font-size:10px;font-weight:850;letter-spacing:.09em;margin:0}.scs-route-launches .mission-vault-catalog>header span{color:#719098;display:block;font-size:7px;letter-spacing:.11em;margin-top:4px}.scs-route-launches .mission-vault-catalog>header a{color:#ff9b62;font-size:7px;font-weight:850;letter-spacing:.08em;text-align:right;text-decoration:none}.scs-route-launches .mission-vault-catalog>header a:hover,.scs-route-launches .mission-vault-catalog>header a:focus-visible{color:#65f8ff;outline:0}
.scs-route-launches .mission-vault-playable-list{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.scs-route-launches .mission-vault-playable-list>h3{background:#071b24;border-bottom:1px solid rgba(101,248,255,.12);color:#65f8ff;font-size:7px;letter-spacing:.14em;margin:0;padding:9px 14px}
.scs-route-launches .mission-vault-catalog ol{list-style:none;margin:0;overflow:auto;padding:0;scrollbar-color:#65f8ff #07171f;scrollbar-width:thin}.scs-route-launches .mission-vault-catalog li{border-bottom:1px solid rgba(101,248,255,.11);margin:0}.scs-route-launches .mission-vault-catalog li>button{align-items:center;background:#07171f;border:0;color:#dbecef;cursor:pointer;display:grid;font:inherit;gap:13px;grid-template-columns:30px minmax(0,1fr);padding:14px;text-align:left;width:100%}.scs-route-launches .mission-vault-catalog li>button:hover,.scs-route-launches .mission-vault-catalog li>button:focus-visible,.scs-route-launches .mission-vault-catalog li>button[aria-current="true"]{background:#0d303c;outline:0}.scs-route-launches .mission-vault-catalog li>button>b{color:#65f8ff;font-size:9px;letter-spacing:.08em}.scs-route-launches .mission-vault-catalog li>button span{color:#fff;display:block;font-size:10px;font-weight:700;line-height:1.3}.scs-route-launches .mission-vault-catalog li>button small{color:#718f97;display:block;font-size:7px;letter-spacing:.08em;margin-top:5px}.scs-route-launches .mission-vault-catalog li.is-loading,.scs-route-launches .mission-vault-catalog li.is-empty{color:#7c98a0;font-size:9px;letter-spacing:.08em;line-height:1.6;padding:22px}
.scs-route-launches .mission-vault-external-list{background:#06131a;border-top:1px solid #294954;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.scs-route-launches .mission-vault-external-list>header{padding:11px 14px 9px}.scs-route-launches .mission-vault-external-list h3{color:#ff9b62;font-size:7px;letter-spacing:.14em;margin:0 0 5px}.scs-route-launches .mission-vault-external-list p{color:#6f8d95;font-size:7px;line-height:1.4;margin:0}.scs-route-launches .mission-vault-external-list ul{list-style:none;margin:0;overflow:auto;padding:0}.scs-route-launches .mission-vault-external-list li{border-top:1px solid rgba(101,248,255,.09);padding:9px 14px}.scs-route-launches .mission-vault-external-list li>a{align-items:center;color:#b6cbd0;display:flex;font-size:8px;gap:10px;justify-content:space-between;line-height:1.35;text-decoration:none}.scs-route-launches .mission-vault-external-list li>a:hover,.scs-route-launches .mission-vault-external-list li>a:focus-visible{color:#65f8ff;outline:0}.scs-route-launches .mission-vault-external-list li>a b{color:#ff9b62;flex:0 0 auto;font-size:7px;letter-spacing:.08em}.scs-route-launches .mission-vault-external-list li.is-empty{color:#5f7d85;font-size:7px;letter-spacing:.08em}
.scs-route-launches .mission-vault-dialog-footer{align-items:center;border-top:1px solid rgba(101,248,255,.18);display:flex;gap:26px;justify-content:space-between;padding:12px clamp(22px,4.5vw,72px)}.scs-route-launches .mission-vault-dialog-footer p{color:#6f8c94;font-size:8px;line-height:1.45;margin:0}.scs-route-launches .mission-vault-dialog-footer a{color:#9db5bb;text-decoration:none}.scs-route-launches .mission-vault-dialog-footer a:hover,.scs-route-launches .mission-vault-dialog-footer a:focus-visible{color:#65f8ff;outline:0}

.scs-route-launches .downlink-notice{align-items:center;background:rgba(4,25,34,.97);border:1px solid #ff9b62;box-shadow:0 16px 48px rgba(0,0,0,.62);color:#fff;display:flex;font-size:clamp(7px,.68cqw,13px);font-weight:850;inset:50% auto auto 50%;justify-content:center;letter-spacing:.06em;line-height:1.45;max-width:76%;padding:clamp(9px,1cqw,16px);position:absolute;text-align:center;transform:translate(-50%,-50%);z-index:14}
.scs-route-launches .downlink-notice.is-leaving{opacity:0;transition:opacity .3s ease}

@media (prefers-reduced-motion:reduce){
  .scs-route-launches .launch-hero-telemetry i{animation:none!important}
  .signal-command-grid>a,.event-signal-grid>a,.explore-builder-grid>a:before{transition:none!important}
}

@media (max-width:1120px){
  .signal-command-grid,.explore-builder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .event-signal-grid{grid-template-columns:1fr}
  .event-signal-grid>a{min-height:240px}
  .scs-route-events .concert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ticket-signal-board{grid-template-columns:1fr}
  .scs-route-launches .launch-support-grid{grid-template-columns:1fr}
  .scs-route-launches .mission-vault-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-route-launches .mission-vault-viewer{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}
}

@media (max-width:760px){
  body.os-signal-page .scs-brand-tagline{font-size:18px}
  .signal-command-board>header,.event-signal-board>header,.explore-day-builder>header{align-items:start;grid-template-columns:1fr}
  .signal-command-grid,.explore-builder-grid,.scs-route-events .concert-grid,.scs-route-events .general-concerts .concert-grid{grid-template-columns:1fr}
  .signal-command-grid>a{min-height:280px}
  .explore-builder-grid>a{min-height:390px}
  .explore-day-builder>footer{align-items:stretch;flex-direction:column}
  .scs-route-launches .mission-video-archive>header{align-items:start;grid-template-columns:1fr}
  .scs-route-launches .mission-video-intro,.scs-route-launches .mission-video-grid{grid-template-columns:1fr}
  .scs-route-launches .mission-vault-index>header,.scs-route-launches .mission-vault-copy{align-items:start;grid-template-columns:1fr}
  .scs-route-launches .mission-vault-links{grid-template-columns:1fr}
  .scs-route-launches .mission-vault-links>button{min-height:220px}
  .scs-route-launches .mission-vault-dialog{overflow:auto}
  .scs-route-launches .mission-vault-shell{display:block;height:auto;min-height:100dvh;overflow:visible}
  .scs-route-launches .mission-vault-dialog-header{align-items:flex-start}.scs-route-launches .mission-vault-dialog-header>button{flex:0 0 auto;padding:10px}
  .scs-route-launches .mission-vault-tabs{padding-inline:12px}.scs-route-launches .mission-vault-tabs button{font-size:7px;padding:14px 4px}
  .scs-route-launches .mission-vault-viewer{display:grid;grid-template-columns:1fr;padding:14px}
  .scs-route-launches .mission-vault-player-stage{min-height:210px}
  .scs-route-launches .mission-vault-catalog{border-left:1px solid #294954;max-height:52vh}
  .scs-route-launches .mission-vault-dialog-footer{align-items:flex-start;flex-direction:column}
  .scs-route-launches .traffic-console-header,.scs-route-launches .traffic-console-grid{grid-template-columns:1fr}
  .scs-route-launches .traffic-console-status{max-width:480px}
  .scs-route-launches .traffic-live-panel{grid-template-columns:130px minmax(0,1fr)}
  .scs-route-launches .traffic-console-actions{grid-template-columns:1fr}
  .scs-route-launches .traffic-embed-gate{align-items:stretch;grid-template-columns:1fr}
  .scs-route-launches .traffic-embed-gate>small{grid-column:1}
  .scs-route-launches .traffic-viewing-grid{grid-template-columns:1fr}
  .scs-route-launches .traffic-viewing-grid section{min-height:0}
  .scs-route-launches .traffic-frame-stage>footer{grid-template-columns:1fr}
  .scs-route-launches .traffic-briefing li{grid-template-columns:1fr}
  .scs-route-launches .traffic-console-sources{align-items:flex-start;flex-direction:column}
  .scs-route-launches .traffic-console-sources span{margin-right:0}
  .scs-route-launches .launch-hover-dialog{border-radius:0;height:auto;padding:0;width:min(calc(100vw - 10px),calc(150vh - 15px))}
  .scs-route-launches .launch-hover-dialog form{right:2.5%;top:2.5%}
  .scs-route-launches .launch-hover-dialog form button{font-size:20px;height:34px;width:34px}
  .scs-route-launches .launch-dialog-display{padding:10px 12px}
  .scs-route-launches .launch-dialog-display h2{font-size:clamp(20px,6.5vw,32px)}
  .scs-route-launches .launch-dialog-display>span{font-size:clamp(12px,3.4vw,15px);line-height:1.5}
  .scs-route-launches .launch-hover-dialog:is([id^="observation-"],[id^="check-"]) .launch-dialog-display{bottom:25.5%}
  .scs-route-launches .launch-dialog-navigation{bottom:18.8%;grid-template-columns:62px 1fr 62px;left:20%;right:20%}
  .scs-route-launches .launch-dialog-navigation button{gap:5px;height:30px;padding-inline:8px;width:60px}
  .scs-route-launches .launch-dialog-navigation button.is-previous{padding-left:11px}
  .scs-route-launches .launch-dialog-navigation button.is-next{padding-right:11px}
  .scs-route-launches .launch-dialog-navigation button>small{font-size:6px;letter-spacing:.1em}
  .scs-route-launches .launch-dialog-nav-icon{height:9px;width:15px}
  .scs-route-launches .launch-dialog-nav-icon:before{top:4px;width:14px}
  .scs-route-launches .launch-dialog-nav-icon:after{height:6px;top:1px;width:6px}
  .scs-route-launches .launch-dialog-navigation output small{font-size:6px}
  .scs-route-launches .launch-dialog-navigation output b{font-size:9px}
  .scs-route-launches .schedule-row strong{font-size:7px!important;white-space:normal}
}

@media (max-width:500px){
  .scs-route-launches .traffic-live-panel{grid-template-columns:1fr}
  .scs-route-launches .traffic-scope{justify-self:center;max-width:180px;width:72%}
  .scs-route-launches .traffic-frame-stage{padding:8px}
  .scs-route-launches .traffic-frame-toolbar{align-items:flex-start;flex-direction:column}
  .scs-route-launches .traffic-map-frame{height:610px}
}

@media (max-width:380px){
  body.os-signal-page .scs-brand-tagline{font-size:15px}
}

/* Release 26.0810.0058 — complete shared chrome and legible action systems. */
body.os-signal-page .scs-brand-tagline{display:none!important}
body.os-signal-page .scs-sponsor-bar{padding-block:3px!important}
body.os-signal-page .scs-sponsor-logo-link img{height:18px!important}
body.os-signal-page .scs-header{
  height:70px!important;
  min-height:70px!important;
  gap:clamp(14px,2vw,28px)!important;
  padding-block:0!important
}
body.os-signal-page .scs-brand{width:220px!important}
body.os-signal-page .scs-nav-link{font-size:12px!important}
body.os-signal-page .scs-header-signal{padding:11px 15px!important}

/* The lower hero wayfinding is navigation, not fine print. */
body.os-signal-page .signal-hero-quick{
  align-items:center!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 18px!important;
  margin-top:24px!important
}
body.os-signal-page .signal-hero-quick>span,
body.os-signal-page .signal-hero-quick>a{
  color:#f2ffff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.025em!important;
  line-height:1.25!important;
  min-height:34px!important;
  padding:8px 0 6px!important;
  text-shadow:0 2px 5px rgba(0,0,0,.95)!important
}
body.os-signal-page .signal-hero-quick>span{
  border-top:4px solid #fb7558!important;
  color:#fff!important;
  font-size:10px!important;
  letter-spacing:.12em!important
}
body.os-signal-page .signal-hero-quick>a{
  border-bottom:2px solid rgba(117,225,224,.72)!important
}
body.os-signal-page .signal-hero-quick>a:hover,
body.os-signal-page .signal-hero-quick>a:focus-visible{
  border-bottom-color:#fff!important;
  color:#fff!important
}
body.os-signal-page .signal-slide-action{
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
  text-shadow:0 2px 5px rgba(0,0,0,.9)!important
}

/* Remove inherited display shadows inside light cards, then restore a restrained overlay shadow on photographs. */
body.os-signal-page .scs-static :is(.signal-category-grid>a>span,.concert-card,.guide-card,.ticket-card,.signal-note-grid>a>div)
  :is(h2,h3,h4,p,span,b,small,a){text-shadow:none!important}
body.os-signal-page .scs-route-home .signal-path-shade{
  background:linear-gradient(180deg,rgba(2,12,18,.08) 0%,rgba(2,12,18,.34) 35%,rgba(2,12,18,.94) 100%)!important
}
body.os-signal-page .scs-route-home .signal-path-copy :is(p,h3,span,b){
  color:#fff!important;
  text-shadow:0 2px 6px rgba(0,0,0,.94)!important
}
body.os-signal-page .scs-route-home .signal-path-copy span{color:#e8f6f5!important}
body.os-signal-page .scs-route-home .signal-path-copy p{color:#7df0e6!important}

/* Current event cards must stay readable regardless of inherited route colors. */
body.os-signal-page .scs-route-events .concert-card{
  background:#fffaf0!important;
  color:#102a35!important
}
body.os-signal-page .scs-route-events .concert-card :is(h3,.concert-place,.concert-copy){text-shadow:none!important}
body.os-signal-page .scs-route-events .concert-card h3{color:#102a35!important}
body.os-signal-page .scs-route-events .concert-card .concert-place{color:#294a57!important}
body.os-signal-page .scs-route-events .concert-card .concert-copy{color:#4b626b!important}
body.os-signal-page .scs-route-events .concert-card .concert-card-top :is(span,b){color:#294a57!important}
body.os-signal-page .scs-route-events .concert-card>a{
  background:#ff7557!important;
  color:#071923!important;
  min-height:52px!important
}
body.os-signal-page .scs-route-events .general-concerts .concert-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important
}

/* Destination choices are real buttons, not another oversized square link box. */
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .destination-band{
  gap:clamp(28px,5vw,70px)!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons{
  align-items:center!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:11px!important;
  justify-content:flex-start!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a{
  align-items:center!important;
  background:#071923!important;
  border:0!important;
  border-radius:999px!important;
  box-shadow:0 9px 22px rgba(7,25,35,.16)!important;
  color:#fff!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  font-size:10px!important;
  gap:18px!important;
  justify-content:space-between!important;
  letter-spacing:.04em!important;
  min-height:48px!important;
  padding:13px 18px!important;
  width:auto!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a:hover,
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a:focus-visible{
  background:#fff!important;
  color:#071923!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons b{color:#5ce1e6!important}

/* Ticket cards now receive contextual photography from the runtime mapping. */
body.os-signal-page .scs-route-tickets .ticket-card-image:before{
  filter:saturate(.9) contrast(.98)!important;
  opacity:.64!important
}
body.os-signal-page .scs-route-tickets .ticket-card-image:after{
  background:linear-gradient(180deg,rgba(255,253,249,.82) 0%,rgba(255,253,249,.7) 48%,rgba(255,253,249,.52) 76%,rgba(255,253,249,.75) 100%)!important
}
/* Keep the attraction photograph uninterrupted. Readability comes from a
   darker layered shadow on the card copy, never a box behind the text. */
body.os-signal-page .scs-static.scs-route-tickets .ticket-card.ticket-card-image :is(h3,p,strong,small,span,b){
  text-shadow:
    0 1px 1px rgba(255,255,255,.86),
    0 2px 4px rgba(0,0,0,.82),
    0 7px 14px rgba(0,0,0,.52)!important
}

/* Ticket data-standard copy must remain readable on the dark lagoon strip. */
body.os-signal-page .scs-route-tickets .review-note{
  color:#f4feff!important;
  font-size:clamp(12px,1vw,15px)!important;
  font-weight:650!important;
  line-height:1.5!important;
  padding-block:17px!important;
  text-shadow:0 2px 4px rgba(0,0,0,.58)!important
}
body.os-signal-page .scs-route-tickets .review-note span{color:#f4feff!important}
body.os-signal-page .scs-route-tickets .review-note b{
  background:#53e1d3!important;
  color:#061d26!important;
  flex:0 0 auto!important;
  font-size:10px!important;
  font-weight:900!important;
  text-shadow:none!important
}

/* Both Signal footer rows stay compact without dropping below a readable floor. */
body.os-signal-page .scs-footer{
  gap:30px!important;
  padding:50px clamp(22px,5vw,72px) 22px!important
}
body.os-signal-page .scs-footer h3{font-size:9px!important;margin-bottom:14px!important}
body.os-signal-page .scs-footer>div:not(.scs-footer-brand) a{font-size:10px!important;margin-bottom:9px!important}
body.os-signal-page .scs-footer :is(.scs-footer-brand p,.scs-footer-note p){font-size:10px!important;line-height:1.5!important}
body.os-signal-page .scs-footer .scs-legal{
  font-size:9.5px!important;
  line-height:1.5!important;
  margin-top:4px!important;
  padding-top:17px!important
}
body.os-signal-page .scs-footer .os-footer-credit{
  gap:7px!important;
  font-size:9px!important;
  line-height:1.4!important;
  padding-top:13px!important
}
body.os-signal-page .scs-footer .os-footer-tux{height:21px!important;width:21px!important}

@media (max-width:1060px){
  body.os-signal-page .scs-header{height:auto!important;min-height:66px!important;padding:8px 18px!important;grid-template-columns:minmax(0,1fr) auto auto!important}
  body.os-signal-page .scs-brand{width:200px!important}
  body.os-signal-page .scs-brand{grid-column:1!important;grid-row:1!important}
  body.os-signal-page .scs-header-signal{display:inline-flex!important;font-size:13px!important;grid-column:2!important;grid-row:1!important;justify-self:end!important;min-height:42px!important;white-space:nowrap!important}
  body.os-signal-page .scs-mobile-menu-toggle{grid-column:3!important;grid-row:1!important}
  body.os-signal-page .scs-header nav{grid-column:1/-1!important;grid-row:2!important}
}
@media (max-width:680px){
  body.os-signal-page .scs-header{grid-template-columns:minmax(0,1fr) auto!important}
  body.os-signal-page .scs-mobile-menu-toggle{grid-column:2!important}
  body.os-signal-page .scs-header-signal{display:none!important}
  body.os-signal-page .scs-header.is-mobile-menu-open .scs-header-signal{display:flex!important;grid-column:1/-1!important;grid-row:2!important;justify-self:stretch!important;justify-content:center!important;margin-top:5px!important;width:100%!important}
  body.os-signal-page .scs-header nav{grid-row:3!important}
  body.os-signal-page .signal-hero-quick{gap:5px 14px!important;margin-top:20px!important}
  body.os-signal-page .signal-hero-quick>span,
  body.os-signal-page .signal-hero-quick>a{font-size:11px!important;min-height:32px!important}
  body.os-signal-page .signal-hero-quick>span{font-size:9px!important}
  body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons{align-items:stretch!important;flex-direction:column!important}
  body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a{width:100%!important}
}

/* Release 26.0810.0061 — clearer homepage wayfinding and official-information feed. */
body.os-signal-page .signal-hero-quick>span{
  border-bottom:4px solid #fb7558!important;
  border-top:0!important
}
body.os-signal-page .signal-hero-quick>a{border-bottom:0!important}
body.os-signal-page .signal-hero-quick>a:hover,
body.os-signal-page .signal-hero-quick>a:focus-visible{
  color:#ffb08e!important;
  text-decoration:underline;
  text-decoration-color:#fb7558;
  text-decoration-thickness:2px;
  text-underline-offset:5px
}
body.os-signal-page .signal-slide-controls{
  align-items:center;
  background:rgba(3,18,27,.74);
  border:1px solid rgba(255,255,255,.22);
  border-radius:3px;
  gap:6px;
  padding:7px 8px
}
body.os-signal-page .signal-slide-control-label{
  color:#fff;
  font-size:8px;
  font-weight:850;
  letter-spacing:.17em;
  margin:0 5px 0 2px;
  text-shadow:0 2px 5px rgba(0,0,0,.9)
}
body.os-signal-page .signal-slide-controls>button:not(.signal-slide-pause){
  align-items:center;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.42)!important;
  color:#fff;
  display:flex;
  font-size:0;
  height:25px!important;
  justify-content:center;
  padding:0!important;
  width:30px!important
}
body.os-signal-page .signal-slide-controls>button:not(.signal-slide-pause):after{
  font-size:8px;
  font-weight:850;
  letter-spacing:.08em
}
body.os-signal-page .signal-slide-controls>button:nth-of-type(1):after{content:"01"}
body.os-signal-page .signal-slide-controls>button:nth-of-type(2):after{content:"02"}
body.os-signal-page .signal-slide-controls>button:nth-of-type(3):after{content:"03"}
body.os-signal-page .signal-slide-controls>button.is-active:not(.signal-slide-pause){
  background:#fb7558!important;
  border-color:#fb7558!important;
  color:#071923
}
body.os-signal-page .signal-slide-controls>button:not(.signal-slide-pause)>i{display:none}

.signal-news-section{
  background:#f1f6f2;
  color:#102a35;
  padding:clamp(62px,7vw,108px) clamp(24px,6vw,96px)
}
.signal-news-section>.signal-news-header,
.signal-news-section>.signal-news-policy,
.signal-news-section>.signal-news-grid,
.signal-news-section>.signal-news-sources{margin-inline:auto;max-width:1500px}
.signal-news-header{
  align-items:end;
  display:grid;
  gap:32px;
  grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);
  margin-bottom:30px
}
.signal-news-header p,
.scs-route-news-alerts .news-alerts-hero p{
  color:#cc4f35;
  font-size:9px;
  font-weight:850;
  letter-spacing:.2em;
  margin:0 0 12px
}
.signal-news-header h2,
.scs-route-news-alerts .news-alerts-hero h1{
  color:#102a35;
  font-size:clamp(38px,5vw,72px);
  letter-spacing:-.05em;
  line-height:.92;
  margin:0
}
.signal-news-header-copy{display:grid;gap:16px}
.signal-news-header-copy>span{color:#47616b;font-size:15px;line-height:1.6}
.signal-news-header-copy>a{
  border-bottom:2px solid #ff7557;
  color:#102a35;
  font-size:9px;
  font-weight:850;
  justify-self:start;
  letter-spacing:.12em;
  padding-bottom:6px
}
.signal-news-policy{
  align-items:center;
  background:#102a35;
  color:#dce9ec;
  display:grid;
  gap:12px 22px;
  grid-template-columns:auto minmax(0,1fr) auto;
  margin-bottom:12px;
  padding:18px 20px
}
.signal-news-policy strong{color:#ff9b62;font-size:8px;letter-spacing:.16em}
.signal-news-policy span{color:#b9ccd1;font-size:11px;line-height:1.5}
.signal-news-policy b{color:#65f8ff;font-size:8px;letter-spacing:.1em;text-align:right}
.signal-news-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}
.signal-news-grid>:is(a,button){
  appearance:none;
  background:#fff;
  border:1px solid #d4dfdc;
  color:#102a35;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  font:inherit;
  min-height:230px;
  padding:24px;
  position:relative;
  text-align:left;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease
}
.signal-news-grid>:is(a,button):before{
  background:#65d8d5;
  content:"";
  height:4px;
  inset:0 auto auto 0;
  position:absolute;
  width:56px
}
.signal-news-grid>:is(a,button)[data-news-scope="LOCAL"]:before{background:#ff7557}
.signal-news-grid>:is(a,button)[data-news-scope="WEATHER"]:before{background:#3aa6c7}
.signal-news-grid>:is(a,button)[data-news-scope="FLORIDA"]:before{background:#f3a33c}
.signal-news-grid>:is(a,button)[data-news-scope="SPACE"]:before{background:#657bd8}
.signal-news-grid>:is(a,button)[data-news-scope="MARINE"]:before{background:#1d8c9b}
.signal-news-grid>:is(a,button)[data-news-scope="SAFETY"]:before{background:#d85b64}
.signal-news-grid>:is(a,button):hover,
.signal-news-grid>:is(a,button):focus-visible{border-color:#2e7779;box-shadow:0 16px 38px rgba(16,42,53,.13);transform:translateY(-3px)}
.signal-news-grid>:is(a,button) p{color:#668087;font-size:8px;font-weight:800;letter-spacing:.1em;margin:0 0 20px}
.signal-news-grid>:is(a,button) h3{color:#102a35;font-size:20px;letter-spacing:-.025em;line-height:1.15;margin:0 0 22px;text-shadow:none!important}
.signal-news-grid>:is(a,button) span{color:#48616a;font-size:11px;margin-top:auto}
.signal-news-grid>:is(a,button) b{color:#cc4f35;font-size:8px;letter-spacing:.13em;margin-top:11px}
.signal-news-empty{
  background:#fff;
  border:1px dashed #9fb3ae;
  color:#102a35;
  grid-column:1/-1;
  padding:28px
}
.signal-news-empty strong{display:block;font-size:10px;letter-spacing:.12em;margin-bottom:8px}
.signal-news-empty span{color:#60787f;font-size:12px;line-height:1.5}
.signal-news-sources{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:20px!important}
.signal-news-sources a{border-bottom:1px solid #9bb3ad;color:#304e58;font-size:8px;font-weight:800;letter-spacing:.1em;padding-bottom:4px}

body.is-signal-news-reader-open{overflow:hidden}
.signal-news-reader{
  background:rgba(4,20,29,.82);
  border:0;
  color:#102a35;
  height:100dvh;
  inset:0;
  margin:0;
  max-height:none;
  max-width:none;
  padding:clamp(18px,4vw,54px);
  width:100vw
}
.signal-news-reader::backdrop{background:rgba(4,20,29,.72)}
.signal-news-reader>article{
  background:#f4f7f3;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  display:flex;
  flex-direction:column;
  height:100%;
  margin:auto;
  max-width:1220px;
  overflow:auto
}
.signal-news-reader>article>header{
  align-items:center;
  background:#102a35;
  color:#fff;
  display:flex;
  gap:24px;
  justify-content:space-between;
  padding:20px clamp(22px,4vw,52px)
}
.signal-news-reader>article>header p{color:#ff9b62;font-size:8px;font-weight:850;letter-spacing:.16em;margin:0 0 5px}
.signal-news-reader>article>header span{color:#d5e4e7;font-size:12px}
.signal-news-reader>article>header button{
  background:transparent;
  border:1px solid #698087;
  color:#fff;
  cursor:pointer;
  font:800 9px/1 Cabin,"Segoe UI",sans-serif;
  letter-spacing:.12em;
  padding:11px 14px
}
.signal-news-reader-body{margin:auto;max-width:920px;padding:clamp(44px,8vw,100px) clamp(24px,6vw,80px);width:100%}
.signal-news-reader-body>p{color:#cc4f35;font-size:9px;font-weight:850;letter-spacing:.15em;margin:0 0 20px}
.signal-news-reader-body h2{color:#102a35;font-size:clamp(34px,5vw,68px);letter-spacing:-.05em;line-height:.98;margin:0 0 34px}
.signal-news-reader-body>div{color:#435d66;font-size:clamp(16px,1.5vw,20px);line-height:1.75;white-space:pre-line}
.signal-news-reader-body>button{
  background:#ff7557;
  border:0;
  color:#102a35;
  cursor:pointer;
  font:850 9px/1 Cabin,"Segoe UI",sans-serif;
  letter-spacing:.12em;
  margin-top:42px;
  padding:16px 19px
}

.scs-route-news-alerts{background:#f1f6f2;min-height:70vh}
.scs-route-news-alerts .news-alerts-hero{
  background:linear-gradient(135deg,#fff 0%,#eaf2ed 100%);
  border-bottom:1px solid #d2dfda;
  padding:clamp(70px,9vw,140px) clamp(24px,6vw,96px) clamp(52px,6vw,90px)
}
.scs-route-news-alerts .news-alerts-hero>div{margin:auto;max-width:1500px}
.scs-route-news-alerts .news-alerts-hero span{color:#47616b;display:block;font-size:clamp(15px,1.5vw,20px);line-height:1.6;margin-top:24px;max-width:780px}
.scs-route-news-alerts .signal-news-section{padding-top:42px}

@media (min-width:1201px){
  .scs-route-home .signal-path-card:nth-last-child(-n+2){grid-column:span 6}
}

@media (max-width:900px){
  .signal-news-header{grid-template-columns:1fr}
  .signal-news-policy{grid-template-columns:1fr}
  .signal-news-policy b{text-align:left}
  .signal-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  body.os-signal-page .signal-slide-control-label{display:none}
  body.os-signal-page .signal-slide-controls{left:20px}
  .signal-news-grid{grid-template-columns:1fr}
  .signal-news-grid>:is(a,button){min-height:205px}
  .signal-news-reader{padding:0}
  .signal-news-reader>article{border:0}
}

/* Review pass: calmer homepage type, compact launch panels, and vehicle playback. */
.scs-route-home .signal-discovery-copy h1{
  font-size:clamp(46px,5.6vw,82px)!important;
  letter-spacing:-.045em!important;
  line-height:.92!important;
  max-width:820px
}
.scs-route-home .signal-discovery-copy .signal-hero-intro{font-size:clamp(14px,1.25vw,19px)!important;max-width:690px}

.scs-route-launches .downlink-actions{display:flex;flex-wrap:wrap;gap:.45cqw;margin-top:4%}
.scs-route-launches .downlink-actions .downlink-launch-button{margin-top:0}
.scs-route-launches .downlink-preview-button{background:#ff8c54;border-color:#ffb18b;color:#06141d}
.scs-route-launches .downlink-preview-button:hover,.scs-route-launches .downlink-preview-button:focus-visible{background:#ffad84;border-color:#ffd0b8;color:#06141d}
.scs-route-launches .downlink-launch-button[hidden]{display:none}
.scs-route-launches .mission-video-grid{grid-template-columns:repeat(12,minmax(0,1fr))}
.scs-route-launches .mission-video-grid>article{grid-column:span 3}
.scs-route-launches .mission-video-grid>article:nth-child(n+5){grid-column:span 4}
.scs-route-launches .mission-video-grid .os-video-play{background:#f06a00;width:clamp(74px,7vw,104px);height:clamp(74px,7vw,104px)}

.launch-dialog-portal{inset:0;overflow:visible;pointer-events:none;position:fixed;z-index:2147483000}
.scs-route-launches .launch-hover-dialog{
  animation:astronaut-tablet-rise .32s cubic-bezier(.2,.78,.26,1) both;
  aspect-ratio:1439/1093;
  background-color:transparent;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  bottom:-4vh;
  margin:0;
  position:fixed;
  top:auto;
  min-width:min(70vw,1080px);
  width:min(70vw,1080px)!important
}
.scs-route-launches .launch-hover-dialog[id^="observation-"]{background-image:url("../images/signal/astronaut-tablet-right.png");left:auto;right:-2.2vw}
.scs-route-launches .launch-hover-dialog[id^="check-"]{background-image:url("../images/signal/astronaut-tablet-left.png");left:-2.2vw;right:auto}
.scs-route-launches .launch-hover-dialog[open]:not([data-hover-modal]){inset:auto auto -4vh auto;transform:none}
.scs-route-launches .launch-hover-dialog[id^="observation-"][open]:not([data-hover-modal]){right:-2.2vw}
.scs-route-launches .launch-hover-dialog[id^="check-"][open]:not([data-hover-modal]){left:-2.2vw}
.scs-route-launches .launch-hover-dialog form{display:block;position:absolute;top:9.2%;z-index:7}
.scs-route-launches .launch-hover-dialog[id^="observation-"] form{right:24.5%}
.scs-route-launches .launch-hover-dialog[id^="check-"] form{right:8.5%}
.scs-route-launches .launch-hover-dialog form button{
  background:rgba(6,20,29,.9);
  border:1px solid rgba(101,248,255,.72);
  border-radius:4px;
  color:#eaffff;
  cursor:pointer;
  font-family:var(--signal-console-font);
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
  line-height:1;
  padding:8px 10px;
  text-transform:uppercase
}
.scs-route-launches .launch-hover-dialog form button:hover,
.scs-route-launches .launch-hover-dialog form button:focus-visible{background:#65f8ff;color:#06141d;outline:2px solid #ff9b62;outline-offset:2px}
.scs-route-launches .launch-hover-dialog[id^="observation-"] .launch-dialog-display{bottom:45%;left:8%;right:24%;top:8.5%}
.scs-route-launches .launch-hover-dialog[id^="check-"] .launch-dialog-display{bottom:45%;left:24%;right:8%;top:8.5%}
.scs-route-launches .launch-dialog-display{padding:12px 18px}
.scs-route-launches .launch-dialog-display h2{font-size:clamp(23px,3.1vw,36px);margin-bottom:13px}
.scs-route-launches .launch-dialog-display>span{font-size:12px;line-height:1.55}
.scs-route-launches .launch-dialog-display h3{font-size:9px;margin:17px 0 9px;padding-top:14px}
.scs-route-launches .launch-dialog-display li{font-size:11px;line-height:1.4}
.scs-route-launches .launch-dialog-display small{font-size:9px;padding-top:10px}
.scs-route-launches .launch-dialog-navigation{bottom:41.5%;grid-template-columns:92px 1fr 92px}
.scs-route-launches .launch-hover-dialog[id^="observation-"] .launch-dialog-navigation{left:10%;right:26%}
.scs-route-launches .launch-hover-dialog[id^="check-"] .launch-dialog-navigation{left:26%;right:10%}
.scs-route-launches .launch-dialog-navigation button,
.scs-route-launches .launch-dialog-navigation button.is-previous,
.scs-route-launches .launch-dialog-navigation button.is-next{
  border-radius:4px;
  clip-path:none;
  gap:7px;
  height:36px;
  padding:0 11px;
  width:88px
}
.scs-route-launches .launch-dialog-navigation button:before,.scs-route-launches .launch-dialog-navigation button:after{display:none}
.scs-route-launches .launch-dialog-navigation button>small{font-size:8px;letter-spacing:.12em}
.scs-route-launches .launch-dialog-nav-icon{height:11px;width:18px}
.scs-route-launches .launch-dialog-nav-icon:before{top:5px;width:17px}
.scs-route-launches .launch-dialog-nav-icon:after{height:7px;top:1px;width:7px}

@keyframes astronaut-tablet-rise{
  from{opacity:0;transform:translateY(28%)}
  to{opacity:1;transform:translateY(0)}
}

body.os-signal-page .scs-footer-note{align-self:start}
body.os-signal-page .scs-footer-note h3{letter-spacing:.1em!important;text-transform:uppercase!important}
body.os-signal-page .scs-footer-note a{color:#9db2c1!important;font-size:10px!important;overflow-wrap:normal}
body.os-signal-page .scs-footer-note a:first-of-type{color:#65f8ff!important;font-weight:800}

@media (max-width:1120px){
  .scs-route-launches .mission-video-grid>article,
  .scs-route-launches .mission-video-grid>article:nth-child(n+5){grid-column:span 6}
  .scs-route-launches .mission-video-grid>article:last-child{grid-column:4/span 6}
}
@media (max-width:760px){
  .scs-route-home .signal-discovery-copy h1{font-size:clamp(42px,12vw,60px)!important}
  .scs-route-launches .mission-video-grid{display:grid;grid-template-columns:1fr}
  .scs-route-launches .mission-video-grid>article,
  .scs-route-launches .mission-video-grid>article:nth-child(n+5),
  .scs-route-launches .mission-video-grid>article:last-child{grid-column:1}
  .scs-route-launches .launch-hover-dialog{bottom:-2vh;width:min(98vw,760px)}
  .scs-route-launches .launch-hover-dialog[id^="observation-"]{right:-11vw}
  .scs-route-launches .launch-hover-dialog[id^="check-"]{left:-11vw}
  .scs-route-launches .launch-hover-dialog[id^="observation-"] .launch-dialog-display{left:8%;right:24%}
  .scs-route-launches .launch-hover-dialog[id^="check-"] .launch-dialog-display{left:24%;right:8%}
  .scs-route-launches .launch-dialog-display>p{font-size:7px;margin-bottom:7px}
  .scs-route-launches .launch-dialog-display h2{font-size:clamp(17px,5vw,24px);margin-bottom:8px}
  .scs-route-launches .launch-dialog-display>span{font-size:9px;line-height:1.4}
  .scs-route-launches .launch-dialog-display h3{font-size:7px;margin:11px 0 6px;padding-top:8px}
  .scs-route-launches .launch-dialog-display li{font-size:8px;line-height:1.35}
  .scs-route-launches .launch-dialog-display small{font-size:7px}
  .scs-route-launches .launch-dialog-navigation{grid-template-columns:72px 1fr 72px}
  .scs-route-launches .launch-hover-dialog[id^="observation-"] .launch-dialog-navigation{left:11%;right:27%}
  .scs-route-launches .launch-hover-dialog[id^="check-"] .launch-dialog-navigation{left:27%;right:11%}
  .scs-route-launches .launch-dialog-navigation button,
  .scs-route-launches .launch-dialog-navigation button.is-previous,
  .scs-route-launches .launch-dialog-navigation button.is-next{height:32px;padding:0 7px;width:68px}
}

/* About: the site's purpose and privacy detail in one intentional page. */
.scs-route-about{background:#f2f6f2;color:#102a35}
.signal-about-hero{background:#071923;color:#fff;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:680px}
.signal-about-hero-copy{align-self:center;padding:clamp(64px,8vw,128px) clamp(24px,6vw,96px)}
.signal-about-hero-copy>p,.signal-about-intro>div:first-child>p,.signal-about-topics>header>p,.signal-about-principles>header>p{color:#65f8ff;font-size:9px;font-weight:850;letter-spacing:.2em;margin:0 0 15px}
.signal-about-hero-copy h1{color:#fff;font-size:clamp(52px,6.6vw,100px);letter-spacing:-.055em;line-height:.86;margin:0}
.signal-about-hero-copy>span{color:#b8cdd2;display:block;font-size:clamp(16px,1.45vw,21px);line-height:1.65;margin-top:32px;max-width:680px}
.signal-about-hero-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;min-height:680px}
.signal-about-hero-images figure{margin:0;min-height:0;overflow:hidden}
.signal-about-hero-images figure:first-child{grid-row:1/-1}
.signal-about-hero-images img{height:100%;object-fit:cover;width:100%}
.signal-about-intro{display:grid;gap:clamp(42px,7vw,120px);grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);margin:auto;max-width:1500px;padding:clamp(80px,9vw,150px) clamp(24px,6vw,96px)}
.signal-about-intro h2,.signal-about-topics h2,.signal-about-principles h2{color:#102a35;font-size:clamp(40px,5vw,74px);letter-spacing:-.05em;line-height:.94;margin:0}
.signal-about-intro>div:last-child{display:grid;gap:22px}
.signal-about-intro>div:last-child p{color:#49616a;font-size:clamp(16px,1.45vw,20px);line-height:1.75;margin:0}
.signal-about-intro>div:last-child p:first-child{color:#183944}
.signal-about-topics{background:#0a202b;color:#fff;padding:clamp(80px,9vw,140px) clamp(24px,6vw,96px)}
.signal-about-topics>header,.signal-about-principles>header{margin:0 auto 52px;max-width:1500px}
.signal-about-topics h2{color:#fff;max-width:900px}
.signal-about-topics>div{display:grid;gap:1px;grid-template-columns:repeat(4,minmax(0,1fr));margin:auto;max-width:1500px}
.signal-about-topics article{background:#0e2a36;min-height:250px;padding:28px}
.signal-about-topics article>b{color:#65f8ff;font-size:9px;letter-spacing:.16em}
.signal-about-topics h3{color:#fff;font-size:24px;letter-spacing:-.03em;margin:36px 0 14px}
.signal-about-topics article p{color:#9eb7bd;font-size:13px;line-height:1.65;margin:0}
.signal-about-photo-band{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);min-height:620px}
.signal-about-photo-band figure{margin:0;min-height:480px}
.signal-about-photo-band img{height:100%;object-fit:cover;width:100%}
.signal-about-photo-band>div{align-items:flex-start;background:#ff8c54;display:flex;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,100px)}
.signal-about-photo-band>div>p{font-size:9px;font-weight:850;letter-spacing:.2em;margin:0 0 15px}
.signal-about-photo-band h2{font-size:clamp(40px,4.8vw,70px);letter-spacing:-.05em;line-height:.94;margin:0}
.signal-about-photo-band span{font-size:16px;line-height:1.65;margin-top:25px}
.signal-about-photo-band a{background:#102a35;color:#fff;font-size:10px;font-weight:850;letter-spacing:.1em;margin-top:35px;padding:17px 20px;text-decoration:none}
.signal-about-photo-band a b{color:#65f8ff;margin-left:20px}
.signal-about-principles{padding:clamp(80px,9vw,140px) clamp(24px,6vw,96px)}
.signal-about-principles>div{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin:auto;max-width:1500px}
.signal-about-principles article{background:#fff;border:1px solid #d7e2dd;padding:32px}
.signal-about-principles h3{color:#102a35;font-size:27px;margin:0 0 18px}
.signal-about-principles article p{color:#516870;font-size:14px;line-height:1.72;margin:0}
@media (max-width:980px){
  .signal-about-hero,.signal-about-intro,.signal-about-photo-band{grid-template-columns:1fr}
  .signal-about-hero-images{min-height:520px}
  .signal-about-topics>div{grid-template-columns:repeat(2,minmax(0,1fr))}
  .signal-about-principles>div{grid-template-columns:1fr}
}
@media (max-width:620px){
  .signal-about-hero-copy h1{font-size:clamp(48px,15vw,68px)}
  .signal-about-hero-images{grid-template-columns:1fr 1fr;grid-template-rows:330px 190px;min-height:0}
  .signal-about-hero-images figure:first-child{grid-column:1/-1;grid-row:1}
  .signal-about-topics>div{grid-template-columns:1fr}
  .signal-about-topics article{min-height:0}
}

/* Final launch review: bezel-safe monitor copy and a live, inert manifest. */
.scs-route-launches .main-downlink-screen>header{padding:.58cqw .62cqw 0}
.scs-route-launches .mission-brief-screen>header{transform:translate(.22cqw,.2cqw)}
.scs-route-launches .mission-brief-screen>h2{transform:translateX(.22cqw)}
.scs-route-launches .range-status-screen>header{transform:translate(-.2cqw,.22cqw)}
.scs-route-launches .launch-schedule-screen>header{padding:.2cqw .34cqw .42cqw}
.scs-route-launches :is(.viewing-screen,.checklist-screen)>header{padding:.18cqw .24cqw 0}
.scs-route-launches :is(.viewing-screen,.checklist-screen){padding-left:1.42cqw;padding-right:1.42cqw}
.scs-route-launches .viewing-screen li>em,.scs-route-launches .checklist-screen li>b{margin-right:.2cqw}
.scs-route-launches .schedule-row{cursor:default}
.scs-route-launches .launch-schedule-screen .schedule-row:hover,
.scs-route-launches .launch-schedule-screen .schedule-row:focus-visible{background:transparent;box-shadow:none;outline:0}
.scs-route-launches .schedule-empty{align-items:center;color:#7da5ae;display:flex;flex:1;font-size:.7cqw;font-weight:800;justify-content:center;letter-spacing:.12em;min-height:100%;text-align:center}

/* Remove the dark link tray and keep the destination buttons solid white. */
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons{
  background:transparent!important;
  border:0!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  width:100%!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a{
  background:#fff!important;
  color:#071923!important;
  gap:0!important;
  justify-content:center!important;
  min-width:0!important;
  text-align:center!important
}
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a:hover,
body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons a:focus-visible{background:#fff!important;color:#071923!important}
@media (max-width:680px){
  body.os-signal-page :is(.scs-route-events,.scs-route-explore) .signal-action-buttons{flex-wrap:wrap!important}
}

/* Local district guides: image-led pages with a shared, finished editorial system. */
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
).scs-static{
  background:#f1f7f5;
  color:#0b2940
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero{
  background:linear-gradient(135deg,#d6f2ee 0%,#f7eee4 54%,#f4b57d 100%);
  min-height:640px
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero h1{
  color:#071f33;
  font-size:clamp(48px,5.2vw,82px);
  line-height:.92
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero :is(.intro,.text-action){color:#335969}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero .eyebrow{color:#0d8d92}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-media{
  border-radius:0;
  box-shadow:22px 22px 0 rgba(11,102,112,.13),0 32px 70px rgba(7,31,51,.2)
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-media:after{border-radius:0}

body.os-signal-page .scs-data-note{
  background:#0b3445;
  border-color:#24596a;
  color:#e7f7f6;
  font-size:12px;
  line-height:1.5;
  padding-block:16px
}
body.os-signal-page .scs-data-note b{
  background:#75dfd7;
  border-radius:0;
  color:#072d3b;
  font-size:9px
}

:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .content-section{
  background:#f1f7f5;
  scroll-margin-top:118px
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .content-section.tinted{background:#e4f1ee}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading{
  margin-inline:auto;
  max-width:1500px
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading h2{
  color:#071f33;
  font-size:clamp(38px,4.3vw,66px);
  max-width:1040px
}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading p{color:#e45f46}
:is(
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading span{color:#4b6975}

.scs-planning-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px
}
.scs-planning-grid article{
  background:#fff;
  border:1px solid #c8ddd8;
  box-shadow:0 16px 38px rgba(7,31,51,.08);
  min-height:290px;
  padding:30px
}
.scs-planning-grid article>b{
  color:#0b9294;
  display:block;
  font-size:13px;
  letter-spacing:.12em;
  margin-bottom:42px
}
.scs-planning-grid h3{color:#09283d;font-size:25px;letter-spacing:-.03em;line-height:1.08;margin:0 0 16px}
.scs-planning-grid p{color:#516c77;font-size:14px;line-height:1.66;margin:0}

.scs-story-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px
}
.scs-story-card{
  background:#fff;
  border:1px solid #c8ddd8;
  color:#09283d;
  display:grid;
  grid-template-columns:minmax(220px,.85fr) minmax(0,1.15fr);
  min-height:340px;
  overflow:hidden
}
.scs-story-card figure{margin:0;min-height:300px;overflow:hidden}
.scs-story-card figure img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}
.scs-story-card:hover figure img{transform:scale(1.035)}
.scs-story-card>div{display:flex;flex-direction:column;padding:30px}
.scs-story-card>div>p{color:#e45f46;font-size:9px;font-weight:900;letter-spacing:.16em;margin:0 0 18px}
.scs-story-card h3{color:#09283d;font-size:30px;letter-spacing:-.035em;line-height:1.03;margin:0 0 16px}
.scs-story-card span{color:#526e79;font-size:13px;line-height:1.65}
.scs-story-card>div>b{color:#0a868b;font-size:10px;letter-spacing:.08em;margin-top:auto;padding-top:24px;text-transform:uppercase}

.scs-timeline{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 auto;
  max-width:1500px
}
.scs-timeline article{
  background:#fff;
  border-top:6px solid #0c9295;
  box-shadow:0 16px 38px rgba(7,31,51,.08);
  min-height:280px;
  padding:28px
}
.scs-timeline article>b{color:#e45f46;display:block;font-size:15px;letter-spacing:.08em;margin-bottom:42px}
.scs-timeline h3{color:#09283d;font-size:26px;margin:0 0 15px}
.scs-timeline p{color:#516c77;font-size:14px;line-height:1.66;margin:0}

.scs-district-cta{
  align-items:center;
  background:linear-gradient(118deg,#082d40,#0b5961);
  color:#fff;
  display:grid;
  gap:60px;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  padding:clamp(68px,8vw,112px) clamp(24px,6vw,96px)
}
.scs-district-cta>div:first-child{max-width:880px}
.scs-district-cta>div:first-child>p{color:#78e5dc;font-size:9px;font-weight:900;letter-spacing:.18em;margin:0 0 15px}
.scs-district-cta h2{font-size:clamp(38px,4.4vw,67px);letter-spacing:-.05em;line-height:.96;margin:0 0 22px}
.scs-district-cta>div:first-child>span{color:#c1dadd;font-size:15px;line-height:1.7}
.scs-district-cta .related-links{display:flex;flex-direction:column;gap:10px}
.scs-district-cta .related-links a{background:#fff;border:0;border-radius:0;color:#082d40;min-height:52px}
.scs-district-cta .related-links a b{color:#e45f46}

.scs-dining-jump{
  background:#0b3445;
  display:flex;
  gap:1px;
  justify-content:center;
  padding:1px
}
.scs-dining-jump a{background:#10495a;color:#fff;flex:1;font-size:10px;font-weight:850;letter-spacing:.08em;max-width:420px;padding:22px;text-align:center;text-transform:uppercase}
.scs-dining-jump a:hover{background:#75dfd7;color:#072d3b}
.scs-dining-section:nth-of-type(even){background:#e4f1ee}
.scs-dining-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1500px}
.scs-dining-card{background:#fff;border:1px solid #c8ddd8;color:#09283d;display:flex;flex-direction:column;overflow:hidden}
.scs-dining-card figure{height:260px;margin:0;overflow:hidden}
.scs-dining-card figure img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}
.scs-dining-card:hover figure img{transform:scale(1.035)}
.scs-dining-card>div{display:flex;flex:1;flex-direction:column;padding:28px}
.scs-dining-card>div>p{color:#e45f46;font-size:9px;font-weight:900;letter-spacing:.13em;margin:0 0 16px}
.scs-dining-card h3{color:#09283d;font-size:28px;letter-spacing:-.035em;line-height:1.05;margin:0 0 16px}
.scs-dining-card>div>span{color:#526e79;font-size:13px;line-height:1.62;margin-bottom:16px}
.scs-dining-card .scs-rating{color:#284f5d}
.scs-dining-card .scs-rating b{color:#0a868b}
.scs-dining-card small{color:#758b93;font-size:9px;margin-top:auto;padding-top:12px}
.scs-dining-card strong{color:#0a868b;font-size:10px;letter-spacing:.06em;margin-top:18px;text-transform:uppercase}

@media(max-width:1120px){
  .scs-planning-grid,.scs-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-story-grid{grid-template-columns:1fr}
  .scs-dining-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  :is(
    .scs-route-cocoa-village,
    .scs-route-cocoa-village-playhouse,
    .scs-route-cocoa-village-shops-architecture,
    .scs-route-cocoa-village-dinner-before-show,
    .scs-route-eau-gallie-arts-district,
    .scs-route-downtown-melbourne,
    .scs-route-district-dining
  ) .page-hero h1{font-size:clamp(43px,13vw,64px)}
  .scs-planning-grid,.scs-timeline,.scs-dining-grid{grid-template-columns:1fr}
  .scs-story-card{grid-template-columns:1fr}
  .scs-story-card figure{height:280px;min-height:0}
  .scs-district-cta{grid-template-columns:1fr}
  .scs-dining-jump{align-items:stretch;flex-direction:column}
  .scs-dining-jump a{max-width:none}
}

/* Explore family: tropical coast palette across every guide and district page. */
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
).scs-static{
  --tropic-aqua:#9ce9df;
  --tropic-aqua-pale:#e7faf6;
  --tropic-coral:#ff7d62;
  --tropic-mango:#ffc866;
  --tropic-sky:#a9e2f2;
  --tropic-navy:#082b49;
  --tropic-copy:#315d6b;
  background:#f5fbfa;
  color:var(--tropic-navy)
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero{
  background:radial-gradient(circle at 17% 12%,rgba(255,255,255,.76),transparent 34%),linear-gradient(128deg,#c8f5ed 0%,#9ce9df 42%,#ffe19c 72%,#ff9a78 100%);
  color:var(--tropic-navy);
  min-height:650px
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-copy :is(h1,.intro,.text-action){color:var(--tropic-navy)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-copy .eyebrow{color:#087c89!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero .actions>a:first-child{
  background:var(--tropic-coral)!important;
  color:var(--tropic-navy)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-media{
  border-radius:0!important;
  box-shadow:22px 22px 0 rgba(8,124,137,.16),0 32px 70px rgba(8,43,73,.2)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-media:after{border-radius:0!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) :is(.review-note,.scs-data-note){
  background:#b9efe7!important;
  border-color:#68cfc5!important;
  color:var(--tropic-navy)!important;
  font-size:12px!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) :is(.review-note,.scs-data-note) b{
  background:#fff!important;
  border-radius:0!important;
  color:#087c89!important
}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .content-section{background:#f5fbfa!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .content-section.tinted{background:#e4f7f3!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading h2{color:var(--tropic-navy)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading>div>p{color:#ef664e!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading span{color:var(--tropic-copy)!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid{
  gap:14px;
  grid-template-columns:repeat(4,minmax(0,1fr))
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card{
  border:0!important;
  border-radius:0!important;
  box-shadow:0 16px 38px rgba(8,43,73,.1)!important;
  color:var(--tropic-navy)!important;
  min-height:340px;
  padding:30px
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+1){background:#bff1e9!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+2){background:#ffd4c1!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+3){background:#ffe29a!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+4){background:#b9e6f2!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card :is(h3,p,span,b){color:var(--tropic-navy)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card .card-label{color:#b94838!important}

.scs-planning-grid article:nth-child(4n+1),.scs-timeline article:nth-child(4n+1){background:#bff1e9}
.scs-planning-grid article:nth-child(4n+2),.scs-timeline article:nth-child(4n+2){background:#ffd4c1}
.scs-planning-grid article:nth-child(4n+3),.scs-timeline article:nth-child(4n+3){background:#ffe29a}
.scs-planning-grid article:nth-child(4n+4),.scs-timeline article:nth-child(4n+4){background:#b9e6f2}
.scs-planning-grid article,.scs-timeline article{border:0;border-radius:0;color:#082b49}
.scs-planning-grid :is(h3,p),.scs-timeline :is(h3,p){color:#082b49}
.scs-planning-grid article>b,.scs-timeline article>b{color:#ba4938}

.scs-route-explore .explore-day-builder{background:#c9f3ec!important;color:#082b49!important}
.scs-route-explore .explore-builder-grid>a{background:#0a4770}
.scs-route-explore .explore-builder-grid>a:before{
  background:linear-gradient(0deg,rgba(5,31,62,.97) 0%,rgba(5,54,91,.7) 48%,rgba(8,91,128,.1) 100%),var(--explore-image) center/cover
}
.scs-route-explore .explore-day-builder>header :is(h2,p,span){color:#082b49!important}
.scs-route-explore .explore-day-builder>footer a{background:#fff!important;border-color:#67cfc5!important;color:#082b49!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band,
.scs-district-cta{
  background:linear-gradient(112deg,#ff7d62 0%,#ffc866 54%,#8fe5dc 100%)!important;
  color:#082b49!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band :is(h2,p,span),
.scs-district-cta>div:first-child :is(h2,p,span){color:#082b49!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band .related-links,
.scs-district-cta .related-links{
  align-items:center;
  display:flex!important;
  flex-wrap:wrap;
  gap:11px;
  justify-content:center
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band .related-links a,
.scs-district-cta .related-links a{
  background:#fff!important;
  border:0!important;
  border-radius:999px!important;
  color:#082b49!important;
  flex:0 1 auto;
  min-height:50px;
  min-width:150px
}

.scs-dining-jump{background:#8fe5dc}
.scs-dining-jump a:nth-child(3n+1){background:#ff8f73;color:#082b49}
.scs-dining-jump a:nth-child(3n+2){background:#ffc866;color:#082b49}
.scs-dining-jump a:nth-child(3n+3){background:#8fe5dc;color:#082b49}
.scs-dining-section:nth-of-type(even){background:#e4f7f3!important}

@media(max-width:1120px){
  :where(
    .scs-route-explore,
    .scs-route-beaches,
    .scs-route-visitor-guides,
    .scs-route-family-activities,
    .scs-route-dining-nightlife,
    .scs-route-nature-wildlife,
    .scs-route-cocoa-village
  ) .editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  :where(
    .scs-route-explore,
    .scs-route-beaches,
    .scs-route-visitor-guides,
    .scs-route-family-activities,
    .scs-route-dining-nightlife,
    .scs-route-nature-wildlife,
    .scs-route-cocoa-village
  ) .editorial-grid{grid-template-columns:1fr}
  :where(
    .scs-route-explore,
    .scs-route-beaches,
    .scs-route-visitor-guides,
    .scs-route-family-activities,
    .scs-route-dining-nightlife,
    .scs-route-nature-wildlife,
    .scs-route-cocoa-village
  ) .destination-band .related-links,
  .scs-district-cta .related-links{align-items:stretch;flex-direction:column}
}

/* User-selected page palettes: one tropical identity, distinct destination moods. */
.scs-route-explore{
  --xp1:#d6c68c;
  --xp2:#8a7f5a;
  --xp3:#60593e;
  --xp4:#383424;
  --xp-ink:#383424;
  --xp-accent:#60593e;
  --xp-paper:#f5f0df
}
.scs-route-beaches{
  --xp1:#03fbec;
  --xp2:#40807b;
  --xp3:#ff8200;
  --xp4:#ff2d00;
  --xp-ink:#082b49;
  --xp-accent:#a62400;
  --xp-paper:#e9fffc
}
.scs-route-visitor-guides{
  --xp1:#02cec8;
  --xp2:#fcf1cc;
  --xp3:#ff9e61;
  --xp4:#eb3f00;
  --xp-ink:#082b49;
  --xp-accent:#a62d00;
  --xp-paper:#fffaf0
}
.scs-route-family-activities{
  --xp1:#ff8fa2;
  --xp2:#fbc8d2;
  --xp3:#67ffed;
  --xp4:#96e083;
  --xp-ink:#082b49;
  --xp-accent:#a62f59;
  --xp-paper:#fff3f5
}
.scs-route-dining-nightlife,.scs-route-cocoa-village-dinner-before-show{
  --xp1:#68f1c3;
  --xp2:#8dccb5;
  --xp3:#f29967;
  --xp4:#f26966;
  --xp-ink:#082b49;
  --xp-accent:#9c3937;
  --xp-paper:#effcf7
}
.scs-route-nature-wildlife{
  --xp1:#d6c68c;
  --xp2:#8a7f5a;
  --xp3:#60593e;
  --xp4:#383424;
  --xp-ink:#383424;
  --xp-accent:#60593e;
  --xp-paper:#f5f0df
}
.scs-route-district-dining{
  --xp1:#9afacb;
  --xp2:#f8b198;
  --xp3:#f58fa8;
  --xp4:#87c9ad;
  --xp-ink:#082b49;
  --xp-accent:#a13f63;
  --xp-paper:#f3fff9
}
.scs-route-cocoa-village{
  --xp1:#fca57c;
  --xp2:#f9d679;
  --xp3:#2bc8d1;
  --xp4:#9dcca7;
  --xp-ink:#082b49;
  --xp-accent:#087c87;
  --xp-paper:#fff8ef
}
.scs-route-cocoa-village-playhouse{
  --xp1:#e0afff;
  --xp2:#ffb8af;
  --xp3:#ceffaf;
  --xp4:#aff6ff;
  --xp-ink:#082b49;
  --xp-accent:#76508d;
  --xp-paper:#fbf5ff
}
.scs-route-cocoa-village-shops-architecture{
  --xp1:#ff7e6f;
  --xp2:#806f6e;
  --xp3:#6fffe5;
  --xp4:#40f058;
  --xp-ink:#082b49;
  --xp-accent:#806f6e;
  --xp-paper:#f2fffb
}
.scs-route-eau-gallie-arts-district{
  --xp1:#e89eb8;
  --xp2:#ffeff5;
  --xp3:#9ff5c3;
  --xp4:#92d175;
  --xp-ink:#082b49;
  --xp-accent:#914460;
  --xp-paper:#fff8fb
}
.scs-route-downtown-melbourne{
  --xp1:#ffd3ad;
  --xp2:#afffad;
  --xp3:#add8ff;
  --xp4:#fdadff;
  --xp-ink:#082b49;
  --xp-accent:#7b518d;
  --xp-paper:#fff9f4
}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
).scs-static{
  background:var(--xp-paper)!important;
  color:var(--xp-ink)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero{
  background:radial-gradient(circle at 17% 12%,rgba(255,255,255,.76),transparent 34%),linear-gradient(128deg,color-mix(in srgb,var(--xp1) 60%,white) 0%,color-mix(in srgb,var(--xp2) 58%,white) 42%,color-mix(in srgb,var(--xp3) 66%,white) 72%,color-mix(in srgb,var(--xp4) 70%,white) 100%)!important;
  color:var(--xp-ink)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-copy :is(h1,.intro,.text-action){color:var(--xp-ink)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero-copy .eyebrow{color:var(--xp-accent)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .page-hero .actions>a:first-child{
  background:var(--xp-ink)!important;
  color:#fff!important
}
.scs-route-explore .page-hero .actions>a:first-child{background:#383424!important;color:#fff!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) :is(.review-note,.scs-data-note){
  background:color-mix(in srgb,var(--xp1) 46%,white)!important;
  border-color:var(--xp1)!important;
  color:var(--xp-ink)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) :is(.review-note,.scs-data-note) b{color:var(--xp-ink)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) :is(.content-section,.content-section.tinted){background:var(--xp-paper)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading h2{color:var(--xp-ink)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading>div>p{color:var(--xp-accent)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining
) .section-heading span{color:color-mix(in srgb,var(--xp-ink) 78%,white)!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+1),
.scs-planning-grid article:nth-child(4n+1),.scs-timeline article:nth-child(4n+1){background:color-mix(in srgb,var(--xp1) 55%,white)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+2),
.scs-planning-grid article:nth-child(4n+2),.scs-timeline article:nth-child(4n+2){background:color-mix(in srgb,var(--xp2) 48%,white)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+3),
.scs-planning-grid article:nth-child(4n+3),.scs-timeline article:nth-child(4n+3){background:color-mix(in srgb,var(--xp3) 52%,white)!important}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .editorial-grid .guide-card:nth-child(4n+4),
.scs-planning-grid article:nth-child(4n+4),.scs-timeline article:nth-child(4n+4){background:color-mix(in srgb,var(--xp4) 42%,white)!important}
.scs-planning-grid article,.scs-timeline article{color:var(--xp-ink)!important}
.scs-planning-grid :is(h3,p),.scs-timeline :is(h3,p){color:var(--xp-ink)!important}
.scs-planning-grid article>b,.scs-timeline article>b{color:var(--xp-accent)!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band,
.scs-district-cta{
  background:linear-gradient(112deg,var(--xp1) 0%,var(--xp2) 34%,var(--xp3) 68%,var(--xp4) 100%)!important;
  color:var(--xp-ink)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band :is(h2,p,span),
.scs-district-cta>div:first-child :is(h2,p,span){color:var(--xp-ink)!important}
.scs-district-cta .related-links a{color:var(--xp-ink)!important}

.scs-route-explore .explore-day-builder{
  background:linear-gradient(135deg,#f5f0df,#d6c68c)!important;
  color:#383424!important
}
.scs-route-explore .explore-day-builder>header :is(h2,p,span){color:#383424!important}
.scs-route-explore .explore-builder-grid>a{background:#60593e}
.scs-route-explore .explore-builder-grid>a:before{
  background:linear-gradient(0deg,rgba(56,52,36,.98) 0%,rgba(96,89,62,.75) 48%,rgba(138,127,90,.12) 100%),var(--explore-image) center/cover
}
.scs-route-explore .explore-builder-grid :is(span,h3,p,b){color:#fff8e5!important}
.scs-route-explore .explore-day-builder>footer a{border-color:#8a7f5a!important;color:#383424!important}

.scs-dining-jump{background:var(--xp1)!important}
.scs-dining-jump a:nth-child(3n+1){background:var(--xp1)!important;color:var(--xp-ink)!important}
.scs-dining-jump a:nth-child(3n+2){background:var(--xp2)!important;color:var(--xp-ink)!important}
.scs-dining-jump a:nth-child(3n+3){background:var(--xp3)!important;color:var(--xp-ink)!important}
.scs-dining-section:nth-of-type(even){background:color-mix(in srgb,var(--xp1) 14%,white)!important}

/* Final Explore-family review: preserve the photography while giving the fine
   hero copy a barely-there contrast wash, readable white type, brighter
   actions, and one neutral lagoon footer across every palette. */
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero:before,
.scs-route-tickets .ticket-hero:before{
  background:linear-gradient(90deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.08) 52%,rgba(0,0,0,.025) 100%)!important
}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero-copy :is(.eyebrow,h1,.intro,.text-action),
.scs-route-tickets .ticket-hero-copy :is(.eyebrow,h1,.intro,.text-action){
  color:#fff!important;
  text-shadow:0 2px 5px rgba(3,20,28,.72),0 10px 28px rgba(3,20,28,.42)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero .actions>a:first-child{
  background:#f05f4b!important;
  border-color:#f05f4b!important;
  color:#fff!important;
  text-shadow:0 1px 3px rgba(68,12,3,.45)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero .actions>a.text-action{
  background:transparent!important;
  border-color:rgba(255,255,255,.78)!important;
  color:#fff!important;
  text-shadow:0 2px 5px rgba(3,20,28,.72)!important
}
.scs-route-tickets .ticket-hero .actions>a:first-child{color:#fff!important;text-shadow:0 2px 4px rgba(68,42,0,.5)!important}

/* Official-source modules should read as intentional Signal navigation, not a
   stack of generic form boxes. Keep the authoritative links unchanged while
   presenting them as a compact tropical signal board. */
body.os-signal-page .source-callout{
  background:linear-gradient(118deg,#ffd9cf 0%,#ffd9cf 48%,#c7f4ef 48%,#a9e5ea 100%)!important;
  border-top:8px solid transparent;
  border-image:linear-gradient(90deg,#ff7557,#ffd166,#53e1d3,#48a9c5) 1;
  overflow:hidden;
  position:relative
}
body.os-signal-page .source-callout:after{
  background:radial-gradient(circle,rgba(255,255,255,.5) 0 2px,transparent 3px);
  background-size:20px 20px;
  content:"";
  inset:0 0 0 48%;
  opacity:.34;
  pointer-events:none;
  position:absolute
}
body.os-signal-page .source-callout>div{position:relative;z-index:1}
body.os-signal-page .source-callout>div:first-child p{color:#b63f35!important}
body.os-signal-page .source-callout h2{color:#082b49!important}
body.os-signal-page .source-callout>div:first-child span{color:#315d69!important}
body.os-signal-page .source-links{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(2,minmax(0,1fr))
}
body.os-signal-page .source-links a{
  border:0!important;
  border-radius:0!important;
  box-shadow:0 16px 34px rgba(8,43,73,.15);
  color:#082b49!important;
  font-size:12px!important;
  letter-spacing:.015em;
  min-height:96px;
  padding:20px!important;
  transition:box-shadow .2s ease,transform .2s ease
}
body.os-signal-page .source-links a:nth-child(4n+1){background:#53e1d3!important}
body.os-signal-page .source-links a:nth-child(4n+2){background:#ff8b73!important}
body.os-signal-page .source-links a:nth-child(4n+3){background:#ffd166!important}
body.os-signal-page .source-links a:nth-child(4n+4){background:#176a7a!important;color:#fff!important}
body.os-signal-page .source-links a b{
  align-items:center;
  background:rgba(255,255,255,.7);
  border-radius:50%;
  color:#082b49!important;
  display:flex;
  flex:0 0 32px;
  height:32px;
  justify-content:center;
  margin-left:18px;
  width:32px
}
body.os-signal-page .source-links a:hover,
body.os-signal-page .source-links a:focus-visible{
  box-shadow:0 22px 44px rgba(8,43,73,.22);
  transform:translateY(-4px)
}

/* Replace the remaining text-only card defaults with an editorial Signal
   system. Image, live-data, event, ticket, and Launch-console cards retain
   their purpose-built treatments. */
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card){
  border:0!important;
  border-radius:0!important;
  box-shadow:0 20px 46px rgba(8,43,73,.13)!important;
  color:#082b49!important;
  isolation:isolate;
  min-height:320px;
  overflow:hidden;
  position:relative
}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):before{
  background:linear-gradient(90deg,#ff7557,#ffd166,#53e1d3,#48a9c5);
  content:"";
  height:8px;
  inset:0 0 auto;
  position:absolute;
  z-index:-1
}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):after{
  background:rgba(255,255,255,.3);
  content:"";
  height:150px;
  position:absolute;
  right:-85px;
  top:-85px;
  transform:rotate(45deg);
  width:150px;
  z-index:-1
}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):nth-child(4n+1){background:linear-gradient(145deg,#fff 0%,#c9f4ed 100%)!important}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):nth-child(4n+2){background:linear-gradient(145deg,#fff 0%,#ffd9cf 100%)!important}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):nth-child(4n+3){background:linear-gradient(145deg,#fff 0%,#ffe9a9 100%)!important}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card):nth-child(4n+4){background:linear-gradient(145deg,#fff 0%,#cfeaf5 100%)!important}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card) :is(h2,h3,p,span){color:#082b49!important;position:relative;z-index:1}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) .guide-card>b:first-child{
  color:#0a7380!important;
  font-size:76px!important;
  font-weight:900;
  letter-spacing:-.08em!important;
  line-height:1;
  margin:0!important;
  opacity:.17;
  position:absolute;
  right:22px;
  top:21px
}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) :is(.guide-card,.topic-card,.info-card) .card-label{color:#b63f35!important}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) a:is(.guide-card,.topic-card,.info-card){transition:box-shadow .2s ease,transform .2s ease}
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) a:is(.guide-card,.topic-card,.info-card):hover,
:where(
  .scs-route-weather,
  .scs-route-surf,
  .scs-route-about,
  .scs-route-news-alerts
) a:is(.guide-card,.topic-card,.info-card):focus-visible{
  box-shadow:0 26px 54px rgba(8,43,73,.2)!important;
  transform:translateY(-5px)
}

body.os-signal-page .scs-editorial-disclosure{
  background:linear-gradient(105deg,#103b4a 0%,#176a7a 72%,#1f8790 100%);
  border:0;
  border-left:9px solid #ff7557;
  box-shadow:0 20px 46px rgba(8,43,73,.14);
  color:#eefbfc;
  display:grid;
  gap:12px 28px;
  grid-template-columns:minmax(160px,.3fr) minmax(0,1fr);
  margin:34px auto 0;
  max-width:1500px;
  padding:24px 28px
}
body.os-signal-page .scs-editorial-disclosure b{color:#ffd166;letter-spacing:.12em}
body.os-signal-page .scs-editorial-disclosure p{color:#eefbfc;margin:0}
@media(max-width:680px){
  body.os-signal-page .source-callout:after{inset:48% 0 0}
  body.os-signal-page .source-links{grid-template-columns:1fr}
  body.os-signal-page .source-links a{min-height:72px}
  body.os-signal-page .scs-editorial-disclosure{grid-template-columns:1fr}
}

/* The page palettes stay playful; the footer uses their perceptual midpoint as
   a stable deep-blue lagoon neutral instead of near-black or hunter green. */
body.os-signal-page .scs-footer{background:#103b4a!important;color:#eefbfc!important}
body.os-signal-page .scs-footer h3{color:#74e8df!important}
body.os-signal-page .scs-footer :is(a,p,span){color:#eefbfc!important}
body.os-signal-page .scs-footer a:hover,
body.os-signal-page .scs-footer a:focus-visible{color:#ffd166!important}
body.os-signal-page .scs-footer .scs-legal,
body.os-signal-page .scs-footer .os-footer-credit{border-color:rgba(196,239,238,.2)!important;color:#c7dfe2!important}

/* Stylize repeated one-two-three-four guide systems without turning them into
   rounded generic cards. */
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) :is(.editorial-grid .guide-card,.scs-planning-grid article,.scs-timeline article){
  border:1px solid color-mix(in srgb,var(--xp-accent,#087c89) 26%,white)!important;
  box-shadow:0 18px 42px rgba(8,43,73,.12),inset 0 1px 0 rgba(255,255,255,.7)!important;
  overflow:hidden;
  position:relative
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) :is(.editorial-grid .guide-card,.scs-planning-grid article,.scs-timeline article):before{
  background:linear-gradient(90deg,var(--xp1,#9ce9df),var(--xp3,#ff7d62));
  content:"";
  height:7px;
  inset:0 0 auto;
  position:absolute
}
:where(.guide-card,.scs-planning-grid article,.scs-timeline article).is-dark :is(h2,h3,p,span,b){color:#fff!important}

:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village
) .destination-band .related-links a,
.scs-district-cta .related-links a{flex:1 1 170px!important;max-width:260px!important;text-align:center!important}

/* Weather information panels retain their approved layout with square edges. */
.scs-route-weather :is(
  .weather-overview>article,.weather-overview .stat-stack>div,
  .signal-weather-outlook .guide-card,.forecast-card,.hourly-card,.daily-card,
  .tide-card,.weather-card,.os-weather-hourly>article,.os-weather-daily>article,
  .os-weather-tide-grid>article,.os-weather-current-primary,.os-weather-metric
){border-radius:0!important}

/* One image-led theater guide replaces isolated venue pages. */
.scs-route-theaters{
  --xp1:#67e1d6;
  --xp2:#ff9d82;
  --xp3:#ffd166;
  --xp4:#a9e2f2;
  --xp-ink:#082b49;
  --xp-accent:#d94f5c;
  --xp-paper:#fff8f4
}
.scs-route-theaters.scs-static{background:var(--xp-paper)!important;color:var(--xp-ink)!important}
.scs-route-theaters .content-section{background:var(--xp-paper)!important}
.scs-theater-guide{scroll-margin-top:118px}
.scs-theater-grid{display:grid;gap:28px;margin:0 auto;max-width:1500px}
.scs-theater-card{
  background:#fff;
  border:1px solid rgba(8,43,73,.14);
  box-shadow:0 24px 60px rgba(8,43,73,.12);
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);
  min-height:500px;
  overflow:hidden;
  scroll-margin-top:118px
}
.scs-theater-card:nth-child(even){grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)}
.scs-theater-card:nth-child(even) figure{grid-column:2;grid-row:1}
.scs-theater-card:nth-child(even)>div{grid-column:1;grid-row:1}
.scs-theater-card figure{margin:0;min-height:500px;overflow:hidden}
.scs-theater-card figure img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}
.scs-theater-card:hover figure img{transform:scale(1.025)}
.scs-theater-card>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,4vw,64px)}
.scs-theater-card>div>p{color:var(--xp-accent);font-size:10px;font-weight:900;letter-spacing:.18em;margin:0 0 16px;text-transform:uppercase}
.scs-theater-card h2{color:var(--xp-ink);font-size:clamp(38px,4.2vw,66px);letter-spacing:-.05em;line-height:.94;margin:0 0 22px}
.scs-theater-card>div>span{color:#3d6170;font-size:15px;line-height:1.65}
.scs-theater-card ul{color:#54717c;font-size:13px;line-height:1.6;margin:24px 0 0;padding-left:19px}
.scs-theater-card li+li{margin-top:9px}
.scs-theater-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.scs-theater-actions a{align-items:center;display:flex;font-size:10px;font-weight:900;justify-content:space-between;letter-spacing:.07em;min-height:54px;padding:15px 17px;text-transform:uppercase}
.scs-theater-ticket{background:#f05f4b;color:#fff;flex:1 1 230px}
.scs-theater-ticket:hover,.scs-theater-ticket:focus-visible{background:#d94f5c;color:#fff}
.scs-theater-plan{background:#e6f8f5;border:1px solid #73d9d0;color:#082b49;flex:1 1 190px}
.scs-theater-plan:hover,.scs-theater-plan:focus-visible{background:#fff;color:#082b49}

@media(max-width:900px){
  .scs-theater-card,.scs-theater-card:nth-child(even){grid-template-columns:1fr}
  .scs-theater-card:nth-child(even) figure,.scs-theater-card:nth-child(even)>div{grid-column:auto;grid-row:auto}
  .scs-theater-card figure{height:55vw;min-height:320px}
}
@media(max-width:620px){
  .scs-theater-card figure{height:72vw;min-height:260px}
  .scs-theater-actions{align-items:stretch;flex-direction:column}
  .scs-theater-actions a{flex:auto}
}

/* Signal hero legibility and clear-button treatment. Keep the photography
   unobstructed: the copy uses a crisp layered shadow, while transparent
   secondary actions receive a restrained liquid-glass surface. */
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero-copy :is(.eyebrow,h1,.intro),
.scs-route-tickets .ticket-hero-copy :is(.eyebrow,h1,.intro){
  color:#fff!important;
  text-shadow:
    1px 1px 2px rgba(0,0,0,.98),
    -1px 1px 2px rgba(0,0,0,.82),
    0 4px 10px rgba(0,0,0,.9),
    0 14px 32px rgba(0,0,0,.58)!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) .page-hero-copy .intro,
.scs-route-tickets .ticket-hero-copy .intro{font-weight:650!important}

body.os-signal-page:not(.os-page-launches) .scs-site .actions>a.text-action{
  -webkit-backdrop-filter:blur(10px) saturate(140%);
  backdrop-filter:blur(10px) saturate(140%);
  background:rgba(255,255,255,.2)!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:0!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.62),
    inset 0 -1px 0 rgba(255,255,255,.16),
    0 10px 26px rgba(3,20,28,.24)!important;
  color:#fff!important;
  padding:15px 23px!important;
  text-shadow:0 2px 5px rgba(0,0,0,.92),0 8px 18px rgba(0,0,0,.48)!important;
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease
}
body.os-signal-page:not(.os-page-launches) .scs-site .actions>a.text-action:hover,
body.os-signal-page:not(.os-page-launches) .scs-site .actions>a.text-action:focus-visible{
  background:rgba(255,255,255,.32)!important;
  border-color:#fff!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 13px 30px rgba(3,20,28,.3)!important;
  color:#fff!important;
  transform:translateY(-2px)
}

/* District calls to action stay compact and horizontal on full-width pages.
   This prevents inherited column flex sizing from turning pill buttons into
   oversized circles. */
body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links{
  align-items:stretch!important;
  background:transparent!important;
  border:0!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  justify-content:center!important;
  min-height:0!important;
  padding:0!important;
  width:100%!important
}
body.os-signal-page:not(.os-page-launches) .scs-site .related-links{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important
}

/* Explore-family planning bands use one calm coastal gradient. The individual
   page palettes remain in their cards and accents without creating rainbow
   fields behind the final actions. */
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) :is(.destination-band,.scs-district-cta),
body.os-signal-page .scs-district-cta{
  background:linear-gradient(112deg,#ffffff 0%,#73b8d1 100%)!important;
  color:#082b49!important
}
:where(
  .scs-route-explore,
  .scs-route-beaches,
  .scs-route-visitor-guides,
  .scs-route-family-activities,
  .scs-route-dining-nightlife,
  .scs-route-nature-wildlife,
  .scs-route-cocoa-village,
  .scs-route-cocoa-village-playhouse,
  .scs-route-cocoa-village-shops-architecture,
  .scs-route-cocoa-village-dinner-before-show,
  .scs-route-eau-gallie-arts-district,
  .scs-route-downtown-melbourne,
  .scs-route-district-dining,
  .scs-route-theaters
) :is(.destination-band,.scs-district-cta) :is(h2,p,span){color:#082b49!important}
body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links a{
  align-items:center!important;
  -webkit-backdrop-filter:blur(10px) saturate(125%);
  backdrop-filter:blur(10px) saturate(125%);
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(255,255,255,.92)!important;
  border-radius:12px!important;
  box-shadow:0 10px 24px rgba(8,43,73,.14),inset 0 1px 0 rgba(255,255,255,.9)!important;
  color:var(--xp-ink,#082b49)!important;
  flex:1 1 0!important;
  font-size:10px!important;
  gap:12px!important;
  justify-content:space-between!important;
  max-width:250px!important;
  min-height:58px!important;
  min-width:0!important;
  padding:15px 17px!important;
  text-align:left!important;
  transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease
}
body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links a:hover,
body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links a:focus-visible{
  background:#fff!important;
  box-shadow:0 15px 30px rgba(8,43,73,.2),inset 0 1px 0 #fff!important;
  transform:translateY(-3px)
}
body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links a b{
  color:var(--xp-accent,#e45f46)!important;
  flex:0 0 auto
}
@media(max-width:760px){
  body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links{
    flex-direction:column!important;
    flex-wrap:nowrap!important
  }
  body.os-signal-page :is(.destination-band,.scs-district-cta) .related-links a{
    flex:auto!important;
    max-width:none!important;
    width:100%!important
  }
}

/* Supporting hero copy has its own contrast treatment across all Signal
   routes. Headline styling remains untouched. */
body.os-signal-page :is(
  .page-hero-copy>.intro,
  .ticket-hero-copy>.intro,
  .home-hero-copy>.intro,
  .signal-discovery-copy>.signal-hero-intro,
  .news-alerts-hero>div>span,
  .signal-about-hero-copy>span
){
  text-shadow:
    0 2px 3px rgba(0,0,0,.98),
    0 5px 9px rgba(0,0,0,.78),
    0 11px 22px rgba(0,0,0,.52)!important
}

/* Release 26.0812.0062 — consistent title rhythm, image-led ticket cards,
   distinctive numbered systems, and complete Signal legal pages. */
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-copy h1{
  line-height:.82!important;
  margin-bottom:0!important
}
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-copy h1 span{
  display:block;
  margin-top:.08em
}
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-copy h1>br{display:none}
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-copy .signal-hero-intro{
  margin:20px 0 22px!important
}

body.os-signal-page:not(.os-page-launches) .signal-slide-controls{
  -webkit-backdrop-filter:blur(14px) saturate(145%);
  backdrop-filter:blur(14px) saturate(145%);
  background:rgba(7,39,54,.58)!important;
  border:1px solid rgba(100,238,232,.48)!important;
  border-radius:0!important;
  box-shadow:0 14px 34px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.15)!important;
  gap:4px!important;
  padding:5px!important
}
body.os-signal-page:not(.os-page-launches) .signal-slide-control-label{
  border-left:4px solid #ff7557;
  color:#e9ffff!important;
  margin:0 7px 0 0!important;
  padding:8px 11px!important
}
body.os-signal-page:not(.os-page-launches) .signal-slide-controls>button:not(.signal-slide-pause){
  background:rgba(255,255,255,.06)!important;
  border:0!important;
  clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%,7px 50%);
  height:34px!important;
  width:44px!important
}
body.os-signal-page:not(.os-page-launches) .signal-slide-controls>button.is-active:not(.signal-slide-pause){
  background:#ff7557!important;
  box-shadow:inset 0 3px 0 #72eee4!important;
  color:#071923!important
}
body.os-signal-page:not(.os-page-launches) .signal-slide-controls>button:not(.signal-slide-pause):after{
  font-size:9px!important;
  letter-spacing:.12em!important
}
body.os-signal-page:not(.os-page-launches) .signal-slide-controls>.signal-slide-pause{
  background:rgba(6,29,38,.28)!important;
  border:1px solid rgba(114,238,228,.55)!important;
  border-radius:0!important;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)!important;
  color:#72eee4!important;
  height:34px!important;
  width:34px!important
}

body.os-signal-page:not(.os-page-launches) .scs-site :is(
  .guide-card>b:first-child,
  .scs-planning-grid article>b:first-child,
  .scs-timeline article>b:first-child,
  .signal-about-topics article>b:first-child,
  .signal-legal-grid article>b:first-child
){
  align-items:center!important;
  background:linear-gradient(135deg,#0b6573 0%,#0a8c94 100%)!important;
  box-shadow:7px 7px 0 color-mix(in srgb,var(--xp-accent,#ff7557) 88%,white)!important;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%)!important;
  color:#fff!important;
  display:inline-flex!important;
  font-size:11px!important;
  font-weight:900!important;
  height:39px!important;
  justify-content:center!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  margin:0 0 30px!important;
  opacity:1!important;
  padding:0!important;
  position:relative!important;
  right:auto!important;
  text-shadow:0 2px 5px rgba(0,0,0,.36)!important;
  top:auto!important;
  width:55px!important;
  z-index:2!important
}
body.os-signal-page:not(.os-page-launches) .scs-route-tickets .ticket-jump a span{
  align-items:center;
  background:#0a8c94;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%);
  color:#fff!important;
  display:inline-flex;
  font-size:10px!important;
  height:36px;
  justify-content:center;
  letter-spacing:.13em;
  width:48px
}

body.os-signal-page:not(.os-page-launches) .scs-route-tickets .ticket-card-image:before{
  filter:saturate(.98) contrast(1.02)!important;
  opacity:.84!important
}
body.os-signal-page:not(.os-page-launches) .scs-route-tickets .ticket-card-image:after{
  background:linear-gradient(180deg,rgba(255,253,249,.68) 0%,rgba(255,253,249,.57) 48%,rgba(255,253,249,.43) 76%,rgba(255,253,249,.58) 100%)!important
}
body.os-signal-page:not(.os-page-launches) .scs-route-tickets .ticket-card-image :is(h3,p,strong,small,span,b){
  text-shadow:0 1px 1px rgba(255,255,255,.98),0 2px 5px rgba(0,0,0,.88),0 8px 18px rgba(0,0,0,.58)!important
}

.signal-legal-hero{
  background:linear-gradient(112deg,#082d3b 0%,#0b5967 58%,#0a8790 100%);
  color:#fff;
  display:grid;
  gap:clamp(46px,7vw,120px);
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  padding:clamp(78px,9vw,148px) clamp(24px,6vw,96px)
}
.signal-legal-hero>div,.signal-legal-hero>aside{max-width:760px}
.signal-legal-hero>div>p,.signal-legal-content>header>p,.signal-legal-contact p{
  color:#72eee4;
  font-size:9px;
  font-weight:900;
  letter-spacing:.19em;
  margin:0 0 18px
}
.signal-legal-hero h1{
  color:#fff;
  font-size:clamp(54px,7.4vw,118px);
  letter-spacing:-.06em;
  line-height:.82;
  margin:0 0 30px;
  max-width:980px
}
.signal-legal-hero>div>span{color:#d5ecee;display:block;font-size:clamp(16px,1.5vw,22px);line-height:1.55;max-width:720px}
.signal-legal-hero>div>small{color:#ffd166;display:block;font-size:9px;font-weight:900;letter-spacing:.13em;margin-top:28px;text-transform:uppercase}
.signal-legal-hero>aside{align-self:end;border-left:8px solid #ff7557;padding:9px 0 9px 28px}
.signal-legal-hero>aside>b{color:#72eee4;font-size:9px;letter-spacing:.18em}
.signal-legal-hero ul{display:grid;gap:14px;list-style:none;margin:25px 0 0;padding:0}
.signal-legal-hero li{color:#fff;font-size:14px;font-weight:750;padding-left:26px;position:relative}
.signal-legal-hero li:before{background:#ffd166;content:"";height:7px;left:0;position:absolute;top:.45em;width:14px}
.signal-legal-content{background:#f1f6f2;padding:clamp(76px,8vw,126px) clamp(24px,6vw,96px)}
.signal-legal-content>header,.signal-legal-grid,.signal-legal-contact{margin-inline:auto;max-width:1500px}
.signal-legal-content>header{margin-bottom:48px}
.signal-legal-content>header>p{color:#e45f46}
.signal-legal-content>header h2,.signal-legal-contact h2{color:#082b49;font-size:clamp(39px,5vw,75px);letter-spacing:-.052em;line-height:.92;margin:0;max-width:920px}
.signal-legal-grid{display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr))}
.signal-legal-grid article{background:#fff;border-top:6px solid #75d8d1;min-height:310px;padding:clamp(28px,3vw,45px)}
.signal-legal-grid article:nth-child(4n+2){border-color:#ff9e82}
.signal-legal-grid article:nth-child(4n+3){border-color:#ffd166}
.signal-legal-grid article:nth-child(4n+4){border-color:#85cce1}
.signal-legal-grid h3{color:#082b49;font-size:clamp(24px,2.1vw,34px);letter-spacing:-.035em;line-height:1.06;margin:0 0 18px}
.signal-legal-grid p{color:#516c77;font-size:14px;line-height:1.72;margin:0}
.signal-legal-contact{align-items:end;background:#c7eee9;border-left:9px solid #ff7557;display:flex;gap:30px;justify-content:space-between;margin-top:48px;padding:clamp(28px,4vw,54px)}
.signal-legal-contact p{color:#0a707b}
.signal-legal-contact h2{font-size:clamp(31px,3.5vw,52px)}
.signal-legal-contact>a{background:#ff7557;color:#071923;font-size:11px;font-weight:900;letter-spacing:.1em;padding:22px 24px;text-transform:uppercase}
.signal-legal-contact>a:hover,.signal-legal-contact>a:focus-visible{background:#ffd166;color:#071923}
@media(max-width:820px){
  .signal-legal-hero,.signal-legal-grid{grid-template-columns:1fr}
  .signal-legal-hero>aside{align-self:auto}
  .signal-legal-contact{align-items:stretch;flex-direction:column}
  .signal-legal-contact>a{text-align:center}
}
@media(max-width:620px){
  body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-copy h1{line-height:.84!important}
  body.os-signal-page:not(.os-page-launches) .signal-slide-controls{padding:4px!important}
  body.os-signal-page:not(.os-page-launches) .signal-slide-controls>button:not(.signal-slide-pause){height:30px!important;width:38px!important}
  .signal-legal-hero h1{font-size:clamp(48px,15vw,70px)}
  .signal-legal-grid article{min-height:0}
}

/* iOS/iPadOS viewport correction. The original compiled Signal layout uses
   100vh, which is based on Safari's largest viewport and can crop or jump while
   the browser chrome changes. Keep the legacy fallback, then prefer the live
   dynamic viewport. The locked Launch console remains untouched. */
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-home-hero{
  height:min(785px,calc(100vh - 118px))
}
body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-hero{
  height:min(820px,calc(100vh - 118px))
}
body.os-signal-page:not(.os-page-launches) .scs-site :is(.page-hero,.ticket-hero){
  height:min(690px,calc(100vh - 118px))
}
@supports(height:100dvh){
  body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-home-hero{
    height:min(785px,calc(100dvh - 118px))
  }
  body.os-signal-page:not(.os-page-launches) .scs-route-home .signal-discovery-hero{
    height:min(820px,calc(100dvh - 118px))
  }
  body.os-signal-page:not(.os-page-launches) .scs-site :is(.page-hero,.ticket-hero){
    height:min(690px,calc(100dvh - 118px))
  }
}
