:root {
  --ink: #111111;
  --paper: #f4f3ef;
  --white: #ffffff;
  --acid: #c8ff1a;
  --pink: #f02f87;
  --line: rgba(17,17,17,.2);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 20px 3vw; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: baseline; gap: 13px; }
.brand-name { font-size: clamp(1.55rem,2vw,2rem); letter-spacing: -.08em; font-weight: 500; }
.brand-dot { color: var(--pink); }
.brand-role { font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 2.25rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
nav a { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { background: var(--ink); color: var(--white); padding: 14px 18px; }
.menu-button { display: none; border: 0; background: none; font: inherit; }
.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 43% 57%; position: relative; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(44px,7vw,105px) 3vw 48px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 30px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(4.5rem,8vw,9.2rem); line-height: .79; letter-spacing: -.075em; font-weight: 500; margin: auto 0 45px; }
h1 em { font-family: var(--serif); font-weight: 400; }
.hero-intro { width: min(34rem,92%); font-size: clamp(1.05rem,1.35vw,1.35rem); line-height: 1.45; margin-bottom: 48px; }
.hero-actions { margin-top: auto; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: .9rem; }
.text-link span { margin-left: 36px; }
.availability { font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; }
.availability i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--acid); border: 1px solid var(--ink); margin-right: 7px; }
.hero-image { margin: 0; position: relative; min-height: 600px; overflow: hidden; }
.hero-image img { transition: transform 1.2s cubic-bezier(.2,.75,.25,1); }
.hero-image:hover img { transform: scale(1.02); }
.hero-image figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px; display: flex; justify-content: space-between; color: white; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; background: linear-gradient(transparent,rgba(0,0,0,.6)); }
.statement { padding: 12vw 12vw 10vw; }
.statement p { margin: 0; max-width: 1200px; font-family: var(--serif); font-size: clamp(2.6rem,5.4vw,6.5rem); line-height: 1.02; letter-spacing: -.04em; }
.work { background: var(--ink); color: var(--white); padding: 9vw 3vw; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 8vw; }
.section-head .eyebrow { margin-bottom: 9px; }
.section-head h2, .service-intro h2 { font-family: var(--serif); font-size: clamp(3rem,5.5vw,6.5rem); line-height: .94; font-weight: 400; letter-spacing: -.04em; margin: 0; }
.work-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 8vw 1.5vw; align-items: start; }
.project { margin: 0; }
.project-wide { grid-column: span 7; }
.project-portrait { grid-column: span 4; }
.project:nth-child(1) { grid-column: 1 / 8; }
.project:nth-child(2) { grid-column: 9 / 13; margin-top: 14vw; }
.project:nth-child(3) { grid-column: 2 / 6; }
.project:nth-child(4) { grid-column: 7 / 13; margin-top: 8vw; }
.project:nth-child(5) { grid-column: 1 / 5; }
.project:nth-child(6) { grid-column: 6 / 13; margin-top: 9vw; }
.project:nth-child(7) { grid-column: 2 / 9; }
.project:nth-child(8) { grid-column: 9 / 13; margin-top: 12vw; }
.project:nth-child(9) { grid-column: 1 / 5; }
.project:nth-child(10) { grid-column: 6 / 13; margin-top: 8vw; }
.project:nth-child(11) { grid-column: 1 / 8; }
.project:nth-child(12) { grid-column: 9 / 13; margin-top: 12vw; }
.project:nth-child(13) { grid-column: 1 / 8; }
.project:nth-child(14) { grid-column: 9 / 13; margin-top: 13vw; }
.project:nth-child(15) { grid-column: 2 / 9; }
.project:nth-child(16) { grid-column: 7 / 13; margin-top: 9vw; }
.project:nth-child(17) { grid-column: 1 / 8; }
.project:nth-child(18) { grid-column: 9 / 13; margin-top: 12vw; }
.image-wrap { overflow: hidden; background: #282828; aspect-ratio: 4/3; }
.project-open { border: 0; padding: 0; width: 100%; display: block; color: inherit; cursor: zoom-in; }
.project-open:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.project-portrait .image-wrap { aspect-ratio: 3/4; }
.image-wrap img { transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .5s; }
.project:hover img { transform: scale(1.025); filter: saturate(1.06); }
.project-meta { display: grid; grid-template-columns: 1fr auto; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.35); margin-top: 12px; }
.project-meta h3 { font-size: 1rem; font-weight: 500; margin: 0; }
.project-meta p { grid-column: 1; color: #aaa; font-size: .77rem; margin: 5px 0 0; }
.project-meta span { grid-column: 2; grid-row: 1/3; font-size: .7rem; color: #aaa; }
.services { display: grid; grid-template-columns: 45% 55%; padding: 11vw 3vw; border-bottom: 1px solid var(--line); }
.service-intro { padding-right: 5vw; position: sticky; top: 140px; align-self: start; }
.service-list { list-style: none; padding: 0; margin: 0; }
.service-list li { display: grid; grid-template-columns: 46px 1fr 1.2fr; gap: 16px; border-top: 1px solid var(--ink); padding: 23px 0 42px; }
.service-list span { font-size: .7rem; }
.service-list h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.service-list p { line-height: 1.5; max-width: 26rem; }
.about { display: grid; grid-template-columns: 47% 53%; min-height: 800px; border-bottom: 1px solid var(--line); }
.about-image { overflow: hidden; min-height: 700px; }
.about-copy { padding: 9vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { font-family: var(--serif); font-size: clamp(3rem,5vw,6rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; margin-bottom: 55px; }
.about-copy > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.62; max-width: 38rem; }
.credits { display: flex; gap: 34px; margin-top: 38px; border-top: 1px solid var(--line); padding-top: 18px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.client-strip { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; padding: 45px 3vw; background: var(--white); font-family: var(--serif); font-size: clamp(1.3rem,2vw,2.2rem); font-style: italic; }
.contact { padding: 11vw 3vw 7vw; background: var(--acid); }
.contact h2 { font-size: clamp(5rem,12vw,13rem); line-height: .77; letter-spacing: -.08em; font-weight: 500; margin: 4vw 0 7vw; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; border-top: 2px solid var(--ink); padding-top: 32px; }
.contact-copy > p { max-width: 29rem; font-family: var(--serif); font-size: clamp(1.45rem,2.25vw,2.4rem); line-height: 1.12; }
.contact-email { display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); padding: 18px 0 10px; font-size: clamp(1rem,1.45vw,1.35rem); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 30px; }
.contact-form label { display: grid; gap: 9px; font-size: .875rem; }
.contact-form label > span { letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 11px 0; background: transparent; color: var(--ink); font: 1rem/1.4 var(--sans); }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(17,17,17,.55); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-bottom-width: 2px; }
.form-full { grid-column: 1 / -1; }
.form-trap { position: absolute; left: -9999px; width: 1px!important; height: 1px; opacity: 0; pointer-events: none; }
.form-actions { display: flex; align-items: center; gap: 24px; }
.form-actions button { min-width: 190px; border: 0; padding: 17px 20px; display: flex; justify-content: space-between; gap: 24px; background: var(--ink); color: var(--white); font: .875rem var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.form-actions button:disabled { opacity: .6; cursor: wait; }
.form-status { margin: 0; font-size: .9rem; line-height: 1.4; }
.form-status a { text-decoration: underline; }
.contact-note { margin-top: 52px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
footer { display: flex; justify-content: space-between; padding: 25px 3vw; background: var(--ink); color: white; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
footer p { margin: 0; }
footer div { display: flex; gap: 24px; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; border: 0; margin: 0; padding: 54px clamp(24px,6vw,90px) 28px; background: rgba(8,8,8,.97); color: white; }
.lightbox::backdrop { background: rgba(0,0,0,.9); }
.lightbox[open] { display: grid; grid-template-columns: 50px 1fr 50px; align-items: center; }
.lightbox figure { margin: 0; height: calc(100vh - 95px); display: grid; grid-template-rows: 1fr auto; min-height: 0; }
.lightbox img { object-fit: contain; min-height: 0; }
.lightbox figcaption { display: flex; justify-content: space-between; padding-top: 14px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox figcaption strong { font-weight: 500; }
.lightbox figcaption span { color: #aaa; }
.lightbox-close, .lightbox-arrow { border: 0; background: none; color: white; cursor: pointer; font: inherit; }
.lightbox-close { position: absolute; right: 24px; top: 20px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.lightbox-arrow { font-size: 1.6rem; padding: 18px; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition: none!important; } }
@media (max-width: 850px) {
  .site-header { min-height: 74px; padding: 16px 20px; }
  .brand-role { display: none; }
  .menu-button { display: block; color: var(--ink); -webkit-text-fill-color: var(--ink); text-transform: uppercase; font-size: .76rem; letter-spacing: .1em; }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 25px 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 22px; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 75px 20px 40px; }
  .hero-image { min-height: 72vh; }
  h1 { font-size: clamp(4.5rem,20vw,7rem); }
  .statement { padding: 110px 20px; }
  .section-head { display: block; margin-bottom: 85px; }
  .section-head .eyebrow { margin-bottom: 30px; }
  .work { padding: 90px 20px; }
  .work-grid { display: block; }
  .project, .project:nth-child(n) { width: auto; margin: 0 0 80px; }
  .project-portrait { width: 78%; margin-left: auto!important; }
  .project:nth-child(3) { margin-left: 0!important; }
  .project:nth-child(5), .project:nth-child(9) { margin-left: 0!important; }
  .services { display: block; padding: 100px 20px; }
  .service-intro { position: static; margin-bottom: 80px; }
  .service-list li { grid-template-columns: 36px 1fr; }
  .service-list p { grid-column: 2; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 70vh; }
  .about-copy { padding: 100px 20px; }
  .credits { flex-direction: column; gap: 10px; }
  .contact { padding: 100px 20px 70px; }
  .contact h2 { font-size: clamp(4.3rem,18vw,8rem); margin: 70px 0 100px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-email { font-size: 1.05rem; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .form-full { grid-column: 1; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  footer { padding: 25px 20px; flex-direction: column; gap: 20px; }
  .lightbox { padding: 58px 16px 20px; }
  .lightbox[open] { grid-template-columns: 38px 1fr 38px; }
  .lightbox figure { height: calc(100vh - 90px); }
  .lightbox figcaption { flex-direction: column; gap: 5px; }
  .lightbox-arrow { padding: 8px; }
}
