:root {
  --paper: #eceae3;
  --ink: #1d1c19;
  --line: rgba(29, 28, 25, .22);
  --clay: #9b7f6d;
  --white: #f4f2ec;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.section-tag { margin: 0; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.5rem; color: var(--white); border-bottom: 1px solid rgba(244,242,236,.38); transition: background .35s, color .35s, border-color .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header--solid { color: var(--ink); background: rgba(236,234,227,.94); border-color: var(--line); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); }
.home-page .site-header--solid { background: rgba(236,234,227,.78); border-color: rgba(29,28,25,.24); box-shadow: 0 12px 34px rgba(29,28,25,.14); backdrop-filter: blur(24px) saturate(145%); -webkit-backdrop-filter: blur(24px) saturate(145%); }
.brand { font-size: 1.35rem; font-weight: 600; letter-spacing: -.06em; }
.brand span { margin-left: .18rem; font-size: .5rem; vertical-align: top; }
.site-header nav { display: flex; align-items: center; gap: 2rem; font-size: .82rem; }
.site-header nav a { transition: opacity .25s; }
.site-header nav a:hover { opacity: .55; }
.nav-contact { display: inline-flex; align-items: center; gap: .62rem; border: 1px solid currentColor; border-radius: 99px; padding: .3rem .32rem .3rem .88rem; background: rgba(244,242,236,.08); font-size: 0; transition: background .3s, color .3s, border-color .3s, transform .3s; }
.nav-contact::before { content: "Contatti"; font-size: .82rem; letter-spacing: -.02em; }
.nav-contact::after { content: "↗"; display: grid; place-items: center; width: 1.65rem; height: 1.65rem; border: 1px solid currentColor; border-radius: 50%; font-size: .82rem; transition: transform .3s, background .3s, color .3s; }
.nav-contact:hover { background: var(--paper); color: var(--ink); border-color: currentColor; transform: translateY(-1px); }
.nav-contact:hover::after { background: var(--ink); color: var(--paper); transform: rotate(45deg); }
.mobile-menu-toggle,.mobile-menu { display: none; }

.home-hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: auto 1fr auto; gap: 1rem; padding: 6.5rem 1.5rem 1.3rem; color: var(--white); }
.home-hero > img, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.home-hero > img { filter: saturate(.75) contrast(.96); transform: scale(1.02); }
.home-hero.is-playing > img { animation: studio-film-drift 18s ease-in-out infinite alternate; filter: saturate(.9) contrast(.98); }
.hero-shade { background: linear-gradient(90deg, rgba(20,17,14,.56), rgba(20,17,14,.08) 58%, rgba(20,17,14,.35)); }
.home-hero .hero-kicker, .home-hero h1, .home-hero .hero-copy, .home-hero .hero-meta { position: relative; z-index: 1; }
.hero-kicker { grid-column: 1 / span 4; margin: 0; font-size: .78rem; }
.home-hero h1 { grid-column: 1 / -1; align-self: center; margin: 0; font-size: clamp(7rem, 20vw, 23rem); font-weight: 400; line-height: .64; letter-spacing: -.1em; transform: translateX(-.045em); }
.hero-copy { grid-column: 8 / -1; align-self: end; max-width: 24rem; margin-bottom: 1rem; font-size: clamp(1.8rem, 3vw, 3.5rem); line-height: .94; letter-spacing: -.055em; }
.hero-copy p { margin: 0; }
.hero-meta { grid-column: 1 / -1; display: grid; grid-template-columns: 2fr 2fr 1fr; gap: 2rem; padding-top: 1rem; border-top: 1px solid rgba(244,242,236,.55); font-size: .78rem; }
.hero-meta p { margin: 0; }
.hero-meta a { text-align: right; }

.home-intro { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; min-height: 76vh; padding: 4rem 1.5rem 2rem; border-bottom: 1px solid var(--line); }
.home-intro > .section-tag { grid-column: 1 / span 3; }
.home-intro-copy { grid-column: 4 / -1; align-self: center; }
.home-intro-copy h2 { max-width: 70rem; margin: 0; font-size: clamp(3rem, 6.4vw, 7.4rem); font-weight: 400; line-height: .91; letter-spacing: -.073em; }
.home-intro-copy p { max-width: 31rem; margin: 2.5rem 0 0 auto; font-size: 1rem; line-height: 1.4; }
.home-intro-link { display: inline-block; margin-top: 2rem; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; font-size: .88rem; }

