:root {
  --ink: #171411;
  --paper: #f6f1e8;
  --cream: #fffaf0;
  --tomato: #d84a2b;
  --gold: #f1b51c;
  --teal: #1e6f68;
  --blue: #263b63;
  --muted: #6d6258;
  --line: rgba(23, 20, 17, 0.16);
  --shadow: 0 24px 70px rgba(23, 20, 17, 0.18);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--cream);
  padding: 0.7rem 0.9rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 0.05rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  color: var(--tomato);
  font-size: 0.7rem;
  font-weight: 800;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.4rem);
  color: #322b25;
  font-size: 0.92rem;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--tomato);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.74fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  align-items: end;
  min-height: calc(100vh - 68px);
  padding: clamp(2.5rem, 5vw, 5.8rem) clamp(1rem, 5vw, 5rem) clamp(1.6rem, 3vw, 3rem);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.65), rgba(246, 241, 232, 0)),
    var(--paper);
}

.hero-copy {
  max-width: 790px;
  padding-bottom: clamp(1rem, 7vh, 5rem);
}

.eyebrow,
.label,
.sample span {
  margin: 0 0 0.75rem;
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-eyebrow {
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.2rem;
  font-size: clamp(4rem, 13vw, 11.5rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.6;
}

.hero-lede {
  max-width: 650px;
  color: #332d27;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  line-height: 1.35;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.6rem;
}

.button,
.sample a,
.feature-body a,
.inline-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.82rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: transparent;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.button.primary,
.sample a,
.feature-body a {
  color: var(--cream);
  background: var(--ink);
}

.button.ghost {
  border-color: var(--line);
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--cream);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--gold);
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-crawl 34s linear infinite;
}

.ticker-set {
  display: flex;
  gap: 1.35rem;
  padding: 0.85rem 0;
  padding-left: 1.35rem;
}

.ticker-set span {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
  flex: 0 0 auto;
}

.ticker-set span::after {
  content: "/";
}

@keyframes ticker-crawl {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
    transform: translateX(0);
  }
}

.section {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.sample,
.quote-grid figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.feature-card.wide {
  grid-column: span 2;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #050505;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feature-body,
.video-copy {
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.poster-card {
  align-self: start;
  min-height: 0;
  aspect-ratio: 2 / 3;
  background: var(--cream);
}

.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-mark {
  width: min(58%, 280px);
  margin: 0 auto 1.5rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fcfaf3;
}

.sticky-heading {
  position: sticky;
  top: 6rem;
  align-self: start;
  margin-bottom: 0;
}

.sample-list {
  display: grid;
  gap: 0.8rem;
}

.sample {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.sample h3 {
  margin-bottom: 0.35rem;
}

.sample p {
  margin-bottom: 0;
}

.sample .sample-subheading {
  margin-bottom: 0.35rem;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.sketches-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fcfaf3;
}

.music-section {
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--cream);
}

.music-section p {
  color: rgba(255, 250, 240, 0.72);
}

.music-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.music-section .feature-card,
.album-card {
  border-color: rgba(255, 250, 240, 0.16);
  background: #231f1b;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.album-card {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: var(--radius);
}

.album-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.album-copy {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.album-copy h3 {
  color: var(--cream);
}

.tracklist {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 1.2rem;
  padding-left: 1.25rem;
  color: rgba(255, 250, 240, 0.82);
  line-height: 1.35;
}

.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.platform-links a,
.music-section .feature-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.82rem;
  border: 1px solid rgba(255, 250, 240, 0.35);
  border-radius: var(--radius);
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.evolution-block {
  display: grid;
  gap: 1rem;
}

.about-media {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: clamp(0.5rem, 1.4vw, 1rem);
  align-items: end;
  max-width: 980px;
}

.evolution-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.about-media figure {
  position: relative;
  display: grid;
  gap: 0.6rem;
  margin: 0;
}

.about-media figure::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.12rem);
  bottom: 5.2rem;
  width: clamp(0.8rem, 2vw, 1.5rem);
  height: 2px;
  background: var(--tomato);
}

.about-media figure:last-child::after {
  display: none;
}

.about-media img {
  width: 100%;
  max-height: 260px;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 16px 45px rgba(23, 20, 17, 0.15);
}

.about-media figure:nth-child(1) img {
  height: 62%;
}

.about-media figure:nth-child(2) img {
  height: 70%;
}

.about-media figure:nth-child(3) img {
  height: 78%;
}

.about-media figure:nth-child(4) img {
  height: 86%;
  object-position: 50% 20%;
}

.about-media figure:nth-child(5) img {
  height: 100%;
  max-height: 300px;
  object-position: 50% 18%;
}

.about-media figcaption {
  display: grid;
  gap: 0.15rem;
  color: var(--tomato);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.about-media figcaption span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
}

.about-copy {
  max-width: 900px;
}

.credentials {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.credentials div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

.credentials strong {
  color: var(--teal);
  text-transform: uppercase;
}

.credentials span {
  color: #372f29;
  line-height: 1.45;
}

.quotes {
  border-top: 1px solid var(--line);
  background: #e9f0ed;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.quote-grid figure {
  margin: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: #fafff9;
}

blockquote {
  margin: 0 0 1.2rem;
  color: var(--blue);
  font-size: clamp(1.4rem, 2.6vw, 2.35rem);
  font-weight: 900;
  line-height: 1.08;
}

figcaption {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.4;
}

.resume-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.resume-section div {
  max-width: 780px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  background: var(--tomato);
  color: var(--cream);
}

.contact p {
  color: rgba(255, 250, 240, 0.82);
}

.contact .eyebrow {
  color: var(--gold);
}

address {
  display: grid;
  gap: 0.55rem;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  text-align: right;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 5vw, 5rem);
  background: var(--ink);
  color: var(--cream);
  font-weight: 900;
}

@media (max-width: 960px) {
  .hero,
  .split,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-media {
    min-height: 560px;
  }

  .feature-grid,
  .music-video-grid,
  .album-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .feature-card.wide {
    grid-column: auto;
  }

  .sticky-heading {
    position: static;
  }

  .contact address {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: start;
  }

  nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.55rem 0.8rem;
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(3.6rem, 20vw, 6rem);
  }

  .hero-media {
    min-height: 430px;
  }

  .poster-card {
    min-height: 360px;
  }

  .sample,
  .credentials div,
  .resume-section {
    grid-template-columns: 1fr;
  }

  .resume-section {
    display: grid;
  }

  .about-media {
    grid-template-columns: 1fr;
  }

  .about-media figure::after {
    display: none;
  }

  .about-media img {
    height: auto;
    min-height: 0;
  }

  footer {
    display: grid;
  }
}
