* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: var(--text-body); line-height: 1.62; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.has-dialog, body.nav-open { overflow: hidden; }
img, video { display: block; width: 100%; }
img { height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(3.25rem, 5.1vw, 5.125rem); line-height: .96; letter-spacing: -.044em; }
h2 { font-size: clamp(2.625rem, 4.2vw, 4.25rem); line-height: 1; letter-spacing: -.036em; }
h3 { font-size: clamp(1.875rem, 2.6vw, 2.625rem); line-height: 1.04; letter-spacing: -.025em; }
::selection { background: var(--green); color: var(--chalk); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; background: transparent; color: var(--chalk); border-bottom: 1px solid rgba(255,253,248,.28); transition: background-color .2s ease, border-color .2s ease; }
body:not(.route-page).header-scrolled .site-header, body:not(.route-page).nav-open .site-header, .no-js body:not(.route-page) .site-header { background: var(--green-deep); border-bottom-color: var(--line-light); }
.header-shell { width: min(calc(100% - (2 * var(--gutter))), 90rem); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: var(--grid-gap); }
html { scroll-padding-top: 104px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand::before { width: 27px; height: 27px; flex: 0 0 auto; background: url("assets/brand/mariani-open-join-reverse.svg") center / contain no-repeat; content: ""; transform: translateY(-1px); }
.site-header .brand::before { filter: drop-shadow(0 1px 1px rgba(10,17,14,.32)); }
.footer-brand::before { filter: none; }
.brand-type { display: grid; line-height: 1; text-transform: uppercase; }
.brand-type > span { font-family: var(--serif); font-size: 27px; letter-spacing: .12em; }
.brand-type small { margin-top: 6px; font-size: 9.5px; letter-spacing: .24em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.8vw, 30px); }
.primary-nav > a, .nav-group > summary { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .035em; cursor: pointer; list-style: none; }
.nav-group { position: relative; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: "+"; margin-left: 7px; color: var(--copper); }
.nav-group[open] > summary::after { content: "−"; }
.nav-panel { position: absolute; top: 44px; left: -26px; width: 330px; display: grid; padding: 16px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 24px 65px rgba(21, 43, 36, .15); }
.nav-panel a { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.nav-panel a:last-child { border-bottom: 0; }
.nav-panel span { display: block; margin-top: 3px; color: var(--ink-soft); font-size: var(--text-micro); font-weight: 400; }
.menu-toggle, .primary-nav .nav-mobile-action { display: none; }
.button, .viewer-reference-action { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 0; padding: 0 24px; border: 1px solid var(--green); border-radius: 0; background: var(--green); color: var(--chalk); font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); }
.button:hover, .button:focus-visible, .viewer-reference-action:hover, .viewer-reference-action:focus-visible { background: var(--green-deep); transform: none; }
.button-with-cue { gap: 10px; padding-inline: 20px; }
.action-cue { display: block; width: 14px; height: 14px; flex: none; pointer-events: none; }
.button-small { min-height: 46px; padding: 0 18px; font-size: 13px; }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { color: var(--chalk); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.site-header .header-action { background: var(--chalk); border-color: var(--chalk); color: var(--green-deep); }
.site-header .header-action:hover, .site-header .header-action:focus-visible { background: transparent; color: var(--chalk); }
.text-link, .style-copy a, .route-copy a, .light-link { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: .55rem 0 .45rem; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-button { min-height: 44px; padding: .55rem 0 .45rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
.eyebrow { margin-bottom: 22px; font-size: var(--text-micro); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.hero { min-height: 100svh; position: relative; display: block; overflow: hidden; background: var(--timber); color: var(--chalk); }
.hero-copy { position: relative; z-index: 3; width: var(--shell); min-height: 100svh; margin: 0 auto; padding: clamp(9.5rem, 18vh, 12rem) 0 clamp(3.25rem, 6.5vh, 5rem); display: flex; flex-direction: column; justify-content: flex-end; pointer-events: none; }
.hero-copy > * { pointer-events: auto; }
.hero-copy .eyebrow { margin-bottom: 1.25rem; color: rgba(255,253,248,.82); }
.hero-copy h1 { max-width: 12.6ch; margin-bottom: 1.5rem; font-size: clamp(4.7rem, 7.05vw, 7rem); line-height: .9; letter-spacing: -.052em; text-wrap: balance; }
.hero-lead { max-width: 47rem; color: rgba(255,253,248,.84); font-size: clamp(1rem, 1.22vw, 1.18rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 1.65rem; }
.hero-actions .button { background: var(--chalk); border-color: var(--chalk); color: var(--green-deep); }
.hero-actions .button:hover, .hero-actions .button:focus-visible { background: transparent; color: var(--chalk); }
.hero-project-link { display: inline-flex; align-items: center; gap: 1rem; padding: .75rem 0 .4rem; border-bottom: 1px solid rgba(255,253,248,.7); font-size: .75rem; font-weight: 700; letter-spacing: .035em; }
.hero-proof { max-width: 52rem; margin: clamp(1.35rem, 2.5vh, 2rem) 0 0; padding-top: 1rem; display: flex; flex-wrap: wrap; gap: .35rem .8rem; border-top: 1px solid rgba(255,253,248,.32); color: rgba(255,253,248,.72); font-size: .7rem; line-height: 1.45; letter-spacing: .045em; }
.hero-proof strong { color: var(--chalk); font-weight: 600; }
.hero-proof span { color: var(--copper); }
.hero-carousel { position: absolute; z-index: 1; inset: 0; min-height: 0; overflow: hidden; background: var(--timber); }
.hero-slides, .hero-slide { position: absolute; inset: 0; margin: 0; }
.hero-slide { opacity: 0; transition: opacity .9s var(--ease); pointer-events: none; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide picture { width: 100%; height: 100%; display: block; }
.hero-slide img { object-position: 58% 52%; transform: none; transition: none; }
.hero-slide.is-active img { transform: none; }
.hero-slide:first-child img { object-position: 50% 52%; }
.hero-carousel::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(15,24,20,.9) 0%, rgba(15,24,20,.67) 34%, rgba(15,24,20,.22) 66%, rgba(15,24,20,.08) 100%), linear-gradient(0deg, rgba(15,20,17,.72) 0%, transparent 52%, rgba(15,20,17,.28) 100%); pointer-events: none; }
.carousel-controls { position: absolute; z-index: 4; right: max(var(--gutter), calc((100vw - 82.5rem) / 2)); bottom: clamp(2rem, 5vh, 3.75rem); padding: 4px; display: flex; align-items: center; gap: 2px; background: rgba(24,48,39,.78); color: white; border: 1px solid rgba(255,253,248,.25); }
.carousel-controls button { width: 44px; height: 44px; border: 0; background: transparent; color: white; cursor: pointer; }
.carousel-controls button + button { border-left: 1px solid rgba(255,255,255,.25); }
.carousel-count { margin: 0 12px; font-size: 11px; letter-spacing: .14em; }
.carousel-count b { font-weight: 700; }
.carousel-progress { width: clamp(72px, 9vw, 120px); height: 1px; margin-left: 10px; background: rgba(255,255,255,.35); overflow: hidden; }
.carousel-progress i { display: block; width: 0; height: 100%; background: white; }
.hero-carousel.is-playing .carousel-progress i { animation: progress 6s linear forwards; }
.hero-carousel.is-first.is-playing .carousel-progress i { animation-duration: 7s; }
@keyframes progress { to { width: 100%; } }

.story-transition { width: var(--shell); margin: 0 auto; padding: clamp(2.25rem, 4vw, 3.75rem) 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1.25; text-align: left; }
.section { padding: var(--section) max(var(--gutter), calc((100vw - 82.5rem) / 2)); }
.section-heading { max-width: none; margin-bottom: clamp(3rem, 5vw, 4.75rem); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--grid-gap); }
.section-heading h2 { grid-column: 1 / span 8; margin-bottom: 1.5rem; }
.section-heading p { grid-column: 1 / span 6; max-width: 42rem; color: var(--ink-soft); font-size: var(--text-body); }
.section-heading-wide { max-width: none; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); align-items: end; }
.section-heading-wide h2 { grid-column: 1 / span 7; }
.section-heading-wide p { grid-column: 9 / -1; }
.section-heading-wide p { margin-bottom: 0; }

.styles { background: var(--paper); }
.style-worlds { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); align-items: start; }
.style-world { min-width: 0; grid-column: span 4; }
.style-gallery { aspect-ratio: 4 / 5; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; }
.style-main { grid-row: auto; }
.style-copy { padding: 1.5rem 0 0; }
.style-copy > span, .route-copy > span, .detail-copy > span, .project-copy > span, .inquiry-intro > span { display: block; margin-bottom: 10px; font-size: var(--text-micro); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.style-copy h3 { margin-bottom: .75rem; font-size: clamp(1.875rem, 2.5vw, 2.625rem); }
.style-copy p { max-width: 27rem; color: var(--ink-soft); font-size: .9375rem; line-height: 1.58; }
.style-copy a { margin-top: 8px; }
.image-button { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: var(--media-placeholder); cursor: zoom-in; }
.image-button img { transition: transform .7s var(--ease); }
.image-button:hover img, .image-button:focus-visible img { transform: scale(1.018); }
.image-button::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(250,248,243,.82); color: var(--ink); opacity: 0; transform: translateY(5px); transition: .25s; }
.image-button:hover::after, .image-button:focus-visible::after { opacity: 1; transform: none; }

.ambient-story { min-height: clamp(40rem, 70svh, 47.5rem); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--sand); color: var(--ink); }
.ambient-story > video, .ambient-story > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.ambient-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,31,26,.18) 0%, rgba(36,31,26,.03) 58%, transparent), linear-gradient(0deg, rgba(36,31,26,.18), transparent 58%); }
.ambient-story-copy { position: relative; z-index: 2; width: min(56vw, 47.5rem); margin: 0 0 clamp(2rem, 4vw, 3.75rem) max(var(--gutter), calc((100vw - 82.5rem) / 2)); padding: clamp(2rem, 3.2vw, 2.75rem); background: rgba(250,248,243,.95); }
.ambient-story-copy h2 { max-width: 13ch; margin-bottom: 1.125rem; font-size: clamp(2.5rem, 3.8vw, 3.85rem); }
.ambient-story-copy p { max-width: 760px; margin: 0; color: var(--ink-soft); }

