/* ============================================================
   AKCEPTUM AG — v10 Final Design System
   V5 Pure White palette + multilingual cascade + drifting alps
   ============================================================ */

:root {
  /* V5 PURE WHITE palette */
  --paper:        #FFFFFF;
  --paper-d:      #FAFBFD;     /* very subtle cool off-white for panels */
  --paper-2:      #E5ECF5;     /* linen blue secondary */
  --paper-3:      #F4F7FB;     /* lightest cool tint for hover/strip */

  --ink:          #1A2233;     /* deep navy-black, slightly warm */
  --ink-soft:     rgba(26,34,51,.66);
  --ink-faint:    rgba(26,34,51,.42);
  --ink-line:     rgba(26,34,51,.10);
  --ink-line-2:   rgba(26,34,51,.18);

  --accent:       #2D4F8C;     /* navy steel — single brand accent */
  --accent-deep:  #1A3160;
  --accent-soft:  #5A7AB0;
  --slate:        #A8B6CC;

  /* Molphoro page palette (only on /molphoro/) */
  --m-orange:       #D84818;
  --m-orange-deep:  #8C2D0E;
  --m-orange-glow:  #F26B2B;
  --m-azure:        #48A8F0;
  --m-azure-deep:   #1B5680;
  --m-azure-night:  #0E2B4C;
  --m-paper:        #FFFAF2;
  --m-paper-d:      #FFF1DE;

  --max:    1640px;
  --gutter: clamp(28px, 5vw, 56px);
}

.theme-molphoro {
  --paper:    var(--m-paper);
  --paper-d:  var(--m-paper-d);
  --accent:        var(--m-orange);
  --accent-deep:   var(--m-orange-deep);
  --accent-soft:   var(--m-orange-glow);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { background: var(--paper); color: var(--ink); }
body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern', 'liga', 'ss01';
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 2px; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
input, textarea, select { font: inherit; color: inherit; background: transparent; border: 0; }
::selection { background: var(--accent); color: var(--paper); }

/* skip-to-content for accessibility */
.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--ink); color: var(--paper);
  padding: 12px 18px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 100;
}
.skip-link:focus { top: 0; }

/* ============================================================
   ALPINE BACKGROUND — fixed, drifting horizon
   ============================================================ */
.alps {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.alps__sky {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFE 30%, #F2F6FC 65%, #E5ECF5 100%);
}
.alps__layer {
  position: absolute; left: 0; bottom: 0;
  width: 220%;
}
.alps__layer svg { width: 100%; height: 100%; display: block; }

@keyframes drift-far  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes drift-mid  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes drift-near { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .alps__layer { animation: none !important; }
  .alps__cloud { animation: none !important; }
}

.alps__layer--far  { animation: drift-far  140s linear infinite; opacity: 0.30; bottom: 14%; height: 14%; }
.alps__layer--mid  { animation: drift-mid   90s linear infinite; opacity: 0.45; bottom: 6%; height: 16%; }
.alps__layer--near { animation: drift-near  55s linear infinite; opacity: 0.62; bottom: 0; height: 16%; }

.alps__haze {
  position: absolute; left: 0; right: 0; bottom: 12%; height: 22%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(220,232,248,0.4) 70%, rgba(220,232,248,0.7) 100%);
  pointer-events: none;
}

.alps__clouds { position: absolute; inset: 0; overflow: hidden; }
.alps__cloud {
  position: absolute;
  border-radius: 40%;
  filter: blur(40px);
  background: rgba(255,255,255,.7);
  animation: drift-far 200s linear infinite;
}
.alps__cloud--1 { top: 12%; left: -10%; width: 320px; height: 60px; animation-duration: 280s; }
.alps__cloud--2 { top: 22%; left: 30%; width: 220px; height: 40px; animation-duration: 240s; }
.alps__cloud--3 { top: 18%; left: 70%; width: 280px; height: 50px; animation-duration: 320s; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 22px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--ink-line);
}
.theme-molphoro .nav { background: rgba(255,250,242,.82); }

