:root {
  color-scheme: dark;
  --bg: #050607;
  --panel: #0c1012;
  --panel-2: #12171a;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f7f2;
  --muted: #a4ada8;
  --lime: #8cff1a;
  --cyan: #42e8ff;
  --coral: #ff6b57;
  --amber: #ffd15c;
  --magenta: #e95cff;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(140, 255, 26, 0.16), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(255, 107, 87, 0.13), transparent 23rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 16px auto 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 6, 7, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.upload-actions,
.contact-lines {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, var(--lime) 0 45%, transparent 45% 55%, var(--cyan) 55%),
    #101510;
  box-shadow: 0 0 22px rgba(140, 255, 26, 0.45);
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--text);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lime);
  color: #091006;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 58px;
  min-height: calc(100vh - 104px);
  padding-top: 42px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7.3vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.button.primary {
  background: var(--lime);
  color: #071006;
}

.button.secondary,
.upload-button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.hero-stage {
  position: relative;
  min-height: 600px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 52% 42%, rgba(140, 255, 26, 0.24), transparent 19rem),
    #07090a;
  background-size: 52px 52px, 52px 52px, auto, auto;
  box-shadow: var(--shadow);
}

.hero-stage::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 13%;
  width: 120%;
  height: 150px;
  background: linear-gradient(0deg, rgba(140, 255, 26, 0.32), transparent 62%);
  clip-path: polygon(0 92%, 3% 80%, 6% 96%, 9% 64%, 12% 90%, 16% 52%, 19% 88%, 21% 20%, 24% 94%, 28% 70%, 30% 98%, 34% 58%, 38% 86%, 42% 42%, 46% 90%, 51% 74%, 55% 96%, 60% 54%, 63% 86%, 67% 18%, 70% 92%, 74% 68%, 78% 96%, 83% 46%, 87% 90%, 91% 75%, 95% 96%, 100% 84%, 100% 100%, 0 100%);
  filter: drop-shadow(0 0 24px rgba(140, 255, 26, 0.9));
  opacity: 0.9;
}

