:root {
  --white: #fff;
  --soft: #f7f7f5;
  --mist: #efefec;
  --ink: #1f1f1d;
  --charcoal: #444440;
  --gray: #777772;
  --line: #d9d9d4;
  --warm: #b7a993;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.pc-only { display: none; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 68px; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .3s;
}
.site-header.scrolled { border-color: var(--line); }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1; }
.logo i { color: var(--gray); font-weight: 500; }
.logo-mark { width: 27px; aspect-ratio: 1; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 20px; font-style: italic; }
.menu-button { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 25px; height: 1px; display: block; background: var(--ink); transition: .3s; }
.site-nav { position: fixed; inset: 0; z-index: -1; padding: 105px 22px 40px; display: flex; flex-direction: column; opacity: 0; visibility: hidden; background: white; transition: .3s; }
.site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 39px; font-weight: 500; }
body.menu-open { overflow: hidden; }
body.menu-open .site-nav { z-index: 45; opacity: 1; visibility: visible; }
body.menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
body.menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { padding: 92px 20px 72px; display: grid; gap: 30px; background: white; }
.hero-copy { max-width: 720px; }
.kicker { margin: 0 0 22px; color: var(--gray); font-size: 8px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.section h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .92; }
.section h2 em, .contact h2 em { color: var(--gray); font-weight: 500; }
.hero-name { margin: 0 0 5px; font-family: var(--serif); font-size: 30px; }
.hero-role { margin: 0; color: var(--gray); font-size: 8px; letter-spacing: .11em; line-height: 1.7; text-transform: uppercase; }
.hero-byline { margin: 7px 0 0; color: var(--gray); font-family: var(--serif); font-size: 15px; font-style: italic; letter-spacing: .03em; }
.hero-lead { margin: 24px 0 26px; font-size: 13px; line-height: 2; }
.hero-actions { display: grid; gap: 9px; }
.button { min-height: 52px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 0; background: white; font-size: 10px; font-weight: 500; letter-spacing: .05em; transition: color .25s, background .25s, border-color .25s; }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { color: var(--ink); background: var(--warm); border-color: var(--warm); }
.button-secondary:hover { background: var(--soft); border-color: var(--warm); }
figure { margin: 0; }
.hero-art { position: relative; overflow: hidden; }
.hero-art { aspect-ratio: 4 / 3; }
.hero-art img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center center; filter: grayscale(1); }

.section { position: relative; padding: 110px 20px; border-top: 1px solid var(--line); background: white; }
.section-intro, .sample-intro { margin-bottom: 55px; }
.section-intro .kicker, .sample-intro .kicker {
  max-width: 820px; margin-bottom: 26px; color: var(--ink); font-family: var(--serif);
  font-size: clamp(34px, 9vw, 72px); font-weight: 500; line-height: .95; letter-spacing: -.025em; text-transform: none;
}
.services .section-intro .kicker { font-size: clamp(34px, 7vw, 60px); }
.service-intro .kicker { margin-bottom: 14px; }
.service-subtitle { margin: 0; color: var(--gray); font-size: 12px; letter-spacing: .08em; }
.service-concept { max-width: 710px; margin: 31px 0 0; color: var(--gray); font-size: 11px; line-height: 2.05; }
.section h2 { font-size: clamp(48px, 12vw, 94px); }
.section-intro > p:last-child, .intro-copy p { max-width: 610px; margin: 28px 0 0; color: var(--gray); font-size: 12px; line-height: 2.05; }
.intro-copy h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: -.02em; }
.intro-copy p { margin-top: 13px; }
.section-number {
  width: max-content; margin-bottom: 38px; padding-bottom: 7px;
  color: var(--ink); border-bottom: 1px solid var(--warm);
  font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1;
}
.selected-credits { margin: -5px 0 72px; }
.credits-label { margin: 0 0 18px; color: var(--gray); font-size: 7px; letter-spacing: .2em; }
.credits-list { border-top: 1px solid var(--line); }
.credits-list article { padding: 18px 0; display: grid; grid-template-columns: 32px 1fr; border-bottom: 1px solid var(--line); }
.credits-list article > span { color: var(--warm); font-family: var(--serif); font-size: 13px; }
.credits-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.01em; }
.credits-list .credit-category { min-height: 29px; margin: 0; color: var(--gray); font-size: 8px; line-height: 1.7; letter-spacing: .03em; }
.credits-list ul { margin: 22px 0 0; padding: 0; list-style: none; }
.credits-list li { position: relative; padding: 7px 0 7px 12px; color: var(--charcoal); font-size: 9px; line-height: 1.65; }
.credits-list li::before { content: "—"; position: absolute; left: 0; color: var(--warm); }
.credits-list li strong { display: block; font-weight: 500; }
.credits-list li small { display: block; margin-top: 3px; color: var(--gray); font-size: 8px; line-height: 1.7; }
.credits-list li.credits-more {
  padding: 12px 0 0;
  color: var(--gray);
  font-size: 8px;
  font-style: italic;
  letter-spacing: .08em;
}
.credits-list li.credits-more::before { content: none; }
.vocal-credits .credits-list li { padding-top: 9px; padding-bottom: 9px; }
.vocal-credits .credits-list li.credits-more { padding-top: 14px; padding-bottom: 0; }

