@font-face {
  font-family: Bodoni;
  src: url('./assets/bodoni-moda.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #e8e1d9;
  --olive: #72714f;
  --ink: #171713;
  --cream: #faf6ee;
  --line: rgb(23 23 19 / 28%);
  --pad: clamp(28px, 3.35vw, 72px);
  --space: clamp(72px, 8vw, 144px);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Bodoni, Didot, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.45 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; padding: 0; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3, strong { font-weight: 400; }
figure { min-width: 0; }
a, button, input, textarea, select, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--olive); outline-offset: 4px; }
::selection { background: var(--ink); color: var(--cream); }
[hidden] { display: none !important; }
.panel { background: var(--paper); margin: 0; border-radius: 0; }
.olive { background: var(--olive); color: var(--cream); }
.brown { background: #554330; color: var(--cream); }
.sand { background: #c1b79f; color: var(--ink); }
.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.skip-link { position: fixed; top: 8px; left: 24px; transform: translateY(-160%); z-index: 100; background: var(--paper); padding: 12px; }
.skip-link:focus { transform: none; }

/* The same inset aligns navigation, text and image captions across pages. */
.site-header { height: 100px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; gap: 20px; }
.brand { font-size: 27px; line-height: 1; letter-spacing: -.065em; white-space: nowrap; display: inline-flex; align-items: start; gap: 5px; }
.brand-dot { font-size: 17px; line-height: 1; letter-spacing: 0; }
.menu-toggle { position: absolute; right: calc(50% + var(--pad)); min-height: 44px; font-size: 15px; display: flex; align-items: center; gap: 14px; }
.menu-toggle span { font-size: 19px; }
.site-header nav { display: flex; gap: 30px; font-size: 15px; }
.site-header nav a { padding: 12px 0; }
.site-header nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
.site-header a:hover, .menu-toggle:hover { opacity: .72; }
.text-link { display: inline-block; font-size: 19px; text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; line-height: 1.5; }
.text-link:hover { text-decoration-color: transparent; }
.sun { font-size: 46px; line-height: 1; }
.section-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; }
.oval { display: inline-flex; align-items: center; justify-content: center; border: 1px solid; border-radius: 50%; padding: 20px 23px; font: italic 14px/1.2 var(--serif); transform: rotate(-7deg); white-space: nowrap; }

/* Split opening; the wordmark fills the text column, without stretching. */
.hero { min-height: 680px; height: min(100svh, 920px); position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero .site-header { position: absolute; inset: 0 0 auto; }
.hero .site-header nav { text-shadow: 0 1px 12px #0008; }
.hero-content { padding: 140px var(--pad) 44px; display: flex; flex-direction: column; position: relative; z-index: 1; min-width: 0; container-type: inline-size; }
.hero-overline { display: flex; justify-content: space-between; align-items: start; gap: 20px; font-size: 12px; line-height: 1.4; }
.hero-statement { font-size: clamp(50px, 12.7cqw, 100px); margin-top: clamp(42px, 6vh, 76px); letter-spacing: -.05em; line-height: 1.06; }
.hero-name { font-size: 29cqw; line-height: .86; letter-spacing: -.07em; margin: auto 0 0 -.055em; padding-top: 64px; white-space: nowrap; display: flex; align-items: start; gap: .07em; }
.hero-name > span { font-size: .16em; letter-spacing: 0; margin-top: .06em; }
.hero-bottom { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-top: 36px; }
.hero-bottom p { font-size: 12px; line-height: 1.5; max-width: 220px; }
.hero-project { display: inline-flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 8px 0; border-bottom: 1px solid rgb(243 238 228 / 65%); font-size: 13px; gap: 30px; white-space: nowrap; }
.hero-project span { font-size: 20px; transition: transform .25s; }
.hero-project:hover span { transform: translate(3px, -3px); }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(#0003, transparent 18%, transparent 82%, #0003); }
.hero-photo img { object-position: 51% center; transition: transform .8s; }
.hero-photo:hover img { transform: scale(1.025); }
.photo-caption { position: absolute; z-index: 1; bottom: 35px; left: var(--pad); right: var(--pad); font-size: 12px; display: flex; align-items: center; justify-content: space-between; color: var(--cream); }
.photo-caption > span { font-size: 24px; }

/* A continuous editorial page, with proportions rather than containers. */
.selected { padding: var(--space) var(--pad); container-type: inline-size; }
.wide-title { font-size: 13.4cqw; line-height: 1; letter-spacing: -.055em; white-space: nowrap; border-bottom: 1px solid var(--ink); padding: 25px 0 24px; }
.section-links { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 28px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin-top: 72px; }
.project-card { display: block; min-width: 0; }
.card-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-size: 27px; line-height: 1.2; margin-bottom: 14px; letter-spacing: -.045em; }
.card-meta > span + span { font-size: 12px; letter-spacing: 0; white-space: nowrap; }
.card-meta > span + span span { display: inline-block; font-size: 18px; margin-left: 7px; }
.project-card figure { aspect-ratio: 4 / 5; overflow: hidden; }
.project-card img { transition: transform .65s; }
.project-card:hover img { transform: scale(1.025); }
.card-bottom { display: flex; justify-content: space-between; gap: 14px; font-size: 11px; margin-top: 14px; line-height: 1.4; }
.card-bottom > span:last-child { color: #6b665c; }
.object-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 0 var(--space); }
.object-photo { position: relative; min-height: 850px; }
.object-photo img { object-position: center 65%; }
.object-label { position: absolute; top: 40px; left: var(--pad); color: var(--cream); font-size: 48px; line-height: 1.12; letter-spacing: -.05em; }
.object-label > span { display: inline-block; margin-top: 12px; font-size: 15px; text-decoration: underline; text-underline-offset: 6px; letter-spacing: 0; }
.object-story { padding: 6px var(--pad) 0; display: flex; flex-direction: column; align-items: start; min-width: 0; container-type: inline-size; }
.object-story .section-top { width: 100%; }
.object-story h2 { font-size: 12.5cqw; line-height: 1.02; margin: 45px 0 28px; }
.object-story > p { font-size: 16px; line-height: 1.55; max-width: 390px; margin-bottom: 25px; }
.inset-project { display: block; position: relative; align-self: end; width: 82%; aspect-ratio: 5 / 4; overflow: hidden; margin-top: auto; }
.inset-project > span { position: absolute; top: 20px; left: 22px; right: 22px; display: flex; justify-content: space-between; font-size: 32px; line-height: 1.1; letter-spacing: -.04em; color: var(--cream); text-shadow: 0 1px 10px #0009; }

/* Shared footer. */
.site-footer { padding: 52px var(--pad) 25px; background: var(--olive); color: var(--cream); container-type: inline-size; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.footer-top p { font-size: 16px; line-height: 1.5; }
.footer-contact { display: flex; align-items: center; gap: 55px; font-size: clamp(28px, 4vw, 65px); letter-spacing: -.045em; line-height: 1.1; padding-bottom: 12px; border-bottom: 1px solid rgb(243 238 228 / 65%); }
.footer-contact span { font-size: .85em; }
.footer-logo { font-size: 26cqw; letter-spacing: -.07em; display: flex; align-items: center; justify-content: space-between; line-height: .85; padding: .1em 0 .05em; margin: 60px 0 40px; }
.footer-logo span { font-size: .44em; letter-spacing: 0; }
.footer-bottom { border-top: 1px solid rgb(243 238 228 / 40%); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { padding: 5px 0; }
.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Menu and image viewer keep native dialog focus handling and Escape. */
.site-menu { width: 100%; max-width: none; max-height: 100svh; height: 100svh; margin: 0; border: 0; border-radius: 0; padding: 34px var(--pad); color: var(--ink); background: var(--paper); }
dialog::backdrop { background: rgb(0 0 0 / 70%); }
.menu-head { display: flex; justify-content: space-between; align-items: center; height: 44px; }
.menu-head button { font-size: 16px; min-height: 44px; }
.site-menu nav { display: flex; flex-direction: column; width: min(920px, 100%); margin: 7vh auto 5vh; }
.site-menu nav a { font-size: clamp(44px, 7.5vw, 108px); line-height: 1.2; letter-spacing: -.065em; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 10px 0; }
.site-menu nav a:hover { color: #676644; }
.site-menu > p { width: min(920px, 100%); margin: auto; font-size: 13px; }
.lightbox { background: #141414; color: var(--cream); border: 0; width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 24px; }
.lightbox-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; height: 44px; margin-bottom: 12px; }
.lightbox-bar button { min-height: 44px; }
.lightbox img { height: calc(100% - 112px); object-fit: contain; }
.lightbox-controls { display: flex; justify-content: center; gap: 35px; align-items: center; height: 56px; }
.lightbox-controls button { font-size: 25px; padding: 8px 16px; min-width: 44px; }

/* Archive. */
.page-intro { padding: 45px var(--pad) 0; container-type: inline-size; }
.page-intro > p { font-size: 13px; }
.page-intro .wide-title { font-size: 11.2cqw; padding-top: 30px; }
.intro-row { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 30px; }
.intro-row p { font-size: 16px; line-height: 1.5; }
.filters { display: flex; align-items: center; gap: 30px; margin: 70px var(--pad) 38px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.filters button { font-size: 20px; min-height: 44px; color: #6b665c; }
.filters button[aria-pressed=true] { color: var(--ink); text-decoration: underline; text-underline-offset: 8px; }
.filters sup { font-size: 10px; margin-left: 6px; }
.filter-count { margin-left: auto; font-size: 12px; }
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px 40px; padding: 0 var(--pad) var(--space); align-items: start; }
.works-grid .project-card:nth-child(even) { padding-top: 120px; }
.works-grid .project-card figure { aspect-ratio: 6 / 5; }
.works-grid .project-card:nth-child(even) figure { aspect-ratio: 4 / 5; }
.works-grid.is-filtered .project-card { padding-top: 0; }
.works-grid.is-filtered .project-card figure { aspect-ratio: 4 / 5; }

/* Studio. */
.studio-heading { padding: 42px var(--pad) 64px; }
.studio-heading > p { font-size: 13px; }
.studio-heading h1 { font-size: clamp(58px, 8.5vw, 155px); line-height: 1.01; letter-spacing: -.065em; margin-top: 42px; }
.studio-heading h1 .serif { font-size: 1.01em; letter-spacing: -.05em; }
.studio-heading .intro-row { margin-top: 44px; }
.studio-heading .sun { font-size: 60px; }
.studio-image { position: relative; height: clamp(450px, 55vw, 850px); }
.studio-image img { object-position: center 59%; }
.studio-image figcaption { position: absolute; bottom: 28px; left: var(--pad); color: var(--cream); font-size: 12px; text-shadow: 0 1px 6px #000; }
.studio-method { display: grid; grid-template-columns: 1fr 1fr; padding: var(--space) var(--pad); gap: 8vw; }
.studio-method > div:first-child > p { font-size: 13px; }
.studio-method h2 { font-size: clamp(50px, 6.5vw, 110px); margin-top: 42px; }
.method-copy > p { max-width: 540px; font-size: 16px; line-height: 1.6; }
.lead, .method-copy .lead { font-size: clamp(23px, 2.1vw, 33px); line-height: 1.3; letter-spacing: -.035em; }
.method-copy .lead { margin-bottom: 28px; }
.process { margin-top: 56px; }
.process details { border-top: 1px solid var(--line); padding: 19px 0; }
.process details:last-child { border-bottom: 1px solid var(--line); }
.process summary { display: flex; align-items: center; gap: 22px; cursor: pointer; list-style: none; font-size: 25px; min-height: 32px; letter-spacing: -.025em; }
.process summary::-webkit-details-marker { display: none; }
.process summary span { font-size: 11px; letter-spacing: 0; }
.process summary i { margin-left: auto; font-size: 23px; font-style: normal; }
.process details[open] summary i { transform: rotate(45deg); }
.process details p { padding: 22px 15px 5px 36px; line-height: 1.6; }

/* Contact. */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 50px var(--pad) var(--space); }
.contact-intro > p:first-child { font-size: 13px; }
.contact-intro h1 { font-size: clamp(56px, 6.4vw, 112px); margin: 32px 0; }
.contact-intro > p { font-size: 16px; line-height: 1.5; }
.contact-intro > .sun { display: block; margin: 48px 0; font-size: 55px; }
.contact-note { max-width: 330px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 12px; line-height: 1.6; }
.contact-note p + p { margin-top: 10px; }
form { padding-top: 5px; min-width: 0; }
form label { display: block; font-size: 13px; min-width: 0; }
input:not([type=radio]), select, textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); width: 100%; border-radius: 0; padding: 16px 0 14px; margin: 4px 0 32px; font-size: 16px; }
input::placeholder, textarea::placeholder { color: #767168; opacity: 1; }
textarea { resize: vertical; min-height: 130px; line-height: 1.5; }
select { cursor: pointer; padding-right: 12px; text-overflow: ellipsis; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
fieldset { border: 0; margin: 0 0 28px; padding: 0; }
legend { font-size: 13px; margin-bottom: 12px; }
.radio { display: flex; align-items: center; min-height: 38px; font-size: 15px; cursor: pointer; }
.radio input { accent-color: #5b5c3b; margin: 0 10px 0 0; width: 16px; height: 16px; }
.form-submit { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.form-submit > span { font-size: 11px; }
.submit-button { border-bottom: 1px solid var(--ink); padding: 16px 0; display: flex; justify-content: space-between; gap: 45px; font-size: 20px; }
.submit-button:hover { color: #5b5c3b; }
#form-status { margin-top: 22px; font-size: 13px; }
#brief-download { margin-top: 15px; }

/* Project narratives and image crops. */
.detail-cover-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 640px; }
.detail-cover-copy { padding: 25px var(--pad) 50px; display: flex; flex-direction: column; align-items: start; container-type: inline-size; }
.back-link { font-size: 13px; padding: 8px 0; }
.detail-cover-copy > p:not(.serif) { font-size: 12px; margin-top: 40px; line-height: 1.5; }
.detail-cover-copy h1 { font-size: 30cqw; letter-spacing: -.075em; line-height: 1; margin-top: auto; padding-top: 55px; }
.detail-cover-copy > .serif { font-size: clamp(36px, 8cqw, 65px); margin: 22px 0 35px; max-width: 12ch; }
.detail-cover-copy .text-link { font-size: 15px; }
.gallery-trigger { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; text-align: left; }
.zoom-icon { position: absolute; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / 80%); border-radius: 50%; display: grid; place-items: center; color: #fff; background: #0003; font-size: 23px; }
.cover-image { min-height: 640px; }
.detail-content { padding: var(--space) var(--pad); }
.detail-intro { display: grid; grid-template-columns: 1fr 2.1fr 1.9fr; gap: 4vw; align-items: start; }
.detail-intro > p:first-child { font-size: 13px; padding-top: 8px; }
.detail-intro h2 { font-size: clamp(38px, 4.2vw, 75px); max-width: 13ch; }
.detail-intro .lead { font-size: clamp(21px, 1.7vw, 27px); padding-top: 8px; }
.material-row { display: flex; gap: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; margin: 65px 0 40px; font-size: 13px; }
.material-row > span:last-child { margin-left: auto; }
.detail-wide .gallery-trigger { height: min(65vw, 900px); }
.detail-wide img { object-position: center 60%; }
.detail-content figcaption { font-size: 12px; margin-top: 14px; }
.detail-text { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: var(--space) 0; align-items: center; }
.detail-text h3 { font-size: clamp(38px, 5vw, 80px); }
.detail-text p { max-width: 470px; font-size: 19px; line-height: 1.6; }
.detail-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.detail-pair .gallery-trigger { aspect-ratio: 5 / 4; height: auto; }
.crop img { position: absolute; inset: 0; width: 150%; max-width: none; height: 150%; object-fit: cover; }
.crop-0 img { transform: translate(-3%, -10%); }
.crop-1 img { transform: translate(-30%, -25%); }
.concept-note { margin-top: 38px; font-size: 12px; color: #625c53; }
.next-project { display: block; padding: 40px var(--pad) 48px; }
.next-project > span { font-size: 13px; }
.next-project strong { display: flex; justify-content: space-between; align-items: center; font-size: clamp(75px, 13vw, 220px); letter-spacing: -.075em; line-height: 1.15; padding-top: 15px; }
.next-project strong > span { font-size: .65em; }

/* Tablet: retain the two-column architecture with a shorter reading width. */
@media (min-width: 1800px) {
  .hero { height: min(100svh, 1080px); }
  .object-photo { min-height: 1000px; }
}
@media (max-width: 1050px) {
  :root { --pad: 28px; --space: 80px; }
  .site-header { height: 88px; }
  .site-header nav { gap: 21px; font-size: 14px; }
  .hero { min-height: 650px; max-height: 850px; }
  .hero-content { padding-top: 122px; padding-bottom: 35px; }
  .hero-statement { font-size: 12.7cqw; margin-top: 48px; }
  .hero-overline { font-size: 11px; }
  .hero-overline > span:last-child { display: none; }
  .hero-bottom { display: block; margin-top: 28px; }
  .hero-project { margin-top: 16px; }
  .project-grid { gap: 20px; margin-top: 56px; }
  .card-meta { font-size: 24px; gap: 8px; }
  .card-meta > span + span { font-size: 11px; }
  .card-bottom { font-size: 10px; }
  .object-photo { min-height: 690px; }
  .object-story > p { font-size: 15px; }
  .object-story h2 { margin-top: 35px; }
  .inset-project { width: 90%; margin-top: 40px; }
  .footer-bottom { flex-wrap: wrap; gap: 15px 24px; }
  .works-grid { gap: 65px 28px; }
  .works-grid .project-card:nth-child(even) { padding-top: 80px; }
  .works-grid.is-filtered .project-card { padding-top: 0; }
  .contact-layout, .studio-method { gap: 45px; }
  .detail-intro { grid-template-columns: 1fr 1fr; gap: 30px; }
  .detail-intro > p:first-child { grid-column: 1 / -1; }
  .detail-cover-grid, .cover-image { min-height: 570px; }
}

/* Mobile: meaningful line breaks and a photograph visible in the first screen. */
@media (max-width: 720px) {
  :root { --pad: 22px; --space: 64px; }
  body { font-size: 14px; }
  .site-header { height: 76px; }
  .brand { font-size: 25px; }
  .brand-dot { font-size: 15px; }
  .site-header nav { display: none; }
  .menu-toggle { position: static; font-size: 15px; gap: 12px; }
  .hero { height: auto; max-height: none; min-height: 0; grid-template-columns: 1fr; }
  .hero-content { padding: 106px var(--pad) 28px; min-height: 0; }
  .hero-overline { font-size: 11px; }
  .hero-overline > span:last-child { display: block; }
  .hero-statement { font-size: 13.7cqw; margin-top: 28px; line-height: 1.06; }
  .hero-name { font-size: 29cqw; padding-top: 44px; margin-top: 0; }
  .hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 26px; }
  .hero-bottom p { font-size: 11px; line-height: 1.45; max-width: 175px; }
  .hero-project { margin-top: 0; font-size: 11px; gap: 18px; min-height: 38px; }
  .hero-photo { height: auto; aspect-ratio: 1 / 1.05; }
  .photo-caption { bottom: 22px; font-size: 11px; }
  .selected { padding: 55px var(--pad) 64px; }
  .section-top { font-size: 11px; gap: 15px; }
  .wide-title { font-size: 13.3cqw; padding: 22px 0 20px; }
  .section-links { margin-top: 20px; gap: 16px; align-items: start; }
  .section-links .text-link { font-size: 16px; }
  .oval { padding: 13px 12px; font-size: 9px; }
  .project-grid { grid-template-columns: 1fr; margin-top: 42px; gap: 38px; }
  .project-card figure { aspect-ratio: 5 / 6; }
  .card-meta { font-size: 26px; margin-bottom: 12px; }
  .card-meta > span + span { font-size: 11px; }
  .card-bottom { font-size: 11px; margin-top: 12px; }
  .object-section { grid-template-columns: 1fr; padding-bottom: 64px; }
  .object-photo { min-height: 0; aspect-ratio: 3 / 4; }
  .object-label { top: 28px; font-size: 43px; }
  .object-label > span { font-size: 14px; }
  .object-story { padding: 34px var(--pad) 0; }
  .object-story h2 { font-size: 13.8cqw; margin: 32px 0 24px; line-height: 1.06; }
  .object-story > p { font-size: 15px; line-height: 1.6; max-width: 36ch; margin-bottom: 22px; }
  .sun { font-size: 35px; }
  .text-link { font-size: 18px; }
  .inset-project { margin-top: 40px; width: 85%; aspect-ratio: 4 / 5; }
  .inset-project > span { font-size: 28px; top: 18px; left: 18px; right: 18px; }
  .site-footer { padding: 36px var(--pad) 24px; }
  .footer-top { gap: 24px; }
  .footer-top p { font-size: 12px; line-height: 1.45; }
  .footer-contact { font-size: 25px; gap: 18px; padding-bottom: 9px; }
  .footer-logo { font-size: 26cqw; margin: 38px 0 28px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 20px 12px; font-size: 10px; align-items: start; }
  .footer-bottom nav { gap: 14px; }
  .footer-bottom > span:nth-last-child(2) { font-size: 9px; }
  .site-menu { padding: 16px var(--pad) 28px; }
  .site-menu nav { margin: 45px 0 30px; }
  .site-menu nav a { font-size: 54px; padding: 14px 0; }
  .site-menu > p { font-size: 12px; }
  .page-intro { padding: 26px var(--pad) 0; }
  .page-intro > p { font-size: 12px; }
  .page-intro .wide-title { font-size: 11.1cqw; padding-top: 24px; }
  .intro-row { gap: 20px; align-items: start; margin-top: 25px; }
  .intro-row p { font-size: 14px; }
  .intro-row .oval { display: none; }
  .filters { margin: 38px var(--pad) 28px; gap: 22px; padding-bottom: 8px; }
  .filters button { font-size: 16px; }
  .filters sup { margin-left: 4px; font-size: 9px; }
  .filter-count { font-size: 10px; white-space: nowrap; }
  .works-grid { grid-template-columns: 1fr; gap: 44px; padding-bottom: 64px; }
  .works-grid .project-card:nth-child(n) { padding-top: 0; }
  .works-grid .project-card:nth-child(n) figure { aspect-ratio: 5 / 6; }
  .studio-heading { padding: 27px var(--pad) 40px; }
  .studio-heading > p { font-size: 12px; }
  .studio-heading h1 { font-size: 10.2vw; line-height: 1.1; margin-top: 28px; }
  .studio-heading h1 .serif { font-size: .96em; }
  .studio-heading .intro-row { margin-top: 28px; align-items: center; }
  .studio-heading .intro-row p { font-size: 13px; max-width: 28ch; }
  .studio-heading .intro-row br { display: none; }
  .studio-heading .sun { font-size: 38px; }
  .studio-image { height: auto; aspect-ratio: 4 / 5; }
  .studio-image figcaption { bottom: 22px; font-size: 11px; }
  .studio-method { grid-template-columns: 1fr; gap: 32px; }
  .studio-method h2 { font-size: clamp(48px, 13vw, 76px); margin-top: 25px; line-height: 1.08; }
  .method-copy .lead { font-size: 25px; line-height: 1.35; margin-bottom: 24px; }
  .method-copy > p { font-size: 15px; }
  .process { margin-top: 38px; }
  .process summary { font-size: 23px; }
  .process details p { font-size: 14px; padding-right: 0; }
  .contact-layout { grid-template-columns: 1fr; padding-top: 27px; gap: 44px; }
  .contact-intro h1 { font-size: clamp(54px, 15vw, 80px); margin: 26px 0; }
  .contact-intro > p { font-size: 15px; }
  .contact-intro > .sun { display: none; }
  .contact-note { max-width: none; margin-top: 30px; font-size: 12px; }
  .form-row { gap: 20px; }
  .form-submit > span { font-size: 10px; }
  .submit-button { gap: 25px; font-size: 19px; }
  .detail-cover-grid { grid-template-columns: 1fr; min-height: 0; }
  .detail-cover-copy { padding-top: 8px; padding-bottom: 34px; }
  .detail-cover-copy > p:not(.serif) { margin-top: 26px; }
  .detail-cover-copy h1 { font-size: 28cqw; margin-top: 0; padding-top: 38px; }
  .detail-cover-copy > .serif { font-size: 11.3cqw; max-width: 16ch; margin: 18px 0 25px; }
  .cover-image { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .detail-intro { grid-template-columns: 1fr; gap: 24px; }
  .detail-intro h2 { font-size: clamp(38px, 11vw, 58px); max-width: 15ch; }
  .detail-intro .lead { font-size: 21px; line-height: 1.4; padding: 0; }
  .detail-intro > p:first-child { padding: 0; }
  .material-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; font-size: 11px; margin: 32px 0; padding: 18px 0; }
  .material-row > span:last-child { margin-left: 0; }
  .detail-wide .gallery-trigger { height: auto; aspect-ratio: 4 / 5; }
  .detail-text { grid-template-columns: 1fr; gap: 25px; padding: 48px 0; }
  .detail-text h3 { font-size: clamp(32px, 9.5vw, 55px); }
  .detail-text p { font-size: 16px; }
  .detail-pair { gap: 16px; }
  .detail-pair .gallery-trigger { aspect-ratio: 3 / 4; }
  .detail-content figcaption { font-size: 10px; line-height: 1.5; margin-top: 10px; }
  .concept-note { font-size: 11px; margin-top: 28px; }
  .next-project { padding: 30px var(--pad); }
  .next-project strong { font-size: 22vw; }
  .next-project > span { font-size: 12px; }
  .lightbox { padding: 15px; }
  .lightbox-bar { font-size: 11px; }
}
@media (max-width: 360px) {
  :root { --pad: 18px; }
  .hero-bottom { gap: 12px; }
  .hero-project { gap: 10px; }
  .section-links .oval { display: none; }
  .filters { gap: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { flex-direction: column; }
  .footer-contact { align-self: end; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
