:root {
  --red: #e72a1b;
  --black: #10100f;
  --paper: #e9e6dc;
  --ink: #191918;
  --line: rgba(25, 25, 24, 0.22);
  --display: "TikTok Sans", Impact, sans-serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; background: var(--black); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .8rem 1rem; color: white; background: var(--red); }
.skip-link:focus { top: 1rem; }
.site-shell { max-width: 1600px; margin: 0 auto; overflow: hidden; background: var(--paper); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 82px; padding: 13px clamp(1.2rem, 3.5vw, 4.4rem); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .65rem; font-size: .63rem; font-weight: 800; line-height: .95; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--paper); font-family: var(--display); font-size: .78rem; letter-spacing: -.1em; }
.topbar nav { display: flex; gap: clamp(1rem, 3vw, 3.1rem); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.topbar nav a, .topbar-contact, .text-link, .contact-meta a, footer a { transition: color .2s ease; }
.topbar nav a:hover, .topbar-contact:hover, .text-link:hover { color: var(--red); }
.topbar-contact { display: inline-flex; padding: .75rem 1rem; background: var(--red); color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .05em; }
.topbar { animation: slide-in .55s cubic-bezier(.2,.7,.2,1) both; }

.hero { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: min(840px, 84svh); padding: clamp(1.5rem, 4vw, 4.5rem); background: var(--red); color: var(--black); overflow: hidden; }
.hero-grid-lines { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(0,0,0,.2) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(0,0,0,.2) 50%, transparent 50.2%); background-size: 100% 100%; opacity: .7; pointer-events: none; }
.eyebrow { position: relative; z-index: 1; margin: 0; font-size: .65rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; }
.hero h1 { position: relative; z-index: 1; max-width: 1120px; margin: auto 0 0; font-family: var(--display); font-size: clamp(4.35rem, 11.3vw, 12rem); font-weight: 400; line-height: .8; letter-spacing: -.095em; }
.hero h1 span { color: var(--paper); }
.hero h1 i { font-family: Georgia, serif; font-size: .75em; letter-spacing: -.06em; font-weight: 400; }
.hero-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-top: clamp(2rem, 7vw, 7rem); }
.hero-intro { max-width: 290px; margin: 0; font-size: .9rem; line-height: 1.38; font-weight: 600; }
.round-link { display: flex; align-items: center; justify-content: space-between; width: 150px; height: 150px; padding: 1rem; background: var(--paper); border-radius: 50%; font-size: .65rem; font-weight: 800; line-height: 1.1; transition: transform .25s ease; }
.round-link:hover { transform: rotate(-12deg) scale(1.05); }
.round-link b { font-family: Arial, sans-serif; font-size: 2rem; font-weight: 400; }
.hero-number { position: absolute; right: clamp(1.4rem, 4vw, 4.5rem); top: 50%; font-family: var(--display); font-size: clamp(8rem, 23vw, 23rem); line-height: .7; letter-spacing: -.12em; color: transparent; -webkit-text-stroke: 2px rgba(16,16,15,.24); transform: translateY(-43%); pointer-events: none; }
.hero .eyebrow { animation: rise-in .55s .12s cubic-bezier(.2,.7,.2,1) both; }
.hero h1 { animation: rise-in .75s .2s cubic-bezier(.2,.7,.2,1) both; }
.hero-bottom { animation: rise-in .65s .36s cubic-bezier(.2,.7,.2,1) both; }

.ticker { overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--black); color: var(--paper); white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; gap: 1.25rem; min-width: max-content; padding: .82rem 0; font-family: var(--display); font-size: 1.2rem; letter-spacing: -.05em; animation: ticker 24s linear infinite; }
.ticker-track b { color: var(--red); font-size: .9em; }
@keyframes ticker { to { transform: translateX(-50%); } }

