/* ===== NEON RHYTHM DESIGN SYSTEM ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Noto+Sans+KR:wght@300;400;700&display=swap');

:root {
  --bg-deep: #050508;
  --bg-card: #0d0d12;
  --accent-pink: #384ef4;
  --accent-blue: #ffe100;
  --accent-purple: #e100ff;
  --text-main: #ffffff;
  --text-dim: #a0a0b0;
  --text-muted: #606070;
  --border: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.03);
  --nn-shadow: 0 0 20px rgba(255, 0, 85, 0.2);
  
  --ff-main: 'Outfit', 'Noto Sans KR', sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
body {
  background-color: var(--bg-deep);
  color: var(--text-main);
  font-family: var(--ff-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Background Effects */
.cd0cpfr {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1; overflow: hidden; pointer-events: none;
}
.cxui8xw {
  position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.15;
  animation: orbFloat 20s infinite alternate;
}
.c00jylj { width: 600px; height: 600px; background: var(--accent-pink); top: -200px; right: -100px; }
.cbz0psw { width: 500px; height: 500px; background: var(--accent-blue); bottom: -100px; left: -100px; animation-delay: -5s; }
.c122crp { width: 400px; height: 400px; background: var(--accent-purple); top: 40%; left: 30%; opacity: 0.1; animation-delay: -10s; }

@keyframes orbFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(50px, 100px) scale(1.2); }
}

a { text-decoration: none; color: inherit; transition: 0.3s var(--ease); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container { max-width: 1300px; margin: 0 auto; padding: 0 6vw; }

/* ===== UTILITIES ===== */
.cq9k0h7 {
  background: linear-gradient(90deg, var(--accent-pink), var(--accent-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cfcqpeq { color: var(--accent-pink); }
.cidgl4y { color: var(--accent-blue); }

/* ===== HEADER ===== */
#header {
  position: fixed; top: 0; left: 0; width: 100%; height: 80px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6vw; z-index: 1000;
  transition: 0.4s var(--ease);
}
#header.scrolled {
  background: rgba(5, 5, 8, 0.95);
  backdrop-filter: blur(20px);
  height: 70px;
  border-bottom: 1px solid var(--border);
}
.cekt2x5 { font-size: 24px; font-weight: 800; letter-spacing: -1px; display: flex; align-items: center; gap: 8px; position: relative; z-index: 1001; }
.logo-dot { width: 8px; height: 8px; background: var(--accent-pink); border-radius: 50%; box-shadow: 0 0 10px var(--accent-pink); }

.cpto4vw { display: flex; gap: 40px; align-items: center; }
.cpto4vw a { font-size: 14px; font-weight: 500; color: var(--text-dim); }
.cpto4vw a:hover { color: var(--text-main); }
.c2tj73c {
  padding: 10px 24px; background: var(--glass); border: 1px solid var(--border);
  border-radius: 100px; font-size: 13px; font-weight: 600;
}
.c2tj73c:hover { background: var(--text-main); color: var(--bg-deep); border-color: var(--text-main); }

/* Hamburger */
.c8yrrjj {
  display: none; width: 30px; height: 20px; flex-direction: column; justify-content: space-between;
  cursor: pointer; z-index: 1001; position: relative;
}
.c8yrrjj span { display: block; width: 100%; height: 2px; background: var(--text-main); transition: 0.3s; }
.c8yrrjj[data-active="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.c8yrrjj[data-active="true"] span:nth-child(2) { opacity: 0; }
.c8yrrjj[data-active="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* Mobile Nav Overlay */
.cggucfo {
  position: fixed; inset: 0; background: var(--bg-deep); z-index: 999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; transform: translateX(100%); transition: 0.5s var(--ease);
}
.cggucfo[data-active="true"] { transform: translateX(0); }
.cggucfo a { font-size: 24px; font-weight: 700; color: var(--text-dim); }
.cggucfo a:hover, .cggucfo a.current { color: var(--accent-pink); }

/* ===== HERO ===== */
#hero {
  min-height: 100vh; display: flex; align-items: center; padding-top: 80px;
  position: relative;
}
.cw2njzi { max-width: 800px; }
.c8tprsr {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; color: var(--accent-pink);
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px;
}
.c8tprsr span { width: 30px; height: 2px; background: var(--accent-pink); }
.cpoxbpz {
  font-size: clamp(48px, 8vw, 100px); font-weight: 800; line-height: 0.95;
  letter-spacing: -3px; margin-bottom: 32px;
}
.cpoxbpz em { font-style: normal; color: transparent; -webkit-text-stroke: 1px var(--text-main); opacity: 0.5; }
.c86x21b {
  font-size: clamp(16px, 2vw, 20px); color: var(--text-dim);
  max-width: 550px; margin-bottom: 48px; line-height: 1.6;
}
.c6lqdic { display: flex; gap: 16px; align-items: center; }
.cnpgz0p {
  padding: 18px 40px; background: var(--accent-pink); color: white;
  border-radius: 12px; font-weight: 700; font-size: 16px;
  box-shadow: 0 10px 30px rgba(255, 0, 85, 0.3); transition: 0.3s;
}
.cnpgz0p:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255, 0, 85, 0.4); }
.czz15ey {
  padding: 18px 40px; background: var(--glass); border: 1px solid var(--border);
  border-radius: 12px; font-weight: 700; font-size: 16px;
}
.czz15ey:hover { background: rgba(255,255,255,0.1); }

.c4tz0lu {
  position: absolute; right: -5vw; top: 15vh; width: 50vw; height: 70vh;
  z-index: -1; pointer-events: none;
}

/* ===== GRID SECTIONS ===== */
.csgx6sw { padding: 150px 0; }
.c328u8c { margin-bottom: 80px; }
.cvkji54 { color: var(--accent-blue); font-size: 13px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px; }
.civme6e { font-size: clamp(32px, 5vw, 56px); font-weight: 800; line-height: 1.1; letter-spacing: -1px; }

.cfye9x4 {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px;
}
.c6ylo3l {
  grid-column: span 4; background: var(--bg-card); border: 1px solid var(--border);
  padding: 48px; border-radius: 32px; position: relative; overflow: hidden;
  transition: 0.5s var(--ease);
}
.c6ylo3l:hover { border-color: var(--accent-pink); transform: translateY(-10px); }
.c6ylo3l::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at top right, rgba(255,0,85,0.1), transparent 60%);
  opacity: 0; transition: 0.5s;
}
.c6ylo3l:hover::before { opacity: 1; }

