:root {
  --ink: #07152b;
  --paper: #f1f6ff;
  --acid: #8edfff;
  --violet: #1456e8;
  --muted: #61738c;
  --line: rgba(7,21,43,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.nav-wrap { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1rem 3vw; border-bottom: 1px solid var(--line); background: rgba(241,246,255,.9); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; color: var(--acid); background: var(--ink); border-radius: 50%; font-size: .7rem; letter-spacing: -.04em; }
nav { display: flex; gap: 2rem; font-size: .9rem; }
nav a, .text-link { position: relative; }
nav a::after, .text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.25rem; height: 1px; background: currentColor; transition: right .25s ease; }
nav a:hover::after, .text-link:hover::after { right: 0; }
.nav-cta { justify-self: end; padding: .75rem 1rem; color: white; background: var(--ink); border-radius: 999px; font-size: .85rem; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--violet); transform: translateY(-2px); }
main { overflow: hidden; }
.hero { min-height: 88vh; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 4vw; padding: 7vw 5vw 5vw; }
.eyebrow, .section-kicker { margin: 0 0 2rem; text-transform: uppercase; font: 600 .76rem Manrope, sans-serif; letter-spacing: .15em; }
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: .55rem; height: .55rem; background: var(--violet); border-radius: 50%; box-shadow: 0 0 0 .3rem rgba(100,72,255,.12); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 12ch; font-size: clamp(3.8rem, 7.5vw, 8rem); line-height: .92; }
em { color: var(--violet); font-style: normal; }
.hero-intro { max-width: 37rem; margin: 2.2rem 0; color: #314866; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; }
.button { display: inline-flex; gap: 2rem; align-items: center; padding: 1rem 1.25rem; border-radius: 999px; font-weight: 500; transition: transform .2s ease, background .2s ease; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--violet); transform: translateY(-2px); }
.text-link { font-size: .92rem; }
.hero-art { position: relative; aspect-ratio: 1; max-width: 38rem; justify-self: center; width: 100%; background: var(--violet) url("urban-revolut-hero-blue.png") center/cover no-repeat; border-radius: 50%; overflow: hidden; box-shadow: 1.5rem 1.5rem 0 var(--acid); }
.hero-art::before { background: rgba(16,16,15,.08); }
.hero-art::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.hero-art::after { content: ""; position: absolute; width: 20%; height: 20%; top: 7%; right: 17%; background: var(--acid); border-radius: 50%; animation: drift 6s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { inset: 20% -25%; }
.orbit-two { inset: -25% 20%; }
.art-core { position: absolute; inset: 35%; z-index: 2; display: grid; place-items: center; align-content: center; color: var(--acid); background: var(--ink); border-radius: 50%; }
.art-core span { font: 700 clamp(2rem,4vw,4rem) Manrope, sans-serif; letter-spacing: -.08em; }
.art-core small { font-size: .65rem; letter-spacing: .05em; }
.art-label { position: absolute; z-index: 3; padding: .55rem .75rem; background: var(--paper); font: 600 .64rem Manrope, sans-serif; letter-spacing: .1em; }
.label-a { top: 20%; left: 2%; }.label-b { right: 2%; top: 48%; }.label-c { bottom: 12%; left: 18%; }
@keyframes drift { 50% { transform: translate(-1rem, 1rem); } }
.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 5vw 4vw; }
.proof-strip div { min-height: 8rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem 1.25rem 1.1rem 0; border-top: 1px solid var(--ink); }
.proof-strip strong { color: var(--violet); font: 500 clamp(2rem,3.4vw,4rem)/1 Manrope,sans-serif; letter-spacing: -.06em; }
.proof-strip span { max-width: 13rem; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.statement { padding: 9vw 10vw; background: var(--ink); color: white; }
.statement p { margin: 0 0 1.5rem; color: var(--acid); font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; }
.statement h2 { max-width: 24ch; font-size: clamp(2.4rem, 5vw, 5.6rem); line-height: 1.06; }
.services { padding: 9vw 5vw; }
.section-head { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 4rem; }
.section-head h2 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; }
.service-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-card { min-height: 34rem; display: flex; flex-direction: column; justify-content: space-between; gap: 4rem; padding: 2rem; border-left: 1px solid var(--ink); }
.service-card:last-child { border-right: 1px solid var(--ink); }
.accent-card { background: var(--acid); }
.service-number { font: 600 .78rem Manrope, sans-serif; }
.service-card h3 { margin-bottom: 1.25rem; font-size: clamp(1.75rem, 2.5vw, 2.8rem); line-height: 1.02; }
.service-card p { color: #38506f; line-height: 1.55; }
.service-card ul { margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(16,16,15,.25); }
.service-card li { padding: .7rem 0; border-bottom: 1px solid rgba(16,16,15,.18); font-size: .86rem; }
.work { padding: 3vw 5vw 9vw; }
.project-showcase { border-top: 1px solid var(--ink); }
.project-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 42rem; border: 1px solid var(--ink); border-top: 0; }
.project-feature.reverse .project-visual { order: 2; }
.project-feature .project-copy { max-width: none; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; }
.project-feature .project-copy .project-topline { margin-bottom: auto; }
.project-feature .project-copy h3 { max-width: 14ch; font-size: clamp(2.2rem,3.4vw,4.2rem); line-height: .98; }
.project-feature .project-copy > p:not(.project-type) { max-width: 34rem; margin: 1.5rem 0 2rem; line-height: 1.55; opacity: .78; }
.project-feature .project-type { margin-top: 4rem; }
.project-visual { position: relative; min-height: 40rem; overflow: hidden; border-right: 1px solid currentColor; }
.project-feature.reverse .project-visual { border-right: 0; border-left: 1px solid currentColor; }
.visual-index { position: absolute; top: 1.5rem; left: 1.5rem; z-index: 4; font: 600 .75rem Manrope,sans-serif; letter-spacing: .1em; }
.media-visual { background: #cdefff; }
.media-card { position: absolute; width: 55%; min-height: 29%; display: flex; flex-direction: column; justify-content: space-between; padding: 1.3rem; color: white; background: var(--violet); border: 1px solid var(--ink); box-shadow: .75rem .75rem 0 rgba(7,21,43,.18); transition: transform .35s ease; }
.media-card small { font: 600 .65rem Manrope,sans-serif; letter-spacing: .12em; }
.media-card strong { font: 500 clamp(2rem,4vw,4.5rem)/.9 Manrope,sans-serif; letter-spacing: -.07em; }
.media-card > span:not(.waveform,.play-mark) { font-size: .75rem; }
.media-article { top: 12%; left: 9%; transform: rotate(-4deg); }
.media-podcast { top: 35%; right: 8%; background: var(--ink); transform: rotate(4deg); }
.media-video { bottom: 7%; left: 14%; background: #4285ff; transform: rotate(-2deg); }
.media-visual:hover .media-article { transform: translate(-.8rem,-.5rem) rotate(-6deg); }
.media-visual:hover .media-podcast { transform: translate(.8rem,-.4rem) rotate(6deg); }
.waveform { height: 2.2rem; background: repeating-linear-gradient(90deg,var(--acid) 0 3px,transparent 3px 9px); mask-image: linear-gradient(0deg,transparent 0,#000 30%,#000 70%,transparent 100%); }
.play-mark { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 1rem; }
.visual-stat { position: absolute; right: 4%; bottom: 3%; z-index: 3; display: flex; align-items: end; gap: .7rem; color: var(--ink); }
.visual-stat strong { font: 500 4rem/.8 Manrope,sans-serif; letter-spacing: -.08em; }
.visual-stat span { font-size: .7rem; line-height: 1.15; text-transform: uppercase; }
.route-visual { padding: 10%; background: var(--acid); }
.route-title { margin-top: 10%; font: 500 clamp(3rem,6vw,7rem)/.85 Manrope,sans-serif; letter-spacing: -.08em; }
.route-track { position: relative; display: flex; justify-content: space-between; margin: 8rem 0 1rem; }
.route-track::before { content:""; position:absolute; top:50%; left:0; right:0; height:2px; background:var(--ink); }
.route-track i { position:relative; width:1.25rem; height:1.25rem; background:var(--ink); border:5px solid var(--acid); box-shadow:0 0 0 1px var(--ink); border-radius:50%; }
.route-labels { display:flex; justify-content:space-between; font:600 .65rem Manrope,sans-serif; letter-spacing:.1em; }
.market-stamp { position:absolute; right:8%; top:8%; width:7rem; height:7rem; display:grid; place-items:center; align-content:center; color:white; background:var(--violet); border-radius:50%; font:500 2.5rem/.8 Manrope,sans-serif; transform:rotate(8deg); }
.market-stamp small { font-size:.55rem; letter-spacing:.12em; }
.video-visual { min-height: 0; aspect-ratio: 16/10; background: #020a16; }
.video-visual iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.narrative-visual { display:grid; place-items:center; align-content:center; gap:1.5rem; padding:10%; background:var(--paper); }
.narrative-word { font:500 clamp(3.5rem,7vw,8rem)/.8 Manrope,sans-serif; letter-spacing:-.08em; }
.word-a { color:transparent; -webkit-text-stroke:1px var(--ink); filter:blur(1.5px); }
.word-b { color:var(--violet); }
.narrative-arrow { font-size:2.5rem; transform:rotate(90deg); }
.message-bars { width:100%; display:grid; gap:.4rem; }
.message-bars i { height:.45rem; background:var(--ink); }
.message-bars i:nth-child(2){width:82%}.message-bars i:nth-child(3){width:61%}.message-bars i:nth-child(4){width:37%}
.narrative-visual p { justify-self:start; margin:1rem 0 0; font:600 .7rem/1.4 Manrope,sans-serif; letter-spacing:.12em; }
.project-card { min-height: 34rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.6rem; }
.project-violet { color: white; background: var(--violet); }
.project-acid { background: var(--acid); }
.project-ink { color: white; background: var(--ink); }
.project-paper { background: var(--paper); }
.project-topline { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid currentColor; font: 600 .72rem Manrope, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.project-copy { max-width: 38rem; }
.project-type { margin: 0 0 1rem; font: 600 .76rem Manrope, sans-serif; letter-spacing: .11em; text-transform: uppercase; opacity: .72; }
.project-card h3 { max-width: 18ch; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1; }
.project-card .project-copy > p:not(.project-type) { max-width: 35rem; margin: 1.5rem 0 2rem; line-height: 1.55; opacity: .78; }
.project-tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.project-tags span { padding: .55rem .75rem; border: 1px solid currentColor; border-radius: 999px; font-size: .76rem; }
.work-note { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; text-align: right; }
.project-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.5rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .86rem; font-weight: 600; }
.all-projects-link { display: flex; justify-content: space-between; align-items: center; margin-top: 2.5rem; padding: 1.1rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font: 600 1rem Manrope, sans-serif; }
.projects-hero { padding: 8vw 5vw 7vw; }
.projects-hero h1 { max-width: none; font-size: clamp(4rem, 8vw, 8rem); }
.projects-hero > p:last-child { max-width: 48rem; margin: 2.5rem 0 0 auto; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.back-link { display: inline-flex; gap: .65rem; margin-bottom: 5rem; font-size: .86rem; }
.project-index { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 5vw 5vw; }
.project-index a { padding: 1.25rem 1rem 1.25rem 0; border-top: 1px solid var(--ink); font-size: .86rem; line-height: 1.35; }
.project-index span { display: block; margin-bottom: 1.5rem; color: var(--violet); font: 600 .72rem Manrope, sans-serif; }
.case-study { display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; padding: 7vw 5vw; scroll-margin-top: 4rem; }
.case-violet { color: white; background: var(--violet); }
.case-acid { background: var(--acid); }
.case-ink { color: white; background: var(--ink); }
.case-paper { background: var(--paper); border-bottom: 1px solid var(--ink); }
.case-number { font: 600 clamp(4rem, 9vw, 9rem) Manrope, sans-serif; line-height: .8; letter-spacing: -.07em; opacity: .2; }
.case-heading h2 { max-width: 15ch; font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .94; }
.case-lead { max-width: 44rem; margin: 2rem 0 5rem; font-size: clamp(1.1rem, 1.8vw, 1.5rem); line-height: 1.45; opacity: .82; }
.case-video { grid-column: 2; width: 100%; aspect-ratio: 16 / 9; margin-bottom: 3rem; overflow: hidden; border: 1px solid currentColor; background: #020a16; }
.case-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.case-body { grid-column: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; padding-top: 2.5rem; border-top: 1px solid currentColor; }
.case-narrative h3 { margin-bottom: 1.25rem; font-size: 1.6rem; letter-spacing: -.03em; }
.case-narrative p { max-width: 42rem; line-height: 1.65; opacity: .82; }
.case-facts { margin: 0; }
.case-facts div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid currentColor; }
.case-facts dt { font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; opacity: .65; }
.case-facts dd { margin: 0; font-size: .9rem; }
.case-tags { grid-column: 2; display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 3rem; }
.case-tags span { padding: .55rem .8rem; border: 1px solid currentColor; border-radius: 999px; font-size: .76rem; }
.case-visual { grid-column:2; width:100%; margin-bottom:3rem; }
.case-media-visual { position:relative; min-height:34rem; padding:3rem; color:var(--ink); background:var(--acid); overflow:hidden; }
.case-output { display:flex; align-items:end; gap:1rem; }
.case-output strong { font:500 clamp(6rem,14vw,14rem)/.72 Manrope,sans-serif; letter-spacing:-.1em; }
.case-output span { margin-bottom:.5rem; font:600 .75rem/1.35 Manrope,sans-serif; letter-spacing:.1em; }
.format-stack { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:6rem; }
.format-stack span { padding:.8rem 1rem; color:white; background:var(--violet); font:600 .72rem Manrope,sans-serif; letter-spacing:.1em; }
.case-media-visual > p { position:absolute; right:3rem; bottom:2rem; margin:0; font-size:.75rem; letter-spacing:.06em; }
.case-route-visual { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--ink); }
.case-route-visual div { min-height:25rem; display:flex; flex-direction:column; justify-content:space-between; padding:2rem; border-right:1px solid var(--ink); }
.case-route-visual div:last-child { border-right:0; }
.case-route-visual span,.case-route-visual small { font-size:.72rem; letter-spacing:.08em; }
.case-route-visual strong { font:500 clamp(1.8rem,3vw,3.5rem)/.9 Manrope,sans-serif; letter-spacing:-.06em; }
.case-narrative-visual { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:center; gap:2rem; padding:4rem; color:var(--ink); background:var(--acid); }
.case-narrative-visual div { min-height:14rem; display:flex; flex-direction:column; justify-content:space-between; }
.case-narrative-visual small { font-size:.68rem; letter-spacing:.1em; }
.case-narrative-visual strong { font:500 clamp(2rem,3.5vw,4rem)/.88 Manrope,sans-serif; letter-spacing:-.07em; }
.case-narrative-visual > span { font-size:2.5rem; }
.projects-contact { padding: 9vw 10vw; background: var(--acid); }
.projects-contact h2 { font-size: clamp(3.5rem, 8vw, 8rem); line-height: .9; }
.projects-contact h2 em { color: var(--ink); }
.projects-contact > a { display: inline-flex; gap: 3rem; margin-top: 3.5rem; padding-bottom: .35rem; border-bottom: 2px solid var(--ink); font: 500 clamp(1.1rem, 2vw, 1.7rem) Manrope, sans-serif; }
.approach { padding: 9vw 5vw; background: var(--violet); color: white; }
.section-head.light .section-kicker { color: var(--acid); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.5); }
.steps article { padding: 2rem 1.5rem 2rem 0; }
.steps span { color: var(--acid); font: 600 .75rem Manrope, sans-serif; }
.steps h3 { margin: 4rem 0 1rem; font-size: 1.5rem; }
.steps p { max-width: 15rem; color: rgba(255,255,255,.76); line-height: 1.5; }
.fit { padding: 9vw 10vw; }
.fit h2 { max-width: 21ch; font-size: clamp(2.8rem, 6vw, 6.4rem); line-height: 1; }
.fit-tags { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 4rem; }
.fit-tags span { padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .9rem; }
.contact { padding: 8vw 10vw; background: var(--acid); }
.contact h2 { font-size: clamp(4rem, 9vw, 9rem); line-height: .86; }
.contact h2 em { color: var(--ink); }
.contact > a { display: inline-flex; gap: 3rem; margin-top: 4rem; padding-bottom: .4rem; border-bottom: 2px solid var(--ink); font: 500 clamp(1.1rem, 2vw, 1.7rem) Manrope, sans-serif; }
.contact-meta { display: flex; justify-content: space-between; margin-top: 7rem; padding-top: 1rem; border-top: 1px solid var(--ink); font-size: .85rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 3vw; background: var(--ink); color: white; font-size: .78rem; }
.footer-brand .brand-mark { color: var(--ink); background: var(--acid); }
@media (max-width: 900px) {
  .nav-wrap { grid-template-columns: 1fr auto; } nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 6rem; }
  .hero-art { width: min(82vw, 34rem); margin: 3rem auto 1rem; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid, .project-grid { grid-template-columns: 1fr; }
  .project-feature { grid-template-columns:1fr; }
  .project-feature.reverse .project-visual { order:0; }
  .project-visual,.project-feature.reverse .project-visual { border:0; border-bottom:1px solid currentColor; }
  .case-route-visual { grid-template-columns:1fr; }
  .case-route-visual div { min-height:12rem; border-right:0; border-bottom:1px solid var(--ink); }
  .case-route-visual div:last-child { border-bottom:0; }
  .case-narrative-visual { grid-template-columns:1fr; }
  .case-narrative-visual > span { transform:rotate(90deg); justify-self:start; }
  .project-index { grid-template-columns: 1fr 1fr; }
  .case-study { grid-template-columns: 1fr; }
  .case-number { margin-bottom: 2rem; }
  .case-visual, .case-body, .case-tags { grid-column: 1; }
  .service-card { min-height: 27rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .nav-wrap { padding: .8rem 1rem; } .nav-cta { padding: .65rem .8rem; }
  .brand > span:last-child { display: none; }
  .hero { min-height: auto; padding: 5rem 1.25rem 4rem; }
  h1 { font-size: 3.7rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { box-shadow: .8rem .8rem 0 var(--acid); }
  .proof-strip { grid-template-columns:1fr 1fr; padding:0 1.25rem 3rem; }
  .proof-strip div { min-height:7rem; }
  .statement, .services, .work, .approach, .fit, .contact { padding: 5rem 1.25rem; }
  .projects-hero, .projects-contact { padding: 5rem 1.25rem; }
  .project-index { grid-template-columns: 1fr; padding: 0 1.25rem 3rem; }
  .case-study { padding: 5rem 1.25rem; }
  .case-body { grid-template-columns: 1fr; gap: 3rem; }
  .case-lead { margin-bottom: 3rem; }
  .service-card { padding: 1.5rem; }
  .project-card { min-height: 29rem; padding: 1.25rem; }
  .project-feature { min-height:0; }
  .project-feature .project-copy { padding:1.5rem; }
  .project-visual { min-height:29rem; }
  .media-card { width:68%; }
  .route-visual { min-height:31rem; }
  .route-track { margin-top:6rem; }
  .case-media-visual { min-height:28rem; padding:1.5rem; }
  .case-media-visual > p { left:1.5rem; right:1.5rem; bottom:1.5rem; }
  .case-narrative-visual { padding:2rem; }
  .steps { grid-template-columns: 1fr; }
  .steps h3 { margin-top: 2rem; }
  .contact-meta, footer { align-items: flex-start; flex-direction: column; }
  footer > p:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