.selected-work { padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5.4rem); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 7vw, 6rem); }
.section-heading h2, .statement h2, .services h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 7.5rem); font-weight: 400; line-height: .78; letter-spacing: -.09em; }
.section-heading > p:last-child { max-width: 270px; margin: 0; font-size: .8rem; line-height: 1.45; }
.project-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2.6rem); }
.project { position: relative; display: block; min-width: 0; }
.project-no { margin-bottom: .65rem; font-size: .66rem; font-weight: 800; }
.project-visual { position: relative; min-height: clamp(330px, 45vw, 580px); overflow: hidden; }
.project-info { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1rem 0 0; }
.project-info h3 { margin: 0 0 .2rem; font-family: var(--display); font-size: clamp(1.5rem, 3.1vw, 3.2rem); font-weight: 400; line-height: .85; letter-spacing: -.08em; }
.project-info p { margin: 0; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.arrow { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.2rem; transition: color .2s, background .2s; }
.project:hover .arrow { background: var(--ink); color: var(--paper); }

.visual-north { display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; background: var(--red); color: var(--black); }
.visual-north:before { position: absolute; width: 150%; height: 42%; left: -17%; top: 34%; content: ""; background: var(--paper); transform: rotate(-22deg); box-shadow: 0 -38px 0 rgba(16,16,15,.88), 0 38px 0 rgba(16,16,15,.88); }
.visual-north span, .visual-north i, .visual-north b { position: relative; z-index: 1; }
.visual-north span { font-family: var(--display); font-size: clamp(3rem, 6vw, 6.6rem); line-height: .75; letter-spacing: -.11em; }
.visual-north i { align-self: end; font-family: Georgia,serif; font-size: 1.3rem; line-height: .9; text-align: right; }
.visual-north b { font-size: .8rem; }
.visual-mera { display: grid; place-items: center; background: var(--black); color: var(--paper); }
.visual-mera:before, .visual-mera:after { position: absolute; content: ""; width: 160%; height: 1px; background: rgba(233,230,220,.35); transform: rotate(45deg); }
.visual-mera:after { transform: rotate(-45deg); }
.visual-mera strong { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 7.4rem); font-weight: 400; line-height: .7; letter-spacing: -.12em; transform: rotate(-90deg); }
.circle-text { position: absolute; top: 10%; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.measure-lines { position: absolute; right: 10%; bottom: 10%; display: flex; align-items: end; gap: 5px; height: 42%; }
.measure-lines i { width: 1px; background: var(--red); height: 100%; }.measure-lines i:nth-child(2){height:68%}.measure-lines i:nth-child(3){height:90%}.measure-lines i:nth-child(4){height:42%}
.visual-ugol { padding: 1.3rem; background: #d4d0c5; }
.visual-ugol > span { display: block; font-family: var(--display); font-size: 3.5rem; line-height: .75; letter-spacing: -.11em; }
.posters { position: absolute; left: 8%; right: 8%; top: 31%; display: flex; gap: 1rem; }
.posters b { display: flex; align-items: end; width: 50%; aspect-ratio: .7; padding: .5rem; background: var(--red); font-family: var(--display); font-size: clamp(1.4rem, 3vw, 3.3rem); line-height: .77; letter-spacing: -.09em; transform: rotate(-9deg); }
.posters b:last-child { background: var(--black); color: var(--paper); transform: rotate(8deg) translateY(10%); }
.visual-ugol i { position: absolute; right: 1rem; bottom: 1rem; font-family: Georgia, serif; font-size: 1rem; line-height: .9; text-align: right; }

.statement { position: relative; min-height: 730px; padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5.4rem); background: var(--black); color: var(--paper); overflow: hidden; }
.statement:after { position: absolute; right: -10%; bottom: -18%; content: "*"; color: var(--red); font-family: Georgia, serif; font-size: clamp(25rem, 55vw, 60rem); line-height: .5; }
.statement h2 { position: relative; z-index: 1; margin-top: clamp(3rem, 8vw, 8rem); font-size: clamp(5rem, 13vw, 13rem); }
.statement h2 span { color: var(--red); }
.statement-text { position: relative; z-index: 1; max-width: 330px; margin: 2rem 0 0 44%; font-size: .94rem; line-height: 1.45; }
.statement-stamp { position: absolute; z-index: 1; display: grid; place-content: center; width: 125px; height: 125px; left: 12%; bottom: 10%; background: var(--paper); border-radius: 50%; color: var(--black); font-family: var(--display); font-size: 2.1rem; line-height: .7; text-align: center; letter-spacing: -.1em; transform: rotate(-13deg); }
.statement-stamp small { font-family: var(--sans); font-size: .45rem; letter-spacing: .08em; }

.about { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.about-poster { position: relative; display: grid; place-items: center; min-height: 690px; padding: clamp(1.3rem, 3vw, 3rem); background: var(--red); color: var(--black); overflow: hidden; }
.about-poster > span { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(3.8rem, 7.7vw, 8rem); line-height: .78; letter-spacing: -.1em; }
.about-poster em { color: var(--paper); font-family: Georgia,serif; font-size: .9em; font-weight: 400; }
.poster-grid { position: absolute; inset: 8%; display: grid; grid-template-columns: repeat(3, 1fr); transform: rotate(20deg) scale(1.6); opacity: .92; }
.poster-grid i { border: 1px solid var(--black); }.poster-grid i:nth-child(2),.poster-grid i:nth-child(4),.poster-grid i:nth-child(8){background:var(--black)}
.about-copy { padding: clamp(3rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem); }
.about-copy h2 { margin: clamp(2rem, 6vw, 5rem) 0 1.4rem; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .84; letter-spacing: -.09em; }
.about-copy p { max-width: 460px; font-size: .9rem; line-height: 1.5; }.about-copy .lead { font-size: 1.15rem; font-weight: 600; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: clamp(2rem, 5vw, 4.5rem) 0 2rem; }.facts div { border-top: 2px solid var(--ink); padding-top: .55rem; }.facts dt { font-family: var(--display); font-size: clamp(1.7rem, 3.4vw, 3.5rem); line-height: .8; letter-spacing: -.09em; }.facts dd { margin: .5rem 0 0; font-size: .62rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.text-link { display: inline-block; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; font-size: .68rem; font-weight: 800; letter-spacing: .03em; }.text-link span { color: var(--red); font-size: 1.1rem; }

.services { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5.4rem); background: var(--paper); border-top: 1px solid var(--line); }.services ol { padding: 0; margin: 0; list-style: none; }.services li { display: grid; grid-template-columns: 12% 1fr 35%; gap: 1rem; align-items: baseline; padding: 1.1rem 0; border-top: 1px solid var(--ink); }.services li:last-child{border-bottom:1px solid var(--ink)}.services li span { font-size: .65rem; font-weight: 800; }.services h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3.3rem); font-weight: 400; line-height: .85; letter-spacing: -.08em; }.services li p { margin: 0; font-size: .72rem; line-height: 1.45; }

