@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Noto+Sans+Arabic:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --carbon: #151714;
  --bone: #f5f1e8;
  --paper: #faf8f2;
  --graphite: #26302b;
  --signal: #1f5b49;
  --ink: #171a17;
  --line: rgba(23, 26, 23, .2);
  --light-line: rgba(245, 241, 232, .22);
  --pad: clamp(20px, 3vw, 56px);
  --topbar: 78px;
  --sans: "Space Grotesk", Arial, sans-serif;
  --arabic: "Noto Sans Arabic", Tahoma, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
  --ease-enter: cubic-bezier(.16, 1, .3, 1);
  --ease-shift: cubic-bezier(.76, 0, .24, 1);
  --duration-fast: 220ms;
  --duration-base: 520ms;
  --duration-slow: 900ms;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; background: var(--carbon); overflow-x: hidden; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--carbon); color: var(--bone); font-family: var(--arabic); cursor: default; overflow-x: hidden; }
main { width: 100%; max-width: 100%; overflow-x: clip; overflow-y: visible; }
body.lang-en { font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
main > section { scroll-margin-top: var(--topbar); }
::selection { background: var(--signal); color: var(--carbon); }
.mono { font-family: var(--mono); letter-spacing: -.02em; }
.paper { background: var(--paper); color: var(--ink); }
.dark { background: var(--carbon); color: var(--bone); }
.skip-link { position: fixed; z-index: 1000; inset-block-start: 10px; inset-inline-start: 10px; transform: translateY(-150%); background: var(--signal); color: #fff; padding: 10px 14px; }
.skip-link:focus { transform: none; }
.noise { position: fixed; z-index: 200; inset: 0; pointer-events: none; opacity: .026; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.build-trace { position: fixed; z-index: 70; inset: 50% 10px auto auto; width: 18px; transform: translateY(-50%); display: grid; justify-items: center; gap: 11px; color: var(--bone); mix-blend-mode: difference; pointer-events: none; }
.build-trace span { writing-mode: vertical-rl; font-size: 7px; letter-spacing: .16em; }
.build-trace i { width: 1px; height: 72px; background: currentColor; opacity: .35; }
.build-trace b { font-size: 10px; font-weight: 500; }
.build-trace em { writing-mode: vertical-rl; font-size: 7px; font-style: normal; max-height: 100px; overflow: hidden; }

.topbar { position: fixed; z-index: 90; inset: 0 0 auto; height: var(--topbar); padding: 0 var(--pad); display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; border-bottom: 1px solid var(--light-line); background: color-mix(in srgb, var(--carbon) 86%, transparent); backdrop-filter: blur(12px); transition: color .3s, background .3s, border .3s; direction: ltr; }
.topbar.on-paper { color: var(--ink); background: color-mix(in srgb, var(--paper) 88%, transparent); border-color: var(--line); }
.identity { display: flex; gap: 18px; align-items: center; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.identity-mark { color: var(--signal); font-family: var(--mono); }
.topbar-meta { display: flex; justify-content: space-between; gap: 20px; padding-inline: 18px 28px; font-size: 11px; }
.availability { display: flex; align-items: center; gap: 7px; }
.availability i { width: 7px; height: 7px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 4px rgba(31,91,73,.13); }
.availability b { font-weight: 400; }
.topbar-actions { display: flex; gap: 10px; align-items: center; font-family: var(--mono); font-size: 11px; }
.lang-switch, .menu-toggle { background: none; border: 0; cursor: pointer; padding: 12px; }
.lang-switch { display: flex; gap: 5px; }
.lang-switch span { opacity: .38; }
.lang-switch span.active { opacity: 1; color: var(--signal); }
.menu-toggle { display: flex; align-items: center; gap: 10px; border-inline-start: 1px solid currentColor; }
.menu-toggle i, .menu-toggle i::after { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .3s; }
.menu-toggle i::after { transform: translateY(5px); }
.menu-open .menu-toggle i { transform: rotate(45deg) translateY(2px); }
.menu-open .menu-toggle i::after { transform: rotate(-90deg); }

.index-menu { position: fixed; z-index: 80; inset: 0; background: var(--signal); color: var(--carbon); padding: calc(var(--topbar) + 26px) var(--pad) 28px; display: grid; grid-template-rows: auto 1fr auto; transform: translateY(-102%); visibility: hidden; transition: transform .55s cubic-bezier(.76,0,.24,1), visibility .55s; }
.index-menu.open { transform: none; visibility: visible; }
.menu-meta, .menu-foot { display: flex; justify-content: space-between; font-size: 10px; direction: ltr; }
.index-menu ol { list-style: none; margin: auto 0; padding: 0; }
.index-menu li { border-top: 1px solid rgba(11,11,11,.4); }
.index-menu li:last-child { border-bottom: 1px solid rgba(11,11,11,.4); }
.index-menu li a { display: grid; grid-template-columns: 70px 1fr; align-items: center; padding: 8px 0 9px; }
.index-menu li em { font: 11px var(--mono); font-style: normal; }
.index-menu li span { font-size: clamp(32px, 5.2vw, 76px); font-weight: 500; line-height: 1; transition: padding .2s; }
.index-menu li a:hover span { padding-inline-start: 2vw; }

.hero { position: relative; min-height: 100svh; padding: calc(var(--topbar) + 25px) var(--pad) 24px; overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; }
.hero-grid { position: absolute; inset: var(--topbar) var(--pad) 0; opacity: .16; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), var(--bone) calc(8.333% - 1px), var(--bone) 8.333%); pointer-events: none; }
.hero-kicker { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; font-size: clamp(8px, .75vw, 11px); direction: ltr; }
.hero-kicker span:nth-child(2) { text-align: center; }
.hero-kicker span:last-child { text-align: right; }
.wordmark { position: relative; direction: ltr; align-self: center; min-width: 0; width: 100%; margin: 0; font-family: var(--sans); font-weight: 600; letter-spacing: -.065em; line-height: .82; text-transform: uppercase; transform: translateX(-.25vw); }
.wordmark > span { display: block; white-space: nowrap; }
.line-one { font-size: clamp(40px, 7.8vw, 144px); animation: enter-word 1.15s .1s both cubic-bezier(.16,1,.3,1); }
.line-two { position: relative; font-size: clamp(92px, 15.8vw, 294px); color: var(--bone); animation: enter-word 1.15s .2s both cubic-bezier(.16,1,.3,1); }
.line-two i { position: absolute; inset: 6% 1.5% auto auto; font: 10px var(--mono); font-style: normal; letter-spacing: 0; color: var(--signal); }
.wordmark > .hero-role { max-width: 620px; margin-top: 32px; font-family: var(--arabic); font-size: clamp(18px, 2vw, 31px); font-weight: 400; line-height: 1.55; letter-spacing: 0; text-transform: none; white-space: normal; direction: rtl; color: rgba(245,241,232,.78); }
.lang-en .hero-role { font-family: var(--sans); direction: ltr; max-width: 690px; }
@keyframes enter-word { from { opacity: 0; transform: translateY(70px); filter: blur(8px); } }
.hero-bottom { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; }
.hero-bottom p { margin: 0; font-size: clamp(19px, 2.1vw, 34px); line-height: 1.35; font-weight: 500; }
.scroll-cue { justify-self: center; font: 10px var(--mono); display: flex; flex-direction: column; align-items: center; gap: 9px; text-transform: uppercase; }
.scroll-cue i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--light-line); border-radius: 50%; font-style: normal; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(5px); } }
.hero-index { justify-self: end; display: flex; gap: 28px; font-size: 9px; direction: ltr; }

