/* ===== 색상 · 글꼴 (로고 기준: 검정 + 골드 + 브론즈) ===== */
:root {
  --bg: #0a0908;
  --bg-alt: #100e0b;
  --surface: rgba(255, 255, 255, 0.03);
  --line: rgba(238, 195, 90, 0.16);
  --text: #f4efe4;
  --muted: #9d958a;
  --desc: #d4cec3;          /* 긴 설명: 밝은 회색 */
  --gold: #eec35a;
  --gold-light: #f7dc8c;
  --bronze: #a8621a;
  --orange: #f7a35c;
  --gold-grad: linear-gradient(100deg, #f7dc8c 0%, #eec35a 35%, #c98a2e 65%, #f0c860 100%);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Pretendard", -apple-system, "Malgun Gothic", sans-serif;
  --header-h: 76px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  font-family: var(--sans); background: var(--bg); color: var(--text);
  line-height: 1.75; word-break: keep-all; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: #000; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.serif { font-family: var(--serif); font-weight: 500; }
.gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ===== 헤더 ===== */
.header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); transition: background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.header.scrolled, .header.menu-open { background: rgba(10, 9, 8, .96); border-bottom-color: var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; font-weight: 800; letter-spacing: .18em; font-size: 1rem; }
.brand-name small { font-family: var(--serif); font-style: italic; font-weight: 500; letter-spacing: .08em; color: var(--gold); font-size: .9rem; }

.nav { display: flex; gap: 36px; align-items: center; }
.nav a { font-size: .92rem; letter-spacing: .06em; color: var(--muted); position: relative; transition: color .3s; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .4s; }
.nav a:hover { color: var(--text); }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav .nav-cta { color: var(--gold); border: 1px solid var(--gold); padding: 8px 22px; border-radius: 999px; transition: background .3s, color .3s; }
.nav .nav-cta:hover { background: var(--gold); color: #000; }
/* Services 드롭다운: 헤더 아래 선에 붙어서, 오른쪽 끝은 Contact 버튼 라인에 맞춤 */
.header-inner { position: relative; }
.nav { align-self: stretch; }
.nav-item { height: 100%; display: flex; align-items: center; }
.subnav {
  position: absolute; top: 100%; right: 24px; margin-top: 1px;
  display: grid; grid-template-columns: repeat(4, 150px); gap: 10px; padding: 14px;
  background: rgba(10, 9, 8, .98);
  border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .3s, transform .3s, visibility .3s;
}
.has-sub:hover .subnav, .has-sub:focus-within .subnav { opacity: 1; visibility: visible; transform: none; }
.has-sub:hover > a { color: var(--text); }
.has-sub:hover > a::after { transform: scaleX(1); transform-origin: left; }
.nav .subnav a {
  display: flex; flex-direction: column; gap: 6px; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--surface);
  font-size: .85rem; letter-spacing: 0; color: var(--text); transition: border-color .3s, background .3s, transform .3s;
}
.nav .subnav a::after { display: none; }
.subnav a span { font-family: var(--serif); font-size: 1.5rem; line-height: 1; font-weight: 600; color: var(--gold); }
.nav .subnav a:hover { border-color: var(--gold); background: rgba(238, 195, 90, .1); transform: translateY(-2px); }
/* 드롭다운 '준비 중' 항목 */
.subnav a small { font-size: .68rem; color: var(--muted); margin-top: -2px; }
.nav .subnav a.soon { opacity: .75; }
.nav .subnav a.soon:hover { opacity: 1; }
/* 서비스 빈 박스: 준비 중 · 문의 안내 */
.box-empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; line-height: 1.5; }
.box-empty b { font-size: 1.05rem; font-weight: 600; color: var(--desc); }
.box-empty a { font-size: 1.05rem; font-weight: 600; color: var(--gold); }
.box-empty a:hover { text-decoration: underline; text-underline-offset: 4px; }
/* 작품 자리 '준비 중' 표시 */
.box-soon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: .8rem; letter-spacing: .15em; color: var(--muted); }
/* 드롭다운에서 누르면 해당 서비스가 금빛으로 강조 */
.service { scroll-margin-top: calc(var(--header-h) + 40px); }
.service:target::before { transform: scaleX(1); }
.service:target .service-no { color: var(--gold); }

