@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/syne-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/syne-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/oxanium-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/oxanium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Elms Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/elms-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Elms Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/elms-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #11131a;
  --ink-soft: #565b6b;
  --paper: #f5f6f8;
  --paper-blue: #edf3ff;
  --line: rgba(17, 19, 26, 0.16);
  --blue: #325dff;
  --violet: #845cff;
  --cyan: #37d9e7;
  --pink: #f281ff;
  --syne: "Syne", sans-serif;
  --nav: "Oxanium", "Syne", sans-serif;
  --body: "Elms Sans", Arial, sans-serif;
  --page: min(92vw, 1440px);
  --header-h: 92px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --mouse-x: 50vw;
  --mouse-y: 20vh;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, a { color: inherit; }
button { font: inherit; }
a { text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, p { margin: 0; }
::selection { color: white; background: var(--blue); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }

.noise {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    radial-gradient(circle at 17% 29%, rgba(18, 20, 28, .24) 0 .45px, transparent .6px),
    radial-gradient(circle at 73% 61%, rgba(18, 20, 28, .2) 0 .4px, transparent .55px),
    radial-gradient(circle at 41% 83%, rgba(18, 20, 28, .18) 0 .35px, transparent .5px);
  background-size: 7px 9px, 11px 13px, 13px 17px;
}
.ambient-light {
  position: fixed;
  z-index: -1;
  width: 36vw;
  aspect-ratio: 1;
  left: calc(var(--mouse-x) - 18vw);
  top: calc(var(--mouse-y) - 18vw);
  border-radius: 50%;
  pointer-events: none;
  opacity: .72;
  background: radial-gradient(circle, rgba(76, 130, 255, .075), rgba(123, 92, 255, .035) 34%, transparent 68%);
  filter: blur(18px);
  transition: left .6s var(--ease), top .6s var(--ease);
}
.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--cyan));
}

.cursor {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(17, 19, 26, .28);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
  backdrop-filter: blur(1px) saturate(120%);
  -webkit-backdrop-filter: blur(1px) saturate(120%);
  pointer-events: none;
  transition: width .25s var(--ease), height .25s var(--ease), background .25s, border-color .25s;
}
.cursor span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(17,19,26,.72);
}
.cursor.is-hovering {
  width: 54px;
  height: 54px;
  border-color: rgba(17,19,26,.2);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(2px) saturate(130%);
  -webkit-backdrop-filter: blur(2px) saturate(130%);
}

.section-shell { width: var(--page); margin-inline: auto; }
.eyebrow, .section-index, .project-meta, .technology-heading, .availability {
  font-size: .68rem;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 600;
}

