:root {
  --ink: #f6f5ef;
  --muted: #a9b2c1;
  --line: rgba(228, 237, 255, 0.18);
  --void: #06080c;
  --space: #0d121c;
  --aqua: #8ae6e0;
  --signal: #ff7553;
  --particle-color: #e9f6ff;
  --particle-core: #b8dbff;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--ink);
  background: var(--void);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--void); }
body.is-modal-open { position: fixed; width: 100%; overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }

.site-header { position: absolute; z-index: 5; top: 0; left: 50%; display: flex; width: min(1440px, calc(100% - 72px)); min-height: 82px; align-items: center; justify-content: space-between; transform: translateX(-50%); border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-size: 14px; font-weight: 700; }
.brand img { width: 121px; height: auto; filter: brightness(0) invert(1); }
.brand span { padding-left: 13px; border-left: 1px solid rgba(255, 255, 255, 0.35); }
.site-header nav { display: flex; gap: 30px; margin-left: auto; margin-right: 34px; }
.site-header nav a { color: rgba(255, 255, 255, 0.76); font-size: 13px; text-decoration: none; transition: color 180ms ease; }
.site-header nav a:hover { color: var(--aqua); }
.header-action, .button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 700; }
.header-action { padding: 0 17px; background: rgba(8, 12, 17, 0.5); }

