
*{box-sizing:border-box}
html{overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;min-height:100svh;overflow-x:hidden;color:#2d3f5d;
  background:radial-gradient(circle at 18% 8%,rgba(255,255,255,.94),transparent 24%),
             radial-gradient(circle at 84% 18%,rgba(197,223,255,.72),transparent 30%),
             linear-gradient(180deg,#f8fbff 0%,#e9f3ff 42%,#d9e9ff 100%);
  font-family:"Avenir Next","SF Pro Rounded","Arial Rounded MT Bold","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;-webkit-user-drag:none;user-select:none}
.header{
  position:fixed;left:18px;right:18px;top:16px;z-index:50;
  display:flex;align-items:center;justify-content:space-between;pointer-events:none
}
.orb{pointer-events:auto;width:70px;height:70px;display:grid;place-items:center}
.orb img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(58,92,158,.16))}
.header-pill{
  position:relative;pointer-events:auto;width:176px;min-height:54px;
  display:grid;place-items:center;color:#fff;font-weight:950;font-size:13px;letter-spacing:-.035em;
  text-shadow:0 2px 14px rgba(0,0,0,.22)
}
.header-pill img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}
.header-pill span{position:relative;z-index:2}
.shell{width:min(1180px,100%);margin:0 auto;padding:132px 18px 190px}
.kicker{margin:0;color:#6f85a5;font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:950}
h1{margin:0;max-width:11ch;font-size:clamp(2.3rem,8vw,4.9rem);line-height:.92;letter-spacing:-.078em;font-weight:950;text-wrap:balance}
h2{margin:0;max-width:11ch;font-size:clamp(1.8rem,5vw,3.4rem);line-height:.96;letter-spacing:-.068em;font-weight:950;text-wrap:balance}
p{margin:0;color:#5b7190;font-size:clamp(.94rem,1.4vw,1.06rem);line-height:1.35;font-weight:850}
.hero{min-height:54svh;display:grid;align-content:center;gap:13px}
.hero-sub{max-width:48ch}
.pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:8px}
.pills span{min-height:34px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.44);color:#445b7a;font-size:12px;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.cinema{position:relative;min-height:380px;margin:28px 0;filter:drop-shadow(0 28px 44px rgba(55,86,145,.12))}
.cinema>.surface{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}
.cinema-copy{position:relative;z-index:2;min-height:380px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(48px,8vw,84px);color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.14),0 13px 28px rgba(0,0,0,.42),0 0 1px rgba(0,0,0,.9)}
.cinema-copy p,.cinema-copy h2,.cinema-copy .kicker{color:inherit;text-shadow:inherit}
.dark-ink,.dark-ink *{color:#2f4464!important;text-shadow:none!important}
.section-head{margin:44px 0 18px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:16px}
.logo-tile{position:relative;min-height:238px;padding:24px;border-radius:34px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;overflow:hidden;isolation:isolate;box-shadow:inset 0 1px 0 rgba(255,255,255,.74),0 24px 48px rgba(72,110,178,.10);transition:transform .22s ease,box-shadow .22s ease}
.logo-tile:hover{transform:translateY(-4px);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 30px 56px rgba(72,110,178,.15)}
.logo-tile::before{content:"";position:absolute;inset:0;z-index:-2;border-radius:inherit}
.logo-tile::after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.32),transparent 26%),radial-gradient(circle at 86% 20%,rgba(150,195,255,.18),transparent 30%)}
.logo-tile.light::before{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(237,246,255,.9))}
.logo-tile.dark::before{background:linear-gradient(180deg,rgba(12,18,26,.95),rgba(30,40,57,.96))}
.logo-tile img{width:100%;max-width:420px;max-height:116px;object-fit:contain;object-position:left center;margin:16px 0 8px}
.logo-tile.big-logo img{max-height:138px;object-position:center center}
.logo-tile.wide-logo img{max-height:82px}
.logo-tile.icon-tile img{max-width:112px;max-height:112px}
.logo-tile strong{color:#2f4464;font-size:1.04rem;font-weight:950;letter-spacing:-.04em}
.logo-tile small{color:#647996;font-size:.88rem;font-weight:850;letter-spacing:-.03em}
.logo-tile.dark strong,.logo-tile.dark small{color:#fff;text-shadow:0 12px 24px rgba(0,0,0,.34)}
.logo-tile div{display:flex;flex-direction:column;gap:4px}
.status{align-self:flex-start;min-height:29px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.56);color:#2f4464;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.dark .status{background:rgba(255,255,255,.14);color:#fff}
.dock{
  position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom));transform:translateX(-50%);
  z-index:100;width:min(560px,calc(100% - 28px));min-height:82px;padding:9px 18px;border-radius:999px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,.10));
  backdrop-filter:blur(66px) saturate(240%) brightness(1.15);-webkit-backdrop-filter:blur(66px) saturate(240%) brightness(1.15);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(255,255,255,.10),0 34px 74px rgba(72,110,178,.12)
}
.dock a,.dock button{width:58px;height:58px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:transparent}
.dock img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 15px 22px rgba(72,110,178,.14))}
@media(max-width:820px){
  .shell{padding:116px 16px 176px}
  .hero{min-height:50svh}
  h1{font-size:clamp(2.1rem,10vw,3.4rem)}
  h2{font-size:clamp(1.7rem,8vw,2.7rem)}
  .cinema{min-height:350px}
  .cinema-copy{min-height:350px;padding:42px 30px}
  .logo-tile{min-height:218px;padding:22px;border-radius:30px}
  .logo-tile img{max-height:96px}
  .logo-tile.big-logo img{max-height:122px}
  .logo-tile.wide-logo img{max-height:70px}
  .dock{min-height:78px;padding:8px 16px}
  .dock a,.dock button{width:54px;height:54px}
  .dock img{width:52px;height:52px}
}
