:root {
  --coral: #e76768;
  --coral-dark: #d85658;
  --ink: #171717;
  --ink-soft: #252323;
  --paper: #f5f1eb;
  --white: #fffdf9;
  --muted: #77716b;
  --line: rgba(23, 23, 23, 0.16);
  --line-light: rgba(255, 253, 249, 0.18);
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
  --pad: clamp(20px, 4.8vw, 76px);
  --max: 1500px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--coral); color: var(--white); }
.progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--white); z-index: 1000; }

.site-head { position: fixed; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 22px var(--pad); color: var(--white); transition: background .3s, padding .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-head.scrolled { background: rgba(23, 23, 23, .88); backdrop-filter: blur(16px); border-color: var(--line-light); padding-top: 15px; padding-bottom: 15px; }
.brand { width: 126px; display: block; }
.brand img { width: 100%; }
.menu { display: flex; gap: clamp(20px, 3vw, 48px); }
.menu a, .head-link { font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.menu a { color: rgba(255,253,249,.7); transition: color .2s; }
.menu a:hover { color: var(--white); }
.head-link { justify-self: end; display: inline-flex; gap: 10px; align-items: center; }
.head-link span { color: var(--coral); font-size: 1rem; }
.burger { display: none; justify-self: end; width: 32px; height: 32px; border: 0; background: none; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--white); transition: transform .25s; }
.burger.open span:first-child { transform: translateY(4px) rotate(45deg); }
.burger.open span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { min-height: 100vh; background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: clamp(36px, 6vw, 96px); align-items: center; padding: 128px var(--pad) 70px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 44vw; aspect-ratio: 1; border-radius: 50%; left: -22vw; bottom: -28vw; background: var(--coral); opacity: .9; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow, .section-label { font-size: .73rem; line-height: 1; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.eyebrow { color: var(--coral); margin-bottom: 34px; }
.hero h1 { font-family: var(--display); font-size: clamp(3.5rem, 7.6vw, 7.6rem); font-weight: 800; line-height: .88; letter-spacing: -.07em; text-transform: uppercase; margin-left: -.08em; }
.hero h1 span { color: var(--coral); }
.hero-lede { color: rgba(255,253,249,.67); max-width: 48ch; font-size: clamp(1rem, 1.4vw, 1.2rem); margin: 38px 0 34px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--line-light); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.text-link span { color: var(--coral); }

.hero-gallery { height: min(76vh, 820px); min-height: 570px; position: relative; z-index: 2; }
.hero-photo { position: absolute; overflow: hidden; background: #ddd; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main { left: 0; top: 4%; width: 55%; height: 82%; }
.hero-photo--main img { object-position: center 34%; }
.hero-photo--top { right: 0; top: 0; width: 40%; height: 47%; }
.hero-photo--top img { object-position: 54% center; }
.hero-photo--bottom { right: 6%; bottom: 0; width: 42%; height: 43%; }
.hero-photo--bottom img { object-position: center 30%; }
.hero-stamp { position: absolute; left: 48%; bottom: 5%; z-index: 4; width: 150px; aspect-ratio: 1; border-radius: 50%; background: var(--coral); color: var(--white); display: grid; place-content: center; text-align: center; transform: rotate(-8deg); box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.hero-stamp span { font-family: var(--display); font-size: 1.4rem; font-weight: 800; letter-spacing: -.05em; }
.hero-stamp small { display: block; max-width: 90px; font-size: .55rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; }

.ticker { overflow: hidden; padding: 21px 0; background: var(--ink); color: var(--white); border-top: 1px solid rgba(255, 253, 249, .72); }
.ticker-track { display: flex; width: max-content; white-space: nowrap; animation: ticker 28s linear infinite; }
.ticker-group { display: flex; flex-shrink: 0; align-items: center; justify-content: space-around; gap: 30px; min-width: 100vw; padding-right: 30px; }
.ticker span { font-family: var(--display); font-size: clamp(1.3rem, 2.2vw, 2rem); text-transform: uppercase; letter-spacing: -.03em; font-weight: 800; }
.ticker b { color: var(--white); font-weight: 400; opacity: .55; }
@keyframes ticker { to { transform: translateX(-50%); } }

.statement, .world, .manifesto { background: var(--paper); padding: clamp(90px, 11vw, 170px) var(--pad); }
.statement { border-bottom: 1px solid var(--line); }
.statement > *, .world > *, .manifesto { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-label { color: var(--coral-dark); margin-bottom: 54px; }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 8vw, 120px); align-items: end; }
.statement h2, .section-intro h2, .approach h2, .contact h2 { font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6.3rem); line-height: .96; letter-spacing: -.065em; font-weight: 800; }
.statement-copy { max-width: 590px; }
.statement-copy p { font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.45; }
.statement-copy p + p { margin-top: 24px; color: var(--muted); }

.world { padding-top: clamp(90px, 10vw, 150px); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 70px; margin-bottom: 74px; }
.section-intro .section-label { grid-column: 1 / -1; margin-bottom: 0; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.12rem; max-width: 42ch; align-self: end; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(18px, 2.2vw, 34px); align-items: start; }
.category-card { grid-column: span 5; }
.category-card:nth-child(2) { grid-column: 7 / span 6; margin-top: 10vw; }
.category-card:nth-child(3) { grid-column: 1 / span 6; }
.category-card--wide { grid-column: 8 / span 5; margin-top: -4vw; }
.category-card figure { aspect-ratio: 4 / 5; overflow: hidden; background: #ddd; }
.category-card--tall figure { aspect-ratio: 4 / 5.6; }
.category-card--wide figure { aspect-ratio: 4 / 5; }
.category-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.025); }
.category-card:nth-child(1) img { object-position: center 28%; }
.category-card:nth-child(2) img { object-position: 54% center; }
.category-card:nth-child(3) img { object-position: center 28%; }
.category-meta { display: grid; grid-template-columns: 42px auto 1fr; gap: 14px; align-items: baseline; padding: 20px 0 44px; border-bottom: 1px solid var(--line); }
.category-meta span { color: var(--coral-dark); font-size: .75rem; font-weight: 700; }
.category-meta h3 { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 800; letter-spacing: -.05em; }
.category-meta p { justify-self: end; max-width: 25ch; color: var(--muted); font-size: .92rem; }

.approach { background: var(--coral); color: var(--white); padding: clamp(90px, 11vw, 170px) var(--pad); }
.approach > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-label--light { color: var(--white); opacity: .75; }
.approach-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; margin-bottom: 90px; }
.approach-head .section-label { margin-bottom: 0; }
.principles { list-style: none; border-top: 1px solid var(--line-light); }
.principles li { display: grid; grid-template-columns: 90px .65fr 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line-light); align-items: baseline; }
.principles li > span { font-size: .75rem; font-weight: 700; opacity: .7; }
.principles h3 { font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.5rem); font-weight: 800; letter-spacing: -.04em; }
.principles p { color: rgba(255,253,249,.75); max-width: 52ch; }

