/* ================================================================
   LUBYLAB — Brand page (editorial / magazine style).
   Distinct from home: cream backgrounds, asymmetric grids,
   typographic pull-quotes, no product mocks. Reuses .lh-page
   tokens from home.css.
================================================================ */

/* ── Editorial hero ── light, asymmetric, with mono masthead ── */
.lh-brand-hero {
  position: relative;
  background: var(--lh-beige);
  color: var(--lh-dark);
  padding: 140px 56px 96px;
  border-bottom: 1px solid rgba(38,38,38,0.1);
  overflow: hidden;
}
.lh-brand-masthead {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  font-family: var(--lh-font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.55);
  padding-bottom: 80px;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(38,38,38,0.2);
}
.lh-brand-masthead > :nth-child(2) { text-align: center; }
.lh-brand-masthead > :nth-child(3) { text-align: right; }
.lh-brand-masthead strong { color: var(--lh-dark); font-weight: 500; }

.lh-brand-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.lh-brand-hero-title {
  font-family: var(--lh-font-serif);
  font-size: clamp(56px, 9vw, 156px);
  font-weight: 500;
  font-style: italic;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--lh-dark);
  margin: 0;
}
.lh-brand-hero-title .lh-not-italic { font-style: normal; color: var(--lh-jade); }
.lh-brand-hero-aside {
  align-self: end;
  padding-bottom: 8px;
}
.lh-brand-hero-aside .lh-issue {
  font-family: var(--lh-font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.55);
  margin-bottom: 16px;
}
.lh-brand-hero-aside p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(38,38,38,0.78);
  margin: 0 0 12px;
}
.lh-brand-hero-aside p.lh-translit {
  font-family: var(--lh-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(38,38,38,0.5);
  text-transform: uppercase;
}

/* ── Pull quote — single editorial breath, no buttons ── */
.lh-brand-quote {
  padding: 140px 56px;
  background: var(--lh-snow);
  display: grid;
  grid-template-columns: 1fr 7fr 1fr;
  gap: 40px;
  align-items: start;
}
.lh-brand-quote .lh-quote-mark {
  font-family: var(--lh-font-serif);
  font-style: italic;
  font-size: clamp(80px, 9vw, 160px);
  line-height: 0.7;
  color: var(--lh-cica);
  margin-top: -8px;
}
.lh-brand-quote blockquote {
  font-family: var(--lh-font-serif);
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--lh-dark);
  margin: 0;
}
.lh-brand-quote blockquote em {
  font-style: normal;
  color: var(--lh-jade);
}
.lh-brand-quote cite {
  display: block;
  margin-top: 32px;
  font-family: var(--lh-font-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.5);
  font-style: normal;
}

/* ── Editorial blocks: index column + body ── */
.lh-editorial {
  padding: 120px 56px;
  background: var(--lh-snow);
  border-top: 1px solid rgba(38,38,38,0.1);
}
.lh-editorial.lh-alt { background: var(--lh-beige); }
.lh-editorial-grid {
  display: grid;
  grid-template-columns: 80px 1fr 2fr;
  gap: 56px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}
.lh-editorial .lh-edit-num {
  font-family: var(--lh-font-serif);
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  color: var(--lh-cica);
}
.lh-editorial .lh-edit-label {
  font-family: var(--lh-font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.55);
  margin-bottom: 16px;
}
.lh-editorial-title {
  font-family: var(--lh-font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--lh-dark);
}
.lh-editorial-title em { font-style: italic; color: var(--lh-jade); }
.lh-editorial-body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(38,38,38,0.75);
  margin: 0;
  /* Justify body for newspaper feel */
  text-align: left;
  max-width: 640px;
}
.lh-editorial-body + .lh-editorial-body { margin-top: 16px; }

/* ── Manifesto list — three principles as numbered rows ── */
.lh-manifesto {
  padding: 140px 56px;
  background: var(--lh-elixir);
  color: var(--lh-snow);
}
.lh-manifesto-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-family: var(--lh-font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.lh-manifesto-head h2 {
  font-family: var(--lh-font-serif);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--lh-snow);
  margin: 0;
}
.lh-manifesto-head h2 .lh-not-italic { font-style: normal; color: var(--lh-cica); }
.lh-manifesto-list { display: flex; flex-direction: column; }
.lh-manifesto-row {
  display: grid;
  grid-template-columns: 120px 1fr 1.6fr;
  gap: 56px;
  align-items: baseline;
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  transition: background 0.3s ease;
}
.lh-manifesto-row:first-child { border-top: none; }
.lh-manifesto-row:hover { background: rgba(255,255,255,0.02); }
.lh-manifesto-num {
  font-family: var(--lh-font-serif);
  font-size: clamp(40px, 5vw, 72px);
  font-style: italic;
  font-weight: 500;
  color: var(--lh-cica);
  line-height: 1;
}
.lh-manifesto-title {
  font-family: var(--lh-font-serif);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--lh-snow);
  margin: 0;
}
.lh-manifesto-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ── Identity / address card — single column, postcard feel ── */
.lh-address {
  padding: 140px 56px;
  background: var(--lh-snow);
  display: flex;
  justify-content: center;
}
.lh-address-card {
  max-width: 780px;
  width: 100%;
  border: 1px solid rgba(38,38,38,0.15);
  padding: 56px;
  background: var(--lh-white);
  position: relative;
}
.lh-address-card::before {
  content: '';
  position: absolute;
  top: 16px; right: 16px;
  width: 64px; height: 64px;
  border: 1px solid rgba(38,38,38,0.15);
  background:
    repeating-linear-gradient(45deg, rgba(38,38,38,0.08) 0, rgba(38,38,38,0.08) 2px, transparent 2px, transparent 6px);
}
.lh-address-stamp {
  font-family: var(--lh-font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.5);
  margin-bottom: 32px;
}
.lh-address-stamp .lh-pin {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--lh-cica);
  margin-right: 10px;
  vertical-align: middle;
}
.lh-address-title {
  font-family: var(--lh-font-serif);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--lh-dark);
  margin: 0 0 24px;
}
.lh-address-title em { font-style: italic; color: var(--lh-jade); }
.lh-address-body {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(38,38,38,0.7);
  margin: 0 0 32px;
  max-width: 560px;
}
.lh-address-coords {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(38,38,38,0.1);
  font-family: var(--lh-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.55);
}
.lh-address-coords strong {
  display: block;
  color: var(--lh-dark);
  font-weight: 500;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* ── Responsive ── */
@media (max-width: 1080px) {
  .lh-brand-hero { padding: 100px 32px 64px; }
  .lh-brand-masthead { grid-template-columns: 1fr; gap: 12px; padding-bottom: 32px; margin-bottom: 32px; }
  .lh-brand-masthead > :nth-child(2),
  .lh-brand-masthead > :nth-child(3) { text-align: left; }
  .lh-brand-hero-grid { grid-template-columns: 1fr; gap: 40px; }

  .lh-brand-quote { padding: 80px 32px; grid-template-columns: 1fr; gap: 24px; }
  .lh-brand-quote .lh-quote-mark { font-size: 80px; }

  .lh-editorial { padding: 80px 32px; }
  .lh-editorial-grid { grid-template-columns: 1fr; gap: 24px; }

  .lh-manifesto { padding: 80px 32px; }
  .lh-manifesto-row { grid-template-columns: 60px 1fr; gap: 16px; padding: 32px 0; }
  .lh-manifesto-desc { grid-column: 1 / -1; }

  .lh-address { padding: 80px 32px; }
  .lh-address-card { padding: 32px; }
  .lh-address-coords { grid-template-columns: 1fr; gap: 16px; }
}