.section-rail { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; direction: ltr; padding-bottom: 11px; border-bottom: 1px solid currentColor; opacity: .85; }
.statement { min-height: 105svh; padding: 28px var(--pad) 50px; display: grid; grid-template-rows: auto 1fr auto; }
.statement-copy { align-self: center; max-width: 1420px; }
.eyebrow { font: 11px var(--mono); color: var(--signal); margin: 0 0 20px; letter-spacing: 0; }
.statement h2 { margin: 0; font-size: clamp(40px, 6.6vw, 115px); line-height: 1.11; font-weight: 400; letter-spacing: -.05em; }
.statement h2 span, .statement h2 em { display: block; }
.statement h2 em { font-style: normal; color: var(--signal); }
.statement-notes { margin-inline-start: 29%; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-notes article { padding: 13px 14px 28px; border-inline-start: 1px solid var(--line); }
.statement-notes article:first-child { border-inline-start: 0; }
.statement-notes span { font: 9px var(--mono); }
.statement-notes p { font-size: 14px; max-width: 26ch; line-height: 1.75; margin: 30px 0 0; }

.work { padding: 28px var(--pad) 130px; }
.section-head { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; margin-bottom: 100px; }
.section-head .section-rail { grid-column: 1 / -1; }
.section-head h2 { margin: 30px 0 0; font-size: clamp(50px, 8vw, 132px); line-height: .92; font-weight: 500; letter-spacing: -.065em; }
.section-intro { align-self: end; display: grid; grid-template-columns: .5fr 1fr; border-top: 1px solid var(--line); padding-top: 12px; }
.section-intro span { font: 9px var(--mono); }
.section-intro p { font-size: 14px; line-height: 1.75; margin: 0; max-width: 42ch; }
.project-featured { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(300px, .75fr); gap: 30px; padding-bottom: 100px; }
.project-visual { position: relative; overflow: hidden; background: var(--graphite); min-height: 320px; }
.image-visual { aspect-ratio: 1.6; }
.image-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--duration-slow) var(--ease-enter), filter var(--duration-slow); }
.project:hover .image-visual img { transform: scale(1.025); filter: saturate(.8); }
.project-stamp { position: absolute; inset-block-end: 16px; inset-inline-start: 16px; font-size: 9px; background: var(--paper); color: var(--ink); padding: 8px 10px; }
.project-stamp-progress { background: var(--signal); color: var(--carbon); }
.project-copy { display: flex; flex-direction: column; justify-content: flex-end; border-top: 1px solid var(--line); padding-top: 10px; }
.project-no { font-size: 9px; color: var(--signal); }
.project-copy h3 { font: 600 clamp(48px, 6vw, 102px)/.9 var(--sans); letter-spacing: -.065em; margin: auto 0 25px; direction: ltr; }
.project-featured .project-copy h3 { font-size: clamp(44px, 5.15vw, 84px); }
.project-copy p { font-size: 15px; line-height: 1.75; max-width: 40ch; margin: 0 0 32px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 10px; font-size: 8px; border-top: 1px solid var(--line); padding-top: 10px; direction: ltr; }
.project-copy a { margin-top: 35px; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.project-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; }
.project-links a { margin-top: 0; font: 10px var(--mono); }
.project-links a { display: inline-flex; align-items: center; min-height: 44px; }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 8vw, 140px); align-items: start; }
.project-pair .project:nth-child(2) { margin-top: 190px; }
.project-pair .project-visual { aspect-ratio: 1 / 1.05; }
.project-pair .project-copy { margin-top: 15px; }
.project-pair .project-copy h3 { margin: 70px 0 18px; font-size: clamp(50px, 7vw, 110px); }
.project-pair .image-visual img { filter: saturate(.78) contrast(1.04); }
.project-pair .project:hover .image-visual img { filter: saturate(1) contrast(1.02); }
.xp-visual img { object-position: center; }
.project-aria-wide { margin-top: clamp(120px, 14vw, 220px); padding-bottom: 0; }
.project-aria-wide .image-visual { aspect-ratio: 1.32; }
.project-verve { margin-top: clamp(30px, 5vw, 80px); margin-bottom: clamp(110px, 13vw, 190px); padding-bottom: 0; }
.project-verve .project-visual { background: #080808; }
.project-verve .project-visual img { object-position: center; }
.verve-system { margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.verve-system summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 10px var(--mono); text-transform: uppercase; }
.verve-system summary::-webkit-details-marker { display: none; }
.verve-system summary i { font-size: 18px; font-style: normal; color: var(--signal); transition: transform var(--duration-fast); }
.verve-system[open] summary i { transform: rotate(45deg); }
.pipeline-head { display: flex; flex-wrap: wrap; gap: 8px 14px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--signal); font-size: 8px; }
.pipeline-list { list-style: none; margin: 0; padding: 0 0 12px; counter-reset: pipeline; }
.pipeline-list li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); opacity: .62; transform: translateX(8px); transition: opacity var(--duration-base), transform var(--duration-base) var(--ease-enter); }
.verve-system[open] .pipeline-list li { opacity: 1; transform: none; }
.verve-system[open] .pipeline-list li:nth-child(2) { transition-delay: 50ms; }
.verve-system[open] .pipeline-list li:nth-child(3) { transition-delay: 100ms; }
.verve-system[open] .pipeline-list li:nth-child(4) { transition-delay: 150ms; }
.verve-system[open] .pipeline-list li:nth-child(5) { transition-delay: 200ms; }
.verve-system[open] .pipeline-list li:nth-child(6) { transition-delay: 250ms; }
.pipeline-list b { color: var(--signal); font: 9px var(--mono); }
.pipeline-list div { display: grid; gap: 4px; }
.pipeline-list strong { font-size: 12px; font-weight: 600; }
.pipeline-list span { font-size: 11px; line-height: 1.55; color: color-mix(in srgb, currentColor 68%, transparent); }

