*, :before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.lb9a-page {
  color: #fbf6ec;
  background: #0b2c24;
  margin: 0;
  font: 16px / 1.65 Avenir Next, Avenir, Segoe UI, Helvetica Neue, sans-serif;
}

.lb9a-page a {
  color: inherit;
}

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

.lb9a-page h1, .lb9a-page h2, .lb9a-page h3 {
  margin: 0;
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  line-height: 1.1;
}

.lb9a-masthead {
  z-index: 9;
  backdrop-filter: blur(14px);
  background: #0b2c24e6;
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px max(20px, 50% - 580px);
  display: flex;
  position: sticky;
  top: 0;
}

.lb9a-crest a {
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.lb9a-crest img {
  object-fit: cover;
  border: 1px solid #d8b45e;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.lb9a-crest b {
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  font-size: 20px;
}

.lb9a-crest small {
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .6;
  font-size: 10px;
  display: block;
}

.lb9a-menu {
  gap: 22px;
  display: flex;
}

.lb9a-menu a {
  opacity: .85;
  font-size: 13px;
  text-decoration: none;
}

.lb9a-menu a:hover {
  color: #d8b45e;
}

.lb9a-burger {
  color: inherit;
  background: none;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 6px 10px;
  display: none;
}

.lb9a-hero {
  text-align: center;
  background: radial-gradient(circle at 70% 20%, #d8b45e38, #0000 40%);
  padding: 120px max(20px, 50% - 480px) 90px;
}

.lb9a-deck {
  color: #d8b45e;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.lb9a-lead {
  margin: 18px 0;
  font-size: clamp(46px, 7.5vw, 96px);
}

.lb9a-hero > p {
  opacity: .85;
  max-width: 640px;
  margin: 0 auto 26px;
  font-size: 18px;
}

.lb9a-pill {
  color: #0b2c24;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #d8b45e;
  border-radius: 999px;
  margin-top: 12px;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.lb9a-band {
  border-top: 1px solid #ffffff1f;
  padding: 88px max(20px, 50% - 580px);
}

.lb9a-band-head {
  grid-template-columns: 56px 1fr;
  gap: 22px;
  margin-bottom: 36px;
  display: grid;
}

.lb9a-band-head > span {
  color: #d8b45e;
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  font-size: 26px;
}

.lb9a-band-head p {
  opacity: .7;
  max-width: 700px;
}

.lb9a-band-head h2 {
  font-size: clamp(34px, 4.5vw, 56px);
}

.lb9a-stack {
  gap: 12px;
  display: grid;
}

.lb9a-slot {
  background: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  display: grid;
}

.lb9a-slot:first-child {
  border-color: #d8b45e;
}

.lb9a-slot-no {
  color: #d8b45e;
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  font-size: 28px;
}

.lb9a-slot span {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d8b45e;
  font-size: 10px;
}

.lb9a-slot h3 {
  margin: 4px 0;
  font-size: 26px;
}

.lb9a-slot p {
  opacity: .7;
  margin: 0;
  font-size: 13px;
}

.lb9a-go {
  color: #0b2c24;
  white-space: nowrap;
  background: #d8b45e;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.lb9a-vacant {
  text-align: center;
  border: 1px dashed #fff3;
  border-radius: 18px;
  padding: 48px;
}

.lb9a-vacant span {
  color: #d8b45e;
  letter-spacing: .2em;
  font-size: 11px;
}

.lb9a-vacant h3 {
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 26px;
}

.lb9a-pillars {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.lb9a-pillar {
  background: #ffffff0a;
  border-top: 2px solid #d8b45e;
  padding: 22px;
}

.lb9a-pillar strong {
  color: #d8b45e;
  font-size: 12px;
}

.lb9a-pillar h3 {
  margin: 14px 0 8px;
  font-size: 21px;
}

.lb9a-pillar p {
  opacity: .7;
  font-size: 13px;
}

.lb9a-shelf {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.lb9a-volume a {
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  padding-bottom: 18px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.lb9a-volume img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.lb9a-volume span, .lb9a-volume strong, .lb9a-volume em {
  margin: 0 18px;
  display: block;
}

.lb9a-volume span {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d8b45e;
  margin-top: 14px;
  font-size: 10px;
}

.lb9a-volume strong {
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  font-size: 22px;
}

.lb9a-volume em {
  color: #d8b45e;
  font-size: 12px;
  font-style: normal;
}

.lb9a-duo {
  background: linear-gradient(120deg, #243c2b, #0b2c24);
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 88px max(20px, 50% - 580px);
  display: grid;
}

.lb9a-duo span {
  color: #d8b45e;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
}

.lb9a-duo h2 {
  margin: 10px 0;
  font-size: 34px;
}

.lb9a-duo a {
  color: #d8b45e;
}

.lb9a-text {
  padding: 10px max(20px, 50% - 380px) 90px;
}

.lb9a-text section {
  border-top: 1px solid #ffffff1f;
  padding: 24px 0;
}

.lb9a-text section > span {
  color: #d8b45e;
  font-size: 11px;
}

.lb9a-text h2 {
  margin: 6px 0 10px;
  font-size: 28px;
}

.lb9a-story {
  padding: 40px max(20px, 50% - 380px) 90px;
}

.lb9a-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 34px;
}

.lb9a-story h2 {
  margin: 30px 0 10px;
  font-size: 28px;
}

.lb9a-story a {
  color: #d8b45e;
}

.lb9a-note {
  border: 1px solid #ffffff24;
  border-radius: 14px;
  margin: 24px 0;
  padding: 24px;
}

.lb9a-colophon {
  background: #081f19;
  border-top: 1px solid #ffffff1f;
  padding: 64px max(20px, 50% - 580px) 26px;
}

.lb9a-colophon-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 30px;
  display: grid;
}

.lb9a-colophon h2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #d8b45e;
  margin-bottom: 14px;
  font-family: Avenir Next, Avenir, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 11px;
}

.lb9a-colophon a {
  opacity: .7;
  margin: 7px 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.lb9a-colophon b {
  font-family: Didot, "Bodoni 72", Bodoni MT, Big Caslon, Georgia, serif;
  font-size: 22px;
}

.lb9a-colophon p {
  opacity: .7;
  font-size: 13px;
}

.lb9a-colophon section > span {
  border: 1px solid #fff3;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  display: inline-block;
}

.lb9a-fineprint {
  opacity: .6;
  border-top: 1px solid #ffffff1f;
  margin-top: 36px;
  padding-top: 18px;
  font-size: 11px;
}

.lb9a-consent {
  color: #111;
  z-index: 20;
  background: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  max-width: 340px;
  padding: 14px;
  display: flex;
  position: fixed;
  bottom: 18px;
  right: 18px;
  box-shadow: 0 16px 44px #0007;
}

.lb9a-consent p {
  margin: 0;
  font-size: 11px;
}

.lb9a-consent button {
  color: #fff;
  background: #0b2c24;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
}

.lb9a-consent.lb9a-gone {
  display: none;
}

@media (width <= 820px) {
  .lb9a-menu {
    background: #0b2c24;
    flex-direction: column;
    padding: 18px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .lb9a-menu.lb9a-open {
    display: flex;
  }

  .lb9a-burger {
    display: block;
  }

  .lb9a-pillars, .lb9a-shelf, .lb9a-duo, .lb9a-colophon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lb9a-slot {
    grid-template-columns: 44px 1fr;
  }

  .lb9a-slot .lb9a-go {
    text-align: center;
    grid-column: 1 / -1;
  }
}

@media (width <= 540px) {
  .lb9a-pillars, .lb9a-shelf, .lb9a-duo, .lb9a-colophon-grid, .lb9a-band-head, .lb9a-slot {
    grid-template-columns: 1fr;
  }
}
