@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #111111;
  --paper: #f4f0e8;
  --orange: #ff4d00;
  --blue: #3562ff;
  --acid: #d8ff38;
  --line: rgba(17, 17, 17, .18);
  --white: #fffdf7;
  --display: 'Manrope', 'Arial Black', sans-serif;
  --body: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: white; }

.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  height: 92px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 4vw; border-bottom: 1px solid var(--line); position: absolute; top: 0; z-index: 15;
  width: 100%;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-transform: uppercase; line-height: .88; letter-spacing: -.04em; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: var(--acid);
  font: 800 15px var(--display); border-radius: 50% 50% 50% 8px; transform: rotate(-5deg);
}
.brand-name { font-family: var(--display); font-size: 14px; }
.desktop-nav { display: flex; gap: 2.4rem; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--orange); transition: width .3s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-cta {
  display: flex; align-items: center; gap: 22px; border: 1px solid var(--ink); padding: 12px 14px 12px 18px;
  border-radius: 99px; font-size: 13px; font-weight: 700; transition: background .25s, color .25s;
}
.nav-cta span { font-size: 19px; line-height: 1; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  min-height: 890px; height: 100vh; max-height: 1040px; padding: 136px 4vw 48px; display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: 4vw; align-items: center;
  position: relative; overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .38; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 7vw 7vw; mask-image: linear-gradient(to bottom, transparent, black 25%, transparent 95%);
}
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .13em; margin-bottom: 2.4vh; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,77,0,.13); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(255,77,0,0); } }
.hero-title { margin: 0; font: 800 clamp(64px, 7.8vw, 126px)/.78 var(--display); letter-spacing: -.085em; text-transform: uppercase; }
.hero-title .line { display: block; overflow: hidden; padding-right: .1em; padding-bottom: .07em; }
.hero-title .line > span { display: block; transform: translateY(115%); animation: titleIn .9s cubic-bezier(.16,1,.3,1) forwards; }
.hero-title .line:nth-child(2) > span { animation-delay: .08s; }
.hero-title .line:nth-child(3) > span { animation-delay: .16s; }
.hero-title .line:nth-child(4) > span { animation-delay: .24s; }
@keyframes titleIn { to { transform: translateY(0); } }
.hero-title .outline { color: transparent; -webkit-text-stroke: 2px var(--ink); letter-spacing: -.065em; }
.hero-title .accent-line { color: var(--orange); transform: translateX(7vw); }
.hero-bottom { display: flex; align-items: center; gap: 3vw; margin-top: 4.5vh; max-width: 690px; }
.hero-bottom p { margin: 0; max-width: 430px; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.5; }
.circle-cta {
  flex: 0 0 105px; height: 105px; border-radius: 50%; background: var(--acid); display: flex; align-items: center;
  justify-content: center; gap: 8px; font-size: 11px; text-transform: uppercase; font-weight: 800; transform: rotate(-8deg);
  transition: transform .3s, background .3s;
}
.circle-cta b { font-size: 22px; }
.circle-cta:hover { transform: rotate(0) scale(1.05); background: var(--orange); color: white; }

