:root {
  color-scheme: light;
  --ink: #0d0f12;
  --canvas: #fff;
  --surface: #fff;
  --surface-muted: oklch(96.8% .006 265.39);
  --surface-blue: oklch(97.4% .012 255);
  --surface-crimson: oklch(97.8% .011 24);
  --surface-elevated: #fff;
  --white: var(--surface);
  --brand-blue: oklch(50.02% .2807 265.39);
  --brand-crimson: #fc1446;
  --brand-crimson-text: oklch(56.38% .2214 19.48);
  --blue: var(--brand-blue);
  --paper: var(--surface-muted);
  --line: #d9dadd;
  --line-subtle: oklch(91.8% .005 265.39);
  --shadow-sm: 0 8px 24px rgba(13, 15, 18, .055);
  --gradient-product-blue: linear-gradient(142deg,
    oklch(96.4% .027 255) 0%,
    oklch(98.5% .011 255) 54%,
    var(--surface) 100%);
  --gradient-statement: linear-gradient(128deg,
    #edf5ff 0%,
    #f7faff 54%,
    #fff 100%);
  --max: 1440px;
  --pad: clamp(20px, 3.4vw, 52px);
  --section: clamp(108px, 12vw, 180px);
  --sans: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --serif: "EB Garamond", Georgia, serif;
  --text-caption: .875rem;
  --text-small: .9375rem;
  --text-body: 1rem;
  --text-content: 1.0625rem;
  --text-lead: 1.125rem;
  --display-xl: clamp(3.25rem, calc(5vw + 1rem), 6rem);
  --display-lg: clamp(3rem, calc(4vw + 1rem), 5rem);
  --display-md: clamp(2.5rem, calc(3vw + 1rem), 4rem);
  --display-sm: clamp(2rem, calc(2vw + 1rem), 3.25rem);
  --heading-functional: clamp(1.5rem, calc(1.5vw + .5rem), 2.25rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--text-content);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  font-kerning: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.page-platform {
  --platform-section-space: clamp(128px, 12vw, 184px);
  --platform-section-break: clamp(156px, 14vw, 216px);
  --platform-story-break: clamp(136px, 12.5vw, 192px);
  --platform-copy-media-gap: clamp(62px, 8vw, 118px);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
[id] { scroll-margin-top: 88px; }
h1, h2, h3 { text-wrap: balance; }

.shell {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.skip-link {
  position: fixed;
  inset: 10px auto auto var(--pad);
  z-index: 100;
  transform: translateY(-180%);
  padding: 11px 16px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus { transform: none; }
:where(a, button, summary, input, textarea, [tabindex]):focus-visible {
  outline: 2px solid #2445ff;
  outline-offset: 3px;
}
.site-footer :focus-visible,
.statement :focus-visible { outline-color: var(--white); }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--surface-elevated);
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.wordmark { display: inline-flex; flex: none; text-decoration: none; }
.wordmark img { width: auto; height: 21px; }
.nav-links {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 34px);
  transform: translateX(-50%);
}
.nav-links > a,
.nav-group > summary {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-block: 6px;
  font-size: var(--text-small);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links > a::after,
.nav-group > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s var(--ease);
}
.nav-links > a:hover::after,
.nav-links > a[aria-current="page"]::after,
.nav-group > summary:hover::before,
.nav-group[open] > summary::before,
.nav-group.current > summary::before {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-group { position: relative; }
.nav-group > summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
}
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease, margin .18s ease;
}
.nav-group[open] > summary::after {
  margin-top: 4px;
  transform: rotate(225deg);
}
.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 50;
  min-width: 196px;
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-elevated);
  box-shadow: 0 14px 30px -22px rgba(13, 15, 18, .38);
}
.nav-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: var(--text-small);
  font-weight: 600;
  text-decoration: none;
}
.nav-menu a:hover,
.nav-menu a:focus-visible { background: var(--surface-muted); }
.nav-group[open] .nav-menu { animation: nav-menu-in .16s var(--ease) both; }
@keyframes nav-menu-in {
  from { opacity: 0; translate: 0 -5px; }
  to { opacity: 1; translate: 0 0; }
}
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  width: 20px;
  height: 1.5px;
  display: block;
  margin: 5px auto;
  background: currentColor;
  transition: transform .2s var(--ease), opacity .2s ease;
}
.site-nav[data-nav-open] .nav-toggle span { opacity: 0; }
.site-nav[data-nav-open] .nav-toggle::before { transform: translateY(6.5px) rotate(45deg); }
.site-nav[data-nav-open] .nav-toggle::after { transform: translateY(-6.5px) rotate(-45deg); }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { background: #000; border-color: #000; }
.button.light { background: var(--white); color: var(--ink); border-color: var(--line); }
.button.light:hover { border-color: var(--ink); }
.button.blue { background: var(--blue); border-color: var(--blue); }
.button.white { background: var(--white); color: var(--ink); border-color: var(--white); }
.button.white:hover { background: transparent; color: var(--white); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.text-link::after { content: "↗"; font-size: .95em; }
.text-link.internal::after { content: "→"; }

.hero {
  padding-top: clamp(92px, 10vw, 150px);
  overflow: hidden;
}
.page-platform .hero {
  padding-bottom: clamp(98px, 11vw, 166px);
  background: var(--surface);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  gap: clamp(56px, 9vw, 146px);
  align-items: center;
}
.hero h1,
.display-title {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-xl);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.hero h1 { max-width: 10ch; }
#platform-title { max-width: 13ch; }
.hero-side { padding-bottom: 5px; }
.hero-side p {
  max-width: 48ch;
  margin: 0;
  font-size: var(--text-lead);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.005em;
  text-wrap: pretty;
}
.hero-side p + p { margin-top: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-proof { margin-top: clamp(86px, 10vw, 142px); }

.product-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}
.product-frame img { width: 100%; height: auto; }
.hero-proof .product-frame {
  padding: clamp(14px, 2.3vw, 34px);
  border: 0;
  background: var(--gradient-product-blue);
}
.hero-proof .product-frame img {
  border: 1px solid var(--line);
  background: var(--surface);
}
.product-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 0 0;
  font-size: var(--text-caption);
  line-height: 1.5;
}
.product-caption b { font-weight: 700; }
.product-caption span { max-width: 52ch; }

.section { padding-block: var(--section); }
.section.rule-top { border-top: 0; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(56px, 9vw, 146px);
  align-items: start;
}
.section-kicker {
  margin: 0 0 28px;
  font-size: var(--text-small);
  font-weight: 700;
}
.section-title {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-lg);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.018em;
  text-wrap: balance;
}
.section-copy {
  max-width: 52ch;
  margin: 5px 0 0;
  font-size: var(--text-lead);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.005em;
  text-wrap: pretty;
}
.section-copy p { margin: 0; }
.section-copy p + p { margin-top: 18px; }
.section-copy .text-link { margin-top: 30px; }

