:root {
  --blue: #2366ff;
  --deep: #06173a;
  --navy: #07152f;
  --sky: #dcecff;
  --mint: #baf5eb;
  --lav: #d9d2ff;
  --cream: #f7f8f4;
  --ink: #08152e;
  --line: rgba(8,21,46,.16)
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans","Noto Sans KR",sans-serif;
  overflow-x: hidden
}
a {
  color: inherit;
  text-decoration: none
}
button {
  font: inherit
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .025;
  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)'/%3E%3C/svg%3E")
}
.site-header {
  height: 86px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  background: rgba(6, 22, 47, .88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.18)
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.5px
}
.brand b {
  color: #82b8ff
}
.brand-mark {
  width: 31px;
  height: 25px;
  position: relative;
  display: block
}
.brand-mark i {
  position: absolute;
  width: 12px;
  height: 25px;
  background: #fff;
  border-radius: 2px;
  transform: skew(-18deg)
}
.brand-mark i:last-child {
  left: 15px;
  height: 18px;
  top: 7px;
  background: #72a9ff
}
.desktop-nav {
  display: flex;
  gap: 40px;
  font-size: 14px
}
.desktop-nav a {
  opacity: .72;
  transition: .25s
}
.desktop-nav a:hover {
  opacity: 1
}
.header-cta {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 99px;
  padding: 12px 18px;
  font-size: 13px
}
.header-cta span {
  margin-left: 14px
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 42px;
  height: 42px
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 8px 0
}
.mobile-menu {
  display: none
}
.hero {
  height: min(940px,100svh);
  min-height: 720px;
  background: radial-gradient(circle at 71% 38%,#214da8 0,#0b2459 25%,#061737 64%,#041027 100%);
  position: relative;
  overflow: hidden;
  color: #fff
}
#space-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,13,35,.6),transparent 50%),linear-gradient(0deg,rgba(3,11,28,.4),transparent 45%);
  pointer-events: none
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .45
}
.glow-one {
  width: 360px;
  height: 360px;
  background: #5fc8ff;
  right: 8%;
  top: 14%
}
.glow-two {
  width: 240px;
  height: 240px;
  background: #9c8cff;
  left: 35%;
  bottom: 8%
}
.hero-content {
  position: relative;
  z-index: 4;
  padding: 22vh 7vw 0;
  max-width: 1150px
}
.eyebrow {
  font-size: 12px;
  letter-spacing: .22em;
  color: #a8c8ff
}
.hero h1 {
  font-size: clamp(82px,12.7vw,190px);
  line-height: .77;
  letter-spacing: -.075em;
  margin: 46px 0 32px;
  font-weight: 600
}
.hero h1 span:first-child {
  padding-left: 7vw
}
.hero h1 .dot {
  color: #5f9bff
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 8vw
}
.hero-bottom>p {
  font-size: 16px;
  line-height: 1.75;
  color: #d1e1ff
}
.circle-link {
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: .35s
}
.circle-link:hover {
  background: #fff;
  color: var(--ink);
  transform: scale(1.05)
}
.circle-link span {
  font-size: 12px
}
.circle-link small {
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .12em
}
.scroll-note {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  right: 5vw;
  font-size: 9px;
  letter-spacing: .2em;
  color: #adc6ed;
  display: flex;
  align-items: center;
  gap: 13px
}
.scroll-note i {
  height: 1px;
  width: 50px;
  background: #adc6ed
}
.orbit-label {
  position: absolute;
  z-index: 5;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  animation: float 5s ease-in-out infinite
}
.orbit-label small {
  font-size: 7px;
  letter-spacing: .12em;
  color: #bdd2ff;
  margin-top: 4px
}
.label-vr {
  top: 20%;
  right: 9%
}
.label-ar {
  bottom: 20%;
  right: 25%;
  animation-delay: -1.7s
}
.label-xr {
  top: 30%;
  left: 4%;
  animation-delay: -3.2s
}
.section {
  padding: 130px 7vw
}
.section-tag {
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 600;
  display: flex;
  gap: 18px;
  align-items: center
}
.section-tag span {
  color: var(--blue)
}
.section-tag.light {
  color: #aac4f8
}
.section-tag.light span {
  color: #fff
}
.intro {
  background: var(--cream);
  padding-bottom: 80px
}
.intro-copy {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 8vw;
  margin: 80px 4vw 130px
}
.kicker {
  grid-column: 1/-1;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--blue)
}
.intro h2 {
  font-size: clamp(46px,6.3vw,95px);
  line-height: 1.08;
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 600
}
.intro h2 em,.process h2 em,.contact h2 em {
  font-style: normal;
  color: var(--blue)
}
.intro-detail {
  align-self: end;
  border-top: 1px solid var(--line);
  padding-top: 24px
}
.intro-detail p {
  font-family: "Noto Sans KR";
  font-size: 15px;
  line-height: 1.85;
  color: #506078;
  margin: 0 0 32px
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 8px
}
.text-link span {
  margin-left: 30px
}
.marquee {
  margin: 0 -7vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 28px 0;
  white-space: nowrap
}
.marquee div {
  font-size: clamp(34px,4vw,64px);
  letter-spacing: -.04em;
  color: #d0d7dd;
  animation: marquee 22s linear infinite
}
.technology {
  background: var(--navy);
  color: #fff
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  margin-bottom: 70px
}
.section-head h2 {
  font-size: clamp(58px,8vw,118px);
  line-height: .83;
  letter-spacing: -.07em;
  margin: 0
}
.section-head>p {
  color: #91a9d4;
  font-size: 14px;
  line-height: 1.7
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
.tech-card {
  min-height: 570px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: var(--ink)
}
.vr-card {
  background: var(--sky)
}
.ar-card {
  background: var(--mint)
}
.xr-card {
  background: var(--lav)
}
.tech-visual {
  height: 330px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}
.tech-copy>span {
  font-size: 9px;
  letter-spacing: .15em
}
.tech-copy h3 {
  font-size: 28px;
  letter-spacing: -.04em;
  margin: 10px 0
}
.tech-copy p {
  font-family: "Noto Sans KR";
  font-size: 13px;
  line-height: 1.7;
  color: #4c5a72;
  max-width: 320px
}
.headset {
  width: 180px;
  height: 105px;
  background: linear-gradient(145deg,#1e68ff,#063cb5);
  border-radius: 55px 55px 35px 35px;
  transform: perspective(400px) rotateX(-8deg) rotateY(-14deg);
  box-shadow: 20px 30px 45px rgba(11,62,160,.25);
  position: relative;
  animation: deviceFloat 4s ease-in-out infinite
}
.headset:before {
  content: "";
  position: absolute;
  inset: 9px;
  background: linear-gradient(135deg,#a9d9ff,#4f89ff);
  border-radius: 47px 47px 29px 29px
}
.headset i {
  position: absolute;
  z-index: 1;
  background: #051d55;
  width: 46px;
  height: 34px;
  border-radius: 50%;
  top: 35px
}
.headset i:first-child {
  left: 30px
}
.headset i:nth-child(2) {
  right: 30px
}
.headset b {
  position: absolute;
  width: 120px;
  height: 35px;
  border: 10px solid #1c5ad4;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  left: 30px;
  top: -30px
}
.ring {
  position: absolute;
  border: 1px solid rgba(22,93,255,.3);
  border-radius: 50%;
  animation: ringPulse 3s ease-out infinite
}
.r1 {
  width: 250px;
  height: 250px
}
.r2 {
  width: 310px;
  height: 310px;
  animation-delay: 1.5s
}
.phone {
  height: 245px;
  width: 128px;
  border: 8px solid #0c2850;
  border-radius: 28px;
  background: linear-gradient(145deg,#eaffff,#5de5c6);
  transform: rotate(-13deg);
  box-shadow: 22px 30px 35px rgba(16,96,80,.18);
  animation: deviceFloat 4.5s ease-in-out infinite
}
.phone:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 39px;
  width: 35px;
  height: 6px;
  border-radius: 9px;
  background: #0c2850
}
.phone span {
  position: absolute;
  width: 65px;
  height: 65px;
  left: 25px;
  top: 78px;
  border: 1px solid white;
  transform: rotate(45deg);
  box-shadow: 0 0 0 12px rgba(255,255,255,.15)
}
.cube {
  position: absolute;
  width: 36px;
  height: 36px;
  background: rgba(51,107,255,.68);
  box-shadow: 10px 10px 0 rgba(14,67,188,.35);
  transform: rotate(30deg);
  animation: cubeFloat 4s ease-in-out infinite
}
.c1 {
  left: 12%;
  top: 25%
}
.c2 {
  right: 13%;
  top: 34%;
  animation-delay: -1.4s;
  background: #be8cff
}
.c3 {
  right: 22%;
  bottom: 15%;
  animation-delay: -2.6s;
  background: #fff
}
.portal {
  width: 225px;
  height: 225px;
  border: 28px solid #fff;
  border-radius: 50%;
  box-shadow: inset 10px 10px 25px rgba(73,54,166,.24),0 20px 45px rgba(77,59,166,.23);
  transform: rotateX(64deg) rotateZ(-20deg);
  animation: portal 7s linear infinite
}
.portal i {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #765dff;
  border-radius: 50%
}
.orb {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%,#fff,#69b3ff 28%,#6f55ff 75%);
  box-shadow: 0 18px 40px rgba(51,63,170,.3);
  animation: orb 4s ease-in-out infinite
}
.showreel {
  background: var(--navy);
  padding: 0 7vw 130px;
  color: white
}
.reel-stage {
  height: 76vh;
  min-height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #10234a
}
.reel-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 48%,rgba(43,127,255,.9),transparent 12%),radial-gradient(circle at 50% 50%,#132d65 0,#0a1835 38%,#050d20 75%)
}
.reel-grid {
  position: absolute;
  inset: -30%;
  background-image: linear-gradient(rgba(111,164,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(111,164,255,.12) 1px,transparent 1px);
  background-size: 70px 70px;
  transform: perspective(500px) rotateX(60deg);
  animation: gridMove 8s linear infinite
}
.reel-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.reel-copy>span {
  font-size: 10px;
  letter-spacing: .2em;
  color: #a8c7ff
}
.reel-copy h2 {
  font-size: clamp(58px,9vw,140px);
  line-height: .83;
  letter-spacing: -.07em;
  margin: 30px 0
}
.play-button {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: .3s
}
.play-button:hover {
  background: #fff;
  color: var(--ink);
  transform: scale(1.08)
}
.float-panel {
  position: absolute;
  z-index: 1;
  width: 170px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(129,177,255,.1);
  backdrop-filter: blur(7px);
  padding: 18px;
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: .12em;
  color: #adc6ef;
  animation: float 4s ease-in-out infinite
}
.float-panel strong {
  font-size: 11px;
  color: #fff
}
.panel-one {
  left: 8%;
  top: 15%;
  transform: rotate(-7deg)
}
.panel-two {
  right: 8%;
  bottom: 13%;
  transform: rotate(6deg);
  animation-delay: -2s
}
.process-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 80px 4vw
}
.process h2 {
  font-size: clamp(56px,8vw,118px);
  line-height: .88;
  letter-spacing: -.07em;
  margin: 0
}
.process-head p {
  font-size: 14px;
  color: #617087;
  line-height: 1.7
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 0 4vw;
  border-top: 1px solid var(--line)
}
.process-list li {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  transition: .25s
}
.process-list li:hover {
  padding-left: 15px;
  color: var(--blue)
}
.process-list span {
  font-size: 11px;
  color: #738098
}
.process-list strong {
  font-size: clamp(24px,3vw,43px);
  letter-spacing: -.04em
}
.process-list p {
  font-family: "Noto Sans KR";
  font-size: 13px;
  color: #69758a
}
.process-list i {
  font-style: normal;
  font-size: 22px
}
.contact {
  min-height: 700px;
  background: linear-gradient(145deg,#c8e7ff,#dcd5ff 58%,#c3f1ec);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden
}
.contact>p {
  font-size: 10px;
  letter-spacing: .2em;
  z-index: 1
}
.contact h2 {
  font-size: clamp(56px,9vw,132px);
  line-height: .86;
  letter-spacing: -.07em;
  margin: 38px 0;
  z-index: 1
}
.contact a {
  z-index: 1;
  background: var(--ink);
  color: #fff;
  border-radius: 99px;
  padding: 17px 23px;
  font-size: 11px;
  letter-spacing: .1em
}
.contact a span {
  margin-left: 28px
}
.contact-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%,#fff,#98cbff 32%,#8a7cff 74%,#5c50c2);
  filter: blur(.2px);
  box-shadow: 0 60px 100px rgba(70,91,180,.25);
  opacity: .38;
  animation: orbContact 7s ease-in-out infinite
}
.contact-orb span {
  position: absolute;
  inset: 45px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%
}
footer {
  background: #050d1d;
  color: #fff;
  padding: 70px 6vw 30px
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: start;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255,255,255,.13)
}
.footer-top>p {
  font-size: 12px;
  line-height: 1.7;
  color: #8797b3;
  margin: 0
}
.footer-top>a {
  font-size: 10px;
  letter-spacing: .15em
}
.footer-info {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr 2fr 1.2fr;
  gap: 40px;
  padding: 45px 0;
  color: #8797b3;
  font-size: 11px;
  line-height: 1.8
}
.footer-info div,.footer-info address {
  display: flex;
  flex-direction: column;
  font-style: normal
}
.footer-info strong {
  color: #fff;
  font-size: 14px
}
.footer-info a {
  color: #b9d1ff
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.13);
  padding-top: 25px;
  font-size: 9px;
  letter-spacing: .12em;
  color: #56647f;
  display: flex;
  justify-content: space-between
}
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s ease,transform .8s ease
}
.reveal.visible {
  opacity: 1;
  transform: none
}
@keyframes float {
  50% {
    translate: 0 -15px
  }
}
@keyframes deviceFloat {
  50% {
    translate: 0 -13px;
    rotate: 2deg
  }
}
@keyframes ringPulse {
  0% {
    scale: .6;
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    scale: 1.15;
    opacity: 0
  }
}
@keyframes cubeFloat {
  50% {
    translate: 0 -20px;
    rotate: 65deg
  }
}
@keyframes portal {
  to {
    rotate: 0deg 0deg 1turn
  }
}
@keyframes orb {
  0%,100% {
    translate: 0 -65px
  }
  50% {
    translate: 25px 45px;
    scale: .8
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}
@keyframes gridMove {
  to {
    background-position: 0 140px
  }
}
@keyframes orbContact {
  50% {
    transform: scale(1.12) translateY(-15px);
    filter: hue-rotate(20deg)
  }
}
@media(max-width:1024px) {
  .desktop-nav,.header-cta {
    display: none
  }
  .menu-toggle {
    display: block
  }
  .hero-content {
    padding-top: 25vh
  }
  .hero h1 {
    font-size: 15vw
  }
  .label-xr {
    display: none
  }
  .section {
    padding: 100px 5vw
  }
  .intro-copy {
    margin: 60px 2vw 100px
  }
  .tech-grid {
    grid-template-columns: 1fr 1fr
  }
  .tech-card:last-child {
    grid-column: 1/-1
  }
  .section-head {
    grid-template-columns: 1fr 2fr
  }
  .section-head>p {
    display: none
  }
  .showreel {
    padding: 0 5vw 100px
  }
  .footer-info {
    grid-template-columns: 1fr 1fr
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    inset: 0;
    background: #071630;
    color: white;
    z-index: 20;
    padding: 120px 7vw 60px;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-105%);
    transition: .55s cubic-bezier(.76,0,.24,1)
  }
  .mobile-menu.open {
    transform: none
  }
  .mobile-menu nav {
    display: flex;
    flex-direction: column
  }
  .mobile-menu nav a {
    font-size: clamp(36px,7vw,72px);
    font-weight: 600;
    letter-spacing: -.05em;
    padding: 9px 0
  }
  .mobile-menu p {
    font-size: 10px;
    color: #7692bd;
    letter-spacing: .15em
  }
  .site-header.menu-open {
    position: fixed
  }
  .menu-toggle.active span:first-child {
    transform: translateY(4.5px) rotate(45deg)
  }
  .menu-toggle.active span:last-child {
    transform: translateY(-4.5px) rotate(-45deg)
  }
}
@media(max-width:680px) {
  .site-header {
    height: 70px;
    padding: 0 20px
  }
  .hero {
    min-height: 680px
  }
  .hero-content {
    padding: 22vh 22px 0
  }
  .hero h1 {
    font-size: 19vw;
    line-height: .84;
    margin: 35px 0
  }
  .hero h1 span:first-child {
    padding-left: 0
  }
  .hero-bottom {
    margin: 0;
    display: block
  }
  .hero-bottom>p {
    font-size: 13px
  }
  .circle-link {
    width: 86px;
    height: 86px;
    position: absolute;
    right: 25px;
    bottom: -10px
  }
  .orbit-label {
    width: 65px;
    height: 65px
  }
  .label-vr {
    top: 17%;
    right: 6%
  }
  .label-ar {
    bottom: 23%;
    right: 5%
  }
  .scroll-note {
    bottom: 24px
  }
  .section {
    padding: 82px 20px
  }
  .intro-copy {
    display: block;
    margin: 55px 0 80px
  }
  .kicker {
    margin-bottom: 25px
  }
  .intro h2 {
    font-size: 12.5vw
  }
  .intro-detail {
    margin-top: 45px
  }
  .marquee {
    margin: 0 -20px
  }
  .section-head {
    display: block
  }
  .section-head h2 {
    margin: 45px 0 25px
  }
  .tech-grid {
    display: block
  }
  .tech-card {
    min-height: 510px;
    margin-bottom: 14px;
    padding: 25px
  }
  .tech-visual {
    height: 290px
  }
  .tech-card:last-child {
    margin-bottom: 0
  }
  .showreel {
    padding: 0 20px 80px
  }
  .reel-stage {
    height: 70vh;
    min-height: 560px
  }
  .float-panel {
    width: 110px;
    height: 135px
  }
  .panel-one {
    left: 3%;
    top: 8%
  }
  .panel-two {
    right: 3%;
    bottom: 8%
  }
  .process-head {
    display: block;
    margin: 55px 0
  }
  .process-head p {
    margin-top: 30px
  }
  .process-list {
    margin: 0
  }
  .process-list li {
    grid-template-columns: 42px 1fr 30px
  }
  .process-list p {
    display: none
  }
  .contact {
    min-height: 580px;
    padding: 0 20px
  }
  .contact-orb {
    width: 280px;
    height: 280px
  }
  .footer-top {
    grid-template-columns: 1fr auto;
    gap: 40px
  }
  .footer-top>p {
    grid-column: 1/-1;
    grid-row: 2
  }
  .footer-info {
    grid-template-columns: 1fr;
    gap: 25px
  }
  .copyright {
    gap: 30px
  }
  .label-xr {
    display: none
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto!important;
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important
  }
  .reveal {
    opacity: 1;
    transform: none
  }
}
/* Multi-level navigation */
.site-header {
  display: flex!important
}
.desktop-nav {
  gap: clamp(12px,1.65vw,26px);
  font-size: 12px;
  align-items: center
}
.desktop-nav>a,.nav-group>a {
  white-space: nowrap
}
.nav-group {
  position: relative;
  padding: 35px 0
}
.submenu {
  position: absolute;
  top: 72px;
  left: 50%;
  min-width: 175px;
  padding: 12px;
  background: rgba(7,21,47,.96);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,-8px);
  transition: .25s
}
.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 18px
}
.submenu a {
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  color: #c9daf7;
  opacity: 1
}
.submenu a:hover,.submenu a:focus {
  background: rgba(115,164,255,.16);
  color: #fff
}
.nav-group:hover .submenu,.nav-group:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0)
}
@media(max-width:1024px) {
  .mobile-menu {
    padding: 95px 7vw 30px;
    overflow-y: auto
  }
  .mobile-menu nav {
    width: 100%;
    align-items: stretch;
    text-align: left
  }
  .mobile-menu nav>a {
    display: block;
    width: 100%;
    align-self: stretch;
    text-align: left!important
  }
  .mobile-menu nav>a,.mobile-nav-group>button {
    font-size: clamp(26px,5vw,50px);
    font-weight: 600;
    letter-spacing: -.05em;
    padding: 7px 0
  }
  .mobile-nav-group>button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer
  }
  .mobile-nav-group>button span {
    font-size: .6em;
    font-weight: 400;
    transition: .3s
  }
  .mobile-nav-group.open>button span {
    transform: rotate(45deg)
  }
  .mobile-nav-group>div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    text-align: left;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .35s
  }
  .mobile-nav-group>div>a {
    display: block;
    width: 100%;
    align-self: stretch;
    text-align: left!important;
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: 0!important;
    color: #8fa9d2;
    padding: 6px 14px!important
  }
  .mobile-nav-group.open>div {
    max-height: 220px;
    opacity: 1;
    padding: 3px 0 8px
  }
}
@media(max-width:680px) {
  .mobile-menu {
    padding-top: 82px
  }
  .mobile-menu nav>a,.mobile-nav-group>button {
    font-size: 25px;
    padding: 5px 0
  }
  .mobile-menu p {
    margin: 25px 0 0
  }
}

.logo_area img {
    vertical-align: middle;
    height: 36px;
}

@media (min-width: 1200px) {
    #main_content .header-movie video {
        width: 100%;
        height: auto;
    }
}

.showreel {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.showreel .header-movie {
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.showreel .header-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* 화면 우측 하단 고정 TOP 버튼 */
.floating-top-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1000;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #ffffff;
  background: rgba(7, 21, 47, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(4, 16, 39, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.floating-top-button span {
  font-size: 17px;
  line-height: 1;
}

.floating-top-button b {
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.floating-top-button:hover {
  color: #ffffff;
  background: #2768ff;
  transform: translateY(-4px);
}

@media (max-width: 680px) {
  .floating-top-button {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }
}

/* 최종 헤더 고정 오버라이드: 기존 absolute 규칙보다 우선 적용 */
html body .site-header {
  position: fixed!important;
  top: 0!important;
  right: 0!important;
  bottom: auto!important;
  left: 0!important;
  width: 100%!important;
  z-index: 9999!important;
  background: rgba(6, 22, 47, .9)!important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