.routes { background: var(--ivory); }
.route-choices { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); }
.route-band { min-width: 0; grid-column: span 4; display: flex; flex-direction: column; background: transparent; border-top: 1px solid var(--line); }
.route-copy { min-height: 0; flex: 1; padding: 1.75rem 0 .25rem; display: flex; flex-direction: column; }
.route-copy h3 { margin-bottom: 1rem; font-size: clamp(1.9rem, 2.55vw, 2.7rem); }
.route-copy p { color: var(--ink-soft); }
.route-copy a { align-self: flex-start; margin-top: auto; }
.route-images { order: -1; aspect-ratio: 4 / 3; height: auto; display: grid; grid-template-rows: minmax(0, 1fr); min-width: 0; overflow: hidden; }
.route-images .image-button { width: 100%; height: 100%; min-height: 0; }
.route-band:nth-child(1) .route-images img, .route-band:nth-child(2) .route-images img { object-position: center 52%; }
.details { background: var(--ivory); color: var(--ink); }
.detail-chapters { display: grid; gap: var(--grid-gap); }
.detail-chapter, .detail-chapter:nth-child(even) { min-width: 0; min-height: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0; overflow: hidden; background: var(--paper); color: var(--ink); }
.detail-copy { grid-column: 1 / span 5; align-self: center; padding: clamp(2.25rem, 4.4vw, 4.25rem); }
.detail-copy h2 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(2.75rem, 4.2vw, 4.2rem); }
.detail-copy h3 { max-width: 18ch; margin-bottom: 1rem; font-size: clamp(1.9rem, 2.55vw, 2.7rem); }
.detail-copy p { max-width: 38rem; color: var(--ink-soft); }
.detail-images { grid-column: 6 / -1; min-height: 0; aspect-ratio: 7 / 5; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.detail-images-four { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }
.detail-video { min-width: 0; position: relative; margin: 0; overflow: hidden; background: var(--media-placeholder); }
.detail-video img { height: 100%; object-fit: cover; }
.detail-video span, .detail-image-label { position: absolute; z-index: 2; right: .625rem; bottom: .625rem; left: .625rem; padding: .625rem .75rem; background: rgba(24,48,39,.9); color: var(--chalk); font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.detail-chapter-materials, .detail-chapter-materials:nth-child(even) { background: #d8d0c3; }
.detail-chapter-materials .detail-overview-copy { grid-column: 1 / span 5; grid-row: 1; align-self: end; padding-bottom: 2rem; }
.detail-chapter-materials .detail-finish-copy { grid-column: 1 / span 5; grid-row: 2; align-self: start; padding-top: 0; }
.detail-chapter-materials .detail-finish-copy h3 { margin-top: 0; padding-top: 1.5rem; border-top: 1px solid rgba(31,33,29,.22); }
.detail-chapter-materials .text-link { margin-top: 18px; }
.detail-finish-display { grid-column: 6 / -1; grid-row: 1 / span 2; min-width: 0; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--timber); }
.detail-finish-display .image-button { width: 100%; min-height: clamp(31rem, 45vw, 41rem); }
.detail-finish-display figcaption { padding: 1rem 1.25rem; background: var(--timber); color: rgba(255,253,248,.76); font-size: .75rem; line-height: 1.5; letter-spacing: .035em; }
.detail-chapter-openings { background: var(--paper); }
.detail-chapter-storage, .detail-chapter-storage:nth-child(even) { background: var(--green-deep); color: var(--chalk); }
.detail-chapter-storage .detail-copy { grid-column: 8 / -1; }
.detail-chapter-storage .detail-copy p { color: rgba(255,253,248,.72); }
.detail-chapter-storage .detail-images { grid-column: 1 / span 7; grid-row: 1; }
.detail-chapter-surfaces, .detail-chapter-surfaces:nth-child(even) { background: var(--paper); }
.detail-chapter-surfaces .detail-copy { grid-column: 1 / span 5; }
.material-story-grid { grid-column: 6 / -1; min-height: 0; aspect-ratio: 7 / 5; display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.material-story-grid .image-button { width: 100%; height: 100%; min-height: 0; }
.material-story-main { grid-row: 1 / -1; }
.details-link { margin-top: 34px; }

.money { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--grid-gap); row-gap: clamp(3.5rem, 6vw, 5rem); align-items: start; overflow: hidden; background: #d8d0c3; }
.money-copy, .money-answers { min-width: 0; }
.money-copy { grid-column: 1 / span 6; grid-row: 1; }
.money-answers { grid-column: 8 / -1; grid-row: 1; }
.money-copy h2 { margin-bottom: 28px; }
.money-copy p { max-width: 670px; }
.money-copy > p + p { margin-top: 18px; }
.money-copy h3 { margin: 40px 0 28px; font-size: clamp(2.3rem, 3.6vw, 4rem); }
.money-copy .button { margin-top: 24px; }
.planning-bands { max-width: 670px; margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(31,33,29,.34); border-bottom: 1px solid rgba(31,33,29,.34); }
.planning-bands p { min-width: 0; margin: 0 !important; padding: 1.25rem 1.15rem 1.25rem 0; }
.planning-bands p + p { padding-left: 1.15rem; border-left: 1px solid rgba(31,33,29,.34); }
.planning-bands strong { display: block; color: var(--ink); font-family: var(--serif); font-size: clamp(1.75rem, 2.5vw, 2.55rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.planning-bands span { display: block; margin-top: .6rem; color: rgba(36,31,26,.75); font-size: .75rem; line-height: 1.5; }
.money-copy .planning-note { max-width: 640px; margin-top: 1rem; color: rgba(36,31,26,.68); font-size: .7rem; line-height: 1.55; }
.planning-link { width: fit-content; margin-top: 1rem; display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid rgba(31,33,29,.5); color: var(--ink); font-size: .75rem; font-weight: 700; }
.value-scenes { grid-column: 1 / -1; grid-row: 2; margin-top: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); }
.value-scenes figure { min-width: 0; margin: 0; display: flex; flex-direction: column; background: rgba(250,248,243,.45); }
.value-scenes .image-button { height: auto; aspect-ratio: 4 / 3; }
.value-scenes figcaption { flex: 1; padding: 1.125rem 1rem 1.25rem; border-top: 1px solid rgba(31,33,29,.2); }
.value-scenes b { display: block; margin-bottom: 8px; font-size: var(--text-micro); letter-spacing: .09em; text-transform: uppercase; }
.value-scenes span { display: block; color: rgba(36,31,26,.72); font-size: .875rem; line-height: 1.55; }
.money-answers { border-top: 1px solid rgba(31,33,29,.34); }
.money-answers details { border-bottom: 1px solid rgba(31,33,29,.34); }
.money-answers summary { position: relative; padding: 30px 3rem 30px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: clamp(1.85rem, 2.6vw, 2.8rem); line-height: 1.05; }
.money-answers summary::-webkit-details-marker { display: none; }
.money-answers summary::after { content: "+"; position: absolute; top: 30px; right: 0; font-family: var(--sans); font-size: 1rem; }
.money-answers details[open] summary::after { content: "−"; }
.money-answers p { max-width: 690px; margin: 0; color: rgba(36,31,26,.72); font-size: .9375rem; }
.money-answers details p { padding: 0 2.75rem 30px 0; }
.scope-wheel { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(31,33,29,.35); }
.scope-wheel span { min-height: 105px; display: grid; place-items: center; padding: 20px; border-right: 1px solid rgba(31,33,29,.25); border-bottom: 1px solid rgba(31,33,29,.25); text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.scope-wheel span:nth-child(even) { border-right: 0; }
.scope-wheel span:nth-last-child(-n+2) { border-bottom: 0; }

.projects { background: var(--paper); }
.project-stories { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); }
.project-stories:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 8px; }
.project-story { min-width: 0; grid-column: span 4; display: flex; flex-direction: column; margin: 0; border-top: 1px solid var(--line); background: transparent; }
.project-copy { min-height: 0; padding: 1.75rem 0 0; order: 2; }
.project-copy h3 { margin-bottom: 1rem; font-size: clamp(1.9rem, 2.45vw, 2.6rem); }
.project-copy p { color: var(--ink-soft); }
.project-grid { width: 100%; height: auto; aspect-ratio: 4 / 3; display: grid; grid-template-columns: 1.65fr .85fr; gap: .5rem; order: 1; }
.project-main { grid-row: auto; }
.projects-all { margin-top: 42px; }
.route-projects { background: var(--paper); }
.route-projects .section-heading > div { grid-column: 1 / span 8; }
.route-projects .section-heading p { max-width: 42rem; }
.route-projects .project-grid { overflow: hidden; }
.route-projects .project-grid img { min-width: 0; height: 100%; object-fit: cover; }
.route-projects .project-grid img + img { border-left: .5rem solid var(--paper); }
.route-answers-secondary { margin-top: 0; }

.origin { background: var(--timber); color: var(--chalk); }
.origin-copy { max-width: 60rem; margin-bottom: clamp(3rem, 5vw, 4rem); }
.origin-copy h2 { margin-bottom: 30px; }
.origin-copy p { max-width: 790px; color: rgba(255,253,248,.73); }
.production-story { border: 0; }
.production-reel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .625rem; background: transparent; }
.production-shot { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #191713; }
.production-shot video { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.production-shot figcaption { min-height: 88px; padding: 18px 20px; display: grid; grid-template-columns: auto 1fr; gap: 14px; background: var(--green-deep); color: rgba(255,253,248,.78); font-size: 12px; line-height: 1.5; }
.production-shot figcaption b { color: var(--copper); font-weight: 700; }
.production-continuity { max-width: 48rem; margin: 0; padding: 1.75rem 0 0; color: rgba(255,253,248,.68); font-size: .9375rem; line-height: 1.6; }
.operation-film { margin-top: 54px; background: var(--paper); }
.operation-story { padding: clamp(28px, 3.4vw, 52px); display: grid; grid-template-columns: minmax(180px, .65fr) 1fr; column-gap: clamp(24px, 3vw, 48px); align-content: center; background: var(--paper); color: var(--ink); }
.operation-story img { height: clamp(18.75rem, 26vw, 23.75rem); grid-row: 1 / 6; object-position: 28% 40%; }
.operation-story .eyebrow { margin-bottom: 13px; color: var(--oxblood); }
.operation-story h3 { margin-bottom: 20px; font-size: clamp(2rem, 3vw, 3.4rem); }
.operation-story p { margin-bottom: 12px; color: var(--ink-soft); }
.operation-story b { margin-top: 12px; font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .1em; }
.proof-rail { margin-top: 2rem; padding-top: 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--grid-gap); border-top: 1px solid var(--line-light); }
.proof-rail p { min-width: 0; min-height: 6rem; margin: 0; padding: 0; display: flex; flex-direction: column; justify-content: end; }
.proof-rail strong { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.6rem); font-weight: 400; line-height: 1; }
.proof-rail span { margin-top: 9px; color: rgba(255,253,248,.68); font-size: var(--text-micro); }
.review-card { max-width: 58rem; margin: clamp(3.5rem, 6vw, 5rem) 0 0; padding: 0; border: 0; text-align: left; }
.review-card blockquote { font-family: var(--serif); font-size: clamp(1.9rem, 2.8vw, 3rem); line-height: 1.12; }
.review-card figcaption { color: rgba(255,253,248,.65); font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .12em; }
.review-stars { display: block; margin-bottom: 1rem; color: var(--copper); font-size: .875rem; letter-spacing: .22em; }

.closing-gallery { padding-left: max(var(--gutter), calc((100vw - 82.5rem) / 2)); padding-right: max(var(--gutter), calc((100vw - 82.5rem) / 2)); background: var(--paper); }
.gallery-heading { max-width: none; margin: 0 0 clamp(3rem, 5vw, 4.75rem); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--grid-gap); text-align: left; }
.gallery-heading .eyebrow { grid-column: 1 / -1; }
.gallery-heading h2 { grid-column: 1 / span 6; margin-bottom: 0; }
.gallery-heading p { grid-column: 8 / -1; max-width: 40rem; margin: 0; color: var(--ink-soft); }
.gallery-field { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: clamp(240px, 22vw, 360px); gap: 8px; }
.gallery-item { grid-column: span 4; min-height: 0; }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-field > :nth-child(5), .gallery-field > :nth-child(6) { grid-column: span 6; }
.gallery-item > span { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 8px 11px; background: rgba(250,248,243,.9); color: var(--ink); font-size: var(--text-micro); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .25s; backdrop-filter: blur(8px); }
.gallery-item:hover > span, .gallery-item:focus-visible > span { opacity: 1; transform: none; }

.final-cta { min-height: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); align-items: center; background: var(--ivory); }
.final-copy { grid-column: 1 / span 4; }
.final-visual { grid-column: 6 / -1; }
.final-copy h2 { margin-bottom: 26px; }
.final-copy p { max-width: 590px; color: var(--ink-soft); }
.final-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.final-visual { height: auto; aspect-ratio: 16 / 10; position: relative; overflow: hidden; }
.final-visual > video, .final-visual > img { height: 100%; object-fit: cover; object-position: center 72%; }
.final-caption { position: absolute; left: 1.5rem; right: auto; bottom: 1.5rem; width: min(68%, 32.5rem); padding: 1.125rem 1.25rem; background: var(--chalk); }
.final-caption > span { font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .14em; }
.final-caption > p { max-width: 620px; margin: 5px 0 0; font-size: var(--text-small); }