.use-cases { padding-block: clamp(92px, 10vw, 142px); }
.use-case-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 54px;
}
.use-case-head h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-md);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.015em;
}
.use-case-head p { max-width: 44ch; margin: 0; padding-top: 8px; font-size: var(--text-content); line-height: 1.62; }
.use-case-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.use-case-list span {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 0;
  border-radius: 3px;
  background: var(--paper);
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1.25;
}

.anatomy { background: var(--paper); }
.anatomy-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(72px, 11vw, 170px);
  align-items: start;
}
.anatomy-intro { position: sticky; top: 116px; }
.anatomy-intro h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-md);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.015em;
}
.anatomy-intro p { max-width: 35ch; margin: 28px 0 0; font-size: var(--text-content); line-height: 1.62; }
.anatomy-list { margin: 0; padding: 0; list-style: none; counter-reset: element; }
.anatomy-list li {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 24px;
  padding: 32px 0 38px;
  border-bottom: 1px solid var(--line-subtle);
  counter-increment: element;
}
.anatomy-list li::before {
  content: counter(element, decimal-leading-zero);
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: .04em;
}
.anatomy-list h3 { margin: 0; font-size: var(--heading-functional); font-weight: 600; line-height: 1.12; letter-spacing: -.012em; }
.anatomy-list p { max-width: 60ch; margin: 14px 0 0; font-size: var(--text-body); line-height: 1.62; }

.statement { padding-block: clamp(116px, 14vw, 220px); background: var(--gradient-statement); color: var(--ink); }
.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: clamp(62px, 10vw, 150px);
  align-items: end;
}
.statement h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-xl);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.02em;
}
.statement-copy p { max-width: 43ch; margin: 0; font-size: var(--text-lead); font-weight: 500; line-height: 1.68; letter-spacing: -.005em; }
.statement-copy .text-link { margin-top: 28px; }
.statement-copy .button { margin-top: 30px; }
.statement .button.white { background: var(--ink); color: var(--white); border-color: var(--ink); }
.statement .button.white:hover { background: var(--white); color: var(--ink); border-color: var(--ink); }

.choice { background: var(--white); color: var(--ink); }
.choice-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  gap: 58px;
  align-items: end;
}
.choice-head h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-lg);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.018em;
}
.choice-head p { max-width: 46ch; margin: 0; font-size: var(--text-lead); line-height: 1.68; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(42px, 7vw, 108px); margin-top: clamp(72px, 9vw, 128px); }
.choice-item { padding: 0; }
.choice-item + .choice-item { padding: 0; border: 0; }
.choice-item h3 { margin: 0; font-size: var(--heading-functional); font-weight: 600; line-height: 1.12; letter-spacing: -.012em; }
.choice-item p { max-width: 46ch; margin: 20px 0 0; font-size: var(--text-body); line-height: 1.68; }
.choice-item .text-link { margin-top: 28px; }
.choice-media { margin-top: 42px; overflow: hidden; border: 1px solid var(--line); background: var(--white); aspect-ratio: 1.35 / 1; }
.choice-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.platform-tease { padding-block: clamp(116px, 14vw, 210px); background: var(--surface-blue); }
.platform-tease-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: clamp(62px, 10vw, 150px); align-items: end; }
.platform-tease h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: var(--display-lg); font-weight: 500; line-height: .98; letter-spacing: -.018em; }
.platform-tease p { max-width: 48ch; margin: 0; font-size: var(--text-lead); line-height: 1.62; }
.platform-tease .text-link { margin-top: 28px; }

.context-band {
  margin-top: 0;
  background: var(--surface-muted);
  color: var(--ink);
}
.context-band-inner {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(70px, 11vw, 170px);
  align-items: start;
  padding-block: clamp(86px, 9vw, 132px);
}
.context-band h2 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: var(--display-md); font-weight: 500; line-height: 1; letter-spacing: -.018em; }
.context-intro > p { max-width: 43ch; margin: 30px 0 0; font-size: var(--text-content); line-height: 1.66; }
.context-layers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(46px, 6vw, 84px) clamp(38px, 6vw, 82px); padding-top: 10px; }
.context-layers article { padding: 0; }
.context-layers h3 { margin: 0; font-size: var(--text-content); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.context-layers p { max-width: 30ch; margin: 13px 0 0; font-size: var(--text-body); line-height: 1.62; }

.platform-section { padding-block: var(--platform-section-space); }
.platform-section + .platform-section { border-top: 0; }
.platform-overview { display: grid; grid-template-columns: minmax(280px, .63fr) minmax(0, 1.37fr); gap: clamp(70px, 11vw, 170px); align-items: start; }
.platform-overview h2 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: var(--display-md); font-weight: 500; line-height: .98; letter-spacing: -.015em; }
.platform-overview > div > p { max-width: 38ch; margin: 28px 0 0; font-size: var(--text-content); line-height: 1.62; }
.feature-section-head { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(70px, 11vw, 170px); align-items: start; }
.feature-section-head h2 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: var(--display-md); font-weight: 500; line-height: .98; letter-spacing: -.015em; }
.feature-section-head > p { max-width: 45ch; margin: 0; padding-top: 8px; font-size: var(--text-content); line-height: 1.68; }
.feature-sequence { margin-top: clamp(102px, 9.5vw, 146px); }
.feature-story { display: grid; grid-template-columns: minmax(300px, .67fr) minmax(0, 1.33fr); gap: var(--platform-copy-media-gap); align-items: start; }
.feature-story + .feature-story { margin-top: var(--platform-story-break); }
.feature-story-reverse { grid-template-columns: minmax(0, 1.33fr) minmax(300px, .67fr); }
.feature-story-reverse .feature-story-copy { grid-column: 2; grid-row: 1; }
.feature-story-reverse .feature-media { grid-column: 1; grid-row: 1; }
.feature-story-copy { max-width: 500px; padding-top: clamp(18px, 2.2vw, 32px); }
.feature-name { margin: 0 0 28px; font-size: var(--text-small); font-weight: 700; line-height: 1.2; letter-spacing: .015em; }
.feature-story-copy h2,
.feature-story-copy h3 { max-width: 13.5ch; margin: 0; font-family: var(--serif); font-size: var(--display-sm); font-weight: 500; line-height: 1.02; letter-spacing: -.014em; text-wrap: balance; }
.feature-story-copy > p:not(.feature-name) { max-width: 44ch; margin: 30px 0 0; font-size: var(--text-content); line-height: 1.68; }
.feature-story-copy > p + p:not(.feature-name) { margin-top: 18px; }
.feature-story-copy .text-link { margin-top: 36px; }
.feature-story-copy .feature-cta { margin-top: 38px; }
.feature-media.product-frame { aspect-ratio: 1.18 / 1; border: 0; background: transparent; }
.feature-media.product-frame img { width: 100%; height: 100%; border: 0; object-fit: cover; object-position: center; }
.assistant-media { aspect-ratio: 16 / 9 !important; }
.assistant-media img { object-fit: contain !important; border: 1px solid var(--line) !important; box-shadow: 0 24px 70px rgba(13, 15, 18, .08); }

