/* Pixel Web Concept — Du pixel à votre univers.
 * One design system; scene geometry is deliberate, content stays in normal flow.
 */
:root {
    --navy: #0a2540;
    --blue: #2563eb;
    --cyan: #00c2ff;
    --mist: #f4f7fb;
    --paper: #fbfcff;
    --white: #fff;
    --ink: #0a2540;
    --muted: #526477;
    --line: #d6dfea;
    --site-width: 1400px;
    --edge: clamp(24px, 5vw, 96px);
    --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 35px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, Arial, sans-serif; line-height: 1.65; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, svg, canvas { display: block; max-width: 100%; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 7px; }
::selection { color: white; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.06em; }
h2 { font-size: clamp(2.3rem, 4.8vw, 5.3rem); font-weight: 500; }
h2 em { font-weight: 400; }
em { font-style: normal; color: var(--blue); }
.site-width, .container { width: min(var(--site-width), calc(100% - var(--edge) * 2)); margin-inline: auto; }
.eyebrow { font-size: .67rem; line-height: 1.6; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 24px; background: white; z-index: 100; }
.skip-link:focus { top: 12px; }

/* Signature, without a navigation bar. */
.signature { position: absolute; z-index: 5; left: 50%; transform: translateX(-50%); width: min(var(--site-width), calc(100% - var(--edge) * 2)); top: 36px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; object-fit: contain; }
.brand strong { display: block; font-size: 1.5rem; letter-spacing: .08em; line-height: 1; }
.brand small { font-size: .56rem; letter-spacing: .25em; }
.signature-note { font-size: .68rem; line-height: 1.55; text-align: right; }

/* A permanent, readable entry point to the exploratory navigation. */
.explorer-dock { position: fixed; z-index: 20; left: 50%; bottom: max(22px, env(safe-area-inset-bottom)); transform: translateX(-50%); display: flex; align-items: center; gap: 6px; border: 1px solid #ffffff3b; border-radius: 100px; padding: 7px; background: #092440f2; color: white; box-shadow: 0 10px 40px #061c3330; backdrop-filter: blur(14px); white-space: nowrap; }
.explorer-dock > * { border: 0; border-radius: 100px; padding: 11px 19px; font-size: .74rem; line-height: 1.4; }
.explorer-dock .dock-home { padding: 5px 12px; font-size: 1.5rem; color: var(--cyan); }
.explorer-trigger { background: transparent; }
.explorer-trigger span { margin-left: 20px; color: var(--cyan); }
.dock-contact { background: white; color: var(--navy); }
.dock-contact span { margin-left: 14px; }
.explorer-dock :focus-visible { outline-color: var(--cyan); outline-offset: 3px; }
.explorer { width: min(1080px, calc(100% - 32px)); max-height: calc(100svh - 48px); border: 1px solid #b3cef2; border-radius: 12px; background: #f6f9ff; color: var(--navy); padding: clamp(25px, 6vw, 76px); overflow-y: auto; }
.explorer::backdrop { background: #041a30bd; backdrop-filter: blur(14px); }
.explorer h2 { font-size: clamp(1.7rem, 3.7vw, 3.1rem); margin: 28px 0 45px; }
.explorer-close { float: right; border: 0; background: transparent; font-size: .8rem; padding: 10px; }
.explorer-close span { margin-left: 12px; font-size: 1.3rem; }
.explorer-map { position: relative; }
.explorer-map a { display: block; width: fit-content; padding: 12px 0; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.2; letter-spacing: -.05em; transition: color .2s, translate .3s var(--ease); }
.explorer-map a:nth-child(even) { margin-left: 45%; }
.explorer-map a small { display: block; font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; color: var(--muted); }
.explorer-map a:hover { color: var(--blue); translate: 8px 0; }
.explorer-hint { margin: 38px 0 0; color: var(--muted); font-size: .75rem; }

/* Scene 01 — a headline cuts through the sculpture's orbit. */
.genesis { position: relative; overflow: clip; background: radial-gradient(ellipse at 76% 52%, #a9dbff 0, #d2ecff 29%, transparent 57%), radial-gradient(ellipse at 14% 94%, #d9efff 0, #edf8ff 28%, transparent 49%), linear-gradient(122deg, #fbfdff 0%, #f1f8ff 46%, #e5f3ff 100%); }
.genesis-stage { position: relative; min-height: min(960px, 100svh); padding-top: clamp(150px, 21vh, 230px); padding-bottom: 96px; }
.genesis-label { margin-bottom: 28px; }
.signal-dot { display: inline-block; width: 6px; height: 6px; background: var(--blue); margin: 0 10px 1px 0; border-radius: 50%; }
.genesis h1 { position: relative; z-index: 2; pointer-events: none; font-weight: 500; font-size: clamp(3.5rem, 8.4vw, 9rem); letter-spacing: -.075em; margin: 0; line-height: .99; }
.genesis h1 em { display: inline-block; margin-left: 9%; color: var(--blue); font-weight: 500; }
.hero-copy { position: relative; z-index: 3; max-width: 450px; margin-top: 44px; }
.hero-copy h2 { font-size: .95rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.5; margin-bottom: 10px; }
.hero-copy p { max-width: 390px; font-size: .84rem; color: var(--muted); margin-bottom: 26px; }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 17px 22px; border-radius: 3px; font-size: .72rem; font-weight: 600; border: 1px solid transparent; }
.action-primary { color: white; background: var(--navy); transition: background .2s; }
.action-primary:hover { background: var(--blue); }
.underlink { display: inline-block; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 600; padding: 6px 0; }
.underlink span { margin-left: 20px; }
.hero-copy .underlink { margin-left: 20px; }
.sculpture { position: relative; }
.sculpture canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-sculpture { position: absolute; z-index: 1; right: -16%; top: 11%; width: 64%; height: 78%; }
.sculpture-fallback { position: absolute; left: 20%; top: 18%; width: 60%; aspect-ratio: 1; border: 55px solid var(--blue); border-radius: 44% 56% 54% 46%; transform: rotate(-26deg); box-shadow: inset 15px 8px 20px #00c2ff99, -10px -8px 30px #ffffffc0, 20px 20px 40px #2563eb23; }
.sculpture.is-rendered .sculpture-fallback { display: none; }
.orbit-caption { position: absolute; z-index: 3; right: 1%; bottom: 20%; font-size: .63rem; line-height: 1.6; border-left: 1px solid var(--blue); padding-left: 15px; }
.genesis-bottom { position: absolute; bottom: 65px; width: 100%; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .6rem; align-items: center; }
.genesis-bottom i { font-style: normal; padding: 0 8px; }
.motion-toggle { font-size: .61rem; border: 0; border-bottom: 1px solid #a6b8cc; padding: 7px 0; background: transparent; }

/* Scene 02 — six accessible satellites, one common focal point. */
.possibilities { padding: 100px 0 72px; overflow: clip; color: #f4f7fb; background: radial-gradient(ellipse at 36% 62%, #103c63, transparent 50%), radial-gradient(ellipse at 86% 16%, #0b496d 0, transparent 27%), #061b30; }
.scene-heading { position: relative; }
.scene-heading h2 { margin: 20px 0 35px; }
.possibilities em, .work em { color: #77d4f8; }
.possibilities .eyebrow { color: #8fcce9; }
.scene-aside { position: absolute; right: 0; bottom: 8px; font-size: .76rem; max-width: 320px; color: #b4c7d9; }
.service-universe { position: relative; }
.service-orbit { position: relative; min-height: 540px; width: 64%; }
.orbit-track { position: absolute; left: 16%; top: 11%; width: 67%; height: 78%; border: 1px solid #6385a535; border-radius: 50%; rotate: -22deg; }
.service-sculpture { position: absolute; inset: 0; pointer-events: none; }
.service-sculpture .sculpture-fallback { border-width: 35px; }
.orbit-center { position: absolute; top: 43%; left: 42%; font-size: .73rem; text-align: center; text-shadow: 0 1px 14px #001020; pointer-events: none; }
.orbit-center small { font-size: .55rem; text-transform: uppercase; letter-spacing: .18em; }
.service-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; max-width: 225px; color: #e6effa; font-size: .73rem; line-height: 1.4; border-radius: 40px; padding: 9px 12px 9px 7px; border: 1px solid #7895b255; background: #092440e8; transition: background .25s, border-color .25s, translate .25s; }
.service-node:nth-of-type(1) { left: 18%; top: 0; }
.service-node:nth-of-type(2) { right: 0; top: 18%; }
.service-node:nth-of-type(3) { right: -2%; bottom: 25%; }
.service-node:nth-of-type(4) { left: 24%; bottom: 3%; }
.service-node:nth-of-type(5) { left: 0; bottom: 25%; }
.service-node:nth-of-type(6) { left: -2%; top: 21%; }
.service-node:hover, .service-node[aria-pressed="true"] { color: white; border-color: #74d9ff; background: #144a76; }
.service-node:hover { translate: 0 -3px; }
.node-index { display: grid; place-items: center; flex-shrink: 0; width: 31px; height: 31px; border-radius: 50%; background: #ffffff0a; font-size: .58rem; color: #87d8ff; }
.service-node[aria-pressed="true"] .node-index { background: #74d9ff; color: #08243a; }
.service-node i { font-style: normal; font-size: .8rem; }
.service-details { padding: 30px 0; }
.service-story { margin-bottom: 32px; }
.service-story h3 { font-size: clamp(1.8rem, 2.7vw, 3rem); font-weight: 500; margin: 20px 0; max-width: 14ch; text-wrap: balance; }
.service-story > p:not(.eyebrow) { font-size: .83rem; color: #b8cadc; }
.service-story .service-deliverables { padding: 22px 0 10px; font-size: .65rem; border-top: 1px solid #7b98b33b; }
.services-enhanced .service-details { position: absolute; right: 0; top: 15%; width: 29%; }
.services-enhanced .service-story { margin: 0; }
.interaction-hint { color: #9bb8d1; font-size: .65rem; margin: 10px 0 0; }
.interaction-hint span { color: var(--cyan); padding-right: 8px; }
.possibilities :focus-visible { outline-color: var(--cyan); }

/* Scene 03 — a bright laboratory field after the dark services constellation. */
.work { position: relative; padding: 86px 0 78px; overflow: clip; color: var(--navy); background: radial-gradient(ellipse at 76% 5%, #b7eaff 0, transparent 32%), radial-gradient(ellipse at 14% 82%, #d6e7ff 0, transparent 38%), #eaf3fa; }
.work::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .86; background-image: linear-gradient(#2563eb16 1px, transparent 1px), linear-gradient(90deg, #2563eb16 1px, transparent 1px); background-size: clamp(80px, 9vw, 148px) clamp(80px, 9vw, 148px); mask-image: linear-gradient(to bottom, black, transparent 86%); }
.work .site-width { position: relative; }
.work-layout { display: grid; grid-template-columns: minmax(370px, .78fr) minmax(0, 1.22fr); column-gap: clamp(38px, 6vw, 96px); row-gap: 24px; align-items: start; }
.work-intro { position: sticky; top: 90px; min-height: 0; max-width: none; padding-top: 28px; }
.work .eyebrow { color: var(--blue); }
.work h2 { margin: 19px 0 25px; color: var(--navy); font-size: clamp(2.75rem, 4.1vw, 4.45rem); }
.work h2 em { color: var(--blue); }
.work-intro > p:not(.eyebrow) { max-width: 31ch; margin: 0; color: var(--muted); font-size: .78rem; }
.work-index { position: absolute; right: -11%; top: 34%; font-size: clamp(3.3rem, 7vw, 7rem); font-weight: 600; line-height: .8; letter-spacing: -.08em; color: #2563eb10; }
.project-constellation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 430px; column-gap: 38px; row-gap: 46px; position: relative; }
.project-constellation::before { content: ""; position: absolute; z-index: 0; width: 1px; top: 0; bottom: 0; left: 50%; background: linear-gradient(transparent, #2563eb32 22%, #2563eb32 78%, transparent); }
.work-piece { position: relative; z-index: 1; min-width: 0; min-height: 0; height: 100%; perspective: 1400px; }
.work-piece:nth-child(n) { transform: none; }
.project-link { display: grid; position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; padding: clamp(17px, 1.8vw, 29px); border: 1px solid #8acfff52; color: inherit; background: linear-gradient(135deg, #0d3555db, #09243fd9); box-shadow: 0 18px 39px #00182c35; isolation: isolate; transition: transform .6s var(--ease), border-color .35s, box-shadow .6s var(--ease); }
.project-link::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at var(--x, 60%) var(--y, 50%), #167cba99, transparent 37%); opacity: .45; transition: opacity .45s; }
.work-piece:nth-child(1) .project-link { background: radial-gradient(circle at 78% 32%, #4e9ebe70 0, transparent 30%), linear-gradient(145deg, #123f5d, #173d5b 52%, #0a2946); }
.work-piece:nth-child(1) .project-link::before { background: linear-gradient(112deg, transparent 12%, #84d9ef18 42%, transparent 43%), radial-gradient(ellipse at 28% 110%, #00c2ff38, transparent 51%); }
.work-piece:nth-child(2) .project-link { background: linear-gradient(135deg, #102d58, #075d80 62%, #0a3356); }
.work-piece:nth-child(2) .project-link::before { background: repeating-linear-gradient(116deg, transparent 0 21%, #8ee9ff12 22% 22.5%, transparent 23% 39%), radial-gradient(circle at 83% 18%, #00c2ff66, transparent 29%); }
.work-piece:nth-child(3) .project-link { background: linear-gradient(150deg, #1a4d69, #285e7b 47%, #113a5c); }
.work-piece:nth-child(3) .project-link::before { background: linear-gradient(25deg, transparent 38%, #b1eeff1a 39% 40%, transparent 41%), radial-gradient(ellipse at 16% 98%, #2563eb52, transparent 57%); }
.work-piece:nth-child(4) .project-link { background: radial-gradient(ellipse at 76% 78%, #1b6e9e88 0, transparent 38%), linear-gradient(144deg, #092b50, #133f68 58%, #0a2540); }
.work-piece:nth-child(4) .project-link::before { background: radial-gradient(circle at 20% 20%, #2563eb55, transparent 25%), linear-gradient(158deg, transparent 44%, #72d9ff13 45% 46%, transparent 47%); }
.project-link:hover, .project-link:focus-visible { transform: translateY(-6px); border-color: #8bdeff; box-shadow: 0 24px 48px #00172c66; }
.project-link:hover::before, .project-link:focus-visible::before { opacity: 1; }
.project-number, .project-type, .project-copy, .project-visit { position: relative; z-index: 2; }
.project-number { font-size: .72rem; font-weight: 600; letter-spacing: .13em; color: #8be4ff; }
.project-type { justify-self: end; margin-top: -14px; max-width: 16ch; text-align: right; font-size: .65rem; font-weight: 500; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; color: #c4ddeb; }
.project-title { z-index: 2; align-self: center; max-width: none; margin-top: -3%; color: white; font-size: clamp(2.2rem, 3.25vw, 4.35rem); font-weight: 500; line-height: .82; letter-spacing: -.085em; text-wrap: balance; }
.project-copy { max-width: 31ch; margin-top: 10px; color: #d4e5f0; font-size: .76rem; line-height: 1.55; }
.project-visit { align-self: end; display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid #a1d9f075; color: #d8eaf5; font-size: .69rem; font-weight: 600; letter-spacing: .04em; }
.project-visit b { font-size: 1rem; color: #62d7ff; transition: transform .3s var(--ease); }
.project-link:hover .project-visit b, .project-link:focus-visible .project-visit b { transform: translate(4px, -4px); }
.project-signal { position: absolute; z-index: 1; width: 54%; aspect-ratio: 1; right: -5%; top: 13%; opacity: .95; pointer-events: none; transition: transform .8s var(--ease); }
.project-signal::before, .project-signal::after, .project-signal i, .project-signal b, .project-signal em { content: ""; position: absolute; display: block; }
.project-link:hover .project-signal, .project-link:focus-visible .project-signal { transform: scale(1.1) rotate(9deg); }
.signal-horizon { border: 1px solid #a2e4ff88; border-radius: 50% 48% 48% 50%; transform: rotate(-22deg); }
.signal-horizon::before { inset: 18%; border: 12px solid #2563eb; border-radius: 48% 52% 45% 55%; box-shadow: inset 8px 8px 18px #69d8ff77, 0 0 34px #00c2ff44; }
.signal-horizon i { width: 130%; height: 28%; left: -15%; top: 48%; border-top: 1px solid #a6eaff; border-bottom: 1px solid #a6eaff88; transform: skewY(-21deg); }
.signal-grid { border: 1px solid #70d7ff; transform: rotate(25deg); }
.signal-grid::before { inset: 12%; border: 1px solid #70d7ff80; box-shadow: 0 0 36px #00c2ff55; }
.signal-grid::after { inset: 0; background: repeating-linear-gradient(90deg, transparent 0 24%, #98e4ff8d 25% 25.5%, transparent 26% 49%), repeating-linear-gradient(0deg, transparent 0 24%, #98e4ff8d 25% 25.5%, transparent 26% 49%); }
.signal-grid i, .signal-grid b { width: 20%; aspect-ratio: 1; background: #0bd0ff; box-shadow: 0 0 24px #0bd0ff; }
.signal-grid i { left: -9%; top: 18%; } .signal-grid b { right: -9%; bottom: 17%; }
.signal-pulse { border: 1px solid #96e7ff8c; border-radius: 12% 46% 12% 46%; transform: rotate(18deg); }
.signal-pulse::before { inset: 15% 25%; border: 10px solid #2563eb; border-radius: 8% 42% 8% 42%; box-shadow: 0 0 46px #00c2ff55, inset 10px 7px 16px #91eaff66; }
.signal-pulse::after { inset: 29% 12%; border: 1px solid #c5f4ff; border-radius: 4px; transform: skewY(-25deg); }
.signal-pulse i { width: 158%; height: 1px; top: 49%; left: -29%; background: #8feaff; transform: rotate(-35deg); }
.signal-quest { border: 1px solid #a6e8ff9e; border-radius: 10px; transform: rotate(-17deg) skewY(-4deg); }
.signal-quest::before { inset: 15% 18%; border: 0; border-left: 13px solid #2563eb; border-bottom: 13px solid #2563eb; border-radius: 0 0 0 48px; box-shadow: -5px 8px 22px #00c2ff55; }
.signal-quest::after { inset: 29% 27%; border-top: 1px solid #b8efff; border-right: 1px solid #b8efff; border-radius: 0 38px 0 0; }
.signal-quest i, .signal-quest b { width: 15%; aspect-ratio: 1; background: #67ddff; transform: rotate(18deg); box-shadow: 0 0 19px #00c2ff; }
.signal-quest i { top: 9%; left: 8%; } .signal-quest b { bottom: 12%; right: 8%; }
.portfolio-note { grid-column: 2; margin: 0; color: var(--muted); font-size: .61rem; }

/* An open exhibition: images suspended in light, without card housings. */
.work-piece::after { content: ""; position: absolute; z-index: -1; inset: 16% -5% 16%; background: radial-gradient(ellipse, #4b9fe735, transparent 68%); pointer-events: none; }
.work .work-piece .project-link { background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.work .work-piece .project-link::before { display: none; }
.work .project-title { color: var(--navy); }
.work .project-number { color: var(--blue); }
.work .project-type, .work .project-copy { color: #395a75; }
.work .project-visit { color: var(--navy); border-top-color: #0a254026; }
.work .project-visit b { color: var(--blue); }
.work .project-window { border: 0; border-radius: 3px; height: 164px; overflow: hidden; box-shadow: 0 25px 26px -17px #08284785, 0 45px 60px -28px #24619960; }
.work .project-signal { opacity: .15; }
.work .project-link:hover .project-window, .work .project-link:focus-visible .project-window { box-shadow: 0 32px 35px -20px #08284785, 0 55px 65px -30px #24619970; }
.work .project-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
@media (min-width: 761px) {
    .work .project-link { grid-template-columns: 1fr 1fr; grid-template-rows: 38px 48px 164px minmax(44px, 1fr) 38px; padding: 20px; gap: 8px; }
    .work .project-number { grid-area: 1 / 1; }
    .work .project-type { grid-area: 1 / 2; margin: 0; }
    .work .project-title { grid-area: 2 / 1 / 3 / 3; margin: 0; font-size: clamp(1.65rem, 2.35vw, 2.65rem); }
    .work .project-window { grid-area: 3 / 1 / 4 / 3; margin: 0; }
    .work .project-copy { grid-area: 4 / 1 / 5 / 3; margin: 0; }
    .work .project-visit { grid-area: 5 / 1 / 6 / 3; margin: 0; }
}
@media (min-width: 1051px) {
    .project-constellation { column-gap: 48px; row-gap: 54px; padding: 12px 4px; }
    .project-constellation::before { display: none; }
    .project-link { overflow: visible; isolation: auto; transform-style: preserve-3d; transform: rotateX(var(--tilt-x, 4deg)) rotateY(var(--tilt-y, -5deg)); }
    .project-link::before { border-radius: inherit; transform: translateZ(1px); }
    .project-link:hover, .project-link:focus-visible { transform: translateY(-5px) rotateX(var(--tilt-x, 2deg)) rotateY(var(--tilt-y, -3deg)); }
    .project-link .project-signal { right: 2%; width: 35%; opacity: .27; }
    .project-link .project-title { transform: translateZ(18px); }
    .project-link .project-window { transform: translateZ(32px) rotateY(-7deg) rotateX(3deg); transition: transform .65s var(--ease), box-shadow .65s var(--ease); }
    .project-link:hover .project-window, .project-link:focus-visible .project-window { transform: translateZ(42px) rotateY(-2deg); }
    .project-number, .project-type, .project-copy, .project-visit { transform: translateZ(10px); }
}
@media (prefers-reduced-motion: reduce) {
    .project-link, .project-link:hover, .project-link:focus-visible { transform: none; }
    .project-link .project-window, .project-link:hover .project-window, .project-link:focus-visible .project-window { transform: none; }
}

/* Human interlude: a softer blue depth between the portfolio and the method. */
.relationship { padding: 100px 0; overflow: clip; color: var(--white); background: radial-gradient(ellipse at 12% 78%, #2563eb26 0, transparent 58%), radial-gradient(ellipse at 95% 10%, #00c2ff17 0, transparent 60%), #123652; }
.relationship .eyebrow { color: #abdff4; }
.relationship h2 em { color: #a5e2f7; }
.relationship :focus-visible { outline-color: var(--cyan); }
.relationship .site-width { position: relative; }
.relationship h2 { margin: 30px 0 45px; }
.relationship-copy { margin-left: 37%; max-width: 550px; font-size: 1rem; color: #d4e2ee; }
.relationship-symbol { position: absolute; left: 6%; top: 43%; color: #74ccec; font-size: clamp(8rem, 20vw, 18rem); line-height: 1; }
.promises { margin-left: 37%; margin-top: 38px; max-width: 580px; }
.promises p { font-size: .875rem; color: #d4e2ee; border-top: 1px solid #c5e4f533; padding: 19px 0; margin: 0; }
.promises span { display: block; color: var(--white); font-size: 1rem; font-weight: 600; margin-bottom: 5px; }
.journey { padding: 80px 0 100px; background: radial-gradient(ellipse at 92% 4%, #cfe6f580 0, transparent 55%), var(--mist); }
.journey .site-width { display: flow-root; position: relative; }
.journey-heading { width: 48%; float: left; position: sticky; top: 70px; }
.journey-heading h2 { margin: 25px 0; }
.journey-heading > p:last-child { font-size: .83rem; color: var(--muted); }
.journey-path { list-style: none; margin: 0 0 0 52%; padding: 0; }
.journey-path li { display: flex; gap: 26px; position: relative; padding-bottom: 42px; }
.journey-path li:nth-child(3n+2) { margin-left: 18px; }
.journey-path li:nth-child(3n) { margin-left: 38px; }
.journey-path li::before { content: ""; position: absolute; left: 21px; top: 45px; bottom: 0; width: 1px; background: #a7bfdc; }
.journey-path li:last-child::before { display: none; }
.journey-path li > span { flex-shrink: 0; width: 43px; height: 43px; border: 1px solid #b3c9e4; border-radius: 50%; display: grid; place-items: center; font-size: .65rem; color: var(--blue); }
.journey-path h3 { font-size: 1.4rem; font-weight: 500; margin: 8px 0; }
.journey-path p { font-size: .875rem; color: var(--muted); margin: 0; }

/* Scene 05 — a pricing ledger: accessible entry points, never a promotional price wall. */
.pricing-scene { position: relative; isolation: isolate; overflow: clip; padding: 102px 0 82px; color: #f4f9ff; background: radial-gradient(ellipse at 88% 8%, #155e91 0, transparent 34%), radial-gradient(ellipse at 7% 92%, #1b4b88 0, transparent 43%), linear-gradient(138deg, #092844, #0e4271); }
.pricing-scene::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(90deg, #9ee8ff13 1px, transparent 1px), linear-gradient(#9ee8ff0e 1px, transparent 1px); background-size: min(9vw, 144px) min(9vw, 144px); mask-image: linear-gradient(90deg, black, transparent 85%); }
.pricing-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); column-gap: 11%; align-items: end; }
.pricing-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 22px; color: #9be4ff; }
.pricing-heading h2 { margin: 0; color: white; }
.pricing-heading h2 em { color: #8fe4ff; }
.pricing-heading > p:last-child { max-width: 39ch; margin: 0 0 8px; color: #bed9e9; font-size: .87rem; line-height: 1.75; }
.pricing-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(48px, 7vw, 88px); border-top: 1px solid #b5e9ff5c; }
.pricing-offer { position: relative; display: grid; grid-template-rows: auto auto 1fr auto; align-content: start; min-height: 390px; padding: 25px clamp(20px, 2.4vw, 42px) 28px; border-left: 1px solid #b5e9ff42; transition: background .35s var(--ease), transform .35s var(--ease); }
.pricing-offer:last-child { border-right: 1px solid #b5e9ff42; }
.pricing-offer::before { content: ""; position: absolute; top: -3px; left: 0; width: 45px; height: 5px; background: var(--cyan); box-shadow: 0 0 22px #00c2ff80; opacity: .75; transition: width .35s var(--ease), opacity .35s; }
.pricing-offer:hover, .pricing-offer:focus-within { background: linear-gradient(150deg, #b8eeff1b, transparent 65%); }
.pricing-offer:hover::before, .pricing-offer:focus-within::before { width: 100%; opacity: 1; }
.pricing-index { color: #86dcfa; font-size: .65rem; font-weight: 600; letter-spacing: .13em; }
.pricing-core { margin-top: clamp(42px, 6vw, 72px); }
.pricing-core p { margin: 0 0 8px; color: #9fd0e5; font-size: .66rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.pricing-core h3 { margin: 0; color: white; font-size: clamp(1.65rem, 2.45vw, 2.65rem); font-weight: 500; letter-spacing: -.055em; }
.pricing-price { display: flex; flex-direction: column; margin: 26px 0 20px; color: #95e4ff; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.pricing-price small { margin-bottom: 7px; color: #d8eef9; font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.pricing-scope { max-width: 31ch; margin: 0; color: #c6ddea; font-size: .78rem; line-height: 1.7; }
.pricing-offer .underlink { align-self: start; margin-top: 28px; color: white; font-size: .68rem; }
.pricing-footnotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(0, 1.4fr); gap: 22px; margin-top: 28px; color: #c5dce9; font-size: .7rem; }
.pricing-footnotes p { margin: 0; padding-top: 16px; border-top: 1px solid #b5e9ff42; line-height: 1.65; }
.pricing-footnotes strong { display: block; color: white; font-size: .72rem; }
.pricing-footnotes span { color: #8fe4ff; }

/* Scene 05 — the brief is a connected part of the final composition, not a detached form. */
.contact-scene { position: relative; color: white; padding: 118px 0 142px; overflow: clip; background: radial-gradient(circle at 83% 20%, #155781 0, transparent 25%), radial-gradient(ellipse at 15% 85%, #113d64 0, transparent 42%), #061b30; }
.contact-scene::before { content: ""; position: absolute; width: min(67vw, 980px); aspect-ratio: 1; right: -25%; top: -39%; border: 1px solid #79d9ff55; border-radius: 50%; box-shadow: 0 0 0 54px #79d9ff08, 0 0 0 110px #79d9ff05; pointer-events: none; }
.contact-scene::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .48; background-image: linear-gradient(90deg, #8edcff0d 1px, transparent 1px); background-size: clamp(72px, 8vw, 126px) 100%; mask-image: linear-gradient(90deg, black, transparent 76%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(440px, 1fr) minmax(560px, 1.1fr); gap: clamp(45px, 5vw, 80px); align-items: start; }
.contact-intro { position: relative; padding-top: 18px; }
.contact-intro .eyebrow { color: #8ddfff; }
.contact-scene h2 { margin: 28px 0 26px; max-width: none; }
.contact-scene em { color: #8ee0ff; }
.contact-lead { max-width: 34ch; color: #b8cede; font-size: .87rem; line-height: 1.8; }
.contact-direct { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; }
.contact-direct a { display: grid; gap: 4px; color: #f2f9ff; font-size: .8rem; font-weight: 500; }
.contact-direct a:hover { color: #7ee0ff; }
.contact-direct span { color: #83dfff; font-size: .56rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-signals { display: grid; gap: 0; max-width: 360px; margin: 56px 0 0; padding: 0; list-style: none; }
.contact-signals li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid #9bdfff3b; }
.contact-signals li:last-child { border-bottom: 1px solid #9bdfff3b; }
.contact-signals li > span { color: #78dfff; font-size: .61rem; font-weight: 600; letter-spacing: .08em; }
.contact-signals p { margin: 0; color: #a9c4d6; font-size: .68rem; line-height: 1.55; }
.contact-signals strong { display: block; margin-bottom: 2px; color: #f1f8ff; font-size: .72rem; }
.contact-paper { position: relative; overflow: hidden; width: 100%; margin: 0; padding: clamp(28px, 4vw, 54px); color: var(--ink); border: 1px solid #cde6fa; border-radius: 2px 2px 34px 2px; background: linear-gradient(145deg, #ffffff, #f3f8ff); box-shadow: 0 30px 80px #00142673; }
.contact-paper::before { content: ""; position: absolute; width: 180px; height: 4px; left: 0; top: 0; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.form-intro { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; font-size: 1.28rem; letter-spacing: -.04em; line-height: 1.4; margin-bottom: 31px; }
.form-intro small { display: block; font-size: .65rem; letter-spacing: 0; margin-top: 10px; color: var(--muted); }
.contact-form { display: flex; flex-direction: column; gap: 19px; }
.field-row { display: flex; gap: 25px; }
.field-row label { flex: 1; min-width: 0; }
label { display: block; font-size: .68rem; font-weight: 600; }
label > span { display: block; }
input, select, textarea { width: 100%; min-height: 44px; border: 0; border-bottom: 1px solid #b7c7d8; background: transparent; border-radius: 0; padding: 10px 0; color: var(--navy); font-weight: 400; }
textarea { min-height: 110px; resize: vertical; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 3px; }
.checkbox-line { display: flex; gap: 12px; align-items: flex-start; font-size: .66rem; font-weight: 400; color: var(--muted); }
.checkbox-line input { width: 17px; height: 17px; min-height: 17px; flex-shrink: 0; accent-color: var(--blue); }
.checkbox-line a { text-decoration: underline; }
.btn { border: 0; border-radius: 3px; padding: 17px 20px; background: var(--navy); color: white; font-size: .76rem; cursor: pointer; }
.form-message { padding: 16px; font-size: .8rem; border-left: 3px solid; }
.form-message--success { color: #14633d; background: #e8f5ee; }
.form-message--error { color: #9d3034; background: #fdecef; }
.honeypot { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
/* Footer — a short, bright exhale after the dark contact scene. */
.site-footer { position: relative; overflow: clip; color: var(--navy); padding: 0 0 94px; border-top: 1px solid #94c7ea; background: radial-gradient(ellipse at 85% 20%, #bcecff 0, transparent 34%), #eaf3fa; }
.site-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(90deg, #2563eb13 1px, transparent 1px); background-size: clamp(70px, 8vw, 128px) 100%; mask-image: linear-gradient(90deg, black, transparent 70%); }
.site-footer .site-width { position: relative; z-index: 1; }
.footer-preamble { display: flex; align-items: center; justify-content: space-between; padding: 21px 0 18px; border-bottom: 1px solid #9bbbd844; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); line-height: 1; }
.footer-brand .brand-mark { width: 26px; height: 26px; }
.footer-brand > span { display: grid; gap: 4px; }
.footer-brand strong { letter-spacing: .12em; font-size: .95rem; }
.footer-brand small { font-size: .43rem; letter-spacing: .23em; }
.footer-preamble > p { margin: 0; color: var(--muted); font-size: .59rem; line-height: 1.6; text-align: right; }
.footer-main { display: grid; grid-template-columns: minmax(270px, .63fr) minmax(0, 1.37fr); gap: clamp(38px, 6vw, 90px); align-items: end; padding: 38px 0 32px; }
.footer-signature { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 2.9vw, 3.15rem); font-weight: 500; line-height: .96; letter-spacing: -.07em; }
.footer-signature em { color: var(--blue); }
.footer-directory .eyebrow { margin: 0 0 13px; color: var(--blue); }
.footer-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #9bbbd866; border-bottom: 1px solid #9bbbd866; }
.footer-links a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px; min-height: 58px; padding: 9px 12px 9px 0; color: var(--navy); font-size: .67rem; transition: color .25s, translate .3s var(--ease); }
.footer-links a + a { padding-left: 12px; border-left: 1px solid #9bbbd844; }
.footer-links a > span { color: var(--blue); font-size: .52rem; letter-spacing: .08em; }
.footer-links i { display: none; }
.footer-links a:hover { color: var(--blue); translate: 0 -3px; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; padding-top: 16px; border-top: 1px solid #9bbbd866; color: var(--muted); font-size: .57rem; }
.footer-legal > span { margin-right: auto; }
.site-footer a:hover { color: var(--blue); }
.site-footer :focus-visible { outline-color: var(--blue); }

/* Legal pages share the same identity, with no overlay on the text. */
.page-legal .signature { position: relative; left: auto; top: auto; transform: none; margin: 35px auto; }
.legal-page { padding: 65px 0 95px; }
.legal-content { max-width: 900px; }
.legal-content h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); font-weight: 500; }
.legal-content h2 { font-size: 1.5rem; margin-top: 40px; letter-spacing: -.04em; }
.legal-content p { color: var(--muted); }
.page-legal .site-footer { padding-top: 70px; }
.page-legal .eyebrow { color: var(--blue); }
.mediation-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 310px); gap: clamp(24px, 5vw, 58px); align-items: center; margin-top: 28px; padding: clamp(24px, 4vw, 42px); background: linear-gradient(135deg, #edf7ff, #f8fbff); border-radius: 18px; box-shadow: 0 18px 42px #0a254014; }
.mediation-card h3 { margin: 5px 0 8px; color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.06em; }
.mediation-card p { max-width: 48ch; }
.mediation-card__visual { display: block; overflow: hidden; border-radius: 10px; box-shadow: 0 16px 30px #0a25401a; transition: transform .25s ease, box-shadow .25s ease; }
.mediation-card__visual:hover { transform: translateY(-4px) rotate(1deg); box-shadow: 0 22px 36px #0a254024; }
.mediation-card__visual img { display: block; width: 100%; height: auto; }

/* Signature and tangible project previews. */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.genesis h1 { max-width: 70%; font-size: clamp(3.5rem, 6.5vw, 7.2rem); }
.genesis h1 em { margin-left: 0; }
.hero-copy { max-width: 520px; }
.hero-copy h2 { font-size: 1.15rem; }
.hero-copy p { font-size: 1rem; max-width: 44ch; }
.action, .underlink { font-size: .875rem; }
.eyebrow { font-size: .75rem; }
.pixel-composition { position: absolute; right: -3%; top: 19%; width: 43%; aspect-ratio: 1; }
.pixel-cloud { position: absolute; width: 72%; height: 56%; left: 12%; top: 15%; transform: rotate(-8deg); }
.pixel-cloud i { position: absolute; left: calc(var(--col) * 16.666%); top: calc(var(--row) * 25%); width: 14%; height: 22%; background: var(--blue); border: 1px solid #ffffff66; border-radius: 3px; transform: translate(var(--dx), var(--dy)); opacity: .12; }
.pixel-cloud i:nth-child(3n) { background: var(--cyan); }
.pixel-interface { position: absolute; inset: 12% 1% 6% 8%; border: 1px solid #fff; border-radius: 8px; background: #f8fcff; box-shadow: 18px 26px 65px #0a25402b; transform: perspective(1100px) rotateY(-16deg) rotateZ(5deg); overflow: hidden; }
.interface-bar { display: flex; align-items: center; gap: 5px; height: 10%; padding: 0 6%; background: #e5eff8; border-bottom: 1px solid #cedfeb; }
.interface-bar i { width: 5px; height: 5px; border-radius: 50%; background: #6687a5; }
.interface-bar b { margin-left: auto; font-size: 11px; font-weight: 500; color: var(--muted); }
.interface-content { padding: 8%; position: relative; height: 90%; background: radial-gradient(ellipse at 100% 50%, #b9e9ff, transparent 68%); }
.interface-kicker { font-size: clamp(8px, .6vw, 10px); letter-spacing: .12em; color: var(--blue); }
.interface-content strong { display: block; font-size: clamp(22px, 2.6vw, 40px); line-height: 1.05; letter-spacing: -.05em; margin: 6% 0; font-weight: 500; }
.interface-line { display: block; height: 3px; width: 66%; background: #aac0d3; margin: 8px 0; }
.interface-line.short { width: 45%; }
.interface-button { display: inline-block; margin-top: 5%; background: var(--navy); color: white; padding: 9px 13px; font-size: clamp(8px, .75vw, 12px); }
.interface-modules { display: flex; gap: 10px; margin-top: 8%; }
.interface-modules i { height: 44px; flex: 1; background: #2563eb; border-radius: 3px; }
.interface-modules i:nth-child(2) { background: #a1e1fa; flex: .6; }.interface-modules i:nth-child(3) { background: #0a2540; flex: .4; }
.pixel-caption { position: absolute; bottom: -4%; left: 9%; right: 0; display: flex; justify-content: space-between; color: var(--muted); font-size: .7rem; }
.pixel-caption b { color: var(--blue); font-weight: 500; }
.orbit-caption { display: none; }
.is-assembling .pixel-cloud i { animation: pixel-assemble 2.4s var(--ease) both; animation-delay: var(--delay); }
.is-assembling .pixel-interface { animation: interface-arrive 3.8s var(--ease) both; }
@keyframes pixel-assemble { 0% { opacity: .75; transform: translate(var(--dx), var(--dy)) rotate(15deg); } 65% { opacity: .9; transform: translate(0, 0); } 100% { opacity: .12; transform: translate(var(--dx), var(--dy)); } }
@keyframes interface-arrive { 0%, 38% { opacity: 0; transform: perspective(1100px) rotateY(-30deg) rotateZ(5deg) scale(.85); } 100% { opacity: 1; transform: perspective(1100px) rotateY(-16deg) rotateZ(5deg); } }
.service-preview { position: absolute; inset: 13% 25% 16%; display: flex; flex-direction: column; justify-content: center; }
.preview-caption { color: #b4cede; font-size: .65rem; letter-spacing: .12em; text-align: center; margin-bottom: 16px; }
.preview-frame { position: relative; flex-shrink: 0; border: 1px solid #dce6ee; border-radius: 10px; background: #f9fbfd; color: var(--navy); box-shadow: 0 32px 48px -15px #000f26a8, 0 8px 16px #00102140; }
.preview-toolbar { height: 38px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #dee7ee; background: #edf2f6; border-radius: 10px 10px 0 0; color: #597084; font-size: .6rem; }
.preview-dots { display: flex; gap: 4px; }.preview-dots i { width: 4px; height: 4px; border-radius: 50%; background: #a4b5c3; }
.preview-deck { display: grid; }
.preview-screen { grid-area: 1 / 1; min-width: 0; min-height: 250px; padding: 22px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.preview-screen.is-preview-active { opacity: 1; }
.preview-screen[hidden] { display: none; }
.preview-brand { color: #596f82; font-size: .62rem; letter-spacing: .07em; margin-bottom: 13px; }
.preview-screen strong { display: block; font-size: clamp(1.15rem, 1.55vw, 1.45rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.preview-footnote { display: block; margin-top: auto; padding-top: 14px; color: #597084; font-size: .6rem; line-height: 1.5; }
.preview-editorial { display: grid; grid-template-columns: 1fr .8fr; gap: 22px; align-items: center; margin-top: 18px; min-height: 100px; }
.preview-rule { display: block; width: 100%; height: 3px; margin-bottom: 8px; background: #d4dee7; }.preview-rule.short { width: 62%; }
.preview-pill { display: inline-block; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid #93a8bb; font-size: .65rem; font-weight: 500; color: var(--navy); }
.preview-architecture { display: flex; align-items: end; gap: 5px; height: 100px; padding: 14px; background: #e5edf4; border-radius: 3px; }
.preview-architecture i { flex: 1; height: 65%; background: linear-gradient(90deg, #afc5d8, #d1e0ec); box-shadow: 4px 4px 9px #0a25401a; }.preview-architecture i:nth-child(2) { height: 100%; background: linear-gradient(90deg, #16426b, #396586); }.preview-architecture i:nth-child(3) { height: 82%; }
.preview-products { display: flex; gap: 10px; margin-top: 18px; }.preview-products > div { flex: 1; min-width: 0; }.preview-products span { display: block; margin-top: 8px; color: #597084; font-size: .59rem; }
.preview-products i { display: block; height: 73px; position: relative; background: #e6eef4; border-radius: 3px; }.preview-products i::after { content: ""; position: absolute; inset: 13px 25%; border-radius: 18px 18px 3px 3px; background: linear-gradient(90deg, #8ba7bf, #d8e4ee); box-shadow: 5px 5px 8px #0a25401c; }.preview-products > div:nth-child(2) i::after { border-radius: 3px; background: linear-gradient(90deg, #193f67, #608bb3); }.preview-products > div:nth-child(3) i::after { border-radius: 3px 15px 3px 3px; background: linear-gradient(90deg, #748fa5, #b5cddb); }
.preview-rows { margin-top: 16px; }.preview-rows > span { display: flex; align-items: center; gap: 8px; border-top: 1px solid #dce5ed; padding: 10px 0; font-size: .7rem; }.preview-rows b { margin-left: auto; background: #eaf0f7; color: #365772; font-size: .6rem; font-weight: 500; padding: 3px 7px; border-radius: 3px; }.preview-rows i { color: #758c9f; font-size: .57rem; font-style: normal; }
.preview-flow, .preview-evolution { display: flex; flex-direction: column; align-items: stretch; margin-top: 14px; gap: 3px; }.preview-flow span, .preview-evolution span { padding: 6px 12px; background: #edf2f7; border: 1px solid #dce6ee; border-radius: 3px; font-size: .68rem; }.preview-flow i, .preview-evolution i { font-style: normal; text-align: center; color: #7993ac; font-size: .6rem; line-height: 1; }.preview-flow span:nth-of-type(2), .preview-evolution span:last-child { border-left: 2px solid var(--blue); }
@media (prefers-reduced-motion: reduce) { .preview-screen { transition: none; } }
.scene-aside, .service-story > p:not(.eyebrow) { font-size: .95rem; }.service-story .service-deliverables { font-size: .8rem; }.service-node { font-size: .8rem; max-width: 190px; }
.project-link { min-height: 430px; gap: 8px; }
.project-title { margin-top: 12px; max-width: none; font-size: clamp(1.9rem, 2.35vw, 2.65rem); line-height: .95; letter-spacing: -.07em; white-space: nowrap; text-wrap: nowrap; }
.project-type { font-size: .7rem; }.project-copy { font-size: .875rem; }.project-visit { font-size: .8rem; }
.project-signal { width: 42%; top: 4%; opacity: .4; }
.project-window { position: relative; z-index: 2; display: block; margin-top: 13px; height: 128px; overflow: hidden; border: 1px solid #ffffff66; border-radius: 4px; background: #0a2540; }
.project-window img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s var(--ease); }.project-link:hover .project-window img, .project-link:focus-visible .project-window img { transform: scale(1.04); }
.work-piece--family .project-window img { transform: scale(1.52); object-position: center; }
.work-piece--family .project-link:hover .project-window img, .work-piece--family .project-link:focus-visible .project-window img { transform: scale(1.6); }
.project-network { height: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px; background: linear-gradient(125deg,#133a60,#0a2540); }.project-network span { padding: 5px; text-align: center; border: 1px solid #82d6f866; font-size: .7rem; color: #d6edff; }
.work-intro > p:not(.eyebrow) { font-size: .95rem; }.portfolio-note { font-size: .75rem; }
.studio-note { position: absolute; top: 46%; left: 3%; width: 29%; padding: 25px 0; border-top: 1px solid #9edcfb55; }
.studio-note > p:not(.eyebrow) { font-size: 1.2rem; line-height: 1.6; letter-spacing: -.025em; }.studio-signature { display: block; font-size: .85rem; margin: 25px 0; }.studio-signature small { color: #bad1e3; font-size: .75rem; }.studio-note .underlink { font-size: .8rem; }
.studio-pixel { display: block; width: 15px; height: 15px; margin-bottom: 24px; background: #8cdaf5; box-shadow: 19px -19px 0 #2563eb, 19px 0 0 #2563eb; }
.journey-heading h2 em { color: var(--navy); }.journey-path li > span { background: white; font-size: .75rem; }.journey-heading > p:last-child { font-size: 1rem; }
.contact-lead { font-size: 1rem; }.contact-signals p { font-size: .875rem; }.contact-signals strong { font-size: .9rem; }
label { font-size: .875rem; } input, select, textarea { font-size: 1rem; }.checkbox-line { font-size: .8rem; }.form-intro small { font-size: .8rem; }.btn { font-size: .9rem; }
.case-page { padding: 45px 0 100px; }.case-category { margin-top: 55px; color: var(--blue); }.case-page h1 { font-size: clamp(2.8rem,6vw,6rem); margin: 18px 0; font-weight: 500; }.case-lead { font-size: clamp(1.1rem,2vw,1.5rem); max-width: 45ch; color: var(--muted); }
.case-figure { margin: 45px 0; }.case-figure img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 6px; }.case-figure figcaption { margin-top: 14px; color: var(--muted); font-size: .8rem; }
.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px,8vw,120px); }.case-story h2 { font-size: 2rem; }.case-story p:not(.eyebrow) { font-size: 1rem; color: var(--muted); }.case-story ul { padding-left: 20px; line-height: 2; }.case-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 35px; }
.case-network { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: clamp(25px,7vw,100px); background: radial-gradient(ellipse at 70% 40%,#185d7c,transparent),var(--navy); color: white; }.case-network span { border: 1px solid #8bd3f36b; padding: 22px; text-align: center; }.case-network strong { grid-column: span 2; text-align: center; font-size: clamp(2rem,6vw,5rem); font-weight: 500; }

@media (min-width: 1600px) {
    .genesis-stage { min-height: 950px; }
    .hero-sculpture { right: -17%; width: 67%; }
}

@media (max-width: 1050px) {
    .hero-copy { max-width: 390px; }
    .hero-copy .underlink { display: table; margin: 15px 0 0; }
    .hero-sculpture { right: -18%; width: 75%; top: 17%; }
    .orbit-caption { right: 0; bottom: 16%; }
    .service-orbit { width: 62%; min-height: 500px; }
    .services-enhanced .service-details { width: 31%; }
    .service-node { font-size: .63rem; max-width: 170px; }
    .scene-aside { position: static; }
    .work-layout { grid-template-columns: 1fr; }
    .work-intro { position: static; max-width: 650px; padding-top: 0; }
    .work-piece:nth-child(n) { transform: none; }
    .portfolio-note { grid-column: 1; }
    .contact-layout { grid-template-columns: minmax(245px, .7fr) minmax(430px, 1.3fr); gap: 48px; }
    .footer-main { grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: 38px; }
    .footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    :root { --edge: 24px; }
    .signature { top: 24px; }
    .signature-note { font-size: .57rem; }
    .brand-mark { width: 32px; }
    .brand strong { font-size: 1.2rem; }
    .brand small { font-size: .44rem; }
    .genesis-stage { min-height: 850px; padding-top: 140px; padding-bottom: 80px; }
    .genesis h1 { font-size: clamp(3.1rem, 10.8vw, 5rem); line-height: 1.04; }
    .genesis h1 em { margin-left: 0; }
    .genesis-label { font-size: .55rem; margin-bottom: 22px; }
    .hero-sculpture { top: 245px; right: -10%; height: 300px; width: 110%; }
    .hero-copy { margin-top: 280px; max-width: 100%; }
    .hero-copy h2 { font-size: .85rem; }
    .hero-copy p { max-width: 400px; }
    .hero-copy .underlink { display: inline-block; margin-left: 18px; }
    .orbit-caption { display: none; }
    .genesis-bottom { bottom: 20px; font-size: .54rem; }
    .genesis-bottom > span { display: none; }
    .possibilities, .work, .relationship, .pricing-scene, .contact-scene { padding: 72px 0; }
    .scene-heading h2 { margin-bottom: 22px; }
    .service-orbit { width: 100%; min-height: 440px; margin-top: 35px; }
    .service-node { font-size: .61rem; max-width: 154px; gap: 5px; padding-right: 8px; }
    .node-index { width: 25px; height: 25px; }
    .service-node i { display: none; }
    .service-node:nth-of-type(1) { left: 18%; }
    .service-node:nth-of-type(4) { left: 27%; bottom: 0; }
    .services-enhanced .service-details { position: static; width: 100%; padding-top: 25px; }
    .service-story h3 { max-width: 21ch; }
    .interaction-hint { margin-top: 20px; }
    .work-layout { display: block; }
    .work-intro { min-height: 0; margin-bottom: 32px; }
    .work-intro > p:not(.eyebrow) { margin-left: 0; }
    .work-index { right: -1%; top: 9%; font-size: 5.5rem; }
    .project-constellation { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 18px; }
    .project-constellation::before { left: 50%; top: 5%; bottom: 5%; width: 1px; height: auto; background: linear-gradient(#7bceff8c, transparent); transform: none; }
    .work-piece, .work-piece:nth-child(2), .work-piece:nth-child(3), .work-piece:nth-child(4) { grid-column: 1; margin: 0; }
    .work-piece:nth-child(even) { margin-left: 0; }
    .project-link { min-height: 330px; }
    .project-title { font-size: clamp(3.2rem, 15vw, 5.3rem); }
    .project-signal { width: 57%; right: -8%; }
    .portfolio-note { margin-top: 25px; }
    .relationship h2 { position: relative; z-index: 1; }
    .relationship-copy, .promises { margin-left: 10%; }
    .relationship-symbol { top: 12%; left: 80%; font-size: 8rem; opacity: .12; }
    .journey { padding: 65px 0; }
    .journey-heading { width: 100%; float: none; position: static; margin-bottom: 45px; }
    .journey-path { margin-left: 8%; }
    .pricing-heading { display: block; }.pricing-heading .eyebrow { margin-bottom: 15px; }.pricing-heading > p:last-child { margin-top: 20px; }.pricing-offer { min-height: 350px; }
    .contact-scene::before { width: 120vw; right: -62%; top: -20%; }
    .contact-layout { display: block; }
    .contact-intro { padding-top: 0; }
    .contact-signals { max-width: 100%; margin-top: 36px; }
    .contact-paper { width: 100%; margin-top: 38px; padding: 28px 24px 34px; border-radius: 2px 2px 26px 2px; }
    .form-intro { display: block; margin-bottom: 25px; }
    .form-intro small { margin-top: 8px; }
    .field-row { flex-direction: column; gap: 20px; }
    .footer-preamble { padding: 25px 0 22px; }
    .footer-main { grid-template-columns: 1fr; gap: 30px; padding: 38px 0 28px; }
    .footer-signature { max-width: none; font-size: clamp(2.6rem, 11vw, 3.6rem); }
    .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-links a, .footer-links a + a { min-height: 48px; padding: 9px 0; border-left: 0; border-bottom: 1px solid #9bbbd844; }
    .footer-links a:nth-last-child(-n + 2) { border-bottom: 0; }
    .footer-legal { align-items: flex-start; gap: 13px 18px; }
    .footer-legal > span { flex-basis: 100%; }
    .explorer-map a:nth-child(even) { margin-left: 20%; }
    .explorer-hint { font-size: .65rem; }
    .explorer h2 { clear: both; margin-top: 35px; }
    .explorer-dock { bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
    :root { --edge: 20px; }
    .explorer-dock > * { padding-inline: 12px; }
    .explorer-dock .dock-home { padding-inline: 8px; }
    .explorer-trigger span { margin-left: 10px; }
    .dock-contact span { margin-left: 8px; }
    .signature-note { display: none; }
    .hero-copy .underlink { display: table; margin-left: 0; }
    .genesis-stage { min-height: 900px; }
    .service-node { max-width: 137px; font-size: .57rem; }
}

@media (max-width: 1050px) {
    .pixel-composition { right: -2%; top: 24%; width: 43%; }
    .service-orbit { width: 100%; }.services-enhanced .service-details { position: static; width: 100%; }.service-preview { inset: 15% 25%; }.preview-screen { padding: 18px; }
    .studio-note { left: 0; width: 29%; }.studio-note > p:not(.eyebrow) { font-size: 1rem; }
    .project-title { font-size: clamp(2.5rem, 5vw, 4rem); }
}
@media (max-width: 760px) {
    .genesis-stage { display: flex; flex-direction: column; min-height: 0; padding-top: 135px; padding-bottom: 60px; }
    .genesis h1 { max-width: 100%; font-size: clamp(2.8rem,10vw,4.8rem); }
    .pixel-composition { order: 3; position: relative; right: auto; top: auto; width: min(100%,440px); margin: 25px auto 35px; aspect-ratio: 1.15; }
    .pixel-interface { inset: 8% 4% 4% 8%; }.interface-content strong { font-size: clamp(24px,7vw,36px); }.interface-kicker { font-size: 8px; }.interface-button { font-size: 10px; }.interface-modules i { height: 27px; }.pixel-caption { font-size: .6rem; bottom: -7%; }
    .hero-copy { order: 2; margin-top: 20px; }.hero-copy h2 { font-size: 1.05rem; }.hero-copy p { font-size: .95rem; }.hero-copy .underlink { display: table; margin: 16px 0 0; }
    .genesis-bottom { order: 4; position: static; margin-top: 28px; flex-wrap: wrap; font-size: .7rem; }.motion-toggle { font-size: .7rem; }
    .service-orbit { width: 100%; min-height: 0; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
    .orbit-track { display: none; }.service-node:nth-of-type(n) { position: static; max-width: none; width: calc(50% - 4px); font-size: .76rem; min-height: 54px; border-radius: 5px; }.service-node .node-index { flex-shrink: 0; }
    .service-preview { position: static; order: 2; width: 100%; margin-top: 16px; }.preview-screen { min-height: 250px; padding: 20px; }.preview-screen strong { font-size: 1.35rem; }.preview-caption { font-size: .7rem; }
    .services-enhanced .service-details { padding-top: 28px; }.service-story h3 { font-size: 2rem; }.interaction-hint { font-size: .8rem; }
    .project-link { min-height: 0; padding: 22px; }.project-title { font-size: clamp(2.15rem,9vw,3.2rem); white-space: normal; text-wrap: balance; }.project-window { height: 145px; }.project-copy { max-width: none; }.project-type { max-width: 20ch; }.project-visit { min-height: 44px; }
    .relationship h2 { font-size: clamp(2.1rem,7.7vw,3.5rem); }.relationship-copy, .promises { margin-left: 0; }.studio-note { position: static; width: 100%; margin-top: 34px; }.studio-note > p:not(.eyebrow) { font-size: 1.2rem; }
    .journey-path { margin-left: 0; }.journey-path li:nth-child(n) { margin-left: 0; }.journey-path li { gap: 18px; }
    .pricing-heading h2 { font-size: clamp(2.1rem,7.7vw,3.5rem); }.pricing-path { grid-template-columns: 1fr; margin-top: 40px; border-top: 1px solid #b5e9ff5c; }.pricing-offer, .pricing-offer:last-child { min-height: 0; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto auto; gap: 0 14px; padding: 22px 0 28px 0; border-left: 0; border-right: 0; border-bottom: 1px solid #b5e9ff42; }.pricing-offer::before { width: 5px; height: 38px; top: 24px; }.pricing-offer:hover::before, .pricing-offer:focus-within::before { width: 5px; }.pricing-index { grid-column: 1; grid-row: 1; padding-top: 3px; }.pricing-core { grid-column: 2; grid-row: 1; margin: 0; }.pricing-core h3 { font-size: 1.85rem; }.pricing-price { grid-column: 2; grid-row: 2; margin: 18px 0 14px; font-size: 2.35rem; }.pricing-scope { grid-column: 2; grid-row: 3; max-width: 40ch; }.pricing-offer .underlink { grid-column: 2; grid-row: 4; margin-top: 20px; }.pricing-footnotes { grid-template-columns: 1fr; gap: 0; margin-top: 20px; font-size: .76rem; }.pricing-footnotes p:last-child { margin-top: 10px; color: #a9c9db; }
    .contact-signals { margin-top: 25px; }.contact-paper { padding: 25px 20px; }.contact-form { gap: 22px; }
    .mediation-card { grid-template-columns: 1fr; }.mediation-card__visual { max-width: 320px; }
    .explorer-dock > * { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }.explorer-dock { padding: 5px; bottom: max(10px,env(safe-area-inset-bottom)); }
    .case-story { grid-template-columns: 1fr; gap: 25px; }.case-page { padding-top: 25px; }.case-category { margin-top: 35px; }.case-network { gap: 12px; }.case-network span { font-size: .8rem; padding: 16px 8px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0s; transition-duration: 0s; }
    html.hero-motion-requested .is-assembling .pixel-cloud i { animation-duration: 2.4s; }
    html.hero-motion-requested .is-assembling .pixel-interface { animation-duration: 3.8s; }
}

html.motion-paused { scroll-behavior: auto; }
html.motion-paused *, html.motion-paused *::before, html.motion-paused *::after { animation-duration: 0s; transition-duration: 0s; }
