/*
Theme Name: Bjørn Egge – Moderne biografi
Theme URI: https://bjornegge.aloeverapluss.no/
Author: Familien Egge
Description: Et skreddersydd, tilgjengelig WordPress-tema for Bjørn Egges liv og offentlige virke.
Version: 1.0.1
Text Domain: bjorn-egge
*/

:root {
  --ink: #10202d;
  --navy: #102b3b;
  --navy-deep: #091c28;
  --paper: #f5f1e8;
  --paper-light: #fbf9f4;
  --gold: #b88a3b;
  --gold-light: #d9ba7b;
  --muted: #5e6a70;
  --line: rgba(16, 43, 59, .15);
  --max: 1180px;
  --reading: 760px;
  --shadow: 0 20px 60px rgba(9, 28, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: #1d6079; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #0f3e51; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; padding: 12px; background: white; z-index: 9999; }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(9, 28, 40, .97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: white; text-decoration: none; display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 27px; letter-spacing: .02em; }
.brand-tagline { margin-top: 5px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; padding: 9px 13px; color: white; background: transparent; font: inherit; }
.primary-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { display: block; padding: 10px 11px; color: rgba(255,255,255,.84); border-radius: 6px; font-size: 14px; font-weight: 650; text-decoration: none; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: white; background: rgba(255,255,255,.09); }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy-deep); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 78% 20%, rgba(184,138,59,.27), transparent 34%), linear-gradient(120deg, transparent 42%, rgba(255,255,255,.045) 42%, rgba(255,255,255,.045) 43%, transparent 43%); }
.hero-inner { position: relative; width: min(var(--max), calc(100% - 40px)); min-height: 620px; margin: auto; padding: 96px 0 82px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: end; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 880px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 7vw, 96px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.hero-lead { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.2vw, 29px); line-height: 1.46; }
.hero-quote { padding: 30px 0 4px 30px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.78); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-style: italic; }
.hero-quote cite { display: block; margin-top: 12px; color: var(--gold-light); font-family: Inter, sans-serif; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-profile { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 22px; }
.hero-portrait { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #172b35; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.hero-portrait img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: contrast(1.04); }
.hero-portrait figcaption { padding: 11px 14px; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.hero-profile .hero-quote { margin: 0; padding-top: 8px; padding-bottom: 0; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; min-height: 50px; padding: 11px 20px; border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; }
.button-primary { color: var(--navy-deep); background: var(--gold-light); }
.button-primary:hover { color: var(--navy-deep); background: #e7ce9b; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { color: white; background: rgba(255,255,255,.08); }

.fact-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.facts { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 28px 30px; border-left: 1px solid var(--line); }
.fact:last-child { border-right: 1px solid var(--line); }
.fact strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; line-height: 1.15; }
.fact span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 90px 0; }
.section-paper { background: var(--paper); }
.section-dark { color: white; background: var(--navy); }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-bottom: 48px; align-items: start; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4vw, 55px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.section-heading p { max-width: 650px; margin: 6px 0 0; color: var(--muted); }
.section-dark .section-heading p { color: rgba(255,255,255,.7); }
.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.chapter-card { min-height: 280px; padding: 32px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper-light); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 1px 0 rgba(255,255,255,.5); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.chapter-card:hover { color: var(--ink); transform: translateY(-4px); box-shadow: var(--shadow); }
.chapter-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .17em; }
.chapter-card h3 { margin: auto 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; line-height: 1.12; }
.chapter-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.legacy { width: min(var(--reading), calc(100% - 40px)); margin: auto; }
.legacy > *:first-child { margin-top: 0; }
.legacy p { margin: 0 0 1.35em; }
.legacy p:last-child { margin-bottom: 0; }
.legacy .under-work, .legacy p:last-child strong:first-child { color: var(--muted); }

.page-hero { color: white; background: var(--navy-deep); }
.page-hero-inner { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 84px 0 70px; }
.page-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 74px); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; }
.breadcrumbs { margin-bottom: 20px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.page-layout { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 72px 0 110px; display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 80px; align-items: start; }
.entry-content { max-width: var(--reading); }
.entry-content > p:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.55; }
.entry-content h2 { margin: 2em 0 .7em; font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 500; line-height: 1.15; }
.entry-content li { margin-bottom: .6em; }
.entry-content blockquote { margin: 2.2em 0; padding: 25px 30px; border-left: 3px solid var(--gold); background: var(--paper); font-family: Georgia, serif; font-size: 22px; }
.page-aside { position: sticky; top: 112px; padding-top: 4px; border-top: 2px solid var(--gold); }
.page-aside strong { display: block; margin: 18px 0 10px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.page-aside a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.page-aside a:hover { color: var(--ink); }
.language-switch { display:flex; align-items:center; gap:6px; margin-left:8px; color:rgba(255,255,255,.35); font-size:11px; font-weight:850; letter-spacing:.08em; }
.language-switch a { color:rgba(255,255,255,.56); text-decoration:none; }
.language-switch a:hover,.language-switch a.is-active { color:var(--gold-light); }
.timeline-en { max-width:820px; }
.timeline-row { display:grid; grid-template-columns:125px 1fr; gap:28px; padding:24px 0; border-top:1px solid var(--line); }
.timeline-row time { color:var(--gold); font-family:Georgia,serif; font-size:20px; font-weight:600; }
.timeline-row p { margin:0; }
.timeline-wrap { width:min(1120px,calc(100% - 40px)); margin:0 auto; padding:48px 0 80px; }
.timeline-jumps { position:sticky; top:76px; z-index:4; display:flex; gap:8px; flex-wrap:wrap; padding:12px; margin-bottom:42px; background:rgba(248,246,240,.94); border:1px solid var(--line); border-radius:8px; backdrop-filter:blur(10px); }
.timeline-jumps a { padding:9px 14px; color:var(--ink); border-radius:5px; font-size:13px; font-weight:750; text-decoration:none; }
.timeline-jumps a:hover { background:var(--ink); color:#fff; }
.timeline-ledger { position:relative; }
.timeline-ledger:before { content:""; position:absolute; left:164px; top:8px; bottom:8px; width:1px; background:var(--line); }
.timeline-entry { scroll-margin-top:150px; display:grid; grid-template-columns:135px 1fr; gap:58px; padding:0 0 46px; position:relative; }
.timeline-entry:before { content:""; position:absolute; left:159px; top:9px; width:11px; height:11px; border:3px solid var(--paper); border-radius:50%; background:var(--gold); box-shadow:0 0 0 1px var(--gold); }
.timeline-date time { display:block; color:var(--gold); font:700 21px/1.2 Georgia,serif; }
.timeline-date span { display:block; margin-top:7px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.timeline-copy { padding:0 0 34px; border-bottom:1px solid var(--line); }
.timeline-copy h2 { margin:0 0 10px; font-size:clamp(23px,3vw,34px); }
.timeline-copy p { max-width:760px; margin:0; color:var(--muted); font-size:17px; line-height:1.72; }
.timeline-source { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-top:16px; font-size:12px; }
.timeline-source span { color:#766f65; }
.timeline-source a { color:var(--gold-dark); font-weight:800; text-decoration:none; white-space:nowrap; }
.archive-inline { margin:44px 0; }
.archive-inline img { display:block; width:100%; border-radius:5px; box-shadow:var(--shadow); }
.archive-inline figcaption { margin-top:10px; color:var(--muted); font-size:13px; }
.fact-check-note { margin:34px 0; padding:22px 25px; background:#f2eee5; border-left:3px solid var(--gold); font-size:15px; }
.inline-related { display:flex; flex-wrap:wrap; gap:10px 20px; align-items:center; margin-top:48px; padding-top:22px; border-top:1px solid var(--line); font-size:14px; }
.inline-related strong { color:var(--muted); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.document-viewer { width:min(1200px,calc(100% - 32px)); height:min(92vh,900px); padding:0; color:#fff; background:#091522; border:0; }
.document-viewer::backdrop { background:rgba(3,10,18,.9); backdrop-filter:blur(5px); }
.document-viewer figure { display:grid; grid-template-rows:minmax(0,1fr) auto; width:100%; height:100%; margin:0; padding:24px 70px 18px; }
.document-viewer img { width:100%; height:100%; min-height:0; object-fit:contain; }
.document-viewer figcaption { padding-top:12px; color:rgba(255,255,255,.72); text-align:center; font-size:13px; }
.viewer-close,.viewer-prev,.viewer-next { position:absolute; z-index:2; color:#fff; background:rgba(255,255,255,.1); border:0; cursor:pointer; }
.viewer-close { top:12px; right:14px; width:42px; height:42px; font-size:28px; }
.viewer-prev,.viewer-next { top:50%; width:46px; height:70px; transform:translateY(-50%); font-size:42px; }
.viewer-prev { left:10px; }.viewer-next { right:10px; }

.award-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 22%,rgba(181,145,79,.19),transparent 28%),linear-gradient(135deg,#07182a 0%,#102c49 100%); }
.award-hero::after { content: "BE"; position: absolute; right: -18px; bottom: -95px; color: rgba(255,255,255,.025); font-family: Georgia,serif; font-size: 310px; line-height: 1; pointer-events: none; }
.award-hero .page-hero-inner { position: relative; z-index: 1; max-width: var(--max); padding-top: 104px; padding-bottom: 54px; }
.award-kicker { margin: 0 0 14px; color: var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.award-intro { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-family: Georgia, serif; font-size: 22px; line-height: 1.55; }
.award-hero-meta { display: flex; flex-wrap: wrap; gap: 14px 38px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.award-hero-meta strong { margin-right: 6px; color: #fff; font-family: Georgia,serif; font-size: 17px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.award-wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 64px 0 110px; }
.award-prose { max-width: 820px; margin-bottom: 44px; }
.award-index { display: grid; grid-template-columns: .8fr repeat(3,1fr); align-items: stretch; margin-bottom: 88px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.award-index p { margin: 0; padding: 22px 20px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.award-index a { display: flex; gap: 11px; align-items: center; padding: 22px 20px; color: var(--ink); border-left: 1px solid var(--line); font-size: 14px; font-weight: 750; text-decoration: none; transition: color .2s,background .2s; }
.award-index a:hover { color: #fff; background: var(--navy); }
.award-index span { color: var(--gold); font-family: Georgia,serif; font-size: 13px; }
.award-section { margin-top: 72px; }
.award-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.award-section-head h2 { max-width: 760px; margin: 0; font-family: Georgia, serif; font-size: clamp(30px,4vw,46px); font-weight: 500; line-height: 1.1; }
.award-section-head span { flex: none; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.award-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.award-card { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 12px 38px rgba(18,31,47,.075); }
.award-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr .6fr; }
.award-image { position: relative; display: grid; place-items: center; min-height: 440px; overflow: hidden; padding: 28px; background: linear-gradient(145deg,#ded7c8,#f3efe6); }
.award-image::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(32,40,48,.1); pointer-events: none; }
.award-image img { position: relative; width: 100%; height: 100%; max-height: 560px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(25,27,29,.18)); transition: transform .3s ease; }
.award-image span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(10,25,42,.84); border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transition: opacity .2s ease; }
.award-image:hover img { transform: scale(1.018); }
.award-image:hover span { opacity: 1; }
.award-card figcaption { min-height: 170px; padding: 27px; }
.award-card-featured figcaption { display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: 42px; background: var(--navy-deep); }
.award-card-featured h3 { color: #fff; font-size: 31px; }
.award-card-featured p { color: rgba(255,255,255,.64); }
.award-card h3 { margin: 0 0 9px; font-family: Georgia,serif; font-size: 23px; font-weight: 500; line-height: 1.18; }
.award-card p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.award-card time { display: block; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.award-register { margin:64px 0 10px; }
.award-table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:5px; background:#fff; }
.award-register table { width:100%; min-width:850px; border-collapse:collapse; font-size:14px; }
.award-register th { padding:15px 17px; background:var(--navy-deep); color:#fff; text-align:left; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.award-register td { padding:15px 17px; border-top:1px solid var(--line); color:var(--muted); vertical-align:top; }
.award-register td:first-child { width:155px; color:var(--gold-dark); font-weight:750; }
.award-register td a { color:var(--ink); font-weight:750; text-decoration:none; }
.award-register td a:hover { color:var(--gold-dark); text-decoration:underline; }
.award-card { scroll-margin-top:120px; }
.award-meta { display:flex; gap:7px; flex-wrap:wrap; margin-top:16px; }
.award-meta span { padding:6px 9px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.award-card figcaption small { display:block; margin-top:12px; color:#7a746b; font-size:12px; }
.award-context { display:inline-block; margin-top:16px; color:var(--gold-dark); font-size:12px; font-weight:850; text-decoration:none; }
.award-card-featured .award-meta span { border-color:rgba(255,255,255,.2); color:rgba(255,255,255,.72); }
.award-card-featured figcaption small { color:rgba(255,255,255,.56); }
.award-card-featured .award-context { color:var(--gold-light); }
.archive-note { max-width: 820px; margin: 72px 0 0; padding: 25px 28px; background: var(--paper); border-left: 3px solid var(--gold); color: var(--muted); font-size: 15px; }
.archive-related { margin-top:90px; padding:44px; color:#fff; background:var(--navy-deep); }
.archive-related h2 { margin:0 0 28px; font-family:Georgia,serif; font-size:40px; font-weight:500; }
.archive-related-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(255,255,255,.12); }
.archive-related-grid a { display:flex; flex-direction:column; gap:8px; min-height:140px; padding:25px; color:#fff; background:var(--navy-deep); text-decoration:none; }
.archive-related-grid a:hover { background:#173957; }
.archive-related-grid strong { color:var(--gold-light); font-family:Georgia,serif; font-size:22px; font-weight:500; }
.archive-related-grid span { color:rgba(255,255,255,.65); font-size:14px; line-height:1.5; }

/* Source register */
.source-wrap { width:min(var(--max),calc(100% - 40px)); margin:auto; padding:64px 0 100px; }
.source-method { display:grid; grid-template-columns:.72fr 1.8fr; gap:50px; padding:34px; background:var(--navy-deep); color:#fff; }
.source-method h2 { margin:8px 0 0; color:#fff; font-family:Georgia,serif; font-size:34px; font-weight:500; }
.source-status-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.14); }
.source-status-grid div { padding:22px; background:var(--navy-deep); }
.source-status-grid strong,.source-status-grid span { display:block; }
.source-status-grid strong { color:var(--gold-light); font-size:14px; }
.source-status-grid span { margin-top:8px; color:rgba(255,255,255,.68); font-size:13px; line-height:1.55; }
.source-section { margin-top:76px; scroll-margin-top:110px; }
.source-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.source-card { display:grid; grid-template-columns:52px 1fr; gap:18px; min-height:190px; padding:27px; border:1px solid var(--line); background:#fff; }
.source-id { display:grid; place-items:center; width:46px; height:46px; border-radius:50%; color:#fff; background:var(--navy-deep); font-size:12px; font-weight:850; letter-spacing:.08em; }
.source-card h3 { margin:1px 0 9px; font-family:Georgia,serif; font-size:22px; font-weight:500; }
.source-card p { margin:0 0 12px; color:var(--muted); font-size:14px; line-height:1.6; }
.source-card small { display:block; color:#7a746b; font-size:11px; letter-spacing:.04em; text-transform:uppercase; }
.source-card a { display:inline-block; margin-top:18px; color:var(--gold-dark); font-size:12px; font-weight:850; text-decoration:none; }
.source-table { width:100%; min-width:820px; border-collapse:collapse; font-size:14px; }
.source-table th { padding:14px 16px; color:#fff; background:var(--navy-deep); text-align:left; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.source-table td { padding:14px 16px; border-top:1px solid var(--line); color:var(--muted); vertical-align:top; }
.source-table td:first-child,.source-table td:nth-last-child(2) { color:var(--ink); font-weight:750; }
.source-table td:last-child { color:var(--gold-dark); font-size:12px; font-weight:800; }

.site-footer { padding: 62px 0 30px; color: rgba(255,255,255,.72); background: var(--navy-deep); }
.footer-grid { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 55px; }
.footer-title { margin: 0 0 10px; color: white; font-family: Georgia, serif; font-size: 28px; }
.footer-label { margin: 0 0 14px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { width: min(var(--max), calc(100% - 40px)); margin: 45px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 16px 20px 24px; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.1); }
  .language-switch { margin-left:auto; }
  .site-nav.is-open { display: block; }
  .primary-menu { align-items: stretch; flex-direction: column; }
  .primary-menu a { padding: 10px 0; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 76px 0; gap: 40px; }
  .hero-quote { max-width: 620px; }
  .hero-profile { max-width: 620px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 1px solid var(--line); }
  .chapter-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .page-layout { grid-template-columns: 1fr; gap: 45px; }
  .page-aside { position: static; }
  .award-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .award-index { grid-template-columns: 1fr; }
  .award-index a { border-top: 1px solid var(--line); border-left: 0; }
  .award-card-featured { grid-template-columns: 1fr; }
  .source-method { grid-template-columns:1fr; }
  .source-status-grid { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .header-inner, .hero-inner, .wrap, .facts, .page-hero-inner, .page-layout, .footer-grid, .footer-bottom { width: min(100% - 28px, var(--max)); }
  .brand-name { font-size: 23px; }
  .brand-tagline { display: none; }
  .hero h1 { font-size: 49px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact { padding: 22px 14px; }
  .fact strong { font-size: 20px; }
  .section { padding: 68px 0; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-card { min-height: 230px; }
  .page-hero-inner { padding: 62px 0 52px; }
  .page-layout { padding: 52px 0 80px; }
  .award-wrap { width: min(100% - 28px,var(--max)); padding: 48px 0 80px; }
  .award-grid { grid-template-columns: 1fr; }
  .award-section-head { align-items: start; flex-direction: column; }
  .award-image { min-height: 390px; padding: 20px; }
  .award-card-featured { display: block; }
  .award-hero-meta { display: grid; gap: 12px; }
  .timeline-row { grid-template-columns:1fr; gap:7px; }
  .timeline-wrap { width:min(100% - 28px,1120px); padding-top:30px; }
  .timeline-jumps { position:static; }
  .timeline-ledger:before,.timeline-entry:before { display:none; }
  .timeline-entry { grid-template-columns:1fr; gap:13px; padding-bottom:34px; }
  .timeline-copy { padding-bottom:28px; }
  .timeline-source { align-items:flex-start; flex-direction:column; gap:8px; }
  .archive-related { padding:28px 20px; }
  .archive-related-grid { grid-template-columns:1fr; }
  .source-wrap { width:min(100% - 28px,var(--max)); padding:42px 0 76px; }
  .source-method { padding:25px 20px; gap:24px; }
  .source-card-grid { grid-template-columns:1fr; }
  .source-card { grid-template-columns:42px 1fr; padding:22px 18px; }
  .source-id { width:38px; height:38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}



/* Phase 1: Official Archive & Film Project */
:root {
  --cinema: #07141d;
  --cinema-soft: #102734;
  --archive-paper: #f2eee4;
  --archive-cream: #fbf8f1;
  --project-gold: #c7a15a;
  --project-gold-light: #e0c891;
}

.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-wrap { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section-dark { color: #fff; background: var(--cinema); }
.eyebrow-light { color: var(--project-gold-light); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--navy); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(16,43,59,.35); }
.text-link:hover, .text-link:focus-visible { color: #7e5b20; border-color: currentColor; }
.button-ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(4,17,25,.2); }
.button-ghost-light:hover, .button-ghost-light:focus-visible { color: var(--cinema); background: #fff; }
.button-outline-gold { color: #fff; border: 1px solid var(--project-gold); background: transparent; }
.button-outline-gold:hover, .button-outline-gold:focus-visible { color: var(--cinema); background: var(--project-gold-light); }
.button-secondary { color: #fff; background: var(--navy); }

/* Header and editorial navigation */
.site-header { background: rgba(251,248,241,.97); border-bottom-color: rgba(16,43,59,.13); }
.header-inner { width: min(1320px, calc(100% - 40px)); min-height: 88px; gap: 24px; }
.brand-name { font-family: Georgia, "Times New Roman", serif; letter-spacing: .025em; }
.brand-tagline { max-width: 230px; font-size: .68rem; letter-spacing: .075em; text-transform: uppercase; line-height: 1.35; }
.primary-menu { align-items: center; gap: clamp(12px, 1.5vw, 25px); }
.primary-menu > li { position: relative; }
.primary-menu > li > a { padding-block: 31px; font-size: .82rem; letter-spacing: .035em; white-space: nowrap; }
.sub-menu { position: absolute; z-index: 30; top: calc(100% - 1px); left: -20px; width: 260px; margin: 0; padding: 14px; list-style: none; background: var(--archive-cream); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .18s ease; }
.menu-has-children:hover > .sub-menu, .menu-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sub-menu a { display: block; padding: 9px 11px; color: var(--ink); font-size: .83rem; text-decoration: none; }
.sub-menu a:hover, .sub-menu a:focus-visible { background: var(--paper); color: var(--navy); }
.language-switch { flex: 0 0 auto; }

/* Cinematic hero */
.cinematic-hero { position: relative; min-height: min(790px, 88vh); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--cinema); }
.cinematic-hero-media, .cinematic-hero-overlay { position: absolute; inset: 0; }
.cinematic-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 25%; filter: grayscale(1) contrast(1.04); }
.cinematic-hero-overlay { background: linear-gradient(90deg, rgba(3,14,21,.97) 0%, rgba(3,14,21,.83) 38%, rgba(3,14,21,.2) 73%, rgba(3,14,21,.48) 100%), linear-gradient(0deg, rgba(3,14,21,.82) 0%, transparent 50%); }
.cinematic-hero-content { position: relative; z-index: 2; padding-block: clamp(100px, 16vh, 170px) 74px; }
.archive-kicker { margin: 0 0 26px; color: var(--project-gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-years { margin: 0 0 12px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: .95rem; letter-spacing: .19em; }
.cinematic-hero h1 { max-width: 780px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 5.65rem); font-weight: 400; line-height: .99; letter-spacing: -.035em; }
.cinematic-hero h1 span { display: block; margin-bottom: 19px; color: var(--project-gold-light); font-family: Inter, sans-serif; font-size: .21em; font-weight: 850; letter-spacing: .23em; text-transform: uppercase; }
.cinematic-lead { max-width: 720px; margin: 28px 0 31px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.6vw, 1.24rem); }
.photo-credit { position: absolute; right: 0; bottom: 22px; margin: 0; color: rgba(255,255,255,.67); font-size: .68rem; letter-spacing: .05em; }

/* Homepage editorial sections */
.intro-statement { padding-block: clamp(80px, 10vw, 140px); background: var(--archive-cream); }
.intro-statement h2 { margin: 6px 0 25px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.05; }
.statement-copy { color: #34434b; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.65; }
.film-feature { padding-block: clamp(80px, 10vw, 135px); }
.film-feature-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(48px, 9vw, 130px); align-items: end; }
.film-poster-copy { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px,5vw,62px); border: 1px solid rgba(224,200,145,.34); background: radial-gradient(circle at 75% 25%, rgba(199,161,90,.17), transparent 34%), linear-gradient(150deg, #183445, #07141d 74%); box-shadow: 0 36px 80px rgba(0,0,0,.28); }
.film-poster-copy h2 { max-width: 720px; margin: 12px 0 0; color: #fff; font-size: clamp(2.4rem, 5vw, 4.65rem); line-height: 1.02; }
.status-badge { align-self: flex-start; margin: 0 0 auto; padding: 7px 11px; color: var(--project-gold-light); border: 1px solid rgba(224,200,145,.48); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.film-feature-text { color: rgba(255,255,255,.84); font-size: 1.06rem; }
.film-note { padding-left: 18px; border-left: 2px solid var(--project-gold); color: rgba(255,255,255,.65); font-size: .83rem; }
.journey-section { padding-block: clamp(80px,10vw,130px); }
.journey-section h2 { margin-bottom: 60px; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 22px; margin: 0 0 42px; padding: 0; list-style: none; }
.journey-line::before { content: ""; position: absolute; top: 39px; left: 1%; right: 1%; height: 1px; background: rgba(16,43,59,.23); }
.journey-line li { position: relative; padding-top: 64px; }
.journey-line li::before { content: ""; position: absolute; z-index: 2; top: 32px; left: 0; width: 14px; height: 14px; border: 4px solid var(--archive-cream); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.journey-line span { position: absolute; top: 0; left: 0; color: var(--muted); font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-line strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; }
.journey-line p { margin-bottom: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.war-feature { padding-block: clamp(90px,11vw,150px); color: #fff; background: linear-gradient(115deg, rgba(6,20,29,.96), rgba(16,43,59,.86)), url("assets/bjorn-egge-portrait.jpg") center 34%/cover; }
.war-feature-inner { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px,10vw,150px); align-items: end; }
.war-feature h2, .legacy-callout h2 { color: #fff; font-size: clamp(2.4rem,5vw,4.5rem); }
.war-feature p { color: rgba(255,255,255,.82); }
.war-feature blockquote { margin: 0; padding: 0 0 0 28px; border-left: 1px solid var(--project-gold); color: #fff; font-family: Georgia, serif; font-size: clamp(1.45rem,2.5vw,2.15rem); line-height: 1.38; }
.war-feature cite { display: block; margin-top: 22px; color: var(--project-gold-light); font-family: Inter, sans-serif; font-size: .7rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.media-pair { padding-block: clamp(80px,10vw,130px); background: #eae4d8; }
.media-pair-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.editorial-panel { min-height: 410px; padding: clamp(34px,5vw,66px); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--navy); }
.editorial-panel-paper { color: var(--ink); background: var(--archive-cream); }
.editorial-panel h2 { color: inherit; font-size: clamp(2rem,4vw,3.45rem); }
.editorial-panel .text-link { margin-top: auto; color: inherit; align-self: flex-start; border-color: currentColor; }
.transformation { padding-block: clamp(65px,8vw,105px); }
.role-sequence { display: flex; flex-wrap: wrap; gap: 16px 23px; align-items: center; color: #fff; font-family: Georgia, serif; font-size: clamp(1.45rem,3.7vw,3.4rem); }
.role-sequence i { color: var(--project-gold); font-family: Inter, sans-serif; font-size: .55em; font-style: normal; }
.archive-preview { padding-block: clamp(85px,11vw,145px); background: var(--archive-cream); }
.archive-images { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; margin-top: 50px; align-items: stretch; }
.archive-images figure { margin: 0; background: #e4ded2; }
.archive-images img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; filter: grayscale(.75) sepia(.08); }
.archive-images figure:not(.archive-image-large) img { object-fit: contain; padding: 24px; }
.archive-images figcaption { padding: 11px 14px; color: var(--muted); background: var(--archive-cream); font-size: .72rem; }
.archive-actions { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; margin-top: 38px; }
.legacy-callout { padding-block: clamp(85px,11vw,145px); color: #fff; background: #7e2924; }
.legacy-callout p { color: rgba(255,255,255,.83); }
.about-project { padding-block: clamp(80px,10vw,130px); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,9vw,125px); }
.about-grid h2 { font-size: clamp(2.3rem,4.5vw,4rem); }
.project-links { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; margin-top: 34px; }
.facebook-link { color: var(--navy); font-weight: 800; text-decoration: none; }

/* Footer */
.site-footer { padding-top: 78px; background: #06131b; }
.footer-grid { width: min(1180px,calc(100% - 48px)); grid-template-columns: 1.35fr repeat(3,.7fr); gap: 50px; }
.footer-years { margin: -10px 0 8px; color: var(--project-gold-light); font-family: Georgia,serif; letter-spacing: .12em; }
.footer-language { display: flex; gap: 9px; margin-top: 28px; color: rgba(255,255,255,.5); }
.footer-language a { color: #fff; text-decoration: none; }
.footer-bottom { width: min(1180px,calc(100% - 48px)); margin-inline: auto; }

/* Responsive and accessibility */
:focus-visible { outline: 3px solid var(--project-gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media (max-width: 1080px) {
  .header-inner { flex-wrap: wrap; min-height: 78px; padding-block: 10px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .language-switch { order: 3; }
  .site-nav { display: none; order: 4; width: 100%; }
  .site-nav.is-open { display: block; }
  .primary-menu { display: block; padding: 12px 0 8px; border-top: 1px solid var(--line); }
  .primary-menu > li > a { display: block; padding: 11px 4px; }
  .sub-menu { position: static; width: auto; display: block; margin: 0 0 8px 14px; padding: 0 0 0 13px; border: 0; border-left: 1px solid var(--line); box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .sub-menu a { padding: 7px 8px; }
  .film-feature-grid, .war-feature-inner { grid-template-columns: 1fr; }
  .journey-line { grid-template-columns: repeat(3,1fr); row-gap: 32px; }
  .journey-line::before { display: none; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
}
@media (max-width: 720px) {
  .wrap, .narrow-wrap, .footer-grid, .footer-bottom { width: min(100% - 32px,1180px); }
  .header-inner { width: calc(100% - 28px); }
  .brand-tagline { display: none; }
  .cinematic-hero { min-height: 760px; }
  .cinematic-hero-media img { object-position: 61% 22%; }
  .cinematic-hero-overlay { background: linear-gradient(0deg,rgba(3,14,21,.97) 0%,rgba(3,14,21,.74) 57%,rgba(3,14,21,.15) 100%); }
  .cinematic-hero-content { padding-bottom: 50px; }
  .cinematic-hero h1 { font-size: clamp(2.55rem,12vw,4.4rem); }
  .archive-kicker { max-width: 280px; line-height: 1.5; }
  .photo-credit { position: static; margin-top: 28px; }
  .hero-actions, .project-links { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .project-links .button { justify-content: center; text-align: center; }
  .film-poster-copy { min-height: 390px; padding: 28px; }
  .journey-line { grid-template-columns: 1fr; gap: 18px; }
  .journey-line li { min-height: auto; padding: 0 0 24px 34px; border-left: 1px solid rgba(16,43,59,.23); }
  .journey-line li::before { top: 4px; left: -7px; }
  .journey-line span { position: static; display: block; margin-bottom: 5px; }
  .media-pair-grid, .archive-images, .about-grid { grid-template-columns: 1fr; }
  .archive-images img { min-height: 300px; }
  .role-sequence { display: grid; grid-template-columns: 1fr auto; }
  .role-sequence i:last-of-type { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-identity { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
  .language-switch { margin-left: 0; }
  .cinematic-hero { min-height: 710px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-identity { grid-column: auto; }
}


/* PROJECT PLATFORM 1.5 */
.project-hero{position:relative;overflow:hidden;padding:clamp(7.5rem,14vw,12rem) 0 clamp(4.5rem,9vw,7.5rem);color:#f7f4ee;background:
radial-gradient(circle at 84% 22%,rgba(190,151,83,.24),transparent 27%),
linear-gradient(135deg,#101a20 0%,#17262d 54%,#0d1519 100%)}
.project-hero:after{content:"";position:absolute;inset:auto -8% -55% 42%;height:88%;transform:rotate(-8deg);border:1px solid rgba(209,176,113,.22);border-radius:50%}
.project-hero-inner{position:relative;z-index:1;max-width:980px}
.project-hero .archive-kicker{color:#d6b77d;letter-spacing:.18em;text-transform:uppercase;font-size:.75rem;font-weight:700}
.project-hero h1{max-width:900px;margin:.7rem 0 1.2rem;color:#fff;font-family:var(--font-display,Georgia,serif);font-size:clamp(3.2rem,8vw,7rem);font-weight:500;line-height:.92;letter-spacing:-.045em}
.project-lead{max-width:780px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.65}
.project-status{display:inline-flex;align-items:center;gap:.65rem;margin-top:2rem;padding:.62rem 1rem;border:1px solid rgba(214,183,125,.45);border-radius:999px;color:#f1dfbd;background:rgba(255,255,255,.06);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.project-status:before{content:"";width:.48rem;height:.48rem;border-radius:50%;background:#d6b77d;box-shadow:0 0 0 5px rgba(214,183,125,.12)}
.project-page{padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(5rem,10vw,9rem)}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#d9d4c9;border:1px solid #d9d4c9;box-shadow:0 24px 70px rgba(20,28,32,.08)}
.project-section{min-height:300px;padding:clamp(2rem,4.2vw,4rem);background:#fbfaf6}
.project-section:nth-child(2),.project-section:nth-child(3){background:#f3f0e9}
.project-section h2{margin:0 0 1.2rem;color:#17252c;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.7rem,3vw,2.7rem);font-weight:500;line-height:1.08;letter-spacing:-.025em}
.project-section p{max-width:64ch;margin:0;color:#4c5558;font-size:1.04rem;line-height:1.82}
.project-related{margin-top:clamp(3.5rem,7vw,6rem);padding-top:2.2rem;border-top:1px solid #cfc9bc}
.project-related>.archive-kicker{color:#7d6b4f;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}
.project-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem}
.project-link-grid a{display:flex;justify-content:space-between;align-items:center;min-height:92px;padding:1.3rem 1.5rem;color:#17252c;background:#f0ece3;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease}
.project-link-grid a:hover,.project-link-grid a:focus-visible{transform:translateY(-3px);background:#17252c;color:#fff}
.project-link-grid span{font-size:1.35rem;color:#a47a3d}
@media(max-width:820px){.project-grid{grid-template-columns:1fr}.project-section{min-height:auto}.project-link-grid{grid-template-columns:1fr}.project-hero{padding-top:7rem}.project-hero h1{font-size:clamp(2.8rem,15vw,4.8rem)}}
@media(prefers-reduced-motion:reduce){.project-link-grid a{transition:none}}


/* PROJECT HEADER CONTRAST */
.project-platform-page .site-header{background:#0f1c22;color:#fff;border-bottom-color:rgba(255,255,255,.12)}
.project-platform-page .site-header a,.project-platform-page .site-title,.project-platform-page .primary-menu>li>a{color:#fff}
.project-platform-page .site-header .site-description,.project-platform-page .language-switch a{color:#d6b77d}
.project-platform-page .site-header .sub-menu a{color:#17252c}


/* SPRINT 2 · CINEMATIC EDITORIAL PLATFORM */
.story-portals{background:#f7f3eb}
.story-portals h2{max-width:900px;margin:.4rem 0 2.4rem;font-family:var(--font-display,Georgia,serif);font-size:clamp(2.3rem,5vw,4.8rem);font-weight:500;line-height:1}
.story-portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#cfc8ba;border:1px solid #cfc8ba}
.story-portal{min-height:330px;padding:clamp(2rem,4.5vw,4.5rem);color:#17252c;background:#fbfaf6;text-decoration:none;transition:background .25s,color .25s}
.story-portal:nth-child(3),.story-portal:nth-child(4){background:#f0ece4}
.story-portal-film{color:#fff;background:#132229!important}
.story-portal span{display:block;margin-bottom:2.2rem;color:#a47a3d;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.story-portal strong{display:block;font-family:var(--font-display,Georgia,serif);font-size:clamp(2.6rem,5vw,5.2rem);font-weight:500;line-height:.9}
.story-portal p{max-width:40ch;min-height:3.5em;margin:1.2rem 0 2rem;line-height:1.7}
.story-portal b{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}
.story-portal:hover,.story-portal:focus-visible{color:#fff;background:#9a7139}.story-portal:hover span{color:#fff}

.film-s2-hero{min-height:calc(100vh - 90px);display:flex;align-items:flex-end;padding:clamp(8rem,15vw,13rem) 0 clamp(5rem,9vw,8rem);color:#fff;background:radial-gradient(circle at 78% 28%,rgba(190,151,83,.24),transparent 26%),linear-gradient(145deg,#071116 0%,#13242c 56%,#0a151a 100%);position:relative;overflow:hidden}
.film-s2-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.32),transparent 62%)}
.film-s2-hero .wrap{position:relative;z-index:1;width:100%}
.film-s2-hero h1{margin:.65rem 0 1.4rem;font-family:var(--font-display,Georgia,serif);font-size:clamp(4.2rem,11vw,10.5rem);font-weight:500;line-height:.78;letter-spacing:-.06em}
.film-logline{max-width:720px;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.35rem,2.7vw,2.15rem);line-height:1.45}
.asset-note{margin-top:2rem;color:rgba(255,255,255,.52);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}
.film-narrative{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(5rem,10vw,10rem)}
.film-chapter{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);gap:clamp(2.5rem,8vw,9rem);align-items:center;padding:clamp(3.5rem,8vw,8rem) 0;border-bottom:1px solid #d7d0c3}
.film-chapter.is-reverse .film-chapter-media{order:2}.film-chapter-media{aspect-ratio:16/10;background:linear-gradient(145deg,#17252c,#27383e);position:relative;overflow:hidden}
.film-chapter-media:after{content:"Godkjent historisk foto eller filmkonsept";position:absolute;inset:auto 1.2rem 1rem;color:rgba(255,255,255,.55);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}
.film-chapter h2,.editorial-flow h2,.archive-catalog h2,.press-room h2,.contact-s2 h2{margin:.5rem 0 1.2rem;font-family:var(--font-display,Georgia,serif);font-size:clamp(2.3rem,5vw,4.8rem);font-weight:500;line-height:1}
.film-chapter p,.editorial-flow p,.archive-catalog p,.press-room p,.contact-s2 p{font-size:1.06rem;line-height:1.8;color:#4c5659}
.film-status-panel{margin:clamp(4rem,8vw,8rem) 0;padding:clamp(2.5rem,6vw,6rem);color:#fff;background:#132229}
.film-status-panel h2{font-family:var(--font-display,Georgia,serif);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:500}
.future-gallery{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:end}
.future-gallery h2{font-family:var(--font-display,Georgia,serif);font-size:clamp(2rem,4vw,3.8rem);font-weight:500}
.gallery-slot-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:.65rem;min-height:380px}.gallery-slot-grid span{background:#e6e0d5}.gallery-slot-grid span:first-child{grid-row:1/3;background:#d2c7b5}

.book-landing-hero{padding:clamp(8rem,14vw,12rem) 0 clamp(5rem,9vw,8rem);color:#fff;background:linear-gradient(135deg,#18262d,#0d171c)}
.book-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(3rem,8vw,9rem);align-items:center}
.book-landing-hero h1{margin:.4rem 0;font-family:var(--font-display,Georgia,serif);font-size:clamp(4.2rem,9vw,8.5rem);font-weight:500;line-height:.85;letter-spacing:-.055em}
.book-author{color:#d6b77d;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase}
.book-cta-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.button.is-disabled{opacity:.48;cursor:not-allowed;border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}
.book-cover-slot{margin:0;perspective:900px}.book-cover-slot>div{aspect-ratio:2/3;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(2rem,4vw,4rem);background:linear-gradient(160deg,#eee8dd,#d9cdbb);color:#17252c;box-shadow:-22px 24px 55px rgba(0,0,0,.3);transform:rotateY(-7deg)}
.book-cover-slot strong{font-family:var(--font-display,Georgia,serif);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:500;line-height:.92}.book-cover-slot span{font-size:.78rem;line-height:1.6}.book-cover-slot figcaption{margin-top:1rem;color:rgba(255,255,255,.55);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}
.editorial-flow{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(5rem,10vw,9rem)}.editorial-flow>article{max-width:950px;padding:clamp(3rem,7vw,7rem) 0;border-bottom:1px solid #d8d0c2}
.digital-edition{margin:clamp(4rem,8vw,8rem) 0;padding:clamp(2.5rem,6vw,6rem);background:#ece6da}.edition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:2rem;background:#cfc6b6}.edition-grid article{padding:2rem;background:#f8f5ee}.edition-grid strong{font-size:1.1rem}.release-note{margin-top:2rem;font-weight:700}
.book-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(2rem,6vw,6rem)}.book-detail-grid article{padding:clamp(2.5rem,5vw,5rem) 0}

.documentary-hero{padding:clamp(8rem,14vw,12rem) 0 clamp(5rem,9vw,8rem);color:#fff;background:#111d22}.documentary-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem);align-items:center}.documentary-hero h1{font-family:var(--font-display,Georgia,serif);font-size:clamp(3.5rem,7vw,7rem);font-weight:500;line-height:.9}.documentary-screen{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(214,183,125,.35);background:linear-gradient(145deg,#22343c,#0b1418);text-align:center}.documentary-screen span{font-size:2rem;color:#d6b77d}.documentary-screen p{max-width:26ch;color:rgba(255,255,255,.65)}.version-prep{padding:clamp(3rem,6vw,6rem) 0}

.archive-s2-hero,.press-room-hero,.contact-s2-hero{padding:clamp(8rem,14vw,12rem) 0 clamp(4rem,8vw,7rem);color:#fff;background:linear-gradient(135deg,#14242b,#23383f)}
.archive-s2-hero h1,.press-room-hero h1,.contact-s2-hero h1{max-width:1100px;margin:.5rem 0 1rem;font-family:var(--font-display,Georgia,serif);font-size:clamp(3.7rem,9vw,8rem);font-weight:500;line-height:.86}
.archive-catalog,.press-room,.contact-s2{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(5rem,10vw,9rem)}.archive-catalog-intro{max-width:900px;margin-bottom:4rem}
.archive-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d5cec1}.archive-category-grid article{min-height:270px;padding:clamp(1.8rem,3vw,3.3rem);background:#f7f4ed}.archive-category-grid span{color:#a47a3d;font-size:.72rem;letter-spacing:.14em}.archive-category-grid h3{margin:2rem 0 1rem;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:500}
.press-room-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-bottom:3rem;background:#d5cec1}.press-room-grid article{padding:clamp(2rem,4vw,4rem);background:#f8f5ef}.press-room-grid h2{font-size:clamp(1.8rem,3vw,3rem)}
.contact-s2{display:grid;grid-template-columns:1fr .8fr;gap:clamp(3rem,9vw,10rem)}.contact-s2 aside{padding:clamp(2rem,4vw,4rem);background:#eee8dc}.contact-email{display:block;margin:1rem 0 2rem;color:#17252c;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.5rem,3vw,2.6rem);word-break:break-word}

@media(max-width:820px){
.story-portal-grid,.film-chapter,.future-gallery,.book-hero-grid,.documentary-grid,.book-detail-grid,.contact-s2,.press-room-grid{grid-template-columns:1fr}
.story-portal{min-height:270px}.story-portal p{min-height:0}.film-chapter.is-reverse .film-chapter-media{order:0}.film-chapter{gap:2rem}.film-chapter-media{aspect-ratio:16/9}.gallery-slot-grid{min-height:280px}
.book-cover-slot{max-width:340px;margin:2rem auto 0}.edition-grid{grid-template-columns:1fr}.archive-category-grid{grid-template-columns:1fr}.archive-category-grid article{min-height:auto}
.film-s2-hero h1{font-size:clamp(4rem,20vw,6rem)}.book-landing-hero h1{font-size:clamp(3.7rem,17vw,5.5rem)}
}


/* Website Image Pack v1 */
.archive-image-story{background:var(--surface,#f3f0e9);overflow:hidden}
.archive-image-story--home{background:#101716;color:#fff}
.archive-image-story .wrap{display:grid;gap:1.5rem}
.archive-image-story h2{max-width:18ch;margin:0}
.archive-image-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2vw,1.75rem);align-items:start}
.archive-image-card{grid-column:span 4;margin:0;background:#fff;color:#17201e;box-shadow:0 18px 42px rgba(14,24,22,.12)}
.archive-image-card--wide{grid-column:span 8}
.archive-image-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#d8d4cb}
.archive-image-card--wide img{aspect-ratio:16/9}
.archive-image-card figcaption{padding:.85rem 1rem 1rem;font-size:.78rem;line-height:1.5;letter-spacing:.02em;color:#4f5a56}
.archive-image-story--home .archive-image-card{background:#18221f;color:#fff}
.archive-image-story--home .archive-image-card figcaption{color:#d2d9d6}
.archive-image-story--home .text-link{color:#fff;justify-self:start}
.archive-image-grid--pair .archive-image-card{grid-column:span 6}
@media(max-width:800px){
 .archive-image-card,.archive-image-card--wide,.archive-image-grid--pair .archive-image-card{grid-column:1/-1}
 .archive-image-card img,.archive-image-card--wide img{aspect-ratio:4/3}
}
@media(max-width:480px){
 .archive-image-grid{gap:1rem}
 .archive-image-card figcaption{font-size:.74rem}
}


/* Website Image Pack v2 — historical chapter integration */
.film-chapter-media {
  min-height: 20rem;
  overflow: hidden;
  background: #171b20;
}
.film-chapter-media figure {
  min-width: 0;
  height: 100%;
  margin: 0;
  position: relative;
}
.film-chapter-media img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  display: block;
}
.film-chapter-media figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: .8rem 1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  font-size: .76rem;
  line-height: 1.35;
}
.film-chapter-media.is-multi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2px;
}
.archive-category-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .55rem;
  margin-top: 1rem;
}
.archive-category-images figure {
  min-width: 0;
  margin: 0;
}
.archive-category-images img {
  width: 100%;
  height: 9rem;
  object-fit: cover;
  display: block;
}
.archive-category-images figcaption {
  margin-top: .4rem;
  color: var(--muted, #5e646b);
  font-size: .7rem;
  line-height: 1.35;
}
.archive-image-story--v2 .archive-image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 760px) {
  .film-chapter-media.is-multi { grid-template-columns: 1fr; }
  .film-chapter-media.is-multi figure { min-height: 15rem; }
  .film-chapter-media.is-multi img { min-height: 15rem; }
  .archive-category-images { grid-template-columns: 1fr; }
  .archive-category-images img { height: auto; max-height: 24rem; }
}

@media (max-width: 760px) {
  .film-chapter { grid-template-columns: minmax(0, 1fr) !important; }
  .film-chapter > * { min-width: 0; width: 100%; }
  .film-chapter-media { max-width: 100%; }
}


/* Mobile navigation contrast fix */
@media (max-width: 1080px) {
  .project-platform-page .site-header .site-nav .sub-menu,
  .project-platform-page .site-header .site-nav .sub-menu li {
    background: transparent;
  }

  .project-platform-page .site-header .site-nav .sub-menu a {
    color: rgba(255, 255, 255, .82);
  }

  .project-platform-page .site-header .site-nav .sub-menu a:hover,
  .project-platform-page .site-header .site-nav .sub-menu a:focus-visible,
  .project-platform-page .site-header .site-nav .sub-menu .current-menu-item > a,
  .project-platform-page .site-header .site-nav .sub-menu .current_page_item > a {
    color: #fff;
    background: rgba(255, 255, 255, .08);
  }
}


/* Homepage navigation and responsive contrast — v1.6.6 */
body.blog .site-header {
  background: #0f1c22;
  border-bottom-color: rgba(255, 255, 255, .1);
}

@media (max-width: 1080px) {
  body.blog .site-header .site-nav {
    background: var(--navy-deep);
  }

  body.blog .site-header .site-nav .sub-menu,
  body.blog .site-header .site-nav .sub-menu li {
    background: transparent;
  }

  body.blog .site-header .site-nav .sub-menu a {
    color: rgba(255, 255, 255, .82);
  }

  body.blog .site-header .site-nav .sub-menu a:hover,
  body.blog .site-header .site-nav .sub-menu a:focus-visible,
  body.blog .site-header .site-nav .sub-menu .current-menu-item > a,
  body.blog .site-header .site-nav .sub-menu .current_page_item > a {
    color: #fff;
    background: rgba(255, 255, 255, .08);
  }
}


/* Norwegian homepage parity — v1.6.7 */
body.home .site-header {
  background: #0f1c22;
  border-bottom-color: rgba(255, 255, 255, .1);
}

@media (max-width: 1080px) {
  body.home .site-header .site-nav { background: var(--navy-deep); }
  body.home .site-header .site-nav .sub-menu,
  body.home .site-header .site-nav .sub-menu li { background: transparent; }
  body.home .site-header .site-nav .sub-menu a { color: rgba(255, 255, 255, .82); }
  body.home .site-header .site-nav .sub-menu a:hover,
  body.home .site-header .site-nav .sub-menu a:focus-visible,
  body.home .site-header .site-nav .sub-menu [aria-current="page"] {
    color: #fff;
    background: rgba(255, 255, 255, .08);
  }
}
