:root {
  --ink: #11110f;
  --paper: #f1f0eb;
  --line: rgba(17, 17, 15, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 3vw; color: #fff; transition: color .4s, background .4s, padding .4s, transform .45s var(--ease);
}
.site-header.scrolled { color: var(--ink); background: rgba(241,240,235,.94); backdrop-filter: blur(14px); padding-block: 10px; box-shadow: 0 1px 0 rgba(17,17,15,.08); }
.site-header.header-hidden { transform: translateY(-110%); }
.brand img { display: block; width: clamp(155px, 14vw, 215px); height: 44px; object-fit: contain; object-position: left center; }
.site-header.scrolled .brand img { filter: invert(1); }
.main-nav { display: flex; gap: clamp(24px, 3vw, 52px); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: currentColor; transition: right .35s var(--ease); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-projects { position: relative; }
.project-submenu { position: absolute; top: 28px; left: -20px; min-width: 220px; padding: 18px 20px 20px; background: rgba(17,17,15,.96); color: #fff; display: grid; gap: 14px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .28s, transform .28s, visibility .28s; }
.site-header.scrolled .project-submenu { background: rgba(241,240,235,.98); color: var(--ink); box-shadow: 0 12px 28px rgba(17,17,15,.12); }
.nav-projects:hover .project-submenu, .nav-projects:focus-within .project-submenu { opacity: 1; visibility: visible; transform: none; }
.project-submenu span { padding-bottom: 11px; border-bottom: 1px solid currentColor; opacity: .5; font-size: .6rem; }
.project-submenu a { font-size: .72rem; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }
.hero { position: relative; min-height: 100svh; color: #fff; overflow: clip; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; transform: scale(1.035); animation: settle 1.8s var(--ease) forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(8,10,9,.54) 0%, rgba(8,10,9,.18) 48%, rgba(8,10,9,.05) 75%), linear-gradient(0deg, rgba(8,10,9,.43), transparent 48%); }
.hero-content { position: absolute; z-index: 2; left: 3vw; bottom: 11vh; max-width: 800px; }
.eyebrow, .section-index { text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 500; }
.eyebrow { margin: 0 0 2.5vh; opacity: .8; }
h1, h2 { font-family: "Manrope", sans-serif; font-weight: 300; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(3.5rem, 6.8vw, 7.5rem); line-height: .91; }
.hero-intro { max-width: 610px; font-size: clamp(1rem, 1.3vw, 1.23rem); line-height: 1.55; font-weight: 300; margin: 3.2vh 0; }
.hero-actions { display: flex; gap: 34px; flex-wrap: wrap; }
.link-arrow { display: inline-flex; align-items: center; gap: 14px; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 8px; }
.link-arrow.secondary { border-color: transparent; }
.link-arrow span { font-size: 1rem; transition: transform .3s; }
.link-arrow:hover span { transform: translate(4px,4px); }
.scroll-cue { position: absolute; z-index: 2; right: 3vw; bottom: 5vh; display: flex; align-items: center; gap: 14px; text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; }
.scroll-cue i { display: block; width: 42px; height: 1px; background: #fff; animation: pulse 1.8s infinite; transform-origin: left; }
.hero-project { position: absolute; z-index: 2; right: 3vw; top: 50%; margin: 0; transform: rotate(90deg) translateX(50%); transform-origin: right center; text-transform: uppercase; letter-spacing: .14em; font-size: .63rem; }
.hero-project span { opacity: .55; margin-left: 20px; }
.manifesto { padding: 13vw 3vw 10vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; }
.section-index { grid-column: 1 / 4; padding-top: 8px; }
.manifesto-heading { grid-column: 4 / 13; }
.manifesto h2, .projects-intro h2 { font-size: clamp(3.2rem, 7vw, 8.2rem); line-height: .94; }
.manifesto-copy { grid-column: 7 / 12; font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.35; margin: 9vw 0 12vw; font-weight: 300; }
.manifesto-film { position: relative; grid-column: 1 / 6; aspect-ratio: 9 / 16; max-height: 88vh; overflow: hidden; background: #ccc; }
.manifesto-film video { width: 100%; height: 100%; object-fit: cover; }
.film-control { position: absolute; left: 24px; bottom: 24px; border: 0; background: rgba(241,240,235,.92); color: var(--ink); width: 92px; height: 92px; border-radius: 50%; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.film-control i { display: inline-block; margin-left: 5px; border-left: 7px solid var(--ink); border-block: 5px solid transparent; }
.manifesto-statement { grid-column: 7 / 13; align-self: end; padding-bottom: 7vw; font-size: clamp(1.35rem, 2.6vw, 3.1rem); line-height: 1.25; font-weight: 300; }
.manifesto-statement p:first-child { max-width: 820px; }
.manifesto-statement p:last-child { max-width: 680px; margin: 4vw 0 0 18%; font-size: .55em; line-height: 1.55; }
.portfolio-index { padding: 11vw 3vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; }
.portfolio-index > .section-index { grid-column: 1 / 4; }
.portfolio-index-content { grid-column: 4 / 13; }
.portfolio-category { margin: 0 0 4vw; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.portfolio-category-secondary { margin-top: 7vw; }
.portfolio-index h2 { display: flex; flex-direction: column; }
.portfolio-index h2 a { display: grid; grid-template-columns: 70px 1fr auto; align-items: baseline; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); font-size: clamp(2.8rem, 6vw, 7.2rem); line-height: 1; transition: opacity .3s; }
.portfolio-index h2 a:last-child { border-bottom: 1px solid var(--line); }
.portfolio-index h2:hover a:not(:hover) { opacity: .28; }
.portfolio-index h2 span { font-family: "DM Sans",sans-serif; font-size: .68rem; letter-spacing: .14em; font-weight: 500; }
.portfolio-index h2 i { font-family: "DM Sans",sans-serif; font-size: 1rem; font-style: normal; }
.projects-intro { padding: 12vw 3vw; background: var(--ink); color: #fff; min-height: 90vh; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-content: center; }
.projects-intro .section-index { grid-column: 1 / 4; }
.projects-intro h2 { grid-column: 4 / 13; }
.projects-intro > p { grid-column: 8 / 12; font-weight: 300; line-height: 1.55; margin-top: 5vw; opacity: .66; }
.projects-intro > p strong { color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; line-height: 3; }
.project-story { background: var(--paper); }
.project-title { padding: 12vw 3vw 9vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; }
.project-title .eyebrow { grid-column: 1 / 4; color: var(--ink); }
.project-title h2 { grid-column: 4 / 13; font-size: clamp(3.4rem, 7.2vw, 8.4rem); line-height: .93; }
.project-title > p:last-child { grid-column: 8 / 12; font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.5; font-weight: 300; margin: 5vw 0 0; }
.project-title small { display: block; margin-top: 24px; text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; font-weight: 500; }
.story-beat { padding: 2vw 3vw 12vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.story-arrival .story-copy { grid-column: 2 / 6; }
.story-arrival .take { grid-column: 7 / 12; }
.story-copy span, .life-heading > span { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; margin-bottom: 26px; }
.story-copy p { font-size: clamp(1.35rem, 2.4vw, 2.7rem); line-height: 1.3; font-weight: 300; margin: 0; }
.take { margin: 0; overflow: hidden; background: #d6d1c7; }
.take video { display: block; width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover; }
.story-pair { padding: 2vw 3vw 13vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.story-pair .take:first-child { grid-column: 1 / 5; }
.story-pair .story-copy { grid-column: 5 / 9; padding: 0 2vw; }
.story-pair .take:last-child { grid-column: 9 / 13; margin-top: 12vw; }
.material-break { background: #151512; color: #f3f1ea; min-height: 130vh; padding: 12vw 3vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; align-items: center; }
.material-words { grid-column: 1 / 7; font-family: "Manrope", sans-serif; font-size: clamp(3.8rem, 8vw, 9rem); line-height: .87; letter-spacing: -.06em; }
.material-words p { margin: 0; }
.material-break .take { grid-column: 8 / 13; }
.material-copy { grid-column: 8 / 12; font-size: clamp(1.1rem, 1.55vw, 1.45rem); line-height: 1.55; font-weight: 300; margin: 4vw 0 0; }
.story-life { padding: 13vw 3vw; }
.life-heading { display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; margin-bottom: 8vw; }
.life-heading > span { grid-column: 1 / 4; }
.life-heading h3 { grid-column: 4 / 13; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 6.4vw, 7.5rem); line-height: .96; font-weight: 300; letter-spacing: -.05em; }
.life-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: start; }
.life-grid .take:nth-child(1) { grid-column: 1 / 5; }
.life-grid .take:nth-child(2) { grid-column: 5 / 9; margin-top: 10vw; }
.life-grid .take:nth-child(3) { grid-column: 9 / 13; margin-top: 3vw; }
.project-end { margin: 0 3vw; padding: 44px 0 70px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.project-end > p { text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }
.dark-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.next-project { position: relative; min-height: 100svh; color: #fff; overflow: hidden; }
.next-project > img, .next-project-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.next-project > img { object-fit: cover; }
.next-project-shade { background: linear-gradient(90deg, rgba(10,11,10,.6), rgba(10,11,10,.08) 72%), linear-gradient(0deg, rgba(10,11,10,.45), transparent 55%); }
.next-project-content { position: absolute; z-index: 2; left: 3vw; right: 3vw; bottom: 8vh; }
.next-project-content > p:first-child { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.next-project-content h2 { font-size: clamp(4rem, 9.5vw, 11rem); line-height: .88; }
.next-project-content > p:nth-of-type(2) { max-width: 520px; margin: 32px 0; font-size: clamp(1rem, 1.45vw, 1.3rem); line-height: 1.5; font-weight: 300; }
.next-project-content a { display: inline-flex; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.process { background: #e7e6df; padding: 13vw 0 0; }
.process-header { padding: 0 3vw 11vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; }
.process-header .section-index { grid-column: 1 / 4; }
.process-header h2 { grid-column: 4 / 13; font-size: clamp(3.4rem, 7vw, 8.2rem); line-height: .94; }
.process-header > p { grid-column: 8 / 12; margin: 5vw 0 0; font-size: clamp(1.1rem, 1.6vw, 1.45rem); font-weight: 300; line-height: 1.55; }
.site-visit { background: #151512; color: #f3f1ea; min-height: 120vh; padding: 11vw 3vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; align-items: center; }
.site-visit-copy { grid-column: 1 / 7; padding-right: 4vw; }
.site-visit-copy > span { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; margin-bottom: 3vw; }
.site-visit-copy h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 5.5vw, 6.5rem); line-height: .96; letter-spacing: -.05em; font-weight: 300; }
.site-visit-copy p { max-width: 580px; margin: 4vw 0 0 18%; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.65; font-weight: 300; opacity: .72; }
.site-visit-film { grid-column: 8 / 13; margin: 0; }
.site-visit-film video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #4a4a42; }
.site-visit-film figcaption { margin-top: 16px; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; opacity: .5; }
.process-step { min-height: 105vh; padding: 9vw 3vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.process-text { grid-column: 1 / 6; padding-right: 4vw; }
.process-image { grid-column: 7 / 13; margin: 0; }
.process-step.reverse .process-text { grid-column: 8 / 13; order: 2; padding: 0 0 0 3vw; }
.process-step.reverse .process-image { grid-column: 1 / 7; order: 1; }
.process-text span, .layout-sheet figcaption span { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.process-text h3 { font-family: "Manrope", sans-serif; font-size: clamp(2.1rem, 3.6vw, 4.4rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 300; margin: 3vw 0; }
.process-text > p { max-width: 580px; line-height: 1.65; font-weight: 300; }
.process-image img { display: block; width: 100%; background: #fff; }
.process-image figcaption { margin-top: 16px; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; opacity: .56; }
.layout-sheet { margin: 0; padding: 10vw 3vw 12vw; background: #fff; }
.layout-sheet img { display: block; width: 100%; border: 1px solid rgba(17,17,15,.08); }
.layout-sheet figcaption { margin-top: 32px; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; }
.layout-sheet figcaption span { grid-column: 1 / 4; }
.layout-sheet figcaption p { grid-column: 7 / 11; margin: 0; font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.5; font-weight: 300; }
.studio { padding: 13vw 3vw; display: grid; grid-template-columns: repeat(12,1fr); column-gap: 1.6vw; align-items: center; }
.studio-portrait { grid-column: 1 / 6; margin: 0; }
.studio-portrait img { display: block; width: 100%; aspect-ratio: 3/5; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.03); }
.studio-portrait figcaption { margin-top: 16px; text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; opacity: .55; }
.studio-content { grid-column: 7 / 13; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.studio-content .section-index { margin-bottom: 6vw; }
.studio h2 { font-size: clamp(3rem, 5.6vw, 6.6rem); line-height: .96; }
.studio-copy { width: 72%; margin: 5vw 0 5vw 18%; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.65; font-weight: 300; }
.studio-copy p + p { margin-top: 2em; }
.studio-roles { width: 82%; margin: 0 0 4vw 18%; padding: 0; }
.studio-roles > div { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); }
.studio-roles dt { font-size: .78rem; font-weight: 500; }
.studio-roles dd { margin: 0; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; line-height: 1.5; opacity: .58; }
.studio-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.project-contact { padding: 13vw 3vw 10vw; background: #d8d3c8; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; }
.contact-intro { grid-column: 1 / 13; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; margin-bottom: 10vw; }
.contact-intro .section-index { grid-column: 1 / 4; }
.contact-intro h2 { grid-column: 4 / 13; font-size: clamp(3.5rem, 8vw, 9.2rem); line-height: .9; }
.contact-intro > p { grid-column: 8 / 12; margin: 5vw 0 0; font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.5; font-weight: 300; }
.project-form { grid-column: 4 / 11; display: grid; grid-template-columns: 1fr 1fr; column-gap: 2.5vw; }
.field { position: relative; margin-bottom: 42px; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,17,15,.45); border-radius: 0; background: transparent; color: var(--ink); font: 300 1.05rem/1.4 "DM Sans", sans-serif; padding: 11px 0 15px; outline: none; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.form-end { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 16px; }
.form-end p { margin: 0; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: .58; }
.form-end button { border: 1px solid var(--ink); background: var(--ink); color: #fff; padding: 18px 24px; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; transition: background .3s, color .3s; }
.form-end button:hover, .form-end button:focus-visible { background: transparent; color: var(--ink); }
.form-end button span { margin-left: 18px; }
.direct-contact { grid-column: 8 / 12; margin-top: 9vw; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.direct-contact p { margin: 0 0 16px; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; opacity: .55; }
.direct-contact a { border-bottom: 1px solid rgba(17,17,15,.4); padding-bottom: 5px; font-size: clamp(.9rem, 1.15vw, 1.1rem); }
.contact-route { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.contact-route span { text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; opacity: .52; }
.site-footer { background: var(--ink); color: #fff; padding: 8vw 3vw 35px; }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 9vw; }
.footer-top img { width: clamp(180px, 20vw, 320px); height: 80px; object-fit: contain; object-position: left center; }
.footer-top > p { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2.4rem, 4.8vw, 5.8rem); line-height: .98; letter-spacing: -.045em; font-weight: 300; text-align: right; }
.footer-bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p, .footer-bottom a { text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.footer-bottom nav { display: flex; gap: 34px; }
.reveal { opacity: 0; transform: translateY(50px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes settle { to { transform: scale(1); } }
@keyframes pulse { 50% { transform: scaleX(.35); opacity: .45; } }
@media (max-width: 760px) {
  .site-header { padding: 22px 20px; }
  .site-header.scrolled { padding-block: 8px; }
  .brand img { width: 155px; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; cursor: pointer; }
  .menu-toggle i { width: 26px; height: 1px; background: currentColor; }
  .main-nav { position: fixed; inset: 0; padding: 105px 24px 40px; background: var(--ink); color: #fff; flex-direction: column; align-items: stretch; gap: 22px; font-size: 1.15rem; transform: translateY(-105%); transition: transform .55s var(--ease); overflow-y: auto; }
  .site-header.menu-open .main-nav { transform: none; }
  .site-header.menu-open { color: #fff; transform: none; }
  .site-header.menu-open .brand img { filter: none; }
  .nav-projects { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .nav-projects-label { display: block; font-size: 1.15rem; margin-bottom: 26px; }
  .project-submenu, .site-header.scrolled .project-submenu { position: static; min-width: 0; padding: 0 0 0 18%; background: none; color: #fff; box-shadow: none; display: grid; grid-template-columns: 1fr; gap: 18px; opacity: 1; visibility: visible; transform: none; }
  .project-submenu span { font-size: .62rem; border: 0; padding: 0; }
  .project-submenu a { font-family: "Manrope",sans-serif; font-size: 1.8rem; letter-spacing: -.025em; text-transform: none; }
  .hero-content { left: 20px; right: 20px; bottom: 10vh; }
  h1 { font-size: clamp(3.1rem, 14.5vw, 5rem); }
  .hero-intro { font-size: .96rem; max-width: 92%; margin: 24px 0 28px; }
  .hero-actions { gap: 17px; flex-direction: column; align-items: flex-start; }
  .scroll-cue { display: none; }
  .hero-project { top: auto; right: 20px; bottom: 24px; transform: none; }
  .manifesto { padding: 110px 20px 80px; display: block; }
  .section-index { margin-bottom: 60px; }
  .manifesto h2, .projects-intro h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .manifesto-copy { margin: 64px 0 90px 18%; font-size: 1.25rem; }
  .manifesto-film { width: calc(100% + 40px); margin-left: -20px; aspect-ratio: 9/14; }
  .manifesto-statement { padding: 90px 0 20px; font-size: 1.7rem; }
  .manifesto-statement p:last-child { margin: 46px 0 0 18%; font-size: .62em; }
  .portfolio-index { display: block; padding: 100px 20px; }
  .portfolio-index > .section-index { margin-bottom: 58px; }
  .portfolio-index-content { margin-left: 0; }
  .portfolio-category { margin: 0 0 36px 18%; }
  .portfolio-index h2 a { grid-template-columns: 36px 1fr auto; gap: 8px; padding: 24px 0; font-size: clamp(2.6rem, 12vw, 4rem); }
  .projects-intro { display: block; min-height: 82vh; padding: 110px 20px; }
  .projects-intro > p { margin: 56px 0 0 18%; }
  .project-title { display: block; padding: 110px 20px 90px; }
  .project-title .eyebrow { margin-bottom: 55px; }
  .project-title h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .project-title > p:last-child { margin: 52px 0 0 18%; font-size: 1.08rem; }
  .story-beat, .story-pair { display: flex; flex-direction: column; padding: 0 20px 110px; gap: 55px; align-items: stretch; }
  .story-arrival .story-copy { order: 2; margin-left: 18%; }
  .story-arrival .take { order: 1; }
  .story-pair .story-copy { padding: 0; margin-left: 18%; }
  .story-pair .take:last-child { margin: 0 0 0 18%; }
  .material-break { display: block; min-height: auto; padding: 110px 20px; }
  .material-words { margin-bottom: 70px; }
  .material-break .take { margin-left: 18%; }
  .material-copy { margin: 60px 0 0 18%; }
  .story-life { padding: 110px 20px; }
  .life-heading { display: block; margin-bottom: 70px; }
  .life-heading h3 { font-size: clamp(2.8rem, 12.5vw, 4rem); }
  .life-grid { display: flex; flex-direction: column; gap: 28px; }
  .life-grid .take:nth-child(2), .life-grid .take:nth-child(3) { margin: 0; }
  .life-grid .take:nth-child(2) { margin-left: 18%; }
  .life-grid .take:nth-child(3) { margin-right: 18%; }
  .project-end { margin: 0 20px; align-items: flex-start; gap: 30px; flex-direction: column; }
  .next-project { min-height: 82svh; }
  .next-project > img { object-position: 65% center; }
  .next-project-content { left: 20px; right: 20px; }
  .next-project-content h2 { font-size: 4.8rem; }
  .process { padding-top: 110px; }
  .process-header { display: block; padding: 0 20px 90px; }
  .process-header .section-index { margin-bottom: 60px; }
  .process-header h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .process-header > p { margin: 52px 0 0 18%; font-size: 1.08rem; }
  .site-visit { display: flex; flex-direction: column; min-height: auto; padding: 100px 20px; gap: 70px; align-items: stretch; }
  .site-visit-copy { padding: 0; }
  .site-visit-copy > span { margin-bottom: 34px; }
  .site-visit-copy h3 { font-size: clamp(2.8rem, 12.5vw, 4.2rem); }
  .site-visit-copy p { margin: 44px 0 0 18%; }
  .site-visit-film { margin-left: 18%; }
  .process-step, .process-step.reverse { min-height: auto; display: flex; flex-direction: column; padding: 85px 20px 100px; gap: 60px; align-items: stretch; }
  .process-step.reverse .process-text, .process-step.reverse .process-image { order: initial; padding: 0; }
  .process-text { padding: 0; }
  .process-text h3 { font-size: 2.35rem; margin: 34px 0; }
  .process-image { margin-left: 10%; }
  .process-step.reverse .process-image { margin: 0 10% 0 0; }
  .layout-sheet { padding: 80px 20px 100px; overflow: hidden; }
  .layout-sheet img { width: 165%; max-width: none; transform: translateX(-3%); }
  .layout-sheet figcaption { display: block; margin-top: 28px; }
  .layout-sheet figcaption p { margin: 34px 0 0 18%; }
  .studio { display: flex; flex-direction: column; padding: 110px 20px; gap: 80px; align-items: stretch; }
  .studio-portrait { width: calc(100% + 40px); margin-left: -20px; }
  .studio-portrait img { aspect-ratio: 3/4.4; object-position: center 16%; }
  .studio-portrait figcaption { padding: 0 20px; }
  .studio-content .section-index { margin-bottom: 60px; }
  .studio h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .studio-copy { width: auto; margin: 55px 0 55px 18%; }
  .studio-roles { width: auto; margin: 0 0 55px 18%; }
  .studio-roles > div { display: block; }
  .studio-roles dd { margin-top: 8px; }
  .project-contact { display: block; padding: 110px 20px 90px; }
  .contact-intro { display: block; margin-bottom: 90px; }
  .contact-intro .section-index { margin-bottom: 60px; }
  .contact-intro h2 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .contact-intro > p { margin: 52px 0 0 18%; }
  .project-form { display: block; }
  .form-end { flex-direction: column; align-items: stretch; }
  .form-end button { width: 100%; display: flex; justify-content: space-between; }
  .direct-contact { margin: 90px 0 0 18%; word-break: break-word; }
  .site-footer { padding: 80px 20px 28px; }
  .footer-top { display: block; padding-bottom: 90px; }
  .footer-top img { width: 190px; }
  .footer-top > p { margin-top: 80px; text-align: left; }
  .footer-bottom { align-items: flex-start; gap: 34px; flex-direction: column-reverse; }
  .footer-bottom nav { gap: 18px; flex-direction: column; }
}

/* Project detail */
.project-page { background: var(--paper); }
.project-page .site-header.scrolled .brand img { filter: invert(1); }
.detail-hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; }
.detail-hero > img, .detail-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.detail-hero > img { object-fit: cover; }
.detail-hero::after { content: ""; background: linear-gradient(0deg, rgba(9,10,9,.62), rgba(9,10,9,.02) 65%); }
.detail-hero-content { position: absolute; z-index: 2; left: 3vw; right: 3vw; bottom: 7vh; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: end; }
.detail-hero-content .eyebrow { grid-column: 1 / 4; }
.detail-hero-content h1 { grid-column: 4 / 9; }
.detail-meta { grid-column: 9 / 13; margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; line-height: 1.8; }
.detail-intro { padding: 13vw 3vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; }
.detail-intro .section-index { grid-column: 1 / 4; }
.detail-intro h2 { grid-column: 4 / 13; font-size: clamp(3.3rem, 7vw, 8rem); line-height: .95; }
.detail-intro-copy { grid-column: 7 / 12; margin-top: 6vw; font-size: clamp(1.15rem, 1.8vw, 1.7rem); line-height: 1.5; font-weight: 300; }
.detail-site { padding: 0 3vw 13vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: end; }
.detail-site .portrait-media { grid-column: 1 / 5; margin: 0; }
.detail-site .portrait-media img { display: block; width: 100%; aspect-ratio: 3/5; object-fit: cover; }
.detail-site .landscape-media { grid-column: 6 / 13; margin: 0 0 8vw; }
.detail-site .landscape-media img { display: block; width: 100%; }
.detail-site figcaption { margin-top: 14px; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; opacity: .55; }
.detail-concept { padding: 12vw 3vw; background: #151512; color: #fff; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.detail-concept-copy { grid-column: 1 / 7; }
.detail-concept-copy span { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.detail-concept-copy h2 { font-size: clamp(3.1rem, 6vw, 7rem); line-height: .95; margin-top: 3vw; }
.detail-concept-copy p { width: 72%; margin: 4vw 0 0 18%; font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.65; font-weight: 300; opacity: .7; }
.detail-concept-film { grid-column: 8 / 13; margin: 0; }
.detail-concept-film video { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.detail-layout { padding: 12vw 3vw; background: #fff; }
.detail-layout-header { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; margin-bottom: 7vw; }
.detail-layout-header span { grid-column: 1 / 4; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.detail-layout-header h2 { grid-column: 4 / 13; font-size: clamp(3rem, 6vw, 7rem); line-height: .96; }
.detail-layout > img { display: block; width: 100%; }
.detail-gallery { padding: 4vw 3vw 13vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; }
.detail-gallery figure { margin: 0; }
.detail-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.detail-gallery figure:nth-child(1) { grid-column: 1 / 13; }
.detail-gallery figure:nth-child(2) { grid-column: 1 / 7; margin-top: 8vw; }
.detail-gallery figure:nth-child(3) { grid-column: 7 / 13; }
.detail-gallery figure:nth-child(4) { grid-column: 2 / 9; margin-top: 9vw; }
.detail-gallery figure:nth-child(5) { grid-column: 9 / 13; margin-top: 18vw; }
.detail-film { padding: 12vw 3vw; background: #d8d3c8; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.detail-film-copy { grid-column: 1 / 7; }
.detail-film-copy h2 { font-size: clamp(3rem, 6vw, 7rem); line-height: .95; }
.detail-film-copy p { max-width: 500px; margin-top: 3vw; line-height: 1.6; font-weight: 300; }
.detail-film figure { grid-column: 8 / 12; margin: 0; }
.detail-film video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; }
.back-home { padding: 8vw 3vw; display: flex; align-items: center; justify-content: space-between; }
.back-home p { font-family: "Manrope",sans-serif; font-size: clamp(2rem,4vw,4.8rem); font-weight: 300; margin: 0; }
.back-home a { border-bottom: 1px solid var(--ink); padding-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.remote-process { padding: 13vw 3vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; background: #e7e6df; }
.remote-process .section-index { grid-column: 1 / 4; }
.remote-process h2 { grid-column: 4 / 13; font-size: clamp(3.3rem,7vw,8rem); line-height: .95; }
.remote-process-copy { grid-column: 7 / 12; margin-top: 6vw; font-size: clamp(1.15rem,1.8vw,1.7rem); line-height: 1.5; font-weight: 300; }
.detail-film-hr { background: #cfd2c4; }
.corporate-page { background: #ecece8; }
.corporate-hero { min-height: 88svh; padding: 180px 3vw 8vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-content: end; background: #151512; color: #fff; }
.corporate-hero .section-index { grid-column: 1 / 4; align-self: start; }
.corporate-hero h1 { grid-column: 4 / 13; font-size: clamp(4rem,8.5vw,10rem); }
.corporate-hero > p { grid-column: 8 / 12; margin: 5vw 0 0; font-size: clamp(1.05rem,1.5vw,1.35rem); line-height: 1.6; font-weight: 300; opacity: .7; }
.corporate-project { padding: 12vw 3vw; }
.corporate-project + .corporate-project { border-top: 1px solid var(--line); }
.corporate-project-dark { background: #151512; color: #fff; }
.corporate-project-header { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: end; margin-bottom: 7vw; }
.corporate-project-header > p { grid-column: 1 / 4; margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.corporate-project-header h2 { grid-column: 4 / 10; font-size: clamp(3.5rem,7vw,8rem); line-height: .92; }
.corporate-project-header > span { grid-column: 10 / 13; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; line-height: 1.6; opacity: .58; }
.corporate-project figure { margin: 0; overflow: hidden; }
.corporate-project img, .corporate-project video { display: block; width: 100%; height: 100%; object-fit: cover; }
.corporate-wide { aspect-ratio: 16/8; }
.corporate-pair { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; margin-top: 1.6vw; align-items: start; }
.corporate-pair figure:first-child { grid-column: 1 / 8; aspect-ratio: 16/9; }
.corporate-pair figure:last-child { grid-column: 8 / 13; aspect-ratio: 4/3; margin-top: 8vw; }
.corporate-feature { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.corporate-feature figure:first-child { grid-column: 1 / 8; aspect-ratio: 16/9; }
.corporate-feature figure:last-child { grid-column: 9 / 13; aspect-ratio: 16/9; }
.corporate-offset { width: 62%; margin: 1.6vw 0 0 auto !important; aspect-ratio: 16/9; }
.detail-hero-muxarabi h1 { font-size: clamp(3.4rem,6.2vw,7.2rem); }
.muxarabi-facades { padding: 3vw 3vw 13vw; display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; align-items: center; }
.muxarabi-facades figure { margin: 0; overflow: hidden; }
.muxarabi-facades figure:first-child { grid-column: 1 / 5; }
.muxarabi-facades figure:last-child { grid-column: 9 / 13; margin-top: 10vw; }
.muxarabi-facades img { display: block; width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.muxarabi-facades-copy { grid-column: 5 / 9; padding: 0 2vw; }
.muxarabi-facades-copy span { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.muxarabi-facades-copy p { margin: 3vw 0 0; font-size: clamp(1.4rem,2.3vw,2.7rem); line-height: 1.3; font-weight: 300; }
.detail-concept-muxarabi .detail-concept-film { aspect-ratio: 4/3; }
.detail-concept-muxarabi .detail-concept-film img { display: block; width: 100%; height: 100%; object-fit: cover; }
.commercial-project-ativa { background: #171615; color: #f4f2ed; scroll-margin-top: 70px; }
.commercial-project-ativa .corporate-project-header { margin-bottom: 4vw; }
.commercial-intro { width: 42%; margin: 0 8% 7vw auto; font-size: clamp(1.1rem,1.65vw,1.55rem); line-height: 1.55; font-weight: 300; opacity: .72; }
.ativa-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.6vw; margin-top: 1.6vw; align-items: start; }
.ativa-gallery figure:nth-child(1) { grid-column: 1 / 8; }
.ativa-gallery figure:nth-child(2) { grid-column: 8 / 13; margin-top: 8vw; }
.ativa-gallery figure:nth-child(3) { grid-column: 1 / 6; margin-top: 2vw; }
.ativa-gallery figure:nth-child(4) { grid-column: 6 / 13; margin-top: 10vw; }
.ativa-gallery figure:nth-child(5) { grid-column: 3 / 10; margin-top: 2vw; }
.ativa-gallery img { aspect-ratio: 16/10; }
.ativa-technical { margin-top: 10vw; padding-top: 7vw; border-top: 1px solid rgba(244,242,237,.24); }
.ativa-technical-header { display: grid; grid-template-columns: 2fr 5fr; column-gap: 4vw; margin-bottom: 3vw; }
.ativa-technical-header p { grid-column: 1; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.ativa-technical-header h3 { grid-column: 2; margin: 0; font-size: clamp(2.8rem,6vw,7rem); line-height: .9; font-weight: 300; letter-spacing: -.055em; }
.ativa-technical-header span { grid-column: 2; max-width: 34rem; margin-top: 2rem; font-size: 1rem; line-height: 1.5; color: rgba(244,242,237,.68); }
.ativa-technical-sheets { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.6vw; }
.ativa-technical-sheets figure { margin: 0; background: #f4f2ed; color: #171615; }
.ativa-technical-sheets img { display: block; width: 100%; height: auto; }
.ativa-technical-sheets figcaption { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.2rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.ativa-technical-sheets figcaption a { color: inherit; text-decoration: none; white-space: nowrap; border-bottom: 1px solid currentColor; }
@media (max-width:760px) {
  .detail-hero > img { object-position: 58% center; }
  .detail-hero-content { left: 20px; right: 20px; display: block; }
  .detail-hero-content h1 { margin: 20px 0 28px; }
  .detail-intro { display: block; padding: 110px 20px; }
  .detail-intro .section-index { margin-bottom: 60px; }
  .detail-intro h2 { font-size: clamp(3rem,14vw,4.5rem); }
  .detail-intro-copy { margin: 55px 0 0 18%; }
  .detail-site { display: flex; flex-direction: column; padding: 0 20px 110px; gap: 50px; }
  .detail-site .portrait-media { width: 72%; }
  .detail-site .landscape-media { margin: 0 0 0 12%; }
  .detail-concept { display: block; padding: 110px 20px; }
  .detail-concept-copy p { width: auto; margin: 45px 0 70px 18%; }
  .detail-concept-film { margin-left: 18%; }
  .detail-layout { padding: 100px 20px; overflow: hidden; }
  .detail-layout-header { display: block; }
  .detail-layout-header span { display: block; margin-bottom: 50px; }
  .detail-layout-header h2 { font-size: 3.5rem; }
  .detail-layout > img { width: 165%; max-width: none; transform: translateX(-6%); }
  .detail-gallery { display: flex; flex-direction: column; padding: 60px 20px 110px; gap: 26px; }
  .detail-gallery figure:nth-child(n) { margin: 0; }
  .detail-gallery figure:nth-child(2), .detail-gallery figure:nth-child(5) { margin-left: 16%; }
  .detail-film { display: block; padding: 100px 20px; }
  .detail-film-copy h2 { font-size: 3.5rem; }
  .detail-film-copy p { margin: 38px 0 70px 18%; }
  .detail-film figure { margin-left: 18%; }
  .back-home { padding: 80px 20px; flex-direction: column; align-items: flex-start; gap: 40px; }
  .detail-hero-hr > img { object-position: 52% center; }
  .remote-process { display: block; padding: 110px 20px; }
  .remote-process .section-index { margin-bottom: 60px; }
  .remote-process h2 { font-size: clamp(3rem,14vw,4.5rem); }
  .remote-process-copy { margin: 55px 0 0 18%; }
  .corporate-hero { min-height: 82svh; padding: 140px 20px 90px; display: block; }
  .corporate-hero .section-index { margin-bottom: 80px; }
  .corporate-hero h1 { font-size: clamp(3.4rem,15vw,5rem); }
  .corporate-hero > p { margin: 55px 0 0 18%; }
  .corporate-project { padding: 100px 20px; }
  .corporate-project-header { display: block; margin-bottom: 60px; }
  .corporate-project-header h2 { margin: 28px 0; font-size: clamp(3rem,13vw,4.6rem); }
  .corporate-wide { width: calc(100% + 40px); margin-left: -20px !important; aspect-ratio: 4/3; }
  .corporate-pair, .corporate-feature { display: flex; flex-direction: column; gap: 24px; margin-top: 24px; }
  .corporate-pair figure:first-child, .corporate-pair figure:last-child, .corporate-feature figure:first-child, .corporate-feature figure:last-child { width: 100%; aspect-ratio: 4/3; margin: 0; }
  .corporate-pair figure:last-child, .corporate-feature figure:last-child { width: 82%; margin-left: 18%; }
  .corporate-offset { width: 82%; margin: 24px 0 0 18% !important; aspect-ratio: 4/3; }
  .detail-hero-muxarabi h1 { font-size: clamp(3rem,12.5vw,4.2rem); }
  .muxarabi-facades { display: flex; flex-direction: column; padding: 80px 20px 110px; gap: 55px; align-items: stretch; }
  .muxarabi-facades figure:first-child { width: 82%; }
  .muxarabi-facades figure:last-child { width: 82%; margin: 0 0 0 18%; }
  .muxarabi-facades-copy { padding: 0; margin-left: 18%; }
  .muxarabi-facades-copy p { margin-top: 30px; }
  .commercial-intro { width: auto; margin: 0 0 60px 18%; }
  .ativa-gallery { display: flex; flex-direction: column; gap: 24px; margin-top: 24px; }
  .ativa-gallery figure:nth-child(n) { width: 100%; margin: 0; }
  .ativa-gallery figure:nth-child(even) { width: 82%; margin-left: 18%; }
  .ativa-technical { margin-top: 88px; padding-top: 56px; }
  .ativa-technical-header { display: block; margin-bottom: 28px; }
  .ativa-technical-header h3 { margin-top: 20px; font-size: clamp(3rem,14vw,5rem); }
  .ativa-technical-header span { display: block; margin-top: 24px; }
  .ativa-technical-sheets { grid-template-columns: 1fr; gap: 24px; }
  .ativa-technical-sheets figcaption { align-items: flex-start; font-size: .65rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
