/* Lalibela — editorial stone system */

:root {
  --tuff: #c9a47c;
  --tuff-deep: #7c5637;
  --basalt: #16120f;
  --dusk: #1f3040;
  --plaster: #ece2d2;
  --bone: #faf6ef;
  --paper: #fffcf6;
  --ember: #c8461c;
  --ink: #1a1613;
  --muted: #6b6058;
  --line: rgba(26, 22, 19, .14);
  --line-strong: rgba(26, 22, 19, .28);
  --line-light: rgba(250, 246, 239, .18);
  --crimson: #8a2030;

  --font: "Source Sans 3", "Noto Sans", "Segoe UI", sans-serif;
  --display: "Literata", "Source Serif 4", Georgia, serif;

  --max: 1320px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(4.5rem, 8vw, 8rem);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --cut: 12px;

  --fs-1: clamp(2.6rem, 6vw, 5.4rem);
  --fs-2: clamp(1.9rem, 3.6vw, 3.2rem);
  --fs-3: clamp(1.15rem, 1.5vw, 1.45rem);
  --fs-lead: clamp(1.1rem, 1.3vw, 1.3rem);
  --fs-num: clamp(2.4rem, 4.4vw, 4.2rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }

body.llb-body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bone);
  line-height: 1.68;
  font-size: 1.0625rem;
  font-feature-settings: "kern", "liga", "locl";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.llb-nav-open { overflow: hidden; }
::selection { background: rgba(200, 70, 28, .2); color: var(--basalt); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--crimson); text-underline-offset: .18em; }
a:hover { color: var(--ember); }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-optical-sizing: auto;
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin: 0 0 .45em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: var(--fs-1); }
h2 { font-size: var(--fs-2); }
h3 { font-size: var(--fs-3); letter-spacing: -0.012em; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }

.llb-wrap { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.llb-skip { position: absolute; left: -999px; }
.llb-skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 99; }
.llb-visually-hidden,
.llb-hp,
.llb-form .llb-hp,
.llb-form input.llb-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* ---------- editorial labels ---------- */

.llb-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font);
  font-weight: 700;
  font-size: .7rem;
  color: var(--tuff-deep);
  margin: 0 0 1rem;
  letter-spacing: .2em;
  line-height: 1.4;
}
.llb-kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 2px;
  background: var(--ember);
}
.llb-kicker--light { color: var(--tuff); }
.llb-kicker--light::before { background: var(--tuff); }

.llb-lead {
  font-size: var(--fs-lead);
  color: var(--muted);
  max-width: 34rem;
  line-height: 1.5;
}
.llb-meta { color: var(--muted); font-size: .92rem; }
.llb-section { padding: var(--section) 0; }
.llb-sectionhead { margin-bottom: clamp(2rem, 4vw, 3.4rem); max-width: 46rem; }
.llb-sectionhead p:not(.llb-kicker) { color: var(--muted); max-width: 40rem; margin: 0; }
.llb-sectionhead h2 { margin-bottom: .5rem; }
.llb-sectionhead--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: none;
  padding-bottom: clamp(1rem, 2vw, 1.6rem);
  border-bottom: 1px solid var(--line);
}
.llb-sectionhead--row > div { max-width: 40rem; }
.llb-sectionhead--row h2 { margin-bottom: 0; }
.llb-sectionhead--row .llb-textlink { flex-shrink: 0; padding-bottom: .3rem; }
.llb-band__more { margin-top: clamp(1.6rem, 3vw, 2.4rem); }
.llb-center { justify-content: center; }
.llb-ornament, .llb-rule, .llb-window { display: none; }

/* ---------- buttons ---------- */

