@font-face { font-family: "Nesher"; src: url("./assets/fonts/nesher-light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Nesher"; src: url("./assets/fonts/nesher-medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Nesher"; src: url("./assets/fonts/nesher-bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Nesher"; src: url("./assets/fonts/nesher-extrabold.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --paper: #f1ecdf;
  --paper-light: #f7f2e8;
  --blue: #1648d4;
  --blue-dark: #0a2f9c;
  --blue-soft: #4168cf;
  --gallery-blue-end: #071d5c;
  --ink: #172756;
  --line: rgba(22, 72, 212, .56);
  --content: min(93vw, 1510px);
  --progress: 0;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 30px; }
body { margin: 0; min-height: 100dvh; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Assistant", sans-serif; font-size: 17px; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; background-image: radial-gradient(rgba(32, 38, 45, .24) .45px, transparent .65px), radial-gradient(rgba(130, 101, 56, .18) .5px, transparent .75px); background-position: 0 0, 3px 2px; background-size: 5px 5px, 7px 7px; mix-blend-mode: multiply; }
body::after { content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .075; background-image: url("./assets/noise.svg"); background-size: 112px 112px; mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
::selection { color: var(--paper); background: var(--blue); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--blue); border: 3px solid var(--paper); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 100; padding: 10px 14px; color: white; background: var(--blue); transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: none; }
.scroll-line { position: fixed; inset: 0 0 auto; z-index: 90; height: 3px; background: transparent; }
.scroll-line i { display: block; height: 100%; background: var(--blue); transform: scaleX(var(--progress)); transform-origin: right; }

.masthead { width: var(--content); min-height: 96px; margin: 0 auto; display: grid; grid-template-columns: 70px 1fr 170px 150px; grid-template-areas: "index nav note brand"; align-items: center; gap: 20px; direction: ltr; }
.wordmark { grid-area: brand; width: max-content; display: grid; color: var(--blue); font: 900 1.62rem/.78 "Rubik", sans-serif; letter-spacing: -.04em; }
.wordmark-note { grid-area: note; margin: 0; color: var(--blue-soft); font: 800 .62rem/1.28 "Rubik", sans-serif; letter-spacing: .06em; }
.masthead nav { grid-area: nav; display: flex; justify-content: flex-start; gap: clamp(24px, 4.8vw, 76px); }
.masthead nav a, .page-index, .section-index { color: var(--blue-soft); font: 800 .55rem/1 "Rubik", sans-serif; letter-spacing: .23em; }
.masthead nav a { position: relative; padding: 12px 0; }
.masthead nav a::after { content: ""; position: absolute; inset: auto 0 5px; height: 1px; background: var(--blue); transform: scaleX(0); transition: transform 160ms steps(3,end); }
.masthead nav a:hover::after, .masthead nav a:focus-visible::after { transform: scaleX(1); }
.page-index { grid-area: index; justify-self: start; }

.discovery-call { position: fixed; z-index: 85; inset: auto 24px 24px auto; display: inline-flex; align-items: center; gap: 13px; min-height: 62px; padding: 10px 12px 10px 22px; border: 1px solid rgba(247,242,232,.72); border-radius: 999px; color: var(--paper-light); background: var(--blue); box-shadow: 0 16px 32px rgba(42, 92, 228, .42); font-size: 1.05rem; font-weight: 800; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(18px) scale(.94); transition: opacity 220ms ease, transform 320ms cubic-bezier(.16, 1, .3, 1), background 160ms ease, box-shadow 180ms ease; }
.discovery-call small { display: grid; place-items: center; min-width: 40px; min-height: 40px; padding-inline: 7px; border-radius: 50%; color: var(--blue); background: var(--paper-light); font: 800 .6rem/1 "Rubik", sans-serif; letter-spacing: .02em; direction: rtl; }
.discovery-call.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.discovery-call:hover, .discovery-call:focus-visible { color: var(--paper-light); background: var(--blue-dark); box-shadow: 0 20px 38px rgba(42, 92, 228, .5); transform: translateY(-3px) scale(1); }

.hero, .process, .projects, .artist-cases, .brand-system, .outcomes-inner, .contact, .footer { width: var(--content); margin-inline: auto; }
.hero { min-height: calc(100svh - 96px); display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(360px, .58fr); align-items: center; gap: clamp(36px, 4vw, 64px); direction: ltr; padding: 0 0 28px; }
.hero-photo { width: 100%; height: clamp(634px, calc(122svh - 183px), 793px); min-height: 0; position: relative; justify-self: start; align-self: center; margin-bottom: 2px; }
.hero-still { position: absolute; inset: 0; z-index: 1; margin: 0; overflow: hidden; }
.hero-still img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.78) contrast(1.13) brightness(.94); }
.print-photo { position: relative; isolation: isolate; overflow: visible; background: #cfdbf6; }
.print-photo > img { filter: saturate(.74) contrast(1.16) brightness(.94); }
.print-photo::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .15; background-image: linear-gradient(rgba(3, 23, 75, .7) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 69, 184, .28) 1px, transparent 1px); background-size: 3px 3px; mix-blend-mode: multiply; }
.hero-glitch { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 3; pointer-events: none; object-fit: cover; object-position: center; opacity: .14; mix-blend-mode: multiply; clip-path: inset(17% 0 70% 0); animation: pixelDrift 5.4s steps(2,end) infinite; }
@keyframes pixelDrift { 0%, 72%, 100% { transform: translateX(0); } 74% { transform: translateX(5px); } 77% { transform: translateX(-3px); } }
.tape { position: absolute; z-index: 6; inset: -22px -24px auto auto; width: 31%; height: 52px; background: rgba(18, 70, 218, .94); transform: rotate(-2deg); clip-path: polygon(0 9%, 96% 0, 100% 86%, 3% 100%); }
.note { position: absolute; z-index: 7; margin: 0; color: #dce7ff; font: 700 clamp(2rem, 3.2vw, 3.4rem)/.93 "Amatic SC", cursive; letter-spacing: .02em; direction: ltr; white-space: nowrap; transform: rotate(-7deg); }
.note-top { inset: 30px auto auto 28px; }
.note-side { color: var(--blue); font-size: clamp(2rem, 2.9vw, 3.1rem); }
.note-branding { inset: 45% auto auto -54px; transform: rotate(-7deg); }
.note-identity { inset: 18% -66px auto auto; color: var(--blue); font-size: clamp(1.8rem, 2.45vw, 2.7rem); transform: rotate(6deg); }
.note-feelings { inset: auto 20px 24% auto; color: var(--paper-light); font-size: clamp(1.8rem, 2.45vw, 2.7rem); transform: rotate(-5deg); }
.crop { position: absolute; z-index: 5; width: 58px; height: 58px; opacity: .55; }
.crop::before, .crop::after { content: ""; position: absolute; background: var(--blue); }
.crop::before { width: 100%; height: 1px; top: 14px; }
.crop::after { width: 1px; height: 100%; left: 14px; }
.crop-a { inset: 12px -70px auto auto; }
.crop-b { inset: auto -70px 4px auto; }

.hero-copy { align-self: center; direction: rtl; padding: 8px 0 0; }
.hero-copy h1 { margin: 0; max-width: 12ch; color: var(--blue); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(4.45rem, 5.86vw, 6rem); font-weight: 800; line-height: .93; letter-spacing: -.035em; }
.hero-copy > p { max-width: 31ch; margin: 32px 0 0 auto; color: #253a73; font-size: clamp(1.34rem, 1.65vw, 1.73rem); font-weight: 600; line-height: 1.4; }
.pill-button { width: min(100%, 400px); min-height: 73px; margin: 32px 0 0 auto; display: grid; grid-template-columns: 1fr 64px; align-items: center; padding: 0 32px; border-radius: 999px; color: white; background: var(--blue); box-shadow: 0 16px 32px rgba(22, 72, 212, .18); font-size: 1.3rem; font-weight: 700; transition: transform 180ms steps(3,end), background 180ms ease; }
.pill-button i { width: 30px; height: 1px; position: relative; justify-self: start; background: white; }
.pill-button i::after { content: ""; position: absolute; inset: -4px auto auto 0; width: 8px; height: 8px; border-left: 1px solid white; border-bottom: 1px solid white; transform: rotate(45deg); }
.pill-button:hover, .pill-button:focus-visible { background: var(--blue-dark); transform: translateX(-5px); }
.pill-button:active, .contact-form button:active { transform: scale(.98); }

.about { width: 100%; color: var(--paper-light); background: var(--blue-dark); padding: clamp(94px, 10vw, 150px) 0; }
.about-inner { width: var(--content); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); grid-template-areas: "lead copy"; gap: clamp(56px, 6vw, 96px); align-items: start; direction: rtl; }
.about-lead { grid-area: lead; display: grid; gap: 18px; }
.about-service-note { margin: 0; color: #b9ccff; font: 800 .58rem/1.4 "Rubik", sans-serif; letter-spacing: .09em; direction: ltr; text-align: right; }
.about-index { color: #b9ccff; font: 800 .58rem/1 "Rubik", sans-serif; letter-spacing: .2em; direction: ltr; }
.about h2 { max-width: 15ch; margin: 0; color: var(--paper-light); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(3.4rem, 4.9vw, 5.4rem); line-height: .84; letter-spacing: -.03em; }
.about-copy { grid-area: copy; display: grid; gap: 20px; padding-bottom: 4px; }
.about-copy p { max-width: 39ch; margin: 0; color: #dbe5ff; font-size: 1.08rem; line-height: 1.55; }
.about-copy .about-intro { color: var(--paper-light); font-size: clamp(1.25rem, 1.7vw, 1.7rem); font-weight: 700; line-height: 1.3; }

.process, .projects { padding-bottom: 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process { margin-top: clamp(48px, 6vw, 96px); padding-top: clamp(48px, 5vw, 84px); }
.process > header { min-height: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom: clamp(42px, 4vw, 64px); }
.projects > header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; }
.process > header > div, .projects > header > div { display: grid; }
.process h2, .projects h2 { margin: 0; color: var(--blue); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(2.6rem, 3.8vw, 4rem); line-height: .8; }
.process header > div > span, .projects header > div > span { color: var(--blue-soft); font: 800 .55rem/1 "Rubik", sans-serif; letter-spacing: .32em; direction: ltr; }
.process-proof { margin-bottom: clamp(40px, 4vw, 64px); padding-block: clamp(24px, 2.5vw, 38px); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(190px, .55fr); gap: clamp(36px, 6vw, 92px); align-items: end; border-block: 1px solid var(--line); direction: rtl; }
.process-proof > p { max-width: 54ch; margin: 0; color: #304576; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.55; }
.process-proof-stat { display: grid; gap: 4px; justify-items: start; }
.process-proof-stat strong { color: var(--blue); font: 400 clamp(4.4rem, 7vw, 7rem)/.72 "Nesher", "Rubik", sans-serif; letter-spacing: -.03em; direction: ltr; }
.process-proof-stat span { color: var(--blue); font: 800 .72rem/1.3 "Rubik", sans-serif; letter-spacing: .04em; }
.process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; direction: rtl; }
.process li { min-height: 234px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 58px auto 1fr; gap: 14px 16px; padding: 18px 26px; border-inline-start: 1px solid var(--line); }
.process li:last-child { border-inline-end: 1px solid var(--line); }
.step-number { color: var(--blue); font: 800 1.1rem/1 "Rubik", sans-serif; direction: ltr; }
.process-icon { width: 50px; height: 50px; position: relative; justify-self: start; color: var(--blue); }
.process-icon.search::before { content: ""; position: absolute; width: 29px; height: 29px; inset: 2px auto auto 4px; border: 3px solid currentColor; border-radius: 50%; }
.process-icon.search::after { content: ""; position: absolute; width: 22px; height: 3px; inset: 34px auto auto 31px; background: currentColor; transform: rotate(48deg); transform-origin: left; }
.process-icon.concept::before, .process-icon.concept::after { content: ""; position: absolute; width: 34px; height: 34px; top: 5px; border: 3px solid currentColor; border-radius: 50%; }
.process-icon.concept::before { left: 0; }.process-icon.concept::after { left: 18px; }
.process-icon.language { transform: rotate(45deg); }
.process-icon.language::before, .process-icon.language::after, .process-icon.language b { content: ""; position: absolute; width: 26px; height: 26px; border: 3px solid currentColor; }
.process-icon.language::before { inset: 0 auto auto 0; }.process-icon.language::after { inset: 9px auto auto 9px; }.process-icon.language b { inset: 18px auto auto 18px; }
.process-icon.apply::before { content: ""; position: absolute; inset: 3px auto auto 8px; width: 42px; height: 44px; background: currentColor; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.process-icon.apply::after { content: ""; position: absolute; inset: 9px auto auto 12px; width: 31px; height: 32px; background: var(--paper); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.process h3 { grid-column: 1 / -1; margin: 0; color: var(--blue); font-size: 1.15rem; line-height: 1.1; }
.process li p { grid-column: 1 / -1; margin: 0; color: #304576; font-size: .98rem; line-height: 1.35; }

.projects { padding-top: 16px; }
.project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(3, clamp(210px, 18vw, 275px)); gap: 14px; direction: ltr; }
.project-card { min-width: 0; position: relative; overflow: hidden; background: #0a0c12; outline: none; }
.project-card:nth-child(1) { grid-column: 1 / 9; grid-row: 1 / 3; }
.project-card:nth-child(2) { grid-column: 9 / 13; grid-row: 1; }
.project-card:nth-child(3) { grid-column: 9 / 13; grid-row: 2; }
.project-card:nth-child(4) { grid-column: 1 / 5; grid-row: 3; }
.project-card:nth-child(5) { grid-column: 5 / 9; grid-row: 3; }
.project-card:nth-child(6) { grid-column: 9 / 13; grid-row: 3; }
.project-image { position: absolute; inset: 0; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; scale: 1; transition: scale 340ms steps(5,end), filter 180ms ease; }
.project-card:hover .project-image img, .project-card:focus-visible .project-image img { scale: 1.035; filter: saturate(.9) contrast(1.24); }
.project-card:active .project-image img { scale: 1.015; }
.project-card:nth-child(2) .project-image img { object-position: 49% 45%; }
.project-card:nth-child(3) .project-image img { object-position: 54% center; }
.project-tag { position: absolute; z-index: 5; inset: 14px auto auto 14px; min-height: 36px; display: flex; align-items: center; gap: 10px; padding: 0 12px; color: var(--paper-light); background: var(--blue); direction: ltr; font-family: "Rubik", sans-serif; box-shadow: 0 10px 24px rgba(3, 27, 94, .22); transition: background 180ms ease, transform 240ms cubic-bezier(.16, 1, .3, 1); }
.project-tag span { font-size: .56rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.project-tag small { height: 36px; position: absolute; inset: 0 auto auto 100%; display: flex; align-items: center; padding: 0 12px 0 10px; opacity: 0; color: var(--paper-light); background: var(--blue-dark); font-size: .48rem; font-weight: 700; letter-spacing: .12em; white-space: nowrap; transform: scaleX(0); transform-origin: left; transition: transform 300ms cubic-bezier(.16, 1, .3, 1), opacity 160ms ease; }
.project-card:is(:hover, :focus-visible) .project-tag { background: var(--blue-dark); transform: translateY(4px); }
.project-card:is(:hover, :focus-visible) .project-tag small { opacity: 1; transform: scaleX(1); }
.project-card:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@media (hover: none) {
  .project-tag small { opacity: 1; transform: scaleX(1); }
}

.unfurl-gallery { position: relative; height: 360vh; margin-top: 0; color: var(--paper-light); background: var(--blue); direction: ltr; }
.unfurl-sticky { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.unfurl-frame { --gallery-shade-opacity: 0; width: 100vw; height: 100svh; position: relative; overflow: hidden; isolation: isolate; border: 0; background: var(--blue); box-shadow: none; }
.unfurl-frame::before, .unfurl-frame::after { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; opacity: var(--gallery-shade-opacity); }
.unfurl-frame::before { box-shadow: inset 0 80px 130px -42px rgba(3,18,65,.82), inset 0 -100px 150px -48px rgba(3,18,65,.9); }
.unfurl-frame::after { box-shadow: inset 100px 0 118px -64px rgba(3,18,65,.86), inset -100px 0 118px -64px rgba(3,18,65,.86); }
.unfurl-copy { position: absolute; z-index: 6; inset: auto 7% 7.5% auto; max-width: min(31rem, 38vw); text-align: right; direction: rtl; text-shadow: 0 3px 22px rgba(0,0,0,.7); }
.unfurl-copy h2 { margin: 0; font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(3.3rem, 6.5vw, 6rem); line-height: .84; letter-spacing: -.03em; }
.unfurl-copy p { max-width: 30ch; margin: 20px 0 0; color: #dbe5ff; font-size: clamp(.98rem, 1.25vw, 1.18rem); line-height: 1.45; }
.unfurl-depth { position: absolute; inset: 0 auto 0 0; width: 62%; display: grid; place-items: center start; perspective: 1120px; overflow: hidden; }
.unfurl-matrix { width: 170vw; height: 148vh; margin-left: -52vw; display: flex; gap: clamp(12px, 1.5vw, 26px); align-items: center; justify-content: center; transform: rotateX(24deg) rotateY(39deg) rotateZ(-12deg) translateZ(-500px); transform-style: preserve-3d; transform-origin: center; will-change: transform; }
.unfurl-column { width: clamp(160px, 21vw, 360px); display: flex; flex: 0 0 auto; flex-direction: column; gap: clamp(12px, 1.5vw, 26px); will-change: transform; }
.unfurl-column figure { width: 100%; aspect-ratio: .76; margin: 0; overflow: hidden; background: #111a31; box-shadow: 0 12px 26px rgba(0,0,0,.22); }
.unfurl-column img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.16) brightness(.82); }
.unfurl-column:nth-child(even) img { object-position: 58% center; }
.unfurl-count { position: absolute; z-index: 7; inset: 7% 7% auto auto; color: #dbe5ff; font: 800 .6rem/1 "Rubik", sans-serif; letter-spacing: .22em; }
.unfurl-gallery.is-unfurled .unfurl-frame { width: 100vw; height: 100svh; }

.outcomes { position: relative; overflow: hidden; color: var(--ink); background: var(--paper); padding: clamp(100px, 10vw, 165px) 0 clamp(120px, 12vw, 190px); }
.outcomes-inner { min-height: 820px; display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 6vw, 96px); align-items: center; direction: rtl; }
.outcomes-copy { position: relative; z-index: 6; align-self: center; }
.outcomes-copy h2 { max-width: 7ch; margin: 0; color: var(--blue); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(4.4rem, 7.1vw, 6rem); line-height: .84; letter-spacing: -.03em; }
.outcomes-copy > p { max-width: 35ch; margin: 34px 0 0; color: #344b80; font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.5; }
.outcomes-copy ul { max-width: 520px; margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.outcomes-copy li { min-height: 72px; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.outcomes-copy li span { color: var(--blue); font-weight: 800; }
.outcomes-copy li small { color: var(--blue-soft); font: 800 .52rem/1.3 "Rubik", sans-serif; letter-spacing: .12em; direction: ltr; }
.outcomes-stage { min-width: 0; height: 790px; position: relative; direction: ltr; perspective: 1100px; }
.outcome-sheet { --tape-angle: -3deg; position: absolute; width: 61%; aspect-ratio: 16 / 10; margin: 0; overflow: visible; background: #07102b; border: 9px solid var(--paper-light); box-shadow: 0 24px 54px rgba(17, 39, 96, .18); transform: rotate(var(--sheet-angle)); transform-origin: center; will-change: transform, clip-path; }
.outcome-sheet::before { content: ""; position: absolute; z-index: 3; top: -25px; right: 9%; width: 34%; height: 42px; pointer-events: none; background: rgba(18, 70, 218, .92); clip-path: polygon(0 9%, 96% 0, 100% 86%, 3% 100%); transform: rotate(var(--tape-angle)); }
.outcome-sheet img { width: 100%; height: calc(100% - 38px); object-fit: cover; filter: saturate(.86) contrast(1.08); transition: transform 520ms cubic-bezier(.16, 1, .3, 1), filter 240ms ease; }
.outcome-sheet figcaption { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; color: var(--blue); background: var(--paper-light); font: 800 .5rem/1 "Rubik", sans-serif; letter-spacing: .14em; }
.outcome-sheet figcaption b { font-variant-numeric: tabular-nums; }
.outcome-sheet-a { --sheet-angle: -7deg; z-index: 1; top: 2%; left: 2%; }
.outcome-sheet-b { --sheet-angle: 5deg; --tape-angle: 4deg; z-index: 2; top: 12%; right: 0; }
.outcome-sheet-c { --sheet-angle: 4deg; --tape-angle: -5deg; z-index: 3; bottom: 5%; left: 0; }
.outcome-sheet-d { --sheet-angle: -5deg; --tape-angle: 3deg; z-index: 4; right: 3%; bottom: 0; }
.outcome-sheet-c img { object-position: 24% center; transform: scale(1.16); }
.outcome-sheet-d img { object-position: 72% center; transform: scale(1.16); }
.outcome-sheet:hover { z-index: 8; }
.outcome-sheet:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.04); }
.outcome-sheet-c:hover img, .outcome-sheet-d:hover img { transform: scale(1.2); }

.artist-cases { padding: 88px 0 118px; }
.artist-cases article { min-height: 610px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 100px); align-items: center; padding: 76px 0; border-bottom: 1px solid var(--line); }
.artist-cases article:nth-child(even) { grid-template-columns: 1.3fr .7fr; }
.artist-cases article:nth-child(even) .case-copy { order: 2; }
.case-copy > span { color: var(--blue-soft); font: 800 .58rem/1 "Rubik", sans-serif; letter-spacing: .2em; direction: ltr; }
.case-copy h2 { margin: 28px 0 0; color: var(--blue); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(3.3rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.03em; }
.case-copy p { margin: 28px 0 0; color: #4964ad; font: 700 .62rem/1.5 "Rubik", sans-serif; letter-spacing: .08em; direction: ltr; }
.case-images { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; height: 580px; direction: ltr; }
.case-images > div { overflow: hidden; }
.case-images img { width: 100%; height: 100%; object-fit: cover; }
.case-images-arba { grid-template-columns: 1fr .72fr; }

.brand-system { width: 100%; margin-inline: 0; overflow: visible; color: var(--paper-light); background: var(--blue); padding: clamp(70px, 8vw, 130px) 0; }
.brand-system > header, .system-list { width: var(--content); margin-inline: auto; }
.brand-system > header { display: grid; grid-template-columns: 70px 1fr .8fr; gap: 40px; align-items: end; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.54); }
.brand-system header > span { font: 800 .58rem/1 "Rubik", sans-serif; letter-spacing: .18em; direction: ltr; }
.brand-system h2, .contact h2 { margin: 0; font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(3.8rem, 6vw, 6rem); line-height: .85; letter-spacing: -.03em; }
.brand-system header p { max-width: 46ch; margin: 0; color: #dbe5ff; font-size: 1.08rem; }
.system-list { overflow: visible; }
.system-list article { min-height: clamp(170px, 12vw, 205px); position: relative; isolation: isolate; display: grid; grid-template-columns: 70px .9fr 1.1fr; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.4); outline: none; color: var(--paper-light); transition: color 180ms ease; }
.system-list article::before { content: ""; position: absolute; z-index: -1; inset-block: 0; inset-inline: calc((100vw - 100%) / -2); background: var(--paper-light); transform: scaleY(0); transform-origin: center; transition: transform 320ms cubic-bezier(.16, 1, .3, 1); }
.system-list article:is(:hover, :focus-visible) { z-index: 4; color: var(--blue); }
.system-list article:is(:hover, :focus-visible)::before { transform: scaleY(1); }
.system-list article:focus-visible { outline: 3px solid var(--paper-light); outline-offset: -3px; }
.system-number { font: 800 .72rem/1 "Rubik", sans-serif; }
.system-list h3 { max-width: 18ch; position: relative; z-index: 2; margin: 0; font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(1.85rem, 2.65vw, 3rem); line-height: .94; }
.system-list p { position: relative; z-index: 2; max-width: 48ch; margin: 0; color: #dce6ff; font: 500 clamp(.98rem, 1.15vw, 1.12rem)/1.55 "Assistant", sans-serif; letter-spacing: 0; direction: rtl; transition: color 180ms ease; }
.system-list article:is(:hover, :focus-visible) p { color: var(--blue-dark); }
.system-preview { --preview-angle: -7deg; position: absolute; z-index: 3; top: 50%; left: 23%; width: clamp(206px, 18.7vw, 296px); aspect-ratio: 16 / 10; overflow: visible; pointer-events: none; opacity: 0; background: var(--paper-light); border: 12px solid var(--paper-light); transform: translate(-50%, -42%) rotate(var(--preview-angle)) scale(.58); transform-origin: center; transition: opacity 120ms ease, transform 380ms cubic-bezier(.16, 1, .3, 1); }
.system-preview::before { content: ""; position: absolute; z-index: 2; top: -21px; right: 16%; width: 40%; height: 24px; background: rgba(214, 228, 255, .72); transform: rotate(6deg); }
.system-preview img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9) contrast(1.08); }
.system-list article:is(:hover, :focus-visible) .system-preview { opacity: 1; transform: translate(-50%, -58%) rotate(var(--preview-angle)) scale(1); }
.system-list article:nth-child(2) .system-preview { --preview-angle: 8deg; left: 29%; }
.system-list article:nth-child(3) .system-preview { --preview-angle: -4deg; left: 19%; }
.system-list article:nth-child(4) .system-preview { --preview-angle: 6deg; left: 31%; }

.contact { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 150px); padding: 160px 0; }
.contact-copy > span { color: var(--blue-soft); font: 800 .58rem/1 "Rubik", sans-serif; letter-spacing: .18em; direction: ltr; }
.contact h2 { max-width: 10ch; margin-top: 30px; color: var(--blue); }
.contact-copy p { max-width: 50ch; margin: 34px 0 0; color: #344b80; font-size: 1.12rem; }
.contact-form { display: grid; align-content: start; gap: 24px; padding-top: 44px; border-top: 1px solid var(--line); }
.contact-form-intro { margin-bottom: 12px; }
.contact-form-intro h3 { margin: 0; color: var(--blue); font-family: "Nesher", "Rubik", sans-serif; font-size: clamp(2.3rem, 3.4vw, 3.4rem); line-height: .9; letter-spacing: -.03em; }
.contact-form-intro p { max-width: 34ch; margin: 14px 0 0; color: #526a9f; font-size: 1rem; line-height: 1.45; }
.form-status { min-height: 24px; color: var(--blue-dark); font-weight: 800; }
.contact-form label { display: grid; grid-template-columns: 170px 1fr; align-items: end; gap: 20px; }
.contact-form label span { color: var(--blue); font-weight: 800; }
.contact-form input { min-height: 48px; border: 0; border-bottom: 1px solid var(--blue); padding: 8px 4px; color: var(--ink); background: transparent; outline: none; }
.contact-form input:focus { border-bottom-width: 3px; }
.contact-form label:focus-within span { color: var(--blue-dark); transform: translateX(-4px); }
.contact-form label span { transition: color 150ms ease, transform 150ms steps(3,end); }
.contact-form input[aria-invalid="true"] { border-color: #a61d3e; }
.contact-form input::placeholder { color: #5b6d9a; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form button { min-height: 62px; margin-top: 14px; border: 0; border-radius: 999px; color: white; background: var(--blue); font-weight: 800; cursor: pointer; transition: background 160ms ease, transform 160ms steps(3,end); }
.contact-form button:hover, .contact-form button:focus-visible { background: var(--blue-dark); transform: translateY(-3px); }
.contact-form button:disabled { opacity: .58; cursor: wait; transform: none; }
.contact-form small { color: #596d9e; text-align: center; }

.footer { min-height: 148px; display: grid; grid-template-columns: 170px 1fr auto 70px; gap: 28px; align-items: center; border-top: 1px solid var(--line); direction: ltr; }
.footer p, .footer > a:not(.footer-mark), .footer > span { color: var(--blue-soft); font: 800 .54rem/1.4 "Rubik", sans-serif; letter-spacing: .13em; }
.footer > a:not(.footer-mark) { border-bottom: 1px solid var(--blue-soft); }
.footer > span { justify-self: end; }

@media (max-width: 1100px) {
  .masthead { grid-template-columns: 140px 1fr 60px; }
  .wordmark-note { display: none; }
  .hero { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 44px; }
  .hero-photo { height: 659px; min-height: 659px; }
  .hero-copy h1 { font-size: clamp(4.15rem, 6vw, 6rem); }
  .about-inner { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 24px 52px; }
  .process li { padding-inline: 16px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(6, 220px); }
  .project-card:nth-child(1) { grid-column: 1 / -1; grid-row: 1 / 3; }
  .project-card:nth-child(2) { grid-column: 1; grid-row: 3; }
  .project-card:nth-child(3) { grid-column: 2; grid-row: 3; }
  .project-card:nth-child(4) { grid-column: 1; grid-row: 4; }
  .project-card:nth-child(5) { grid-column: 2; grid-row: 4; }
  .project-card:nth-child(6) { grid-column: 1 / -1; grid-row: 5 / 7; }
  .unfurl-gallery { height: 330vh; }
  .unfurl-copy { max-width: 22rem; }
  .unfurl-matrix { width: 180vw; margin-left: -58vw; }
  .outcomes-inner { min-height: 760px; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 36px; }
  .outcomes-stage { height: 690px; }
  .outcome-sheet { width: 66%; }
}

@media (min-width: 781px) and (max-height: 900px) {
  .masthead { min-height: 82px; }
  .hero { min-height: calc(100svh - 82px); padding-bottom: 18px; }
  .hero-photo { height: clamp(586px, calc(122svh - 151px), 744px); }
  .hero-copy h1 { font-size: clamp(4.09rem, 5.49vw, 5.43rem); }
  .hero-copy > p { margin-top: 24px; font-size: 1.32rem; }
  .pill-button { min-height: 66px; margin-top: 24px; }
}

@media (max-width: 780px) {
  :root { --content: min(91vw, 680px); }
  body { font-size: 16px; }
  .masthead { min-height: 94px; grid-template-columns: 1fr auto; grid-template-areas: "index brand" "note note"; }
  .masthead nav { display: none; }
  .wordmark-note { justify-self: end; }
  .page-index { justify-self: start; }
  .wordmark { font-size: 1.35rem; }
  .hero { min-height: calc(100svh - 94px); min-height: calc(100lvh - 94px); grid-template-columns: 1fr; grid-template-rows: auto auto auto 1fr auto; align-content: stretch; gap: 18px; padding: 12px 0 24px; padding-bottom: calc(24px + 100lvh - 100svh); }
  .hero-photo { width: 100%; height: clamp(190px, 52vw, 300px); min-height: 0; grid-row: 3; order: 3; }
  .hero-copy { display: contents; }
  .hero-copy h1 { max-width: none; grid-row: 1; order: 1; font-size: clamp(3rem, 10.8vw, 4rem); line-height: .9; }
  .hero-copy > p { max-width: 36ch; grid-row: 2; order: 2; margin: 0 0 2px auto; font-size: 1.08rem; }
  .pill-button { width: 100%; min-height: 60px; grid-row: 5; order: 4; margin: 0; align-self: end; }
  .note-branding { inset: 45% auto auto 12px; color: #dce7ff; }
  .note-identity { inset: 22px 14px auto auto; color: #dce7ff; }
  .note-feelings { inset: auto auto 88px 16px; }
  .about { padding-block: 78px 72px; }
  .about-inner { grid-template-columns: 1fr; grid-template-areas: "lead" "copy"; gap: 34px; }
  .about h2 { max-width: 9ch; font-size: clamp(3.8rem, 14vw, 5.3rem); }
  .about-copy { gap: 16px; }
  .about-copy p { font-size: 1rem; }
  .crop { display: none; }
  .process { margin-top: 42px; padding-top: 52px; }
  .process > header { min-height: 0; padding-bottom: 36px; }
  .process-proof { grid-template-columns: 1fr; gap: 24px; margin-bottom: 30px; padding-block: 24px; }
  .process-proof > p { font-size: 1rem; }
  .process-proof-stat { display: flex; align-items: baseline; gap: 12px; }
  .process-proof-stat strong { font-size: 4.5rem; }
  .projects > header { min-height: 110px; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 160px; grid-template-columns: 42px 62px 1fr; grid-template-rows: auto 1fr; padding: 24px 10px; border-inline: 0; border-top: 1px solid var(--line); }
  .process li:last-child { border-inline: 0; }
  .process h3 { grid-column: 3; align-self: center; }
  .process li p { grid-column: 3; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: clamp(230px, 64vw, 360px); }
  .project-card:nth-child(n) { grid-column: 1; grid-row: auto; }
  .project-card:nth-child(1), .project-card:nth-child(6) { min-height: clamp(300px, 82vw, 450px); }
  .project-tag small { opacity: 1; transform: scaleX(1); }
  .unfurl-gallery { height: 240vh; margin-top: 0; }
  .unfurl-frame { width: 100vw; height: 100svh; }
  .unfurl-copy { inset: auto 7% 7% 7%; max-width: 18rem; text-align: right; }
  .unfurl-copy h2 { font-size: clamp(3.15rem, 15vw, 4.85rem); }
  .unfurl-copy p { margin-top: 14px; font-size: .98rem; }
  .unfurl-depth { width: 100%; }
  .unfurl-matrix { width: 208vw; height: 138vh; margin-left: -48vw; gap: 12px; transform: rotateX(18deg) rotateY(28deg) rotateZ(-8deg) translateZ(-390px); }
  .unfurl-column { width: clamp(138px, 39vw, 205px); gap: 12px; }
  .unfurl-frame::before { box-shadow: inset 0 65px 96px -40px rgba(3,18,65,.82), inset 0 -88px 118px -48px rgba(3,18,65,.9); }
  .unfurl-frame::after { box-shadow: inset 50px 0 70px -52px rgba(3,18,65,.86), inset -50px 0 70px -52px rgba(3,18,65,.86); }
  .outcomes { padding-block: 92px 112px; }
  .outcomes-inner { min-height: 0; grid-template-columns: 1fr; gap: 66px; }
  .outcomes-copy h2 { max-width: 7ch; font-size: clamp(4.2rem, 17vw, 5.8rem); }
  .outcomes-copy > p { margin-top: 28px; }
  .outcomes-copy ul { margin-top: 42px; }
  .outcomes-copy li { min-height: 68px; }
  .outcomes-stage { width: 108%; height: clamp(520px, 138vw, 760px); margin-left: -4%; }
  .outcome-sheet { width: 70%; border-width: 6px; box-shadow: 0 18px 40px rgba(17,39,96,.16); }
  .outcome-sheet img { height: calc(100% - 32px); }
  .outcome-sheet figcaption { height: 32px; padding-inline: 9px; }
  .outcome-sheet-a { top: 1%; left: 0; }
  .outcome-sheet-b { top: 15%; right: 0; }
  .outcome-sheet-c { bottom: 9%; left: 1%; }
  .outcome-sheet-d { right: 0; bottom: 0; }
  .artist-cases { padding-block: 70px 100px; }
  .artist-cases article, .artist-cases article:nth-child(even) { min-height: 0; grid-template-columns: 1fr; padding: 80px 0; }
  .artist-cases article:nth-child(even) .case-copy { order: 0; }
  .case-images { height: 430px; }
  .brand-system { width: 100%; padding: 80px 0; }
  .brand-system > header { grid-template-columns: 1fr; gap: 26px; }
  .system-list article { grid-template-columns: 44px 1fr; padding-block: 24px; }
  .system-list p { grid-column: 2; }
  .system-preview { left: 17%; width: clamp(150px, 42.1vw, 200px); border-width: 9px; }
  .system-list article:nth-child(2) .system-preview { left: 22%; }
  .system-list article:nth-child(3) .system-preview { left: 14%; }
  .system-list article:nth-child(4) .system-preview { left: 24%; }
  .contact { grid-template-columns: 1fr; padding-block: 100px; }
  .contact-form label { grid-template-columns: 1fr; gap: 5px; }
  .footer { min-height: 190px; grid-template-columns: 1fr; padding-block: 40px; }
  .footer > span { justify-self: start; }
  .discovery-call { inset: auto 14px 14px auto; min-height: 56px; padding-right: 10px; padding-left: 16px; font-size: 1rem; }
}

@media (max-width: 480px) {
  .hero { gap: 14px; padding-top: 6px; }
  .hero-photo { width: 100%; height: clamp(243px, 70vw, 338px); min-height: 0; }
  .hero-copy h1 { font-size: clamp(2.65rem, 11.2vw, 3.25rem); line-height: .91; }
  .hero-copy > p { font-size: 1rem; line-height: 1.42; }
  .note { font-size: clamp(1.05rem, 5vw, 1.45rem); }
  .note-top { inset: 12px auto auto 12px; }
  .note-branding, .note-identity, .note-feelings { display: none; }
  .case-images { height: 360px; grid-template-columns: 1fr; }
  .case-images > div:last-child { display: none; }
  .outcomes-copy li { grid-template-columns: 1fr; gap: 5px; padding-block: 14px; }
  .outcomes-copy li small { justify-self: end; }
  .outcomes-stage { height: 560px; }
  .outcome-sheet { width: 76%; }
}

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