.nav__brand {
  font-weight: 800; font-size: 22px;
  letter-spacing: -0.022em;
  display: flex; align-items: baseline; gap: 14px;
  color: var(--ink);
}
.nav__brand span {
  font-family: 'DM Mono', monospace;
  font-weight: 400; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.nav__menu {
  display: flex; gap: clamp(20px, 2.4vw, 36px); align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav__menu a { font-weight: 500; padding: 6px 0; position: relative; color: var(--ink); }
.nav__menu a:hover { color: var(--accent); }
.nav__menu a[aria-current="page"] { color: var(--accent); }
.nav__menu a[aria-current="page"]::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
}
.nav__lang { display: flex; padding-left: 20px; border-left: 1px solid var(--ink-line); }
.nav__lang a { padding: 4px 8px; opacity: 0.5; }
.nav__lang a[aria-current="true"] { opacity: 1; color: var(--accent); font-weight: 700; }

.nav__burger { display: none; }

@media (max-width: 980px) {
  .nav { padding: 16px var(--gutter); }
  .nav__menu { display: none; }
  .nav__burger {
    display: flex; flex-direction: column; gap: 5px;
    width: 30px; height: 22px;
    justify-content: center;
    cursor: pointer;
  }
  .nav__burger span { display: block; height: 1.5px; background: var(--ink); }
  .nav__menu.is-open {
    display: flex; flex-direction: column;
    position: fixed; top: 60px; left: 0; right: 0;
    background: var(--paper); padding: 32px var(--gutter);
    align-items: flex-start; gap: 22px;
    border-bottom: 1px solid var(--ink-line);
    font-size: 14px;
  }
  .nav__menu.is-open .nav__lang { padding-left: 0; border-left: 0; padding-top: 12px; border-top: 1px solid var(--ink-line); width: 100%; }
}

main { position: relative; z-index: 2; }

/* ============================================================
   LETTERHEAD STRIP
   ============================================================ */
.letterhead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  padding: 24px var(--gutter);
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink-line);
  align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft);
  font-weight: 500;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
}
.letterhead__l { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.letterhead__r { display: flex; gap: 20px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.letterhead__c {
  font-size: 9px; letter-spacing: 0.2em;
  color: var(--accent); font-weight: 600;
  border: 1px solid var(--accent); padding: 6px 14px;
  white-space: nowrap;
}
.letterhead b {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800; text-transform: none;
  letter-spacing: -0.005em;
  color: var(--ink); font-size: 12px;
}
@media (max-width: 880px) {
  .letterhead { grid-template-columns: 1fr; text-align: center; gap: 12px; padding: 16px var(--gutter); }
  .letterhead__l, .letterhead__r { justify-content: center; }
}

/* ============================================================
   SECTION HEAD — chapter labels
   ============================================================ */
.section-head {
  padding: 80px var(--gutter) 0;
  max-width: var(--max); margin: 0 auto;
}
.section-head__chapter {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; gap: 16px; align-items: center;
  margin-bottom: 24px;
}
.section-head__chapter::before {
  content: ''; width: 26px; height: 1px; background: var(--accent);
}

/* ============================================================
   PAGE HERO BAND (inner pages — not home)
   ============================================================ */
.page-hero {
  padding: 130px var(--gutter) clamp(60px, 8vw, 100px);
  max-width: var(--max); margin: 0 auto;
  position: relative;
}
.page-hero__chapter {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; gap: 16px; align-items: center;
  margin-bottom: 28px;
}
.page-hero__chapter::before {
  content: ''; width: 26px; height: 1px; background: var(--accent);
}
.page-hero__h1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(48px, 7vw, 124px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.034em;
  color: var(--ink);
  text-wrap: balance;
  max-width: 22ch;
  margin-bottom: 32px;
}
.page-hero__h1 .light { font-weight: 200; letter-spacing: -0.028em; }
.page-hero__h1 .accent { color: var(--accent); }
.page-hero__lede {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.5; max-width: 56ch;
  color: var(--ink);
  border-top: 1px solid var(--ink-line);
  padding-top: 26px;
}
.page-hero__lede strong { font-weight: 700; }

/* ============================================================
   HOME HERO
   ============================================================ */
.hero { padding: 88px 0 0; position: relative; isolation: isolate; }

.docbody {
  padding: 80px var(--gutter) 60px;
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 96px;
  align-items: start;
  position: relative;
}
@media (max-width: 1100px) {
  .docbody { grid-template-columns: 1fr; gap: 48px; padding: 48px var(--gutter) 40px; }
}

.doc__article { display: flex; flex-direction: column; }
.doc__ref {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; gap: 16px; align-items: center;
  margin-bottom: 28px;
}
.doc__ref::before {
  content: ''; width: 26px; height: 1px; background: var(--accent);
}

.voices { display: grid; gap: 12px; margin-bottom: 36px; }
.voice {
  font-family: 'Hanken Grotesk', sans-serif;
  letter-spacing: -0.034em;
}
.voice__lang {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
  width: 32px;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -0.18em;
}
.voice--primary {
  font-size: clamp(48px, 7vw, 116px);
  font-weight: 800; line-height: 0.96;
  color: var(--ink);
}
.voice--primary .voice__lang { font-size: 13px; top: -0.4em; }
.voice--secondary {
  font-size: clamp(28px, 4vw, 60px);
  font-weight: 300; line-height: 1;
  letter-spacing: -0.024em; color: var(--ink);
}
.voice--tertiary {
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 300; line-height: 1.04;
  color: var(--ink-soft); letter-spacing: -0.018em;
}
.voice--quaternary {
  font-size: clamp(20px, 2.6vw, 36px);
  font-weight: 200; line-height: 1.06;
  color: var(--ink-soft); letter-spacing: -0.012em;
}

.doc__sub {
  font-size: 21px; line-height: 1.55;
  color: var(--ink); max-width: 40ch;
  font-weight: 400;
  border-top: 1px solid var(--ink-line);
  padding-top: 28px;
}
.doc__sub strong { font-weight: 700; }

/* CERTIFICATE / REGISTRY PANEL */
.cert {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--ink-line);
  padding: 40px;
  display: flex; flex-direction: column; gap: 24px;
  position: relative;
}
.cert__seal {
  position: absolute;
  top: 32px; right: 32px;
  width: 92px; height: 92px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: 'DM Mono', monospace;
  font-weight: 600;
  color: var(--accent);
}
.cert__seal__top { font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.cert__seal__num { font-family: 'Hanken Grotesk', sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.cert__seal__bot { font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 2px; }

.cert__head {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; align-items: center; gap: 12px;
  padding-right: 110px;
}
.cert__head::before {
  content: ''; width: 7px; height: 7px; background: var(--accent);
  transform: rotate(45deg);
}
.cert__rows { display: flex; flex-direction: column; border-top: 1px solid var(--ink-line); }
.cert__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink-line);
  align-items: baseline;
}
.cert__key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.cert__val {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 17px; font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.cert__val small {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 400;
  color: var(--ink-soft);
  margin-top: 2px;
  letter-spacing: 0.04em;
}
.cert__signature {
  display: flex; align-items: flex-end; gap: 24px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--ink-line);
}
.cert__signature__name {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800; font-size: 22px;
  letter-spacing: -0.012em;
}
.cert__signature__role {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* HERO STATS BAND */
.docstats {
  margin-top: 60px;
  padding: 36px var(--gutter) 56px;
  border-top: 2px solid var(--ink);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 56px;
  align-items: end;
}
@media (max-width: 1100px) {
  .docstats { grid-template-columns: 1fr 1fr; gap: 32px; padding: 28px var(--gutter) 40px; }
  .docstats__loc { grid-column: span 2; text-align: left; }
}
.dstat .key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.dstat .key::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px;
  background: var(--accent);
  transform: rotate(45deg);
  margin-right: 6px;
  vertical-align: middle;
  position: relative; top: -1px;
}
.dstat .val {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(48px, 5vw, 64px); font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  font-feature-settings: 'tnum';
}
.dstat .val sup {
  font-size: 0.32em; font-weight: 500; vertical-align: super;
  color: var(--accent); margin-left: 2px;
}
.dstat .desc {
  font-size: 13px; line-height: 1.55;
  color: var(--ink-soft);
  max-width: 24ch;
  margin-top: 6px;
}

.docstats__loc {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 500;
  color: var(--ink-soft);
  text-align: right;
  line-height: 1.7;
}
.docstats__loc strong {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800; letter-spacing: -0.005em;
  text-transform: none; font-size: 13px;
  color: var(--ink);
}

/* ============================================================
   POSITION SECTION
   ============================================================ */
.position {
  padding: clamp(80px, 10vw, 140px) var(--gutter) clamp(80px, 10vw, 140px);
  max-width: var(--max); margin: 0 auto;
}
.position__inner {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--ink-line);
  padding: clamp(48px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 5vw, 88px);
  align-items: start;
}
@media (max-width: 1100px) { .position__inner { grid-template-columns: 1fr; gap: 40px; } }