.feature-art {
  position: relative;
  min-height: clamp(520px, 45vw, 650px);
  margin: 0;
  overflow: hidden;
  padding: clamp(26px, 3.4vw, 48px);
  background: var(--surface-muted);
}
.feature-art figcaption { position: relative; z-index: 2; margin: 0 0 clamp(30px, 4vw, 54px); font-size: var(--text-caption); font-weight: 700; line-height: 1.2; letter-spacing: .01em; }
.collection-art { background: linear-gradient(145deg, oklch(96.4% .018 255) 0%, oklch(97.9% .006 255) 62%, var(--surface) 100%); }
.collection-window,
.library-window,
.governance-window { position: relative; z-index: 1; border: 1px solid rgba(13, 15, 18, .16); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: 0 24px 60px rgba(13, 15, 18, .08); }
.art-toolbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 24px; border-bottom: 1px solid var(--line-subtle); font-size: var(--text-small); }
.art-toolbar > div { display: flex; align-items: center; gap: 10px; }
.art-mark { width: 11px; height: 11px; border-radius: 2px; background: var(--brand-blue); }
.art-status { display: inline-flex; align-items: center; gap: 7px; font-size: var(--text-caption); color: #50545a; }
.art-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #1c9a61; }
.collection-grid { display: grid; grid-template-columns: .86fr 1.14fr; grid-template-areas: "files question" "files context"; min-height: 390px; }
.artifact-panel { padding: clamp(22px, 3vw, 34px); }
.artifact-files { grid-area: files; border-right: 1px solid var(--line-subtle); }
.artifact-question { grid-area: question; border-bottom: 1px solid var(--line-subtle); }
.artifact-context { grid-area: context; }
.art-label { margin: 0 0 20px; color: #676b72; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.artifact-files > p:not(.art-label) { display: flex; align-items: center; gap: 11px; margin: 16px 0 0; font-size: var(--text-small); font-weight: 600; }
.artifact-files > p > span { display: inline-flex; min-width: 34px; height: 24px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 3px; color: #666b73; font-size: .625rem; letter-spacing: .04em; }
.art-question { max-width: 20ch; margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 2.7vw, 2.6rem); font-weight: 500; line-height: 1.08; letter-spacing: -.015em; }
.art-answer { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; color: #5d626a; font-size: var(--text-caption); line-height: 1.5; }
.art-answer i { flex: none; width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--brand-blue); }
.artifact-context strong { display: block; font-size: var(--heading-functional); line-height: 1.1; }
.artifact-context > span { display: block; margin-top: 9px; color: #676b72; font-size: var(--text-caption); }

.library-art { background: oklch(96.9% .004 265); }
.library-window { min-height: 420px; }
.library-head { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 28px; border-bottom: 1px solid var(--line-subtle); }
.library-head .art-label { margin-bottom: 7px; }
.library-head strong { font-size: var(--text-content); }
.library-head > span { min-width: 150px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 4px; color: #666b72; font-size: var(--text-caption); }
.library-content { display: grid; grid-template-columns: 1.45fr .55fr; min-height: 315px; }
.library-list { padding: 18px 22px; }
.library-row { position: relative; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 76px; padding: 10px 13px; border-radius: 6px; }
.library-row + .library-row { margin-top: 4px; }
.library-row.selected { background: var(--surface-crimson); }
.library-row.selected::before { content: ""; position: absolute; inset: 10px auto 10px 0; width: 2px; border-radius: 2px; background: var(--brand-crimson-text); }
.library-row > i { width: 30px; height: 25px; border: 1px solid #cdd0d5; border-radius: 3px; background: #fff; }
.library-row > span { display: grid; }
.library-row b { font-size: var(--text-small); line-height: 1.2; }
.library-row small { margin-top: 5px; color: #6b7078; font-size: .75rem; }
.library-row em { color: var(--brand-crimson-text); font-size: .75rem; font-style: normal; font-weight: 700; }
.library-use { padding: 28px 24px; border-left: 1px solid var(--line-subtle); }
.library-use p:not(.art-label) { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 0; font-size: var(--text-small); font-weight: 600; }
.library-use p span { color: #6b7078; }

.automation-section { background: var(--canvas); color: var(--ink); }
#loebende { padding-bottom: 0; }
.automation-section { padding-block: var(--platform-section-break) 0; }
.automation-choices { display: grid; gap: 36px; margin-top: 50px; }
.automation-choices article { padding: 0; border: 0; }
.automation-choices h3 { margin: 0; font-size: var(--heading-functional); font-weight: 600; line-height: 1.12; letter-spacing: -.012em; }
.automation-choices p { max-width: 40ch; margin: 14px 0 0; font-size: var(--text-body); line-height: 1.68; }
.workflow-media { aspect-ratio: 1.3 / 1 !important; border: 1px solid var(--line) !important; box-shadow: 0 24px 70px rgba(13, 15, 18, .07); }
.workflow-media img { object-position: center top !important; transform: scale(1.08); transform-origin: center top; }
.responsibility-section { margin-top: var(--platform-section-break); padding-block: clamp(156px, 15vw, 224px); background: var(--surface-muted); color: var(--ink); }
.responsibility-band { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(76px, 8vw, 122px) clamp(16px, 2vw, 30px); align-items: start; }
.responsibility-band h3 { grid-column: 1 / 12; max-width: 17ch; margin: 0; color: var(--ink); font-family: var(--serif); font-size: var(--display-xl); font-weight: 500; line-height: .94; letter-spacing: -.025em; }
.responsibility-band p { grid-column: 8 / 13; max-width: 52ch; margin: 0; font-size: var(--text-lead); line-height: 1.7; }

.governance-section { padding-block: var(--platform-section-break) var(--platform-section-space); background: var(--canvas); color: var(--ink); }
.governance-copy { display: grid; gap: 24px; margin-top: 42px; }
.governance-copy p { margin: 0; padding: 0; border: 0; font-size: var(--text-body); line-height: 1.68; }
.governance-copy b { display: inline; margin-right: 7px; font-size: var(--text-body); }
.governance-art { background: oklch(97% .003 265); }
.governance-window { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; min-height: 420px; overflow: hidden; }
.governance-chart { display: flex; flex-direction: column; padding: 28px; }
.chart-head,
.trace-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.chart-head > span,
.trace-head > span { font-size: var(--text-small); font-weight: 700; }
.chart-head small,
.trace-head small { color: #6c7178; font-size: .75rem; }
.chart-plot { height: 230px; display: flex; align-items: end; justify-content: space-between; gap: 13px; margin-top: 28px; padding: 0 12px 0; border-bottom: 1px solid var(--line); }
.chart-plot > i { width: clamp(16px, 2.2vw, 28px); height: var(--bar); border-radius: 2px 2px 0 0; background: var(--brand-blue); opacity: .86; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; color: #666b72; font-size: .72rem; }
.chart-legend span { display: flex; align-items: center; gap: 6px; }
.chart-legend i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-blue); }
.chart-legend span:nth-child(2) i { opacity: .62; }
.chart-legend span:nth-child(3) i { opacity: .34; }
.trace-panel { padding: 28px 22px; border-left: 1px solid var(--line-subtle); background: #fff; }
.trace-row { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 82px; }
.trace-row + .trace-row { border-top: 1px solid var(--line-subtle); }
.trace-row > i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-blue); }
.trace-row > span { display: grid; }
.trace-row b { font-size: .8rem; line-height: 1.2; }
.trace-row small { margin-top: 5px; color: #6d7279; font-size: .68rem; line-height: 1.35; }
.trace-row em { color: #6d7279; font-size: .7rem; font-style: normal; }

.organisation-section { padding-block: clamp(116px, 14vw, 210px); }
.organisation-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(62px, 10vw, 150px); align-items: start; }
.organisation-grid h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: var(--display-lg); font-weight: 500; line-height: .98; letter-spacing: -.018em; }
.organisation-grid > div { padding-top: 8px; }
.organisation-grid p { max-width: 48ch; margin: 0; font-size: var(--text-lead); line-height: 1.62; }
.organisation-grid p + p { margin-top: 18px; }

.page-platform .statement { background: var(--surface-muted); }
.demo-section { padding-block: clamp(104px, 12vw, 170px); background: var(--surface-muted); color: var(--ink); }
.demo-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: clamp(70px, 11vw, 170px); align-items: start; }
.demo-copy h2 { max-width: 10ch; margin: 0; font-family: var(--serif); font-size: var(--display-lg); font-weight: 500; line-height: 1.02; letter-spacing: -.018em; }
.demo-copy p { max-width: 38ch; margin: 28px 0 0; font-size: var(--text-lead); line-height: 1.68; }
.demo-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.form-row { display: grid; gap: 8px; }
.form-row.wide, .demo-form .form-privacy, .demo-form .cf-turnstile, .demo-form button, .demo-form .form-status { grid-column: 1 / -1; }
.form-row label { font-size: var(--text-caption); font-weight: 700; }
.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #cfd1d8;
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 500;
}
.form-row input { min-height: 52px; }
.form-row textarea { min-height: 134px; resize: vertical; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #6b7078; opacity: 1; }
.form-privacy { margin: -1px 0 0; font-size: var(--text-caption); line-height: 1.5; }
.form-privacy a { text-underline-offset: 3px; }
.demo-form button {
  min-height: 54px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: var(--white);
  font-size: var(--text-small);
  font-weight: 700;
  cursor: pointer;
}
.demo-form button:hover { background: #000; }
.demo-form button:disabled { opacity: .65; cursor: wait; }
.form-status { margin: 0; padding: 14px 16px; border: 1px solid #cfd1d8; font-size: var(--text-caption); }
.form-status[data-state="success"] { background: var(--white); color: var(--ink); }
.form-status[data-state="error"] { background: #fff2f2; color: #750b0b; }
.form-status a { font-weight: 700; }
.vh {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}
.cf-turnstile { min-height: 0; }

.site-footer { padding-block: clamp(80px, 9vw, 128px) 32px; background: #000; color: var(--white); }
.footer-reveal-enabled { background: #000; }
.footer-reveal-enabled main {
  position: relative;
  z-index: 1;
  background: var(--canvas);
}
.footer-reveal-enabled .site-footer {
  position: fixed;
  inset: auto 0 0;
  z-index: 0;
  width: 100%;
}
.footer-reveal-spacer { height: 0; pointer-events: none; }
.footer-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(64px, 10vw, 152px); align-items: stretch; }
.footer-brand { min-width: 0; }
.footer-mark { display: inline-flex; max-width: 560px; }
.footer-mark img { width: 100%; height: auto; filter: invert(1); }
.footer-address { margin-top: 48px; }
.footer-address p, .footer-contact p { margin: 0; font-size: var(--text-small); line-height: 1.65; }
.footer-address p + p { margin-top: 2px; }
.footer-label { margin: 0 0 12px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-right { min-height: 100%; display: flex; flex-direction: column; }
.footer-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; }
.footer-contact a { text-underline-offset: 4px; }
.footer-social { margin: 24px 0 0; }
.footer-linkedin { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; text-underline-offset: 4px; }
.footer-linkedin svg { width: 17px; height: 17px; fill: currentColor; }
.footer-legal { display: grid; justify-items: start; gap: 10px; margin-top: auto; padding-top: clamp(64px, 7vw, 96px); font-size: var(--text-caption); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.footer-legal a { text-underline-offset: 3px; }
.footer-copyright { margin: 0; }

/* Campaign and international market-entry pages */
.page-campaign,
.page-expansion {
  --campaign-space: clamp(112px, 12vw, 184px);
  --campaign-space-large: clamp(138px, 14vw, 216px);
}
.campaign-hero {
  padding-block: clamp(108px, 11vw, 168px) clamp(96px, 10vw, 148px);
  background: var(--surface);
}
.campaign-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: clamp(64px, 10vw, 154px);
  align-items: start;
}
.campaign-eyebrow {
  margin: 0 0 30px;
  font-size: var(--text-small);
  font-weight: 700;
  letter-spacing: .02em;
}
.campaign-title {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-xl);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.022em;
}
.campaign-intro { padding-top: clamp(60px, 6vw, 88px); }
.campaign-intro > p {
  max-width: 48ch;
  margin: 0;
  font-size: var(--text-lead);
  font-weight: 500;
  line-height: 1.62;
  text-wrap: pretty;
}
.campaign-intro > p + p { margin-top: 18px; }
.campaign-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.partner-rail {
  padding-block: 34px;
  background: var(--surface-muted);
}
.partner-rail-inner {
  display: grid;
  grid-template-columns: minmax(200px, .7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
}
.funding-fact { margin: 0; font-size: var(--text-small); line-height: 1.5; }
.funding-fact b {
  display: block;
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.6vw, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.018em;
}
.partner-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
}
.partner-logos img { width: auto; max-width: 100%; object-fit: contain; }
.partner-logos .logo-ai { height: 40px; }
.partner-logos .logo-wbd { height: 46px; }
.partner-logos .logo-eu { height: 36px; }
.campaign-section { padding-block: var(--campaign-space); }
.campaign-section.large { padding-block: var(--campaign-space-large); }
.campaign-section.muted { background: var(--surface-muted); }
.campaign-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(54px, 9vw, 140px);
  align-items: start;
}
.campaign-heading-grid h2,
.campaign-story-copy h2,
.price-copy h2,
.faq-head h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--display-lg);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.018em;
}
.campaign-heading-grid > p {
  max-width: 48ch;
  margin: 0;
  padding-top: 8px;
  font-size: var(--text-lead);
  line-height: 1.68;
}
.campaign-story {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(64px, 9vw, 136px);
  align-items: start;
}
.campaign-story.reverse { grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr); }
.campaign-story.reverse .campaign-story-copy { grid-column: 2; grid-row: 1; }
.campaign-story.reverse .campaign-visual { grid-column: 1; grid-row: 1; }
.campaign-story.reverse .foi-feature { grid-column: 1; grid-row: 1; }
.campaign-story-copy { max-width: 500px; padding-top: clamp(18px, 2.2vw, 32px); }
.campaign-label {
  margin: 0 0 28px;
  font-size: var(--text-small);
  font-weight: 700;
}
.campaign-story-copy > p:not(.campaign-label) {
  max-width: 46ch;
  margin: 28px 0 0;
  font-size: var(--text-content);
  line-height: 1.7;
}
.campaign-story-copy .button,
.campaign-story-copy .text-link { margin-top: 34px; }
.campaign-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--gradient-product-blue);
  padding: clamp(24px, 4vw, 58px);
}
.campaign-real-product { padding: clamp(18px, 2.8vw, 38px); }
.campaign-real-product img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(13, 15, 18, .17);
  background: var(--surface-elevated);
}
.campaign-real-product figcaption {
  max-width: 58ch;
  margin-top: 16px;
  color: #52575f;
  font-size: var(--text-caption);
  line-height: 1.55;
  text-wrap: pretty;
}
.boost-window,
.jurisdiction-window {
  overflow: hidden;
  border: 1px solid rgba(13, 15, 18, .17);
  border-radius: 10px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 30px 80px rgba(13, 15, 18, .09);
}
.boost-window-head {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line-subtle);
  font-size: var(--text-small);
}
.boost-window-head span { color: #656a72; font-size: var(--text-caption); }
.boost-window-body { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 410px; }
.boost-files { padding: 26px 22px; border-right: 1px solid var(--line-subtle); }
.boost-files > p:first-child,
.boost-answer > p:first-child {
  margin: 0 0 22px;
  color: #666b73;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.boost-file {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: 17px;
  font-size: var(--text-caption);
  font-weight: 600;
  line-height: 1.3;
}
.boost-file i {
  width: 32px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: #666b73;
  font-size: .58rem;
  font-style: normal;
}
.boost-answer { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 44px); }
.boost-question {
  max-width: 18ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.06;
}
.boost-result { margin: auto 0 0; padding-top: 36px; font-size: var(--text-caption); line-height: 1.55; }
.boost-result b { display: block; margin-bottom: 7px; font-size: var(--text-small); }
.deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px);
  margin-top: clamp(72px, 9vw, 126px);
}
.deliverables h3 { max-width: 17ch; margin: 0; font-size: var(--heading-functional); font-weight: 600; line-height: 1.16; }
.deliverables article > p:last-child { max-width: 34ch; margin: 17px 0 0; font-size: var(--text-body); line-height: 1.68; }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 9vw, 144px);
  margin-top: clamp(70px, 9vw, 126px);
}
.audience-grid h3 { max-width: 18ch; margin: 0; font-size: var(--heading-functional); font-weight: 600; line-height: 1.15; }
.audience-grid p { max-width: 46ch; margin: 20px 0 0; font-size: var(--text-content); line-height: 1.7; }
.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(50px, 7vw, 96px) clamp(36px, 6vw, 78px);
  margin: clamp(78px, 10vw, 136px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: campaign-step;
}
.process-list li { counter-increment: campaign-step; }
.process-list li::before {
  content: counter(campaign-step, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: .05em;
}
.process-list h3 { margin: 0; font-size: var(--text-content); font-weight: 700; line-height: 1.25; }
.process-list p { max-width: 34ch; margin: 12px 0 0; font-size: var(--text-body); line-height: 1.65; }
.trust-list { display: grid; gap: 26px; margin-top: 40px; }
.trust-list p { margin: 0; font-size: var(--text-body); line-height: 1.62; }
.trust-list b { display: inline; margin-right: 7px; }
.price-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(66px, 10vw, 154px);
  align-items: start;
}
.price-copy > p { max-width: 44ch; margin: 28px 0 0; font-size: var(--text-content); line-height: 1.68; }
.price-detail { padding-top: 4px; }
.price-number {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.025em;
}
.price-number span { display: block; margin-top: 18px; font-family: var(--sans); font-size: var(--text-small); font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.price-detail > p:not(.price-number) { max-width: 44ch; margin: 30px 0 0; font-size: var(--text-body); line-height: 1.68; }
.price-detail .button { margin-top: 34px; }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
  gap: clamp(64px, 11vw, 170px);
}
.faq-list details { padding-block: 24px; border-bottom: 1px solid var(--line-subtle); }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary { position: relative; padding-right: 42px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 0; right: 0; font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 62ch; margin: 18px 0 0; font-size: var(--text-body); line-height: 1.68; }
.campaign-close { background: var(--surface-muted); }
.campaign-close-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.campaign-close h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: var(--display-lg); font-weight: 500; line-height: .98; letter-spacing: -.018em; }
.campaign-close-copy { padding-top: 8px; }
.campaign-close-copy p { max-width: 44ch; margin: 0; font-size: var(--text-lead); line-height: 1.66; }
.campaign-close-copy .button { margin-top: 30px; }
.campaign-close-copy .campaign-actions .button { margin-top: 0; }

