@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src: url("./fonts/syne-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}

:root {
  --black: #050506;
  --black-soft: #0b0b0d;
  --white: #f3f4f5;
  --muted: #9b9da3;
  --line: rgba(255, 255, 255, 0.17);
  --cyan: #58e7f2;
  --pink: #ff4da6;
  --acid: #d8ff66;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 0.5rem; left: 0.5rem; padding: 0.75rem 1rem;
  transform: translateY(-150%); background: var(--white); color: var(--black);
}
.skip-link:focus { transform: translateY(0); }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: 5.25rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--pad); border-bottom: 1px solid transparent;
  transition: background 280ms ease, border-color 280ms ease, height 280ms ease;
}
.site-header.scrolled { height: 4.5rem; background: rgba(5,5,6,.88); backdrop-filter: blur(16px); border-color: var(--line); }
.wordmark { display: inline-flex; width: max-content; gap: 0.35rem; font: 700 0.9rem/1 "Syne", sans-serif; letter-spacing: 0.11em; }
.wordmark span:last-child { color: var(--cyan); }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3.5vw, 3.25rem); }
.desktop-nav a, .nav-listen { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.desktop-nav a { color: #c8c9cd; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -0.45rem; background: var(--cyan); transition: right 220ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-listen { justify-self: end; padding: 0.7rem 0; border-bottom: 1px solid var(--white); }
.nav-listen span { color: var(--cyan); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("./assets/hero-desktop.webp") center center / cover no-repeat; }
.hero-wash { position: absolute; inset: 0; z-index: -2; background:
  linear-gradient(90deg, rgba(5,5,6,.97) 0%, rgba(5,5,6,.68) 36%, rgba(5,5,6,.12) 72%),
  linear-gradient(0deg, rgba(5,5,6,.75) 0%, transparent 48%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 36vw; height: 36vw; border-radius: 50%; right: -12vw; top: 12vh; background: var(--pink); filter: blur(150px); opacity: .12; }
.hero-copy { width: 100%; padding: 8.5rem var(--pad) 3.25rem; }
.eyebrow, .micro { margin: 0 0 1.35rem; color: var(--cyan); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.hero-title { margin: 0; font: 700 clamp(5.4rem, 16.3vw, 15rem)/.72 "Syne", sans-serif; letter-spacing: -0.09em; }
.title-line { display: block; }
.title-outline { margin-left: .42em; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-bottom p { margin: 0; font-size: clamp(1rem, 1.5vw, 1.3rem); font-weight: 300; }
.circle-link { display: grid; place-items: center; width: 3.75rem; height: 3.75rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.4rem; transition: background 200ms ease, color 200ms ease, transform 200ms ease; }
.circle-link:hover { background: var(--white); color: var(--black); transform: translateY(4px); }
.hero-index { position: absolute; top: 50%; left: var(--pad); margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .65rem; letter-spacing: .2em; color: var(--muted); }
.hero-side { position: absolute; right: var(--pad); bottom: 3.6rem; margin: 0; writing-mode: vertical-rl; font-size: .65rem; letter-spacing: .22em; color: #d7d8db; }

.section-pad { padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.section-mark { font-size: .68rem; letter-spacing: .2em; color: var(--muted); }
.manifesto { border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(17rem, .55fr); gap: clamp(3rem, 8vw, 9rem); margin-top: clamp(3rem, 6vw, 6rem); align-items: end; }
.display-copy { margin: 0; max-width: 15ch; font: 500 clamp(2.7rem, 6vw, 6.2rem)/.98 "Syne", sans-serif; letter-spacing: -0.055em; }
.display-copy em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--cyan); }
.manifesto-body { border-left: 1px solid var(--line); padding-left: 1.5rem; color: #c0c1c5; font-weight: 300; }
.manifesto-body p { margin: 0 0 1.5rem; }
.manifesto-body strong { color: var(--white); font-weight: 500; }

.album { display: grid; grid-template-columns: minmax(18rem, 1.05fr) minmax(18rem, .95fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; background: var(--white); color: var(--black); }
.album-visual { position: sticky; top: 7rem; }
.album-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: contrast(1.04); }
.album-stamp { display: inline-block; margin-top: 1rem; padding: .45rem .65rem; border: 1px solid #b7b8bc; font-size: .63rem; letter-spacing: .18em; }
.album .section-mark { color: #686a70; }
.album-date { margin: clamp(2.5rem, 6vw, 6rem) 0 .6rem; font-size: .72rem; letter-spacing: .22em; }
.album-title { margin: 0; font: 700 clamp(4.2rem, 9vw, 9.2rem)/.76 "Syne", sans-serif; letter-spacing: -.09em; }
.album-title span { color: transparent; -webkit-text-stroke: 1.5px var(--black); }
.album-intro { max-width: 39rem; margin: 3rem 0 2.5rem; color: #4e5055; font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 300; }
.track-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.15rem 0; background: none; border: 0; border-top: 1px solid #b7b8bc; border-bottom: 1px solid #b7b8bc; color: inherit; cursor: pointer; text-align: left; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.plus { font-size: 1.5rem; font-weight: 300; transition: transform 250ms ease; }
.track-toggle[aria-expanded="true"] .plus { transform: rotate(45deg); }
.tracklist { list-style: none; max-height: 0; margin: 0; padding: 0; opacity: 0; overflow: hidden; transition: max-height 520ms ease, opacity 250ms ease, padding 350ms ease; }
.tracklist.open { max-height: 56rem; padding: 1rem 0; opacity: 1; }
.tracklist li { display: grid; grid-template-columns: 2.7rem minmax(0, 1fr) auto; gap: .75rem; align-items: center; min-height: 3.35rem; padding: .45rem 0; border-bottom: 1px solid #dcdddf; font-size: .92rem; }
.track-number { color: #8a8c91; font-size: .68rem; }
.track-name { min-width: 0; }
.track-play { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-width: 5.15rem; padding: .5rem .7rem; border: 1px solid #b8b9bd; border-radius: 99px; background: transparent; color: #3f4146; cursor: pointer; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.track-play > span:first-child { color: #12717b; font-size: .58rem; }
.track-play:hover, .track-play:focus-visible, .track-play.is-playing { border-color: var(--black); background: var(--black); color: var(--white); }
.track-play.is-playing > span:first-child { color: var(--cyan); }

.neon { min-height: 100svh; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; background: #090a11; overflow: hidden; }
.neon-art { height: 100%; min-height: 100svh; }
.neon-art img { width: 100%; height: 100%; object-fit: cover; }
.neon-copy { padding: clamp(4rem, 8vw, 9rem) var(--pad); }
.neon-copy .section-mark { margin-bottom: clamp(4rem, 10vw, 10rem); }
.neon-title { margin: 0; font: 700 clamp(4.5rem, 10vw, 10rem)/.8 "Syne", sans-serif; letter-spacing: -.09em; background: linear-gradient(90deg,var(--pink),#f8f8fb 47%,var(--cyan)); -webkit-background-clip: text; color: transparent; }
.neon-copy > p:not(.micro) { max-width: 28rem; margin: 2rem 0 2.5rem; color: #b8bac3; font-size: 1.1rem; font-weight: 300; }
.primary-link { display: inline-flex; align-items: center; gap: .85rem; padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: background 200ms ease, color 200ms ease; }
.primary-link:hover { background: var(--white); color: var(--black); }
.play { color: var(--cyan); }

.portrait-section { min-height: 105svh; display: grid; grid-template-columns: 1fr minmax(18rem, .68fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.portrait-copy { max-width: 55rem; }
.portrait-copy p { margin: 0; font: 500 clamp(2.7rem, 6.2vw, 6.4rem)/.93 "Syne", sans-serif; letter-spacing: -.06em; }
.portrait-copy p + p { color: #7e8087; }
.portrait-copy em { color: var(--acid); font-style: normal; }
.portrait-frame { width: 100%; max-width: 42rem; margin: 0; align-self: center; justify-self: end; }
.portrait-slides { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: #0b0b0d; }
.portrait-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); filter: saturate(.78) contrast(1.07); transition: opacity 1100ms ease, transform 6.5s ease-out; }
.portrait-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.portrait-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .8rem; }
.portrait-frame figcaption { margin: 0; font-size: .6rem; letter-spacing: .18em; color: var(--muted); }
.portrait-frame figcaption span { display: inline-block; margin-left: .75rem; color: #c7c9ce; }
.portrait-dots { display: flex; gap: .42rem; }
.portrait-dots button { width: .45rem; height: .45rem; padding: 0; border: 0; border-radius: 50%; background: #4d4f55; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.portrait-dots button:hover, .portrait-dots button:focus-visible, .portrait-dots button.is-active { background: var(--acid); transform: scale(1.25); }

.outside { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: #e7e7e2; color: var(--black); }
.outside::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(10% - 1px), rgba(0,0,0,.07) 10%); }
.outside-signal { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-around; gap: 3vw; padding: 0 4vw; opacity: .95; }
.outside-signal span { width: 8vw; min-width: 3rem; background: var(--black); transform-origin: center; animation: signal 4s ease-in-out infinite; }
.outside-signal span:nth-child(1) { height: 18vh; animation-delay: -.4s; }
.outside-signal span:nth-child(2) { height: 42vh; animation-delay: -1.1s; }
.outside-signal span:nth-child(3) { height: 75vh; animation-delay: -2.2s; }
.outside-signal span:nth-child(4) { height: 34vh; animation-delay: -1.7s; }
.outside-signal span:nth-child(5) { height: 12vh; animation-delay: -.8s; }
@keyframes signal { 0%,100% { transform: scaleY(.72); } 50% { transform: scaleY(1.08); } }
.outside-content { position: relative; z-index: 2; width: min(80rem, calc(100% - 2 * var(--pad))); padding: clamp(2rem, 5vw, 5rem); background: rgba(231,231,226,.92); border: 1px solid var(--black); backdrop-filter: blur(8px); }
.outside-content .section-mark { color: #5b5d61; }
.outside-content .micro { margin-top: 4rem; color: #7b1261; }
.outside-title { margin: 0; font: 700 clamp(5rem, 13vw, 13rem)/.7 "Syne", sans-serif; letter-spacing: -.095em; }
.outside-title i { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--black); }
.outside-description { max-width: 43rem; margin: 3.5rem 0 2.5rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.outside-meta { display: flex; flex-wrap: wrap; gap: .65rem; }
.outside-meta span { padding: .45rem .7rem; border: 1px solid #696a6c; font-size: .62rem; letter-spacing: .13em; }
.outside-player { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); align-items: center; margin-top: 2.5rem; padding: 1.35rem 0; border-top: 1px solid #777874; border-bottom: 1px solid #777874; }
.outside-play { display: grid; place-items: center; width: 4.25rem; height: 4.25rem; padding: 0; border: 1px solid var(--black); border-radius: 50%; background: var(--black); color: var(--white); cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.outside-play:hover, .outside-play:focus-visible { background: transparent; color: var(--black); transform: scale(1.04); }
.outside-play.is-playing { background: #7b1261; border-color: #7b1261; color: var(--white); }
.outside-play span { margin-left: .16rem; font-size: 1rem; }
.outside-play.is-playing span { margin-left: 0; }
.outside-player-main { min-width: 0; }
.outside-player-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.outside-player-heading span { color: #7b1261; font-size: .62rem; font-weight: 700; letter-spacing: .16em; }
.outside-player-heading strong { font-size: .82rem; font-weight: 600; }
.outside-progress { width: 100%; height: 1.25rem; margin: 0; padding: 0; appearance: none; background: transparent; cursor: pointer; accent-color: #7b1261; }
.outside-progress::-webkit-slider-runnable-track { height: 2px; background: linear-gradient(90deg, #7b1261 0 var(--audio-progress, 0%), #8f908c var(--audio-progress, 0%) 100%); }
.outside-progress::-webkit-slider-thumb { width: .85rem; height: .85rem; margin-top: -.37rem; appearance: none; border: 0; border-radius: 50%; background: var(--black); }
.outside-progress::-moz-range-track { height: 2px; background: #8f908c; }
.outside-progress::-moz-range-progress { height: 2px; background: #7b1261; }
.outside-progress::-moz-range-thumb { width: .85rem; height: .85rem; border: 0; border-radius: 50%; background: var(--black); }
.outside-player-time { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; margin-top: .25rem; color: #5b5d61; font-size: .58rem; letter-spacing: .12em; }
.outside-player-time span { text-align: center; }
.outside-rights { margin: .85rem 0 0; color: #62635f; font-size: .58rem; letter-spacing: .06em; }

.contact { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(4rem, 10vw, 11rem); align-items: start; background: #0b0b0d; border-top: 1px solid var(--line); }
.contact-title { margin: clamp(2.75rem, 6vw, 6rem) 0 2rem; font: 600 clamp(3.4rem, 7vw, 7.5rem)/.88 "Syne", sans-serif; letter-spacing: -.07em; }
.contact-title em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--cyan); }
.contact-intro > p { max-width: 30rem; color: #afb1b7; font-weight: 300; }
.contact-email { display: inline-block; margin-top: 1.25rem; padding-bottom: .4rem; border-bottom: 1px solid var(--cyan); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; gap: 1.35rem; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line); background: #070708; }
.contact-form label:not(.consent-row) { display: grid; gap: .55rem; }
.contact-form label > span { color: #b8bac0; font-size: .67rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #44464c; border-radius: 0; outline: 0; padding: .65rem 0 .8rem; background: transparent; color: var(--white); font: inherit; }
.contact-form textarea { resize: vertical; min-height: 8.5rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; cursor: pointer; }
.consent-row input { width: 1rem; height: 1rem; margin-top: .16rem; accent-color: var(--cyan); }
.consent-row span { letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.form-privacy { margin: 0; color: #8d9098; font-size: .72rem; line-height: 1.55; }
.form-privacy a, .consent-row a { color: var(--white); text-decoration: underline; text-underline-offset: .2em; }
.form-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: .5rem; padding: 1rem 1.1rem; border: 1px solid var(--white); background: var(--white); color: var(--black); cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease; }
.form-submit:hover, .form-submit:focus-visible { background: var(--cyan); border-color: var(--cyan); }
.form-help { margin: 0; color: #777981; font-size: .68rem; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 2rem; align-items: end; padding: 5rem var(--pad) 2rem; border-top: 1px solid var(--line); }
.footer-mark { font: 700 clamp(2.2rem, 4vw, 4rem)/1 "Syne", sans-serif; letter-spacing: -.06em; }
.site-footer p { margin: 0; color: var(--muted); font-size: .76rem; }
.site-footer strong { color: var(--white); font-weight: 500; }
.footer-links { display: grid; gap: .5rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-socials { display: flex; gap: .65rem; margin-bottom: .45rem; }
.footer-socials a { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border: 1px solid var(--line); border-radius: 50%; color: var(--white); transition: color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.footer-socials a:hover, .footer-socials a:focus-visible { color: var(--cyan); border-color: var(--cyan); transform: translateY(-2px); }
.footer-socials svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.copyright { justify-self: end; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms cubic-bezier(.2,.7,.2,1), transform 800ms cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-listen { display: none; }
  .menu-button { display: grid; place-items: center; gap: 5px; width: 2.75rem; height: 2.75rem; justify-self: end; background: transparent; color: white; border: 1px solid var(--line); border-radius: 50%; }
  .menu-button span:not(.sr-only) { display: block; width: 1rem; height: 1px; background: currentColor; transition: transform 200ms ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 1rem; padding: var(--pad); background: rgba(5,5,6,.97); opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 220ms ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; }
  .mobile-menu a { font: 600 clamp(2.4rem, 12vw, 5rem)/1 "Syne", sans-serif; letter-spacing: -.05em; }
  .hero-image { background-image: url("./assets/hero-mobile.webp"); background-position: center center; }
  .hero-wash { background: linear-gradient(0deg,rgba(5,5,6,.92) 0%,rgba(5,5,6,.36) 62%,rgba(5,5,6,.45) 100%); }
  .hero-title { font-size: clamp(5rem, 23vw, 10rem); }
  .title-outline { margin-left: 0; }
  .hero-side, .hero-index { display: none; }
  .manifesto-grid, .album, .neon, .portrait-section, .contact { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 3rem; }
  .album.section-pad { gap: 0; padding: 0 0 clamp(6.5rem, 12vw, 8rem); }
  .album-visual { position: relative; top: auto; width: 100%; }
  .album-visual img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
  .album-stamp { margin-left: var(--pad); }
  .album-content { padding: clamp(3.5rem, 10vw, 5rem) var(--pad) 0; }
  .album-title { font-size: clamp(4.2rem, 19vw, 8rem); }
  .neon-art { min-height: auto; height: auto; }
  .neon-art img { aspect-ratio: 1; }
  .neon-copy .section-mark { margin-bottom: 5rem; }
  .portrait-section { padding-top: 8rem; }
  .portrait-frame { width: min(84%, 30rem); justify-self: end; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { justify-self: start; }
}

@media (max-width: 520px) {
  .hero-copy { padding-bottom: 1.5rem; }
  .hero-bottom { align-items: center; }
  .hero-bottom p { font-size: .92rem; }
  .circle-link { width: 3.1rem; height: 3.1rem; }
  .section-pad { padding-top: 6.5rem; padding-bottom: 6.5rem; }
  .outside-content { width: calc(100% - 2rem); padding: 1.5rem; }
  .outside-title { font-size: clamp(4rem, 22vw, 7rem); }
  .outside-content .micro { margin-top: 3rem; }
  .outside-player { grid-template-columns: auto minmax(0, 1fr); gap: .85rem; padding: 1rem 0; }
  .outside-play { width: 3.5rem; height: 3.5rem; }
  .outside-player-heading { display: grid; gap: .15rem; }
  .outside-player-heading strong { font-size: .72rem; }
  .outside-player-time { gap: .5rem; font-size: .52rem; }
  .outside-rights { line-height: 1.5; }
  .tracklist li { grid-template-columns: 2rem minmax(0, 1fr) auto; gap: .45rem; }
  .track-play { min-width: 2.4rem; width: 2.4rem; height: 2.4rem; padding: 0; }
  .track-play > span:last-child { display: none; }
  .contact-form { padding: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

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