:root {
  --cream: #f2e9d8;
  --cream-soft: #f7f0e2;
  --sand: #e9ddc6;
  --mat: #fbf6ea;
  --ink: #33302a;
  --ink-soft: #5f584a;
  --line: rgba(51, 48, 42, 0.16);
  --terracotta: #d4694a;
  --terracotta-deep: #b5502f;
  --amber: #f0a860;
  --teal: #3f7f8c;
  --teal-deep: #2f5f6b;
  --shadow-soft: 0 22px 55px rgba(96, 66, 40, 0.16);
  --shadow-lift: 0 30px 70px rgba(96, 66, 40, 0.22);
  --radius: 18px;
  --max: 1180px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  line-height: 1.7;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 50;
  padding: 10px 16px;
  background: var(--terracotta-deep);
  color: var(--mat);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus-visible {
  top: 16px;
}
:focus-visible {
  outline: 2px solid var(--terracotta-deep);
  outline-offset: 3px;
  border-radius: 4px;
}
.paper-shape {
  position: absolute;
  pointer-events: none;
}
.paper-shape::before,
.paper-shape::after {
  content: "";
  position: absolute;
}
.paper-shape::before {
  inset: 0;
  background: var(--mat);
  clip-path: polygon(0.0% 0.5%, 7.1% 1.8%, 14.3% 2.2%, 21.4% 2.1%, 28.6% 2.3%, 35.7% 2.8%, 42.9% 1.9%, 50.0% 1.7%, 57.1% 0.9%, 64.3% 0.6%, 71.4% 1.2%, 78.6% 2.8%, 85.7% 2.1%, 92.9% 2.0%, 100.0% 2.4%, 96.8% 0.0%, 98.5% 7.1%, 97.9% 14.3%, 98.4% 21.4%, 98.2% 28.6%, 98.6% 35.7%, 98.8% 42.9%, 99.1% 50.0%, 100.1% 57.1%, 99.5% 64.3%, 99.5% 71.4%, 99.2% 78.6%, 99.4% 85.7%, 100.1% 92.9%, 99.3% 100.0%, 100.0% 97.6%, 92.9% 97.3%, 85.7% 95.9%, 78.6% 95.7%, 71.4% 95.6%, 64.3% 96.1%, 57.1% 95.7%, 50.0% 95.9%, 42.9% 95.4%, 35.7% 96.7%, 28.6% 96.2%, 21.4% 96.0%, 14.3% 95.9%, 7.1% 95.5%, 0.0% 96.1%, -0.0% 100.0%, 0.2% 92.9%, 0.4% 85.7%, 0.1% 78.6%, 0.5% 71.4%, 0.8% 64.3%, 0.7% 57.1%, 0.6% 50.0%, 2.1% 42.9%, 1.9% 35.7%, 3.0% 28.6%, 2.9% 21.4%, 2.9% 14.3%, 4.0% 7.1%, 2.8% 0.0%);
}
.paper-shape::after {
  inset: 2.2%;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.05) 72%),
    var(--tear-fill);
  clip-path: polygon(0.0% 0.7%, 7.1% 0.2%, 14.3% 0.3%, 21.4% 0.5%, 28.6% 0.2%, 35.7% 0.6%, 42.9% 1.1%, 50.0% 1.5%, 57.1% 2.0%, 64.3% 1.7%, 71.4% 0.2%, 78.6% 0.4%, 85.7% 1.0%, 92.9% 0.5%, 100.0% 1.8%, 99.5% 0.0%, 99.0% 7.1%, 99.0% 14.3%, 98.3% 21.4%, 96.5% 28.6%, 96.1% 35.7%, 95.8% 42.9%, 95.4% 50.0%, 96.7% 57.1%, 97.4% 64.3%, 98.1% 71.4%, 99.3% 78.6%, 99.6% 85.7%, 98.7% 92.9%, 99.9% 100.0%, 100.0% 99.4%, 92.9% 99.3%, 85.7% 99.2%, 78.6% 99.9%, 71.4% 99.6%, 64.3% 99.3%, 57.1% 99.7%, 50.0% 99.6%, 42.9% 100.2%, 35.7% 99.4%, 28.6% 99.9%, 21.4% 99.7%, 14.3% 98.8%, 7.1% 100.0%, 0.0% 99.3%, 2.3% 100.0%, 1.8% 92.9%, 2.6% 85.7%, 1.7% 78.6%, 1.7% 71.4%, 1.8% 64.3%, 1.7% 57.1%, 1.4% 50.0%, 1.5% 42.9%, 1.6% 35.7%, 0.5% 28.6%, 0.4% 21.4%, 0.9% 14.3%, 0.1% 7.1%, -0.1% 0.0%);
}
.shape-teal {
  --tear-fill: var(--teal);
  opacity: 0.92;
}
.shape-terracotta {
  --tear-fill: var(--terracotta);
  opacity: 0.92;
}
.site-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 32px) clamp(56px, 8vw, 96px);
}
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
}
.brand-mark,
.nav-links a,
.button {
  text-decoration: none;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-name {
  font-weight: 700;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}
.brand-sun {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--amber) 0%, var(--terracotta) 62%, var(--teal) 62%, var(--teal-deep) 100%);
  box-shadow: 0 4px 14px rgba(212, 105, 74, 0.35);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--ink-soft);
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(51, 48, 42, 0.07);
}
.nav-external {
  border: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(48px, 7vw, 96px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta-deep);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3.8rem, 9vw, 7.6rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.hero-title em {
  font-style: italic;
  color: var(--terracotta);
}
.hero-copy {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.7vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button.primary {
  color: var(--mat);
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-deep) 100%);
  box-shadow: 0 14px 34px rgba(181, 80, 47, 0.3);
}
.button.primary:hover,
.button.primary:focus-visible {
  box-shadow: 0 18px 44px rgba(181, 80, 47, 0.38);
}
.button.ghost {
  color: var(--ink);
  border: 1px solid rgba(51, 48, 42, 0.28);
  background: transparent;
}
.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(51, 48, 42, 0.05);
}
.hero-arch {
  position: relative;
  padding: 6% 7% 0 4%;
}
.hero-arch .shape-teal {
  inset: 12% -3% 6% 14%;
  transform: rotate(2.4deg);
}
.hero-arch .shape-terracotta {
  inset: 2% 10% 16% -2%;
  transform: rotate(-3deg);
}
.arch-frame {
  position: relative;
  height: clamp(400px, 52vw, 600px);
  border-radius: 999px 999px var(--radius) var(--radius);
  overflow: hidden;
  border: 10px solid var(--mat);
  box-shadow: var(--shadow-lift);
  background: var(--sand);
}
.arch-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
}
.stamp {
  position: absolute;
  left: -4%;
  bottom: 2%;
  width: clamp(96px, 11vw, 132px);
  height: auto;
  color: var(--terracotta-deep);
  transform: rotate(-12deg);
  opacity: 0.9;
  filter: drop-shadow(0 6px 16px rgba(96, 66, 40, 0.2));
}
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) clamp(18px, 4vw, 32px);
}
.section-heading {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.tracks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding: clamp(44px, 6vw, 72px) 0;
}
.track + .track {
  border-top: 1px solid var(--line);
}
.track:nth-child(even) .cover-stack {
  order: 2;
}
.track:nth-child(even) .track-info {
  order: 1;
}
.cover-stack {
  position: relative;
  margin: 0;
  padding: 5% 6%;
}
.cover-stack .paper-shape {
  inset: 0;
}
.cover-stack .shape-teal {
  transform: rotate(-2.2deg);
}
.cover-stack .shape-terracotta {
  transform: rotate(2.2deg);
}
.cover-mat {
  position: relative;
  padding: clamp(10px, 1.4vw, 16px);
  background: var(--mat);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.track:hover .cover-mat {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.cover-mat img {
  width: 100%;
  border-radius: 4px;
}
.track-info {
  position: relative;
}
.ghost-no {
  position: absolute;
  top: -0.65em;
  right: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(5rem, 9vw, 8.5rem);
  line-height: 1;
  color: rgba(181, 80, 47, 0.1);
  user-select: none;
}
.track-info h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.05;
  color: var(--ink);
}
.track-sub {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.62em;
  color: var(--teal-deep);
}
.track-info > p:not(.eyebrow) {
  color: var(--ink-soft);
  max-width: 56ch;
}
.player {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--mat);
  box-shadow: 0 10px 26px rgba(96, 66, 40, 0.1);
}
.player iframe {
  display: block;
  width: 100%;
  border: 0;
}
.player-load {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  transition: background 0.2s ease;
}
.player-load:hover,
.player-load:focus-visible {
  background: rgba(212, 105, 74, 0.07);
}
.player-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--mat);
  background: linear-gradient(135deg, var(--amber), var(--terracotta));
  box-shadow: 0 8px 20px rgba(212, 105, 74, 0.32);
  font-size: 0.85rem;
  padding-left: 3px;
}
.torn {
  line-height: 0;
  margin-bottom: -1px;
}
.torn svg {
  display: block;
  width: 100%;
  height: clamp(36px, 5vw, 70px);
}
.into-sand {
  background: var(--cream);
}
.into-sand .torn-main {
  fill: var(--sand);
}
.into-sand .torn-soft {
  fill: var(--sand);
  opacity: 0.5;
}
.into-cream {
  background: var(--sand);
}
.into-cream .torn-main {
  fill: var(--cream);
}
.into-cream .torn-soft {
  fill: var(--cream);
  opacity: 0.5;
}
.band {
  background: var(--sand);
}
.notes-grid,
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.notes-copy p,
.about-copy p {
  color: var(--ink-soft);
  font-size: 1.06rem;
}
.notes-copy p:first-child,
.about-copy p:first-child {
  margin-top: 0;
}
.notes-more {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--terracotta-deep) !important;
}
.about-quote {
  margin: 0;
}
.about-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.22;
  color: var(--ink);
}
.about-quote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--teal-deep);
}
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 32px) 52px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
}
.site-footer p {
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 22px;
}
.site-footer a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--terracotta-deep);
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }
  .hero-arch {
    max-width: 520px;
    margin: 8px auto 0;
    padding: 6% 8% 0 6%;
  }
  .arch-frame {
    height: clamp(360px, 70vw, 520px);
  }
  .track,
  .notes-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .track:nth-child(even) .cover-stack {
    order: 1;
  }
  .track:nth-child(even) .track-info {
    order: 2;
  }
  .cover-stack {
    max-width: 480px;
  }
  .ghost-no {
    top: -0.5em;
  }
}
@media (max-width: 640px) {
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .nav-links a {
    padding: 8px 9px;
    font-size: 0.92rem;
  }
  .hero-title {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }
  .section {
    padding: 60px clamp(16px, 4vw, 32px);
  }
  .stamp {
    left: -2%;
    bottom: -2%;
  }
}
.track-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 26px;
}
@media (max-width: 980px) {
  .track-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .track-index {
    grid-template-columns: 1fr;
  }
}
.track-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(51, 48, 42, 0.22);
  border-radius: 999px;
  background: var(--mat);
  box-shadow: 0 4px 12px rgba(96, 66, 40, 0.06);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.track-chip:hover,
.track-chip:focus-visible {
  background: rgba(51, 48, 42, 0.05);
  transform: translateY(-2px);
}
.track-chip:hover,
.track-chip:focus-visible {
  box-shadow: 0 8px 18px rgba(96, 66, 40, 0.12);
}
.track-chip span {
  flex: none;
  min-width: 2ch;
  padding-right: 12px;
  border-right: 1px solid rgba(51, 48, 42, 0.18);
  color: var(--terracotta-deep);
  font-weight: 700;
}
.track {
  scroll-margin-top: 24px;
}
.section-heading .slim {
  font-size: clamp(1.6rem, 3.6vw, 2.8rem);
}