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