/* Auralume Drift: static content first, small progressive enhancements. */
:root {
  color-scheme: dark;
  --ink: #1b342c;
  --surface: #25473b;
  --cream: #efeee4;
  --muted: #abb9b0;
  --sage: #c7d7b5;
  --line: #ffffff1b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--ink); color: var(--cream); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
img { display: block; width: 100%; height: auto; }
svg { width: 22px; height: 22px; flex-shrink: 0; }
svg[fill="none"] { stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(34px, 3.8vw, 53px); letter-spacing: -.04em; line-height: 1.16; }
em { color: var(--sage); font-weight: 400; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 5px; }
::selection { background: var(--sage); color: var(--ink); }
.wrap { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.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: 10; top: 10px; left: 10px; padding: 12px 20px; background: var(--cream); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 26px/1 var(--serif); letter-spacing: -.03em; }
.brand > svg { width: 38px; height: 38px; color: var(--sage); stroke-width: 1.1; }
.brand-subtitle { display: block; font: 8px/1 var(--sans); text-align: center; letter-spacing: 4px; margin-top: 10px; }
.site-header nav { display: none; align-items: center; gap: 34px; color: var(--muted); font-size: 13px; }
.site-header nav a { padding-block: 10px; }
.site-header nav a:hover { color: var(--cream); }
.header-youtube { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 8px 15px; font-size: 12px; border: 1px solid #b5c9b047; border-radius: 4px; }
.header-youtube svg { width: 19px; }
.header-youtube:hover { background: #ffffff08; border-color: var(--sage); }
.hero { position: relative; isolation: isolate; min-height: 640px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: #152922; }
.hero-art { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 70% 40%, #42664b, #182922 70%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 63% 50%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #071511d9, #09191385 60%, #07151129), linear-gradient(0deg, var(--ink) 0%, transparent 26%, #1b342c15 80%); }
.hero-content { padding-block: 64px 90px; }
.eyebrow { text-transform: uppercase; font-size: 10px; letter-spacing: 2.2px; line-height: 1.5; color: var(--muted); font-weight: 500; margin-bottom: 18px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: #d3dfc6; font-size: 9px; letter-spacing: 1.8px; }
.hero-eyebrow > span { width: 5px; height: 5px; background: var(--sage); border-radius: 50%; box-shadow: 0 0 12px #c7d7b54d; }
h1 { font-size: clamp(55px, 7.5vw, 104px); letter-spacing: -.045em; line-height: 1.05; max-width: 810px; text-wrap: balance; }
h1 em { color: #d9e5c9; }
.hero-description { margin-top: 28px; color: #d1d9d0; max-width: 510px; font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font: 500 12px/1.4 var(--sans); transition: background-color .2s, border-color .2s, transform .2s; }
.button svg { width: 19px; height: 19px; }
.button-light { background: var(--cream); color: #17251f; }
.button-light:hover { background: #d4e2c4; transform: translateY(-2px); }
.button-outline { background: #0c191947; color: var(--cream); border-color: #e1e8db55; }
.button-outline:hover { background: #c7d7b516; border-color: var(--sage); transform: translateY(-2px); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 29px; font-size: 10px; line-height: 1.8; color: #c5d1c7; }
.hero-note strong { color: var(--cream); font-weight: 500; }
.hero-note > span > span { color: #b2c1b7; }
.sound-wave { width: 34px; height: 32px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.sound-wave i { width: 2px; height: 10px; background: var(--sage); border-radius: 2px; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(4) { height: 19px; }
.sound-wave i:nth-child(3) { height: 28px; }
.hero-bottom { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; color: #afbcb1; font-size: 10px; letter-spacing: .5px; }
.hero-bottom > span { display: none; }
.hero-bottom a { display: flex; align-items: center; gap: 20px; min-height: 44px; }
.hero-bottom a span { font-size: 22px; }
.section { padding-block: 72px; }
.section-heading { display: flex; flex-direction: column; gap: 20px; margin-bottom: 34px; }
.section-heading > p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.intent-links { display: grid; gap: 8px; margin: -12px 0 30px; }
.intent-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.intent-links strong { font: 22px/1.1 Georgia, serif; }
.intent-links span { color: var(--muted); font-size: 12px; }
.featured-grid { display: grid; gap: 30px; }
.feature-card { min-width: 0; }
.feature-link { display: block; height: 100%; }
.artwork { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(145deg, #344e42, #121e1b); border-radius: 5px; }
.artwork img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .65, .3, 1), opacity .3s; }
.artwork-fallback { display: none; position: absolute; inset: 0; align-items: center; justify-content: center; color: #d4e2c4; font: italic 24px var(--serif); letter-spacing: -.04em; z-index: -1; }
.artwork[data-image-error] .artwork-fallback { display: flex; }
.artwork[data-image-error] img { opacity: 0; }
.artwork::after { content: ""; pointer-events: none; position: absolute; inset: 0; background: linear-gradient(0deg, #07151180, transparent 55%); }
.duration { position: absolute; z-index: 1; right: 12px; bottom: 12px; padding: 3px 8px; background: #0b171de0; color: #f2f3ea; font-size: 10px; border: 1px solid #ffffff26; border-radius: 3px; line-height: 1.6; }
.round-play, .small-play { position: absolute; z-index: 1; display: grid; place-items: center; border: 1px solid #f8faeb80; background: #17241f8c; color: #fff; border-radius: 50%; transition: background-color .2s, transform .2s; }
.round-play { width: 48px; height: 48px; bottom: 15px; left: 15px; }
.round-play svg { width: 24px; height: 24px; }
.feature-link:hover .round-play, .feature-link:focus-visible .round-play, .release-card a:hover .small-play { background: var(--cream); color: var(--ink); }
.feature-copy { padding: 24px 2px 0; }
.feature-copy .eyebrow { margin-bottom: 10px; color: var(--sage); }
.feature-copy h3 { font-size: 31px; letter-spacing: -.03em; line-height: 1.2; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 10px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: #d9e4cb; font-size: 12px; font-weight: 500; min-height: 44px; }
.feature-copy .text-link { margin-top: 11px; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s; }
a:hover .text-link svg, a.text-link:hover svg { transform: translateX(4px); }
.listening-note { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; border-top: 1px solid var(--line); padding-top: 23px; margin-top: 30px; }
.listening-note svg { width: 18px; height: 18px; }
.collection-section { background: var(--surface); border-block: 1px solid var(--line); }
.collection-tools { display: flex; flex-direction: column; gap: 20px; justify-content: space-between; margin-bottom: 22px; }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-button { min-height: 42px; color: var(--muted); padding: 9px 15px; border: 1px solid var(--line); background: transparent; border-radius: 30px; font-size: 12px; transition: background-color .2s, color .2s; }
.filter-button span { margin-left: 5px; font-size: 9px; opacity: .65; }
.filter-button[aria-pressed="true"] { background: #c7d7b5; border-color: #c7d7b5; color: #1a2b21; }
.filter-button:hover:not([aria-pressed="true"]) { border-color: #c7d7b580; color: var(--cream); }
.duration-filter { color: var(--muted); font-size: 11px; display: flex; align-items: center; gap: 12px; }
.duration-filter select { padding: 10px 30px 10px 12px; border: 1px solid var(--line); border-radius: 3px; background: #16221d; color: var(--cream); font-size: 12px; min-height: 42px; }
.collection-count { font-size: 11px; color: var(--muted); margin-block: 0 22px; }
.release-grid { display: grid; grid-template-columns: 1fr; gap: 28px 23px; }
.shorts-section { margin-top: 56px; }
.shorts-section > .eyebrow { margin-bottom: 20px; }
.release-card { min-width: 0; }
.release-card > a { display: block; height: 100%; border-radius: 5px; }
.release-card .artwork { border: 1px solid var(--line); }
.small-play { width: 34px; height: 34px; left: 10px; bottom: 10px; }
.small-play svg { width: 19px; height: 19px; }
.release-copy { padding: 15px 1px 0; }
.category { display: inline-block; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 7px; color: var(--sage); }
.category.sleep { color: #c1c6e5; }
.category.focus { color: #d8c9a7; }
.release-copy h3 { font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.release-copy > p { margin-top: 7px; font-size: 11px; color: var(--muted); }
.release-destination { display: flex; align-items: center; gap: 6px; color: #c7d1c5; font-size: 10px; margin-top: 11px; }
.release-destination svg { width: 14px; height: 14px; }
.empty-state { text-align: center; padding: 56px 24px; border: 1px solid var(--line); border-radius: 5px; }
.empty-state h3 { font-size: 30px; }
.empty-state p { max-width: 450px; margin: 12px auto 24px; color: var(--muted); }
.about-section { display: grid; gap: 35px; align-items: center; }
.about-art { aspect-ratio: 16 / 9; }
.about-art img { object-position: 52% 50%; }
.image-caption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 23px; font: italic 18px/1.3 var(--serif); color: #fff; }
.about-art::after { background: linear-gradient(0deg, #081713e8, transparent 60%); }
.about-copy > p:not(.eyebrow) { margin-top: 20px; max-width: 430px; font-size: 13px; color: var(--muted); }
.about-copy .text-link { margin-top: 24px; }
.closing-section { position: relative; isolation: isolate; overflow: hidden; text-align: center; padding-block: 80px; background: radial-gradient(ellipse at 50% 100%, #436b5799, var(--surface) 70%); border-block: 1px solid var(--line); }
.closing-section::before, .closing-section::after { position: absolute; content: ""; width: 720px; height: 720px; border: 1px solid #c7d7b50b; border-radius: 50%; z-index: -1; top: -85px; left: calc(50% - 360px); pointer-events: none; }
.closing-section::after { width: 920px; height: 920px; top: -185px; left: calc(50% - 460px); }
.closing-section h2 { font-size: clamp(39px, 4.5vw, 66px); }
.closing-section p:not(.eyebrow) { margin-block: 24px 29px; font-size: 13px; color: var(--muted); }
.closing-handle { display: block; margin-top: 15px; font-size: 10px; color: var(--muted); letter-spacing: .6px; }
.site-footer { padding-block: 40px 28px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-bottom: 30px; }
.footer-top > p { font: italic 17px/1.4 var(--serif); color: var(--muted); }
.footer-top .brand { font-size: 23px; }
.footer-top .brand > svg { width: 32px; height: 32px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 5px 20px; }
.footer-bottom nav a { display: inline-flex; align-items: center; min-height: 32px; }
.footer-bottom nav a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 480px) {
  .hero-actions { flex-direction: row; }
  .hero-description { font-size: 15px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 2.1px; }
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 760px) {
  .wrap { width: min(1280px, calc(100% - 80px)); }
  .site-header { min-height: 98px; }
  .site-header nav { display: flex; }
  .hero { min-height: 720px; }
  .hero-content { padding-block: 84px 120px; }
  .hero-bottom > span { display: inline; }
  .section { padding-block: 92px; }
  .section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 40px; }
  .section-heading > p { min-width: 240px; }
  .intent-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: -15px; }
  .intent-links a { display: grid; gap: 9px; align-content: start; min-height: 86px; padding: 18px 0; }
  .featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .feature-copy h3 { font-size: 28px; }
  .feature-copy > p:not(.eyebrow) { min-height: 40px; }
  .collection-tools { flex-direction: row; align-items: center; }
  .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 37px; }
  .about-section { grid-template-columns: 1.1fr 1fr; gap: 7%; }
  .about-art { aspect-ratio: 16 / 9; }
  .about-copy h2 { font-size: clamp(35px, 3.6vw, 49px); }
  .closing-section { padding-block: 92px; }
}
@media (min-width: 1100px) {
  .hero { min-height: 746px; }
  .hero-content { padding-block: 100px 132px; }
  .hero-shade { background: linear-gradient(90deg, #071511db, #09191374 48%, #0715110d 85%), linear-gradient(0deg, var(--ink) 0%, transparent 24%, #1b342c15 80%); }
  .hero-eyebrow { margin-bottom: 27px; }
  .hero-description { margin-top: 27px; }
  .hero-actions { margin-top: 34px; }
  .hero-note { margin-top: 32px; }
  .hero-bottom { bottom: 20px; }
  .section { padding-block: 104px; }
  .featured-grid { gap: 30px; }
  .feature-copy h3 { font-size: 33px; }
  .release-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-art { aspect-ratio: 16 / 9; }
}
/* Keep the actual listening actions in view on shorter desktop windows. */
@media (min-width: 760px) and (max-height: 700px) {
  .site-header { min-height: 80px; }
  .hero { min-height: calc(100svh - 80px); }
  .hero-content { padding-block: 32px; }
  .hero-eyebrow { margin-bottom: 16px; }
  h1 { font-size: clamp(54px, 6vw, 78px); }
  .hero-description { font-size: 14px; margin-top: 18px; line-height: 1.6; }
  .hero-actions { margin-top: 23px; }
  .hero-note, .hero-bottom { display: none; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .feature-link:hover .artwork img, .release-card a:hover .artwork img { transform: scale(1.035); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .filter-button[aria-pressed="true"] { outline: 2px solid Highlight; }
  .hero-shade { background: Canvas; opacity: .85; }
}