.llb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 54px;
  padding: 0 1.6rem;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, 0 100%);
  background: var(--ember);
  color: #fff7ee;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .005em;
  border: 0;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s, transform .25s var(--ease);
}
.llb-btn:hover { background: var(--basalt); color: var(--bone); transform: translateY(-2px); }
.llb-btn--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line-strong);
  clip-path: none;
}
.llb-btn--ghost:hover { background: var(--ink); color: var(--bone); box-shadow: inset 0 0 0 1.5px var(--ink); }
.llb-cta .llb-btn--ghost { color: var(--bone); box-shadow: inset 0 0 0 1.5px var(--line-light); }
.llb-cta .llb-btn--ghost:hover { background: var(--bone); color: var(--basalt); }
.llb-btn--donate { background: var(--dusk); color: #f3e6d2; min-height: 46px; padding: 0 1.15rem; font-size: .95rem; }
.llb-btn--donate:hover { background: var(--ember); color: #fff; }
.llb-btn--small { min-height: 44px; font-size: .95rem; }
.llb-btn--block { width: 100%; }

.llb-textlink {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid var(--tuff);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.llb-textlink::after { content: "→"; transition: transform .25s var(--ease); }
.llb-textlink:hover { border-color: var(--ember); color: var(--ember); }
.llb-textlink:hover::after { transform: translateX(4px); }

/* ---------- header ---------- */

.llb-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 246, 239, .92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.llb-header.is-scrolled {
  background: rgba(250, 246, 239, .97);
  box-shadow: 0 1px 0 var(--line), 0 14px 34px -22px rgba(22, 18, 15, .5);
}
.llb-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  transform: scaleX(var(--p, 0));
  transform-origin: left;
  background: var(--ember);
  pointer-events: none;
}
.llb-header__bar {
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 88px;
  transition: min-height .3s var(--ease);
}
.llb-header.is-scrolled .llb-header__bar { min-height: 68px; }
.llb-logo { flex-shrink: 0; display: block; }
.llb-logo img { height: 60px; width: auto; transition: height .3s var(--ease); }
.llb-header.is-scrolled .llb-logo img { height: 46px; }
.llb-nav { margin-left: auto; }
.llb-menu { display: flex; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.llb-menu > li { position: relative; }
.llb-menu a {
  display: flex;
  align-items: center;
  gap: .3rem;
  padding: .65rem .7rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
}
.llb-menu > li > a::after {
  content: "";
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: .3rem;
  height: 2px;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}
.llb-menu > li:hover > a::after,
.llb-menu .current-menu-item > a::after,
.llb-menu .current-menu-ancestor > a::after { transform: scaleX(1); }
.llb-caret { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; opacity: .45; }
.llb-sub {
  display: block;
  position: absolute;
  left: 0;
  min-width: 244px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 26px 50px -28px rgba(22, 18, 15, .55);
  padding: .5rem 0;
  list-style: none;
  margin: .3rem 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .24s var(--ease), transform .24s var(--ease), visibility .24s;
}
.llb-menu > li:hover > .llb-sub, .llb-menu > li:focus-within > .llb-sub { opacity: 1; visibility: visible; transform: none; }
.llb-sub a { padding: .55rem 1.1rem; font-weight: 500; }
.llb-sub a:hover { background: var(--plaster); }
.llb-header__actions { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.llb-burger { display: none; width: 48px; height: 48px; border: 0; background: none; cursor: pointer; }
.llb-burger__box, .llb-burger__box::before, .llb-burger__box::after {
  display: block; width: 24px; height: 2px; background: var(--ink); position: relative; transition: transform .3s var(--ease), background .2s;
}
.llb-burger__box::before, .llb-burger__box::after { content: ""; position: absolute; left: 0; }
.llb-burger__box::before { top: -7px; }
.llb-burger__box::after { top: 7px; }
.llb-burger[aria-expanded="true"] .llb-burger__box { background: transparent; }
.llb-burger[aria-expanded="true"] .llb-burger__box::before { top: 0; transform: rotate(45deg); }
.llb-burger[aria-expanded="true"] .llb-burger__box::after { top: 0; transform: rotate(-45deg); }
[hidden] { display: none !important; }
.llb-mobile { display: none; padding: 1rem var(--gutter) 1.6rem; border-top: 1px solid var(--line); background: var(--paper); max-height: calc(100vh - 68px); overflow-y: auto; }
.llb-mobile:not([hidden]) { display: block; }
.llb-mobile__menu, .llb-mobile__menu ul { list-style: none; margin: 0; padding: 0; }
.llb-mobile__menu { margin-bottom: 1.2rem; }
.llb-mobile__menu > li { border-bottom: 1px solid var(--line); }
.llb-mobile__menu ul { padding: 0 0 .5rem .9rem; }
.llb-mobile__menu a { display: block; padding: .85rem 0; text-decoration: none; color: var(--ink); font-weight: 700; font-family: var(--display); font-size: 1.15rem; }
.llb-mobile__menu ul a { font-weight: 500; font-family: var(--font); font-size: 1rem; padding: .4rem 0; color: var(--muted); }

/* ---------- hero ---------- */

.llb-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(90vh, 880px);
  padding: 0;
  background: var(--basalt);
  color: var(--bone);
  isolation: isolate;
  overflow: hidden;
}
.llb-hero__well {
  grid-area: 1 / 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  clip-path: none;
  background: var(--basalt);
  overflow: hidden;
}
.llb-hero__media, .llb-hero__slide { position: absolute; inset: 0; }
.llb-hero__slide { opacity: 0; transition: opacity 1.4s var(--ease); }
.llb-hero__slide.is-active { opacity: 1; }
.llb-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.95) contrast(1.04); }
.llb-hero__well::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(85deg, rgba(22, 18, 15, .78) 0%, rgba(22, 18, 15, .34) 42%, rgba(22, 18, 15, .04) 68%),
    linear-gradient(180deg, rgba(22, 18, 15, .32) 0%, transparent 34%, rgba(22, 18, 15, .5) 100%);
  pointer-events: none;
}
.llb-hero__cut {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--ember) 0 42%, var(--tuff) 42% 100%) bottom / 100% 4px no-repeat;
}
.llb-hero__tablet {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(41rem, 100%);
  margin: 0 0 clamp(2.5rem, 6vw, 5rem);
  margin-inline-start: max(var(--gutter), calc((100% - var(--max)) / 2));
  background: var(--paper);
  color: var(--ink);
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1.4rem, 3vw, 2.8rem) clamp(1.7rem, 3vw, 2.6rem);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  box-shadow: 0 40px 80px -40px rgba(22, 18, 15, .7);
}
.llb-hero__tablet h1 { font-size: clamp(2.5rem, 4.6vw, 4.3rem); margin-bottom: .5rem; }
.llb-hero__tablet .llb-lead { color: var(--muted); max-width: 30rem; }
.llb-hero__tablet .llb-kicker { color: var(--ember); }
.llb-hero__tablet .llb-kicker::before { background: var(--ember); }
.llb-hero__year {
  margin: 1.3rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  font-family: var(--font);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--tuff-deep);
}
.llb-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.llb-hero__badge, .llb-marquee { display: none; }
.llb-dots {
  position: absolute;
  z-index: 3;
  right: max(var(--gutter), calc((100% - var(--max)) / 2));
  bottom: clamp(2.5rem, 6vw, 5rem);
  display: flex;
  gap: .5rem;
}
.llb-dots button {
  width: 34px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(250, 246, 239, .38);
  cursor: pointer;
  transition: background .3s;
}
.llb-dots button.is-active { background: var(--bone); }

