/* The sculpture opens above a continuous spine and its reading leaves. */
body:has(.family-unfold) > .lure-stage { display: none; }
.family-unfold {
  --unfold-paper: #eeece5;
  --unfold-ink: #242019;
  --unfold-muted: #625747;
  position: relative;
  background: var(--abyss);
  isolation: isolate;
}
.unfold-reveal { position: relative; }
.unfold-stage {
  display: grid;
  grid-template-columns: clamp(240px, 22vw, 320px) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 720px;
  height: 100svh;
  padding: 112px var(--gutter) 28px;
  background: linear-gradient(180deg, #0a0806, #000 32%, #000 76%, #0a0806);
}
.unfold-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 36px 28px 70px 26px;
  border-left: 2px solid #997443;
  background: linear-gradient(90deg, #17120bb3, transparent);
}
.unfold-heading h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 4.6vw, 4.5rem);
  font-stretch: 65%;
  font-style: italic;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.035em;
}
.unfold-headline {
  max-width: 18rem;
  margin: 0;
  color: var(--text-2);
  font-size: 1.0625rem;
  line-height: 1.6;
}
.unfold-sculpture {
  position: relative;
  min-height: 0;
  margin: -24px -2vw -8px -12px;
  overflow: hidden;
}
.unfold-sculpture img,
.unfold-sculpture video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  transform: translateX(-50%);
  object-fit: contain;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 98%, transparent), linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent 99%);
  mask-composite: intersect;
}
.unfold-sculpture video { visibility: hidden; }
.unfold-sculpture video[data-family-ready] { visibility: visible; }
/* Where the film can play (the same limits as staticOnly() in unfold-runtime.ts), open on its
   first frame. CSS decides this before any script runs, so the first paint is already right;
   the script sets data-family-still for the cases only it can see (a data saver, a film that
   failed to load), which puts the finished picture back. */
.unfold-start { display: none; }
@media (scripting: enabled) and (prefers-reduced-motion: no-preference) and (forced-colors: none) and (min-width: 701px) {
  .family-unfold:not([data-family-still]) .unfold-start { display: block; }
}
.unfold-index {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #685337;
}
.unfold-index a {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 20px 36px 5px 20px;
  text-decoration: none;
}
.unfold-index a:first-child { padding-left: 0; }
.unfold-index a + a { border-left: 1px solid #413b31; }
.unfold-index-name { font-size: clamp(1rem, 1.4vw, 1.25rem); font-weight: 650; line-height: 1.25; }
.unfold-index-work { color: var(--text-2); font-size: .875rem; line-height: 1.4; }
.unfold-index .icon { position: absolute; right: 14px; top: 24px; }
.unfold-index a:hover .unfold-index-name { color: var(--amber); }
.unfold-index a:focus-visible { outline-offset: -3px; }

.family-unfold[data-family-enhanced] .unfold-reveal { min-height: 185svh; }
.family-unfold[data-family-enhanced] .unfold-stage { position: sticky; top: 0; min-height: 0; }

.unfold-introduction {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2.5fr);
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(72px, 9vw, 144px) var(--gutter);
  border-top: 1px solid var(--line);
}
.unfold-intro-heading { display: flex; align-items: baseline; gap: 18px; }
.unfold-small-rule { flex: 0 0 32px; height: 2px; background: var(--amber); }
.unfold-intro-heading h2 { margin: 0; font-size: 1.25rem; font-weight: 600; }
.unfold-opening-copy { max-width: 51rem; margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.55; letter-spacing: -.017em; }
.unfold-scope { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--text-2); font-size: .875rem; }
.unfold-scope li { padding-left: 14px; border-left: 2px solid var(--amber); }