.position__h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.034em;
  color: var(--ink);
  text-wrap: balance;
}
.position__h2 .accent { color: var(--accent); }
.position__h2 .light { font-weight: 200; letter-spacing: -0.026em; }
.position__body {
  display: flex; flex-direction: column; gap: 24px;
}
.position__body p { font-size: 19px; line-height: 1.65; color: var(--ink); }
.position__body p:first-child {
  font-size: 22px; font-weight: 500;
  color: var(--ink); line-height: 1.5;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink-line);
}
.position__body strong { font-weight: 700; }

/* ============================================================
   SERVICES — fixed-width column for code labels (LO bug fix)
   ============================================================ */
.services {
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  max-width: var(--max); margin: 0 auto;
}
.services__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 80px);
}
@media (max-width: 1100px) { .services__head { grid-template-columns: 1fr; gap: 24px; } }

.services__h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5.2vw, 84px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.034em;
}
.services__h2 .light { font-weight: 200; letter-spacing: -0.028em; }
.services__h2 .accent { color: var(--accent); }
.services__intro {
  font-size: 18px; line-height: 1.65;
  color: var(--ink-soft);
  max-width: 44ch;
  padding-bottom: 12px;
}

.services__list {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--ink-line);
  border-top: 2px solid var(--ink);
}

