:root {
  --lbb-ink: #101219;
  --lbb-paper: #f4f0df;
  --lbb-accent: #6e8f49;
  --lbb-calm: #a05a2c;
  --lbb-gold: #dfbd62;
  --lbb-soft: color-mix(in srgb, var(--lbb-paper) 82%, white);
  --lbb-line: color-mix(in srgb, var(--lbb-ink) 14%, transparent);
  --lbb-shade: 0 24px 70px rgba(16, 18, 25, .16);
  --lbb-curve: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lbb-canvas { margin: 0; font-family: "Outfit", system-ui, sans-serif; color: var(--lbb-ink); background: var(--lbb-paper); line-height: 1.6; }
a { color: inherit; }
.lbb-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 22px; padding: 16px clamp(18px, 4vw, 54px); background: color-mix(in srgb, var(--lbb-paper) 90%, white); border-bottom: 1px solid var(--lbb-line); backdrop-filter: blur(18px); }
.lbb-mark { font-family: "Libre Baskerville", serif; font-size: clamp(22px, 2vw, 31px); text-decoration: none; letter-spacing: 0; margin-right: auto; }
.lbb-navline, .lbb-footnav, .lbb-legalrow { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.lbb-navline a, .lbb-footnav a, .lbb-legalrow a { text-decoration: none; font-size: 14px; }
.lbb-menubtn { display: none; border: 1px solid var(--lbb-line); background: white; padding: 10px 14px; border-radius: 999px; }
.lbb-drawer { display: none; position: absolute; right: 18px; top: 68px; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--lbb-line); border-radius: var(--lbb-curve); background: white; box-shadow: var(--lbb-shade); }
.lbb-drawer a { display: block; padding: 9px 4px; text-decoration: none; }
.lbb-drawer.lbb-open { display: block; }
.lbb-main { overflow: hidden; }
.lbb-hero { min-height: 78vh; padding: clamp(70px, 10vw, 126px) clamp(18px, 5vw, 72px) 46px; display: grid; gap: 34px; align-items: center; position: relative; }
.lbb-hero::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--lbb-line); border-radius: calc(var(--lbb-curve) + 16px); pointer-events: none; }
.lbb-hero-split, .lbb-hero-cards, .lbb-hero-trust { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); }
.lbb-hero-center { text-align: center; justify-items: center; }
.lbb-hero-editorial { grid-template-columns: .3fr 1fr .7fr; }
.lbb-herotext, .lbb-skyplot, .lbb-cardstack, .lbb-minicloud, .lbb-trustbar, .lbb-heronote { position: relative; z-index: 1; }
.lbb-eyebrow, .lbb-sectionhead p, .lbb-lettercopy > p:first-child { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; color: var(--lbb-accent); font-weight: 700; }
.lbb-hero h1, .lbb-band h2, .lbb-doc h1, .lbb-doc h2 { font-family: "Libre Baskerville", serif; line-height: 1.05; letter-spacing: 0; }
.lbb-hero h1 { font-size: clamp(42px, 7vw, 88px); margin: 0 0 20px; max-width: 920px; }
.lbb-hero p { max-width: 720px; font-size: clamp(17px, 2vw, 21px); }
.lbb-heroacts, .lbb-finalcall div { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.lbb-heroacts a, .lbb-pathcard a, .lbb-form button, .lbb-finalcall a, .lbb-consent button { border: 0; border-radius: 999px; padding: 13px 18px; text-decoration: none; background: var(--lbb-ink); color: white; font-weight: 700; cursor: pointer; }
.lbb-heroacts a:nth-child(2), .lbb-finalcall a:nth-child(2) { background: transparent; color: var(--lbb-ink); border: 1px solid var(--lbb-line); }
.lbb-skyplot { min-height: 380px; border-radius: var(--lbb-curve); background: radial-gradient(circle at 28% 20%, var(--lbb-gold), transparent 24%), linear-gradient(135deg, var(--lbb-ink), var(--lbb-calm)); color: white; padding: 30px; display: grid; align-content: end; box-shadow: var(--lbb-shade); overflow: hidden; }
.lbb-skyplot span { position: absolute; font-size: clamp(38px, 8vw, 94px); opacity: .18; }
.lbb-skyplot span:nth-child(1) { left: 12%; top: 18%; } .lbb-skyplot span:nth-child(2) { right: 18%; top: 10%; } .lbb-skyplot span:nth-child(3) { left: 45%; bottom: 26%; } .lbb-skyplot span:nth-child(4) { right: 12%; bottom: 16%; }
.lbb-cardstack, .lbb-minicloud { display: grid; gap: 14px; }
.lbb-orbcard { background: white; border: 1px solid var(--lbb-line); border-radius: var(--lbb-curve); padding: 20px; box-shadow: 0 12px 34px rgba(16,18,25,.08); }
.lbb-orbcard b { display: block; font-family: "Libre Baskerville", serif; font-size: 26px; }
.lbb-trustbar, .lbb-heronote { padding: 14px 18px; border-radius: 999px; background: white; border: 1px solid var(--lbb-line); }
.lbb-band { padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.lbb-sectionhead { max-width: 790px; margin-bottom: 30px; }
.lbb-sectionhead h2, .lbb-doc h1 { font-size: clamp(32px, 4.5vw, 58px); margin: 0; }
.lbb-facetgrid, .lbb-pathgrid, .lbb-voicegrid, .lbb-readgrid, .lbb-contactgrid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lbb-facet, .lbb-pathcard, .lbb-voice, .lbb-readtile, .lbb-contactcard, .lbb-docblock, .lbb-qa, .lbb-articleblock { background: color-mix(in srgb, white 80%, var(--lbb-paper)); border: 1px solid var(--lbb-line); border-radius: var(--lbb-curve); padding: 24px; box-shadow: 0 10px 34px rgba(16,18,25,.06); }
.lbb-facet span, .lbb-readtile span, .lbb-articleblock span { color: var(--lbb-accent); font-weight: 700; }
.lbb-paths { background: color-mix(in srgb, var(--lbb-calm) 12%, var(--lbb-paper)); }
.lbb-pathcard { display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; }
.lbb-pathcard em { display: inline-block; color: var(--lbb-accent); font-style: normal; font-weight: 800; margin-bottom: 8px; }
.lbb-pathcard ul { padding-left: 20px; }
.lbb-voice blockquote { margin: 0 0 18px; font-size: 18px; }
.lbb-voice figcaption span { display: block; color: color-mix(in srgb, var(--lbb-ink) 62%, transparent); }
.lbb-readtile { text-decoration: none; min-height: 210px; }
.lbb-letterbox { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; background: var(--lbb-ink); color: white; }
.lbb-lettercopy a { color: white; font-weight: 700; }
.lbb-form { display: grid; gap: 14px; background: white; color: var(--lbb-ink); padding: 24px; border-radius: var(--lbb-curve); }
.lbb-form label { display: grid; gap: 7px; font-weight: 700; }
.lbb-form input, .lbb-form textarea { width: 100%; border: 1px solid var(--lbb-line); border-radius: 14px; padding: 13px; font: inherit; }
.lbb-formstate { min-height: 24px; margin: 0; color: var(--lbb-calm); font-weight: 700; }
.lbb-qalist { max-width: 920px; display: grid; gap: 12px; }
.lbb-qatap { width: 100%; text-align: left; border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; padding: 0; }
.lbb-qapanel { display: none; padding-top: 12px; }
.lbb-qa.lbb-awake .lbb-qapanel { display: block; }
.lbb-finalcall { background: linear-gradient(135deg, var(--lbb-accent), var(--lbb-calm)); color: white; }
.lbb-finalcall h2 { max-width: 880px; }
.lbb-footprint { padding: 44px clamp(18px, 5vw, 72px); background: color-mix(in srgb, var(--lbb-ink) 94%, black); color: white; }
.lbb-footgrid { display: grid; gap: 26px; }
.lbb-legalrow { color: rgba(255,255,255,.72); }
.lbb-consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: none; gap: 18px; align-items: center; justify-content: space-between; padding: 16px; border-radius: var(--lbb-curve); background: white; color: var(--lbb-ink); box-shadow: var(--lbb-shade); border: 1px solid var(--lbb-line); }
.lbb-consent.lbb-show { display: flex; }
.lbb-doc { max-width: 1050px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) 18px; }
.lbb-crumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; color: var(--lbb-accent); }
.lbb-leadline, .lbb-updated { font-size: 19px; color: color-mix(in srgb, var(--lbb-ink) 72%, transparent); }
.lbb-docblock, .lbb-articleblock { margin: 18px 0; }
.lbb-twocol { columns: 2 320px; column-gap: 20px; }
.lbb-twocol .lbb-articleblock { break-inside: avoid; }
.lbb-seealso { margin-top: 22px; padding: 22px; border-radius: var(--lbb-curve); background: color-mix(in srgb, var(--lbb-gold) 20%, white); }
.lbb-seealso a { margin-right: 14px; font-weight: 800; }
@media (max-width: 860px) {
  .lbb-navline { display: none; }
  .lbb-menubtn { display: inline-flex; }
  .lbb-hero, .lbb-hero-split, .lbb-hero-cards, .lbb-hero-trust, .lbb-hero-editorial, .lbb-letterbox { grid-template-columns: 1fr; }
  .lbb-facetgrid, .lbb-pathgrid, .lbb-voicegrid, .lbb-readgrid, .lbb-contactgrid { grid-template-columns: 1fr; }
  .lbb-hero { min-height: auto; }
  .lbb-consent { flex-direction: column; align-items: flex-start; }
}
