:root {
  --ivory: #f2eee7;
  --paper: #f8f5ef;
  --ink: #22211f;
  --bronze: #8e6d4c;
  --line: rgba(34, 33, 31, .18);
  --walnut: #2a211b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header { min-height: 84px; padding: 0 2.3vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; background: var(--paper); border-bottom: 1px solid rgba(34,33,31,.06); }
.brand { display: inline-flex; width: clamp(220px, 28vw, 390px); }
.brand img { height: auto; }
.main-nav { justify-self: end; display: flex; gap: clamp(34px, 3.8vw, 68px); font-size: 14px; }
.main-nav a { padding: 10px 0; }
.contact-button, .references-more, details summary { padding: 12px 24px; border: 1px solid #a88f77; background: transparent; color: var(--bronze); font: inherit; cursor: pointer; }
.menu-button, .mobile-menu { display: none; }

.eyebrow, .section-kicker { color: var(--bronze); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.section-pad { padding: 130px 5vw; }

.hero { display: grid; grid-template-columns: 44% 56%; min-height: 0; height: calc(56vw * 2 / 3); background: var(--ivory); }
.hero-copy { container-type: inline-size; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 4.8vw, 86px) 4.5vw clamp(30px, 3.4vw, 58px); overflow: hidden; }
.hero h1 { max-width: 640px; margin: 26px 0 24px; font-size: clamp(25px, 6.5cqi, 58px); font-weight: 400; line-height: 1.03; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span:first-child { color: var(--bronze); font-size: .72em; }
.hero-copy p:not(.eyebrow) { max-width: 600px; font-size: clamp(18px, 1.1vw, 20px); line-height: 1.5; }
.text-link { display: inline-flex; align-self: flex-start; gap: 36px; margin-top: 34px; padding-bottom: 10px; color: var(--bronze); border-bottom: 1px solid var(--bronze); font-size: 15px; }
.hero-media { position: relative; margin: 0; overflow: hidden; background: #3b3028; }
.hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity .7s ease; }
.hero-media img.contain { object-fit: contain; background: #d8d0c5; }
.hero-media img.active { opacity: 1; }
.hero-media figcaption { position: absolute; right: 3.4vw; bottom: 5.2vh; color: #f7f3eb; font-size: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.7); }
.hero-next { position: absolute; right: 3.4vw; top: 50%; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); background: rgba(28,24,20,.18); color: #fff; font-size: 25px; cursor: pointer; }

.client-logos { min-height: max(118px, calc(100vh - 84px - (56vw * 2 / 3))); display: flex; flex-direction: column; justify-content: center; padding: 28px 0 30px; background: #e8e2d8; border-top: 1px solid rgba(34,33,31,.1); border-bottom: 1px solid rgba(34,33,31,.1); overflow: hidden; }
.client-logos > p { padding: 0 4.5vw 14px; margin: 0; }
.marquee { overflow: hidden; }
.marquee div { display: flex; width: max-content; gap: clamp(38px, 5.5vw, 82px); padding: 4px 4.5vw; animation: marquee 58s linear infinite; }
.marquee:hover div { animation-play-state: paused; }
.marquee a { flex: 0 0 auto; color: rgba(34,33,31,.66); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.4vw, 42px); white-space: nowrap; transition: color .2s ease; }
.marquee a:hover, .marquee a:focus-visible { color: var(--bronze); }
.marquee a:focus-visible { outline: 1px solid currentColor; outline-offset: 8px; }
.marquee a:nth-child(3n + 1) { text-transform: uppercase; letter-spacing: .12em; font-size: clamp(15px, 1.55vw, 25px); }
@keyframes marquee { to { transform: translateX(-50%); } }

.manifesto, .projects, .references, .services, .atelier, .about { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(58px, 7.2vh, 90px); padding-bottom: clamp(58px, 7.2vh, 90px); }
.manifesto { min-height: auto; padding-top: clamp(30px, 4vh, 46px); padding-bottom: clamp(30px, 4vh, 46px); border-top: 1px solid rgba(34,33,31,.06); }
.manifesto > .section-kicker, .manifesto-copy, .section-heading, .project-gallery, .references-heading, .references-table, .services, .about { width: min(100%, 1280px); margin-left: auto; margin-right: auto; }
.manifesto-copy { display: grid; grid-template-columns: minmax(320px, .56fr) minmax(0, 2.44fr); gap: clamp(18px, 2.4vw, 40px) 3vw; align-items: start; }
.manifesto h2, .section-heading h2, .services-heading h2, .atelier h2, .about h2, .contact h2 { margin: 14px 0 0; font-size: clamp(40px, 5.2vw, 82px); line-height: .98; font-weight: 400; }
.manifesto h2 { font-size: clamp(34px, 2.15vw, 44px); line-height: 1.08; }
.manifesto h2 span, .atelier h2 span { display: block; white-space: nowrap; }
.manifesto-intro { grid-column: 1; margin: 22px 0 0; max-width: 390px; color: #5b554d; font-size: clamp(16px, .98vw, 18px); line-height: 1.55; }
.manifesto-columns { display: none; }
.approach-steps { grid-column: 2; grid-row: 1 / span 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: transparent; border: 0; }
.approach-steps article { min-height: 0; padding: 0 clamp(18px, 2.2vw, 34px); background: transparent; border-left: 1px solid var(--line); }
.approach-steps span, .services-grid span, .references-table span { color: var(--bronze); font-size: 11px; letter-spacing: .14em; }
.approach-steps span { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(142,109,76,.44); border-radius: 50%; color: var(--ink); font-weight: 700; letter-spacing: 0; }
.approach-steps h3 { margin: 24px 0 14px; font-size: clamp(20px, 1.32vw, 26px); font-weight: 400; }
.approach-steps p { max-width: 250px; color: #5f594f; font-size: clamp(14px, .9vw, 16px); line-height: 1.55; }
.expertise-strip { grid-column: 1 / -1; display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: baseline; margin-top: clamp(12px, 2.2vh, 24px); padding: 16px 0 0; border-top: 1px solid var(--line); }
.expertise-strip span { color: var(--bronze); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.expertise-strip p { margin: 0; color: #514d47; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.25vw, 22px); line-height: 1.45; }

.projects { background: #e8e2d8; }
.section-heading { margin-bottom: clamp(30px, 4vh, 46px); }
.section-heading p:last-child { max-width: 620px; color: #5b554d; line-height: 1.6; }
.project-gallery { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 27%); gap: clamp(32px, 5vw, 76px); align-items: center; }
.gallery-stage { position: relative; aspect-ratio: 1.72; overflow: hidden; background: #d8d0c5; }
.gallery-stage img { height: 100%; object-fit: cover; }
.gallery-counter { position: absolute; left: 24px; bottom: 22px; padding: 8px 11px; background: rgba(26,22,19,.75); color: rgba(255,255,255,.62); font-size: 11px; }
.gallery-counter span { color: #fff; }
.gallery-controls { position: absolute; right: 22px; bottom: 20px; display: flex; }
.gallery-controls button { width: 48px; height: 44px; border: 1px solid rgba(255,255,255,.65); background: rgba(26,22,19,.6); color: #fff; font-size: 20px; cursor: pointer; }
.gallery-caption { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.gallery-caption p, .gallery-caption span { margin: 0; color: #746d63; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.gallery-caption h3 { margin: 18px 0 34px; font-size: clamp(34px, 3.2vw, 54px); line-height: 1; font-weight: 400; }
.gallery-caption h3.gallery-title-nowrap { white-space: nowrap; font-size: clamp(28px, 2.9vw, 48px); }
.gallery-caption h3.gallery-title-balanced { max-width: 520px; font-size: clamp(30px, 2.55vw, 44px); line-height: 1.08; text-wrap: balance; }
.gallery-dots { display: flex; gap: 8px; margin-top: 35px; }
.gallery-dots button { width: 42px; height: 3px; padding: 0; border: 0; background: #bdb4a8; cursor: pointer; }
.gallery-dots .active { background: var(--walnut); }

.references { min-height: auto; padding-top: clamp(30px, 4vh, 46px); padding-bottom: clamp(30px, 4vh, 46px); background: #f5f1ea; }
.references-heading, .references-table, .references-more { width: min(100%, 1180px); margin-left: auto; margin-right: auto; }
.references-heading { margin-bottom: 38px; }
.references-heading h2 { max-width: 720px; }
.references-table { border-top: 1px solid var(--line); }
.references-table article { border-bottom: 1px solid var(--line); }
.references-table a { display: grid; grid-template-columns: 54px 1fr minmax(190px, .72fr) auto; align-items: baseline; gap: 24px; min-height: 82px; padding: 18px 0; transition: color .2s ease, padding-left .2s ease; }
.references-table a:hover, .references-table a:focus-visible { color: var(--bronze); padding-left: 12px; }
.references-table a:focus-visible { outline: 1px solid currentColor; outline-offset: 6px; }
.references-table p { margin: 0; color: #686158; font-size: 13px; text-align: right; }
.references-table strong { font-size: clamp(19px, 1.8vw, 28px); font-weight: 400; }
.references-table em { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--bronze); font-size: 12px; font-style: normal; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.references:not(.show-all) .is-extra { display: none; }
.references-more { display: inline-flex; width: auto; margin-top: 28px; }

.services { display: grid; grid-template-columns: 37% 1fr; gap: 8vw; background: var(--paper); }
.services.is-hidden { display: none; }
.services-heading p:last-child { max-width: 520px; color: #5c574f; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.services-grid article { min-height: 210px; padding: 28px 30px 32px 0; border-bottom: 1px solid var(--line); }
.services-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.services-grid article:nth-child(even) { padding-left: 30px; }
.services-grid h3 { margin: 50px 0 14px; font-size: clamp(22px, 2vw, 31px); font-weight: 400; }
.services-grid p { color: #726b62; font-size: 14px; line-height: 1.6; }

.atelier { min-height: auto; padding-top: clamp(30px, 4vh, 46px); padding-bottom: clamp(30px, 4vh, 46px); display: grid; grid-template-columns: minmax(380px, .96fr) minmax(0, 1.04fr); gap: clamp(38px, 5vw, 76px); align-items: center; background: #6f5a48; color: var(--paper); }
.atelier .light, .contact .light { color: #c4a47f; }
.atelier-copy { align-self: center; }
.atelier p:not(.section-kicker) { max-width: 640px; margin: 18px 0 0; color: #ddd5ca; font-size: 15px; line-height: 1.64; }
.atelier p strong { color: #f6efe6; font-weight: 600; }
.atelier-more { margin-top: 26px; padding: 0 0 8px; border: 0; border-bottom: 1px solid rgba(242,238,231,.62); background: transparent; color: #f2dfc8; font: inherit; font-size: 14px; cursor: pointer; }
.atelier-details { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-6px); transition: max-height .45s ease, opacity .35s ease, transform .35s ease; }
.atelier-details.open { max-height: 560px; opacity: 1; transform: translateY(0); }
.atelier-details p:first-child { margin-top: 28px; }
.atelier figure { position: relative; width: min(100%, 680px); justify-self: start; align-self: center; margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #2d261f; border: 1px solid rgba(242,238,231,.2); box-shadow: inset 0 0 0 8px rgba(242,238,231,.05), 0 22px 58px rgba(29,23,18,.24); }
.atelier figure img { position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); object-fit: cover; object-position: center; opacity: 0; transition: opacity .45s ease; }
.atelier figure img.active { opacity: 1; }
.atelier-gallery-controls { position: absolute; top: 20px; right: 20px; z-index: 2; display: flex; gap: 6px; padding: 6px; background: rgba(30,24,19,.62); border: 1px solid rgba(242,238,231,.24); backdrop-filter: blur(8px); }
.atelier-gallery-controls button { min-width: 38px; height: 30px; border: 1px solid rgba(242,238,231,.34); background: transparent; color: rgba(242,238,231,.72); font: inherit; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
.atelier-gallery-controls button.active { background: rgba(242,238,231,.92); color: #2d261f; border-color: rgba(242,238,231,.92); }
.atelier figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; padding-top: 10px; border-top: 1px solid rgba(242,238,231,.26); color: #efe9df; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.about { display: grid; grid-template-columns: 28% 1fr; gap: 6vw; align-items: center; }
.about-aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 590px; gap: 34px; }
.about-portrait { position: relative; width: min(100%, 330px); aspect-ratio: 2 / 3; margin: 0; padding: 10px; background: #e4d9ca; border: 1px solid rgba(34,33,31,.12); cursor: zoom-in; }
.about-portrait img { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); object-fit: cover; opacity: 0; transition: opacity .45s ease; }
.about-portrait img.active { opacity: 1; }
.about-portrait div { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; gap: 8px; }
.about-portrait button { flex: 1; height: 3px; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.about-portrait button.active { background: #fff; }
.about-photo-modal { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; padding: 28px; }
.about-photo-modal.open { display: grid; }
.about-photo-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(24,20,17,.72); cursor: zoom-out; }
.about-photo-modal-frame { position: relative; z-index: 1; width: min(86vw, 520px); max-height: min(82vh, 760px); margin: 0; padding: 12px; background: var(--paper); border: 1px solid rgba(248,245,239,.78); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.about-photo-modal-frame img { width: 100%; max-height: calc(min(82vh, 760px) - 24px); object-fit: contain; }
.about-photo-modal-close { position: absolute; top: -14px; right: -14px; z-index: 2; width: 34px; height: 34px; border: 1px solid rgba(248,245,239,.75); border-radius: 50%; background: #201b17; color: var(--paper); font-size: 22px; line-height: 1; cursor: pointer; }
.location-line { text-transform: uppercase; letter-spacing: .1em; color: #777067; font-size: 12px; }
.about-copy p { max-width: 650px; margin: 42px 0 0; color: #4c4944; font-size: 17px; line-height: 1.7; }
details { margin-top: 34px; max-width: 720px; }
details summary { display: inline-flex; list-style: none; }

.contact { min-height: 82vh; padding: 120px 5vw 110px; display: flex; flex-direction: column; justify-content: center; background: #201b17; color: var(--paper); text-align: center; }
.contact p:not(.section-kicker) { color: #c5bdb4; }
.contact-phone { display: block; margin-top: 30px; color: #f2dfc8; font-size: clamp(20px, 2vw, 30px); letter-spacing: .03em; }
.contact-link { display: inline-flex; align-self: center; gap: 35px; margin-top: 45px; padding-bottom: 12px; border-bottom: 1px solid #a78968; color: #d4b692; font-size: clamp(17px, 1.5vw, 23px); }
footer { min-height: 190px; padding: 42px 4vw 30px; display: grid; grid-template-columns: minmax(220px, 1fr) auto; align-items: start; gap: 5vw; background: #171411; color: #bfb7ad; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; border-top: 1px solid rgba(248,245,239,.08); }
.footer-brand { align-self: start; filter: brightness(0) invert(1) sepia(.13) saturate(.45); opacity: .92; }
.footer-right { justify-self: end; display: grid; gap: 13px; min-width: min(100%, 360px); padding-top: 4px; text-align: right; }
.footer-right p { margin: 0; }
.footer-legal { display: flex; justify-content: flex-end; gap: 18px; padding-top: 14px; border-top: 1px solid rgba(248,245,239,.12); }
.footer-legal button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-transform: inherit; letter-spacing: inherit; cursor: pointer; }
.footer-legal button:hover, .footer-legal button:focus-visible { color: #efe9df; }

.site-popup { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 28px; }
.site-popup.open { display: grid; }
.site-popup-backdrop { position: absolute; inset: 0; border: 0; background: rgba(23,20,17,.72); cursor: zoom-out; }
.site-popup-panel { position: relative; z-index: 1; width: min(100%, 920px); display: grid; grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr); min-height: 520px; background: var(--paper); border: 1px solid rgba(248,245,239,.7); box-shadow: 0 34px 110px rgba(0,0,0,.38); overflow: hidden; }
.site-popup-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 38px; height: 38px; border: 1px solid rgba(34,33,31,.2); border-radius: 50%; background: rgba(248,245,239,.82); color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; }
.site-popup-media { position: relative; margin: 0; min-height: 100%; background: #2d261f; }
.site-popup-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,23,19,0) 52%, rgba(28,23,19,.46)); }
.site-popup-media img { height: 100%; object-fit: cover; object-position: center 58%; }
.site-popup-copy { container-type: inline-size; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 70px); }
.site-popup-copy h2 { max-width: none; margin: 18px 0 24px; font-size: clamp(12px, 10cqi, 62px); line-height: 1; font-weight: 400; }
.site-popup-copy h2 span { display: block; white-space: nowrap; }
.site-popup-copy > p:not(.section-kicker) { max-width: 520px; color: #5c574f; font-size: 17px; line-height: 1.65; }
.site-popup-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.site-popup-primary, .site-popup-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid #a88f77; font: inherit; cursor: pointer; }
.site-popup-primary { background: var(--walnut); border-color: var(--walnut); color: var(--paper); }
.site-popup-secondary { background: transparent; color: var(--bronze); }
.contact-popup { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 28px; }
.contact-popup.open { display: grid; }
.contact-popup-backdrop { position: absolute; inset: 0; border: 0; background: rgba(23,20,17,.72); cursor: zoom-out; }
.contact-popup-panel { position: relative; z-index: 1; width: min(100%, 560px); padding: clamp(38px, 5vw, 62px); background: var(--paper); border: 1px solid rgba(248,245,239,.7); box-shadow: 0 34px 110px rgba(0,0,0,.38); }
.contact-popup-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid rgba(34,33,31,.2); border-radius: 50%; background: transparent; color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; }
.contact-popup h2 { margin: 18px 0 32px; font-size: clamp(34px, 4vw, 52px); line-height: 1; font-weight: 400; }
.contact-popup-links { display: grid; border-top: 1px solid var(--line); }
.contact-popup-links a { display: grid; gap: 8px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--walnut); font-size: clamp(18px, 2vw, 24px); }
.contact-popup-links span { color: var(--bronze); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.legal-popup { position: fixed; inset: 0; z-index: 92; display: none; place-items: center; padding: 28px; }
.legal-popup.open { display: grid; }
.legal-popup-backdrop { position: absolute; inset: 0; border: 0; background: rgba(23,20,17,.72); cursor: zoom-out; }
.legal-popup-panel { position: relative; z-index: 1; width: min(100%, 760px); max-height: min(82vh, 760px); overflow: auto; padding: clamp(34px, 4vw, 56px); background: var(--paper); border: 1px solid rgba(248,245,239,.7); box-shadow: 0 34px 110px rgba(0,0,0,.38); }
.legal-popup-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid rgba(34,33,31,.2); border-radius: 50%; background: transparent; color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; }
.legal-popup h2 { margin: 18px 0 26px; font-size: clamp(32px, 4vw, 52px); line-height: 1; font-weight: 400; }
.legal-popup-content { display: grid; gap: 18px; color: #514d47; line-height: 1.62; }
.legal-popup-content h3 { margin: 14px 0 0; color: var(--ink); font-size: 18px; font-weight: 400; }
.legal-popup-content p { margin: 0; }
.callback-popup { position: fixed; inset: 0; z-index: 95; display: none; place-items: center; padding: 24px; }
.callback-popup.open { display: grid; }
.callback-popup-backdrop { position: absolute; inset: 0; border: 0; background: rgba(23,20,17,.58); cursor: zoom-out; }
.callback-popup-panel { position: relative; z-index: 1; width: min(100%, 460px); padding: 34px; background: var(--paper); border: 1px solid rgba(248,245,239,.74); box-shadow: 0 28px 84px rgba(0,0,0,.32); }
.callback-popup-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid rgba(34,33,31,.18); border-radius: 50%; background: transparent; color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; }
.callback-popup h2 { margin: 16px 0 16px; font-size: clamp(30px, 3.5vw, 42px); line-height: 1; font-weight: 400; }
.callback-popup p:not(.section-kicker):not(.callback-status) { margin: 0; color: #5c574f; line-height: 1.55; }
.callback-form { display: grid; gap: 18px; margin-top: 26px; }
.callback-form label { display: grid; gap: 9px; color: var(--bronze); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.callback-form input { width: 100%; min-height: 48px; border: 1px solid var(--line); background: rgba(255,255,255,.38); padding: 0 14px; color: var(--ink); font: inherit; font-size: 17px; }
.callback-actions { display: flex; gap: 10px; }
.callback-actions button { min-height: 46px; padding: 0 18px; border: 1px solid #a88f77; font: inherit; cursor: pointer; }
.callback-actions button[type="submit"] { background: var(--walnut); border-color: var(--walnut); color: var(--paper); }
.callback-later { background: transparent; color: var(--bronze); }
.callback-status { min-height: 20px; margin: 0; color: #5c574f; font-size: 13px; }

@media (max-width: 1100px) {
  .project-gallery { grid-template-columns: 1fr; }
  .gallery-stage { aspect-ratio: 1.72; background: #d8d0c5; }
  .gallery-stage img { object-fit: cover; object-position: center; }
  .gallery-counter { left: 14px; bottom: 14px; }
  .gallery-controls { right: 14px; bottom: 12px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; padding: 18px 22px; grid-template-columns: 1fr auto; gap: 18px; }
  .brand { width: clamp(190px, 54vw, 245px); }
  .main-nav, .contact-button { display: none; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; width: 78px; height: 40px; border: 1px solid #a88f77; background: transparent; font: inherit; font-size: 13px; }
  .mobile-menu { grid-column: 1 / -1; display: grid; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding-top .3s ease; }
  .site-header.menu-open .mobile-menu { max-height: 360px; padding-top: 16px; border-top: 1px solid rgba(34,33,31,.1); }
  .mobile-menu a { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(34,33,31,.1); font-size: 18px; }
  .mobile-menu a span { color: var(--bronze); font-size: 10px; letter-spacing: .12em; }
  .hero { grid-template-columns: 1fr; height: auto; }
  .hero-copy { padding: 62px 24px 38px; }
  .hero h1 { margin: 24px 0 20px; font-size: clamp(26px, 7.1vw, 30px); }
  .hero-copy p:not(.eyebrow) { font-size: 15px; line-height: 1.52; }
  .hero-media { height: 310px; }
  .hero-media figcaption { right: 18px; bottom: 18px; max-width: calc(100% - 94px); font-size: 12px; }
  .hero-next { right: 18px; width: 44px; height: 44px; }
  .client-logos { min-height: auto; padding: 26px 0; }
  .section-pad { padding: 76px 24px; }
  .manifesto, .projects, .references, .services, .atelier, .about { min-height: auto; }
  .projects { overflow: hidden; }
  .manifesto-copy, .manifesto-columns, .project-gallery, .services, .atelier, .about { grid-template-columns: 1fr; }
  .manifesto h2 { font-size: clamp(25px, 7.7vw, 44px); }
  .manifesto h2 span { white-space: normal; }
  .manifesto-intro { grid-column: 1; margin-top: 18px; padding: 20px 0 0; border-top: 1px solid var(--bronze); }
  .manifesto-columns { gap: 18px; }
  .approach-steps { grid-column: 1; grid-row: auto; grid-template-columns: 1fr; gap: 0; margin-top: 18px; }
  .approach-steps article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .approach-steps article:first-child { grid-column: auto; }
  .approach-steps span { width: 42px; height: 42px; font-size: 10px; }
  .approach-steps h3 { margin: 0 0 8px; font-size: 20px; }
  .approach-steps p { max-width: none; margin: 0; font-size: 13px; }
  .expertise-strip { grid-template-columns: 1fr; gap: 12px; padding-top: 20px; }
  .expertise-strip p { font-size: 18px; }
  .project-gallery, .gallery-stage, .gallery-caption { width: 100%; max-width: 100%; min-width: 0; }
  .gallery-stage { height: 310px; aspect-ratio: auto; justify-self: stretch; background: #d8d0c5; }
  .gallery-stage img { object-fit: cover; object-position: center; }
  .gallery-counter { left: 12px; bottom: 12px; padding: 7px 9px; }
  .gallery-controls { right: 12px; bottom: 12px; gap: 6px; }
  .gallery-controls button { width: 36px; height: 36px; border-radius: 50%; font-size: 18px; background: rgba(26,22,19,.72); }
  .gallery-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 18px; }
  .gallery-caption h3 { grid-column: 1 / -1; max-width: 100%; overflow-wrap: anywhere; font-size: clamp(31px, 9vw, 42px); }
  .gallery-caption h3.gallery-title-nowrap { white-space: normal; font-size: clamp(27px, 7.4vw, 36px); }
  .gallery-caption h3.gallery-title-balanced { max-width: 100%; font-size: clamp(26px, 7.4vw, 36px); }
  .gallery-dots { grid-column: 1 / -1; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
  .gallery-dots button { flex: 1 1 18px; max-width: 28px; height: 3px; }
  .references-table a { grid-template-columns: 38px 1fr auto; gap: 16px; min-height: auto; }
  .references-table p { grid-column: 2; text-align: left; font-size: 12px; }
  .references-table em { grid-column: 3; grid-row: 1 / 3; align-self: center; font-size: 10px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; border-top: 0; }
  .services-grid article, .services-grid article:nth-child(even) { min-height: 164px; padding: 18px 14px 16px; border: 1px solid rgba(34,33,31,.14); }
  .services-grid h3 { margin: 34px 0 10px; font-size: 18px; }
  .services-grid p { font-size: 12px; }
  .atelier figure { width: 100%; aspect-ratio: 16 / 9; min-height: 0; }
  .atelier-gallery-controls { top: 18px; right: 18px; }
  .atelier figcaption { left: 18px; right: 18px; bottom: 18px; font-size: 10px; }
  .about-aside { display: grid; grid-template-columns: 1fr 138px; grid-template-rows: auto auto; gap: 14px 18px; min-height: auto; margin-bottom: 42px; }
  .about-aside .section-kicker { grid-column: 1; grid-row: 1; }
  .about-portrait { grid-column: 2; grid-row: 1 / 3; justify-self: end; width: 138px; aspect-ratio: 4 / 5; padding: 6px; }
  .about-portrait img { inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); }
  .about-portrait img[src="./BC.png"] { object-position: center 18%; }
  .about-portrait img[src="./BC0.png"] { object-position: center 26%; }
  .about-portrait div { left: 14px; right: 14px; bottom: 14px; }
  .location-line { grid-column: 1; grid-row: 2; }
  .about h2 { font-size: clamp(42px, 12vw, 58px); }
  .about-copy p { font-size: 15px; }
  .contact { padding-left: 24px; padding-right: 24px; }
  footer { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .footer-right { justify-self: stretch; min-width: 0; text-align: left; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; margin-top: 4px; }
  .footer-legal { flex-wrap: wrap; gap: 14px; }
  .legal-popup { padding: 18px; }
  .legal-popup-panel { padding: 32px 22px 24px; }
  .site-popup { padding: 18px; }
  .site-popup-panel { grid-template-columns: 1fr; min-height: 0; max-height: calc(100vh - 36px); overflow: auto; }
  .site-popup-media { min-height: 220px; }
  .site-popup-copy { padding: 34px 24px 28px; }
  .site-popup-copy h2 { font-size: clamp(12px, 10cqi, 38px); }
  .site-popup-copy > p:not(.section-kicker) { font-size: 15px; }
  .site-popup-primary, .site-popup-secondary { width: 100%; }
  .contact-popup { padding: 18px; }
  .contact-popup-panel { padding: 34px 24px 28px; }
  .callback-popup { padding: 18px; }
  .callback-popup-panel { padding: 32px 22px 24px; }
  .callback-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation: none !important; }
}
