:root { --ink: #11100f; --paper: #f3eee5; --white: #fffdf8; --red: #e6282e; --red-surface: #ef3036; --red-on-light: #c51f26; --red-on-dark: #f04a4f; --line: rgba(17,16,15,.2); --display: "Unbounded", sans-serif; --body: "Manrope", sans-serif; --mono: "IBM Plex Mono", monospace; --gutter: clamp(1.2rem, 4vw, 4.5rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
::selection { background: var(--red-surface); color: var(--ink); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
header { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 var(--gutter); background: var(--ink); color: var(--white); }
.brand img, .footer-brand img { display: block; width: clamp(9rem, 15vw, 13.8rem); height: auto; }
header nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
header nav a:not(.header-cta) { padding: 1rem 0; color: rgba(255,253,248,.72); }
header nav a:hover { color: var(--ink); }
.header-cta { display: inline-flex; gap: 2rem; padding: 1rem 1.2rem; background: var(--red-surface); color: var(--ink); }
.hero { min-height: calc(100vh - 6rem); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: end; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 10rem) var(--gutter) clamp(4rem, 7vw, 7rem); border-bottom: 1px solid var(--line); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.04em; text-transform: uppercase; }
h1 { max-width: 11ch; font-size: clamp(3.6rem, 9.5vw, 9rem); line-height: .88; }
h1 em { color: var(--red-on-light); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.cta h2 em { color: var(--ink); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.hero-copy { align-self: end; }
.hero-copy > p { max-width: 31rem; margin: 0 0 3rem; font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.45; }
.hero-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); }
.hero-copy dl div { padding: 1rem .8rem 0 0; }
.hero-copy dt { margin-bottom: .55rem; color: var(--red-on-light); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.hero-copy dd { margin: 0; font-size: .88rem; }
.portfolio { padding: clamp(5rem, 9vw, 9rem) var(--gutter); }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-head h2, .process h2, .cta h2 { font-size: clamp(2.5rem, 6vw, 6rem); line-height: .94; }
.section-head p { max-width: 33rem; margin: 0; font-size: 1.05rem; line-height: 1.55; }
.identity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 3vw, 2.5rem); }
.case-card { min-width: 0; transition: transform .22s cubic-bezier(.2,.8,.2,1); }
.case-card > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border: 1px solid var(--line); background: #fff; object-fit: contain; }
.case-card > span { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0 .8rem; border-bottom: 1px solid var(--line); font-family: var(--mono); }
.case-card b { font-size: .72rem; font-weight: 500; }
.case-card small { color: rgba(17,16,15,.7); font-size: .7rem; text-align: right; }
.case-card p { max-width: 18ch; margin: 1rem 0 0; font-family: var(--display); font-size: clamp(1.5rem, 2.7vw, 2.75rem); font-weight: 700; line-height: 1.04; letter-spacing: -.035em; }
.case-card:hover { transform: translateY(-4px); }
.case-card:hover b { color: var(--red-on-light); }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) var(--gutter); background: var(--ink); color: var(--white); }
.process h2 { max-width: 9ch; }
.process ol { margin: 0; padding: 0; list-style: none; counter-reset: step; border-top: 1px solid rgba(255,255,255,.24); }
.process li { counter-increment: step; display: grid; grid-template-columns: 3rem minmax(10rem, .7fr) 1.3fr; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.process li::before { content: counter(step, decimal-leading-zero); color: var(--red-on-dark); font-family: var(--mono); font-size: .7rem; }
.process b { font-size: 1.05rem; }
.process p { max-width: 34rem; margin: 0; color: rgba(255,253,248,.72); line-height: 1.55; }
.cta { display: grid; grid-template-columns: 1.1fr .65fr auto; align-items: end; gap: clamp(2rem, 5vw, 5rem); padding: clamp(5rem, 9vw, 9rem) var(--gutter); background: var(--red-surface); }
.cta h2 { max-width: 10ch; }
.cta h2 em { color: var(--ink); }
.cta p { max-width: 32rem; margin: 0; line-height: 1.55; }
.cta > a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 1rem 1.25rem; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; transition: background .18s, color .18s; }
.cta > a:hover { background: var(--white); color: var(--ink); }
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 3rem var(--gutter); background: var(--ink); color: var(--white); }
footer p { justify-self: center; margin: 0; color: rgba(255,253,248,.68); font-family: var(--mono); font-size: .7rem; }
footer nav { display: flex; gap: 1.5rem; font-size: .7rem; }
footer nav a { color: rgba(255,253,248,.58); }
footer nav a:hover { color: var(--ink); }
@media (max-width: 900px) {
  header nav > a:not(.header-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 3rem; }
  .hero > * { min-width: 0; }
  .section-head, .process, .cta { grid-template-columns: 1fr; }
  .section-head { align-items: start; gap: 2rem; }
  .process h2, .cta h2 { max-width: 12ch; }
  .cta > a { width: min(100%, 24rem); }
  footer { grid-template-columns: 1fr; }
  footer p { justify-self: start; }
}
@media (max-width: 640px) {
  header { min-height: 4.8rem; }
  .brand img { width: 8.8rem; }
  .header-cta { gap: .8rem; padding: .85rem; font-size: .7rem; }
  .hero { padding-top: 4.5rem; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.75rem); }
  .hero-copy dl { grid-template-columns: 1fr; }
  .hero-copy dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .hero-copy dt { margin: 0; }
  .identity-grid { grid-template-columns: 1fr; gap: 3.75rem; }
  .case-card > span { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .case-card small { text-align: left; }
  .process li { grid-template-columns: 2rem 1fr; gap: .75rem; }
  .process li p { grid-column: 2; }
  footer nav { flex-direction: column; gap: .8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
