:root {
  --ink: #08090a;
  --coal: #111315;
  --steel: #b7bec4;
  --silver: #e8ecee;
  --blue: #4fa9d8;
  --blue-deep: #164662;
  --cream: #eee9df;
}

* { box-sizing: border-box; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--silver); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; }
body.locked { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }

.entry { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; overflow: hidden; background: #070707 url("factory-black-guitarist.png") center center / cover no-repeat; transition: opacity .75s ease, visibility .75s; }
.entry::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.22) 45%, rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 45%, rgba(0,0,0,.42)); }
.entry::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 160px 35px rgba(0,0,0,.9); }
.entry-glow { position: absolute; width: 58vw; height: 58vw; border: 1px solid rgba(255,137,45,.12); border-radius: 50%; box-shadow: inset 0 0 110px rgba(220,78,18,.08), 0 0 110px rgba(220,78,18,.06); }
.entry-content { position: relative; z-index: 2; width: min(92%, 850px); padding: 2rem; text-align: center; }
.entry h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(4rem, 12vw, 9.5rem); font-weight: 400; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; color: #fff; text-shadow: 0 3px 3px #000, 0 8px 34px #000, 0 0 22px rgba(225,86,25,.34); }
.entry h1 span { display: block; color: #f4f1ec; font-size: .47em; line-height: 1.25; letter-spacing: .45em; transform: translateX(.22em); -webkit-text-stroke: 0; text-shadow: 0 2px 2px #000, 0 0 18px rgba(238,87,24,.75), 0 0 38px rgba(238,87,24,.5); }
.rule { display: flex; align-items: center; gap: 1.2rem; width: min(430px, 90%); margin: 2.1rem auto; }
.rule i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #6893a8); }
.rule i:last-child { transform: rotate(180deg); }
.rule b { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #60849a; border-radius: 50%; color: var(--steel); font-family: Georgia, serif; font-size: .8rem; letter-spacing: .08em; }
.entry-copy { margin: 0 0 2.1rem; color: #a8afb3; letter-spacing: .07em; }
.enter-button, .primary-button, .download-album { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; min-width: 200px; border: 1px solid #81a7ba; padding: 1rem 1.25rem; background: rgba(8,9,10,.5); color: #f3f5f5; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.enter-button:hover, .primary-button:hover, .download-album:hover { background: var(--silver); color: var(--ink); transform: translateY(-2px); }
.entry-links { display: flex; justify-content: center; gap: 1.8rem; margin-top: 1.8rem; }
.entry-links button { border: 0; border-bottom: 1px solid transparent; padding: .3rem 0; background: none; color: #858d92; cursor: pointer; }
.entry-links button:hover { color: white; border-color: var(--blue); }
.entry.closed { opacity: 0; visibility: hidden; }

.site { opacity: 0; transition: opacity .7s .2s; }
.site.visible { opacity: 1; }
.site-header { position: fixed; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.1rem 4vw; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,7,8,.83); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-family: Georgia, serif; font-size: 1.12rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #6f8794; border-radius: 50%; color: var(--blue); font-family: "Segoe UI", sans-serif; font-size: .68rem; font-weight: 800; }
.main-nav { display: flex; gap: 2.2rem; }
.main-nav a { color: #aeb4b7; font-size: .84rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav a:hover { color: white; }
.menu-button { display: none; border: 1px solid #59646a; background: transparent; padding: .55rem .8rem; }

.hero { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 95vh; padding: 9rem 9vw 6rem; overflow: hidden; background: radial-gradient(ellipse at 30% 43%, rgba(150,45,14,.15), transparent 29%), radial-gradient(ellipse at 67% 40%, rgba(63,139,174,.2), transparent 28%), linear-gradient(115deg, #08090a 0 54%, #12191d 54% 100%); }
.hero::before { content: "FACTORY BLACK"; position: absolute; right: -1rem; color: transparent; font-family: Georgia,serif; font-size: clamp(5rem, 13vw, 14rem); line-height: .75; writing-mode: vertical-rl; opacity: .11; -webkit-text-stroke: 1px #b4d6e6; }
.hero-line { position: absolute; top: 0; bottom: 0; left: 55%; width: 1px; background: linear-gradient(transparent, rgba(103,180,216,.5), transparent); transform: rotate(13deg); box-shadow: 0 0 70px 15px rgba(50,139,181,.1); }
.hero h2 { position: relative; margin: 0 0 1.7rem; font-family: Georgia, serif; font-size: clamp(4.2rem, 10vw, 9rem); font-weight: 400; line-height: .78; letter-spacing: -.06em; text-transform: uppercase; }
.hero h2 em { color: transparent; font-weight: 400; -webkit-text-stroke: 1px #dce5e9; }
.hero-neon-sign { position: relative; display: block; width: min(680px, 64vw); max-height: 52vh; margin: -2.4rem 0 -1.5rem -3.2rem; object-fit: contain; object-position: left center; mix-blend-mode: screen; filter: saturate(1.05) contrast(1.05); }
.hero > p:not(.eyebrow) { margin: 0 0 2.2rem; color: #99a1a6; font-size: 1.1rem; }
.primary-button { align-self: flex-start; }
.album-stamp { position: absolute; right: 13%; bottom: 10%; width: 125px; height: 125px; border: 1px solid #53788c; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #9ba9b0; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-9deg); }
.album-stamp span { color: white; font-family: Georgia,serif; font-size: 2.5rem; line-height: 1; }

.music-section, .photos-section, .info-section { padding: 7rem max(5vw, calc((100vw - 1180px)/2)); scroll-margin-top: 70px; }
.music-section { background: var(--cream); color: #151719; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.7rem, 6vw, 5.5rem); font-weight: 400; letter-spacing: -.04em; }
.section-heading > p { max-width: 390px; margin: 0 0 .5rem; color: #676b6d; line-height: 1.7; }
.album-layout { display: grid; grid-template-columns: minmax(260px, 390px) 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.album-cover { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid #33434c; background: #080a0c; box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.album-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.download-album { width: 100%; margin-top: 1rem; border-color: #1d2529; background: #111416; color: white; }
.file-note { margin: .65rem 0 0; color: #737779; font-size: .78rem; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.track-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bbb8b0; }
.track-list li { display: grid; grid-template-columns: 38px 42px 1fr 48px; align-items: center; min-height: 64px; border-bottom: 1px solid #c8c5bd; }
.track-number { color: #8b8b87; font-size: .78rem; font-variant-numeric: tabular-nums; }
.track-name { font-family: Georgia,serif; font-size: 1.1rem; }
.track-name small { display: block; margin-top: .18rem; color: #777975; font-family: "Segoe UI",sans-serif; font-size: .72rem; letter-spacing: .04em; }
.track-play, .track-download { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #aba8a0; border-radius: 50%; background: transparent; color: #17191a; cursor: pointer; transition: .2s; }
.track-play { padding-left: 3px; font-size: .7rem; }
.track-play.playing { padding-left: 0; border-color: #111; background: #111; color: white; }
.track-play:hover, .track-download:hover { border-color: #111; background: #111; color: white; }
.future-release { display: flex; align-items: center; gap: 2rem; margin-top: 5rem; padding: 2rem; border: 1px solid #c5c2ba; }
.future-number { color: transparent; font-family: Georgia,serif; font-size: 5rem; line-height: 1; -webkit-text-stroke: 1px #a9a7a0; }
.future-release h3 { margin: 0 0 .4rem; font-family: Georgia,serif; font-size: 1.6rem; font-weight: 400; }
.future-release p { margin: 0; color: #656866; }

.photos-section { background: #101315; }
.section-heading.light > p { color: #949ca0; }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 210px 210px; gap: 1rem; }
.photo-placeholder { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; overflow: hidden; border: 1px solid #34414a; background: linear-gradient(145deg, #202b31, #090b0c); }
.photo-placeholder::before { content: ""; position: absolute; inset: -40%; background: linear-gradient(100deg, transparent 35%, rgba(83,169,209,.12) 49%, transparent 61%); transform: rotate(-20deg); }
.photo-placeholder.tall { grid-row: 1 / 3; background: radial-gradient(circle at 38% 35%, rgba(77,156,192,.18), transparent 26%), linear-gradient(135deg,#151c20,#070809); }
.photo-placeholder span, .photo-placeholder small { position: relative; }
.photo-placeholder span { font-family: Georgia,serif; font-size: 1.5rem; }
.photo-placeholder small { margin-top: .4rem; color: #79858b; letter-spacing: .08em; text-transform: uppercase; }
.info-section { background: #070809; }
.info-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; }
.info-grid h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.info-grid h2 em { color: var(--blue); font-weight: 400; }
.info-grid p { margin: 0 0 1.2rem; color: #a5adb1; font-size: 1.08rem; line-height: 1.8; }
footer { display: flex; align-items: center; justify-content: space-between; padding: 2rem 4vw; border-top: 1px solid #24282a; background: #050606; color: #7f888c; }
footer p { margin: 0; font-size: .85rem; }
.audio-player { position: fixed; left: 50%; bottom: 1.25rem; z-index: 80; display: grid; grid-template-columns: 42px minmax(150px,220px) minmax(150px,360px) 95px; align-items: center; gap: 1rem; width: min(780px, calc(100% - 2rem)); padding: .8rem 1rem; border: 1px solid #40515b; background: rgba(8,10,11,.95); color: white; box-shadow: 0 15px 55px rgba(0,0,0,.55); backdrop-filter: blur(16px); transform: translate(-50%, 160%); transition: transform .35s ease; }
.audio-player.visible { transform: translate(-50%, 0); }
.player-toggle { width: 38px; height: 38px; border: 1px solid #607785; border-radius: 50%; background: transparent; cursor: pointer; }
.player-details { display: flex; flex-direction: column; min-width: 0; }
.player-details small { color: #6cb4d5; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.player-details strong { overflow: hidden; font-family: Georgia,serif; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.audio-player input { width: 100%; accent-color: #63b1d4; cursor: pointer; }
.player-time { color: #9ca6aa; font-size: .75rem; font-variant-numeric: tabular-nums; text-align: right; }

@media (max-width: 720px) {
  .entry { background-position: 58% center; }
  .entry h1 { font-size: clamp(3.4rem, 19vw, 6rem); }
  .entry-links { gap: 1.1rem; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .5rem 4vw 1rem; background: rgba(6,7,8,.96); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem 0; }
  .hero { min-height: 88vh; padding: 8rem 6vw 5rem; }
  .hero-neon-sign { width: min(108vw, 620px); max-height: none; margin: -1.6rem 0 -.5rem -10vw; }
  .album-stamp { display: none; }
  .music-section, .photos-section, .info-section { padding: 5rem 6vw; }
  .section-heading, .info-grid { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .album-layout { grid-template-columns: 1fr; }
  .cover-wrap { max-width: 430px; }
  .track-list li { grid-template-columns: 30px 40px 1fr 40px; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 260px 180px 180px; }
  .photo-placeholder.tall { grid-row: auto; }
  .info-grid > div { margin-top: 2rem; }
  .future-release { align-items: flex-start; gap: 1rem; }
  .future-number { font-size: 3.4rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .audio-player { grid-template-columns: 40px 1fr 72px; gap: .7rem; }
  .audio-player input { grid-column: 1 / -1; grid-row: 2; }
}

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