.manifesto { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 130px); align-items: center; }
.manifesto-photo { min-height: 680px; height: 75vh; max-height: 920px; overflow: hidden; }
.manifesto-photo img { height: 100%; object-fit: cover; }
.manifesto-copy { max-width: 720px; }
.manifesto-copy .section-label { margin-bottom: 40px; }
.manifesto blockquote { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.manifesto-copy > p:not(.section-label) { margin: 38px 0 30px; color: var(--muted); font-size: 1.12rem; max-width: 50ch; }
.company-note { display: inline-block; padding-top: 18px; border-top: 1px solid var(--line); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }

.contact { background: var(--ink); color: var(--white); padding: clamp(100px, 13vw, 190px) var(--pad); text-align: center; }
.contact .section-label { margin-bottom: 42px; }
.contact h2 { text-transform: uppercase; }
.contact > p:not(.section-label) { color: rgba(255,253,249,.62); margin: 32px auto 36px; }
.contact-link { display: inline-flex; gap: 14px; align-items: center; color: var(--coral); font-size: clamp(1.15rem, 2.3vw, 2rem); font-weight: 700; border-bottom: 1px solid var(--coral); padding-bottom: 6px; }

.footer { background: var(--ink-soft); color: var(--white); padding: 64px var(--pad) 28px; }
.footer-brand { max-width: var(--max); margin: 0 auto 64px; }
.footer-brand img { width: 100%; opacity: .92; }
.footer-meta { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255,253,249,.55); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-meta a { color: var(--white); }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].in { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-head { grid-template-columns: 1fr auto; }
  .menu { display: none; }
  .head-link { display: none; }
  .burger { display: block; }
  .menu.open { position: fixed; display: flex; inset: 0; background: var(--ink); flex-direction: column; justify-content: center; align-items: center; gap: 28px; z-index: -1; }
  .menu.open a { color: var(--white); font-size: 1.4rem; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-gallery { height: 720px; }
  .hero-copy { max-width: 820px; }
  .manifesto { grid-template-columns: 1fr 1fr; }
  .manifesto-photo { min-height: 560px; }
}

@media (max-width: 760px) {
  .brand { width: 108px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.5rem); }
  .hero-gallery { height: 560px; min-height: 0; }
  .hero-photo--main { width: 64%; height: 78%; }
  .hero-photo--top { width: 38%; height: 42%; }
  .hero-photo--bottom { width: 42%; height: 39%; }
  .hero-stamp { width: 112px; }
  .statement-grid, .section-intro, .approach-head, .manifesto { grid-template-columns: 1fr; }
  .section-intro .section-label { grid-column: auto; }
  .category-card, .category-card:nth-child(2), .category-card:nth-child(3), .category-card--wide { grid-column: 1 / -1; margin-top: 0; }
  .category-card figure, .category-card--tall figure, .category-card--wide figure { aspect-ratio: 4 / 4.7; }
  .category-meta { grid-template-columns: 36px 1fr; }
  .category-meta p { grid-column: 2; justify-self: start; }
  .approach-head { margin-bottom: 55px; }
  .principles li { grid-template-columns: 42px 1fr; }
  .principles p { grid-column: 2; }
  .manifesto-photo { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .footer-meta { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-gallery { height: 450px; }
  .hero-stamp { left: 44%; bottom: 2%; }
  .hero-photo--bottom { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