.artist-photo {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 44% 44% 36% 36%;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.photo-one {
  top: 70px;
  right: 62px;
  width: 205px;
  height: 330px;
  background:
    radial-gradient(circle at 58% 26%, #ffe1c8 0 8%, transparent 9%),
    radial-gradient(circle at 48% 30%, #2d1915 0 13%, transparent 14%),
    linear-gradient(120deg, #f5f1e8 0 34%, #ff6b57 35% 51%, #171b1d 52% 100%);
}

.photo-two {
  right: 24px;
  bottom: 118px;
  width: 118px;
  height: 238px;
  background:
    radial-gradient(circle at 52% 28%, #2b1b16 0 16%, transparent 17%),
    linear-gradient(145deg, #fbfbf3 0 42%, #171b1d 43% 100%);
  filter: grayscale(1);
}

.floating-card {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(11, 14, 15, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.playlist {
  left: 34px;
  top: 68px;
  width: 230px;
  padding: 18px;
}

.player {
  right: 44px;
  top: 360px;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 245px;
  padding: 14px;
}

.player span,
.tiny-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.round-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  color: #061006;
}

.mini-wave,
.wave-bars,
.timeline {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 54px;
  margin-top: 18px;
}

.mini-wave span {
  width: 100%;
  border-radius: 999px;
  background: var(--lime);
}

.mini-wave span:nth-child(1) { height: 28%; }
.mini-wave span:nth-child(2) { height: 62%; }
.mini-wave span:nth-child(3) { height: 42%; }
.mini-wave span:nth-child(4) { height: 90%; }
.mini-wave span:nth-child(5) { height: 50%; }
.mini-wave span:nth-child(6) { height: 74%; }

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stats-band div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
}

.stats-band strong {
  display: block;
  color: var(--lime);
  font-size: 2rem;
  line-height: 1;
}

.stats-band span {
  color: var(--muted);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.service-grid,
.portfolio-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-grid article,
.project-card,
.upload-panel,
blockquote,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.service-grid article {
  padding: 26px;
}

.service-grid p,
.project-body p,
.upload-panel p,
blockquote p,
.contact-card p,
.site-footer {
  color: var(--muted);
}

.service-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  background: var(--lime);
  box-shadow: 0 0 28px rgba(140, 255, 26, 0.25);
}

.service-icon.audio { background: linear-gradient(135deg, var(--lime), #d6ff9d); }
.service-icon.mix { background: linear-gradient(135deg, var(--cyan), #c7fbff); }
.service-icon.mic { background: linear-gradient(135deg, var(--coral), #ffc2b8); }
.service-icon.film { background: linear-gradient(135deg, var(--amber), #fff0bc); }
.service-icon.jingle { background: linear-gradient(135deg, #ffffff, var(--cyan) 42%, var(--lime)); }
.service-icon.video { background: linear-gradient(135deg, var(--magenta), #ffc9ff); }
.service-icon.video-editing { background: linear-gradient(135deg, #ffffff, var(--lime)); }

.filter-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.filter-tabs input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.filter-tabs .tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.filter-tabs input:checked + .tab-label {
  background: var(--text);
  color: #07090a;
}

.work:has(#filter-audio:checked) .project-card:not([data-category="audio"]),
.work:has(#filter-video:checked) .project-card:not([data-category="video"]),
.work:has(#filter-bgm:checked) .project-card:not([data-category="bgm"]),
.work:has(#filter-editing:checked) .project-card:not([data-category="editing"]),
.work:has(#filter-jingle:checked) .project-card:not([data-category="jingle"]) {
  display: none;
}

.project-card {
  overflow: hidden;
}

.project-card.is-hidden {
  display: none;
}

.project-art,
.video-thumb {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  color: #061006;
}

.project-art span {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 950;
}

.project-art.neon-green { background: linear-gradient(135deg, var(--lime), #efffdd); }
.project-art.cyan { background: linear-gradient(135deg, var(--cyan), #ecfeff); }
.project-art.amber { background: linear-gradient(135deg, var(--amber), #fff7d1); }
.project-art.magenta { background: linear-gradient(135deg, var(--magenta), #ffe2ff); }

.project-art::after,
.video-thumb::after {
  content: "";
  position: absolute;
  inset: auto -15% -24% -15%;
  height: 64%;
  background: rgba(0, 0, 0, 0.13);
  clip-path: polygon(0 58%, 8% 34%, 15% 74%, 21% 28%, 29% 62%, 35% 18%, 42% 76%, 50% 30%, 58% 66%, 65% 20%, 74% 72%, 82% 35%, 91% 80%, 100% 42%, 100% 100%, 0 100%);
}

.video-thumb {
  color: var(--text);
}

.video-thumb svg {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  fill: currentColor;
  stroke: none;
}

.video-thumb.coral { background: linear-gradient(135deg, #251413, var(--coral)); }
.video-thumb.lime { background: linear-gradient(135deg, #121a10, #6fbf14); }

.youtube-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07090a;
}

.youtube-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease;
}

.youtube-link:hover img {
  transform: scale(1.03);
  opacity: 0.95;
}

.youtube-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--lime);
  color: #071006;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 34px rgba(140, 255, 26, 0.35);
}

.youtube-play svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: none;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07090a;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.soundcloud-embed {
  width: 100%;
  min-height: 210px;
  padding: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(140, 255, 26, 0.18), transparent 12rem),
    linear-gradient(135deg, #101314, #1b201d);
}

.soundcloud-embed iframe {
  width: 100%;
  height: 174px;
  border: 0;
  border-radius: var(--radius);
}

.project-body {
  padding: 20px;
}

.project-type {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 4px;
  color: var(--lime);
  font-weight: 900;
}

audio,
video {
  width: 100%;
  max-width: 100%;
}

audio {
  height: 42px;
  margin-top: 8px;
}

.upload-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-top: 18px;
  padding: 24px;
}

.upload-actions {
  align-self: start;
  gap: 10px;
}

.preview-zone {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.preview-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
}

.preview-item strong {
  display: block;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.studio-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
}

.studio-photo.featured {
  grid-row: span 2;
}

.studio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.studio-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.24), transparent 10rem);
}

.studio-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-weight: 900;
}

.client-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.client-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

blockquote {
  margin: 0;
  padding: 24px;
}

blockquote p {
  font-size: 1.04rem;
}

cite {
  color: var(--text);
  font-style: normal;
  font-weight: 900;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(140, 255, 26, 0.16), transparent 22rem),
    rgba(255, 255, 255, 0.045);
}

.contact-lines {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-lines a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  padding: 13px 14px;
  outline: none;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(140, 255, 26, 0.68);
  box-shadow: 0 0 0 3px rgba(140, 255, 26, 0.12);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 520px;
  }

  .stats-band,
  .service-grid,
  .portfolio-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading.inline,
  .upload-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .studio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .preview-zone {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
  }

  .header-cta {
    display: none;
  }

  .section {
    width: min(100% - 20px, 1180px);
    padding: 58px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.6rem);
  }

  .hero-stage {
    min-height: 440px;
  }

  .photo-one {
    right: 20px;
    width: 165px;
    height: 260px;
  }

  .photo-two {
    right: 12px;
    bottom: 82px;
  }

  .playlist {
    left: 14px;
    width: 190px;
  }

  .player {
    left: 14px;
    right: 14px;
    top: auto;
    bottom: 24px;
    width: auto;
  }

  .stats-band,
  .service-grid,
  .portfolio-grid,
  .testimonial-grid,
  .studio-grid {
    grid-template-columns: 1fr;
  }

  .studio-photo.featured {
    grid-row: auto;
  }

  .filter-tabs,
  .upload-actions,
  .site-footer {
    flex-wrap: wrap;
  }
}