:focus-visible { outline: 2px solid var(--signal); outline-offset: 5px; }
.generative-visual { display: grid; place-items: center; background: #d8d5cd; border: 1px solid var(--line); }
.orb { width: 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #f5f1e8 0 4%, #9a9d96 20%, #26302b 58%, #1f5b49 60%, #151714 72%); filter: blur(.2px); box-shadow: 34px 30px 60px rgba(0,0,0,.18); animation: float 5s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px) rotate(5deg); } }
.wave-lines { position: absolute; inset: 16%; border: 1px solid rgba(11,11,11,.35); border-radius: 50%; box-shadow: 0 0 0 16px rgba(11,11,11,.05), 0 0 0 48px rgba(11,11,11,.04), 0 0 0 88px rgba(11,11,11,.03); }
.generative-visual > span { position: absolute; inset: 14px auto auto 14px; font: 8px var(--mono); color: var(--ink); }
.type-visual { background: var(--signal); color: var(--carbon); padding: 22px; display: grid; grid-template: 1fr auto / 1fr 1fr; }
.type-visual b { grid-column: 1 / -1; align-self: center; font: 600 clamp(110px, 20vw, 310px)/.6 var(--sans); letter-spacing: -.12em; }
.type-visual i { font: 10px var(--mono); font-style: normal; }
.type-visual span { justify-self: end; text-align: right; font: 10px/1.4 var(--mono); }

.services { padding: 28px var(--pad) 140px; display: grid; grid-template-columns: 1.05fr 2fr; gap: 50px; }
.services > .section-rail { grid-column: 1 / -1; }
.services-title { padding-top: 60px; }
.services-title h2 { font-size: clamp(44px, 5.8vw, 92px); line-height: 1.05; font-weight: 500; letter-spacing: -.055em; margin: 24px 0 0; }
.service-list { margin-top: 60px; border-top: 1px solid var(--line); }
.service-list article { position: relative; display: grid; grid-template-columns: 55px 1fr 1fr 25px; gap: 15px; align-items: baseline; padding: 23px 0 50px; border-bottom: 1px solid var(--line); }
.service-list article > span { font-size: 9px; color: var(--signal); }
.service-list h3 { font-size: clamp(23px, 2.5vw, 42px); font-weight: 500; margin: 0; }
.service-list p { font-size: 12px; line-height: 1.7; margin: 0; max-width: 35ch; }
.service-list i { font-style: normal; color: var(--signal); transition: transform .2s; }
.service-list article:hover i { transform: translate(-5px, 5px); }

.freelance { padding: 28px var(--pad) 120px; }
.freelance-head { display: grid; grid-template-columns: 1.15fr 1fr; gap: 30px 8vw; padding: 105px 0 90px; align-items: end; }
.freelance-head .eyebrow { grid-column: 1 / -1; margin: 0; }
.freelance-head h2 { margin: 0; font-size: clamp(58px, 8vw, 132px); font-weight: 500; line-height: .98; letter-spacing: -.065em; }
.freelance-head h2 em { color: var(--signal); font-style: normal; }
.freelance-head > p:last-child { max-width: 46ch; margin: 0 0 8px; font-size: clamp(16px, 1.45vw, 23px); line-height: 1.75; }
.freelance-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); direction: ltr; }
.freelance-metrics article { min-height: 260px; padding: 25px 24px; display: flex; flex-direction: column; justify-content: space-between; border-inline-end: 1px solid var(--line); }
.freelance-metrics article:last-child { border-inline-end: 0; }
.freelance-metrics strong { font: 500 clamp(80px, 11vw, 180px)/.75 var(--sans); letter-spacing: -.09em; color: var(--signal); }
.freelance-metrics span { font-size: 13px; direction: rtl; }
.lang-en .freelance-metrics span { direction: ltr; }
.freelance-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--line); }
.freelance-flow article { padding: 18px 22px 50px; border-inline-end: 1px solid var(--line); }
.freelance-flow article:last-child { border-inline-end: 0; }
.freelance-flow span { color: var(--signal); font-size: 9px; }
.freelance-flow h3 { max-width: 17ch; margin: 45px 0 0; font-size: clamp(20px, 2vw, 32px); line-height: 1.35; font-weight: 500; }
.freelance-cta { margin-top: 55px; padding-bottom: 12px; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: center; font-size: clamp(18px, 2vw, 28px); }
.freelance-cta i { color: var(--signal); font-style: normal; }

