/* ================================================================
   DAM VINYL COLOURS — change these values to update the whole site.
================================================================ */
:root {
  --cream: #f2ead8;
  --paper: #fbf6e9;
  --ink: #191714;
  --red: #a92f24;
  --mustard: #d5a528;
  --orange: #c55b28;
  --teal: #376d70;
  --line: rgba(25, 23, 20, 0.22);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  width: min(1180px, calc(100% - 36px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -0.04em; }
.brand-mark { width: 24px; height: 24px; border: 7px solid var(--red); border-radius: 50%; display: block; box-shadow: inset 0 0 0 2px var(--cream); }
nav { display: flex; gap: 22px; }
nav a { font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; text-decoration: none; }
nav a:hover { color: var(--red); }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 5vw; padding-block: 68px; }
.eyebrow, .section-number { margin: 0 0 23px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; }
.eyebrow span { color: var(--paper); background: var(--red); padding: 7px 10px; margin-right: 10px; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -0.065em; line-height: 0.87; margin: 0; }
h1 { font-size: clamp(4rem, 8.8vw, 8.2rem); }
h1 em { color: var(--red); font-style: normal; }
h2 { font-size: clamp(3.2rem, 6.2vw, 6.4rem); }
.hero-lead { max-width: 650px; margin: 28px 0 12px; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 800; line-height: 1.25; letter-spacing: -0.035em; }
.hero-body { max-width: 610px; margin: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 18px; border: 2px solid transparent; font-size: 0.75rem; line-height: 1; font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; }
.button-secondary { background: var(--ink); color: white; }
.button-text { border-color: transparent; padding-inline: 8px; }
.button-outline { border-color: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }

.hero-photo { position: relative; overflow: hidden; border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); }
.hero-photo img { display: block; width: 100%; height: 100%; min-height: 530px; object-fit: cover; object-position: center; filter: brightness(0.92); }

.ticker { overflow: hidden; background: var(--ink); color: var(--paper); border-block: 1px solid var(--ink); }
.ticker div { width: max-content; padding: 13px 18px; font: 1rem var(--display); letter-spacing: .03em; word-spacing: 12px; }
.ticker b { color: var(--mustard); }

.shop { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9vw; padding-block: 120px; }
.section-number { color: var(--red); }
.large-copy { margin: 0 0 22px; font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.38; letter-spacing: -.025em; font-weight: 700; }
.shop-copy > p:not(.large-copy) { max-width: 600px; }

.digs { background: var(--red); color: var(--paper); }
.digs-inner { min-height: 600px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; padding-block: 90px; }
.light { color: var(--mustard); }
.digs h2 { margin-bottom: 28px; }
.digs-badge { width: min(360px, 86vw); aspect-ratio: 1; border: 4px solid var(--paper); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font: 3.6rem/.8 var(--display); transform: rotate(-5deg); box-shadow: inset 0 0 0 13px var(--red), inset 0 0 0 15px var(--paper); }
.digs-badge strong { color: var(--mustard); font-size: 1.35em; }
.digs-badge span { margin-top: 32px; font: 600 .52rem var(--body); letter-spacing: .15em; text-align: center; line-height: 1.7; }
.fine-print { font-size: .75rem; opacity: .78; }

.trust { display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; padding-block: 120px; }
.trust-intro > p:last-child { max-width: 430px; margin-top: 26px; font-weight: 700; }
.trust-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.trust-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.trust-list b { color: var(--red); font-size: .68rem; letter-spacing: .12em; line-height: 1; }

.mixes { width: min(1180px, calc(100% - 36px)); min-height: 580px; margin-bottom: 80px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; background: var(--teal); color: var(--paper); }
.mixes-art { position: relative; min-height: 430px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.35); }
.platter { position: absolute; width: min(420px, 80%); aspect-ratio: 1; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); background: repeating-radial-gradient(circle, #151515 0 4px, #292929 5px 6px); box-shadow: 12px 18px 0 rgba(0,0,0,.2); }
.platter span { position: absolute; inset: 35%; border-radius: 50%; background: var(--mustard); border: 10px solid var(--orange); }
.tonearm { position: absolute; z-index: 2; right: 12%; top: 8%; width: 20px; height: 300px; background: var(--paper); border: 3px solid var(--ink); transform: rotate(18deg); transform-origin: top; }
.mixes-art p { position: absolute; z-index: 3; left: 25px; bottom: 8px; margin: 0; color: var(--mustard); font: 4rem var(--display); }
.mixes-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 80px); }
.mixes-art, .mixes-copy { min-width: 0; }
.mixes-copy h2 { max-width: 100%; font-size: clamp(2.35rem, 4vw, 4rem); }
.mixes-copy > p:not(.section-number) { max-width: 500px; margin: 25px 0 5px; }

footer { background: var(--ink); color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-block: 76px; }
.footer-brand { align-items: flex-start; font: 2rem/.9 var(--display); letter-spacing: -.06em; }
.footer-brand .brand-mark { box-shadow: inset 0 0 0 2px var(--ink); }
.footer-main p { margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; align-content: start; }
.footer-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; }
.footer-links a:hover { color: var(--mustard); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.55); }

@media (max-width: 820px) {
  nav { gap: 14px; }
  nav a:last-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 48px 70px; }
  .hero-photo img { min-height: 480px; }
  .shop, .digs-inner, .trust { grid-template-columns: 1fr; gap: 45px; padding-block: 78px; }
  .digs-badge { margin-inline: auto; }
  .mixes { grid-template-columns: minmax(0, 1fr); }
  .mixes-art { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
}

@media (max-width: 540px) {
  .section-shell, .site-header, .mixes { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 64px; }
  nav a { font-size: .65rem; }
  h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .eyebrow { line-height: 2.6; }
  .hero-photo { box-shadow: 8px 8px 0 var(--ink); }
  .hero-photo img { min-height: 420px; }
  .record { width: 265px; }
  .record-back { left: -85px; }
  .record-front { right: -110px; }
  .crate { left: 6%; width: 88%; }
  .hero-actions .button { width: 100%; }
  .shop .button-row .button { flex: 1 1 100%; }
  .digs-badge { width: 280px; font-size: 2.9rem; }
  .mixes { margin-bottom: 45px; }
  .mixes-art { min-height: 350px; }
  .footer-main { grid-template-columns: 1fr; padding-block: 55px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