/* SERVICE ITEM — bug fix: code label is now FIXED 64px column with 2 letters only */
.svc-item {
  display: grid;
  grid-template-columns: 90px 64px 1fr 80px;
  gap: 28px;
  padding: clamp(28px, 3.2vw, 44px) clamp(28px, 3.2vw, 44px);
  border-bottom: 1px solid var(--ink-line);
  align-items: start;
  transition: padding-left .25s ease, background .25s ease;
}
.svc-item:hover { padding-left: clamp(36px, 4vw, 56px); background: var(--paper-3); }
.svc-item:last-child { border-bottom: 0; }

.svc-item__num {
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
  padding-top: 10px;
}
.svc-item__num b {
  display: block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 28px; font-weight: 800;
  letter-spacing: -0.018em;
  color: var(--ink); margin-bottom: 4px;
  text-transform: none;
  font-feature-settings: 'tnum';
}

/* CODE LABEL — fixed width, 2 letters only, tight */
.svc-item__code {
  font-family: 'DM Mono', monospace;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
  padding-top: 14px;
  white-space: nowrap;
  /* fixed column width prevents overlap */
}
.svc-item__code::before {
  content: ''; display: inline-block;
  width: 7px; height: 7px;
  background: var(--accent);
  transform: rotate(45deg);
  margin-right: 8px;
  vertical-align: middle;
  position: relative; top: -1px;
}

.svc-item__body h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.022em;
  margin-bottom: 14px;
  color: var(--ink);
}
.svc-item__body h3 .light { font-weight: 200; letter-spacing: -0.018em; }
.svc-item__body p {
  font-size: 17px; line-height: 1.6;
  color: var(--ink-soft);
  max-width: 60ch;
}
.svc-item__arrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: right;
  padding-top: 12px;
  color: var(--accent);
  transition: transform .25s ease;
}
.svc-item:hover .svc-item__arrow { transform: translateX(8px); }
@media (max-width: 880px) {
  .svc-item { grid-template-columns: 1fr; gap: 8px; }
  .svc-item__arrow { display: none; }
  .svc-item__num { padding-top: 0; }
  .svc-item__code { padding-top: 0; }
}

/* ============================================================
   MOLPHORO PREVIEW (on home page)
   ============================================================ */
.molphoro-preview {
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  max-width: var(--max); margin: 0 auto;
}
.molphoro-preview__inner {
  background: rgba(255,250,242,.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(216,72,24,.18);
  border-top: 2px solid var(--m-orange);
  padding: clamp(48px, 6vw, 96px);
  display: grid;
  grid-template-columns: 220px 1.4fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.molphoro-preview__inner::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle,
    rgba(216,72,24,.15) 0%,
    rgba(216,72,24,.04) 40%,
    transparent 70%);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .molphoro-preview__inner { grid-template-columns: 1fr; gap: 32px; }
}
.molphoro-preview > * { position: relative; }
.molphoro-preview__logo img { width: 200px; height: auto; }