.lab { padding: 28px var(--pad) 100px; }
.lab-head { min-height: 70vh; display: grid; grid-template-columns: 1.4fr 1fr .5fr; align-items: center; gap: 40px; }
.lab-head h2 { font: 600 clamp(110px, 20vw, 330px)/.62 var(--sans); margin: 0; letter-spacing: -.1em; direction: ltr; }
.lab-head p { font-size: clamp(22px, 2.8vw, 44px); line-height: 1.45; margin: 0; }
.lab-head > span { align-self: end; margin-bottom: 60px; font-size: 9px; text-align: right; direction: ltr; }
.lab-table { border-top: 1px solid var(--light-line); }
.lab-row { display: grid; grid-template-columns: .6fr 1.4fr 1fr .9fr; align-items: center; min-height: 82px; border-bottom: 1px solid var(--light-line); direction: ltr; font-family: var(--mono); transition: background .2s, color .2s, padding .2s; }
.lab-row:not(.table-head):hover { background: var(--signal); color: var(--carbon); padding-inline: 14px; }
.table-head { min-height: 40px; font-size: 8px; color: rgba(234,231,223,.6); }
.lab-row > span, .lab-row em { font-size: 10px; }
.lab-row strong { font: 500 clamp(26px, 3.5vw, 54px) var(--sans); letter-spacing: -.05em; }
.lab-row em { font-style: normal; text-align: right; }
.lab-github { margin-top: 40px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--bone); padding-bottom: 11px; font-size: 14px; }
.lab-github i { color: var(--signal); font-size: 22px; font-style: normal; }

