@font-face {
  font-family: Manrope;
  src: url("./fonts/Manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Sora;
  src: url("./fonts/Sora.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --bg: #000;
  --white: #eeede8;
  --muted: #a5a59e;
  --stone: #c5bba7;
  --line: #30312c;
  --surface: #11120f;
  --pad: clamp(24px, 5vw, 88px);
  --space: clamp(80px, 9vw, 152px);
  --content: 1680px;
  --sans: Manrope, Arial, sans-serif;
  --title: Sora, Arial, sans-serif;
  --script: "sloop-script-pro", "Sloop Script", cursive;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--bg); color: var(--white); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; font-synthesis: none; }
main, .header, .footer { max-width: var(--content); margin-inline: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; color: inherit; background: none; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--title); font-weight: 400; }
h1, h2 { letter-spacing: -.06em; }
p { max-width: 58ch; }
em, .signature { font: 400 1em/1 var(--script); letter-spacing: 0; text-transform: none; }
::selection { background: var(--stone); color: #000; }
:focus-visible { outline: 2px solid var(--stone); outline-offset: 6px; }
[hidden] { display: none !important; }
.skip { position: fixed; top: -100px; left: 24px; z-index: 100; padding: 12px 20px; background: var(--white); color: #000; }
.skip:focus { top: 12px; }
.section-space { padding: var(--space) var(--pad); }
.section-eyebrow { display: block; color: var(--muted); font: 400 13px/1.5 var(--sans); letter-spacing: 0; }
.header { height: 96px; padding-inline: var(--pad); display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.nav-side { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav-side a { padding-block: 12px; }
.nav-side [aria-current] { text-decoration: underline; text-underline-offset: 7px; }
.nav-right { justify-content: end; }
.header-caption { color: var(--muted); font-size: 12px; }
.monogram { display: grid; place-items: center; justify-self: center; width: 40px; height: 48px; }
.monogram svg { width: 31px; height: 39px; }
.menu-toggle { display: none; }
.pill, .underlink { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 48px; font-size: 13px; line-height: 1.4; }
.pill { border: 1px solid #686b60; border-radius: 0; padding: 15px 22px; transition: background .2s, color .2s; }
.pill:hover { background: var(--white); color: #000; }
.pill-light { color: #000; background: var(--white); border-color: var(--white); }
.pill-light:hover { background: var(--stone); border-color: var(--stone); }
.underlink { border-bottom: 1px solid #686b60; padding-block: 10px; }
.underlink:hover, .nav-side a:hover { color: var(--stone); }
.center { text-align: center; }

/* Opening: an asymmetric typographic composition, at the fonts' natural proportions. */
.hero { position: relative; padding: clamp(60px, 7vw, 110px) var(--pad) 28px; }
.hero-lockup { width: min(100%, 1180px); margin: 0 auto; display: grid; font-size: clamp(68px, 10.6vw, 168px); line-height: .96; }
.lockup-top { justify-self: start; padding-left: 8%; }
.lockup-script { position: relative; z-index: 1; justify-self: center; font: 400 clamp(142px, 20vw, 320px)/.86 var(--script); letter-spacing: 0; transform: rotate(-7deg); margin-block: -.2em -.22em; padding-inline: .12em; }
.lockup-bottom { justify-self: end; padding-right: 8%; }
.hero-tiny { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; line-height: 1.5; margin-bottom: 36px; }
.hero-tiny span:last-child { text-align: right; }
.hero > .pill { margin: 44px 0 70px 8%; }
.hero-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: end; font-size: 12px; color: var(--muted); }
.hero-bottom a { color: var(--white); display: flex; gap: 26px; align-items: center; }
.hero-photo { position: relative; aspect-ratio: 1.9; overflow: hidden; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 20px; padding: 48px var(--pad) 24px; background: linear-gradient(transparent, #0008); color: #fff; font-size: 12px; }

/* Manifesto: deliberate stepped alignment, generous glyph clearance. */
.intro { position: relative; }
.intro > .section-eyebrow { margin-bottom: 48px; }
.statement { max-width: 1260px; margin-inline: auto; font-size: clamp(40px, 6.4vw, 106px); line-height: 1.08; }
.statement > span { display: block; }
.statement > span:nth-child(2) { padding-left: 17%; }
.statement > span:last-child { text-align: right; }
.statement em { display: inline-block; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; margin-left: .08em; }
.intro-bottom { display: grid; grid-template-columns: 1fr 1.55fr 1fr; align-items: start; gap: 5vw; margin-top: 64px; }
.intro-bottom p { color: var(--muted); font-size: 15px; }
.intro-bottom .underlink { justify-self: end; }
.asterisk { font: 400 50px/1 var(--sans); }
.orbit { display: none; }

/* Portfolio: the grid follows the photographs rather than a repeated card shape. */
.selected, .method { border-top: 1px solid var(--line); }
.section-top { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.works-title { display: flex; align-items: end; justify-content: space-between; gap: 48px; padding: 52px 0 76px; }
.works-title h2 { font-size: clamp(60px, 8.1vw, 132px); line-height: .98; }
.works-title h2 > span { display: block; }
.works-title em { display: block; width: fit-content; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; margin: -.05em 0 0 .7em; }
.works-title p { color: var(--muted); font-size: 14px; padding-bottom: 20px; }
.project-grid { display: grid; grid-template-columns: 1.15fr 1fr; column-gap: clamp(32px, 9vw, 150px); row-gap: 88px; align-items: start; }
.project-card { min-width: 0; }
.project-card:nth-child(even) { margin-top: 136px; }
.project-photo { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--surface); }
.project-card:nth-child(even) .project-photo { aspect-ratio: .78; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card:hover img { transform: scale(1.035); }
.project-open { position: absolute; right: 18px; bottom: 18px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: #0005; border: 1px solid #fff8; font-size: 22px; }
.project-caption { padding-top: 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.project-caption h3 { font-size: clamp(18px, 1.65vw, 26px); line-height: 1.3; letter-spacing: -.04em; }
.project-caption > span { color: var(--muted); font-size: 12px; line-height: 1.5; text-align: right; }
.selected .center { text-align: left; margin-top: 64px; }

/* Method: typography and the three actual stages share one structural grid. */
.method > .section-eyebrow { margin-bottom: 46px; }
.method-title { font-size: clamp(42px, 6.8vw, 108px); line-height: 1.06; max-width: 1100px; margin: 0 0 70px; }
.method-title > span { display: block; }
.method-title > span:nth-child(2) { padding-left: 10%; }
.method-title em { display: block; width: fit-content; margin: -.04em 0 0 50%; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; }
.method-grid { display: grid; grid-template-columns: .8fr 1fr 1fr 1fr; gap: 40px; }
.method-aside p { color: var(--muted); font-size: 13px; }
.method-aside .underlink { margin-top: 24px; }
.method-grid article { border-top: 1px solid var(--line); padding-top: 18px; }
.method-grid article > span { font-size: 12px; color: var(--muted); }
.method-grid h3 { font-size: 22px; line-height: 1.2; letter-spacing: -.04em; margin: 38px 0 20px; }
.method-grid article p { font-size: 14px; line-height: 1.7; color: var(--muted); max-width: 32ch; }

/* Shared invitation: the text has its own column and never collides with the button. */
.image-cta { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 620px; padding: 80px var(--pad); }
.image-cta > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.image-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #000b, #0005); }
.image-cta-content { width: 100%; }
.image-cta-content > span { font-size: 12px; }
.image-cta h2 { font-size: clamp(44px, 6.7vw, 110px); line-height: 1.02; margin: 40px 0 42px; }
.image-cta h2 > span { display: block; }
.image-cta h2 > span:last-child { padding-left: 8%; }
.image-cta h2 em { display: inline-block; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; margin-left: .08em; }

/* Internal openings all use a 3 / 9 column division. */
.page-heading { padding: 88px var(--pad) 44px; display: grid; grid-template-columns: 1fr 3fr; column-gap: 40px; border-bottom: 1px solid var(--line); }
.page-heading > .section-eyebrow { padding-top: 10px; }
.page-heading h1 { font-size: clamp(64px, 8.15vw, 136px); line-height: .86; min-width: 0; letter-spacing: -.075em; }
.page-heading h1 > span { display: block; position: relative; z-index: 1; }
.page-heading h1 em { position: relative; z-index: 2; display: block; width: max-content; max-width: 100%; font-size: 1.12em; line-height: .78; margin: -.1em 0 0 .12em; padding: 0 .12em .1em .02em; transform: rotate(-4deg); transform-origin: left center; white-space: nowrap; }
.heading-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.heading-bottom > span { font-size: 12px; }
.portfolio { padding-top: 72px; }
.studio-photo { padding: 40px var(--pad) 0; }
.studio-photo img { width: 100%; height: clamp(440px, 52vw, 720px); object-fit: cover; }
.studio-photo figcaption { color: var(--muted); font-size: 12px; padding-top: 16px; }
.studio-story { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.studio-story h2 { font-size: clamp(42px, 5.6vw, 90px); line-height: 1.08; margin-bottom: 40px; }
.studio-story h2 > span { display: block; }
.studio-story h2 em { display: block; width: fit-content; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; margin: -.04em 0 0 1.05em; }
.studio-story p { color: var(--muted); font-size: 16px; margin-top: 22px; max-width: 48ch; }
.process { display: grid; grid-template-columns: 1fr 1.3fr; gap: 9vw; border-top: 1px solid var(--line); }
.process-heading h2 { font-size: clamp(36px, 4.1vw, 66px); line-height: 1.08; margin-top: 36px; }
.process-heading h2 em { display: inline-block; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; margin-left: .08em; }
.accordions details { border-top: 1px solid var(--line); }
.accordions details:last-child { border-bottom: 1px solid var(--line); }
.accordions summary { display: grid; grid-template-columns: 24px 1fr 16px; gap: 20px; align-items: center; cursor: pointer; list-style: none; padding: 28px 0; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary > span { color: var(--muted); font-size: 12px; }
.accordions h3 { font-size: 19px; line-height: 1.4; letter-spacing: -.03em; }
.accordions summary i { width: 12px; height: 12px; position: relative; }
.accordions summary i::before, .accordions summary i::after { content: ""; position: absolute; top: 6px; width: 12px; height: 1px; background: var(--white); }
.accordions summary i::after { transform: rotate(90deg); }
.accordions [open] summary i::after { transform: none; }
.accordions details p { padding: 0 28px 28px 44px; color: var(--muted); font-size: 14px; }
.contact-intro { padding: 80px var(--pad) 70px; border-bottom: 1px solid var(--line); }
.contact-intro h1 { font-size: clamp(64px, 9vw, 148px); line-height: 1; margin: 44px 0 42px; }
.contact-intro h1 > span { display: block; }
.contact-intro h1 > span:nth-child(2) { padding-left: 18%; }
.contact-intro h1 em { position: relative; display: block; width: fit-content; margin: -.28em .3em 0 auto; padding-right: .15em; font-size: 1.48em; line-height: .96; transform: rotate(-4deg); }
.contact-intro > p { margin-left: 18%; font-size: 15px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 12vw; }
.contact-layout h2 { font-size: clamp(32px, 3vw, 48px); line-height: 1.1; margin: 28px 0; }
.contact-layout aside > p { color: var(--muted); max-width: 32ch; font-size: 15px; }
.contact-note { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-size: 12px; max-width: 38ch; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
form label { display: block; margin-bottom: 34px; font-size: 13px; line-height: 1.4; }
form label > span { color: var(--stone); }
input, select, textarea { display: block; width: 100%; min-width: 0; margin-top: 12px; padding: 14px 0; background: transparent; border: 0; border-bottom: 1px solid #62665a; border-radius: 0; color: var(--white); font-size: 16px; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: #93958b; }
textarea { resize: vertical; }
select option { background: var(--bg); color: var(--white); }
.form-end { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-end > span { color: var(--muted); font-size: 12px; }
#form-status { margin-top: 24px; font-size: 14px; color: var(--stone); }
.brief-output { margin-top: 32px; }

/* Project detail pages: quiet titles, a large view and well-separated supporting material. */
.detail-heading { padding: 44px var(--pad) 48px; }
.detail-heading > div { display: grid; grid-template-columns: minmax(80px, 1fr) 3fr; align-items: end; gap: 32px; margin-top: 64px; }
.detail-heading > div > span { font-size: 12px; color: var(--muted); }
.detail-heading h1 { grid-column: 1 / -1; max-width: 7ch; font-size: clamp(58px, 9.5vw, 154px); line-height: .92; }
.detail-index { align-self: end; padding-bottom: .65em; color: var(--stone); font: 400 clamp(30px, 4vw, 60px)/1 var(--title); letter-spacing: -.06em; }
.detail-cover { margin-inline: var(--pad); }
.zoom-image { display: block; width: 100%; position: relative; overflow: hidden; padding: 0; border: 0; }
.zoom-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-cover .zoom-image { aspect-ratio: 1.65; }
.zoom-image > span { position: absolute; bottom: 18px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; background: #0007; border: 1px solid #fff8; color: #fff; font-size: 24px; }
.detail-story { display: grid; grid-template-columns: 1fr 2fr; gap: 12vw; }
.detail-story dl { margin: 0; font-size: 14px; }
.detail-story dl > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-story dt { font-size: 12px; color: var(--muted); margin-bottom: 5px; }
.detail-story dd { margin: 0; }
.detail-story h2 { font-size: clamp(34px, 4.2vw, 68px); line-height: 1.12; margin-bottom: 30px; }
.detail-story p { color: var(--muted); max-width: 44ch; font-size: 16px; }
.detail-story small { display: block; color: var(--muted); font-size: 12px; margin-top: 30px; }
.detail-gallery { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 9vw, 140px); padding: 24px var(--pad) var(--space); align-items: center; }
.detail-gallery .crop-one { grid-column: 2; grid-row: 1; }
.detail-crop .zoom-image { aspect-ratio: .9; }
.crop-one img { object-position: 18% center; }
.detail-crop figcaption { padding-top: 16px; font-size: 12px; color: var(--muted); }
.gallery-note p { font-family: var(--title); font-size: clamp(34px, 4.2vw, 68px); letter-spacing: -.05em; line-height: 1.08; margin-top: 30px; }
.gallery-note em { display: inline-block; font: inherit; font-style: normal; letter-spacing: inherit; text-transform: uppercase; }
.next-project { position: relative; isolation: isolate; display: grid; place-items: center; padding: 90px var(--pad); min-height: 380px; text-align: center; }
.next-project > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.next-project::before { content: ""; position: absolute; inset: 0; z-index: -1; background: #0009; }
.next-project h2 { font-size: clamp(46px, 7.5vw, 120px); line-height: 1.15; margin: 24px 0; }
.next-project span { font-size: 12px; }
.next-project .next-arrow { display: inline-block; font-size: 32px; }

/* The signature has space to breathe and remains mixed case. */
.footer { padding: 90px var(--pad) 36px; }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.footer-top > span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-invite { display: flex; align-items: center; justify-content: space-between; gap: 24px; font: 400 clamp(34px, 4.3vw, 72px)/1.15 var(--title); letter-spacing: -.05em; }
.footer-invite:hover { color: var(--stone); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 32px; padding-top: 38px; }
.signature { width: fit-content; padding-right: .12em; color: var(--stone); font-size: clamp(50px, 5vw, 80px); line-height: 1.2; }
.footer-bottom nav { display: flex; justify-content: center; gap: 26px; font-size: 12px; }
.footer-bottom small { text-align: right; font-size: 12px; color: var(--muted); line-height: 1.6; }

/* Native dialogs retain keyboard and focus behaviour. */
body.modal-open { overflow: hidden; }
.menu { background: var(--bg); color: var(--white); width: 100%; max-width: none; height: 100svh; max-height: none; margin: 0; border: 0; padding: 24px var(--pad); }
.menu::backdrop, .lightbox::backdrop { background: #000c; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-close { min-height: 48px; font-size: 14px; }
.menu-close span { margin-left: 16px; font-size: 24px; }
.menu nav { display: grid; margin: 60px 0 40px; }
.menu nav a { font: 400 clamp(36px, 9vw, 62px)/1.2 var(--title); letter-spacing: -.05em; padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu > p { color: var(--muted); font-size: 14px; }
.lightbox { margin: 0; width: 100%; height: 100svh; max-width: none; max-height: none; border: 0; background: var(--bg); color: var(--white); padding: 78px 24px 24px; }
.lightbox-close { position: absolute; right: 24px; top: 18px; min-height: 44px; }
.lightbox figure { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.lightbox figure img { width: auto; max-height: calc(100% - 48px); object-fit: contain; }
.lightbox figcaption { font-size: 12px; color: var(--muted); text-align: center; }

@media (max-width: 1050px) {
  .header-caption { display: none; }
  .method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .method-aside { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: end; margin-bottom: 12px; }
  .method-aside .underlink { margin: 0; }
  .intro-bottom { grid-template-columns: .35fr 1.5fr 1fr; gap: 28px; }
  .page-heading { grid-template-columns: 1fr 4fr; gap: 28px; }
  .page-heading h1 { font-size: 8vw; }
  .project-caption { flex-direction: column; gap: 5px; }
  .project-caption > span { text-align: left; }
  .contact-layout { gap: 7vw; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom nav { justify-content: end; }
  .footer-bottom small { grid-column: 1/-1; text-align: left; }
}
@media (max-width: 700px) {
  :root { --pad: 24px; --space: 80px; }
  .header { height: 76px; grid-template-columns: 1fr 1fr; }
  .header > .monogram { grid-column: 1; grid-row: 1; justify-self: start; }
  .nav-side { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 14px; justify-self: end; min-height: 44px; padding: 0; font-size: 13px; }
  .menu-toggle i { display: block; width: 22px; height: 8px; border-block: 1px solid; }
  .hero { padding-top: 40px; }
  .hero-tiny { margin-bottom: 54px; font-size: 12px; }
  .hero-tiny span:last-child { max-width: 100px; }
  .hero-lockup { font-size: 13vw; line-height: 1; }
  .lockup-top { padding-left: 0; }
  .lockup-bottom { padding-right: 0; }
  .lockup-script { font-size: 23vw; line-height: .9; margin-block: -.15em -.2em; }
  .hero > .pill { margin: 42px 0 62px; font-size: 12px; }
  .hero-bottom { font-size: 12px; align-items: center; gap: 20px; }
  .hero-bottom > span { max-width: 150px; }
  .hero-bottom a { gap: 12px; }
  .hero-photo { aspect-ratio: .92; }
  .hero-photo > img { object-position: 55% center; }
  .hero-photo figcaption { font-size: 12px; padding-bottom: 20px; }
  .hero-photo figcaption > span:last-child { display: none; }
  .intro > .section-eyebrow { margin-bottom: 36px; }
  .statement { font-size: clamp(27px, 7.5vw, 52px); line-height: 1.17; }
  .statement > span:nth-child(2) { padding-left: 7%; }
  .intro-bottom { grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
  .asterisk { display: none; }
  .intro-bottom p { font-size: 14px; }
  .intro-bottom .underlink { justify-self: start; }
  .section-top { font-size: 12px; }
  .section-top > span:last-child { display: none; }
  .works-title { display: block; padding: 34px 0 44px; }
  .works-title h2 { font-size: 12.5vw; }
  .works-title em { margin-left: .5em; }
  .works-title p { margin-top: 28px; padding: 0; font-size: 13px; }
  .project-grid { grid-template-columns: 1fr; gap: 44px; }
  .project-card:nth-child(even) { margin-top: 0; width: 86%; justify-self: end; }
  .project-photo { aspect-ratio: 1; }
  .project-card:nth-child(even) .project-photo { aspect-ratio: .88; }
  .project-caption { flex-direction: row; gap: 16px; }
  .project-caption h3 { font-size: 19px; }
  .project-caption > span { font-size: 12px; text-align: right; }
  .selected .center { margin-top: 44px; }
  .method > .section-eyebrow { margin-bottom: 32px; }
  .method-title { font-size: clamp(28px, 7.4vw, 52px); line-height: 1.12; margin-bottom: 44px; }
  .method-title em { margin-top: -.04em; }
  .method-grid { grid-template-columns: 1fr; gap: 32px; }
  .method-aside { gap: 20px; font-size: 12px; }
  .method-grid h3 { font-size: 23px; margin: 24px 0 16px; }
  .method-grid article p { max-width: 42ch; font-size: 14px; }
  .image-cta { min-height: 500px; padding-block: 64px; }
  .image-cta::before { background: #0008; }
  .image-cta h2 { font-size: clamp(30px, 8.2vw, 56px); margin: 36px 0 32px; }
  .image-cta h2 > span:last-child { padding-left: 5%; }
  .page-heading { display: block; padding: 52px var(--pad) 32px; }
  .page-heading > .section-eyebrow { padding: 0; margin-bottom: 38px; }
  .page-heading h1 { font-size: clamp(54px, 13.2vw, 84px); line-height: .84; letter-spacing: -.07em; }
  .page-heading h1 em { margin: -.08em 0 0 .08em; font-size: 1.1em; line-height: .78; padding-bottom: .12em; }
  .heading-bottom { flex-direction: column; align-items: start; gap: 20px; margin-top: 40px; font-size: 13px; }
  .heading-bottom > span { font-size: 12px; }
  .portfolio { padding-top: 44px; }
  .studio-photo { padding-top: 28px; }
  .studio-photo img { height: clamp(380px, 118vw, 520px); object-position: 55% center; }
  .studio-photo figcaption { font-size: 12px; }
  .studio-story, .process, .contact-layout, .detail-story { grid-template-columns: 1fr; gap: 36px; }
  .studio-story h2 { font-size: 9.5vw; margin-bottom: 28px; }
  .studio-story h2 em { margin-left: .65em; }
  .studio-story p, .detail-story p { font-size: 15px; }
  .process-heading h2 { font-size: 10vw; margin-top: 26px; }
  .process-heading h2 em { margin-left: .08em; }
  .accordions summary { gap: 12px; padding-block: 24px; }
  .accordions h3 { font-size: 17px; }
  .accordions details p { padding-left: 36px; padding-right: 0; }
  .contact-intro { padding: 52px var(--pad); }
  .contact-intro h1 { font-size: 12.5vw; margin: 38px 0 32px; }
  .contact-intro h1 > span:nth-child(2) { padding-left: 8%; }
  .contact-intro h1 em { margin-top: -.18em; font-size: 1.5em; line-height: .98; padding: 0; }
  .contact-intro > p { margin-left: 0; font-size: 14px; }
  .contact-layout { gap: 48px; }
  .contact-layout h2 { font-size: 34px; }
  .contact-note { max-width: 100%; margin-top: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-end { align-items: start; gap: 18px; flex-direction: column; }
  .detail-heading { padding-top: 28px; padding-bottom: 36px; }
  .detail-heading > div { grid-template-columns: 58px 1fr; gap: 14px; margin-top: 40px; }
  .detail-index { padding-bottom: .32em; font-size: 30px; }
  .detail-heading h1 { font-size: 12vw; }
  .detail-cover { margin: 0; }
  .detail-cover .zoom-image { aspect-ratio: .95; }
  .detail-story dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .detail-story h2 { font-size: 34px; }
  .detail-gallery { grid-template-columns: 1fr; gap: 34px; padding-top: 0; }
  .detail-gallery .crop-one { grid-column: 1; grid-row: 2; }
  .detail-crop .zoom-image { aspect-ratio: 1; }
  .gallery-note { padding-block: 8px; }
  .gallery-note p { font-size: 11vw; margin-top: 20px; }
  .detail-crop figcaption { font-size: 12px; }
  .next-project { min-height: 320px; padding-block: 60px; }
  .next-project h2 { font-size: 11vw; }
  .footer { padding-top: 64px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 32px; }
  .footer-invite { font-size: 8.5vw; }
  .footer-bottom { grid-template-columns: 1fr; gap: 24px; padding-top: 26px; }
  .signature { font-size: 64px; }
  .footer-bottom nav { justify-content: start; gap: 28px; }
  .footer-bottom small { grid-column: auto; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