.spotify-playlist { padding-top: 28px; border-top: 1px solid var(--line); }
.spotify-playlist-heading { margin-bottom: 24px; }
.spotify-playlist-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.spotify-playlist-heading p {
  max-width: 440px;
  margin: 10px 0 0;
  color: var(--gray);
  font-size: 9px;
  line-height: 1.9;
}
.spotify-embed {
  padding: 9px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .58);
}
.spotify-embed iframe {
  display: block;
  width: 100%;
  height: 352px;
  border: 0;
}
.vocal-playlist { margin-bottom: 64px; }

.overview-label { margin: 0 0 20px; color: var(--gray); font-size: 7px; letter-spacing: .2em; }
.service-grid { display: grid; border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 210px; padding: 24px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); background: white; }
.services, .services .service-card { background: var(--soft); }
.service-index {
  width: max-content; padding-bottom: 5px;
  color: var(--ink); border-bottom: 1px solid var(--warm);
  font-family: var(--serif); font-size: 17px; font-weight: 600; line-height: 1;
  letter-spacing: .04em;
}
.service-icon {
  position: absolute;
  top: 17px;
  right: -1px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: .68;
  mix-blend-mode: multiply;
}
.service-card h3 { margin: 46px 0 9px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.service-card p { margin: 0; color: var(--gray); font-size: 10px; line-height: 1.8; }
.service-card a { margin-top: auto; display: flex; justify-content: space-between; color: var(--charcoal); font-size: 9px; letter-spacing: .08em; }
.service-card a span { transition: transform .25s; }
.service-card a:hover span { transform: translateX(5px); }
.team-profile { margin-top: 62px; padding-top: 38px; border-top: 1px solid var(--line); }
.profile-grid { border-top: 1px solid var(--line); }
.profile-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.profile-role { margin: 0 0 30px; color: var(--warm); font-size: 7px; letter-spacing: .18em; }
.profile-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 600; letter-spacing: -.02em; }
.profile-description { max-width: 540px; margin: 0 0 30px; color: var(--gray); font-size: 10px; line-height: 2; }
.profile-card a { padding-bottom: 7px; display: flex; justify-content: space-between; max-width: 210px; border-bottom: 1px solid var(--charcoal); font-size: 9px; letter-spacing: .06em; }
.profile-card a span { transition: transform .25s; }
.profile-card a:hover span { transform: translateX(5px); }
.services-overview { margin-top: 72px; padding-top: 38px; border-top: 1px solid var(--line); }

.sample-section, .songwriting, .vocal, .direction, .mixing { background: white; }
.sample-section:nth-of-type(even) { background: var(--soft); }
.audio-grid { display: grid; border-top: 1px solid var(--line); }
.audio-card { padding: 25px 0; border-bottom: 1px solid var(--line); background: transparent; }
.audio-meta { padding: 0 0 18px; }
.audio-meta p, .compare-heading p { margin: 0 0 5px; color: var(--warm); font-size: 7px; font-weight: 500; letter-spacing: .18em; }
.audio-meta h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.audio-meta > span { color: var(--gray); font-size: 8px; }
audio { width: 100%; height: 32px; opacity: .7; filter: grayscale(1); }

.vocal-grid { display: grid; border-top: 1px solid var(--line); }
.vocal-card { padding: 24px 0; border-bottom: 1px solid var(--line); }
.vocal-card > div { display: grid; grid-template-columns: 32px 1fr; }
.vocal-card > div > span { grid-row: 1 / 3; color: var(--warm); font-family: var(--serif); }
.vocal-card h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.vocal-card p { margin: 5px 0 18px; color: var(--gray); font-size: 9px; }
.no-samples .sample-intro { margin-bottom: 0; }

