@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ink: #061426;
  --ink-soft: #13283f;
  --night: #020b18;
  --blue: #166cff;
  --blue-bright: #4b9cff;
  --ice: #eaf3ff;
  --paper: #f7f9fc;
  --white: #ffffff;
  --muted: #6c7c8f;
  --line: rgba(6, 20, 38, 0.12);
  --page-progress: 0;
  --hero-progress: 0;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --tilt-x: 0px;
  --tilt-y: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.site-root img, .site-root video, .hizen-inner-site img, .hizen-inner-site video { display: block; width: 100%; }
::selection { background: var(--blue); color: white; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: var(--ink);
}
.gallery-item[hidden] { display: none !important; }
body.admin-bar .site-header { top: 48px; }
body.admin-bar .site-header.is-solid { top: 42px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 62px; }
  body.admin-bar .site-header.is-solid { top: 56px; }
}

.site-root { position: relative; min-height: 100%; overflow: clip; }
.site-root .hizen-brand-mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-right: 10px;
}
.site-root .hizen-brand-mark-large {
  width: 54px;
  height: 54px;
  margin-right: 15px;
}
.section-shell { width: min(1510px, 100%); margin-inline: auto; padding-inline: clamp(24px, 5.2vw, 84px); }
.arrow { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.arrow.diagonal { transform: rotate(-45deg); }

.intro-curtain {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  background: var(--night);
  color: white;
  pointer-events: none;
  animation: curtainLeave 1s cubic-bezier(.76, 0, .24, 1) 1.18s both;
}
.intro-word { display: flex; align-items: center; font-size: clamp(32px, 4vw, 64px); font-weight: 690; letter-spacing: -.07em; animation: introWord 1.2s cubic-bezier(.16, 1, .3, 1) both; }
.intro-word span { font-weight: 330; }
.intro-word i, .brand i, .footer-brand i { width: .19em; height: .19em; margin: .48em 0 0 .22em; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 22px rgba(75, 156, 255, .6); }
.intro-line { position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--blue); transform-origin: left; animation: introLine 1.12s cubic-bezier(.65, 0, .35, 1) both; }
.page-progress { position: fixed; z-index: 1600; top: 0; right: 0; width: 2px; height: 100dvh; background: rgba(120, 154, 190, .14); }
.page-progress i { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleY(var(--page-progress)); transform-origin: top; }

