@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #141412;
  --paper: #f3f0e9;
  --muted: #79776f;
  --line: rgba(20, 20, 18, .18);
  --orange: #ff5b2d;
  --yellow: #e8f55b;
  --night: #171815;
  --mono: 'DM Mono', 'Courier New', monospace;
  --display: 'Space Grotesk', 'Trebuchet MS', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.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; }
.site-shell { overflow: hidden; }

.site-header { height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 600; letter-spacing: -.06em; }
.brand b { color: var(--orange); font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-rows: 1fr 1fr; color: var(--paper); background: var(--ink); line-height: 1; font-family: var(--mono); font-size: 9px; text-align: center; overflow: hidden; }
.brand-mark span:first-child { padding-top: 6px; border-bottom: 1px solid rgba(243,240,233,.35); }
.brand-mark span:last-child { padding-top: 5px; color: var(--yellow); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 500; }
.main-nav a, .mobile-menu a { transition: color .2s ease; }
.main-nav a:hover, .mobile-menu a:hover { color: var(--orange); }
.menu-toggle { display: none; background: none; border: 0; width: 36px; height: 36px; padding: 9px 2px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 30px; height: 1px; background: var(--ink); margin: 6px 0; }
.mobile-menu { display: none; }

.section-pad { padding-left: 10vw; padding-right: 10vw; }
.hero { min-height: 675px; padding-top: 82px; padding-bottom: 84px; display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; position: relative; }
.hero-copy { position: relative; z-index: 1; padding-top: 28px; }
.eyebrow { margin: 0 0 28px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; line-height: 1.5; }
.status-dot { width: 7px; height: 7px; background: var(--orange); display: inline-block; border-radius: 50%; margin-right: 8px; box-shadow: 0 0 0 4px rgba(255,91,45,.12); }
h1, h2 { margin: 0; font-size: clamp(72px, 10vw, 154px); line-height: .82; letter-spacing: -.1em; font-weight: 600; }
h1 em, h2 em { font-style: normal; color: var(--orange); }
.hero-intro { max-width: 310px; margin: 46px 0 0 5px; font-size: 15px; line-height: 1.5; letter-spacing: -.02em; }
.circle-link { margin: 55px 0 0 2px; width: 123px; height: 123px; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 26px; font-size: 12px; line-height: 1.25; transition: background .3s ease, color .3s ease, transform .3s ease; }
.circle-link:hover { background: var(--orange); color: var(--paper); border-color: var(--orange); transform: rotate(-8deg); }
.circle-link .arrow { font-size: 19px; margin-top: 8px; }
.hero-visual { position: relative; min-height: 490px; margin: -10px 0 0 5vw; }
.hero-image-wrap { width: min(31vw, 445px); min-width: 295px; height: 450px; margin: 30px auto 0; position: relative; overflow: hidden; background: var(--ink); transform: rotate(4deg); box-shadow: 19px 22px 0 var(--yellow); }
.hero-image-wrap:after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,91,45,.12), transparent 48%, rgba(0,0,0,.3)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.1); }
.image-label { position: absolute; z-index: 1; left: 20px; bottom: 18px; color: var(--paper); font-size: 9px; letter-spacing: .1em; }
.visual-caption, .coordinate { position: absolute; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.visual-caption { top: 3px; left: 0; color: var(--muted); }
.coordinate { right: 0; bottom: 21px; line-height: 1.7; text-align: right; color: var(--muted); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 155px; height: 51px; top: 122px; left: 0; transform: rotate(-28deg); }
.orbit-two { width: 315px; height: 83px; top: 185px; left: 36px; transform: rotate(31deg); border-color: rgba(255,91,45,.42); }
.hero-index { position: absolute; bottom: 34px; left: 5vw; font-size: 10px; letter-spacing: .1em; }
.hero-index span { color: var(--orange); padding: 0 8px; }

.ticker { overflow: hidden; color: var(--paper); background: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(-1.4deg) scale(1.02); margin: 1px 0 40px; }
.ticker-track { height: 62px; display: flex; align-items: center; justify-content: space-around; min-width: 900px; animation: ticker 25s linear infinite; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.ticker i { display: block; width: 9px; height: 9px; background: var(--yellow); transform: rotate(45deg); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-38%); } }