.molphoro-preview__article h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.02;
  color: var(--m-azure-deep);
  margin-bottom: 24px;
}
.molphoro-preview__article h2 .accent { color: var(--m-orange); }
.molphoro-preview__article h2 sup {
  font-family: 'DM Mono', monospace;
  font-size: 0.18em;
  vertical-align: super; letter-spacing: 0;
  color: var(--m-orange); font-weight: 400;
  margin-left: 8px;
}
.molphoro-preview__article p {
  font-size: 19px; line-height: 1.6;
  color: var(--ink);
  max-width: 44ch;
  margin-bottom: 12px;
}
.molphoro-preview__article p strong { color: var(--m-orange); font-weight: 700; }

.molphoro-preview__cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  padding: 16px 28px;
  background: var(--m-azure-deep); color: #FFF;
  border-radius: 100px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px; font-weight: 600;
  letter-spacing: -0.005em;
  transition: transform .2s, background .2s;
}
.molphoro-preview__cta:hover { transform: translateY(-1px); background: var(--m-azure-night); }
.molphoro-preview__cta::after { content: '→'; opacity: 0.7; }

.molphoro-preview__stats { display: flex; flex-direction: column; gap: 28px; }
.mp-stat .key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--m-orange);
  margin-bottom: 10px;
}
.mp-stat .key::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px;
  background: var(--m-orange);
  transform: rotate(45deg);
  margin-right: 6px;
  vertical-align: middle;
}
.mp-stat .val {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.034em;
  line-height: 1;
  color: var(--m-azure-deep);
  font-feature-settings: 'tnum';
}
.mp-stat .val sup {
  font-size: 0.32em; vertical-align: super;
  color: var(--m-orange); margin-left: 2px;
  font-weight: 500;
}
.mp-stat .desc {
  font-size: 13px; color: var(--ink-soft);
  max-width: 22ch; margin-top: 6px;
}

/* ============================================================
   CONTACT SECTION (home + contact page)
   ============================================================ */
.contact {
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  max-width: var(--max); margin: 0 auto;
}
.contact__inner {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border: 1px solid var(--ink-line);
  border-top: 2px solid var(--ink);
  padding: clamp(48px, 6vw, 96px);
}
.contact__head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 80px);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ink-line);
}
.contact__h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 800; letter-spacing: -0.034em;
  line-height: 1.02;
}
.contact__h2 .light { font-weight: 200; letter-spacing: -0.026em; }
.contact__h2 .accent { color: var(--accent); }
.contact__addr {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft);
  line-height: 1.7;
  display: flex; align-items: flex-start; gap: 14px;
}
.contact__addr .pin {
  width: 12px; height: 12px;
  background: var(--accent); transform: rotate(45deg);
  flex-shrink: 0; margin-top: 6px;
}
.contact__addr strong {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800; letter-spacing: -0.005em;
  text-transform: none; font-size: 14px;
  color: var(--ink); display: block;
}
@media (max-width: 1100px) { .contact__head { grid-template-columns: 1fr; gap: 24px; } }

.contact__panels {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 880px) { .contact__panels { grid-template-columns: 1fr; } }
.contact__panel {
  border: 1px solid var(--ink-line);
  padding: 36px;
  background: rgba(255,255,255,.6);
}
.contact__panel .key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent); font-weight: 500;
  margin-bottom: 18px;
}
.contact__panel h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.05;
  margin-bottom: 14px;
}
.contact__panel h3 .light { font-weight: 200; letter-spacing: -0.018em; }
.contact__panel p {
  font-size: 16px; line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 36ch;
}
.contact__panel a.line {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  display: flex; align-items: baseline; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ink-line);
  color: var(--ink);
  transition: color .2s, border-color .2s;
}
.contact__panel a.line:hover { color: var(--accent); border-color: var(--accent); }
.contact__panel a.line:last-child { border-bottom: 0; }
.contact__panel a.line span {
  font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-soft); text-transform: uppercase;
  width: 56px; flex-shrink: 0;
}

/* ============================================================
   CONTACT FORM (kontakt page)
   ============================================================ */