.contact { padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5.4rem) clamp(3rem, 5vw, 5rem); background: var(--red); color: var(--black); }.contact h2 { margin-top: clamp(2rem, 7vw, 7rem); font-size: clamp(4.5rem, 11.8vw, 12.7rem); }.contact h2 span { color: var(--paper); }.contact-email { display: inline-flex; align-items: center; gap: 1rem; margin-top: clamp(2rem, 5vw, 5rem); border-bottom: 3px solid var(--black); padding-bottom: .3rem; font-family: var(--display); font-size: clamp(1.2rem, 3.3vw, 3.6rem); letter-spacing: -.07em; }.contact-email span { font-family: var(--sans); font-weight: 400; }.contact-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; margin-top: clamp(4rem, 8vw, 8rem); font-size: .65rem; font-weight: 800; letter-spacing: .04em; }.contact-meta a:hover { color: var(--paper); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem clamp(1.2rem, 5vw, 5.4rem); background: var(--black); color: var(--paper); font-size: .58rem; font-weight: 700; letter-spacing: .03em; }footer a:hover { color: var(--red); }

@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slide-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }
html.js .will-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
html.js .will-reveal.is-visible { opacity: 1; transform: translateY(0); }
html.js .project:nth-child(2), html.js .services li:nth-child(2) { transition-delay: .1s; }
html.js .project:nth-child(3), html.js .services li:nth-child(3) { transition-delay: .2s; }
html.js .services li:nth-child(4) { transition-delay: .3s; }

@media (max-width: 720px) {
  .topbar { min-height: 70px; }.topbar nav { display: none; }.topbar-contact { font-size: .55rem; padding: .65rem .72rem; }.brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 640px; }.hero h1 { font-size: clamp(3.8rem, 18vw, 7rem); }.hero-bottom { align-items: end; }.hero-intro { max-width: 205px; font-size: .75rem; }.round-link { width: 95px; height: 95px; padding: .55rem; font-size: .45rem; }.round-link b { font-size: 1.25rem; }.hero-number { top: 52%; font-size: 15rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }.section-heading > p:last-child { max-width: 310px; }.project-list { grid-template-columns: 1fr; gap: 3rem; }.project-visual { min-height: 390px; }.project-info h3 { font-size: 2.7rem; }
  .statement { min-height: 600px; }.statement h2 { font-size: 5.1rem; }.statement-text { margin-left: 20%; }.statement-stamp { left: 7%; bottom: 6%; width: 90px; height: 90px; font-size: 1.5rem; }
  .about { grid-template-columns: 1fr; }.about-poster { min-height: 470px; }.about-poster > span { font-size: 4.6rem; }.about-copy { padding-bottom: 4rem; }.facts { gap: .5rem; }.facts dd { font-size: .54rem; }
  .services { grid-template-columns: 1fr; gap: 2rem; }.services li { grid-template-columns: 10% 1fr; }.services li p { grid-column: 2; }.services h2 { font-size: 4rem; }
  .contact h2 { font-size: clamp(4.1rem, 18vw, 7rem); }.contact-email { font-size: 1.1rem; border-width: 2px; }.contact-meta { margin-top: 4rem; }.contact-meta span { width: 100%; }footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .topbar, .hero .eyebrow, .hero h1, .hero-bottom { animation: none; }
  .round-link, html.js .will-reveal { transition: none; }
  html.js .will-reveal { opacity: 1; transform: none; }
}