@media (max-width: 1079px) {
  .unfold-stage { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr) auto; padding-top: 28px; min-height: 680px; height: 90svh; }
  .family-unfold[data-family-enhanced] .unfold-stage { height: 100svh; padding-top: 28px; }
  .unfold-heading { display: block; padding: 12px 24px 24px; background: none; }
  .unfold-heading h1 { font-size: 3.5rem; }
  .unfold-headline { max-width: 38rem; margin-top: 14px; font-size: 1rem; }
  .unfold-sculpture { margin: 0; border-left: 2px solid #997443; }
  .unfold-index a { padding-inline: 12px 24px; }
  .unfold-index .icon { right: 4px; width: 16px; }
}
@media (max-width: 700px) {
  .unfold-stage,
  .family-unfold[data-family-enhanced] .unfold-stage {
    display: block;
    height: auto;
    min-height: 0;
    padding: 36px var(--gutter) 0;
    position: static;
  }
  .unfold-heading { display: block; padding: 6px 0 18px 18px; }
  .unfold-heading h1 { font-size: clamp(3.25rem, 13vw, 4.5rem); }
  .unfold-headline { max-width: 27rem; margin: 16px 0 0; font-size: 1rem; line-height: 1.5; }
  .unfold-sculpture { height: auto; aspect-ratio: 1.3; margin: 0 0 4px; border-left: 2px solid #997443; }
  .unfold-sculpture img { object-fit: contain; }
  .unfold-sculpture video { display: none; }
  .unfold-index { grid-template-columns: 1fr 1fr; }
  .unfold-index a,
  .unfold-index a:first-child { min-height: 92px; padding: 17px 24px 17px 12px; border-bottom: 1px solid var(--line); }
  .unfold-index a:nth-child(odd) { padding-left: 0; border-left: 0; }
  .unfold-index .icon { top: 20px; }
  .unfold-index-name { font-size: 1rem; }
  .unfold-index-work { font-size: .8125rem; }
  .unfold-introduction { grid-template-columns: 1fr; gap: 26px; padding-block: 60px; border-top: 0; }
  .unfold-opening-copy { font-size: 1.1875rem; line-height: 1.6; }
  .unfold-scope { gap: 12px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .family-unfold[data-family-enhanced] .unfold-reveal { min-height: 0; }
  .family-unfold[data-family-enhanced] .unfold-stage { position: static; }
  .unfold-sculpture video { display: none; }
}
.unfold-book {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 3fr);
  gap: 0;
  align-items: start;
  margin: 0 var(--gutter);
  padding-bottom: 100px;
}
.unfold-spine {
  position: sticky;
  top: 40px;
  padding: 42px 36px 32px 0;
  margin-right: 24px;
  border-top: 3px solid var(--amber);
}
.unfold-spine-parent { display: grid; gap: 24px; font-size: 1.5rem; font-weight: 650; line-height: 1.25; text-decoration: none; }
.unfold-spine-parent img { height: 88px; width: auto; }
.unfold-spine-role { margin: 14px 0 30px; max-width: 15rem; color: var(--text-2); font-size: .9375rem; line-height: 1.45; }
.unfold-spine ul { list-style: none; padding: 0 0 0 18px; margin: 0; border-left: 1px solid #685337; }
.unfold-spine li + li { margin-top: 4px; }
.unfold-spine li a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 56px; padding-block: 12px; color: var(--text-2); text-decoration: none; font-size: .9375rem; line-height: 1.35; }
.unfold-spine li a:hover,
.unfold-spine li a[aria-current] { color: var(--text); }
.unfold-spine-dot { flex: none; width: 6px; height: 6px; background: #776b57; border-radius: 50%; }
.unfold-spine a[aria-current] .unfold-spine-dot { background: var(--amber); box-shadow: 0 0 14px #dd9a3355; }
.unfold-spine-statement { display: flex; align-items: center; gap: 12px; margin-top: 36px; color: var(--amber); font-size: .875rem; text-decoration: none; }
.unfold-leaves { position: relative; padding-left: 14px; border-left: 2px solid #ad772a; }
.unfold-leaf {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px 36px;
  align-items: center;
  margin-bottom: 28px;
  padding: clamp(28px, 3vw, 44px);
  color: var(--unfold-ink);
  background: linear-gradient(90deg, #d1cbbd 0, #e9e6dc 18px, #f3f1eb 55%, #e5e0d5 100%);
  border-block: 1px solid #f3dfb7;
  border-right: 3px solid #b68133;
  border-radius: 2px 12px 12px 2px;
  box-shadow: 0 18px 40px #0004, inset -3px 0 2px #fff8;
  scroll-margin-top: 32px;
}
.unfold-leaf:last-child { margin-bottom: 0; }
.unfold-leaf-hinge { position: absolute; top: 14%; bottom: 14%; left: -17px; width: 14px; border-block: 1px solid #efc47c; background: linear-gradient(90deg, #4b3415, #e9b764 36%, #8c5e22 63%, #362613); }
.unfold-leaf-identity { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 20px; align-items: start; }
.unfold-mark-inset { display: grid; place-items: center; width: 78px; height: 78px; background: #14110c; border: 1px solid #6b5430; border-radius: 50%; box-shadow: inset 0 0 30px #0008, 0 4px 6px #34240c22; }
.unfold-mark-inset img { max-width: 62px; max-height: 56px; width: auto; height: auto; }
.unfold-company-name { margin: 0; font-family: var(--font-display); font-size: clamp(2.25rem, 3vw, 3rem); font-stretch: 65%; font-style: italic; font-weight: 900; letter-spacing: -.025em; line-height: 1; text-wrap: balance; }
.unfold-parent-role { margin: 16px 0 0; max-width: 18rem; font-size: .9375rem; line-height: 1.5; color: var(--amber); }
.unfold-company-description { margin: 16px 0 0; max-width: 25rem; color: var(--unfold-muted); font-size: 1rem; line-height: 1.6; }
.unfold-work { list-style: none; padding: 0; margin: 0; }
.unfold-work li { display: flex; gap: 14px; align-items: center; min-height: 58px; padding: 14px 0; border-bottom: 1px solid #bcb4a6; font-size: clamp(1.0625rem, 1.3vw, 1.25rem); line-height: 1.35; letter-spacing: -.018em; }
.unfold-work li:last-child { border-bottom: 0; }
.unfold-work .icon { flex: none; filter: brightness(.59) saturate(1.2); }
.unfold-leaf--parent { background: linear-gradient(110deg, #2b251b, #191713 55%, #14120e); color: var(--text); border-top-color: #6b5430; border-bottom-color: #53432a; box-shadow: 0 18px 40px #0004, inset -3px 0 2px #dd9a3322; }
.unfold-leaf--parent .unfold-mark-inset { border: none; background: none; box-shadow: none; }
.unfold-leaf--parent .unfold-mark-inset img { max-height: 78px; max-width: 78px; }
.unfold-leaf--parent .unfold-work li { border-bottom-color: #514531; }
.unfold-leaf--parent .unfold-work .icon { filter: none; }
.unfold-credentials { grid-column: 1 / -1; margin: 0; color: var(--text-2); font-size: .875rem; }
.unfold-capabilities { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5vw; padding: 80px var(--gutter) 100px; align-items: center; border-top: 1px solid var(--line); }
.unfold-assembly img { display: block; width: 125%; height: auto; margin-left: -12.5%; mask-image: linear-gradient(180deg, transparent, #000 16%, #000 76%, transparent 99%); }
.unfold-capability-copy { position: relative; }
.unfold-capability-copy h2 { max-width: 32rem; margin: 0 0 36px; font-size: clamp(2rem, 3.2vw, 3.25rem); font-weight: 600; line-height: 1.1; letter-spacing: -.035em; }
.unfold-capability-copy ul { list-style: none; padding: 0; margin: 0; }
.unfold-capability-copy li { border-top: 1px solid var(--line); padding: 18px 0; font-size: 1.0625rem; line-height: 1.5; color: var(--text); }
.unfold-engage { padding: 80px var(--gutter) 96px; color: var(--unfold-ink); background: var(--unfold-paper); border-top: 5px solid var(--amber); }
.unfold-engage h2 { margin: 0 0 36px; font-size: 1.0625rem; font-weight: 600; }
.unfold-resolution { max-width: 72rem; margin: 0 0 64px; font-size: clamp(2.625rem, 5.7vw, 6rem); font-weight: 600; line-height: 1.06; letter-spacing: -.045em; }
.unfold-reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; margin: 0; padding: 0; list-style: none; }
.unfold-reasons li { max-width: 35rem; border-top: 1px solid #b6ad9b; padding: 24px 0 32px; font-size: clamp(1.0625rem, 1.7vw, 1.5rem); line-height: 1.45; }
.unfold-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 36px; margin-top: 30px; }
.unfold-actions .button-primary { min-height: 52px; padding-inline: 26px; }
.unfold-statement-link { display: flex; align-items: center; gap: 16px; min-height: 44px; font-size: 1rem; text-decoration-color: #8b6c39; }
.unfold-engage .icon { filter: brightness(.55); }
.unfold-engage :focus-visible { outline-color: #755016; }

@media (max-width: 1100px) {
  .unfold-book { grid-template-columns: 210px minmax(0, 1fr); }
  .unfold-spine { padding-right: 16px; margin-right: 18px; }
  .unfold-leaf { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
  .unfold-company-name { font-size: 2.5rem; }
  .unfold-work li { min-height: 58px; font-size: 1.125rem; }
}
@media (max-width: 700px) {
  .unfold-book { display: block; margin-inline: var(--gutter); padding-bottom: 60px; }
  .unfold-spine { position: static; margin: 0 0 32px; padding: 26px 0 0; }
  .unfold-spine-parent { display: flex; align-items: center; gap: 18px; font-size: 1.25rem; }
  .unfold-spine-parent img { height: 58px; }
  .unfold-spine-role { margin: 16px 0 0; max-width: 22rem; }
  .unfold-spine ul,
  .unfold-spine-statement { display: none; }
  .unfold-leaves { padding-left: 10px; }
  .unfold-leaf { padding: 28px 22px 32px; gap: 24px; margin-bottom: 20px; border-radius: 2px 8px 8px 2px; }
  .unfold-leaf-hinge { left: -13px; width: 10px; }
  .unfold-leaf-identity { grid-template-columns: 62px minmax(0, 1fr); gap: 16px; align-items: center; }
  .unfold-leaf-copy { display: contents; }
  .unfold-mark-inset,
  .unfold-leaf--parent .unfold-mark-inset { width: 62px; height: 62px; }
  .unfold-mark-inset img,
  .unfold-leaf--parent .unfold-mark-inset img { max-width: 50px; max-height: 46px; }
  .unfold-company-name { font-size: clamp(1.875rem, 7.8vw, 2.75rem); }
  .unfold-parent-role { grid-column: 1 / -1; margin: 0; font-size: .875rem; }
  .unfold-company-description { grid-column: 1 / -1; margin: 0; font-size: .9375rem; line-height: 1.55; }
  .unfold-work li { gap: 14px; min-height: 54px; padding: 13px 0; font-size: 1.0625rem; }
  .unfold-work .icon { width: 24px; height: 24px; }
  .unfold-credentials { font-size: .8125rem; line-height: 1.6; }
  .unfold-capabilities { grid-template-columns: 1fr; gap: 10px; padding: 16px var(--gutter) 60px; }
  .unfold-assembly { overflow: hidden; }
  .unfold-assembly img { width: 116%; margin-left: -8%; }
  .unfold-capability-copy h2 { margin-bottom: 28px; font-size: 2.5rem; }
  .unfold-engage { padding-block: 48px 60px; }
  .unfold-engage h2 { max-width: 17rem; font-size: 1rem; }
  .unfold-resolution { margin-bottom: 40px; font-size: clamp(2.5rem, 10.5vw, 3.75rem); }
  .unfold-reasons { grid-template-columns: 1fr; }
  .unfold-reasons li { padding-block: 20px 24px; font-size: 1.125rem; }
  .unfold-actions { gap: 22px; }
}
@media (forced-colors: active) {
  .family-unfold { color: CanvasText; background: Canvas; }
  .unfold-sculpture,
  .unfold-assembly,
  .unfold-leaf-hinge,
  .unfold-mark-inset,
  .unfold-spine-dot { display: none; }
  .unfold-stage { display: block; height: auto; min-height: 0; padding-block: 48px; }
  .unfold-index { margin-top: 40px; }
  .family-unfold[data-family-enhanced] .unfold-reveal { min-height: 0; }
  .family-unfold[data-family-enhanced] .unfold-stage { position: static; height: auto; }
  .unfold-leaf,
  .unfold-engage { color: CanvasText; background: Canvas; border: 1px solid CanvasText; box-shadow: none; }
  .unfold-leaf-identity { display: block; }
  .unfold-capabilities { grid-template-columns: 1fr; }
  .unfold-index-work,
  .unfold-spine li a,
  .unfold-spine-role,
  .unfold-parent-role,
  .unfold-company-description,
  .unfold-credentials,
  .unfold-headline { color: CanvasText; }
}
@media print {
  .unfold-sculpture,
  .unfold-assembly,
  .unfold-index,
  .unfold-spine,
  .unfold-leaf-hinge,
  .unfold-mark-inset { display: none !important; }
  .family-unfold { color: #000; background: #fff; }
  .unfold-stage,
  .family-unfold[data-family-enhanced] .unfold-stage { display: block; position: static; height: auto; min-height: 0; padding: 0; color: #000; background: #fff; }
  .family-unfold[data-family-enhanced] .unfold-reveal { min-height: 0; }
  .unfold-heading { display: block; padding: 0; border: 0; background: none; }
  .unfold-heading h1 { font-size: 36pt; }
  .unfold-headline { max-width: none; color: #000; margin-top: 20px; }
  .unfold-introduction,
  .unfold-book,
  .unfold-capabilities,
  .unfold-engage { display: block; margin: 0; padding: 24px 0; background: #fff; color: #000; }
  .unfold-leaves { border: 0; padding: 0; }
  .unfold-leaf { break-inside: avoid; min-height: 0; padding: 18px 0; border: 0; border-bottom: 1px solid #888; color: #000; background: #fff; box-shadow: none; }
  .unfold-leaf-identity { display: block; }
  .unfold-company-name { font-size: 24pt; }
  .unfold-leaf { gap: 16px; border-radius: 0; }
  .unfold-work li { min-height: 0; padding-block: 6px; }
  .unfold-resolution { font-size: 28pt; }
  .unfold-opening-copy,
  .unfold-work li,
  .unfold-capability-copy li,
  .unfold-reasons li { font-size: 11pt; color: #000; }
  .unfold-parent-role,
  .unfold-company-description,
  .unfold-credentials,
  .unfold-scope { color: #000; }
}
