:root {
  --paper: #eee7d8;
  --paper-deep: #ded3bd;
  --ink: #171711;
  --muted: #686258;
  --red: #982f24;
  --blue: #284b59;
  --line: rgba(23, 23, 17, .22);
  --sans: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: multiply; z-index: 10; }
a { color: inherit; }
button { font: inherit; }
.skip { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip:focus { top: 1rem; }
.masthead { min-height: 74px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4.5rem); position: relative; z-index: 20; }
.wordmark { font: 800 1.05rem/1 var(--sans); letter-spacing: .16em; text-decoration: none; }
.wordmark span { color: var(--red); }
.masthead nav { display: flex; gap: 2rem; font: 600 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.masthead nav a { text-decoration: none; border-bottom: 1px solid transparent; padding-block: .45rem; }
.masthead nav a:hover, .masthead nav a:focus-visible { border-color: var(--red); }
.menu, .mobile-nav { display: none; }
.hero { min-height: calc(100vh - 74px); display: grid; grid-template-columns: 1.3fr .9fr; grid-template-rows: 1fr auto; gap: 2rem 4rem; padding: clamp(3rem, 8vh, 7rem) clamp(1.25rem, 5vw, 5.5rem) 2rem; border-bottom: 1px solid var(--line); }
.hero-copy { align-self: center; max-width: 840px; }
.kicker, .section-no { font: 700 .7rem/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
h1 { font-size: clamp(4rem, 9vw, 9.2rem); font-weight: 400; line-height: .78; letter-spacing: -.07em; margin: 1.4rem 0 2.25rem; }
h1 em { font-weight: 400; color: var(--red); white-space: nowrap; }
.lede { max-width: 660px; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.5; }
.status-key { margin-top: 2.25rem; display: flex; gap: 1.25rem; flex-wrap: wrap; font: 650 .7rem/1.2 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.status-key span { display: flex; align-items: center; gap: .45rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot.proven { background: var(--blue); }.dot.supported { background: #a06d24; }.dot.candidate { border: 1px solid var(--red); }
.hero-photo { margin: 0; align-self: center; position: relative; width: 100%; min-width: 0; transform: rotate(1.2deg); background: #12120e; padding: 12px 12px 0; box-shadow: 0 25px 70px rgba(28, 22, 12, .2); }
.hero-photo img { display: block; width: 100%; height: min(62vh, 640px); object-fit: cover; object-position: 50% 30%; filter: sepia(.14) contrast(1.04); }
.hero-photo figcaption { color: #f3ecdf; padding: 1rem .25rem 1.15rem; display: flex; justify-content: space-between; gap: 1rem; font: .7rem/1.2 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.hero-photo figcaption span { opacity: .65; }
.hero-note { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 1rem; max-width: 660px; border-top: 1px solid var(--line); padding-top: 1rem; }
.hero-note span { color: var(--red); font: 700 .7rem var(--sans); }.hero-note p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.4; }
.finding { display: grid; grid-template-columns: .55fr 1.15fr; gap: 2rem 5rem; padding: 5rem clamp(1.25rem, 5vw, 5.5rem); background: var(--ink); color: var(--paper); }
.finding h2, .section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .92; letter-spacing: -.045em; margin: 0 0 1.5rem; font-weight: 400; }
.finding p:not(.section-no) { font-size: 1.25rem; line-height: 1.55; max-width: 760px; }.finding .section-no { color: #d26d5e; }
.record-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0 0; border: 1px solid rgba(255,255,255,.22); }
.record-strip div { padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.22); }.record-strip div:last-child { border: 0; }
.record-strip dt { color: rgba(255,255,255,.58); font: 650 .63rem var(--sans); letter-spacing: .13em; text-transform: uppercase; }.record-strip dd { margin: .55rem 0 0; font-size: 1.12rem; }
.agnes-section, .timeline-section, .tree-section, .people-section, .photos-section, .sources-section { padding: 7rem clamp(1.25rem, 6vw, 7rem); }
.agnes-section { background: #d8cfbc; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 4rem 7vw; }
.agnes-intro h2 { font-size: clamp(2.8rem, 5.6vw, 5.7rem); line-height: .92; letter-spacing: -.05em; margin: 0 0 2rem; font-weight: 400; }
.agnes-intro h2 em { color: var(--red); font-weight: 400; }
.agnes-lede { color: var(--muted); font-size: 1.22rem; line-height: 1.6; max-width: 650px; }
.agnes-facts { margin: 0; border-top: 2px solid var(--ink); }
.agnes-facts div { display: grid; grid-template-columns: minmax(120px, .65fr) 1.2fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.agnes-facts dt { font: 700 .64rem/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.agnes-facts dd { margin: 0; font-size: 1.05rem; }
.agnes-evidence { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.agnes-evidence article { padding: 2.2rem 3rem 2.2rem 0; }
.agnes-evidence article + article { border-left: 1px solid var(--line); padding-inline: 3rem 0; }
.agnes-evidence span, .agnes-boundary strong { color: var(--red); font: 700 .64rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.agnes-evidence h3 { font-size: 1.75rem; font-weight: 400; margin: .8rem 0; }
.agnes-evidence p, .agnes-boundary p { color: var(--muted); line-height: 1.6; margin: 0; }
.record-request { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; background: var(--ink); color: var(--paper); padding: clamp(1.5rem, 4vw, 3rem); }
.record-request > div:first-child > span, .request-ref small { color: #d26d5e; font: 700 .64rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.record-request h3 { font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; margin: .9rem 0; }
.record-request p { color: #bdb5a5; line-height: 1.6; margin: 0; max-width: 760px; }
.request-ref { border-left: 1px solid rgba(255,255,255,.2); padding-left: 2rem; display: grid; align-content: start; gap: .8rem; }
.request-ref strong { font-size: 1.12rem; line-height: 1.45; }
.request-ref span { color: #bdb5a5; line-height: 1.5; }
.request-ref a { color: var(--paper); font: 700 .64rem/1.3 var(--sans); letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 4px; margin-top: .5rem; }
.agnes-boundary { grid-column: 1 / -1; max-width: 950px; display: grid; grid-template-columns: .45fr 1fr; gap: 2rem; }
.section-heading { max-width: 900px; margin-bottom: 4rem; }.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.5; max-width: 620px; }
.timeline { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 150px 1fr; gap: 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.timeline time { font: 400 clamp(2rem, 4vw, 3.5rem)/1 var(--serif); color: var(--red); }.timeline h3 { margin: 0 0 .55rem; font-size: 1.35rem; }.timeline p { margin: 0 0 .9rem; color: var(--muted); line-height: 1.5; max-width: 720px; }
.badge { display: inline-block; padding: .33rem .5rem .26rem; border: 1px solid currentColor; font: 700 .58rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }.badge.proven { color: #7ba6b5; }.badge.supported { color: #ba873a; }.badge.candidate { color: var(--red); }
.tree-section { background: #1a1a14; color: var(--paper); }
.tree-section .section-no { color: #d26d5e; }.tree-section .section-heading > p:last-child { color: #aaa393; }
.family-tree { display: grid; justify-items: center; }
.tree-couple { width: min(100%, 940px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: center; }
.tree-couple > b { color: #d26d5e; font: 400 2rem/1 var(--serif); }
.tree-person { width: 100%; min-width: 0; padding: 1.2rem; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); position: relative; }
.tree-person > span { color: #d26d5e; font: 700 .62rem/1 var(--sans); letter-spacing: .12em; }
.tree-person h3 { margin: .55rem 0 .35rem; font-size: 1.1rem; font-weight: 400; }.tree-person p { margin: 0; color: #aaa393; line-height: 1.4; }.tree-person small { display: inline-block; margin-top: .75rem; color: #d9a64e; font: 700 .58rem/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.tree-person.indexed { border-top: 3px solid #78a7b8; }.tree-person.confirmed { border-top: 3px solid #d9a64e; }.tree-person.testimony { border-top: 3px solid #b45b50; }.tree-person.private { border-top: 3px solid #777268; }.tree-person.focus { background: rgba(255,255,255,.08); }
.tree-link { min-height: 74px; width: 1px; background: rgba(255,255,255,.3); display: grid; place-items: center; position: relative; }
.tree-link span { position: absolute; white-space: nowrap; background: #1a1a14; padding: .35rem .75rem; color: #8e887c; font: 700 .56rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.tree-siblings { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.tree-siblings::before, .tree-descendants::before { content: ""; position: absolute; height: 1px; top: -1rem; left: 12.5%; right: 12.5%; background: rgba(255,255,255,.25); }
.tree-siblings .tree-person::before, .tree-descendants .tree-person::before { content: ""; position: absolute; width: 1px; height: 1rem; top: -1rem; left: 50%; background: rgba(255,255,255,.25); }
.iceland-couple { max-width: 760px; }
.tree-descendants { width: min(100%, 940px); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; position: relative; }
.tree-key { margin-top: 3rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; color: #aaa393; font: 700 .6rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }.tree-key span { display: flex; align-items: center; gap: .45rem; }.key { width: 18px; height: 3px; }.key.indexed { background: #78a7b8; }.key.confirmed { background: #d9a64e; }.key.testimony { background: #b45b50; }.key.private { background: #777268; }
.tree-caution { margin: 2rem auto 0; max-width: 850px; color: #aaa393; line-height: 1.55; text-align: center; }.tree-caution strong { color: var(--paper); }
.people-section { background: var(--paper-deep); }.horizontal { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.filters { display: flex; gap: .5rem; }.filters button { border: 1px solid var(--ink); background: transparent; padding: .65rem .9rem; cursor: pointer; font: 700 .65rem var(--sans); letter-spacing: .06em; text-transform: uppercase; }.filters button.active, .filters button:hover { background: var(--ink); color: var(--paper); }
.ledger { border-top: 2px solid var(--ink); }.ledger article { display: grid; grid-template-columns: 70px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--line); transition: opacity .2s, transform .2s; }.ledger article[hidden] { display: none; }.initial { font: 700 .68rem var(--sans); letter-spacing: .12em; color: var(--red); }.ledger h3 { margin: 0 0 .35rem; font-size: 1.25rem; }.ledger p { margin: 0; color: var(--muted); line-height: 1.35; }.privacy-note { margin: 2rem 0 0 auto; max-width: 570px; color: var(--muted); font-style: italic; }
.photos-section { background: #15150f; color: var(--paper); }.photos-section .section-no { color: #d26d5e; }.photos-section .section-heading > p:last-child { color: #a9a395; }
.contact-sheet { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.photo { position: relative; border: 0; padding: 0; overflow: hidden; background: #050504; cursor: zoom-in; color: white; }.photo.wide { grid-column: span 2; }.photo.tall { grid-row: span 2; }.photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) sepia(.18); transition: transform .45s, filter .45s; }.photo span { position: absolute; inset: auto 0 0; padding: 2rem 1rem .8rem; background: linear-gradient(transparent, rgba(0,0,0,.8)); text-align: left; font: 650 .68rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }.photo:hover img, .photo:focus-visible img { transform: scale(1.035); filter: grayscale(.2) sepia(.08); }
.source-table { border-top: 2px solid var(--ink); }.source-row { display: grid; grid-template-columns: 1fr 2fr .7fr; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }.source-row.head { font: 700 .62rem var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }.source-row span { color: var(--muted); line-height: 1.45; }.source-row a { font: 700 .66rem var(--sans); letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 4px; }
.next-record { margin-top: 5rem; border: 1px solid var(--red); padding: 2rem; max-width: 760px; }.next-record > span { color: var(--red); font: 700 .65rem var(--sans); letter-spacing: .13em; text-transform: uppercase; }.next-record h3 { font-size: 2rem; font-weight: 400; margin: 1rem 0 .6rem; }.next-record p { color: var(--muted); line-height: 1.5; }
footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5.5rem); font: 650 .65rem var(--sans); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.lightbox { width: min(1000px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; background: #0c0c09; color: white; box-shadow: 0 30px 100px #000; }.lightbox::backdrop { background: rgba(0,0,0,.86); }.lightbox img { display: block; max-width: 100%; max-height: 78vh; margin: auto; }.lightbox p { margin: 0; padding: 1.2rem 4rem 1.4rem 1.4rem; font-size: .95rem; line-height: 1.45; }.close { position: absolute; top: .6rem; right: .7rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.6); color: white; font: 300 1.8rem/1 var(--sans); cursor: pointer; z-index: 2; }
:focus-visible { outline: 3px solid #d26d5e; outline-offset: 3px; }

@media (max-width: 800px) {
  .masthead { grid-template-columns: 1fr auto; min-height: 64px; }.masthead nav { display: none; }.menu { display: block; background: none; border: 1px solid var(--ink); padding: .55rem .7rem; font: 700 .65rem var(--sans); text-transform: uppercase; }.mobile-nav { position: absolute; top: 64px; inset-inline: 0; background: var(--ink); color: white; padding: 1rem 1.25rem; }.mobile-nav:not([hidden]) { display: grid; }.mobile-nav a { padding: .75rem 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-top: 3.5rem; }.hero-copy { order: 1; min-width: 0; }.hero-photo { order: 2; transform: none; }.hero-note { order: 3; }.hero-photo img { height: 62vh; } h1 { font-size: clamp(3.7rem, 19vw, 6rem); } h1 em { white-space: normal; }.lede { font-size: 1.12rem; }
  .finding { grid-template-columns: 1fr; gap: 1rem; padding-block: 4rem; }.record-strip { grid-template-columns: 1fr 1fr; }.record-strip div:nth-child(2) { border-right: 0; }.record-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .agnes-section, .timeline-section, .tree-section, .people-section, .photos-section, .sources-section { padding-block: 5rem; }.agnes-section { grid-template-columns: 1fr; gap: 2.5rem; }.agnes-evidence, .record-request { grid-template-columns: 1fr; }.agnes-evidence article { padding: 2rem 0; }.agnes-evidence article + article { border-left: 0; border-top: 1px solid var(--line); padding: 2rem 0; }.request-ref { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 2rem 0 0; }.agnes-boundary { grid-template-columns: 1fr; gap: .7rem; }.timeline li { grid-template-columns: 85px 1fr; gap: 1.25rem; }.timeline time { font-size: 1.8rem; }
  .tree-siblings { grid-template-columns: 1fr 1fr; }.tree-siblings::before, .tree-descendants::before, .tree-siblings .tree-person::before, .tree-descendants .tree-person::before { display: none; }.tree-descendants { grid-template-columns: 1fr; }.tree-link { min-height: 58px; }
  .horizontal { align-items: start; flex-direction: column; }.filters { flex-wrap: wrap; }.ledger article { grid-template-columns: 42px 1fr; }.ledger article > .badge { grid-column: 2; justify-self: start; }
  .contact-sheet { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }.photo.tall { grid-row: span 1; }.photo.wide { grid-column: span 2; }
  .source-row { grid-template-columns: 1fr; gap: .55rem; }.source-row.head { display: none; } footer { flex-direction: column; }
}

@media (max-width: 480px) {
  h1 { font-size: 17vw; }.status-key { display: grid; }.agnes-facts div { grid-template-columns: 1fr; gap: .45rem; }.agnes-facts .badge { justify-self: start; }.tree-couple, .tree-siblings { grid-template-columns: 1fr; }.tree-couple > b { text-align: center; }.tree-link span { white-space: normal; width: min(82vw, 310px); text-align: center; }.contact-sheet { grid-template-columns: 1fr; grid-auto-rows: 240px; }.photo.wide { grid-column: span 1; }.record-strip { grid-template-columns: 1fr; }.record-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }.timeline li { grid-template-columns: 1fr; gap: .6rem; }.timeline time { font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