.hero { position: relative; min-height: min(880px, 100svh); overflow: hidden; isolation: isolate; background: #02050a; }
.hero-background { position: absolute; z-index: -2; inset: 0; background: #02050a url("./assets/hero-moon-nebula-gpt-image-2.png") center / cover no-repeat; transform: scale(1.025); }
.hero::after { position: absolute; z-index: -1; inset: 0; border-bottom: 1px solid rgba(139, 233, 228, 0.22); background: linear-gradient(90deg, rgba(1, 7, 14, 0.84) 0%, rgba(1, 7, 14, 0.56) 42%, rgba(1, 7, 14, 0.28) 100%); content: ""; }
.hero-noise { position: absolute; z-index: 0; inset: 0; opacity: 0.12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.spiral-canvas { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; }
.projection-layout { position: relative; z-index: 1; display: grid; width: min(1368px, calc(100% - 72px)); min-height: min(880px, 100svh); grid-template-columns: minmax(290px, 0.92fr) minmax(230px, 0.6fr); align-items: center; gap: clamp(56px, 15vw, 240px); margin: 0 auto; padding: 98px 0 66px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy-left { align-self: center; }
.hero-copy-right { align-self: end; justify-self: end; width: min(380px, 30vw); padding-bottom: 62px; }
.section-mark { margin: 0; color: var(--aqua); font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.hero h1 { max-width: 680px; margin: 22px 0 25px; font-size: clamp(48px, 5.3vw, 82px); font-weight: 700; line-height: 1.06; letter-spacing: 0; }
.manifesto { max-width: 380px; margin: 0; padding-top: 17px; border-top: 1px solid rgba(139, 233, 228, 0.56); color: rgba(231, 248, 249, 0.78); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { padding: 0 19px; gap: 10px; }
.button-solid { border-color: var(--aqua); color: #081215; background: var(--aqua); }
.button-solid span { font-size: 19px; }
.button-quiet { background: rgba(0, 0, 0, 0.2); }
.hero-status { position: absolute; z-index: 1; top: 99px; right: max(36px, calc((100vw - 1440px) / 2)); width: 208px; }
.hero-status img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 12px rgba(130, 214, 255, 0.22)); }
.hero-credit { position: absolute; z-index: 1; right: max(36px, calc((100vw - 1440px) / 2)); bottom: 14px; margin: 0; color: rgba(255, 255, 255, 0.43); font-size: 10px; }

.honors-section, .schedule-section { position: relative; padding: 144px max(36px, calc((100vw - 1440px) / 2)); }
.honors-section { background: radial-gradient(circle at 82% 8%, #18334a 0, #0d121c 31%, #06080c 74%); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-intro h2 { margin: 16px 0 0; font-size: clamp(35px, 4.2vw, 62px); font-weight: 700; line-height: 1.12; }
.honors-title-main, .honors-title-sub { display: block; }
.honors-title-sub { margin-top: 3px; color: rgba(246, 245, 239, 0.5); font-size: 0.53em; font-weight: 500; }
.section-intro > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.honor-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin: 52px 0 19px; }
.filter-group { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.filter-group > span { margin-right: 6px; color: #8691a0; font-size: 11px; }
.filter-button { min-height: 31px; padding: 0 10px; border: 1px solid transparent; color: #aeb7c3; background: transparent; cursor: pointer; font-size: 12px; transition: 160ms ease; }
.filter-button:hover, .filter-button.active { border-color: rgba(138, 230, 224, 0.5); color: var(--aqua); background: rgba(138, 230, 224, 0.08); }
.honor-count { margin-left: auto; color: #c6d0da; font-size: 12px; }
.honor-universe { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); perspective: 1600px; perspective-origin: 50% 42%; background: linear-gradient(115deg, rgba(10, 18, 29, 0.84), rgba(17, 42, 57, 0.35)); }
#starfield { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: 0.7; }
.universe-head { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 20px 24px; color: rgba(204, 227, 236, 0.56); font-size: 10px; }
.honor-grid { position: relative; z-index: 1; min-height: 100%; transform-style: preserve-3d; }
.honor-card { position: relative; min-height: 0; aspect-ratio: 4 / 5; padding: 14px; overflow: hidden; border: 1px solid rgba(229, 243, 250, 0.22); color: var(--ink); background: #101c25; cursor: pointer; text-align: left; backface-visibility: hidden; transform-style: preserve-3d; }
.honor-card.is-tilting { will-change: transform; }
.honor-card-constellation { position: absolute; z-index: 0; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(68, 141, 161, 0.2), transparent 48%), linear-gradient(145deg, #102330, #071017 78%); transition: filter 420ms ease, transform 620ms ease; }
.constellation-svg { display: block; width: 123%; height: 123%; overflow: visible; transform: rotate(var(--constellation-angle, 0deg)); transition: transform 650ms ease; }
.constellation-glow { opacity: 0.74; }
.constellation-links { fill: none; stroke: var(--constellation-primary); stroke-width: 0.52; opacity: 0.42; }
.constellation-stars { fill: var(--constellation-secondary); filter: drop-shadow(0 0 2px var(--constellation-primary)); }
.constellation-stars .star-0 { fill: var(--constellation-primary); filter: drop-shadow(0 0 4px var(--constellation-secondary)); }
.orbit { fill: none; stroke: var(--constellation-primary); stroke-width: 0.45; stroke-dasharray: 2.6 2.8; opacity: 0.36; transform-origin: 50px 47px; animation: constellation-orbit 14s linear infinite; }
.orbit-b { animation-direction: reverse; animation-duration: 19s; }
@keyframes constellation-orbit { to { transform: rotate(360deg); } }
.honor-card::before { position: absolute; z-index: 1; inset: 0; opacity: 0; background: radial-gradient(circle at var(--light-x, 50%) var(--light-y, 50%), rgba(235, 250, 255, 0.42), transparent 36%), linear-gradient(140deg, rgba(92, 202, 220, 0.18), transparent 55%); content: ""; mix-blend-mode: screen; pointer-events: none; transition: opacity 260ms ease; }
.honor-card::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(155deg, transparent 38%, rgba(4, 8, 14, 0.9) 100%); content: ""; pointer-events: none; }
.honor-card:hover { z-index: 2; border-color: var(--aqua); }
.honor-card:hover::before { opacity: 1; }
.honor-card:hover .honor-card-constellation { filter: brightness(1.16) saturate(1.18); transform: scale(1.05); }
.honor-card:hover .constellation-svg { transform: rotate(8deg) scale(1.04); }
.honor-card-content { position: absolute; z-index: 2; right: 14px; bottom: 14px; left: 14px; }
.honor-card-year, .honor-card-track { font-size: 10px; }
.honor-card-year { color: var(--aqua); }
.honor-card-track { float: right; color: rgba(255, 255, 255, 0.7); }
.honor-card h3 { margin: 38px 0 6px; font-size: 20px; font-weight: 700; }
.honor-card p { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(255, 255, 255, 0.75); font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.honor-card--feature { grid-column: 3 / span 2; grid-row: 4 / span 2; border-color: rgba(246, 196, 90, 0.65); background: #101b21; }
.honor-card--feature .honor-card-constellation { background: radial-gradient(circle at 50% 43%, rgba(246, 196, 90, 0.25), transparent 44%), radial-gradient(circle at 22% 80%, rgba(101, 223, 224, 0.16), transparent 36%), #091821; }
.honor-card--feature .constellation-svg { width: 112%; height: 112%; }
.honor-card--feature::after { background: linear-gradient(155deg, rgba(1, 12, 24, 0.02) 30%, rgba(1, 7, 14, 0.91) 100%); }
.honor-card--feature h3 { font-size: 27px; }
.honor-nebula { position: relative; z-index: 2; display: grid; grid-column: 3 / span 2; grid-row: 4 / span 2; min-height: 0; overflow: hidden; border: 1px solid rgba(142, 229, 228, 0.44); background: radial-gradient(circle at 50% 50%, rgba(41, 124, 142, 0.25), rgba(6, 16, 25, 0.95) 68%); isolation: isolate; transform-style: preserve-3d; }
.honor-nebula::before { position: absolute; inset: 12%; border: 1px solid rgba(162, 234, 229, 0.13); border-radius: 50%; content: ""; }
.nebula-rotor { position: absolute; inset: -6%; transform-origin: 50% 50%; will-change: transform; }
.nebula-cloud { position: absolute; width: 100%; height: 100%; overflow: visible; }
.nebula-cloud path { fill: none; stroke: rgba(137, 233, 227, 0.22); stroke-width: 0.7; stroke-dasharray: 3 3; }
.nebula-points { position: absolute; inset: 0; }
.nebula-point { position: absolute; z-index: 2; left: var(--point-x); top: var(--point-y); width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #a9e9e4; box-shadow: 0 0 0 1px rgba(207, 255, 251, 0.45), 0 0 11px rgba(112, 234, 226, 0.75); cursor: pointer; transform: translate(-50%, -50%); transition: transform 220ms ease, box-shadow 220ms ease; animation: nebula-twinkle 2.7s ease-in-out var(--point-delay) infinite alternate; }
.nebula-point--first { width: 12px; height: 12px; background: #e6fffb; box-shadow: 0 0 0 2px rgba(161, 249, 242, 0.28), 0 0 18px rgba(124, 240, 231, 1); }
.nebula-point--core { width: 15px; height: 15px; background: #f7cd68; box-shadow: 0 0 0 2px rgba(255, 239, 179, 0.36), 0 0 22px rgba(245, 192, 85, 1); }
.nebula-point:hover, .nebula-point:focus-visible { z-index: 4; outline: 0; transform: translate(-50%, -50%) scale(1.55); box-shadow: 0 0 0 4px rgba(226, 255, 252, 0.25), 0 0 29px rgba(154, 247, 238, 1); }
.nebula-point--core:hover, .nebula-point--core:focus-visible { box-shadow: 0 0 0 4px rgba(255, 240, 177, 0.26), 0 0 34px rgba(247, 205, 104, 1); }
.nebula-core { position: relative; z-index: 3; align-self: center; justify-self: center; display: grid; gap: 4px; width: 132px; padding: 16px 10px; border: 1px solid rgba(233, 251, 245, 0.28); border-radius: 50%; color: #edfcf8; background: rgba(8, 25, 35, 0.72); box-shadow: 0 0 45px rgba(109, 234, 226, 0.19); text-align: center; pointer-events: none; }
.nebula-core span { color: #9ce5df; font-size: 10px; }
.nebula-core strong { font-size: 18px; line-height: 1.2; }
.nebula-core small { color: rgba(230, 249, 246, 0.62); font-size: 9px; }
@keyframes nebula-twinkle { from { opacity: 0.54; } to { opacity: 1; } }
.honor-galaxy { position: absolute; inset: 18px 24px 45px; overflow: hidden; background: #02070e; isolation: isolate; transform-style: preserve-3d; }
.honor-galaxy::before, .honor-galaxy::after { position: absolute; inset: 0; content: ""; pointer-events: none; }
.honor-galaxy::before { z-index: 1; background: radial-gradient(ellipse at 49% 46%, transparent 30%, rgba(1, 7, 13, 0.18) 66%, rgba(1, 7, 13, 0.7) 100%); }
.honor-galaxy::after { z-index: 3; background: linear-gradient(90deg, rgba(1, 7, 13, 0.34), transparent 17%, transparent 83%, rgba(1, 7, 13, 0.34)); }
.galaxy-rotor { position: absolute; inset: -10%; background: url("./assets/honor-galaxy-nebula-image2-v4.png") center / cover no-repeat; transform-origin: 50% 50%; will-change: transform; }
.galaxy-points { position: absolute; inset: 0; z-index: 2; }
.galaxy-point { position: absolute; z-index: 2; left: var(--point-x); top: var(--point-y); width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #b7f5ee; box-shadow: 0 0 0 1px rgba(225, 255, 251, 0.48), 0 0 12px rgba(103, 234, 225, 0.78); cursor: pointer; transform: translate(-50%, -50%); transition: transform 220ms ease, box-shadow 220ms ease; animation: galaxy-twinkle 2.9s ease-in-out var(--point-delay) infinite alternate; }
.galaxy-point--first { width: 12px; height: 12px; background: #e9fffb; box-shadow: 0 0 0 2px rgba(168, 255, 248, 0.3), 0 0 22px rgba(111, 241, 230, 1); }
.galaxy-point--core { width: 15px; height: 15px; background: #f7ce68; box-shadow: 0 0 0 2px rgba(255, 240, 183, 0.36), 0 0 27px rgba(245, 193, 87, 1); }
.galaxy-point:hover, .galaxy-point:focus-visible, .galaxy-point--selected { z-index: 4; outline: 0; transform: translate(-50%, -50%) scale(1.58); box-shadow: 0 0 0 4px rgba(226, 255, 252, 0.24), 0 0 34px rgba(154, 247, 238, 1); }
.galaxy-point--core:hover, .galaxy-point--core:focus-visible, .galaxy-point--core.galaxy-point--selected { box-shadow: 0 0 0 4px rgba(255, 240, 177, 0.27), 0 0 39px rgba(247, 205, 104, 1); }
.galaxy-nameplate { position: absolute; z-index: 5; left: var(--label-x, 50%); top: var(--label-y, 50%); display: grid; gap: 3px; min-width: 140px; max-width: 190px; padding: 10px 12px; border: 1px solid rgba(164, 244, 238, 0.54); opacity: 0; color: #effffb; background: rgba(5, 17, 27, 0.9); box-shadow: 0 10px 34px rgba(0, 0, 0, 0.4); pointer-events: none; transform: translate(12px, calc(-100% - 10px)) scale(0.94); transition: opacity 220ms ease, transform 220ms ease; }
.galaxy-nameplate.is-visible { opacity: 1; pointer-events: auto; transform: translate(12px, calc(-100% - 10px)) scale(1); }
.galaxy-nameplate strong { font-size: 17px; line-height: 1.1; }
.galaxy-nameplate span { color: rgba(218, 243, 241, 0.72); font-size: 11px; line-height: 1.45; }
.galaxy-nameplate button { justify-self: start; margin-top: 4px; padding: 0; border: 0; color: var(--aqua); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.galaxy-nameplate button:hover, .galaxy-nameplate button:focus-visible { color: #fff1b9; outline: 0; }
@keyframes galaxy-twinkle { from { opacity: 0.5; } to { opacity: 1; } }
.demo-note { position: absolute; z-index: 1; right: 24px; bottom: 19px; margin: 0; color: rgba(210, 224, 230, 0.48); font-size: 10px; }
@media (min-width: 761px) { .honor-universe { height: clamp(640px, 78svh, 820px); } .universe-head { z-index: 2; pointer-events: none; } .honor-grid { position: absolute; inset: 0; } }

.schedule-section { background: #f0efe8; color: #141c22; }
.schedule-section .section-mark { color: #3d8790; }
.schedule-section .section-intro > p { color: #5c6870; }
.mission-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 68px; border-top: 1px solid #9eacaf; }
.mission-card { position: relative; min-height: 270px; padding: 24px 22px 22px; border-right: 1px solid #b5c0c0; border-bottom: 1px solid #b5c0c0; }
.mission-card:nth-child(3n + 1) { border-left: 1px solid #b5c0c0; }
.mission-card::before { position: absolute; top: -6px; left: -5px; width: 10px; height: 10px; border: 2px solid #f0efe8; border-radius: 50%; background: #111d25; content: ""; }
.mission-card time { display: block; color: #476772; font-size: 12px; font-weight: 700; }
.mission-index { display: block; margin-top: 73px; color: #a1acad; font-size: 11px; }
.mission-card h3 { margin: 11px 0; font-size: 22px; line-height: 1.28; }
.mission-card p { margin: 0; color: #59666d; font-size: 13px; line-height: 1.8; }
.mission-active { background: #111f28; color: #f5f5ee; }
.mission-active::before { background: var(--signal); box-shadow: 0 0 0 6px rgba(255, 117, 83, 0.2); }
.mission-active time, .mission-active p { color: #b5ced0; }
.schedule-note { margin: 26px 0 0; color: #6e7b80; font-size: 12px; }

.media-lightbox { position: fixed; z-index: 30; inset: 0; visibility: hidden; pointer-events: none; }
.media-lightbox.is-open { visibility: visible; pointer-events: auto; }
.lightbox-backdrop { position: absolute; inset: 0; border: 0; opacity: 0; background: rgba(1, 5, 10, 0.8); backdrop-filter: blur(8px); cursor: pointer; }
.lightbox-media { position: fixed; z-index: 1; display: grid; overflow: hidden; border: 1px solid rgba(221, 239, 255, 0.45); border-radius: 5px; opacity: 0; background: radial-gradient(circle at 50% 46%, rgba(32, 105, 126, 0.38), #071017 67%); box-shadow: 0 28px 88px rgba(0, 0, 0, 0.62); will-change: top, left, width, height, border-radius; }
.lightbox-media.has-certificate { display: block; background: #0a1017; }
.lightbox-certificate { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.lightbox-media.is-certificate-pending { place-items: center; }
.certificate-pending { display: grid; gap: 8px; color: #d8f5f2; text-align: center; }
.certificate-pending span { color: #81ddd7; font-size: 10px; }
.certificate-pending strong { font-size: 20px; }
.lightbox-media::before { position: absolute; inset: 9%; border: 1px solid rgba(209, 247, 250, 0.12); border-radius: 50%; content: ""; }
.lightbox-media.has-certificate::before { display: none; }
.lightbox-nav { position: fixed; z-index: 3; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(222, 240, 255, 0.38); border-radius: 50%; color: #fff; background: rgba(4, 12, 20, 0.56); cursor: pointer; font-size: 24px; line-height: 1; opacity: 0; transform: translateY(-50%); transition: border-color 180ms ease, background 180ms ease; }
.lightbox-nav:hover { border-color: var(--aqua); background: rgba(11, 34, 45, 0.86); }
.lightbox-nav:disabled { opacity: 0.25 !important; cursor: default; }
.lightbox-nav-previous { left: max(22px, calc(50% - 390px)); }
.lightbox-nav-next { left: min(calc(100% - 418px), calc(50% + 290px)); }
.lightbox-panel { position: fixed; z-index: 2; top: 50%; right: clamp(24px, 5vw, 88px); width: min(340px, 25vw); max-height: min(660px, calc(100svh - 80px)); padding: 34px 29px 28px; overflow: auto; border: 1px solid rgba(206, 232, 250, 0.28); opacity: 0; color: var(--ink); background: rgba(10, 19, 29, 0.92); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38); will-change: transform, opacity; }
.lightbox-panel h2 { margin: 13px 0 10px; font-size: 38px; line-height: 1.1; }
.lightbox-close { position: absolute; top: 14px; right: 14px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, 0.06); cursor: pointer; font-size: 23px; line-height: 1; }
.lightbox-summary { margin: 0 0 22px; color: #b6c8d3; font-size: 14px; line-height: 1.75; }
.lightbox-awards { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(218, 236, 250, 0.18); }
.lightbox-awards li { display: grid; gap: 5px; padding: 12px 0; border-bottom: 1px solid rgba(218, 236, 250, 0.14); color: #b9c7d0; font-size: 12px; line-height: 1.5; }
.lightbox-award-event { overflow-wrap: anywhere; color: #c6d4dc; }
.lightbox-award-achievement { color: var(--aqua); font-size: 12px; font-weight: 700; line-height: 1.45; text-align: left; }

@media (max-width: 1120px) { .projection-layout { grid-template-columns: minmax(250px, .9fr) minmax(210px, .65fr); gap: 80px; } .mission-timeline { grid-template-columns: repeat(2, 1fr); } .mission-card:nth-child(3n + 1) { border-left: 0; } .mission-card:nth-child(2n + 1) { border-left: 1px solid #b5c0c0; } .lightbox-nav-previous { left: 20px; } .lightbox-nav-next { left: auto; right: 20px; } }
@media (max-width: 760px) { .site-header { width: calc(100% - 32px); min-height: 65px; } .brand img { width: 100px; } .brand span, .site-header nav, .header-action { display: none; } .hero { min-height: 810px; } .hero-background { background-position: 62% center; } .hero::after { background: linear-gradient(180deg, rgba(1, 7, 14, 0.7) 0%, rgba(1, 7, 14, 0.4) 42%, rgba(1, 7, 14, 0.72) 100%); } .projection-layout { display: flex; min-height: 810px; flex-direction: column; width: calc(100% - 40px); justify-content: center; gap: 22px; padding: 98px 0 72px; } .hero-copy-left { width: 100%; } .hero-copy-right { width: 100%; padding: 0; } .hero h1 { font-size: 48px; } .manifesto { max-width: none; font-size: 13px; line-height: 1.76; } .hero-status { right: 20px; bottom: 39px; } .hero-credit { right: 20px; bottom: 14px; } .honors-section, .schedule-section { padding: 88px 20px; } .section-intro { display: grid; gap: 20px; } .section-intro h2 { font-size: 38px; } .section-intro > p { margin: 0; font-size: 14px; } .honor-universe { min-height: 0; } .universe-head { padding: 16px; } .honor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 20px 12px 55px; } .honor-card { min-height: 0; padding: 10px; } .honor-card h3 { margin-top: 30px; font-size: 17px; } .honor-card-content { right: 10px; bottom: 10px; left: 10px; } .honor-nebula { grid-column: 1 / span 2; grid-row: 10 / span 2; min-height: 330px; } .nebula-core { width: 126px; } .demo-note { right: 12px; bottom: 16px; left: 12px; line-height: 1.5; } .mission-timeline { grid-template-columns: 1fr; margin-top: 42px; border-top: 0; } .mission-card, .mission-card:first-child, .mission-card:nth-child(3) { min-height: 0; padding: 18px 15px 21px 31px; border-top: 1px solid #b5c0c0; border-right: 0; border-left: 1px solid #b5c0c0; } .mission-card:last-child { border-bottom: 1px solid #b5c0c0; } .mission-card::before { top: -5px; left: -6px; } .mission-index { margin-top: 22px; } .mission-card h3 { font-size: 20px; } .mission-card p { line-height: 1.8; } .media-lightbox { overflow: hidden; } .lightbox-media { border-radius: 5px; } .lightbox-panel { top: auto; right: 0; bottom: 0; left: 0; width: auto; max-height: min(46svh, 420px); padding: 28px 20px 22px; transform: none; } .lightbox-panel h2 { font-size: 30px; } .lightbox-summary { margin-bottom: 16px; font-size: 13px; } .lightbox-nav { top: 38%; width: 38px; height: 38px; font-size: 21px; } .lightbox-nav-previous { left: 20px; } .lightbox-nav-next { right: 20px; left: auto; } }
@media (max-width: 760px) { .hero-status { top: 84px; right: 20px; bottom: auto; width: 168px; } }
@media (max-width: 760px) { .honor-grid { min-height: 490px; } .honor-galaxy { position: relative; inset: auto; min-height: 470px; margin: 0 12px 48px; } .galaxy-rotor { inset: -16%; } .galaxy-nameplate { max-width: 150px; } .galaxy-nameplate.is-visible { transform: translate(-50%, calc(-100% - 14px)) scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } .spiral-canvas { display: none; } .hero-background { transform: none; } .orbit { animation: none; } }