.site-footer { padding: 3.5rem max(var(--gutter), calc((100vw - 82.5rem) / 2)) 1.5rem; background: var(--ink); color: var(--chalk); }
.brand-reverse img { filter: none; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(24px, 4vw, 56px); padding-bottom: 32px; border-bottom: 1px solid var(--line-light); }
.footer-top p { max-width: 500px; margin: 0; color: rgba(255,253,248,.65); font-size: .95rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); padding: 32px 0; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links span { margin-bottom: 8px; color: rgba(255,253,248,.52); font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .14em; }
.footer-links a, .footer-links button { min-height: 44px; display: inline-flex; align-items: center; justify-self: start; padding: .45rem 0; border: 0; background: transparent; color: white; font-size: 14px; cursor: pointer; }
.footer-bottom { margin: 0; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); color: rgba(255,253,248,.68); font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .06em; }

dialog { padding: 0; border: 0; background: transparent; color: inherit; }
dialog::backdrop { background: rgba(10,15,13,.72); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; z-index: 5; top: 16px; right: 16px; width: 46px; height: 46px; border: 1px solid currentColor; background: rgba(250,248,243,.84); cursor: pointer; font-size: 24px; line-height: 1; }
.image-viewer { width: min(1460px, 96vw); height: min(900px, 94svh); background: var(--paper); }
.viewer-shell { height: 100%; display: grid; grid-template-columns: 1.35fr .65fr; }
.viewer-image-wrap { min-height: 0; background: #191b18; }
.viewer-image-wrap img { object-fit: contain; }
.viewer-info { padding: clamp(45px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.viewer-count, .viewer-meta { color: var(--ink-soft); font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .12em; }
.viewer-info h2 { margin-bottom: 10px; font-size: clamp(2.5rem, 4vw, 4.4rem); }
.viewer-info > p:not(.viewer-count):not(.viewer-meta):not(.viewer-guidance) { color: var(--ink-soft); }
.viewer-actions { display: grid; gap: 12px; margin-top: 30px; }
.viewer-guidance { margin-top: 18px; color: var(--ink-soft); font-size: var(--text-micro); }
.viewer-nav { position: absolute; left: 18px; bottom: 18px; display: flex; gap: 5px; }
.viewer-nav button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.65); background: rgba(19,30,25,.5); color: white; cursor: pointer; }

.inquiry-drawer { width: min(720px, 100vw); max-width: 100vw; max-height: 100svh; margin: 0 0 0 auto; background: var(--paper); }
.inquiry-shell { max-height: 100svh; overflow-y: auto; padding: clamp(45px, 7vw, 80px); }
.inquiry-intro h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 4vw, 4.3rem); }
.inquiry-intro p { color: var(--ink-soft); }
.inquiry-reference { min-height: 96px; margin: 28px 0; padding: 8px; display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 16px; align-items: center; border: 1px solid var(--line); }
.inquiry-reference img { height: 80px; }
.inquiry-reference > div { min-width: 0; display: grid; gap: 5px; line-height: 1.3; }
.inquiry-reference strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; overflow-wrap: anywhere; }
.inquiry-reference span { display: block; color: var(--ink-soft); font-size: var(--text-micro); text-transform: uppercase; letter-spacing: .1em; overflow-wrap: anywhere; }
.inquiry-reference button { min-height: 44px; padding: 0 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 15px; text-decoration: underline; text-underline-offset: 4px; }
form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
form > label, .form-row label { display: grid; gap: 7px; font-size: var(--text-micro); font-weight: 700; letter-spacing: .04em; }
label small { color: var(--ink-soft); font-weight: 400; }
input, textarea, select { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ink); outline: none; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-bottom-color: var(--oxblood); box-shadow: 0 1px 0 var(--oxblood); }
.choice-field { margin: 0; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 9px; font-size: var(--text-micro); font-weight: 700; }
.choice-field label { display: inline-block; cursor: pointer; }
.choice-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-field span { min-width: 88px; min-height: 44px; padding: 0 15px; display: inline-grid; place-items: center; border: 1px solid var(--line); font-size: 11px; }
.choice-field input:checked + span { background: var(--green); color: white; border-color: var(--green); }
.choice-field input:focus-visible { outline: 0; box-shadow: none; }
.choice-field input:focus-visible + span { outline: 2px solid var(--chalk); outline-offset: 2px; box-shadow: 0 0 0 4px var(--focus); }
.consent { grid-template-columns: 20px 1fr; align-items: start; font-weight: 400; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.form-errors { display: none; padding: 12px; background: var(--error-soft); color: var(--error); font-size: .75rem; }
.form-errors.has-errors { display: grid; }
.form-errors span:empty { display: none; }
[aria-invalid="true"] { border-bottom-color: var(--error); }
.form-note, .form-status { margin: 0; color: var(--ink-soft); font-size: var(--text-micro); }
.form-status:not(:empty) { padding: 14px; background: var(--success-soft); color: var(--green-deep); font-size: .75rem; }
.button-submit { justify-self: start; }

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid var(--chalk);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px var(--focus);
}
.primary-nav > a, .nav-group > summary, .route-header nav > a:not(.button), .footer-links a, .footer-links button, .route-footer a { transition: color .2s ease, opacity .2s ease; }
.primary-nav > a:hover, .nav-group > summary:hover, .route-header nav > a:not(.button):hover,
.primary-nav > a[aria-current="page"], .route-header nav > a[aria-current="page"] { color: var(--oxblood); }
.footer-links a:hover, .footer-links button:hover, .route-footer a:hover,
.footer-links a[aria-current="page"], .route-footer a[aria-current="page"] { color: var(--chalk); text-decoration: underline; text-underline-offset: .35em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: translateY(20px); transition: transform .75s var(--ease); }
.js .reveal.is-visible { transform: none; }