.kontakt-form {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.kontakt-form .field { display: flex; flex-direction: column; gap: 8px; }
.kontakt-form .field--full { grid-column: span 2; }
.kontakt-form label {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.kontakt-form label .req { color: var(--accent); margin-left: 2px; }
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea {
  border: 1px solid var(--ink-line);
  background: var(--paper);
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Hanken Grotesk', sans-serif;
  color: var(--ink);
  border-radius: 0;
  transition: border-color .2s;
}
.kontakt-form input:focus,
.kontakt-form select:focus,
.kontakt-form textarea:focus {
  outline: none; border-color: var(--accent);
}
.kontakt-form textarea { resize: vertical; min-height: 140px; font-family: 'Hanken Grotesk', sans-serif; }
.kontakt-form .checkbox {
  grid-column: span 2;
  display: grid; grid-template-columns: 22px 1fr;
  gap: 14px; align-items: start;
  font-size: 13px; line-height: 1.5;
  color: var(--ink-soft);
}
.kontakt-form .checkbox input {
  width: 18px; height: 18px; padding: 0;
  margin-top: 2px;
  accent-color: var(--accent);
}
.kontakt-form .checkbox a { color: var(--accent); text-decoration: underline; }
.kontakt-form .submit-row {
  grid-column: span 2;
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  margin-top: 8px;
}
.kontakt-form button[type="submit"] {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 28px;
  background: var(--ink); color: var(--paper);
  border-radius: 100px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px; font-weight: 600;
  letter-spacing: -0.005em;
  transition: transform .2s, background .2s;
}
.kontakt-form button[type="submit"]:hover { transform: translateY(-1px); background: var(--accent); }
.kontakt-form button[type="submit"]::after { content: '→'; opacity: 0.7; }
.kontakt-form .form-note {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
}
@media (max-width: 700px) {
  .kontakt-form { grid-template-columns: 1fr; }
  .kontakt-form .field--full,
  .kontakt-form .checkbox,
  .kontakt-form .submit-row { grid-column: span 1; }
}

/* ============================================================
   PROFILE / ABOUT page sections
   ============================================================ */
.profile-grid {
  padding: clamp(60px, 8vw, 100px) var(--gutter);
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 1100px) { .profile-grid { grid-template-columns: 1fr; gap: 32px; } }

.profile-text { display: flex; flex-direction: column; gap: 22px; }
.profile-text p {
  font-size: 18px; line-height: 1.65;
  color: var(--ink);
}
.profile-text p:first-child {
  font-size: 22px; line-height: 1.5;
  font-weight: 500; padding-bottom: 22px;
  border-bottom: 1px solid var(--ink-line);
}
.profile-text strong { font-weight: 700; }

.profile-card {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--ink-line);
  padding: 40px;
  display: flex; flex-direction: column; gap: 24px;
}
.profile-card .key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft);
}
.profile-card h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 26px; font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.1;
}
.profile-card .row {
  display: grid; grid-template-columns: 130px 1fr;
  gap: 20px; padding: 14px 0;
  border-top: 1px solid var(--ink-line);
  align-items: baseline;
}
.profile-card .row:first-of-type { border-top: 0; padding-top: 0; }
.profile-card .row span:first-child {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.profile-card .row span:last-child {
  font-size: 15px; font-weight: 600;
  color: var(--ink);
}
.profile-card .row span:last-child small {
  display: block; font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 400;
  color: var(--ink-soft); margin-top: 2px;
  letter-spacing: 0.04em;
}

/* ============================================================
   LEGAL pages — long-form text
   ============================================================ */
.legal {
  padding: clamp(40px, 6vw, 80px) var(--gutter) clamp(80px, 9vw, 140px);
  max-width: 920px; margin: 0 auto;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
}
.legal h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.1;
  margin-top: 56px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink-line);
  color: var(--ink);
}
.legal h2:first-child { margin-top: 0; }
.legal h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 19px; font-weight: 800;
  letter-spacing: -0.012em;
  margin-top: 32px;
  margin-bottom: 12px;
  color: var(--ink);
}
.legal p {
  font-size: 16px; line-height: 1.7;
  color: var(--ink); max-width: 76ch;
  margin-bottom: 16px;
}
.legal ul, .legal ol {
  margin-left: 22px;
  margin-bottom: 18px;
  list-style: disc;
}
.legal ol { list-style: decimal; }
.legal li {
  font-size: 16px; line-height: 1.7;
  color: var(--ink); max-width: 70ch;
  margin-bottom: 6px;
}
.legal a { color: var(--accent); text-decoration: underline; }
.legal a:hover { text-decoration: none; }
.legal strong { font-weight: 700; }
.legal table {
  border-collapse: collapse; width: 100%;
  margin: 22px 0;
  font-size: 14px;
}
.legal th, .legal td {
  text-align: left; padding: 10px 14px;
  border-bottom: 1px solid var(--ink-line);
  vertical-align: top;
}
.legal th {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.legal__meta {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft);
  padding: 16px 0;
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
  margin-bottom: 32px;
  display: flex; gap: 28px; flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(72px, 9vw, 120px) var(--gutter) clamp(36px, 4vw, 56px);
  position: relative; z-index: 5;
}
.footer__top {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(48px, 6vw, 80px);
}
@media (max-width: 880px) { .footer__top { grid-template-columns: 1fr 1fr; } }
.footer__brand h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800; letter-spacing: -0.028em;
  line-height: 1.02;
  color: var(--paper); max-width: 18ch;
}
.footer__brand h2 .light { font-weight: 200; }
.footer__brand h2 .accent { color: var(--accent-soft); }
.footer__brand p {
  font-size: 13px; line-height: 1.7;
  color: rgba(255,255,255,.55);
  max-width: 32ch;
  margin-top: 18px;
}
.footer__nav h4 {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 18px;
}
.footer__nav ul li { margin-bottom: 10px; font-size: 14px; }
.footer__nav a { color: rgba(255,255,255,.78); transition: color .2s; }
.footer__nav a:hover { color: var(--paper); }
.footer__nav a.molphoro {
  color: var(--m-orange-glow);
  font-weight: 600;
}

