:root {
  --bg: #07090c;
  --bg-2: #0c1015;
  --panel: #11161c;
  --panel-2: #171d24;
  --text: #f4f7f9;
  --muted: #9aa5af;
  --line: rgba(255,255,255,.09);
  --brand: #2b8fbe;
  --brand-soft: #58b7df;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 22px;
  --shell: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 1000;
  background: #fff; color: #000; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 42px), var(--shell)); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: linear-gradient(to bottom, rgba(7,9,12,.92), rgba(7,9,12,.68), transparent);
  backdrop-filter: blur(14px);
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { background: rgba(7,9,12,.9); border-color: var(--line); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 300; letter-spacing: -.04em; font-size: 1.45rem; }
.brand img { width: 34px; height: 39px; object-fit: contain; }
.brand span span { color: #8b9299; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { color: #d7dde2; transition: color .2s ease; }
.main-nav a:hover { color: var(--brand-soft); }
.menu-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 8px; }
.menu-toggle span { display: block; height: 1px; background: #fff; margin: 6px 0; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 170px 0 88px;
  background:
    radial-gradient(circle at 73% 36%, rgba(46,143,190,.16), transparent 30%),
    linear-gradient(125deg, #050608 0%, #0a0d11 52%, #0c1218 100%);
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 86%); pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: var(--brand-soft); font-weight: 700; font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; }
h1, h2 { margin: 0; font-weight: 300; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(3.45rem, 7.4vw, 7.4rem); }
h1 span { color: #8e989f; }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.hero-text { max-width: 690px; color: #acb6bf; font-size: 1.08rem; margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: white; box-shadow: 0 15px 40px rgba(43,143,190,.2); }
.button-primary:hover { background: #35a0cf; }
.button-ghost { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.16); }
.button-ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.hero-mark { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-mark img { width: min(68%, 390px); filter: drop-shadow(0 38px 38px rgba(0,0,0,.55)); position: relative; z-index: 3; }
.mark-ring { position: absolute; width: 470px; aspect-ratio: 1; border: 1px solid rgba(90,183,223,.22); border-radius: 50%; box-shadow: inset 0 0 90px rgba(43,143,190,.08); }
.mark-ring::before, .mark-ring::after { content: ""; position: absolute; inset: 42px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.mark-ring::after { inset: -46px; border-style: dashed; opacity: .4; animation: spin 34s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .28; }
.hero-glow-one { width: 520px; height: 520px; right: 4%; top: 20%; background: #1d7ba8; }
.hero-glow-two { width: 320px; height: 320px; left: -130px; bottom: 0; background: #21354a; }
.hero-strip { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; height: 58px; display: flex; align-items: center; justify-content: center; gap: 26px; border-top: 1px solid var(--line); color: #65717b; font-size: .67rem; letter-spacing: .22em; white-space: nowrap; }
.hero-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand); }

.section { padding: 110px 0; }
.stories-section { background: #090c10; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 10px 16px; border-radius: 999px; cursor: pointer; }
.filter.is-active, .filter:hover { border-color: rgba(88,183,223,.55); color: white; background: rgba(43,143,190,.08); }
.media-status { color: var(--muted); padding: 8px 0 24px; }
.media-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.media-card { position: relative; grid-column: span 4; min-height: 330px; border-radius: var(--radius); overflow: hidden; background: var(--panel); cursor: zoom-in; border: 1px solid rgba(255,255,255,.05); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.media-card:nth-child(7n+1), .media-card:nth-child(7n+5) { grid-column: span 8; }
.media-card .media-frame { position: absolute; inset: 0; }
.media-card img, .media-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.media-card:hover img, .media-card:hover video { transform: scale(1.035); filter: brightness(.88); }
.media-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.media-meta { position: absolute; z-index: 3; inset: auto 20px 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.media-title { font-size: 1.04rem; font-weight: 600; letter-spacing: -.01em; }
.media-date { display: block; margin-top: 4px; color: #aeb7bf; font-size: .75rem; }
.media-kind { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; background: rgba(5,8,11,.4); backdrop-filter: blur(10px); }
.media-video-play { position: absolute; z-index: 3; display: grid; place-items: center; left: 20px; top: 20px; width: 48px; height: 48px; border-radius: 50%; background: rgba(8,12,16,.62); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.load-more-wrap { display: flex; justify-content: center; margin-top: 32px; }
.empty-state { grid-column: 1 / -1; text-align: center; padding: 90px 28px; border: 1px dashed rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.02); }
.empty-state img { width: 82px; margin: 0 auto 22px; opacity: .85; }
.empty-state h3 { margin: 0 0 8px; font-size: 1.35rem; }
.empty-state p { margin: 0; color: var(--muted); }

.split-section { background: #0d1116; border-top: 1px solid var(--line); }
.split-section-dark { background: #080b0f; }
.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.split-grid-reverse > :first-child { order: 2; }
.split-copy p:not(.eyebrow) { color: var(--muted); max-width: 600px; margin: 22px 0; }
.split-copy strong { color: #d8e1e7; font-weight: 600; }
.text-link { background: none; border: 0; padding: 0; color: var(--brand-soft); cursor: pointer; letter-spacing: .02em; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.feature-card { min-height: 470px; background: linear-gradient(145deg, #f8fafb, #e9eef2); border-radius: 30px; display: grid; place-items: center; box-shadow: var(--shadow); overflow: hidden; }
.feature-card img { width: 82%; }
.video-teaser { min-height: 500px; border-radius: 30px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 42%, rgba(43,143,190,.19), transparent 28%), linear-gradient(145deg,#111821,#07090c); position: relative; display: grid; place-items: center; overflow: hidden; }
.video-teaser::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 58px, rgba(255,255,255,.018) 59px 60px); }
.video-teaser img { width: 190px; position: relative; filter: drop-shadow(0 20px 35px rgba(0,0,0,.5)); }
.play-orbit { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; display: grid; place-items: center; color: var(--brand-soft); font-size: 1.4rem; }
.play-orbit::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px dashed rgba(88,183,223,.18); border-radius: 50%; animation: spin 26s linear infinite reverse; }
.video-teaser small { position: absolute; bottom: 24px; letter-spacing: .22em; color: #6e7983; }

.about-section { background: #f2f4f5; color: #11171c; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.about-logo { background: white; border-radius: 26px; padding: 36px; box-shadow: 0 20px 60px rgba(19,36,48,.08); }
.about-copy .eyebrow { color: #227ea9; }
.about-copy p:not(.eyebrow) { color: #53606a; font-size: 1.02rem; }

.site-footer { padding: 50px 0; background: #050709; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 40px; height: 46px; object-fit: contain; }
.footer-brand strong { display: block; font-weight: 300; letter-spacing: -.035em; font-size: 1.2rem; }
.footer-brand strong span { color: #838b92; }
.footer-brand small { display: block; color: #65707a; font-size: .55rem; letter-spacing: .18em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: #89939b; font-size: .8rem; }
.footer-links a:hover { color: white; }
.copyright { color: #65707a; font-size: .75rem; margin: 0; text-align: right; }

.lightbox { width: min(94vw, 1500px); height: min(92vh, 1000px); border: 0; padding: 0; background: rgba(5,7,9,.96); color: white; border-radius: 18px; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(12px); }
.lightbox-content { width: 100%; height: 100%; display: grid; place-items: center; padding: 52px 72px 70px; }
.lightbox-content img, .lightbox-content video { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.16); color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); cursor: pointer; }
.lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 50%; font-size: 1.5rem; line-height: 1; }
.lightbox-nav { top: 50%; transform: translateY(-50%); width: 50px; height: 64px; border-radius: 14px; font-size: 2rem; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

.legal-page { background: #0a0d11; min-height: 100vh; }
.legal-hero { padding: 150px 0 54px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 20%, rgba(43,143,190,.16), transparent 30%); }
.legal-content { padding: 64px 0 100px; }
.legal-card { max-width: 900px; background: #10151b; border: 1px solid var(--line); border-radius: 24px; padding: clamp(28px, 5vw, 58px); }
.legal-card h2 { font-size: 1.55rem; font-weight: 600; letter-spacing: -.02em; margin: 34px 0 12px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #aab4bc; }
.legal-card a { color: var(--brand-soft); }
.legal-card ul { padding-left: 20px; }
.legal-note { padding: 14px 16px; border-left: 3px solid var(--brand); background: rgba(43,143,190,.07); border-radius: 8px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 82px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); background: rgba(9,12,16,.98); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid, .split-grid, .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-mark { min-height: 420px; }
  .split-grid-reverse > :first-child { order: initial; }
  .media-card, .media-card:nth-child(7n+1), .media-card:nth-child(7n+5) { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { height: 72px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 122px; }
  .hero-grid { gap: 18px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.4rem); }
  .hero-mark { min-height: 330px; }
  .mark-ring { width: 300px; }
  .hero-mark img { width: 210px; }
  .hero-strip { justify-content: flex-start; overflow: hidden; padding-left: 18px; }
  .hero-strip span:nth-of-type(n+4), .hero-strip i:nth-of-type(n+4) { display: none; }
  .section { padding: 78px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .media-grid { gap: 12px; }
  .media-card, .media-card:nth-child(7n+1), .media-card:nth-child(7n+5) { grid-column: 1 / -1; min-height: 300px; }
  .feature-card, .video-teaser { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; border-radius: 0; }
  .lightbox-content { padding: 58px 12px 74px; }
  .lightbox-nav { top: auto; bottom: 12px; transform: none; height: 44px; width: 64px; }
  .lightbox-prev { left: calc(50% - 72px); }
  .lightbox-next { right: calc(50% - 72px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
