:root {
  --ink: #17222a;
  --paper: #efe9dc;
  --cream: #f8f2e7;
  --night: #07141b;
  --navy: #0c2634;
  --blue: #32566a;
  --gold: #c69e50;
  --terracotta: #9d4f37;
  --olive: #68705a;
  --line: #c9bca4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.55; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: .65rem .9rem; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, 4vw); background: #050b0f; color: #f2eadc; border-bottom: 1px solid #3a4245; }
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand > b { font: italic 1.8rem Georgia, serif; color: var(--gold); }
.brand span { display: flex; flex-direction: column; font: 700 .78rem Arial, sans-serif; letter-spacing: .12em; }
.brand small { margin-top: 2px; color: #aeb5b6; font-size: .52rem; }
.site-header nav { display: flex; gap: 1.7rem; align-items: center; }
.site-header nav a { color: #d6d5cf; text-decoration: none; font: 700 .64rem Arial, sans-serif; letter-spacing: .12em; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a.active { color: #fff; }
.nav-toggle { display: none; background: transparent; border: 1px solid #7d735f; color: #fff; padding: .52rem .76rem; }

.hero { position: relative; isolation: isolate; height: clamp(610px, 45vw, 780px); overflow: hidden; background: var(--night); border-bottom: 6px solid var(--gold); }
.hero > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 14, .96) 0%, rgba(5, 18, 25, .84) 29%, rgba(5, 18, 25, .24) 58%, rgba(4, 11, 14, .08) 100%), linear-gradient(0deg, rgba(2, 8, 11, .45), transparent 48%); }
.hero-copy { position: absolute; left: max(30px, 5vw); top: 49%; width: min(610px, 43vw); transform: translateY(-50%); color: #f4eee1; }
.format { margin: 0 0 1.3rem; color: #d8b96e; font: 700 .67rem Arial, sans-serif; letter-spacing: .18em; }
.hero h1 { margin: 0; line-height: .82; text-transform: uppercase; text-shadow: 0 4px 18px rgba(0, 0, 0, .55); }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: #f3ead9; font-size: clamp(4.2rem, 7.5vw, 8.3rem); letter-spacing: -.06em; }
.hero h1 strong { color: #c99d4a; font-size: clamp(3rem, 5.5vw, 6.2rem); letter-spacing: -.045em; }
.byline { margin: 1.55rem 0 1.1rem; color: #d7b360; font: 700 .69rem Arial, sans-serif; letter-spacing: .17em; }
.hero blockquote { max-width: 520px; margin: 0; color: #eee6d8; font-size: clamp(1.25rem, 1.8vw, 1.7rem); font-style: italic; }
.hero-place { position: absolute; right: max(24px, 4vw); bottom: 22px; margin: 0; color: rgba(255, 255, 255, .82); font: 700 .55rem Arial, sans-serif; letter-spacing: .14em; }

.quote-band { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; min-height: 146px; border-bottom: 1px solid var(--line); }
.quote-mark { color: var(--terracotta); font-size: 5rem; line-height: .5; }
.quote-band blockquote { margin: 0; font-size: clamp(1.05rem, 1.45vw, 1.35rem); font-style: italic; }
.quote-band cite { color: #706759; font: 700 .56rem Arial, sans-serif; letter-spacing: .12em; font-style: normal; }

.glance { padding-block: 3.7rem; }
.section-rule { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem; margin-bottom: 1.5rem; }
.section-rule span { height: 1px; background: #a99d87; }
.section-rule h2 { margin: 0; color: var(--navy); font-size: 1.18rem; text-align: center; text-transform: uppercase; letter-spacing: .07em; }
.glance-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.glance-grid article { min-width: 0; padding: 1.2rem .72rem; background: #f8f2e7; text-align: center; }
.glance-grid b { display: block; height: 38px; color: var(--navy); font: 700 1.42rem Arial, sans-serif; }
.glance-grid span { display: block; margin: .45rem 0; font: 700 .54rem Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.glance-grid p { margin: 0; font-size: .73rem; line-height: 1.4; }

.editorial { display: grid; grid-template-columns: 1.35fr .9fr 1fr 1.18fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial > article { padding: 2.5rem 1.55rem; }
.editorial > article + article { border-left: 1px solid var(--line); }
.eyebrow { margin: 0 0 1.1rem; color: var(--navy); font: 700 .66rem Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.editorial p { font-size: .94rem; }
.editorial .accent { color: #6f4c36; font-style: italic; }
.why blockquote { margin: 1.25rem 0 0; padding-left: 1rem; border-left: 3px solid var(--gold); color: #45515a; font-size: 1.04rem; font-style: italic; }
.theme-list > div { display: grid; grid-template-columns: 30px 1fr; gap: .6rem; margin-bottom: 1rem; }
.theme-list b { color: var(--terracotta); font-size: 1.15rem; }
.theme-list p { margin: 0; }
.theme-list strong, .theme-list span { display: block; }
.theme-list strong { font-size: .74rem; text-transform: uppercase; }
.theme-list span { margin-top: .25rem; font-size: .75rem; line-height: 1.42; }

.company { margin-top: 4rem; padding: 4.4rem 0; background: linear-gradient(145deg, #07151d, #0b2836 65%, #263d3c); color: #ede7db; border-top: 6px solid var(--gold); }
.company-head { display: grid; grid-template-columns: .42fr 1.58fr; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.company .eyebrow { color: #d6b366; }
.company-head h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 400; }
.character-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border: 1px solid #425761; background: #425761; }
.character-grid article { min-height: 240px; padding: 1.55rem; background: rgba(5, 16, 22, .92); }
.character-grid b.passport-mark { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 58px; min-height: 42px; padding: .3rem .45rem; border: 1px solid #ad8747; border-radius: 5px; color: #d9b569; font: 700 .68rem Arial, sans-serif; letter-spacing: .08em; line-height: 1; transform: rotate(-3deg); }
.character-grid b.passport-mark span { display: block; }
.character-grid b.passport-mark small { display: block; margin-top: .25rem; font: 700 .42rem Arial, sans-serif; letter-spacing: .12em; }
.character-grid h3 { margin: .95rem 0 .5rem; color: #fff; font-size: 1.01rem; }
.character-grid p { margin: 0; color: #c1c7c5; font-size: .8rem; line-height: 1.5; }

.timeline { padding: 4.5rem 0; background: #e2d7c4; border-bottom: 1px solid #bcae95; }
.timeline-head { display: grid; grid-template-columns: .42fr 1.58fr; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.timeline-head h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 400; }
.timeline ol { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; border: 1px solid #aa9b82; background: #aa9b82; gap: 1px; list-style: none; }
.timeline li { position: relative; min-height: 180px; padding: 1.4rem 1.1rem; background: #f5eddf; }
.timeline li::after { content: "←"; position: absolute; right: -9px; top: 20px; z-index: 2; color: var(--terracotta); font-family: Arial, sans-serif; }
.timeline li:last-child::after { display: none; }
.timeline li > span { color: var(--terracotta); font: 700 .62rem Arial, sans-serif; letter-spacing: .14em; }
.timeline li div { margin-top: 3.2rem; }
.timeline li strong, .timeline li small { display: block; }
.timeline li strong { font-size: .95rem; }
.timeline li small { margin-top: .45rem; color: #6f6658; line-height: 1.4; }

.artifacts { padding-block: 5rem; }
.artifacts-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 5rem; margin-bottom: 2.2rem; }
.artifacts-head h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 400; line-height: .98; }
.artifacts-head > p { margin: 0; color: #625a4f; }
.artifact-grid { display: grid; grid-template-columns: repeat(8, 1fr); grid-auto-rows: 385px; gap: 14px; }
.artifact { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 0; border: 1px solid #afa18a; background: #f1eadc; box-shadow: 0 10px 24px rgba(39, 31, 22, .12); }
.artifact-wide { grid-column: span 3; }
.artifact-narrow { grid-column: span 2; }
.artifact img { width: 100%; height: 52%; object-fit: cover; display: block; filter: saturate(.82) contrast(1.03); }
.artifact-copy { flex: 1; display: flex; flex-direction: column; padding: 1.05rem 1.2rem 1rem; }
.artifact span { color: #726a5d; font: 700 .55rem Arial, sans-serif; letter-spacing: .15em; }
.artifact h3 { margin: .55rem 0 .45rem; color: var(--navy); font-size: 1.38rem; font-weight: 400; }
.artifact p { margin: 0; color: #2f2a24; font-size: .92rem; line-height: 1.35; font-style: italic; }
.artifact small { margin-top: auto; padding-top: .55rem; border-top: 1px solid rgba(50, 50, 45, .25); color: #645d52; font: 700 .5rem Arial, sans-serif; letter-spacing: .09em; }
.glass { background: #eee2d4; border-top: 5px solid var(--terracotta); }
.phone { background: #d4d5d0; border-top: 5px solid #44545d; }
.mosaic { background: #e2c994; border-top: 5px solid #876238; box-shadow: inset 0 0 0 1px rgba(91, 63, 32, .12), 0 8px 20px rgba(39, 31, 22, .11); }
.kit { background: #d5d9d1; border-top: 5px solid var(--olive); }
.journal { background: #e5dfd2; border-top: 5px solid var(--navy); }
.rock { background: #d9d6ce; border-top: 5px solid #77766f; }

.notebook-links { padding-block: 4.8rem; background: var(--cream); border-top: 1px solid var(--line); }
.notebook-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 3.2rem; }
.notebook-layout h2 { margin: 0; font-size: 2.25rem; font-weight: 400; line-height: 1.05; }
.notebook-layout > div > p:last-child { color: #665f54; }
.notebook-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.notebook-grid a { padding: 1.25rem 1.35rem; background: #fbf6ec; color: var(--ink); text-decoration: none; }
.notebook-grid a:hover, .notebook-grid a:focus-visible { background: #e9dfcd; }
.notebook-grid span, .notebook-grid small { display: block; }
.notebook-grid span { color: var(--navy); font-size: 1.01rem; font-weight: 700; }
.notebook-grid small { margin-top: .42rem; color: #625b50; line-height: 1.45; }

.availability { padding: 4.2rem 0; background: #1f322f; color: #f1eadc; border-top: 6px solid var(--gold); }
.availability > .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: center; }
.availability .eyebrow { color: #d8b66c; }
.availability h2 { max-width: 700px; margin: .3rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; }
.availability aside { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .22); }
.availability aside div { padding: 1.2rem; background: rgba(3, 11, 12, .25); }
.availability aside span, .availability aside strong { display: block; }
.availability aside span { color: #d9b974; font: 700 .52rem Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.availability aside strong { margin-top: .4rem; font-size: .87rem; }

.site-footer { padding: 3.5rem max(20px, 5vw) 1.5rem; background: #04090c; color: #d4d2ca; }
.continue-label { text-align: center; font: 700 .55rem Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.continue-grid { display: grid; grid-template-columns: 1fr 1fr; width: min(900px, 100%); margin: 1.5rem auto 3rem; border: 1px solid #303b40; }
.continue-grid a { padding: 1.4rem 1.6rem; color: inherit; text-decoration: none; }
.continue-grid a + a { border-left: 1px solid #303b40; }
.continue-grid a:hover, .continue-grid a:focus-visible { background: #0b171d; }
.continue-grid span, .continue-grid strong, .continue-grid p { display: block; }
.continue-grid span { color: #c9a65d; font: 700 .5rem Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.continue-grid strong { margin: .35rem 0; color: #fff; font-size: 1.23rem; }
.continue-grid p { margin: 0; font-size: .81rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; padding-top: 1.2rem; border-top: 1px solid #293238; font-size: .69rem; }
.footer-bottom .sig { color: #c9a154; font: italic 1.5rem Georgia, serif; }
.footer-bottom p:last-child { text-align: right; }

@media (max-width: 1100px) {
  .site-header nav { gap: 1rem; }
  .glance-grid { grid-template-columns: repeat(4, 1fr); }
  .editorial { grid-template-columns: 1fr 1fr; }
  .editorial > article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .editorial > article:nth-child(4) { border-top: 1px solid var(--line); }
  .character-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline ol { grid-template-columns: repeat(3, 1fr); }
  .timeline li:nth-child(3)::after, .timeline li:last-child::after { display: none; }
  .artifact-wide, .artifact-narrow { grid-column: span 4; }
}

@media (max-width: 760px) {
  .site-header nav { display: none; position: absolute; z-index: 30; top: 86px; left: 0; right: 0; padding: 1.2rem; background: #050b0f; flex-direction: column; align-items: flex-start; }
  .site-header nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { height: 720px; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2, 10, 14, .94), rgba(5, 18, 25, .28)), linear-gradient(0deg, rgba(2, 8, 11, .52), transparent); }
  .hero-copy { left: 24px; width: calc(100% - 48px); }
  .hero h1 span { font-size: clamp(3.5rem, 18vw, 5.8rem); }
  .hero h1 strong { font-size: clamp(2.6rem, 13vw, 4.5rem); }
  .hero-place { left: 24px; right: auto; max-width: calc(100% - 48px); }
  .quote-band { grid-template-columns: auto 1fr; padding-block: 2rem; }
  .quote-band cite { grid-column: 2; }
  .glance-grid { grid-template-columns: 1fr 1fr; }
  .editorial { grid-template-columns: 1fr; }
  .editorial > article + article { border-left: 0; border-top: 1px solid var(--line); }
  .company-head, .timeline-head, .artifacts-head, .notebook-layout, .availability > .wrap { grid-template-columns: 1fr; gap: 1.3rem; }
  .character-grid { grid-template-columns: 1fr 1fr; }
  .timeline ol { grid-template-columns: 1fr 1fr; }
  .timeline li:nth-child(3)::after { display: block; }
  .timeline li:nth-child(even)::after { display: none; }
  .artifact-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .artifact-wide, .artifact-narrow { grid-column: span 1; min-height: 360px; }
  .notebook-grid, .availability aside { grid-template-columns: 1fr; }
  .continue-grid { grid-template-columns: 1fr; }
  .continue-grid a + a { border-left: 0; border-top: 1px solid #303b40; }
  .footer-bottom { grid-template-columns: 1fr; gap: .5rem; text-align: center; }
  .footer-bottom p:last-child { text-align: center; }
}

@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .format { font-size: .56rem; }
  .hero { height: 680px; }
  .glance-grid, .character-grid, .timeline ol, .artifact-grid { grid-template-columns: 1fr; }
  .timeline li::after { display: none !important; }
  .artifact-wide, .artifact-narrow { grid-column: 1; }
  .quote-band blockquote { font-size: 1rem; }
  .editorial > article { padding-inline: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* NPX PRODUCTION BLOCK */
.npx-production{padding:clamp(3rem,7vw,6rem) clamp(1.25rem,5vw,5rem);background:#f3eee5;color:#231d19;text-align:center;}
.npx-production__inner{max-width:760px;margin:0 auto;}
.npx-production__eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700;}
.npx-production h2{margin:.1rem 0 1rem;font:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;}
.npx-production p{max-width:650px;margin:0 auto 1.5rem;line-height:1.7;}
.npx-production__button{display:inline-block;padding:.9rem 1.25rem;border:1px solid currentColor;color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;}
.npx-production__button:hover,.npx-production__button:focus-visible{transform:translateY(-1px);}