.menu-btn { display: none; background: none; border: 0; cursor: pointer; width: 30px; height: 20px; position: relative; }
.menu-btn span { position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--text); transition: .35s; }
.menu-btn span:first-child { top: 4px; }
.menu-btn span:last-child { bottom: 4px; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 38%, rgba(238, 195, 90, .12), transparent 70%); }
.flow { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-inner { position: relative; text-align: center; padding: calc(var(--header-h) + 20px) 24px 80px; }
.hero-logo-wrap { width: 116px; height: 116px; margin: 0 auto 24px; position: relative; isolation: isolate; }
.hero-logo-wrap::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1px dashed rgba(238, 195, 90, .35); animation: spin 40s linear infinite; }
.hero-logo { position: relative; width: 100%; height: 100%; }
/* 로고 뒤 금빛 후광: filter 애니메이션 대신 가벼운 opacity 애니메이션 사용 */
.hero-logo-wrap::after { content: ""; position: absolute; inset: -30px; border-radius: 50%; background: radial-gradient(circle, rgba(238, 195, 90, .35), transparent 65%); z-index: -1; animation: breathe 6s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

.kicker { font-size: .78rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.hero-title { font-family: var(--serif); font-weight: 500; font-size: clamp(3.2rem, 5vw, 4rem); line-height: .98; letter-spacing: -.01em; }
.hero-title em { font-style: italic; font-weight: 400; color: var(--text); opacity: .85; }
.hero-title .gold { font-weight: 600; }
.hero-lead { margin: 26px auto 0; max-width: 680px; display: grid; gap: 6px; }
.hero-lead b { font-size: clamp(1.22rem, 2vw, 1.5rem); font-weight: 700; color: var(--text); letter-spacing: -.01em; }
.hero-lead span { font-size: clamp(1rem, 1.4vw, 1.12rem); color: var(--desc); }
.hero-text { margin: 22px auto 0; max-width: 660px; color: var(--desc); font-size: clamp(1.14rem, 1.7vw, 1.32rem); line-height: 1.85; }
.hero-buttons { margin-top: 38px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; padding: 15px 34px; border-radius: 999px; border: 0; cursor: pointer; font: 600 .98rem/1.4 var(--sans); letter-spacing: .03em; transition: transform .3s, box-shadow .3s, background .3s, color .3s; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--gold-grad); background-size: 200% 100%; color: #120d05; box-shadow: 0 10px 40px rgba(238, 195, 90, .22); }
.btn-gold:hover { background-position: 100% 0; box-shadow: 0 14px 50px rgba(238, 195, 90, .38); }
.btn-line { color: var(--text); background: transparent; border: 1px solid rgba(244, 239, 228, .25); }
.btn-line:hover { border-color: var(--gold); color: var(--gold); }

.scroll-hint { position: absolute; left: 50%; bottom: 28px; width: 1px; height: 56px; background: rgba(238, 195, 90, .2); overflow: hidden; }
.scroll-hint span { position: absolute; left: 0; top: -50%; width: 100%; height: 50%; background: var(--gold); animation: drip 2.2s ease-in-out infinite; }
@keyframes drip { to { top: 100%; } }

/* ===== MARQUEE ===== */
.marquee { border-block: 1px solid var(--line); padding: 22px 0; overflow: hidden; background: var(--bg-alt); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.1rem); font-style: italic; padding: 0 34px; white-space: nowrap; color: var(--muted); display: flex; align-items: center; gap: 34px; }
.marquee span::after { content: "✦"; font-style: normal; font-size: .8rem; color: var(--gold); }
.marquee i { color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== 공통 섹션 ===== */
.section { padding: 140px 0; position: relative; }
.section-alt { background: var(--bg-alt); }
.label { font-size: .78rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.title { font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.22; letter-spacing: -.02em; font-weight: 700; margin-bottom: 64px; }
.title .serif { font-weight: 600; font-size: 1.15em; letter-spacing: 0; }

/* ===== CONCEPT (AI × ART) ===== */
.meet { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; }
.meet-card { padding: 48px 44px; border: 1px solid var(--line); background: var(--surface); position: relative; overflow: hidden; transition: border-color .5s, transform .5s; }
.meet-card:first-child { border-radius: 28px 0 0 28px; }
.meet-card:last-child { border-radius: 0 28px 28px 0; text-align: right; }
.meet-card:hover { border-color: rgba(238, 195, 90, .5); }
.meet-word { font-family: var(--serif); font-size: clamp(4rem, 9vw, 7rem); line-height: 1; font-weight: 600; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 20px; }
.meet-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.meet-card p:not(.meet-word) { color: var(--desc); font-size: 1.02rem; }
.meet-card ul { list-style: none; display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.meet-card:last-child ul { justify-content: flex-end; }
.meet-card li { font-size: .82rem; padding: 4px 14px; border-radius: 999px; border: 1px solid rgba(244, 239, 228, .16); color: var(--desc); }
.meet-x { width: 110px; height: 110px; margin: 0 -28px; z-index: 2; border-radius: 50%; display: grid; place-items: center; background: #000; border: 2px solid transparent; background: linear-gradient(#000, #000) padding-box, var(--gold-grad) border-box; box-shadow: 0 0 60px rgba(238, 195, 90, .25); }
.meet-x span { font-family: var(--serif); font-size: 3.6rem; line-height: 1; color: var(--gold); animation: spin 18s linear infinite; }
.quote { text-align: center; margin-top: 80px; font-size: clamp(1.5rem, 3.4vw, 2.4rem); font-style: italic; color: var(--text); }

/* ===== SERVICES ===== */
.service-list { list-style: none; border-top: 1px solid var(--line); }
.service { position: relative; display: grid; grid-template-columns: 110px 1fr 60px; align-items: center; gap: 20px; padding: 38px 10px; border-bottom: 1px solid var(--line); overflow: hidden; cursor: default; }
.service::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(238, 195, 90, .12), transparent 70%); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.service > * { position: relative; }
.service-no { font-size: 3rem; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--gold); transition: color .4s; }
.service h3 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin-bottom: 4px; transition: transform .5s; }
.service p { color: var(--desc); }
.service-arrow { font-size: 1.6rem; color: var(--gold); justify-self: end; transition: transform .5s; }
.service > .service-link { position: absolute; inset: 0; z-index: 3; }
.service:has(.service-link) { cursor: pointer; }
.service:hover::before { transform: scaleX(1); }
.service:hover .service-no { color: var(--gold); }
.service:hover h3 { transform: translateX(10px); }
.service:hover .service-arrow { transform: translateX(-8px) rotate(-45deg); }

/* ===== CONTACT ===== */
.contact { background: radial-gradient(ellipse 70% 60% at 20% 100%, rgba(168, 98, 26, .22), transparent 70%), var(--bg-alt); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
.contact .title { margin-bottom: 28px; }
.contact-desc { color: var(--desc); max-width: 440px; font-size: 1.02rem; }
.contact-mail { display: inline-block; margin-top: 36px; font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-style: italic; border-bottom: 1px solid var(--gold); color: var(--gold-light); transition: color .3s; word-break: break-all; }
.contact-mail:hover { color: var(--gold); }
.contact-form { display: grid; gap: 22px; }
.contact-form label { display: grid; gap: 4px; }
.contact-form label span { font-size: .75rem; letter-spacing: .2em; color: var(--gold); }
.contact-form input, .contact-form textarea, .contact-form select {
  font: inherit; color: var(--text); padding: 10px 0; border: 0; border-bottom: 1px solid rgba(244, 239, 228, .2);
  background: transparent; resize: vertical; border-radius: 0; transition: border-color .3s;
}
.contact-form select option { background: var(--bg-alt); }
.contact-form :is(input, textarea, select):focus { outline: none; border-bottom-color: var(--gold); }
.contact-form .btn { justify-self: start; margin-top: 10px; }
.form-note { min-height: 1.5em; color: var(--gold-light); font-size: .9rem; }

/* ===== 서비스 상세 페이지 ===== */
.nav a.active { color: var(--text); }
.nav .subnav a.current { border-color: var(--gold); background: rgba(238, 195, 90, .12); }
.page-hero {
  padding: calc(var(--header-h) + 90px) 0 70px; border-bottom: 1px solid var(--line);
  background: radial-gradient(ellipse 60% 80% at 85% 0%, rgba(238, 195, 90, .13), transparent 70%),
              radial-gradient(ellipse 50% 70% at 0% 100%, rgba(168, 98, 26, .15), transparent 70%);
}
.crumb { font-size: .85rem; letter-spacing: .08em; color: var(--muted); margin-bottom: 36px; }
.crumb a { color: var(--gold); }
.crumb a:hover { text-decoration: underline; }
.crumb span { margin: 0 8px; opacity: .5; }
.page-hero-row { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; }
.page-no { font-size: clamp(6rem, 16vw, 11rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--gold); }
.page-title { font-size: clamp(2.2rem, 5.4vw, 4rem); line-height: 1.15; letter-spacing: -.02em; font-weight: 800; }
.page-desc { color: var(--muted); font-size: 1.1rem; margin-top: 16px; max-width: 560px; }

.boxes-section { padding-top: 90px; }
.boxes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.box-frame {
  aspect-ratio: 1 / 1; border-radius: 18px; position: relative;
  border: 1px dashed rgba(238, 195, 90, .35); background: var(--surface);
  transition: border-color .4s, background .4s, transform .4s;
}
.box-no { position: absolute; top: 16px; left: 20px; font-size: 1.4rem; color: var(--gold); opacity: .7; }
.box:hover .box-frame { border-color: var(--gold); border-style: solid; background: rgba(238, 195, 90, .06); transform: translateY(-4px); }
.box-title { margin-top: 16px; font-size: 1.1rem; font-weight: 700; text-align: center; }

.pager { margin-top: 110px; padding-top: 36px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.pager-link { display: grid; gap: 4px; }
.pager-link small { color: var(--muted); font-size: .8rem; letter-spacing: .1em; }
.pager-link b { font-size: 1.1rem; transition: color .3s; }
.pager-link b .serif { color: var(--gold); font-size: 1.3rem; margin-right: 4px; }
.pager-link:hover b { color: var(--gold); }
.pager-next { text-align: right; }
.pager-home { padding: 10px 24px; border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; color: var(--muted); transition: border-color .3s, color .3s; }
.pager-home:hover { border-color: var(--gold); color: var(--gold); }

/* ===== 사용 가능한 서비스 박스 (예: 아이콘 스튜디오) ===== */
.box-live { display: block; }
.box-live .box-frame {
  border: 1px solid rgba(238, 195, 90, .55);
  background: radial-gradient(circle at 50% 45%, rgba(62, 224, 172, .16), transparent 60%), #0f141a;
}
.box-live:hover .box-frame { border-color: var(--gold); background: radial-gradient(circle at 50% 45%, rgba(62, 224, 172, .26), transparent 62%), #0f141a; }
.box-badge { position: absolute; top: 16px; right: 16px; font-size: .72rem; font-weight: 700; color: #3ee0ac; border: 1px solid rgba(62, 224, 172, .5); padding: 2px 10px; border-radius: 999px; }
.app-mark {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: 34%; aspect-ratio: 1; border-radius: 22%; display: grid; place-items: center;
  background: #43dfad; color: #12211c; font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  box-shadow: 0 12px 40px rgba(67, 223, 173, .25); transition: transform .4s;
}
.box-live:hover .app-mark { transform: translate(-50%, -50%) scale(1.06); }
.box-cta { position: absolute; left: 0; right: 0; bottom: 16px; text-align: center; font-size: .85rem; color: var(--gold); }
.box-desc { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 2px; }

/* 로또 박스 그림: 공 3개 */
.lotto-mark { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); display: flex; transition: transform .4s; }
.box-live:hover .lotto-mark { transform: translate(-50%, -50%) scale(1.06); }
.lb { display: grid; place-items: center; width: clamp(40px, 5vw, 58px); aspect-ratio: 1; border-radius: 50%; margin-left: -10px;
  font-style: normal; font-weight: 800; color: #fff; font-size: clamp(.85rem, 1.3vw, 1.1rem); text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .7), transparent 38%), var(--c);
  box-shadow: inset -4px -6px 10px rgba(0, 0, 0, .22), 0 6px 16px rgba(0, 0, 0, .45); }
.lb:first-child { margin-left: 0; }
.lb.y { --c: #fbc400; } .lb.b { --c: #69c8f2; } .lb.r { --c: #ff7272; transform: translateY(-30%); }
/* 앱 아이콘 이미지를 박스 그림으로 */
.app-mark-img { padding: 0; background: none; box-shadow: 0 12px 40px rgba(238, 195, 90, .2); object-fit: cover; }

/* ===== 앱 소개 페이지 (휴대폰 미리보기 + 설치 안내) ===== */
.app-show { padding: 56px 0 80px; background: radial-gradient(ellipse 50% 60% at 30% 40%, rgba(238, 195, 90, .12), transparent 70%); }
.app-show-grid { display: grid; grid-template-columns: auto 1fr; gap: 72px; align-items: center; }
.phone { position: relative; width: 360px; height: 740px; border-radius: 48px; padding: 14px; background: #1b1814;
  border: 1px solid rgba(238, 195, 90, .35); box-shadow: 0 30px 80px rgba(0, 0, 0, .6), inset 0 0 0 2px #000; }
.phone iframe { width: 100%; height: 100%; border: 0; border-radius: 36px; background: #0a0908; display: block; }
.app-icon { border-radius: 18px; margin-bottom: 20px; box-shadow: 0 10px 30px rgba(238, 195, 90, .2); }
.app-info .page-desc { max-width: 520px; }
.app-features { list-style: none; margin: 26px 0 30px; display: grid; gap: 10px; }
.app-features li { padding-left: 26px; position: relative; color: #d8d2c6; }
.app-features li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.app-cta { min-width: 180px; text-align: center; }
.install-guide { display: flex; gap: 24px; align-items: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.qr-box { text-align: center; flex: none; }
.qr-box[hidden] { display: none; }
.qr-box #qr { padding: 10px; background: #f4efe4; border-radius: 14px; display: inline-block; line-height: 0; }
.qr-box p { font-size: .78rem; color: var(--muted); margin-top: 8px; }
.steps-mini p { font-size: .9rem; color: var(--muted); }
.steps-mini p + p { margin-top: 10px; }
.steps-mini b { color: var(--text); }
@media (max-width: 960px) {
  .app-show-grid { grid-template-columns: 1fr; gap: 32px; }
  .phone { display: none; }
  .app-show { padding: 40px 0 60px; }
  .qr-box { display: none; }
  .app-cta { display: block; width: 100%; padding: 17px; font-size: 1.05rem; }
}
@media (max-height: 820px) and (min-width: 961px) {
  .phone { width: 320px; height: 650px; }
}

/* ===== ART: AI 생성 예술 작품 ===== */
.box-art { display: block; }
.box-art .box-frame { overflow: hidden; border: 1px solid rgba(238, 195, 90, .45); background: #050403; }
.art-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; transition: transform 1.2s cubic-bezier(.2, .7, .2, 1); }
.box-art:hover .art-canvas { transform: scale(1.06); }
.box-art:hover .box-frame { border-color: var(--gold); }
.box-art .box-no, .box-art .box-badge, .box-art .box-cta { z-index: 1; text-shadow: 0 1px 6px rgba(0, 0, 0, .8); }
.box-art .box-badge { background: rgba(5, 4, 3, .6); }
.box-art .box-cta { opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.box-art:hover .box-cta { opacity: 1; transform: none; }
.serif-title { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.45rem; }

/* 작품 전체 화면 */
.view-nav { display: flex; gap: 6px; }
.view-nav a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--gold); transition: border-color .25s, background .25s; }
.view-nav a:hover { border-color: var(--gold); background: rgba(238, 195, 90, .1); }
.art-stage { position: relative; height: calc(100vh - var(--header-h) - 46px); height: calc(100dvh - var(--header-h) - 46px); min-height: 520px; background: #050403; overflow: hidden; }
.art-full { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.art-caption { position: absolute; left: max(20px, calc((100% - 1180px) / 2 + 24px)); bottom: 32px; max-width: 460px; padding: 22px 24px;
  border-radius: 18px; background: rgba(5, 4, 3, .72); border: 1px solid var(--line); }
.art-caption .label { margin-bottom: 4px; }
.art-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; font-style: italic; font-weight: 600; color: var(--gold-light); }
.art-ko { color: var(--text); font-weight: 600; margin-top: 4px; }
.art-desc { color: var(--desc); font-size: .95rem; margin-top: 8px; }
.art-actions { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
@media (max-width: 600px) {
  .art-caption { left: 12px; right: 12px; bottom: 12px; padding: 16px 18px; max-width: none; }
  .art-desc { display: none; }
}

/* 작업물 박스 (예: 브랜드 로고) */
.box-work .box-frame {
  border: 1px solid rgba(238, 195, 90, .5);
  background: radial-gradient(circle at 50% 50%, rgba(238, 195, 90, .18), transparent 62%), #080706;
}
.box-work:hover .box-frame { border-color: var(--gold); }
.box-badge.gold { color: var(--gold); border-color: rgba(238, 195, 90, .5); }
.work-img {
  position: absolute; left: 50%; top: 50%; width: 62%; height: auto; transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 30px rgba(238, 195, 90, .25)); transition: transform .5s;
}
.box-work:hover .work-img { transform: translate(-50%, -50%) scale(1.05); }

.box-work { display: block; }
/* 썸네일(16:9) 작업물: 박스는 이미지로 가득 채우기 */
.box-thumb .box-frame { overflow: hidden; }
.thumb-bg { position: absolute; inset: -10%; width: 120%; height: 120%; object-fit: cover; filter: blur(18px) brightness(.45); }
.thumb-img { position: absolute; left: 6%; right: 6%; top: 50%; width: 88%; height: auto; transform: translateY(-50%); border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .55); transition: transform .6s; }
.box-thumb:hover .thumb-img { transform: translateY(-50%) scale(1.04); }
.box-thumb .box-no, .box-thumb .box-badge { z-index: 1; text-shadow: 0 1px 6px rgba(0, 0, 0, .8); }
.box-thumb .box-badge { background: rgba(5, 4, 3, .6); }
/* 여러 장이 천천히 번갈아 보이는 박스 */
.fade-stack { position: absolute; left: 6%; right: 6%; top: 50%; transform: translateY(-50%); aspect-ratio: 1824 / 1010; border-radius: 8px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .55); transition: transform .6s; }
.fade-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.fade-stack img.on { opacity: 1; }
.box-thumb:hover .fade-stack { transform: translateY(-50%) scale(1.04); }

/* 동영상 박스: 소리 없이 반복 재생 */
.video-frame { position: absolute; left: 6%; right: 6%; top: 50%; transform: translateY(-50%); aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .55); transition: transform .6s; background: #000; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-mark { position: absolute; right: 8px; bottom: 8px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  font-size: .7rem; color: #120d05; background: var(--gold); box-shadow: 0 4px 12px rgba(0, 0, 0, .5); }
.box-thumb:hover .video-frame { transform: translateY(-50%) scale(1.04); }

/* 썸네일 크게 보기 */
.thumb-frame { width: min(1100px, 92vw); width: min(1100px, 92vw, calc((100dvh - var(--header-h) - 46px - 230px) * 16 / 9)); margin: 0 auto; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(238, 195, 90, .45); box-shadow: 0 24px 70px rgba(0, 0, 0, .6), 0 0 60px rgba(238, 195, 90, .15); animation: rise 1s cubic-bezier(.2, .7, .2, 1) both; }
.thumb-full { display: block; width: 100%; height: auto; }
/* 이미지 갤러리 */
.gallery-figure .thumb-frame { width: min(1100px, 92vw); width: min(1100px, 92vw, calc((100dvh - var(--header-h) - 46px - 300px) * 1824 / 1010)); position: relative; }
.g-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(238, 195, 90, .5);
  background: rgba(5, 4, 3, .6); color: var(--gold); font-size: 1.1rem; cursor: pointer; transition: background .25s; }
.g-arrow:hover { background: rgba(238, 195, 90, .2); }
.g-prev { left: 14px; } .g-next { right: 14px; }
.g-count { position: absolute; right: 14px; bottom: 12px; padding: 3px 10px; border-radius: 999px; background: rgba(5, 4, 3, .65); font-size: .8rem; color: var(--desc); }
.g-thumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.g-thumb { width: 96px; aspect-ratio: 1824 / 1010; padding: 0; border-radius: 8px; overflow: hidden; border: 2px solid transparent; background: none; cursor: pointer; opacity: .55; transition: opacity .25s, border-color .25s; }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g-thumb:hover { opacity: .85; }
.g-thumb.active { opacity: 1; border-color: var(--gold); }
.video-figure .g-thumb { width: 150px; position: relative; }
.g-play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1rem; text-shadow: 0 2px 8px rgba(0, 0, 0, .8); }
.video-figure video.thumb-full { background: #000; aspect-ratio: 16 / 9; }
.video-hint { color: var(--muted); font-size: .82rem; margin-top: 8px; }
@media (max-width: 600px) { .g-thumb { width: 64px; } .video-figure .g-thumb { width: 120px; } .g-arrow { width: 38px; height: 38px; } }

/* ===== 작업물 전체 화면 전시 (브랜드 로고) ===== */
.work-stage {
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;
  height: calc(100vh - var(--header-h) - 46px);
  height: calc(100dvh - var(--header-h) - 46px);
  min-height: 560px; padding: 32px 20px;
  background: radial-gradient(ellipse 55% 60% at 50% 42%, rgba(238, 195, 90, .16), transparent 70%), var(--bg);
}
.work-figure { position: relative; z-index: 1; text-align: center; }
.work-logo-wrap {
  position: relative; isolation: isolate; margin: 0 auto;
  width: min(56vh, 78vw, 560px); width: min(56dvh, 78vw, 560px); aspect-ratio: 1;
}
.work-logo-wrap::before { content: ""; position: absolute; inset: -4%; border-radius: 50%; border: 1px dashed rgba(238, 195, 90, .35); animation: spin 60s linear infinite; }
.work-logo-wrap::after { content: ""; position: absolute; inset: -18%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(238, 195, 90, .35), transparent 65%); animation: breathe 6s ease-in-out infinite; }
.work-logo { width: 100%; height: 100%; animation: rise 1.2s cubic-bezier(.2, .7, .2, 1) both; }
@keyframes rise { from { opacity: 0; transform: scale(.92); } }
.work-figure figcaption { margin-top: clamp(20px, 4vh, 40px); }
.work-figure .label { margin-bottom: 6px; }
.work-title { font-size: clamp(1.5rem, 3.4vw, 2.4rem); letter-spacing: .08em; font-weight: 800; line-height: 1.2; }
.work-title .serif { letter-spacing: 0; font-style: italic; }
.work-desc { color: var(--muted); margin-top: 10px; font-size: .95rem; }
.work-desc b { color: var(--gold-light); }
@media (max-width: 600px) {
  .work-stage { min-height: 520px; }
  .work-desc br { display: none; }
}

/* ===== 앱 전체 화면 페이지: 상단 메뉴와 푸터 사이를 앱이 가득 채움 ===== */
.app-page main { padding-top: var(--header-h); }
.app-bar {
  height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 24px; border-bottom: 1px solid var(--line); background: var(--bg-alt); font-size: .85rem;
}
.app-bar .crumb { margin: 0; }
.app-bar .crumb b { color: var(--text); font-weight: 600; }
.app-open { color: var(--gold); white-space: nowrap; }
.app-open:hover { text-decoration: underline; }
.app-frame {
  display: block; width: 100%; border: 0; background: #10151c;
  height: calc(100vh - var(--header-h) - 46px);
  height: calc(100dvh - var(--header-h) - 46px);
  min-height: 560px;
}

/* ===== 메인 맨 위 최신 공지 ===== */
.notice-bar {
  position: absolute; z-index: 5; top: calc(var(--header-h) + 4px);
  left: max(20px, calc((100% - 1180px) / 2 + 24px));
  width: min(720px, calc(100% - 40px)); display: flex; align-items: center; gap: 14px;
  padding: 10px 12px 10px 10px; border-radius: 999px; font-size: .92rem;
  background: rgba(10, 9, 8, .85); border: 1px solid var(--line);
  transition: border-color .3s;
}
.notice-bar[hidden] { display: none; }
/* 프로젝트 문의 아래 '바로 사용하는 도구' 한 줄 */
.hero-tools { margin-top: 30px; }
.hero-tools-label { font-size: .8rem; letter-spacing: .2em; color: var(--desc); margin-bottom: 12px; }
.hero-tools-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

/* 공지 띠 아래 서비스 바로가기 버튼: 왼쪽 구석 (상단 메뉴 로고 라인에 맞춤) */
.quick-apps { position: absolute; z-index: 5; top: calc(var(--header-h) + 4px);
  left: max(20px, calc((100% - 1180px) / 2 + 24px));
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.hero.has-notice .quick-apps { top: calc(var(--header-h) + 64px); }
.qa-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.quick-app { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 0 14px 0 8px; border-radius: 999px;
  font-size: .88rem; font-weight: 600; color: var(--text); background: rgba(10, 9, 8, .85);
  border: 1px solid rgba(238, 195, 90, .38); transition: border-color .25s, background .25s, transform .25s; }
.quick-app:hover { border-color: var(--gold); background: rgba(238, 195, 90, .12); transform: translateY(-2px); }
.qa-label { display: inline-grid; place-items: center; min-width: 58px; height: 40px; padding: 0 16px; border-radius: 999px;
  font-size: .92rem; font-weight: 800; letter-spacing: .06em; color: #120d05;
  background: linear-gradient(100deg, #f7dc8c, #eec35a 50%, #d49a36); box-shadow: 0 6px 20px rgba(238, 195, 90, .22);
  transition: transform .25s, box-shadow .25s; }
.qa-label:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(238, 195, 90, .38); }
.qa-icon { width: 26px; height: 26px; border-radius: 8px; flex: none; }
.qa-icon-studio { display: grid; place-items: center; background: #43dfad; color: #12211c; font-weight: 800; font-size: .9rem; }
img.qa-icon { border-radius: 50%; }
img.qa-icon.qa-thumb { width: 36px; height: 24px; border-radius: 6px; object-fit: cover; }
.qa-go { font-size: .6rem; color: var(--gold); margin-left: 2px; transition: transform .25s; }
.quick-app:hover .qa-go { transform: translateX(3px); }
.hero .hero-inner { padding-top: calc(var(--header-h) + 210px); }
.hero.has-notice .hero-inner { padding-top: calc(var(--header-h) + 270px); }
.notice-bar:hover { border-color: var(--gold); }
.notice-tag { flex: none; background: var(--gold); color: #000; font-weight: 700; font-size: .75rem; letter-spacing: .08em; padding: 3px 12px; border-radius: 999px; }
.notice-text { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.notice-more { flex: none; color: var(--gold); font-size: .82rem; padding-right: 6px; }

/* ===== 게시판 ===== */
.page-hero-sm { padding-bottom: 56px; }
.page-hero-sm .label { margin-bottom: 8px; }
.board-section { padding-top: 64px; }
.board { min-height: 320px; }
.board-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.board-count { color: var(--muted); font-size: .92rem; }
.board-count b { color: var(--gold); }
.btn-sm { padding: 10px 22px; font-size: .9rem; }
.btn:disabled { opacity: .5; cursor: wait; }
.btn.danger:hover { border-color: #f87171; color: #f87171; }

.board-list { border-top: 1px solid var(--gold); }
.board-row { display: grid; gap: 16px; align-items: center; padding: 18px 12px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.notice-cols { grid-template-columns: 70px 1fr 110px 60px; }
.qna-cols { grid-template-columns: 70px 1fr 90px 110px 90px; }
.board-head { color: var(--gold); font-size: .78rem; letter-spacing: .15em; padding: 14px 12px; }
.board-row > span:not(.col-title) { text-align: center; color: var(--muted); }
a.board-row { transition: background .25s; }
a.board-row:hover { background: rgba(238, 195, 90, .06); }
a.board-row:hover .col-title { color: var(--gold-light); }
.board-row.pinned { background: rgba(238, 195, 90, .04); }
.col-title { font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .25s; }
.lock { font-style: normal; margin-right: 6px; font-size: .85em; }
.badge { font-style: normal; font-size: .75rem; padding: 3px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); white-space: nowrap; }
.badge.gold { border-color: var(--gold); color: var(--gold); }
.board-row.board-head > span { color: var(--gold); font-weight: 500; }
.board-empty { padding: 70px 20px; text-align: center; color: var(--muted); border-bottom: 1px solid var(--line); }
.board-pager { display: flex; justify-content: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.board-pager button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: none; color: var(--muted); cursor: pointer; font: inherit; }
.board-pager button:hover, .board-pager button.active { border-color: var(--gold); color: var(--gold); }
.board-loading { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 80px 0; color: var(--muted); }
.board-loading span { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--line); border-top-color: var(--gold); animation: spin 1s linear infinite; }
.board-msg { padding: 24px; border-radius: 14px; border: 1px solid var(--line); text-align: center; color: var(--muted); }
.board-msg.error { border-color: rgba(248, 113, 113, .4); color: #fca5a5; }
.board-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 28px; flex-wrap: wrap; }

.post { border-top: 1px solid var(--gold); }
.post-head { padding: 28px 4px 22px; border-bottom: 1px solid var(--line); }
.post-title { font-size: clamp(1.4rem, 3vw, 1.9rem); line-height: 1.35; letter-spacing: -.01em; overflow-wrap: anywhere; }
.post-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 10px; color: var(--muted); font-size: .88rem; }
.post-body { padding: 36px 4px 48px; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.9; }
.post + .board-actions, .answer + .board-actions { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 0; }
.answer { margin: 0 0 28px; padding: 28px 28px 0; border-radius: 18px; border: 1px solid rgba(238, 195, 90, .35); background: linear-gradient(160deg, rgba(238, 195, 90, .08), transparent 60%); }
.answer .post-body { padding: 16px 0 28px; }
.answer-label { display: flex; align-items: center; gap: 10px; color: var(--gold); font-weight: 700; }
.answer-label img { width: 28px; height: 28px; }
.answer-label span { color: var(--muted); font-weight: 400; font-size: .85rem; margin-left: auto; }

.board-form, .answer-form { display: grid; gap: 22px; }
.answer-form .btn { justify-self: end; }
.answer-form { margin-bottom: 8px; padding: 24px; border: 1px dashed var(--line); border-radius: 18px; }
.board-form label, .answer-form label, .admin-dialog label { display: grid; gap: 6px; }
.board-form label > span, .answer-form label > span, .admin-dialog label > span { font-size: .78rem; letter-spacing: .12em; color: var(--gold); }
.board-form :is(input, textarea), .answer-form textarea, .admin-dialog input, .locked-form input {
  font: inherit; color: var(--text); padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(244, 239, 228, .15); background: rgba(0, 0, 0, .3); resize: vertical; width: 100%;
}
.board-form :is(input, textarea):focus, .answer-form textarea:focus, .admin-dialog input:focus, .locked-form input:focus { outline: none; border-color: var(--gold); }
.board-form .check { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .92rem; cursor: pointer; }
.board-form .check input { width: 18px; height: 18px; accent-color: var(--gold); }
.edit-banner { padding: 12px 16px; border-radius: 12px; border: 1px dashed rgba(238, 195, 90, .45); color: var(--muted); font-size: .9rem; }
.edit-banner b { color: var(--gold-light); }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.board-form .board-actions { margin-top: 0; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.muted { color: var(--muted); }

.locked { text-align: center; padding: 60px 20px; border: 1px solid var(--line); border-radius: 20px; }
.locked-icon { font-size: 2.4rem; }
.locked h2 { margin: 10px 0 4px; font-size: 1.4rem; overflow-wrap: anywhere; }
.locked-form { display: flex; gap: 10px; max-width: 420px; margin: 26px auto 0; }
.locked + .board-actions { margin-top: 20px; }

.admin-line { margin-top: 60px; text-align: right; }
.admin-btn { background: none; border: 0; color: var(--muted); font: inherit; font-size: .82rem; cursor: pointer; opacity: .6; transition: opacity .3s, color .3s; }
.admin-btn:hover { opacity: 1; color: var(--gold); }
.is-admin .admin-btn { opacity: 1; color: var(--gold); }
.admin-dialog { margin: auto; width: min(420px, calc(100% - 32px)); padding: 32px; border-radius: 22px; border: 1px solid var(--line); background: var(--bg-alt); color: var(--text); }
.admin-dialog::backdrop { background: rgba(0, 0, 0, .8); }
.admin-dialog form { display: grid; gap: 18px; }
.admin-dialog h2 { font-size: 1.3rem; }

/* ===== 작업물 업로드 (운영자, 서비스 03) ===== */
.app-bar-actions { display: flex; align-items: center; gap: 18px; }
.gallery-admin-section { padding: 48px 0 90px; border-top: 1px solid var(--line); }
.gallery-admin { max-width: 480px; margin: 0 auto; }
.gallery-admin .board-form { gap: 16px; }
.g-thumb { position: relative; }
.g-del {
  position: absolute; top: 4px; right: 4px; z-index: 2; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(10, 9, 8, .78); color: #f4efe4; border: 0; font-size: 12px; line-height: 22px; cursor: pointer;
}
.g-del:hover { background: #b5342a; }

/* ===== FOOTER ===== */
.footer { border-top: 1px solid var(--line); padding: 44px 0; color: var(--muted); font-size: .88rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }

/* 스크롤 등장 효과 */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(.2, .7, .2, 1), transform 1s cubic-bezier(.2, .7, .2, 1); }
.reveal.visible { opacity: 1; transform: none; }

/* ===== 반응형 ===== */
@media (max-width: 960px) {
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { gap: 56px; }
  .boxes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .page-hero { padding: calc(var(--header-h) + 50px) 0 50px; }
  .page-hero-row { grid-template-columns: 1fr; gap: 20px; }
  .boxes { gap: 14px; }
  .box-title { font-size: .95rem; }
  .pager { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .pager-home { grid-column: 1 / -1; grid-row: 2; justify-self: center; }

  /* 게시판: 모바일에서는 제목을 위, 정보를 아래 한 줄로 */
  .board-head { display: none; }
  .board-row { grid-template-columns: 1fr auto; gap: 4px 12px; padding: 16px 4px; }
  .board-row .col-title { grid-column: 1 / -1; order: -1; white-space: normal; }
  .board-row .col-no, .board-row .col-views { display: none; }
  .board-row .col-no:has(.badge) { display: block; order: -2; grid-column: 1 / -1; text-align: left; }
  .board-row > span:not(.col-title) { text-align: left; font-size: .82rem; }
  .qna-cols { grid-template-columns: auto 1fr auto; grid-template-areas: "title title status" "name date date"; }
  .qna-cols .col-title { grid-area: title; }
  .qna-cols .col-status { grid-area: status; }
  .qna-cols .col-name { grid-area: name; }
  .qna-cols .col-date { grid-area: date; }
  .qna-cols .col-name::after { content: " ·"; }
  .form-2col { grid-template-columns: 1fr; }
  .locked-form { flex-direction: column; }
  .answer { padding: 22px 18px 0; }
  .notice-more { display: none; }
  .quick-app { font-size: .82rem; height: 38px; padding-right: 12px; gap: 7px; }
  .quick-apps { gap: 8px; }
  .qa-label { min-width: 50px; height: 38px; padding: 0 12px; font-size: .86rem; }
}
@media (max-width: 860px) {
  .pc-only { display: none; }
  .menu-btn { display: block; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10, 9, 8, .97); max-height: 0; overflow: hidden; transition: max-height .4s;
  }
  .nav.open { max-height: 80vh; overflow-y: auto; border-bottom: 1px solid var(--line); }
  .nav-item { height: auto; flex-direction: column; align-items: stretch; }
  .subnav {
    position: static; opacity: 1; visibility: visible; transform: none; margin: 0;
    grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 24px 16px; background: none; border: 0;
  }
  .nav .subnav a { padding: 10px 12px; border-top: 1px solid var(--line); font-size: .85rem; }
  .subnav a span { font-size: 1.2rem; }
  .nav a { padding: 18px 24px; border-top: 1px solid var(--line); font-size: 1rem; }
  .nav a::after { display: none; }
  .nav .nav-cta { border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 18px 24px; }
  .menu-btn.active span:first-child { top: 9px; transform: rotate(45deg); }
  .menu-btn.active span:last-child { bottom: 9px; transform: rotate(-45deg); }

  .section { padding: 96px 0; }
  .title { margin-bottom: 44px; }
  .meet { grid-template-columns: 1fr; }
  .meet-card, .meet-card:first-child, .meet-card:last-child { border-radius: 24px; text-align: left; padding: 36px 28px; }
  .meet-card:last-child ul { justify-content: flex-start; }
  .meet-x { margin: -22px auto; width: 84px; height: 84px; }
  .meet-x span { font-size: 2.8rem; }
  .service { grid-template-columns: 64px 1fr 30px; padding: 28px 4px; }
  .service-no { font-size: 2.1rem; }
}
/* Windows '애니메이션 효과 끄기' 등 움직임 줄이기 설정:
   크게 움직이는 효과만 멈추고, 로고 띠 회전·후광·물결처럼 느리고 은은한 효과는 유지 */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track, .scroll-hint span, .work-logo { animation: none; }
}


/* ===== 메인 작품 카드 (Jobee 썸네일 · 보니 · 영상): 직사각형 큰 버튼 ===== */
.work-cards { flex-direction: row; align-items: stretch; gap: 14px; }
.work-card { display: flex; flex-direction: column; width: 240px; border-radius: 14px; overflow: hidden;
  background: rgba(10, 9, 8, .88); border: 1px solid rgba(238, 195, 90, .4);
  transition: border-color .25s, transform .25s, box-shadow .25s; }
.work-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0, 0, 0, .5), 0 0 24px rgba(238, 195, 90, .18); }
.wc-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.wc-media img, .wc-media video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.work-card:hover .wc-media img, .work-card:hover .wc-media video { transform: scale(1.05); }
.wc-play { position: absolute; right: 8px; bottom: 8px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font-size: .65rem; color: #120d05; background: var(--gold); box-shadow: 0 4px 12px rgba(0, 0, 0, .5); }
.wc-label { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; font-size: .95rem; font-weight: 700; color: var(--text); }
@media (max-width: 860px) {
  .work-cards { right: 20px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
  .work-cards::-webkit-scrollbar { display: none; }
  .work-card { flex: none; width: 190px; }
  .wc-label { font-size: .85rem; padding: 8px 12px; }
  .hero .hero-inner { padding-top: calc(var(--header-h) + 180px); }
  .hero.has-notice .hero-inner { padding-top: calc(var(--header-h) + 240px); }
}