.site-header {
  position: fixed;
  z-index: 200;
  top: 20px;
  left: 50%;
  width: var(--page);
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  transition: width .5s var(--ease), height .5s var(--ease), top .5s var(--ease), background .5s, border .5s, padding .5s;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--line);
  transition: opacity .4s;
}
.site-header.is-compact {
  top: 12px;
  width: min(94vw, 1360px);
  height: 64px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 99px;
  background: rgba(244,246,251,.7);
  box-shadow: 0 14px 45px rgba(58,68,112,.08);
  backdrop-filter: blur(20px) saturate(150%);
}
.site-header.is-compact::after { opacity: 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font: 600 .9rem/1 var(--syne);
  letter-spacing: -.04em;
}
.brand-name { font: 600 .77rem/1.04 var(--syne); text-transform: uppercase; letter-spacing: .025em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(2px, .48vw, 8px); }
.desktop-nav a {
  --lens-x: 50%;
  --lens-y: 50%;
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding: 12px clamp(9px, .8vw, 14px);
  border-radius: 999px;
  font: 600 .96rem/1 var(--nav);
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .35s var(--ease), letter-spacing .45s var(--ease), transform .45s var(--ease), text-shadow .35s;
}
.desktop-nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px -3px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.54) rotate(-4deg);
  background:
    radial-gradient(circle at var(--lens-x) var(--lens-y), rgba(255,255,255,.9) 0 8%, rgba(55,217,231,.24) 20%, transparent 43%),
    linear-gradient(112deg, rgba(255,255,255,.42), rgba(132,92,255,.16) 52%, rgba(50,93,255,.2));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    inset 9px 0 18px rgba(255,255,255,.2),
    0 9px 24px rgba(49,61,124,.1);
  backdrop-filter: blur(8px) saturate(175%);
  -webkit-backdrop-filter: blur(8px) saturate(175%);
  transition: opacity .3s, transform .55s var(--ease), border-color .3s;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(-12px, 9px, 0) scale(.4);
  background: white;
  box-shadow: 0 0 0 1px rgba(50,93,255,.18), 0 0 13px 4px rgba(55,217,231,.48);
  transition: opacity .3s, transform .55s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  transform: translateY(-2px) scale(1.055);
  letter-spacing: .075em;
  text-shadow: 8px 0 18px rgba(50,93,255,.12), -6px 0 16px rgba(55,217,231,.1);
}
.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a[aria-current="page"]::before {
  opacity: 1;
  transform: scale(1) rotate(-1.1deg);
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.desktop-nav a[aria-current="page"] {
  color: var(--blue);
  letter-spacing: .07em;
}
.desktop-nav a[aria-current="page"]::before {
  transform: scale(1) rotate(1.2deg);
  border-color: rgba(50,93,255,.2);
  background:
    radial-gradient(circle at var(--lens-x) var(--lens-y), rgba(255,255,255,.95) 0 8%, rgba(55,217,231,.28) 20%, transparent 44%),
    linear-gradient(112deg, rgba(255,255,255,.5), rgba(132,92,255,.2) 50%, rgba(50,93,255,.24));
}
.desktop-nav a[aria-current="page"]::after {
  animation: nav-prism 3.6s var(--ease) infinite;
}
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; align-items: center; gap: 7px; font: 600 .76rem/1 var(--nav); letter-spacing: .08em; }
.language-switch button { padding: 4px; border: 0; background: none; cursor: pointer; opacity: .35; }
.language-switch button.is-active { opacity: 1; }
.language-switch span { opacity: .25; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}
.menu-toggle span { position: absolute; left: 13px; width: 17px; height: 1px; background: var(--ink); transition: transform .4s var(--ease), top .4s; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 150;
  inset: 0;
  visibility: hidden;
  clip-path: circle(0 at calc(100% - 45px) 45px);
  background: #e9edff;
  transition: clip-path .75s var(--ease), visibility .75s;
}
.mobile-menu.is-open { visibility: visible; clip-path: circle(150% at calc(100% - 45px) 45px); }
.mobile-menu::before {
  content: "";
  position: absolute;
  width: 65vw;
  aspect-ratio: 1;
  right: -20vw;
  top: 5vh;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.8), rgba(111,93,255,.35) 35%, transparent 70%);
  filter: blur(8px);
}
.mobile-menu-inner { position: relative; width: 88%; height: 100%; margin: auto; padding-top: 130px; display: flex; flex-direction: column; }
.mobile-menu nav { margin-top: auto; margin-bottom: auto; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-menu nav span { font-size: .65rem; }
.mobile-menu nav em { font: 600 clamp(2.4rem, 11vw, 5rem)/1.1 var(--nav); font-style: normal; letter-spacing: -.035em; text-transform: uppercase; }
.mobile-menu-note { padding-bottom: 30px; font-size: .7rem; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-h) + 58px) max(4vw, calc((100vw - 1440px) / 2)) 30px;
  background:
    radial-gradient(circle at 75% 30%, rgba(99, 122, 255, .16), transparent 22%),
    radial-gradient(circle at 64% 72%, rgba(104, 226, 231, .12), transparent 24%),
    linear-gradient(140deg, #f7f5f2 0%, #f1f4fb 54%, #f2edff 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(25,26,34,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(25,26,34,.07) 1px, transparent 1px);
  background-size: 10vw 10vw;
  mask-image: linear-gradient(to bottom, transparent 4%, black 45%, transparent 95%);
}
.hero-topline, .hero-bottom { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.hero-topline { font-size: .64rem; letter-spacing: .13em; font-weight: 600; }
.hero-topline p { display: flex; align-items: center; gap: 9px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #4b73ff; box-shadow: 0 0 0 5px rgba(75,115,255,.13); animation: pulse 2s ease-in-out infinite; }
.coordinates { opacity: .48; }
.hero-stage { position: relative; min-height: calc(100svh - 230px); display: grid; place-items: center; padding: 3vh 0 4vh; perspective: 1000px; }
.hero-name { position: relative; z-index: 2; width: 100%; font: 700 clamp(5.2rem, 15.1vw, 14.7rem)/.73 var(--syne); letter-spacing: -.085em; }
.name-line { display: block; width: max-content; transition: transform .2s linear; }
.name-line-first { margin-left: 2.5%; }
.name-line-last { margin-left: auto; margin-right: 1%; color: transparent; -webkit-text-stroke: clamp(1px, .09vw, 2px) var(--ink); }
.core-wrap {
  position: absolute;
  z-index: 3;
  width: clamp(180px, 18vw, 270px);
  aspect-ratio: 1;
  left: 88%;
  top: 25%;
  transform: translate(-50%, -50%) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .5s var(--ease);
}
.core-wrap::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 47% 53% 49% 51% / 54% 42% 58% 46%;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.88), transparent 20%),
    linear-gradient(145deg, rgba(255,255,255,.4), rgba(120,112,255,.17) 58%, rgba(55,217,231,.13));
  box-shadow:
    inset 10px 14px 24px rgba(255,255,255,.72),
    inset -12px -16px 28px rgba(73,65,172,.16),
    0 26px 56px rgba(53,64,132,.14);
  backdrop-filter: blur(13px) saturate(185%);
  -webkit-backdrop-filter: blur(13px) saturate(185%);
  animation: glass-breathe 8s ease-in-out infinite;
}
.core-shell { position: absolute; inset: 22%; border-radius: 43% 57% 62% 38% / 45% 37% 63% 55%; transform: rotate(12deg); animation: morph 9s ease-in-out infinite, float 7s ease-in-out infinite; filter: drop-shadow(0 30px 38px rgba(65, 78, 146, .2)); }
.core-glass, .core-metal, .core-light { position: absolute; inset: 0; border-radius: inherit; }
.core-shell::before { content: ""; position: absolute; z-index: 4; left: 15%; top: 8%; width: 42%; height: 18%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.95), rgba(255,255,255,.18) 54%, transparent 70%); filter: blur(2px); transform: rotate(-20deg); }
.core-shell::after { content: ""; position: absolute; z-index: 4; right: 9%; bottom: 12%; width: 34%; height: 22%; border-radius: 50%; background: radial-gradient(ellipse, rgba(55,217,231,.5), rgba(132,92,255,.18) 48%, transparent 72%); filter: blur(5px); }
.core-glass { background: radial-gradient(circle at 27% 19%, rgba(255,255,255,.98), transparent 19%), radial-gradient(circle at 72% 78%, rgba(55,217,231,.34), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.9), rgba(193,219,255,.22) 31%, rgba(115,95,255,.48) 66%, rgba(255,255,255,.62)); border: 1px solid rgba(255,255,255,.86); box-shadow: inset 11px 14px 21px rgba(255,255,255,.84), inset -16px -20px 32px rgba(43,47,130,.2), 0 0 0 1px rgba(111,134,255,.08); backdrop-filter: blur(10px) saturate(190%); -webkit-backdrop-filter: blur(10px) saturate(190%); }
.core-metal { inset: 14%; background: radial-gradient(circle at 31% 24%, white 0 5%, rgba(235,245,255,.95) 12%, #9dbce6 27%, #5a66dc 49%, #bcb6ff 67%, #5ed2dc 86%, #f8ffff 100%); box-shadow: inset 12px 10px 24px rgba(255,255,255,.46), inset -11px -13px 28px rgba(15,20,70,.34), 0 14px 28px rgba(62,66,154,.22); }
.core-light { inset: 35%; background: rgba(255,255,255,.94); filter: blur(9px); box-shadow: 0 0 30px 12px rgba(79,125,255,.58), 0 0 64px 25px rgba(132,92,255,.2); animation: glow 3s ease-in-out infinite; }
.orbit { position: absolute; inset: 4%; border: 1px solid rgba(47,52,91,.25); border-radius: 50%; transform-style: preserve-3d; box-shadow: inset 0 0 18px rgba(255,255,255,.58), 0 0 18px rgba(106,99,255,.05); }
.orbit-a { transform: rotateX(65deg) rotateZ(-24deg); animation: orbitA 14s linear infinite; }
.orbit-b { inset: 12%; transform: rotateY(68deg) rotateX(20deg); animation: orbitB 11s linear infinite reverse; }
.orbit i { position: absolute; width: 14px; height: 5px; border-radius: 99px; background: linear-gradient(90deg, transparent, white 32% 68%, transparent); box-shadow: 0 0 8px 2px white, 0 0 18px 7px rgba(132,92,255,.55); }
.orbit i:nth-child(1) { left: 8%; top: 23%; }
.orbit i:nth-child(2) { right: 9%; bottom: 22%; background: var(--cyan); }
.orbit i:nth-child(3) { left: 48%; bottom: -5px; background: var(--pink); }
.core-label { position: absolute; right: -12%; top: 18%; padding: 7px 10px; border: 1px solid rgba(255,255,255,.74); border-radius: 4px 12px 5px 10px; background: rgba(255,255,255,.3); box-shadow: inset 0 1px rgba(255,255,255,.8), 0 12px 28px rgba(51,62,124,.1); backdrop-filter: blur(9px) saturate(160%); -webkit-backdrop-filter: blur(9px) saturate(160%); font: 600 .55rem/1 var(--body); letter-spacing: .13em; }
.hero-role { position: absolute; z-index: 4; top: 2%; left: 58%; width: clamp(132px, 12vw, 178px); aspect-ratio: 1; display: grid; place-items: center; padding: 25px; border: 1px solid rgba(17,19,26,.32); border-radius: 50%; text-align: center; font: 600 clamp(.58rem, .74vw, .72rem)/1.45 var(--nav); letter-spacing: .055em; text-transform: uppercase; background: rgba(255,255,255,.22); backdrop-filter: blur(8px); }
.hero-role::before { content: ""; position: absolute; inset: -8px; border: 1px dashed rgba(50,93,255,.48); border-radius: 50%; animation: role-spin 22s linear infinite; }
.hero-role::after { content: ""; position: absolute; width: 7px; aspect-ratio: 1; right: 8%; top: 18%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px 5px rgba(55,217,231,.38); }
.hero-statement { position: absolute; z-index: 4; right: 3%; bottom: 8%; width: min(32vw, 440px); font: 500 clamp(1.3rem, 2.1vw, 2rem)/1.1 var(--syne); letter-spacing: -.035em; }
.split-word { display: inline-block; margin: -.08em .22em -.2em 0; padding: .08em .015em .2em; overflow: visible; vertical-align: bottom; }
.split-word > span { display: inline-block; opacity: 0; transform: translateY(62%); transition: transform .8s var(--ease), opacity .55s var(--ease); transition-delay: calc(var(--word-index) * 45ms); }
.is-visible .split-word > span { opacity: 1; transform: translateY(0); }
.hero-signals { position: absolute; z-index: 1; inset: 0; pointer-events: none; font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.signal { position: absolute; display: flex; flex-direction: column; padding-left: 12px; border-left: 1px solid var(--line); }
.signal strong { font: 600 .72rem/1.3 var(--syne); }
.signal span { color: var(--ink-soft); }
.signal-a { left: 0; bottom: 13%; }
.signal-b { left: 0; top: 5%; }
.signal-c { left: 36%; top: 4%; }
.signal-d { right: 34%; bottom: 1%; }
.hero-bottom { align-items: flex-end; }
.hero-links { display: flex; gap: 30px; }
.text-link { display: flex; align-items: center; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: .76rem; font-weight: 600; }
.text-link i { font: normal 1rem/1 var(--body); transition: transform .35s var(--ease); }
.text-link:hover i { transform: translate(4px, 4px); }
.text-link-muted { border-bottom-color: var(--line); }
.scroll-cue { display: flex; align-items: center; gap: 12px; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.scroll-cue i::after { content: "↓"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); animation: nudge 1.8s ease-in-out infinite; }

.marquee {
  position: relative;
  height: clamp(190px, 19vw, 285px);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 20%, rgba(132,92,255,.18), transparent 24%),
    linear-gradient(115deg, #edf2ff 0%, #f8f8fa 48%, #e8edff 100%);
}
.marquee::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  opacity: .48;
  transform: rotate(-8deg);
  background-image:
    linear-gradient(rgba(50,93,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50,93,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
}
.marquee::after {
  content: "";
  position: absolute;
  left: 17%;
  top: -30%;
  width: 1px;
  height: 170%;
  z-index: 1;
  transform: rotate(22deg);
  background: linear-gradient(transparent, rgba(50,93,255,.45), transparent);
}
.marquee-plane {
  position: absolute;
  left: -7vw;
  width: 114vw;
  overflow: hidden;
  transform-origin: center;
  box-shadow: 0 18px 50px rgba(50,93,255,.08);
}
.marquee-plane-primary {
  top: 21%;
  z-index: 3;
  padding: clamp(20px, 2vw, 29px) 0 clamp(17px, 1.8vw, 25px);
  transform: rotate(-2.35deg);
  border-top: 1px solid rgba(17,19,26,.2);
  border-bottom: 1px solid rgba(17,19,26,.2);
  background: rgba(244,247,255,.92);
  backdrop-filter: blur(8px);
}
.marquee-plane-secondary {
  right: -7vw;
  bottom: 10%;
  left: auto;
  z-index: 2;
  padding: 11px 0 10px;
  transform: rotate(1.55deg);
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: white;
  background: rgba(17,19,26,.94);
}
.marquee-track { display: flex; width: max-content; align-items: center; animation: ticker 25s linear infinite; }
.marquee-plane-primary span { font: 600 clamp(1.7rem, 3.25vw, 3.45rem)/1 var(--syne); letter-spacing: -.045em; }
.marquee-plane-primary i { margin: 0 clamp(22px, 2.2vw, 38px); color: var(--blue); font-style: normal; }
.marquee-plane-secondary .marquee-track { animation-duration: 34s; animation-direction: reverse; }
.marquee-plane-secondary span { font: 600 clamp(.56rem, .76vw, .72rem)/1 var(--nav); letter-spacing: .2em; }
.marquee-plane-secondary i { margin: 0 clamp(18px, 2vw, 32px); color: var(--cyan); font-style: normal; }
.marquee-index {
  position: absolute;
  top: 12%;
  right: 4vw;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid rgba(17,19,26,.22);
  background: rgba(255,255,255,.6);
  font: 600 .55rem/1 var(--nav);
  letter-spacing: .14em;
}

.about, .expertise, .projects { padding-top: clamp(110px, 14vw, 220px); }
.section-index { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-index span { color: var(--blue); }
.about-heading { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: end; gap: 7vw; margin: 9vw 0 8vw; }
.about h2, .expertise h2, .projects h2, .contact h2 { font: 500 clamp(3rem, 7.1vw, 7rem)/.94 var(--syne); letter-spacing: -.065em; }
.about h2 { max-width: 1100px; }
.about-side-note { padding-left: 18px; border-left: 1px solid var(--ink); font-size: .8rem; color: var(--ink-soft); }
.about-copy { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; }
.about-copy .lead { font: 500 clamp(1.35rem, 2.3vw, 2.25rem)/1.35 var(--syne); letter-spacing: -.025em; }
.copy-column { display: grid; gap: 36px; color: var(--ink-soft); font-size: .9rem; }
.story-link { width: max-content; margin: 60px 0 0 auto; display: flex; align-items: center; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--ink); font: 600 .76rem/1 var(--nav); letter-spacing: .08em; text-transform: uppercase; }
.story-link i { font: normal 1.2rem/1 var(--body); transition: transform .35s var(--ease); }
.story-link:hover i { transform: translate(4px, -4px); }
.process-type { margin-top: clamp(100px, 14vw, 190px); padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; overflow: hidden; }
.process-type span { position: relative; font: 600 clamp(.7rem, 1.05vw, 1rem)/1 var(--syne); letter-spacing: .09em; }
.process-type span:not(:last-child)::after { content: "↗"; position: absolute; left: calc(100% + 2vw); color: var(--blue); }

.expertise { padding-bottom: clamp(120px, 16vw, 240px); }
.expertise-intro { display: grid; grid-template-columns: 1fr 310px; gap: 8vw; align-items: end; margin: 9vw 0 10vw; }
.expertise-intro h2 { max-width: 1050px; }
.expertise-intro > p { font-size: .85rem; color: var(--ink-soft); }
.expertise-interface { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 5vw; align-items: center; }
.expertise-item { border-top: 1px solid var(--line); }
.expertise-item:last-child { border-bottom: 1px solid var(--line); }
.expertise-item button { width: 100%; min-height: 100px; display: grid; grid-template-columns: 65px 1fr 30px; align-items: center; gap: 15px; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.expertise-no { font-size: .64rem; letter-spacing: .1em; color: var(--blue); }
.expertise-heading { font: 500 clamp(1.45rem, 2.6vw, 2.8rem)/1 var(--syne); letter-spacing: -.045em; transition: transform .4s var(--ease), color .3s; }
.expertise-item button:hover .expertise-heading { transform: translateX(10px); color: var(--blue); }
.expertise-toggle { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.expertise-toggle::before, .expertise-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .35s; }
.expertise-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.is-open .expertise-toggle::after { transform: translate(-50%,-50%) rotate(0); }
.expertise-detail { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .55s var(--ease), opacity .4s; }
.expertise-detail p { overflow: hidden; max-width: 690px; padding: 0 40px 0 80px; color: var(--ink-soft); font-size: .82rem; }
.expertise-item.is-open .expertise-detail { grid-template-rows: 1fr; opacity: 1; }
.expertise-item.is-open .expertise-detail p { padding-bottom: 32px; }
.expertise-orbit { min-height: 530px; display: grid; place-items: center; position: relative; overflow: clip; contain: layout paint; perspective: 1100px; background: radial-gradient(ellipse at 50% 56%, rgba(108,111,255,.18), rgba(55,217,231,.07) 26%, transparent 62%); }
.expertise-orbit::before { content: ""; position: absolute; width: min(42vw, 520px); aspect-ratio: 1.7; left: 50%; top: 52%; transform: translate(-50%,-50%) rotate(-8deg); border: 1px solid rgba(255,255,255,.8); border-radius: 49% 51% 46% 54% / 58% 44% 56% 42%; background: linear-gradient(145deg, rgba(255,255,255,.35), rgba(110,103,255,.1) 58%, rgba(55,217,231,.1)); box-shadow: inset 12px 15px 28px rgba(255,255,255,.65), inset -12px -16px 30px rgba(77,69,164,.1), 0 30px 70px rgba(64,69,141,.11); backdrop-filter: blur(15px) saturate(170%); -webkit-backdrop-filter: blur(15px) saturate(170%); animation: glass-drift 10s ease-in-out infinite reverse; }
.expertise-orbit::after { content: ""; position: absolute; width: 28%; height: 7%; left: 35%; top: 41%; border-radius: 50%; transform: rotate(-7deg); background: radial-gradient(ellipse, rgba(255,255,255,.75), rgba(255,255,255,.08) 56%, transparent 72%); filter: blur(3px); }
.orbit-field { position: relative; z-index: 2; width: min(30vw, 390px); aspect-ratio: 1; border-radius: 50%; transform-style: preserve-3d; transform: rotateX(61deg) rotateZ(-18deg); filter: drop-shadow(0 35px 35px rgba(67,66,150,.14)); }
.field-ring { position: absolute; inset: 0; border: 1px solid rgba(32,35,65,.3); border-radius: 50%; animation: spin 18s linear infinite; box-shadow: inset 0 0 20px rgba(255,255,255,.72), 0 0 10px rgba(85,91,190,.08); }
.field-ring::after { content: ""; position: absolute; left: 50%; top: -4px; width: 16px; height: 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 99px; background: linear-gradient(90deg, var(--blue), white 52%, var(--cyan)); box-shadow: inset 0 1px 2px white, 0 0 15px 4px rgba(50,93,255,.38); }
.ring-2 { inset: 16%; animation-duration: 11s; animation-direction: reverse; }
.ring-2::after { background: var(--pink); }
.ring-3 { inset: 33%; animation-duration: 8s; }
.ring-3::after { background: var(--cyan); }
.field-core { position: absolute; inset: 34%; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 48% 52% 46% 54% / 55% 44% 56% 45%; background: radial-gradient(circle at 34% 19%, white 0 6%, rgba(206,235,255,.96) 15%, #8398ff 34%, #675aff 59%, #3e287f 86%); color: white; font: 600 1.5rem/1 var(--syne); transform: rotateZ(18deg) rotateX(-61deg) translateZ(22px); box-shadow: inset 11px 12px 18px rgba(255,255,255,.46), inset -12px -15px 28px rgba(33,23,115,.38), 0 25px 60px rgba(64,70,150,.32), 0 0 32px rgba(98,104,255,.26); backdrop-filter: blur(9px) saturate(180%); -webkit-backdrop-filter: blur(9px) saturate(180%); animation: field-morph 7s ease-in-out infinite; }
.field-core::before { content: ""; position: absolute; width: 62%; height: 22%; left: 13%; top: 8%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.96), rgba(255,255,255,.1) 62%, transparent 72%); transform: rotate(-13deg); }
.field-core::after { content: ""; position: absolute; width: 54%; aspect-ratio: 1; right: -16%; bottom: -24%; border-radius: 50%; background: radial-gradient(circle, rgba(55,217,231,.55), transparent 68%); filter: blur(4px); }
.field-node { position: absolute; width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.7); background: rgba(17,19,26,.78); border-radius: 50%; box-shadow: 0 4px 10px rgba(33,37,75,.2), inset 0 1px 2px rgba(255,255,255,.4); }
.node-1 { left: 18%; top: 20%; }.node-2 { right: 4%; top: 48%; }.node-3 { left: 31%; bottom: 1%; }
.field-label { position: absolute; right: 5%; bottom: 12%; font-size: .58rem; line-height: 1.4; letter-spacing: .13em; }
.expertise-visual { position: relative; justify-self: center; width: min(100%, 560px); aspect-ratio: 4/5; margin: 0; overflow: hidden; isolation: isolate; background: #0b0c0f; box-shadow: 0 35px 90px rgba(17,19,26,.16); }
.expertise-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.34), transparent 27%, transparent 70%, rgba(0,0,0,.42)); }
.expertise-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.005); }
.expertise-visual.is-changing img { animation: expertise-image-in .62s var(--ease) both; }
.expertise-visual figcaption { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(22px,3vw,38px); color: white; pointer-events: none; }
.expertise-visual figcaption span { font: 600 .59rem/1 var(--nav); letter-spacing: .13em; text-transform: uppercase; }
.expertise-visual figcaption strong { max-width: 85%; font: 500 clamp(1.8rem,3.5vw,3.7rem)/.94 var(--syne); letter-spacing: -.055em; text-shadow: 0 4px 24px rgba(0,0,0,.28); }
.technology-flow { margin-top: clamp(120px, 16vw, 220px); }
.technology-heading { display: flex; justify-content: space-between; margin-bottom: 28px; }
.technology-heading span { color: var(--ink-soft); text-transform: none; letter-spacing: 0; }
.ticker { overflow: clip; contain: inline-size; border-top: 1px solid var(--line); }
.ticker:last-child { border-bottom: 1px solid var(--line); }
.ticker-track { display: flex; width: max-content; animation: ticker 42s linear infinite; }
.ticker-reverse .ticker-track { animation-direction: reverse; animation-duration: 48s; }
.ticker span { position: relative; padding: 17px 28px; font: 500 clamp(1rem, 1.6vw, 1.5rem)/1 var(--syne); }
.ticker span::after { content: "·"; position: absolute; right: -2px; color: var(--blue); }

