:root {
  --ink: #161511;
  --paper: #f4f0e7;
  --line: #d2cabe;
  --muted: #675f56;
  --amber: #b67332;
  --dark: #242018;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; margin: 0; }
a { color: inherit; }
.site-header, .section, .hero, .contact-section, .site-footer { margin: 0 auto; max-width: 1180px; padding-left: 36px; padding-right: 36px; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding-bottom: 22px; padding-top: 22px; }
.brand { font-size: 14px; font-weight: 500; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.main-nav { display: flex; gap: 24px; }
.main-nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }
.menu-toggle { display: none; }
.hero { align-items: center; display: grid; gap: 72px; grid-template-columns: 1fr .92fr; min-height: 680px; padding-bottom: 90px; padding-top: 70px; }
.eyebrow { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", serif; font-weight: 400; }
h1 { font-size: clamp(54px, 7vw, 92px); letter-spacing: -.065em; line-height: .91; margin: 0; }
.intro { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 28px 0 0; max-width: 490px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { border: 1px solid var(--ink); display: inline-flex; font-size: 14px; padding: 12px 18px; text-decoration: none; transition: background .2s, color .2s; }
.button:hover { background: var(--ink); color: var(--paper); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--amber); border-color: var(--amber); }
.album-art { background: var(--dark); color: var(--paper); min-height: 490px; overflow: hidden; position: relative; }
.album-art p { bottom: 30px; font-family: "Playfair Display", serif; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.07em; line-height: .85; margin: 0; position: absolute; right: 30px; text-align: right; z-index: 2; }
.album-art small { font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: .14em; }
.album-signature { font-family: "DM Mono", monospace; font-size: 10px; left: 30px; letter-spacing: .1em; position: absolute; text-transform: uppercase; top: 30px; }
.album-circle { border: 1px solid rgba(244,240,231,.36); border-radius: 50%; display: block; position: absolute; }
.circle-one { height: 78%; left: 11%; top: 11%; width: 78%; }
.circle-two { border-color: rgba(182,115,50,.65); height: 48%; left: 26%; top: 26%; width: 48%; }
.album-dot { background: var(--amber); border-radius: 50%; height: 12px; left: calc(50% - 6px); position: absolute; top: calc(50% - 6px); width: 12px; }
.section { padding-bottom: 90px; padding-top: 28px; }
.section-border { border-top: 1px solid var(--line); }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 36px; }
h2 { font-size: clamp(34px, 4vw, 51px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.text-link { font-size: 14px; text-underline-offset: 4px; }
.release-grid, .project-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.release { border-top: 1px solid var(--ink); padding-top: 15px; }
.release h3, .project h3, .event-row h3 { font-size: 29px; letter-spacing: -.045em; line-height: 1.05; margin: 0 0 12px; }
.release p:not(.eyebrow), .project p:not(.eyebrow), .event-row p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.release a { display: inline-block; font-size: 14px; margin-top: 10px; text-underline-offset: 4px; }
.project-grid { grid-template-columns: 1.25fr 1fr 1fr; }
.project { border-top: 1px solid var(--ink); padding-top: 15px; }
.project-featured { background: var(--dark); border: 0; color: var(--paper); padding: 28px; }
.project-featured .eyebrow, .project-featured p:not(.eyebrow) { color: #d9d0c1; }
.project-featured .button { border-color: var(--paper); color: var(--paper); margin-top: 14px; }
.project-featured .button:hover { background: var(--paper); color: var(--dark); }
.event-row { align-items: center; border-top: 1px solid var(--ink); display: grid; gap: 24px; grid-template-columns: 120px 1fr auto; padding: 20px 0; }
.event-row h3 { margin: 0 0 4px; }
.event-row p { margin: 0; }
.event-date, .event-row span { font-family: "DM Mono", monospace; font-size: 11px !important; letter-spacing: .06em; text-transform: uppercase; }
.contact-section { background: var(--amber); color: var(--paper); max-width: none; padding-bottom: 100px; padding-top: 100px; }
.contact-section > * { margin-left: auto; margin-right: auto; max-width: 1108px; }
.contact-section .eyebrow { color: #f4e4d1; }
.contact-section h2 { font-size: clamp(41px, 5vw, 67px); }
.contact-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 35px; }
.contact-links a { font-size: 15px; text-underline-offset: 5px; }
.site-footer { display: flex; font-family: "DM Mono", monospace; font-size: 11px; justify-content: space-between; letter-spacing: .05em; padding-bottom: 28px; padding-top: 28px; text-transform: uppercase; }
.site-footer a { text-underline-offset: 4px; }
@media (max-width: 720px) {
  .site-header, .section, .hero, .contact-section, .site-footer { padding-left: 20px; padding-right: 20px; }
  .menu-toggle { background: none; border: 0; color: var(--ink); display: block; font: inherit; padding: 0; }
  .main-nav { background: var(--paper); display: none; flex-direction: column; left: 0; padding: 20px; position: absolute; right: 0; top: 61px; z-index: 4; }
  .main-nav.is-open { display: flex; }
  .hero { gap: 36px; grid-template-columns: 1fr; min-height: auto; padding-bottom: 60px; padding-top: 45px; }
  .album-art { min-height: 420px; }
  .section { padding-bottom: 60px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .release-grid, .project-grid { grid-template-columns: 1fr; }
  .event-row { align-items: start; grid-template-columns: 1fr; gap: 6px; }
  .event-row span { margin-top: 4px; }
  .contact-section { padding-bottom: 65px; padding-top: 65px; }
}
