/* Sunfarers presentation refinement. Loaded after the existing component sheet. */
:root {
    --body-text: #d6cbd2;
    --dim: #b5a5b8;
    --t-body: clamp(1rem, 1.08vw, 1.2rem);
    --content-w: min(92vw, 1800px);
}
.site-backdrop { opacity: .42; filter: saturate(.75) }
.film { opacity: .12 }
.console-header { background: linear-gradient(100deg, rgba(18,8,23,.96), rgba(18,8,23,.8)); border-bottom: 1px solid #463346 }
.header-title { letter-spacing: .12em }
.header-tagline { font-family: var(--f-body); font-size: .8rem; letter-spacing: .06em }
.header-sub { display: none }
.console-header > .sidebar { margin-left: auto }
.nav-item { font-size: .86rem; letter-spacing: .1em; min-height: 48px }
.subnav { border-radius: 0; clip-path: none; background: #180e20; max-width: 100%; scrollbar-width: thin }
.subnav-item { min-height: 44px; font-size: .8rem }
.main-panel { padding-top: clamp(1.5rem, 3vw, 3rem) }
.main-panel:focus { outline: none }
.skip-link { position: fixed; top: .75rem; left: 1rem; transform: translateY(-180%); z-index: 1000; background: var(--gold); color: #170c1b; padding: .8rem 1rem }
.skip-link:focus { transform: none }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px }
.hero { grid-template-columns: minmax(0,.87fr) minmax(0,1.13fr); grid-template-rows: auto auto; gap: 2rem clamp(2rem,4vw,5rem); min-height: 0; align-items: center }
.hero-copy { padding: 1rem 0 1.5rem; max-width: none }
.hero-eyebrow { color: var(--gold); font-size: .72rem; letter-spacing: .15em; margin-bottom: 1.5rem; line-height: 1.6 }
.hero-eyebrow::after { display: none }
.hero .hero-title { font-size: clamp(2.4rem,3.8vw,4.8rem); font-weight: 500; line-height: 1.16; letter-spacing: -.04em; white-space: normal; background: none; -webkit-text-fill-color: currentColor; color: #f4eadc; text-shadow: none; margin-bottom: 1.5rem; text-wrap: balance }
.hero-title em { color: #c7a3e5; font-style: normal }
.hero-lead { font-size: clamp(1.1rem,1.2vw,1.32rem); line-height: 1.65; max-width: 46ch; color: var(--body-text) }
.hero-lead strong { display: block; font-weight: 400; color: #f0dfc7; margin-top: .65rem }
.hero-actions { gap: .8rem; margin-top: 1.5rem; align-items: center }
.hero-cta { width: 100% }
.tour-cta { min-height: 70px; width: auto; max-width: 100%; background: linear-gradient(110deg,#eace8f,#cdb477); color: #211228; border-color: #f1d9a2; box-shadow: 0 7px 32px -16px #ffd66b80; clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%); padding: .85rem 1.1rem; gap: 1rem }
.tour-cta:hover { background: #f1d9a2; box-shadow: 0 8px 35px -12px #ffd66b80 }
.tour-cta-label { font-size: 1.15rem; color: #211228; letter-spacing: .1em }
.tour-cta-sub { color: #44334a; font-family: var(--f-body); text-transform: none; letter-spacing: .02em; font-size: .94rem }
.tour-cta-glyph,.tour-cta-arrow { color: #46324a }
.hero-secondary { min-height: 44px; padding: .5rem 0; border: 0; background: none; font-size: .9rem; text-transform: none; letter-spacing: .04em; color: #e3ccef }
.hero-secondary:hover { background: none; color: #fff1dc }
.flight-display { min-width: 0; width: 100%; position: relative; padding-top: 1.7rem; filter: drop-shadow(0 22px 28px #0005) }
.flight-display::before { content: 'CAPTAIN’S VIEW / IN-GAME SCREENSHOTS'; position: absolute; top: 0; left: 0; font-family: var(--f-cond); font-size: .8rem; letter-spacing: .16em; color: #c0accb }
.flight-display .hero-media { position: relative; inset: auto; z-index: 0; width: 100%; aspect-ratio: 2400 / 1452; border: 1px solid #67516e; clip-path: polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%); background: #120b18; box-shadow: none }
.flight-display .hero-scene { inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; animation: none !important; opacity: 0; transition: opacity .65s ease }
.flight-display .hero-scene.is-selected { opacity: 1 }
.flight-display .hero-media::before,.flight-display .hero-media::after { display: none }
.flight-display .hero-media-scrim { background: linear-gradient(0deg,#100817e8,transparent 23%) }
.flight-display .hero-media-readout { bottom: .9rem; left: 1rem; max-width: calc(100% - 2rem); gap: .25rem; letter-spacing: .06em }
.hero-media-readout span { font-size: .63rem; color: #c6b3d4 }
.hero-media-readout strong { font-family: var(--f-body); font-size: 1rem; color: #f2e8d7 }
.flight-select { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #54415d; border-top: 0; background: #180e20 }
.flight-select button { display: flex; align-items: center; justify-content: center; gap: .6rem; min-height: 52px; border: 0; border-right: 1px solid #3b2947; background: none; color: #9989a8; font-family: var(--f-cond); font-size: .8rem; cursor: pointer }
.flight-select button:last-child { border-right: 0 }
.flight-select button span { font-size: 1rem; color: #c8b9d2 }
.flight-select button[aria-pressed="true"] { background: #32253a; box-shadow: inset 0 -2px #ebcd8a; color: #eed7a3 }
.flight-select button[aria-pressed="true"] span,.flight-select button:hover span { color: #f6e8d6 }
.hero-proof-rail { gap: 0; border: 1px solid #49384d; border-radius: 0; clip-path: none; background: #180f20b8; box-shadow: none }
.hero-proof-rail button,.hero-proof-rail button:nth-child(even) { clip-path: none; min-height: 90px }
.hero-proof-rail strong { color: #edd9b3; font-size: 1rem; letter-spacing: .05em; text-transform: none }
.hero-proof-rail small { color: #b8a8be; font-size: .94rem }
.hero-proof-rail span { font-size: 1.3rem; color: #a58baa }
.hero-cue { text-align: left; font-family: var(--f-cond); font-size: .85rem; letter-spacing: .15em; color: #d0b4dd; margin: 3rem 0 1rem }
.home-pillars { margin-top: 0 }
.home-intro-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(2rem,5vw,5rem); margin-bottom: 3rem }
.home-system-chart { min-height: 470px; height: 470px; width: 100%; overflow: hidden; background: radial-gradient(ellipse at center,#33182c80,#0d0814 75%); border: 1px solid #433048; clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%) }
#system-corona { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1 }
.system-chart-label { position: absolute; top: 1rem; left: 1.2rem; right: 1.2rem; display: flex; justify-content: space-between; font-family: var(--f-cond); font-size: .8rem; letter-spacing: .12em; color: #e5c69c; z-index: 3 }
.system-chart-label span { color: #ac97b7 }
.home-system-chart .home-orrery { width: 380px; height: 380px; right: auto; bottom: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); background: none; filter: none }
.home-system-chart .home-sun { box-shadow: 0 0 20px #ffe5a4,0 0 45px #ffa25d90 }
.home-system-chart .home-label { color: #d5bedf; font-size: .66rem; text-shadow: 0 2px 5px #000,0 0 8px #000 }
.home-system-chart .home-orbit { border-color: #c09cd22e }
.home-system-chart .home-planet-group:focus-visible { outline-offset: 5px }
.home-system-copy h2 { font: 500 clamp(1.8rem,2.8vw,3rem)/1.2 var(--f-display); letter-spacing: -.025em; color: #eaddcc; margin-bottom: 1.4rem }
.home-system-copy .sec-kicker { justify-content: flex-start; margin-bottom: .85rem; font-size: .73rem }
.home-system-copy .sec-kicker::before,.home-system-copy .sec-kicker::after { display: none }
.home-system-copy .home-pillars-lead { font-size: 1.15rem; line-height: 1.7; padding: 0; max-width: 50ch; color: #d1c2d7 }
.system-map-note { margin-top: 1rem; color: #b3a2bd; font-size: 1rem; line-height: 1.6; max-width: 48ch }
.listening-preview { margin-top: 1.25rem; display: flex; gap: 1.5rem; align-items: center; background: #271631; border: 1px solid #765486; color: #e3ccef; font: 500 1rem var(--f-body); padding: .7rem 1rem; min-height: 44px; cursor: pointer }
.listening-preview:hover,.listening-preview[aria-pressed="true"] { border-color: #c8a0ee; background: #40234f }
.listening-preview-status { margin-top: .65rem; font-family: var(--f-cond); font-size: .88rem; color: #b4a1bf }
.home-pillar-row { gap: 2.5rem; grid-template-columns: minmax(0,1fr) minmax(0,1fr) }
.home-pillar-row > .home-shot { height: auto; aspect-ratio: 1.3; top: 1rem; margin: 0; clip-path: none }
.home-pillar-row .home-card { padding: 1.4rem 0; clip-path: none; backdrop-filter: none; -webkit-backdrop-filter: none }
.home-pillar-row .home-card-title { font-size: 1.15rem; text-transform: none; letter-spacing: .015em }
.home-pillar-row .home-card p { font-size: 1.08rem; line-height: 1.65 }
.home-cards-wide { margin-top: 2rem; gap: 1rem }
.home-cards-wide .home-card { min-height: 0; padding: 1.75rem; background: #201226c7; border: 1px solid #443149; clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%) }
.home-cards-wide .home-card-title { font-size: 1.15rem; text-transform: none; letter-spacing: .01em }
.home-card p,.feature-card p,.feature-block p { color: var(--body-text) }
.home-card,.feature-card,.ship-system-card { -webkit-backdrop-filter: none; backdrop-filter: none }
.sec-lead { color: #dacdde; font-size: clamp(1.1rem,1.3vw,1.4rem); line-height: 1.7 }
.panel:not(.panel-home):not(.panel-tour) .sec-lead::after { content: none }
.sec-title { letter-spacing: -.02em; text-wrap: balance }
.sec-index { opacity: .3 }
.viewport img { filter: none }
.viewport-caption { padding: .8rem 1rem; background: #160e1ebf }
.viewport-caption strong { color: #d6c1de; letter-spacing: .06em; font-size: .78rem }
.viewport-caption span { color: #b2a0bf; font-size: .75rem }
.ship-opening-visual .viewport-inner { min-height: 0; aspect-ratio: 1600/968 }
.ship-opening-visual img { object-fit: contain; transform: none }
.panel-next { margin-top: 2.5rem }
@media (min-width: 821px) and (max-width: 1100px) {
    .hero { grid-template-columns: minmax(0,1fr) minmax(0,1fr) }
    .hero .hero-title { font-size: 2.5rem }
    .hero-proof-rail { grid-template-columns: repeat(4,minmax(0,1fr)) }
    .hero-proof-rail button { grid-template-columns: 1fr; grid-template-areas: 'title' 'sub' }
    .hero-proof-rail span { display: none }
    .home-system-chart .home-orrery { width: 310px; height: 310px }
}
@media (max-width: 820px) {
    .console-header > .sidebar { margin: 0 }
    .header-tagline { display: none }
    .nav-item { font-size: .76rem; padding-inline: .7rem }
    .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 1.5rem }
    .hero-copy { padding: .5rem 0 0 }
    .hero .hero-title { font-size: clamp(2.1rem,7vw,3.5rem); max-width: 16ch }
    .hero-eyebrow { font-size: .68rem; margin-bottom: 1rem }
    .hero-lead { font-size: 1.12rem; max-width: 54ch }
    .hero-actions { flex-direction: row; justify-content: flex-start }
    .hero-cta { width: auto }
    .hero-secondary { width: auto; flex: none; padding: .65rem .1rem }
    .tour-cta { width: auto }
    .hero-proof-rail { grid-template-columns: repeat(2,minmax(0,1fr)) }
    .hero-proof-rail button { min-height: 82px }
    .hero-proof-rail small { font-size: .87rem }
    .home-intro-grid { display: flex; flex-direction: column; gap: 1.8rem }
    .home-system-copy { order: -1; width: 100% }
    .home-system-copy .home-pillars-lead { font-size: 1.1rem }
    .home-system-chart { height: 420px; min-height: 420px }
    .home-system-chart .home-orrery { width: min(80vw,350px); height: min(80vw,350px) }
    .home-system-chart .home-label { font-size: .58rem }
    .home-pillar-row > .home-shot { height: auto; aspect-ratio: 1.5 }
    .home-cards-wide .home-card { padding: 1.5rem }
    .flight-select button { gap: .3rem; font-size: .68rem; min-height: 48px }
    .flight-select button span { font-size: .85rem }
    .hero-media-readout span { display: none }
    .hero-media-readout strong { font-size: .82rem }
}
@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { scroll-behavior: auto !important }
    .flight-display .hero-scene { transition: none }
}
/* A readable chart keeps the labels apart while traffic and weather move. */
.home-system-chart .home-orbit { animation: none; transform: translate(-50%,-50%) rotate(var(--chart-angle)) }
.home-system-chart .home-planet-group { animation: none; transform: translate(0,-50%) rotate(calc(-1 * var(--chart-angle))); min-height: 32px }
.home-system-chart .home-o1 { --chart-angle: 110deg }
.home-system-chart .home-o2 { --chart-angle: -90deg }
.home-system-chart .home-o3 { --chart-angle: 0deg }
.home-system-chart .home-o4 { --chart-angle: 180deg }
.home-system-chart .home-o5 { --chart-angle: 60deg }
.home-system-chart .home-o6 { --chart-angle: 240deg }
.home-system-chart .home-o7 { --chart-angle: 310deg }
.home-system-chart .home-o2 .home-label,
.home-system-chart .home-o6 .home-label,
.home-system-chart .home-o7 .home-label { position: absolute; right: calc(100% + .6rem) }
.home-system-chart.is-listening { border-color: #9865c6 }
@media (max-width: 820px) {
    .home-system-chart .home-o6 .home-label { right: auto; left: .7rem }
}
.home-system-chart .orrery-popup { max-width: calc(100% - 2rem); max-height: calc(100% - 2rem); overflow-y: auto; border: 1px solid #a074b5; background: #201128fa; padding: 1.5rem }
.orrery-popup-close { width: 44px; height: 44px; font-size: 1.6rem }
.orrery-popup-text { font-size: 1rem }
.orrery-popup-motto { font-size: .95rem }
.orrery-popup-src { font-family: var(--f-cond); font-size: .78rem; letter-spacing: .05em; color: #c4a5d5 }
.home-system-chart .home-orbit { pointer-events: none }
.home-system-chart .home-planet-group { pointer-events: auto }
@media (max-width: 820px) {
    .home-system-chart .home-o7 .home-label { right: auto; left: .7rem }
    .home-system-chart .home-o5 .home-label { position: absolute; left: 0; top: 100%; transform: translateX(-65%) }
}
/* Three header anchors: identity, navigation and the newsletter. */
.console-header { grid-template-columns: auto minmax(0,1fr) auto }
.console-header > .sidebar { margin-left: 0 }
@media (max-width: 820px) {
    .console-header { grid-template-columns: minmax(0,1fr) auto; gap: 0 }
    .header-brand { justify-self: start; padding: .65rem 1rem }
    .console-header > .sidebar { grid-column: 1 / -1; grid-row: 2 }
}
/* Refit geometry: domed observation housings, offset hull plates and orbital ribs.
   Public visual references: Lore Bible §§5, 15 (Maracaibo, Ravel, shipboard life). */
:root {
    --hull-curve: 72px 18px 72px 18px;
    --hull-reverse: 18px 72px 18px 72px;
}
.frame-corner { width: 76px; height: 76px; border-radius: 50%; opacity: .35 }
.frame-tl { top: -38px; left: -38px }
.frame-tr { top: -38px; right: -38px }
.frame-bl { bottom: -38px; left: -38px }
.frame-br { bottom: -38px; right: -38px }
.console-header { border-bottom: 0; background: linear-gradient(105deg,#170c20f2,#170c20cc 65%,#321d2acc); border-radius: 0 0 48% 10% / 0 0 18px 9px; padding-bottom: .3rem }
.console-header > .sidebar { gap: .3rem; align-self: center }
.nav-item { clip-path: none; border-radius: 28px 8px 28px 8px; min-height: 44px; margin-block: .3rem }
.nav-item.active { background: linear-gradient(135deg,#6a492d3d,#4a2a4026); box-shadow: inset 0 -1px #d5b67580 }
.nav-item::after { left: 20%; right: 20%; bottom: 3px; border-radius: 50% }
.subnav { border-radius: 6px 6px 38px 38px; padding: 0 .85rem .3rem; background: #180e20ed }
.subnav-item { border-radius: 8px 8px 20px 20px }
.tour-cta { clip-path: none; border-radius: 38px 9px 38px 9px; padding-inline: 1.4rem }
.flight-display { padding: 1.9rem .5rem .3rem; }
.flight-display::before { left: 2.7rem }
.flight-display .hero-media { clip-path: none; border-radius: 19% 5% 19% 5% / 27% 10% 27% 10%; border: 1px solid #ac859b; background: radial-gradient(ellipse at 0 0,#6d43663b,transparent 70%),#170e20; box-shadow: 0 0 0 6px #4a2b431f,0 0 0 13px #b18e9024,inset 0 0 30px #cc9fdd10; overflow: hidden }
.flight-display .hero-scene { inset: 20px; width: calc(100% - 40px); height: calc(100% - 40px); object-fit: contain; border-radius: inherit }
.flight-display .hero-media::before { display: block; inset: 9px; border: 1px solid #d6ad8d2e; border-radius: inherit; clip-path: none; z-index: 5; pointer-events: none }
.flight-display .hero-media-scrim { background: linear-gradient(0deg,#150c1bea,transparent 25%) }
.flight-display .hero-media-readout { left: 2.4rem; bottom: 1.5rem; max-width: calc(100% - 5rem) }
.flight-select { position: relative; z-index: 6; margin: 1rem 1.2rem 0 2rem; border: 0; background: none; gap: .4rem; transform: rotate(-1deg) }
.flight-select button { border: 1px solid #684e70; border-radius: 24px 6px 24px 6px; background: #21142ee6; min-height: 46px; padding: .3rem; box-shadow: none }
.flight-select button:last-child { border-right: 1px solid #684e70 }
.flight-select button[aria-pressed="true"] { background: #453044; box-shadow: inset 0 -2px #e3bc80 }
.hero-proof-rail { position: relative; border: 0; background: none; box-shadow: none; gap: .7rem; padding: .5rem 0; }
.hero-proof-rail::before { content: ''; position: absolute; left: 1rem; right: 1rem; top: 50%; height: 1px; background: linear-gradient(90deg,transparent,#be8bad80,transparent); transform: rotate(-1.3deg); pointer-events: none }
.hero-proof-rail button,.hero-proof-rail button:nth-child(even) { border: 1px solid #674b65; border-radius: 36px 8px 36px 8px; background: linear-gradient(135deg,#392132dc,#1a1226eb); padding: 1rem 1.25rem; clip-path: none }
.hero-proof-rail button:nth-child(even) { border-radius: 8px 36px 8px 36px; transform: translateY(9px) }
.hero-proof-rail button:last-child { border-right: 1px solid #674b65 }
.hero-proof-rail button::after { left: 20%; height: 1px; max-width: 60%; }
.hero-cue { margin-top: 3.7rem }
.home-intro-grid { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); padding: 1rem 0; gap: clamp(2.5rem,5vw,6rem) }
.home-system-chart { width: min(100%,510px); height: auto; min-height: 0; aspect-ratio: 1; justify-self: center; border-radius: 50%; clip-path: none; overflow: visible; background: radial-gradient(circle at 48% 46%,#3a203dba,#150d21ed 67%,#412d3b); border: 1px solid #b187ad60; box-shadow: inset 0 0 50px #bf7fca16,0 0 60px #210c3a90 }
.home-system-chart::before,.home-system-chart::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none }
.home-system-chart::before { inset: -11px; border: 1px solid #be9bac50; border-left: 3px solid #ddb77d90; border-right: 3px solid #9f7cb95e; transform: none }
.home-system-chart::after { inset: 14px; border: 1px dashed #c5a0cb32 }
.home-system-chart #system-corona { border-radius: 50% }
.home-system-chart .home-orrery { width: 76%; height: auto; aspect-ratio: 1 }
.system-chart-label { top: 9%; left: 19%; right: 19%; font-size: .72rem; letter-spacing: .08em }
.home-system-chart .orrery-popup { border-radius: 36px 9px 30px 9px; z-index: 10; max-height: calc(100% - 1rem) }
.home-system-chart .orrery-popup-frame { border-radius: inherit; filter: none; border-width: 1px }
.home-system-copy h2 { position: relative; padding-bottom: .8rem }
.home-system-copy h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 86px; height: 8px; border-bottom: 1px solid #c3a07388; border-radius: 0 0 50% 50%; transform: rotate(-4deg) }
.home-pillar-row > .home-shot { padding: 1rem .5rem 1rem 0; background: none }
.viewport { border-radius: 12% 3% 12% 3%; }
.viewport-inner { border-radius: 12% 3% 12% 3%; clip-path: none; overflow: hidden; box-shadow: 0 0 0 1px #c29db74d }
.viewport-frame { border-radius: inherit; filter: none; border: 1px solid #c49abb70; clip-path: none }
.viewport-caption { width: 92%; margin: .65rem 0 0 auto; border-radius: 0 0 35px 8px; border-bottom: 1px solid #a783965e; padding: .75rem 1.5rem }
.home-shot-overlay { border-radius: 28px 5px 28px 5px; padding: .9rem 1.3rem; }
.home-cards-wide { gap: 1.5rem 2rem }
.home-cards-wide .home-card { clip-path: none; border-radius: var(--hull-curve); padding: 2.2rem 2.5rem; border: 1px solid #9a6d8e55; background: radial-gradient(ellipse at 0 0,#79534828,transparent 70%),linear-gradient(140deg,#301b31d9,#1a1121db) }
.home-cards-wide .home-card:nth-child(even) { border-radius: var(--hull-reverse); }
.home-cards-wide .home-card::before { left: 2rem; top: 1rem; width: 45px; height: 4px; border-radius: 50%; background: #dab47b55 }
.home-pillar-row .home-card { border: 0; border-left: 1px solid #b98bb957; border-radius: 0 0 0 30px; padding: 1.4rem 1.6rem; margin-bottom: .7rem; background: linear-gradient(100deg,#37203542,transparent 75%) }
.home-pillar-row .home-card:last-child { border-bottom: 0 }
.home-pillar-row .home-card-title { padding-left: .4rem }
.sec-head { border-radius: 0 0 0 48px }
.sec-index { color: transparent; -webkit-text-stroke: 1px #c9a0ff40 }
.section-sep { width: 70%; height: 22px; border: 0; border-bottom: 1px solid #bc94ac36; border-radius: 50%; background: none; transform: rotate(-2deg) }
.feature-card,.features-grid > .feature-card:nth-child(n) { clip-path: none; border-radius: 52px 12px 48px 12px; border: 1px solid #ba8dac45; padding: 2rem 2.3rem; background: linear-gradient(130deg,rgba(var(--accent-rgb),.09),#1b1123d9 75%) }
.features-grid > .feature-card:nth-child(even) { border-radius: 12px 52px 12px 48px }
.feature-card::before { border-radius: 50%; }
.ship-system-card,.ship-system-card:nth-child(n) { clip-path: none; border-radius: 50px 10px 40px 12px; border: 1px solid #ab7e6959; padding: 2rem 2.2rem; }
.ship-system-card:nth-child(even) { border-radius: 10px 50px 12px 40px }
.ship-system-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(var(--accent-rgb),.3); background: radial-gradient(circle,rgba(var(--accent-rgb),.12),transparent 75%); font-size: 1.6rem }
.ship-opening-note { border-radius: 30px 8px 40px 8px; padding: 1.8rem; border-bottom: 1px solid #b2916c30 }
.ship-opening-stats,.nav-vector-strip { border-radius: 6px 6px 30px 30px; overflow: hidden }
.nav-opening-chart { clip-path: none; border-radius: 46% 46% 12% 12% / 35% 35% 8% 8%; border: 1px solid #83aacc5e; background-color: #130e20a8 }
.nav-chart-caption { left: 8%; right: 8%; bottom: 1rem }
.market-console,.salvage-console { clip-path: none; border-radius: 55px 12px 55px 12px; border: 1px solid rgba(var(--accent-rgb),.28); overflow: hidden }
.market-console-head,.salvage-console-head { padding: 1.2rem 2rem }
.market-controls,.salvage-controls { padding: 1rem 1.6rem 1.6rem }
.market-btn,.market-travel-btn,.salvage-survey-btn { border-radius: 18px 5px 18px 5px; min-height: 42px }
.salvage-viewport { border-radius: 45% 10% 45% 10% / 8% 4% 8% 4%; }
.salvage-role { border-radius: 35px 8px 35px 8px; }
.command-cell,.command-cell:nth-child(even) { clip-path: polygon(14% 0,86% 0,100% 18%,100% 82%,86% 100%,14% 100%,0 82%,0 18%); border-radius: 30px; padding: 1.4rem 1rem; transform: none }
.ai-profile-icon { border-radius: 50%; border: 1px solid rgba(var(--accent-rgb),.28) }
.dossier { clip-path: none; border-radius: 50px 12px 46px 12px; overflow: hidden; border: 1px solid #83bca050; }
.dossier-header { padding-inline: 2rem }
.dossier-shipmap { border-radius: 45% 8% 30% 8% / 12% 4% 10% 4% }
.shipmap-head { inset: 1.6rem 1.8rem auto; }
.dossier-roster { padding: 1rem }
.dossier-roster .roster-row { border-radius: 22px 5px 22px 5px; }
.dossier-tab { border-radius: 20px 8px 20px 8px; clip-path: none }
.dossier-recruit { border-radius: 20px 5px 20px 5px; min-height: 44px }
.faction-row { gap: .85rem; align-items: center }
.faction-badge { clip-path: none; border-radius: 50% 50% 18% 18% / 42% 42% 18% 18%; min-height: 112px; padding: 1.2rem .8rem; border: 1px solid currentColor; }
.faction-badge:nth-child(even) { border-radius: 18% 18% 50% 50% / 18% 18% 42% 42%; transform: translateY(10px) }
.faction-detail.visible { clip-path: none; border-radius: 12px 70px 12px 70px; padding: 2.5rem 3rem }
.listening-signal { clip-path: none; border-radius: 48% 52% 43% 57% / 18% 25% 20% 23%; padding: 2.4rem 2rem; border: 1px solid #ad81ce60 }
.listening-response,.listening-response:nth-child(n) { border-radius: 42px 8px 42px 8px; clip-path: none; padding: 1.6rem 2rem; }
.listening-response:nth-child(even) { border-radius: 8px 42px 8px 42px }
.surge-band { border-radius: 22px 5px 22px 5px }
.lore-quote { clip-path: none; border: 0; border-left: 1px solid rgba(var(--accent-rgb),.45); border-bottom: 1px solid rgba(var(--accent-rgb),.18); border-radius: 36px 0 36px 36px; padding: 1.5rem 2rem; background: linear-gradient(110deg,rgba(var(--accent-rgb),.055),transparent 80%) }
.story-relay { clip-path: none; border-radius: 12px 56px 12px 56px; overflow: hidden; border: 1px solid #b380c552 }
.story-relay-chrome,.story-relay-footer { padding-inline: 2rem }
.story-relay-nav button { border-radius: 0 30px 30px 0; margin-bottom: .4rem; }
.story-document { border-radius: 45px 0 0 0; background: #1a11247a }
.sound-console { clip-path: none; border-radius: 48% 48% 12% 12% / 14% 14% 10% 10%; overflow: hidden; padding-top: 3.5rem; border: 1px solid #78c3b360 }
.sound-console-chrome,.sound-console-readout { padding-inline: 2.3rem }
.sound-console-chrome { width: 86%; margin-inline: auto; box-sizing: border-box }
.sound-scope { border-radius: 50%; }
.sound-console::before { border-radius: inherit; }
.audio-track,.audio-track:nth-child(even) { clip-path: none; border-radius: 65px 12px 65px 12px; padding: 2rem 2.7rem; }
.audio-track:nth-child(even) { border-radius: 12px 65px 12px 65px }
.audio-play { border-radius: 50%; }
.panel-primary-cta,.panel-next-btn,.hero-secondary,.listening-preview { clip-path: none; border-radius: 26px 6px 26px 6px }
.panel-next-btn { padding-inline: 1.5rem; min-height: 46px }
.flow-hint { border-radius: 24px 8px 24px 8px; clip-path: none }
.snoas-term { border-radius: 24px 6px 24px 6px; overflow: hidden }
@media (max-width: 1100px) {
    .hero-proof-rail button { padding: .9rem 1rem }
    .home-system-chart { width: min(100%,440px) }
    .home-system-chart .home-orrery { width: 76%; height: auto }
    .faction-badge { min-height: 100px }
}
@media (max-width: 820px) {
    :root { --hull-curve: 42px 10px 42px 10px; --hull-reverse: 10px 42px 10px 42px }
    .console-header { border-radius: 0 0 28px 6px }
    .console-header > .sidebar { gap: .15rem }
    .nav-item { margin-block: .2rem; min-height: 42px }
    .hero-proof-rail { gap: .65rem; }
    .hero-proof-rail button,.hero-proof-rail button:nth-child(even) { border-radius: 28px 6px 28px 6px; padding: .8rem .9rem; transform: none }
    .hero-proof-rail button:nth-child(2) { border-right: 1px solid #674b65 }
    .home-intro-grid { padding: .8rem; }
    .home-system-chart { width: min(100%,440px); height: auto; min-height: 0 }
    .home-system-chart .home-orrery { width: 76%; height: auto }
    .home-system-chart .home-label { font-size: .56rem }
    .system-chart-label { left: 20%; right: 20%; font-size: .66rem }
    .flight-select { margin: .85rem .25rem 0; transform: none }
    .flight-display { padding-inline: .3rem }
    .flight-display::before { left: 1.4rem; font-size: .7rem }
    .flight-display .hero-media { border-radius: 18% 5% 18% 5% / 26% 10% 26% 10%; box-shadow: 0 0 0 5px #b18e9024 }
    .flight-display .hero-scene { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px) }
    .flight-display .hero-media-readout { left: 1.4rem; bottom: 1rem; max-width: calc(100% - 3rem) }
    .home-cards-wide .home-card { padding: 1.7rem 1.8rem }
    .features-grid > .feature-card:nth-child(n),.ship-system-card:nth-child(n) { padding: 1.7rem 1.6rem; border-radius: 40px 8px 40px 8px }
    .market-console,.salvage-console,.dossier { border-radius: 30px 8px 30px 8px }
    .market-console-head,.salvage-console-head { padding: 1rem 1.2rem }
    .market-controls,.salvage-controls { padding: 1rem 1.1rem }
    .faction-badge:nth-child(even) { transform: none }
    .faction-detail.visible { border-radius: 8px 40px 8px 40px; padding: 1.8rem }
    .listening-signal { border-radius: 45% 50% 45% 50% / 10% 15% 10% 15%; padding: 1.6rem 1.2rem }
    .listening-response:nth-child(n) { padding: 1.5rem 1.7rem }
    .sound-console-chrome,.sound-console-readout { padding-inline: 1.2rem }
    .audio-track,.audio-track:nth-child(even) { border-radius: 42px 10px 42px 10px; padding: 1.8rem 2rem }
    .viewport-caption { padding-inline: 1rem }
}
@media (max-width: 480px) {
    .system-chart-label { justify-content: center; top: 8% }
    .system-chart-label span { display: none }
    .home-system-chart .home-label { font-family: var(--f-cond); font-size: .72rem }
    .home-system-chart .home-o2 .home-label { right: calc(100% + .3rem) }
    .sound-console { border-radius: 42px 42px 20px 20px; padding-top: 1.2rem }
    .sound-console-chrome { width: 100% }
    .flight-select button { gap: .15rem; }
    .flight-select button span { font-size: .8rem }
}

@media (max-width: 820px) {
    .viewport-caption { flex-wrap: wrap; gap: .4rem; min-width: 0 }
    .viewport-caption span { white-space: normal }
    .media-row > * { min-width: 0 }
}

/* The game name owns the hero; the promise sits beneath it. */
.header-title { display: block }
.hero-wordmark { position: relative; display: inline-block; font: 900 clamp(3.4rem,5.8vw,7rem)/1.05 var(--f-display); letter-spacing: -.045em; color: #f5e4bf; background: linear-gradient(170deg,#fff4da 8%,#e9c68c 55%,#b58aae 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 60px #dfa8611a; margin: 0; }
.hero-brandline { color: #bba6bd; font: 400 1rem/1.5 var(--f-body); letter-spacing: .13em; margin: .5rem 0 1.8rem; }
.hero .hero-title { font-size: clamp(1.7rem,2.25vw,2.65rem); line-height: 1.2; margin-bottom: 1.3rem }
.hero-eyebrow { margin-bottom: .65rem; font-size: .67rem }
@media(max-width:820px) {
    .hero-wordmark { font-size: clamp(2.65rem,11.7vw,5.8rem) }
    .hero-brandline { font-size: .88rem; letter-spacing: .08em; margin-bottom: 1.5rem }
    .hero .hero-title { font-size: clamp(1.65rem,5.5vw,2.5rem) }
}
