:root {
  --bg: #061d2a;
  --bg-deep: #03141e;
  --panel: #082637;
  --panel-light: #0c3347;
  --line: rgba(91, 200, 235, .48);
  --cyan: #58cff5;
  --cyan-soft: #a5ecff;
  --text: #f3f9fc;
  --muted: #bad0da;
  --orange: #ff6415;
  --orange-2: #ff7a18;
  --container: 1280px;
  --section-space: 64px;
  --grid-gap: 24px;
  --shadow: 0 12px 36px rgba(0, 0, 0, .32);
}

[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 20px; background: #fff; color: #03141e; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #a5ecff; outline-offset: 4px; }
.trailer-status { padding: 12px; }
.footer-bottom p:last-child { max-width: 540px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; background: var(--bg-deep); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.45; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: #d8eef6; font-size: 12px; font-weight: 600; letter-spacing: .36em; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.07; }
h2 { margin-bottom: 6px; font-size: clamp(26px, 2.1vw, 35px); }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 86px;  border-bottom: 1px solid rgba(107, 213, 246, .26); background: #031824; box-shadow: 0 6px 24px rgba(0, 0, 0, .24); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; font-size: 19px; font-weight: 650; line-height: 1.02; }
.brand img { width: 69px; filter: drop-shadow(0 6px 9px rgba(0, 0, 0, .3)); }
.brand strong { font-size: 22px; }
.desktop-nav { display: flex; align-self: stretch; align-items: center; gap: 33px; margin-left: auto; }
.desktop-nav a { position: relative; color: #e0edf3; font-size: 13px; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -29px; height: 2px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); transition: left .2s, right .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--line); border-radius: 5px; color: white; background: rgba(4, 32, 47, .85); }
.menu-toggle svg { width: 100%; height: 100%; }
.mobile-nav { display: none; }

.button { min-height: 46px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; color: white; font-weight: 750; box-shadow: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button svg { width: 20px; height: 20px; }
.button:hover { transform: translateY(-2px); }
.button-orange { border-color: #ff8a38; background: linear-gradient(135deg, var(--orange-2), #f34f0a); box-shadow: 0 8px 26px rgba(255, 91, 16, .28), inset 0 1px rgba(255, 255, 255, .22); }
.button-orange:hover { box-shadow: 0 11px 32px rgba(255, 91, 16, .42), inset 0 1px rgba(255, 255, 255, .22); }
.button-ghost { border-color: #d3eef8; background: rgba(3, 27, 41, .68); box-shadow: inset 0 0 0 1px rgba(88, 207, 245, .25); }
.button-ghost:hover { background: rgba(12, 60, 80, .84); }
.header-cta { min-width: 190px; min-height: 48px; padding-inline: 19px; }
.button-large { min-width: 218px; min-height: 56px; font-size: 16px; }

.hero { position: relative; min-height: 656px; display: flex; align-items: center; padding: 120px 0 105px; border-bottom: 1px solid var(--line); background: url('/assets/library-hero.jpg') 52% 50% / cover no-repeat; isolation: isolate; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 20, 30, .96) 0%, rgba(3, 28, 42, .84) 30%, rgba(3, 27, 40, .28) 63%, rgba(4, 25, 35, .15)), linear-gradient(0deg, rgba(3, 23, 34, .78) 0%, transparent 34%, rgba(4, 31, 44, .27)); }
.hero-content { position: relative; z-index: 2; }
.hero-content .eyebrow { color: #d6f3ff; }
.hero h1 { max-width: 700px; margin: 0 0 15px; font-size: clamp(54px, 6.2vw, 92px); font-weight: 850; letter-spacing: -.035em; text-shadow: 0 5px 22px rgba(0, 0, 0, .45); }
.hero h1 em { color: var(--cyan); font-style: italic; font-weight: 800; }
.hero-copy { max-width: 530px; margin: 0 0 27px; color: #edf7fa; font-size: 19px; line-height: 1.35; text-shadow: 0 2px 10px #031824; }
.hero-actions { display: flex; gap: 16px; }
.hero-actions .button-orange svg:last-child { width: 16px; }
.hero-bottom { position: absolute; inset: auto 0 0; min-height: 94px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(1, 18, 28, .94), rgba(3, 28, 39, .62), rgba(1, 18, 28, .78)); }
.hero-points { display: flex; gap: 38px; }
.hero-points > div { display: flex; align-items: center; gap: 12px; padding-right: 35px; border-right: 1px solid rgba(121, 203, 229, .25); color: #eaf7fb; font-size: 11px; line-height: 1.2; }
.hero-points svg { width: 39px; height: 39px; color: var(--cyan); }

.section { padding: var(--section-space) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0, rgba(19, 81, 104, .34), transparent 42%), linear-gradient(100deg, #041a27, #062536 48%, #031a27); }
.section-heading { margin: 0 0 32px; text-align: left; }
.section-heading > p:last-child, .section-heading > div > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.line-label { display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
.line-label::after { content: ""; width: 48px; height: 1px; background: #77bad2; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--grid-gap); grid-auto-rows: 1fr; }
.feature-card { position: relative; min-height: 260px; display: grid; flex-direction: column; overflow: hidden; padding: 24px; border: 1px solid rgba(130, 202, 225, .48); border-radius: 6px; background: linear-gradient(0deg, rgba(2, 24, 36, .98), rgba(2, 28, 41, .3)), var(--card-image) center / cover; box-shadow: inset 0 0 40px rgba(7, 52, 68, .22); transition: transform .25s, border-color .25s; grid-template-rows: 56px minmax(46px, auto) 1fr; gap: 12px; align-content: start; }
.card-navigation { --card-image: url('/assets/shot-4.jpg'); }
.card-weather { --card-image: url('/assets/shot-3.jpg'); }
.card-fleet { --card-image: url('/assets/shot-1.jpg'); }
.card-controls { --card-image: url('/assets/shot-5.jpg'); }
.feature-card:hover { transform: translateY(-5px); border-color: var(--cyan); }
.feature-card > svg { position: static; width: 48px; height: 48px; color: #e7faff; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .7)); }
.feature-card h3 { margin-bottom: 0; font-size: 19px; align-self: end; line-height: 1.2; }
.feature-card p { margin: 0; color: #e2edf1; font-size: 14px; line-height: 1.5; }

.trailer-section { padding: 0 0 var(--section-space); background: radial-gradient(circle at 50% 0, rgba(19, 81, 104, .34), transparent 42%), linear-gradient(100deg, #041a27, #062536 48%, #031a27); }
.features { border-bottom: 0; padding-bottom: 40px; }
.trailer-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); align-items: stretch; }
.trailer-player { position: relative; overflow: hidden; border: 1px solid rgba(116, 208, 236, .6); border-radius: 8px; background: #020d14; box-shadow: 0 24px 65px rgba(0, 0, 0, .4), 0 0 60px rgba(32, 151, 190, .08); }
.trailer-player::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 40px rgba(3, 22, 31, .18); pointer-events: none; }
.trailer-player video { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; background: #020d14; }
.trailer-copy h2 { margin-bottom: 16px; font-size: clamp(28px, 2.6vw, 36px); }
.trailer-copy > p:not(.eyebrow) { color: #c3d7df; font-size: 14px; line-height: 1.62; margin: 0 0 24px; }
.text-button { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--cyan); color: var(--cyan); font-size: 13px; font-weight: 750; }
.text-button svg { width: 18px; height: 18px; transition: transform .2s; }
.text-button:hover svg { transform: translateX(4px); }

.career-section { padding: var(--section-space) 0; background: radial-gradient(circle at 50% 10%, rgba(20, 92, 116, .34), transparent 42%), linear-gradient(rgba(2, 24, 35, .92), rgba(2, 24, 35, .97)), url('/assets/shot-6.jpg') center 53% / cover; }
.career-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); margin-top: 0; }
.career-grid article { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(105, 197, 226, .42); border-radius: 7px; background: #041d2a; box-shadow: 0 15px 38px rgba(0, 0, 0, .25); transition: transform .28s, border-color .28s, box-shadow .28s; display: flex; flex-direction: column; }
.career-grid article:hover { transform: translateY(-7px); border-color: var(--cyan); box-shadow: 0 22px 46px rgba(0, 0, 0, .38), 0 0 30px rgba(53, 189, 231, .09); }
.career-media { position: relative; height: 190px; overflow: hidden; background: #061722; }
.career-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 17, 25, .08) 20%, rgba(3, 24, 36, .93) 100%); }
.career-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .4s; }
.career-grid article:hover .career-media img { transform: scale(1.065); filter: saturate(1.14) brightness(1.05); }
.career-media > span { position: absolute; z-index: 2; top: 13px; right: 17px; color: rgba(231, 249, 255, .82); font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -.08em; text-shadow: 0 3px 15px rgba(0, 0, 0, .5); }
.career-media > svg { position: absolute; z-index: 2; left: 18px; bottom: 17px; width: 40px; height: 40px; padding: 8px; border: 1px solid rgba(149, 225, 248, .58); border-radius: 50%; color: #effbff; background: rgba(2, 28, 41, .78); backdrop-filter: blur(5px); }
.career-media > b { position: absolute; z-index: 2; left: 69px; bottom: 26px; color: var(--cyan); font-size: 9px; letter-spacing: .2em; }
.career-card-body { position: relative; min-height: 192px; padding: 24px; display: flex; flex-direction: column; flex: 1; }
.career-card-body::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--cyan), transparent 72%); opacity: .8; }
.career-grid h3 { margin-bottom: 9px; font-size: 21px; }
.career-grid p { margin: 0 0 15px; color: #c7d9e0; font-size: 13px; line-height: 1.45; }
.career-grid small { display: block; padding-top: 12px; border-top: 1px solid rgba(112, 194, 220, .18); color: #72cae7; font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; margin-top: auto; }
.fleet-strip { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; margin-top: 24px; padding: 24px; border: 1px solid rgba(102, 195, 225, .26); border-radius: 5px; background: rgba(3, 25, 37, .78); }
.fleet-strip > p { margin: 0; color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .24em; white-space: nowrap; }
.fleet-strip > div { display: flex; flex-wrap: wrap; gap: 8px; }
.fleet-strip span { padding: 5px 9px; border: 1px solid rgba(137, 197, 217, .2); border-radius: 3px; color: #dbe9ee; background: rgba(13, 56, 71, .45); font-size: 10px; }

.gallery { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.heading-with-link { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.heading-with-link > div { text-align: left; }
.text-link { position: static; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--cyan); background: transparent; font-size: 12px; font-weight: 700; text-decoration: underline; cursor: pointer; flex-shrink: 0; min-height: 44px; }
.text-link svg { width: 18px; height: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--grid-gap); }
.gallery-card { padding: 0; border: 0; color: white; background: transparent; text-align: left; cursor: zoom-in; display: flex; flex-direction: column; min-width: 0; }
.gallery-card img { width: 100%; height: auto; aspect-ratio: 1.75; object-fit: cover; border: 1px solid rgba(141, 207, 228, .66); border-radius: 5px; transition: filter .2s, transform .2s; }
.gallery-card:hover img { filter: brightness(1.14); transform: translateY(-3px); }
.gallery-card span { display: flex; align-items: flex-start; gap: 8px; padding: 12px 0 0; color: #d7e8ef; font-size: 12px; line-height: 1.5; }
.gallery-card span svg { width: 19px; height: 19px; color: var(--cyan); }

.requirements { position: relative; display: block; padding: var(--section-space) 0; border-bottom: 1px solid var(--line); background: url('/assets/shot-7.jpg') center 48% / cover; isolation: isolate; }
.requirements-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3, 24, 36, .97), rgba(4, 31, 45, .94)); }
.requirements-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; align-items: stretch; }
.line-after { display: flex; align-items: center; gap: 13px; }
.line-after::after { content: ""; width: 35px; height: 1px; background: #7fc5dd; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); }
.spec-card { display: grid; grid-template-rows: subgrid; grid-row: span 9; row-gap: 0; position: relative; padding: 24px; border: 1px solid rgba(105, 194, 224, .5); border-radius: 5px; background: rgba(3, 27, 40, .94); }
.spec-card h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 18px; min-height: 44px; }
.spec-card h3 svg { width: 23px; height: 23px; color: var(--cyan); }
.spec-card dl { display: contents; margin: 0; }
.spec-card dl div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; padding: 10px 0; border-top: 1px solid rgba(137, 192, 210, .16); font-size: 14px; }
.spec-card dt { color: #eff8fb; }
.spec-card dd { margin: 0; color: #d1e0e6; }
.recommended-tag { position: absolute; top: 0; right: 16px; padding: 3px 8px; color: #052031; background: var(--cyan); font-size: 8px; font-weight: 850; letter-spacing: .08em; transform: translateY(-50%); }

.download-banner { position: relative; padding: 32px; background: linear-gradient(90deg, rgba(3, 27, 39, .91), rgba(6, 38, 51, .72)), url('/assets/shot-2.jpg') 50% 47% / cover; border: 1px solid rgba(105, 194, 224, .5); border-radius: 8px; }
.download-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; text-align: left; }
.download-layout h2 { margin-bottom: 12px; font-size: 28px; }
.download-layout p { margin: 0; color: #d8e7ed; font-size: 14px; line-height: 1.6; }
.button-download { min-width: 250px; min-height: 64px; padding: 12px 24px; text-align: left; }
.button-download > svg:first-child { width: 30px; height: 30px; }
.button-download > svg:last-child { width: 17px; height: 17px; }
.button-download span { display: flex; flex: 1; flex-direction: column; }
.button-download strong { font-size: 19px; }
.button-download small { font-size: 10px; font-weight: 500; }
.download-layout ul { margin: 0; padding: 0; list-style: none; color: #e1edf1; font-size: 12px; display: flex; flex-wrap: wrap; gap: 12px 24px; grid-column: 1 / -1; }
.download-layout li { display: flex; align-items: center; gap: 8px; margin: 0; }
.download-layout li svg { width: 17px; height: 17px; color: var(--cyan); }

.faq { padding: var(--section-space) 0; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: var(--grid-gap); }
.faq-layout h2 { font-size: 29px; }
.faq-layout > div:first-child > p:last-child { margin: 0; color: #d0e0e6; }
.accordion details { border-bottom: 1px solid rgba(95, 174, 201, .24); }
.accordion summary { position: relative; padding: 20px 40px 20px 0; color: #eaf5f8; font-size: 14px; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 10px; color: var(--cyan); font-size: 29px; font-weight: 250; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 40px 20px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.site-footer { padding: 32px 0; background: radial-gradient(circle at 30% 0, #0a3143, transparent 40%), #03141e; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; }
.footer-main .brand { font-size: 13px; }
.footer-main .brand strong { font-size: 17px; }
.footer-main .brand img { width: 62px; }
.footer-main nav { display: flex; justify-content: flex-start; gap: 24px; font-size: 11px; }
.footer-main nav a:hover { color: var(--cyan); }
.footer-social { padding: 8px 13px; border: 1px solid rgba(97, 199, 233, .5); border-radius: 4px; color: var(--cyan); font-size: 11px; }
.footer-tagline { padding-left: 20px; border-left: 1px solid rgba(133, 196, 216, .4); color: #d3e5eb; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 20px; color: #93adba; font-size: 10px; gap: 24px; }
.footer-bottom p:last-child { color: #bad0da; letter-spacing: normal; line-height: 1.5; }

.lightbox { position: fixed; width: min(1180px, calc(100% - 40px)); max-width: none; padding: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; color: white; background: #02101a; box-shadow: 0 30px 100px #000; }
.lightbox::backdrop { background: rgba(0, 8, 13, .9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 42px); object-fit: contain; border-radius: 8px; }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; padding: 0; border: 1px solid rgba(106, 204, 234, .6); border-radius: 50%; color: white; background: rgba(3, 27, 41, .88); box-shadow: 0 6px 20px rgba(0, 0, 0, .35); cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.lightbox button:hover { border-color: var(--cyan); background: rgba(11, 65, 84, .96); }
.lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; }
.lightbox-close svg { width: 100%; height: 100%; }
.lightbox-close svg { width: 20px; height: 20px; }
.lightbox-prev, .lightbox-next { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); }
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.05); }
.lightbox-prev svg, .lightbox-next svg { width: 24px; height: 24px; }
.lightbox-prev { left: 18px; }
.lightbox-prev svg { transform: rotate(180deg); }
.lightbox-next { right: 18px; }
.lightbox-count { position: absolute; z-index: 2; left: 50%; bottom: 14px; padding: 5px 10px; border: 1px solid rgba(114, 202, 229, .35); border-radius: 15px; color: #d9ecf3; background: rgba(2, 21, 31, .78); font-size: 10px; letter-spacing: .1em; transform: translateX(-50%); }


.trailer-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; border: 1px solid rgba(104, 193, 221, .25); border-radius: 8px; background: rgba(5, 38, 52, .65); }
.trailer-copy .text-button { margin-top: 0; }

.gallery-card span svg, .button svg { flex-shrink: 0; }

.download-layout .eyebrow { margin-bottom: 12px; }

@media (max-width: 1180px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .nav-wrap, .desktop-nav { gap: 20px; }
  .brand { font-size: 16px; }
  .brand strong { font-size: 18px; }
  .brand img { width: 58px; }
  .hero { background-position: 54% 50%; }
  .feature-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card img { max-height: 270px; }
  .trailer-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trailer-copy { padding: 20px; }
  .heading-with-link { align-items: flex-start; }
}

@media (max-width: 900px) {
  :root { --section-space: 48px; }
  html { scroll-padding-top: 86px; }
  .site-header { height: 70px; position: fixed; }
  .desktop-nav, .header-cta { display: none; }
  .nav-wrap { justify-content: space-between; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; top: 78px; right: 12px; left: 12px; display: grid; max-height: calc(100dvh - 90px); overflow-y: auto; padding: 8px; border: 1px solid rgba(107,213,246,.3); border-radius: 10px; background: rgba(3,24,36,.98); box-shadow: 0 18px 48px rgba(0,0,0,.45); visibility: hidden; opacity: 0; transform: translateY(-8px) scale(.985); transform-origin: top center; transition: opacity .2s ease,transform .2s ease,visibility .2s; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
  .mobile-nav a { padding: 13px 14px; border-radius: 6px; color:#dcebf1; transition:color .18s ease,background-color .18s ease; }
  .mobile-nav a:hover,.mobile-nav a.active { color:#fff; background:rgba(88,207,245,.1); }
  .hero { min-height: 660px; padding-top: 120px; background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2, 20, 30, .95), rgba(3, 27, 40, .52)), linear-gradient(0deg, rgba(3, 23, 34, .9), transparent 65%); }
  .hero h1 { font-size: clamp(50px, 10vw, 75px); }
  .hero-copy { max-width: 490px; }
  .hero-points { justify-content: space-between; gap: 12px; }
  .hero-points > div { padding-right: 12px; }
  .trailer-layout { grid-template-columns: 1fr; align-items: stretch; }
  .trailer-copy { padding: 24px; }
  .career-grid { grid-template-columns: 1fr; }
  .career-grid article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .career-media { height: 100%; min-height: 240px; }
  .career-card-body { min-height: 240px; }
  .heading-with-link { flex-direction: column; gap: 8px; }
  .download-layout { grid-template-columns: 1fr; }
  .button-download { justify-self: start; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; }
  .footer-tagline { display: none; }
}

@media (max-width: 600px) {
  :root { --section-space: 40px; --grid-gap: 20px; }
  .container { width: calc(100% - 40px); }
  .brand img { width: 50px; }
  .brand { font-size: 13px; }
  .brand strong { font-size: 15px; }
  .hero { min-height: 660px; align-items: flex-start; padding-top: 120px; background-position: 64% center; }
  .hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 320px; }
  .button-large { min-width: 0; }
  .hero-bottom { min-height: 100px; }
  .hero-points { gap: 12px; }
  .hero-points > div { min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; gap: 8px; padding: 0; border: 0; font-size: 8px; text-align: left; }
  .hero-points svg { width: 28px; height: 28px; }
  .section-heading { margin-bottom: 24px; }
  h2, .section-heading h2, .faq-layout h2 { font-size: 28px; line-height: 1.15; }
  .eyebrow { font-size: 10px; letter-spacing: .22em; }
  .features { padding-bottom: 24px; }
  .feature-grid, .gallery-grid, .spec-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 20px; min-height: 248px; grid-template-rows: 48px auto 1fr; }
  .trailer-copy { padding: 20px; }
  .career-grid article { display: flex; }
  .career-media { height: 205px; min-height: 0; }
  .career-card-body { padding: 20px; min-height: 192px; }
  .fleet-strip { grid-template-columns: 1fr; gap: 12px; padding: 20px; margin-top: 20px; }
  .spec-card { padding: 20px; }
  .spec-card h3 { font-size: 16px; margin-bottom: 16px; }
  .spec-card dl div { grid-template-columns: 80px minmax(0, 1fr); gap: 12px; font-size: 13px; }
  .download-banner { padding: 24px 20px; }
  .download-layout h2 { font-size: 26px; }
  .button-download { min-width: 0; width: 100%; gap: 8px; padding-inline: 16px; }
  .button-download strong { font-size: 18px; }
  .button-download > svg:first-child { width: 24px; height: 24px; }
  .download-layout ul { flex-direction: column; gap: 12px; }
  .footer-main { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-main nav { gap: 16px 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; text-align: left; }
  .footer-bottom p { margin: 0; }
  .lightbox { width: calc(100% - 20px); }
  .lightbox-prev, .lightbox-next { width: 42px; height: 42px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 8px; right: 8px; width: 38px; height: 38px; }
}

/* Steam's supplied logo includes transparent padding. Clip its layout box only. */
.brand.brand-logo { position: relative; display: block; width: 250px; height: 58px; overflow: hidden; flex-shrink: 0; }
.brand.brand-logo img { position: absolute; top: 50%; left: 0; width: 100%; height: auto; transform: translateY(-50%); filter: none; }

.footer-main .brand.brand-logo { width: 210px; height: 50px; }

/* Independent centering: shared CTA hover transforms cannot move this control. */
.trailer-player { aspect-ratio: 16 / 9; align-self: start; }
.trailer-player video { height: 100%; object-fit: contain; }
.trailer-load { position: absolute; z-index: 3; left: 50%; top: 50%; translate: -50% -50%; display: grid; place-items: center; width: 76px; height: 76px; padding: 0; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: white; background: rgba(255, 103, 20, .94); box-shadow: 0 8px 32px rgba(0, 0, 0, .35); cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.trailer-load:hover { transform: scale(1.08); background: #ff7a18; box-shadow: 0 8px 36px rgba(255, 103, 20, .32); }
.trailer-load:active { transform: scale(.97); }
.trailer-load:disabled { cursor: progress; }
.trailer-load svg { width: 34px; height: 34px; }
.trailer-load .play-symbol { fill: currentColor; stroke: none; }
.trailer-load .loading-symbol { display: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-dasharray: 38 20; transform-origin: center; }
.trailer-load.is-loading .play-symbol { display: none; }
.trailer-load.is-loading .loading-symbol { display: block; animation: trailer-spin 1s linear infinite; }
@keyframes trailer-spin { to { transform: rotate(360deg); } }
.trailer-status { position: absolute; z-index: 4; inset: auto 16px 16px; margin: 0; padding: 12px 16px; border: 1px solid var(--line); border-radius: 6px; background: rgba(3, 24, 36, .96); font-size: 13px; }

.download-intro { padding: 126px 0 48px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(3, 20, 30, .97), rgba(3, 24, 36, .78)), url('/assets/steam-shot-1.jpg') center / cover; }
.breadcrumbs { display: flex; gap: 12px; align-items: center; margin-bottom: 32px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--cyan); }
.download-intro h1 { margin: 0 0 20px; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.035em; }
.download-lead { max-width: 650px; margin: 0; color: #cbdde4; font-size: 17px; line-height: 1.6; }
.download-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); align-items: start; }
.download-game-card, .download-action-card, .download-info-card { min-width: 0; border: 1px solid rgba(105, 194, 224, .45); border-radius: 8px; background: rgba(3, 27, 40, .8); overflow: hidden; }
.download-cover { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.download-card-body, .download-action-card, .download-info-card { padding: 32px; }
.download-card-body h2, .download-action-card h2, .download-info-card h2 { margin-bottom: 20px; font-size: 28px; }
.game-facts { margin: 0 0 24px; }
.game-facts > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(105, 194, 224, .2); font-size: 14px; }
.game-facts dt { color: var(--muted); }
.game-facts dd { margin: 0; }
.download-side { display: grid; gap: var(--grid-gap); }
.download-action-card { background: linear-gradient(135deg, rgba(13, 62, 78, .85), rgba(3, 27, 40, .9)); }
.download-action-card > p:not(.eyebrow) { margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.download-action-card .download-link { width: 100%; min-height: 60px; gap: 16px; margin-bottom: 12px; font-size: 18px; }
.download-action-card .download-link-note { font-size: 12px; }
.download-checklist { display: grid; gap: 16px; list-style: none; padding: 0; margin: 0 0 24px; }
.download-checklist li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 14px; }
.download-checklist svg { width: 20px; height: 20px; color: var(--cyan); flex-shrink: 0; }
.download-languages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line); }
.download-languages p:last-child { max-width: 440px; color: var(--muted); line-height: 1.6; }
.download-languages ul { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; margin: 0; padding: 0; list-style: none; }
.download-languages li { padding: 10px 14px; border: 1px solid rgba(105, 194, 224, .3); border-radius: 5px; font-size: 13px; }

@media (max-width: 1180px) {
  .brand.brand-logo { width: 220px; height: 52px; }
}
@media (max-width: 900px) {
  .brand.brand-logo { width: 210px; height: 50px; }
  .download-intro { padding-top: 110px; }
  .download-page-grid, .download-languages { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .brand.brand-logo { width: 195px; height: 46px; }
  .trailer-load { width: 60px; height: 60px; }
  .trailer-load svg { width: 28px; height: 28px; }
  .download-intro { padding-bottom: 40px; }
  .download-lead { font-size: 15px; }
  .download-card-body, .download-action-card, .download-info-card { padding: 24px 20px; }
  .game-facts > div { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; font-size: 13px; }
  .download-action-card .download-link { font-size: 16px; gap: 10px; padding-inline: 16px; }
}

/* Full-viewport viewer adapted from website-fivehearts2-php. */
html.gallery-open { overflow: hidden; }
.site-header { top: 0; left: 0; right: 0; z-index: 1000; isolation: isolate; }
.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-card img { aspect-ratio: 16 / 9; max-height: none; }
.lightbox { inset: 0; margin: 0; width: 100%; height: 100%; max-width: none; max-height: none; padding: 60px 100px; border: 0; border-radius: 0; background: rgba(0, 0, 0, .95); box-shadow: none; }
.lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lightbox::backdrop { background: transparent; backdrop-filter: none; }
.lightbox img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }
.lightbox button:disabled { opacity: .3; cursor: default; pointer-events: none; }
.lightbox-close { top: 20px; right: 20px; width: 50px; height: 50px; }
.lightbox-prev, .lightbox-next { width: 60px; height: 60px; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-count { bottom: 20px; font-size: 13px; }
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .lightbox { padding: 70px 12px 90px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 20px; width: 44px; height: 44px; transform: none; }
  .lightbox-prev:hover, .lightbox-next:hover { transform: scale(1.05); }
  .lightbox-count { bottom: 29px; }
}

.reveal-card { transition: opacity .6s ease, transform .6s ease, border-color .25s ease; }
.reveal-pending { opacity: 0; transform: translateY(20px); }
.gallery-card.reveal-pending { transform: scale(.95); }
@media (prefers-reduced-motion: reduce) {
  .reveal-pending { opacity: 1; transform: none; }
}

/* Footer and FAQ share the same quiet panel treatment. */
.site-footer { padding: 52px 0 0; background: #02111b; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; padding-bottom: 40px; }
.footer-about p { max-width: 360px; color: var(--muted); line-height: 1.8; margin: 20px 0 0; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid h2 { font-size: 15px; margin: 0 0 10px; color: white; }
.footer-grid nav a { font-size: 14px; color: var(--muted); }
.footer-grid nav a:hover, .footer-bottom a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(91,200,235,.16); color: var(--muted); }
.footer-bottom p { margin: 0; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; }
.faq-layout > div:first-child { padding-top: 22px; }
.faq-layout h2 { font-size: clamp(32px,3.5vw,48px); line-height: 1.15; margin: 20px 0; }
.faq-layout > div > p:last-child { max-width: 300px; color: var(--muted); }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid rgba(95,174,201,.3); border-radius: 10px; background: #062431; }
.accordion details[open] { border-color: rgba(88,207,245,.6); }
.accordion summary { padding: 23px 66px 23px 24px; font-size: 15px; font-weight: 650; }
.accordion summary::after { top: 17px; right: 20px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(88,207,245,.09); font-size: 24px; }
.accordion details p { padding: 0 60px 24px 24px; line-height: 1.8; }
.download-hub { min-height: 75vh; padding: 130px 0 72px; background: radial-gradient(ellipse at 80% 0%,#103e4e 0%,transparent 55%); }
.download-hub-intro { max-width: 960px; text-align: center; }
.download-hub-intro .breadcrumbs { justify-content: center; margin-bottom: 40px; }
.download-hub-intro h1 { font-size: clamp(36px,4vw,58px); margin: 18px 0 24px; }
.download-hub-intro > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); line-height: 1.8; font-size: 17px; }
.download-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1040px; margin-top: 44px; }
.download-option { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; border: 1px solid rgba(91,200,235,.3); border-radius: 14px; background: #062330; }
.download-option-primary { border-color: rgba(255,122,24,.55); background: linear-gradient(140deg,#132b33,#08212d); }
.option-icon { width: 58px; height: 58px; display: grid; place-items: center; background: rgba(88,207,245,.08); border: 1px solid rgba(88,207,245,.2); border-radius: 14px; color: var(--cyan); margin-bottom: 28px; }
.option-icon svg { width: 28px; height: 28px; }
.download-option h2 { font-size: 28px; margin: 6px 0 16px; }
.download-option > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; margin: 0 0 30px; }
.download-option .button { width: 100%; margin-top: auto; min-height: 54px; }
.download-preparation { max-width: 1040px; margin-top: 24px; display: flex; align-items: center; gap: 20px; padding: 24px; border: 1px solid rgba(91,200,235,.2); border-radius: 10px; }
.download-preparation > svg { width: 28px; height: 28px; flex-shrink: 0; color: var(--cyan); }
.download-preparation h2 { font-size: 16px; margin: 0 0 8px; }
.download-preparation p { color: var(--muted); margin: 0; font-size: 13px; }
.download-preparation > a { margin-left: auto; white-space: nowrap; }
@media(max-width:900px) { .faq-layout { grid-template-columns: 1fr; gap: 24px; } .footer-grid { gap: 30px; grid-template-columns: 1.5fr 1fr 1fr; } }
@media(max-width:600px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } .footer-bottom { align-items: flex-start; font-size: 11px; } .download-hub { padding: 104px 0 40px; } .download-options { grid-template-columns: 1fr; } .download-option { padding: 26px; } .download-preparation { flex-wrap: wrap; } .download-preparation > a { margin: 0 0 0 48px; } .accordion summary { padding-left: 18px; } .accordion details p { padding-left: 18px; padding-right: 24px; } }
@keyframes page-arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media(prefers-reduced-motion:no-preference) { main { animation: page-arrive .32s ease-out both; } }

.accordion summary::after { content: ''; width: 14px; height: 14px; top: 50%; right: 27px; margin-top: -7px; border-radius: 0; background: linear-gradient(var(--cyan),var(--cyan)) center / 14px 2px no-repeat, linear-gradient(var(--cyan),var(--cyan)) center / 2px 14px no-repeat; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.download-options { max-width: 1280px; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; }
.download-option { padding: 28px; border-radius: 12px; }
.download-option h2 { font-size: 25px; }
.download-option .eyebrow { font-size: 9px; letter-spacing: .2em; }
.download-option > p:not(.eyebrow) { font-size: 14px; }
.download-option .button { padding-inline: 12px; border: 1px solid rgba(88,207,245,.4); }
.download-option .button:disabled { opacity: .5; cursor: default; transform: none; }
.download-preparation { max-width: 1280px; }
@media(max-width:1100px) { .download-options { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .download-options { grid-template-columns: 1fr; } }

.video-controls { position:absolute; inset:auto 0 0; display:flex; align-items:center; gap:10px; padding:18px 16px 10px; background:linear-gradient(transparent,rgba(1,12,20,.97)); z-index:4; }
.video-controls button { display:grid; place-items:center; width:34px; height:34px; padding:6px; border:0; border-radius:6px; background:rgba(4,30,43,.8); color:white; cursor:pointer; }
.video-controls button svg { width:22px; height:22px; }
.video-controls input { accent-color:var(--cyan); cursor:pointer; }
.video-seek { position:absolute; top:0; left:16px; width:calc(100% - 32px); height:4px; margin:0; }
#videoVolume { width:70px; }
#videoTime { font-size:11px; font-variant-numeric:tabular-nums; }
#videoFullscreen { margin-left:auto; }
.trailer-player:fullscreen { display:grid; align-content:center; width:100%; height:100%; background:#000; border:0; }
.trailer-player:fullscreen video { height:100%; max-height:100vh; }

/* Quiet hover outlines and compact left-aligned downloads. */
.desktop-nav a::after { bottom: -8px; box-shadow: none; height: 2px; }
.text-link { text-decoration: none; }
.text-button { border-bottom: 0; text-decoration: none; }
.feature-card:hover, .career-grid article:hover, .gallery-card:hover img { transform: none; filter: none; }
.career-grid article:hover .career-media img { transform: none; filter: none; }
.feature-card:hover, .career-grid article:hover { border-color: var(--cyan); box-shadow: 0 0 0 1px rgba(88,207,245,.35); }
.gallery-card:hover img { border-color: var(--cyan); box-shadow: 0 0 0 1px rgba(88,207,245,.35); }
.gallery-item { margin: 0; min-width: 0; }
.gallery-card { width: 100%; }
.gallery-item figcaption { padding-top: 12px; color: var(--muted); font-size: 12px; }
.gallery-item figcaption span { display: flex; align-items: center; gap: 8px; }
.gallery-item figcaption svg { width: 18px; height: 18px; color: var(--cyan); }
.download-hub { min-height: 0; padding: 112px 0 36px; }
.download-hub-intro { max-width: 1280px; text-align: left; }
.download-hub-intro h1 { font-size: clamp(32px,3.5vw,46px); margin: 0 0 14px; }
.download-hub-intro > p:last-child { margin: 0; max-width: 850px; font-size: 15px; }
.download-options { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 26px; }
.download-option { padding: 24px; }
.download-option .option-icon { width: 44px; height: 44px; margin-bottom: 18px; }
.platform-logo { fill: currentColor; stroke: none; }
.download-option > p:not(.eyebrow) { margin-bottom: 20px; }
.download-preparation { margin-top: 20px; padding: 18px 24px; }
@media(max-width:600px) { .download-hub { padding-top: 96px; } .download-options { grid-template-columns: 1fr; } }

/* Download station: game artwork and three compact platform rows. */
.career-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.download-hub { padding: 118px 0 40px; }
.download-hub-intro h1 { font-size: clamp(32px,3.5vw,46px); margin-bottom: 10px; }
.download-station { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr); gap: 28px; margin-top: 28px; }
.download-art { position: relative; min-height: 326px; overflow: hidden; border: 1px solid rgba(91,200,235,.32); border-radius: 16px; background: #06232f; }
.download-art > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.download-art::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(2,15,25,.02),rgba(2,15,25,.9)); }
.download-art-caption { position:absolute; z-index:1; bottom:28px; left:28px; right:28px; }
.download-art-caption h2 { font-size:clamp(25px,2.4vw,34px); margin:16px 0; line-height:1.12; }
.release-pill { display:inline-flex; align-items:center; gap:7px; border:1px solid rgba(123,240,188,.4); border-radius:20px; padding:5px 9px; font-size:9px; letter-spacing:.12em; color:#b6f6d7; background:#082e28; }
.release-pill > span { width:5px; height:5px; border-radius:50%; background:#8febba; }
.download-art-caption p { display:flex; align-items:center; gap:10px; font-size:12px; color:#d2e3e9; margin:0; }
.download-art-caption svg { width:18px; height:18px; color:var(--cyan); }
.download-station .download-options { width:100%; max-width:none; margin:0; display:flex; flex-direction:column; gap:12px; }
.download-station .download-option { display:grid; grid-template-columns:48px minmax(0,1fr) 150px; gap:18px; align-items:center; padding:22px; background:linear-gradient(115deg,#092b39,#05212e); border-radius:12px; min-height:100px; }
.download-station .option-icon { width:48px; height:48px; margin:0; border-radius:12px; }
.download-option-copy h2 { font-size:19px; margin:0 0 6px; }
.download-option-copy p { color:var(--muted); font-size:12px; line-height:1.5; margin:0; }
.download-station .download-option .button { min-height:44px; font-size:12px; margin:0; padding:0 12px; }
.download-preparation { margin-top:22px; border-radius:12px; }
@media(max-width:1050px) { .download-station { grid-template-columns:minmax(0,.8fr) minmax(0,1.3fr); gap:18px; } .download-station .download-option { grid-template-columns:40px minmax(0,1fr); gap:12px; padding:18px; } .download-station .download-option .button { grid-column:2; width:100%; } .download-station .option-icon { width:40px; height:40px; } }
@media(max-width:600px) { .career-grid { grid-template-columns:1fr; } .download-hub { padding-top:96px; } .download-station { grid-template-columns:1fr; gap:16px; margin-top:22px; } .download-art { min-height:230px; } .download-art-caption { left:22px; bottom:22px; } .download-art-caption h2 { font-size:28px; } .download-station .download-option { grid-template-columns:40px minmax(0,1fr); } }

body { min-height:100vh; display:flex; flex-direction:column; }
body > main { flex:1; }
.download-hub { min-height:calc(100svh - 340px); }
.download-options:has(.download-option:only-of-type) { justify-content:center; }
.download-empty { padding:32px; border:1px solid var(--line); border-radius:12px; color:var(--muted); margin:auto 0; }
.career-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.career-card-body { padding:24px; }
.career-card-body h3 { margin-bottom:14px; }
.accordion p a { color:var(--cyan); font-weight:600; }
@media(max-width:900px) { .career-grid { grid-template-columns:1fr; } .career-media { height:240px; } }

.download-hub { display:flex; flex-direction:column; gap:0; }
.download-station { flex:1; }
.download-station .download-options { justify-content:center; }
.download-station .download-option { flex:1; max-height:190px; }

/* Shared fine outlines; no scale or position change on hover/press. */
:root { --card-outline:rgba(141,207,228,.66); }
.feature-card, .career-grid article, .gallery-card img, .download-station .download-option { border:1px solid var(--card-outline); border-radius:8px; box-shadow:none; }
.feature-card:hover, .career-grid article:hover, .gallery-card:hover img, .download-station .download-option:hover { border-color:var(--cyan); box-shadow:0 0 0 1px rgba(88,207,245,.35); }
.button { transition:background-color .16s ease, border-color .16s ease, box-shadow .16s ease; }
.button:hover, .button:active { transform:none; }
.button-orange { background:#ff6513; box-shadow:0 5px 15px rgba(255,91,16,.16); }
.button-orange:hover { background:#ff7a24; box-shadow:0 5px 15px rgba(255,91,16,.22); }
.button-orange:active { background:#d94705; border-color:#f8a16e; box-shadow:inset 0 2px 5px rgba(0,0,0,.18); }
.button-outline { border-color:#d3eef8; background:rgba(3,27,41,.68); box-shadow:inset 0 0 0 1px rgba(88,207,245,.25); }
.button-outline:hover, .button-ghost:hover { background:#123c4e; border-color:var(--cyan); }
.button-outline:active, .button-ghost:active { background:#1b5368; }
.button:disabled { transform:none; box-shadow:none; }
.button-download { min-height:56px; padding:14px 24px; justify-content:center; gap:12px; text-align:center; }
.button-download span { display:block; flex:0 1 auto; line-height:1.25; }
.button-download > svg:first-child, .hero-actions .button-orange svg { width:22px; height:22px; flex:0 0 22px; }
.text-button:active, .text-link:active { color:#fff; }
.video-controls button:active, .lightbox button:active { background:#23617b; }
/* Tall platform cards, with aligned buttons at the bottom. */
.download-station { display:flex; flex-direction:column; gap:24px; }
.download-art { flex:none; min-height:160px; height:160px; }
.download-art > img { object-position:center 45%; }
.download-art::after { background:linear-gradient(90deg,rgba(2,15,25,.9),rgba(2,15,25,.15)); }
.download-art-caption { top:24px; bottom:24px; left:28px; display:grid; align-content:center; }
.download-art-caption h2 { font-size:26px; margin:10px 0; }
.download-art-caption h2 br { display:none; }
.release-pill { justify-self:start; }
.download-station .download-options { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:24px; align-items:stretch; }
.download-station .download-option { display:flex; flex-direction:column; align-items:flex-start; min-height:270px; max-height:none; padding:28px; gap:22px; }
.download-station .option-icon { width:54px; height:54px; }
.download-option-copy h2 { font-size:24px; margin-bottom:10px; }
.download-option-copy p { font-size:14px; }
.download-station .download-option .button { margin-top:auto; width:100%; min-height:48px; font-size:14px; }
.download-empty { grid-column:1 / -1; }
@media(max-width:600px) { .download-station .download-options { grid-template-columns:1fr; gap:16px; } .download-station .download-option { min-height:245px; padding:24px; } .download-art-caption { left:22px; } .download-art-caption h2 { font-size:23px; } }

/* Download page: fixed-width platform cards retain their size when siblings are hidden. */
.download-hub {
  min-height:0;
  padding:126px 0 64px;
  background:
    linear-gradient(90deg,rgba(2,17,27,.97),rgba(3,29,42,.88) 54%,rgba(2,18,28,.94)),
    linear-gradient(0deg,rgba(2,17,27,.99),transparent 55%),
    url('/assets/shot-7.jpg') center 38% / cover no-repeat;
}
.download-hub-intro { max-width:1280px; text-align:left; }
.download-hub-intro .line-label { margin-bottom:14px; color:#d8eef6; }
.download-hub-intro h1 { max-width:1200px; margin:0 0 14px; font-size:clamp(38px,4.2vw,58px); letter-spacing:-.035em; }
.download-hub-intro h1 span { color:var(--cyan); }
.download-hub-intro > p:last-child { max-width:760px; margin:0; color:#d5e7ed; font-size:16px; line-height:1.6; }
.download-station { display:block; flex:0 0 auto; margin-top:30px; }
.download-station .download-options {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:24px;
  width:100%;
  margin:0;
}
.download-station .download-option {
  position:relative;
  flex:0 1 calc((100% - 48px) / 3);
  min-width:0;
  min-height:470px;
  max-height:none;
  padding:30px;
  gap:24px;
  align-items:center;
  text-align:center;
  border-color:rgba(112,205,234,.58);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(8,48,65,.96),rgba(3,27,40,.98));
  box-shadow:0 18px 46px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.025);
}
.download-station .download-option[data-platform="buzzheavier"] { border-color:var(--cyan); }
.download-station .download-option[data-platform="steam"] { grid-column:1; grid-row:1; }
.download-station .download-option[data-platform="buzzheavier"] { grid-column:2; grid-row:1; }
.download-station .download-option[data-platform="googleDrive"] { grid-column:3; grid-row:1; }
.download-station .download-option:hover { border-color:var(--cyan); box-shadow:0 20px 50px rgba(0,0,0,.26),0 0 0 1px rgba(88,207,245,.2); }
.download-option-heading { display:flex; flex-direction:column; align-items:center; gap:18px; width:100%; }
.download-station .option-icon { flex:0 0 64px; width:64px; height:64px; margin:0; border-radius:12px; background:rgba(7,60,80,.86); }
.download-station .option-icon svg { width:34px; height:34px; }
.download-option-copy h2 { margin:0 0 7px; font-size:25px; }
.download-option-copy .platform-tagline { margin:0; color:var(--cyan); font-size:14px; font-weight:700; }
.option-description { max-width:310px; margin:0 auto; color:#c5d9e1; font-size:15px; line-height:1.7; }
.option-badge { position:absolute; top:-13px; left:24px; padding:6px 12px; border-radius:5px; background:var(--orange); color:#fff; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; box-shadow:0 6px 16px rgba(255,91,16,.25); }
.download-station .download-option .button { width:100%; min-height:52px; margin-top:auto; padding:0 16px; font-size:14px; }
.download-station .download-option .button svg { width:19px; height:19px; }
.download-station .download-option[data-platform="steam"] > .button svg { fill:currentColor; stroke:none; }
.download-empty { flex:1 1 100%; margin:0; background:rgba(3,29,42,.9); }
.download-support { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:20px; margin-top:24px; padding:22px 26px; border:1px solid rgba(91,200,235,.42); border-radius:8px; background:rgba(3,29,42,.9); }
.support-icon { display:grid; place-items:center; width:48px; height:48px; border:1px solid rgba(88,207,245,.3); border-radius:50%; color:var(--cyan); }
.support-icon svg { width:24px; height:24px; }
.download-support .eyebrow { margin-bottom:6px; color:var(--cyan); font-size:9px; }
.download-support h2 { margin:0 0 5px; font-size:18px; }
.download-support p:last-child { margin:0; color:var(--muted); font-size:13px; }
.download-support .button { min-width:190px; border-color:#d3eef8; }
@media(max-width:900px) {
  .download-station .download-options { display:flex; flex-wrap:wrap; justify-content:center; }
  .download-station .download-option { flex-basis:calc((100% - 24px) / 2); }
  .download-station .download-option[data-platform] { grid-column:auto; grid-row:auto; }
  .download-station .download-option[data-platform="steam"] { order:1; }
  .download-station .download-option[data-platform="buzzheavier"] { order:2; }
  .download-station .download-option[data-platform="googleDrive"] { order:3; }
}

/* Clean career cards and carry their complete hover treatment into the gallery. */
.career-card-body::before { display:none; }
.gallery-card { overflow:hidden; border:1px solid var(--card-outline); border-radius:8px; box-shadow:0 15px 38px rgba(0,0,0,.25); transition:transform .28s,border-color .28s,box-shadow .28s; }
.gallery-card img { display:block; border:0; border-radius:0; transition:transform .55s,filter .4s; }
.gallery-card:hover { transform:translateY(-7px); border-color:var(--cyan); box-shadow:0 22px 46px rgba(0,0,0,.38),0 0 30px rgba(53,189,231,.09); }
.gallery-card:hover img { transform:scale(1.065); filter:saturate(1.14) brightness(1.05); }
@media(prefers-reduced-motion:reduce) {
  .gallery-card:hover,.gallery-card:hover img { transform:none; }
}
@media(min-width:901px) {
  .download-hub-intro h1 { white-space:nowrap; }
}
@media(max-width:600px) {
  .download-hub { padding:104px 0 44px; background-position:62% 30%; }
  .download-hub-intro h1 { font-size:38px; }
  .download-hub-intro > p:last-child { font-size:14px; }
  .download-station .download-options { gap:18px; }
  .download-station .download-option { flex-basis:100%; min-height:400px; padding:26px; gap:20px; }
  .download-option-heading { gap:14px; }
  .download-station .option-icon { flex-basis:56px; width:56px; height:56px; }
  .download-support { grid-template-columns:auto 1fr; padding:20px; }
  .download-support .button { grid-column:1 / -1; width:100%; }
}