.home-featured { padding: 5rem 1.5rem 9rem; }
.section-heading { display: grid; grid-template-columns: repeat(12,1fr); align-items: start; margin-bottom: 5rem; }
.section-heading .section-tag { grid-column: 1 / span 3; }
.section-heading h2 { grid-column: 4 / -1; margin: 0; font-size: clamp(4.5rem, 10vw, 12rem); font-weight: 400; line-height: .75; letter-spacing: -.085em; }
.section-heading .section-heading-link { grid-column: 4 / -1; justify-self: start; margin-top: 2.4rem; }
.section-heading p:last-child { grid-column: 4 / -1; margin: 2rem 0 0; font-size: .8rem; }
.featured-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 1rem; align-items: end; }
.featured-card { display: block; }
.featured-card--small { margin-bottom: 10rem; }
.featured-card figure { margin: 0; overflow: hidden; }
.featured-card img { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82); transition: transform .7s ease, filter .3s; }
.featured-card--small img { aspect-ratio: 3 / 4; }
.featured-card:hover img { transform: scale(1.02); filter: saturate(1); }
.card-caption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; border-top: 1px solid var(--ink); font-size: .78rem; }
.text-arrow { display: inline-block; margin-top: 1.4rem; border-bottom: 1px solid var(--ink); padding-bottom: .3rem; font-size: .8rem; }

.home-studio { display: grid; grid-template-columns: repeat(12,1fr); min-height: 82vh; padding: 9rem 1.5rem 7rem; background: var(--ink); color: var(--paper); }
.home-studio .section-tag { grid-column: 1 / span 3; }
.home-studio-copy { grid-column: 4 / -1; align-self: center; }
.home-studio-copy h2 { max-width: 75rem; margin: 0; font-size: clamp(4.5rem, 10vw, 12rem); font-weight: 400; line-height: .75; letter-spacing: -.09em; }
.home-studio-copy p { max-width: 29rem; margin: 4rem 0 0; font-size: 1rem; line-height: 1.45; }
.home-studio-copy a { display: inline-block; margin-top: 2rem; border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .85rem; }
.home-studio-media { grid-column: 4 / -1; width: 100%; height: min(54vh, 38rem); margin: clamp(5rem, 10vw, 9rem) 0 0; overflow: hidden; }
.home-studio-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.97); transition: transform .7s ease, filter .3s; }
.home-studio-media:hover img { transform: scale(1.02); filter: saturate(.95) contrast(1); }

