@font-face {
  font-family: "Geist";
  src: url("./assets/geist-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./assets/geist-mono.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Rebel Instrument";
  src: url("./assets/instrument-sans.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Rebel Archivo";
  src: url("./assets/archivo-black.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ink: #0b0c0f;
  --paper: #f5f5f2;
  --blue: #194cff;
  --coral: #ff4e5f;
  --cyan: #48e6e0;
  --header-pad: clamp(18px, 2.2vw, 34px);
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; background: #05060c; }

body {
  color: var(--ink);
  font-family: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

::selection { background: #194cff; color: white; }

.u-arw { display: inline-block; width: .74em; height: .74em; vertical-align: -.02em; }
.u-arw path { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.site-shell { position: relative; height: 100svh; overflow: hidden; background: #05060c; }

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px var(--header-pad);
  color: white;
  mix-blend-mode: difference;
  pointer-events: none;
}

.site-header button { pointer-events: auto; }
.site-shell[data-active-world="all-rebel"] .site-header { opacity: 0; visibility: hidden; transform: translateY(-10px); }
.site-shell[data-active-world="minust"] .site-header,
.site-shell[data-active-world="mis-on-voimalik"] .site-header { color: #0a0b0d; mix-blend-mode: normal; }
.site-shell[data-active-world="roxie"] .site-header {
  color: #fff;
  mix-blend-mode: normal;
  background: linear-gradient(180deg, rgba(3, 8, 11, .76) 0%, rgba(3, 8, 11, .42) 72%, rgba(3, 8, 11, 0) 100%);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .68);
  backdrop-filter: blur(8px);
}
.wordmark, .desktop-nav button, .menu-trigger { border: 0; background: transparent; cursor: pointer; }
.wordmark { padding: 0; display: flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.wordmark span:first-child,
.wordmark span:last-child { font-size: 15px; letter-spacing: .14em; }
.wordmark span:first-child { font-weight: 800; }
.wordmark span:last-child { font-weight: 640; }

.header-center {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.header-line { display: block; width: 42px; height: 1px; background: currentColor; opacity: .55; }
.desktop-nav { justify-self: end; display: flex; gap: 22px; }
.desktop-nav button { padding: 0; font-size: 13px; }
.desktop-nav button:hover { opacity: .55; }
.menu-trigger { display: none; justify-self: end; padding: 0; font-size: 13px; }

.world-transition {
  position: fixed;
  z-index: 65;
  inset: -25%;
  pointer-events: none;
  background: url('./assets/fluid-membrane.png') center/cover;
  mix-blend-mode: screen;
  filter: blur(30px) saturate(.9);
  opacity: 0;
  clip-path: polygon(0 35%,100% 12%,100% 68%,0 88%);
  animation: world-glare 1.15s cubic-bezier(.16,1,.3,1) both;
}

.progress-rail {
  position: fixed;
  z-index: 70;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  color: white;
  mix-blend-mode: difference;
}

.progress-rail button {
  border: 0;
  background: transparent;
  padding: 4px 0 4px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.progress-dot { width: 5px; height: 5px; border: 1px solid currentColor; border-radius: 50%; transition: transform .35s ease, background .35s ease; }
.progress-label { opacity: 0; transform: translateX(8px); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; transition: .25s ease; }
.progress-rail button:hover .progress-label, .progress-rail button:focus-visible .progress-label, .progress-rail button.is-active .progress-label { opacity: 1; transform: none; }
.progress-rail button.is-active .progress-dot { background: currentColor; transform: scale(1.65); }

.site-shell[data-active-world="algus"] .progress-rail {
  z-index: 90;
  color: #0a0b0d;
  mix-blend-mode: normal;
}
.site-shell[data-active-world="algus"] .progress-dot {
  width: 7px;
  height: 7px;
  border: 1.5px solid #0a0b0d;
  background: rgba(246,246,243,.94);
  box-shadow: 0 0 0 2px rgba(246,246,243,.78), 0 2px 8px rgba(0,0,0,.18);
}
.site-shell[data-active-world="algus"] .progress-label {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(246,246,243,.94);
  box-shadow: 0 4px 14px rgba(0,0,0,.13);
  color: #0a0b0d;
  backdrop-filter: blur(8px);
}
.site-shell[data-active-world="algus"] .progress-rail button.is-active .progress-dot {
  background: #0a0b0d;
  box-shadow: 0 0 0 3px rgba(246,246,243,.9), 0 2px 9px rgba(0,0,0,.24);
}
.site-shell[data-active-world="algus"] .progress-rail button.is-active .progress-label {
  background: #0a0b0d;
  color: #fff;
}

.site-shell[data-active-world="roxie"] .progress-rail {
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .9);
}
.site-shell[data-active-world="roxie"] .progress-dot {
  width: 7px;
  height: 7px;
  border: 1.5px solid #fff;
  background: rgba(3, 8, 11, .78);
  box-shadow: 0 0 0 2px rgba(3, 8, 11, .5), 0 2px 9px rgba(0, 0, 0, .75);
}
.site-shell[data-active-world="roxie"] .progress-label {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(3, 8, 11, .72);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
  backdrop-filter: blur(8px);
}
.site-shell[data-active-world="roxie"] .progress-rail button.is-active .progress-dot {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(3, 8, 11, .72), 0 2px 10px rgba(0, 0, 0, .8);
}

.world-menu {
  position: fixed;
  z-index: 75;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(4, 5, 10, .94);
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
.world-menu.is-open { opacity: 1; visibility: visible; }
.world-menu-inner { min-height: 100%; padding: 92px 7vw 44px; display: grid; align-content: center; gap: 4px; }
.world-menu-inner > p { margin: 0 0 18px; opacity: .68; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.world-menu-inner button { display: flex; align-items: baseline; gap: 18px; width: fit-content; border: 0; background: transparent; padding: 3px 0; font-size: clamp(24px, 3.6vw, 52px); font-weight: 560; letter-spacing: -.045em; cursor: pointer; }
.world-menu-inner button span { width: 24px; font: 12px var(--font-geist-mono), monospace; opacity: .62; letter-spacing: 0; }
.world-menu-inner button:hover { color: #48e6e0; }

.world-scroller {
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.world-scroller::-webkit-scrollbar { display: none; }

.world {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.world-inner { position: relative; z-index: 2; height: 100%; padding: 92px clamp(26px, 6vw, 92px) 52px; }
.world-inner > * { transition: transform .9s cubic-bezier(.16,1,.3,1), opacity .7s ease, filter .8s ease; }
.world:not([data-active="true"]) .world-inner > * { opacity: .28; transform: translateY(20px); filter: blur(5px); }
.world[data-active="true"] .world-inner > * { opacity: 1; transform: none; filter: none; }
.has-project-link { cursor: pointer; }
.has-project-link .world-inner { pointer-events: none; }
.world-card-link { position: absolute; z-index: 12; inset: 80px 0 0; display: block; }
.inline-world-link { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 15px; }

.world-meta {
  position: absolute;
  top: 82px;
  left: clamp(26px, 6vw, 92px);
  right: clamp(26px, 6vw, 92px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 12px var(--font-geist-mono), monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .72;
}
.light-meta { color: rgba(255,255,255,.92); }
.dark-meta { color: rgba(8,10,14,.65); }
.eyebrow { margin: 0; font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.status-label { display: inline-flex; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; text-transform: uppercase; letter-spacing: .14em; }
.status-light { color: rgba(255,255,255,.72); }

/* 00 — INTRO */
.world-intro { background: #f6f6f3; color: #0a0b0d; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .75fr); align-items: center; gap: 7vw; }
.intro-copy { position: relative; z-index: 2; max-width: 830px; }
.intro-hello { margin: 0; font-size: clamp(15px,1.35vw,21px); font-weight: 560; letter-spacing: -.015em; }
.intro-copy h1 { margin: 28px 0 26px; font-size: clamp(56px, 7.6vw, 126px); line-height: .88; letter-spacing: -.072em; font-weight: 590; }
.intro-lead { margin: 0; font-size: clamp(19px, 2.1vw, 32px); letter-spacing: -.025em; }
.intro-statement { max-width: 620px; margin: 18px 0 0; font-size: clamp(14px, 1.15vw, 18px); line-height: 1.5; color: rgba(10,11,13,.64); }
.intro-copy .text-link { margin-top: 38px; }
.text-link { margin-top: 52px; border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 0 0 7px; cursor: pointer; font-size: 13px; }
.text-link span { margin-left: 16px; }
.intro-portrait { position: relative; align-self: end; isolation: isolate; height: 100svh; margin: 0 clamp(-72px, -4vw, -26px) 0 0; overflow: hidden; }
.intro-portrait::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, #f6f6f3 0%, rgba(246,246,243,.84) 5%, rgba(246,246,243,.3) 17%, transparent 30%), linear-gradient(0deg, #f6f6f3 0%, rgba(246,246,243,.82) 5%, rgba(246,246,243,.3) 15%, transparent 28%); pointer-events: none; }
.intro-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 100% center; filter: grayscale(1) contrast(.92) brightness(1.04); transform: translateX(-1%) scale(1.1); }
.intro-portrait figcaption { position: absolute; z-index: 2; right: 14px; bottom: 14px; padding: 7px 9px; background: rgba(246,246,243,.86); font: 12px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.intro-axis { position: absolute; bottom: 30px; left: clamp(26px, 6vw, 92px); margin: 0; font: 12px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; }
.world-intro[data-active="true"] .intro-hello { animation: intro-hello .75s .08s cubic-bezier(.16,1,.3,1) both; }
.world-intro[data-active="true"] .intro-copy h1 { animation: intro-title .95s .14s cubic-bezier(.16,1,.3,1) both; }
.world-intro[data-active="true"] .intro-lead { animation: intro-copy-in .8s .34s cubic-bezier(.16,1,.3,1) both; }
.world-intro[data-active="true"] .intro-statement { animation: intro-copy-in .8s .44s cubic-bezier(.16,1,.3,1) both; }
.world-intro[data-active="true"] .text-link { animation: intro-copy-in .8s .56s cubic-bezier(.16,1,.3,1) both; }
.world-intro[data-active="true"] .intro-portrait { animation: intro-photo-in .48s .04s ease-out both; }
.world-intro[data-active="true"] .intro-axis { animation: intro-copy-in .7s .68s ease both; }

/* 00B — IMPEERIUM */
.world-empire { background: #f6f6f3; color: #0a0b0d; }
.world-empire::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 0 55%,rgba(10,11,13,.09) 55% calc(55% + 1px),transparent calc(55% + 1px)); }
.empire-layout { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 8vw; }
.empire-copy { position: relative; z-index: 3; max-width: 820px; }
.empire-copy .eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(10,11,13,.58); }
.empire-copy .eyebrow::before { content: ""; width: 8px; height: 8px; background: #0a0b0d; }
.empire-copy h2 { max-width: 820px; margin: 26px 0 30px; font-size: clamp(66px,8vw,128px); line-height: .84; letter-spacing: -.075em; font-weight: 590; }
.empire-copy > p:last-child { max-width: 610px; margin: 0; color: rgba(10,11,13,.62); font-size: 17px; line-height: 1.58; }
.empire-catalog { position: relative; z-index: 3; align-self: center; width: min(100%,560px); }
.empire-catalog > p { display: flex; align-items: baseline; gap: 10px; margin: 0 0 24px; font: 12px var(--font-geist-mono),monospace; letter-spacing: .14em; text-transform: uppercase; }
.empire-catalog > p span { font-size: 28px; font-weight: 650; letter-spacing: -.05em; }
.empire-catalog > button { width: 100%; display: grid; grid-template-columns: 34px minmax(0,1fr) auto 18px; align-items: baseline; gap: 14px; border: 0; border-top: 1px solid rgba(10,11,13,.24); background: transparent; padding: 11px 0; color: inherit; text-align: left; cursor: pointer; transition: padding .35s ease, background .35s ease; }
.empire-catalog > button:last-child { border-bottom: 1px solid rgba(10,11,13,.24); }
.empire-catalog > button:hover,
.empire-catalog > button:focus-visible { padding-left: 10px; background: rgba(10,11,13,.045); outline: none; }
.empire-catalog i { font: 12px var(--font-geist-mono),monospace; font-style: normal; opacity: .6; }
.empire-catalog strong { font-size: clamp(17px,1.6vw,24px); font-weight: 560; letter-spacing: -.025em; }
.empire-catalog small { font: 12px var(--font-geist-mono),monospace; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }
.empire-jump { justify-self: end; font-size: 12px; opacity: .48; transition: transform .35s ease, opacity .35s ease; }
.empire-catalog > button:hover .empire-jump,
.empire-catalog > button:focus-visible .empire-jump { opacity: 1; transform: translate(3px,3px); }
.empire-index { position: absolute; left: clamp(26px,6vw,92px); bottom: 34px; margin: 0; color: rgba(10,11,13,.42); font: 12px var(--font-geist-mono), monospace; letter-spacing: .15em; }

/* 01 — ALL REBEL / CURRENT */
.world-rebel { --rebel-cream: #eeeae1; --rebel-ink: #171714; background: var(--rebel-cream); color: var(--rebel-ink); font-family: "Rebel Instrument", Arial, sans-serif; }
.rebel-v2-layout { padding: 0; display: grid; grid-template-columns: minmax(0,.47fr) minmax(0,.53fr); grid-template-rows: 94px minmax(0,1fr); }
.rebel-v2-header { z-index: 4; grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: clamp(22px,2.6vw,42px); padding: 16px clamp(28px,3.8vw,54px); border-bottom: 1px solid var(--rebel-ink); background: var(--rebel-cream); }
.rebel-v2-nav { justify-self: end; }
.rebel-meta-cat { position: absolute; z-index: 3; top: 116px; left: clamp(28px,4vw,56px); font: 12px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.rebel-v2-logo { width: 142px; height: auto; }
.rebel-v2-context { font-size: 12px; letter-spacing: .015em; white-space: nowrap; }
.rebel-v2-context-mobile { display: none; }
.rebel-v2-nav { display: flex; align-items: center; gap: clamp(18px,2vw,30px); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.rebel-v2-bottom span { animation: rebel-cta-breathe 2.2s ease-in-out infinite alternate; }
.rebel-v2-copy { min-width: 0; padding: clamp(54px,7.2vh,68px) clamp(28px,4vw,56px) clamp(38px,5.8vh,56px); display: flex; flex-direction: column; border-right: 1px solid var(--rebel-ink); }
.rebel-v2-kicker { margin: 0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.rebel-v2-copy h2 { margin: auto 0; font-family: "Rebel Archivo", "Arial Black", sans-serif; font-size: clamp(44px,5.6vw,78px); font-weight: 400; line-height: .87; letter-spacing: -.055em; text-transform: uppercase; }
.rebel-v2-copy h2 span, .rebel-v2-copy h2 small { display: block; }
.rebel-v2-copy h2 small { margin-top: .08em; font: inherit; font-size: .58em; line-height: .92; letter-spacing: -.04em; }
.rebel-v2-bottom { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 28px; }
.rebel-v2-bottom p { max-width: 390px; margin: 0; font-size: 14px; line-height: 1.55; }
.rebel-v2-bottom span { min-width: 142px; min-height: 46px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid currentColor; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.rebel-v2-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.rebel-photo-role { position: absolute; z-index: 2; top: 22px; right: clamp(28px,3.8vw,54px); font: 12px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.88); text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.rebel-v2-photo-base { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transform: scaleX(-1); }

/* 02 — CHILL DIGI */
.world-chill { background: #eee6d4; color: #101e2b; }
.world-chill::before { content: ""; position: absolute; z-index: 0; width: min(58vw,920px); aspect-ratio: 1; right: -11%; top: -18%; border-radius: 50%; background: radial-gradient(circle,rgba(45,127,164,.14),rgba(220,232,232,.16) 48%,transparent 72%); }
.world-chill::after { content: ""; position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 8px; background: #dfff38; }
.world-chill .world-meta { color: rgba(16,30,43,.64); }
.chill-layout { display: grid; align-items: center; grid-template-columns: minmax(430px,.88fr) minmax(560px,1.12fr); gap: 2vw; }
.chill-copy { position: relative; z-index: 3; max-width: 720px; padding-top: 28px; }
.chill-logo { display: block; width: clamp(190px,16vw,250px); height: auto; margin-bottom: clamp(44px,6vh,72px); }
.chill-kicker { margin: 0; color: #101e2b; font: 12px var(--font-geist-mono), monospace!important; font-weight: 600!important; letter-spacing: .2em; text-transform: uppercase; }
.chill-register-line { display: block; width: 42px; height: 6px; margin-top: 18px; background: #dfff38; }
.chill-copy h2 { display: grid; max-width: 760px; margin: 27px 0 24px; font-size: clamp(76px,8.4vw,136px); line-height: .81; letter-spacing: -.075em; font-weight: 270; }
.chill-copy h2 span:last-child { white-space: nowrap; }
.chill-copy > p:not(.chill-kicker) { max-width: 520px; margin: 0; color: rgba(16,30,43,.78); font-size: clamp(18px,1.45vw,24px); line-height: 1.42; letter-spacing: -.02em; }
.chill-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.chill-capabilities span { padding: 7px 10px; border: 1px solid rgba(16,30,43,.42); font: 12px var(--font-geist-mono), monospace; font-weight: 560; letter-spacing: .09em; text-transform: uppercase; }
.chill-copy .inline-world-link { margin-top: 30px; color: #101e2b; font: 14px var(--font-geist-mono), monospace; letter-spacing: .04em; border-bottom: 1px solid currentColor; }
.chill-water-visual { position: relative; z-index: 2; justify-self: end; width: min(54vw,840px); aspect-ratio: 840 / 788; align-self: center; }
.chill-water-d { position: absolute; inset: 0; background: rgba(16,30,43,.08) url('./assets/chilldigi-azure-water.webp') center / cover no-repeat; background-blend-mode: multiply; filter: saturate(.96) contrast(1.02); mask: url('./assets/chilldigi-d-water-mask.svg') right top / 100% 100% no-repeat; -webkit-mask: url('./assets/chilldigi-d-water-mask.svg') right top / 100% 100% no-repeat; animation: chill-water-drift 11s ease-in-out infinite alternate; }
.chill-water-caption { position: absolute; right: 2.5%; top: 8%; color: rgba(16,30,43,.66); font: 12px var(--font-geist-mono), monospace; letter-spacing: .17em; writing-mode: vertical-rl; }
.chill-water-glint { position: absolute; z-index: 3; left: 39%; top: 63%; width: 13px; height: 13px; border-radius: 50%; background: #dfff38; box-shadow: 0 0 0 8px rgba(223,255,56,.18),0 0 24px rgba(223,255,56,.72); animation: chill-glint 2.6s ease-in-out infinite; }

/* 03 — SUPERMINA */
.world-supermina { background: radial-gradient(60% 75% at 7% 45%,rgba(255,222,239,.95),transparent 72%),radial-gradient(50% 68% at 93% 28%,rgba(216,222,255,.96),transparent 74%),linear-gradient(118deg,#fff8fb 0%,#eef0ff 52%,#edf5ff 100%); color: #09090b; }
.world-supermina::before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg,rgba(255,255,255,.38),transparent 42%),radial-gradient(circle at 45% 70%,rgba(255,255,255,.78),transparent 28%); pointer-events: none; }
.supermina-layout { display: grid; grid-template-rows: 44% 56%; gap: 18px; padding-bottom: 24px; }
.supermina-hero { align-self: end; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(45px,8vw,132px); padding-top: 40px; }
.supermina-title { max-width: 720px; }
.supermina-brandline { display: flex; align-items: center; margin-bottom: 24px; }
.supermina-brandline img { display: block; width: clamp(190px,17vw,250px); height: auto; object-fit: contain; }
.supermina-title h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(45px,4.7vw,76px); font-weight: 600; line-height: .91; letter-spacing: -.055em; }
.supermina-title h2 em { display: block; font-weight: 400; }
.supermina-intro { max-width: 520px; padding-bottom: 6px; }
.supermina-intro h3 { max-width: 510px; margin: 0 0 18px; font-size: clamp(25px,2.25vw,36px); font-weight: 690; line-height: 1.08; letter-spacing: -.04em; }
.supermina-intro p { max-width: 490px; margin: 0; color: rgba(9,9,11,.68); font-size: 14px; line-height: 1.55; }
.supermina-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.supermina-button { position: relative; overflow: hidden; display: inline-flex; margin-top: 22px; min-height: 44px; align-items: center; padding: 0 22px; border-radius: 999px; background: #09090b; box-shadow: 0 10px 24px rgba(55,23,67,.19); color: #fff; font-size: 12px; font-weight: 720; }
.supermina-button::after { content: ""; position: absolute; inset: -60% auto -60% -45%; width: 35%; background: rgba(255,255,255,.34); filter: blur(9px); transform: rotate(16deg); animation: hapy-shine 4.4s ease-in-out infinite; }
.supermina-prism { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.84); border-radius: 27px; background: linear-gradient(118deg,rgba(252,254,255,.78),rgba(203,218,235,.63) 46%,rgba(235,235,255,.76)); box-shadow: inset 0 1px 0 rgba(255,255,255,.88),0 20px 55px rgba(93,97,147,.1); }
.supermina-prism::before { content: ""; position: absolute; inset: -30% -15%; background: radial-gradient(circle at 52% 62%,rgba(255,255,255,.98),transparent 15%),radial-gradient(circle at 67% 56%,rgba(173,157,255,.44),transparent 18%),radial-gradient(circle at 79% 70%,rgba(255,230,119,.35),transparent 9%); animation: supermina-light 8s ease-in-out infinite alternate; }
.supermina-prism-label { position: absolute; z-index: 5; top: 18px; left: 18px; display: flex; flex-direction: column; gap: 8px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(64,72,100,.08); }
.supermina-prism-label small { color: rgba(9,9,11,.64); font-size: 12px; }
.supermina-prism-label strong { font-size: 16px; letter-spacing: -.025em; }
.supermina-components { position: absolute; z-index: 7; top: 18px; right: 18px; min-width: 390px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(64,72,100,.07); backdrop-filter: blur(14px); }
.supermina-components > small { color: rgba(9,9,11,.64); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.supermina-components > div { display: flex; align-items: center; gap: 18px; }
.supermina-components a { display: flex; align-items: center; justify-content: center; transition: opacity .2s ease, transform .2s ease; }
.supermina-components a:hover { opacity: .62; transform: translateY(-1px); }
.supermina-components img { display: block; width: auto; max-width: 92px; height: 27px; object-fit: contain; }
.supermina-components a:first-child img { max-width: 61px; height: 32px; }
.supermina-components a:last-child img { max-width: 88px; height: 25px; }
.supermina-glass { position: absolute; inset: 0; overflow: hidden; }
.supermina-glass::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(239,243,251,.07),transparent 56%,rgba(223,229,244,.12)); pointer-events: none; }
.supermina-glass img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.015); animation: supermina-image-breathe 12s ease-in-out infinite alternate; }
.supermina-steps { position: absolute; z-index: 6; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 15px; background: rgba(255,255,255,.86); box-shadow: 0 8px 30px rgba(62,67,100,.08); backdrop-filter: blur(16px); }
.supermina-steps span { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding: 14px 18px; border-right: 1px solid rgba(9,9,11,.1); }
.supermina-steps span:last-child { border-right: 0; }
.supermina-steps small { color: rgba(9,9,11,.64); font-size: 12px; }
.supermina-steps strong { overflow: hidden; font-size: clamp(12px,1.15vw,17px); letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }

/* 04 — FJORA */
.world-fjora { background: #06171e; color: #f5f2eb; }
.fjora-background { position: absolute; z-index: 0; inset: 0; background: url('./assets/fjora-fjord-v2.webp') center/cover no-repeat; filter: saturate(.9) contrast(1.02); transform: scale(1.045); transition: transform 9s cubic-bezier(.16,1,.3,1); }
.world-fjora[data-active="true"] .fjora-background { transform: scale(1); }
.world-fjora::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(3,17,23,.88) 0%,rgba(4,22,29,.64) 36%,rgba(4,22,29,.12) 64%,rgba(4,22,29,.08) 100%),linear-gradient(180deg,rgba(2,12,17,.46) 0%,transparent 34%,rgba(2,12,17,.12) 56%,rgba(2,12,17,.82) 100%); }
.fjora-topography { position: absolute; z-index: 2; inset: 17% -4% 0; background: url('./assets/fjora-topography.svg') center bottom/100% 100% no-repeat; opacity: .29; mix-blend-mode: screen; mask-image: linear-gradient(180deg,transparent,#000 18%,#000 91%,transparent); }
.fjora-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 6vw; }
.world-fjora .world-meta { z-index: 4; text-shadow: 0 1px 18px rgba(0,0,0,.42); }
.fjora-copy { align-self: center; max-width: 790px; position: relative; z-index: 3; padding-top: 6vh; text-shadow: 0 2px 28px rgba(0,10,14,.34); }
.fjora-logo { display: block; width: clamp(205px,18vw,292px); height: auto; margin-bottom: clamp(20px,3vh,34px); filter: brightness(0) invert(1); opacity: .96; }
.fjora-kicker { margin: 0 0 14px!important; color: #b8cbcd!important; font: 12px var(--font-geist-mono), monospace!important; letter-spacing: .27em; text-transform: uppercase; }
.fjora-copy h2 { max-width: 790px; margin: 0 0 26px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(58px,6.8vw,108px); line-height: .91; letter-spacing: -.045em; font-weight: 400; text-wrap: balance; }
.fjora-copy > p { max-width: 590px; margin: 0; color: rgba(245,242,235,.8); font-size: 17px; line-height: 1.6; }
.fjora-copy .status-label { color: #c6d5d6; border-color: rgba(198,213,214,.62); }
.fjora-principle { position: absolute; z-index: 3; right: clamp(52px,6vw,92px); bottom: clamp(112px,14vh,160px); width: clamp(280px,27vw,420px); padding-top: 18px; border-top: 1px solid rgba(218,231,231,.48); text-shadow: 0 2px 24px rgba(0,8,12,.7); }
.fjora-principle small { color: #9ab3b7; font: 12px var(--font-geist-mono), monospace; letter-spacing: .22em; }
.fjora-principle p { margin: 20px 0 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(24px,2.25vw,36px); line-height: 1.12; letter-spacing: -.035em; }
.fjora-principle em { display: inline-block; margin-top: 9px; color: rgba(245,242,235,.78); font-weight: 400; }
.fjora-signals { position: absolute; z-index: 3; left: clamp(26px,6vw,92px); right: clamp(26px,6vw,92px); bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 15px; border-top: 1px solid rgba(218,231,231,.27); color: rgba(231,239,238,.62); font: 12px var(--font-geist-mono), monospace; letter-spacing: .15em; text-transform: uppercase; }
.fjora-signals span { display: flex; align-items: center; gap: 9px; }
.fjora-signals span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #9ab3b7; }

/* 05 — HAPY */
.world-hapy { color: #231f29; background: radial-gradient(60% 45% at 12% 8%,rgba(255,122,214,.14),transparent 60%),radial-gradient(55% 50% at 88% 14%,rgba(168,120,255,.12),transparent 60%),radial-gradient(60% 55% at 78% 100%,rgba(98,211,164,.13),transparent 60%),radial-gradient(50% 45% at 12% 96%,rgba(255,210,77,.12),transparent 60%),#fffdfe; }
.world-hapy::before,.world-hapy::after { content: ""; position: absolute; z-index: 0; width: 34vw; aspect-ratio: 1; border-radius: 50%; filter: blur(52px); opacity: .3; pointer-events: none; }
.world-hapy::before { left: -9vw; top: -14vw; background: radial-gradient(circle,#ff8edc,transparent 68%); animation: hapy-drift-one 11s ease-in-out infinite alternate; }
.world-hapy::after { right: -10vw; bottom: -16vw; background: radial-gradient(circle,#88ddc2,transparent 68%); animation: hapy-drift-two 13s ease-in-out infinite alternate; }
.hapy-layout { display: grid; place-items: center; text-align: center; }
.hapy-copy { position: relative; z-index: 2; width: min(100%,820px); display: flex; flex-direction: column; align-items: center; font-family: Poppins,var(--font-geist-sans),sans-serif; }
.hapy-logo { display: block; width: auto; height: 50px; margin-bottom: 44px; }
.hapy-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; padding: 8px 18px; border-radius: 100px; background: #fbe6f6; color: #c33fa3; font-size: 13px; font-weight: 600; }
.hapy-badge::before { content: ""; width: 8px; height: 8px; display: block; border-radius: 50%; background: #e85cc6; animation: hapy-pulse 1.8s ease-in-out infinite; }
.hapy-copy h2 { max-width: 820px; margin: 0 0 20px; font-family: Manrope,var(--font-geist-sans),sans-serif; font-size: clamp(38px,7vw,64px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.hapy-copy h2 span { background: linear-gradient(100deg,#ff6fd5 0%,#a878ff 25%,#ffd24d 50%,#62d3a4 75%,#ff6fd5 100%); background-size: 220% 100%; background-position: 0% 50%; -webkit-background-clip: text; background-clip: text; color: transparent; }
.world-hapy[data-active="true"] .hapy-copy h2 span { animation: hapy-gradient-text 5s ease-in-out infinite alternate; }
.hapy-copy > p { max-width: 560px; margin: 0 0 40px; color: #5c5560; font-size: clamp(16px,2.4vw,19px); line-height: 1.65; text-wrap: pretty; }
.hapy-link-button { position: relative; min-width: 190px; min-height: 52px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; border-radius: 100px; background: linear-gradient(118deg,#ff7ad6 0%,#e85cc6 100%); box-shadow: 0 8px 24px rgba(232,92,198,.32); color: #fff; font-family: Manrope,var(--font-geist-sans),sans-serif; font-size: 15px; font-weight: 700; }
.hapy-link-button::after { content: ""; position: absolute; inset: -60% auto -60% -45%; width: 35%; background: rgba(255,255,255,.42); filter: blur(9px); transform: rotate(16deg); animation: hapy-shine 4.4s ease-in-out infinite; }
.hapy-chips { max-width: 640px; margin-top: 44px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hapy-chips span { padding: 10px 20px; border: 1px solid rgba(60,30,60,.09); border-radius: 100px; background: #fff; box-shadow: 0 1px 2px rgba(60,20,50,.04),0 2px 10px rgba(60,20,50,.035); color: #5c5560; font-size: 13.5px; font-weight: 500; }

/* 06 — ROXIE */
.world-roxie { background: #0a1115; color: #fff; }
.world-roxie::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(4,8,11,.96) 0%,rgba(4,8,11,.82) 31%,rgba(4,8,11,.26) 66%,rgba(4,8,11,.18) 100%),linear-gradient(180deg,rgba(4,8,11,.18) 0%,rgba(4,8,11,.08) 42%,rgba(4,8,11,.88) 100%); pointer-events: none; }
.world-roxie::after { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 68% 34%,rgba(100,220,232,.16),transparent 24%),radial-gradient(circle at 82% 78%,rgba(255,124,157,.2),transparent 27%); mix-blend-mode: screen; pointer-events: none; }
.roxie-visual { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; }
.roxie-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; transform: scale(1.025); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.world-roxie[data-active="true"] .roxie-visual img { transform: scale(1); }
.roxie-layout { display: grid; grid-template-rows: minmax(0,1fr) auto; align-items: end; gap: 24px; padding-bottom: 28px; }
.roxie-copy { position: relative; z-index: 3; align-self: center; max-width: 620px; padding-top: 34px; }
.roxie-logo { display: block; width: clamp(220px,25vw,360px); height: auto; margin-bottom: 22px; filter: invert(1); }
.roxie-copy h2 { max-width: 600px; margin: 0 0 18px; font-size: clamp(38px,4.6vw,68px); line-height: .94; letter-spacing: -.055em; font-weight: 540; }
.roxie-copy > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.5; }
.roxie-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.roxie-links a { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(7,13,17,.3); color: rgba(255,255,255,.92); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(14px); transition: background .25s ease,border-color .25s ease,transform .25s ease; }
.roxie-links a:hover { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.12); transform: translateY(-2px); }
.roxie-tracks { position: relative; z-index: 4; width: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.roxie-track-card { min-width: 0; }
.roxie-track-card iframe { display: block; width: 100%; height: 80px; border: 0; border-radius: 12px; background: #161616; }

/* 07 — MYST */
.world-myst { background: #151315; color: #f4efe8; }
.world-myst::before { content: ""; position: absolute; inset: -20%; background: radial-gradient(circle at 74% 32%,rgba(142,51,65,.2),transparent 31%),radial-gradient(circle at 58% 82%,rgba(47,77,91,.2),transparent 34%); filter: blur(20px); }
.world-myst::after { content: "M"; position: absolute; z-index: 0; right: -3vw; bottom: -22vh; color: rgba(255,255,255,.018); font-size: min(112vh,1020px); font-weight: 850; line-height: .8; letter-spacing: -.15em; }
.myst-layout { display: grid; grid-template-columns: minmax(380px,.76fr) minmax(520px,1.24fr); align-items: center; gap: 5vw; }
.myst-copy { position: relative; z-index: 3; max-width: 650px; }
.myst-mark { margin: 0 0 22px; color: #e2916f; font-size: 12px; font-weight: 780; letter-spacing: .38em; }
.myst-copy h2 { margin: 0 0 26px; font-size: clamp(48px, 6.1vw, 94px); line-height: .89; letter-spacing: -.065em; font-weight: 570; }
.myst-copy > p:not(.myst-mark) { max-width: 530px; color: rgba(244,239,232,.68); font-size: 16px; line-height: 1.58; }
.myst-copy .status-label { color: rgba(244,239,232,.78); }
.myst-art { position: relative; z-index: 2; justify-self: end; width: min(52vw,720px); aspect-ratio: 1.06; }
.myst-art::before { content: "100"; position: absolute; z-index: -1; top: -19%; left: -12%; color: rgba(255,255,255,.035); font-size: clamp(180px,28vw,430px); font-weight: 820; line-height: 1; letter-spacing: -.11em; }
.myst-art-note { position: absolute; z-index: 4; top: 1%; right: 3%; margin: 0; color: rgba(244,239,232,.6); font: 12px var(--font-geist-mono), monospace; letter-spacing: .14em; }
.myst-grid { position: absolute; inset: 8% 0 8% 8%; display: grid; grid-template-columns: repeat(10,1fr); gap: 1px; padding: 1px; overflow: visible; isolation: isolate; background: #09090c; box-shadow: 34px 42px 100px rgba(0,0,0,.48); transform: rotate(1.8deg); transform-origin: 50% 50%; }
.myst-grid::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url('./assets/myst-painting-v1.webp') center/cover no-repeat; filter: saturate(.92) contrast(1.02); }
.myst-grid::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background-image: radial-gradient(circle,rgba(255,255,255,.3) 0 .4px,transparent .75px),radial-gradient(circle,rgba(0,0,0,.28) 0 .5px,transparent .85px); background-position: 0 0,2px 1px; background-size: 3px 3px,4px 4px; mix-blend-mode: soft-light; opacity: .16; }
.myst-grid i { position: relative; z-index: 1; min-width: 0; min-height: 0; background: transparent; box-shadow: inset 0 0 0 .5px rgba(244,239,232,.31); transition: transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s ease,background .6s ease; }
.myst-grid i.is-origin { z-index: 5; background: url('./assets/myst-painting-v1.webp') 66.667% 44.444%/1000% 1000% no-repeat; box-shadow: 0 20px 35px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.55); transform: translate3d(12px,-18px,0) rotate(-4deg) scale(1.1); }
.myst-grid i.is-origin::after { content: "047"; position: absolute; right: 7px; bottom: 6px; color: #171315; font: 12px var(--font-geist-mono), monospace; letter-spacing: .04em; }
.myst-number { position: absolute; z-index: 4; right: 1%; bottom: 0; display: flex; align-items: baseline; gap: 12px; font-family: var(--font-geist-mono), monospace; }
.myst-number strong { font-size: 27px; font-weight: 520; letter-spacing: -.05em; }
.myst-number small { color: rgba(244,239,232,.48); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.world-myst[data-active="true"] .myst-grid i.is-origin { animation: myst-fragment-float 3.8s ease-in-out infinite; }

/* 08 — PHOTO */
.world-photo { background: #11171a; color: #fff; }
.world-photo { --photo-tilt: -0.5deg; }
.photo-background { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(16,10,7,.76),rgba(16,10,7,.08)),url('./assets/reilika-photo-branches.webp') center/cover; transform: scale(1.06) rotate(var(--photo-tilt)); transition: transform 8s cubic-bezier(.16,1,.3,1); }
.world-photo[data-active="true"] .photo-background { transform: scale(1.03) rotate(var(--photo-tilt)); }
.photo-layout { display: grid; align-items: end; }
.photo-copy { max-width: 900px; margin-bottom: 6vh; }
.photo-copy h2 { margin: 0 0 26px; font-size: clamp(52px, 7.2vw, 112px); line-height: .9; letter-spacing: -.065em; font-weight: 540; text-wrap: balance; }
.photo-copy p { max-width: 600px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.72); }
.photo-exif { position: absolute; right: 6vw; bottom: 7vh; display: flex; gap: 22px; font: 12px var(--font-geist-mono), monospace; opacity: .65; }

/* 08 — MIS ON VÕIMALIK? */
/* 08 — ON OK */
.world-onok { background: radial-gradient(120% 110% at 12% 0%, #e3eee6 0%, #ede8f7 48%, #fbf8f2 100%); color: #233029; }
.world-onok::before, .world-onok::after { content: ""; position: absolute; z-index: 0; width: 36vw; aspect-ratio: 1; border-radius: 50%; filter: blur(58px); opacity: .55; pointer-events: none; }
.world-onok::before { left: -10vw; top: -12vw; background: radial-gradient(circle, #cfe9c8, transparent 68%); animation: hapy-drift-one 12s ease-in-out infinite alternate; }
.world-onok::after { right: -12vw; bottom: -14vw; background: radial-gradient(circle, #ddd3f5, transparent 68%); animation: hapy-drift-two 14s ease-in-out infinite alternate; }
.world-onok[data-active="true"] .onok-logo { animation: intro-copy-in .7s .05s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-copy h2 { animation: intro-title .9s .14s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-copy > p { animation: intro-copy-in .8s .3s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-cards span:nth-child(1) { animation: onok-card-in .7s .42s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-cards span:nth-child(2) { animation: onok-card-in .7s .54s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-cards span:nth-child(3) { animation: onok-card-in .7s .66s cubic-bezier(.16,1,.3,1) both; }
.world-onok[data-active="true"] .onok-copy .inline-world-link { animation: intro-copy-in .7s .8s cubic-bezier(.16,1,.3,1) both; }
@keyframes onok-card-in { from { opacity: 0; transform: translateY(22px) scale(.95); } to { opacity: 1; transform: none; } }
.onok-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.6fr); align-items: center; gap: clamp(40px,6vw,100px); }
.onok-copy { position: relative; z-index: 2; max-width: 680px; }
.onok-logo { display: block; width: clamp(92px,7.5vw,118px); height: auto; margin-bottom: clamp(26px,4vh,42px); }
.onok-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 8px 16px; border-radius: 999px; background: #fff; color: #233029; font-size: 13px; font-weight: 640; box-shadow: 0 2px 12px rgba(35,48,41,.1); }
.onok-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #8fb98e; animation: hapy-pulse 1.8s ease-in-out infinite; }
.onok-copy h2 { max-width: 740px; margin: 0 0 20px; font-size: clamp(38px,4.4vw,68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 700; }
.onok-copy > p { max-width: 580px; margin: 0; color: #4e5a54; font-size: 16px; line-height: 1.55; }
.onok-cards { position: relative; z-index: 2; display: flex; flex-direction: column; gap: clamp(14px,2vh,20px); align-self: center; }
.onok-cards span { display: flex; flex-direction: column; gap: 7px; padding: clamp(22px,3.4vh,32px) clamp(24px,2.2vw,34px); border-radius: 22px; box-shadow: 0 16px 44px rgba(35,48,41,.1); }
.onok-cards strong { font-size: clamp(20px,1.8vw,27px); letter-spacing: .03em; text-transform: uppercase; font-weight: 780; }
.onok-cards small { font-size: 14px; }
.onok-card-1 { background: #edf7e4; color: #4a5340; }
.onok-card-2 { background: #efeaff; color: #4a4460; }
.onok-card-3 { background: #e4f0fa; color: #3f5262; }
.onok-copy .inline-world-link { margin-top: 28px; }

/* 09 — MOV */
.world-mov { background: linear-gradient(180deg,#f8e9d2 0%,#f4d3a4 34%,#eab97b 66%,#d99c58 100%); color: #0c0c12; }
.world-mov::before { content: ""; position: absolute; z-index: 0; inset: -4%; background: url('./assets/mov-golden-horizon.jpg') center 30%/cover no-repeat; animation: mov-sky-drift 18s ease-in-out infinite alternate; }
.world-mov::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(104,65,28,.05), rgba(104,65,28,.2)), radial-gradient(70% 55% at 50% 40%, rgba(255,250,238,.18), transparent 75%); pointer-events: none; }
@keyframes mov-sky-drift { from { transform: scale(1) translate3d(0,0,0); } to { transform: scale(1.07) translate3d(1.2%,-1.4%,0); } }
.world-mov .world-meta { color: rgba(70,50,25,.72); }
.mov-layout { display: grid; place-items: center; }
.mov-card { position: relative; z-index: 2; width: min(100%, 640px); display: flex; flex-direction: column; align-items: center; padding: clamp(34px,5.5vh,56px) clamp(24px,4vw,54px); border-radius: 28px; background: rgba(255,252,245,.92); box-shadow: 0 30px 80px rgba(120,70,20,.2); text-align: center; }
.mov-logo { display: inline-flex; align-items: baseline; gap: 10px; padding: 8px 16px; border: 2px solid #0c0c12; border-radius: 999px; font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.mov-logo small { padding-left: 10px; border-left: 1px solid rgba(12,12,18,.35); font-size: 12px; font-weight: 520; }
.mov-badge { display: inline-flex; align-items: center; gap: 8px; margin: 22px 0 20px; padding: 8px 16px; border-radius: 999px; background: #0c0c12; color: #fff; font-size: 12px; font-weight: 640; }
.mov-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #91fe00; animation: hapy-pulse 1.8s ease-in-out infinite; }
.mov-card h2 { margin: 0 0 12px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(44px,4.8vw,74px); font-weight: 400; line-height: .98; letter-spacing: -.03em; }
.mov-kicker { margin: 0 0 16px; font: 12px var(--font-geist-mono), monospace; letter-spacing: .16em; text-transform: uppercase; color: #69645e; }
.mov-card > p:not(.mov-kicker) { max-width: 480px; margin: 0; color: rgba(12,12,18,.72); font-size: 15px; line-height: 1.55; }
.mov-card .status-label { margin-top: 26px; }

/* 09 — OFF DUTY */
.world-offduty { background: #7c5c42 url('./assets/desert-americana.png') center/cover; color: #fff; }
.world-offduty::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(23,15,10,.78) 0,rgba(23,15,10,.18) 58%,rgba(23,15,10,.08)); }
.offduty-layout { display: grid; align-items: center; }
.offduty-copy { max-width: 1150px; }
.offduty-copy h2 { margin: 0 0 28px; font-size: clamp(40px, 6vw, 88px); line-height: .92; letter-spacing: -.07em; font-weight: 600; }
.offduty-copy h2 span { display: block; white-space: nowrap; }
.offduty-copy p { max-width: 640px; font-size: 19px; line-height: 1.52; }
.offduty-side { position: absolute; right: 4vw; bottom: 7vh; margin: 0; font: 12px var(--font-geist-mono), monospace; letter-spacing: .15em; writing-mode: vertical-rl; }

/* 10 — CREATION */
.world-creation { background: #f4f3ef; color: #0a0b0d; }
.creation-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(42px,5vw,82px); }
.creation-portrait { position: absolute; z-index: 0; inset: 0 auto 0 0; width: 38%; margin: 0; overflow: hidden; }
.creation-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(244,243,239,.96) 0%,rgba(244,243,239,.88) 10%,rgba(244,243,239,0) 19%),linear-gradient(90deg,rgba(244,243,239,0) 80%,#f4f3ef 100%); pointer-events: none; }
.creation-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: grayscale(1) contrast(.92) brightness(1.04); transform: scale(1.025); transition: transform 8s cubic-bezier(.16,1,.3,1); }
.world-creation[data-active="true"] .creation-portrait img { transform: scale(1); }
.world-creation .world-meta { z-index: 3; color: rgba(8,10,14,.8); }
.creation-copy { grid-column: 2; max-width: 900px; position: relative; z-index: 2; }
.creation-copy h2 { max-width: 770px; margin: 0 0 28px; font-size: clamp(44px,5.2vw,78px); line-height: .9; letter-spacing: -.062em; font-weight: 580; }
.creation-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px,2.4vw,38px); }
.creation-copy p { margin: 0; font-size: clamp(13px,.96vw,15px); line-height: 1.5; color: rgba(10,11,13,.72); }
.creation-copy p + p { margin-top: 12px; }
.creation-copy blockquote { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(10,11,13,.2); font-size: clamp(22px,2.35vw,35px); line-height: 1.02; letter-spacing: -.04em; }
.creation-copy blockquote span { color: rgba(10,11,13,.48); font-style: italic; }

/* 11 — CONTACT */
.world-contact { background: #f6f6f3; color: #0a0b0d; }
.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr auto; align-items: center; }
.contact-copy { position: relative; z-index: 2; align-self: center; grid-column: 1 / -1; max-width: 1180px; }
.contact-copy > p { margin: 0 0 18px; font-size: 12px; font-weight: 620; letter-spacing: .13em; text-transform: uppercase; }
.contact-copy h2 { margin: 0; font-size: clamp(62px,8.4vw,132px); line-height: .96; letter-spacing: -.075em; font-weight: 620; }
.contact-copy h2 span { display: block; }
.contact-links { display: flex; gap: 30px; margin-top: 54px; }
.contact-links a { padding-bottom: 7px; border-bottom: 1px solid rgba(10,11,13,.55); font-size: 15px; }
.contact-layout footer { z-index: 2; grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(10,11,13,.24); font: 12px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }

.consent-bar { position: fixed; z-index: 95; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 10px; padding: 6px 8px 6px 12px; border-radius: 999px; background: rgba(11,12,15,.92); color: #f6f6f3; box-shadow: 0 6px 18px rgba(0,0,0,.25); backdrop-filter: blur(6px); }
.consent-bar[hidden] { display: none; }
.consent-bar p { margin: 0; font-size: 12px; line-height: 1.2; white-space: nowrap; }
.consent-actions { display: flex; gap: 5px; }
.consent-bar button { border: 0; border-radius: 999px; padding: 5px 11px; background: #f6f6f3; color: #0b0c0f; font-size: 12px; font-weight: 640; cursor: pointer; white-space: nowrap; }
.consent-bar button:last-child { border: 1px solid rgba(246,246,243,.42); background: transparent; color: #f6f6f3; }
.consent-bar button:hover { opacity: .85; }

@keyframes rebel-cta-breathe { from { transform: scale(1); } to { transform: scale(1.05); } }
@keyframes world-glare {
  0% { opacity: 0; transform: translate3d(-12%,38%,0) rotate(-8deg) scale(.82); }
  28% { opacity: .17; }
  58% { opacity: .08; }
  100% { opacity: 0; transform: translate3d(14%,-34%,0) rotate(6deg) scale(1.18); }
}
@keyframes intro-hello { from { opacity: 0; transform: translateY(18px); letter-spacing: .08em; } to { opacity: 1; transform: none; letter-spacing: -.015em; } }
@keyframes intro-title { from { opacity: 0; transform: translateY(44px); filter: blur(8px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes intro-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes intro-photo-in { from { opacity: .15; transform: scale(.992); } to { opacity: 1; transform: none; } }
@keyframes signal { from { transform: scaleY(.45); opacity: .38; } to { transform: scaleY(1); opacity: 1; } }
@keyframes field { from { transform: translate3d(-2%,-1%,0) scale(1); } to { transform: translate3d(3%,2%,0) scale(1.08); } }
@keyframes audio { from { transform: scaleY(.55); opacity: .5; } to { transform: scaleY(1); opacity: 1; } }
@keyframes hapy-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
@keyframes hapy-drift-one { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(13vw,9vh,0) scale(1.2); } }
@keyframes hapy-drift-two { from { transform: translate3d(0,0,0) scale(1.05); } to { transform: translate3d(-12vw,-8vh,0) scale(.88); } }
@keyframes hapy-shine { 0%,34% { left: -45%; } 62%,100% { left: 125%; } }
@keyframes hapy-gradient-text { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes supermina-light { from { transform: translate3d(-2%,0,0) scale(1); } to { transform: translate3d(4%,-2%,0) scale(1.08); } }
@keyframes supermina-image-breathe { from { transform: scale(1.015); } to { transform: scale(1.045); } }
@keyframes myst-fragment-float { 0%,100% { transform: translate3d(12px,-18px,0) rotate(-4deg) scale(1.1); } 50% { transform: translate3d(16px,-25px,0) rotate(-2deg) scale(1.12); } }
@keyframes chill-water-drift { from { transform: scale(1.015) translate3d(-.5%,0,0); } to { transform: scale(1.045) translate3d(.7%,-.5%,0); } }
@keyframes chill-glint { 0%,100% { opacity: .72; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.08); } }
@media (max-width: 900px) {
  .desktop-nav, .header-center, .progress-rail { display: none; }
  .site-shell[data-active-world="all-rebel"] .site-header { opacity: 1; visibility: visible; transform: none; }
  .site-shell[data-active-world="all-rebel"] .wordmark { opacity: 0; pointer-events: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-trigger { display: block; }
  .world-scroller { scroll-snap-type: y mandatory; }
  .world { min-height: 100svh; height: auto; }
  .world-inner { min-height: 100svh; height: auto; padding: 86px 24px 32px; }
  .world-meta { top: 70px; left: 24px; right: 24px; }
  .intro-grid, .empire-layout, .chill-layout, .fjora-layout, .roxie-layout, .myst-layout, .creation-layout, .contact-layout, .onok-layout { grid-template-columns: 1fr; }
  .intro-grid { align-content: end; }
  .intro-copy { padding-bottom: 5vh; }
  .intro-copy h1 { font-size: clamp(52px, 15vw, 82px); }
  .intro-portrait { position: absolute; z-index: 0; align-self: auto; inset: auto; top: 9%; right: 0; left: 22%; height: 70%; opacity: .92; margin: 0; }
  .intro-portrait::after { background: linear-gradient(90deg,#f6f6f3,transparent 40%),linear-gradient(0deg,#f6f6f3,transparent 38%); }
  .intro-portrait figcaption { display: none; }
  .intro-axis { display: none; }
  .world-empire::before { background: linear-gradient(180deg,transparent 0 52%,rgba(10,11,13,.09) 52% calc(52% + 1px),transparent calc(52% + 1px)); }
  .empire-layout { align-content: center; gap: 38px; padding-top: 112px; padding-bottom: 60px; }
  .empire-copy { max-width: 100%; }
  .empire-copy h2 { margin: 22px 0 24px; font-size: clamp(54px,14vw,88px); }
  .empire-copy > p:last-child { font-size: 16px; }
  .empire-catalog { width: 100%; }
  .empire-catalog > p { margin-bottom: 15px; }
  .empire-catalog > button { padding: 8px 0; }
  .empire-catalog strong { font-size: clamp(16px,4.8vw,22px); }
  .empire-index { display: none; }
  .rebel-v2-layout { min-height: 100svh; padding: 0; grid-template-columns: 1fr; grid-template-rows: 78px minmax(0,55%) minmax(0,45%); }
  .rebel-v2-header { grid-column: 1; grid-row: 1; grid-template-columns: 1fr auto; gap: 18px; padding: 12px 24px; }
  .rebel-v2-logo { width: 104px; }
  .rebel-v2-context, .rebel-v2-nav { display: none; }
  .rebel-v2-context-mobile { display: block; margin-bottom: 10px; white-space: normal; }
  .rebel-photo-role { display: none; }
  .rebel-meta-cat { display: none; }
  .rebel-v2-copy { grid-row: 2; padding: 34px 24px 24px; border-right: 0; border-bottom: 1px solid var(--rebel-ink); }
  .rebel-v2-copy h2 { margin: auto 0; font-size: clamp(34px,9.4vw,56px); }
  .rebel-v2-bottom p { max-width: 330px; font-size: 12px; }
  .rebel-v2-bottom span { min-width: 122px; min-height: 40px; padding-inline: 13px; }
  .rebel-v2-photo { grid-row: 3; }
  .world-chill::before { width: 95vw; right: -26%; top: 42%; }
  .world-chill::after { display: block; }
  .chill-layout { grid-template-columns: 1fr; align-content: start; gap: 28px; padding-top: 116px; padding-bottom: 42px; }
  .chill-copy { max-width: 760px; }
  .chill-logo { margin-bottom: 38px; }
  .chill-copy h2 { max-width: 760px; font-size: clamp(76px,14vw,108px); }
  .chill-water-visual { justify-self: center; width: min(94vw,760px); }
  .supermina-layout { grid-template-rows: auto minmax(360px,45vh); gap: 26px; padding-top: 118px; padding-bottom: 28px; }
  .supermina-hero { grid-template-columns: 1fr; align-self: auto; align-items: start; gap: 22px; padding-top: 0; }
  .supermina-title h2 { font-size: clamp(46px,9.8vw,68px); }
  .supermina-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 24px; max-width: 100%; }
  .supermina-intro h3 { grid-column: 1; max-width: 620px; }
  .supermina-intro p { grid-column: 1; }
  .supermina-actions { grid-column: 2; grid-row: 1 / 3; align-self: end; }
  .supermina-prism { min-height: 360px; }
  .supermina-steps strong { font-size: 12px; }
  .fjora-background { background-position: 52% center; }
  .world-fjora::before { background: linear-gradient(180deg,rgba(2,14,19,.52) 0%,rgba(2,14,19,.08) 38%,rgba(2,14,19,.56) 66%,rgba(2,14,19,.95) 100%),linear-gradient(90deg,rgba(2,14,19,.32),transparent 72%); }
  .fjora-topography { inset: 26% -22% 0; width: 144%; opacity: .25; }
  .fjora-layout { align-content: end; padding-bottom: 108px; }
  .fjora-copy { align-self: end; max-width: 760px; padding-top: 0; }
  .fjora-logo { width: clamp(190px,31vw,250px); margin-bottom: 22px; }
  .fjora-copy h2 { max-width: 720px; font-size: clamp(50px,11.4vw,78px); }
  .fjora-copy > p { max-width: 600px; }
  .fjora-principle { display: none; }
  .fjora-signals { left: 24px; right: 24px; bottom: 28px; justify-content: flex-start; gap: 24px; overflow: hidden; white-space: nowrap; }
  .hapy-copy { width: min(100%,820px); }
  .roxie-layout { grid-template-rows: minmax(0,1fr) auto; align-content: stretch; gap: 20px; padding-top: 108px; }
  .roxie-copy { align-self: center; max-width: 590px; padding-top: 28px; }
  .roxie-copy h2 { font-size: clamp(42px,8vw,68px); }
  .roxie-tracks { grid-template-columns: repeat(3,minmax(220px,1fr)); overflow-x: auto; margin-right: -24px; padding-right: 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .roxie-tracks::-webkit-scrollbar { display: none; }
  .roxie-track-card { scroll-snap-align: start; }
  .myst-layout { align-content: center; }
  .myst-art { position: absolute; z-index: 0; right: -20%; bottom: -5%; width: 78vw; opacity: .58; }
  .myst-copy { position: relative; z-index: 2; max-width: 680px; }
  .myst-copy h2 { font-size: clamp(52px,11vw,82px); }
  .photo-copy h2 { font-size: clamp(48px,12vw,78px); }
  .photo-exif { left: 24px; right: 24px; bottom: 24px; gap: 12px; overflow: hidden; }
  .offduty-copy h2 { font-size: clamp(26px,9.2vw,64px); }
  .creation-layout { display: flex; align-items: flex-end; padding-top: 45svh; padding-bottom: 38px; }
  .creation-portrait { inset: 0 0 auto; width: 100%; height: 50svh; }
  .creation-portrait::after { background: linear-gradient(180deg,rgba(244,243,239,.96) 0%,rgba(244,243,239,.88) 10%,rgba(244,243,239,0) 19%,rgba(244,243,239,0) 58%,#f4f3ef 100%); }
  .creation-portrait img { object-position: center 36%; }
  .creation-copy { grid-column: auto; max-width: 760px; padding-left: 0; }
  .creation-copy h2 { font-size: clamp(44px,8.2vw,66px); }
  .creation-body { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-rows: 1fr auto; }
  .contact-copy { grid-column: 1; }
  .contact-copy h2 { font-size: clamp(48px,10.8vw,84px); }
  .contact-links { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 540px) {
  .onok-logo { width: 78px; margin-bottom: 18px; }
  .onok-badge { margin-bottom: 16px; padding: 7px 13px; font-size: 12px; }
  .onok-copy h2 { margin-bottom: 14px; font-size: clamp(28px,8.6vw,38px); }
  .onok-cards { gap: 10px; }
  .onok-cards span { padding: 15px 18px; border-radius: 16px; }
  .onok-cards strong { font-size: 17px; }
  .onok-cards small { font-size: 13px; }
  .onok-copy > p { font-size: 14px; line-height: 1.5; }
  .onok-copy .inline-world-link { margin-top: 20px; }
  .wordmark { gap: 6px; }
  .wordmark span:first-child,
  .wordmark span:last-child { font-size: 12px; letter-spacing: .11em; }
  .world-meta span:last-child { display: none; }
  .world-menu-inner { padding: 84px 24px 36px; align-content: start; }
  .world-menu-inner button { font-size: 27px; }
  .intro-copy h1 { margin-top: 18px; }
  .text-link { margin-top: 32px; }
  .empire-layout { gap: 30px; padding-top: 104px; padding-bottom: 42px; }
  .empire-copy .eyebrow { font-size: 12px; }
  .empire-copy h2 { margin-block: 18px; font-size: clamp(50px,14vw,72px); }
  .empire-copy > p:last-child { font-size: 14px; line-height: 1.48; }
  .empire-catalog > p { margin-bottom: 10px; }
  .empire-catalog > p span { font-size: 22px; }
  .empire-catalog > button { grid-template-columns: 25px minmax(0,1fr) auto 14px; gap: 8px; padding: 7px 0; }
  .empire-catalog strong { font-size: 15px; }
  .empire-catalog small { font-size: 12px; }
  .rebel-v2-kicker { font-size: 12px; }
  .rebel-v2-bottom { grid-template-columns: 1fr; gap: 10px; }
  .rebel-v2-bottom p { display: none; }
  .rebel-v2-bottom span { width: 142px; }
  .chill-layout { gap: 22px; padding-top: 106px; }
  .chill-logo { width: 176px; margin-bottom: 29px; }
  .chill-kicker { font-size: 12px!important; }
  .chill-register-line { width: 34px; height: 5px; margin-top: 14px; }
  .chill-copy h2 { margin-block: 17px 18px; font-size: clamp(64px,19vw,88px); }
  .chill-copy > p:not(.chill-kicker) { font-size: 14px; line-height: 1.48; }
  .chill-capabilities { margin-top: 18px; }
  .chill-copy .inline-world-link { margin-top: 20px; }
  .chill-water-visual { width: calc(100vw - 28px); margin-inline: -10px; }
  .chill-water-caption { font-size: 12px; }
  .chill-water-glint { width: 9px; height: 9px; }
  .supermina-intro p, .fjora-copy > p:not(.fjora-kicker), .roxie-copy > p, .myst-copy > p:not(.myst-mark), .photo-copy p, .creation-copy p { font-size: 15px; }
  .fjora-layout { padding-bottom: 94px; }
  .fjora-logo { width: 178px; margin-bottom: 18px; }
  .fjora-kicker { margin-bottom: 10px!important; font-size: 12px!important; }
  .fjora-copy h2 { margin-bottom: 18px; font-size: clamp(45px,12vw,61px); }
  .fjora-copy .status-label { margin-top: 18px; font-size: 13px; letter-spacing: .1em; }
  .fjora-signals { gap: 18px; font-size: 12px; }
  .supermina-layout { padding-top: 106px; }
  .supermina-brandline { margin-bottom: 18px; }
  .supermina-brandline img { width: 190px; }
  .supermina-title h2 { font-size: clamp(42px,11vw,58px); }
  .supermina-intro { display: block; }
  .supermina-intro h3 { margin-bottom: 12px; font-size: 25px; }
  .supermina-intro p { font-size: 13px; }
  .supermina-button { min-height: 46px; margin-top: 18px; font-size: 14px; }
  .supermina-prism { min-height: 370px; border-radius: 20px; }
  .supermina-prism-label { display: none; }
  .supermina-components { top: 12px; left: 12px; right: 12px; min-width: 0; gap: 10px; padding: 10px 12px; justify-content: center; }
  .supermina-components > small { display: none; }
  .supermina-components > div { gap: 10px; }
  .supermina-components img { max-width: 68px; height: 21px; }
  .supermina-components a:first-child img { max-width: 43px; height: 25px; }
  .supermina-components a:last-child img { max-width: 63px; height: 19px; }
  .supermina-glass img { object-position: center; }
  .supermina-orbit { left: 7%; width: 86%; }
  .supermina-steps { left: 10px; right: 10px; bottom: 10px; grid-template-columns: repeat(2,1fr); }
  .supermina-steps span { padding: 9px 11px; }
  .supermina-steps span:nth-child(2) { border-right: 0; }
  .supermina-steps span:nth-child(-n+2) { border-bottom: 1px solid rgba(9,9,11,.1); }
  .supermina-steps strong { overflow: visible; font-size: 12px; white-space: normal; }
  .hapy-logo { height: 42px; margin-bottom: 34px; }
  .hapy-badge { margin-bottom: 22px; }
  .hapy-copy h2 { font-size: clamp(38px,11.5vw,58px); }
  .hapy-copy > p { margin-bottom: 28px; font-size: 15px; }
  .hapy-chips { margin-top: 28px; gap: 8px; }
  .hapy-chips span { padding: 8px 12px; font-size: 12px; }
  .world-roxie::before { background: linear-gradient(180deg,rgba(4,8,11,.36) 0%,rgba(4,8,11,.4) 28%,rgba(4,8,11,.88) 62%,rgba(4,8,11,.97) 100%); }
  .roxie-visual img { object-position: center 22%; }
  .roxie-layout { gap: 14px; padding-top: 102px; padding-bottom: 18px; }
  .roxie-copy { align-self: end; padding-top: 0; padding-bottom: 2px; }
  .roxie-logo { width: 190px; margin-bottom: 13px; }
  .roxie-copy h2 { max-width: 460px; margin-bottom: 10px; font-size: clamp(34px,9.8vw,49px); }
  .roxie-copy > p { display: none; }
  .roxie-links { margin-top: 14px; gap: 7px; }
  .roxie-links a { min-height: 34px; padding-inline: 12px; font-size: 12px; }
  .roxie-tracks { grid-template-columns: repeat(3,78vw); gap: 9px; margin-right: -18px; padding-right: 18px; }
  .offduty-copy p { font-size: 16px; }
  .creation-layout { padding-top: 38svh; }
  .creation-portrait { height: 42svh; }
  .creation-copy { padding-left: 0; }
  .creation-copy h2 { margin-bottom: 20px; font-size: clamp(39px,12vw,58px); }
  .creation-body { grid-template-columns: 1fr; gap: 12px; }
  .creation-copy p { font-size: 13px; line-height: 1.48; }
  .creation-copy p + p { margin-top: 10px; }
  .creation-copy blockquote { margin-top: 16px; padding-top: 13px; font-size: clamp(23px,7.4vw,34px); }
  .contact-copy > p { font-size: 12px; }
  .contact-copy h2 { font-size: clamp(40px,11.4vw,72px); letter-spacing: -.08em; }
  .contact-links { margin-top: 38px; }
  .contact-layout footer { gap: 20px; font-size: 12px; }
  .contact-layout footer span:last-child { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation: none!important; transition-duration: .01ms!important; }
  .world-transition { display: none; }
  .world:not([data-active="true"]) .world-inner > * { filter: none; }
}
