@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --paper: #f5f4ee;
  --white: #fcfbf7;
  --ink: #292e26;
  --olive: #565e48;
  --muted: #787c6d;
  --line: #d7d9cc;
  --soft: #eceee5;
  --dark: #333d2e;
  --gutter: clamp(24px, 4.2vw, 76px);
  --font: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 114px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; font-weight: 400; -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid #8c6943; outline-offset: 6px; }
::selection { background: #cdd2bc; color: #222b1d; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: calc(100% - var(--gutter) * 2); max-width: 1440px; margin-inline: auto; }
.icon { width: 21px; height: 21px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 15px 24px; color: var(--white); background: var(--dark); }
.skip-link:focus { top: 10px; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .13em; line-height: 1.6; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.small-cross { font-size: 21px; font-weight: 400; line-height: 1; }
.muted { color: var(--muted); }
.section-space { padding-block: 104px; }
.section-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px; }
.section-label > .small-cross { color: var(--olive); }
h2 { font-size: clamp(34px, 3.35vw, 51px); line-height: 1.12; letter-spacing: -.047em; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 46px; }
.section-heading > p { font-size: 14px; line-height: 1.8; color: #6c7163; padding-bottom: 3px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 12px; font-weight: 500; line-height: 1.5; padding-block: 12px; border-bottom: 1px solid currentColor; }
.text-link .icon { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translate(2px, -2px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 17px 23px; min-height: 51px; border: 1px solid transparent; font-size: 12px; font-weight: 500; line-height: 1.4; transition: background .2s ease, color .2s ease; }
.button .icon { width: 17px; height: 17px; }
.button-dark { background: var(--dark); color: var(--paper); }
.button-dark:hover { background: #505c42; }
.button-light { background: var(--paper); color: var(--dark); }
.button-light:hover { background: #dce0ce; }
.button-outline { border-color: var(--line); }
.button-outline:hover { background: var(--soft); }

/* A quiet frame lets the typography and buildings do the talking. */
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(245 244 238 / 97%); backdrop-filter: blur(12px); }
.header-inner { height: 101px; display: flex; align-items: center; justify-content: space-between; gap: 34px; border-bottom: 1px solid var(--line); }
.brand { position: relative; display: block; flex-shrink: 0; font-size: 43px; font-weight: 500; letter-spacing: -.075em; line-height: .88; }
.brand-dot { color: var(--olive); }
.brand-caption { display: block; margin-top: 11px; font-size: 7px; font-weight: 500; letter-spacing: .145em; line-height: 1.3; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 37px; }
.desktop-nav a { position: relative; padding: 14px 0; font-size: 12px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--olive); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { gap: 24px; min-height: 45px; padding: 13px 17px; }
.menu-toggle { display: none; }
.mobile-nav { display: none; }

.hero-intro { padding-top: 61px; padding-bottom: 46px; display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; }
.hero-heading > .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 9px; letter-spacing: .105em; }
h1 { font-size: clamp(54px, 6.45vw, 98px); letter-spacing: -.064em; line-height: 1.015; }
.hero h1 span { color: var(--olive); }
.hero-aside { flex: 0 0 254px; padding-bottom: 7px; }
.hero-aside > p { font-size: 14px; line-height: 1.75; color: #656b5e; }
.hero-aside .text-link { margin-top: 17px; width: 231px; font-size: 11px; }
.hero-image-wrap { width: calc(100% - 48px); max-width: 1544px; margin-inline: auto; height: clamp(370px, 37.7vw, 605px); position: relative; overflow: hidden; background: #64705d; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(17 29 20 / 8%), transparent 44%, rgb(18 30 21 / 55%)); }
.image-tag { position: absolute; top: 29px; left: 35px; display: flex; align-items: center; gap: 13px; color: white; font-size: 9px; font-weight: 500; letter-spacing: .16em; }
.image-tag .small-cross { font-size: 18px; }
.image-caption { position: absolute; left: 35px; right: 105px; bottom: 34px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; }
.image-caption > span:first-child { font-size: 22px; line-height: 1.3; letter-spacing: -.02em; }
.image-credit { opacity: .8; font-size: 8px; letter-spacing: .13em; padding-bottom: 2px; }
.hero-scroll { position: absolute; bottom: 30px; right: 33px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgb(255 255 255 / 50%); color: white; border-radius: 50%; transition: background .2s ease; }
.hero-scroll:hover { background: rgb(255 255 255 / 15%); }
.hero-footnote { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; font-size: 9px; color: #6d7266; letter-spacing: .02em; }
.coordinates { color: #898d81; margin-left: 26px; font-size: 8px; }

.intro { padding-top: 94px; padding-bottom: 74px; }
.intro > .section-label { margin-bottom: 0; align-items: start; }
.intro-content { margin-left: 25%; margin-top: -17px; }
.intro-content h2 { font-size: clamp(32px, 3.2vw, 49px); }
.intro-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 31px; }
.intro-bottom > p { max-width: 465px; font-size: 14px; line-height: 1.85; color: #6a7061; }
.intro-bottom .text-link { flex-shrink: 0; font-size: 11px; gap: 20px; }
.facts { display: grid; grid-template-columns: 1fr 1fr 1.15fr; border-top: 1px solid var(--line); margin-top: 66px; padding-top: 31px; }
.fact { display: flex; align-items: center; gap: 27px; border-right: 1px solid var(--line); padding-left: 40px; }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact strong { font-size: 54px; line-height: 1.2; font-weight: 400; letter-spacing: -.06em; }
.fact strong > span { font-size: 33px; vertical-align: top; line-height: 1.2; margin-left: 3px; }
.fact:last-child strong { font-size: 37px; }
.fact p { color: #707666; font-size: 11px; line-height: 1.6; }

.services { background: #e9ece2; }
.services .section-label { border-top: 1px solid #cdd3c2; padding-top: 20px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cbd1c0; border-bottom: 1px solid #cbd1c0; align-items: start; }
.service-card { position: relative; border-right: 1px solid #cbd1c0; }
.service-card:last-child { border-right: 0; }
.service-card > summary { list-style: none; padding: 27px 28px 24px; transition: background .2s ease; }
.service-card > summary::-webkit-details-marker { display: none; }
.service-card > summary:hover, .service-card[open] > summary { background: #e0e5d7; }
.service-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 41px; }
.service-icon { width: 43px; height: 43px; fill: none; stroke: #697257; stroke-width: 1.25; }
.service-number { font-size: 9px; color: #7e8673; padding-top: 4px; }
.service-card h3 { font-size: 23px; line-height: 1.22; letter-spacing: -.04em; margin-bottom: 16px; }
.service-card summary p { min-height: 64px; font-size: 12px; line-height: 1.75; color: #69705f; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 28px; font-size: 10px; font-weight: 500; }
.round-plus { display: flex; justify-content: center; align-items: center; border: 1px solid #adb59f; border-radius: 50%; height: 27px; width: 27px; font-size: 19px; transition: transform .2s ease; }
.service-card[open] .round-plus { transform: rotate(45deg); }
.service-detail { border-top: 1px solid #cbd1c0; padding: 23px 26px 27px; font-size: 12px; line-height: 1.8; }
.service-detail p { color: #5c6554; }
.service-detail ul { padding-left: 17px; margin: 18px 0; }
.service-detail li { margin-block: 4px; }
.service-detail > a { display: inline-block; padding-block: 10px; text-decoration: underline; text-underline-offset: 4px; }
.service-detail > a > span { margin-left: 6px; }

.projects .section-label { border-top: 1px solid var(--line); padding-top: 20px; }
.project-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 33px; }
.project-image-link { position: relative; display: block; overflow: hidden; background: #d9ddcd; }
.project-image-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-image-link:hover > img { transform: scale(1.035); }
.project-card-featured .project-image-link { aspect-ratio: 1.13; }
.project-card-featured .project-image-link > img { object-position: 60% center; }
.project-tag { position: absolute; top: 19px; left: 18px; padding: 8px 12px; background: var(--paper); font-size: 8px; font-weight: 500; letter-spacing: .055em; }
.project-open { position: absolute; bottom: 19px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper); border-radius: 50%; }
.project-open > .icon { width: 19px; height: 19px; }
.project-info { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; }
.project-info .eyebrow { font-size: 8px; color: #747b69; }
.project-info h3 { font-size: 20px; letter-spacing: -.025em; line-height: 1.35; margin-top: 7px; }
.project-info h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.project-index { font-size: 11px; color: #7d836f; }
.project-secondary { display: flex; flex-direction: column; }
.project-card-small .project-image-link { aspect-ratio: 1.53; }
.project-card-small .project-image-link > img { object-position: center 43%; }
.project-card-small .project-info h3 { font-size: 18px; }
.project-note { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 28px; margin-top: 37px; background: #e9ece2; flex: 1; }
.project-note .eyebrow { font-size: 8px; color: #626d54; }
.project-note h3 { font-size: 27px; line-height: 1.15; letter-spacing: -.04em; margin: 13px 0 24px; }
.project-note div > span { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid #8b937d; font-size: 10px; }
.project-note > .icon { width: 27px; height: 27px; align-self: center; transition: transform .2s ease; }
.project-note:hover > .icon { transform: translate(3px, -3px); }
.project-expanded-content { margin-top: 30px; font-size: 14px; line-height: 1.8; }
.project-expanded-content details { padding: 15px 0; border-top: 1px solid var(--line); }
.project-expanded-content p { padding-top: 15px; }

.about { padding-top: 82px; background: #e9e9e0; }
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 10%; align-items: center; }
.about-visual { min-width: 0; min-height: 465px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; background: #dedfd2; overflow: hidden; }
.architect-drawing { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.architect-drawing svg { width: 115%; max-width: none; flex-shrink: 0; transform: rotate(-13deg); stroke: #9ca58d; stroke-width: 1; opacity: .65; }
.architect-drawing .drawing-fine { stroke-width: .6; stroke-dasharray: 3 5; }
.portrait-frame { position: relative; width: 58%; padding: 9px; background: var(--paper); box-shadow: 6px 8px 30px rgb(47 54 38 / 8%); transform: rotate(-3deg); margin-bottom: 20px; }
.portrait-frame img { width: 100%; filter: saturate(.6); }
.portrait-frame > div { padding: 16px 7px 8px; }
.portrait-frame span { display: block; font-size: 9px; color: #797e70; margin-bottom: 5px; }
.portrait-frame strong { font-size: 17px; font-weight: 400; letter-spacing: -.03em; }
.about-visual-label { position: absolute; bottom: 23px; left: 0; right: 0; text-align: center; font-size: 8px; letter-spacing: .12em; color: #636c55; }
.about-content { padding-block: 17px; }
.about-content > .eyebrow { margin-bottom: 30px; font-size: 9px; }
.about-content h2 { font-size: clamp(34px, 3.05vw, 47px); }
.about-content h2 > span { color: #727961; }
.about-content .about-lead { font-size: 17px; color: var(--ink); line-height: 1.7; margin: 28px 0 16px; letter-spacing: -.02em; }
.about-content > p:not(.eyebrow):not(.about-lead) { font-size: 12px; line-height: 1.95; color: #666e5b; margin-block: 13px; }
.architect-signoff { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 31px; padding-top: 22px; border-top: 1px solid #ccd0be; }
.signature { font-family: Georgia, serif; font-style: italic; letter-spacing: -.055em; font-size: 27px; transform: rotate(-4deg); }
.architect-signoff > span:last-child { font-size: 9px; line-height: 1.8; color: #6e755f; }
.credentials { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #cbd0bf; margin-top: 64px; padding-block: 33px; }
.credentials > span { max-width: 190px; font-size: 8px; letter-spacing: .09em; color: #757d66; }
.credentials > div { display: flex; align-items: center; gap: 18px; }
.credentials strong { font-size: 22px; font-weight: 500; letter-spacing: -.05em; color: #565f48; }
.credentials > div > span { font-size: 8px; line-height: 1.8; color: #6e775e; }

.process { padding-bottom: 80px; }
.process .section-label { border-top: 1px solid var(--line); padding-top: 20px; }
.process-steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 55px 0 0; padding: 0; }
.process-steps li { position: relative; border-top: 1px solid var(--line); padding: 28px 30px 0 0; }
.process-steps li::before { content: ""; position: absolute; width: 6px; height: 6px; top: -3.5px; left: 0; background: #818e6d; }
.step-number { font-size: 10px; color: #848c77; }
.process-steps h3 { font-size: 17px; letter-spacing: -.03em; margin-top: 30px; }
.process-steps p { font-size: 12px; line-height: 1.9; color: #757b6c; margin-top: 13px; max-width: 240px; }

.faq { display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; padding-top: 54px; padding-bottom: 100px; border-top: 1px solid var(--line); }
.faq h2 { font-size: clamp(32px, 2.8vw, 44px); margin-top: 22px; }
.faq .eyebrow { font-size: 9px; }
.faq-list > details { border-bottom: 1px solid var(--line); }
.faq-list > details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 21px; list-style: none; font-size: 13px; line-height: 1.65; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { display: block; flex: 0 0 14px; font-size: 22px; text-align: center; color: #778366; transition: transform .2s ease; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list p { font-size: 12px; line-height: 1.9; color: #6a725f; padding: 0 35px 25px 0; }

.contact { background: var(--dark); color: var(--paper); padding-block: 57px 80px; }
.contact .section-label { padding-top: 18px; border-top: 1px solid #67705b; margin-bottom: 48px; }
.contact .section-label .small-cross { color: #bdc3ab; }
.contact .eyebrow { color: #bdc3ae; font-size: 9px; }
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 60px; }
.contact h2 { font-size: clamp(40px, 4.6vw, 69px); line-height: 1.08; letter-spacing: -.055em; }
.contact h2 > span { color: #b9c1a6; }
.contact h2 + p { color: #c3c8b7; font-size: 12px; line-height: 1.85; margin: 29px 0; }
.contact .button { gap: 63px; }
.contact-details { align-self: center; padding-left: 20px; }
.contact-details > div > .eyebrow { display: block; margin-bottom: 17px; }
.contact-big { display: flex; align-items: center; gap: 35px; max-width: max-content; font-size: clamp(25px, 2.75vw, 40px); letter-spacing: -.03em; }
.contact-big > .icon { width: 27px; height: 27px; }
.contact-big:hover { color: #c3cdb0; }
.contact-phone { display: inline-block; font-size: 19px; letter-spacing: -.01em; margin-top: 12px; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-address { margin-top: 39px; }
.contact-address > address { font-style: normal; font-size: 12px; line-height: 1.9; color: #d6dacb; }
.contact-address .text-link { color: #d6dacb; font-size: 10px; gap: 38px; margin-top: 12px; }
.contact-address .text-link .icon { width: 14px; height: 14px; }
.contact-appointment { display: flex; align-items: center; gap: 9px; color: #bdc6ab; font-size: 9px; margin-top: 30px; }
.contact-appointment .status-dot { width: 5px; height: 5px; }
.contact .contact-interest { font-size: 11px; color: #d8e0c7; margin-top: 15px; }

.site-footer { background: var(--paper); }
.footer-top { display: flex; align-items: center; gap: 72px; padding-block: 48px; }
.footer-top > p { color: #777e6a; font-size: 12px; line-height: 1.65; }
.footer-top .back-to-top { margin-left: auto; font-size: 10px; border-bottom: 0; gap: 25px; }
.footer-top .back-to-top .icon { transform: rotate(-45deg); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 22px; border-top: 1px solid var(--line); font-size: 9px; color: #747a68; line-height: 1.8; }
.footer-bottom > nav { display: flex; gap: 25px; }
.footer-bottom a:hover { color: var(--dark); text-decoration: underline; text-underline-offset: 3px; }

/* Project information stays on the page, with keyboard-accessible dialogs. */
.project-dialog { position: fixed; inset: 0; padding: 0; border: 0; width: min(940px, calc(100vw - 48px)); max-width: none; max-height: calc(100dvh - 70px); background: var(--paper); color: var(--ink); overflow: auto; }
.project-dialog[open] { display: grid; grid-template-columns: 1fr 1.1fr; }
.project-dialog::backdrop { background: rgb(28 35 24 / 78%); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 14px; top: 14px; z-index: 1; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 28px; line-height: 1; }
.dialog-close:hover { background: #e3e8d8; }
.dialog-image-wrap { background: #d9dfce; min-height: 480px; }
.dialog-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: 70px 38px 40px; }
.dialog-content > .eyebrow { font-size: 9px; margin-bottom: 19px; }
.dialog-content h2 { font-size: 35px; }
.dialog-content > p:not(.eyebrow) { font-size: 13px; line-height: 1.85; color: #6e755f; margin-top: 23px; }
.dialog-content > p.dialog-note { font-size: 10px; }
.dialog-facts { margin-top: 20px; font-size: 12px; line-height: 1.8; }
.dialog-facts > div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 10px 0; }
.dialog-facts dt { color: #7a836b; }
.dialog-facts dd { margin: 0; text-align: right; }
.dialog-facts > div > span { color: #7a836b; }
.dialog-facts > div > strong { text-align: right; font-weight: 500; }
.dialog-content > .button { margin-top: 28px; width: 100%; padding-inline: 14px; gap: 12px; font-size: 11px; }

.legal-page { max-width: 1080px; padding-block: 64px 100px; }
.legal-back { display: inline-block; font-size: 12px; padding-block: 8px; margin-bottom: 45px; }
.legal-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.legal-page > .eyebrow { margin-bottom: 19px; color: #727e60; }
.legal-page h1 { font-size: clamp(45px, 6vw, 78px); }
.legal-content { margin-top: 50px; max-width: 740px; }
.legal-content section { margin-top: 38px; }
.legal-content h2 { font-size: 25px; letter-spacing: -.035em; line-height: 1.3; margin-bottom: 16px; }
.legal-content p { color: #606954; font-size: 14px; line-height: 1.9; margin-block: 14px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-content a:hover { color: var(--ink); }
.legal-page + .site-footer { padding-top: 15px; }

/* Small editorial labels retain readable contrast on the pale surfaces. */
.coordinates, .fact p, .service-number, .service-card summary p,
.project-info .eyebrow, .project-index, .portrait-frame span,
.about-content > p:not(.eyebrow):not(.about-lead),
.architect-signoff > span:last-child, .credentials > span,
.credentials > div > span, .step-number, .process-steps p,
.footer-top > p, .footer-bottom, .dialog-content > p:not(.eyebrow),
.dialog-facts > div > span { color: #626b55; }
.service-card[open] summary p, .service-card summary:hover p { color: #59634b; }
.about-visual-label { color: #58634b; }

@media (prefers-reduced-motion: no-preference) {
  .js-ready .reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .js-ready .reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1600px) {
  .hero-intro { padding-block: 75px 58px; }
  .hero-aside { flex-basis: 285px; }
  .hero-aside > p { font-size: 16px; }
  .hero-aside .text-link { font-size: 12px; width: 260px; }
  .hero-heading > .eyebrow { font-size: 10px; }
}

@media (max-width: 1150px) {
  .desktop-nav { gap: 24px; margin-right: 0; }
  .hero-intro { gap: 25px; padding-top: 48px; }
  .hero-aside { flex-basis: 219px; }
  .hero-aside > p { font-size: 12px; }
  .hero-aside .text-link { width: 100%; font-size: 10px; }
  .hero h1 { font-size: 6.5vw; }
  .hero-heading > .eyebrow { font-size: 8px; }
  .intro-content { margin-left: 23%; }
  .intro-bottom { gap: 25px; }
  .intro-bottom .text-link { font-size: 10px; gap: 13px; }
  .fact { padding-left: 26px; gap: 18px; }
  .fact strong { font-size: 44px; }
  .fact:last-child strong { font-size: 30px; }
  .fact p { font-size: 10px; }
  .service-card > summary { padding-inline: 19px; }
  .service-card h3 { font-size: 21px; }
  .service-card summary p { min-height: 82px; }
  .service-detail { padding-inline: 19px; }
  .project-grid { gap: 25px; }
  .project-note { padding: 22px; margin-top: 25px; }
  .project-note h3 { font-size: 23px; }
  .about-grid { gap: 7%; }
  .credentials { gap: 20px; }
  .credentials > div { gap: 10px; }
  .credentials strong { font-size: 20px; }
  .credentials > span { max-width: 128px; line-height: 1.7; }
  .process-steps h3 { font-size: 15px; }
  .faq { gap: 45px; }
  .contact-details { padding-left: 0; }
}

@media (max-width: 900px) {
  .header-inner { height: 89px; gap: 25px; }
  .desktop-nav { gap: 22px; }
  .header-cta { display: none; }
  .brand { font-size: 39px; }
  .brand-caption { font-size: 6px; }
  .hero-intro { padding-top: 43px; padding-bottom: 33px; }
  .hero h1 { font-size: 6.6vw; }
  .hero-aside { flex-basis: 195px; padding-bottom: 0; }
  .hero-aside > p { font-size: 11px; }
  .hero-heading > .eyebrow { font-size: 7px; }
  .hero-heading > .eyebrow .status-dot { width: 5px; height: 5px; }
  .hero-image-wrap { height: 410px; width: calc(100% - 32px); }
  .section-space { padding-block: 76px; }
  .intro-content { margin-left: 0; margin-top: 29px; }
  .intro-bottom > p { max-width: 60%; }
  .facts { margin-top: 45px; }
  .fact { flex-direction: column; align-items: start; gap: 8px; }
  .fact:last-child strong { font-size: 38px; padding-top: 7px; }
  .fact p { font-size: 11px; }
  .section-heading > p { font-size: 12px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid #cbd1c0; }
  .service-card > summary { padding-inline: 26px; }
  .service-card-top { margin-bottom: 30px; }
  .service-card h3 { font-size: 25px; }
  .service-card summary p { min-height: 44px; max-width: 240px; }
  .service-link { margin-top: 22px; }
  .service-detail { padding-inline: 26px; }
  .project-card-featured .project-image-link { aspect-ratio: .87; }
  .project-card-small .project-image-link { aspect-ratio: 1.2; }
  .project-info h3 { font-size: 19px; }
  .project-card-small .project-info h3 { font-size: 16px; }
  .project-note { padding: 19px; }
  .project-note .eyebrow { font-size: 7px; }
  .project-note h3 { font-size: 21px; }
  .project-note > .icon { width: 20px; height: 20px; }
  .about { padding-top: 65px; }
  .about-grid { gap: 6%; grid-template-columns: .85fr 1.15fr; }
  .about-visual { min-height: 470px; }
  .portrait-frame { width: 78%; }
  .about-content > .eyebrow { font-size: 8px; margin-bottom: 25px; }
  .about-content h2 { font-size: 32px; }
  .about-content .about-lead { font-size: 14px; }
  .signature { font-size: 24px; }
  .architect-signoff { gap: 10px; }
  .architect-signoff > span:last-child { font-size: 8px; }
  .credentials { flex-wrap: wrap; margin-top: 46px; padding-block: 25px; }
  .credentials > span { flex-basis: 100%; max-width: none; }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; margin-top: 40px; }
  .process-steps h3 { font-size: 18px; margin-top: 19px; }
  .process-steps p { max-width: 290px; }
  .faq { gap: 35px; grid-template-columns: 1fr 1.2fr; padding-bottom: 76px; }
  .faq h2 { font-size: 32px; }
  .faq-list summary { font-size: 12px; gap: 15px; }
  .contact-grid { gap: 37px; grid-template-columns: 1.1fr 1fr; }
  .contact h2 { font-size: 44px; }
  .contact-big { font-size: 26px; gap: 20px; }
  .contact-big > .icon { width: 20px; height: 20px; }
  .contact-phone { font-size: 18px; }
  .contact-address { margin-top: 28px; }
  .footer-top { gap: 40px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}

@media (max-width: 650px) {
  :root { --gutter: 23px; }
  html { scroll-padding-top: 100px; }
  .header-inner { height: 80px; }
  .brand { font-size: 36px; }
  .brand-caption { font-size: 5.8px; margin-top: 8px; }
  .desktop-nav { display: none; }
  body:not(.js-ready) .header-inner { height: auto; min-height: 80px; flex-wrap: wrap; padding-block: 17px; gap: 16px; }
  body:not(.js-ready) .desktop-nav { display: flex; flex: 1 0 100%; justify-content: space-between; gap: 15px; }
  body:not(.js-ready) .desktop-nav a { font-size: 11px; padding-block: 5px; }
  body:not(.js-ready) .menu-toggle { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; }
  .menu-toggle > span { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: flex; flex-direction: column; padding: 27px var(--gutter) 35px; max-height: calc(100dvh - 80px); overflow-y: auto; border-bottom: 1px solid var(--line); }
  .mobile-nav > a { display: flex; align-items: center; gap: 20px; padding-block: 20px; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.04em; }
  .mobile-nav > a > span { font-size: 9px; color: #626b55; letter-spacing: 0; }
  .mobile-nav .icon { margin-left: auto; }
  .mobile-nav > p { margin-top: 30px; font-size: 12px; color: #626b55; line-height: 1.8; }
  .hero-intro { display: block; padding-top: 36px; padding-bottom: 29px; }
  .hero-heading > .eyebrow { font-size: 7px; letter-spacing: .075em; gap: 8px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(43px, 10.55vw, 69px); line-height: 1.055; letter-spacing: -.063em; }
  .hero-aside { display: flex; align-items: flex-end; justify-content: space-between; gap: 17px; margin-top: 24px; }
  .hero-aside > p { font-size: 11px; line-height: 1.75; max-width: 240px; }
  .desktop-break { display: none; }
  .hero-aside .text-link { width: auto; min-width: 112px; max-width: 135px; flex: 0 0 34%; font-size: 9px; line-height: 1.5; margin: 0; padding-block: 10px; gap: 8px; }
  .hero-aside .icon { width: 15px; height: 15px; }
  .hero-image-wrap { height: 410px; width: calc(100% - 24px); }
  .hero-image { object-position: 54% center; }
  .image-tag { left: 21px; top: 22px; gap: 9px; font-size: 7px; letter-spacing: .13em; }
  .image-caption { left: 21px; bottom: 26px; right: 70px; display: block; }
  .image-caption > span:first-child { font-size: 21px; line-height: 1.3; }
  .image-credit { display: block; font-size: 6px; margin-top: 13px; }
  .hero-scroll { width: 38px; height: 38px; bottom: 24px; right: 20px; }
  .hero-scroll .icon { width: 17px; height: 17px; }
  .hero-footnote { font-size: 7px; padding-top: 13px; gap: 10px; }
  .coordinates { display: none; }
  .section-space { padding-block: 63px; }
  .section-label { margin-bottom: 29px; }
  .eyebrow { font-size: 8px; }
  h2 { font-size: clamp(31px, 7.8vw, 42px); line-height: 1.15; letter-spacing: -.05em; }
  .intro { padding-top: 64px; padding-bottom: 49px; }
  .intro-content { margin-top: 25px; }
  .intro-content h2 { font-size: clamp(29px, 7.4vw, 40px); }
  .intro-bottom { display: block; margin-top: 25px; }
  .intro-bottom > p { max-width: none; font-size: 12px; line-height: 1.95; }
  .intro-bottom .text-link { margin-top: 18px; font-size: 10px; gap: 31px; }
  .facts { margin-top: 36px; padding-top: 24px; grid-template-columns: 1fr 1fr; }
  .fact { padding-left: 26px; gap: 7px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:last-child { grid-column: 1/-1; flex-direction: row; align-items: center; justify-content: space-between; padding: 21px 0 0; margin-top: 23px; border-top: 1px solid var(--line); }
  .fact strong { font-size: 49px; }
  .fact strong > span { font-size: 29px; }
  .fact:last-child strong { font-size: 29px; padding: 0; }
  .fact p { font-size: 10px; }
  .fact:last-child p { width: 46%; padding-left: 5px; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading > p { font-size: 12px; margin-top: 20px; }
  .section-heading .text-link { margin-top: 20px; font-size: 10px; }
  .services .section-label, .projects .section-label, .process .section-label { padding-top: 16px; }
  .service-card > summary { padding: 23px 14px 20px; }
  .service-card-top { margin-bottom: 28px; }
  .service-icon { width: 34px; height: 34px; }
  .service-number { font-size: 8px; }
  .service-card h3 { font-size: 19px; line-height: 1.3; min-height: 49px; margin-bottom: 11px; }
  .service-card summary p { font-size: 10px; min-height: 71px; line-height: 1.8; }
  .service-link { font-size: 8px; gap: 4px; margin-top: 20px; }
  .round-plus { width: 22px; height: 22px; flex-shrink: 0; font-size: 17px; }
  .service-detail { padding: 20px 14px; font-size: 11px; overflow-wrap: anywhere; }
  .service-detail ul { padding-left: 12px; }
  .project-grid { display: block; }
  .project-card-featured .project-image-link { aspect-ratio: 1.14; }
  .project-tag { font-size: 7px; top: 15px; left: 15px; padding: 7px 9px; }
  .project-open { width: 36px; height: 36px; bottom: 15px; right: 15px; }
  .project-open > .icon { width: 17px; height: 17px; }
  .project-info { padding-top: 16px; gap: 8px; }
  .project-info .eyebrow { font-size: 7px; }
  .project-info h3 { font-size: 19px; line-height: 1.4; }
  .project-index { font-size: 9px; }
  .project-secondary { margin-top: 33px; }
  .project-card-small .project-image-link { aspect-ratio: 1.45; }
  .project-card-small .project-info h3 { font-size: 19px; }
  .project-note { margin-top: 29px; padding: 26px; }
  .project-note .eyebrow { font-size: 8px; }
  .project-note h3 { font-size: 27px; margin-top: 16px; margin-bottom: 22px; }
  .project-note > .icon { width: 27px; height: 27px; }
  .about { padding-top: 40px; }
  .about-grid { display: flex; flex-direction: column; gap: 37px; }
  .about-visual { min-height: 340px; width: 100%; }
  .portrait-frame { width: 185px; margin-top: 7px; padding: 7px; margin-bottom: 25px; }
  .portrait-frame > div { padding: 11px 5px 7px; }
  .portrait-frame span { font-size: 8px; }
  .portrait-frame strong { font-size: 15px; }
  .architect-drawing svg { width: 96%; transform: rotate(-11deg); }
  .about-visual-label { bottom: 17px; font-size: 7px; }
  .about-content { padding: 0; }
  .about-content > .eyebrow { margin-bottom: 23px; }
  .about-content h2 { font-size: clamp(32px, 7.9vw, 45px); }
  .about-content .about-lead { font-size: 15px; margin-top: 24px; }
  .about-content > p:not(.eyebrow):not(.about-lead) { font-size: 12px; line-height: 1.95; }
  .architect-signoff { margin-top: 25px; padding-top: 24px; }
  .signature { font-size: 30px; }
  .architect-signoff > span:last-child { font-size: 9px; }
  .credentials { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 14px; padding-block: 26px 33px; }
  .credentials > span { grid-column: 1/-1; font-size: 7px; }
  .credentials > div { align-items: start; flex-direction: column; gap: 6px; }
  .credentials > div:last-child { grid-column: 1/-1; flex-direction: row; align-items: center; gap: 23px; border-top: 1px solid #cbd0bf; padding-top: 19px; }
  .credentials strong { font-size: 23px; }
  .credentials > div > span { font-size: 9px; }
  .process { padding-bottom: 54px; }
  .process-steps { margin-top: 37px; gap: 33px 0; }
  .process-steps li { padding: 20px 20px 0 0; }
  .process-steps li:nth-child(even) { padding-right: 0; padding-left: 8px; }
  .process-steps li:nth-child(even)::before { left: 8px; }
  .step-number { font-size: 9px; }
  .process-steps h3 { font-size: 17px; line-height: 1.3; max-width: 125px; margin-top: 20px; }
  .process-steps p { font-size: 11px; line-height: 1.9; }
  .faq { display: block; padding-top: 36px; padding-bottom: 59px; }
  .faq h2 { font-size: 32px; margin-top: 18px; }
  .faq-list { margin-top: 29px; }
  .faq-list summary { padding-block: 19px; font-size: 12px; }
  .faq-list p { font-size: 12px; padding-right: 22px; }
  .contact { padding-block: 37px 46px; }
  .contact .section-label { margin-bottom: 31px; }
  .contact .eyebrow { font-size: 8px; }
  .contact-grid { display: block; }
  .contact h2 { font-size: clamp(38px, 10.6vw, 57px); }
  .contact h2 + p { font-size: 11px; margin-block: 24px; }
  .contact .button { gap: 43px; font-size: 11px; min-height: 48px; padding: 15px 20px; }
  .contact-details { margin-top: 39px; padding-top: 32px; border-top: 1px solid #68725a; }
  .contact-details > div > .eyebrow { margin-bottom: 14px; }
  .contact-big { font-size: 31px; gap: 27px; }
  .contact-phone { font-size: 18px; margin-top: 9px; }
  .contact-address { margin-top: 29px; }
  .contact-appointment { font-size: 8px; margin-top: 27px; }
  .footer-top { flex-wrap: wrap; justify-content: space-between; gap: 25px; padding-block: 34px 21px; }
  .footer-top > p { font-size: 10px; }
  .footer-top .back-to-top { flex-basis: 100%; justify-content: space-between; margin-top: 6px; font-size: 9px; }
  .footer-bottom { align-items: start; gap: 15px; font-size: 8px; padding-block: 19px 25px; }
  .footer-bottom > nav { gap: 17px; flex-wrap: wrap; }
  .project-dialog { width: calc(100vw - 26px); max-height: calc(100dvh - 32px); }
  .project-dialog[open] { display: block; }
  .dialog-image-wrap { height: 240px; min-height: 0; }
  .dialog-image-wrap img { object-position: center 42%; }
  .dialog-content { padding: 29px 24px; }
  .dialog-content h2 { font-size: 31px; }
  .dialog-content > p:not(.eyebrow) { font-size: 12px; margin-top: 18px; }
  .dialog-close { width: 38px; height: 38px; top: 12px; right: 12px; }
  .legal-page { padding-block: 35px 65px; }
  .legal-page h1 { font-size: 47px; }
  .legal-back { margin-bottom: 35px; font-size: 11px; }
  .legal-content { margin-top: 35px; }
  .legal-content h2 { font-size: 23px; }
  .legal-content p { font-size: 13px; }
  .legal-page + .site-footer .footer-bottom { flex-wrap: wrap; }
  .site-header .button-outline { font-size: 10px; gap: 12px; min-height: 43px; padding: 12px; }
}

@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .hero-heading > .eyebrow { font-size: 6.3px; }
  .hero h1 { font-size: 10.45vw; }
  .hero-aside { gap: 10px; }
  .hero-aside > p { font-size: 10px; }
  .hero-aside .text-link { min-width: 103px; font-size: 8px; }
  .hero-image-wrap { height: 365px; }
  .service-card > summary { padding-inline: 11px; }
  .service-card h3 { font-size: 17px; }
  .service-link { font-size: 7.5px; }
  .contact h2 { font-size: 10.3vw; }
  .contact-big { font-size: 28px; }
}

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

@media print {
  .site-header { position: static; }
  .header-cta, .desktop-nav, .menu-toggle, .hero-scroll, .back-to-top, .project-dialog { display: none !important; }
  .js-ready .reveal-ready { opacity: 1; transform: none; }
  body { background: white; color: black; }
  .section-space, .about, .contact, .faq { padding-block: 35px; }
  .hero-image-wrap { height: 280px; }
  .project-card, .service-card, .about-grid { break-inside: avoid; }
}