/* ---------- stats ---------- */

.llb-stats { background: var(--dusk); color: #f3e6d2; padding: clamp(2.6rem, 5vw, 4.2rem) 0 clamp(2rem, 4vw, 3rem); }
.llb-stats .llb-kicker { color: var(--tuff); }
.llb-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line-light);
  border-block: 1px solid var(--line-light);
}
.llb-stat { padding: clamp(1.2rem, 2.4vw, 2rem) clamp(.9rem, 1.6vw, 1.4rem); background: var(--dusk); }
.llb-stat strong {
  display: block;
  font-family: var(--display);
  font-size: var(--fs-num);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -0.03em;
  font-variant-numeric: lining-nums tabular-nums;
}
.llb-stat span {
  display: block;
  margin-top: .6rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--tuff);
}
.llb-stats__note { margin: 1.4rem 0 0; opacity: .55; font-size: .82rem; max-width: 52rem; }

/* ---------- editorial spread ---------- */

.llb-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  padding: var(--section) 0;
}
.llb-split--rev { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.llb-split > div > h2 { max-width: 22ch; }
.llb-frame { position: relative; background: none; padding: 0; clip-path: none; }
.llb-frame::before {
  content: "";
  position: absolute;
  inset: auto auto -14px -14px;
  width: 42%;
  height: 52%;
  border-left: 3px solid var(--tuff);
  border-bottom: 3px solid var(--tuff);
  pointer-events: none;
}
.llb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}
.llb-band { background: var(--plaster); padding: var(--section) 0; position: relative; }
.llb-band::before { display: none; }