.about { padding: 28px var(--pad) 100px; }
.about-lead { padding: 110px 0 80px; }
.about-lead h2 { font-size: clamp(50px, 8vw, 130px); font-weight: 500; line-height: 1.08; letter-spacing: -.06em; margin: 0; }
.about-lead em { font-style: normal; color: var(--signal); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.monogram-panel { position: relative; background: var(--carbon); color: var(--bone); aspect-ratio: 1.28; display: grid; place-items: center; overflow: hidden; }
.monogram-panel > span { font: 600 clamp(150px, 25vw, 420px)/.7 var(--sans); letter-spacing: -.13em; transform: translateX(-.06em); }
.monogram-panel i { position: absolute; top: 20px; right: 20px; color: var(--signal); font: 11px var(--mono); font-style: normal; }
.monogram-panel small { position: absolute; bottom: 20px; left: 20px; font: 8px/1.5 var(--mono); }
.portrait-panel { position: relative; margin: 0; background: var(--carbon); overflow: hidden; aspect-ratio: 1.04; }
.portrait-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(1) contrast(1.06); transition: filter .5s, transform .8s cubic-bezier(.2,.7,.2,1); }
.portrait-panel:hover img { filter: grayscale(.25) contrast(1.02); transform: scale(1.015); }
.portrait-panel figcaption { position: absolute; inset: auto 14px 14px; display: flex; justify-content: space-between; gap: 18px; background: var(--paper); color: var(--ink); padding: 9px 10px; font-size: 8px; direction: ltr; }
.portrait-panel figcaption i { color: var(--signal); font-style: normal; }
.about-copy > p { font-size: clamp(19px, 2.2vw, 34px); line-height: 1.65; margin: 0 0 70px; }
.facts { margin: 0; direction: ltr; font-size: 9px; }
.facts div { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; padding: 11px 0; border-top: 1px solid var(--line); }
.facts div:last-child { border-bottom: 1px solid var(--line); }
.facts dd { margin: 0; text-align: right; }
.now { display: grid; grid-template-columns: .4fr 1fr .35fr; gap: 60px; margin-top: 140px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0 45px; }
.now h3 { font: 600 clamp(50px, 8vw, 120px) var(--sans); letter-spacing: -.07em; margin: 0; direction: ltr; }
.now-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px 20px; align-content: end; font-size: 9px; direction: ltr; }
.now-grid span { color: var(--signal); }
.now-grid strong { font-weight: 400; }
.now time { align-self: end; font-size: 8px; text-align: right; }

