:root {
  --ink: #101217;
  --paper: #f4f5f7;
  --white: #ffffff;
  --blue: #194dff;
  --orange: #ff6b27;
  --muted: #626772;
  --line: rgba(16, 18, 23, 0.16);
  --max: 1540px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { color: var(--white); background: var(--blue); }
.skip-link { position: fixed; left: 1rem; top: -5rem; padding: .75rem 1rem; color: var(--white); background: var(--ink); z-index: 100; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px clamp(24px, 4vw, 72px); transition: background .35s ease, padding .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { padding-block: 12px; background: rgba(244,245,247,.88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1rem; font-weight: 760; letter-spacing: -.035em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
nav a { position: relative; text-decoration: none; font-size: .9rem; font-weight: 650; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; inset: auto 0 -6px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav > a:hover::after, nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 16px; color: var(--white); background: var(--ink); border-radius: 999px; padding: 13px 18px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue); }
.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: clamp(38px, 5vw, 90px); max-width: var(--max); margin: auto; padding: 138px clamp(24px, 6vw, 108px) 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; line-height: 1.4; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; }
.eyebrow span { width: 8px; height: 8px; background: var(--orange); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(4.7rem, 9vw, 9.2rem); line-height: .84; letter-spacing: -.08em; font-weight: 780; }
h1 em, .contact h2 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.lede { max-width: 610px; margin: 38px 0 30px; font-size: clamp(1.15rem, 1.6vw, 1.48rem); line-height: 1.5; letter-spacing: -.02em; }
.text-link { display: inline-flex; gap: 11px; border-bottom: 1px solid; padding-bottom: 7px; text-decoration: none; font-weight: 760; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, 4px); }
.hero-visual { position: relative; border-radius: 30px; overflow: hidden; isolation: isolate; box-shadow: 0 34px 90px rgba(10, 16, 35, .24); transform-style: preserve-3d; }
.hero-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.hero-visual img { width: 100%; aspect-ratio: 1.22; object-fit: cover; object-position: 58% center; transform: scale(1.015); }
.hero-badge { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: 150px; min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; color: var(--ink); background: var(--orange); border-radius: 18px; box-shadow: 0 18px 36px rgba(0,0,0,.24); }
.hero-badge strong { font-size: 1.8rem; letter-spacing: -.06em; }
.hero-badge span { max-width: 80px; font-size: .72rem; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-caption { position: absolute; margin: 0; left: 30px; bottom: 24px; color: rgba(255,255,255,.75); text-transform: uppercase; font-size: .68rem; letter-spacing: .14em; }
.section-pad { padding: clamp(92px, 10vw, 168px) clamp(24px, 6vw, 108px); }
.manifesto { max-width: var(--max); margin: auto; border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); gap: clamp(50px, 10vw, 180px); margin-top: 40px; align-items: end; }
.manifesto h2 { margin: 0; font-size: clamp(3rem, 6.3vw, 6.8rem); line-height: .98; letter-spacing: -.07em; }
.manifesto h2 span:first-child { color: var(--blue); }
.manifesto h2 span:last-child { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.manifesto-grid > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.services { color: var(--white); background: var(--ink); }
.section-head { max-width: var(--max); margin: 0 auto clamp(60px, 8vw, 110px); display: grid; grid-template-columns: 1.1fr .5fr; gap: 50px; align-items: end; }
.section-head h2, .work h2 { margin: 18px 0 0; font-size: clamp(3.7rem, 7.4vw, 8rem); line-height: .88; letter-spacing: -.07em; }
.section-head > p { margin: 0 0 8px; color: #acb0b8; line-height: 1.65; font-size: 1.05rem; max-width: 420px; }
.service-list { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.service { min-height: 520px; position: relative; display: flex; flex-direction: column; padding: clamp(28px, 3.6vw, 56px); border: 1px solid rgba(255,255,255,.17); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.service:hover { transform: translateY(-10px); box-shadow: 0 26px 70px rgba(0,0,0,.3); z-index: 2; }
.service-blue { color: var(--white); background: var(--blue); border-color: transparent; }
.service-orange { color: var(--ink); background: var(--orange); border-color: transparent; }
.service-number { font-size: .8rem; font-weight: 800; }
.service h3 { margin: auto 0 20px; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .9; letter-spacing: -.06em; }
.service p { max-width: 390px; margin: 0; line-height: 1.55; font-size: 1rem; }
.service ul { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 30px 0 0; }
.service li { border: 1px solid currentColor; border-radius: 999px; padding: 7px 11px; font-size: .72rem; font-weight: 700; }
.service-icon { position: absolute; right: 30px; top: 24px; opacity: .25; font-size: 6rem; line-height: 1; font-family: Georgia, serif; }
.work { max-width: var(--max); margin: auto; }
.work-head { margin-bottom: 70px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 5vw, 80px) clamp(20px, 3vw, 48px); }
.project { min-width: 0; }
.project-wide { grid-column: 1 / -1; }
.project-image, .project-placeholder { position: relative; overflow: hidden; background: #dfe2e8; }
.project-wide .project-image { aspect-ratio: 2.2; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover .project-image img { transform: scale(1.035); }
.project-index { position: absolute; left: 22px; top: 20px; display: grid; place-items: center; width: 56px; height: 56px; background: var(--paper); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.project-placeholder { aspect-ratio: 1.36; }
.project-blue .project-placeholder { display: grid; place-items: center; color: var(--white); background: var(--blue); }
.project-blue .project-placeholder > span { position: relative; z-index: 2; font-size: clamp(6rem, 15vw, 13rem); font-weight: 800; letter-spacing: -.13em; }
.project-blue .project-placeholder i { position: absolute; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; animation: orbit 12s linear infinite; }
.project-blue .project-placeholder i::after { content: ""; position: absolute; width: 16px; aspect-ratio: 1; background: var(--orange); left: 50%; top: -8px; }
.project-dark .project-placeholder { color: var(--white); background: var(--ink); }
.project-dev > span { position: absolute; left: 28px; top: 26px; font-size: .76rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.dev-orbit { position: absolute; width: 50%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; left: 25%; top: 12%; }
.dev-orbit::before, .dev-orbit::after, .dev-orbit i { content: ""; position: absolute; background: var(--orange); }
.dev-orbit::before { width: 38%; aspect-ratio: 1; border-radius: 50%; left: -15%; top: 31%; }
.dev-orbit::after { width: 25%; aspect-ratio: 1; right: -8%; top: 10%; background: var(--blue); }
.dev-orbit i { width: 17%; aspect-ratio: 1; left: 45%; bottom: -5%; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding-top: 20px; }
.project-meta p { margin: 0 0 7px; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.project-meta h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.1rem); letter-spacing: -.05em; }
.project-meta > span { color: var(--muted); font-size: .82rem; }
.process { color: var(--white); background: var(--blue); }
.process > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.process > h2 { margin-top: 24px; margin-bottom: clamp(70px, 9vw, 130px); font-size: clamp(4rem, 8.5vw, 9rem); line-height: .86; letter-spacing: -.075em; }
.process > h2 span { color: var(--ink); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.32); }
.process-steps article { min-height: 260px; padding: 24px 28px 0 0; border-right: 1px solid rgba(255,255,255,.32); }
.process-steps article + article { padding-left: 28px; }
.process-steps article:last-child { border: 0; }
.process-steps span { font-size: .75rem; font-weight: 800; }
.process-steps h3 { margin: 78px 0 14px; font-size: 1.25rem; letter-spacing: -.025em; }
.process-steps p { margin: 0; max-width: 260px; font-size: .9rem; line-height: 1.55; color: rgba(255,255,255,.75); }
.about { max-width: var(--max); margin: auto; }
.about-statement h2 { max-width: 1060px; margin: 22px 0 84px; font-size: clamp(3.8rem, 7.4vw, 8rem); line-height: .9; letter-spacing: -.07em; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 170px); align-items: start; }
.about-copy { padding-top: 20px; }
.about-copy p { margin: 0 0 24px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; letter-spacing: -.02em; }
.profile-card { display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: center; padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 18px 22px 0 var(--orange); }
.profile-mark { aspect-ratio: 1; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 50%; overflow: hidden; }
.profile-mark img { width: 75%; height: 75%; object-fit: contain; }
.profile-card p { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.profile-card h3 { margin: 0 0 16px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: .98; letter-spacing: -.05em; }
.profile-card span { color: var(--muted); font-size: .9rem; }
.contact { color: var(--white); background: var(--ink); }
.contact-grid { max-width: var(--max); margin: 34px auto 0; display: grid; grid-template-columns: 1.2fr .6fr; gap: 80px; align-items: end; }
.contact .section-kicker { max-width: var(--max); margin-left: auto; margin-right: auto; }
.contact h2 { margin: 0; font-size: clamp(4.3rem, 9.2vw, 10rem); line-height: .82; letter-spacing: -.08em; }
.contact-copy { padding-bottom: 10px; }
.contact-copy > p { color: #aeb2bb; max-width: 500px; margin: 0 0 38px; font-size: 1.05rem; line-height: 1.65; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 9px; }
.field > span { display: flex; justify-content: space-between; gap: 14px; color: #c9ccd2; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.field small { color: #737985; font: inherit; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 0; padding: 14px 0; color: var(--white); background: transparent; font: inherit; font-size: 1rem; line-height: 1.4; outline: none; transition: border-color .2s ease, background .2s ease; }
.field select { cursor: pointer; }
.field select option { color: var(--ink); background: var(--white); }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.035); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-actions { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; min-height: 58px; margin-top: 4px; }
.form-actions button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 190px; border: 0; border-radius: 999px; padding: 16px 20px; color: var(--ink); background: var(--orange); font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.form-actions button:hover { transform: translateY(-2px); }
.form-actions button:disabled { opacity: .58; cursor: wait; transform: none; }
.form-status { margin: 0; color: #c9ccd2; font-size: .88rem; line-height: 1.4; }
.form-status.is-success { color: #9ee6b1; }
.form-status.is-error { color: #ffb096; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 28px clamp(24px, 4vw, 72px); background: var(--ink); color: #959aa5; border-top: 1px solid rgba(255,255,255,.14); font-size: .76rem; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--white); }
.footer-brand img { padding: 3px; background: var(--white); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.22); }
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.22,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes orbit { to { transform: rotate(360deg); } }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 720px); justify-self: end; }
  .manifesto-grid, .section-head, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .manifesto-grid, .section-head { gap: 38px; }
  .service-list { grid-template-columns: 1fr; }
  .service { min-height: 400px; }
  .service h3 { margin-top: 120px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps article:nth-child(2) { border-right: 0; }
  .process-steps article { border-bottom: 1px solid rgba(255,255,255,.32); }
  .profile-card { max-width: 720px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:first-of-type { display: none; }
}
@media (max-width: 700px) {
  .site-header { padding: 14px 18px; }
  .brand > span { display: none; }
  .brand img { width: 38px; height: 38px; }
  nav { gap: 14px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 14px; }
  .nav-cta span:first-child { font-size: 0; }
  .nav-cta span:first-child::after { content: "Let’s talk"; font-size: .82rem; }
  .hero { min-height: auto; padding: 126px 20px 74px; gap: 56px; }
  h1 { font-size: clamp(4.35rem, 22vw, 7rem); }
  .lede { margin-top: 30px; }
  .hero-visual { border-radius: 20px; }
  .hero-badge { right: 12px; bottom: 12px; width: 118px; min-height: 96px; padding: 14px; border-radius: 14px; }
  .hero-caption { left: 18px; bottom: 16px; font-size: .6rem; }
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .manifesto h2 { font-size: clamp(2.8rem, 13vw, 4.7rem); }
  .section-head h2, .work h2, .about-statement h2 { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .service { padding: 26px; min-height: 390px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .project-image, .project-placeholder { aspect-ratio: 1.15; }
  .project-meta { align-items: start; flex-direction: column; gap: 10px; }
  .process > h2, .contact h2 { font-size: clamp(4rem, 18vw, 6.5rem); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article, .process-steps article + article { min-height: 220px; padding: 24px 0; border-right: 0; }
  .process-steps h3 { margin-top: 54px; }
  .profile-card { grid-template-columns: 96px 1fr; padding: 20px; gap: 20px; box-shadow: 10px 12px 0 var(--orange); }
  .form-row { grid-template-columns: 1fr; gap: 22px; }
  .form-actions { grid-template-columns: 1fr; }
  .form-actions button { width: 100%; }
  footer { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
