/* Stream: slate bay. Charcoal, tungsten, ND green. Not lilac mill. Not bake. */
:root {
  --ink: #ece7dc !important;
  --paper: #161410 !important;
  --accent: #e8a13a !important;
  --primary: #e8a13a !important;
  --surface: #241f18 !important;
  --muted: #cbbfa8 !important;
  --accent-2: #3f6f5a !important;
  --highlight: #2a3328 !important;
  --bg: #161410 !important;
  --hero-plate: #161410 !important;
  --color-background: #161410 !important;
  --color-border: #3f6f5a !important;
  --color-header: #0e0c0a !important;
  --color-footer: #0e0c0a !important;
  --color-text: #ece7dc !important;
  --color-accent: #e8a13a !important;
  --color-on-primary: #161410 !important;
  --font-display: "Syne", "IBM Plex Sans", sans-serif !important;
  --font-body: "IBM Plex Sans", system-ui, sans-serif !important;
  --container: 72rem;
  --max-prose: 46rem;
}
html, body { background: #161410; color: #ece7dc; }
a { color: #e8a13a; }
.site-header { background: #0e0c0a; color: #ece7dc; border-bottom: 1px solid #3f6f5a; }
.site-header a, .nav-desktop a, .nav-mobile summary { color: #ece7dc; }
.nav-mobile__sheet { background: #0e0c0a; }
.lockup__mark { background: #ece7dc; }
.lockup__word--typeset {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  height: auto !important;
  max-width: none !important;
  white-space: nowrap;
}
.site-main {
  max-width: 72rem;
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 860px) {
  .nav-desktop {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    gap: 0.2rem 1rem;
  }
  .nav-desktop a {
    white-space: nowrap;
    flex: 0 0 auto;
  }
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 28rem;
  margin: 0 0 1.5rem;
  background: #241f18;
  overflow: hidden;
}
.home-hero__stock {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  z-index: 0;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #161410 0%, color-mix(in srgb, #161410 78%, transparent) 42%, transparent 72%),
    linear-gradient(180deg, transparent 55%, #161410 100%);
  pointer-events: none;
}
.home-hero__riff {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  z-index: 2;
  height: 22rem;
  width: auto;
  max-width: 42%;
  pointer-events: none;
  filter: drop-shadow(0 0 10px #000) drop-shadow(0 8px 18px #000c);
}
.home-hero__riff img,
.home-hero__riff .orig-wrap,
.home-hero__riff .orig-wrap img {
  display: block;
  height: 22rem !important;
  width: auto !important;
  max-width: none !important;
  max-height: 22rem !important;
  object-fit: contain;
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}
.home-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 38rem;
  padding: 2.4rem 1.5rem 2.6rem;
}
.home-hero h1 {
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0.15rem 0 0.7rem;
  color: #ece7dc;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none;
}
.home-hero .kicker {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3f6f5a;
  margin: 0;
}
.home-hero .lede {
  font-size: 1.12rem;
  line-height: 1.5;
  max-width: 36rem;
  color: #ece7dc;
}
.home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 0;
}
.home-hero__cta a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 1.1rem;
  background: #e8a13a;
  color: #161410;
  text-decoration: none;
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  font-weight: 700;
  border-radius: 9999px;
}
.home-hero__cta a.cta-character {
  background: #3f6f5a;
  color: #ece7dc;
  margin-left: 0;
}

.field-notes {
  padding: 0 1.5rem 1.5rem;
}
.field-notes h2 {
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin: 0 0 0.6rem;
}
.field-notes > p { max-width: 46rem; }
.field-notes dl {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0;
}
.field-notes dl > div {
  background: #241f18;
  border-left: 4px solid #3f6f5a;
  padding: 0.75rem 0.9rem;
}
.field-notes dt {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8a13a;
}
.field-notes dd { margin: 0.25rem 0 0; }

.slate-bay { padding: 1rem var(--pad-inline) 2rem; }
.clapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
  gap: 1rem;
  background: #241f18;
  border: 1px solid #3f6f5a;
  padding: 1rem;
}
.clapper-stick {
  height: 0.7rem;
  background: repeating-linear-gradient(90deg, #ece7dc 0 18px, #161410 18px 36px);
  margin: -1rem -1rem 0.8rem;
}
.take-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 0.85rem;
  margin: 0 1.5rem 2rem;
}
.take-list a,
.take-list .door-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.35rem;
  background: #1c1914;
  border-left: 4px solid #e8a13a;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.take-list .door-card img,
.take-list a img {
  width: 100%;
  height: 12rem;
  min-height: 12rem;
  object-fit: cover;
  filter: saturate(0.85);
}
.take-list span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  color: #3f6f5a;
  font-size: 0.78rem;
  padding: 0.45rem 0.75rem 0;
}
.take-list div { padding: 0 0.75rem 0.8rem; }
.take-list strong {
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  display: block;
  margin-bottom: 0.2rem;
}
.riff-dock img { max-height: 10rem; width: auto; }
.stream-stills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 1rem;
}
.stream-stills img {
  width: 100%;
  height: 12rem;
  min-height: 12rem;
  object-fit: cover;
  filter: saturate(0.85);
}

.lesson-grid { gap: 0.9rem; }
.lesson-card {
  background: #241f18;
  border: 1px solid #3f6f5a;
  color: inherit;
}

.take-doors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin: 0 1.5rem 1.1rem;
}
.take-door {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #1c1914;
  border-left: 4px solid #e8a13a;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.take-door img {
  width: 100%;
  height: 10.5rem;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}
.take-door div { padding: 0.55rem 0.75rem 0.75rem; }
.take-door strong {
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
}
.take-door p { margin: 0; font-size: 0.88rem; color: #cbbfa8; }
.take-door .kicker {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3f6f5a;
  margin: 0 0 0.15rem;
}

.gear-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 1.5rem 1.8rem;
}
.gear-tile {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #1c1914;
  border: 1px solid #3f6f5a;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.gear-tile img {
  width: 100%;
  height: 7.2rem;
  object-fit: cover;
  filter: saturate(0.86);
}
.gear-tile h3 {
  font-family: "Syne", "IBM Plex Sans", sans-serif;
  font-size: 0.92rem;
  margin: 0.4rem 0.55rem 0.15rem;
}
.gear-tile p {
  margin: 0 0.55rem 0.35rem;
  font-size: 0.78rem;
  color: #cbbfa8;
}
.gear-tile .dshop-go {
  margin: 0 0.55rem 0.55rem;
  justify-self: start;
  background: #e8a13a;
  color: #161410;
}

.home-cite {
  margin: 0 1.5rem 1.6rem;
  font-size: 0.86rem;
  max-width: 46rem;
  color: #cbbfa8;
}

.factbox {
  background: #241f18;
  border-color: #3f6f5a;
}
.factbox dl {
  grid-template-columns: 1fr;
}
.craft-table {
  background: #241f18;
  color: #ece7dc;
}
.craft-table th {
  background: #2a3328;
  color: #cbbfa8;
}

@media (min-width: 860px) {
  .take-doors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .factbox dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .home-hero { min-height: 22rem; }
  .home-hero__stock { min-height: 22rem; }
  .home-hero__copy {
    padding: 1.45rem 1.5rem 1.55rem;
    max-width: 34rem;
  }
  .home-hero h1 { font-size: clamp(2.15rem, 3.2vw, 3.05rem); }
  .home-hero .lede { font-size: 1.02rem; max-width: 32rem; }
  .home-hero__riff,
  .home-hero__riff img,
  .home-hero__riff .orig-wrap,
  .home-hero__riff .orig-wrap img {
    height: 20rem !important;
    max-height: 20rem !important;
  }
  .take-door img { height: 11.5rem; }
  .gear-mosaic { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gear-tile img { height: 6.4rem; }
  .dshop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.4rem;
  }
  .dshop-card { padding: 0.32rem; }
  .dshop-card img,
  .dshop-card .dshop-still img {
    aspect-ratio: 16 / 10 !important;
    height: 5.15rem !important;
    max-height: 5.15rem !important;
    object-fit: cover !important;
    background: #241f18 !important;
  }
  .dshop-card h3 { font-size: 0.9rem; line-height: 1.2; }
  .dshop-card .pitch,
  .dshop-card .band,
  .dshop-card .why { font-size: 0.76rem; }
}

@media (max-width: 820px) {
  .clapper { grid-template-columns: 1fr; }
  .riff-dock img { max-height: 7rem; }
  .stream-stills { grid-template-columns: 1fr 1fr; }
  .home-hero { min-height: 26rem; }
  .home-hero__stock { min-height: 26rem; }
  .home-hero__riff,
  .home-hero__riff img,
  .home-hero__riff .orig-wrap,
  .home-hero__riff .orig-wrap img {
    height: 14rem !important;
    max-height: 14rem !important;
    max-width: none;
  }
  .home-hero__copy {
    padding: 1.2rem 0.9rem 1.6rem;
    max-width: calc(100% - 9.5rem);
  }
  .home-hero h1 { font-size: clamp(1.85rem, 9vw, 2.35rem); }
  .home-hero__cta { flex-direction: column; align-items: flex-start; }
  .take-list,
  .take-doors,
  .gear-mosaic,
  .home-cite { margin-inline: 1rem; }
  .field-notes { padding-inline: 1rem; }
  .take-door img { height: 9.5rem; }
}