.work { padding-top: 85px; padding-bottom: 150px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 75px; }
.section-heading h2, .manifesto h2, .contact h2 { font-size: clamp(53px, 7.5vw, 108px); }
.heading-note { max-width: 225px; margin: 0 5% 8px 0; font-size: 14px; line-height: 1.45; }
.project-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: auto auto; gap: 78px 30px; align-items: start; }
.project { display: block; }
.project-large { grid-row: span 2; }
.project-media { overflow: hidden; position: relative; height: 420px; }
.project-large .project-media { height: 600px; }
.project-media-dark { background: #30312b; }
.media-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(243,240,233,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(243,240,233,.2) 1px, transparent 1px); background-size: 46px 46px; transform: perspective(350px) rotateX(46deg) scale(1.8) translateY(120px); }
.mock-window { position: absolute; width: 72%; height: 65%; left: 14%; top: 18%; background: var(--paper); box-shadow: 14px 15px 0 var(--orange); transform: rotate(-4deg); }
.window-top { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; color: var(--muted); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 7px; }
.window-top span { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.window-top span:nth-child(2) { background: var(--yellow); }.window-top span:nth-child(3) { background: var(--ink); }.window-top b { margin-left: auto; font-weight: 400; }
.window-body { padding: 16% 10%; position: relative; overflow: hidden; height: calc(100% - 34px); }
.window-body strong { position: relative; z-index: 1; display: block; font-size: clamp(43px, 6vw, 80px); letter-spacing: -.12em; }.window-body strong span { color: var(--orange); font-size: .45em; letter-spacing: -.05em; }.window-body small { position: relative; z-index: 1; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.chart-lines { position: absolute; inset: 10% 7%; background: repeating-linear-gradient(0deg, transparent 0 32px, rgba(20,20,18,.11) 33px), linear-gradient(130deg, transparent 20%, rgba(255,91,45,.6) 20.3% 20.8%, transparent 21.1% 42%, rgba(20,20,18,.4) 42.3% 42.8%, transparent 43% 68%, rgba(232,245,91,.8) 68.3% 68.8%, transparent 69%); }
.project-media-orange { height: 310px; background: var(--orange); color: var(--ink); }.project-media-orange:after { content: ''; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(20,20,18,.4); border-radius: 50%; top: 52px; left: calc(50% - 105px); }.sun-mark { display: block; position: absolute; top: 75px; left: 0; right: 0; text-align: center; font-size: 105px; font-weight: 600; letter-spacing: -.15em; z-index: 1; }.project-stamp { position: absolute; left: 20px; bottom: 18px; font-size: 9px; line-height: 1.35; text-transform: uppercase; }.project-media-photo { height: 310px; background: var(--yellow); }.project-media-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .6s cubic-bezier(.2,.7,.2,1); }.project:hover img { transform: scale(1.06); }.project-number { position: absolute; right: 18px; top: 16px; color: var(--paper); font-size: 10px; z-index: 1; }.project-media-orange .project-number { color: var(--ink); }.project-meta { display: flex; justify-content: space-between; padding-top: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 12px; font-size: 12px; }.project-meta span:last-child { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }.project-meta b { color: var(--orange); font-size: 16px; padding-left: 8px; }

.manifesto { color: var(--paper); background: var(--ink); display: grid; grid-template-columns: 1fr 2.4fr; padding-top: 125px; padding-bottom: 140px; position: relative; }.manifesto-side { color: var(--yellow); font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }.manifesto .eyebrow { color: var(--yellow); }.manifesto h2 em { color: var(--yellow); }.manifesto-text { max-width: 550px; margin: 46px 0 82px; font-size: 20px; line-height: 1.35; letter-spacing: -.035em; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-top: 1px solid rgba(243,240,233,.28); padding-top: 18px; }.principles div { display: flex; flex-direction: column; }.principles span { font-family: var(--mono); color: var(--orange); font-size: 10px; margin-bottom: 35px; }.principles strong { font-size: 15px; font-weight: 500; }.principles p { color: #a5a39b; font-size: 12px; line-height: 1.4; max-width: 150px; }.manifesto:after { content: '23'; position: absolute; right: 6vw; bottom: -75px; color: rgba(243,240,233,.04); font-size: 340px; font-weight: 700; letter-spacing: -.2em; }

.contact { min-height: 560px; padding-top: 110px; padding-bottom: 90px; display: grid; grid-template-columns: 1fr 2.4fr; position: relative; }.contact-stamp { font-size: 10px; text-transform: uppercase; line-height: 1.6; color: var(--orange); }.contact .eyebrow { margin-bottom: 32px; }.email-link { display: inline-block; margin-top: 53px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-family: var(--mono); font-size: 13px; transition: color .2s ease, border .2s ease; }.email-link:hover { color: var(--orange); border-color: var(--orange); }.email-link span { color: var(--orange); font-size: 19px; margin-left: 20px; }.contact-signal { position: absolute; right: 5vw; bottom: 80px; display: flex; gap: 6px; align-items: end; }.contact-signal span { width: 7px; background: var(--ink); display: block; }.contact-signal span:nth-child(1) { height: 12px; }.contact-signal span:nth-child(2) { height: 25px; background: var(--orange); }.contact-signal span:nth-child(3) { height: 40px; }.contact-signal span:nth-child(4) { height: 55px; background: var(--yellow); }
.site-footer { min-height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.site-footer a:hover { color: var(--orange); }.site-footer b { color: var(--orange); font-size: 14px; padding-left: 8px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .15s; }

@media (max-width: 800px) {
  .site-header { height: 76px; padding: 0 6vw; }.main-nav { display: none; }.menu-toggle { display: block; }.mobile-menu { display: flex; max-height: 0; overflow: hidden; flex-direction: column; background: var(--paper); transition: max-height .3s ease; position: relative; z-index: 4; }.mobile-menu.is-open { max-height: 190px; border-bottom: 1px solid var(--line); }.mobile-menu a { padding: 16px 6vw; border-top: 1px solid var(--line); font-size: 14px; }
  .section-pad { padding-left: 6vw; padding-right: 6vw; }.hero { min-height: auto; padding-top: 52px; padding-bottom: 90px; display: block; }.hero-copy { padding-top: 0; }.hero h1 { font-size: clamp(76px, 21vw, 144px); }.hero-intro { margin-top: 38px; max-width: 280px; }.circle-link { margin-top: 38px; width: 100px; height: 100px; padding-left: 20px; }.hero-visual { min-height: 445px; margin: 70px 0 0; }.hero-image-wrap { width: 72vw; height: 385px; min-width: 0; margin-right: 4vw; }.orbit-one { left: 3vw; }.orbit-two { left: 12vw; }.coordinate { right: 1vw; bottom: 0; }.hero-index { left: 6vw; bottom: 33px; }
  .ticker { margin-bottom: 10px; }.ticker-track { height: 54px; font-size: 9px; }
  .work { padding-top: 80px; padding-bottom: 100px; }.section-heading { display: block; margin-bottom: 48px; }.section-heading h2, .manifesto h2, .contact h2 { font-size: clamp(54px, 15vw, 92px); }.heading-note { margin: 32px 0 0; font-size: 13px; }.project-grid { display: block; }.project { margin-bottom: 58px; }.project-media, .project-large .project-media { height: 370px; }.project-large { margin-bottom: 64px; }.mock-window { width: 81%; left: 9%; }.project-media-orange, .project-media-photo { height: 290px; }
  .manifesto { display: block; padding-top: 85px; padding-bottom: 95px; }.manifesto-side { margin-bottom: 65px; }.manifesto-text { font-size: 17px; margin: 38px 0 65px; }.principles { grid-template-columns: 1fr; gap: 25px; }.principles span { margin-bottom: 12px; }.principles p { margin-top: 7px; max-width: 240px; }.manifesto:after { font-size: 190px; bottom: -45px; }
  .contact { min-height: 480px; display: block; padding-top: 85px; }.contact-stamp { margin-bottom: 65px; }.email-link { font-size: 11px; margin-top: 40px; }.contact-signal { right: 6vw; bottom: 55px; }.site-footer { min-height: 105px; flex-wrap: wrap; align-content: center; gap: 13px; }.footer-center { order: 3; width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track { animation: none; }.reveal { transition: none; } }