.c5x38cd { font-size: 40px; margin-bottom: 32px; }
.cqupeye { font-size: 14px; font-weight: 800; color: var(--accent-pink); margin-bottom: 12px; }
.c1tkb4x { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.cv3eaay { color: var(--text-dim); font-size: 15px; }

.vibe-card.large { grid-column: span 8; }

/* ===== SPOTLIGHT (Staggered) ===== */
.cts2oan { display: flex; gap: 80px; align-items: center; margin-bottom: 120px; }
.cts2oan:nth-child(even) { flex-direction: row-reverse; }
.c16xb6w {
  flex: 1; height: 500px; background: var(--bg-card); border-radius: 40px;
  position: relative; overflow: hidden; border: 1px solid var(--border);
}
.ceyqzv9 { flex: 0.8; }
.c14ke8h { color: var(--accent-pink); font-weight: 800; font-size: 14px; margin-bottom: 20px; display: block; }
.cvp8yb4 { font-size: 40px; font-weight: 800; margin-bottom: 24px; line-height: 1.2; }
.cmpnysk { font-size: 17px; color: var(--text-dim); margin-bottom: 32px; }

/* ===== TESTIMONIALS ===== */
#reviews { background: rgba(255,255,255,0.02); }
.cw3o2aw { display: flex; gap: 24px; overflow-x: auto; padding-bottom: 40px; scrollbar-width: none; }
.cw3o2aw::-webkit-scrollbar { display: none; }
.c6akhnq {
  min-width: 400px; background: var(--bg-deep); border: 1px solid var(--border);
  padding: 40px; border-radius: 24px;
}
.cytxt6i { font-size: 18px; font-weight: 500; margin-bottom: 24px; color: var(--text-main); }
.c541qdj { display: flex; align-items: center; gap: 16px; }
.cah1o4o { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple)); }
.crbm57z h4 { font-size: 15px; font-weight: 700; }
.crbm57z p { font-size: 12px; color: var(--text-muted); }