.projects { position: relative; padding-bottom: clamp(140px, 18vw, 260px); background: #ecefff; width: 100%; max-width: none; }
.projects > * { width: var(--page); margin-inline: auto; }
.projects-heading { display: grid; grid-template-columns: 1fr 280px; gap: 8vw; align-items: end; margin-top: 9vw; }
.projects-heading h2 { max-width: 1050px; }
.projects-heading p { color: var(--ink-soft); font-size: .85rem; }
.project-stream { margin-top: 11vw; }
.project { position: relative; width: 100%; margin-bottom: clamp(110px, 18vw, 260px); }
.project-meta { display: flex; justify-content: space-between; padding-bottom: 16px; }
.project-visual { position: relative; display: block; width: 100%; aspect-ratio: 16 / 8.2; overflow: hidden; isolation: isolate; }
.project-visual > div { position: absolute; inset: 0; transition: transform 1s var(--ease), filter .5s; }
.project-visual:hover > div { transform: scale(1.025); }
.project-art-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .55s ease; }
.project-visual:hover .project-art-image { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.venture-card-brand { position: absolute; z-index: 4; top: clamp(22px,3.2vw,52px); left: clamp(22px,3.2vw,52px); display: flex; flex-direction: column; gap: 12px; max-width: 72%; color: #fff; font: 500 clamp(2.1rem,5.8vw,6.2rem)/.88 var(--syne); letter-spacing: -.065em; text-shadow: 0 4px 28px rgba(0,0,0,.35); }
.venture-card-brand small { font: 600 clamp(.52rem,.66vw,.72rem)/1 var(--nav); letter-spacing: .13em; text-transform: uppercase; }
.project-cursor { position: absolute; z-index: 5; right: 25px; bottom: 25px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; background: rgba(255,255,255,.6); backdrop-filter: blur(12px); font-size: .65rem; }
.project-info { display: grid; grid-template-columns: 1fr minmax(250px, .46fr); gap: 8vw; align-items: end; padding-top: 28px; }
.project-info h3 { font: 500 clamp(2.4rem, 5vw, 5.3rem)/.88 var(--syne); letter-spacing: -.065em; }
.project-info ul { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 24px; }
.project-info li { font-size: .61rem; letter-spacing: .09em; text-transform: uppercase; }
.project-info li::before { content: "/ "; color: var(--blue); }
.project-info p { color: var(--ink-soft); font-size: .85rem; }
.project-beta { width: 78%; margin-left: auto; }
.project-beta .project-visual { aspect-ratio: 13 / 9; }
.project-gamma { width: 69%; margin-right: auto; }
.project-gamma .project-visual { aspect-ratio: 1 / 1; }
.project-delta { width: 88%; margin-left: auto; margin-bottom: 0; }
.project-delta .project-visual { aspect-ratio: 15 / 9; }

.visual-simetri { position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #7485ff 0%, #c9d0ff 42%, #54dae5 100%); }
.visual-simetri::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotateX(62deg); box-shadow: 0 0 0 55px rgba(255,255,255,.09), 0 0 0 120px rgba(255,255,255,.06); }
.visual-simetri span { position: relative; z-index: 2; color: rgba(255,255,255,.9); font: 700 clamp(9rem, 22vw, 24rem)/1 var(--syne); text-shadow: 0 22px 42px rgba(52,57,135,.18); }
.visual-simetri i { position: absolute; z-index: 3; width: 26%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.72); border-radius: 46% 54% 63% 37%; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(115,107,255,.3)); right: 17%; top: 13%; box-shadow: inset 12px 12px 24px rgba(255,255,255,.55), 0 28px 60px rgba(50,60,160,.24); animation: morph 10s ease-in-out infinite, cover-float 7s ease-in-out infinite; }
.visual-simetri b { position: absolute; width: 13%; aspect-ratio: 1; border-radius: 50%; left: 18%; bottom: 13%; background: #3e60ff; box-shadow: 0 0 70px 25px rgba(62,96,255,.4); }
.visual-lezzet { position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 20% 18%, rgba(255,255,255,.46), transparent 17%), linear-gradient(145deg, #ee3f27 0%, #ff735b 42%, #ffd253 100%); }
.visual-lezzet::before { content: ""; position: absolute; width: 56%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); box-shadow: inset 0 0 0 42px rgba(255,255,255,.07), inset 0 0 0 84px rgba(255,255,255,.05), 0 30px 80px rgba(113,35,13,.2); }
.visual-lezzet span { position: relative; z-index: 2; color: rgba(255,255,255,.94); font: 700 clamp(5rem, 14vw, 12rem)/1 var(--syne); letter-spacing: -.11em; text-shadow: 0 24px 42px rgba(112,36,16,.16); }
.visual-lezzet i { position: absolute; width: 11%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.75); filter: blur(1px); box-shadow: 0 0 38px rgba(255,255,255,.45); }
.visual-lezzet i:nth-of-type(1) { left: 12%; top: 18%; }.visual-lezzet i:nth-of-type(2) { right: 11%; bottom: 16%; width: 17%; background: #f9ffb6; }.visual-lezzet i:nth-of-type(3) { right: 22%; top: 12%; width: 5%; background: #77d46c; }
.visual-lezzet b { position: absolute; color: rgba(255,255,255,.74); font: 600 .64rem/1 var(--nav); letter-spacing: .2em; }
.visual-lezzet b:first-of-type { top: 8%; left: 7%; }.visual-lezzet b:last-of-type { bottom: 8%; right: 7%; }
.visual-link { display: grid; place-items: center; background: linear-gradient(150deg, #fff3df, #ffc3cb 46%, #b59dff); }
.visual-link::before, .visual-link::after { content: ""; position: absolute; width: 32%; height: 57%; border: 2px solid rgba(255,255,255,.62); border-radius: 99px; transform: rotate(42deg); }
.visual-link::after { transform: rotate(42deg) translate(45%, -28%); }
.visual-link span { position: relative; z-index: 2; color: rgba(255,255,255,.9); font: 700 clamp(5rem, 14vw, 12rem)/1 var(--syne); letter-spacing: -.1em; }
.visual-link i { position: absolute; width: 44%; height: 44%; border-radius: 50%; filter: blur(25px); background: rgba(255,240,161,.7); }
.visual-link i:nth-of-type(2) { width: 18%; height: 18%; right: 6%; top: 9%; background: rgba(78,100,255,.75); }
.visual-link em { position: absolute; left: 8%; bottom: 8%; font-style: normal; color: white; }
.visual-bio { position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 20% 12%, rgba(198,255,83,.14), transparent 22%), linear-gradient(145deg, #101118 0%, #342d47 56%, #111218 100%); }
.visual-bio::before { content: ""; position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 32%, rgba(255,255,255,.92), rgba(190,255,87,.88) 8%, rgba(236,98,255,.48) 28%, transparent 62%); filter: blur(5px); }
.visual-bio::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotateX(64deg); box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 84px rgba(255,255,255,.025); }
.visual-bio span { position: relative; z-index: 2; color: white; font: 700 clamp(5rem, 15vw, 13rem)/1 var(--syne); letter-spacing: -.12em; text-shadow: 0 20px 45px rgba(0,0,0,.35); }
.visual-bio i { position: absolute; z-index: 2; width: 13%; aspect-ratio: 1; border-radius: 50%; background: #c7ff53; box-shadow: 0 0 38px rgba(199,255,83,.45); }
.visual-bio i:nth-of-type(1) { left: 9%; top: 14%; }
.visual-bio i:nth-of-type(2) { right: 12%; bottom: 11%; width: 8%; background: #ff6bd6; }
.visual-bio em { position: absolute; z-index: 2; left: 7%; bottom: 7%; color: rgba(255,255,255,.72); font: normal 600 .65rem/1 var(--nav); letter-spacing: .1em; }
.project-copy { display: grid; gap: 22px; }
.project-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.project-actions a { display: flex; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); font: 600 .63rem/1 var(--nav); letter-spacing: .06em; text-transform: uppercase; }
.project-actions i { font-style: normal; }
.visual-cakmaklar { display: grid; place-items: center; background: linear-gradient(165deg, #dfe7e8, #a9bcc1 50%, #f4f0e9); }
.visual-cakmaklar::before { content: ""; position: absolute; inset: 8%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.7) 0 1px, transparent 1px 13%), repeating-linear-gradient(rgba(255,255,255,.5) 0 1px, transparent 1px 20%); clip-path: polygon(14% 100%, 14% 28%, 50% 5%, 84% 30%, 84% 100%); }
.visual-cakmaklar span { position: relative; color: rgba(255,255,255,.92); font: 700 clamp(8rem, 20vw, 20rem)/1 var(--syne); }
.visual-cakmaklar i { position: absolute; width: 1px; height: 60%; background: rgba(46,56,61,.35); transform: rotate(var(--r)) translateY(var(--y)); }
.visual-cakmaklar i:nth-of-type(1) { --r: 38deg; --y: -10%; }.visual-cakmaklar i:nth-of-type(2) { --r: -42deg; --y: 15%; }.visual-cakmaklar i:nth-of-type(3) { --r: 90deg; --y: -30%; }

.contact { position: relative; overflow: hidden; color: white; background: #11131a; padding-top: clamp(110px, 14vw, 210px); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 12vw 12vw; }
.contact-light { position: absolute; width: 70vw; aspect-ratio: 1; right: -28vw; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(66,227,238,.5), rgba(82,72,255,.35) 28%, rgba(219,90,255,.16) 46%, transparent 68%); filter: blur(35px); }
.contact .section-index { border-color: rgba(255,255,255,.2); }
.contact .section-index span { color: var(--cyan); }
.contact-top { position: relative; }
.availability { display: flex; align-items: center; gap: 10px; justify-content: flex-end; margin-top: 22px; color: rgba(255,255,255,.7); }
.availability > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #78ffbf; box-shadow: 0 0 12px #78ffbf; }
.contact-main { position: relative; min-height: 70vh; display: grid; align-content: center; }
.contact h2 { max-width: 1120px; font-size: clamp(3.5rem, 9.2vw, 9.5rem); }
.contact-orb { position: absolute; right: 1%; bottom: 4%; width: clamp(130px, 15vw, 210px); aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(131,181,255,.86) 52%, rgba(113,77,255,.9)); color: var(--ink); box-shadow: 0 25px 70px rgba(63,97,255,.36), inset 10px 12px 20px rgba(255,255,255,.65); font-size: .75rem; font-weight: 600; }
.contact-orb i { font-style: normal; font-size: 1.5rem; }
.social-rail { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.social-rail a { display: flex; align-items: center; justify-content: space-between; padding: 22px 16px; border-right: 1px solid rgba(255,255,255,.2); font-size: .72rem; transition: color .25s, background .25s; }
.social-rail a:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.social-rail a:hover { color: var(--ink); background: white; }
.social-rail i { font-style: normal; }
.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5vw; padding-top: 70px; padding-bottom: 34px; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { font-size: .67rem; letter-spacing: .05em; }
.site-footer span { margin-top: 6px; color: rgba(255,255,255,.5); font-size: .66rem; }
.site-footer p { grid-column: 1 / -1; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 16px; }
.footer-nav a { color: rgba(255,255,255,.62); font-size: .68rem; }
.social-rail a.is-disabled { opacity: .34; cursor: not-allowed; }

/* Shared inner-page system */
.inner-page { background: linear-gradient(145deg, #f8f6f2, #f0f4ff 55%, #f3efff); }
.inner-main { min-height: 100vh; }
.inner-hero { position: relative; min-height: 88svh; padding: 180px 4vw 80px; display: grid; align-content: center; overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(25,26,34,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,26,34,.08) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.inner-hero::after { content: ""; position: absolute; width: 54vw; aspect-ratio: 1; right: -15vw; top: 7vh; border-radius: 50%; background: radial-gradient(circle, rgba(77,221,230,.28), rgba(88,74,255,.18) 32%, transparent 68%); filter: blur(28px); }
.inner-hero-content { position: relative; z-index: 2; width: var(--page); margin: auto; }
.inner-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 7vh; font: 600 .67rem/1 var(--nav); letter-spacing: .14em; text-transform: uppercase; }
.inner-kicker::before { content: ""; width: 40px; height: 1px; background: var(--blue); }
.inner-title { max-width: 1250px; font: 500 clamp(4rem, 10.6vw, 10rem)/.84 var(--syne); letter-spacing: -.075em; }
.inner-title .outline { color: transparent; -webkit-text-stroke: 1px var(--ink); }
.inner-deck { max-width: 650px; margin: 7vh 0 0 auto; font: 500 clamp(1rem, 1.6vw, 1.45rem)/1.42 var(--syne); letter-spacing: -.02em; }
.editorial-data { position: relative; z-index: 2; width: var(--page); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial-data div { display: flex; flex-direction: column; gap: 4px; }
.editorial-data strong { font: 600 clamp(1rem, 2vw, 1.75rem)/1 var(--syne); }
.editorial-data span { color: var(--ink-soft); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.inner-section { width: var(--page); margin-inline: auto; padding: clamp(100px, 14vw, 210px) 0; }
.inner-section-head { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); font: 600 .66rem/1 var(--nav); letter-spacing: .13em; text-transform: uppercase; }
.inner-section-head span { color: var(--blue); }
.story-intro { max-width: 1160px; margin: 10vw 0; font: 500 clamp(2.4rem, 5.6vw, 5.5rem)/1 var(--syne); letter-spacing: -.06em; }
.story-intro em { color: var(--blue); font-style: normal; }
.story-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 11vw; }
.story-columns .large { font: 500 clamp(1.35rem, 2.3vw, 2.2rem)/1.4 var(--syne); letter-spacing: -.025em; }
.story-columns .narrative { display: grid; gap: 36px; color: var(--ink-soft); }
.keyword-river { margin-top: 10vw; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.keyword-river div { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.keyword-river span { padding: 24px 30px; font: 500 clamp(1.5rem, 3.5vw, 3.4rem)/1 var(--syne); }
.keyword-river span::after { content: "✦"; margin-left: 50px; color: var(--violet); }
.era-flow { margin-top: 10vw; }
.era { display: grid; grid-template-columns: 170px 1fr minmax(260px, .65fr); align-items: baseline; gap: 4vw; padding: 42px 0; border-top: 1px solid var(--line); }
.era:last-child { border-bottom: 1px solid var(--line); }
.era time { font: 600 clamp(1.4rem, 2.5vw, 2.4rem)/1 var(--nav); color: var(--blue); }
.era h3 { font: 500 clamp(1.8rem, 3.6vw, 3.7rem)/1 var(--syne); letter-spacing: -.05em; }
.era p { color: var(--ink-soft); font-size: .84rem; }
.simetri-band { position: relative; width: 100%; padding: clamp(110px, 16vw, 230px) 0; overflow: hidden; color: white; background: #11131a; }
.simetri-band::after { content: "S"; position: absolute; right: -2vw; top: 50%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); transform: translateY(-50%); font: 700 38vw/1 var(--syne); }
.simetri-band-inner { position: relative; z-index: 2; width: var(--page); margin: auto; }
.simetri-band h2 { max-width: 1020px; font: 500 clamp(3rem, 7vw, 7rem)/.95 var(--syne); letter-spacing: -.06em; }
.simetri-band p { max-width: 670px; margin: 60px 0 0 38%; color: rgba(255,255,255,.68); }
.simetri-band a { display: flex; width: max-content; gap: 20px; margin: 45px 0 0 38%; padding-bottom: 9px; border-bottom: 1px solid white; font: 600 .7rem/1 var(--nav); letter-spacing: .1em; text-transform: uppercase; }
.process-flow { margin-top: 9vw; counter-reset: process; }
.process-flow span { counter-increment: process; display: inline-flex; align-items: baseline; gap: 8px; margin: 0 2vw 2vw 0; font: 500 clamp(1.5rem, 3.5vw, 3.4rem)/1 var(--syne); letter-spacing: -.04em; }
.process-flow span::before { content: counter(process, decimal-leading-zero); color: var(--blue); font: 600 .6rem/1 var(--nav); letter-spacing: .1em; }
.process-flow span:not(:last-child)::after { content: "→"; margin-left: 2vw; color: var(--violet); font-size: .7em; }
.work-fields { margin-top: 9vw; column-count: 2; column-gap: 8vw; }
.work-field { break-inside: avoid; padding: 30px 0; border-top: 1px solid var(--line); }
.work-field h3 { margin-bottom: 13px; font: 500 clamp(1.4rem, 2vw, 2rem)/1.1 var(--syne); letter-spacing: -.035em; }
.work-field p { color: var(--ink-soft); font-size: .82rem; }
.page-cta { padding: clamp(100px, 14vw, 200px) 4vw; color: white; background: linear-gradient(135deg, #161821, #27254b); }
.page-cta-inner { width: var(--page); margin: auto; }
.page-cta h2 { max-width: 1100px; font: 500 clamp(3rem, 8vw, 8rem)/.92 var(--syne); letter-spacing: -.065em; }
.page-cta-links { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 70px; }
.page-cta-links a { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.45); font: 600 .68rem/1 var(--nav); letter-spacing: .08em; text-transform: uppercase; }

/* Articles and long-form reading */
.articles-hero .inner-title { max-width: 1060px; }
.publication-index { width: var(--page); margin: 0 auto; padding: 0 0 clamp(120px, 15vw, 220px); }
.featured-article { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-cover { position: relative; overflow: hidden; min-height: 420px; background: linear-gradient(145deg, #829cff, #d4d8ff 45%, #63e1dd); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.article-cover:hover img { transform: scale(1.025); }
.featured-copy { padding: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.article-meta { display: flex; flex-wrap: wrap; gap: 13px; color: var(--ink-soft); font: 600 .61rem/1 var(--nav); letter-spacing: .09em; text-transform: uppercase; }
.featured-copy h2 { margin: 40px 0 26px; font: 500 clamp(2.5rem, 4.6vw, 4.9rem)/.98 var(--syne); letter-spacing: -.06em; }
.featured-copy > p { color: var(--ink-soft); font-size: .85rem; }
.read-link { display: flex; width: max-content; gap: 18px; margin-top: 40px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font: 600 .67rem/1 var(--nav); letter-spacing: .08em; text-transform: uppercase; }
.article-list { margin-top: 90px; }
.article-row { display: grid; grid-template-columns: 65px 1fr 210px 34px; align-items: center; gap: 3vw; padding: 38px 0; border-top: 1px solid var(--line); transition: padding .4s var(--ease), color .3s; }
.article-row:last-child { border-bottom: 1px solid var(--line); }
.article-row:hover { padding-left: 14px; color: var(--blue); }
.article-row > span { font: 600 .65rem/1 var(--nav); color: var(--blue); }
.article-row h2 { font: 500 clamp(1.7rem, 3vw, 3rem)/1.04 var(--syne); letter-spacing: -.045em; }
.article-row p { color: var(--ink-soft); font-size: .72rem; }
.article-row i { font: normal 1.3rem/1 var(--body); }

/* GTranslate works behind the existing TR/EN control; vendor chrome stays invisible. */
.gtranslate-wrapper-engine,
#google_translate_element2,
.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf { display: none !important; }
html, body { top: 0 !important; }
.article-header { padding-bottom: 8vw; }
.article-header .inner-title { max-width: 1250px; font-size: clamp(3.4rem, 8vw, 8rem); }
.article-header .inner-deck { max-width: 760px; }
.article-shell { width: min(88vw, 1180px); margin: auto; padding: 0 0 clamp(130px, 16vw, 230px); }
.article-body-grid { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 9vw; justify-content: center; }
.toc { position: sticky; top: 110px; align-self: start; padding-top: 20px; border-top: 1px solid var(--line); }
.toc strong { font: 600 .65rem/1 var(--nav); letter-spacing: .1em; text-transform: uppercase; }
.toc ol { display: grid; gap: 14px; margin-top: 24px; padding-left: 18px; color: var(--ink-soft); font-size: .72rem; }
.toc a:hover { color: var(--blue); }
.article-content { font-size: 1rem; line-height: 1.85; }
.article-content .standfirst { margin-bottom: 70px; font: 500 clamp(1.4rem, 2.4vw, 2.1rem)/1.45 var(--syne); letter-spacing: -.03em; }
.article-content h2 { margin: 80px 0 24px; font: 500 clamp(2rem, 3.4vw, 3.3rem)/1.02 var(--syne); letter-spacing: -.05em; }
.article-content h3 { margin: 48px 0 16px; font: 600 1.3rem/1.2 var(--syne); }
.article-content p { margin-bottom: 25px; color: #343845; }
.article-content ul { display: grid; gap: 12px; margin: 25px 0 34px; padding-left: 20px; list-style: disc; color: #343845; }
.article-content p a, .article-content li a { border-bottom: 1px solid rgba(50,93,255,.34); color: #264fe0; transition: border-color .25s, color .25s; }
.article-content p a:hover, .article-content li a:hover { border-bottom-color: currentColor; color: #5c46d8; }
.article-quote { margin: 60px -8vw; padding: 45px 5vw; border-left: 3px solid var(--blue); background: #e9edff; font: 500 clamp(1.5rem, 3vw, 2.7rem)/1.28 var(--syne); letter-spacing: -.04em; }
.author-note { display: grid; grid-template-columns: 70px 1fr; gap: 22px; margin-top: 90px; padding-top: 30px; border-top: 1px solid var(--line); }
.author-monogram { display: grid; place-items: center; width: 70px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--ink); font: 600 .8rem/1 var(--nav); }
.author-note strong { display: block; font-family: var(--syne); }
.author-note p { margin: 5px 0 0; font-size: .78rem; color: var(--ink-soft); }
.related-articles { margin-top: 100px; }
.related-articles > h2 { margin-bottom: 35px; font: 500 clamp(2rem, 4vw, 4rem)/1 var(--syne); letter-spacing: -.05em; }
.inner-footer { color: white; background: #11131a; padding-top: 20px; }

/* V4 standalone pages */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.service-ledger article { display: grid; grid-template-columns: 70px minmax(0,1fr) 190px; gap: 4vw; align-items: center; padding: clamp(34px,5vw,72px) 0; border-bottom: 1px solid var(--line); }
.service-ledger article > span { align-self: start; color: var(--blue); font: 600 .67rem/1 var(--nav); }
.service-ledger h3 { margin-bottom: 18px; font: 500 clamp(2.1rem,5vw,5.1rem)/.96 var(--syne); letter-spacing: -.055em; }
.service-ledger article p { max-width: 780px; color: var(--ink-soft); }
.service-ledger article b { justify-self: end; font: 600 .62rem/1.4 var(--nav); letter-spacing: .11em; text-align: right; }
.skill-map { padding-top: 0; }
.skill-map article { display: grid; grid-template-columns: minmax(210px,.55fr) 1.45fr; gap: 6vw; padding: clamp(34px,4vw,58px) 0; border-bottom: 1px solid var(--line); }
.skill-map article > div { display: grid; gap: 10px; }
.skill-map article span { color: var(--blue); font: 600 .61rem/1 var(--nav); letter-spacing: .13em; }
.skill-map h3 { font: 500 clamp(2rem,4vw,4.1rem)/1 var(--syne); letter-spacing: -.05em; }
.skill-map article > p { align-self: center; color: var(--ink-soft); font: 500 clamp(1rem,1.7vw,1.45rem)/1.9 var(--syne); }
.skill-principle { width: var(--page); margin: 0 auto clamp(110px,14vw,200px); padding: clamp(60px,9vw,130px); color: white; background: radial-gradient(circle at 85% 20%, rgba(55,217,231,.3), transparent 28%), linear-gradient(135deg,#151720,#302d62); }
.skill-principle > p { margin-bottom: 12vw; font: 600 .65rem/1 var(--nav); letter-spacing: .13em; }
.skill-principle h2 { max-width: 1050px; font: 500 clamp(2.6rem,6vw,6rem)/1 var(--syne); letter-spacing: -.055em; }
.venture-index { width: var(--page); margin: 0 auto; padding: 0 0 clamp(120px,16vw,230px); }
.venture-index > article { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: center; padding: clamp(65px,10vw,150px) 0; border-top: 1px solid var(--line); }
.venture-index > article:nth-child(even) { grid-template-columns: .75fr 1.25fr; }
.venture-index > article:nth-child(even) .venture-cover { order: 2; }
.venture-cover { width: 100%; aspect-ratio: 4/3; }
.venture-cover-art { position: relative; display: block; overflow: hidden; background: #eef2fb; isolation: isolate; }
.venture-cover-art::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(135deg, rgba(0,0,0,.16), transparent 45%); }
.venture-art-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .55s ease; }
.venture-cover-art:hover .venture-art-image { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.venture-cover-art .venture-card-brand { z-index: 2; font-size: clamp(1.8rem,4.4vw,4.6rem); }
.venture-detail > p:first-child { color: var(--blue); font: 600 .62rem/1 var(--nav); letter-spacing: .13em; }
.venture-detail h2 { margin: 28px 0 8px; font: 500 clamp(3rem,6vw,6.2rem)/.9 var(--syne); letter-spacing: -.065em; }
.venture-detail > strong { display: block; margin-bottom: 30px; font: 600 .65rem/1 var(--nav); letter-spacing: .1em; text-transform: uppercase; }
.venture-detail > p:not(:first-child) { color: var(--ink-soft); }
.venture-detail > a, .venture-actions a { display: inline-block; margin: 35px 18px 0 0; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 600 .67rem/1 var(--nav); letter-spacing: .07em; text-transform: uppercase; }
.contact-page { color: white; background: #11131a; }
.contact-page .site-header::after { background: rgba(255,255,255,.18); }
.contact-page .site-header:not(.is-compact) .brand-mark { color: var(--ink); background: white; }
.contact-page .site-header:not(.is-compact) .desktop-nav a::before { border-color: rgba(255,255,255,.24); background: radial-gradient(circle at var(--lens-x) var(--lens-y), rgba(255,255,255,.36), transparent 38%), linear-gradient(112deg, rgba(255,255,255,.14), rgba(132,92,255,.18), rgba(55,217,231,.15)); }
.contact-page .site-header:not(.is-compact) .desktop-nav a::after { background: white; }
.contact-page .site-header:not(.is-compact) .menu-toggle span { background: white; }
.contact-page .site-header.is-compact { color: var(--ink); }
.contact-canvas { min-height: 100vh; padding-top: 110px; background: radial-gradient(circle at 80% 24%, rgba(55,217,231,.24), transparent 20%), radial-gradient(circle at 62% 62%, rgba(132,92,255,.25), transparent 28%), #11131a; }
.contact-hero { position: relative; width: var(--page); min-height: 80svh; margin: auto; padding: 12vh 0 10vh; display: flex; flex-direction: column; justify-content: center; }
.contact-hero h1 { max-width: 1250px; font: 500 clamp(4rem,10vw,10rem)/.88 var(--syne); letter-spacing: -.075em; }
.contact-mail { display: flex; width: max-content; max-width: 100%; gap: 30px; margin-top: 70px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.55); font: 500 clamp(1.05rem,2.2vw,2rem)/1 var(--syne); }
.contact-mail i { font-style: normal; }
.contact-availability { display: flex; align-items: center; gap: 12px; margin: 35px 0 0 auto; font-size: .72rem; color: rgba(255,255,255,.65); }
.contact-availability span { width: 8px; aspect-ratio: 1; border-radius: 50%; background: #79ffc1; box-shadow: 0 0 15px #79ffc1; }
.contact-availability em { font-style: normal; }
.contact-grid { width: var(--page); margin: auto; padding-bottom: 12vw; display: grid; grid-template-columns: repeat(2,1fr); }
.contact-grid a { position: relative; min-height: 190px; padding: 28px; display: grid; grid-template-columns: 50px 1fr 30px; align-items: start; gap: 16px; border-top: 1px solid rgba(255,255,255,.2); transition: background .35s,color .35s; }
.contact-grid a:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
.contact-grid a:hover { color: var(--ink); background: white; }
.contact-grid span { font: 600 .62rem/1 var(--nav); }
.contact-grid strong { font: 500 clamp(1.7rem,3.2vw,3.2rem)/1 var(--syne); }
.contact-grid em { grid-column: 2; color: rgba(255,255,255,.52); font-style: normal; font-size: .72rem; }
.contact-grid a:hover em { color: var(--ink-soft); }
.contact-grid i { grid-column: 3; grid-row: 1; font-style: normal; font-size: 1.3rem; }

/* Privacy and legal surfaces */
.cookie-banner {
  position: fixed;
  z-index: 1500;
  right: 24px;
  bottom: 24px;
  left: 24px;
  width: min(1180px, calc(100vw - 48px));
  margin-inline: auto;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(246,248,253,.88);
  box-shadow: 0 24px 80px rgba(26,34,68,.2), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.cookie-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 5% 0, rgba(55,217,231,.16), transparent 35%), radial-gradient(circle at 100% 100%, rgba(132,92,255,.15), transparent 42%); }
.cookie-banner-copy { max-width: 680px; }
.cookie-banner-copy > span, .cookie-modal-head span { display: block; margin-bottom: 8px; font: 600 .58rem/1 var(--nav); letter-spacing: .17em; color: var(--blue); }
.cookie-banner-copy p { font-size: .86rem; line-height: 1.55; }
.cookie-banner-copy a { display: inline-block; margin-top: 8px; font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions, .cookie-modal-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-banner-actions button { min-width: 150px; flex: 1; }
.cookie-banner button, .cookie-modal button { min-height: 42px; padding: 0 15px; border: 1px solid rgba(17,19,26,.16); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.5); cursor: pointer; font: 600 .64rem/1 var(--nav); letter-spacing: .04em; transition: transform .25s var(--ease), background .25s, color .25s; }
.cookie-banner button:hover, .cookie-modal button:hover { transform: translateY(-2px); background: white; }
.cookie-banner button.is-primary { color: var(--ink); border-color: rgba(17,19,26,.16); background: rgba(255,255,255,.5); }
.cookie-modal button.is-primary { color: white; border-color: var(--ink); background: var(--ink); }
.cookie-modal { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(11,13,21,.42); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.cookie-modal-panel { width: min(620px, 100%); max-height: min(780px, calc(100svh - 48px)); overflow-y: auto; padding: 30px; border: 1px solid rgba(255,255,255,.85); border-radius: 28px; color: var(--ink); background: rgba(247,249,253,.96); box-shadow: 0 34px 100px rgba(8,12,28,.3); }
.cookie-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-modal-head h2 { font: 550 clamp(2rem,6vw,3.4rem)/.95 var(--syne); letter-spacing: -.055em; }
.cookie-modal-head button { min-width: 42px; padding: 0; font: 400 1.45rem/1 var(--body); }
.cookie-modal-intro { margin: 18px 0 24px; color: var(--ink-soft); font-size: .85rem; }
.cookie-choice { min-height: 92px; padding: 18px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; border-top: 1px solid var(--line); cursor: pointer; }
.cookie-choice strong { display: block; font: 600 .82rem/1.2 var(--nav); }
.cookie-choice p { margin-top: 7px; max-width: 440px; color: var(--ink-soft); font-size: .75rem; line-height: 1.45; }
.cookie-choice.is-required > span { color: var(--blue); font: 600 .58rem/1 var(--nav); letter-spacing: .08em; text-transform: uppercase; }
.cookie-choice input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-choice i { position: relative; width: 48px; height: 28px; border: 1px solid rgba(17,19,26,.2); border-radius: 999px; background: rgba(17,19,26,.08); transition: background .25s, border-color .25s; }
.cookie-choice i::after { content: ""; position: absolute; top: 4px; left: 4px; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 8px rgba(17,19,26,.2); transition: transform .25s var(--ease); }
.cookie-choice input:checked + i { border-color: var(--blue); background: var(--blue); }
.cookie-choice input:checked + i::after { transform: translateX(20px); }
.cookie-choice input:focus-visible + i { outline: 2px solid var(--blue); outline-offset: 4px; }
.cookie-modal-links { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.cookie-modal-links a { font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; }
.cookie-modal-actions { margin-top: 24px; }
body.cookie-modal-open { overflow: hidden; }

.legal-canvas { position: relative; padding: 190px 0 120px; }
.legal-canvas::before { content: ""; position: absolute; inset: 0 0 auto; height: 680px; z-index: -1; background: radial-gradient(circle at 78% 22%, rgba(132,92,255,.19), transparent 44%), radial-gradient(circle at 18% 8%, rgba(55,217,231,.12), transparent 35%); }
.legal-hero, .legal-layout { width: var(--page); margin-inline: auto; }
.legal-hero { padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.legal-hero .inner-kicker { margin-bottom: 35px; }
.legal-hero h1 { max-width: 1050px; font: 520 clamp(4rem,9vw,9rem)/.88 var(--syne); letter-spacing: -.075em; }
.legal-hero > p:last-child { max-width: 720px; margin: 42px 0 0 auto; color: var(--ink-soft); font-size: 1rem; }
.legal-layout { padding-top: 80px; display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(55px,9vw,150px); }
.legal-nav { position: sticky; top: 130px; align-self: start; display: grid; gap: 12px; }
.legal-nav strong { margin-bottom: 7px; font: 600 .64rem/1 var(--nav); letter-spacing: .12em; }
.legal-nav a { width: fit-content; color: var(--ink-soft); font-size: .76rem; }
.legal-nav a:hover { color: var(--blue); }
.legal-content { max-width: 850px; }
.legal-section { padding: 0 0 64px; scroll-margin-top: 130px; }
.legal-section + .legal-section { padding-top: 64px; border-top: 1px solid var(--line); }
.legal-section > span { display: block; margin-bottom: 15px; color: var(--blue); font: 600 .58rem/1 var(--nav); letter-spacing: .14em; }
.legal-section h2 { max-width: 760px; font: 540 clamp(2rem,4vw,3.8rem)/1 var(--syne); letter-spacing: -.055em; }
.legal-section h3 { margin-top: 30px; font: 600 1rem/1.3 var(--nav); }
.legal-section p, .legal-section li { color: #444a59; font-size: .92rem; line-height: 1.78; }
.legal-section h2 + p, .legal-section h3 + p, .legal-section h3 + ul { margin-top: 22px; }
.legal-section p + p, .legal-section ul + p { margin-top: 16px; }
.legal-section ul { margin: 20px 0 0; padding-left: 1.2rem; list-style: disc; }
.legal-section a { text-decoration: underline; text-underline-offset: 4px; }
.legal-note { margin-top: 28px; padding: 22px; border: 1px solid rgba(50,93,255,.2); border-radius: 18px; background: rgba(255,255,255,.56); }
.legal-note strong { display: block; margin-bottom: 8px; font: 600 .7rem/1.2 var(--nav); }
.legal-preference-button { margin-top: 28px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font: 600 .67rem/1 var(--nav); }

.error-page { min-height: 100svh; display: grid; grid-template-rows: auto 1fr auto; background: radial-gradient(circle at 77% 34%, rgba(132,92,255,.2), transparent 36%), radial-gradient(circle at 17% 78%, rgba(55,217,231,.13), transparent 30%), var(--paper); }
.error-header, .error-footer { width: var(--page); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.error-header { min-height: 120px; border-bottom: 1px solid var(--line); }
.error-header > span, .error-footer { font: 600 .6rem/1 var(--nav); letter-spacing: .12em; }
.error-canvas { width: var(--page); margin-inline: auto; min-height: 640px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: 7vw; }
.error-copy p { margin-bottom: 25px; color: var(--blue); font: 600 .62rem/1 var(--nav); letter-spacing: .15em; }
.error-copy h1 { max-width: 900px; font: 520 clamp(4rem,8.5vw,8.4rem)/.88 var(--syne); letter-spacing: -.075em; }
.error-copy > span { display: block; max-width: 570px; margin-top: 38px; color: var(--ink-soft); font-size: .9rem; }
.error-copy nav { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 45px; }
.error-copy nav a { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font: 600 .68rem/1 var(--nav); }
.error-orbit { position: relative; width: min(31vw,430px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.88) 0 20%, rgba(132,92,255,.28) 21% 26%, rgba(255,255,255,.34) 27% 46%, transparent 47%); box-shadow: inset 0 0 50px rgba(50,93,255,.12), 0 35px 80px rgba(50,93,255,.12); }
.error-orbit::before, .error-orbit::after, .error-orbit i { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(17,19,26,.22); border-radius: 50%; transform: rotateX(65deg) rotateZ(18deg); }
.error-orbit::after { inset: 21%; transform: rotateY(68deg) rotateX(18deg); }
.error-orbit i:nth-child(1) { inset: 44% auto auto 4%; width: 12px; height: 12px; border: 0; background: var(--cyan); box-shadow: 0 0 17px var(--cyan); animation: spin 9s linear infinite; transform-origin: 190px 20px; }
.error-orbit i:nth-child(2) { inset: auto 12% 24% auto; width: 9px; height: 9px; border: 0; background: var(--pink); box-shadow: 0 0 16px var(--pink); }
.error-orbit i:nth-child(3) { inset: 12% auto auto 48%; width: 7px; height: 7px; border: 0; background: var(--ink); }
.error-orbit b { font: 600 clamp(2rem,5vw,4rem)/1 var(--nav); color: white; text-shadow: 0 0 28px var(--blue); }
.error-footer { min-height: 90px; border-top: 1px solid var(--line); color: var(--ink-soft); }
.error-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(75,115,255,0); } }
@keyframes morph { 0%,100% { border-radius: 43% 57% 62% 38% / 45% 37% 63% 55%; } 50% { border-radius: 60% 40% 38% 62% / 55% 64% 36% 45%; } }
@keyframes float { 0%,100% { transform: translateY(-5px) rotate(12deg); } 50% { transform: translateY(12px) rotate(17deg); } }
@keyframes glow { 50% { opacity: .65; transform: scale(.78); } }
@keyframes orbitA { to { transform: rotateX(65deg) rotateZ(336deg); } }
@keyframes orbitB { to { transform: rotateY(68deg) rotateX(20deg) rotateZ(360deg); } }
@keyframes expertise-image-in { from { opacity: .2; transform: scale(1.035); filter: saturate(.7); } to { opacity: 1; transform: scale(1.005); filter: saturate(1); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes nudge { 50% { transform: translate(-50%, -30%); } }
@keyframes role-spin { to { transform: rotate(360deg); } }
@keyframes cover-float { 0%,100% { transform: translate3d(0,-4px,18px) rotate(0deg); } 50% { transform: translate3d(-10px,13px,26px) rotate(4deg); } }
@keyframes nav-prism { 0%,100% { transform: translate3d(0,0,0) scale(1); box-shadow: 0 0 0 1px rgba(50,93,255,.18), 0 0 13px 4px rgba(55,217,231,.42); } 50% { transform: translate3d(-9px,7px,0) scale(.72); box-shadow: 0 0 0 1px rgba(132,92,255,.2), 0 0 16px 5px rgba(132,92,255,.38); } }
@keyframes glass-breathe { 0%,100% { transform: scale(1) rotate(-1deg); border-radius: 47% 53% 49% 51% / 54% 42% 58% 46%; } 50% { transform: scale(1.035) rotate(1.5deg); border-radius: 53% 47% 56% 44% / 46% 57% 43% 54%; } }
@keyframes glass-drift { 0%,100% { transform: translate(-50%,-50%) rotate(-8deg) scale(1); border-radius: 49% 51% 46% 54% / 58% 44% 56% 42%; } 50% { transform: translate(-50%,-51.5%) rotate(-5deg) scale(1.025); border-radius: 54% 46% 52% 48% / 44% 57% 43% 56%; } }
@keyframes field-morph { 0%,100% { border-radius: 48% 52% 46% 54% / 55% 44% 56% 45%; } 50% { border-radius: 55% 45% 53% 47% / 46% 57% 43% 54%; } }

@media (max-width: 1200px) {
  .desktop-nav { display: none; }
  .menu-toggle { position: relative; display: block; }
}

@media (max-width: 1000px) {
  :root { --page: 90vw; }
  .desktop-nav { display: none; }
  .menu-toggle { position: relative; display: block; }
  .hero-stage { min-height: 680px; }
  .hero-name { font-size: clamp(5rem, 15vw, 9rem); }
  .core-wrap { width: clamp(190px, 25vw, 250px); }
  .hero-statement { width: 36vw; }
  .expertise-interface { grid-template-columns: 1fr; }
  .expertise-orbit { min-height: 400px; }
  .orbit-field { width: min(58vw, 390px); }
  .project-beta, .project-gamma, .project-delta { width: 88%; }
  .social-rail { grid-template-columns: repeat(3, 1fr); }
  .social-rail a { border-bottom: 1px solid rgba(255,255,255,.2); }
  .inner-title { font-size: clamp(4rem, 12vw, 8rem); }
  .era { grid-template-columns: 130px 1fr; }
  .era p { grid-column: 2; }
  .featured-article { grid-template-columns: 1fr; }
  .article-body-grid { grid-template-columns: 1fr; }
  .toc { position: static; }
  .venture-index > article, .venture-index > article:nth-child(even) { grid-template-columns: 1fr; gap: 55px; }
  .venture-index > article:nth-child(even) .venture-cover { order: 0; }
}

@media (max-width: 720px) {
  :root { --header-h: 70px; --page: 88vw; }
  body { font-size: 15px; }
  .cursor, .ambient-light { display: none; }
  .site-header { top: 10px; width: 90vw; }
  .site-header.is-compact { width: 92vw; padding: 0 12px; }
  .brand { gap: 10px; }
  .brand-mark { width: 44px; font-size: .8rem; }
  .brand-name { display: none; }
  .header-actions { gap: 12px; }
  .language-switch { gap: 5px; font-size: .69rem; }
  .hero { min-height: 100svh; padding: calc(var(--header-h) + 50px) 6vw 22px; }
  .hero::before { background-size: 25vw 25vw; }
  .hero-topline .coordinates { display: none; }
  .hero-stage { min-height: calc(100svh - 235px); padding: 2vh 0 5vh; }
  .hero-name { font-size: clamp(4rem, 20vw, 6.75rem); line-height: .82; }
  .name-line-first { margin-left: 0; }
  .name-line-last { margin-right: 0; font-size: .86em; letter-spacing: -.095em; }
  .core-wrap { width: clamp(145px, 42vw, 190px); left: 73%; top: 25%; }
  .core-label { right: -5%; }
  .hero-role { top: 3%; left: 0; width: 118px; padding: 17px; font-size: .5rem; }
  .hero-statement { right: 0; bottom: 6%; width: 66vw; font-size: 1.2rem; }
  .signal { display: none; }
  .signal-a { display: flex; }
  .signal-a { bottom: 16%; }
  .signal-b { top: 12%; }
  .hero-bottom { align-items: center; }
  .hero-links { gap: 18px; }
  .hero-links .text-link:nth-child(2), .hero-links .text-link:nth-child(3) { display: none; }
  .scroll-cue span { display: none; }
  .marquee { height: 178px; }
  .marquee-plane { left: -13vw; width: 126vw; }
  .marquee-plane-primary { top: 24%; transform: rotate(-4.2deg); padding: 18px 0 16px; }
  .marquee-plane-secondary { right: -13vw; bottom: 8%; left: auto; transform: rotate(2.8deg); padding: 9px 0 8px; }
  .marquee-plane-primary span { font-size: clamp(1.55rem, 8vw, 2.4rem); }
  .marquee-plane-primary i { margin-inline: 18px; }
  .marquee-index { top: 8%; right: 5vw; }
  .about, .expertise, .projects { padding-top: 100px; }
  .section-index { grid-template-columns: 45px 1fr; }
  .about-heading, .expertise-intro, .projects-heading { grid-template-columns: 1fr; gap: 28px; margin: 70px 0 75px; }
  .about h2, .expertise h2, .projects h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .about-side-note { max-width: 250px; }
  .about-copy { grid-template-columns: 1fr; gap: 50px; }
  .copy-column { gap: 26px; }
  .story-link { margin-left: 0; }
  .process-type { overflow: visible; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
  .process-type span { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .process-type span:not(:last-child)::after { left: auto; right: 12px; }
  .expertise-item button { grid-template-columns: 38px 1fr 28px; min-height: 86px; }
  .expertise-heading { font-size: 1.35rem; }
  .expertise-detail p { padding-left: 53px; padding-right: 20px; }
  .expertise-orbit { min-height: 330px; }
  .technology-heading { gap: 15px; }
  .ticker span { padding: 15px 20px; }
  .project-stream { margin-top: 100px; }
  .project, .project-beta, .project-gamma, .project-delta { width: 100%; margin: 0 0 130px; }
  .project:last-child { margin-bottom: 0; }
  .project-visual, .project-beta .project-visual, .project-gamma .project-visual, .project-delta .project-visual { aspect-ratio: 4 / 4.7; }
  .project-info { grid-template-columns: 1fr; gap: 28px; }
  .project-info h3 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .project-cursor { right: 14px; bottom: 14px; }
  .contact-main { min-height: 67vh; align-content: start; padding-top: 20vh; }
  .contact h2 { font-size: clamp(3.1rem, 14vw, 5.2rem); }
  .contact-orb { right: 5%; bottom: 8%; width: 125px; }
  .availability { justify-content: flex-start; }
  .social-rail { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; gap: 24px; }
  .site-footer p { margin-top: 24px; }
  .inner-hero { min-height: 82svh; padding: 140px 6vw 60px; }
  .inner-hero::before { background-size: 25vw 25vw; }
  .inner-kicker { margin-bottom: 55px; }
  .inner-title { font-size: clamp(3.5rem, 18vw, 6rem); }
  .inner-deck { margin-top: 50px; }
  .editorial-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .inner-section-head { grid-template-columns: 45px 1fr; }
  .story-intro { font-size: clamp(2.4rem, 12vw, 4rem); }
  .story-columns { grid-template-columns: 1fr; gap: 45px; }
  .era { grid-template-columns: 1fr; gap: 13px; }
  .era p { grid-column: 1; }
  .simetri-band p, .simetri-band a { margin-left: 0; }
  .work-fields { column-count: 1; }
  .process-flow span { display: flex; margin-bottom: 24px; }
  .page-cta-links { display: grid; }
  .featured-copy { padding: 45px 0; }
  .featured-article { border-bottom: 0; }
  .article-row { grid-template-columns: 35px 1fr 24px; gap: 15px; }
  .article-row p { grid-column: 2; }
  .article-row i { grid-column: 3; grid-row: 1; }
  .article-body-grid { gap: 60px; }
  .article-quote { margin-inline: -3vw; }
  .service-ledger article { grid-template-columns: 34px 1fr; gap: 20px; }
  .service-ledger article b { grid-column: 2; justify-self: start; text-align: left; }
  .skill-map article { grid-template-columns: 1fr; gap: 25px; }
  .skill-principle { padding: 45px 30px; }
  .venture-index > article { padding: 85px 0; }
  .venture-cover { aspect-ratio: 4/4.5; }
  .contact-canvas { padding-top: 80px; }
  .contact-hero { min-height: 78svh; padding-top: 10vh; }
  .contact-hero h1 { font-size: clamp(3.2rem,15vw,5.5rem); }
  .contact-mail { margin-top: 50px; }
  .contact-availability { margin-left: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid a:nth-child(odd) { border-right: 0; }
  .contact-grid a { min-height: 160px; padding-inline: 10px; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100vw - 24px); padding: 18px; grid-template-columns: 1fr; gap: 18px; border-radius: 20px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-banner button { padding-inline: 10px; }
  .cookie-modal { padding: 10px; }
  .cookie-modal-panel { max-height: calc(100svh - 20px); padding: 22px; border-radius: 22px; }
  .cookie-modal-actions { display: grid; grid-template-columns: 1fr; }
  .legal-canvas { padding: 135px 0 85px; }
  .legal-hero { padding-bottom: 60px; }
  .legal-hero h1 { font-size: clamp(3.2rem,17vw,5.6rem); }
  .legal-hero > p:last-child { margin-top: 35px; }
  .legal-layout { padding-top: 55px; grid-template-columns: 1fr; gap: 55px; }
  .legal-nav { position: static; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
  .legal-section { padding-bottom: 48px; }
  .legal-section + .legal-section { padding-top: 48px; }
  .error-header { min-height: 90px; }
  .error-header .brand-name { display: block; }
  .error-canvas { min-height: 720px; grid-template-columns: 1fr; align-content: center; gap: 45px; }
  .error-copy { order: 1; }
  .error-orbit { order: 0; width: min(68vw,300px); }
  .error-copy h1 { font-size: clamp(3.2rem,15vw,5.5rem); }
  .error-footer { padding: 24px 0; align-items: flex-start; }
  .error-footer nav { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .split-word > span { transform: none; }
  .cursor, .ambient-light { display: none; }
}

@media (pointer: coarse) { .cursor { display: none; } }