.contact { min-height: 100svh; padding: 28px var(--pad) 25px; display: grid; grid-template-rows: auto 1fr auto; }
.contact-copy { padding: 90px 0; }
.contact-copy > p { font-size: 14px; line-height: 1.75; color: rgba(234,231,223,.7); }
.contact-copy h2 { font-size: clamp(65px, 11vw, 190px); font-weight: 500; line-height: .95; letter-spacing: -.075em; margin: 80px 0; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--bone); border-bottom: 1px solid var(--bone); padding: 20px 0; font-size: clamp(19px, 2vw, 30px); }
.contact-cta i { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: var(--carbon); font-style: normal; transition: transform .25s; }
.contact-cta:hover i { transform: rotate(45deg); }
.contact-principle { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 28px; font-size: 9px; color: color-mix(in srgb, var(--bone) 64%, transparent); }
.contact-principle span::before { content: "— "; color: var(--signal); }
.contact footer { border-top: 1px solid var(--light-line); padding-top: 20px; display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 40px; align-items: end; direction: ltr; }
.footer-name { display: flex; gap: 20px; align-items: start; }
.footer-name strong { font: 600 clamp(26px, 4vw, 60px)/.78 var(--sans); letter-spacing: -.065em; }
.footer-name span { color: var(--signal); font: 9px var(--mono); }
.footer-meta { display: flex; flex-direction: column; gap: 5px; font-size: 8px; }
.footer-meta a { margin-top: 12px; text-decoration: underline; text-underline-offset: 4px; }
.social-links { display: flex; flex-wrap: wrap; gap: 0 18px; margin-top: 12px; }
.social-links a { margin-top: 0; }
.back-top { border: 0; background: none; cursor: pointer; font: 9px var(--mono); display: flex; align-items: center; gap: 10px; }
.back-top i { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--light-line); border-radius: 50%; font-style: normal; }

.page-progress { position: fixed; z-index: 120; inset: auto 0 0; height: 2px; pointer-events: none; background: transparent; }
.page-progress i { display: block; width: 0; height: 100%; background: var(--signal); }
.cursor { display: none; position: fixed; z-index: 300; left: 0; top: 0; width: 15px; height: 15px; border: 1px solid var(--bone); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; mix-blend-mode: difference; transition: width .2s, height .2s, background .2s; }
.cursor.view { width: 64px; height: 64px; background: var(--signal); border-color: var(--signal); mix-blend-mode: normal; }
.cursor span { font: 8px var(--mono); color: var(--carbon); opacity: 0; }
.cursor.view span { opacity: 1; }