.site-header {
  position: fixed;
  z-index: 1500;
  top: 16px;
  left: clamp(16px, 2.1vw, 34px);
  right: clamp(16px, 2.1vw, 34px);
  height: 64px;
  padding: 0 10px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(2, 11, 24, .18);
  backdrop-filter: blur(18px) saturate(130%);
  transition: color .5s, background .5s, border-color .5s, box-shadow .5s, top .5s;
}
.site-header.is-solid {
  top: 10px;
  color: var(--ink);
  background: rgba(249, 251, 253, .82);
  border-color: rgba(6, 20, 38, .09);
  box-shadow: 0 16px 50px rgba(6, 20, 38, .09);
}
.brand, .footer-brand { display: inline-flex; align-items: center; width: max-content; font-size: 24px; font-weight: 680; letter-spacing: -.06em; }
.brand span, .footer-brand span { font-weight: 330; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-header nav a { position: relative; padding: 22px 0; color: currentColor; font-size: 11px; letter-spacing: .02em; opacity: .68; transition: opacity .25s; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 1px; background: currentColor; transition: right .35s cubic-bezier(.16, 1, .3, 1); }
.site-header nav a:hover, .site-header nav a.active { opacity: 1; }
.site-header nav a:hover::after, .site-header nav a.active::after { right: 0; }
.header-contact { justify-self: end; height: 44px; padding: 0 16px 0 18px; display: flex; align-items: center; gap: 14px; border-radius: 12px; background: white; color: var(--ink); font-size: 11px; font-weight: 600; transition: background .3s, color .3s, transform .3s; }
.is-solid .header-contact { background: var(--ink); color: white; }
.header-contact:hover { background: var(--blue); color: white; transform: translateY(-1px); }
.header-contact:hover .arrow { transform: rotate(-45deg) translateX(3px); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: white; padding: 0; cursor: pointer; }
.menu-button span { position: absolute; left: 12px; width: 20px; height: 1px; background: var(--ink); transition: transform .35s, top .35s; }
.menu-button span:first-child { top: 18px; }
.menu-button span:last-child { top: 25px; }
.menu-button.is-open span:first-child { top: 22px; transform: rotate(45deg); }
.menu-button.is-open span:last-child { top: 22px; transform: rotate(-45deg); }

.section-label { margin: 0; display: flex; align-items: center; gap: 12px; color: var(--ink); font: 570 10px/1 var(--font-geist-mono); letter-spacing: .15em; text-transform: uppercase; }
.section-label span { color: var(--blue); }
.section-label i { width: 34px; height: 1px; background: currentColor; opacity: .28; }
.section-label.light { color: white; }
.section-label.light span { color: #70abff; }
.micro-label { margin: 0; color: var(--blue); font: 570 10px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.micro-label.light { color: #a8ccff; }

.hero-stage { position: relative; height: 172svh; color: white; background: var(--night); --section-progress: 0; }
.hero-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; isolation: isolate; }
.hero-image-wrap, .hero-image-fallback { position: absolute; inset: 0; }
.hero-image-wrap { z-index: -3; overflow: hidden; background: #06162c; }
.hero-image-wrap img { position: relative; z-index: 1; height: 100%; object-fit: cover; object-position: 50% center; transform: scale(calc(1.02 + var(--hero-progress) * .1)) translate3d(calc(var(--tilt-x) * .28), calc(var(--tilt-y) * .28), 0); filter: saturate(.92) contrast(1.03); will-change: transform; }
.hero-image-fallback { z-index: 0; background: radial-gradient(circle at 73% 48%, #245287 0, #0a274b 28%, #041326 62%, #020b18 100%); }
.hero-sticky::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 23, .95) 0%, rgba(2, 11, 24, .78) 32%, rgba(2, 11, 24, .16) 67%, rgba(2, 11, 24, .34) 100%), linear-gradient(180deg, rgba(2, 11, 24, .3), transparent 42%, rgba(2, 11, 24, .6)); }
.hero-noise { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .12; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-aura { position: absolute; z-index: 0; inset: 0; background: radial-gradient(480px circle at var(--pointer-x) var(--pointer-y), rgba(42, 131, 255, .14), transparent 68%); pointer-events: none; }
.hero-content { position: absolute; z-index: 3; left: clamp(24px, 7vw, 112px); top: 50%; width: min(720px, 58vw); transform: translateY(calc(-48% - var(--hero-progress) * 84px)); opacity: calc(1 - var(--hero-progress) * .86); will-change: transform, opacity; }
.hero-meta { margin: 0 0 30px; display: flex; align-items: center; gap: 13px; color: rgba(230, 241, 255, .72); font: 540 10px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; opacity: 0; animation: heroMetaIn .9s ease 1.45s forwards; }
.hero-meta span { color: white; }
.hero-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 6px rgba(75, 156, 255, .13); }
.hero-content h1 { margin: 0; font-size: clamp(65px, 8.3vw, 148px); line-height: .83; letter-spacing: -.085em; font-weight: 620; }
.hero-content h1 .line { display: block; overflow: hidden; padding: .08em .08em .08em 0; }
.hero-content h1 b { display: block; font-weight: inherit; transform: translateY(115%); animation: heroLineIn 1.15s cubic-bezier(.16, 1, .3, 1) 1.18s forwards; }
.hero-content h1 .accent b { color: #9fc9ff; font-weight: 310; animation-delay: 1.32s; }
.hero-description { max-width: 520px; margin: 32px 0 34px; color: rgba(226, 238, 252, .68); font-size: clamp(14px, 1.15vw, 17px); line-height: 1.7; opacity: 0; transform: translateY(20px); animation: softEnter .9s cubic-bezier(.16, 1, .3, 1) 1.55s forwards; }
.magnetic-link { --mag-x: 0px; --mag-y: 0px; display: inline-flex; align-items: center; gap: 22px; height: 58px; padding: 0 8px 0 24px; border: 1px solid rgba(6, 20, 38, .18); border-radius: 100px; background: transparent; color: var(--ink); transform: translate3d(var(--mag-x), var(--mag-y), 0); transition: transform .35s cubic-bezier(.16, 1, .3, 1), background .35s, color .35s, border-color .35s; }
.magnetic-link > span { font-size: 12px; font-weight: 560; }
.magnetic-link > i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; transition: transform .45s cubic-bezier(.16, 1, .3, 1), background .35s; }
.magnetic-link.light { color: white; border-color: rgba(255, 255, 255, .27); background: rgba(255, 255, 255, .04); backdrop-filter: blur(10px); }
.magnetic-link.light > i { background: white; color: var(--ink); }
.magnetic-link:hover { background: var(--ink); border-color: var(--ink); color: white; }
.magnetic-link.light:hover { background: white; border-color: white; color: var(--ink); }
.magnetic-link:hover > i { transform: rotate(-45deg); }
.hero-content .magnetic-link { opacity: 0; animation: softEnter .9s cubic-bezier(.16, 1, .3, 1) 1.68s forwards; }
.hero-fields { position: absolute; z-index: 2; right: clamp(28px, 4.8vw, 78px); bottom: 76px; display: grid; gap: 10px; padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, .23); transform: translateY(calc(var(--hero-progress) * 50px)); opacity: calc(.75 - var(--hero-progress)); }
.hero-fields span { color: rgba(232, 242, 255, .67); font: 500 9px var(--font-geist-mono); letter-spacing: .09em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 2; left: clamp(24px, 3vw, 48px); bottom: 34px; display: flex; align-items: center; gap: 15px; color: rgba(255, 255, 255, .55); font: 520 9px var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; opacity: calc(1 - var(--hero-progress) * 2); }
.hero-scroll i { display: block; width: 54px; height: 1px; background: rgba(255, 255, 255, .24); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; inset: 0; background: white; transform: translateX(-100%); animation: scanHorizontal 2.2s ease-in-out infinite; }
.hero-index { position: absolute; z-index: 2; right: clamp(28px, 4.8vw, 78px); top: 122px; color: rgba(255, 255, 255, .8); text-align: right; font: 600 13px/1.55 var(--font-geist-mono); letter-spacing: .16em; }
.hero-index span { color: rgba(255, 255, 255, .3); font-size: 9px; }
.orbital { position: absolute; z-index: 0; border: 1px solid rgba(132, 186, 255, .16); border-radius: 50%; pointer-events: none; }
.orbital-a { width: min(72vw, 960px); aspect-ratio: 1; right: -19vw; top: -17vw; transform: rotate(calc(var(--hero-progress) * 32deg)); }
.orbital-a i, .orbital-b i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #71adff; box-shadow: 0 0 28px 10px rgba(57, 143, 255, .35); }
.orbital-a i { left: 11%; bottom: 19%; }
.orbital-a b { position: absolute; inset: 12%; border: 1px dashed rgba(132, 186, 255, .13); border-radius: inherit; }
.orbital-b { width: min(49vw, 680px); aspect-ratio: 1; right: -3vw; bottom: -27vw; transform: rotate(calc(var(--hero-progress) * -48deg)); }
.orbital-b i { right: 16%; top: 17%; width: 5px; height: 5px; }

.manifesto { padding-top: clamp(130px, 14vw, 230px); padding-bottom: clamp(110px, 13vw, 210px); background: var(--paper); }
.manifesto-copy { margin: clamp(70px, 10vw, 150px) 0 0; }
.manifesto-copy p { margin: 0; font-size: clamp(58px, 9.5vw, 158px); line-height: .88; letter-spacing: -.09em; font-weight: 330; color: #a4afba; }
.manifesto-copy strong { color: var(--ink); font-weight: 610; }
.manifesto-copy em { color: var(--blue); font-weight: 320; font-style: normal; }
.manifesto-foot { margin-top: clamp(80px, 10vw, 150px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 15vw; align-items: end; padding-top: 28px; border-top: 1px solid var(--line); }
.manifesto-foot p { max-width: 610px; margin: 0; color: #52647a; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.7; }
.manifesto-foot span { justify-self: end; color: var(--muted); font: 520 10px/1.8 var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }

.story-media { padding: 0 clamp(12px, 3vw, 48px) clamp(120px, 12vw, 190px); background: var(--paper); --section-progress: .5; }
.story-media-frame { position: relative; height: min(86svh, 900px); min-height: 590px; overflow: hidden; border-radius: calc(44px - var(--section-progress) * 38px); background: var(--night); }
.story-media video { height: 100%; object-fit: cover; transform: scale(calc(1.1 - var(--section-progress) * .05)); filter: saturate(.55) contrast(1.05); }
.story-media-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 11, 24, .82), rgba(2, 11, 24, .18) 62%, rgba(2, 11, 24, .4)), linear-gradient(180deg, transparent, rgba(2, 11, 24, .5)); }
.story-media-copy { position: absolute; left: clamp(24px, 7vw, 112px); bottom: clamp(80px, 10vw, 150px); color: white; }
.story-media-copy > span { color: #9bc6ff; font: 560 10px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.story-media-copy h2 { max-width: 950px; margin: 25px 0 0; font-size: clamp(48px, 6.7vw, 108px); line-height: .92; letter-spacing: -.075em; font-weight: 480; }
.media-status { position: absolute; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .62); font: 500 9px var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }
.media-status i { width: 6px; height: 6px; border-radius: 50%; background: #60a8ff; box-shadow: 0 0 0 6px rgba(96, 168, 255, .15); animation: livePulse 2s ease infinite; }

.about-detail { padding-top: 20px; padding-bottom: clamp(130px, 14vw, 220px); }
.about-detail-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; align-items: start; }
.about-detail-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 96px); line-height: .93; letter-spacing: -.075em; font-weight: 570; }
.about-detail-heading h2 em, .solutions-intro h2 em, .expertise-head h2 em, .partners-heading h2 em, .gallery-heading h2 em, .events-heading h2 em, .contact-heading h2 em, .cooperation-content h2 em { color: #8190a2; font-weight: 310; font-style: normal; }
.about-detail-grid { margin-top: clamp(80px, 10vw, 155px); display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(55px, 8vw, 130px); align-items: start; }
.about-detail-image { position: relative; min-height: 660px; overflow: hidden; border-radius: 4px; --parallax-y: 0px; }
.about-detail-image img { height: 112%; object-fit: cover; transform: translateY(calc(var(--parallax-y) * .5)); filter: saturate(.68) contrast(1.03); }
.about-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(2, 11, 24, .68)); }
.about-detail-image span { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: rgba(255, 255, 255, .68); font: 500 9px var(--font-geist-mono); letter-spacing: .09em; text-transform: uppercase; }
.about-detail-image b { color: white; }
.about-detail-copy { padding-top: 8px; }
.about-detail-copy p { margin: 0; padding: 0 0 28px; color: #53667a; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.85; }
.about-detail-copy p + p { padding-top: 28px; border-top: 1px solid var(--line); }

.solutions-section { background: #eaf0f6; border-top: 1px solid var(--line); }
.solutions-shell { padding-top: clamp(120px, 12vw, 190px); padding-bottom: clamp(120px, 12vw, 190px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); }
.solutions-intro { position: relative; }
.sticky-copy { position: sticky; top: 130px; }
.solutions-intro h2 { margin: 44px 0 28px; font-size: clamp(52px, 6.4vw, 98px); line-height: .9; letter-spacing: -.08em; font-weight: 590; }
.solutions-intro > .sticky-copy > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.75; }
.solution-stack { display: grid; gap: 16px; }
.solution-card { --card-index: 0; position: relative; min-height: 220px; padding: 28px 30px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid rgba(6, 20, 38, .1); border-radius: 4px; background: rgba(255, 255, 255, .68); transition: transform .55s cubic-bezier(.16, 1, .3, 1), background .4s, color .4s, box-shadow .5s; }
.solution-card > span { color: var(--blue); font: 520 9px var(--font-geist-mono); letter-spacing: .12em; }
.solution-card h3 { position: relative; z-index: 2; align-self: end; max-width: 480px; margin: 60px 60px 0 0; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.05; letter-spacing: -.05em; font-weight: 530; }
.solution-card > i { position: relative; z-index: 2; grid-column: 2; grid-row: 1 / span 2; align-self: end; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.card-beam { position: absolute; inset: -100% 72% -100% -30%; background: linear-gradient(90deg, transparent, rgba(40, 123, 255, .14), transparent); transform: skewX(-15deg) translateX(-100%); transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.solution-card:hover { color: white; background: var(--ink); transform: translateY(-6px) scale(1.01); box-shadow: 0 24px 60px rgba(6, 20, 38, .15); }
.solution-card:hover > span { color: #88bcff; }
.solution-card:hover > i { border-color: rgba(255, 255, 255, .24); }
.solution-card:hover > i .arrow { transform: rotate(-45deg); }
.solution-card:hover .card-beam { transform: skewX(-15deg) translateX(380%); }

.material-break { position: relative; height: min(78svh, 850px); min-height: 600px; overflow: hidden; color: var(--ink); background: #f3f0e8; --section-progress: .5; }
.material-break > img { position: absolute; inset: -7% 0; height: 114%; object-fit: cover; --parallax-y: 0px; transform: translateY(var(--parallax-y)) scale(1.035); }
.material-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247, 245, 239, .94) 0%, rgba(247, 245, 239, .72) 38%, rgba(247, 245, 239, .12) 70%), linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(7, 21, 40, .08)); }
.material-break > p { position: absolute; left: clamp(24px, 7vw, 112px); top: 50%; margin: 0; max-width: 1050px; transform: translateY(-50%); font-size: clamp(45px, 6.1vw, 98px); line-height: .94; letter-spacing: -.075em; font-weight: 520; }
.material-break > span { position: absolute; right: clamp(24px, 4vw, 64px); bottom: 32px; font: 520 9px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }

.expertise-stage { position: relative; overflow: hidden; background: var(--night); color: white; }
.expertise-stage::before { content: ""; position: absolute; width: 920px; height: 920px; right: -480px; top: -260px; border: 1px solid rgba(80, 150, 255, .1); border-radius: 50%; box-shadow: 0 0 0 120px rgba(80, 150, 255, .022), 0 0 0 240px rgba(80, 150, 255, .016); }
.expertise-shell { position: relative; z-index: 1; padding-top: clamp(120px, 12vw, 190px); padding-bottom: clamp(120px, 12vw, 190px); }
.expertise-head { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 6vw; align-items: end; }
.expertise-head h2 { margin: 0; font-size: clamp(54px, 6.7vw, 104px); line-height: .9; letter-spacing: -.08em; font-weight: 540; }
.expertise-head h2 em { color: #6d86a3; }
.expertise-head > p { margin: 0; color: #8597aa; font-size: 14px; line-height: 1.75; }
.expertise-display { margin-top: clamp(75px, 8vw, 125px); display: grid; grid-template-columns: 1fr .86fr; gap: clamp(50px, 8vw, 125px); align-items: stretch; }
.expertise-list { border-top: 1px solid rgba(255, 255, 255, .14); }
.expertise-list button { width: 100%; min-height: 178px; display: grid; grid-template-columns: 54px 1fr 30px; gap: 18px; align-items: center; padding: 25px 4px; color: white; text-align: left; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); background: transparent; cursor: pointer; opacity: .45; transition: opacity .4s, padding .5s cubic-bezier(.16, 1, .3, 1); }
.expertise-list button > span { align-self: start; padding-top: 6px; color: #67a8ff; font: 500 9px var(--font-geist-mono); }
.expertise-list button h3 { margin: 0; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.05; letter-spacing: -.05em; font-weight: 470; }
.expertise-list button p { max-width: 520px; margin: 15px 0 0; color: #8192a5; font-size: 13px; line-height: 1.65; }
.expertise-list button .arrow { align-self: start; margin-top: 6px; }
.expertise-list button.active, .expertise-list button:hover, .expertise-list button:focus-visible { opacity: 1; padding-left: 16px; outline: none; }
.expertise-list button.active .arrow { color: #67a8ff; transform: rotate(0); }
.expertise-visual { position: relative; min-height: 610px; overflow: hidden; background: #0b1b2e; }
.expertise-visual > img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); filter: saturate(.7) contrast(1.05); transition: opacity .7s ease, transform 1.2s cubic-bezier(.16, 1, .3, 1); }
.expertise-visual > img.active { opacity: .82; transform: scale(1); }
.expertise-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2, 11, 24, .65)); }
.focus-grid { position: absolute; z-index: 2; inset: 22px; border: 1px solid rgba(255, 255, 255, .22); background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.14) 50%, transparent 50.1%), linear-gradient(transparent 49.9%, rgba(255,255,255,.14) 50%, transparent 50.1%); }
.focus-grid::before, .focus-grid::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: #78b2ff; }
.focus-grid::before { left: -1px; top: -1px; border-left: 2px solid #78b2ff; border-top: 2px solid #78b2ff; }
.focus-grid::after { right: -1px; bottom: -1px; border-right: 2px solid #78b2ff; border-bottom: 2px solid #78b2ff; }
.expertise-visual > span { position: absolute; z-index: 3; right: 38px; bottom: 36px; color: white; font: 540 10px var(--font-geist-mono); letter-spacing: .14em; }

.partners-section { padding-top: clamp(120px, 12vw, 190px); padding-bottom: clamp(120px, 12vw, 190px); }
.partners-heading, .gallery-heading, .events-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 10vw; align-items: end; }
.partners-heading h2, .gallery-heading h2, .events-heading h2 { margin: 42px 0 0; font-size: clamp(52px, 6.6vw, 102px); line-height: .9; letter-spacing: -.08em; font-weight: 570; }
.partners-heading > p, .gallery-heading > p, .events-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.partner-rail { width: calc(100% + clamp(48px, 10.4vw, 168px)); margin: clamp(70px, 8vw, 120px) 0 0 calc(clamp(24px, 5.2vw, 84px) * -1); padding: 22px 0; overflow: hidden; border-block: 1px solid var(--line); white-space: nowrap; }
.partner-rail > div { width: max-content; animation: partnerRail 38s linear infinite; }
.partner-rail span { display: inline-flex; align-items: center; color: #738297; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.partner-rail i { width: 4px; height: 4px; margin: 0 36px; border-radius: 50%; background: var(--blue); }
.partners-grid { border-top: 1px solid var(--line); }
.partner-row { min-height: 114px; display: grid; grid-template-columns: 60px 1.2fr .9fr .6fr 26px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .45s cubic-bezier(.16, 1, .3, 1), background .35s; }
.partner-row > span { color: var(--blue); font: 500 9px var(--font-geist-mono); }
.partner-row h3 { margin: 0; font-size: clamp(18px, 1.55vw, 24px); letter-spacing: -.035em; font-weight: 520; }
.partner-row p { margin: 0; color: var(--muted); font-size: 12px; }
.partner-row small { color: #8595a6; font-size: 10px; }
.partner-row:hover { padding-inline: 18px; background: #edf4ff; }
.partner-row:hover .arrow { color: var(--blue); transform: rotate(0); }

.gallery-section { padding-top: 20px; padding-bottom: clamp(130px, 14vw, 220px); }
.gallery-filters { margin: 70px 0 30px; display: flex; border-bottom: 1px solid var(--line); }
.gallery-filters button { position: relative; min-width: 140px; padding: 16px 24px 18px 0; text-align: left; border: 0; background: transparent; color: #718195; font-size: 11px; cursor: pointer; }
.gallery-filters button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--blue); transition: right .4s cubic-bezier(.16, 1, .3, 1); }
.gallery-filters button span { margin-left: 8px; color: #a0aeba; font: 500 8px var(--font-geist-mono); vertical-align: super; }
.gallery-filters button.active { color: var(--ink); }
.gallery-filters button.active::after { right: 28px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: 16px; min-height: 760px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #e9eef4; animation: galleryEnter .75s cubic-bezier(.16, 1, .3, 1) both; }
.gallery-item.item-0 { grid-column: 1 / span 7; grid-row: span 3; }
.gallery-item.item-1 { grid-column: 8 / span 5; grid-row: span 2; animation-delay: .06s; }
.gallery-item.item-2 { grid-column: 8 / span 5; grid-row: span 2; animation-delay: .12s; }
.gallery-item.item-3 { grid-column: 1 / span 5; grid-row: span 2; animation-delay: .18s; }
.gallery-item.item-4 { grid-column: 6 / span 7; grid-row: span 3; animation-delay: .24s; }
.gallery-item.item-5 { grid-column: 1 / span 5; grid-row: span 3; animation-delay: .3s; }
.gallery-item.item-6 { grid-column: 6 / span 7; grid-row: span 2; animation-delay: .36s; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.16, 1, .3, 1), filter .7s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2, 11, 24, .82)); opacity: .65; transition: opacity .4s; }
.gallery-item figcaption { position: absolute; z-index: 2; left: 24px; right: 22px; bottom: 20px; color: white; transform: translateY(12px); transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.gallery-item figcaption span { color: #b4d3ff; font: 520 9px var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.gallery-item figcaption h3 { max-width: 80%; margin: 9px 0 0; font-size: clamp(17px, 1.5vw, 23px); letter-spacing: -.035em; }
.gallery-item figcaption .arrow { position: absolute; right: 0; bottom: 0; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.08); }
.gallery-item:hover::after { opacity: .9; }
.gallery-item:hover figcaption { transform: translateY(0); }

.cooperation-stage { position: relative; height: 100svh; min-height: 760px; overflow: hidden; color: white; background: var(--night); }
.cooperation-stage > img { position: absolute; inset: -6% 0; height: 112%; object-fit: cover; object-position: center; --parallax-y: 0px; transform: translateY(var(--parallax-y)) scale(1.025); }
.cooperation-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 11, 24, .95) 0%, rgba(2, 11, 24, .84) 40%, rgba(2, 11, 24, .08) 75%), linear-gradient(180deg, rgba(2, 11, 24, .26), rgba(2, 11, 24, .55)); }
.cooperation-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.cooperation-content h2 { max-width: 1040px; margin: 38px 0 30px; font-size: clamp(64px, 8.5vw, 142px); line-height: .84; letter-spacing: -.088em; font-weight: 570; }
.cooperation-content h2 em { color: #9fc9ff; }
.cooperation-content > p:not(.micro-label) { max-width: 520px; margin: 0 0 38px; color: rgba(227, 239, 255, .69); font-size: 16px; line-height: 1.75; }
.cooperation-coordinates { position: absolute; z-index: 2; right: 38px; bottom: 30px; color: rgba(255, 255, 255, .48); text-align: right; font: 500 9px/1.7 var(--font-geist-mono); letter-spacing: .1em; }

.events-section { padding-top: clamp(120px, 12vw, 190px); padding-bottom: clamp(120px, 12vw, 190px); }
.events-grid { margin-top: clamp(75px, 8vw, 125px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-card { position: relative; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.event-image { position: relative; height: clamp(280px, 31vw, 475px); overflow: hidden; background: #e7edf4; }
.event-image img { height: 100%; object-fit: cover; filter: saturate(.78); transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter .5s; }
.event-image > span { position: absolute; right: 0; top: 0; width: 52px; height: 52px; display: grid; place-items: center; background: rgba(255, 255, 255, .9); color: var(--blue); backdrop-filter: blur(8px); font: 550 9px var(--font-geist-mono); }
.event-meta { margin-top: 22px; display: flex; justify-content: space-between; color: var(--blue); font: 520 9px var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }
.event-meta i { color: #8c9aab; font-style: normal; }
.event-card h3 { min-height: 78px; margin: 18px 0 25px; font-size: clamp(21px, 2vw, 30px); line-height: 1.18; letter-spacing: -.045em; font-weight: 510; }
.event-card > p { margin: 0; display: flex; justify-content: space-between; align-items: center; color: #6c7d90; font-size: 11px; }
.event-card:hover .event-image img { transform: scale(1.055); filter: saturate(1); }
.event-card:hover > p { color: var(--blue); }
.event-card:hover > p .arrow { transform: translateX(4px); }

.contact-section { background: #e9f2fc; border-top: 1px solid rgba(22, 108, 255, .1); }
.contact-shell { padding-top: clamp(120px, 12vw, 190px); padding-bottom: clamp(100px, 10vw, 160px); }
.contact-heading h2 { margin: 46px 0 26px; font-size: clamp(58px, 7.6vw, 122px); line-height: .87; letter-spacing: -.085em; font-weight: 580; }
.contact-heading > p { margin: 0; color: var(--muted); }
.contact-grid { margin-top: clamp(80px, 9vw, 140px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(65px, 10vw, 160px); }
.contact-details { border-top: 1px solid var(--line); }
.contact-details a { min-height: 118px; display: grid; grid-template-columns: 105px 1fr 24px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .4s cubic-bezier(.16, 1, .3, 1), color .3s; }
.contact-details small { color: var(--muted); font: 520 9px var(--font-geist-mono); letter-spacing: .11em; text-transform: uppercase; }
.contact-details b { font-size: 15px; line-height: 1.55; font-weight: 510; }
.contact-details a:hover { padding-left: 12px; color: var(--blue); }
.contact-details a:hover .arrow { transform: rotate(0); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; padding-top: 4px; }
.contact-form label { display: flex; flex-direction: column; gap: 11px; }
.contact-form > label:nth-of-type(3), .contact-form > label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form label span { color: #60748b; font: 540 9px var(--font-geist-mono); letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #aebfd1; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; resize: vertical; transition: border-color .3s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #95a6b7; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form button { grid-column: 1 / -1; justify-self: start; height: 58px; margin-top: 10px; padding: 0 9px 0 24px; display: flex; align-items: center; gap: 27px; border: 0; border-radius: 100px; background: var(--ink); color: white; cursor: pointer; font-size: 12px; }
.contact-form button .arrow { width: 40px; height: 40px; padding: 10px; border-radius: 50%; background: var(--blue); transition: transform .4s; }
.contact-form button:hover .arrow { transform: translateX(3px); }
.contact-form .form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; padding: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.contact-form .human-check { grid-column: 1 / -1; max-width: 360px; margin-top: 4px; }
.contact-form .human-check-row { display: grid; grid-template-columns: auto 88px; gap: 16px; align-items: end; color: white; }
.contact-form .human-check-row b { padding-bottom: 14px; color: #a9bed6; font: 520 15px var(--font-geist-mono); letter-spacing: .04em; }
.contact-form .human-check-row input { text-align: center; font-family: var(--font-geist-mono); }
.contact-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-foot { grid-column: 1 / -1; min-height: 48px; display: grid; gap: 10px; }
.form-foot > small { color: #6f8195; font-size: 10px; line-height: 1.6; }
.form-status { min-height: 18px; margin: 0; color: #9db0c5; font-size: 12px; line-height: 1.55; }
.form-status.success { color: #8fc3ff; }
.form-status.error { color: #ffaaa4; }
.form-status a { color: white; text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 68px clamp(24px, 5.2vw, 84px) 34px; background: var(--night); color: white; }
.footer-top { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; }
.footer-brand { font-size: clamp(30px, 3.5vw, 54px); }
.footer-top > p { margin: 13px 0 0; color: #71879f; font-size: 14px; }
.back-top { display: flex; align-items: center; gap: 15px; color: #a2b3c5; font-size: 11px; }
.back-top:hover { color: white; }
.back-top:hover .arrow { transform: rotate(-90deg) translateX(3px); }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-bottom small { color: #60758b; font-size: 9px; letter-spacing: .04em; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a { color: #9bacc0; font-size: 11px; transition: color .25s; }
.footer-bottom a:hover { color: #68a8ff; }

[data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes curtainLeave { to { transform: translateY(-102%); } }
@keyframes introWord { 0% { opacity: 0; transform: translateY(24px); } 55%, 100% { opacity: 1; transform: translateY(0); } }
@keyframes introLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes heroLineIn { to { transform: translateY(0); } }
@keyframes heroMetaIn { to { opacity: 1; } }
@keyframes softEnter { to { opacity: 1; transform: translateY(0); } }
@keyframes scanHorizontal { 0%, 20% { transform: translateX(-100%); } 80%, 100% { transform: translateX(100%); } }
@keyframes livePulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(96, 168, 255, .18); } 50% { box-shadow: 0 0 0 11px rgba(96, 168, 255, 0); } }
@keyframes partnerRail { to { transform: translateX(-50%); } }
@keyframes galleryEnter { from { opacity: 0; clip-path: inset(12% 0 0); transform: translateY(18px); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: fixed; inset: -16px -16px auto; height: 100dvh; padding: 130px 34px 50px; flex-direction: column; align-items: flex-start; gap: 5px; color: var(--ink); background: rgba(247, 250, 253, .97); backdrop-filter: blur(24px); transform: translateY(-105%); transition: transform .7s cubic-bezier(.76, 0, .24, 1); }
  .site-header nav.is-open { transform: translateY(0); }
  .site-header nav a { width: 100%; padding: 10px 0; font-size: clamp(32px, 6vw, 58px); letter-spacing: -.055em; opacity: .55; }
  .site-header nav a::after { display: none; }
  .site-header nav a.active { color: var(--blue); }
  .header-contact { display: none; }
  .menu-button { position: relative; z-index: 2; display: block; justify-self: end; }
  .hero-content { width: min(720px, 75vw); }
  .hero-fields { display: none; }
  .about-detail-heading { grid-template-columns: 1fr; gap: 34px; }
  .solutions-shell { grid-template-columns: 1fr; }
  .sticky-copy { position: relative; top: auto; }
  .solution-stack { grid-template-columns: 1fr 1fr; }
  .expertise-head { grid-template-columns: 1fr 2fr; }
  .expertise-head > p { grid-column: 2; }
  .expertise-display { grid-template-columns: 1fr; }
  .expertise-visual { grid-row: 1; min-height: 520px; }
  .partners-heading, .gallery-heading, .events-heading { grid-template-columns: 1fr .55fr; }
  .partner-row { grid-template-columns: 50px 1.1fr .8fr 24px; }
  .partner-row small { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .section-shell { padding-inline: 20px; }
  .site-header { top: 10px; left: 10px; right: 10px; height: 58px; padding-left: 17px; border-radius: 15px; }
  .brand { font-size: 21px; }
  .menu-button { width: 40px; height: 40px; border-radius: 10px; }
  .menu-button span { left: 10px; }
  .hero-stage { height: 138svh; }
  .hero-sticky { min-height: 620px; }
  .hero-image-wrap img { object-position: 67% center; opacity: .8; }
  .hero-sticky::after { background: linear-gradient(180deg, rgba(2,11,24,.76), rgba(2,11,24,.35) 35%, rgba(2,11,24,.9) 78%, #020b18); }
  .hero-content { left: 20px; right: 20px; top: auto; bottom: 118px; width: auto; transform: translateY(calc(var(--hero-progress) * -50px)); }
  .hero-meta { margin-bottom: 21px; }
  .hero-content h1 { font-size: clamp(56px, 17vw, 82px); line-height: .86; }
  .hero-description { margin: 22px 0 26px; font-size: 13px; max-width: 400px; }
  .hero-content .magnetic-link { height: 52px; }
  .hero-index { right: 20px; top: 92px; }
  .hero-scroll { left: 20px; bottom: 25px; }
  .orbital-a { width: 150vw; right: -85vw; top: -15vw; }
  .orbital-b { width: 120vw; right: -55vw; bottom: -55vw; }
  .manifesto { padding-top: 110px; padding-bottom: 110px; }
  .manifesto-copy { margin-top: 65px; }
  .manifesto-copy p { font-size: clamp(50px, 17.5vw, 78px); line-height: .9; }
  .manifesto-foot { grid-template-columns: 1fr; gap: 34px; margin-top: 70px; }
  .manifesto-foot span { justify-self: start; }
  .story-media { padding-inline: 8px; padding-bottom: 110px; }
  .story-media-frame { min-height: 660px; height: 82svh; border-radius: 18px; }
  .story-media video { object-position: 62% center; }
  .story-media-overlay { background: linear-gradient(180deg, rgba(2,11,24,.2), rgba(2,11,24,.88)); }
  .story-media-copy { left: 22px; right: 22px; bottom: 92px; }
  .story-media-copy h2 { font-size: clamp(43px, 13vw, 64px); }
  .media-status { left: 22px; right: auto; bottom: 28px; }
  .about-detail { padding-bottom: 115px; }
  .about-detail-heading h2 { font-size: clamp(47px, 13vw, 65px); }
  .about-detail-grid { grid-template-columns: 1fr; margin-top: 65px; gap: 55px; }
  .about-detail-image { min-height: 430px; }
  .solutions-shell { padding-top: 110px; padding-bottom: 110px; gap: 65px; }
  .solutions-intro h2 { font-size: clamp(50px, 14vw, 68px); }
  .solution-stack { grid-template-columns: 1fr; }
  .solution-card { min-height: 190px; }
  .solution-card h3 { margin-top: 46px; font-size: 27px; }
  .material-break { height: 82svh; min-height: 650px; }
  .material-break > img { object-position: 62% center; }
  .material-shade { background: linear-gradient(180deg, rgba(247,245,239,.9), rgba(247,245,239,.42) 62%, rgba(247,245,239,.78)); }
  .material-break > p { top: 25%; left: 20px; right: 20px; transform: none; font-size: clamp(43px, 12vw, 62px); }
  .material-break > span { left: 20px; right: auto; }
  .expertise-shell { padding-top: 110px; padding-bottom: 110px; }
  .expertise-head { grid-template-columns: 1fr; gap: 34px; }
  .expertise-head h2 { font-size: clamp(52px, 14vw, 72px); }
  .expertise-head > p { grid-column: auto; }
  .expertise-display { margin-top: 65px; gap: 40px; }
  .expertise-visual { min-height: 430px; }
  .expertise-list button { min-height: 158px; grid-template-columns: 35px 1fr 24px; }
  .expertise-list button h3 { font-size: 25px; }
  .expertise-list button p { font-size: 12px; }
  .partners-section { padding-top: 110px; padding-bottom: 110px; }
  .partners-heading, .gallery-heading, .events-heading { grid-template-columns: 1fr; gap: 35px; }
  .partners-heading h2, .gallery-heading h2, .events-heading h2 { margin-top: 32px; font-size: clamp(52px, 14vw, 72px); }
  .partner-rail { width: calc(100% + 40px); margin-left: -20px; margin-top: 65px; }
  .partner-row { min-height: 128px; grid-template-columns: 32px 1fr 22px; gap: 12px; }
  .partner-row p { grid-column: 2; margin-top: -28px; }
  .partner-row .arrow { grid-column: 3; grid-row: 1 / span 2; }
  .gallery-section { padding-bottom: 115px; }
  .gallery-filters { overflow-x: auto; scrollbar-width: none; }
  .gallery-filters::-webkit-scrollbar { display: none; }
  .gallery-filters button { min-width: 120px; flex: 0 0 auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; min-height: 0; }
  .gallery-item.item-0, .gallery-item.item-1, .gallery-item.item-2, .gallery-item.item-3, .gallery-item.item-4, .gallery-item.item-5, .gallery-item.item-6 { grid-column: 1; grid-row: auto; height: 360px; }
  .cooperation-stage { min-height: 760px; }
  .cooperation-stage > img { object-position: 64% center; opacity: .78; }
  .cooperation-shade { background: linear-gradient(180deg, rgba(2,11,24,.48), rgba(2,11,24,.92) 67%, #020b18); }
  .cooperation-content { justify-content: flex-end; padding-bottom: 100px; }
  .cooperation-content h2 { font-size: clamp(61px, 17vw, 86px); }
  .cooperation-content > p:not(.micro-label) { font-size: 14px; }
  .cooperation-coordinates { display: none; }
  .events-section { padding-top: 110px; padding-bottom: 110px; }
  .events-grid { grid-template-columns: 1fr; margin-top: 65px; gap: 60px; }
  .event-image { height: 390px; }
  .event-card h3 { min-height: 0; }
  .contact-shell { padding-top: 110px; padding-bottom: 90px; }
  .contact-heading h2 { font-size: clamp(54px, 15vw, 76px); }
  .contact-grid { margin-top: 70px; gap: 70px; }
  .contact-details a { grid-template-columns: 88px 1fr 22px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form > label:nth-of-type(3), .contact-form > label:nth-of-type(4) { grid-column: auto; }
  .contact-form button { grid-column: auto; }
  .contact-form .human-check, .form-foot { grid-column: auto; }
  footer { padding-inline: 20px; }
  .footer-top { min-height: 240px; grid-template-columns: 1fr auto; }
  .footer-top > p { grid-column: 1; }
  .back-top { grid-column: 2; grid-row: 1; }
  .footer-bottom { align-items: flex-start; gap: 28px; flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .intro-curtain { display: none; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-content, .hero-image-wrap img, .material-break > img, .cooperation-stage > img { transform: none !important; opacity: 1; }
  .hero-content h1 b, .hero-meta, .hero-description, .hero-content .magnetic-link { opacity: 1; transform: none; }
}

/* Version 3 — Global Authority */
@property --ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

:root {
  --ink: #050b13;
  --ink-soft: #101b28;
  --night: #01050b;
  --blue: #175dff;
  --blue-bright: #6aa8ff;
  --ice: #dce9fa;
  --paper: #f0f0ec;
  --white: #fff;
  --muted: #6f7984;
  --line: rgba(5, 11, 19, .14);
  --steel-line: rgba(184, 202, 225, .16);
  --ease-power: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.22, .8, .2, 1);
}

body { background: var(--paper); }
.site-root { background: var(--paper); }
.custom-cursor-active a, .custom-cursor-active button { cursor: none; }
.precision-cursor { --cursor-x: 50vw; --cursor-y: 50vh; position: fixed; z-index: 4900; left: 0; top: 0; width: 0; height: 0; opacity: 0; pointer-events: none; transform: translate3d(var(--cursor-x), var(--cursor-y), 0); transition: opacity .25s; will-change: transform; }
.precision-cursor.visible { opacity: 1; }
.precision-cursor i, .precision-cursor b { position: absolute; left: 0; top: 0; border-radius: 50%; transform: translate(-50%, -50%); }
.precision-cursor i { width: 8px; height: 8px; background: #5b9cff; box-shadow: 0 0 18px rgba(71, 145, 255, .65); }
.precision-cursor b { width: 34px; height: 34px; border: 1px solid rgba(85, 151, 255, .5); transition: width .35s var(--ease-power), height .35s var(--ease-power), background .35s, border-color .35s; }
.precision-cursor.is-active b { width: 58px; height: 58px; background: rgba(31, 102, 255, .09); border-color: rgba(89, 158, 255, .8); }
.precision-cursor.is-media b { width: 82px; height: 82px; border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .06); backdrop-filter: blur(2px); }

.intro-curtain { background: #010409; animation-duration: 1.05s; }
.intro-curtain::before, .intro-curtain::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, rgba(85, 143, 235, .42), transparent); transform: scaleY(0); animation: introAxis .85s ease .15s forwards; }
.intro-curtain::before { left: 33.333%; }
.intro-curtain::after { right: 33.333%; }
.intro-word { font-weight: 720; text-transform: uppercase; letter-spacing: -.065em; }
.intro-word span { font-weight: 260; }

.site-header {
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 0 clamp(24px, 4.5vw, 76px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(1, 5, 11, .72), rgba(1, 5, 11, .18));
  backdrop-filter: blur(16px) saturate(125%);
}
.site-header.is-solid { top: 0; color: white; background: rgba(1, 5, 11, .88); border-color: rgba(255, 255, 255, .12); box-shadow: 0 14px 48px rgba(0, 0, 0, .2); }
.site-header nav a { font-family: var(--font-geist-mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.site-header nav a::after { left: 0; right: auto; width: 100%; background: #66a4ff; height: 2px; transform: scaleX(0); transform-origin: right; transition: transform .42s var(--ease-power); }
.site-header nav a:hover::after, .site-header nav a.active::after { right: auto; transform: scaleX(1); transform-origin: left; }
.header-contact, .is-solid .header-contact { height: 43px; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; background: rgba(255,255,255,.06); color: white; }
.header-contact:hover { background: var(--blue); border-color: var(--blue); }

.page-progress { width: 3px; background: rgba(255, 255, 255, .06); }
.page-progress i { box-shadow: 0 0 18px rgba(48, 124, 255, .65); }

.hero-stage { height: 186svh; background: #01050b; }
.hero-sticky { min-height: 720px; }
.hero-image-wrap { background: #01050b; }
.hero-image-wrap img { object-position: 50% 50%; transform: scale(calc(1.015 + var(--hero-progress) * .075)) translate3d(calc(var(--tilt-x) * .16), calc(var(--tilt-y) * .16), 0); filter: saturate(.86) contrast(1.08) brightness(.82); }
.hero-image-fallback { background: radial-gradient(circle at 76% 50%, #14233a, #040b15 45%, #01050b 77%); }
.hero-sticky::after { background: linear-gradient(90deg, rgba(1,5,11,.98) 0%, rgba(1,5,11,.89) 33%, rgba(1,5,11,.32) 59%, rgba(1,5,11,.22) 100%), linear-gradient(180deg, rgba(1,5,11,.17), transparent 54%, rgba(1,5,11,.72)); }
.hero-command-grid { position: absolute; z-index: 0; inset: 0; opacity: calc(.23 - var(--hero-progress) * .12); pointer-events: none; background-image: linear-gradient(rgba(105,151,214,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(105,151,214,.1) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, transparent 4%, #000 48%, #000 100%); transform: translate3d(0, calc(var(--hero-progress) * -38px), 0); }
.global-network { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: calc(.86 - var(--hero-progress) * .72); mix-blend-mode: screen; pointer-events: none; }
.hero-aura { z-index: 1; background: radial-gradient(440px circle at var(--pointer-x) var(--pointer-y), rgba(42, 103, 255, .1), transparent 72%); }
.hero-noise { z-index: 2; opacity: .09; }
.hero-content { z-index: 4; left: clamp(24px, 5.2vw, 84px); width: min(800px, 59vw); transform: translateY(calc(-49% - var(--hero-progress) * 102px)); }
.hero-meta { margin-bottom: 34px; color: rgba(220, 230, 242, .54); }
.hero-meta span { color: #9fc3f6; }
.hero-content h1 { font-size: clamp(70px, 8.5vw, 151px); line-height: .82; font-weight: 650; letter-spacing: -.09em; }
.hero-content h1 .accent b { color: #a8caff; font-weight: 260; }
.hero-description { max-width: 480px; color: rgba(224, 234, 245, .62); }
.hero-content .magnetic-link { border-radius: 2px; background: rgba(255, 255, 255, .035); }
.hero-content .magnetic-link > i { border-radius: 1px; background: #fff; }
.magnetic-link { transition: background .35s, color .35s, border-color .35s; will-change: transform; }
.hero-fields { z-index: 4; bottom: 54px; border-color: rgba(255,255,255,.18); }
.hero-index { z-index: 4; top: 120px; }
.hero-scroll { z-index: 4; }
.orbital { opacity: .48; }
.orbital-a { width: min(74vw, 1060px); }
.authority-seal { --ring-angle: 0deg; position: absolute; z-index: 4; right: clamp(34px, 8vw, 130px); top: 50%; width: 144px; height: 144px; display: grid; place-items: center; border-radius: 50%; color: rgba(255,255,255,.58); transform: translateY(-50%) scale(calc(1 - var(--hero-progress) * .17)); opacity: calc(.84 - var(--hero-progress) * .8); animation: sealTurn 14s linear infinite; }
.authority-seal::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: conic-gradient(from var(--ring-angle), transparent 0 18%, rgba(104,164,255,.8) 26%, transparent 36% 67%, rgba(255,255,255,.42) 75%, transparent 84%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.authority-seal::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; }
.authority-seal span { position: absolute; top: -22px; font: 500 8px var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.authority-seal i { width: 5px; height: 5px; border-radius: 50%; background: #66a4ff; box-shadow: 0 0 15px #458fff; }
.authority-seal b { position: absolute; bottom: 33px; font: 530 8px var(--font-geist-mono); letter-spacing: .14em; }

.authority-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #030810; color: white; border-top: 1px solid var(--steel-line); border-bottom: 1px solid var(--steel-line); }
.authority-stat { --spot-x: 50%; --spot-y: 50%; position: relative; min-height: 248px; padding: 28px clamp(22px, 3vw, 48px); display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; overflow: hidden; border-right: 1px solid var(--steel-line); isolation: isolate; }
.authority-stat:last-child { border-right: 0; }
.authority-stat::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(260px circle at var(--spot-x) var(--spot-y), rgba(30, 102, 255, .18), transparent 66%); opacity: 0; transition: opacity .55s var(--ease-smooth); }
.authority-stat:hover::before { opacity: 1; }
.authority-stat > span { color: #5c83b8; font: 500 8px var(--font-geist-mono); letter-spacing: .12em; }
.authority-stat strong { grid-column: 1 / -1; align-self: end; font-size: clamp(52px, 5.6vw, 92px); line-height: .85; letter-spacing: -.075em; font-weight: 290; transition: transform .7s var(--ease-power), color .45s; }
.authority-stat p { margin: 18px 0 0; color: #8291a3; font: 500 9px var(--font-geist-mono); letter-spacing: .11em; text-transform: uppercase; }
.authority-stat > i { align-self: end; justify-self: end; width: 78px; height: 1px; background: #2c72ff; transform: scaleX(.36); transform-origin: right; transition: transform .65s var(--ease-power); }
.authority-stat:hover strong { color: #afcdfa; transform: translate3d(0, -8px, 0); }
.authority-stat:hover > i { transform: scaleX(1); }

.section-label { letter-spacing: .18em; }
.section-label i { width: 58px; transform: scaleX(.59); transform-origin: left; transition: transform .65s var(--ease-power); }
[data-reveal].is-visible .section-label i, .section-label:hover i { transform: scaleX(1); }
.manifesto { background: var(--paper); }
.manifesto-copy p { color: #9da2a8; }
.manifesto-copy strong { color: #050b13; transform: translate3d(calc((var(--section-progress) - .5) * -16px), 0, 0); display: inline-block; }
.manifesto-copy em { color: #175dff; transform: translate3d(calc((var(--section-progress) - .5) * 16px), 0, 0); display: inline-block; }

.story-media { padding-inline: 0; background: var(--paper); }
.story-media-frame { border-radius: 0; height: min(92svh, 980px); clip-path: inset(calc((1 - var(--section-progress)) * 3%) calc((1 - var(--section-progress)) * 2%)); transition: none; will-change: clip-path; }
.story-media video { filter: saturate(.36) contrast(1.12) brightness(.76); }
.story-media-overlay { background: linear-gradient(90deg, rgba(1,5,11,.9), rgba(1,5,11,.26) 64%, rgba(1,5,11,.55)), linear-gradient(180deg, transparent 30%, rgba(1,5,11,.68)); }

.about-detail-heading h2, .partners-heading h2, .gallery-heading h2, .events-heading h2 { font-weight: 620; }
.about-detail-heading h2 em, .partners-heading h2 em, .gallery-heading h2 em, .events-heading h2 em { color: #858b93; font-weight: 270; }
.about-detail-image { border-radius: 0; box-shadow: 0 38px 90px rgba(5, 11, 19, .13); }

.solutions-section { background: #040911; border-color: var(--steel-line); color: white; }
.solutions-section .section-label { color: white; }
.solutions-section .section-label span { color: #66a4ff; }
.solutions-intro h2 { color: white; }
.solutions-intro h2 em { color: #65758a; }
.solutions-intro > .sticky-copy > p { color: #77889a; }
.solution-card { --spot-x: 50%; --spot-y: 50%; min-height: 232px; border-color: rgba(170,196,226,.14); border-radius: 0; background: rgba(255,255,255,.025); color: white; transform: translate3d(0,0,0); transition: transform .7s var(--ease-power), border-color .45s, background .45s, box-shadow .65s var(--ease-power); isolation: isolate; }
.solution-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(430px circle at var(--spot-x) var(--spot-y), rgba(41,111,255,.2), transparent 64%); opacity: 0; transition: opacity .55s; }
.solution-card h3 { font-weight: 460; }
.solution-card > i { border-color: rgba(255,255,255,.18); }
.solution-card:hover { color: white; background: rgba(255,255,255,.045); border-color: rgba(100,160,255,.38); transform: translate3d(0,-7px,0); box-shadow: 0 28px 85px rgba(0,0,0,.34); }
.solution-card:hover::after { opacity: 1; }
.solution-card:hover h3 { transform: translate3d(8px,0,0); }
.solution-card h3 { transition: transform .65s var(--ease-power); }
.card-beam { opacity: .6; }

.material-break > p { transform: translate3d(0, calc(-50% + (var(--section-progress) - .5) * -34px), 0); }
.material-break > img { filter: saturate(.7) contrast(1.05); }

.expertise-stage { background: #01050b; }
.expertise-list button { padding-left: 4px; transition: opacity .45s, color .45s; }
.expertise-list button.active, .expertise-list button:hover, .expertise-list button:focus-visible { padding-left: 4px; }
.expertise-list button > div { transition: transform .65s var(--ease-power); }
.expertise-list button.active > div, .expertise-list button:hover > div { transform: translate3d(12px,0,0); }
.expertise-list button .arrow { transition: transform .65s var(--ease-power), color .35s; }
.expertise-visual > img { clip-path: inset(7%); transform: scale(1.1); transition: opacity .8s var(--ease-smooth), transform 1.35s var(--ease-power), clip-path 1s var(--ease-power); }
.expertise-visual > img.active { clip-path: inset(0); transform: scale(1.015); }

.partners-section { background: var(--paper); }
.partner-row { --spot-x: 50%; --spot-y: 50%; position: relative; min-height: 114px; display: block; padding: 0; overflow: hidden; background: transparent; transition: background .45s, color .45s; }
.partner-row::before { content: ""; position: absolute; inset: 0; background: radial-gradient(460px circle at var(--spot-x) var(--spot-y), rgba(28, 99, 255, .13), transparent 64%); opacity: 0; transition: opacity .5s; }
.partner-row-inner { position: relative; min-height: 114px; display: grid; grid-template-columns: 60px 1.2fr .9fr .6fr 26px; gap: 24px; align-items: center; transition: transform .65s var(--ease-power); }
.partner-row-inner > span { color: var(--blue); font: 500 9px var(--font-geist-mono); }
.partner-row-inner h3 { margin: 0; font-size: clamp(18px, 1.55vw, 24px); letter-spacing: -.035em; font-weight: 550; }
.partner-row-inner p { margin: 0; color: var(--muted); font-size: 12px; }
.partner-row-inner small { color: #8595a6; font-size: 10px; }
.partner-row:hover { padding: 0; background: #e5e9ed; }
.partner-row:hover::before { opacity: 1; }
.partner-row:hover .partner-row-inner { transform: translate3d(15px,0,0); }
.partner-row:hover .arrow { color: var(--blue); transform: rotate(0); }
.partner-rail > div { animation-duration: 31s; }
.partner-rail:hover > div { animation-play-state: paused; }

.gallery-item { --spot-x: 50%; --spot-y: 50%; isolation: isolate; }
.gallery-item::before { content: ""; position: absolute; z-index: 2; inset: 0; background: radial-gradient(340px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.18), transparent 66%); opacity: 0; transition: opacity .5s; pointer-events: none; }
.gallery-item:hover::before { opacity: 1; }
.gallery-item img { transform: scale(1.015); transition: transform 1.25s var(--ease-power), filter .65s; }
.gallery-item:hover img { transform: scale(1.07) rotate(.25deg); }

.cooperation-stage > img { transform: translateY(var(--parallax-y)) scale(calc(1.03 + var(--section-progress) * .035)); filter: saturate(.67) contrast(1.08); }
.cooperation-content h2 { font-weight: 650; }
.cooperation-content h2 em { font-weight: 250; color: #afcdfa; }

.event-card { --spot-x: 50%; --spot-y: 50%; transition: transform .65s var(--ease-power), border-color .4s; }
.event-card::before { content: ""; position: absolute; left: var(--spot-x); top: var(--spot-y); width: 130px; height: 130px; border-radius: 50%; background: rgba(34,104,255,.11); transform: translate(-50%,-50%) scale(.2); opacity: 0; transition: transform .7s var(--ease-power), opacity .45s; pointer-events: none; }
.event-card:hover { transform: translate3d(0,-9px,0); border-color: var(--blue); }
.event-card:hover::before { opacity: 1; transform: translate(-50%,-50%) scale(2.4); }

.contact-section { background: #030810; color: white; border-color: var(--steel-line); }
.contact-section .section-label { color: white; }
.contact-heading h2 em { color: #7991af; }
.contact-heading > p { color: #748699; }
.contact-details { border-color: var(--steel-line); }
.contact-details a { border-color: var(--steel-line); color: white; padding-left: 0; transition: transform .6s var(--ease-power), color .35s, border-color .35s; }
.contact-details a:hover { padding-left: 0; transform: translate3d(10px,0,0); color: #79adff; }
.contact-details small { color: #718297; }
.contact-form label span { color: #7890aa; }
.contact-form input, .contact-form textarea { color: white; border-color: #364353; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #5f7084; }
.contact-form button { border: 1px solid rgba(255,255,255,.17); border-radius: 2px; background: #fff; color: #050b13; transition: transform .5s var(--ease-power), background .35s, color .35s; }
.contact-form button .arrow { border-radius: 1px; color: white; }
.contact-form button:hover { transform: translate3d(0,-4px,0); background: var(--blue); color: white; }

footer { background: #010409; }

[data-reveal] { transform: translate3d(0, 44px, 0); clip-path: inset(0 0 8% 0); transition: opacity .95s var(--ease-power), transform .95s var(--ease-power), clip-path 1.1s var(--ease-power); }
[data-reveal].is-visible { transform: translate3d(0,0,0); clip-path: inset(0); }

@keyframes introAxis { to { transform: scaleY(1); } }
@keyframes sealTurn { to { --ring-angle: 360deg; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 22px 10px; }
  .site-header nav { inset: 0; height: 100dvh; background: rgba(1,5,11,.97); color: white; }
  .site-header nav a { font-size: clamp(34px, 7vw, 62px); text-transform: none; font-family: var(--font-geist-sans); }
  .menu-button { background: white; }
  .authority-seal { display: none; }
  .authority-strip { grid-template-columns: repeat(2,1fr); }
  .authority-stat:nth-child(2) { border-right: 0; }
  .authority-stat:nth-child(-n+2) { border-bottom: 1px solid var(--steel-line); }
  .partner-row-inner { grid-template-columns: 50px 1.1fr .8fr 24px; }
  .partner-row-inner small { display: none; }
}

@media (max-width: 760px) {
  .precision-cursor { display: none; }
  .site-header { height: 64px; top: 0; left: 0; right: 0; border-radius: 0; padding-inline: 20px 11px; }
  .site-header.is-solid { top: 0; }
  .hero-stage { height: 155svh; }
  .hero-sticky { min-height: 660px; }
  .hero-image-wrap img { object-position: 66% center; opacity: .8; }
  .hero-sticky::after { background: linear-gradient(180deg, rgba(1,5,11,.7), rgba(1,5,11,.32) 32%, rgba(1,5,11,.91) 75%, #01050b); }
  .global-network { opacity: calc(.48 - var(--hero-progress) * .35); }
  .hero-command-grid { background-size: 64px 64px; }
  .hero-content { left: 20px; right: 20px; bottom: 108px; width: auto; }
  .hero-content h1 { font-size: clamp(58px, 17.2vw, 84px); }
  .hero-index { top: 88px; }
  .authority-strip { grid-template-columns: 1fr 1fr; }
  .authority-stat { min-height: 176px; padding: 22px 20px; }
  .authority-stat strong { font-size: 52px; }
  .authority-stat p { font-size: 7px; }
  .authority-stat:nth-child(2) { border-right: 0; }
  .authority-stat:nth-child(3) { border-right: 1px solid var(--steel-line); }
  .story-media { padding-inline: 0; }
  .story-media-frame { border-radius: 0; clip-path: none; }
  .solution-card { min-height: 196px; }
  .material-break > p { transform: none; }
  .partner-row { min-height: 128px; }
  .partner-row-inner { min-height: 128px; grid-template-columns: 32px 1fr 22px; gap: 12px; }
  .partner-row-inner p { grid-column: 2; margin-top: -28px; }
  .partner-row-inner .arrow { grid-column: 3; grid-row: 1 / span 2; }
  .partner-row:hover .partner-row-inner { transform: none; }
  .gallery-item:hover img { transform: scale(1.045); }
  .contact-details a:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .global-network { opacity: .3; }
  .authority-seal { animation: none; }
  .precision-cursor { display: none; }
  .story-media-frame { clip-path: none; }
}

/* Version 4 — cinematic motion system and reported visual fixes */
.hero-command-grid {
  animation: commandGridDrift 18s linear infinite;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -20% auto -20% -32%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(126, 181, 255, .1), transparent);
  mix-blend-mode: screen;
  transform: skewX(-13deg);
  animation: heroOpticalSweep 8.5s var(--ease-smooth) 2.8s infinite;
  pointer-events: none;
}

.about-detail-image {
  height: clamp(560px, 38vw, 690px);
  min-height: 0;
  isolation: isolate;
  background: #07101b;
}

.about-detail-image img {
  position: absolute;
  z-index: 0;
  inset: -6%;
  width: 112%;
  height: 112%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc(var(--parallax-y) * .5), 0) scale(1.015);
  will-change: transform;
}

.about-detail-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  clip-path: polygon(0 0, 58px 0, 58px 1px, 1px 1px, 1px 58px, 0 58px, 0 100%, 100% 100%, 100% 0);
  pointer-events: none;
}

.solutions-section {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.solutions-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(700px circle at 12% 16%, rgba(34, 100, 255, .1), transparent 70%),
    radial-gradient(560px circle at 86% 78%, rgba(61, 133, 255, .07), transparent 72%);
  pointer-events: none;
}

.solutions-signal-field {
  position: sticky;
  z-index: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100svh;
  margin-bottom: -100svh;
  opacity: .58;
  pointer-events: none;
  mix-blend-mode: normal;
}

.solutions-shell {
  position: relative;
  z-index: 1;
}

.solution-card {
  --motion-x: 0px;
  --motion-y: 0px;
  contain: paint;
}

.solution-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 164, 255, .85), transparent);
  transform: translateX(-105%);
  transition: transform .95s var(--ease-power);
  pointer-events: none;
}

.solution-card:hover::before {
  transform: translateX(105%);
}

.solution-card h3 {
  transform: translate3d(var(--motion-x), var(--motion-y), 0);
  transition: transform .22s ease-out;
  will-change: transform;
}

.solution-card:hover h3 {
  transform: translate3d(calc(var(--motion-x) + 8px), var(--motion-y), 0);
}

.solution-card > i {
  transition: transform .45s var(--ease-power), border-color .35s;
}

.material-break {
  height: min(92svh, 960px);
  min-height: 720px;
  overflow: clip;
  isolation: isolate;
}

.material-break > img {
  z-index: 0;
  will-change: transform;
}

.material-shade {
  z-index: 1;
}

.material-statement {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 7vw, 112px);
  right: clamp(24px, 5vw, 90px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #050b13;
  font-size: clamp(54px, 5.7vw, 108px);
  line-height: .86;
  letter-spacing: -.078em;
  font-weight: 610;
  pointer-events: none;
}

.material-statement > span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  will-change: transform;
}

.material-statement > span:nth-child(1) {
  transform: translate3d(calc((var(--section-progress) - .5) * -6vw), 0, 0);
}

.material-statement > span:nth-child(2) {
  color: rgba(5, 11, 19, .57);
  font-weight: 300;
  transform: translate3d(calc((var(--section-progress) - .5) * 8vw), 0, 0);
}

.material-statement > span:nth-child(3) {
  transform: translate3d(calc((var(--section-progress) - .5) * -4vw), 0, 0);
}

.material-scan {
  position: absolute;
  z-index: 2;
  right: clamp(40px, 7vw, 130px);
  top: 16%;
  width: clamp(132px, 14vw, 250px);
  aspect-ratio: 1;
  border: 1px solid rgba(23, 93, 255, .22);
  border-radius: 50%;
  opacity: .72;
  transform: rotate(calc(var(--section-progress) * 96deg)) scale(calc(.82 + var(--section-progress) * .18));
  pointer-events: none;
}

.material-scan::before,
.material-scan::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.material-scan::before {
  inset: 13%;
  border: 1px dashed rgba(23, 93, 255, .28);
  animation: materialOrbit 14s linear infinite reverse;
}

.material-scan::after {
  inset: 43%;
  background: rgba(23, 93, 255, .9);
  box-shadow: 0 0 34px 14px rgba(23, 93, 255, .18);
}

.material-scan i,
.material-scan b {
  position: absolute;
  display: block;
  background: rgba(23, 93, 255, .32);
}

.material-scan i {
  left: -28%;
  right: -28%;
  top: 50%;
  height: 1px;
}

.material-scan b {
  top: -28%;
  bottom: -28%;
  left: 50%;
  width: 1px;
}

.material-break > span {
  z-index: 4;
}

.partner-row {
  --motion-x: 0px;
  --motion-y: 0px;
}

.partner-row-inner {
  padding-right: 24px;
  transition: none;
}

.partner-row-inner h3,
.partner-row-inner p,
.partner-row-inner small {
  transition: transform .6s var(--ease-power), color .35s;
}

.partner-row:hover .partner-row-inner {
  transform: none;
}

.partner-row:hover .partner-row-inner h3,
.partner-row:hover .partner-row-inner p,
.partner-row:hover .partner-row-inner small {
  transform: translate3d(12px, 0, 0);
}

.partner-row .arrow {
  justify-self: end;
  flex: 0 0 auto;
}

.gallery-item,
.event-card {
  --motion-x: 0px;
  --motion-y: 0px;
}

.gallery-item img {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.035);
  transition: transform .28s ease-out, filter .65s;
  will-change: transform;
}

.gallery-item:hover img {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.095) rotate(.2deg);
}

.event-card .event-image img {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.035);
  transition: transform .3s ease-out, filter .5s;
  will-change: transform;
}

.event-card:hover .event-image img {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.09);
}

@keyframes commandGridDrift {
  to { background-position: 96px 96px; }
}

@keyframes heroOpticalSweep {
  0%, 60% { left: -32%; opacity: 0; }
  67% { opacity: .8; }
  88%, 100% { left: 116%; opacity: 0; }
}

@keyframes materialOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .about-detail-image { height: 620px; }
  .material-statement { font-size: clamp(52px, 7vw, 82px); }
  .partner-row-inner { padding-right: 18px; }
}

@media (max-width: 760px) {
  .hero-command-grid { animation: none; }
  .hero-image-wrap::after { display: none; }
  .about-detail-image { height: 470px; min-height: 470px; }
  .about-detail-image img { inset: -4%; width: 108%; height: 108%; }
  .solutions-signal-field { opacity: .42; }
  .material-break { height: 92svh; min-height: 760px; }
  .material-statement { left: 20px; right: 20px; top: 43%; transform: translateY(-50%); font-size: clamp(42px, 12vw, 60px); line-height: .9; }
  .material-statement > span { width: auto; max-width: none; white-space: normal; transform: none !important; }
  .material-scan { right: -35px; top: 10%; opacity: .5; }
  .partner-row-inner { padding-right: 6px; }
  .partner-row:hover .partner-row-inner h3,
  .partner-row:hover .partner-row-inner p,
  .partner-row:hover .partner-row-inner small { transform: none; }
  .gallery-item img,
  .gallery-item:hover img,
  .event-card .event-image img,
  .event-card:hover .event-image img { transform: scale(1.045); }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-signal-field { opacity: .24; }
  .material-statement > span { transform: none !important; }
  .material-scan { transform: none; }
}

/* Version 5 — future-medical imaging language */
.hero-image-wrap img {
  object-position: 56% center;
  filter: saturate(.88) contrast(1.12) brightness(.72);
}

.hero-image-fallback {
  background:
    radial-gradient(circle at 78% 48%, rgba(25, 89, 174, .56), transparent 25%),
    radial-gradient(circle at 68% 50%, #101e34, #030812 48%, #01040a 78%);
}

.hero-sticky::after {
  background:
    linear-gradient(90deg, rgba(1, 4, 10, .985) 0%, rgba(1, 5, 12, .91) 32%, rgba(1, 7, 16, .34) 56%, rgba(1, 5, 12, .2) 100%),
    linear-gradient(180deg, rgba(1, 5, 12, .24), transparent 49%, rgba(1, 5, 12, .78));
}

.hero-command-grid {
  opacity: calc(.18 - var(--hero-progress) * .1);
  background-image:
    linear-gradient(rgba(144, 184, 235, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 184, 235, .075) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 6%, transparent 38%, #000 59%, #000 100%);
}

.global-network {
  opacity: calc(.82 - var(--hero-progress) * .7);
  filter: saturate(.82);
}

.hero-clinical-hud {
  position: absolute;
  z-index: 2;
  right: clamp(42px, 5.8vw, 102px);
  top: 17%;
  width: min(44vw, 720px);
  height: 62%;
  opacity: calc(.72 - var(--hero-progress) * .67);
  pointer-events: none;
  transform: translate3d(calc(var(--tilt-x) * -.18), calc(var(--tilt-y) * -.18 + var(--hero-progress) * 20px), 0);
  will-change: transform, opacity;
}

.hud-corner {
  position: absolute;
  width: 56px;
  height: 56px;
  opacity: .58;
  filter: drop-shadow(0 0 8px rgba(76, 145, 255, .14));
}

.hud-corner.corner-a { left: 0; top: 0; border-left: 1px solid rgba(159, 202, 255, .55); border-top: 1px solid rgba(159, 202, 255, .55); }
.hud-corner.corner-b { right: 0; top: 0; border-right: 1px solid rgba(159, 202, 255, .55); border-top: 1px solid rgba(159, 202, 255, .55); }
.hud-corner.corner-c { left: 0; bottom: 0; border-left: 1px solid rgba(159, 202, 255, .55); border-bottom: 1px solid rgba(159, 202, 255, .55); }
.hud-corner.corner-d { right: 0; bottom: 0; border-right: 1px solid rgba(159, 202, 255, .55); border-bottom: 1px solid rgba(159, 202, 255, .55); }

.hud-scan-plane {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(137, 191, 255, .14), rgba(154, 205, 255, .8), rgba(137, 191, 255, .14), transparent);
  box-shadow: 0 8px 28px rgba(48, 123, 255, .15);
  animation: heroClinicalScan 5.8s cubic-bezier(.55, .08, .42, .94) 1.7s infinite;
}

.hud-wave {
  position: absolute;
  left: 7%;
  bottom: 8%;
  width: 58%;
  height: 44px;
  overflow: visible;
}

.hud-wave path,
.clinical-waveform path {
  fill: none;
  stroke: rgba(150, 202, 255, .84);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 5px rgba(64, 142, 255, .54));
  animation: clinicalTrace 4.2s linear 1.35s infinite;
}

.hud-pulse {
  position: absolute;
  left: 69%;
  top: 46%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(197, 224, 255, .94);
  box-shadow: 0 0 21px 6px rgba(49, 128, 255, .22);
}

.hud-pulse i,
.hud-pulse b {
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(121, 181, 255, .42);
  border-radius: inherit;
  animation: clinicalPulseRing 2.8s var(--ease-smooth) infinite;
}

.hud-pulse b { animation-delay: 1.4s; }

.story-media-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 195, 255, .72), transparent);
  opacity: .46;
  box-shadow: 0 10px 38px rgba(50, 126, 255, .18);
  animation: storyClinicalScan 9s var(--ease-smooth) infinite;
  pointer-events: none;
}

.expertise-visual {
  --spot-x: 50%;
  --spot-y: 50%;
  --motion-x: 0px;
  --motion-y: 0px;
  isolation: isolate;
  background: #020810;
}

.expertise-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(340px circle at var(--spot-x) var(--spot-y), rgba(73, 143, 255, .16), transparent 67%);
  opacity: .2;
  mix-blend-mode: screen;
  transition: opacity .4s ease;
  pointer-events: none;
}

.expertise-visual:hover::before { opacity: 1; }

.expertise-visual > img {
  filter: saturate(.54) contrast(1.13) brightness(.8);
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.1);
  transition: opacity .78s var(--ease-smooth), transform .34s ease-out, clip-path 1s var(--ease-power), filter .6s ease;
  will-change: transform, opacity;
}

.expertise-visual > img.active {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.04);
}

.expertise-visual:hover > img.active {
  filter: saturate(.68) contrast(1.12) brightness(.86);
}

.clinical-scan-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.scan-corner {
  position: absolute;
  width: 46px;
  height: 46px;
  opacity: .7;
}

.scan-corner.scan-a { left: 28px; top: 28px; border-left: 1px solid rgba(164, 207, 255, .7); border-top: 1px solid rgba(164, 207, 255, .7); }
.scan-corner.scan-b { right: 28px; top: 28px; border-right: 1px solid rgba(164, 207, 255, .7); border-top: 1px solid rgba(164, 207, 255, .7); }
.scan-corner.scan-c { left: 28px; bottom: 28px; border-left: 1px solid rgba(164, 207, 255, .7); border-bottom: 1px solid rgba(164, 207, 255, .7); }
.scan-corner.scan-d { right: 28px; bottom: 28px; border-right: 1px solid rgba(164, 207, 255, .7); border-bottom: 1px solid rgba(164, 207, 255, .7); }

.clinical-scan-line {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 184, 255, .92), transparent);
  box-shadow: 0 13px 34px rgba(48, 126, 255, .22);
  animation: expertiseClinicalScan 5s cubic-bezier(.5, .03, .46, .96) infinite;
}

.clinical-reticle {
  position: absolute;
  left: var(--spot-x);
  top: var(--spot-y);
  width: 94px;
  height: 94px;
  border: 1px solid rgba(150, 203, 255, .54);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(55, 126, 255, .028), inset 0 0 24px rgba(56, 134, 255, .06);
  transition: left .16s ease-out, top .16s ease-out;
  animation: reticleBreath 3.8s ease-in-out infinite;
}

.clinical-reticle::before,
.clinical-reticle::after {
  content: "";
  position: absolute;
  background: rgba(159, 207, 255, .42);
}

.clinical-reticle::before { left: -26px; right: -26px; top: 50%; height: 1px; }
.clinical-reticle::after { top: -26px; bottom: -26px; left: 50%; width: 1px; }
.clinical-reticle i { position: absolute; inset: 15px; border: 1px dashed rgba(151, 201, 255, .36); border-radius: 50%; animation: materialOrbit 12s linear infinite; }
.clinical-reticle b { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #b7dcff; transform: translate(-50%, -50%); box-shadow: 0 0 18px 7px rgba(44, 126, 255, .24); }

.clinical-waveform {
  position: absolute;
  left: 28px;
  bottom: 29px;
  width: min(44%, 280px);
  height: 38px;
  overflow: visible;
  opacity: .78;
}

.expertise-visual > span { z-index: 5; }

@keyframes heroClinicalScan {
  0%, 9% { transform: translate3d(0, 0, 0); opacity: 0; }
  18% { opacity: .75; }
  82% { opacity: .75; }
  91%, 100% { transform: translate3d(0, calc(min(62vh, 560px)), 0); opacity: 0; }
}

@keyframes storyClinicalScan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  20%, 76% { opacity: .46; }
  88%, 100% { transform: translateY(min(92vh, 970px)); opacity: 0; }
}

@keyframes expertiseClinicalScan {
  0%, 8% { top: 5%; opacity: 0; }
  17%, 80% { opacity: .85; }
  92%, 100% { top: 95%; opacity: 0; }
}

@keyframes clinicalTrace {
  0% { stroke-dashoffset: 1; opacity: .15; }
  42%, 78% { stroke-dashoffset: 0; opacity: .9; }
  100% { stroke-dashoffset: -1; opacity: .14; }
}

@keyframes clinicalPulseRing {
  0% { transform: scale(.3); opacity: 0; }
  22% { opacity: .74; }
  100% { transform: scale(2.5); opacity: 0; }
}

@keyframes reticleBreath {
  0%, 100% { scale: .94; opacity: .7; }
  50% { scale: 1.04; opacity: 1; }
}

@media (max-width: 1100px) {
  .hero-clinical-hud { right: 22px; width: 50vw; opacity: calc(.58 - var(--hero-progress) * .52); }
  .hud-wave { width: 52%; }
}

@media (max-width: 760px) {
  .hero-image-wrap img { object-position: 69% center; filter: saturate(.82) contrast(1.1) brightness(.66); }
  .hero-command-grid { background-size: 56px 56px; }
  .hero-clinical-hud { right: -25vw; top: 15%; width: 96vw; height: 48%; opacity: calc(.42 - var(--hero-progress) * .36); }
  .hud-corner { width: 34px; height: 34px; }
  .hud-wave { left: 14%; bottom: 4%; width: 46%; opacity: .65; }
  .hud-pulse { left: 56%; top: 44%; }
  .story-media-frame::before { animation-duration: 11s; }
  .scan-corner { width: 32px; height: 32px; }
  .scan-corner.scan-a, .scan-corner.scan-c { left: 18px; }
  .scan-corner.scan-b, .scan-corner.scan-d { right: 18px; }
  .scan-corner.scan-a, .scan-corner.scan-b { top: 18px; }
  .scan-corner.scan-c, .scan-corner.scan-d { bottom: 18px; }
  .clinical-reticle { width: 70px; height: 70px; }
  .clinical-waveform { left: 18px; bottom: 20px; width: 48%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-clinical-hud { transform: none; opacity: .42; }
  .hud-scan-plane, .story-media-frame::before, .clinical-scan-line { animation: none; opacity: .25; }
  .hud-wave path, .clinical-waveform path { animation: none; stroke-dashoffset: 0; }
  .hud-pulse i, .hud-pulse b, .clinical-reticle, .clinical-reticle i { animation: none; }
  .expertise-visual > img, .expertise-visual > img.active { transform: scale(1.035); }
}

/* Version 6 — requested image replacements and kinetic technology footer */
.hero-image-wrap img {
  object-position: 55% center;
  filter: saturate(.9) contrast(1.08) brightness(.78);
}

.about-detail-image img {
  object-position: 52% center;
  filter: saturate(.74) contrast(1.06) brightness(.88);
}

footer.future-footer {
  --section-progress: .5;
  position: relative;
  min-height: 880px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(920px circle at 54% 46%, rgba(20, 76, 170, .2), transparent 66%),
    radial-gradient(620px circle at 8% 18%, rgba(32, 106, 255, .1), transparent 72%),
    #010409;
  color: white;
}

.footer-tech-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(132, 177, 237, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 177, 237, .065) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(ellipse 92% 88% at 60% 42%, #000 8%, rgba(0,0,0,.72) 52%, transparent 92%);
  animation: footerGridFlow 22s linear infinite;
}

.footer-tech-grid::before,
.footer-tech-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(109, 169, 255, .12);
  border-radius: 50%;
}

.footer-tech-grid::before {
  width: 760px;
  height: 760px;
  right: -280px;
  top: -310px;
  box-shadow: 0 0 0 90px rgba(71, 136, 255, .018), 0 0 0 180px rgba(71, 136, 255, .012);
}

.footer-tech-grid::after {
  width: 440px;
  height: 440px;
  left: -220px;
  bottom: -240px;
}

.footer-scan-beam {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0 8%, rgba(93, 158, 255, .16) 30%, rgba(158, 204, 255, .82) 52%, rgba(93, 158, 255, .16) 72%, transparent 92%);
  box-shadow: 0 14px 42px rgba(35, 111, 255, .2);
  animation: footerScan 7.6s cubic-bezier(.55, .06, .42, .96) infinite;
}

.footer-ghost {
  position: absolute;
  z-index: -2;
  left: -1.5vw;
  right: -1.5vw;
  bottom: 104px;
  white-space: nowrap;
  font-size: clamp(120px, 18.5vw, 350px);
  line-height: .68;
  letter-spacing: -.095em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(140, 188, 255, .085);
  background: linear-gradient(100deg, transparent 30%, rgba(97, 161, 255, .2) 47%, rgba(221, 237, 255, .42) 50%, rgba(97, 161, 255, .2) 53%, transparent 70%);
  background-size: 230% 100%;
  background-position: 130% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translate3d(calc((var(--section-progress) - .5) * -4vw), 0, 0);
  animation: footerGhostSweep 8.5s ease-in-out infinite;
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 2;
  min-height: 720px;
  padding-top: clamp(90px, 9vw, 145px);
  padding-bottom: clamp(90px, 9vw, 145px);
  display: grid;
  grid-template-columns: 1.2fr .82fr .42fr;
  gap: clamp(44px, 6vw, 100px);
  align-items: center;
}

.footer-statement > p {
  margin: 0 0 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #71869e;
  font: 530 9px var(--font-geist-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-statement > p span { color: #bad7ff; }
.footer-statement > p i { width: 5px; height: 5px; border-radius: 50%; background: #5ea1ff; box-shadow: 0 0 0 7px rgba(74, 148, 255, .11), 0 0 19px rgba(74, 148, 255, .52); animation: footerNodePulse 2.6s ease-in-out infinite; }

.footer-statement h2 {
  margin: 0;
  font-size: clamp(66px, 7.5vw, 128px);
  line-height: .84;
  letter-spacing: -.09em;
  font-weight: 630;
}

.footer-statement h2 > span,
.footer-statement h2 > em { display: block; }
.footer-statement h2 > em { color: #9fc8ff; font-weight: 250; font-style: normal; }

.footer-email {
  position: relative;
  width: min(100%, 560px);
  margin-top: 52px;
  padding: 17px 4px;
  display: grid;
  grid-template-columns: 1fr auto 42px;
  gap: 22px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  overflow: hidden;
  transition: padding .55s var(--ease-power), border-color .35s, color .35s;
}

.footer-email::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 105, 255, .18), transparent 70%);
  transform: translateX(-105%);
  transition: transform .65s var(--ease-power);
}

.footer-email > * { position: relative; z-index: 1; }
.footer-email > span { color: #74879d; font: 520 9px var(--font-geist-mono); letter-spacing: .11em; text-transform: uppercase; }
.footer-email > b { font-size: clamp(13px, 1vw, 16px); font-weight: 450; }
.footer-email > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-style: normal; transition: background .35s, transform .5s var(--ease-power); }
.footer-email:hover { padding-inline: 15px 4px; border-color: rgba(111, 172, 255, .58); }
.footer-email:hover::before { transform: translateX(0); }
.footer-email:hover > i { background: var(--blue); transform: rotate(45deg); }

.footer-orbit {
  position: relative;
  justify-self: center;
  width: min(31vw, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: perspective(900px) rotateX(4deg) rotateY(calc((var(--section-progress) - .5) * 10deg));
  filter: drop-shadow(0 0 54px rgba(39, 112, 255, .09));
}

.footer-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(133, 186, 255, .2);
}

.footer-ring::before,
.footer-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.footer-ring::before { inset: 9%; border: 1px dashed rgba(133, 186, 255, .1); }
.footer-ring::after { width: 5px; height: 5px; left: 50%; top: -3px; background: #a8d0ff; box-shadow: 0 0 18px 6px rgba(45, 126, 255, .36); }
.footer-ring > i { position: absolute; width: 4px; height: 4px; right: 7%; bottom: 21%; border-radius: 50%; background: #498fff; box-shadow: 0 0 14px rgba(69, 144, 255, .7); }
.footer-ring.ring-one { inset: 0; animation: footerOrbit 19s linear infinite; }
.footer-ring.ring-two { inset: 15%; border-style: dashed; transform: rotate(32deg); animation: footerOrbitReverse 13s linear infinite; }
.footer-ring.ring-three { inset: 31%; border-color: rgba(157, 202, 255, .32); animation: footerOrbit 8s linear infinite; }

.footer-axis { position: absolute; left: 8%; right: 8%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(132, 186, 255, .2), transparent); }
.footer-axis.axis-y { transform: rotate(90deg); }
.footer-axis::after { content: ""; position: absolute; left: 50%; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: #a9d2ff; box-shadow: 0 0 24px 8px rgba(51, 130, 255, .22); }

.footer-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(157, 202, 255, .25);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 111, 230, .23), rgba(3, 11, 24, .78) 64%);
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 30px rgba(59, 135, 255, .1), 0 0 55px rgba(35, 112, 255, .12);
}

.footer-core b { font-size: 20px; letter-spacing: -.06em; }
.footer-core span { position: absolute; bottom: 18px; color: #6f8eb4; font: 500 7px var(--font-geist-mono); letter-spacing: .14em; }
.footer-node { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #7cb5ff; box-shadow: 0 0 17px 7px rgba(45, 126, 255, .21); animation: footerNodePulse 3.2s ease-in-out infinite; }
.footer-node.node-a { left: 4%; top: 45%; }
.footer-node.node-b { right: 12%; top: 14%; animation-delay: 1.1s; }
.footer-node.node-c { right: 19%; bottom: 8%; animation-delay: 2.1s; }

.footer-actions {
  align-self: stretch;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.future-footer .footer-brand { font-size: clamp(25px, 2.3vw, 37px); }
.footer-socials { display: grid; border-top: 1px solid rgba(255,255,255,.12); }
.footer-socials a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #8396ab; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; transition: color .3s, padding .45s var(--ease-power); }
.footer-socials a:hover { padding-left: 10px; color: white; }
.footer-socials a:hover .arrow { color: #68a8ff; transform: rotate(0); }

.future-footer .back-top {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8497ac;
  font: 520 9px var(--font-geist-mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.future-footer .back-top > i {
  position: relative;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  font-style: normal;
}

.future-footer .back-top > i::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; border-top-color: #68a8ff; animation: footerOrbit 5s linear infinite; }
.future-footer .back-top .arrow { transform: rotate(-90deg); }
.future-footer .back-top:hover { color: white; }
.future-footer .back-top:hover > i { background: var(--blue); }

.footer-ticker {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(3, 10, 20, .68);
  backdrop-filter: blur(10px);
}

.footer-ticker > div { width: max-content; animation: footerTicker 30s linear infinite; }
.footer-ticker span { display: inline-flex; align-items: center; color: #92a7be; font: 530 10px var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.footer-ticker span i { width: 5px; height: 5px; margin: 0 40px; border: 1px solid #6ca9ff; border-radius: 50%; box-shadow: 0 0 13px rgba(80, 151, 255, .45); }

.future-footer .footer-bottom {
  position: relative;
  z-index: 3;
  min-height: 102px;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  border-top: 0;
}

.future-footer .footer-bottom small,
.future-footer .footer-bottom p,
.future-footer .footer-bottom > span { margin: 0; color: #53677e; font: 500 8px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.future-footer .footer-credit {
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 42px);
  white-space: nowrap;
  text-transform: none;
}
.future-footer .footer-credit span + span {
  position: relative;
  color: #71879f;
}
.future-footer .footer-credit span + span::before {
  content: "";
  position: absolute;
  left: clamp(-21px, -1.2vw, -10px);
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #5ea1ff;
  box-shadow: 0 0 8px rgba(94, 161, 255, .7);
  transform: translate(-50%, -50%);
}
.future-footer .footer-bottom p { color: #8ba1b9; }
.future-footer .footer-bottom > span { justify-self: end; text-align: right; }

@keyframes footerGridFlow { to { background-position: 76px 76px; } }
@keyframes footerScan { 0%, 7% { top: 0; opacity: 0; } 18%, 78% { opacity: .62; } 93%, 100% { top: 100%; opacity: 0; } }
@keyframes footerGhostSweep { 0%, 14% { background-position: 130% 0; } 62%, 100% { background-position: -130% 0; } }
@keyframes footerOrbit { to { transform: rotate(360deg); } }
@keyframes footerOrbitReverse { from { transform: rotate(392deg); } to { transform: rotate(32deg); } }
@keyframes footerNodePulse { 0%, 100% { opacity: .45; scale: .72; } 50% { opacity: 1; scale: 1.18; } }
@keyframes footerTicker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  footer.future-footer { min-height: 1080px; }
  .footer-main { grid-template-columns: 1.1fr .9fr; }
  .footer-orbit { width: min(46vw, 430px); }
  .footer-actions { grid-column: 1 / -1; min-height: 180px; padding: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-socials { grid-template-columns: 1fr 1fr; border-top: 0; gap: 20px; }
  .footer-socials a { min-height: 50px; border-top: 1px solid rgba(255,255,255,.12); }
  .future-footer .back-top { align-self: start; }
}

@media (max-width: 760px) {
  footer.future-footer { min-height: 1260px; }
  .footer-tech-grid { background-size: 58px 58px; animation: none; }
  .footer-main { min-height: 1060px; padding-top: 100px; padding-bottom: 70px; grid-template-columns: 1fr; gap: 68px; }
  .footer-statement > p { flex-wrap: wrap; gap: 9px; line-height: 1.7; }
  .footer-statement h2 { font-size: clamp(58px, 17vw, 82px); }
  .footer-email { grid-template-columns: 1fr 40px; gap: 12px; }
  .footer-email > span { grid-column: 1; }
  .footer-email > b { grid-column: 1; grid-row: 2; }
  .footer-email > i { grid-column: 2; grid-row: 1 / span 2; }
  .footer-orbit { grid-row: 2; width: min(88vw, 350px); }
  .footer-actions { grid-column: auto; min-height: 230px; padding-top: 32px; grid-template-columns: 1fr auto; gap: 42px 28px; }
  .footer-socials { grid-column: 1 / -1; grid-row: 2; }
  .future-footer .back-top { grid-column: 2; grid-row: 1; }
  .footer-ghost { bottom: 130px; font-size: 34vw; }
  .footer-ticker { padding-block: 18px; }
  .future-footer .footer-bottom { min-height: 156px; padding-block: 30px; grid-template-columns: 1fr; gap: 15px; align-content: center; }
  .future-footer .footer-credit { flex-wrap: wrap; row-gap: 9px; white-space: normal; }
  .future-footer .footer-bottom p { grid-row: 1; }
  .future-footer .footer-bottom > span { justify-self: start; text-align: left; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-tech-grid, .footer-scan-beam, .footer-ghost, .footer-ring, .footer-node, .future-footer .back-top > i::before, .footer-ticker > div { animation: none !important; }
  .footer-ghost, .footer-orbit { transform: none; }
}

/* Version 8 — final responsive composition */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.site-root,
.site-root main,
.site-root section,
.site-root footer {
  width: 100%;
  min-width: 0;
}

:where(
  .hero-content,
  .manifesto-copy,
  .manifesto-foot > *,
  .about-detail-heading > *,
  .about-detail-grid > *,
  .solutions-shell > *,
  .expertise-head > *,
  .expertise-display > *,
  .partners-heading > *,
  .partner-row-inner > *,
  .gallery-heading > *,
  .events-heading > *,
  .events-grid > *,
  .contact-grid > *,
  .footer-main > *,
  .footer-bottom > *
) {
  min-width: 0;
}

.contact-details b,
.footer-email b,
.future-footer .footer-bottom > span {
  overflow-wrap: anywhere;
}

/* Give the large HIZENGROUP signature its own clear visual interval. */
.footer-main {
  padding-bottom: clamp(210px, 14vw, 270px);
}

.footer-ghost {
  left: 50%;
  right: auto;
  bottom: 186px;
  width: max-content;
  font-size: clamp(96px, 14.2vw, 320px);
  line-height: .76;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: rgba(140, 188, 255, .13);
  transform: translate3d(calc(-50% + (var(--section-progress) - .5) * -4vw), 0, 0);
}

/* Large desktop and presentation displays */
@media (min-width: 1800px) {
  .section-shell {
    width: min(1740px, 100%);
    padding-inline: clamp(88px, 5vw, 118px);
  }

  .site-header {
    height: 84px;
    padding-inline: clamp(82px, 4.8vw, 116px);
  }

  .site-header nav { gap: clamp(30px, 2.1vw, 44px); }
  .site-header nav a { font-size: 10px; }
  .brand { font-size: 27px; }
  .header-contact { height: 48px; padding-inline: 22px 18px; }

  .hero-sticky { min-height: 800px; }
  .hero-content {
    left: clamp(110px, 6.2vw, 168px);
    width: min(920px, 50vw);
  }
  .hero-content h1 { font-size: clamp(138px, 7.6vw, 172px); }
  .hero-description { max-width: 560px; font-size: 18px; }
  .hero-fields { right: clamp(80px, 5vw, 130px); }
  .hero-index { right: clamp(80px, 5vw, 130px); }

  .authority-stat { min-height: 280px; padding-inline: clamp(44px, 3vw, 68px); }
  .authority-stat strong { font-size: clamp(86px, 5vw, 112px); }

  .story-media-frame { height: min(88svh, 1040px); }
  .about-detail-grid { gap: clamp(110px, 7vw, 160px); }
  .about-detail-image { height: clamp(680px, 38vw, 780px); }
  .gallery-grid { grid-auto-rows: 210px; gap: 20px; }
  .event-image { height: clamp(430px, 27vw, 530px); }

  .footer-main {
    width: min(1740px, 100%);
    min-height: 790px;
    gap: clamp(80px, 5vw, 120px);
    padding-top: 150px;
    padding-bottom: 260px;
  }
  .footer-statement h2 { font-size: clamp(118px, 6.6vw, 148px); }
  .footer-orbit { width: min(29vw, 510px); }
  .footer-ghost { bottom: 198px; font-size: clamp(260px, 14.6vw, 340px); }
}

@media (min-width: 2560px) {
  .section-shell,
  .footer-main { width: min(2080px, 100%); }
  .hero-content { left: max(8vw, 180px); width: 980px; }
  .hero-content h1 { font-size: 184px; }
  .hero-description { font-size: 19px; }
  .gallery-grid { grid-auto-rows: 250px; gap: 24px; }
  .footer-main { grid-template-columns: 1.15fr .8fr .4fr; }
  .footer-ghost { font-size: 380px; }
}

/* Standard laptops */
@media (min-width: 1101px) and (max-width: 1440px) {
  .section-shell { padding-inline: clamp(44px, 4.3vw, 62px); }
  .site-header { padding-inline: clamp(40px, 4vw, 58px); }
  .site-header nav { gap: clamp(18px, 1.9vw, 27px); }

  .hero-content {
    left: clamp(48px, 5vw, 72px);
    width: min(690px, 58vw);
  }
  .hero-content h1 { font-size: clamp(72px, 7.8vw, 112px); }
  .hero-description { max-width: 455px; }
  .hero-fields,
  .hero-index { right: clamp(36px, 4vw, 58px); }

  .authority-stat { min-height: 220px; padding-inline: clamp(26px, 2.7vw, 40px); }
  .about-detail-grid { gap: clamp(58px, 5.2vw, 76px); }
  .about-detail-image { height: clamp(560px, 46vw, 650px); }
  .solutions-shell { gap: clamp(60px, 6vw, 88px); }

  .footer-main {
    grid-template-columns: 1.12fr .78fr .46fr;
    gap: clamp(34px, 3.7vw, 54px);
  }
  .footer-statement h2 { font-size: clamp(68px, 6.8vw, 98px); }
  .footer-orbit { width: min(31vw, 400px); }
  .footer-actions { padding-left: 20px; }
  .footer-ghost { bottom: 180px; }
}

/* Short laptop screens */
@media (min-width: 761px) and (max-height: 820px) {
  .site-header { height: 70px; }
  .hero-sticky { min-height: 640px; }
  .hero-content { top: 52%; }
  .hero-meta { margin-bottom: 22px; }
  .hero-content h1 { font-size: clamp(66px, 7.4vw, 108px); }
  .hero-description { margin-block: 22px 24px; line-height: 1.55; }
  .hero-fields { bottom: 42px; }
  .story-media-frame { min-height: 600px; }
  .cooperation-stage { min-height: 680px; }
  .footer-main { padding-top: 90px; }
}

/* Tablets and compact notebooks */
@media (min-width: 761px) and (max-width: 1100px) {
  .section-shell { padding-inline: clamp(30px, 4.8vw, 52px); }
  .hero-content { width: min(720px, 78vw); }
  .hero-content h1 { font-size: clamp(72px, 10.2vw, 112px); }
  .hero-meta { flex-wrap: wrap; }
  .manifesto-foot { gap: clamp(44px, 8vw, 88px); }
  .story-media-copy { right: clamp(34px, 7vw, 76px); }
  .material-statement { right: 8vw; }
  .gallery-filters { overflow-x: auto; scrollbar-width: none; }
  .gallery-filters::-webkit-scrollbar { display: none; }
  .gallery-filters button { flex: 0 0 auto; min-width: 132px; }
  .event-meta { gap: 10px; flex-wrap: wrap; }
  .footer-main { padding-bottom: 230px; }
  .footer-ghost { bottom: 184px; font-size: clamp(104px, 14vw, 164px); }
}

@media (min-width: 761px) and (max-width: 920px) {
  .about-detail-grid { grid-template-columns: 1fr; }
  .about-detail-image { width: 100%; height: clamp(540px, 74vw, 670px); }
  .about-detail-copy { max-width: 720px; }
  .events-grid { grid-template-columns: 1fr; gap: 58px; }
  .event-image { height: clamp(420px, 62vw, 560px); }
  .event-card h3 { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 72px; }
  .footer-orbit { grid-row: 2; width: min(58vw, 430px); }
  .footer-actions {
    grid-column: auto;
    min-height: 180px;
    grid-template-columns: 1fr 1fr auto;
  }
}

/* Phones */
@media (max-width: 760px) {
  .section-shell { padding-inline: clamp(16px, 5.1vw, 22px); }
  .site-header { padding-left: max(18px, env(safe-area-inset-left)); padding-right: max(10px, env(safe-area-inset-right)); }
  .site-header nav {
    height: 100dvh;
    padding-top: calc(104px + env(safe-area-inset-top));
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hero-stage { height: max(155svh, 980px); }
  .hero-sticky { min-height: 640px; }
  .hero-meta { flex-wrap: wrap; row-gap: 10px; }
  .hero-content h1 .line { max-width: 100%; }
  .hero-description { max-width: 34em; }
  .hero-content .magnetic-link { max-width: 100%; }

  .manifesto-copy p,
  .story-media-copy h2,
  .about-detail-heading h2,
  .solutions-intro h2,
  .expertise-head h2,
  .partners-heading h2,
  .gallery-heading h2,
  .events-heading h2,
  .contact-heading h2,
  .cooperation-content h2,
  .footer-statement h2 { overflow-wrap: normal; }

  .story-media-frame { height: max(82svh, 640px); min-height: 640px; }
  .about-detail-image { height: clamp(400px, 120vw, 520px); min-height: 0; }
  .about-detail-image span { left: 18px; right: 18px; bottom: 18px; }

  .solution-card { padding: 24px 22px; }
  .solution-card h3 { margin-right: 48px; }
  .expertise-visual { min-height: clamp(360px, 104vw, 440px); }
  .expertise-list button { padding-right: 4px; }

  .gallery-grid { gap: 12px; }
  .gallery-item.item-0,
  .gallery-item.item-1,
  .gallery-item.item-2,
  .gallery-item.item-3,
  .gallery-item.item-4,
  .gallery-item.item-5,
  .gallery-item.item-6 { height: clamp(300px, 108vw, 410px); }

  .cooperation-stage { height: max(100svh, 720px); min-height: 720px; }
  .events-grid { gap: 54px; }
  .event-image { height: clamp(310px, 108vw, 410px); }
  .event-meta { gap: 10px; flex-wrap: wrap; }

  .contact-details a {
    min-height: 104px;
    padding-block: 20px;
    grid-template-columns: minmax(0, 1fr) 24px;
    grid-template-rows: auto auto;
    gap: 8px 16px;
  }
  .contact-details small { grid-column: 1; grid-row: 1; }
  .contact-details b { grid-column: 1; grid-row: 2; }
  .contact-details .arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .contact-form input,
  .contact-form textarea { font-size: 16px; }

  footer.future-footer { min-height: 0; }
  .footer-main {
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 210px;
    gap: 64px;
  }
  .footer-actions { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-email b { font-size: 13px; }
  .footer-ghost {
    bottom: 244px;
    font-size: min(14vw, 112px);
    line-height: .82;
    letter-spacing: -.01em;
    -webkit-text-stroke-color: rgba(140, 188, 255, .18);
  }
  .footer-ticker span i { margin-inline: 28px; }
  .future-footer .footer-bottom { row-gap: 17px; }
  .future-footer .footer-credit { column-gap: 28px; }
}

@media (max-width: 420px) {
  .site-header nav a { font-size: clamp(34px, 12vw, 50px); }
  .hero-content { left: 16px; right: 16px; bottom: 102px; }
  .hero-content h1 { font-size: clamp(50px, 16.5vw, 68px); }
  .hero-meta { font-size: 8px; letter-spacing: .1em; }
  .hero-description { font-size: 12px; line-height: 1.62; }
  .hero-content .magnetic-link { width: 100%; justify-content: space-between; padding-left: 18px; }
  .hero-scroll { left: 16px; }
  .hero-index { right: 16px; }

  .authority-stat { min-height: 162px; padding: 20px 16px; }
  .authority-stat strong { font-size: clamp(44px, 14vw, 54px); }
  .authority-stat p { letter-spacing: .07em; }
  .manifesto-copy p { font-size: clamp(44px, 16.7vw, 66px); }
  .story-media-copy { left: 18px; right: 18px; }
  .story-media-copy h2 { font-size: clamp(39px, 12.4vw, 52px); }

  .about-detail-heading h2,
  .solutions-intro h2,
  .expertise-head h2,
  .partners-heading h2,
  .gallery-heading h2,
  .events-heading h2,
  .contact-heading h2 { font-size: clamp(43px, 13.6vw, 58px); }

  .solution-card h3 { margin-right: 38px; font-size: 25px; }
  .material-statement { font-size: clamp(38px, 11.6vw, 50px); }
  .expertise-list button { min-height: 142px; grid-template-columns: 30px 1fr 22px; }
  .expertise-list button h3 { font-size: 22px; }
  .partner-row-inner h3 { font-size: 18px; }

  .gallery-filters { width: calc(100% + 16px); }
  .gallery-filters button { min-width: 112px; }
  .gallery-item figcaption { left: 18px; right: 18px; bottom: 18px; }

  .cooperation-content { padding-bottom: 82px; }
  .cooperation-content h2 { font-size: clamp(50px, 16vw, 68px); }
  .footer-statement h2 { font-size: clamp(52px, 16vw, 68px); }
  .footer-statement > p { font-size: 8px; }
  .footer-email { margin-top: 42px; }
  .footer-orbit { width: min(86vw, 310px); }
  .footer-actions { gap: 36px 20px; }
  .future-footer .footer-brand { font-size: 25px; }
  .footer-socials { gap: 12px; }
  .footer-socials a { min-width: 0; font-size: 10px; }
  .footer-ghost { bottom: 252px; }
  .future-footer .footer-credit { gap: 11px 24px; }
  .future-footer .footer-credit span + span::before { display: none; }
}

@media (max-width: 360px) {
  .hero-content h1 { font-size: 50px; }
  .hero-description { max-width: 29em; }
  .authority-stat p { font-size: 6.5px; }
  .footer-email { grid-template-columns: minmax(0, 1fr) 38px; }
  .footer-email b { font-size: 12px; }
  .footer-actions { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-socials { grid-template-columns: 1fr; }
  .footer-ghost { font-size: 14vw; }
}

/* Touch input: keep the same design without sticky desktop hover states. */
@media (hover: none), (pointer: coarse) {
  .precision-cursor { display: none !important; }
  .magnetic-link { transform: none !important; }
  .solution-card:hover,
  .event-card:hover { transform: none; }
  .partner-row:hover .partner-row-inner h3,
  .partner-row:hover .partner-row-inner p,
  .partner-row:hover .partner-row-inner small { transform: none; }
  .gallery-item:hover img,
  .event-card:hover .event-image img { transform: scale(1.045); }
}

@media (max-width: 760px) and (orientation: landscape),
       (max-height: 560px) and (max-width: 980px) {
  .hero-stage { height: 980px; }
  .hero-sticky { min-height: 620px; }
  .story-media-frame { height: 640px; }
  .cooperation-stage { height: 720px; }
}

/* Keep the expanded supplied hero copy inside the existing mobile composition. */
@media (max-width: 760px) {
  .hero-content {
    bottom: 76px;
    transform: translateY(calc(var(--hero-progress) * -50px));
  }
  .hero-content .magnetic-link + .magnetic-link { margin-top: 8px; }
}

@media (max-width: 420px) {
  .hero-content { bottom: 72px; }
}

/* Version 11 — icon system for Why HizenGroup */
.event-icon-stage {
  position: relative;
  height: clamp(300px, 28vw, 470px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #8dbaff;
  border: 1px solid rgba(6, 20, 38, .08);
  background:
    radial-gradient(circle at 50% 47%, rgba(49, 128, 255, .2), transparent 34%),
    linear-gradient(145deg, #09192c 0%, #040c17 58%, #071426 100%);
}
.event-icon-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(140, 187, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 187, 255, .1) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}
.event-icon-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(121, 173, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(74, 145, 255, .025), 0 0 70px rgba(36, 111, 255, .13);
  transition: transform .9s cubic-bezier(.16, 1, .3, 1), border-color .45s;
}
.foundation-icon {
  position: relative;
  z-index: 2;
  width: clamp(118px, 12vw, 184px);
  height: auto;
  color: #91bdff;
  filter: drop-shadow(0 0 20px rgba(55, 133, 255, .2));
  transform: translateY(0) scale(1);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), color .45s, filter .45s;
}
.foundation-icon path,
.foundation-icon circle,
.foundation-icon rect { vector-effect: non-scaling-stroke; }
.event-icon-orbit {
  position: absolute;
  z-index: 1;
  width: 68%;
  aspect-ratio: 1;
  border: 1px dashed rgba(126, 179, 255, .17);
  border-radius: 50%;
  animation: foundationOrbit 24s linear infinite;
}
.event-icon-orbit::before,
.event-icon-orbit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72aaff;
  box-shadow: 0 0 18px 5px rgba(67, 138, 255, .25);
}
.event-icon-orbit::before { left: 13%; top: 12%; }
.event-icon-orbit::after { right: 4%; bottom: 27%; }
.event-icon-stage > span {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #8ebaff;
  border-left: 1px solid rgba(137, 186, 255, .18);
  border-bottom: 1px solid rgba(137, 186, 255, .18);
  background: rgba(3, 11, 22, .72);
  backdrop-filter: blur(10px);
  font: 550 9px var(--font-geist-mono);
}
.event-card:hover .foundation-icon {
  color: #c3dcff;
  filter: drop-shadow(0 0 28px rgba(72, 149, 255, .35));
  transform: translateY(-5px) scale(1.065);
}
.event-card:hover .event-icon-stage::after {
  border-color: rgba(121, 173, 255, .4);
  transform: scale(1.08);
}

@keyframes foundationOrbit { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .event-icon-stage { height: clamp(310px, 108vw, 410px); }
  .foundation-icon { width: clamp(122px, 40vw, 172px); }
}

@media (prefers-reduced-motion: reduce) {
  .event-icon-orbit { animation: none; }
}

@media (hover: none), (pointer: coarse) {
  .event-card:hover .foundation-icon { transform: none; }
  .event-card:hover .event-icon-stage::after { transform: none; }
}

/* WordPress page and journal fallbacks. */
.hizen-inner-site {
  min-height: 100vh;
  background: var(--paper);
}
.hizen-simple-header {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.hizen-simple-header > a:last-child {
  font: 560 11px var(--font-geist-mono);
  letter-spacing: .05em;
}
.hizen-simple-brand {
  font-size: 25px;
  font-weight: 680;
  letter-spacing: -.06em;
}
.hizen-simple-brand span { font-weight: 330; }
.hizen-content-page {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 160px) 0;
}
.hizen-content-heading { max-width: 980px; margin-bottom: clamp(60px, 8vw, 110px); }
.hizen-content-heading > p,
.hizen-error-page main > p {
  margin: 0 0 25px;
  color: var(--blue);
  font: 570 10px var(--font-geist-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Elementor 4 integration: keep every bespoke section truly edge-to-edge. */
.hizen-elementor-content,
.hizen-elementor-content > .elementor,
.hizen-elementor-content .elementor-element,
.hizen-elementor-content .elementor-widget-container {
  width: 100%;
  max-width: none;
}
.hizen-elementor-content .e-con,
.hizen-elementor-content .e-con-inner {
  --container-max-width: none;
  --content-width: 100%;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.hizen-elementor-content [class*="elementor-widget-hizen-"] {
  margin: 0;
  padding: 0;
}
.elementor-editor-active .intro-curtain {
  display: none !important;
}
.elementor-editor-active .precision-cursor {
  display: none !important;
}
.hizen-content-heading h1,
.hizen-error-page h1 {
  margin: 0;
  font-size: clamp(52px, 7.5vw, 112px);
  line-height: .92;
  letter-spacing: -.075em;
  font-weight: 560;
}
.hizen-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 72px 24px; }
.hizen-post-card { border-top: 1px solid var(--line); padding-top: 20px; }
.hizen-post-image { height: 360px; margin-bottom: 30px; overflow: hidden; background: #e8edf3; }
.hizen-post-image img,
.hizen-featured-image img { height: 100%; object-fit: cover; }
.hizen-post-card small { color: var(--blue); font: 520 9px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.hizen-post-card h2 { margin: 18px 0 12px; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.05em; }
.hizen-post-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.hizen-featured-image { height: min(65vw, 760px); margin: 0 0 70px; overflow: hidden; }
.hizen-prose { max-width: 980px; }
.hizen-prose .entry-content { color: #334960; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.85; }
.hizen-prose .entry-content > * { max-width: 780px; margin-left: auto; margin-right: auto; }
.hizen-prose .entry-content > .alignwide { max-width: 1100px; }
.hizen-prose .entry-content > .alignfull { max-width: none; }
.hizen-prose .entry-content h2,
.hizen-prose .entry-content h3 { color: var(--ink); line-height: 1.1; letter-spacing: -.04em; }
.hizen-prose .entry-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.hizen-post-navigation { margin-top: 80px; padding-top: 28px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.hizen-error-page { min-height: 100vh; display: grid; place-items: center; background: var(--night); color: white; }
.hizen-error-page .hizen-content-page { text-align: center; }
.hizen-error-code { margin-bottom: 24px; color: rgba(112, 171, 255, .32); font: 600 clamp(110px, 25vw, 360px)/.7 var(--font-geist-mono); }
.hizen-primary-link { margin-top: 45px; height: 56px; padding: 0 24px; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; }
.navigation.pagination { margin-top: 70px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--line); }
.page-numbers.current { background: var(--ink); color: white; }

@media (max-width: 760px) {
  .hizen-simple-header { width: calc(100% - 32px); padding: 20px 0; }
  .hizen-simple-header > a:last-child { font-size: 9px; }
  .hizen-content-page { width: calc(100% - 36px); padding: 70px 0; }
  .hizen-post-grid { grid-template-columns: 1fr; gap: 55px; }
  .hizen-post-image { height: 260px; }
  .hizen-featured-image { height: 62vw; margin-bottom: 45px; }
}
