@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #121714;
  --deep: #171817;
  --forest: #242524;
  --sage: #b8aa96;
  --cream: #f1ede6;
  --paper: #faf9f6;
  --line: rgba(18, 23, 20, .16);
  --accent: #e7a856;
  --shell: min(1240px, calc(100% - 64px));
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 128px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--accent); color: var(--ink); padding: 12px 18px; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 76px; background: rgba(18, 23, 20, .96); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-logo { width: auto; height: 66px; object-fit: contain; }
.brand-mark { display: flex; gap: 2px; }
.brand-mark span { width: 23px; height: 36px; display: grid; place-items: center; background: var(--accent); color: var(--ink); font: 600 13px/1 "Manrope", sans-serif; clip-path: polygon(50% 0, 100% 27%, 100% 100%, 0 100%, 0 27%); }
.brand-mark span:nth-child(2) { transform: translateY(-5px); }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1; letter-spacing: .08em; }
.brand-copy strong { font-size: 12px; font-weight: 500; }
.brand-copy small { font: 600 20px/1.05 "Manrope", sans-serif; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: 13px; font-weight: 500; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-phone { color: var(--accent); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: .25s; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: transparent; color: white; }
.button-small { min-height: 43px; padding-inline: 18px; gap: 10px; }
.button-dark { background: var(--ink); border-color: var(--ink); color: white; }
.button-dark:hover { color: var(--ink); }
.button-accent:hover { background: white; border-color: white; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.light-link { color: white; border-color: rgba(255,255,255,.55); }
.ui-arrow { position: relative; width: 12px; height: 12px; display: inline-block; flex: 0 0 12px; color: currentColor; }
.ui-arrow-ne::before { content: ""; position: absolute; top: 1px; right: 1px; width: 14px; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: right center; }
.ui-arrow-ne::after { content: ""; position: absolute; top: 1px; right: 1px; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.ui-arrow-down::before { content: ""; position: absolute; left: 5.25px; top: 0; width: 1.5px; height: 10px; background: currentColor; }
.ui-arrow-down::after { content: ""; position: absolute; left: 3px; bottom: 1px; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 13px; color: #526158; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.75); }
.section-index { display: flex; gap: 18px; color: #7a847e; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.section-index span:first-child { color: var(--ink); font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h2 { font-size: clamp(42px, 5vw, 72px); font-weight: 400; }

.hero { position: relative; min-height: 820px; height: min(920px, 100svh); color: white; overflow: hidden; background: var(--deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: heroIn 1.4s cubic-bezier(.2,.75,.2,1) both; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,9,8,.91) 0%, rgba(8,9,8,.68) 42%, rgba(8,9,8,.18) 76%), linear-gradient(0deg, rgba(8,9,8,.64), transparent 50%); }
.hero-content { position: relative; z-index: 2; min-width: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 85px; }
.hero h1 { margin: 0 0 30px; max-width: 1050px; }
.hero-title-kicker { display: block; margin-bottom: 10px; font-size: clamp(21px, 2.1vw, 31px); font-weight: 400; line-height: 1.15; letter-spacing: .075em; text-transform: uppercase; }
.hero h1 strong { display: block; max-width: 1000px; font-size: clamp(54px, 5.8vw, 86px); font-weight: 400; line-height: 1.08; letter-spacing: -.018em; text-transform: uppercase; }
.hero-title-accent { color: var(--accent); }
.hero-sectors { display: flex; align-items: center; gap: 13px; margin: -9px 0 32px; color: white; font-size: 13px; line-height: 1; letter-spacing: .11em; text-transform: uppercase; }
.hero-sectors span { color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.hero-sectors strong { font-weight: 500; }
.hero-sectors i { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--accent); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.concept-note { position: absolute; left: 0; bottom: 25px; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .07em; }
@keyframes heroIn { from { transform: scale(1.06); opacity: .5; } to { transform: scale(1); opacity: 1; } }

.intro { display: grid; grid-template-columns: 50px minmax(0, 1.6fr) minmax(280px, .7fr); gap: 6vw; align-items: start; }
.intro h2 { max-width: 760px; margin: 0; }
.intro-detail { padding-top: 55px; }
.intro-detail p { margin-bottom: 36px; color: #59625d; font-size: 16px; }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 50px 1fr; gap: 6vw; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 0; }
.service-list { border-top: 1px solid var(--line); }
.service-card { min-height: 230px; display: grid; grid-template-columns: 56px 110px minmax(0, 1fr) 46px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.service-card:hover { background: rgba(255,255,255,.65); padding-inline: 22px; }
.service-number { align-self: start; padding-top: 30px; color: #7e8782; font-size: 11px; }
.service-icon { width: 96px; aspect-ratio: 1; display: grid; place-items: center; background: var(--paper); border-radius: 50%; }
.service-icon svg { width: 49px; fill: none; stroke: var(--forest); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-icon svg.icon-refresh { width: 49px; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-text h3 { margin-bottom: 12px; font-size: clamp(28px, 3vw, 43px); font-weight: 400; }
.service-text p { max-width: 620px; margin: 0; color: #636b66; }
.service-card > a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .25s; }
.service-card > a:hover { background: var(--ink); color: white; transform: rotate(45deg); }
.service-footer { display: flex; justify-content: flex-end; align-items: center; gap: 32px; padding-top: 32px; }
.service-footer p { margin: 0; color: #737b76; font-size: 13px; }

.approach { background: var(--sage); }
.approach-grid { display: grid; grid-template-columns: minmax(350px, .95fr) 1.05fr; gap: 11vw; align-items: start; }
.approach-sticky { position: sticky; top: 120px; }
.approach-sticky .section-index { float: none; margin: 0 0 34px; writing-mode: initial; transform: none; }
.approach-sticky h2 { margin-bottom: 28px; }
.approach-sticky > p:not(.eyebrow) { max-width: 430px; margin: 0 0 38px 0; color: #26332c; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 190px; display: grid; grid-template-columns: 50px 1fr; gap: 30px; align-items: center; border-top: 1px solid rgba(18,23,20,.25); }
.process-list li:last-child { border-bottom: 1px solid rgba(18,23,20,.25); }
.process-list li > span { align-self: start; padding-top: 34px; font-size: 11px; }
.process-list h3 { margin-bottom: 13px; font-size: 28px; font-weight: 500; }
.process-list p { max-width: 510px; margin: 0; color: #2e3b34; }

.projects { background: var(--deep); color: white; }
.projects-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 10vw; align-items: end; margin-bottom: 65px; }
.projects-heading .section-index { float: none; margin: 0 0 34px; color: rgba(255,255,255,.5); writing-mode: initial; transform: none; }
.projects-heading .section-index span:first-child { color: white; }
.projects-heading h2 { margin-bottom: 0; }
.projects-heading > p { max-width: 430px; color: rgba(255,255,255,.6); }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 315px); gap: 14px; }
.project-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #252725; }
.project-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-item:hover img { transform: scale(1.035); filter: brightness(.82); }
.project-featured { grid-row: 1 / span 2; }
.project-featured img { object-position: 52% center; }
.project-wide img { object-position: center 42%; }
.project-item figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; flex-direction: column; gap: 4px; padding: 50px 24px 22px; color: white; background: linear-gradient(transparent, rgba(8,9,8,.86)); }
.project-item figcaption span { text-transform: uppercase; font-size: 9px; letter-spacing: .19em; }
.project-item figcaption strong { font: 400 22px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.project-note { margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .05em; }
.carousel-toolbar { display: flex; align-items: center; gap: 25px; margin-bottom: 18px; }
.carousel-toolbar > p { margin: 0; color: rgba(255,255,255,.62); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.carousel-toolbar > p span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; }
.project-carousel { overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.project-carousel.is-dragging { cursor: grabbing; }
.project-carousel::-webkit-scrollbar { display: none; }
.project-track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.project-track.is-scrolling { animation: projectMarquee var(--loop-duration, 120s) linear infinite; }
.project-track.is-paused { animation-play-state: paused; }
@keyframes projectMarquee { to { transform: translate3d(var(--loop-shift, -4000px), 0, 0); } }
.project-slide { position: relative; flex: 0 0 clamp(300px, 31vw, 470px); height: 590px; margin: 0; overflow: hidden; background: #292a29; }
.project-slide-wide { flex-basis: clamp(500px, 48vw, 720px); }
.project-slide img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-slide:hover img { transform: scale(1.025); filter: brightness(.88); }
.project-placeholder { position: relative; min-height: 590px; overflow: hidden; background: #d2c6b4; color: var(--ink); }
.project-art { position: absolute; inset: 0; background: linear-gradient(#96a69d 0 56%, #788278 56%); }
.project-art::before { content: ""; position: absolute; inset: 9% 8% 22% 31%; background: #d8d0c3; box-shadow: -280px 90px 0 #c4b39a; }
.project-art .roof { position: absolute; z-index: 2; width: 52%; height: 34%; left: 27%; top: 4%; background: #24312b; clip-path: polygon(50% 0, 100% 80%, 94% 84%, 50% 14%, 6% 84%, 0 80%); }
.project-art .wall { position: absolute; z-index: 2; left: 37%; top: 24%; width: 34%; height: 51%; background: repeating-linear-gradient(90deg, #a98860 0 4px, #b9976b 4px 8px); }
.project-art .window { position: absolute; z-index: 3; left: 43%; top: 39%; width: 22%; height: 25%; background: linear-gradient(135deg, #536967, #172322); border: 9px solid #242b27; box-shadow: 0 0 0 1px #141b18; }
.project-caption { position: absolute; z-index: 4; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; padding: 33px 38px; color: white; background: linear-gradient(transparent, rgba(10,15,12,.8)); }
.project-caption span { text-transform: uppercase; font-size: 10px; letter-spacing: .18em; }
.project-caption h3 { margin: 8px 0 0; font-size: 30px; font-weight: 400; }
.project-caption p { margin: 0; font-size: 12px; }
.replace-badge { position: absolute; z-index: 4; right: 22px; top: 22px; padding: 9px 13px; background: var(--accent); color: var(--ink); text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .14em; }

.about-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 10vw; align-items: center; }
.about-visual { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cream); overflow: hidden; }
.about-logo { width: min(76%, 430px); height: auto; }
.about-monogram { font: 500 clamp(100px, 14vw, 210px)/1 "Manrope", sans-serif; letter-spacing: -.11em; color: var(--forest); transform: translateX(-.04em); }
.about-visual p { margin: 22px 0 0; text-align: center; text-transform: uppercase; color: #59655f; font-size: 10px; letter-spacing: .22em; }
.about-copy .section-index { float: none; margin: 0 0 34px; writing-mode: initial; transform: none; }
.about-copy h2 { max-width: 660px; margin-bottom: 32px; font-size: clamp(40px, 4.3vw, 64px); }
.about-copy > p:not(.eyebrow) { max-width: 590px; color: #5c655f; }
.commitments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.commitments span { padding-top: 14px; border-top: 2px solid var(--forest); font-size: 11px; font-weight: 600; }

.quote { background: var(--forest); color: white; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.quote-copy .section-index { float: none; margin: 0 0 34px; color: rgba(255,255,255,.5); writing-mode: initial; transform: none; }
.quote-copy .section-index span:first-child { color: white; }
.quote-copy h2 { margin-bottom: 30px; }
.quote-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255,255,255,.66); }
.direct-contact { margin-top: 55px; display: grid; gap: 20px; }
.direct-contact a { display: flex; flex-direction: column; width: fit-content; }
.direct-contact span { color: rgba(255,255,255,.5); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.direct-contact strong { font-size: 16px; font-weight: 500; }
.quote-form { padding: 48px; background: var(--paper); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.quote-form label { display: block; margin-bottom: 25px; text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aeb3af; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: normal; }
.quote-form textarea { resize: vertical; min-height: 95px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--forest); box-shadow: 0 1px 0 var(--forest); }
.quote-form ::placeholder { color: #929b95; }
.upload-group { min-width: 0; margin: 10px 0 30px; padding: 0; border: 0; }
.upload-group legend { margin-bottom: 4px; text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.upload-group > p { margin: 0 0 15px; color: #7b827e; font-size: 10px; }
.upload-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quote-form .upload-field { position: relative; min-width: 0; min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 16px 10px; overflow: hidden; border: 1px dashed #aeb3af; background: #f3f1eb; text-align: center; text-transform: none; letter-spacing: normal; cursor: pointer; transition: border-color .2s, background .2s; }
.quote-form .upload-field:hover, .quote-form .upload-field:focus-within { border-color: var(--forest); background: white; }
.quote-form .upload-field.has-file { border-style: solid; border-color: var(--forest); background: #ece9df; }
.quote-form .upload-field input { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; opacity: 0; cursor: pointer; }
.upload-plus { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #aeb3af; border-radius: 50%; font: 400 20px/1 "Manrope", sans-serif; }
.upload-field strong { max-width: 100%; font-size: 11px; font-weight: 600; }
.upload-field small { max-width: 100%; overflow: hidden; color: #7b827e; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-top: 10px; }
.form-footer p { max-width: 250px; margin: 0; color: #7b827e; font-size: 9px; line-height: 1.5; }
.form-status { margin: 15px 0 0; color: var(--forest); font-size: 13px; }
.hidden-field { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.confirmation-page { min-height: 100vh; background: var(--forest); color: white; }
.confirmation-header { height: 88px; border-bottom: 1px solid rgba(255,255,255,.18); background: var(--ink); }
.confirmation-header .shell { height: 100%; display: flex; align-items: center; }
.confirmation-main { min-height: calc(100vh - 88px); display: grid; place-items: center; width: var(--shell); margin-inline: auto; padding-block: 80px; }
.confirmation-card { width: min(820px, 100%); }
.confirmation-card h1 { max-width: 820px; margin-bottom: 30px; font: 400 clamp(44px, 6vw, 78px)/1.06 "Manrope", Arial, sans-serif; letter-spacing: -.045em; }
.confirmation-card > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); font-size: 17px; }
.confirmation-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }

.site-footer { padding: 75px 0 30px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr .7fr 1.25fr; gap: 5vw; align-items: start; padding-bottom: 60px; }
.footer-logo { height: 78px; }
.footer-top > p { color: rgba(255,255,255,.55); font-size: 12px; }
.footer-top nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-contact { color: rgba(255,255,255,.65); }
.footer-contact a { color: white; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 10px; }
.footer-bottom p { margin: 0; }
.socials { display: flex; gap: 25px; color: white; }
.mobile-call { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s, transform .7s; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 960px); }
  .site-nav { gap: 18px; }
  .site-nav .nav-phone { display: none; }
  .hero { min-height: 760px; }
  .service-card { grid-template-columns: 45px 90px 1fr 46px; gap: 24px; }
  .service-icon { width: 82px; }
  .approach-grid { gap: 7vw; }
  .about-grid, .quote-grid { gap: 6vw; }
  .quote-form { padding: 38px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); }
  .section { padding-block: 88px; }
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .brand-logo { height: 56px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 90px max(24px, calc((100vw - 720px) / 2)); background: var(--deep); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.button) { font: 400 34px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
  .site-nav .nav-phone { display: block; color: var(--accent); font-size: 22px!important; margin-top: 15px; }
  .site-nav .button { margin-top: 5px; }
  .hero { height: 850px; min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,15,11,.9), rgba(8,15,11,.36)), linear-gradient(0deg, rgba(8,15,11,.7), transparent 55%); }
  .hero h1 strong { font-size: clamp(50px, 9.6vw, 72px); }
  .intro { grid-template-columns: 36px 1fr; gap: 30px; }
  .intro-detail { grid-column: 2; padding-top: 5px; }
  .section-heading { grid-template-columns: 36px 1fr; gap: 30px; }
  .service-card { grid-template-columns: 40px 74px 1fr 40px; min-height: 200px; gap: 18px; }
  .service-icon { width: 70px; }
  .service-icon svg { width: 38px; }
  .approach-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .approach-sticky { position: static; margin-bottom: 55px; }
  .projects-heading { grid-template-columns: 1fr; gap: 25px; }
  .project-placeholder { min-height: 470px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px repeat(2, 300px); }
  .project-featured { grid-column: 1 / -1; grid-row: 1; }
  .project-slide { flex-basis: 62vw; height: 540px; }
  .project-slide-wide { flex-basis: 82vw; }
  .about-grid { gap: 70px; }
  .about-visual { min-height: 450px; }
  .quote-grid { gap: 60px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 66px; }
  .section { padding-block: 72px; }
  h2 { font-size: 39px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy small { font-size: 17px; }
  .brand-mark span { width: 19px; height: 31px; font-size: 11px; }
  .hero { height: 760px; min-height: 700px; }
  .hero-content { padding-top: 70px; justify-content: center; }
  .hero-title-kicker { margin-bottom: 8px; font-size: clamp(16px, 5vw, 20px); letter-spacing: .055em; }
  .hero h1 strong { font-size: clamp(40px, 11.5vw, 54px); line-height: 1.08; }
  .hero-sectors { gap: 8px; margin: -5px 0 26px; font-size: 11px; letter-spacing: .07em; }
  .hero-sectors span { font-size: 9px; letter-spacing: .11em; }
  .hero-actions { width: 100%; flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .ui-arrow { display: none; }
  .concept-note { bottom: 16px; max-width: 260px; }
  .intro, .section-heading { grid-template-columns: 1fr; }
  .intro .section-index, .section-heading .section-index { writing-mode: initial; transform: none; flex-direction: row; }
  .intro-detail { grid-column: 1; }
  .service-card { min-height: auto; grid-template-columns: 38px 1fr 38px; padding-block: 28px; }
  .service-card:hover { padding-inline: 10px; }
  .service-number { grid-row: 1; }
  .service-icon { grid-column: 2; grid-row: 1; width: 62px; }
  .service-text { grid-column: 2 / 4; grid-row: 2; }
  .service-text h3 { font-size: 32px; }
  .service-card > a { grid-column: 3; grid-row: 1; width: 38px; height: 38px; }
  .service-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .approach-sticky .section-index, .projects-heading .section-index, .about-copy .section-index, .quote-copy .section-index { float: none; margin: 0 0 35px; writing-mode: initial; transform: none; }
  .process-list li { min-height: 170px; grid-template-columns: 34px 1fr; gap: 18px; }
  .process-list h3 { font-size: 24px; }
  .project-placeholder { min-height: 390px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-item, .project-featured { grid-column: auto; grid-row: auto; height: 390px; }
  .project-featured { height: 480px; }
  .project-item figcaption { padding-inline: 18px; }
  .carousel-toolbar { margin-bottom: 14px; }
  .carousel-toolbar > p { font-size: 9px; }
  .project-track { gap: 10px; }
  .project-slide, .project-slide-wide { flex-basis: calc(100vw - 48px); height: 500px; }
  .project-slide-wide { height: 390px; }
  .carousel-button { width: 43px; height: 43px; }
  .project-art::before { inset: 13% 5% 27% 8%; }
  .project-art .roof { width: 78%; left: 10%; top: 8%; }
  .project-art .wall { width: 52%; left: 23%; top: 27%; height: 45%; }
  .project-art .window { width: 34%; left: 32%; top: 41%; }
  .project-caption { padding: 24px 20px; }
  .project-caption p { display: none; }
  .project-caption h3 { font-size: 23px; }
  .about-visual { min-height: 350px; }
  .brand-logo { height: 48px; }
  .footer-logo { height: 70px; }
  .commitments { grid-template-columns: 1fr; gap: 18px; }
  .quote-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .upload-grid { grid-template-columns: 1fr; }
  .quote-form .upload-field { min-height: 112px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .confirmation-header { height: 72px; }
  .confirmation-main { min-height: calc(100vh - 72px); padding-block: 56px; }
  .confirmation-card h1 { font-size: clamp(38px, 12vw, 52px); }
  .confirmation-actions { align-items: stretch; flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
  .confirmation-actions .text-link { width: fit-content; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 90; inset: auto 0 0; height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--accent); color: var(--ink); box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
  .mobile-call span { text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
  .mobile-call strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .project-carousel { overflow-x: auto; }
}