.reveal { transition: opacity var(--duration-slow), transform var(--duration-slow) var(--ease-enter); }
.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.in { opacity: 1; transform: none; }

@media (pointer:fine) and (min-width: 900px) {
  .cursor { display: grid; place-items: center; }
  a, button, .cursor-view { cursor: none; }
}

@media (max-width: 900px) {
  .build-trace { display: none; }
  :root { --topbar: 64px; }
  .topbar { grid-template-columns: 1fr auto; }
  .topbar-meta { display: none; }
  .identity-name { display: none; }
  .hero { min-height: 100svh; }
  .hero-kicker { grid-template-columns: 1fr 1fr; }
  .hero-kicker span:nth-child(2) { display: none; }
  .wordmark { line-height: .82; }
  .line-one { font-size: 8.1vw; letter-spacing: -.065em; }
  .line-two { font-size: 22vw; }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .scroll-cue { display: none; }
  .statement-notes { margin-inline-start: 0; }
  .section-head { grid-template-columns: 1fr; }
  .section-intro { max-width: 560px; }
  .project-featured { grid-template-columns: 1fr; }
  .project-featured .project-copy h3 { margin-top: 60px; }
  .verve-system { max-width: 680px; }
  .project-pair { gap: 30px; }
  .project-pair .project:nth-child(2) { margin-top: 100px; }
  .services { grid-template-columns: 1fr; }
  .freelance-head { grid-template-columns: 1fr; }
  .freelance-head .eyebrow { grid-column: auto; }
  .freelance-metrics article { min-height: 210px; }
  .lab-head { min-height: 60vh; grid-template-columns: 1.4fr 1fr; }
  .lab-head > span { display: none; }
  .about-grid { gap: 40px; }
  .now { grid-template-columns: 1fr 1.5fr; }
  .now time { display: none; }
}

