:root { --mint: #d9fff7; --black: #000; --white: #fff; }
* { box-sizing: border-box; }
html { background: #000; }
body { margin: 0; background: #fff; color: #111; font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; font-weight: 300; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.page-width { width: min(1226px, calc(100% - 80px)); margin-inline: auto; }

.site-header { height: 54px; background: #000; color: var(--mint); display: grid; grid-template-columns: 1fr 3fr 1fr; align-items: center; padding: 0 max(20px, calc((100vw - 1320px) / 2)); position: relative; z-index: 20; }
.brand { font-size: 24px; letter-spacing: 1px; white-space: nowrap; }
.site-header nav { grid-column: 2; display: flex; justify-content: space-around; align-items: center; gap: 44px; }
.site-header nav a { font-size: 19px; letter-spacing: -.6px; opacity: .92; position: relative; white-space: nowrap; }
.site-header nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 1px; background: var(--mint); opacity: .75; }

.home-hero { position: relative; height: 810px; background: #ddd; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.home-intro { position: absolute; z-index: 2; width: 670px; left: 50%; top: 560px; transform: translateX(-50%); background: #fff; min-height: 305px; padding: 12px 78px 34px; text-align: center; }
.home-intro h1 { font-size: 48px; line-height: 1.15; margin: 0 0 34px; font-weight: 300; letter-spacing: 1px; }
.home-intro .roles { font-size: 18px; margin-bottom: 28px; white-space: nowrap; }
.home-intro p:last-child { text-align: left; font-size: 16px; line-height: 1.55; margin: 0; }

.originals-section { background: #000; color: var(--mint); padding: 125px 0 110px; }
.section-heading { text-align: center; margin-bottom: 68px; }
.section-heading h2 { font-size: 41px; font-weight: 300; letter-spacing: 2px; margin: 0 0 16px; }
.section-heading p { margin: 0; font-size: 18px; letter-spacing: .4px; }
.album-list { width: min(668px, calc(100% - 40px)); margin: auto; display: grid; gap: 36px; }
.album-player { min-height: 218px; border: 4px solid var(--mint); display: grid; grid-template-columns: 168px 92px 1fr; grid-template-rows: 128px 50px; gap: 0 18px; padding: 20px; align-items: center; }
.album-cover { width: 168px; height: 168px; position: relative; grid-row: 1 / 3; overflow: hidden; }
.album-art { display: block; width: 100%; height: 100%; object-fit: cover; }
.album-play { width: 78px; height: 78px; border: 1px solid var(--mint); border-radius: 50%; background: transparent; color: var(--mint); cursor: pointer; display: grid; place-items: center; padding: 0; }
.player-icon { display: block; width: 38%; height: 38%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.play-icon path { fill: currentColor; stroke: none; }
.album-meta { align-self: center; display: grid; gap: 10px; font-size: 15px; }
.album-meta strong { font-size: 17px; font-weight: 400; }
.album-controls { grid-column: 2 / 4; display: grid; grid-template-columns: 32px 32px 1fr auto 28px 24px; gap: 9px; align-items: center; color: var(--mint); font-size: 15px; }
.skip { display: grid; place-items: center; }
.control-icon { display: block; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.album-controls input, .compact-progress input { min-width: 0; accent-color: var(--mint); }
.time { font: 11px Georgia, serif; white-space: nowrap; }

.about-page { background: #000; }
.about-collage { width: 100%; display: grid; grid-template-columns: 43% 57%; grid-template-rows: 250px 250px; }
.about-studio { position: relative; grid-column: 1; grid-row: 1; overflow: hidden; }
.about-studio img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-title { grid-column: 1; grid-row: 2; background: #e9fffb; display: grid; place-items: center; }
.about-title h1 { margin: 0; font-size: 50px; font-weight: 300; letter-spacing: 1px; }
.about-portrait { position: relative; grid-column: 2; grid-row: 1 / 3; overflow: hidden; }
.about-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.about-story { padding: 50px 4% 80px; display: grid; grid-template-columns: 38% 1fr; gap: 38px; color: var(--mint); }
.about-close { position: relative; min-height: 670px; overflow: hidden; }
.about-close img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-copy { font-size: 20px; line-height: 1.5; padding-top: 0; }
.about-copy p { margin: 0 0 26px; }
.about-copy strong { font-weight: 700; }

.portfolio-page { background: #000; }
.portfolio-hero { width: min(964px, calc(100% - 80px)); height: 415px; margin: 0 auto; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; }
.portfolio-hero-bg { position: absolute; inset: 0; background: url('/images/portfolio-bg.jpg') center 42% / cover; filter: brightness(.72) saturate(.88); }
.portfolio-hero > div:last-child { position: relative; z-index: 2; width: 560px; }
.portfolio-hero h1 { font-size: 39px; font-weight: 300; letter-spacing: 1px; margin: 0 0 24px; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.portfolio-hero p { font-size: 25px; line-height: 1.55; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.works-list { width: min(1052px, calc(100% - 80px)); margin: 0 auto; padding: 76px 42px 90px; color: var(--mint); }
.work-row { display: grid; grid-template-columns: 360px 1fr; gap: 38px; align-items: center; min-height: 205px; border-bottom: 1px solid var(--mint); padding: 0 0 28px; margin-bottom: 28px; }
.work-copy h2 { margin: 0 0 8px; font-size: 23px; line-height: 1.45; font-weight: 300; }
.work-copy p { margin: 0; font-size: 17px; line-height: 1.35; }
.compact-player { width: 385px; min-height: 72px; background: #fff; color: #222; display: grid; grid-template-columns: 70px 34px 1fr; align-items: center; }
.compact-art { height: 72px; background: radial-gradient(circle at 80% 20%, #eee, #777 38%, #111 72%); }
.compact-player button { background: transparent; border: 0; cursor: pointer; }
.compact-play { width: 34px; height: 34px; color: #222; padding: 0; display: grid; place-items: center; }
.compact-play .player-icon { width: 21px; height: 21px; stroke-width: 1.25; }
.compact-main { padding: 8px 9px 8px 0; min-width: 0; }
.compact-title { display: flex; gap: 8px; align-items: center; font-size: 14px; white-space: nowrap; overflow: hidden; }
.compact-title span:first-child { overflow: hidden; text-overflow: ellipsis; }
.compact-title .dash, .compact-title span:last-child { color: #777; }
.compact-progress { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; margin-top: 10px; font: 11px Georgia, serif; color: #777; }
.compact-progress input { height: 3px; accent-color: #222; }
.video-work { display: grid; grid-template-columns: 360px 1fr; gap: 38px; align-items: start; padding-top: 22px; }
.video-work video { width: 100%; max-width: 540px; background: #111; }

.site-footer { min-height: 210px; background: #000; color: var(--mint); border-top: 1px solid rgba(217,255,247,.65); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 28px 5%; }
.footer-name { font-size: 30px; }
.social-links { justify-self: center; display: flex; gap: 22px; }
.social-links a { width: 38px; height: 38px; color: #fff; display: grid; place-items: center; }
.social-links svg { width: 31px; height: 31px; overflow: visible; }
.instagram-icon rect, .instagram-icon circle { fill: none; stroke: currentColor; stroke-width: 1.9; }
.instagram-icon .icon-dot { fill: currentColor; stroke: none; }
.soundcloud-icon { width: 35px; }
.soundcloud-icon path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact { justify-self: end; display: grid; gap: 6px; font-size: 15px; }

@media (max-width: 800px) {
  .page-width { width: 100%; }
  .site-header { height: auto; min-height: 58px; grid-template-columns: 1fr auto; padding: 12px 18px; }
  .brand { font-size: 18px; }
  .site-header nav { grid-column: 2; gap: 14px; }
  .site-header nav a { font-size: 12px; }
  .home-hero { height: 680px; }
  .home-hero > img { object-position: center top; }
  .home-intro { width: calc(100% - 32px); top: 410px; padding: 20px 24px 28px; min-height: 285px; }
  .home-intro h1 { font-size: 38px; margin-bottom: 22px; }
  .home-intro .roles { white-space: normal; font-size: 15px; margin-bottom: 22px; }
  .home-intro p:last-child { font-size: 14px; }
  .originals-section { padding: 90px 0 70px; }
  .section-heading h2 { font-size: 31px; }
  .album-player { grid-template-columns: 100px 72px 1fr; grid-template-rows: 90px auto; padding: 14px; gap: 8px 12px; border-width: 3px; }
  .album-cover { width: 100px; height: 100px; }
  .album-play { width: 58px; height: 58px; }
  .album-controls { grid-column: 1 / 4; grid-template-columns: 24px 24px 1fr auto 20px; }
  .album-controls span:last-child { display: none; }
  .about-collage { grid-template-columns: 1fr; grid-template-rows: 220px 240px 150px; }
  .about-studio { grid-column: 1; grid-row: 1; }
  .about-portrait { grid-column: 1; grid-row: 2; }
  .about-title { grid-column: 1; grid-row: 3; }
  .about-title h1 { font-size: 38px; }
  .about-story { grid-template-columns: 1fr; padding: 28px 22px 52px; }
  .about-close { min-height: 420px; }
  .about-copy { font-size: 17px; }
  .portfolio-hero { width: 100%; height: 360px; }
  .portfolio-hero > div:last-child { width: auto; padding: 0 28px; }
  .portfolio-hero h1 { font-size: 31px; }
  .portfolio-hero p { font-size: 20px; }
  .portfolio-hero br { display: none; }
  .works-list { width: 100%; padding: 56px 22px 70px; }
  .work-row, .video-work { grid-template-columns: 1fr; gap: 22px; }
  .compact-player { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-name, .social-links, .footer-contact { justify-self: center; }
}
