/* Standalone home styles. Shared page styles are intentionally not imported. */
:root {
  color-scheme: dark;
  --background: #101112;
  --surface: #171819;
  --text: #f0efea;
  --muted: #b3b3ae;
  --line: #343638;
  --accent: #c84735;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--background); }
body { margin: 0; color: var(--text); background: var(--background); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, audio:focus-visible { outline: 2px solid var(--text); outline-offset: 6px; }
a:hover { color: #fff; }
.cursor-glow { position: fixed; z-index: 30; width: 220px; aspect-ratio: 1; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(222, 105, 73, .16), rgba(222, 105, 73, .07) 32%, transparent 70%); filter: blur(2px); mix-blend-mode: screen; transform: translate(-50%, -50%); transition: opacity .28s ease; }
.cursor-trace { position: fixed; z-index: 29; width: 70px; aspect-ratio: 1; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(222, 105, 73, .13), rgba(222, 105, 73, .045) 38%, transparent 72%); filter: blur(7px); transform: translate(-50%, -50%) scale(.45); }
[hidden] { display: none; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 16px; padding: 12px 20px; background: var(--text); color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; color: #111; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ffffff35; }
.brand { font-size: .8rem; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.brand span { color: #a2a39e; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: .74rem; font-weight: 600; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "+"; color: var(--muted); font-size: .9rem; font-weight: 400; }
.nav-dropdown[open] summary::after { content: "−"; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 20; display: grid; min-width: 220px; gap: 2px; padding: 8px; border: 1px solid var(--line); background: #101112f5; box-shadow: 0 18px 40px #0008; }
.nav-dropdown-menu a { min-height: 40px; padding: 8px 12px; font-size: .68rem; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: #ffffff12; }
.nav-live { color: #ffb5a6; }
.live-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; background: currentColor; border-radius: 50%; }
.menu-toggle { min-height: 44px; padding: 8px 0 8px 14px; border: 0; color: var(--text); background: none; font-size: .8rem; cursor: pointer; }
.menu-toggle span { margin-left: 10px; }
.hero { position: relative; isolation: isolate; min-height: 780px; min-height: max(720px, 94svh); display: flex; flex-direction: column; justify-content: center; padding-top: 130px; overflow: hidden; }
.hero-city { position: absolute; inset: 0; z-index: -2; }
.hero-city img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: grayscale(.9) brightness(.8); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #0b0d0ee6, #0b0d0e85 55%, #0b0d0e24), linear-gradient(0deg, #101112, transparent 40%, #10111255); }
.hero-content { padding-block: 36px 110px; }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; font-weight: 600; color: var(--muted); }
.hero .eyebrow { color: #d2d3ce; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 30px 0 25px; font-size: clamp(5rem, 9.8vw, 9rem); line-height: .82; letter-spacing: -.075em; font-weight: 800; }
h1 span { display: block; color: #bfc2bd; }
.hero-intro { max-width: 460px; margin: 0; color: #d2d3ce; font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 23px; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 700; transition: background .18s ease, border-color .18s ease; }
.button-light { background: var(--text); color: #141617; }
.button-light:hover { color: #141617; background: #fff; }
.button-live { background: #a33729; border-color: #d15d49; color: #fff7f2; }
.button-live:hover { background: #bb4433; }
.live-note { margin: 13px 0 0; color: #b7bab5; font-size: .7rem; }
.hero-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: absolute; bottom: 0; left: 0; right: 0; padding-block: 22px; border-top: 1px solid #ffffff30; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.hero-footer a { display: flex; align-items: center; gap: 22px; min-height: 30px; }
.hero-footer a span { color: var(--text); }
.section { padding-block: 88px; }
.section.is-targeted { position: relative; animation: section-target 2.2s ease-out both; }
.section.is-targeted::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 0%, rgba(222, 105, 73, .22), transparent 58%); opacity: 0; animation: section-target-wash 2.2s ease-out both; }
.section.is-targeted::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; box-shadow: inset 0 0 110px rgba(200, 71, 53, .28), 0 0 52px rgba(200, 71, 53, .16); opacity: 0; animation: section-target-glow 2.2s ease-out both; }
.section.is-targeted .eyebrow { animation: section-target-label 2.2s ease-out both; }
@keyframes section-target {
  0%, 100% { box-shadow: inset 0 0 0 transparent; }
  14% { box-shadow: inset 0 0 110px rgba(200, 71, 53, .28), 0 0 52px rgba(200, 71, 53, .16); }
}
@keyframes section-target-wash {
  0%, 100% { opacity: 0; }
  14% { opacity: 1; }
  48% { opacity: .48; }
}
@keyframes section-target-glow {
  0% { opacity: 0; transform: scale(.995); }
  14% { opacity: .95; transform: scale(1); }
  48% { opacity: .5; }
  100% { opacity: 0; }
}
@keyframes section-target-label {
  0%, 100% { color: var(--muted); text-shadow: none; }
  14% { color: #fff4ef; text-shadow: 0 0 22px rgba(222, 105, 73, .9); }
  58% { color: #d9bbb2; text-shadow: 0 0 10px rgba(222, 105, 73, .38); }
}
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 44px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: .78rem; font-weight: 600; text-decoration: underline; text-decoration-color: #737570; text-underline-offset: 6px; }
.text-link:hover { text-decoration-color: currentColor; }
.releases { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(90deg, #101112f2, #101112b8 54%, #101112d9), url("/img/Night%20Hope/night-hope-city-desktop.jpg") center / cover no-repeat; }
.releases > .container { position: relative; z-index: 1; }
.release-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; }
.release-art { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line); }
h2 { margin: 20px 0; font-size: clamp(2.5rem, 5.2vw, 5rem); letter-spacing: -.055em; line-height: 1.04; font-weight: 600; }
.description { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.track-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .65rem; margin-block: 25px; }
.track-meta span { color: #686b6c; }
.release-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.release-links .button { margin-bottom: 9px; }
.next-release { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 112px 1fr auto; gap: 30px; align-items: center; }
.next-release img { width: 112px; aspect-ratio: 1; object-fit: cover; }
.next-release h3 { margin: 6px 0 0; font-size: 1.8rem; letter-spacing: -.03em; font-weight: 600; }
.next-release p:last-child { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }
.coming-soon { color: var(--muted); border: 1px solid var(--line); padding: 6px 12px; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.listening { background: var(--surface); border-block: 1px solid var(--line); }
.listening-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.listening h2 { font-size: clamp(2.1rem, 3.3vw, 3.2rem); margin-top: 0; }
.audio-card { min-width: 0; padding: 28px; border: 1px solid #444648; background: #101112; }
.audio-card h3 { margin: 12px 0 20px; font-size: 1.5rem; letter-spacing: -.025em; font-weight: 500; }
audio { display: block; width: 100%; height: 54px; }
.audio-fallback { margin-top: 12px; color: var(--muted); font-size: .7rem; }
.audio-error { color: #ffd1c6; font-size: .8rem; }
.audio-error a { text-decoration: underline; }
.services { padding-block: 66px; border-top: 1px solid var(--line); }
.services-row { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.services h2 { font-size: clamp(1.6rem, 2.7vw, 2.25rem); margin: 18px 0 12px; }
.services p:not(.eyebrow) { color: var(--muted); font-size: .86rem; max-width: 500px; margin: 0; }
.services-links { display: flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 32px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; font-size: .7rem; }
.footer-links a, .footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { margin-top: 20px; color: var(--muted); font-size: .65rem; }
.footer-bottom p { margin: 0; }
@media (max-width: 900px) {
  .container { width: calc(100% - 56px); }
  .release-grid, .listening-grid { gap: 36px; }
  .hero { min-height: 760px; min-height: max(690px, 90svh); }
  h1 { font-size: clamp(5rem, 12.5vw, 7.8rem); }
  .hero-city img { object-position: 62% center; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 24px; }
  .container { width: calc(100% - 40px); }
  .nav { min-height: 76px; gap: 12px; flex-wrap: wrap; }
  .brand { font-size: .68rem; letter-spacing: .1em; }
  .menu-toggle:not([hidden]) { display: block; }
  .nav-links { width: 100%; gap: 20px; padding-bottom: 12px; flex-wrap: wrap; }
  .nav-links.is-collapsible { display: none; }
  .nav-links.is-open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-menu { position: static; min-width: 0; margin-top: 4px; box-shadow: none; }
  .nav-dropdown-menu a { white-space: normal; }
  .nav:has(.is-open) { background: #101112; }
  .hero { min-height: 710px; min-height: max(620px, 94svh); padding-top: 100px; }
  .hero-content { padding-block: 32px 104px; }
  .hero .eyebrow { font-size: .56rem; letter-spacing: .12em; max-width: 270px; }
  h1 { font-size: clamp(3.7rem, 14.6vw, 5.5rem); margin-block: 26px 24px; }
  .hero-intro { font-size: .88rem; max-width: 330px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
  .hero-actions .button { padding-inline: 9px; font-size: .71rem; gap: 9px; }
  .hero-footer { padding-block: 16px; font-size: .6rem; }
  .hero-footer>span { display: none; }
  .hero-footer a { width: 100%; justify-content: space-between; }
  .hero-city img { object-position: 54% center; }
  .hero::after { background: linear-gradient(90deg, #0b0d0ed4, #0b0d0e60), linear-gradient(0deg, #101112, transparent 50%, #10111255); }
  .section { padding-block: 56px; }
  .releases { background-image: linear-gradient(180deg, #101112e8, #101112c7 55%, #101112f0), url("/img/Night%20Hope/night-hope-city-mobile.jpg"); background-position: center; }
  .section-label { margin-bottom: 28px; }
  .release-grid, .listening-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .release-art { grid-row: 1; }
  h2 { font-size: 3rem; margin-top: 16px; }
  .description { font-size: .9rem; }
  .next-release { grid-template-columns: 76px 1fr; gap: 20px; margin-top: 40px; padding-top: 24px; }
  .next-release img { width: 76px; grid-row: 1 / 3; align-self: start; }
  .next-release .eyebrow { font-size: .54rem; }
  .next-release h3 { font-size: 1.5rem; }
  .next-release p:last-child { font-size: .72rem; }
  .coming-soon { grid-column: 2; justify-self: start; margin-top: -10px; }
  .audio-card { padding: 20px 14px; }
  .listening h2 { font-size: 2.25rem; }
  .services-row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .services-links { flex-direction: row; gap: 24px; flex-wrap: wrap; }
  .services h2 { font-size: 1.8rem; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-links { gap: 24px; }
  .footer-bottom { margin-top: 16px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero-actions .button { font-size: .66rem; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .section.is-targeted { animation: none; box-shadow: inset 0 0 110px rgba(200, 71, 53, .28), 0 0 52px rgba(200, 71, 53, .16); }
  .section.is-targeted::before { animation: none; opacity: 1; }
  .section.is-targeted::after { animation: none; opacity: 1; transform: none; }
  .section.is-targeted .eyebrow { animation: none; color: #fff4ef; text-shadow: 0 0 12px rgba(222, 105, 73, .55); }
  .cursor-glow { display: none; }
}