/* ---------- offers (photo-led programmes) ---------- */

.llb-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
}
.llb-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.llb-offer:hover {
  transform: translateY(-6px);
  border-color: var(--tuff);
  box-shadow: 0 34px 60px -36px rgba(22, 18, 15, .55);
  color: inherit;
}
.llb-offer__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--plaster); }
.llb-offer__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.llb-offer:hover .llb-offer__media img { transform: scale(1.05); }
.llb-offer__cost {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: .45rem .9rem;
  background: var(--basalt);
  color: var(--bone);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.llb-offer__body { padding: clamp(1.2rem, 2vw, 1.6rem); display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.llb-offer__body h3 { margin: 0; }
.llb-offer__body p { margin: 0; color: var(--muted); font-size: .98rem; }
.llb-offer__go {
  margin-top: auto;
  padding-top: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ember);
}
.llb-offer__go::after { content: "→"; transition: transform .3s var(--ease); }
.llb-offer:hover .llb-offer__go::after { transform: translateX(5px); }

/* ---------- numbered paths ---------- */

.llb-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  border: 0;
}
.llb-path {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: clamp(1.5rem, 2.6vw, 2.2rem) clamp(1.3rem, 2.2vw, 1.9rem) clamp(1.7rem, 2.6vw, 2.2rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--tuff-deep);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.llb-path:hover {
  transform: translateY(-6px);
  border-top-color: var(--ember);
  box-shadow: 0 34px 60px -36px rgba(22, 18, 15, .5);
  color: inherit;
}
.llb-path__n {
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 700;
  color: var(--tuff);
  line-height: .9;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
}
.llb-path h2, .llb-path h3 { margin: 0; font-size: var(--fs-3); }
.llb-path p { margin: 0; color: var(--muted); font-size: .98rem; }
.llb-path > div { display: flex; flex-direction: column; gap: .45rem; }
.llb-path .llb-meta {
  align-self: flex-start;
  margin-top: .2rem;
  padding: .3rem .65rem;
  background: var(--plaster);
  color: var(--tuff-deep);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.llb-path::after {
  content: "→";
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 700;
  color: var(--ember);
  transition: transform .3s var(--ease);
}
.llb-path:hover::after { transform: translateX(5px); }

/* ---------- cards ---------- */

.llb-cards { display: grid; gap: clamp(1rem, 2vw, 1.7rem); }
.llb-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.llb-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.llb-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.llb-card {
  background: var(--paper);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  box-shadow: none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.llb-card:hover {
  transform: translateY(-5px);
  border-color: var(--tuff);
  box-shadow: 0 30px 56px -34px rgba(22, 18, 15, .5);
}
.llb-card--plain { background: var(--paper); border-left: 3px solid var(--tuff-deep); }
.llb-card--plain:hover { transform: none; box-shadow: none; border-left-color: var(--ember); }
.llb-card__media { aspect-ratio: 3 / 2; background: var(--plaster); display: block; overflow: hidden; }
.llb-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.llb-card:hover .llb-card__media img { transform: scale(1.04); }
.llb-card__body { padding: clamp(1.1rem, 2vw, 1.5rem); }
.llb-card__body > *:last-child { margin-bottom: 0; }
.llb-card h2, .llb-card h3 { margin-bottom: .4rem; font-size: var(--fs-3); }
.llb-card h3 a, .llb-card h2 a { text-decoration: none; color: inherit; }
.llb-card h3 a:hover, .llb-card h2 a:hover { color: var(--ember); }
.llb-card .llb-meta { margin-bottom: .4rem; font-size: .86rem; font-weight: 700; letter-spacing: .02em; color: var(--tuff-deep); }
.llb-card p { color: var(--muted); font-size: .98rem; }
.llb-card--person { border: 0; background: none; }
.llb-card--person:hover { transform: none; box-shadow: none; }
.llb-card--person .llb-card__media { aspect-ratio: 4 / 3; background: var(--plaster); border: 1px solid var(--line); }
.llb-card--person .llb-card__media img { object-fit: contain; }
.llb-card--person .llb-card__body { padding: .9rem 0 0; }
.llb-card--person h3 { margin-bottom: .1rem; }
.llb-card--person .llb-meta { letter-spacing: 0; font-weight: 400; color: var(--muted); font-size: .92rem; }

/* ---------- page hero ---------- */

.llb-pagehero { position: relative; background: var(--bone); color: var(--ink); padding: 0; }
.llb-pagehero__bg { display: none; }
.llb-pagehero__well {
  width: 100%;
  margin: 0;
  height: clamp(260px, 46vh, 480px);
  overflow: hidden;
  position: relative;
  clip-path: none;
}
.llb-pagehero__well img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.9); }
.llb-pagehero__well::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(85deg, rgba(22, 18, 15, .6) 0%, rgba(22, 18, 15, .2) 46%, transparent 72%),
    linear-gradient(180deg, rgba(22, 18, 15, .3) 0%, transparent 40%, rgba(22, 18, 15, .42) 100%);
}
.llb-pagehero .llb-wrap { position: relative; z-index: 1; }
.llb-pagehero .llb-tablet {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(1.4rem, 2.6vw, 2.2rem) clamp(1.3rem, 2.6vw, 2.4rem);
  margin-top: clamp(-5rem, -7vw, -3.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 46rem;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  box-shadow: 0 36px 70px -40px rgba(22, 18, 15, .6);
}
.llb-pagehero .llb-tablet h1 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); margin-bottom: .4rem; }
.llb-pagehero .llb-tablet .llb-lead { color: var(--muted); }
.llb-pagehero--plain {
  background: var(--plaster);
  color: var(--ink);
  padding: clamp(3.4rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
}
.llb-pagehero--plain .llb-tablet { margin: 0; background: none; padding: 0; border: 0; max-width: 52rem; clip-path: none; box-shadow: none; }
.llb-pagehero--plain .llb-lead { color: var(--muted); }

/* ---------- prose, cta, logos ---------- */

.llb-prose { max-width: 64ch; font-size: 1.09rem; }
/* Keep the container full width so prose stays on the left grid edge, not centred. */
.llb-wrap.llb-prose { max-width: none; }
.llb-wrap.llb-prose > * { max-width: 64ch; }
.llb-wrap.llb-prose > p:first-of-type { font-size: var(--fs-lead); line-height: 1.5; max-width: 48ch; }
.llb-prose > *:first-child { margin-top: 0; }
.llb-prose h2 { margin-top: 1.6em; }
.llb-prose a { color: var(--crimson); }
.llb-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }

.llb-cta { background: var(--basalt); color: var(--bone); padding: clamp(3.6rem, 7vw, 6.5rem) 0; position: relative; overflow: hidden; }
.llb-cta::after {
  content: "30";
  position: absolute;
  right: 3%;
  bottom: -3rem;
  font-family: var(--display);
  font-size: clamp(9rem, 24vw, 20rem);
  font-weight: 700;
  line-height: .7;
  color: rgba(201, 164, 124, .09);
  pointer-events: none;
}
.llb-cta__inner { display: flex; justify-content: space-between; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: flex-end; position: relative; z-index: 1; }
.llb-cta h2 { max-width: 26ch; }
.llb-cta p:not(.llb-kicker) { color: rgba(250, 246, 239, .74); max-width: 34rem; margin: 0; }
.llb-cta__actions { display: flex; gap: .7rem; flex-wrap: wrap; flex-shrink: 0; }

.llb-logos { padding: clamp(2.6rem, 5vw, 4rem) 0; background: var(--bone); border-top: 1px solid var(--line); }
.llb-logos h2 { font-size: .74rem; font-family: var(--font); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.6rem; }
.llb-logos__row { display: flex; flex-wrap: wrap; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.llb-logo-item { width: auto; background: none; padding: 0; border: 0; }
.llb-logo-item img {
  width: auto;
  max-width: 128px;
  height: 46px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .6;
  mix-blend-mode: multiply;
  transition: opacity .3s, filter .3s;
}
.llb-logo-item:hover img { filter: none; opacity: 1; }

/* ---------- timeline, steps, faq, docs, filters ---------- */

.llb-timeline { list-style: none; margin: 0; padding: 0; }
.llb-timeline li {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 0 0 2rem 1.6rem;
  border-left: 2px solid var(--line);
  margin-left: .4rem;
  position: relative;
}
.llb-timeline li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: .55rem;
  width: 10px;
  height: 10px;
  background: var(--ember);
}
.llb-timeline li:last-child { padding-bottom: 0; }
.llb-timeline span { font-family: var(--display); font-size: 1.3rem; font-weight: 700; color: var(--tuff-deep); font-variant-numeric: lining-nums tabular-nums; }
.llb-timeline h3 { margin-bottom: .2rem; }
.llb-timeline p { margin: 0; color: var(--muted); }