.page-hero { min-height: 72vh; padding: 10rem 1.5rem 3rem; display: grid; grid-template-columns: repeat(12,1fr); align-items: end; border-bottom: 1px solid var(--line); }
.page-hero .section-tag { grid-column: 1 / span 3; align-self: start; }
.page-hero h1 { grid-column: 4 / -1; margin: 0; font-size: clamp(5.5rem, 13vw, 16rem); font-weight: 400; line-height: .72; letter-spacing: -.1em; }
.page-hero p:last-of-type { grid-column: 4 / span 5; margin: 4rem 0 0; font-size: 1.05rem; line-height: 1.35; }
.studio-film { width: 100%; background: var(--ink); color: var(--paper); }
.studio-film-frame { position: relative; min-height: 100svh; overflow: hidden; }
.studio-film-frame > img,.studio-film-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.studio-film-frame > img { filter: saturate(.72) contrast(.94); transform: scale(1.02); transition: transform .8s ease, filter .8s ease; }
.studio-film-frame.is-playing > img { animation: studio-film-drift 18s ease-in-out infinite alternate; filter: saturate(.9) contrast(.98); }
.studio-film-shade { background: linear-gradient(180deg, rgba(20,17,14,.26), rgba(20,17,14,.08) 42%, rgba(20,17,14,.56)); pointer-events: none; }
.studio-film-meta { position: absolute; inset: 6.5rem 1.5rem auto; display: flex; justify-content: space-between; gap: 1rem; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; }
.studio-film-toggle { position: absolute; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: .8rem; min-width: 9.5rem; justify-content: center; transform: translate(-50%,-50%); border: 1px solid rgba(244,242,236,.85); border-radius: 99px; padding: .9rem 1.15rem; background: rgba(29,28,25,.3); color: var(--paper); backdrop-filter: blur(8px); cursor: pointer; font: inherit; font-size: .78rem; transition: background .25s, color .25s, transform .25s; }
.studio-film-toggle:hover { background: var(--paper); color: var(--ink); transform: translate(-50%,-50%) scale(1.03); }
.studio-film-icon { font-size: .65rem; }
.studio-film-frame.is-playing .studio-film-icon { font-size: .6rem; }
@keyframes studio-film-drift { 0% { transform: scale(1.02) translate3d(0,0,0); } 50% { transform: scale(1.1) translate3d(-1.5%, -1%, 0); } 100% { transform: scale(1.04) translate3d(1%, .5%, 0); } }
.projects-page .page-hero { position: relative; overflow: hidden; }
.projects-page .page-hero h1 { max-width: 74%; }
.projects-hero-media { position: absolute; z-index: 0; right: 1.5rem; bottom: 1.5rem; width: min(25vw, 22rem); margin: 0; }
.projects-hero-media img { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78) contrast(.96); }
.projects-page .page-hero > *:not(.projects-hero-media) { position: relative; z-index: 1; }
.projects-page { padding-bottom: 0; }
.projects-page .site-footer { margin-top: clamp(6rem, 10vw, 10rem); }
.projects-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 7rem 1rem; padding: 6rem 1.5rem 0; }
.project-card { display: block; }
.project-card:nth-child(1) { grid-column: 1 / span 8; }
.project-card:nth-child(2) { grid-column: 10 / -1; margin-top: 12rem; }
.project-card:nth-child(3) { grid-column: 1 / span 5; }
.project-card:nth-child(4) { grid-column: 6 / -1; margin-top: 10rem; }
.project-card:nth-child(5) { grid-column: 1 / span 8; }
.project-card:nth-child(6) { grid-column: 10 / -1; margin-top: 12rem; }
.project-card figure { position: relative; margin: 0; overflow: hidden; }
.project-card img { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82); transition: transform .7s ease, filter .3s; }
.project-card:nth-child(2) img, .project-card:nth-child(6) img { aspect-ratio: 3 / 4; }
.project-card:nth-child(3) img { aspect-ratio: 1; }
.project-card:hover img { transform: scale(1.02); filter: saturate(1); }
.project-card .project-no { position: absolute; z-index: 1; left: .8rem; top: .8rem; width: 2.3rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: .7rem; }
.project-card figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; border-top: 1px solid var(--ink); font-size: .78rem; }