/* International companies / Denmark */
.page-expansion .campaign-title { max-width: 11ch; }
.page-expansion .campaign-close { background: var(--surface); }
.jurisdiction-window { padding: clamp(22px, 3vw, 38px); }
.jurisdiction-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 34px; font-size: var(--text-caption); }
.jurisdiction-head b { font-size: var(--text-small); }
.jurisdiction-stack { display: grid; gap: 10px; }
.jurisdiction-layer {
  min-height: 78px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: var(--surface-muted);
}
.jurisdiction-layer:nth-child(2) { background: var(--surface-blue); }
.jurisdiction-layer:nth-child(3) { background: #fff; border: 1px solid var(--line-subtle); }
.jurisdiction-layer:nth-child(4) { background: var(--ink); color: var(--white); }
.jurisdiction-layer > span:first-child { font-size: .7rem; font-weight: 700; letter-spacing: .035em; }
.jurisdiction-layer b { display: block; font-size: var(--text-small); line-height: 1.2; }
.jurisdiction-layer small { display: block; margin-top: 4px; color: #646971; font-size: .7rem; line-height: 1.35; }
.jurisdiction-layer:nth-child(4) small { color: #c9ccd1; }
.jurisdiction-layer > em { font-size: .7rem; font-style: normal; white-space: nowrap; }
.workstream-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(52px, 7vw, 94px) clamp(34px, 6vw, 78px);
  margin-top: clamp(78px, 10vw, 136px);
}
.workstream-grid h3 { margin: 0; font-size: var(--text-content); font-weight: 700; line-height: 1.3; }
.workstream-grid p { max-width: 35ch; margin: 13px 0 0; font-size: var(--text-body); line-height: 1.66; }
.source-note { max-width: 75ch; margin: 58px 0 0; font-size: var(--text-caption); line-height: 1.6; }
.source-note a { text-underline-offset: 3px; }
.legal-note { max-width: 75ch; }
.product-translation {
  overflow: hidden;
  border: 1px solid rgba(13, 15, 18, .17);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(13, 15, 18, .08);
}
.translation-top { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line-subtle); font-size: var(--text-small); }
.translation-body { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 400px; }
.translation-sources { padding: 26px 22px; border-right: 1px solid var(--line-subtle); }
.translation-sources p { margin: 0 0 14px; font-size: var(--text-caption); font-weight: 600; }
.translation-sources span { display: block; margin-top: 9px; color: #62676e; font-size: .72rem; }
.translation-answer { padding: clamp(28px, 4vw, 44px); }
.translation-answer > span { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.translation-answer h3 { max-width: 18ch; margin: 24px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1.05; }
.translation-answer p { max-width: 42ch; margin: 30px 0 0; font-size: var(--text-caption); line-height: 1.6; }
.trust-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 66px);
}
.trust-rail h3 { margin: 0; font-size: var(--text-small); font-weight: 700; }
.trust-rail p { max-width: 30ch; margin: 12px 0 0; font-size: var(--text-caption); line-height: 1.6; }
.legal-note { margin-top: 42px; color: #676b72; font-size: var(--text-caption); line-height: 1.6; }

/* Juris Aktindsigt */
.page-foi .campaign-title { max-width: 9.5ch; }
.foi-product-section { padding-bottom: clamp(118px, 13vw, 198px); }
.foi-workspace {
  margin: clamp(76px, 9vw, 128px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(13, 15, 18, .18);
  border-radius: 10px;
  background: var(--surface);
}
.foi-workspace-head {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line-subtle);
}
.foi-workspace-head > div { display: flex; align-items: center; gap: 14px; }
.foi-workspace-head b { font-size: var(--text-small); line-height: 1.2; }
.foi-workspace-head span { color: #666b72; font-size: var(--text-caption); line-height: 1.35; }
.foi-status { padding: 5px 9px; border-radius: 999px; background: #f7ecd7; color: #6b4a12 !important; font-size: .72rem !important; font-weight: 700; }
.foi-workspace-body { display: grid; grid-template-columns: minmax(220px, .28fr) minmax(0, .72fr); min-height: 650px; }
.foi-steps { margin: 0; padding: 26px 20px; border-right: 1px solid var(--line-subtle); list-style: none; }
.foi-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 11px 12px;
  border-radius: 4px;
  color: #70747a;
}
.foi-steps li + li { margin-top: 3px; }
.foi-steps li.active { background: var(--surface-blue); color: var(--ink); }
.foi-steps span { padding-top: 1px; font-size: .68rem; font-weight: 700; line-height: 1.3; }
.foi-steps b { font-size: .78rem; font-weight: 650; line-height: 1.35; }
.foi-analysis { max-width: 880px; padding: clamp(38px, 5vw, 72px); }
.foi-ui-label { margin: 0 0 20px; color: #6b7078; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.foi-analysis h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.25rem); font-weight: 500; line-height: 1; letter-spacing: -.018em; }
.foi-analysis-lead { max-width: 54ch; margin: 24px 0 0; font-size: var(--text-content); font-weight: 600; line-height: 1.62; }
.foi-recommendation { max-width: 62ch; margin-top: 40px; padding: 24px; background: var(--surface-muted); }
.foi-recommendation > span { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.foi-recommendation p { margin: 9px 0 0; font-size: var(--text-body); line-height: 1.62; }
.foi-rule-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.foi-rule-summary div { display: flex; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 1px solid var(--line-subtle); }
.foi-rule-summary span { font-size: var(--text-caption); line-height: 1.35; }
.foi-rule-summary b { font-size: var(--text-caption); white-space: nowrap; }
.foi-workspace-note { max-width: 62ch; margin: 30px 0 0; color: #5f646b; font-size: var(--text-caption); line-height: 1.58; }

.foi-impact { padding-block: clamp(90px, 10vw, 148px); background: var(--surface); }
.foi-impact-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 34px); align-items: end; }
.foi-impact-number { grid-column: 1 / 5; }
.foi-impact-number strong { display: block; color: var(--brand-crimson); font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 8rem); font-weight: 500; line-height: .8; letter-spacing: -.025em; }
.foi-impact-number strong span { font-size: .42em; }
.foi-impact-number p { max-width: 32ch; margin: 28px 0 0; font-size: var(--text-caption); line-height: 1.62; }
.foi-impact-copy { grid-column: 7 / 13; }
.foi-impact-copy h2 { max-width: 15ch; margin: 0; font-family: var(--serif); font-size: var(--display-md); font-weight: 500; line-height: .98; letter-spacing: -.018em; }
.foi-impact-copy .text-link { margin-top: 28px; }

.foi-feature { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(13, 15, 18, .17); border-radius: 10px; background: var(--surface); }
.foi-feature-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--line-subtle); }
.foi-feature-head b { font-size: var(--text-small); }
.foi-feature-head span { color: #6b7078; font-size: var(--text-caption); }
.foi-rule-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.foi-rule-groups section { padding: clamp(24px, 3vw, 38px); }
.foi-rule-groups section + section { border-left: 1px solid var(--line-subtle); background: var(--surface-muted); }
.foi-rule-groups section > p { display: flex; justify-content: space-between; gap: 16px; margin: 0; font-size: var(--text-caption); font-weight: 700; }
.foi-rule-groups ul { margin: 26px 0 0; padding: 0; list-style: none; }
.foi-rule-groups li { display: grid; gap: 5px; padding: 17px 0; border-top: 1px solid var(--line-subtle); }
.foi-rule-groups li span { font-size: var(--text-small); font-weight: 700; line-height: 1.25; }
.foi-rule-groups li em { color: #676c73; font-size: var(--text-caption); font-style: normal; line-height: 1.4; }

.foi-document-list { padding: 18px 22px; }
.foi-document-list > div { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 8px; }
.foi-document-list > div + div { border-top: 1px solid var(--line-subtle); }
.foi-document-list > div > span { min-width: 0; display: flex; align-items: center; gap: 13px; }
.foi-document-list i { flex: none; width: 38px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 3px; color: #666b72; font-size: .58rem; font-style: normal; }
.foi-document-list b { overflow-wrap: anywhere; font-size: var(--text-caption); line-height: 1.35; }
.foi-document-list em { flex: none; color: var(--brand-crimson-text); font-size: .74rem; font-style: normal; font-weight: 700; }
.foi-document-list em.clear { color: #19724b; }
.foi-document-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; padding: 18px 22px; border-top: 1px solid var(--line-subtle); background: var(--surface-muted); }
.foi-document-foot span { font-size: .72rem; font-weight: 700; }
.foi-document-foot .mock-button { min-height: 38px; margin-left: auto; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 700; }

.denmark-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 76px);
  margin: clamp(72px, 8vw, 116px) 0 0;
}
.denmark-facts div { min-width: 0; }
.denmark-facts dt { margin: 0; font-size: var(--text-small); font-weight: 700; }
.denmark-facts dd { margin: 12px 0 0; color: #50555c; font-size: var(--text-small); line-height: 1.6; }

.foi-human-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(24px, 3vw, 42px); align-items: center; }
.foi-human figure { grid-column: 1 / 6; margin: 0; overflow: hidden; border-radius: 8px; }
.foi-human img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1); }
.foi-human-grid > div { grid-column: 8 / 13; }
.foi-human h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: var(--display-lg); font-weight: 500; line-height: .98; letter-spacing: -.018em; }
.foi-human p { max-width: 47ch; margin: 28px 0 0; font-size: var(--text-content); line-height: 1.7; }
.foi-human p + p { margin-top: 18px; }

