:root {
  --ink: #171815;
  --ink-soft: #262722;
  --paper: #f4f1eb;
  --paper-warm: #ebe5db;
  --white: #fffdf9;
  --sand: #c8aa86;
  --sand-light: #dfcdb6;
  --olive: #596052;
  --line: rgba(23, 24, 21, 0.2);
  --wrap: min(1340px, calc(100vw - 80px));
  --header-h: 92px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(110px, 12vw, 190px) 0; }
.section--dark { color: var(--white); background: var(--ink); }

.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px;
  padding: 10px 16px; background: var(--white); color: var(--ink);
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 34px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2);
  transition: background .4s ease, color .4s ease, height .4s ease, border-color .4s ease;
}
.site-header.scrolled {
  height: 72px; color: var(--ink); background: rgba(244,241,235,.94);
  border-color: var(--line); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand__logo { width: 176px; height: auto; }
.site-header .brand__logo { filter: brightness(0) invert(1); transition: filter .35s ease; }
.site-header.scrolled .brand__logo,
.brand--footer .brand__logo { filter: none; }
body.menu-open .site-header .brand__logo { filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.6vw, 48px); }
.primary-nav a, .header-cta {
  position: relative; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .11em;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px;
  background: currentColor; transition: right .35s var(--ease);
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; padding: 12px 18px; border: 1px solid currentColor; transition: background .25s, color .25s; }
.header-cta:hover, .header-cta:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; color: var(--white); overflow: hidden; background: var(--ink); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); animation: heroSettle 2.2s var(--ease) 1.35s forwards; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.66) 0%, rgba(10,12,10,.2) 55%, rgba(10,12,10,.18) 100%), linear-gradient(0deg, rgba(10,12,10,.55) 0%, transparent 48%); }
.hero__content { position: relative; z-index: 2; min-height: 100svh; padding-top: calc(var(--header-h) + 10vh); padding-bottom: 7vh; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 26px; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .24em; }
.hero__eyebrow { opacity: .82; }
.hero h1 { margin: 0; font-size: clamp(62px, 10.7vw, 178px); line-height: .77; font-weight: 450; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1.hero-title--wide { font-size: clamp(52px, 7.2vw, 116px); line-height: .82; }
.hero h1 span { display: block; overflow: hidden; padding-bottom: .08em; }
.hero h1 span:last-child { margin-left: 9vw; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.92); }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: clamp(38px, 7vh, 92px); padding-left: 9vw; }
.hero__bottom > p { max-width: 460px; margin: 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.45; font-weight: 350; }
.round-link { width: 128px; height: 128px; flex: 0 0 auto; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; transition: background .35s, color .35s, transform .35s var(--ease); }
.round-link span { font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.round-link svg { position: absolute; right: 18px; bottom: 24px; width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.round-link:hover, .round-link:focus-visible { color: var(--ink); background: var(--white); transform: rotate(-5deg); }
.hero__place { position: absolute; z-index: 2; right: 34px; top: 50%; margin: 0; writing-mode: vertical-rl; font-size: 10px; text-transform: uppercase; letter-spacing: .24em; }
.hero__scroll { position: absolute; z-index: 2; bottom: 38px; left: 34px; display: flex; gap: 12px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.hero__scroll span { width: 46px; height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.hero__scroll span::after { content: ""; display: block; width: 100%; height: 100%; background: #fff; animation: scrollLine 2s ease-in-out infinite; }
@keyframes heroSettle { to { transform: scale(1); } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }

.manifesto { background: var(--paper); }
.manifesto__grid, .territory__grid, .contact__grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(40px, 7vw, 120px); }
.section-index { display: flex; gap: 18px; align-items: flex-start; padding-top: 10px; }
.section-index span { color: var(--sand); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.section-index p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .17em; }
.section-index--light p { color: rgba(255,255,255,.7); }
.display { margin: 0; max-width: 980px; font-size: clamp(48px, 7vw, 108px); line-height: .94; font-weight: 400; letter-spacing: -.055em; }
.display em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.manifesto__text { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 82px); max-width: 870px; margin: 72px 0 0 auto; }
.manifesto__text p { margin: 0; font-size: clamp(17px, 1.4vw, 21px); font-weight: 350; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(80px, 10vw, 150px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { display: flex; flex-direction: column; padding: 34px 4vw; border-right: 1px solid var(--line); }
.facts div:first-child { padding-left: 0; }
.facts div:last-child { border: 0; }
.facts strong { font-size: clamp(38px, 4vw, 64px); line-height: 1; font-weight: 350; letter-spacing: -.05em; }
.facts span { margin-top: 13px; color: #686960; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.projects { padding-top: 80px; background: var(--white); }
.projects__heading, .process__heading { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(40px, 7vw, 120px); margin-bottom: clamp(100px, 12vw, 180px); }
.project { min-height: min(820px, 88vh); display: grid; grid-template-columns: 58% 42%; align-items: stretch; }
.project--image-right { grid-template-columns: 42% 58%; }
.project--image-right .project__media { order: 2; }
.project__media { position: relative; margin: 0; overflow: hidden; background: #d8d4cc; }
.project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.project__media:hover img { transform: scale(1.025); }
.project__media figcaption { position: absolute; left: 20px; bottom: 17px; padding: 6px 9px; color: rgba(255,255,255,.82); background: rgba(23,24,21,.48); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }
.project__content { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.project--image-right .project__content { background: var(--paper-warm); }
.project__number { margin: 0 0 54px; color: var(--sand); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.project__content h3 { margin: 0; font-size: clamp(44px, 5vw, 78px); line-height: .95; font-weight: 400; letter-spacing: -.055em; }
.project__meta { margin: 17px 0 42px; color: #66675f; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.project__content > p:not([class]) { max-width: 530px; margin: 0; font-size: clamp(16px, 1.3vw, 20px); font-weight: 350; }
.project__tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 50px; }
.project__tags span { padding: 8px 11px; border: 1px solid var(--line); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.panorama { position: relative; height: min(900px, 88vh); color: var(--white); overflow: hidden; }
.panorama > img { width: 100%; height: 100%; object-fit: cover; }
.panorama__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,17,15,.6), transparent 58%); }
.panorama__quote { position: absolute; z-index: 2; left: 7vw; bottom: 9vh; max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4.2vw, 66px); line-height: 1.08; font-style: italic; }
.panorama__caption { position: absolute; z-index: 2; right: 34px; bottom: 36px; margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }

.realisations { background: var(--paper); }
.realisations__heading { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(40px, 7vw, 120px); margin-bottom: clamp(80px, 10vw, 150px); }
.realisations__intro { max-width: 730px; margin: 48px 0 0; color: #63655d; font-size: clamp(17px, 1.4vw, 21px); font-weight: 350; }
.realisation-feature { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 760px; margin-bottom: 18px; background: var(--paper-warm); }
.realisation-feature__media { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
.realisation-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.realisation-feature__media figcaption { position: absolute; left: 20px; bottom: 18px; padding: 7px 10px; color: var(--white); background: rgba(23,24,21,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); }
.realisation-feature__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.status-label { width: max-content; margin: 0 0 34px; padding: 8px 12px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.status-label--built { color: #4f5a46; background: rgba(89,96,82,.08); }
.realisation-feature__content .project__number { margin-bottom: 34px; }
.realisation-feature__content h3 { margin: 0; font-size: clamp(44px, 5.4vw, 82px); line-height: .94; font-weight: 400; letter-spacing: -.055em; }
.realisation-feature__content > p:not([class]) { max-width: 590px; margin: 42px 0 0; font-size: clamp(16px, 1.3vw, 20px); font-weight: 350; }
.realisation-feature__scope { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.realisation-feature__scope li { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.gallery-card { position: relative; height: clamp(320px, 34vw, 520px); margin: 0; padding: 0; color: var(--white); background: var(--ink); border: 0; overflow: hidden; cursor: zoom-in; text-align: left; }
.gallery-card--seven { grid-column: span 7; }
.gallery-card--five { grid-column: span 5; }
.gallery-card--full { grid-column: 1 / -1; height: clamp(420px, 57vw, 830px); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .45s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.025); filter: brightness(.9); }
.gallery-card__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,9,.62), transparent 48%); }
.gallery-card__caption { position: absolute; z-index: 2; inset: auto 26px 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.gallery-card__caption small { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.gallery-card__caption strong { font-size: clamp(24px, 2.8vw, 42px); line-height: 1; font-weight: 350; letter-spacing: -.04em; }
.gallery-card:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.gallery-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 24px; color: var(--white); background: rgba(13,14,12,.96); border: 0; }
.gallery-lightbox::backdrop { background: rgba(13,14,12,.9); }
.gallery-lightbox[open] { display: grid; grid-template-rows: auto 1fr auto; gap: 18px; }
.gallery-lightbox__close { justify-self: end; padding: 10px 0; color: var(--white); background: transparent; border: 0; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.gallery-lightbox__stage { min-height: 0; display: grid; place-items: center; overflow: hidden; }
.gallery-lightbox__stage img { width: 100%; height: 100%; object-fit: contain; }
.gallery-lightbox__caption { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.gallery-lightbox__caption small { color: var(--sand-light); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.gallery-lightbox__caption p { margin: 0; font-size: clamp(22px, 2.6vw, 40px); font-weight: 350; letter-spacing: -.035em; }

.team__grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(40px, 7vw, 120px); }
.team__intro .eyebrow { color: var(--sand-light); }
.team__intro .display { max-width: 1080px; }
.team__roles { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.2); }
.role { min-height: 280px; padding: 32px 34px 20px 0; border-right: 1px solid rgba(255,255,255,.2); }
.role + .role { padding-left: 34px; }
.role:last-child { border: 0; }
.role > span { color: var(--sand-light); font-size: 10px; letter-spacing: .16em; }
.role h3 { margin: 70px 0 22px; font-size: clamp(22px, 2vw, 30px); line-height: 1.1; font-weight: 450; letter-spacing: -.03em; }
.role p { max-width: 330px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }

.expertise { background: var(--paper); }
.expertise__grid, .faq__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: clamp(70px, 10vw, 160px); }
.expertise .section-index, .faq .section-index { margin-bottom: 90px; }
.expertise__lead { max-width: 510px; margin: 48px 0 0; color: #66675f; font-size: 18px; }
.service-list { border-top: 1px solid var(--line); }
.service-list details { border-bottom: 1px solid var(--line); }
.service-list summary { list-style: none; cursor: pointer; position: relative; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 18px; padding: 28px 4px; font-size: clamp(18px, 1.55vw, 24px); font-weight: 450; }
.service-list summary::-webkit-details-marker { display: none; }
.service-list summary span { color: var(--sand); font-size: 10px; letter-spacing: .15em; }
.service-list summary i { position: relative; width: 18px; height: 18px; }
.service-list summary i::before, .service-list summary i::after { content: ""; position: absolute; inset: 8px 0 auto; height: 1px; background: currentColor; transition: transform .3s ease; }
.service-list summary i::after { transform: rotate(90deg); }
.service-list details[open] summary i::after { transform: rotate(0); }
.service-list details > p { max-width: 560px; margin: -8px 46px 28px 64px; color: #67685f; font-size: 15px; }
.expertise__link { display: inline-block; margin: -8px 46px 28px 64px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.home-seo__grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(40px, 7vw, 120px); }
.home-seo__copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px clamp(34px, 6vw, 90px); max-width: 1050px; margin: 70px 0 0 auto; }
.home-seo__copy p { margin: 0; color: rgba(255,255,255,.7); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.68; }
.home-seo__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.home-seo__links a { min-height: 92px; padding: 22px; display: flex; align-items: flex-end; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-size: 11px; font-weight: 650; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; transition: color .25s ease, background .25s ease; }
.home-seo__links a:hover,
.home-seo__links a:focus-visible { color: var(--ink); background: var(--white); }

.process { background: var(--paper-warm); }
.process__steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process__steps li { position: relative; min-height: 300px; padding: 29px 28px; border-right: 1px solid var(--line); }
.process__steps li:last-child { border: 0; }
.process__steps li > span { color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.process__steps h3 { margin: 110px 0 18px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.process__steps p { margin: 0; color: #65675f; font-size: 13px; }

.territory { background: var(--white); }
.territory__copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); max-width: 900px; margin: 72px 0 0 auto; }
.territory__copy p { margin: 0; font-size: clamp(16px, 1.35vw, 20px); font-weight: 350; }
.territory__places { display: flex; flex-wrap: wrap; gap: 0; margin: 80px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.territory__places li { flex: 1 0 30%; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }

.faq { background: var(--paper); }
.faq__grid { align-items: start; }
.faq .service-list summary { grid-template-columns: 1fr 24px; }
.faq .service-list details > p { margin-left: 4px; }

.contact { padding-bottom: 130px; }
.contact__content .eyebrow { color: var(--sand-light); }
.contact__lead { max-width: 650px; margin: 54px 0 75px; color: rgba(255,255,255,.65); font-size: clamp(17px, 1.4vw, 21px); }
.contact__mail { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); font-size: clamp(30px, 5vw, 72px); line-height: 1; font-weight: 350; letter-spacing: -.04em; }
.contact__mail svg { width: 54px; fill: none; stroke: currentColor; stroke-width: .8; transition: transform .35s var(--ease); }
.contact__mail:hover svg, .contact__mail:focus-visible svg { transform: translateX(12px); }
.contact__email { margin: 24px 0 0; color: var(--sand-light); font-size: 12px; letter-spacing: .08em; }

.site-footer { padding: 62px 0 28px; color: var(--ink); background: var(--sand-light); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 40px; padding-bottom: 65px; }
.site-footer__top > p { margin: 0; color: #4d4e48; font-size: 13px; }
.footer-up { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(23,24,21,.28); }
.site-footer__bottom p, .site-footer__bottom a { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.floating-cta { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 22px; padding: 17px 21px; color: var(--white); background: var(--ink); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.floating-cta span { font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .13em; }
.floating-cta svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .3s var(--ease); }
.floating-cta:hover svg, .floating-cta:focus-visible svg { transform: translateX(5px); }

.reveal { opacity: 1; transform: none; }
.reveal-media { clip-path: none; }

@media (max-width: 1100px) {
  :root { --wrap: min(100% - 48px, 960px); }
  .site-header { isolation: isolate; grid-template-columns: 1fr auto; padding-inline: 24px; }
  .site-header > .brand,
  .site-header > .menu-toggle { position: relative; z-index: 2; }
  .header-cta { display: none; }
  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5vh;
    padding: calc(var(--header-h) + 32px + env(safe-area-inset-top)) 10vw calc(42px + env(safe-area-inset-bottom));
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    transform: translateY(-12px);
    transition: opacity .35s ease, transform .5s var(--ease), visibility 0s linear .5s;
  }
  .primary-nav a { font-size: clamp(28px, 6vw, 54px); line-height: 1; font-weight: 350; text-transform: none; letter-spacing: -.03em; }
  .primary-nav a::after { bottom: -10px; }
  body.menu-open .primary-nav { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled {
    height: var(--header-h);
    color: var(--white);
    background: transparent;
    border-color: rgba(255,255,255,.18);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  body.menu-open .floating-cta { opacity: 0; visibility: hidden; pointer-events: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 13px; justify-self: end; padding: 10px 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle__label { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
  .menu-toggle__icon { position: relative; width: 25px; height: 14px; }
  .menu-toggle__icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .3s ease, top .3s ease; }
  .menu-toggle__icon i:first-child { top: 3px; }
  .menu-toggle__icon i:last-child { top: 11px; }
  body.menu-open .menu-toggle__icon i:first-child { top: 7px; transform: rotate(45deg); }
  body.menu-open .menu-toggle__icon i:last-child { top: 7px; transform: rotate(-45deg); }
  .project { min-height: 680px; grid-template-columns: 56% 44%; }
  .project--image-right { grid-template-columns: 44% 56%; }
  .project__content { padding: 55px; }
  .realisation-feature { grid-template-columns: 48% 52%; }
  .realisation-feature__content { padding: 58px; }
  .team__roles { grid-template-columns: 1fr; }
  .role { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .role + .role { padding-left: 0; }
  .role h3 { margin-top: 38px; }
  .process__steps { grid-template-columns: repeat(3, 1fr); }
  .process__steps li { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --wrap: calc(100% - 36px); --header-h: 72px; }
  .section { padding: 92px 0; }
  .site-header { height: 72px; padding-inline: 18px; }
  .site-header.scrolled { height: 64px; }
  .brand__logo { width: 154px; }
  .hero__content { justify-content: flex-end; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(54px, 18vw, 84px); line-height: .82; }
  .hero h1.hero-title--wide { font-size: clamp(34px, 10.5vw, 52px); line-height: .88; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero__bottom { display: block; position: relative; margin-top: 32px; padding: 0 100px 0 0; }
  .hero__bottom > p { max-width: none; font-size: 16px; }
  .round-link { width: 92px; height: 92px; position: absolute; top: 18px; right: -6px; bottom: auto; }
  .round-link span { font-size: 8px; }
  .round-link svg { right: 12px; bottom: 17px; width: 15px; }
  .hero__place { display: none; }
  .hero__scroll { left: 18px; bottom: 26px; }
  .manifesto__grid, .territory__grid, .contact__grid, .projects__heading, .process__heading, .team__grid, .expertise__grid, .faq__grid, .realisations__heading, .home-seo__grid { grid-template-columns: 1fr; gap: 50px; }
  .section-index { padding: 0; }
  .display { font-size: clamp(42px, 13vw, 66px); }
  .manifesto__text, .territory__copy { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .facts { grid-template-columns: 1fr; margin-top: 72px; }
  .facts div { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts div:last-child { border-bottom: 0; }
  .projects { padding-top: 82px; }
  .projects__heading, .process__heading { margin-bottom: 75px; }
  .project, .project--image-right { display: flex; min-height: 0; flex-direction: column; }
  .project--image-right .project__media { order: 0; }
  .project__media { height: 62vw; min-height: 330px; }
  .project__content { padding: 56px 18px 74px; }
  .project__number { margin-bottom: 36px; }
  .project__content h3 { font-size: 48px; }
  .project__tags { margin-top: 36px; }
  .panorama { height: 70vh; min-height: 560px; }
  .panorama__quote { left: 18px; right: 18px; bottom: 85px; font-size: 34px; }
  .panorama__caption { right: auto; left: 18px; bottom: 30px; }
  .realisations__heading { margin-bottom: 68px; }
  .realisation-feature { width: 100%; grid-template-columns: 1fr; }
  .realisation-feature__media { min-height: 620px; }
  .realisation-feature__content { padding: 62px 18px 74px; }
  .realisation-feature__scope { grid-template-columns: 1fr; }
  .gallery { width: 100%; grid-template-columns: 1fr; gap: 8px; }
  .gallery-card--seven, .gallery-card--five, .gallery-card--full { grid-column: 1; height: 64vw; min-height: 330px; }
  .gallery-card__caption { inset: auto 18px 18px; display: block; }
  .gallery-card__caption small { display: block; margin-bottom: 8px; }
  .gallery-lightbox { padding: 18px; }
  .gallery-lightbox__caption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .team__roles { grid-column: 1; margin-top: 10px; }
  .expertise .section-index, .faq .section-index { margin-bottom: 46px; }
  .service-list summary { grid-template-columns: 28px 1fr 22px; gap: 12px; padding: 24px 2px; font-size: 18px; }
  .service-list details > p { margin: -2px 30px 24px 42px; }
  .expertise__link { margin: -2px 30px 24px 42px; }
  .faq .service-list summary { grid-template-columns: 1fr 22px; }
  .faq .service-list details > p { margin-left: 2px; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps li { min-height: 0; padding: 27px 2px 34px; border-right: 0; }
  .process__steps h3 { margin: 42px 0 13px; }
  .territory__places { margin-top: 58px; }
  .territory__places li { flex-basis: 50%; padding: 18px 13px; font-size: 9px; }
  .home-seo__copy { grid-template-columns: 1fr; margin-top: 48px; }
  .home-seo__links { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 50px; }
  .contact__lead { margin: 40px 0 58px; }
  .contact__mail { font-size: 34px; }
  .contact__mail svg { width: 34px; }
  .site-footer { padding-bottom: 92px; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .floating-cta { right: 12px; bottom: 12px; left: 12px; justify-content: space-between; }
}

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