@media (max-width: 620px) {
  .topbar { display: block; width: 100vw; max-width: 100vw; padding-inline: 16px; }
  .identity { display: none; }
  .topbar-actions { position: absolute; inset: 10px 16px auto auto; max-width: calc(100vw - 32px); margin: 0; direction: ltr; }
  .lang-switch, .menu-toggle { min-width: 44px; min-height: 44px; padding: 10px; }
  .menu-toggle span { display: none; }
  .index-menu li a { grid-template-columns: 42px 1fr; }
  .hero { min-height: max(680px, 100svh); padding-top: calc(var(--topbar) + 18px); padding-bottom: max(20px, env(safe-area-inset-bottom)); grid-template-rows: auto minmax(0, 1fr) auto; }
  .hero-kicker span:last-child { display: none; }
  .hero-kicker { grid-template-columns: 1fr; }
  .hero > * { min-width: 0; }
  .wordmark { transform: none; margin: 0; overflow: visible; align-self: center; max-width: 100%; }
  .line-one { font-size: 7.5vw; letter-spacing: -.07em; }
  .line-two { font-size: min(18.2vw, 112px); letter-spacing: -.07em; }
  .line-two i { display: none; }
  .wordmark > .hero-role { width: min(25ch, 100%); max-width: 100%; margin: 24px 0 0 auto; font-size: 16px; line-height: 1.6; text-align: right; overflow-wrap: anywhere; }
  .lang-en .wordmark > .hero-role { margin-inline: 0 auto; text-align: left; }
  .hero-bottom { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; width: 100%; direction: rtl; }
  .hero-bottom p { min-width: 0; width: min(22ch, 100%); max-width: 100%; justify-self: start; font-size: 15px; line-height: 1.5; direction: rtl; text-align: right; overflow-wrap: anywhere; }
  .lang-en .hero-bottom { direction: ltr; }
  .lang-en .hero-bottom p { justify-self: start; direction: ltr; text-align: left; }
  .hero-index { flex-direction: column; gap: 3px; text-align: right; white-space: nowrap; }
  .statement { min-height: auto; padding-bottom: 80px; }
  .statement-copy { padding: 90px 0; }
  .statement-notes { grid-template-columns: 1fr; }
  .statement-notes article { border-inline-start: 0; border-top: 1px solid var(--line); }
  .statement-notes article:first-child { border-top: 0; }
  .statement-notes p { margin-top: 16px; }
  .section-head { margin-bottom: 55px; }
  .section-head h2 { font-size: 16vw; }
  .section-intro { grid-template-columns: 1fr; gap: 15px; }
  .project-featured { padding-bottom: 80px; }
  .project-featured .project-visual { min-height: 0; aspect-ratio: 1 / .88; }
  .project-verve { margin-top: 15px; margin-bottom: 95px; padding-bottom: 0; }
  .project-verve .project-copy h3 { margin-top: 48px; }
  .project-pair { grid-template-columns: 1fr; }
  .project-pair .project:nth-child(2) { margin-top: 65px; }
  .project-pair .project-visual { aspect-ratio: 1 / .9; }
  .project-pair .project-copy h3 { margin-top: 48px; }
  .project-aria-wide { margin-top: 100px; }
  .project-aria-wide .image-visual { aspect-ratio: .92; }
  .service-list article { grid-template-columns: 38px 1fr 22px; }
  .service-list p { grid-column: 2 / 3; margin-top: 10px; }
  .service-list i { grid-column: 3; grid-row: 1; }
  .freelance { padding-bottom: 85px; }
  .freelance-head { padding: 75px 0 60px; gap: 26px; }
  .freelance-head h2 { font-size: 15vw; }
  .freelance-metrics { grid-template-columns: 1fr; }
  .freelance-metrics article { min-height: 150px; padding: 22px 0; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .freelance-metrics article:last-child { border-bottom: 0; }
  .freelance-metrics strong { font-size: 30vw; }
  .freelance-flow { grid-template-columns: 1fr; margin-top: 55px; }
  .freelance-flow article { padding-inline: 0; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .freelance-flow h3 { margin-top: 24px; }
  .lab-head { grid-template-columns: 1fr; padding: 70px 0; min-height: auto; }
  .lab-head h2 { font-size: 42vw; }
  .lab-row { grid-template-columns: .7fr 1.3fr 1fr; min-height: 68px; }
  .lab-row > :nth-child(3) { display: none; }
  .lab-row strong { font-size: 24px; }
  .about-lead { padding: 80px 0 55px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy > p { margin-top: 10px; }
  .now { grid-template-columns: 1fr; margin-top: 90px; gap: 25px; }
  .contact { min-height: auto; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .contact-copy { padding: 70px 0 85px; }
  .contact-copy h2 { margin: 58px 0; font-size: clamp(54px, 16.5vw, 92px); overflow-wrap: anywhere; }
  .contact-cta { gap: 18px; font-size: 18px; }
  .contact-cta i { width: 46px; height: 46px; flex: 0 0 46px; }
  .contact-principle { display: grid; gap: 9px; }
  .contact footer { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-top: 24px; overflow: hidden; }
  .footer-name { width: 100%; justify-content: space-between; gap: 12px; min-width: 0; }
  .footer-name strong { font-size: clamp(27px, 8.1vw, 48px); line-height: .86; overflow-wrap: anywhere; min-width: 0; }
  .footer-meta { grid-column: 1; grid-row: auto; gap: 7px; }
  .social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--light-line); }
  .back-top { justify-self: start; padding: 0; }
}

@media (max-width: 390px) {
  .hero { min-height: max(620px, 100svh); }
  .line-one { font-size: 7.25vw; }
  .line-two { font-size: 18.2vw; }
  .hero-bottom p { font-size: 14px; max-width: 19ch; }
  .footer-name strong { font-size: clamp(25px, 7.7vw, 34px); }
  .contact-copy h2 { font-size: 15.5vw; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor { display: none !important; }
}
