:root {
  --birch: #f6f5f2;
  --forest: #2a3b32;
  --forest-deep: #14211b;
  --moss: #5f6f60;
  --lichen: #9cad9a;
  --bark: #d9d2c7;
  --silver: #bfc5c6;
  --ink: #17231d;
  --line: rgba(42, 59, 50, 0.2);
  --acid: #d8f0a5;
  --lavender: #b8b8db;
  --ice: #b9d7dc;
  --outer: max(24px, calc((100vw - 1440px) / 2));
  --page: calc(100% - (2 * var(--outer)));
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--forest-deep); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--birch);
  font: 400 16px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
button { font: inherit; }
::selection { color: var(--birch); background: var(--forest); }
:focus-visible { outline: 3px solid #6f49d8; outline-offset: 4px; border-radius: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--birch); background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  width: var(--page);
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: baseline; gap: 9px; width: max-content; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .28em; }
.brand span { color: var(--moss); font-size: 8px; font-weight: 600; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 34px); min-width: 0; max-width: 100%; }
.site-nav a, .contact-link { position: relative; text-decoration: none; font-size: 12px; letter-spacing: .03em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.contact-link { justify-self: end; }

main { display: block; }
.hero, .product-hero, .about-hero, .text-hero, .not-found, .meaning, .product-index, .utility-strip, .closing-cta, .split-copy, .principles, .interview-stage, .journey, .proof-note, .nova-model, .honesty-note, .capture-intro, .artifact-reel, .real-surface, .diagnostic-grid, .cast-card, .utility-principles, .brand-bridge, .founder, .thesis, .prose, .workflow-map {
  width: var(--page);
  margin-inline: auto;
}
.eyebrow, .section-no, .product-kicker { margin: 0; font-size: 10px; font-weight: 650; line-height: 1.3; letter-spacing: .19em; text-transform: uppercase; }
.section-no { color: var(--moss); }
.display, .product-hero h1, .about-hero h1, .text-hero h1, .not-found h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.05em;
}
.lede { max-width: 720px; margin: 0; font-size: clamp(19px, 2vw, 28px); line-height: 1.4; letter-spacing: -.02em; }
.text-link { display: inline-flex; gap: 20px; align-items: center; width: max-content; max-width: 100%; padding-bottom: 6px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 13px; }
.text-link span, .button span { transition: transform .3s var(--ease); }
.text-link:hover span, .button:hover span { transform: translate(3px,-3px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; width: max-content; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); text-decoration: none; font-size: 12px; font-weight: 550; letter-spacing: .03em; transition: color .3s, background .3s; }
.button:hover { color: var(--birch); background: var(--ink); }
.button-dark { color: var(--birch); border-color: var(--forest); background: var(--forest); }
.button-dark:hover { color: var(--forest); background: transparent; }
.button-light { color: var(--forest-deep); border-color: var(--birch); background: var(--birch); }
.button-light:hover { color: var(--birch); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.status { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: var(--moss); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #6f8f70; box-shadow: 0 0 0 4px rgba(111,143,112,.12); }
.status-light { color: rgba(246,245,242,.72); }
.status-light i { background: var(--acid); box-shadow: 0 0 0 4px rgba(216,240,165,.1); }
.ruled { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* Home */
.home-hero { position: relative; display: grid; align-content: space-between; min-height: min(850px, calc(100svh - 88px)); padding: 76px 0 56px; isolation: isolate; }
.home-hero .display { position: relative; z-index: 2; align-self: center; max-width: 1260px; font-size: clamp(58px, 8.6vw, 150px); }
.hero-foot { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 680px) auto; justify-content: space-between; align-items: end; gap: 40px; }
.hero-foot .lede { font-size: clamp(17px, 1.6vw, 23px); }
.aurora { position: absolute; z-index: -1; inset: -88px calc(-1 * var(--outer)) 0; overflow: hidden; pointer-events: none; opacity: .82; }
.aurora i { position: absolute; display: block; width: 75vw; height: 35vw; border-radius: 50%; filter: blur(70px); transform: rotate(-20deg); opacity: .4; }
.aurora i:nth-child(1) { top: 4%; right: -20%; background: radial-gradient(circle, rgba(156,173,154,.75), transparent 65%); }
.aurora i:nth-child(2) { top: 18%; right: 4%; background: radial-gradient(circle, rgba(184,184,219,.55), transparent 65%); transform: rotate(12deg); }
.aurora i:nth-child(3) { top: 32%; right: -30%; background: radial-gradient(circle, rgba(185,215,220,.55), transparent 67%); transform: rotate(-4deg); }

.meaning { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 100px 0; }
.meaning > div { display: grid; grid-template-columns: minmax(240px, 1fr) 1.4fr; align-items: start; gap: 60px; }
.meaning h2 { margin: -12px 0 0; font-family: var(--serif); font-size: clamp(56px, 6vw, 96px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.meaning h2 em { color: var(--moss); font-size: .18em; font-family: var(--sans); font-style: normal; letter-spacing: .02em; }
.meaning p:last-child { max-width: 570px; margin: 0; font-size: 19px; line-height: 1.7; }

.product-index { padding: 150px 0 0; }
.index-head { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding-bottom: 80px; }
.index-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.index-item { position: relative; border-top: 1px solid var(--line); }
.index-item:last-child { border-bottom: 1px solid var(--line); }
.index-link { position: relative; display: grid; grid-template-columns: 1fr 2fr; gap: 40px; min-height: 430px; padding: 42px 0; overflow: hidden; text-decoration: none; }
.index-meta { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; }
.index-meta > span:first-child { font-family: var(--serif); font-size: 18px; }
.index-copy { position: relative; z-index: 2; align-self: center; max-width: 650px; }
.index-copy h3 { margin: 12px 0 24px; font-family: var(--serif); font-size: clamp(62px, 7vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.index-copy > p:last-child { max-width: 560px; margin: 0; font-size: 18px; }
.product-mark { width: min(420px, 90%); margin: 0 0 30px; }
.nova-mark { aspect-ratio: 760/180; }
.vidare-mark { width: min(380px, 88%); filter: brightness(0) invert(1); }
.capability-field { position: absolute; right: 0; bottom: 38px; display: grid; grid-template-columns: repeat(2, 150px); gap: 7px; color: var(--moss); opacity: 1; }
.capability-field span { padding: 13px; border: 1px solid var(--line); background: rgba(246,245,242,.88); font-size: 9px; font-weight: 600; letter-spacing: .13em; }
.capability-field b { position: absolute; right: 0; bottom: 85px; font-size: 42px; font-weight: 300; transition: transform .45s var(--ease); }
.index-link:hover .capability-field b { transform: translate(6px,-6px); }
.rings { position: absolute; right: -6%; top: 50%; width: 380px; height: 380px; transform: translateY(-50%); }
.rings i { position: absolute; inset: 0; margin: auto; border: 1px solid rgba(42,59,50,.16); border-radius: 50%; transition: transform .8s var(--ease); }
.rings i:nth-child(2) { inset: 18%; }
.rings i:nth-child(3) { inset: 36%; }
.rings i:nth-child(4) { inset: 48%; background: var(--forest); }
.index-link:hover .rings i:nth-child(1) { transform: scale(.94); }
.index-link:hover .rings i:nth-child(2) { transform: scale(1.08); }
.nova-orbit { position: absolute; right: 3%; top: 50%; width: 300px; height: 300px; border: 1px solid rgba(42,59,50,.2); border-radius: 50%; transform: translateY(-50%); }
.nova-orbit i { position: absolute; inset: 17%; border: 1px solid rgba(42,59,50,.16); border-radius: 50%; }
.nova-orbit span { position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 35px 11px rgba(156,173,154,.45); transform: translate(-50%,-50%); }
.nova-orbit::before, .nova-orbit::after { content: ""; position: absolute; background: rgba(42,59,50,.25); }
.nova-orbit::before { left: 50%; top: 6%; bottom: 6%; width: 1px; }
.nova-orbit::after { left: 6%; right: 6%; top: 50%; height: 1px; }
.index-vidare { margin-inline: calc(-1 * var(--outer)); padding-inline: var(--outer); color: var(--birch); background: var(--forest-deep); border-color: transparent; }
.index-vidare .index-link { border: 0; }
.index-vidare .section-no, .index-vidare .product-kicker { color: var(--lichen); }
.index-shot { position: absolute; right: 3%; bottom: -24%; width: min(330px, 27%); margin: 0; transform: rotate(4deg); transition: transform .65s var(--ease); filter: drop-shadow(0 28px 40px rgba(0,0,0,.32)); }
.index-link:hover .index-shot { transform: rotate(1deg) translateY(-10px); }

.utility-strip { display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 40px; padding: 100px 0; }
.utility-strip h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 58px; font-weight: 400; letter-spacing: -.04em; }
.utility-strip p:not(.section-no) { margin: 0; max-width: 500px; }
.closing-cta { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 170px 0 180px; }
.closing-cta > h2 { grid-column: 2; max-width: 1000px; margin: 0 0 50px; font-family: var(--serif); font-size: clamp(50px, 7vw, 104px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.closing-cta > div { grid-column: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.closing-cta > div p { max-width: 560px; margin: 0; font-size: 18px; }

/* Shared product pages */
.product-hero { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 720px; padding: 55px 0 90px; overflow: hidden; }
.product-hero-top { display: flex; justify-content: space-between; width: 100%; margin-bottom: auto; }
.product-hero h1 { max-width: 1200px; margin-top: 100px; font-size: clamp(62px, 8vw, 125px); }
.product-hero .lede { margin-top: 40px; }
.product-hero .button { margin-top: 40px; }
.split-copy, .proof-note, .utility-principles { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 110px 0; }
.split-copy > div, .proof-note > div, .utility-principles > div { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.split-copy h2, .proof-note h2, .utility-principles h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4vw, 68px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.split-copy p:last-child, .proof-note p:last-child, .utility-principles p:last-child { margin: 0; font-size: 18px; line-height: 1.7; }
.dark-panel { margin-block: 120px; padding: 100px max(32px, var(--outer)); color: var(--birch); background: var(--forest-deep); }
.dark-panel .section-no { color: var(--lichen); }
.dark-panel > h2 { max-width: 980px; margin: 40px 0 90px; font-family: var(--serif); font-size: clamp(50px, 7vw, 100px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.three, .four { display: grid; gap: 40px; }
.three { grid-template-columns: repeat(3,1fr); }
.four { grid-template-columns: repeat(4,1fr); }
.three article, .four article { padding-top: 24px; border-top: 1px solid rgba(246,245,242,.25); }
.three article > span, .four article > span { color: var(--lichen); font-family: var(--serif); font-size: 18px; }
.three h3, .four h3 { margin: 50px 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.1; }
.three p, .four p { margin: 0; color: rgba(246,245,242,.7); }

/* Samspel OS */
.os-hero::after { content: ""; position: absolute; z-index: -1; right: -10vw; bottom: 5%; width: 55vw; height: 35vw; border-radius: 50%; background: radial-gradient(circle, rgba(156,173,154,.5), transparent 67%); filter: blur(50px); }
.workflow-map { position: relative; height: 740px; margin-top: 60px; border: 1px solid var(--line); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; overflow: hidden; }
.workflow-map::before, .workflow-map::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--line); transform: translate(-50%,-50%); }
.workflow-map::before { width: 76%; height: 1px; }
.workflow-map::after { width: 1px; height: 70%; }
.map-center { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 170px; aspect-ratio: 1; color: var(--birch); background: var(--forest); border-radius: 50%; transform: translate(-50%,-50%); text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .18em; }
.map-node { position: absolute; z-index: 2; display: grid; width: 260px; min-height: 155px; padding: 22px; border: 1px solid var(--line); background: rgba(246,245,242,.92); backdrop-filter: blur(12px); }
.map-node small { color: var(--moss); }
.map-node strong { align-self: end; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.map-node span { font-size: 12px; }
.node-one { left: 7%; top: 8%; }
.node-two { right: 7%; top: 8%; }
.node-three { left: 7%; bottom: 8%; }
.node-four { right: 7%; bottom: 8%; }

/* Rektorshjälpen */
.rh-hero { isolation: isolate; }
.rh-hero::before { content: ""; position: absolute; z-index: -1; top: 23%; right: -2%; width: 430px; aspect-ratio: 1; border: 1px solid rgba(42,59,50,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(42,59,50,.035), 0 0 0 110px rgba(42,59,50,.025), 0 0 0 165px rgba(42,59,50,.018); }
.interview-stage { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; min-height: 600px; margin-top: 60px; color: var(--birch); background: var(--forest); overflow: hidden; }
.sound-field { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 70px; }
.sound-field i { width: 4px; height: 18%; background: var(--lichen); border-radius: 4px; transform-origin: center; opacity: .8; }
.sound-field .bar-2, .sound-field .bar-7 { height: 34%; }
.sound-field .bar-3, .sound-field .bar-6 { height: 55%; }
.sound-field .bar-4 { height: 82%; }
.sound-field .bar-5 { height: 68%; }
.stage-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px; background: rgba(20,33,27,.48); }
.stage-copy .section-no { color: var(--lichen); }
.stage-copy h2 { margin: 30px 0; font-family: var(--serif); font-size: clamp(54px, 6vw, 88px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.stage-copy p:last-child { max-width: 520px; color: rgba(246,245,242,.75); font-size: 18px; }
.journey { padding: 150px 0; }
.journey > h2 { max-width: 950px; margin: 35px 0 80px; font-family: var(--serif); font-size: clamp(50px, 6vw, 88px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.journey ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey li { min-height: 270px; padding: 22px 28px; border-right: 1px solid var(--line); }
.journey li:last-child { border-right: 0; }
.journey li > span { color: var(--moss); font-family: var(--serif); }
.journey h3 { margin: 80px 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.journey p { margin: 0; font-size: 14px; }

/* Nova */
.nova-hero { min-height: 880px; margin-bottom: 80px; padding-inline: 80px; color: var(--birch); background: var(--forest-deep); overflow: hidden; isolation: isolate; }
.nova-hero .eyebrow { color: var(--lichen); }
.nova-hero-mark { position: relative; z-index: 2; width: min(390px, 52%); margin: 100px 0 10px; filter: brightness(0) invert(1); }
.nova-hero h1 { position: relative; z-index: 2; max-width: 850px; margin-top: 10px; font-size: clamp(62px, 7vw, 105px); }
.nova-hero .lede, .nova-hero .button { position: relative; z-index: 2; }
.nova-sky { position: absolute; z-index: -1; inset: 0; overflow: hidden; background: radial-gradient(circle at 78% 48%, rgba(81,102,92,.55), transparent 30%), radial-gradient(ellipse at 72% 55%, rgba(184,184,219,.12), transparent 50%); }
.nova-star { position: absolute; right: 13%; top: 42%; width: 290px; height: 290px; transform: rotate(45deg); }
.nova-star i { position: absolute; left: 50%; top: 50%; background: rgba(246,245,242,.72); transform: translate(-50%,-50%); }
.nova-star i:nth-child(1) { width: 1px; height: 100%; }
.nova-star i:nth-child(2) { width: 100%; height: 1px; }
.nova-star i:nth-child(3) { width: 62%; height: 62%; border: 1px solid rgba(246,245,242,.2); background: transparent; transform: translate(-50%,-50%) rotate(45deg); }
.nova-star span { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--birch); box-shadow: 0 0 55px 24px rgba(216,240,165,.24); transform: translate(-50%,-50%); }
.nova-sky > b { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--birch); opacity: .4; }
.nova-sky > b:nth-of-type(1) { right: 34%; top: 28%; }
.nova-sky > b:nth-of-type(2) { right: 7%; top: 62%; }
.nova-sky > b:nth-of-type(3) { right: 28%; top: 78%; }
.nova-model { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 100px; padding: 130px 0; }
.model-orbit { position: relative; width: min(100%, 520px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.model-orbit::before, .model-orbit::after { content: ""; position: absolute; inset: 17%; border: 1px solid var(--line); border-radius: 50%; }
.model-orbit::after { inset: 34%; }
.model-orbit span { position: absolute; z-index: 2; padding: 7px 10px; color: var(--moss); background: var(--birch); font-size: 9px; letter-spacing: .15em; }
.model-orbit span:nth-child(1) { left: 50%; top: -7px; transform: translateX(-50%); }
.model-orbit span:nth-child(2) { right: -28px; top: 50%; transform: translateY(-50%); }
.model-orbit span:nth-child(3) { left: 50%; bottom: -7px; transform: translateX(-50%); }
.model-orbit span:nth-child(4) { left: -25px; top: 50%; transform: translateY(-50%); }
.model-orbit i { position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 50px 20px rgba(156,173,154,.32); transform: translate(-50%,-50%); }
.nova-model h2 { max-width: 740px; margin: 30px 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 88px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.nova-model p:last-child { max-width: 620px; font-size: 18px; }
.honesty-note { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; padding: 60px 0 160px; }
.honesty-note h2 { margin: 0; font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1; }
.honesty-note > p:last-child { margin: 0; font-size: 18px; }

/* Vidare */
.vidare-hero { width: 100%; min-height: 950px; padding: 55px var(--outer) 100px; color: var(--birch); background: var(--forest-deep); perspective: 1400px; overflow: hidden; isolation: isolate; }
.vidare-hero .eyebrow { color: var(--lichen); }
.vidare-title-block { position: relative; z-index: 4; width: min(650px, 52%); margin-top: 120px; }
.vidare-title-block > img { width: 300px; margin-bottom: 42px; filter: brightness(0) invert(1); }
.vidare-hero h1 { margin: 0; font-size: clamp(72px, 8.5vw, 132px); }
.vidare-hero h1 em { color: var(--lichen); font-weight: 400; }
.vidare-hero .lede { max-width: 580px; font-size: 21px; }
.vidare-glow { position: absolute; z-index: -1; right: -10%; top: 10%; width: 72%; height: 80%; border-radius: 50%; background: radial-gradient(ellipse, rgba(156,173,154,.32), transparent 60%), radial-gradient(ellipse at 35% 80%, rgba(184,184,219,.18), transparent 55%); filter: blur(30px); }
.vidare-stack { position: absolute; z-index: 2; right: var(--outer); top: 170px; width: min(48vw, 690px); height: 720px; transform-style: preserve-3d; }
.depth-card { position: absolute; margin: 0; border: 1px solid rgba(246,245,242,.2); border-radius: 12px; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.35); transform-style: preserve-3d; will-change: transform; transition: transform .25s var(--ease); }
.depth-card img { width: 100%; }
.depth-main { z-index: 2; right: 7%; top: 8%; width: 58%; transform: translate3d(var(--mx,0),var(--my,0),70px) rotateY(-6deg) rotateZ(1deg); }
.depth-back { z-index: 1; right: 2%; top: 2%; width: 62%; transform: translate3d(var(--mx,0),var(--my,0),-30px) rotateY(-12deg) rotateZ(6deg); opacity: .55; }
.depth-front { z-index: 3; left: 1%; bottom: 3%; width: 55%; transform: translate3d(var(--mx,0),var(--my,0),130px) rotateY(9deg) rotateZ(-3deg); }
.capture-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 150px 0; }
.capture-intro > div { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; }
.capture-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 6.5vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.capture-intro p:last-child { margin: 0; font-size: 18px; line-height: 1.7; }
.artifact-reel { display: grid; gap: 120px; padding-bottom: 160px; }
.artifact { display: grid; grid-template-columns: .82fr 1.5fr; align-items: center; gap: clamp(40px, 8vw, 130px); }
.artifact:nth-child(even) { grid-template-columns: 1.5fr .82fr; }
.artifact-copy > span { color: var(--moss); font-size: 10px; font-weight: 650; letter-spacing: .18em; }
.artifact-copy h2 { margin: 25px 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 80px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.artifact-copy p { max-width: 450px; margin: 0; font-size: 17px; }
.artifact figure { margin: 0; padding: 3%; background: #ebe9e3; box-shadow: 0 28px 70px rgba(42,59,50,.1); transform: perspective(1200px) rotateY(-4deg); }
.artifact:nth-child(even) figure { transform: perspective(1200px) rotateY(4deg); }
.real-surface { display: grid; grid-template-columns: .72fr 1.5fr; align-items: center; gap: 90px; padding: 130px 0; border-top: 1px solid var(--line); }
.real-surface h2 { margin: 26px 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 82px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.real-surface p:last-child { max-width: 450px; }
.wide-runtime { margin: 0; transform: perspective(1300px) rotateY(-4deg); box-shadow: 0 35px 90px rgba(20,33,27,.2); }
.diagnostic-grid { display: grid; grid-template-columns: .65fr 1.4fr; align-items: center; gap: 100px; }
.diagnostic-grid h2 { margin: 28px 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.diagnostic-grid p:last-child { color: rgba(246,245,242,.72); }
.diag-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.diag-cards figure { margin: 0; padding: 12px; background: rgba(246,245,242,.08); border: 1px solid rgba(246,245,242,.12); }
.diag-cards figcaption { padding: 12px 2px 2px; color: rgba(246,245,242,.65); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

/* Utilities */
.utility-hero h1 { max-width: 1050px; }
.cast-card { display: grid; grid-template-columns: 1fr 1.15fr; min-height: 680px; margin-block: 80px 140px; color: var(--birch); background: var(--forest); }
.cast-signal { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgba(156,173,154,.3), transparent 40%), var(--forest-deep); }
.cast-signal i { position: absolute; left: 16%; bottom: 16%; border: 2px solid rgba(246,245,242,.55); border-left: 0; border-bottom: 0; border-radius: 0 100% 0 0; }
.cast-signal i:nth-child(1) { width: 18%; height: 18%; }
.cast-signal i:nth-child(2) { width: 35%; height: 35%; }
.cast-signal i:nth-child(3) { width: 53%; height: 53%; }
.cast-signal span { position: absolute; left: 16%; bottom: 16%; width: 22px; height: 22px; background: var(--acid); box-shadow: 0 0 38px 8px rgba(216,240,165,.22); }
.cast-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 100px); }
.cast-copy .section-no { color: var(--lichen); }
.cast-copy h2 { margin: 30px 0 5px; font-family: var(--serif); font-size: clamp(72px, 8vw, 118px); font-weight: 400; line-height: 1; }
.cast-lede { font-size: 24px; }
.cast-copy > p:not(.section-no,.cast-lede,.fine-print,.copy-status) { max-width: 570px; margin: 30px 0 40px; color: rgba(246,245,242,.72); font-size: 17px; }
.cast-copy .button-dark { color: var(--forest); border-color: var(--birch); background: var(--birch); }
.cast-copy .button-dark:hover { color: var(--birch); background: transparent; }
.text-button { padding: 4px 0; color: var(--birch); border: 0; border-bottom: 1px solid rgba(246,245,242,.5); background: none; cursor: pointer; font-size: 12px; }
.copy-status { min-height: 1.5em; margin: 12px 0 0; color: var(--acid); font-size: 12px; }
.fine-print { max-width: 530px; margin: 30px 0 0; color: rgba(246,245,242,.68); font-size: 11px; }

/* About, privacy, 404 */
.about-hero { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 720px; isolation: isolate; }
.about-hero h1, .text-hero h1 { max-width: 1150px; margin: 45px 0; font-size: clamp(70px, 9vw, 136px); }
.aurora-about { inset: -88px calc(-1 * var(--outer)); }
.brand-bridge { padding: 140px 0; }
.bridge-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bridge-grid article { min-height: 390px; padding: 50px 55px; }
.bridge-grid article:first-child { border-right: 1px solid var(--line); }
.bridge-grid h2 { margin: 0 0 100px; font-size: 43px; font-weight: 400; letter-spacing: .2em; }
.bridge-grid p { max-width: 450px; font-size: 18px; }
.bridge-grid .text-link { margin-top: 32px; }
.founder { display: grid; grid-template-columns: .85fr 1.35fr; gap: 120px; align-items: center; padding: 80px 0 160px; }
.founder-monogram { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: .83; color: var(--birch); background: var(--forest); overflow: hidden; }
.founder-monogram::before { content: ""; position: absolute; width: 150%; height: 50%; background: linear-gradient(90deg, transparent, rgba(156,173,154,.45), rgba(184,184,219,.25), transparent); filter: blur(35px); transform: rotate(-25deg); }
.founder-monogram span { position: relative; font-family: var(--serif); font-size: clamp(80px, 11vw, 170px); letter-spacing: -.08em; }
.founder h2 { margin: 25px 0 45px; font-family: var(--serif); font-size: clamp(54px, 6vw, 88px); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.founder h2 small { color: var(--moss); font: 500 13px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.founder > div:last-child > p:not(.section-no) { max-width: 670px; font-size: 18px; }
.founder .button-row { margin-top: 42px; }
.text-hero { padding: 140px 0 100px; }
.text-hero h1 { max-width: 950px; }
.prose { max-width: 840px; padding: 60px 0 150px; }
.prose h2 { margin: 60px 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 400; letter-spacing: -.03em; }
.prose p { font-size: 18px; line-height: 1.75; }
.prose code { padding: 2px 6px; background: rgba(42,59,50,.08); font-size: .88em; }
.prose .fine-print { color: var(--moss); }
.not-found { display: flex; flex-direction: column; justify-content: center; min-height: 690px; }
.not-found h1 { max-width: 1000px; margin: 45px 0 30px; font-size: clamp(68px, 9vw, 130px); }
.not-found p { font-size: 20px; }
.not-found .button { margin-top: 30px; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; padding: 80px var(--outer); color: var(--birch); background: var(--forest-deep); }
.footer-brand { display: flex; flex-direction: column; gap: 22px; }
.footer-brand strong { font-size: 20px; letter-spacing: .26em; }
.footer-brand span { max-width: 300px; color: rgba(246,245,242,.58); font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.site-footer nav, .footer-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 12px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-meta { color: rgba(246,245,242,.58); }
.footer-meta a { color: var(--birch); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: translateY(18px); transition: transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; padding: 14px 0; overflow-x: auto; border-top: 1px solid var(--line); scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .contact-link { grid-column: 2; grid-row: 1; }
  .home-hero { min-height: 780px; }
  .index-shot { width: 25%; }
  .capability-field { transform: scale(.75) translateY(-60%); transform-origin: right center; }
  .rings, .nova-orbit { opacity: .45; transform: scale(.75) translateY(-60%); transform-origin: right center; }
  .nova-hero { padding-inline: 55px; }
  .vidare-title-block { width: 56%; }
  .vidare-stack { right: 1%; width: 50vw; }
  .diagnostic-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --outer: 16px; }
  .site-header { min-height: 72px; }
  .site-nav { width: 100%; gap: 22px; }
  .site-nav a { white-space: nowrap; }
  .home-hero { min-height: 720px; padding-top: 54px; }
  .home-hero .display { font-size: clamp(49px, 12vw, 82px); }
  .hero-foot, .meaning, .meaning > div, .index-head, .index-link, .utility-strip, .closing-cta, .closing-cta > div, .split-copy, .proof-note, .utility-principles, .split-copy > div, .proof-note > div, .utility-principles > div, .nova-model, .honesty-note, .capture-intro, .capture-intro > div, .artifact, .artifact:nth-child(even), .real-surface, .diagnostic-grid, .cast-card, .founder { grid-template-columns: 1fr; }
  .hero-foot { align-items: start; }
  .meaning { padding: 75px 0; }
  .meaning > div { gap: 30px; }
  .product-index { padding-top: 100px; }
  .index-head { gap: 30px; padding-bottom: 60px; }
  .index-link { min-height: 460px; }
  .index-meta { flex-direction: row; }
  .index-copy { align-self: center; }
  .index-copy h3 { font-size: 68px; }
  .capability-field { right: 0; bottom: 20px; grid-template-columns: repeat(2, 120px); transform: none; }
  .rings, .nova-orbit { right: -22%; top: 55%; transform: scale(.68) translateY(-70%); }
  .index-shot { right: -2%; bottom: -15%; width: 33%; }
  .utility-strip { align-items: start; }
  .closing-cta { padding: 120px 0; }
  .closing-cta > h2, .closing-cta > div { grid-column: 1; }
  .product-hero { min-height: 700px; }
  .product-hero h1 { font-size: clamp(58px, 12vw, 94px); }
  .workflow-map { height: auto; padding: 24px; background-size: 48px 48px; }
  .workflow-map::before, .workflow-map::after { display: none; }
  .map-center { position: relative; left: auto; top: auto; width: 120px; margin: 24px auto 50px; transform: none; }
  .map-node { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; margin: 12px 0; }
  .dark-panel { margin-block: 80px; padding-block: 70px; }
  .three, .four { grid-template-columns: 1fr 1fr; }
  .interview-stage { grid-template-columns: 1fr; }
  .sound-field { min-height: 330px; }
  .stage-copy { padding: 60px 36px; }
  .journey ol { grid-template-columns: 1fr 1fr; }
  .journey li:nth-child(2) { border-right: 0; }
  .journey li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .nova-hero { width: 100%; margin-bottom: 0; padding-inline: 24px; }
  .nova-star { right: -7%; top: 17%; transform: scale(.65) rotate(45deg); }
  .nova-model { gap: 60px; }
  .model-orbit { width: min(80vw, 500px); margin: 0 auto; }
  .honesty-note { padding-bottom: 110px; }
  .vidare-hero { min-height: 1150px; }
  .vidare-title-block { width: 100%; margin-top: 90px; }
  .vidare-stack { right: 4%; top: 680px; width: 92%; height: 470px; }
  .depth-main { right: 4%; width: 49%; }
  .depth-back { width: 52%; }
  .depth-front { width: 50%; }
  .capture-intro { padding: 100px 0; }
  .artifact-reel { gap: 100px; }
  .artifact-pdf .artifact-copy { grid-row: 1; }
  .artifact figure, .artifact:nth-child(even) figure { transform: none; }
  .real-surface { gap: 50px; }
  .diagnostic-grid { padding-inline: 24px; }
  .cast-card { min-height: 0; }
  .cast-signal { min-height: 430px; }
  .bridge-grid { grid-template-columns: 1fr; }
  .bridge-grid article:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .founder { gap: 60px; }
  .founder-monogram { width: min(100%, 560px); aspect-ratio: 1; }
  .site-footer { grid-template-columns: 1.4fr 1fr; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 30px; border-top: 1px solid rgba(246,245,242,.15); }
}

@media (max-width: 520px) {
  :root { --outer: 14px; }
  body { font-size: 15px; }
  .brand { font-size: 12px; }
  .brand span { display: none; }
  .contact-link { font-size: 11px; }
  .site-nav { padding-bottom: 12px; }
  .home-hero { min-height: 680px; padding-bottom: 36px; }
  .home-hero .display { font-size: clamp(44px, 13.5vw, 72px); }
  .hero-foot { gap: 30px; }
  .aurora { opacity: .65; }
  .meaning h2 { font-size: 52px; }
  .index-head h2 { font-size: 50px; }
  .index-link { min-height: 500px; }
  .index-copy h3 { font-size: 58px; }
  .index-copy > p:last-child { max-width: 86%; font-size: 16px; }
  .product-mark { width: 75%; }
  .capability-field { grid-template-columns: repeat(2, 96px); }
  .rings, .nova-orbit { right: -50%; top: 68%; }
  .index-shot { right: -9%; bottom: -8%; width: 44%; }
  .utility-strip { padding: 75px 0; }
  .closing-cta > h2 { font-size: 50px; }
  .product-hero { min-height: 650px; padding-top: 40px; }
  .product-hero-top { gap: 20px; }
  .product-hero-top .status { max-width: 150px; justify-content: flex-end; text-align: right; }
  .product-hero h1 { margin-top: 75px; font-size: clamp(50px, 14vw, 72px); }
  .product-hero .lede { font-size: 18px; }
  .split-copy, .proof-note, .utility-principles { padding: 80px 0; }
  .three, .four { grid-template-columns: 1fr; }
  .three h3, .four h3 { margin-top: 30px; }
  .interview-stage { width: 100%; }
  .sound-field { min-height: 260px; padding: 40px; gap: 4px; }
  .journey { padding: 100px 0; }
  .journey ol { grid-template-columns: 1fr; }
  .journey li { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey li:last-child { border-bottom: 0; }
  .journey h3 { margin-top: 50px; }
  .nova-hero { min-height: 760px; }
  .nova-hero-mark { width: 70%; margin-top: 110px; }
  .nova-star { right: -20%; top: 19%; }
  .nova-hero h1 { font-size: 58px; }
  .model-orbit span:nth-child(2) { right: -10px; }
  .model-orbit span:nth-child(4) { left: -10px; }
  .vidare-hero { min-height: 1040px; }
  .vidare-title-block { margin-top: 78px; }
  .vidare-title-block > img { width: 210px; margin-bottom: 32px; }
  .vidare-hero h1 { font-size: 67px; }
  .vidare-stack { top: 690px; height: 350px; }
  .capture-intro h2, .artifact-copy h2, .real-surface h2 { font-size: 50px; }
  .artifact-reel { gap: 80px; padding-bottom: 110px; }
  .diagnostic-grid { width: 100%; }
  .diag-cards { grid-template-columns: 1fr; }
  .cast-signal { min-height: 330px; }
  .cast-copy { padding: 45px 24px; }
  .cast-copy h2 { font-size: 78px; }
  .bridge-grid article { min-height: 330px; padding: 35px 20px; }
  .bridge-grid h2 { margin-bottom: 70px; font-size: 31px; }
  .founder h2 { font-size: 51px; }
  .about-hero h1, .text-hero h1 { font-size: 64px; }
  .site-footer { grid-template-columns: 1fr; gap: 44px; }
  .footer-meta { grid-column: 1; flex-direction: column; }
}

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

@media (forced-colors: active) {
  .aurora, .vidare-glow, .nova-sky, .founder-monogram::before { display: none; }
  .status i { border: 1px solid currentColor; }
}