@media (max-width: 1180px) {
  .primary-nav { display: none; position: absolute; top: 88px; left: auto; right: var(--gutter); width: min(430px, calc(100vw - (2 * var(--gutter)))); max-height: calc(100svh - 104px); overflow: auto; padding: 24px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-panel); }
  .primary-nav.is-open { display: grid; gap: 0; }
  .primary-nav > a, .nav-group > summary { padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .nav-panel { position: static; width: 100%; margin: 0 0 10px; padding: 8px 12px; background: var(--ivory); box-shadow: none; }
  .nav-panel a { padding: 11px 2px; }
  .primary-nav .nav-mobile-action { width: 100%; margin-top: 20px; display: inline-flex; }
  .menu-toggle { order: 3; min-width: 92px; height: 44px; margin-left: auto; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: 12px; border: 0; background: transparent; cursor: pointer; }
  .menu-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .menu-icon { width: 22px; height: 14px; position: relative; display: block; }
  .menu-icon i { position: absolute; left: 0; width: 22px; height: 1px; background: currentColor; transition: transform .25s var(--ease), top .25s var(--ease); }
  .menu-icon i:first-child { top: 3px; }
  .menu-icon i:last-child { top: 10px; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 7px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 7px; transform: rotate(-45deg); }
  .header-action { display: none; }
  .hero-copy { padding-right: clamp(9rem, 18vw, 13rem); }
  .hero-copy h1 { max-width: 12.5ch; font-size: clamp(4.25rem, 8.2vw, 6.5rem); }
  .styles { overflow: hidden; }
  .style-worlds { margin: 0 -4vw; padding: 0 4vw 18px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .style-worlds::-webkit-scrollbar { display: none; }
  .style-world { flex: 0 0 min(66vw, 600px); scroll-snap-align: center; }
  .style-copy p { min-height: 0; }
  .details { overflow: hidden; }
  .detail-copy { padding: clamp(2rem, 4.25vw, 3.25rem); }
  .detail-copy h2 { font-size: clamp(2.5rem, 5vw, 3.6rem); }
  .detail-finish-display .image-button { min-height: clamp(28rem, 47vw, 36rem); }
  .route-choices { grid-template-columns: 1fr; gap: 1.5rem; }
  .route-band { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .route-images { grid-column: 1; grid-row: 1; order: 0; aspect-ratio: 4 / 3; }
  .route-copy { grid-column: 2; grid-row: 1; justify-content: center; padding: clamp(2rem, 5vw, 3rem); }
  .project-stories { margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 1rem; display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .project-stories::-webkit-scrollbar { display: none; }
  .project-story { flex: 0 0 min(72vw, 620px); scroll-snap-align: start; }
  .gallery-field { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .gallery-item { grid-column: span 4; }
  .gallery-item.gallery-wide { grid-column: span 8; }
  .gallery-field > :nth-child(5), .gallery-field > :nth-child(6) { grid-column: span 4; }
}

@media (max-width: 900px) {
  .ambient-story { min-height: 0; display: flex; flex-direction: column; }
  .ambient-story > img { position: static; height: auto; aspect-ratio: 4 / 3; object-position: center 52%; }
  .ambient-story::after { display: none; }
  .ambient-story-copy { width: 100%; max-width: none; margin: 0; padding: clamp(2rem, 5vw, 3rem) var(--gutter); background: var(--paper); }
  .money { grid-template-columns: 1fr; gap: 3.5rem; }
  .money-copy, .money-answers, .value-scenes { grid-column: 1; }
  .money-copy { grid-row: 1; }
  .value-scenes { grid-row: 2; }
  .money-answers { grid-row: 3; }
  .operation-story { padding: 32px 28px 40px; grid-template-columns: 1fr; }
  .operation-story img { height: 190px; margin-bottom: 24px; grid-row: auto; }
  .operation-story h3 { font-size: clamp(2rem, 4.6vw, 3rem); }
  .final-cta { grid-template-columns: 1fr; gap: 3.5rem; }
  .final-copy, .final-visual { grid-column: 1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.75rem, 11.5vw, 3.125rem); }
  h2 { font-size: clamp(2.25rem, 9.8vw, 2.7rem); }
  h3 { font-size: clamp(1.75rem, 8vw, 2.125rem); }
  .site-header { height: 74px; }
  .header-shell { width: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .brand { gap: 9px; }
  .brand::before { width: 24px; height: 24px; }
  .brand-type > span { font-size: 21px; }
  .brand-type small { margin-top: 5px; font-size: 7.5px; letter-spacing: .22em; }
  .primary-nav { top: 74px; left: 0; right: 0; width: 100%; min-height: calc(100svh - 74px); max-height: calc(100svh - 74px); padding: 24px 20px; border-right: 0; border-left: 0; }
  .menu-toggle { min-width: 84px; margin-left: auto; }
  .hero { min-height: 100svh; }
  .hero-copy { width: auto; min-height: 100svh; margin: 0 20px; padding: 7.25rem 0 1.4rem; justify-content: flex-end; }
  .hero-copy .eyebrow { margin-bottom: .9rem; }
  .hero-copy h1 { max-width: none; margin-bottom: .9rem; font-size: clamp(2.7rem, 10.9vw, 3.35rem); line-height: .92; }
  .hero-lead { max-width: 34rem; margin-bottom: 0; font-size: 13px; line-height: 1.55; }
  .hero-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: .85rem 1.15rem; margin-top: 1rem; }
  .hero-actions .button { min-height: 46px; padding: 0 17px; }
  .hero-project-link { padding-top: .6rem; font-size: .6875rem; }
  .hero-proof { margin-top: 1rem; padding-top: .75rem; gap: .2rem .55rem; font-size: .625rem; }
  .hero-carousel::after { background: linear-gradient(0deg, rgba(12,20,16,.94) 0%, rgba(12,20,16,.72) 43%, rgba(12,20,16,.2) 73%, rgba(12,20,16,.4) 100%); }
  .hero-slide:first-child img { object-position: 58% 50%; }
  .carousel-controls { top: 88px; right: 14px; bottom: auto; }
  .carousel-controls button { width: 38px; height: 38px; }
  .carousel-count { margin: 0 7px 0 4px; font-size: 10px; }
  .section { padding: 2.5rem 1.25rem; }
  .section-heading { margin-bottom: 2.5rem; display: block; }
  .section-heading p { font-size: var(--text-body); }
  .section-heading-wide { display: block; }
  .style-worlds { margin: 0 -20px; padding: 0 20px 18px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .style-worlds::-webkit-scrollbar, [data-snap-rail]::-webkit-scrollbar { display: none; }
  .style-world { flex: 0 0 86vw; scroll-snap-align: center; margin-top: 0 !important; }
  .style-gallery { aspect-ratio: 4 / 5; height: auto; }
  .style-copy p { min-height: 0; }
  .details { overflow: visible; }
  .detail-chapters { margin: 0; padding: 0; display: grid; gap: .5rem; overflow: visible; }
  .detail-chapter, .detail-chapter:nth-child(even) { display: flex; flex-direction: column; gap: 0; padding: 0; }
  .detail-copy, .detail-chapter-storage .detail-copy { order: 1; padding: 28px 22px 30px; }
  .detail-copy h2 { max-width: 13ch; font-size: clamp(2.35rem, 10.2vw, 2.85rem); }
  .detail-copy h3 { font-size: clamp(1.9rem, 9vw, 2.25rem); }
  .detail-chapter-materials .detail-overview-copy { order: 1; padding-bottom: 32px; }
  .detail-chapter-materials .detail-finish-copy { order: 3; padding-top: 30px; }
  .detail-chapter-materials .detail-finish-copy h3 { padding-top: 0; border-top: 0; }
  .detail-images, .detail-chapter-storage .detail-images { grid-column: auto; grid-row: auto; order: 2; height: auto; aspect-ratio: 4 / 3; }
  .detail-finish-display { grid-column: auto; grid-row: auto; order: 2; }
  .detail-finish-display .image-button { min-height: 0; aspect-ratio: 4 / 3; }
  .detail-finish-display figcaption { padding: .875rem 1rem; }
  .detail-chapter-surfaces .detail-copy { order: 1; }
  .material-story-grid { grid-column: auto; order: 2; aspect-ratio: 4 / 3; grid-template-columns: 1.25fr .75fr; }
  .detail-image-label { right: .35rem; bottom: .35rem; left: .35rem; padding: .5rem .55rem; font-size: .6rem; }
  .routes { overflow: visible; }
  .route-choices { margin: 0; padding: 0; display: grid; gap: 1.5rem; overflow: visible; }
  .route-band { display: grid; grid-template-columns: minmax(8.25rem, 40%) minmax(0, 1fr); gap: 1rem; align-items: stretch; padding-top: 1.25rem; }
  .route-copy { min-height: 0; grid-column: 2; grid-row: 1; padding: 0; }
  .route-copy h3 { margin-bottom: .65rem; font-size: clamp(1.45rem, 6.4vw, 1.75rem); }
  .route-copy p { margin-bottom: .75rem; font-size: .8125rem; line-height: 1.5; }
  .route-copy a { margin-top: 0; font-size: .6875rem; }
  .route-images { grid-column: 1; grid-row: 1; order: 0; height: 100%; min-height: 15rem; aspect-ratio: auto; }
  .money { grid-template-columns: 1fr; gap: 55px; }
  .planning-bands { grid-template-columns: 1fr; }
  .planning-bands p { padding: 1.05rem 0; }
  .planning-bands p + p { padding-left: 0; border-top: 1px solid rgba(31,33,29,.34); border-left: 0; }
  .planning-bands strong { font-size: clamp(1.8rem, 8.6vw, 2.35rem); }
  .money-answers summary { padding: 24px 2.25rem 24px 0; font-size: clamp(1.65rem, 7.2vw, 1.95rem); }
  .money-answers summary::after { top: 24px; }
  .money-answers details p { padding: 0 2rem 24px 0; }
  .value-scenes { width: 100%; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: .75rem; overflow: visible; }
  .value-scenes figure { display: grid; grid-template-columns: minmax(7.5rem, 40%) 1fr; }
  .value-scenes .image-button { height: 100%; min-height: 9.5rem; aspect-ratio: auto; }
  .value-scenes figcaption { border-top: 0; border-left: 1px solid rgba(31,33,29,.2); }
  .projects { overflow: hidden; }
  .project-stories { margin: 0 -20px; padding: 0 20px 16px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .project-story { flex: 0 0 86vw; scroll-snap-align: center; }
  .project-copy { min-height: 0; padding: 1.5rem 0 0; }
  .project-grid { height: auto; aspect-ratio: 4 / 3; }
  .projects-all { margin-top: 30px; }
  .ambient-story { min-height: 0; align-items: stretch; }
  .ambient-story-copy { max-width: none; margin: 0; padding: 2rem 1.25rem; }
  .ambient-story-copy h2 { font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .production-reel { margin: 0; padding: 0 0 12px; display: flex; gap: 1px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .production-reel::-webkit-scrollbar { display: none; }
  .production-shot { flex: 0 0 82vw; scroll-snap-align: center; }
  .production-continuity { font-size: .875rem; }
  .operation-film { min-height: 0; }
  .operation-story { padding: 28px 20px 32px; }
  .operation-story img { height: 200px; }
  .proof-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .proof-rail p { min-height: 4rem; }
  .proof-rail strong { overflow-wrap: anywhere; font-size: clamp(1.45rem, 6.5vw, 2rem); }
  .proof-rail p:nth-child(even) { border-right: 0; }
  .proof-rail p:nth-last-child(-n+2) { border-bottom: 0; }
  .closing-gallery { padding-left: 12px; padding-right: 12px; }
  .gallery-heading { padding: 0 8px; display: block; text-align: left; }
  .gallery-field { margin: 0 -12px; padding: 0 12px 16px; display: flex; gap: 7px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-item, .gallery-item.gallery-wide, .gallery-item.gallery-tall { flex: 0 0 82vw; height: min(55svh, 470px); scroll-snap-align: center; }
  .gallery-item > span { opacity: 1; transform: none; }
  .final-cta { display: flex; flex-direction: column; align-items: stretch; gap: 2.5rem; }
  .final-actions { align-items: flex-start; flex-direction: column; }
  .final-visual { height: auto; aspect-ratio: auto; overflow: visible; }
  .final-visual > img { height: auto; aspect-ratio: 4 / 3; object-position: center 72%; }
  .final-caption { position: static; width: 100%; padding: 1.125rem 1.25rem; }
  .footer-top { display: grid; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-bottom { display: grid; gap: 8px; }
  .image-viewer { width: 100vw; height: 100svh; max-width: none; max-height: none; }
  .viewer-shell { grid-template-columns: 1fr; grid-template-rows: minmax(38svh, 1fr) auto; overflow-y: auto; }
  .viewer-info { padding: 28px 20px 34px; }
  .viewer-info h2 { font-size: 2.6rem; }
  .viewer-nav { top: calc(38svh - 60px); bottom: auto; }
  .dialog-close { top: 10px; right: 10px; }
  .inquiry-shell { padding: 65px 20px 34px; }
  .inquiry-reference { grid-template-columns: 80px minmax(0, 1fr); gap: 10px 12px; align-items: start; }
  .inquiry-reference img { grid-row: 1 / span 2; height: 72px; }
  .inquiry-reference button { grid-column: 2; justify-self: start; min-height: 44px; padding: .4rem 0; font-size: 14px; }
  .form-row { grid-template-columns: 1fr; }
}

/* Shared foundation for the 17 supporting routes carried into V19. */
.route-page { background: var(--porcelain); }
.route-page .site-header { position: sticky; height: auto; background: var(--ivory); color: var(--ink); border-bottom-color: var(--line); }
.route-page .brand::before { background-image: url("assets/brand/mariani-open-join.svg"); filter: none; }
.route-page .site-header .header-action { background: var(--green); border-color: var(--green); color: var(--chalk); }
.route-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(100%, calc(var(--content) + (var(--gutter) * 2))); min-height: 5.4rem; margin: 0 auto; padding: 0 var(--gutter); }
.route-header nav { display: flex; align-items: center; gap: 1.5rem; }
.route-header nav a { font-size: var(--text-micro); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.route-hero { display: grid; grid-template-columns: minmax(20rem, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; min-height: calc(100svh - 5.4rem); padding: clamp(4rem, 8vw, 8rem) var(--gutter); background: var(--ivory); }
.route-hero-copy { max-width: 44rem; margin-left: max(0px, calc((100vw - var(--content)) / 2)); }
.route-hero-copy h1 { max-width: 13.5ch; font-size: clamp(3.3rem, 4.6vw, 4.8rem); line-height: .95; }
.route-hero-copy > p:not(.eyebrow) { max-width: 37rem; margin-top: 2rem; font-size: clamp(1.08rem, 1.35vw, 1.28rem); }
.route-hero-copy .button { margin-top: 2rem; }
.route-hero figure { min-height: 38rem; position: relative; overflow: hidden; }
.route-hero figure img, .route-proof figure img { position: absolute; inset: 0; }
.route-argument { width: min(100%, 74rem); margin: 0 auto; padding: var(--section) var(--gutter); }
.route-argument > p:first-child { max-width: 44rem; margin-bottom: 5rem; color: rgba(36,31,26,.72); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.3rem); line-height: 1.16; letter-spacing: -.03em; }
.route-planning-bands { margin: -1.25rem 0 1rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-planning-bands p { min-width: 0; margin: 0; padding: 1.75rem 1.5rem 1.75rem 0; }
.route-planning-bands p + p { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.route-planning-bands strong { display: block; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 4rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.route-planning-bands span { display: block; max-width: 22rem; margin-top: .75rem; color: var(--ink-soft); }
.route-planning-note { max-width: 58rem; margin: 0 0 4rem; color: var(--ink-soft); font-size: .9rem; }
.route-answers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.route-answer { padding: 2rem 2rem 2.3rem 0; border-bottom: 1px solid var(--line); }
.route-answer + .route-answer { padding-left: 2rem; border-left: 1px solid var(--line); }
.route-answer span { display: block; margin-bottom: 2rem; color: var(--oxblood); font-size: var(--text-micro); font-weight: 700; letter-spacing: .14em; }
.route-answer h2 { max-width: 13ch; font-size: clamp(1.9rem, 2.7vw, 3rem); }
.route-answer p { margin-top: 1.2rem; color: rgba(36,31,26,.68); font-size: 1rem; }
.route-proof { display: grid; grid-template-columns: 1.3fr .7fr; gap: .5rem; padding: .5rem; background: var(--green-deep); }
.route-proof figure { min-height: 36rem; position: relative; overflow: hidden; }
.route-next { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: var(--section) max(var(--gutter), calc((100vw - 74rem) / 2)); background: var(--green); color: var(--chalk); }
.route-next .eyebrow { color: var(--copper); }
.route-next h2 { max-width: 15ch; }
.route-next p { max-width: 39rem; margin-top: 1.4rem; color: rgba(255,253,248,.76); }
.route-next .button { border-color: var(--chalk); background: var(--chalk); color: var(--green); white-space: nowrap; }
.route-next .button:hover { background: transparent; color: var(--chalk); }
.route-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding: 2rem var(--gutter); background: var(--green-deep); color: rgba(255,253,248,.72); font-size: var(--text-micro); }
.route-footer nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.route-footer a { color: var(--chalk); }
.route-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; width: min(100%, var(--content)); margin: 0 auto; padding: 0 var(--gutter) var(--section); }
.route-index a { position: relative; min-height: 28rem; overflow: hidden; color: var(--chalk); }
.route-index img { position: absolute; inset: 0; transition: transform .5s ease; }
.route-index a::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(20,17,14,.86)); content: ""; }
.route-index a:hover img { transform: scale(1.02); }
.route-index span { position: absolute; z-index: 1; right: 1.3rem; bottom: 1.2rem; left: 1.3rem; }
.route-index strong { display: block; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1; }
.route-index em { display: block; max-width: 29rem; margin-top: .6rem; font-size: var(--text-small); font-style: normal; opacity: .82; }
.start-page .route-hero { grid-template-columns: minmax(20rem, .7fr) minmax(0, 1.3fr); }
.inquiry-form { display: grid; gap: 1.2rem; max-width: 49rem; padding: clamp(1.6rem, 4vw, 3.5rem); background: var(--paper); color: var(--ink); box-shadow: var(--shadow-panel); }
.inquiry-drawer .inquiry-form { max-width: none; padding: 0; box-shadow: none; }
.route-next .inquiry-form .form-note, .route-next .inquiry-form .form-status { color: var(--ink-soft); }
.start-page .inquiry-form { max-width: none; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.field { display: grid; gap: .45rem; }
.field label { font-size: .82rem; font-weight: 700; letter-spacing: .03em; }
.field label span { color: var(--ink-soft); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid rgba(36,31,26,.34); border-radius: 0; background: transparent; color: var(--ink); }
.field input { min-height: 3rem; padding: .45rem 0; }
.field select { min-height: 3rem; padding: .45rem 0; }
.field textarea { min-height: 8rem; padding: .75rem 0; resize: vertical; }
.field-error { min-height: 1.1rem; color: var(--error); font-size: .82rem; }
.consent-error { margin-top: -.9rem; }
.inquiry-form .button { width: fit-content; }
.start-page .choice-field { margin-top: .2rem; }
.start-page .choice-field legend { margin-bottom: .75rem; }
.start-page .trust-line { margin: 2.5rem 0 0; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .45rem 1rem; border-top: 1px solid var(--line); font-size: var(--text-micro); }
.start-page .trust-line span { margin: 0; padding: 0; border: 0; }
.start-page .trust-line span + span::before { margin-right: 1rem; color: var(--oxblood); content: "·"; }

@media (max-width: 800px) {
  .route-header nav a:not(.button) { display: none; }
  .route-header nav { gap: 0; }
  .route-header .button { min-height: 44px; padding: .7rem .9rem; font-size: var(--text-micro); }
  .route-hero, .start-page .route-hero { grid-template-columns: 1fr; min-height: auto; }
  .route-hero-copy { margin-left: 0; }
  .route-hero-copy h1 { max-width: 13ch; font-size: clamp(2.7rem, 11.5vw, 3.25rem); }
  .route-hero figure { min-height: 27rem; }
  .route-answers { grid-template-columns: 1fr; }
  .route-answer, .route-answer + .route-answer { padding: 2rem 0; border-left: 0; }
  .route-proof { grid-template-columns: 1fr; }
  .route-proof figure { min-height: 25rem; }
  .route-proof figure + figure { min-height: 20rem; }
  .route-planning-bands { grid-template-columns: 1fr; }
  .route-planning-bands p { padding: 1.25rem 0; }
  .route-planning-bands p + p { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .route-next { grid-template-columns: 1fr; }
  .route-next .button { width: fit-content; }
  .route-index { grid-template-columns: 1fr; }
  .route-index a { min-height: 24rem; }
  .field-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide img { transform: none !important; }
}
@media (hover: none) { .image-button::after { opacity: .75; transform: none; } }

/* V20.3 Kitchen Styles collection browser */
.collections-page,.technology-page{background:var(--ivory)}
.collections-hero figure img{object-position:center 52%}
.collection-browser{padding:clamp(5rem,8vw,8rem) max(var(--gutter),calc((100vw - var(--content))/2));background:var(--paper)}
.collection-intro{max-width:62rem}
.collection-intro h2{max-width:14ch;margin-bottom:1.2rem;font-size:clamp(2.8rem,4.7vw,5rem);line-height:.96}
.collection-intro>p:not(.eyebrow){max-width:45rem;color:var(--ink-soft);font-size:clamp(1rem,1.2vw,1.12rem)}
.collection-filters{margin:clamp(2rem,4vw,3.5rem) 0 2rem;display:flex;flex-wrap:wrap;gap:.55rem}
.collection-filters button{min-height:48px;padding:.7rem 1.1rem;border:1px solid var(--line);background:transparent;color:var(--ink);cursor:pointer;font-size:.82rem;font-weight:700;letter-spacing:.035em}
.collection-filters button:hover,.collection-filters button:focus-visible,.collection-filters button[aria-pressed="true"]{background:var(--green);border-color:var(--green);color:var(--chalk)}
.collection-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:.7rem}
.collection-item{grid-column:span 4;min-width:0;margin:0;display:grid;grid-template-rows:clamp(22rem,31vw,32rem) auto;background:var(--ivory)}
.collection-item.collection-feature{grid-column:span 8;grid-row:span 2;grid-template-rows:minmax(0,1fr) auto}
.collection-item.collection-wide{grid-column:span 8}
.collection-item .image-button{width:100%;height:100%}
.collection-item figcaption{padding:1.1rem 1.15rem 1.25rem;border-top:1px solid var(--line)}
.collection-item strong{display:block;font-family:var(--serif);font-size:clamp(1.45rem,2.2vw,2.2rem);font-weight:400;line-height:1.05}
.collection-item figcaption span{display:block;margin-top:.45rem;color:var(--ink-soft);font-size:.88rem;line-height:1.5;letter-spacing:.02em}
.collection-directions{padding-top:var(--section)}

/* V20.3 first-class Design & Technology hub */
.technology-hero figure img{object-position:center 48%}
.technology-hub{padding:clamp(5rem,8vw,8rem) max(var(--gutter),calc((100vw - var(--content))/2));background:var(--green-deep);color:var(--chalk)}
.technology-hub-intro{max-width:72rem;margin-bottom:clamp(2.8rem,5vw,5rem)}
.technology-hub-intro h2{max-width:15ch;margin-bottom:1.3rem;font-size:clamp(3rem,4.8vw,5.1rem);line-height:.95}
.technology-hub-intro>p:not(.eyebrow){max-width:50rem;color:rgba(255,253,248,.74);font-size:clamp(1rem,1.2vw,1.12rem)}
.technology-hub-intro>div{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:1.5rem}
.technology-hub-intro .text-link{color:var(--chalk)}
.technology-hub-film{height:clamp(34rem,60vw,52rem);position:relative;margin:0 0 .65rem;overflow:hidden;background:var(--timber)}
.technology-hub-film video{width:100%;height:100%;object-fit:cover}
.technology-hub-film figcaption{position:absolute;right:1rem;bottom:1rem;left:1rem;padding:1rem 1.1rem;background:rgba(17,29,24,.84);font-family:var(--serif);font-size:clamp(1.3rem,2.4vw,2.35rem);line-height:1.08}
.technology-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.technology-subject{min-width:0;margin:0;display:grid;grid-template-rows:clamp(27rem,39vw,39rem) auto;background:#14251f}
.technology-subject-wide{grid-column:1/-1;grid-template-columns:minmax(0,1.35fr) minmax(19rem,.65fr);grid-template-rows:clamp(34rem,49vw,46rem);align-items:stretch}
.technology-subject .image-button{width:100%;height:100%}
.technology-subject>div{padding:clamp(1.4rem,2.8vw,2.6rem)}
.technology-subject-wide>div{display:flex;flex-direction:column;justify-content:center}
.technology-subject>div>span{color:var(--copper);font-size:.8rem;font-weight:700;letter-spacing:.12em}
.technology-subject h2{margin:.85rem 0 .75rem;font-size:clamp(2rem,3.1vw,3.45rem);line-height:1}
.technology-subject p{max-width:36rem;margin:0;color:rgba(255,253,248,.72);font-size:1rem;line-height:1.6}

@media(max-width:900px){
  .collection-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.collection-item{grid-column:span 4;grid-template-rows:24rem auto}.collection-item.collection-feature,.collection-item.collection-wide{grid-column:span 8}.collection-item.collection-feature{grid-row:span 1;grid-template-rows:34rem auto}
  .technology-subject{grid-template-rows:28rem auto}.technology-subject-wide{grid-template-columns:1fr;grid-template-rows:34rem auto}
}

@media(max-width:760px){
  .collection-browser,.technology-hub{padding:4.6rem 1.25rem}
  .collection-intro h2,.technology-hub-intro h2{font-size:clamp(2.45rem,10.5vw,3.2rem)}
  .collection-filters{margin-right:-20px;margin-left:-20px;padding:0 20px 8px;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory}.collection-filters button{flex:0 0 auto;scroll-snap-align:start}
  .collection-grid{display:grid;grid-template-columns:1fr;gap:.65rem}.collection-item,.collection-item.collection-feature,.collection-item.collection-wide{grid-column:1;grid-row:auto;grid-template-rows:66svh auto;min-height:31rem}
  .collection-directions{padding-top:4.6rem}
  .technology-hub-film{height:31rem;margin-right:-20px;margin-left:-20px;width:calc(100% + 40px)}.technology-hub-film video{object-position:42% center}.technology-hub-film figcaption{font-size:1.35rem}
  .technology-hub-grid{margin-right:-20px;margin-left:-20px;padding:0 20px 1rem;display:flex;gap:.55rem;overflow-x:auto;scroll-snap-type:x mandatory}.technology-subject,.technology-subject-wide{flex:0 0 86vw;display:grid;grid-template-columns:1fr;grid-template-rows:62svh auto;scroll-snap-align:center}.technology-subject h2{font-size:2.25rem}
}

@media(prefers-reduced-motion:reduce){
  .collection-filters,.technology-hub-grid{scroll-behavior:auto}
}

/* V20.9.1: restrained directional controls; labels carry all call-to-action buttons. */
.direction-chevron { display: block; flex: none; pointer-events: none; }

/* Maryani inquiry simplification — September 19, 2026 */
.project-details { border-top: 1px solid var(--line, #d5d1c8); padding-top: 16px; }
.project-details summary { cursor: pointer; font-size: 15px; line-height: 1.6; padding: 8px 0; }
.project-details summary span { opacity: .65; font-size: 12px; }
.project-details[open] .field { margin-top: 16px; }
.inquiry-form [hidden] { display: none !important; }
.inquiry-form .form-row:has(> .field:only-child) { grid-template-columns: 1fr; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { font-size: 16px; }

.inquiry-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
/* Keep the short inquiry itself compact, including on narrow screens. */
.inquiry-dialog .inquiry-intro h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.08; }
.inquiry-dialog .inquiry-intro > p { margin-top: 18px; font-size: 16px; line-height: 1.55; }
.inquiry-dialog .inquiry-form { gap: 18px; }
.inquiry-dialog .inquiry-reference { margin-top: 18px; }
@media (max-width: 600px) {
  .start-page .route-hero { padding-top: 40px; gap: 28px; }
  .start-page .route-hero-copy h1 { font-size: 38px; }
  .start-page .route-hero-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 16px; line-height: 1.55; }
  .inquiry-dialog .inquiry-intro { margin-bottom: 20px; }
}

/* Optional analytics stays separate from the kitchen inquiry. */
.analytics-choice { position: fixed; z-index: 200; bottom: 18px; left: 18px; width: min(420px, calc(100vw - 36px)); padding: 18px; background: #f7f4ee; color: #263b31; border: 1px solid #bbc0b4; box-shadow: 0 4px 24px #14251c1a; font: 14px/1.5 'Plus Jakarta Sans', sans-serif; }
.analytics-choice[hidden] { display: none; }
.analytics-choice p { margin: 0 0 12px; }
.analytics-choice > div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.analytics-choice button { min-height: 44px; padding: 8px 12px; border: 1px solid #68776c; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.analytics-choice a { font-size: 12px; }
.analytics-settings { background: none; border: 0; color: inherit; text-decoration: underline; font: inherit; font-size: 12px; padding: 8px 0; cursor: pointer; }

.route-next .inquiry-form .button { background: #293c32; color: #fff; border-color: #293c32; }