.foi-source-list { margin: clamp(74px, 9vw, 124px) 0 0; padding: 0; border-top: 1px solid var(--ink); }
.foi-source-list > div { display: grid; grid-template-columns: minmax(100px, .22fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 92px); padding-block: 25px; border-bottom: 1px solid var(--line-subtle); }
.foi-source-list dt { color: var(--brand-crimson-text); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.foi-source-list dd { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(34px, 6vw, 90px); margin: 0; }
.foi-source-list dd b { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 500; line-height: 1.12; }
.foi-source-list dd span { max-width: 58ch; font-size: var(--text-body); line-height: 1.62; }

.foi-trace ol { margin: 0; padding: 14px 24px 22px; list-style: none; }
.foi-trace li { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; gap: 13px; align-items: center; min-height: 68px; }
.foi-trace li + li { border-top: 1px solid var(--line-subtle); }
.foi-trace li > i { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.foi-trace li.ai > i { background: var(--brand-blue); }
.foi-trace li.changed > i { background: var(--brand-crimson); }
.foi-trace li > span { display: grid; }
.foi-trace li b { font-size: var(--text-caption); line-height: 1.25; }
.foi-trace li em { margin-top: 5px; color: #6b7078; font-size: .72rem; font-style: normal; }
.foi-trace time { color: #6b7078; font-size: .72rem; font-variant-numeric: tabular-nums; }

@media (max-width: 1020px) {
  .page-platform {
    --platform-section-space: clamp(118px, 15vw, 154px);
    --platform-section-break: clamp(140px, 17vw, 176px);
    --platform-story-break: clamp(124px, 15vw, 156px);
    --platform-copy-media-gap: clamp(58px, 8vw, 78px);
  }
  .hero-layout, .section-head, .statement-grid, .platform-tease-grid,
  .platform-overview, .feature-section-head, .feature-story, .context-band-inner,
  .responsibility-band,
  .organisation-grid, .demo-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-platform .hero-layout { gap: 56px; }
  .context-band-inner { gap: 72px; }
  .feature-section-head { gap: 44px; }
  .responsibility-band { grid-template-columns: minmax(0, 1fr); gap: 72px; }
  .responsibility-band h3,
  .responsibility-band p { grid-column: auto; }
  .hero-side, .statement-copy { max-width: 620px; }
  .use-case-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .anatomy-layout { grid-template-columns: minmax(240px, .58fr) minmax(0, 1.42fr); gap: 70px; }
  .feature-story-copy, .automation-choices, .governance-copy, .context-intro { max-width: 620px; }
  .feature-story-reverse .feature-story-copy,
  .feature-story-reverse .feature-media { grid-column: auto; grid-row: auto; }
  .feature-story-reverse .feature-story-copy { order: 1; }
  .feature-story-reverse .feature-media { order: 2; }
  .feature-media.product-frame { aspect-ratio: auto !important; max-width: 840px; }
  .feature-media.product-frame img { height: auto; object-fit: contain; }
  .demo-form { max-width: 760px; }
  .footer-layout { grid-template-columns: minmax(0, 1fr); gap: 72px; }
  .footer-right { max-width: 700px; min-height: 0; }
  .footer-legal { margin-top: 0; padding-top: 64px; }
  .campaign-hero-grid,
  .campaign-heading-grid,
  .campaign-story,
  .campaign-story.reverse,
  .price-grid,
  .faq-grid,
  .campaign-close-grid { grid-template-columns: minmax(0, 1fr); }
  .campaign-hero-grid,
  .campaign-heading-grid,
  .campaign-close-grid { gap: 52px; }
  .campaign-intro,
  .campaign-heading-grid > p,
  .campaign-close-copy { padding-top: 0; }
  .campaign-intro,
  .campaign-heading-grid > p,
  .campaign-story-copy,
  .price-copy { max-width: 640px; }
  .campaign-story.reverse .campaign-story-copy,
  .campaign-story.reverse .campaign-visual,
  .campaign-story.reverse .foi-feature { grid-column: auto; grid-row: auto; }
  .campaign-story.reverse .campaign-story-copy { order: 1; }
  .campaign-story.reverse .campaign-visual,
  .campaign-story.reverse .foi-feature { order: 2; }
  .campaign-story { gap: 64px; }
  .feature-story-copy,
  .campaign-story-copy { padding-top: 0; }
  .partner-rail-inner { grid-template-columns: minmax(0, 1fr); }
  .partner-logos { justify-content: flex-start; }
  .deliverables,
  .process-list,
  .workstream-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foi-workspace-body { grid-template-columns: minmax(190px, .28fr) minmax(0, .72fr); }
  .foi-impact-grid,
  .foi-human-grid { grid-template-columns: minmax(0, 1fr); gap: 64px; align-items: start; }
  .foi-impact-number,
  .foi-impact-copy,
  .foi-human figure,
  .foi-human-grid > div { grid-column: auto; }
  .foi-human figure { max-width: 560px; }
  .foi-source-list dd { grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr); }
}

@media (max-width: 860px) {
  /* Keep the mobile controls as one right-aligned group. Both the toggle and
     actions previously had auto margins, which stranded the menu icon in the
     middle of the header. */
  .nav-inner { gap: 10px; }
  .site-nav .wordmark { order: 1; margin-right: auto; }
  .nav-actions { order: 2; margin-left: 0; }
  .nav-toggle { order: 3; display: block; margin-left: 0; }
  .site-nav .nav-links {
    position: absolute;
    inset: 100% 0 auto;
    width: 100%;
    max-height: calc(100dvh - 62px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow: auto;
    padding: 18px var(--pad) 28px;
    transform: none;
    background: var(--surface-elevated);
    box-shadow: 0 18px 30px -28px rgba(13, 15, 18, .45);
  }
  .site-nav[data-nav-open] .nav-links { display: flex; }
  .nav-links > a,
  .nav-group > summary { width: 100%; min-height: 52px; }
  .nav-links > a::after,
  .nav-group > summary::before { display: none; }
  .nav-group { width: 100%; }
  .nav-group > summary { justify-content: space-between; }
  .nav-menu {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0 0 8px 14px;
    transform: none;
    border: 0;
    box-shadow: none;
  }
  .nav-menu a { min-height: 48px; padding-inline: 0; }
}

@media (max-width: 1020px) {
  .footer-reveal-enabled .site-footer { position: static; }
  .footer-reveal-spacer { display: none; }
}

@media (max-width: 720px) {
  :root { --section: 96px; }
  .page-platform {
    --platform-section-space: 124px;
    --platform-section-break: 148px;
    --platform-story-break: 136px;
    --platform-copy-media-gap: 60px;
  }
  .nav-inner { min-height: 62px; }
  .wordmark img { height: 20px; }
  .nav-actions .button.light { display: none; }
  .button { min-height: 46px; padding: 11px 15px; font-size: var(--text-small); }
  .hero { padding-top: 76px; }
  .hero-layout { gap: 52px; }
  .hero h1, .display-title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); max-width: 250px; }
  .hero-proof { margin-top: 70px; margin-inline: calc(var(--pad) * -.5); }
  .product-caption { display: grid; gap: 7px; padding-inline: calc(var(--pad) * .5); font-size: var(--text-caption); }
  .section-head { gap: 32px; }
  .section-title { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .section-kicker { margin-bottom: 19px; }
  .section-copy { margin-top: 0; }
  .use-case-head { grid-template-columns: minmax(0, 1fr); gap: 26px; margin-bottom: 42px; }
  .use-case-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-case-list span { min-height: 66px; padding: 15px; font-size: var(--text-small); overflow-wrap: anywhere; }
  .anatomy-layout { grid-template-columns: minmax(0, 1fr); gap: 58px; }
  .anatomy-intro { position: static; }
  .anatomy-list li { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 27px 0 31px; }
  .anatomy-list h3 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .statement-grid, .choice-head, .platform-tease-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .statement h2,
  .choice-head h2,
  .platform-tease h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .choice-grid { grid-template-columns: minmax(0, 1fr); margin-top: 62px; }
  .choice-item { padding: 0; }
  .choice-item + .choice-item { padding: 0; border: 0; }
  .choice-media { aspect-ratio: 1 / .9; }
  .context-band { margin-top: 0; }
  .context-band-inner { gap: 70px; }
  .context-band h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .context-layers { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .platform-overview { gap: 40px; }
  .platform-overview h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .platform-overview > div > p { margin-top: 0; }
  .feature-section-head { gap: 42px; }
  .feature-section-head > p { padding-top: 0; }
  .feature-section-head h2,
  .feature-story-copy h2,
  .feature-story-copy h3 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .feature-sequence { margin-top: 96px; }
  .feature-story { gap: var(--platform-copy-media-gap); }
  .feature-story + .feature-story { margin-top: var(--platform-story-break); }
  .feature-name { margin-bottom: 26px; }
  .feature-art { min-height: 500px; margin-inline: calc(var(--pad) * -.35); padding: 24px; }
  .collection-grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: "question" "files" "context"; }
  .artifact-files { border-top: 1px solid var(--line-subtle); border-right: 0; }
  .artifact-question { border-bottom: 0; }
  .library-head { align-items: flex-start; }
  .library-head > span { display: none; }
  .library-content { grid-template-columns: minmax(0, 1fr); }
  .library-use { display: none; }
  .governance-window { grid-template-columns: minmax(0, 1fr); }
  .trace-panel { border-top: 1px solid var(--line-subtle); border-left: 0; }
  .workflow-media { margin-inline: calc(var(--pad) * -.35); }
  .responsibility-section { padding-block: 128px; }
  .responsibility-band { gap: 68px; }
  .responsibility-band p { padding-top: 0; }
  .organisation-grid { gap: 38px; }
  .organisation-grid h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .demo-layout { gap: 58px; }
  .demo-copy h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .demo-form { grid-template-columns: minmax(0, 1fr); }
  .form-row.wide, .demo-form .form-privacy, .demo-form .cf-turnstile, .demo-form button, .demo-form .form-status { grid-column: auto; }
  .site-footer { padding-top: 72px; }
  .footer-mark { max-width: 78vw; }
  .footer-address { margin-top: 40px; }
  .footer-contact { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer-social { margin-top: 24px; }
  .footer-legal { padding-top: 56px; }
  .footer-legal-links { display: grid; gap: 8px; }
  .campaign-hero { padding-top: 82px; }
  .campaign-hero-grid,
  .campaign-heading-grid,
  .campaign-close-grid { gap: 44px; }
  .campaign-title,
  .campaign-heading-grid h2,
  .campaign-story-copy h2,
  .price-copy h2,
  .faq-head h2,
  .campaign-close h2 { overflow-wrap: normal; word-break: normal; hyphens: none; }
  .campaign-actions { display: grid; max-width: 260px; }
  .partner-logos { flex-wrap: wrap; gap: 25px 34px; }
  .partner-logos .logo-ai { height: 34px; }
  .partner-logos .logo-wbd { height: 38px; }
  .partner-logos .logo-eu { height: 30px; }
  .boost-window-head { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 16px; }
  .campaign-visual { margin-inline: calc(var(--pad) * -.35); padding: 20px; }
  .boost-window-body,
  .translation-body { grid-template-columns: minmax(0, 1fr); }
  .boost-files,
  .translation-sources { border-right: 0; border-bottom: 1px solid var(--line-subtle); }
  .boost-window-body { min-height: 0; }
  .boost-answer { min-height: 330px; }
  .deliverables,
  .audience-grid,
  .process-list,
  .workstream-grid,
  .trust-rail { grid-template-columns: minmax(0, 1fr); }
  .deliverables,
  .audience-grid,
  .process-list,
  .workstream-grid { gap: 52px; }
  .jurisdiction-layer { grid-template-columns: 40px minmax(0, 1fr); }
  .jurisdiction-layer > em { grid-column: 2; }
  .foi-workspace { margin-inline: calc(var(--pad) * -.35); }
  .foi-workspace-head { align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px 20px; }
  .foi-workspace-head > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .foi-workspace-body { grid-template-columns: minmax(0, 1fr); }
  .foi-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 14px; border-right: 0; border-bottom: 1px solid var(--line-subtle); }
  .foi-steps li { grid-template-columns: minmax(0, 1fr); gap: 4px; min-height: 70px; padding: 9px; }
  .foi-steps li + li { margin-top: 0; }
  .foi-steps b { font-size: .68rem; }
  .foi-analysis { padding: 32px 20px 38px; }
  .foi-analysis h3 { font-size: clamp(2.4rem, 13vw, 3.5rem); }
  .foi-rule-summary { grid-template-columns: minmax(0, 1fr); }
  .foi-impact-grid { gap: 52px; }
  .foi-impact-number strong { font-size: clamp(4.4rem, 25vw, 6.5rem); }
  .foi-rule-groups { grid-template-columns: minmax(0, 1fr); }
  .foi-rule-groups section + section { border-top: 1px solid var(--line-subtle); border-left: 0; }
  .foi-feature-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .foi-document-list { padding-inline: 14px; }
  .foi-document-list > div { align-items: flex-start; flex-direction: column; gap: 10px; }
  .foi-document-list em { padding-left: 51px; }
  .foi-document-foot .mock-button { width: 100%; margin: 8px 0 0; text-align: center; }
  .denmark-facts { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .foi-human-grid { gap: 52px; }
  .foi-source-list > div,
  .foi-source-list dd { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .foi-source-list dd { gap: 14px; }
  .foi-source-list > div { padding-block: 28px; }
  .foi-trace ol { padding-inline: 16px; }
}

@media (max-width: 360px) {
  .nav-actions .button { padding-inline: 12px; }
  .use-case-list { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .footer-reveal-enabled .site-footer { position: static; }
  .footer-reveal-spacer { display: none; }
  .nav-group[open] .nav-menu { animation: none; }
  .nav-group > summary::after { transition: none; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
