:root {
  --linen: #f7f0e3;
  --paper: #fffdf7;
  --ink: #29243c;
  --indigo: #3f466f;
  --madder: #b85c5c;
  --saffron: #d7a63f;
  --moss: #64775b;
  --plum: #75536d;
  --muted: #6d6670;
  --rule: rgba(41, 36, 60, .16);
  --shadow: 0 18px 60px rgba(56, 42, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--linen); }
body { margin: 0; color: var(--ink); background: var(--linen); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-underline-offset: .23em; }
a:focus-visible, button:focus-visible, [tabindex="-1"]:focus { outline: 3px solid var(--saffron); outline-offset: 5px; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 99; padding: 10px 15px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip:focus { transform: none; }
.mast { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 1440px; margin: 0 auto; padding: 24px 42px; }
.mast.dark { max-width: none; background: var(--ink); color: white; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font: 700 17px/1 Georgia, serif; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid currentColor; border-radius: 50%; color: var(--madder); }
.mast nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14px; font-weight: 700; }
.mast nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.mast nav a:hover { border-color: currentColor; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7.6vw, 7.9rem); }
h2 { font-size: clamp(2.35rem, 5vw, 5.4rem); }
h3 { font-size: clamp(1.7rem, 2.8vw, 3rem); }
p { margin: 0; }
.kicker { color: var(--madder); font-size: 12px; font-weight: 850; letter-spacing: .18em; }
.lede { max-width: 620px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero { position: relative; display: grid; grid-template-columns: minmax(340px, .76fr) minmax(460px, 1.24fr); gap: 30px; max-width: 1440px; margin: 0 auto; padding: 44px 42px 122px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 34px 0 74px; }
.hero-copy h1 { margin: 17px 0 28px; }
.hero-art { min-height: 690px; margin: 0; box-shadow: var(--shadow); clip-path: polygon(8% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid var(--indigo); border-radius: 8px 20px 8px 20px; font-weight: 800; text-decoration: none; }
.button.primary { background: var(--indigo); color: white; }
.button.secondary { background: transparent; color: inherit; }
.rule-link { font-weight: 750; text-decoration-thickness: 1px; }
.thread-note { position: absolute; left: 42px; right: 42px; bottom: 50px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.thread-note i { height: 2px; flex: 1; max-width: 140px; background: linear-gradient(90deg, var(--madder), var(--saffron), var(--moss)); }
.thread-walk { position: relative; overflow: hidden; padding: 120px 42px 150px; background: var(--ink); color: white; }
.section-heading { max-width: 930px; margin: 0 auto 90px; text-align: center; }
.section-heading h2 { margin: 16px auto 28px; }
.section-heading p:last-child { max-width: 720px; margin: auto; color: #d9d3dc; font-size: 18px; }
.thread-line { position: absolute; top: 430px; bottom: 160px; left: 50%; width: 3px; background: linear-gradient(var(--madder), var(--saffron), var(--moss), var(--plum)); opacity: .72; }
.chapter { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(32px, 7vw, 110px); max-width: 1200px; margin: 0 auto 110px; }
.chapter-right { grid-template-columns: .9fr 1.1fr; }
.chapter-right figure { order: 2; }
.chapter figure { height: 520px; margin: 0; box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.chapter-left figure { clip-path: polygon(0 0, 92% 0, 100% 16%, 100% 100%, 0 100%); }
.chapter-right figure { clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 15%); }
.chapter-no, .folio-no { display: inline-block; margin-bottom: 18px; color: var(--saffron); font: 700 14px/1 ui-monospace, monospace; letter-spacing: .13em; }
.chapter h3 { margin-bottom: 20px; }
.chapter p { color: #d9d3dc; font-size: 17px; }
.triptych { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.18fr 1fr; gap: 18px; max-width: 1260px; margin: 0 auto; }
.triptych figure { height: 460px; margin: 0; background: #332e43; }
.triptych .tall { margin-top: -45px; height: 550px; }
figcaption { padding: 12px 3px; color: inherit; font-size: 13px; }
.worktable { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 7vw, 110px); max-width: 1380px; margin: auto; padding: 130px 42px; }
.worktable-copy { align-self: center; }
.worktable-copy h2 { margin: 15px 0 28px; }
.worktable-copy p:not(.kicker) { margin-top: 18px; color: var(--muted); font-size: 17px; }
.worktable-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; gap: 16px; }
.worktable-grid figure { margin: 0; overflow: hidden; border-radius: 2px 28px 2px 28px; box-shadow: var(--shadow); }
.worktable-grid .wide { grid-column: 1 / -1; }
.variation-spread { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 720px; background: var(--plum); color: white; }
.variation-spread > figure { margin: 0; min-height: 720px; }
.variation-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(32px, 6vw, 92px); }
.variation-copy .kicker { color: #f3c85e; }
.variation-copy h2 { margin: 15px 0 25px; }
.variation-copy > p:not(.kicker) { color: #f2eaf0; font-size: 17px; }
.journal-ribbon { margin: 46px 0 0; }
.journal-ribbon img { height: 230px; }
.quiet-core { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; max-width: 1380px; margin: auto; padding: 140px 42px; }
.quiet-images { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px; gap: 15px; }
.quiet-images figure { margin: 0; overflow: hidden; }
.quiet-images figure:first-child { grid-row: 1 / 3; }
.quiet-copy { align-self: center; }
.quiet-copy h2 { margin: 15px 0 25px; }
.quiet-copy p:not(.kicker) { margin-bottom: 17px; color: var(--muted); }
.quiet-copy .button { margin-top: 15px; }
.fiber-close { position: relative; height: 520px; overflow: hidden; background: var(--ink); }
.fiber-close img { filter: brightness(.64) saturate(.85); }
.fiber-close blockquote { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; padding: 40px; color: white; text-align: center; font: italic clamp(2rem, 5vw, 5rem)/1.05 Georgia, serif; }
.finish { display: grid; grid-template-columns: 1.2fr .7fr .45fr; align-items: stretch; min-height: 560px; }
.finish figure { margin: 0; }
.finish-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: var(--saffron); }
.finish-copy h2 { margin: 14px 0 22px; font-size: clamp(2rem, 4vw, 4.2rem); }
.finish-copy .kicker { color: var(--ink); }
.finish-mark img { object-position: center; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 32px 42px; background: var(--paper); border-top: 1px solid var(--rule); font-size: 13px; }
footer span { font: 700 19px Georgia, serif; }

/* Privacy uses a separate open-ledger composition. */
.privacy { background: #eee5d7; }
.policy-cover { padding: 90px max(42px, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.policy-cover h1 { max-width: 880px; margin: 16px 0 25px; font-size: clamp(3rem, 7vw, 7rem); }
.policy-cover > p:not(.kicker):not(.effective) { max-width: 700px; color: #ded7df; font-size: 18px; }
.effective { margin-top: 28px; color: #f3c85e; font-size: 13px; font-weight: 800; }
.contents-ribbon { position: sticky; top: 0; z-index: 8; display: flex; overflow-x: auto; gap: 1px; padding: 0 max(20px, calc((100vw - 1240px) / 2)); background: var(--paper); border-bottom: 1px solid var(--rule); box-shadow: 0 8px 30px rgba(41,36,60,.06); }
.contents-ribbon a { flex: 0 0 auto; padding: 15px 13px; color: var(--muted); font-size: 12px; font-weight: 750; text-decoration: none; }
.contents-ribbon a:hover { background: var(--linen); color: var(--ink); }
.contents-ribbon b { color: var(--madder); font-family: ui-monospace, monospace; }
.policy-ledger { max-width: 1240px; margin: 0 auto; padding: 90px 42px; }
.folio { display: grid; grid-template-columns: 1fr 280px; gap: clamp(35px, 8vw, 120px); align-items: center; min-height: 420px; padding: 52px 0; border-top: 1px solid rgba(41,36,60,.23); scroll-margin-top: 74px; }
.folio:nth-child(even) { grid-template-columns: 280px 1fr; }
.folio:nth-child(even) .folio-copy { order: 2; }
.folio h2 { margin-bottom: 21px; font-size: clamp(2rem, 3.8vw, 4.1rem); }
.folio p { max-width: 760px; color: #554d5a; font-size: 17px; }
.folio figure { height: 300px; margin: 0; border-radius: 50% 50% 12px 12px; overflow: hidden; box-shadow: var(--shadow); }
.folio code { padding: .1em .35em; background: rgba(63,70,111,.1); overflow-wrap: anywhere; }
.back-to-contents { display: block; width: max-content; margin: 0 auto 90px; padding: 12px 18px; font-weight: 800; }
.dark-footer { background: var(--ink); color: white; }

html.motion-ready .reveal { opacity: 0; transform: translateY(28px); }
html.motion-ready .reveal.seen { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s cubic-bezier(.2,.75,.2,1); }

@media (max-width: 900px) {
  .mast { padding: 18px 20px; }
  .mast nav { gap: 14px; }
  .hero { grid-template-columns: 1fr; padding: 35px 20px 110px; }
  .hero-copy { padding: 18px 0 8px; }
  .hero-art { min-height: 470px; }
  .thread-note { left: 20px; right: 20px; overflow-x: auto; }
  .thread-walk { padding: 90px 20px 110px; }
  .thread-line { left: 31px; top: 410px; opacity: .42; }
  .chapter, .chapter-right { grid-template-columns: 1fr; gap: 28px; margin-bottom: 78px; padding-left: 28px; }
  .chapter-right figure { order: 0; }
  .chapter figure { height: 390px; }
  .triptych { grid-template-columns: 1fr; padding-left: 28px; }
  .triptych figure, .triptych .tall { height: 360px; margin: 0 0 44px; }
  .worktable, .quiet-core { grid-template-columns: 1fr; padding: 90px 20px; }
  .worktable-grid { grid-auto-rows: 240px; }
  .variation-spread { grid-template-columns: 1fr; }
  .variation-spread > figure { min-height: 440px; }
  .variation-copy { padding: 62px 22px; }
  .quiet-images { grid-template-rows: 230px 230px; }
  .finish { grid-template-columns: 1fr 1fr; }
  .finish > figure:first-child { grid-column: 1 / -1; height: 420px; }
  .finish-copy { padding: 40px 22px; }
  footer { align-items: flex-start; flex-direction: column; padding: 30px 20px; }
  .policy-cover { padding: 70px 20px; }
  .policy-ledger { padding: 55px 20px; }
  .folio, .folio:nth-child(even) { grid-template-columns: 1fr 170px; gap: 24px; min-height: 340px; padding: 42px 0; }
  .folio:nth-child(even) .folio-copy { order: 0; }
  .folio figure { height: 190px; }
}

@media (max-width: 610px) {
  .mast nav a:not(:last-child) { display: none; }
  .contents-ribbon { position: relative; flex-wrap: wrap; overflow: visible; padding: 8px 10px; }
  .contents-ribbon a { flex: 1 1 30%; padding: 9px 7px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .hero-art { min-height: 360px; }
  .thread-note span { white-space: nowrap; }
  .worktable-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .worktable-grid .wide { grid-column: auto; }
  .quiet-images { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 170px; }
  .quiet-images figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .finish { grid-template-columns: 1fr; }
  .finish > figure:first-child { grid-column: auto; }
  .finish-mark { height: 300px; }
  .folio, .folio:nth-child(even) { grid-template-columns: 1fr; }
  .folio figure { height: 260px; order: -1; border-radius: 22px 22px 4px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html.motion-ready .reveal { opacity: 1; transform: none; }
}
