:root {
  --black: #080808;
  --white: #f7f7f3;
  --paper: #efefeb;
  --red: #ff302c;
  --blue: #115cff;
  --violet: #6b2cff;
  --cyan: #1dc9d4;
  --pink: #f64ca8;
  --orange: #ff8a45;
  --line: rgba(8, 8, 8, .22);
  --display: "Archivo Black", Arial Black, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: var(--body); font-size: 1rem; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .045; 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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
figure { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-label, .kicker { margin: 0; font-size: .75rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.site-header { height: 86px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 30; background: var(--paper); }
.brand { width: 158px; height: 58px; display: grid; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: .9rem; }
.site-nav > a:not(.nav-cta) { padding: 9px 0; border-bottom: 1px solid transparent; }
.site-nav > a:not(.nav-cta):hover { border-color: var(--black); }
.nav-cta { display: inline-flex; gap: 28px; align-items: center; padding: 13px 17px; color: white; background: var(--black); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); position: relative; overflow: hidden; }
.hero-copy { padding: clamp(48px, 7vw, 110px) clamp(20px, 5vw, 80px) 56px clamp(20px, 4vw, 64px); display: flex; flex-direction: column; justify-content: space-between; }
.hero h1 { margin: 40px 0 54px; max-width: 900px; font-family: var(--display); font-size: clamp(4rem, 7.7vw, 8.7rem); font-weight: 400; line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { display: inline-block; color: transparent; -webkit-text-stroke: 2px var(--black); }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.hero-bottom p { max-width: 530px; margin: 0; font-size: clamp(1rem, 1.3vw, 1.18rem); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 15px 18px; border: 0; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--black); color: white; min-width: 225px; }
.hero-image { position: relative; min-height: 690px; overflow: hidden; background: var(--blue); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.42)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-image:hover img { transform: scale(1.025); }
.hero-image figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; color: white; font-size: .72rem; font-weight: 600; letter-spacing: .1em; }
.hero-stamp { position: absolute; z-index: 3; left: calc(52.5% - 74px); top: 47%; width: 148px; height: 148px; border-radius: 50%; background: conic-gradient(from 210deg, var(--blue), var(--violet), var(--pink), var(--orange), #ffd750, var(--cyan), var(--blue)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; transform: rotate(-8deg); font-family: var(--display); font-size: .62rem; letter-spacing: .08em; box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.hero-stamp i { width: 5px; height: 5px; border-radius: 50%; background: var(--black); }

.statement { padding: clamp(88px, 11vw, 165px) clamp(20px, 6.5vw, 104px); display: grid; grid-template-columns: .27fr 1fr; gap: 28px; background: var(--black); color: white; }
.statement h2, .work-heading h2, .services h2, .method h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 6vw, 7rem); font-weight: 400; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.statement h2 span { color: var(--red); }
.statement-copy { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 110px); color: rgba(255,255,255,.68); }
.statement-copy p { margin: 0; max-width: 520px; }

.work { padding: clamp(82px, 10vw, 145px) clamp(20px, 4vw, 64px); }
.work-heading { display: grid; grid-template-columns: .3fr 1fr .45fr; gap: 24px; align-items: start; margin-bottom: 70px; }
.work-heading > p:last-child { margin: 10px 0 0; max-width: 280px; }
.work-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.project { min-width: 0; }
.project-tall { grid-row: span 2; }
.project figure { overflow: hidden; background: #bbb; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s; }
.project:hover img { transform: scale(1.025); }
.project-tall figure { height: min(880px, 72vw); }
.project-wide figure { aspect-ratio: 3 / 2; }
.project > div { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 16px 0 26px; border-bottom: 1px solid var(--line); }
.project h3 { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 2.2rem); text-transform: uppercase; letter-spacing: -.04em; }
.project p { margin: 3px 0 0; color: rgba(8,8,8,.6); }
.project span { grid-row: 1 / span 2; grid-column: 2; color: var(--red); font-weight: 600; }
.project-accent > div { margin-top: -1px; padding-left: 18px; padding-right: 18px; background: linear-gradient(100deg, var(--violet), var(--pink), var(--orange)); color: white; border-bottom: 0; }
.project-accent p { color: rgba(255,255,255,.8); }
.project-accent span { color: white; }

.services { padding: clamp(88px, 11vw, 160px) clamp(20px, 6.5vw, 104px); background: white; }
.services-head { display: grid; grid-template-columns: .27fr 1fr; margin-bottom: 70px; }
.service-list { border-top: 1px solid var(--black); }
.service-list article { display: grid; grid-template-columns: .18fr .9fr 1.1fr .72fr; gap: 26px; min-height: 170px; padding: 33px 0; align-items: start; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-list article:hover { background: var(--paper); padding-left: 18px; padding-right: 18px; }
.service-list article > span { color: var(--red); font-size: .8rem; font-weight: 600; }
.service-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.8rem); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.service-list p { margin: 0; max-width: 500px; color: rgba(8,8,8,.7); }
.service-list small { justify-self: end; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; line-height: 1.65; }

.method { padding: clamp(88px, 11vw, 160px) clamp(20px, 6.5vw, 104px); background: linear-gradient(135deg, #3f24ff 0%, #118cff 38%, #27d2cc 73%, #d6f45a 100%); display: grid; grid-template-columns: 1fr .8fr; gap: clamp(45px, 9vw, 150px); }
.method-title { position: sticky; top: 35px; align-self: start; }
.method-title .section-label { margin-bottom: 34px; }
.method ol { list-style: none; margin: 0; padding: 0; }
.method li { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 27px 0; border-top: 1px solid rgba(8,8,8,.42); }
.method li:last-child { border-bottom: 1px solid rgba(8,8,8,.42); }
.method li > span { font-size: .75rem; font-weight: 600; }
.method h3 { margin: 0 0 6px; font-family: var(--display); font-size: 2rem; text-transform: uppercase; letter-spacing: -.04em; }
.method li p { margin: 0; max-width: 520px; }

.signature { min-height: 720px; background: var(--black); color: white; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; padding: 110px clamp(20px, 6.5vw, 104px) 70px; gap: clamp(40px, 8vw, 120px); align-items: center; }
.signature-track { position: absolute; top: 0; left: 0; right: 0; height: 62px; background: var(--red); display: flex; align-items: center; gap: 40px; overflow: hidden; white-space: nowrap; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; }
.signature-track span { flex: 0 0 auto; }
.signature figure { height: 520px; overflow: hidden; transform: rotate(-2deg); }
.signature figure img { width: 100%; height: 100%; object-fit: cover; }
.signature-note span { display: block; margin-bottom: 24px; color: var(--red); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.signature-note strong { display: block; font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }

.contact { padding: clamp(88px, 11vw, 160px) clamp(20px, 6.5vw, 104px); background: #090909; color: white; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(55px, 9vw, 140px); }
.contact-copy h2 { margin-top: 34px; }
.contact-copy h2 span { color: transparent; -webkit-text-stroke: 1.5px white; }
.contact-copy > p:nth-of-type(2) { max-width: 560px; margin: 36px 0 24px; color: rgba(255,255,255,.67); }
.contact-copy > a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--red); }
.project-form { align-self: center; background: var(--white); color: var(--black); padding: clamp(26px, 4vw, 52px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-form label { display: grid; gap: 8px; margin-bottom: 22px; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(8,8,8,.34); border-radius: 0; padding: 13px 0; background: transparent; color: var(--black); outline: none; font-size: 1rem; text-transform: none; letter-spacing: 0; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--blue); box-shadow: 0 1px var(--blue); }
.project-form textarea { resize: vertical; }
.form-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 32px; }
.form-footer p { max-width: 275px; margin: 0; color: rgba(8,8,8,.55); font-size: .75rem; }
.button-light { min-width: 220px; color: white; background: var(--black); }
.form-status { min-height: 1.5em; margin: 16px 0 0; color: #b01522; font-size: .88rem; }

footer { padding: 48px clamp(20px, 4vw, 64px); background: var(--black); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; border-top: 1px solid rgba(255,255,255,.18); align-items: end; }
.footer-brand { width: min(300px, 60vw); }
.footer-brand img { width: 100%; height: auto; }
footer > p { justify-self: end; margin: 0; text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; }
footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.54); font-size: .78rem; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .86fr; }
  .hero-bottom { grid-template-columns: 1fr; align-items: start; }
  .hero-stamp { left: calc(54% - 62px); width: 124px; height: 124px; }
  .work-heading { grid-template-columns: .3fr 1fr; }
  .work-heading > p:last-child { grid-column: 2; }
  .service-list article { grid-template-columns: .12fr .9fr 1.1fr; }
  .service-list small { grid-column: 2 / -1; justify-self: start; }
  .method, .contact { grid-template-columns: 1fr; }
  .method-title { position: static; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .brand { width: 138px; height: 50px; }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle > span:not(.sr-only) { width: 25px; height: 2px; background: var(--black); }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 22px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .nav-cta { justify-content: space-between; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-top: 52px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6.4rem); margin: 42px 0 60px; }
  .hero-image { min-height: 660px; }
  .hero-stamp { left: auto; right: 18px; top: calc(680px - 60px); }
  .statement { grid-template-columns: 1fr; }
  .statement .section-label { margin-bottom: 28px; }
  .statement-copy { grid-template-columns: 1fr; margin-top: 45px; }
  .work-heading { grid-template-columns: 1fr; }
  .work-heading > p:last-child { grid-column: auto; }
  .work-grid { grid-template-columns: 1fr; }
  .project-tall { grid-row: auto; }
  .project-tall figure { height: 660px; }
  .services-head { grid-template-columns: 1fr; gap: 28px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 14px; }
  .service-list article > p, .service-list article > small { grid-column: 2; }
  .signature { grid-template-columns: 1fr; padding-top: 100px; }
  .signature figure { height: 440px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { flex-direction: column; align-items: stretch; }
  footer { grid-template-columns: 1fr; }
  footer > p { justify-self: start; }
  footer > div { grid-column: 1; }
}

@media (max-width: 430px) {
  .hero-copy { min-height: 620px; }
  .hero-stamp { top: calc(620px - 55px); width: 110px; height: 110px; }
  .hero-image { min-height: 560px; }
  .project-tall figure { height: 540px; }
  .project > div { padding-bottom: 20px; }
  .signature figure { height: 350px; }
}

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