/* MONOLITH — original concept by BUILDYOURSNOW. No framework or build step. */
:root {
  --paper: #f2efe7;
  --paper-dark: #e8e4da;
  --ink: #292b24;
  --muted: #6b6d62;
  --rule: #cccbbf;
  --olive: #24281f;
  --olive-light: #d7d7c7;
  --sand: #c8b98d;
  --serif: 'Cormorant Garamond', 'Bodoni MT', 'Times New Roman', serif;
  --sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --gutter: clamp(24px, 4.8vw, 92px);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 100px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
::selection { color: var(--paper); background: #596049; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { padding: 0; background: none; border: 0; cursor: pointer; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid #778062; outline-offset: 3px; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, h4, p { margin: 0; }
[hidden] { display: none !important; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.15; flex-shrink: 0; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-padding { padding-inline: var(--gutter); }
.eyebrow, .section-label { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; line-height: 1.6; }
.small-cross { display: inline-block; font-size: 23px; font-weight: 400; line-height: 1; }
.section-label { display: flex; align-items: center; gap: 16px; }
.section-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.section-topline > p, .section-topline > span { font-size: 12px; }
.display-heading { font-family: var(--serif); font-size: clamp(62px, 6.6vw, 116px); font-weight: 400; letter-spacing: -.048em; line-height: .99; }
em { font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 27px; position: relative; width: fit-content; font-size: 12px; line-height: 1.8; padding-bottom: 9px; }
.text-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: currentColor; transform-origin: left; transition: transform .5s var(--ease); opacity: .55; }
.text-link .icon { width: 17px; height: 17px; transition: transform .4s var(--ease); }
.text-link:hover .icon { transform: translate(3px, -3px); }
.text-link:hover::after { transform: scaleX(.72); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 150; padding: 16px 24px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; height: 2px; top: 0; left: 0; width: 100%; z-index: 91; pointer-events: none; }
.reading-progress span { display: block; height: 100%; background: var(--sand); transform: scaleX(0); transform-origin: left; }
/* Navigation */
.site-header { position: absolute; z-index: 80; top: 0; left: 0; right: 0; height: var(--header-height); padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--paper); border-bottom: 1px solid #ffffff30; }
.site-header.is-sticky { position: fixed; height: 78px; color: var(--ink); background: #f2efe7f7; border-color: #cccbbfbd; backdrop-filter: blur(14px); animation: header-in .55s var(--ease) both; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.05; }
.brand-name { display: block; font-size: 18px; letter-spacing: .15em; font-weight: 600; }
.brand-subtitle { display: block; font-size: 8px; line-height: 1; letter-spacing: .13em; font-weight: 400; text-transform: uppercase; padding-top: 7px; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 55px); margin-left: 30px; }
.desktop-nav a { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; padding-block: 14px; position: relative; }
.desktop-nav a span { margin-left: 4px; font-size: 8px; opacity: .6; position: relative; top: -4px; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 7px; left: 0; width: 80%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-inquiry { margin-top: 8px; gap: 25px; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { width: 25px; height: 1px; background: currentColor; }
/* Hero */
.hero { position: relative; min-height: 720px; height: min(980px, 96svh); overflow: hidden; background: #30362b; color: var(--paper); }
.hero-media, .interlude-media { position: absolute; inset: -5% 0; }
.hero-photo, .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; animation: photograph-in 2.2s var(--ease) both; filter: saturate(.65); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #10191077 0%, #10181029 28%, #0b140c6b 63%, #091109a8 100%), linear-gradient(90deg, #14201635, transparent 75%); }
.hero-grid { position: absolute; inset: 0 var(--gutter); border-left: 1px solid #ffffff0f; border-right: 1px solid #ffffff0f; display: grid; grid-template-columns: repeat(3, 1fr); pointer-events: none; }
.hero-grid i { border-right: 1px solid #ffffff0a; }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 127px; padding-bottom: 170px; }
.hero-eyebrow { display: flex; gap: 16px; align-items: center; margin-bottom: 37px; animation: fade-up 1.25s .15s var(--ease) both; }
h1 { font-family: var(--serif); font-size: clamp(82px, 10.5vw, 181px); font-weight: 400; line-height: .89; letter-spacing: -.048em; }
.hero-line { display: block; overflow: hidden; padding-bottom: .17em; margin-bottom: -.12em; }
.hero-line > span { display: block; animation: text-in 1.5s .12s var(--ease) both; }
.hero-line:nth-child(2) > span { animation-delay: .27s; }
h1 em { font-weight: 400; }
.hero-bottom { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 62px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; animation: fade-up 1.4s .6s var(--ease) both; }
.hero-scroll { display: flex; align-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; gap: 16px; min-height: 48px; }
.hero-scroll .icon { width: 15px; height: 19px; }
.scroll-line { display: block; height: 1px; width: 44px; position: relative; background: #ffffff45; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; inset: 0; background: var(--paper); animation: scroll-cue 3s ease-in-out infinite; }
.hero-feature { text-align: left; display: flex; align-items: center; gap: 25px; padding-top: 20px; border-top: 1px solid #ffffff69; }
.hero-feature-index { font-family: var(--serif); font-size: 38px; line-height: 1; align-self: flex-end; }
.hero-feature-index > span { font-size: 15px; opacity: .6; }
.hero-feature-name { display: flex; flex-direction: column; gap: 5px; }
.hero-feature-name .eyebrow { font-size: 8px; color: #e4e4d8; }
.hero-feature-name > span:last-child { font-size: 13px; }
.small-circle { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ffffff75; border-radius: 50%; transition: color .4s, background .4s, transform .6s var(--ease); }
.small-circle .icon { width: 19px; height: 19px; }
.hero-feature:hover .small-circle { background: var(--paper); color: var(--ink); transform: rotate(45deg); }
.hero-side-note { position: absolute; right: 19px; top: 39%; writing-mode: vertical-rl; text-transform: uppercase; font-size: 8px; letter-spacing: .2em; color: #e5e6dcc9; }
.hero-corner { position: absolute; bottom: 15px; right: var(--gutter); font-size: 8px; letter-spacing: .15em; opacity: .6; }
.discipline-strip { display: flex; align-items: center; gap: 37px; height: 78px; border-bottom: 1px solid var(--rule); }
.discipline-strip > span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.discipline-strip .icon { width: 14px; height: 14px; color: #858776; }
.discipline-strip > .strip-note { margin-left: auto; text-transform: none; font-family: var(--serif); font-size: 23px; letter-spacing: -.02em; font-style: italic; }
/* Studio statement */
.intro { padding-block: 140px 152px; display: grid; grid-template-columns: 22% 1fr; position: relative; }
.intro > .section-label { align-self: start; margin-top: 16px; }
.intro-main { max-width: 940px; }
.intro .display-heading { font-size: clamp(64px, 6.4vw, 112px); }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; max-width: 752px; margin-top: 45px; gap: 52px; font-size: 13px; line-height: 1.95; color: #5e6156; }
.intro-copy .text-link { margin-top: 25px; color: var(--ink); }
.studio-seal { position: absolute; bottom: 124px; left: var(--gutter); width: 100px; text-align: center; color: #838473; }
.studio-seal svg { width: 88px; margin: auto; fill: none; stroke: currentColor; stroke-width: .6; }
.studio-seal span { display: block; font-family: var(--serif); font-size: 13px; font-style: italic; margin-top: 10px; }
/* Project collection */
.work { padding-block: 57px 62px; background: var(--paper-dark); }
.work .section-topline { padding-bottom: 36px; border-bottom: 1px solid #b9bcae; }
.work .section-topline p { color: #63665a; }
.work-heading-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 59px; margin-bottom: 63px; }
.work-heading-row .display-heading { font-size: clamp(72px, 7vw, 125px); }
.work-count { font-family: var(--serif); font-size: 48px; text-align: right; padding-bottom: 8px; }
.work-count > span { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; margin-top: 8px; color: #66695e; }
.projects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 90px 28px; }
.project-card-1 { grid-column: 1 / 8; }
.project-card-2 { grid-column: 9 / 13; margin-top: 194px; }
.project-card-3 { grid-column: 1 / 5; }
.project-card-4 { grid-column: 6 / 13; margin-top: 105px; }
.project-image { display: block; position: relative; width: 100%; overflow: hidden; background: #b6b6a6; }
.project-image::after { content: ''; position: absolute; inset: 0; background: #282e1510; pointer-events: none; transition: background .6s; }
.project-image:hover::after { background: #20281220; }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.63); transition: transform 1.25s var(--ease), filter .9s; }
.project-card-1 .project-image { aspect-ratio: 1.27; }
.project-card-2 .project-image, .project-card-3 .project-image { aspect-ratio: .79; }
.project-card-4 .project-image { aspect-ratio: 1.34; }
.project-card-1 .project-image img { object-position: 53% center; }
.project-card-2 .project-image img { object-position: 66% center; }
.project-card-3 .project-image img { object-position: 53% center; }
.project-image:hover img { transform: scale(1.045); filter: saturate(.85); }
.image-index { position: absolute; left: 20px; top: 20px; padding: 6px 8px; background: #242b2273; backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .1em; color: #f6f5ef; z-index: 1; }
.image-action { position: absolute; right: 20px; bottom: 20px; width: 42px; height: 42px; color: var(--paper); display: grid; place-items: center; border: 1px solid #ffffffb0; border-radius: 50%; background: #242b2240; backdrop-filter: blur(6px); z-index: 1; transition: transform .4s; }
.project-image:hover .image-action { transform: rotate(45deg); }
.project-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 22px; }
.project-meta h3 { font-size: 21px; font-family: var(--serif); font-weight: 500; line-height: 1.2; }
.project-meta h3 button { text-align: left; }
.project-meta h3 button:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.project-meta p { margin-top: 9px; font-size: 9px; color: #666a5b; line-height: 1.6; }
.project-meta p span { padding-inline: 5px; }
.project-year { font-size: 9px; color: #6b6d60; white-space: nowrap; }
.collection-end { margin-top: 79px; padding-top: 27px; border-top: 1px solid #bec1b3; display: flex; align-items: center; gap: 22px; }
.collection-end p { font-size: 11px; color: #656858; }
.collection-end .text-link { margin-left: auto; }
/* Cinematic breathing space */
.interlude { height: 690px; position: relative; overflow: hidden; color: #fffdf7; background: #605d48; }
.interlude-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 59%; filter: saturate(.55); }
.interlude-shade { position: absolute; inset: 0; background: #151b13a3; }
.interlude-top { position: relative; display: flex; justify-content: space-between; padding-top: 39px; }
.interlude-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 45px var(--gutter) 20px; }
.interlude-asterisk { font-size: 34px; line-height: 1; margin-bottom: 25px; font-family: Georgia, serif; font-weight: 400; }
.interlude h2 { font-size: clamp(75px, 7.5vw, 131px); font-weight: 400; font-family: var(--serif); line-height: .94; letter-spacing: -.04em; }
.interlude-content p { font-size: 12px; line-height: 1.9; margin-top: 32px; color: #edece4; }
.interlude-bottom { position: absolute; bottom: 36px; left: 0; right: 0; text-align: center; font-size: 8px; }
/* Architectural light study + process */
.approach { background: var(--olive); color: var(--olive-light); padding-block: 63px 94px; overflow: hidden; }
.approach > .section-topline { padding-bottom: 31px; border-bottom: 1px solid #c0c4a72f; }
.approach-note { color: #a7ae98; }
.approach > h2 { margin-top: 59px; font-size: clamp(62px, 6.4vw, 110px); }
.approach-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 8%; margin-top: 68px; }
.light-study { border: 1px solid #c0c4a733; align-self: start; }
.study-label { display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .12em; color: #bfc5ad; padding: 19px 21px; border-bottom: 1px solid #c0c4a726; }
.drawing-container { overflow: hidden; }
.pavilion { width: 100%; color: #bcc4a7; height: auto; }
.light-control { border-top: 1px solid #c0c4a726; padding: 22px 26px 12px; }
.light-control-label { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 17px; }
.light-control-label label { font-size: 10px; }
.light-control output { font-size: 12px; color: #e0d2a5; font-variant-numeric: tabular-nums; }
input[type=range] { appearance: none; -webkit-appearance: none; display: block; width: 100%; margin: 0; height: 22px; background: transparent; cursor: ew-resize; }
input[type=range]::-webkit-slider-runnable-track { height: 1px; background: #e2d5aa70; }
input[type=range]::-moz-range-track { height: 1px; background: #e2d5aa70; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; margin-top: -5.5px; border-radius: 50%; background: #dac99c; border: 3px solid var(--olive); outline: 1px solid #dac99c; }
input[type=range]::-moz-range-thumb { width: 7px; height: 7px; border-radius: 50%; background: #dac99c; border: 3px solid var(--olive); outline: 1px solid #dac99c; }
input[type=range]:focus-visible { outline: 1px solid #dac99c; outline-offset: 5px; }
.range-endpoints { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .03em; color: #9ba48b; padding-top: 10px; }
.study-caption { padding: 12px 26px 20px; color: #aab298; font-size: 9px; }
.draw-lines path { stroke-dasharray: 1800; stroke-dashoffset: 0; }
.light-study.is-visible .draw-lines path { animation: draw-in 3.2s var(--ease) both; }
.light-study.is-visible .draw-lines path:nth-child(3n) { animation-delay: .17s; }
.process-list { padding-top: 3px; }
.process-step { border-top: 1px solid #c0c4a744; }
.process-step:last-of-type { border-bottom: 1px solid #c0c4a744; }
.process-step summary { padding: 29px 0; display: flex; gap: 25px; align-items: center; cursor: pointer; list-style: none; }
.process-step summary::-webkit-details-marker { display: none; }
.process-step summary > span:nth-child(2) { font-family: var(--serif); font-size: clamp(28px, 2.8vw, 49px); font-weight: 400; letter-spacing: -.02em; }
.process-number { font-size: 9px; color: #a5ae92; }
.process-toggle { position: relative; width: 22px; height: 22px; margin-left: auto; flex-shrink: 0; }
.process-toggle::before, .process-toggle::after { content: ''; position: absolute; background: #d0d7be; width: 14px; height: 1px; top: 10px; left: 4px; transition: transform .35s; }
.process-toggle::after { transform: rotate(90deg); }
.process-step[open] .process-toggle::after { transform: rotate(0); }
.process-body { padding: 0 10px 30px 39px; }
.process-body p { font-size: 12px; line-height: 1.95; color: #b0b9a0; max-width: 360px; }
.process-keywords { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; color: #d3d6c4; margin-top: 23px; }
.process-footnote { display: flex; align-items: center; gap: 26px; margin-top: 47px; }
.process-footnote .icon { width: 37px; height: 37px; color: #b9c19f; stroke-width: .65; }
.process-footnote p { font-size: 11px; line-height: 1.9; color: #aab499; }
/* Contact + oversized closing masthead */
.contact { padding-block: 75px 84px; }
.contact-main { display: flex; justify-content: space-between; gap: 42px; align-items: center; margin-top: 70px; }
.contact h2 { font-family: var(--serif); font-size: clamp(82px, 10vw, 171px); font-weight: 400; line-height: .88; letter-spacing: -.047em; }
.contact-arrow { width: 164px; height: 164px; flex-shrink: 0; border: 1px solid #8b907e; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 18px; margin: 10px 25px 0 0; transition: color .5s, background .5s, transform .5s var(--ease); }
.contact-arrow > svg { width: 49px; height: 49px; fill: none; stroke: currentColor; stroke-width: .65; transition: transform .5s var(--ease); }
.contact-arrow > span { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-arrow:hover { color: var(--paper); background: var(--ink); }
.contact-arrow:hover svg { transform: translate(5px, -5px); }
.contact-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 52px; }
.contact-bottom > p { color: #65695b; font-size: 12px; line-height: 1.9; }
.site-footer { border-top: 1px solid var(--rule); padding-top: 38px; background: #e9e6dc; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-studio { display: flex; align-items: center; gap: 16px; }
.footer-studio .brand-mark { width: 35px; height: 35px; }
.footer-studio > span { font-size: 10px; line-height: 1.8; }
.footer-nav { display: flex; gap: 31px; font-size: 10px; }
.footer-nav > a, .footer-nav > button { min-height: 36px; display: flex; align-items: center; }
.footer-nav > a:hover, .footer-nav > button:hover { text-decoration: underline; text-underline-offset: 5px; }
.back-top { display: flex; align-items: center; gap: 22px; font-size: 10px; }
.back-top .icon { width: 17px; height: 17px; }
.footer-wordmark { font-family: var(--serif); font-size: 17.7vw; letter-spacing: -.065em; line-height: 1.02; margin-top: 27px; margin-left: -.018em; white-space: nowrap; position: relative; width: fit-content; }
.footer-wordmark > span { font-family: var(--sans); font-size: 1.5vw; position: absolute; top: 22%; right: -1.7em; font-weight: 400; letter-spacing: 0; }
.footer-bottom { padding-block: 19px; border-top: 1px solid #bfc3b0; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: 9px; }
.footer-bottom > div { display: flex; gap: 28px; }
.footer-bottom button { min-height: 28px; }
.footer-bottom a { font-weight: 600; letter-spacing: .06em; }
.footer-divider { margin-inline: 10px; color: #8d927f; }
.concept-disclosure { font-size: 8px; color: #6b715f; padding-bottom: 21px; line-height: 1.7; }
/* Native accessible dialogs */
dialog { color: var(--ink); background: var(--paper); border: 0; padding: 0; overscroll-behavior: contain; }
dialog::backdrop { background: #11170dbd; backdrop-filter: blur(7px); }
dialog[open] { animation: dialog-in .6s var(--ease) both; }
.round-close { width: 46px; height: 46px; flex-shrink: 0; border: 1px solid #a1a590; display: grid; place-items: center; border-radius: 50%; transition: background .3s, color .3s; }
.round-close .icon { width: 20px; height: 20px; }
.round-close:hover { background: var(--ink); color: var(--paper); }
.mobile-menu { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 26px var(--gutter) 35px; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu nav { margin-top: 70px; }
.mobile-menu nav > a, .mobile-menu nav > button { padding: 22px 0; width: 100%; display: flex; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(33px, 7vw, 52px); text-align: left; }
.mobile-menu nav > a span, .mobile-menu nav > button span { font-family: var(--sans); font-size: 10px; }
.mobile-menu nav .icon { margin-left: auto; width: 23px; height: 23px; }
.mobile-menu-bottom { padding-top: 70px; }
.mobile-menu-bottom p { font-family: var(--serif); font-size: 26px; font-style: italic; margin-bottom: 20px; }
.project-dialog { width: min(1250px, 94vw); max-width: none; max-height: 93svh; }
.project-dialog-top { padding: 20px 35px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; background: #f2efe7ed; backdrop-filter: blur(12px); z-index: 3; border-bottom: 1px solid var(--rule); }
.project-dialog-top .round-close { width: 39px; height: 39px; }
.project-detail-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; padding: 43px 45px 35px; }
.project-detail-heading h2 { font-family: var(--serif); font-size: clamp(42px, 5.5vw, 85px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.project-detail-heading .eyebrow { color: #68705b; font-size: 8px; white-space: nowrap; }
.project-detail-main-image { width: 100%; height: min(530px, 62svh); object-fit: cover; filter: saturate(.7); }
.project-detail-description { display: grid; grid-template-columns: .7fr 1fr; gap: 14%; padding: 47px 45px; }
.project-detail-description h3 { font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.05; }
.project-detail-description p { font-size: 12px; line-height: 1.95; color: #68705c; }
.project-detail-description dl { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 28px 0 0; }
.project-detail-description dt { font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: #76806a; margin-bottom: 7px; }
.project-detail-description dd { margin: 0; font-size: 11px; }
.project-detail-reference { width: calc(100% - 90px); margin: 0 45px 25px; height: 350px; object-fit: cover; filter: saturate(.65); }
.project-detail-caption { margin: 0 45px 30px; font-size: 9px; line-height: 1.8; color: #6d775f; }
.project-dialog-footer { border-top: 1px solid var(--rule); margin: 0 45px; padding-block: 23px 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.project-dialog-footer p { font-size: 9px; color: #69735d; max-width: 360px; line-height: 1.6; }
.project-dialog-footer button { flex-shrink: 0; }
.inquiry-dialog { width: min(980px, 94vw); max-width: none; max-height: 94svh; }
.inquiry-dialog[open] { display: grid; grid-template-columns: .85fr 1.15fr; }
.inquiry-close { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; z-index: 2; }
.inquiry-intro { background: var(--olive); color: var(--olive-light); padding: 50px 39px 40px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.inquiry-intro > .eyebrow { color: #b7c1a3; font-size: 8px; }
.inquiry-intro h2 { font-family: var(--serif); font-weight: 400; font-size: 66px; letter-spacing: -.035em; line-height: .99; margin-top: 50px; }
.inquiry-intro > p:not(.demo-note) { font-size: 11px; color: #b6c0a5; line-height: 1.9; margin-top: 26px; max-width: 220px; }
.inquiry-mark { width: 180px; height: 180px; fill: none; stroke: #a5b28b; stroke-width: .2; opacity: .3; margin-top: 25px; }
.demo-note { font-size: 9px; line-height: 1.8; color: #b8c3a5; margin-top: auto; padding-top: 25px; }
.inquiry-form-panel { padding: 58px 44px 40px; }
.form-heading { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0 23px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
.form-heading .eyebrow { font-size: 8px; }
.field { margin-bottom: 23px; }
.field label { display: block; font-size: 11px; line-height: 1.6; margin-bottom: 9px; }
.field label span { color: #6e7764; font-size: 9px; }
.field input, .field select, .field textarea { width: 100%; border-radius: 0; border: none; border-bottom: 1px solid #b8bfad; background: transparent; padding: 9px 0 11px; font-size: 12px; }
.field input::placeholder, .field textarea::placeholder { color: #818775; }
.field textarea { resize: vertical; min-height: 65px; }
.field select { cursor: pointer; }
.submit-button { background: var(--olive); color: var(--paper); width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; font-size: 11px; transition: background .3s; }
.submit-button:hover { background: #4a533b; }
.submit-button .icon { width: 19px; height: 19px; }
.form-privacy { font-size: 9px; line-height: 1.7; color: #6b745e; margin-top: 17px; }
.inquiry-result h3 { font-family: var(--serif); font-weight: 400; font-size: 58px; line-height: 1; margin-block: 32px 25px; }
.inquiry-result > p:not(.form-privacy) { font-size: 13px; line-height: 1.8; }
.brief-preview { font-size: 11px; line-height: 1.9; white-space: pre-wrap; overflow-wrap: anywhere; margin-top: 23px; padding: 20px 0; border-block: 1px solid var(--rule); max-height: 180px; overflow-y: auto; }
.inquiry-result .submit-button { margin-top: 25px; }
.inquiry-result > .text-link { margin-top: 22px; font-size: 11px; }
.credits-dialog { width: min(660px, 92vw); max-height: 90svh; padding: 48px; }
.credits-dialog > .round-close { position: absolute; top: 20px; right: 20px; width: 35px; height: 35px; }
.credits-dialog h2 { font-family: var(--serif); font-size: 49px; font-weight: 400; line-height: 1; letter-spacing: -.025em; margin-block: 30px; }
.credits-dialog > p { font-size: 12px; line-height: 1.9; color: #657058; margin-bottom: 18px; }
.credits-dialog h3 { font-size: 11px; margin-top: 28px; }
.credits-dialog ul { list-style: none; padding: 0; margin-block: 12px 26px; }
.credits-dialog li { font-size: 11px; line-height: 2.3; }
.credits-dialog li a, .credits-small a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.credits-dialog .credits-small { font-size: 10px; }
/* Motion is an enhancement; the document is fully visible without JavaScript. */
.reveal { opacity: 1; transform: none; }
html.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1.15s var(--ease); }
html.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.project-cursor { position: fixed; width: 100px; height: 100px; border-radius: 50%; background: #f2efe7e8; color: var(--ink); z-index: 79; pointer-events: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; font-size: 9px; letter-spacing: .04em; opacity: 0; transform: translate(-50%, -50%) scale(.65); transition: opacity .25s, transform .4s var(--ease); backdrop-filter: blur(6px); }
.project-cursor .icon { width: 19px; height: 19px; }
.project-cursor.visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.noscript-note { padding: 20px var(--gutter); font-size: 12px; text-align: center; }
@keyframes text-in { from { transform: translateY(115%); } to { transform: translateY(0); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes photograph-in { from { transform: scale(1.065); } to { transform: scale(1); } }
@keyframes scroll-cue { 0% { transform: translateX(-101%); } 65%, 100% { transform: translateX(101%); } }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes draw-in { from { stroke-dashoffset: 1800; } to { stroke-dashoffset: 0; } }
/* Compact desktop / tablet */
@media (min-width: 1800px) {
  :root { --gutter: max(92px, calc((100vw - 1700px) / 2)); }
  .footer-wordmark { font-size: min(17.7vw, 331px); }
}
@media (max-width: 1100px) {
  :root { --gutter: 40px; }
  .desktop-nav { gap: 23px; margin-left: 0; }
  .desktop-nav a { font-size: 9px; }
  .brand-name { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 690px; }
  .hero-feature { gap: 18px; }
  .intro { grid-template-columns: 21% 1fr; padding-block: 112px 116px; }
  .intro-copy { gap: 28px; }
  .projects-grid { gap: 73px 22px; }
  .project-card-2 { grid-column: 9 / 13; margin-top: 130px; }
  .project-year { display: none; }
  .approach-grid { gap: 6%; }
  .process-step summary { gap: 16px; }
  .process-body { padding-left: 30px; }
  .contact-arrow { width: 136px; height: 136px; margin-right: 0; }
  .inquiry-intro { padding-inline: 32px; }
  .inquiry-form-panel { padding-inline: 33px; }
}
@media (max-width: 850px) {
  :root { --gutter: 28px; --header-height: 86px; }
  .desktop-nav, .header-inquiry { display: none; }
  .menu-toggle { display: flex; }
  .site-header.is-sticky { height: 70px; }
  .hero { height: 88svh; min-height: 700px; max-height: 1000px; }
  .hero-content { padding-top: 113px; padding-bottom: 165px; }
  h1 { font-size: 11.3vw; }
  .hero-eyebrow { font-size: 8px; gap: 12px; }
  .hero-side-note { display: none; }
  .hero-feature-index { display: none; }
  .hero-bottom { bottom: 42px; }
  .hero-scroll { font-size: 8px; gap: 9px; }
  .scroll-line { width: 25px; }
  .discipline-strip { gap: 22px; }
  .discipline-strip > span { font-size: 9px; }
  .discipline-strip .strip-note { font-size: 20px; }
  .intro { grid-template-columns: 1fr; padding-block: 92px; }
  .intro > .section-label { margin: 0 0 40px; }
  .intro-main { padding-left: 17%; }
  .intro .display-heading { font-size: 71px; }
  .intro-copy { font-size: 12px; line-height: 1.9; margin-top: 32px; }
  .studio-seal { width: 68px; bottom: 119px; }
  .studio-seal svg { width: 66px; }
  .studio-seal span { font-size: 10px; }
  .work-heading-row .display-heading { font-size: 81px; }
  .work-count { font-size: 37px; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); gap: 57px 30px; }
  .project-card-1 { grid-column: 1; }
  .project-card-2 { grid-column: 2; margin-top: 120px; }
  .project-card-3 { grid-column: 1; margin-top: -78px; }
  .project-card-4 { grid-column: 2; margin-top: 46px; }
  .project-card-1 .project-image, .project-card-4 .project-image { aspect-ratio: .91; }
  .project-meta h3 { font-size: 23px; }
  .project-meta p { font-size: 8px; }
  .collection-end { gap: 14px; }
  .collection-end p { max-width: 220px; line-height: 1.7; }
  .collection-end .text-link { font-size: 11px; gap: 17px; }
  .interlude { height: 600px; }
  .interlude h2 { font-size: 88px; }
  .approach > h2 { font-size: 70px; }
  .approach-grid { grid-template-columns: 1fr; gap: 50px; }
  .light-study { width: 86%; }
  .process-list { margin-left: 14%; }
  .process-step summary > span:nth-child(2) { font-size: 38px; }
  .process-body p { max-width: 430px; }
  .process-footnote { margin-top: 32px; }
  .contact h2 { font-size: 10.8vw; }
  .contact-arrow { width: 118px; height: 118px; gap: 12px; }
  .contact-arrow > svg { width: 35px; height: 35px; }
  .contact-arrow > span { font-size: 8px; }
  .footer-nav { gap: 18px; }
  .footer-studio > span { font-size: 9px; }
  .footer-wordmark { font-size: 17.6vw; }
  .footer-wordmark > span { top: 20%; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; --header-height: 78px; }
  html { scroll-padding-top: 85px; }
  .section-label, .eyebrow { font-size: 8px; }
  .section-label { gap: 12px; }
  .small-cross { font-size: 20px; }
  .brand { gap: 10px; }
  .brand-name { font-size: 15px; letter-spacing: .13em; }
  .brand-subtitle { font-size: 6.5px; padding-top: 6px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero { height: 92svh; min-height: 650px; max-height: 900px; }
  .hero-media { inset: 0; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, #111b1377 0%, #111b135e 30%, #111b1373 58%, #111b13c9 100%); }
  .hero-content { padding-top: 124px; padding-bottom: 191px; justify-content: center; }
  .hero-eyebrow { font-size: 7px; letter-spacing: .08em; gap: 8px; margin-bottom: 27px; }
  .hero-eyebrow .small-cross { font-size: 17px; }
  h1 { font-size: 12.1vw; line-height: 1.03; letter-spacing: -.052em; }
  .hero-line { margin-bottom: -.18em; }
  .hero-bottom { display: flex; flex-direction: column-reverse; align-items: stretch; bottom: 30px; gap: 23px; }
  .hero-feature { padding-top: 18px; gap: 17px; width: 100%; }
  .hero-feature-index { display: block; font-size: 31px; align-self: center; }
  .hero-feature-index > span { font-size: 12px; }
  .hero-feature-name { gap: 5px; }
  .hero-feature-name > span:last-child { font-size: 12px; }
  .hero-feature-name .eyebrow { font-size: 7px; }
  .hero-feature .small-circle { width: 39px; height: 39px; margin-left: auto; }
  .hero-scroll { min-height: 25px; font-size: 7px; letter-spacing: .09em; gap: 12px; }
  .hero-scroll .icon { width: 13px; }
  .hero-corner { bottom: 13px; font-size: 6px; }
  .discipline-strip { height: 67px; gap: 0; justify-content: space-between; }
  .discipline-strip > span { font-size: 7px; letter-spacing: .05em; }
  .discipline-strip .icon { width: 10px; height: 10px; }
  .discipline-strip .strip-note { display: none; }
  .intro { padding-block: 68px 74px; }
  .intro > .section-label { margin-bottom: 31px; }
  .intro-main { padding-left: 0; }
  .intro .display-heading { font-size: clamp(49px, 11.5vw, 66px); line-height: 1.01; }
  .intro-copy { grid-template-columns: 1fr; gap: 17px; max-width: 325px; margin-top: 25px; font-size: 12px; }
  .intro-copy .text-link { margin-top: 20px; }
  .studio-seal { display: none; }
  .work { padding-block: 35px 37px; }
  .work .section-topline { padding-bottom: 23px; }
  .work .section-topline p { font-size: 8px; text-align: right; max-width: 120px; line-height: 1.6; }
  .work-heading-row { margin-top: 35px; margin-bottom: 35px; }
  .work-heading-row .display-heading { font-size: 14vw; }
  .work-count { font-size: 23px; padding-bottom: 4px; }
  .work-count > span { font-size: 6px; letter-spacing: .04em; margin-top: 5px; max-width: 58px; line-height: 1.6; }
  .projects-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 40px 10px; }
  .project-card-1 { grid-column: 1 / 7; margin-top: 0; }
  .project-card-2 { grid-column: 2 / 7; margin-top: 0; }
  .project-card-3 { grid-column: 1 / 6; margin-top: 0; }
  .project-card-4 { grid-column: 1 / 7; margin-top: 0; }
  .project-card-1 .project-image, .project-card-4 .project-image { aspect-ratio: 1.14; }
  .project-card-2 .project-image { aspect-ratio: .89; }
  .project-card-3 .project-image { aspect-ratio: .95; }
  .project-meta { padding-top: 15px; }
  .project-meta h3 { font-size: 25px; }
  .project-meta p { margin-top: 5px; font-size: 8px; }
  .project-year { display: block; font-size: 7px; }
  .project-card-2 .project-year, .project-card-3 .project-year { display: none; }
  .image-index { font-size: 7px; top: 13px; left: 13px; }
  .image-action { width: 34px; height: 34px; right: 13px; bottom: 13px; }
  .image-action .icon { width: 16px; height: 16px; }
  .collection-end { margin-top: 41px; padding-top: 22px; gap: 14px; flex-wrap: wrap; }
  .collection-end p { max-width: none; font-size: 9px; }
  .collection-end .text-link { margin-left: 34px; margin-top: 5px; }
  .interlude { height: 520px; }
  .interlude-top { padding-top: 25px; gap: 30px; }
  .interlude-top .eyebrow { font-size: 6px; letter-spacing: .1em; }
  .interlude h2 { font-size: 15.5vw; line-height: 1; }
  .interlude-asterisk { font-size: 29px; margin-bottom: 24px; }
  .interlude-content p { font-size: 10px; margin-top: 25px; line-height: 1.9; }
  .interlude-bottom { font-size: 6px; bottom: 25px; }
  .approach { padding-block: 35px 57px; }
  .approach > .section-topline { padding-bottom: 24px; }
  .approach .approach-note { font-size: 8px; max-width: 120px; text-align: right; }
  .approach > h2 { font-size: 11.3vw; margin-top: 37px; line-height: 1; }
  .approach-grid { margin-top: 38px; gap: 33px; }
  .light-study { width: 100%; }
  .study-label { padding: 15px 14px; font-size: 6px; letter-spacing: .08em; }
  .light-control { padding: 18px 15px 10px; }
  .light-control-label { gap: 8px; margin-bottom: 12px; }
  .light-control-label label { font-size: 8px; }
  .light-control output { font-size: 10px; }
  .range-endpoints { font-size: 6px; }
  .study-caption { font-size: 7px; padding: 9px 15px 16px; }
  .process-list { margin-left: 0; }
  .process-step summary { gap: 17px; padding-block: 24px; }
  .process-step summary > span:nth-child(2) { font-size: 31px; }
  .process-number { font-size: 8px; }
  .process-body { padding: 0 6px 25px 29px; }
  .process-body p { font-size: 11px; }
  .process-keywords { font-size: 7px; letter-spacing: .06em; }
  .process-footnote { margin-top: 29px; gap: 22px; }
  .process-footnote .icon { width: 29px; height: 29px; }
  .process-footnote p { font-size: 10px; }
  .contact { padding-block: 41px 46px; }
  .contact-invitation { display: none; }
  .contact-main { gap: 19px; align-items: flex-start; margin-top: 39px; flex-direction: column; }
  .contact h2 { font-size: 14.5vw; line-height: 1; }
  .contact-arrow { width: 89px; height: 89px; gap: 8px; margin: 5px 0 0 auto; }
  .contact-arrow > svg { width: 28px; height: 28px; }
  .contact-arrow > span { font-size: 6px; }
  .contact-bottom { flex-direction: column; align-items: flex-start; gap: 23px; margin-top: -63px; }
  .contact-bottom > p { font-size: 10px; max-width: calc(100% - 110px); }
  .contact-bottom .text-link { font-size: 10px; gap: 22px; }
  .site-footer { padding-top: 25px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 22px 20px; }
  .footer-studio > span { font-size: 8px; }
  .footer-studio .brand-mark { width: 30px; height: 30px; }
  .footer-nav { grid-row: 2; gap: 28px; font-size: 9px; }
  .back-top { grid-column: 2; grid-row: 1; font-size: 8px; gap: 12px; }
  .back-top .icon { width: 14px; height: 14px; }
  .footer-wordmark { font-size: 17vw; margin-top: 15px; line-height: 1.2; }
  .footer-wordmark > span { font-size: 9px; right: -1.4em; top: 26%; }
  .footer-bottom { display: block; padding-block: 17px 12px; font-size: 8px; }
  .footer-bottom > div { margin-top: 10px; gap: 26px; }
  .footer-divider { margin-inline: 7px; }
  .concept-disclosure { font-size: 7px; line-height: 1.8; max-width: 315px; padding-bottom: 20px; }
  .project-dialog { width: 100%; height: 100%; max-height: 100%; margin: 0; }
  .project-dialog-top { padding: 17px 22px; }
  .project-detail-heading { padding: 29px 22px 25px; flex-direction: column; align-items: flex-start; gap: 19px; }
  .project-detail-heading h2 { font-size: 48px; }
  .project-detail-main-image { height: 350px; }
  .project-detail-description { grid-template-columns: 1fr; padding: 30px 22px; gap: 25px; }
  .project-detail-description h3 { font-size: 34px; }
  .project-detail-description p { font-size: 11px; }
  .project-detail-description dl { margin-top: 23px; }
  .project-detail-reference { width: calc(100% - 44px); margin: 0 22px 16px; height: 300px; }
  .project-detail-caption { margin: 0 22px 25px; font-size: 8px; }
  .project-dialog-footer { margin-inline: 22px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .project-dialog-footer p { font-size: 8px; }
  .inquiry-dialog { width: 100%; height: 100%; max-height: 100%; margin: 0; }
  .inquiry-dialog[open] { display: block; }
  .inquiry-close { top: 17px; right: 20px; color: var(--paper); border-color: #c3cbb48c; }
  .inquiry-intro { padding: 36px 26px 29px; }
  .inquiry-intro > .eyebrow { font-size: 7px; }
  .inquiry-intro h2 { font-size: 48px; line-height: 1; margin-top: 24px; }
  .inquiry-intro h2 br:nth-child(2) { display: none; }
  .inquiry-intro > p:not(.demo-note) { margin-top: 18px; font-size: 10px; max-width: 270px; }
  .inquiry-mark { display: none; }
  .demo-note { padding-top: 15px; font-size: 8px; }
  .inquiry-form-panel { padding: 25px 26px 35px; }
  .form-heading { padding-bottom: 18px; margin-bottom: 22px; }
  .field { margin-bottom: 23px; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .credits-dialog { padding: 42px 26px 30px; }
  .credits-dialog h2 { font-size: 38px; }
  .credits-dialog > p { font-size: 11px; }
  .credits-dialog > .round-close { top: 13px; right: 13px; width: 30px; height: 30px; }
}
@media (max-width: 359px) {
  :root { --gutter: 18px; }
  .hero-eyebrow { font-size: 6px; }
  .hero-feature-index { font-size: 27px; }
  .hero-feature { gap: 12px; }
  .hero-feature-name > span:last-child { font-size: 11px; }
  .work-heading-row .display-heading { font-size: 13.3vw; }
  .work-count { font-size: 21px; }
  .project-meta h3 { font-size: 22px; }
  .collection-end p { font-size: 8px; }
  .contact-bottom { margin-top: -55px; }
  .contact-bottom > p { font-size: 9px; }
  .contact-arrow { width: 80px; height: 80px; }
}
@media (hover: none), (pointer: coarse) { .project-cursor { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.motion-ready .reveal { opacity: 1 !important; transform: none !important; }
  .hero-media, .interlude-media { transform: none !important; }
  .project-cursor { display: none !important; }
}
html.motion-off { scroll-behavior: auto; }
html.motion-off *, html.motion-off *::before, html.motion-off *::after { animation: none !important; transition: none !important; }
html.motion-off .reveal { opacity: 1 !important; transform: none !important; }
html.motion-off .hero-media, html.motion-off .interlude-media { transform: none !important; }
html.motion-off .project-cursor { display: none !important; }
@media print {
  .site-header, .reading-progress, .project-cursor, .light-control, .contact-arrow, dialog, .image-action, .back-top, #motion-toggle { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero { height: 550px; min-height: 550px; }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: 90px; }
  .hero-bottom { bottom: 35px; }
  .intro, .work, .approach, .contact { padding-block: 40px; }
  .project-card { break-inside: avoid; }
}
/* Final typographic refinements: preserve intentional line breaks on small screens. */
@media (max-width: 600px) {
  .work-count { display: none; }
  .work-heading-row .display-heading { font-size: 14vw; flex: 0 0 auto; }
  .interlude h2 { font-size: 13.2vw; }
  .intro-copy { font-size: 13px; }
  .process-body p { font-size: 12px; }
  .interlude-content p { font-size: 11px; }
  .project-meta p { font-size: 9px; }
  .contact-bottom > p { font-size: 11px; }
  .concept-disclosure { font-size: 8px; }
}