.contact { padding: 110px 20px 75px; display: grid; gap: 70px; border-top: 1px solid var(--line); background: var(--soft); }
.contact h2 { font-size: clamp(45px, 11vw, 96px); }
.contact-heading { margin-bottom: 36px; }
.contact-heading .kicker {
  margin: 0 0 14px; color: var(--ink); font-family: var(--serif);
  font-size: clamp(34px, 7vw, 60px); font-weight: 500; line-height: .95;
  letter-spacing: -.025em; text-transform: none;
}
.contact-subtitle { margin: 0; color: var(--gray); font-size: 12px; letter-spacing: .08em; }
.contact-description { max-width: 500px; margin: 0 0 29px; color: var(--gray); font-size: 14px; line-height: 2; }
.contact-copy .button { max-width: 370px; }
.text-link { margin: 18px 0 0; padding-bottom: 8px; display: flex; justify-content: space-between; max-width: 360px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .07em; }
.contact-form { padding: 26px 18px; display: grid; gap: 20px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 45px rgba(20,20,20,.035); }
.contact-form label { display: grid; gap: 7px; font-size: 9px; font-weight: 500; }
.contact-form label > span { color: var(--warm); font-size: 7px; }
.form-row { display: grid; gap: 20px; }
input, select, textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; border-radius: 0; font-size: 11px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); }
::placeholder { color: #aaa; }
.submit-button { width: 100%; margin-top: 6px; cursor: pointer; }
.form-message { min-height: 16px; margin: -5px 0 0; color: var(--gray); font-size: 9px; line-height: 1.6; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

footer { padding: 35px 20px; display: grid; gap: 20px; align-items: center; border-top: 1px solid var(--line); background: white; }
footer > p { margin: 0; color: var(--gray); font-size: 7px; letter-spacing: .1em; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 760px) {
  html { scroll-padding-top: 80px; }
  .pc-only { display: block; }
  .site-header { height: 80px; padding: 0 4.5vw; }
  .menu-button { display: none; }
  .site-nav { position: static; z-index: auto; padding: 0; flex-direction: row; gap: 38px; opacity: 1; visibility: visible; background: transparent; }
  .site-nav a { padding: 0; border: 0; font-family: var(--sans); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
  .hero { position: relative; padding: 104px 4.5vw 54px; display: block; }
  .hero-art { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,17,.58) 0%, rgba(18,18,17,.18) 48%, rgba(18,18,17,0) 75%), linear-gradient(0deg, rgba(18,18,17,.4) 0%, transparent 42%); }
  .hero-art img { height: 100%; min-height: 0; object-position: center center; }
  .hero-copy { position: absolute; z-index: 2; left: 8vw; bottom: 12%; width: min(620px, 52vw); color: white; }
  .hero-name { font-size: 50px; }
  .hero-role { color: rgba(255,255,255,.74); }
  .hero-byline { color: rgba(255,255,255,.78); font-size: 17px; }
  .hero-lead { color: rgba(255,255,255,.92); }
  .hero-actions { max-width: 520px; grid-template-columns: 1fr 1fr; }
  .hero .button-primary { color: var(--ink); background: rgba(255,255,255,.94); border-color: white; }
  .hero .button-secondary { color: white; background: rgba(20,20,20,.15); border-color: rgba(255,255,255,.7); backdrop-filter: blur(5px); }
  .section { padding: 155px 4.5vw; }
  .section-intro, .sample-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 9vw; align-items: start; margin-bottom: 80px; }
  .section-intro .kicker, .sample-intro .kicker { grid-column: auto; margin-bottom: 0; }
  .section-intro > p:last-child, .intro-copy { margin: 7px 0 0; }
  .services .section-intro { display: block; }
  .service-intro .kicker { margin-bottom: 15px; }
  .service-subtitle { margin: 0; }
  .service-concept { max-width: 710px; margin-top: 36px; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card { min-height: 270px; padding: 25px 20px; border-right: 1px solid var(--line); }
  .service-card:last-child { border-right: 0; }
  .service-icon { top: 20px; right: 18px; width: 34px; height: 34px; }
  .team-profile { margin-top: 72px; padding-top: 42px; }
  .overview-label { margin-bottom: 22px; }
  .profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .profile-card { min-height: 330px; padding: 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
  .profile-card:last-child { border-right: 0; }
  .profile-card a { margin-top: auto; }
  .services-overview { margin-top: 80px; padding-top: 42px; }
  .audio-grid { grid-template-columns: repeat(2, 1fr); }
  .selected-credits { margin: -8px 0 92px; display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; }
  .credits-label { margin: 4px 0 0; }
  .credits-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .credits-list article { min-height: 260px; padding: 24px 20px; grid-template-columns: 25px 1fr; border-right: 1px solid var(--line); }
  .credits-list article:last-child { border-right: 0; }
  .vocal-credits .credits-list article { min-height: 390px; }
  .spotify-playlist { padding-top: 36px; display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; }
  .spotify-playlist-heading { margin: 3px 0 0; }
  .spotify-embed { padding: 11px; }
  .vocal-playlist { margin-bottom: 92px; }
  .audio-card:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
  .audio-card:nth-child(even) { padding-left: 30px; }
  .vocal-grid { grid-template-columns: repeat(2, 1fr); }
  .vocal-card:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
  .vocal-card:nth-child(even) { padding-left: 30px; }
  .contact { padding: 150px 4.5vw 100px; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
  .contact-copy { position: sticky; top: 120px; }
  .contact-heading { margin-bottom: 44px; }
  .contact-form { padding: 42px; gap: 23px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 25px; }
  footer { padding: 38px 4.5vw; grid-template-columns: 1fr 1fr 1fr; }
  footer > p:nth-child(2) { text-align: center; }
  footer > p:last-child { text-align: right; }
}

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