/* ===== CTA ===== */
.cuzd4xh {
  background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple));
  padding: 100px 6vw; border-radius: 48px; text-align: center;
  position: relative; overflow: hidden;
}
.cuzd4xh::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.1'/%3E%3C/svg%3E");
  opacity: 0.3;
}
.chdib0i { font-size: clamp(32px, 6vw, 70px); font-weight: 800; color: white; margin-bottom: 40px; line-height: 1; }
.crp2oxr {
  padding: 20px 50px; background: white; color: black; border-radius: 16px;
  font-weight: 800; font-size: 18px; display: inline-flex; align-items: center; gap: 12px;
}
.crp2oxr:hover { transform: scale(1.05); box-shadow: 0 20px 40px rgba(0,0,0,0.2); }

/* ===== FOOTER ===== */
#footer { padding: 100px 0 50px; border-top: 1px solid var(--border); }
.ctnnyuv { display: flex; justify-content: space-between; margin-bottom: 80px; }
.cdmjd2z .cekt2x5 { margin-bottom: 20px; }
.cdmjd2z p { color: var(--text-dim); font-size: 14px; max-width: 300px; }

.cbfe4mz { display: flex; gap: 80px; }
.ctkekg4 h5 { font-size: 13px; font-weight: 800; color: var(--text-main); margin-bottom: 24px; text-transform: uppercase; }
.ctkekg4 ul li { margin-bottom: 12px; }
.ctkekg4 ul li a { font-size: 14px; color: var(--text-muted); }
.ctkekg4 ul li a:hover { color: var(--accent-pink); }

.czw1wiw {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 40px; border-top: 1px solid var(--border);
  color: var(--text-muted); font-size: 12px;
}

/* ===== FLOATING ===== */
.c0nxpjz { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; gap: 12px; }
.c5xu0y8 {
  width: 140px; height: 50px; border-radius: 100px; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: white; box-shadow: 0 10px 20px rgba(0,0,0,0.3); transition: 0.3s;
}
.ckik6t1 { background: #0088cc; color: #fff; }
.cn4m906 { background: var(--accent-pink); }
.c5xu0y8:hover { transform: translateY(-5px); }

/* ===== STAFF GALLERY ===== */
.cvi0el8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.cwq62bx { position: relative; overflow: hidden; border-radius: 24px; border: 1px solid var(--border); transition: all 0.4s var(--ease); background: var(--bg-card); }
.cwq62bx:hover { border-color: var(--accent-pink); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(255, 0, 85, 0.15); }
.culoxlo {
  width: 100%;
  aspect-ratio: 21 / 9;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.culoxlo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(5,5,8,0.5) 100%);
  transition: opacity 0.4s var(--ease);
}
.cwq62bx:hover .culoxlo::after { opacity: 0.8; }

/* ===== ATMOSPHERE GALLERY ===== */
.cgi61db { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.ceqyqip { position: relative; overflow: hidden; border-radius: 24px; border: 1px solid var(--border); transition: all 0.4s var(--ease); background: var(--bg-card); }
.ceqyqip:hover { border-color: var(--accent-blue); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 242, 255, 0.1); }
.c58rye6 {
  width: 100%;
  aspect-ratio: 21 / 9;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.c58rye6::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 255, 0.08) 0%, transparent 60%);
  transition: opacity 0.4s var(--ease);
}
.ceqyqip:hover .c58rye6::after { opacity: 0; }

/* ===== FACILITIES GALLERY ===== */
.cr151w5 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
.crhppw6 { position: relative; overflow: hidden; border-radius: 24px; border: 1px solid var(--border); transition: all 0.4s var(--ease); background: var(--bg-card); }
.crhppw6:hover { border-color: var(--accent-purple); box-shadow: 0 15px 35px rgba(112, 0, 255, 0.1); }
.caizeay {
  width: 100%;
  aspect-ratio: 21 / 9;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s var(--ease);
  position: relative;
  overflow: hidden;
}
.crhppw6:hover .caizeay { transform: scale(1.08); }

