:root {
  --black: #080908;
  --black-soft: #0e100e;
  --ink: #11130f;
  --paper: #f2f1eb;
  --white: #fffef8;
  --muted: #9ca095;
  --line: rgba(255, 255, 255, 0.14);
  --lime: #ccff33;
  --lime-strong: #bfff00;
  --blue: #145cff;
  --amber: #ffad17;
  --shell: min(1240px, calc(100vw - 48px));
  --header-height: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(92px, 11vw, 168px) 0; }

::selection { color: var(--black); background: var(--lime); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-150%);
  background: var(--lime);
  color: var(--black);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.page-progress {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--lime);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 175px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled,
.site-header.nav-active {
  border-color: var(--line);
  background: rgba(8, 9, 8, .88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand { display: block; width: 154px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 34px); }
.site-nav a,
.header-utility {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--lime);
  content: "";
  transition: transform .25s ease;
}
.site-nav a:hover,
.site-nav a.is-active,
.header-utility:hover { color: var(--white); }
.site-nav a:hover::after,
.site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-utility { gap: 8px; justify-self: end; color: var(--lime); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(42px, 5vw, 76px)) 0 34px;
  isolation: isolate;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 74% 30%, rgba(255, 173, 23, .11), transparent 28%),
    radial-gradient(circle at 15% 60%, rgba(20, 92, 255, .08), transparent 25%),
    linear-gradient(115deg, rgba(8, 9, 8, .98) 28%, rgba(8, 9, 8, .84) 60%, rgba(8, 9, 8, .58));
  content: "";
}
.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .22;
  background-image: url('/awarenss/assets/awarenss-world-underpass-2200.jpg');
  background-position: center;
  background-size: cover;
  filter: grayscale(.45) contrast(1.08);
}
.hero-backdrop::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
  content: "";
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: start;
  gap: clamp(56px, 7vw, 110px);
}
.hero-copy { padding-top: clamp(10px, 2vw, 36px); }
.hero-kicker,
.micro-label,
.eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-kicker { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); }
.hero-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(204,255,51,.75); }
.hero h1 { width: min(650px, 92%); margin: clamp(32px, 5vw, 72px) 0 0; }
.hero h1 img { width: 100%; height: auto; }
.hero-declaration {
  margin: clamp(32px, 5vw, 60px) 0 0;
  font-size: clamp(48px, 6.8vw, 100px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.hero-intro { max-width: 590px; margin: 28px 0 0; color: #b6baae; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.hero-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--black); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.28); background: rgba(8,9,8,.28); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

.signup-panel {
  max-width: 650px;
  margin-top: 42px;
  padding: 25px 27px 24px;
  border: 1px solid rgba(204,255,51,.35);
  background: rgba(6, 8, 6, .78);
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.micro-label { color: var(--lime); }
.signup-panel h2 { margin: 10px 0 5px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1; letter-spacing: -.035em; }
.signup-panel > p:not(.micro-label) { margin: 0 0 17px; color: #aeb3a7; font-size: 14px; }
.signup-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-trap { display: none !important; }
.email-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.email-field input {
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.24);
  border-right: 0;
  border-radius: 0;
  padding: 0 16px;
  background: rgba(255,255,255,.04);
  color: var(--white);
  outline: none;
}
.email-field input::placeholder { color: rgba(255,255,255,.42); }
.email-field input:focus { border-color: var(--lime); box-shadow: inset 0 0 0 1px var(--lime); }
.email-field button {
  min-height: 52px;
  border: 1px solid var(--lime);
  padding: 0 18px;
  background: var(--lime);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
}
.email-field button:hover { border-color: var(--white); background: var(--white); }
.email-field button:disabled { opacity: .55; cursor: wait; }
.signup-fineprint { margin: 9px 0 0 !important; color: #7f847a !important; font-size: 11px !important; }
.signup-fineprint a { text-decoration: underline; text-underline-offset: 2px; }
.signup-status { min-height: 0; margin: 8px 0 0; font-size: 12px; font-weight: 700; }
.signup-status[data-state="success"] { color: var(--lime); }
.signup-status[data-state="error"] { color: #ff856e; }
.signup-reward {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-release {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(8,9,8,.74);
  box-shadow: 0 35px 90px rgba(0,0,0,.42);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.hero-release::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  opacity: .25;
  background: linear-gradient(135deg, var(--amber), transparent 28%, transparent 75%, var(--lime));
  content: "";
}
.hero-release-topline { display: flex; justify-content: space-between; margin-bottom: 15px; color: #a6aa9e; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-release-art { position: relative; display: block; overflow: hidden; }
.hero-release-art::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); content: ""; }
.hero-release-art img { width: 100%; transition: transform .7s var(--ease), filter .7s ease; }
.hero-release-art:hover img { transform: scale(1.025); filter: brightness(1.08); }
.hero-release-meta { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px 1px 15px; }
.hero-release-meta p { margin: 0 0 3px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-release-meta h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: .95; letter-spacing: -.045em; }
.hero-release-meta a { min-height: 44px; display: inline-flex; align-items: center; color: #c3c6bd; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-release-meta a:hover { color: var(--lime); }
.hero-spotify { display: block; border: 0; border-radius: 12px; background: #121212; }
.hero-index { display: flex; align-items: center; gap: 18px; margin-top: 34px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.hero-index i { display: block; width: 22px; height: 1px; background: rgba(255,255,255,.2); }

.section-header { display: grid; grid-template-columns: 1fr 1.6fr 1fr; align-items: end; gap: 40px; margin-bottom: clamp(50px, 7vw, 90px); }
.eyebrow { color: var(--muted); }
.eyebrow span { margin-right: 10px; color: var(--lime); }
.section-header h2,
.artist-copy h2,
.capture-grid h2,
.merch-header h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 100px);
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.section-header > p:last-child { max-width: 380px; margin: 0; color: var(--muted); font-size: 17px; }

.music-section { background: var(--paper); color: var(--ink); }
.music-section .eyebrow { color: #6f7468; }
.music-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .72fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.release-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.release-card { min-width: 0; border-top: 1px solid rgba(17,19,15,.2); padding-top: 13px; }
.release-art { position: relative; display: block; overflow: hidden; background: #d6d6d0; }
.release-art img { width: 100%; transition: transform .65s var(--ease); }
.release-art:hover img { transform: scale(1.025); }
.release-art > span { position: absolute; top: 12px; left: 12px; padding: 7px 9px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.release-body { padding-top: 20px; }
.release-body > p { margin: 0 0 4px; color: #74786f; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.release-body h3 { margin: 0; font-size: clamp(32px, 3vw, 50px); line-height: 1; letter-spacing: -.045em; }
.release-actions { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 20px; }
.release-actions button,
.release-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.release-actions button:hover,
.release-actions a:hover,
.release-actions button[aria-pressed="true"] { color: #557600; }
.music-console { position: sticky; top: calc(var(--header-height) + 26px); border-top: 3px solid var(--ink); padding-top: 18px; }
.music-console .micro-label { color: #72776c; }
.spotify-shell { min-height: 152px; margin-top: 24px; border-radius: 12px; background: #171914; overflow: hidden; }
.spotify-shell iframe { display: block; width: 100%; height: 152px; border: 0; }
.spotify-load { width: 100%; min-height: 152px; display: flex; align-items: center; gap: 20px; border: 0; padding: 24px; background: #171914; color: var(--white); text-align: left; cursor: pointer; }
.spotify-load:hover { background: #20231d; }
.spotify-load .play-mark { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--lime); color: var(--black); }
.spotify-load b, .spotify-load small { display: block; }
.spotify-load b { font-size: 19px; }
.spotify-load small { margin-top: 4px; color: #a7aca0; }
.platform-list { margin-top: 24px; border-top: 1px solid rgba(17,19,15,.2); }
.platform-list a { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(17,19,15,.2); font-size: 12px; font-weight: 800; }
.platform-list a span:last-child { color: #787d72; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.platform-list a:hover span:first-child { color: #557600; }

.press-strip { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-top: clamp(70px, 9vw, 120px); border-top: 1px solid rgba(17,19,15,.28); border-bottom: 1px solid rgba(17,19,15,.28); padding: 28px 0; }
.press-strip h3 { max-width: 600px; margin: 9px 0 0; font-size: clamp(24px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.press-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.press-actions a { min-height: 46px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(17,19,15,.25); padding: 0 15px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.press-actions a:first-child { border-color: var(--ink); background: var(--ink); color: var(--white); }
.press-actions a:hover { border-color: var(--lime-strong); background: var(--lime-strong); color: var(--ink); }

.signal-capture { background: var(--lime); color: var(--black); }
.capture-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.signal-capture .eyebrow { color: rgba(8,9,8,.62); }
.signal-capture .eyebrow span { color: var(--black); }
.capture-grid h2 { margin-top: 24px; font-size: clamp(44px, 6vw, 86px); }
.signup-form-light > p:first-of-type { margin: 0 0 20px; font-size: 18px; font-weight: 700; }
.signup-form-light .email-field input { border-color: rgba(8,9,8,.5); background: rgba(255,255,255,.28); color: var(--black); }
.signup-form-light .email-field input::placeholder { color: rgba(8,9,8,.48); }
.signup-form-light .email-field button { border-color: var(--black); background: var(--black); color: var(--white); }
.signup-form-light .email-field button:hover { background: var(--white); color: var(--black); }
.signup-form-light .signup-fineprint { color: rgba(8,9,8,.64) !important; }
.signup-form-light .signup-status[data-state="success"],
.signup-form-light .signup-reward { color: var(--black); }
.signup-form-light .signup-reward { text-decoration: underline; text-underline-offset: 4px; }

.artist-section { overflow: hidden; background: #0b0d0b; }
.artist-section::after { position: absolute; right: -12vw; bottom: -20vw; width: 55vw; height: 55vw; border: 1px solid rgba(204,255,51,.09); border-radius: 50%; content: ""; }
.artist-grid { display: grid; grid-template-columns: minmax(340px, .8fr) 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.portrait-gallery { position: relative; }
.portrait-stage { position: relative; aspect-ratio: 1; }
.portrait-stage::before { position: absolute; z-index: 2; inset: 14px -14px -14px 14px; border: 1px solid rgba(204,255,51,.55); content: ""; pointer-events: none; }
.portrait-stage figure { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #121512; }
.portrait-stage figure.is-active { animation: portraitIn .6s var(--ease) both; }
.portrait-stage img { width: 100%; height: 100%; object-fit: cover; }
.portrait-stage figcaption { position: absolute; right: 13px; bottom: 13px; padding: 7px 9px; background: rgba(8,9,8,.82); color: #c5cabf; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-controls { display: flex; gap: 6px; margin-top: 28px; }
.gallery-controls button { width: 54px; min-height: 44px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #a7aca1; font-size: 10px; font-weight: 900; cursor: pointer; }
.gallery-controls button.is-active { border-color: var(--lime); background: var(--lime); color: var(--black); }
.artist-copy .eyebrow { margin-bottom: clamp(28px, 4vw, 52px); }
.artist-copy h2 { max-width: 760px; font-size: clamp(52px, 7vw, 106px); }
.artist-copy > p:not(.eyebrow) { max-width: 770px; color: #a7aca1; font-size: clamp(16px, 1.45vw, 20px); }
.artist-copy .artist-lead { margin-top: 38px; color: var(--white) !important; font-size: clamp(24px, 2.6vw, 40px) !important; line-height: 1.16; letter-spacing: -.035em; }
.artist-note { border-left: 2px solid var(--lime); padding-left: 16px; font-weight: 800; }
.artist-links { display: flex; flex-wrap: wrap; gap: 24px 34px; margin-top: 36px; }
.artist-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.world-section { background: #10110f; }
.world-header { grid-template-columns: 1fr 1.6fr 1fr; }
.world-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; align-items: stretch; }
.world-frame { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #111; }
.world-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform .9s var(--ease), filter .9s ease; }
.world-frame:hover img { transform: scale(1.025); filter: saturate(1.03) contrast(1.05); }
.world-frame::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.68), transparent 50%); content: ""; }
.world-frame figcaption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.world-frame figcaption span { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.world-frame figcaption strong { font-size: clamp(20px, 2.5vw, 36px); line-height: .95; letter-spacing: -.04em; text-align: right; text-transform: uppercase; }

.merch-section { background: var(--black); }
.merch-header { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: clamp(50px, 8vw, 100px); }
.merch-header h2 { margin-top: 22px; }
.merch-header > div:last-child { border-top: 1px solid var(--line); padding-top: 23px; }
.merch-header p:not(.eyebrow) { max-width: 410px; margin: 23px 0 0; color: var(--muted); }
.merch-wordmark { width: 190px; height: auto; }
.merch-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.merch-loading { grid-column: 1 / -1; margin: 0; border-top: 1px solid var(--line); padding: 26px 0; color: var(--muted); }
.no-js .merch-grid > .merch-loading { display: none; }
.merch-loading a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.merch-product { grid-column: span 3; min-width: 0; border: 1px solid var(--line); background: #0d0f0d; }
.merch-product:nth-child(-n+2) { grid-column: span 6; }
.merch-product-art { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #ecece9; }
.merch-product-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.merch-product-art:hover img { transform: scale(1.03); }
.merch-product-art span { position: absolute; top: 12px; left: 12px; padding: 7px 9px; background: var(--black); color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.merch-product-body { padding: 17px 18px 19px; }
.merch-product-meta { margin: 0 0 8px; overflow: hidden; color: #797e73; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.merch-product h3 { margin: 0; overflow-wrap: anywhere; font-size: clamp(21px, 2.1vw, 32px); line-height: 1; letter-spacing: -.035em; }
.merch-product-detail { min-height: 42px; margin: 13px 0 0; color: #9ba095; font-size: 12px; }
.merch-purchase { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 13px; }
.merch-purchase strong { font-size: 12px; }
.merch-purchase a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.merch-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; border-top: 1px solid var(--line); padding-top: 24px; }
.merch-footer p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; }

.contact-section { overflow: hidden; background: var(--lime); color: var(--black); }
.contact-section::before { position: absolute; top: -25vw; right: -8vw; width: 55vw; height: 55vw; border: 1px solid rgba(8,9,8,.15); border-radius: 50%; content: ""; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: end; }
.contact-section .eyebrow { color: rgba(8,9,8,.6); }
.contact-section .eyebrow span { color: var(--black); }
.contact-copy h2 { margin-top: 28px; font-size: clamp(48px, 6.5vw, 94px); }
.contact-copy > p:last-child { max-width: 520px; margin: 26px 0 0; font-size: 18px; }
.contact-email { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border-top: 3px solid var(--black); border-bottom: 1px solid var(--black); padding: 20px 0 13px; }
.contact-email > span:first-child { min-width: 0; overflow-wrap: anywhere; font-size: clamp(27px, 4vw, 56px); font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.contact-email > span:nth-child(2) { font-size: 34px; }
.contact-email small { grid-column: 1 / -1; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.site-footer { padding: 64px 0 54px; background: #050605; }
.footer-grid { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 45px; }
.footer-grid > img { width: 190px; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 25px; }
.footer-grid nav a { min-height: 44px; display: inline-flex; align-items: center; color: #afb4aa; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid nav a:hover { color: var(--lime); }
.footer-grid > p { grid-column: 1 / -1; margin: 20px 0 0; border-top: 1px solid var(--line); padding-top: 20px; color: #8f958a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mobile-dock { display: none; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes portraitIn { from { opacity: .2; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

/* Release files and privacy */
.subpage { min-height: 100vh; background: #090a09; }
.subpage .site-header { position: fixed; }
.subpage-main { padding: calc(var(--header-height) + 72px) 0 100px; }
.subpage-kicker { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 14px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.release-detail { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: clamp(54px, 9vw, 140px); align-items: center; margin-top: 56px; }
.release-detail-art { position: relative; }
.release-detail-art::after { position: absolute; inset: 14px -14px -14px 14px; z-index: -1; border: 1px solid var(--lime); content: ""; }
.release-detail-copy h1 { margin: 0; font-size: clamp(68px, 10vw, 150px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.release-detail-copy .release-year { margin: 28px 0 0; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.release-detail-copy .release-description { max-width: 670px; margin: 24px 0 0; color: #afb4aa; font-size: clamp(18px, 2vw, 26px); line-height: 1.4; }
.release-detail-copy .hero-spotify { max-width: 680px; margin-top: 35px; }
.release-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.release-next { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-top: 110px; border-top: 1px solid var(--line); padding-top: 28px; }
.release-next p { margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.release-next h2 { margin: 0; font-size: clamp(34px, 5vw, 66px); letter-spacing: -.05em; }
.release-next > a { min-height: 50px; display: inline-flex; align-items: center; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.subpage-signup { margin-top: 100px; border: 1px solid var(--line); padding: clamp(25px, 4vw, 48px); }
.subpage-signup h2 { margin: 8px 0 22px; font-size: clamp(30px, 4vw, 54px); letter-spacing: -.04em; }
.subpage-signup .signup-form { max-width: 720px; }
.privacy-copy { max-width: 830px; margin: 50px auto 0; }
.privacy-copy h1 { margin: 0 0 44px; font-size: clamp(56px, 9vw, 118px); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.privacy-copy h2 { margin: 46px 0 12px; color: var(--lime); font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.privacy-copy p, .privacy-copy li { color: #b0b5aa; }
.privacy-copy a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1400px) {
  .hero-backdrop { background-image: url('/awarenss/assets/responsive/awarenss-world-underpass-1600.jpg'); }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 150px 1fr auto; }
  .site-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr minmax(330px, .65fr); gap: 45px; }
  .section-header, .world-header { grid-template-columns: .55fr 1.45fr; }
  .section-header > p:last-child { grid-column: 2; }
  .merch-product { grid-column: span 6; }
  .merch-product:nth-child(-n+2) { grid-column: span 6; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); --header-height: 68px; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .site-header { grid-template-columns: 1fr auto; padding: 0 17px; }
  .brand { width: 145px; }
  .header-utility { display: none; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: none;
    grid-template-columns: auto 20px;
    grid-template-rows: repeat(2, 6px);
    align-items: center;
    gap: 2px 10px;
    min-width: 78px;
    min-height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .js-ready .menu-toggle { display: grid; }
  .menu-toggle span { grid-row: 1 / 3; color: #c7cbc1; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
  .menu-toggle i { display: block; width: 20px; height: 1px; background: var(--white); transition: transform .3s ease; }
  .nav-open .menu-toggle i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .nav-open .menu-toggle i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 82px 24px 90px;
    opacity: 0;
    background: rgba(8,9,8,.98);
    transition: opacity .3s ease, visibility .3s ease;
  }
  .nav-open .site-nav { visibility: visible; opacity: 1; }
  .site-nav a { min-height: 56px; justify-content: center; color: var(--white); font-size: 22px; letter-spacing: -.02em; text-transform: none; }
  .site-nav a::after { display: none; }

  .no-js .site-header { position: relative; height: auto; padding-top: 10px; }
  .no-js .site-nav {
    position: static;
    grid-column: 1 / -1;
    visibility: visible;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 18px;
    padding: 0 0 10px;
    opacity: 1;
    background: transparent;
    transition: none;
  }
  .no-js .site-nav a { min-height: 44px; width: auto; justify-content: flex-start; color: #c7cbc1; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
  .no-js .hero { padding-top: 42px; }

  .hero { min-height: auto; padding-top: calc(var(--header-height) + 42px); padding-bottom: 36px; }
  .hero::before { background: linear-gradient(to bottom, rgba(8,9,8,.93), rgba(8,9,8,.98) 58%, var(--black)); }
  .hero-backdrop { height: 46%; opacity: .2; background-image: url('/awarenss/assets/responsive/awarenss-world-underpass-1100.jpg'); }
  .hero-grid { display: flex; flex-direction: column; gap: 50px; }
  .hero-copy { width: 100%; display: flex; flex-direction: column; padding-top: 0; }
  .hero-kicker { order: 1; }
  .hero h1 { order: 2; width: min(92%, 510px); margin-top: 18px; }
  .signup-panel { order: 3; margin-top: 22px; padding: 18px 16px; }
  .signup-panel > p:not(.micro-label) { display: none; }
  .hero-declaration { order: 4; margin-top: 34px; font-size: clamp(48px, 14vw, 76px); }
  .hero-intro { order: 5; margin-top: 21px; font-size: 16px; }
  .hero-platforms { order: 6; flex-direction: column; }
  .hero-platforms .button { width: 100%; }
  .email-field { grid-template-columns: 1fr; gap: 8px; }
  .email-field input { border-right: 1px solid rgba(255,255,255,.24); }
  .hero-release { position: relative; top: auto; width: 100%; padding: 15px; }
  .hero-release-meta { align-items: center; }
  .hero-index { margin-top: 30px; justify-content: center; }

  .section { padding: 92px 0; }
  .section-header, .world-header { display: block; margin-bottom: 48px; }
  .section-header h2 { margin-top: 26px; font-size: clamp(50px, 14vw, 80px); }
  .section-header > p:last-child { margin-top: 24px; }
  .music-layout { grid-template-columns: 1fr; gap: 60px; }
  .music-console { position: relative; top: auto; }
  .press-strip { grid-template-columns: 1fr; align-items: start; }
  .press-actions { justify-content: start; }
  .capture-grid { grid-template-columns: 1fr; gap: 45px; }
  .artist-grid { grid-template-columns: 1fr; gap: 70px; }
  .portrait-gallery { width: min(92%, 540px); }
  .artist-copy h2 { font-size: clamp(52px, 15vw, 90px); }
  .world-gallery { grid-template-columns: 1fr; }
  .world-frame { min-height: 440px; }
  .merch-header { grid-template-columns: 1fr; gap: 38px; }
  .merch-product, .merch-product:nth-child(-n+2) { grid-column: span 6; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: start; }
  .footer-grid > p { grid-column: 1; }

  .mobile-dock {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255,255,255,.18);
    background: rgba(5,6,5,.94);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-dock a { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-dock a:first-child { border-right: 1px solid rgba(255,255,255,.15); color: var(--lime); }
  .release-detail { grid-template-columns: 1fr; }
  .release-detail-art { width: min(92%, 540px); }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .hero-kicker { font-size: 9px; }
  .hero h1 { width: 100%; }
  .hero-declaration { font-size: clamp(47px, 14.8vw, 72px); }
  .hero-release-topline { font-size: 9px; }
  .hero-release-meta h2 { font-size: 38px; }
  .hero-release-meta a { font-size: 9px; }
  .release-list { grid-template-columns: 1fr; gap: 52px; }
  .release-body h3 { font-size: 40px; }
  .press-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .press-actions a { justify-content: center; }
  .press-actions a:first-child { grid-column: 1 / -1; }
  .capture-grid h2 { font-size: clamp(42px, 13.5vw, 66px); }
  .portrait-gallery { width: calc(100% - 14px); }
  .artist-copy .artist-lead { font-size: 25px !important; }
  .world-frame { min-height: 360px; }
  .world-frame figcaption { display: block; }
  .world-frame figcaption strong { display: block; margin-top: 7px; text-align: left; }
  .merch-header h2, .contact-copy h2 { font-size: clamp(50px, 15vw, 72px); }
  .merch-product, .merch-product:nth-child(-n+2) { grid-column: 1 / -1; }
  .merch-footer { align-items: stretch; flex-direction: column; }
  .merch-footer .button { width: 100%; }
  .contact-email > span:first-child { font-size: 26px; }
  .footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; }
  .release-detail-copy h1 { font-size: clamp(62px, 20vw, 96px); }
  .release-next { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 24px); }
  .site-header { padding-inline: 12px; }
  .brand { width: 132px; }
  .hero { padding-top: calc(var(--header-height) + 34px); }
  .hero h1 { margin-top: 15px; }
  .signup-panel { margin-top: 18px; padding: 16px 13px; }
  .signup-panel h2 { font-size: 22px; }
  .hero-declaration { margin-top: 30px; font-size: clamp(44px, 14.5vw, 58px); }
  .hero-release { padding: 12px; }
  .section { padding: 78px 0; }
  .world-frame { min-height: 320px; }
  .contact-email { gap: 8px; }
  .contact-email > span:first-child { font-size: clamp(21px, 6.5vw, 25px); }
  .contact-email > span:nth-child(2) { font-size: 28px; }
  .mobile-dock a { gap: 7px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