.llb-steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; padding: 0; }
.llb-steps li { background: var(--paper); padding: 1.4rem; border: 1px solid var(--line); border-top: 3px solid var(--tuff); }
.llb-steps span { font-family: var(--display); font-size: 2.2rem; font-weight: 700; color: var(--tuff); display: block; line-height: 1; margin-bottom: .5rem; }

.llb-faq details { border-bottom: 1px solid var(--line); padding: 1.15rem 0; }
.llb-faq summary { cursor: pointer; font-weight: 700; font-family: var(--display); font-size: 1.15rem; }
.llb-faq details[open] summary { color: var(--ember); }

.llb-docs { list-style: none; padding: 0; columns: 2; gap: clamp(1.5rem, 4vw, 3rem); }
.llb-docs a { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; text-decoration: none; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.llb-docs a:hover { color: var(--ember); }

.llb-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.6rem; }
.llb-filters a {
  padding: .5rem 1rem;
  background: transparent;
  text-decoration: none;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: .92rem;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
}
.llb-filters a.is-active, .llb-filters a:hover { background: var(--basalt); color: var(--bone); border-color: var(--basalt); }

.llb-help, .llb-trust { text-align: left; padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.llb-help h2 { max-width: 24ch; }
.llb-trust { background: var(--plaster); border-block: 1px solid var(--line); }
.llb-trust .llb-wrap { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; }
.llb-trust p { margin: 0; font-weight: 600; }

.llb-map iframe { width: 100%; height: 320px; border: 0; }
.llb-video { aspect-ratio: 16 / 9; margin-bottom: 1.5rem; }
.llb-video iframe { width: 100%; height: 100%; border: 0; }
.llb-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
.llb-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--plaster); }
.llb-beforeafter img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #fff; padding: .5rem; }

/* ---------- stories ---------- */

.llb-storylist { display: grid; gap: 0; }
.llb-storylist .llb-card {
  display: grid;
  grid-template-columns: min(260px, 32%) 1fr;
  gap: clamp(1rem, 2.5vw, 2.2rem);
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: clamp(1.2rem, 2.4vw, 2rem) 0;
}
.llb-storylist .llb-card:hover { transform: none; box-shadow: none; }
.llb-storylist .llb-card:hover .llb-card__media img { transform: scale(1.04); }
.llb-storylist .llb-card--text { grid-template-columns: 1fr; }
.llb-storylist .llb-card__media { aspect-ratio: 4 / 3; }
.llb-storylist .llb-card__body { padding: 0; align-self: center; }
.llb-storylist .llb-card h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }

.llb-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
  padding-bottom: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  border-bottom: 1px solid var(--line);
}
.llb-featured--plain { grid-template-columns: 1fr; }
.llb-featured__media { display: block; overflow: hidden; }
.llb-featured__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  transition: transform .7s var(--ease);
}
.llb-featured__media:hover img { transform: scale(1.03); }
.llb-featured h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.llb-featured p { color: var(--muted); }

