:root {
  --navy: #090946;
  --blue: #3050a0;
  --ink: #171927;
  --muted: #68708d;
  --line: #dce1ef;
  --wash: #f4f6fb;
  --white: #ffffff;
  --content: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin-top: 0; }
.page-width { width: var(--content); margin-right: auto; margin-left: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Shared header */
.site-header { position: fixed; z-index: 50; top: 18px; left: 0; width: 100%; transition: top 180ms ease; }
.site-header.is-scrolled { top: 10px; }
.header-inner { width: var(--content); min-height: 72px; margin: 0 auto; padding: 14px 18px 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(220,225,239,.88); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 16px 44px rgba(9,9,70,.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; flex-direction: column; line-height: 1.1; }
.brand span { color: var(--navy); font-size: 19px; font-weight: 780; letter-spacing: -.025em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 8px 11px; border-radius: 999px; color: #4d536d; font-size: 14px; font-weight: 650; transition: color 160ms ease, background 160ms ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--navy); background: #eef1f8; }
.site-nav .nav-contact { margin-left: 5px; padding-right: 16px; padding-left: 16px; color: var(--white); background: var(--navy); }
.site-nav .nav-contact:hover, .site-nav .nav-contact[aria-current="page"] { color: var(--white); background: var(--blue); }
.menu-button { display: none; }

/* Shared type and controls */
.section-label, .eyebrow { margin-bottom: 20px; color: var(--blue); font-size: 12px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.button { min-height: 48px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--navy); color: var(--white); background: var(--navy); }
.button-primary:hover { border-color: var(--blue); background: var(--blue); }
.button-secondary:hover { border-color: #b9c2db; background: var(--wash); }
.button-light { border-color: rgba(255,255,255,.72); color: var(--navy); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--blue); transition: transform 160ms ease; }
.text-link:hover span { transform: translate(2px,-2px); }

/* Home */
.home-hero { width: var(--content); min-height: 100svh; margin: 0 auto; padding: 132px 0 64px; display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.78fr); gap: clamp(56px,8vw,112px); align-items: center; }
.hero-copy { max-width: 660px; }
.home-hero h1 { margin-bottom: 20px; color: var(--navy); font-size: clamp(64px,8.2vw,118px); font-weight: 790; line-height: .92; letter-spacing: -.065em; }
.hero-lead { margin-bottom: 22px; font-size: clamp(26px,3.2vw,43px); font-weight: 650; line-height: 1.16; letter-spacing: -.035em; }
.hero-body { max-width: 510px; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-visual { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 34px 90px rgba(9,9,70,.14); }
.hero-visual img { width: 100%; aspect-ratio: .79; object-fit: cover; border-radius: 18px; }
.hero-visual figcaption { padding: 12px 4px 1px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.home-feature { padding: 120px 0; display: grid; grid-template-columns: minmax(280px,.74fr) minmax(0,1fr); gap: clamp(58px,10vw,150px); align-items: center; border-top: 1px solid var(--line); }
.feature-art { display: block; border-radius: 18px; box-shadow: 0 20px 55px rgba(9,9,70,.13); }
.feature-art img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 18px; }
.feature-copy { max-width: 570px; }
.feature-copy h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(50px,7vw,86px); line-height: 1; letter-spacing: -.055em; }
.feature-copy p:not(.section-label) { margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.home-routes { padding: 10px 0 120px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.route-card { min-height: 260px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.route-card:hover { transform: translateY(-4px); background: var(--wash); box-shadow: 0 18px 40px rgba(9,9,70,.08); }
.route-card > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.route-card div p { margin-bottom: 5px; color: var(--muted); font-size: 13px; }
.route-card h2 { margin: 0; color: var(--navy); font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; }
.route-card b { align-self: flex-end; color: var(--blue); }
.home-contact { padding: 96px 0; color: var(--white); background: var(--blue); }
.home-contact > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.home-contact .section-label { color: rgba(255,255,255,.68); }
.home-contact h2 { margin: 0; font-size: clamp(40px,5.5vw,68px); line-height: 1.05; letter-spacing: -.05em; }

/* Shared inner-page hero */
.page-hero { padding: 146px 0 54px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.72fr); gap: clamp(44px,8vw,110px); align-items: start; }
.page-hero-compact { min-height: 0; }
.page-hero h1 { max-width: 820px; margin-bottom: 0; color: var(--navy); font-size: clamp(46px,5.6vw,72px); font-weight: 750; line-height: 1.06; letter-spacing: -.052em; text-wrap: balance; }
.page-intro { max-width: 510px; margin-bottom: 7px; color: var(--muted); font-size: 17px; }
.page-intro .text-link { margin-top: 18px; }
.section-heading h2, .list-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px,4.2vw,52px); font-weight: 720; line-height: 1.1; letter-spacing: -.043em; }

/* About */
.about-page-hero { grid-template-columns: minmax(0,1.55fr) minmax(280px,.65fr); gap: clamp(36px,5vw,68px); }
.about-page-hero h1 { max-width: none; font-size: clamp(48px,4.8vw,68px); }
.about-page-hero h1 span { display: block; white-space: nowrap; }
.about-banner { width: min(1440px,100%); height: min(50vw,650px); margin: 0 auto; overflow: hidden; }
.about-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bio-section { padding: 100px 0 110px; }
.bio-heading { margin-bottom: 55px; display: grid; grid-template-columns: .72fr 1fr; gap: clamp(50px,9vw,120px); align-items: end; }
.bio-heading h2 { max-width: 460px; margin: 0; color: var(--navy); font-size: clamp(34px,4.2vw,52px); line-height: 1.1; letter-spacing: -.043em; }
.bio-summary { margin: 0; color: var(--ink); font-size: 20px; font-weight: 530; line-height: 1.62; letter-spacing: -.016em; }
.prose { color: var(--muted); font-size: 16px; line-height: 1.82; }
.prose-columns { columns: 2; column-gap: clamp(44px,7vw,88px); column-rule: 1px solid var(--line); }
.prose p { margin: 0 0 21px; break-inside: avoid; }
.resume-section { padding: 82px 0 88px; background: var(--wash); }
.resume-section .section-heading { margin-bottom: 38px; }
.career-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 30px; border-top: 1px solid #cbd3e6; }
.career-grid article { min-height: 142px; padding: 20px 0; display: flex; flex-direction: column; border-bottom: 1px solid #cbd3e6; }
.career-grid article > span { margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.career-grid h3 { margin-bottom: 5px; color: var(--navy); font-size: 17px; line-height: 1.3; }
.career-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.credits-section { padding: 96px 0 105px; }
.credits-section .section-heading { margin-bottom: 40px; }
.credit-table { border-top: 1px solid var(--line); }
.credit-table article { padding: 24px 0; display: grid; grid-template-columns: .5fr 1fr .9fr; gap: 28px; align-items: baseline; border-bottom: 1px solid var(--line); }
.credit-table h3 { margin: 0; color: var(--navy); font-size: 17px; }
.credit-table p { margin: 0; }
.credit-table span { color: var(--muted); font-size: 13px; }

/* Discography */
.release-section { padding: 30px 0 130px; }
.list-heading { margin-bottom: 55px; display: grid; grid-template-columns: minmax(160px,.38fr) 1fr; gap: 45px; align-items: end; }
.list-heading > div span { color: var(--blue); font-size: 12px; font-weight: 750; }
.list-heading > div p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.release-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(24px,3vw,42px); }
.release-art { position: relative; width: 100%; aspect-ratio: 1; display: block; overflow: hidden; border-radius: 14px; background: var(--wash); box-shadow: 0 14px 36px rgba(9,9,70,.1); }
.release-art img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; }
.release-art > span { position: absolute; right: 13px; bottom: 13px; padding: 8px 12px; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.94); font-size: 12px; font-weight: 720; opacity: 0; transform: translateY(5px); transition: opacity 160ms ease, transform 160ms ease; }
.release-art:hover > span, .release-art:focus-visible > span { opacity: 1; transform: none; }
.release-info { padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; }
.release-info h3 { margin-bottom: 3px; color: var(--navy); font-size: 21px; }
.release-info p, .release-info time { margin: 0; color: var(--muted); font-size: 13px; }
.release-section > .text-link { margin-top: 50px; }
.participation-section { padding: 90px 0 100px; background: var(--wash); }
.participation-section .list-heading { margin-bottom: 28px; }
.credits-reserved { height: 1px; background: #cbd3e6; }

/* Videos */
.video-page-hero { min-height: 0; padding-top: 146px; padding-bottom: 42px; }
.video-page-hero h1 { font-size: clamp(48px,5.3vw,68px); }
.video-page-hero .page-intro { padding-top: 2px; }
.video-library { padding: 0 0 110px; }
.library-heading { margin-bottom: 32px; padding-bottom: 16px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); }
.library-heading h2 { margin: 0; color: var(--navy); font-size: 25px; letter-spacing: -.025em; }
.library-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.library-heading p span { color: var(--blue); font-weight: 750; }
.video-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 34px 20px; }
.video-tile { padding: 0; border: 0; background: none; text-align: left; }
.video-thumb { position: relative; aspect-ratio: 16/9; display: block; overflow: hidden; border-radius: 14px; background: var(--wash); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.video-thumb i { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 8px 20px rgba(0,0,0,.15); font-size: 13px; font-style: normal; transition: transform 160ms ease; }
.video-tile:hover .video-thumb img { transform: scale(1.025); }
.video-tile:hover .video-thumb i { transform: scale(1.08); }
.video-copy { min-height: 58px; padding-top: 11px; display: flex; flex-direction: column; }
.video-copy strong { display: -webkit-box; overflow: hidden; color: var(--navy); font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.video-copy small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.video-dialog { width: min(1000px,calc(100% - 40px)); max-width: none; padding: 0; border: 0; border-radius: 18px; color: var(--white); background: #080913; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.video-dialog::backdrop { background: rgba(5,6,18,.78); backdrop-filter: blur(8px); }
.dialog-bar { min-height: 64px; padding: 14px 16px 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dialog-bar h2 { margin: 0; overflow: hidden; font-size: 15px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.dialog-bar button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--white); background: transparent; font-size: 25px; line-height: 1; }
.dialog-frame { position: relative; aspect-ratio: 16/9; background: #000; }
.dialog-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Contact */
.contact-main { min-height: calc(100svh - 120px); padding: 160px 0 100px; color: var(--white); background: var(--blue); }
.contact-layout { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(70px,10vw,150px); align-items: start; }
.contact-copy .section-label { color: rgba(255,255,255,.68); }
.contact-copy h1 { margin-bottom: 28px; font-size: clamp(48px,6.2vw,80px); line-height: 1.02; letter-spacing: -.055em; }
.contact-copy > p:not(.section-label) { max-width: 550px; color: rgba(255,255,255,.75); font-size: 17px; }
.direct-email { margin-top: 38px; padding-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.46); font-size: clamp(17px,2vw,24px); font-weight: 650; }
.contact-details { margin-top: 58px; display: flex; gap: 60px; color: rgba(255,255,255,.7); font-size: 13px; }
.contact-details p { margin: 0; }
.contact-details strong { color: var(--white); }
.inquiry-form { padding: clamp(28px,4vw,48px); border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { margin-bottom: 20px; display: block; }
.inquiry-form label > span { margin-bottom: 7px; display: block; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.inquiry-form input, .inquiry-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; outline: 0; color: var(--white); background: rgba(9,9,70,.18); resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: rgba(255,255,255,.48); }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--white); box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.inquiry-form [aria-invalid="true"] { border-color: #ffd4d4; }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-bottom p { max-width: 330px; margin: 0; color: rgba(255,255,255,.62); font-size: 11px; }
.form-bottom .button { flex: none; border-color: var(--white); color: var(--navy); background: var(--white); }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--white); font-size: 12px; }
.contact-page .site-footer { color: var(--muted); background: var(--white); }

/* Shared footer and CTA */
.page-cta { padding: 90px 0; color: var(--white); background: var(--navy); }
.page-cta > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.page-cta .section-label { color: #9eb9ff; }
.page-cta h2 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1.06; letter-spacing: -.05em; }
.site-footer { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: var(--muted); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer > div { display: flex; gap: 20px; }
.site-footer > div a:hover { color: var(--navy); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #6f91ff; outline-offset: 4px; }

@media (max-width: 1000px) {
  .home-hero { grid-template-columns: 1fr .72fr; gap: 48px; }
  .about-page-hero { grid-template-columns: 1fr; gap: 28px; }
  .about-page-hero h1 { max-width: 760px; }
  .career-grid { grid-template-columns: repeat(2,1fr); }
  .video-gallery { grid-template-columns: repeat(3,1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 780px) {
  :root { --content: min(100% - 32px,620px); }
  .site-header { top: 10px; }
  .header-inner { min-height: 64px; padding: 11px 14px 11px 17px; border-radius: 17px; }
  .menu-button { position: relative; width: 42px; height: 42px; padding: 0; display: block; border: 0; border-radius: 50%; background: var(--wash); }
  .menu-button > span:not(.sr-only) { position: absolute; left: 12px; width: 18px; height: 1px; background: var(--navy); transition: transform 180ms ease, top 180ms ease; }
  .menu-button > span:first-child { top: 17px; }
  .menu-button > span:nth-child(2) { top: 24px; }
  .menu-button[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; inset: 0; padding: 112px 24px 36px; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; visibility: hidden; opacity: 0; background: rgba(255,255,255,.98); transition: opacity 180ms ease, visibility 180ms ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { padding: 8px; color: var(--navy); font-size: clamp(27px,8vw,40px); font-weight: 700; text-align: center; }
  .site-nav .nav-contact { margin: 18px auto 0; padding: 10px 24px; color: var(--white); font-size: 18px; }
  .home-hero { min-height: auto; padding: 122px 0 78px; grid-template-columns: 1fr; gap: 42px; }
  .home-hero h1 { font-size: clamp(60px,18vw,88px); }
  .hero-visual { width: min(100%,510px); justify-self: end; }
  .home-feature { padding: 90px 0; grid-template-columns: 1fr; gap: 48px; }
  .feature-art { width: min(100%,480px); }
  .home-routes { padding-bottom: 90px; grid-template-columns: 1fr; }
  .route-card { min-height: 190px; }
  .home-contact > div, .page-cta > div { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 118px 0 44px; grid-template-columns: 1fr; gap: 24px; }
  .page-hero h1 { font-size: clamp(44px,11.5vw,62px); }
  .about-page-hero h1 span { white-space: normal; }
  .video-page-hero { padding-top: 118px; padding-bottom: 36px; }
  .about-banner { height: 62vw; }
  .bio-section { padding: 76px 0 82px; }
  .bio-heading { margin-bottom: 40px; grid-template-columns: 1fr; gap: 24px; }
  .prose-columns { columns: 1; column-rule: 0; }
  .career-grid { grid-template-columns: repeat(2,1fr); }
  .resume-section, .credits-section, .participation-section { padding: 76px 0; }
  .credit-table article { grid-template-columns: 1fr; gap: 6px; }
  .list-heading { grid-template-columns: 1fr; gap: 22px; }
  .release-section { padding-bottom: 90px; }
  .release-grid { grid-template-columns: 1fr; gap: 48px; }
  .release-card { max-width: 580px; }
  .release-art > span { opacity: 1; transform: none; }
  .video-gallery { grid-template-columns: repeat(2,1fr); }
  .contact-main { padding-top: 130px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 540px) {
  .hero-lead br { display: none; }
  .hero-visual figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .career-grid { grid-template-columns: 1fr; }
  .video-gallery { grid-template-columns: 1fr; }
  .video-dialog { width: calc(100% - 20px); border-radius: 13px; }
  .form-bottom { align-items: flex-start; flex-direction: column; }
  .contact-details { flex-direction: column; gap: 20px; }
  .site-footer { padding: 30px 0; align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
