/* Lotus House Records — shared site styles. "Fault Line" design system. */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Archivo:wght@400;500;600&display=swap');

:root{
  --ink: #131313;
  --paper: #f7f6f4;
  --accent: #b8501f; /* muted rust — oklch(0.6 0.15 40) approximated in sRGB */
  --line-strong: #131313;
  --line-soft: #d6d3ce;
  --line-faint: #b3afa8;
  --muted: #59564f;
  --sidebar-w: 210px;
}

*{ box-sizing: border-box; }

html{ background: var(--paper); }

body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Space Grotesk', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

main, .release-title, .release-desc, .release-meta{ overflow-wrap: break-word; }

a{ color: var(--ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--accent); }
a:hover{ color: var(--accent); }

.arc{ font-family: 'Archivo', Helvetica, Arial, sans-serif; }

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

/* ---------- layout shell ---------- */

.shell{ position: relative; min-height: 100vh; }

.sidebar{
  position: fixed;
  left: 0; top: 0;
  width: var(--sidebar-w);
  height: 100vh;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
  z-index: 20;
}

.sidebar .brand{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 auto;
  text-decoration: none;
  white-space: nowrap;
}
.sidebar .brand:hover{ color: var(--paper); }

.sidebar nav{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sidebar nav a{ color: #b7b3ab; text-decoration: none; }
.sidebar nav a:hover, .sidebar nav a.current{ color: var(--paper); }

.sidebar .contact{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 auto;
  color: #8a867e;
  text-decoration: none;
}
.sidebar .contact:hover{ color: var(--paper); }

.rule{
  position: fixed;
  left: var(--sidebar-w); top: 0;
  width: 1px; height: 100vh;
  background: var(--accent);
  z-index: 20;
}

main{
  margin-left: calc(var(--sidebar-w) + 52px);
  padding: 64px 56px 100px 0;
  max-width: 980px;
}

/* mobile top bar */
.topbar{ display: none; }

@media (max-width: 860px){
  .sidebar, .rule{ display: none; }
  .topbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--ink);
    color: var(--paper);
    padding: 18px 20px;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .topbar .brand{ font-size: 18px; font-weight: 500; text-decoration: none; color: var(--paper); }
  .topbar nav{ display: flex; gap: 18px; font-family: 'Archivo', sans-serif; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
  .topbar nav a{ color: #b7b3ab; text-decoration: none; }
  .topbar nav a.current{ color: var(--paper); }
  main{ margin-left: 0; padding: 40px 22px 80px; max-width: 100%; }
}

/* ---------- typography helpers ---------- */

.eyebrow{
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

h1.giant{
  font-size: clamp(48px, 9vw, 132px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.01em;
  margin: 0;
}

h2.section-title{
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 20px;
  padding-top: 26px;
  border-top: 1px solid var(--line-strong);
}

/* ---------- release entries ---------- */

.release{
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
}
.release:last-child{ border-bottom: none; }

.release-head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.release-title{ font-size: 22px; font-weight: 500; }
.release-title em{ font-style: italic; font-weight: 400; color: var(--muted); }

.release-meta{
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-align: right;
  max-width: 100%;
}
@media (max-width: 860px){
  .release-meta{ text-align: left; }
}

.sold-out{
  display: inline-block;
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 2px 7px;
  margin-left: 8px;
  vertical-align: middle;
}

.release-desc{ font-size: 15.5px; line-height: 1.65; color: #2b2924; margin: 12px 0; max-width: 720px; }

.tracklist{
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px;
  line-height: 1.9;
  color: #2b2924;
  margin: 10px 0;
  padding-left: 0;
}
.tracklist ol{ margin: 6px 0 0; padding-left: 22px; }
.tracklist .disc-label{ font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-size: 11px; color: var(--muted); margin-top: 10px; }

.quote-inline{ font-style: italic; font-size: 15px; color: var(--ink); border-left: 2px solid var(--accent); padding-left: 14px; margin: 10px 0; }

.links-row{ font-family: 'Archivo', sans-serif; font-size: 13px; margin-top: 8px; display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- roster ---------- */

.roster-line{
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #2b2924;
}

.roster-grid{
  columns: 2;
  gap: 32px;
  font-size: 15px;
  line-height: 1.9;
}
@media (max-width: 600px){ .roster-grid{ columns: 1; } }

/* ---------- watermark ---------- */

.watermark{
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 12vw, 150px);
  line-height: 0.85;
  color: rgba(19,19,19,0.055);
  letter-spacing: -0.01em;
  margin-top: 60px;
}

footer.site-footer{
  margin-top: 90px;
  padding-top: 24px;
  border-top: 1px solid var(--line-faint);
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  color: var(--muted);
}
