:root {
  --forest: #004d47;
  --mint: #7dc3af;
  --pine: #0e665c;
  --sand: #f4efe7;
  --mist: #e4f0ec;
  --ink: #12211f;
  --line: #c7d8d2;
  --white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(5, 51, 47, 0.12);
  --shadow-card: 0 18px 32px rgba(4, 77, 71, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1700px, calc(100vw - clamp(24px, 4vw, 72px)));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    url("images/graphics/background-orbit-top.svg") top 92px right -150px / min(860px, 56vw) no-repeat,
    url("images/graphics/background-orbit-bottom.svg") bottom 110px left -180px / min(760px, 46vw) no-repeat,
    radial-gradient(circle at top left, rgba(125, 195, 175, 0.28), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(0, 77, 71, 0.16), transparent 22%),
    linear-gradient(180deg, #fbfaf7 0%, #f5f2eb 100%);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
ul,
dl {
  margin: 0;
}

.site-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.topbar {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.topbar-inner,
.header-inner,
.footer-inner,
.footer-bottom,
.topbar-actions,
.nav-list,
.hero-actions,
.contact-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.topbar-inner {
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
}

.topbar-actions {
  gap: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  overflow: hidden;
  backdrop-filter: blur(20px);
  background: rgba(251, 250, 247, 0.82);
  border-bottom: 1px solid rgba(199, 216, 210, 0.7);
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4vw, 72px);
  top: 50%;
  width: clamp(160px, 14vw, 228px);
  height: clamp(68px, 6vw, 92px);
  transform: translateY(-50%);
  background: url("images/brand/radix-header.svg") center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.header-inner {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  min-height: 98px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-header .brand {
  gap: 16px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.site-header .brand-logo {
  height: 60px;
}

.footer-logo {
  height: 56px;
}

.brand-text {
  display: grid;
  gap: 3px;
}

.hero h1,
.section-heading h2,
.hero-panel-card h2,
.narrative-card h2,
.contact-card h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  letter-spacing: -0.03em;
}

.brand-text span {
  font-size: 0.84rem;
  color: rgba(18, 33, 31, 0.72);
}

.site-header .brand-text span {
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(18, 33, 31, 0.78);
}

.site-nav {
  margin-left: auto;
}

.nav-list {
  list-style: none;
  gap: 22px;
  padding: 0;
}

.nav-link {
  font-size: 0.96rem;
  color: rgba(18, 33, 31, 0.82);
}

.nav-link:hover,
.nav-link:focus-visible,
.footer-link:hover,
.footer-link:focus-visible,
.topbar-item:hover,
.topbar-item:focus-visible {
  color: var(--mint);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--forest);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
}

.hero {
  padding-top: 40px;
  padding-bottom: 60px;
}

.trust-section,
.services-section,
.narrative-section,
.team-section,
.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-grid,
.narrative-grid,
.contact-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  align-items: stretch;
}

.hero-copy,
.hero-panel-card,
.trust-card,
.service-card,
.narrative-card,
.quote-card,
.process-card,
.team-card,
.contact-card {
  position: relative;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  padding: clamp(40px, 4vw, 60px) clamp(24px, 3.4vw, 48px) clamp(28px, 3vw, 40px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(228, 240, 236, 0.54)),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(199, 216, 210, 0.76);
  backdrop-filter: blur(18px);
}

.eyebrow,
.panel-kicker,
.service-index,
.process-step,
.contact-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.eyebrow,
.panel-kicker,
.process-step,
.contact-label {
  color: var(--forest);
}

.hero h1 {
  font-size: clamp(2.9rem, 5.4vw, 5.3rem);
  line-height: 0.94;
  max-width: 12.5ch;
  margin-top: 14px;
}

.hero-text,
.section-heading p,
.service-card p,
.narrative-card p,
.process-card p,
.team-role,
.contact-card p,
.contact-list-item,
.trust-card p {
  color: rgba(18, 33, 31, 0.78);
  line-height: 1.65;
  font-size: 1rem;
}

.hero-text {
  max-width: 68ch;
  margin-top: 20px;
}

.hero-actions,
.contact-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--forest), var(--pine));
  box-shadow: 0 14px 30px rgba(0, 77, 71, 0.24);
}

.button-secondary {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 77, 71, 0.12);
}

.hero-panel {
  position: relative;
  align-self: start;
}

.hero-panel-card {
  padding: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(228, 240, 236, 0.92)),
    var(--mist);
  border: 1px solid rgba(199, 216, 210, 0.84);
  overflow: hidden;
}

.hero-panel-card::before,
.hero-panel-card::after,
.quote-card::before {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.hero-panel-card::before {
  width: 240px;
  height: 240px;
  right: -80px;
  top: -90px;
  background: radial-gradient(circle, rgba(125, 195, 175, 0.52), transparent 70%);
}

.hero-panel-card::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(0, 77, 71, 0.18), transparent 68%);
}

.hero-panel-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  max-width: 10ch;
  margin-top: 12px;
  color: var(--forest);
}

.panel-list {
  list-style: none;
  padding: 0;
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.panel-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
}

.panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(125, 195, 175, 0.18);
}

.hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px dashed rgba(0, 77, 71, 0.18);
  pointer-events: none;
}

.hero-orbit-a {
  width: 280px;
  height: 280px;
  right: 18px;
  top: 18px;
  animation: float 14s linear infinite;
}

.hero-orbit-b {
  width: 360px;
  height: 360px;
  right: -28px;
  top: -22px;
  animation: floatReverse 18s linear infinite;
}

.section-heading {
  max-width: min(980px, 100%);
}

.section-heading h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.02;
}

.section-heading p {
  margin-top: 18px;
}

.trust-grid,
.service-grid,
.process-grid,
.team-grid {
  display: grid;
  gap: 22px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.trust-card,
.service-card,
.process-card,
.team-card,
.contact-card,
.narrative-card,
.quote-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  backdrop-filter: blur(16px);
}

.trust-card {
  padding: 28px;
}

.trust-card h3,
.service-card h3,
.process-card h3,
.team-card h3 {
  font-size: 1.4rem;
  line-height: 1.15;
  color: var(--forest);
}

.trust-card p,
.service-card p,
.process-card p,
.team-role {
  margin-top: 14px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.service-card {
  padding: 28px;
  overflow: hidden;
}

.service-visual-card {
  grid-column: span 2;
  padding: 10px;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.84);
}

.service-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(125, 195, 175, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(0, 77, 71, 0.04), transparent 46%);
  pointer-events: none;
}

.service-visual-card::before {
  display: none;
}

.service-index {
  color: rgba(0, 77, 71, 0.42);
}

.service-card h3 {
  margin-top: 14px;
}

.service-bullets {
  list-style: none;
  padding: 0;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.service-bullets li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}

.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--forest);
}

.service-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 800;
  color: var(--forest);
}

.service-visual-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.narrative-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.narrative-card,
.quote-card {
  padding: 32px;
}

.narrative-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
  color: var(--forest);
  margin-top: 14px;
  max-width: 14ch;
}

.narrative-card p {
  margin-top: 20px;
  max-width: 58ch;
}

.story-copy {
  display: grid;
  gap: 16px;
}

.story-benefits,
.detail-bullets {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.story-benefits li,
.detail-bullets li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  color: rgba(18, 33, 31, 0.82);
}

.story-benefits li::before,
.detail-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
}

.detail-list {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.detail-card-reverse .detail-media {
  order: 2;
}

.detail-card-reverse .detail-copy {
  order: 1;
}

.detail-media {
  min-width: 0;
}

.detail-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 24px;
}

.detail-copy {
  align-self: center;
}

.detail-copy h3 {
  margin-top: 14px;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1.06;
  color: var(--forest);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  letter-spacing: -0.03em;
}

.detail-copy p {
  margin-top: 16px;
  color: rgba(18, 33, 31, 0.8);
  line-height: 1.65;
}

.detail-lead {
  font-size: 1.08rem;
  color: var(--ink);
}

.detail-contact {
  font-weight: 800;
  color: var(--forest);
}

.quote-card {
  background: linear-gradient(180deg, var(--forest), var(--pine));
  color: var(--white);
  overflow: hidden;
}

.quote-card::before {
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(125, 195, 175, 0.35), transparent 72%);
}

.quote-mark {
  font-size: 5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
}

.quote-text {
  margin-top: 60px;
  max-width: 20ch;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.24;
  color: rgba(255, 255, 255, 0.92);
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.process-card {
  padding: 28px;
}

.process-step {
  margin-bottom: 12px;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.team-group {
  margin: 34px 0 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.team-group[hidden] {
  display: none;
}

.team-group-photo {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.team-card {
  padding: 24px;
  overflow: hidden;
}

.team-photo {
  display: block;
  width: calc(100% + 48px);
  margin: -24px -24px 0;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: center 22%;
}

.team-card h3 {
  margin-top: 18px;
}

.team-link {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-weight: 700;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.contact-card {
  padding: 34px;
}

.contact-card h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  color: var(--forest);
  max-width: 14ch;
}

.contact-card p {
  margin-top: 18px;
  max-width: 58ch;
}

.contact-card-alt {
  background:
    linear-gradient(160deg, rgba(125, 195, 175, 0.14), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
}

.contact-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 18px;
}

.contact-list-item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(199, 216, 210, 0.8);
}

.contact-value {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.05rem;
}

.site-footer {
  padding: 34px 0 26px;
  background: linear-gradient(180deg, rgba(0, 77, 71, 0.98), rgba(7, 52, 48, 0.98));
  color: rgba(255, 255, 255, 0.92);
}

.footer-inner {
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand .brand-text strong,
.footer-brand .brand-text span,
.footer-link {
  color: rgba(255, 255, 255, 0.92);
}

.footer-brand .brand-text span {
  color: rgba(255, 255, 255, 0.84);
}

.page-hero-grid,
.page-content-grid {
  display: grid;
  gap: 24px;
}

.page-hero-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(260px, 0.76fr);
  align-items: start;
}

.page-hero-copy,
.page-hero-media,
.page-aside {
  border-radius: var(--radius-xl);
}

.page-hero-copy {
  max-width: 64ch;
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--forest);
}

.page-hero-media {
  margin: 0;
  width: min(100%, 360px);
  justify-self: end;
  padding: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.page-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
}

body[data-page-key] main > .section:first-of-type {
  padding-top: 54px;
  padding-bottom: 24px;
}

body[data-page-key] main > .section:nth-of-type(2) {
  padding-top: 18px;
}

body[data-page-key="om-radix"] .page-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: center;
}

body[data-page-key="om-radix"] .page-hero-media {
  width: min(100%, 640px);
  justify-self: center;
}

body[data-page-key="oekonomi"] .page-hero-media img,
body[data-page-key="specialistbank"] .page-hero-media img {
  object-position: center 18%;
}

body[data-page-key="om-radix"] .page-hero-media img {
  aspect-ratio: 2 / 1;
  object-position: center;
}

body[data-page-key="it"] .page-hero-media img,
body[data-page-key="ledelse"] .page-hero-media img {
  object-position: center 16%;
}

.page-content-grid {
  grid-template-columns: minmax(0, 1.34fr) minmax(250px, 0.66fr);
  align-items: start;
}

.page-rich-copy,
.page-aside {
  padding: 30px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.page-rich-copy {
  display: grid;
  gap: 18px;
}

.page-copy-section {
  padding-top: 18px;
  border-top: 1px solid rgba(199, 216, 210, 0.8);
}

.page-copy-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-rich-copy p,
.page-aside p {
  color: rgba(18, 33, 31, 0.8);
  line-height: 1.7;
}

.page-copy-section h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  color: var(--forest);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
}

.page-copy-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.page-copy-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
  color: rgba(18, 33, 31, 0.82);
}