.llb-quote {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 24ch;
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  border-left: 3px solid var(--ember);
}

.llb-ethiopia { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.llb-facts { display: grid; gap: 0; }
.llb-fact { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.llb-fact:last-child { border-bottom: 1px solid var(--line); }
.llb-fact strong { display: block; font-family: var(--display); font-size: 1.2rem; margin-bottom: .2rem; }
.llb-fact p { margin: 0; color: var(--muted); font-size: .98rem; }

/* ---------- centres ---------- */

.llb-centres {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}
.llb-place { background: none; border: 0; }
.llb-place:hover { border: 0; }
.llb-place__media {
  display: block;
  aspect-ratio: 4 / 5;
  background: var(--plaster);
  overflow: hidden;
  position: relative;
}
.llb-place__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.llb-place__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(22, 18, 15, .5) 100%);
  transition: opacity .4s;
}
.llb-place:hover .llb-place__media img { transform: scale(1.05); }
.llb-ph { display: grid; place-items: center; height: 100%; font-family: var(--display); font-size: 1.3rem; color: var(--tuff-deep); padding: 1rem; text-align: center; }
.llb-place__body { padding: .9rem 0 0; }
.llb-place h3 { margin: 0; font-size: 1.25rem; }
.llb-place h3 a { text-decoration: none; color: inherit; }
.llb-place:hover h3 a { color: var(--ember); }
.llb-place .llb-meta { margin: .15rem 0 0; font-size: .9rem; }
.llb-flag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: .3rem;
  text-transform: uppercase;
}
.llb-flag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.llb-flag--on { color: var(--ember); }
.llb-flag--off { color: var(--muted); }
.llb-kicker--space { margin-top: clamp(1.6rem, 3vw, 2.6rem); }

/* ---------- rails ---------- */

.llb-rail { display: grid; gap: 0; }
.llb-rail article {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(1rem, 2vw, 1.5rem) 0;
  border-top: 1px solid var(--line);
  transition: background .3s;
}
.llb-rail article:last-child { border-bottom: 1px solid var(--line); }
.llb-rail span {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--tuff-deep);
  font-variant-numeric: lining-nums tabular-nums;
}
.llb-rail h3 { margin: 0 0 .2rem; }
.llb-rail p { margin: 0; color: var(--muted); font-size: .98rem; max-width: 60ch; }
.llb-rail h3 a, .llb-featured h2 a { text-decoration: none; color: inherit; }
.llb-rail h3 a:hover, .llb-featured h2 a:hover { color: var(--ember); }

/* ---------- forms ---------- */