/* ===== MOBILE ===== */
@media (max-width: 960px) {
  .cpto4vw { display: none; }
  .c8yrrjj { display: flex; }
  
  .cw2njzi { text-align: center; margin: 0 auto; width: 100%; max-width: none; position: relative; z-index: 2; }
  .c8tprsr { justify-content: center; }
  .c86x21b { max-width: none; margin: 0 auto 48px; }
  .c6lqdic { justify-content: center; flex-direction: column; }
  .cnpgz0p, .czz15ey { width: 100%; }
  
  .c4tz0lu {
      position: absolute; inset: 0; width: 100%; height: 100%;
      margin: 0; border-radius: 0; opacity: 0.4;
      filter: brightness(0.6) blur(2px);
  }
  #hero { background: var(--bg-deep); }
  
  .cfye9x4 { gap: 16px; }
  .c6ylo3l, .vibe-card.large { grid-column: span 12; padding: 32px 24px; }

  .cvi0el8 { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .cgi61db { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .cr151w5 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  
  .cts2oan { flex-direction: column !important; gap: 40px; text-align: center; }
  .c16xb6w { width: 100%; height: 350px; border-radius: 24px; }
  
  .cw3o2aw { padding: 0 0 40px; }
  .c6akhnq { min-width: 300px; padding: 30px 20px; }
  
  .chdib0i { font-size: 36px; }
  .crp2oxr { width: 100%; justify-content: center; }
  
  .ctnnyuv { flex-direction: column; gap: 60px; text-align: center; }
  .cdmjd2z p { margin: 0 auto; }
  .cbfe4mz { flex-direction: column; gap: 40px; }
  .czw1wiw { flex-direction: column; gap: 20px; text-align: center; }
  
  .c2aaral { padding: 160px 0 80px; text-align: center; }
  .cz9ayva { margin: 0 auto; }
  .ce32vg2 { left: 50%; right: auto; transform: translate(-50%, -50%); opacity: 0.05; width: 100%; text-align: center; }
  
  .c0nxpjz { width: calc(100% - 40px); left: 20px; right: 20px; flex-direction: row; }
  .c5xu0y8 { flex: 1; height: 55px; }
}

@media (max-width: 600px) {
  .cvi0el8 { grid-template-columns: 1fr; }
  .cgi61db { grid-template-columns: 1fr; }
  .cr151w5 { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .container { padding: 0 5vw; }
    .cpoxbpz { font-size: 42px; }
    .civme6e { font-size: 32px; }
}

/* Reveal Animation Class */
.reveal { opacity: 0; transform: translateY(40px); transition: 1s var(--ease); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ===== SUBPAGE HERO ===== */
.c2aaral {
  padding: 200px 0 100px; background: var(--bg-card); border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.cnzgq5m { position: relative; z-index: 2; }
.c75da6i { font-size: clamp(40px, 6vw, 80px); font-weight: 800; letter-spacing: -2px; line-height: 1; margin-bottom: 24px; }
.cz9ayva { font-size: 18px; color: var(--text-dim); max-width: 600px; }
.ce32vg2 {
  position: absolute; right: -50px; top: 50%; transform: translateY(-50%);
  font-size: 15vw; font-weight: 800; color: rgba(255,255,255,0.02);
  pointer-events: none; user-select: none;
}

.cm7dp6h { padding: 100px 0; }
.cxw55sw { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 768px) { .cxw55sw { grid-template-columns: 1fr; } }

/* ===== ADDITIONAL STYLES FOR ALL PAGES ===== */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

.ce94nj1 { padding: 200px 0 100px; text-align: center; background: var(--bg-card); border-bottom: 1px solid var(--border); }
.clkd5sc {
  display: inline-flex; align-items: center; justify-content: flex-start; gap: 10px;
  font-size: 11px; font-weight: 700; color: var(--accent-pink);
  text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px;
}
.cvsf8p8 {
  font-size: clamp(32px, 5vw, 56px); font-weight: 800; line-height: 1.1;
  letter-spacing: -1px; margin-bottom: 0;
  font-family: 'Outfit', 'Noto Sans KR', serif;
}
.cvsf8p8 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Outfit', serif;
}
.cou0un8 { max-width: 1300px; margin: 0 auto; padding: 0 6vw; }
.cus4u72 { height: 1px; background: var(--border); margin: 0; }
.text-center { text-align: center; }
.relative { position: relative; }
.z-10 { z-index: 10; }