.page-copy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--forest);
}

.page-aside h2,
.related-section h2 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  color: var(--forest);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
}

.page-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.page-aside li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.page-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--forest);
}

.page-aside p {
  margin-top: 20px;
  font-weight: 700;
  color: var(--forest);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.related-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(199, 216, 210, 0.8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.related-card h3 {
  font-size: 1.2rem;
  color: var(--forest);
}

.related-card p {
  margin-top: 12px;
  color: rgba(18, 33, 31, 0.78);
  line-height: 1.6;
}

.related-card a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 800;
  color: var(--forest);
}

.footer-links {
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom {
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .contact-grid,
  .narrative-grid,
  .trust-grid,
  .process-grid,
  .service-grid,
  .team-grid,
  .page-hero-grid,
  .page-content-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-inner {
    min-height: 86px;
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
  }

  .page-content-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
  }

  body[data-page-key="om-radix"] .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 780px) {
  body {
    background:
      url("images/graphics/background-orbit-top.svg") top 88px right -240px / 620px no-repeat,
      url("images/graphics/background-orbit-bottom.svg") bottom 90px left -240px / 520px no-repeat,
      radial-gradient(circle at top left, rgba(125, 195, 175, 0.28), transparent 30%),
      radial-gradient(circle at 85% 12%, rgba(0, 77, 71, 0.16), transparent 22%),
      linear-gradient(180deg, #fbfaf7 0%, #f5f2eb 100%);
  }

  .section {
    padding: 56px 0;
  }

  body[data-page-key] main > .section:first-of-type {
    padding-top: 42px;
    padding-bottom: 18px;
  }

  body[data-page-key] main > .section:nth-of-type(2) {
    padding-top: 12px;
  }

  .topbar {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 42;
  }

  .site-header {
    overflow: visible;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    margin-left: 0;
    padding: 20px;
    background: rgba(251, 250, 247, 0.96);
    border: 1px solid rgba(199, 216, 210, 0.9);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    z-index: 41;
  }

  .site-header::after {
    width: 118px;
    height: 52px;
    right: 74px;
    opacity: 0.04;
  }

  .site-header .brand {
    gap: 12px;
  }

  .site-header .brand-logo {
    height: 52px;
  }

  .site-header .brand-text span {
    font-size: 0.86rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-grid,
  .contact-grid,
  .narrative-grid,
  .trust-grid,
  .process-grid,
  .service-grid,
  .team-grid,
  .hero-facts,
  .footer-inner,
  .footer-bottom,
  .page-hero-grid,
  .page-content-grid,
  .related-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-panel-card,
  .contact-card,
  .narrative-card,
  .quote-card,
  .detail-card {
    padding: 26px;
  }

  .hero-copy {
    padding: 18px 8px 0;
  }

  .hero h1 {
    max-width: 9ch;
  }

  .quote-text {
    margin-top: 34px;
    max-width: unset;
  }

  .detail-card,
  .detail-card-reverse {
    grid-template-columns: 1fr;
  }

  .detail-card-reverse .detail-media,
  .detail-card-reverse .detail-copy {
    order: initial;
  }

  .detail-image {
    min-height: 240px;
  }

  .footer-bottom {
    gap: 10px;
  }

  body[data-page-key="om-radix"] .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-media {
    width: 100%;
    max-width: 360px;
    justify-self: center;
  }

  body[data-page-key="om-radix"] .page-hero-media {
    width: 100%;
    max-width: 640px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