.llb-form { display: grid; gap: .95rem; }
.llb-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.llb-form label { display: grid; gap: .35rem; font-weight: 600; font-size: .9rem; }
.llb-form input, .llb-form textarea, .llb-form select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  padding: .8rem .95rem;
  font: inherit;
  background: var(--paper);
  transition: border-color .2s, box-shadow .2s;
}
.llb-form input:focus, .llb-form textarea:focus, .llb-form select:focus {
  outline: none;
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(200, 70, 28, .16);
}
.llb-span { grid-column: 1 / -1; }
/* Beats the `.llb-form label` grid rule, which would stack the box above its text. */
.llb-form .llb-check { display: flex; gap: .6rem; align-items: flex-start; font-weight: 400; font-size: .92rem; }
.llb-form .llb-check input { width: auto; margin-top: .3rem; flex-shrink: 0; }
.llb-form--compact { gap: .6rem; }
.llb-form__ok, .llb-form__err { margin: 0; font-size: .92rem; font-weight: 600; }
.llb-form__err { color: var(--ember); }
.llb-notice { padding: 1rem 1.2rem; margin-bottom: 1.4rem; border-left: 3px solid; }
.llb-notice--ok { background: #e8f0e6; border-color: #4b7a44; }
.llb-notice--err { background: #f7e6e1; border-color: var(--ember); }

/* ---------- footer ---------- */

.llb-footer { background: var(--basalt); color: rgba(234, 220, 200, .82); padding: clamp(3rem, 6vw, 5rem) 0 0; }
.llb-footer a { color: #fff8ef; text-decoration: none; }
.llb-footer a:hover { color: var(--tuff); }
.llb-footer h2 {
  font-size: .72rem;
  font-family: var(--font);
  color: var(--tuff);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.llb-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(1.6rem, 3vw, 2.6rem);
  padding-bottom: clamp(2.4rem, 5vw, 3.6rem);
}
.llb-footer__grid > div > p { font-size: .96rem; }
.llb-footer__menu, .llb-legal { list-style: none; padding: 0; margin: 0; }
.llb-footer__menu a, .llb-legal a { display: inline-block; padding: .3rem 0; font-size: .96rem; }
.llb-badge {
  display: inline-block;
  border-left: 2px solid var(--tuff);
  padding: .2rem 0 .2rem .7rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tuff);
}
.llb-social { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.llb-social a { font-size: .9rem; font-weight: 600; border-bottom: 1px solid var(--line-light); }
.llb-footer__legal { border-top: 1px solid var(--line-light); padding: 1.2rem 0; font-size: .88rem; }
.llb-footer__legal p { margin: 0; }
.llb-footer__legal .llb-wrap { display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; }
.llb-legal { display: flex; gap: 1.4rem; }
.llb-logo--foot img { height: 56px; width: auto; margin-bottom: 1.1rem; }
.llb-pagination { margin-top: clamp(2rem, 4vw, 3rem); }
.llb-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .4rem; }
.llb-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 .6rem;
  border: 1px solid var(--line-strong);
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
}
.llb-pagination .page-numbers.current, .llb-pagination .page-numbers:hover { background: var(--basalt); color: var(--bone); border-color: var(--basalt); }

/* ---------- motion ---------- */

/* Only hide for the reveal once JS has confirmed it can reveal it again. */
html.llb-js .llb-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--d, 0ms);
}
html.llb-js .llb-reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */

@media (max-width: 1100px) {
  .llb-menu a { padding: .6rem .5rem; font-size: .9rem; }
  .llb-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .llb-nav { display: none; }
  .llb-burger { display: inline-flex; align-items: center; justify-content: center; }
  .llb-mobile { display: block; }
  .llb-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .llb-cards--2, .llb-cards--3, .llb-cards--4, .llb-offers, .llb-paths, .llb-centres, .llb-grid-2, .llb-steps, .llb-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .llb-split, .llb-split--rev, .llb-ethiopia, .llb-featured { grid-template-columns: 1fr; }
  .llb-split { gap: 2rem; }
  .llb-split .llb-frame { order: -1; }
  .llb-split--rev .llb-frame { order: 0; }
  .llb-cta__inner { flex-direction: column; align-items: flex-start; }
  /* Stack instead of overlaying, so the card cannot swallow the whole photo. */
  .llb-hero { display: block; min-height: 0; background: var(--bone); }
  .llb-hero__well { height: 46vh; min-height: 280px; }
  .llb-hero__tablet {
    width: calc(100% - var(--gutter) * 2);
    margin: -3rem var(--gutter) 0;
  }
  .llb-dots { display: none; }
}
@media (max-width: 680px) {
  .llb-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .llb-stat:last-child { grid-column: 1 / -1; }
  .llb-cards--2, .llb-cards--3, .llb-cards--4, .llb-grid-2, .llb-steps, .llb-footer__grid, .llb-form__grid, .llb-docs, .llb-centres, .llb-offers, .llb-paths { grid-template-columns: 1fr; }
  .llb-docs { columns: 1; }
  .llb-storylist .llb-card { grid-template-columns: 1fr; gap: .9rem; }
  .llb-timeline li, .llb-rail article { grid-template-columns: 1fr; gap: .3rem; }
  .llb-sectionhead--row { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .llb-header__bar { min-height: 66px; gap: .5rem; }
  .llb-logo img, .llb-header.is-scrolled .llb-logo img { height: 44px; }
  .llb-hero__well { height: 42vh; min-height: 260px; }
  .llb-hero__actions .llb-btn { flex: 1 1 auto; }
  .llb-quote { padding-left: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.llb-js .llb-reveal { opacity: 1; transform: none; }
}