.hero-visual { height: min(68vh, 680px); display: grid; place-items: center; }
.visual-frame {
  width: 88%; height: 88%; background: var(--ink); color: white; border-radius: 80px 12px 80px 12px;
  position: relative; overflow: hidden; box-shadow: 26px 26px 0 var(--blue);
  transform: rotate(2deg); isolation: isolate;
}
.visual-frame::before {
  content: ""; position: absolute; inset: 0; opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 42px 42px;
}
.frame-top, .frame-bottom {
  position: absolute; z-index: 3; left: 28px; right: 28px; display: flex; justify-content: space-between;
  font-size: 9px; letter-spacing: .16em; font-weight: 700;
}
.frame-top { top: 25px; }
.frame-bottom { bottom: 25px; align-items: center; }
.signal { display: flex; align-items: flex-end; gap: 3px; height: 13px; }
.signal i { width: 4px; background: var(--acid); animation: signal .8s ease-in-out infinite alternate; }
.signal i:nth-child(1), .signal i:nth-child(5) { height: 4px; }
.signal i:nth-child(2), .signal i:nth-child(4) { height: 8px; animation-delay: .15s; }
.signal i:nth-child(3) { height: 13px; animation-delay: .3s; }
@keyframes signal { to { transform: scaleY(.5); } }
.orbital { position: absolute; width: 360px; height: 360px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; animation: orbit 14s linear infinite; }
.orbit::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--acid); position: absolute; top: 25px; left: 61px; box-shadow: 0 0 18px var(--acid); }
.orbit-two { inset: 55px; animation-direction: reverse; animation-duration: 9s; border-style: dashed; }
.orbit-two::before { background: var(--orange); top: 13px; left: 36px; box-shadow: 0 0 18px var(--orange); }
@keyframes orbit { to { transform: rotate(360deg); } }
.core {
  position: absolute; inset: 85px; background: var(--acid); color: var(--ink); border-radius: 48% 52% 42% 58% / 57% 37% 63% 43%;
  display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(-8deg); animation: morph 7s ease-in-out infinite;
}
.core span { font-size: 13px; letter-spacing: .25em; margin-left: .25em; }
.core b { font: 800 39px/.9 var(--display); letter-spacing: -.08em; }
@keyframes morph { 50% { border-radius: 57% 43% 56% 44% / 42% 59% 41% 58%; transform: rotate(8deg) scale(1.05); } }
.satellite {
  position: absolute; width: 48px; height: 48px; border-radius: 50%; background: var(--blue); display: grid; place-items: center;
  font: 800 10px var(--display); box-shadow: 0 0 0 6px rgba(53,98,255,.16);
}
.sat-one { top: 4px; left: 155px; }
.sat-two { bottom: 24px; right: 22px; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,77,0,.16); }
.sat-three { left: 17px; bottom: 72px; background: white; color: var(--ink); }
.metric-card {
  position: absolute; z-index: 4; padding: 14px 16px; background: var(--white); color: var(--ink);
  box-shadow: 8px 8px 0 var(--orange); transform: rotate(-5deg); min-width: 122px;
}
.metric-card span, .metric-card small { display: block; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.metric-card strong { display: block; font: 800 26px var(--display); letter-spacing: -.06em; margin: 4px 0; }
.metric-one { top: 18%; left: 4%; }
.metric-two { right: 4%; bottom: 18%; box-shadow: -8px 8px 0 var(--acid); transform: rotate(6deg); }
.sticker {
  width: 86px; height: 86px; border-radius: 50%; display: grid; place-items: center; text-align: center;
  position: absolute; z-index: 5; font: 800 12px/.95 var(--display); letter-spacing: -.03em;
}
.sticker-a { background: var(--orange); color: white; top: 1%; right: 2%; transform: rotate(14deg); animation: float 4s ease-in-out infinite; }
.sticker-b { background: var(--acid); bottom: 0; left: 0; transform: rotate(-12deg); animation: float 5s .5s ease-in-out infinite; }
@keyframes float { 50% { translate: 0 -12px; } }

.ticker { background: var(--orange); color: white; overflow: hidden; transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 4; }
.ticker-track { display: flex; width: max-content; padding: 16px 0; animation: ticker 22s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 34px; padding-right: 34px; font: 800 20px var(--display); text-transform: uppercase; white-space: nowrap; }
.ticker b { color: var(--acid); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 140px 5vw; }
.section-label { display: flex; align-items: center; gap: 14px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.section-label span { width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; letter-spacing: 0; }
.section-label.light { color: white; }
.section-label.light span { border-color: rgba(255,255,255,.45); }
.intro-heading, .work-title, .process-heading { margin-top: 45px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.intro-heading h2, .work-title h2, .process-heading h2, .results h2, .contact-copy h2 {
  margin: 0; font: 800 clamp(48px, 6.4vw, 102px)/.92 var(--display); letter-spacing: -.07em; text-transform: uppercase;
}
h2 em { color: transparent; -webkit-text-stroke: 1.5px currentColor; font-style: normal; }
.intro-heading p, .work-title p { width: 370px; margin: 0 0 7px; font-size: 17px; line-height: 1.55; }
.services { margin-top: 90px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card {
  grid-column: span 2; min-height: 520px; border: 1px solid var(--ink); padding: 26px; position: relative;
  display: flex; flex-direction: column; transition: transform .35s, background .35s, color .35s, box-shadow .35s;
}
.service-card:hover { background: var(--ink); color: white; transform: translateY(-12px); box-shadow: 12px 12px 0 var(--orange); }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-index { font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.service-icon { height: 130px; margin: 38px 0 25px; position: relative; display: grid; place-items: center; }
.service-card h3 { margin: 0; font: 700 26px/1.05 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.service-card p { line-height: 1.55; font-size: 14px; opacity: .78; }
.service-card ul { margin: auto 0 0; padding: 0; list-style: none; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.8; }
.service-card li::before { content: "→"; margin-right: 8px; color: var(--orange); }
.card-arrow { position: absolute; right: 25px; top: 23px; font-size: 23px; transition: transform .3s; }
.service-card:hover .card-arrow { transform: rotate(45deg); color: var(--acid); }
.icon-social { grid-template-columns: repeat(3, 44px); }
.icon-social i { width: 55px; height: 55px; border-radius: 50%; border: 2px solid; background: var(--paper); mix-blend-mode: difference; }
.icon-social i:first-child { background: var(--orange); }
.icon-social i:last-child { background: var(--blue); }
.icon-ads i:first-child { width: 108px; height: 108px; border: 16px solid var(--orange); border-radius: 50%; }
.icon-ads i:last-child { position: absolute; width: 80px; height: 16px; background: var(--blue); transform: rotate(-45deg); }
.icon-web { display: flex; flex-direction: column; gap: 8px; }
.icon-web i { width: 120px; height: 18px; border: 2px solid; transform: skewX(-22deg); }
.icon-web i:nth-child(2) { translate: 14px; background: var(--acid); }
.icon-brand { display: flex; }
.icon-brand i { width: 78px; height: 78px; display: grid; place-items: center; background: var(--orange); color: white; font: 800 42px var(--display); transform: rotate(-9deg); }
.icon-brand i:last-child { background: var(--blue); transform: translate(-7px, 12px) rotate(7deg); }
.icon-leads i { position: absolute; border-radius: 50%; border: 2px solid; }
.icon-leads i:first-child { width: 120px; height: 120px; }
.icon-leads i:nth-child(2) { width: 75px; height: 75px; background: var(--orange); }
.icon-leads i:last-child { width: 22px; height: 22px; background: var(--acid); }
.service-featured { background: var(--blue); color: white; border-color: var(--blue); }

.work-section { background: var(--ink); color: white; }
.work-inner { padding-top: 130px; padding-bottom: 150px; }
.work-title em { -webkit-text-stroke-color: white; }
.work-title p { color: rgba(255,255,255,.65); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 85px; }
.project-large { grid-row: span 2; }
.project-art { position: relative; overflow: hidden; min-height: 340px; border-radius: 2px; }
.project-large .project-art { min-height: 720px; }
.project-tag { position: absolute; left: 22px; top: 22px; z-index: 3; font-size: 9px; font-weight: 700; letter-spacing: .12em; color: white; }
.art-one { background: var(--blue); }
.art-one::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 58%, transparent 0 45px, rgba(255,255,255,.22) 46px 47px); }
.product-word { position: absolute; z-index: 2; left: 8%; bottom: 9%; font: 800 clamp(55px, 7vw, 110px)/.76 var(--display); letter-spacing: -.08em; }
.product-word b { color: var(--acid); }
.product-orb { width: 47%; aspect-ratio: 1; border-radius: 50%; background: var(--orange); position: absolute; right: 8%; top: 15%; box-shadow: inset -30px -25px 0 rgba(0,0,0,.12); }
.mini-stat { position: absolute; z-index: 3; right: 7%; bottom: 7%; background: var(--paper); color: var(--ink); padding: 15px 20px; transform: rotate(5deg); }
.mini-stat span { display: block; font-size: 8px; letter-spacing: .15em; }
.mini-stat strong { font: 800 33px var(--display); }
.art-two { background: #f37895; }
.story-stack i { position: absolute; width: 35%; height: 70%; border: 2px solid var(--ink); background: #ffd45a; top: 16%; left: 20%; transform: rotate(-9deg); }
.story-stack i:nth-child(2) { background: #79c8ff; transform: translateX(36%) rotate(5deg); }
.story-stack i:nth-child(3) { background: var(--paper); transform: translateX(72%) rotate(12deg); }
.vertical-copy { position: absolute; z-index: 2; right: 10%; top: 21%; color: var(--ink); font: 800 45px/.8 var(--display); letter-spacing: -.07em; writing-mode: vertical-rl; }
.sun { position: absolute; width: 90px; height: 90px; border-radius: 50%; background: var(--orange); left: 11%; bottom: 4%; }
.art-three { background: var(--acid); color: var(--ink); }
.kinetic-type { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; transform: rotate(-7deg) scale(1.15); }
.kinetic-type span { font: 800 clamp(55px, 7vw, 100px)/.7 var(--display); letter-spacing: -.09em; }
.kinetic-type span:nth-child(2) { color: transparent; -webkit-text-stroke: 2px var(--ink); translate: 16%; }
.kinetic-type span:nth-child(3) { translate: 32%; }
.energy-dot { position: absolute; width: 70px; height: 70px; border-radius: 50%; background: var(--blue); right: 9%; top: 13%; box-shadow: 0 0 0 15px rgba(53,98,255,.18); }
.project-meta { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.project-meta h3 { margin: 0; font: 700 18px var(--display); }
.project-meta span { color: rgba(255,255,255,.5); font-size: 12px; text-align: right; }

.process-heading a { border-bottom: 1px solid; padding-bottom: 8px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.process-heading a span { color: var(--orange); margin-left: 20px; font-size: 18px; }
.process-list { margin-top: 85px; border-top: 1px solid var(--ink); }
.process-row {
  display: grid; grid-template-columns: .5fr 1.2fr 2fr .7fr; gap: 25px; align-items: center;
  padding: 38px 10px; border-bottom: 1px solid var(--ink); transition: background .3s, padding .3s;
}
.process-row:hover { background: var(--acid); padding-left: 28px; padding-right: 28px; }
.step-num { font-size: 11px; font-weight: 700; }
.process-row h3 { font: 700 clamp(29px, 3vw, 46px) var(--display); text-transform: uppercase; margin: 0; letter-spacing: -.05em; }
.process-row p { max-width: 530px; margin: 0; line-height: 1.5; }
.step-chip { justify-self: end; border: 1px solid; padding: 8px 12px; border-radius: 99px; font-size: 9px; letter-spacing: .12em; font-weight: 700; }

.results { display: grid; grid-template-columns: 1fr 1.35fr; padding: 130px 5vw; background: var(--orange); color: white; gap: 8vw; }
.micro-label { display: block; font-size: 10px; letter-spacing: .15em; font-weight: 700; margin-bottom: 28px; }
.results h2 { font-size: clamp(52px, 6.2vw, 96px); }
.results h2 em { -webkit-text-stroke-color: white; }
.results-copy p { max-width: 480px; line-height: 1.6; color: rgba(255,255,255,.8); margin-top: 35px; }
.results-numbers { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.55); }
.stat { display: grid; grid-template-columns: auto .3fr 1fr; gap: 8px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.55); }
.stat strong { font: 800 clamp(65px, 7vw, 115px)/1 var(--display); letter-spacing: -.08em; }
.stat b { font: 700 35px var(--display); align-self: start; padding-top: 12px; }
.stat span { justify-self: end; text-align: right; text-transform: uppercase; font-size: 10px; line-height: 1.5; letter-spacing: .1em; }

.contact-section { background: var(--ink); color: white; overflow: hidden; }
.contact-marquee { background: var(--acid); color: var(--ink); transform: rotate(2deg) scale(1.02); }
.contact-marquee div { display: flex; align-items: center; justify-content: space-around; white-space: nowrap; padding: 13px; }
.contact-marquee span { font: 800 clamp(22px, 3.4vw, 52px) var(--display); letter-spacing: -.05em; }
.contact-marquee b { color: var(--orange); font-size: 25px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; padding-top: 150px; padding-bottom: 120px; }
.contact-copy h2 { margin-top: 55px; font-size: clamp(52px, 6.2vw, 98px); }
.contact-copy h2 em { -webkit-text-stroke-color: white; }
.contact-copy > p { max-width: 550px; line-height: 1.6; color: rgba(255,255,255,.63); margin: 35px 0; font-size: 17px; }
.phone-link { display: inline-flex; flex-direction: column; margin-top: 25px; border-left: 3px solid var(--orange); padding-left: 18px; }
.phone-link small { text-transform: uppercase; font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.phone-link strong { font: 700 24px var(--display); margin-top: 6px; }
.contact-form { border-top: 1px solid rgba(255,255,255,.25); }
.contact-form label { display: block; border-bottom: 1px solid rgba(255,255,255,.25); padding: 24px 0 16px; }
.contact-form label > span { display: block; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.5); margin-bottom: 12px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; background: transparent; border: 0; outline: none; color: white; font-size: 16px; resize: none; padding: 0;
}
.contact-form select { cursor: pointer; }
.contact-form select option { color: var(--ink); }
.contact-form ::placeholder { color: rgba(255,255,255,.75); }
.form-submit {
  border: 0; margin-top: 28px; width: 100%; background: var(--orange); color: white; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; cursor: pointer; transition: background .3s, color .3s;
}
.form-submit span { font-size: 24px; }
.form-submit:hover { background: var(--acid); color: var(--ink); }
.form-note { font-size: 10px; color: rgba(255,255,255,.4); line-height: 1.5; }

footer { background: var(--ink); color: white; padding: 50px 5vw 30px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 30px; }
.footer-brand .brand-mark { background: var(--acid); color: var(--ink); }
footer > p { text-align: center; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: 12px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); margin-top: 35px; padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.whatsapp-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 18; display: flex; align-items: center; gap: 10px;
  background: #25d366; color: #071f10; border-radius: 99px; padding: 9px 11px 9px 17px; font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 12px 35px rgba(0,0,0,.25); transition: transform .3s;
}
.whatsapp-float:hover { transform: translateY(-5px) rotate(-2deg); }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.cursor-dot, .cursor-ring { display: none; }

@media (hover: hover) and (pointer: fine) {
  body, a, button, select { cursor: none; }
  .cursor-dot, .cursor-ring { display: block; position: fixed; pointer-events: none; z-index: 100; border-radius: 50%; transform: translate(-50%, -50%); }
  .cursor-dot { width: 7px; height: 7px; background: var(--orange); }
  .cursor-ring { width: 42px; height: 42px; border: 1px solid var(--ink); transition: width .25s, height .25s, background .25s, border-color .25s; mix-blend-mode: difference; }
  .cursor-ring span { opacity: 0; color: white; font-size: 8px; font-weight: 800; position: absolute; inset: 0; display: grid; place-items: center; }
  .cursor-ring.active { width: 70px; height: 70px; background: white; border-color: white; }
  .cursor-ring.active span { opacity: 1; color: black; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr .72fr; min-height: 790px; }
  .hero-title { font-size: clamp(60px, 8.3vw, 90px); }
  .orbital { transform: translate(-50%, -50%) scale(.8); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4) { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .service-card:last-child .service-icon { position: absolute; right: 9%; top: 25%; width: 220px; }
  .service-card:last-child p, .service-card:last-child ul { max-width: 55%; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; font-size: 13px; }
  .brand-name { font-size: 12px; }
  .nav-cta { display: none; }
  .menu-toggle { display: flex; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; flex-direction: column; justify-content: center; align-items: center; gap: 6px; z-index: 20; }
  .menu-toggle span { width: 18px; height: 1px; background: var(--ink); transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu {
    display: flex; position: fixed; inset: 0; z-index: 14; background: var(--acid); flex-direction: column;
    justify-content: center; padding: 80px 8vw 30px; transform: translateY(-100%); transition: transform .6s cubic-bezier(.16,1,.3,1);
  }
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { font: 800 11vw/1.15 var(--display); text-transform: uppercase; letter-spacing: -.07em; border-bottom: 1px solid rgba(0,0,0,.2); }
  .mobile-menu a:last-child { font-size: 20px; margin-top: 40px; border: 0; color: var(--orange); letter-spacing: -.03em; }
  .hero { height: auto; min-height: 0; max-height: none; display: block; padding: 120px 20px 75px; }
  .hero-title { font-size: clamp(54px, 16vw, 79px); line-height: .8; }
  .hero-title .outline { -webkit-text-stroke-width: 1.3px; }
  .hero-title .accent-line { transform: translateX(3vw); }
  .eyebrow { margin-bottom: 28px; font-size: 9px; }
  .hero-bottom { margin-top: 35px; gap: 20px; align-items: flex-end; }
  .hero-bottom p { font-size: 15px; }
  .circle-cta { flex-basis: 82px; height: 82px; font-size: 9px; }
  .hero-visual { height: 520px; margin-top: 60px; }
  .visual-frame { width: 90%; height: 90%; border-radius: 50px 10px 50px 10px; box-shadow: 15px 15px 0 var(--blue); }
  .orbital { transform: translate(-50%, -50%) scale(.78); }
  .sticker { width: 68px; height: 68px; font-size: 10px; }
  .metric-card { padding: 10px 12px; min-width: 100px; }
  .metric-card strong { font-size: 21px; }
  .ticker { transform: rotate(-1.2deg); }
  .ticker-track { padding: 12px 0; }
  .ticker span { font-size: 15px; gap: 25px; padding-right: 25px; }
  .section { padding: 95px 20px; }
  .intro-heading, .work-title, .process-heading { display: block; margin-top: 35px; }
  .intro-heading h2, .work-title h2, .process-heading h2, .results h2, .contact-copy h2 { font-size: 13vw; }
  .intro-heading p, .work-title p { width: auto; font-size: 15px; margin-top: 25px; }
  .services { grid-template-columns: 1fr; margin-top: 55px; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 480px; }
  .service-card:last-child .service-icon { position: relative; right: auto; top: auto; width: auto; }
  .service-card:last-child p, .service-card:last-child ul { max-width: none; }
  .work-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .project-large .project-art { min-height: 560px; }
  .project-art { min-height: 370px; }
  .project-meta { display: block; }
  .project-meta span { display: block; text-align: left; margin-top: 7px; }
  .process-heading a { display: inline-block; margin-top: 28px; }
  .process-list { margin-top: 55px; }
  .process-row { grid-template-columns: 38px 1fr auto; gap: 12px; padding: 28px 0; }
  .process-row p { grid-column: 2 / -1; font-size: 14px; }
  .process-row:hover { padding-left: 10px; padding-right: 10px; }
  .step-chip { font-size: 7px; padding: 6px 8px; }
  .results { grid-template-columns: 1fr; padding: 95px 20px; gap: 60px; }
  .stat strong { font-size: 22vw; }
  .contact-marquee div { width: max-content; gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; gap: 80px; padding-top: 110px; }
  .contact-copy h2 { margin-top: 40px; }
  footer { grid-template-columns: 1fr; padding: 45px 20px 25px; }
  footer > p { text-align: left; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .wa-label { display: none; }
  .whatsapp-float { padding: 9px; right: 15px; bottom: 15px; }
}

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