.studio-page { padding-bottom: 0; }
.studio-statement { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; padding: 7rem 1.5rem; }
.studio-statement .section-tag { grid-column: 1 / span 3; }
.studio-statement h2 { grid-column: 4 / -1; max-width: 72rem; margin: 0; font-size: clamp(3.5rem, 7.5vw, 9rem); font-weight: 400; line-height: .86; letter-spacing: -.08em; }
.studio-copy-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; padding: 6rem 1.5rem; background: var(--ink); color: var(--paper); }
.studio-copy-grid .section-tag { grid-column: 1 / span 3; }
.studio-copy-grid .copy-column { grid-column: 4 / span 4; }
.studio-copy-grid .copy-column:last-child { grid-column: 9 / -1; }
.studio-copy-grid p { margin: 0; font-size: 1rem; line-height: 1.45; }
.studio-copy-grid p + p { margin-top: 1.5rem; }
.process-page { padding: 8rem 1.5rem 0; }
.process-page .process-list { margin-left: 25%; border-top: 1px solid var(--ink); }
.process-page details { border-bottom: 1px solid var(--ink); }
.process-page summary { list-style: none; display: grid; grid-template-columns: 5rem 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; cursor: pointer; }
.process-page summary::-webkit-details-marker { display: none; }
.process-page summary span { font-size: .75rem; }
.process-page summary strong { font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.06em; }
.process-page summary i { font-size: 2rem; font-style: normal; transition: transform .25s; }
.process-page details[open] summary i { transform: rotate(45deg); }
.process-page details > p { max-width: 35rem; margin: 0 0 2rem 6rem; line-height: 1.45; }
.studio-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 8rem 1.5rem 0; border-top: 1px solid var(--ink); }
.studio-facts div { min-height: 12rem; padding: .9rem 1rem .8rem 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.studio-facts div + div { padding-left: 1rem; }
.studio-facts div:last-child { border: 0; }
.studio-facts strong { font-size: clamp(3rem, 5vw, 6rem); font-weight: 400; letter-spacing: -.08em; }
.studio-facts span { font-size: .75rem; }

.contact-page { background: var(--paper); color: var(--ink); }
.contact-hero { min-height: 78vh; padding: 10rem 1.5rem 5rem; display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; align-items: end; border-bottom: 1px solid var(--line); }
.contact-hero .section-tag { grid-column: 1 / span 3; align-self: start; }
.contact-hero h1 { grid-column: 4 / -1; margin: 0; font-size: clamp(5rem, 12vw, 14rem); font-weight: 400; line-height: .74; letter-spacing: -.09em; }
.contact-hero-lead { grid-column: 4 / span 5; margin: 2rem 0 0; font-size: 1.1rem; line-height: 1.35; }
.contact-hero-link { grid-column: 4 / span 3; display: inline-flex; align-items: center; gap: .7rem; justify-self: start; margin-top: 2.5rem; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; font-size: .84rem; }
.contact-hero-link span { font-size: 1rem; transition: transform .25s; }
.contact-hero-link:hover span { transform: translateY(.2rem); }
.contact-orient { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; padding: 5rem 1.5rem; background: var(--clay); border-bottom: 1px solid var(--ink); }
.contact-orient-intro { grid-column: 1 / span 3; }
.contact-orient-intro h2 { margin: 2.5rem 0 0; font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.contact-orient-copy { grid-column: 5 / -1; display: grid; grid-template-columns: minmax(12rem, 1fr) minmax(20rem, 1.15fr); gap: 3rem; align-items: end; }
.contact-orient-copy > p { max-width: 25rem; margin: 0; font-size: 1.05rem; line-height: 1.35; }
.contact-orient-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.contact-orient-detail { display: flex; flex-direction: column; gap: .7rem; min-height: 5.5rem; padding-top: .8rem; border-top: 1px solid var(--ink); }
.contact-orient-detail span { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.contact-orient-detail strong { font-size: clamp(1.05rem, 1.8vw, 1.8rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.contact-form-section { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; padding: 7rem 1.5rem 8rem; border-bottom: 1px solid var(--line); }
.contact-form-section > .section-tag { grid-column: 1 / span 3; }
.contact-form-wrap { grid-column: 4 / -1; }
.form-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
.contact-form-wrap h2 { max-width: 48rem; margin: 0; font-size: clamp(3rem, 6vw, 7rem); font-weight: 400; line-height: .82; letter-spacing: -.08em; }
.form-intro > p { max-width: 16rem; margin: 0 0 .3rem; font-size: .85rem; line-height: 1.4; }
.contact-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 2.5rem 1rem; border-top: 1px solid var(--ink); padding-top: 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: .75rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.form-field input,.form-field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .65rem 0 .8rem; background: transparent; color: var(--ink); font: inherit; font-size: 1.05rem; outline: none; resize: vertical; }
.form-field input:focus,.form-field textarea:focus { border-color: var(--ink); }
.form-choice-group { border: 0; margin: 1rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line); }
.form-choice-group legend { padding: 0; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.form-choice-note { margin: .55rem 0 0; color: rgba(29,28,25,.62); font-size: .76rem; }
.form-choice-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .55rem; margin-top: 1rem; }
.form-choice-grid--three { grid-template-columns: repeat(3,1fr); }
.form-choice { position: relative; display: flex; min-height: 4.1rem; align-items: center; padding: .8rem .85rem; border: 1px solid var(--line); cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.form-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.form-choice span { font-size: .82rem; line-height: 1.15; }
.form-choice:hover { border-color: var(--ink); transform: translateY(-2px); }
.form-choice:has(input:checked) { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.form-choice:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 3px; }
.form-submit-row { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-top: .5rem; }
.form-submit-row p { max-width: 18rem; margin: 0; font-size: .76rem; line-height: 1.4; color: rgba(29,28,25,.65); }
.form-submit-row button { display: inline-flex; align-items: center; gap: .75rem; border: 1px solid var(--ink); border-radius: 99px; padding: .85rem 1.1rem; background: var(--ink); color: var(--paper); cursor: pointer; font-size: .82rem; transition: background .25s, color .25s; }
.form-submit-row button:hover { background: transparent; color: var(--ink); }
.form-submit-row button span { font-size: 1rem; }
.form-status { grid-column: 1 / -1; min-height: 1.2em; margin: 0; font-size: .78rem; }

.project-detail-page { padding-bottom: 0; }
.detail-top { padding: 9rem 1.5rem 2rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .78rem; }
.detail-top a { border-bottom: 1px solid var(--ink); padding-bottom: .25rem; }
.detail-hero { margin: 0 1.5rem; }
.detail-hero img { max-height: 78vh; aspect-ratio: 16 / 9; object-fit: cover; }
.detail-caption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; border-top: 1px solid var(--ink); font-size: .78rem; }
.detail-intro { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; padding: 8rem 1.5rem; }
.detail-intro .section-tag { grid-column: 1 / span 3; }
.detail-intro h1 { grid-column: 4 / -1; margin: 0; font-size: clamp(5rem, 11vw, 13rem); font-weight: 400; line-height: .74; letter-spacing: -.09em; }
.detail-intro .detail-lead { grid-column: 4 / span 5; margin: 3rem 0 0; font-size: 1.15rem; line-height: 1.35; }
.detail-facts { grid-column: 9 / -1; align-self: end; margin: 3rem 0 0; border-top: 1px solid var(--ink); font-size: .78rem; }
.detail-facts div { display: grid; grid-template-columns: 1fr 1fr; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.detail-facts dt,.detail-facts dd { margin: 0; }
.detail-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; padding: 0 1.5rem 8rem; }
.detail-gallery figure { margin: 0; }
.detail-gallery-wide { grid-column: 1 / -1; }
.detail-gallery-wide img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.detail-gallery-pair { grid-column: 3 / -1; display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.detail-gallery-pair img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.detail-gallery figcaption { padding-top: .65rem; border-top: 1px solid var(--ink); font-size: .72rem; }
.detail-body { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; padding: 0 1.5rem 8rem; }
.detail-body p { grid-column: 4 / span 5; margin: 0; font-size: 1rem; line-height: 1.45; }
.detail-body p + p { grid-column: 9 / -1; }
.detail-collection { padding: 0 1.5rem 8rem; }
.detail-collection-head { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; padding: 1rem 0 3rem; border-top: 1px solid var(--line); }
.detail-collection-head .section-tag { grid-column: 1 / span 3; }
.detail-collection-head p:last-child { grid-column: 4 / span 5; max-width: 28rem; margin: 0; font-size: .95rem; line-height: 1.35; }
.detail-collection-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(4, minmax(10rem, 18vw)); gap: 1rem; }
.detail-collection-card { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.detail-collection-card:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.detail-collection-card:nth-child(2) { grid-column: 3; grid-row: 1; }
.detail-collection-card:nth-child(3) { grid-column: 3; grid-row: 2; }
.detail-collection-card:nth-child(4) { grid-column: 1; grid-row: 3; }
.detail-collection-card:nth-child(5) { grid-column: 2 / span 2; grid-row: 3 / span 2; }
.detail-collection-card:nth-child(6) { grid-column: 1; grid-row: 4; }
.detail-collection-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .7s ease, filter .3s ease; }
.detail-collection-card:hover img { transform: scale(1.035); filter: saturate(1); }
.detail-collection-card figcaption { position: absolute; left: .8rem; bottom: .8rem; margin: 0; padding: .4rem .55rem; background: rgba(29,28,25,.72); color: var(--paper); font-size: .68rem; }
.detail-note { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; padding: 6rem 1.5rem 8rem; background: var(--ink); color: var(--paper); }
.detail-note > .section-tag { grid-column: 1 / span 3; color: rgba(244,242,236,.62); }
.detail-note > div { grid-column: 4 / span 7; }
.detail-note h2 { max-width: 62rem; margin: 0; font-size: clamp(3.5rem, 7vw, 8rem); font-weight: 400; line-height: .8; letter-spacing: -.085em; }
.detail-note p:not(.section-tag) { max-width: 28rem; margin: 3rem 0 0; font-size: 1rem; line-height: 1.45; color: rgba(244,242,236,.72); }
.next-project { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; align-items: end; padding: 4.5rem 1.5rem 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .3s ease, color .3s ease; }
.next-project:hover { background: #e2dfd7; }
.next-project-label { grid-column: 1 / span 3; align-self: start; margin: .35rem 0 0; color: rgba(29,28,25,.62); font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.next-project strong { grid-column: 4 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: clamp(3.8rem, 8vw, 9.5rem); font-weight: 400; line-height: .82; letter-spacing: -.085em; }
.next-project-arrow { display: inline-grid; flex: 0 0 auto; place-items: center; width: clamp(3rem, 5.5vw, 5.5rem); height: clamp(3rem, 5.5vw, 5.5rem); border: 1px solid currentColor; border-radius: 50%; font-size: .42em; line-height: 1; letter-spacing: 0; transition: background .3s ease, color .3s ease, transform .3s ease; }
.next-project:hover .next-project-arrow { background: var(--ink); color: var(--paper); transform: translate(4px, -4px); }

.site-footer { padding: 5rem 1.5rem 1rem; background: var(--ink); color: var(--paper); }
.footer-cta { display: grid; grid-template-columns: repeat(12,1fr); gap: 2rem; padding-bottom: 5rem; border-bottom: 1px solid rgba(244,242,236,.28); }
.footer-cta > .section-tag { grid-column: 1 / span 3; color: rgba(244,242,236,.62); }
.footer-cta-copy { grid-column: 4 / -1; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.footer-cta h2 { margin: 0; font-size: clamp(3.5rem, 8vw, 9rem); font-weight: 400; line-height: .78; letter-spacing: -.09em; }
.footer-cta-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .7rem; border: 1px solid rgba(244,242,236,.6); border-radius: 99px; padding: .8rem 1rem; font-size: .8rem; transition: background .25s, color .25s; }
.footer-cta-link:hover { background: var(--paper); color: var(--ink); }
.footer-main { display: grid; grid-template-columns: 5fr repeat(3,1fr); gap: 2rem; padding: 4rem 0 5rem; }
.footer-brand-block p { margin: 1rem 0 0; font-size: .76rem; color: rgba(244,242,236,.62); }
.footer-wordmark { display: block; font-size: clamp(6rem, 16vw, 16rem); font-weight: 400; line-height: .68; letter-spacing: -.12em; }
.footer-wordmark span { margin-left: .12em; font-size: .08em; vertical-align: top; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .82rem; }
.footer-column .footer-label { margin: 0 0 .8rem; color: rgba(244,242,236,.55); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-column p:not(.footer-label) { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(244,242,236,.28); color: rgba(244,242,236,.62); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--paper); }
.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .7s, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 720px) {
  .site-header { padding: 1rem; }
  .site-header nav { gap: .7rem; }
  .site-header nav a { display: none; }
  .nav-contact { display: none; }
  .mobile-menu-toggle { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid currentColor; border-radius: 99px; padding: .28rem .3rem .28rem .78rem; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .78rem; }
  .mobile-menu-icon { display: grid; place-items: center; width: 1.55rem; height: 1.55rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; line-height: 1; }
  .mobile-menu { position: fixed; z-index: 30; inset: 0; display: flex; flex-direction: column; padding: 5.8rem 1rem 1.2rem; background: var(--paper); color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-1.5rem); transition: opacity .35s ease, transform .35s ease; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
  .mobile-menu-close { display: inline-flex; align-items: center; gap: .5rem; border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
  .mobile-menu-close span { font-size: 1.35rem; line-height: .6; }
  .mobile-menu-links { display: flex; flex-direction: column; margin-top: 3rem; }
  .mobile-menu-links a { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: .55rem 0 1rem; font-size: clamp(3.5rem, 16vw, 6rem); line-height: .84; letter-spacing: -.09em; }
  .mobile-menu-links a span { font-size: 1rem; letter-spacing: 0; }
  .mobile-menu-foot { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .68rem; color: rgba(29,28,25,.62); }
  body.menu-open { overflow: hidden; }
  body.menu-open .mobile-menu { opacity: 1; pointer-events: auto; transform: none; }
  body.menu-open .site-header { z-index: 31; color: var(--ink); border-color: transparent; background: transparent; }
  .home-hero { padding: 6rem 1rem 1rem; }
  .home-hero > img { object-position: 46% center; }
  .hero-kicker { grid-column: 1 / span 8; }
  .home-hero h1 { font-size: 27vw; line-height: .7; }
  .hero-copy { grid-column: 3 / -1; font-size: clamp(2.1rem, 10vw, 3.5rem); }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta a { display: none; }
  .home-intro { min-height: 82vh; padding: 2rem 1rem 1rem; }
  .home-intro > .section-tag,.home-intro-copy { grid-column: 1 / -1; }
  .home-intro-copy h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .home-intro-copy p { margin-left: 25%; }
  .home-featured { padding: 4rem 1rem 7rem; }
  .section-heading { gap: 4rem 0; }
  .section-heading .section-tag,.section-heading h2 { grid-column: 1 / -1; }
  .section-heading .section-heading-link { grid-column: 1 / -1; margin-top: 1.5rem; }
  .featured-grid { display: block; }
  .featured-card,.featured-card--small { margin: 0 0 5rem; }
  .featured-card--small { width: 74%; margin-left: 26%; }
  .home-studio { min-height: 80vh; padding: 5rem 1rem 4rem; }
  .home-studio .section-tag,.home-studio-copy { grid-column: 1 / -1; }
  .home-studio-copy h2 { font-size: clamp(4.8rem, 22vw, 7rem); }
  .home-studio-media { grid-column: 1 / -1; height: auto; aspect-ratio: 4 / 3; margin-top: 4.5rem; }
  .page-hero { min-height: 62vh; padding: 8rem 1rem 2rem; }
  .page-hero .section-tag,.page-hero h1,.page-hero p:last-of-type { grid-column: 1 / -1; }
  .page-hero h1 { margin-top: 8rem; font-size: 22vw; }
  .page-hero p:last-of-type { margin: 2rem 0 0; }
  .studio-film-frame { min-height: 78svh; }
  .studio-film-meta { inset: 5.5rem 1rem auto; font-size: .65rem; }
  .projects-page .page-hero h1 { max-width: none; }
  .projects-hero-media { position: relative; right: auto; bottom: auto; grid-column: 1 / -1; width: 76%; margin: 3rem 0 0 auto; }
  .projects-grid { display: block; padding: 4rem 1rem 0; }
  .projects-page .site-footer { margin-top: 5rem; }
  .project-card,.project-card:nth-child(n) { width: 100%; margin: 0 0 5rem; }
  .project-card:nth-child(2),.project-card:nth-child(6) { width: 74%; margin-left: 26%; }
  .project-card img,.project-card:nth-child(2) img,.project-card:nth-child(3) img,.project-card:nth-child(6) img { aspect-ratio: 4 / 5; }
  .studio-statement { display: block; padding: 5rem 1rem; }
  .studio-statement h2 { margin-top: 5rem; font-size: clamp(3.4rem, 14vw, 5rem); }
  .studio-copy-grid { display: block; padding: 4rem 1rem; }
  .studio-copy-grid .copy-column,.studio-copy-grid .copy-column:last-child { margin-top: 4rem; }
  .process-page { padding: 5rem 1rem 0; }
  .process-page .process-list { margin-left: 0; }
  .process-page summary { grid-template-columns: 3rem 1fr auto; }
  .process-page details > p { margin-left: 4rem; }
  .studio-facts { grid-template-columns: 1fr 1fr; margin: 5rem 1rem 0; }
  .studio-facts div { min-height: 9rem; }
  .studio-facts strong { font-size: 2.8rem; }
  .contact-hero { min-height: auto; display: block; padding: 8rem 1rem 4rem; }
  .contact-hero h1 { margin-top: 5rem; font-size: 19vw; }
  .contact-hero-lead { margin: 2rem 0 0; font-size: 1rem; }
  .contact-hero-link { margin-top: 2rem; }
  .contact-orient { display: block; padding: 4rem 1rem; }
  .contact-orient-intro h2 { margin-top: 2.5rem; }
  .contact-orient-copy { display: block; margin-top: 3rem; }
  .contact-orient-copy > p { font-size: 1rem; }
  .contact-orient-details { margin-top: 3rem; }
  .contact-orient-detail strong { font-size: 1.15rem; }
  .contact-form-section { display: block; padding: 4rem 1rem 6rem; }
  .contact-form-wrap { margin-top: 4rem; }
  .form-intro { display: block; margin-bottom: 3rem; }
  .contact-form-wrap h2 { font-size: clamp(3.4rem, 14vw, 5rem); }
  .form-intro > p { margin-top: 1.5rem; }
  .contact-form { display: block; }
  .form-field { margin-bottom: 2rem; }
  .form-choice-group { margin: 2.5rem 0 0; }
  .form-choice-grid,.form-choice-grid--three { grid-template-columns: 1fr 1fr; }
  .form-choice { min-height: 3.6rem; }
  .form-submit-row { display: block; padding-top: 1rem; }
  .form-submit-row button { margin-top: 1.5rem; }
  .detail-top { padding: 7rem 1rem 1.5rem; }
  .detail-hero { margin: 0 1rem; }
  .detail-hero img { max-height: none; aspect-ratio: 4 / 5; }
  .detail-intro { display: block; padding: 5rem 1rem; }
  .detail-intro h1 { margin-top: 5rem; font-size: 20vw; }
  .detail-intro .detail-lead { margin: 2rem 0 0; }
  .detail-facts { margin-top: 3rem; }
  .detail-gallery { display: block; padding: 0 1rem 5rem; }
  .detail-gallery-wide img { aspect-ratio: 4 / 3; }
  .detail-gallery-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: .65rem; margin-top: 1.5rem; }
  .detail-gallery-pair img { aspect-ratio: 3 / 4; }
  .detail-gallery figcaption { font-size: .68rem; }
  .detail-body { display: block; padding: 0 1rem 5rem; }
  .detail-body p + p { margin-top: 1.5rem; }
  .detail-collection { padding: 0 1rem 5rem; }
  .detail-collection-head { display: block; padding: 1rem 0 2rem; }
  .detail-collection-head p:last-child { margin-top: 1.5rem; }
  .detail-collection-grid { display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(6, 34vw); gap: .65rem; }
  .detail-collection-card:nth-child(1) { grid-column: 1 / -1; grid-row: 1 / span 2; }
  .detail-collection-card:nth-child(2) { grid-column: 1; grid-row: 3 / span 2; }
  .detail-collection-card:nth-child(3) { grid-column: 2; grid-row: 3 / span 2; }
  .detail-collection-card:nth-child(4) { grid-column: 1 / -1; grid-row: 5; }
  .detail-collection-card:nth-child(5) { grid-column: 1; grid-row: 6; }
  .detail-collection-card:nth-child(6) { grid-column: 2; grid-row: 6; }
  .detail-collection-card figcaption { left: .5rem; bottom: .5rem; font-size: .6rem; }
  .detail-note { display: block; padding: 4rem 1rem 5rem; }
  .detail-note > div { margin-top: 3rem; }
  .detail-note h2 { font-size: clamp(3.4rem, 14vw, 5rem); }
  .detail-note p:not(.section-tag) { margin-top: 2rem; }
  .next-project { display: block; padding: 3.5rem 1rem 4rem; }
  .next-project-label { margin: 0 0 2.25rem; }
  .next-project strong { display: flex; gap: .8rem; font-size: clamp(3.3rem, 15vw, 5.6rem); line-height: .84; }
  .next-project-arrow { width: 2.8rem; height: 2.8rem; font-size: 1.1rem; }
  .site-footer { padding: 4rem 1rem 1rem; }
  .footer-cta { display: block; padding-bottom: 4rem; }
  .footer-cta-copy { display: block; }
  .footer-cta h2 { font-size: clamp(3.6rem, 16vw, 6rem); }
  .footer-cta-link { margin-top: 2rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 3rem 1rem; padding: 3rem 0 4rem; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-wordmark { font-size: 29vw; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom a { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .studio-film-frame.is-playing > img, .home-hero.is-playing > img { animation: none; }
  .studio-film-toggle, .studio-film-frame > img { transition: none; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
