/* Lumière identity board — captured full-page at 1920px */
body { background: var(--lum-paper); }
.board { display: grid; }

.b-caption { font-size: 13px; color: var(--lum-taupe); text-align: center; margin: 0; }

/* head */
.b-head {
  position: relative;
  overflow: hidden;
  background: var(--lum-sun);
  display: grid;
  justify-items: center;
  gap: 54px;
  padding: 130px 40px 110px;
}
.b-lockup { position: relative; z-index: 2; display: grid; justify-items: center; gap: 34px; }
.bl-mark { width: 210px; }
.bl-word { width: 340px; }
.bl-sub { font-family: var(--lum-caps); font-size: 16px; letter-spacing: 0.5em; text-indent: 0.5em; }
.b-head .b-caption { position: relative; z-index: 2; color: var(--lum-ink); opacity: 0.65; }

/* logo versions */
.b-logos {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 22px;
  padding: 22px;
}
.chip {
  margin: 0;
  min-height: 420px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--lum-line);
}
.chip figcaption {
  position: absolute;
  left: 28px;
  bottom: 22px;
  font-family: var(--lum-caps);
  font-size: 12px;
  letter-spacing: 0.4em;
}
.on-paper { background: #fff; }
.on-sun { background: var(--lum-sun); }
.on-ink { background: var(--lum-ink); }
.on-ink figcaption { color: var(--lum-glow); }
.v-inline { width: 72%; }
.v-stack { display: grid; justify-items: center; gap: 26px; }
.vs-mark { width: 130px; }
.vs-word { width: 230px; }
.v-icon { width: 200px; }

/* palette */
.b-palette {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding: 22px;
}
.swatch {
  background: var(--c);
  color: var(--t);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 26px;
  border: 1px solid var(--lum-line);
}
.swatch b { font-family: var(--lum-display); font-weight: 700; font-size: 30px; letter-spacing: 0.04em; }
.swatch span { font-family: var(--lum-caps); font-size: 10.5px; letter-spacing: 0.3em; opacity: 0.85; }

/* typography */
.b-type { display: grid; padding: 90px 90px 70px; gap: 58px; background: #fff; border-block: 1px solid var(--lum-line); }
.t-row { display: grid; gap: 18px; }
.t-name { font-family: var(--lum-caps); font-size: 12px; letter-spacing: 0.4em; color: var(--lum-taupe); }
.t-row p { margin: 0; }
.t-agharti { font-family: var(--lum-display); font-weight: 600; font-size: 118px; line-height: 0.95; text-transform: uppercase; }
.t-midruns { font-family: var(--lum-caps); font-size: 56px; letter-spacing: 0.14em; }
.t-agirlsty { font-family: var(--lum-serif); font-size: 74px; }

/* elements */
.b-elements {
  position: relative;
  overflow: hidden;
  background: var(--lum-sun);
  display: grid;
  justify-items: center;
  gap: 44px;
  padding: 100px 60px;
}
.e-modules { position: relative; z-index: 2; display: flex; gap: 70px; align-items: center; }
.e-modules img { width: 96px; }
.e-modules img:nth-child(1) { transform: rotate(0deg); }
.e-modules img:nth-child(2) { transform: rotate(60deg); }
.e-modules img:nth-child(3) { transform: rotate(120deg); }
.e-modules img:nth-child(4) { transform: rotate(180deg); }
.e-modules img:nth-child(5) { transform: rotate(240deg); }
.e-modules img:nth-child(6) { transform: rotate(300deg); }
.e-note { position: relative; z-index: 2; margin: 0; font-family: var(--lum-serif); font-size: 30px; }
.e-icons { position: relative; z-index: 2; display: flex; gap: 34px; }
.e-icons span { width: 150px; height: 118px; background: #fff; border: 1px solid var(--lum-line); border-radius: 18px; display: grid; place-items: center; }
.e-icons img { width: 106px; height: 84px; object-fit: contain; mix-blend-mode: multiply; }

/* photography */
.b-photo { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 22px; }
.b-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* book pages */
.b-book { display: grid; gap: 40px; padding: 90px 60px 110px; background: var(--lum-paper); }
.book-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.book-row img { width: 100%; border: 1px solid var(--lum-line); box-shadow: 0 22px 60px rgb(74 64 58 / 14%); }

/* responsive collapse for direct viewing */
@media (max-width: 1100px) {
  .b-logos { grid-template-columns: 1fr; }
  .chip { min-height: 320px; }
  .b-palette { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .swatch { min-height: 180px; padding: 12px 8px; }
  .swatch b { font-size: 14px; }
  .swatch span { font-size: 8.5px; letter-spacing: 0.16em; }
  .b-type { padding: 60px 26px 50px; gap: 40px; }
  .t-agharti { font-size: clamp(40px, 10vw, 118px); }
  .t-midruns { font-size: clamp(20px, 5.4vw, 56px); }
  .t-agirlsty { font-size: clamp(24px, 6.4vw, 74px); }
  .e-modules { flex-wrap: wrap; justify-content: center; gap: 34px; }
  .e-modules img { width: 64px; }
  .e-icons { flex-wrap: wrap; justify-content: center; }
  .b-photo { grid-template-columns: 1fr 1fr; }
  .book-row { grid-template-columns: 1fr 1fr; }
}