.footer__bottom {
  max-width: var(--max); margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 20px;
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__bottom a { color: rgba(255,255,255,.7); transition: color .2s; }
.footer__bottom a:hover { color: var(--paper); }

/* ============================================================
   MOLPHORO PAGE STYLES (full theme override)
   ============================================================ */
.theme-molphoro body { background: var(--paper); }

.m-hero {
  padding: 88px var(--gutter) clamp(72px, 9vw, 140px);
  position: relative; isolation: isolate; overflow: hidden;
}
.m-hero__inner {
  max-width: var(--max); margin: 0 auto;
  position: relative; z-index: 2;
  padding-top: 60px;
}
.m-hero__brand {
  display: flex; align-items: center; gap: 36px;
  margin-bottom: 60px;
  padding: 24px 0;
  border-top: 2px solid var(--m-orange);
  border-bottom: 1px solid rgba(216,72,24,.25);
}
.m-hero__brand img { width: 140px; height: auto; }
.m-hero__brand .text {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 500;
  line-height: 1.7; color: var(--m-orange-deep);
}
.m-hero__brand .text strong {
  display: block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px; font-weight: 800;
  letter-spacing: -0.012em; text-transform: none;
  color: var(--m-azure-deep); margin-bottom: 4px;
  line-height: 1;
}
.m-hero__brand .text b {
  display: block; font-size: 10px;
  color: var(--ink-soft); font-weight: 500;
  margin-top: 4px;
}

.m-hero__title {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(60px, 9vw, 168px);
  font-weight: 800; line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--m-azure-deep);
  text-wrap: balance;
  margin-bottom: 60px;
}
.m-hero__title .accent { color: var(--m-orange); }
.m-hero__title .light { font-weight: 200; letter-spacing: -0.032em; color: var(--m-azure-deep); }
.m-hero__title sup {
  font-family: 'DM Mono', monospace;
  font-size: 0.16em; vertical-align: super;
  letter-spacing: 0; color: var(--m-azure);
  font-weight: 400; margin-left: 8px;
}

.m-hero__panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(48px, 5vw, 80px);
  padding-top: 40px;
  border-top: 1px solid rgba(216,72,24,.25);
  align-items: start;
}
@media (max-width: 1100px) { .m-hero__panel { grid-template-columns: 1fr; } }

.m-hero__lede {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5; font-weight: 400;
  max-width: 36ch; color: var(--ink);
}
.m-hero__lede strong { color: var(--m-orange); font-weight: 700; }

.m-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.m-hero__stat .key {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--m-azure-deep);
  margin-bottom: 12px;
}
.m-hero__stat .key::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px;
  background: var(--m-orange);
  transform: rotate(45deg);
  margin-right: 6px;
  vertical-align: middle;
}
.m-hero__stat .val {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(48px, 5vw, 76px); font-weight: 800;
  letter-spacing: -0.034em; line-height: 0.95;
  color: var(--m-azure-deep);
  font-feature-settings: 'tnum';
}
.m-hero__stat .val sup {
  font-size: 0.32em; vertical-align: super;
  color: var(--m-orange); margin-left: 2px;
  font-weight: 500;
}
.m-hero__stat .desc {
  font-size: 13px; line-height: 1.55;
  color: var(--ink-soft); max-width: 22ch;
  margin-top: 8px;
}

.m-section {
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  max-width: var(--max); margin: 0 auto;
}
.m-section__head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(48px, 6vw, 80px);
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(216,72,24,.25);
}
@media (max-width: 880px) { .m-section__head { grid-template-columns: 1fr; gap: 16px; } }
.m-section__num {
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--m-orange);
}
.m-section__num::before { content: ''; display: inline-block; width: 7px; height: 7px; background: var(--m-orange); transform: rotate(45deg); margin-right: 8px; vertical-align: middle; }
.m-section__h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 800; letter-spacing: -0.034em;
  line-height: 1.02;
  color: var(--m-azure-deep);
}
.m-section__h2 .light { font-weight: 200; letter-spacing: -0.028em; }
.m-section__h2 .accent { color: var(--m-orange); }

.m-userbox { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .m-userbox { grid-template-columns: 1fr; } }
.m-userbox__item {
  background: var(--paper);
  border: 1px solid rgba(216,72,24,.2);
  border-left: 3px solid var(--m-orange);
  padding: 36px 32px;
}
.m-userbox__item .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 500;
  color: var(--m-orange); margin-bottom: 16px;
  display: block;
}
.m-userbox__item h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--m-azure-deep); margin-bottom: 14px;
}
.m-userbox__item p {
  font-size: 15px; line-height: 1.6;
  color: var(--ink-soft);
}

.m-trademarks {
  background: var(--m-azure-night);
  color: var(--paper);
  padding: clamp(56px, 6vw, 96px);
  margin: clamp(40px, 5vw, 80px) 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px) { .m-trademarks { grid-template-columns: 1fr; } }
.m-trademarks h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800; letter-spacing: -0.028em;
  line-height: 1.04;
  color: var(--paper); margin-bottom: 22px;
}
.m-trademarks h3 .accent { color: var(--m-orange-glow); }
.m-trademarks h3 .light { font-weight: 200; }
.m-trademarks p {
  color: rgba(255,255,255,.78);
  font-size: 18px; line-height: 1.55;
  max-width: 42ch;
}
.m-trademarks__list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  font-family: 'DM Mono', monospace;
  font-size: 14px; font-weight: 500;
}
.m-trademarks__list span {
  color: var(--m-azure);
  padding: 14px 0;
  border-bottom: 1px solid rgba(72,168,240,.25);
}
.m-trademarks__list span b {
  display: block; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  font-weight: 500;
  margin-bottom: 6px;
}

.m-cta {
  background: linear-gradient(135deg, var(--m-orange-deep) 0%, var(--m-orange) 60%, var(--m-orange-glow) 100%);
  color: var(--paper);
  padding: clamp(56px, 7vw, 100px);
  position: relative; overflow: hidden;
}
.m-cta::before {
  content: ''; position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(72,168,240,.2) 0%, transparent 60%);
}
.m-cta__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 1100px) { .m-cta__inner { grid-template-columns: 1fr; } }
.m-cta h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 800; letter-spacing: -0.034em;
  line-height: 1; color: var(--paper);
  margin-bottom: 22px;
}
.m-cta h2 .light { font-weight: 200; opacity: 0.9; }
.m-cta p {
  font-size: 19px; line-height: 1.5;
  color: rgba(255,255,255,.88);
  margin-bottom: 28px;
  max-width: 36ch;
}
.m-cta__buttons { display: flex; flex-direction: column; gap: 14px; }
.m-cta__btn {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  background: var(--paper); color: var(--m-orange-deep);
  border-radius: 100px;
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  transition: transform .2s;
}
.m-cta__btn:hover { transform: translateY(-1px); }
.m-cta__btn b {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 18px; font-weight: 800;
  letter-spacing: -0.012em; text-transform: none;
  color: var(--m-azure-deep);
}
.m-cta__btn--secondary {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.4);
}
.m-cta__btn--secondary b { color: var(--paper); }

/* responsive helpers */
.hidden-mobile { }
@media (max-width: 700px) { .hidden-mobile { display: none; } }
