section[id] { scroll-margin-top: 84px; }

.section { padding: clamp(100px, 10vw, 168px) 0; }
.section-kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.section-kicker::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.section-kicker--light { color: var(--gold-light); }
.section-heading h2, .faq__intro h1, .faq__intro h2, .location__content h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.4vw, 66px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.35;
}
.section-heading h2 em, .faq__intro h1 em, .faq__intro h2 em, .location__content h2 em {
  color: var(--gold);
  font-style: normal;
}
.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.64fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 78px;
}
.section-heading__copy {
  margin: 0 0 8px;
  color: rgba(22, 26, 23, 0.64);
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
.section-heading--center {
  max-width: 850px;
  margin: 0 auto 74px;
  text-align: center;
}
.section-heading--center .section-kicker { justify-content: center; }
.section-heading--center > p:last-child {
  max-width: 650px;
  margin: 27px auto 0;
  color: rgba(22, 26, 23, 0.6);
  font-size: 15px;
  line-height: 1.9;
}
.line-button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 0 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 600;
}
.line-button span { transition: transform 180ms ease; }
.line-button:hover span { transform: translate(4px, -4px); }

/* Scrolling header and mobile navigation */
.site-header {
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}
.site-header.is-scrolled {
  position: sticky;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 40px rgba(22, 26, 23, 0.08);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled .site-header__inner { min-height: 76px; }
.site-header.is-scrolled .brand__mark { border-color: rgba(22, 26, 23, 0.4); }
.site-header.is-scrolled .header-cta { color: var(--white); background: var(--forest); }
.site-header.is-scrolled .desktop-nav a { padding-block: 26px; }
.site-header.is-scrolled .desktop-nav a::after { bottom: 19px; background: var(--gold); }
.mobile-menu {
  position: fixed;
  z-index: 19;
  inset: 0;
  display: grid;
  visibility: hidden;
  grid-template-columns: 1fr 0.58fr;
  gap: 80px;
  align-items: end;
  padding: 150px max(28px, calc((100vw - 1480px) / 2)) 70px;
  color: var(--white);
  background: var(--forest);
  opacity: 0;
  transform: translateY(-20px);
  transition: visibility 0s linear 320ms, opacity 260ms ease, transform 320ms ease;
}
.site-header.menu-open { position: fixed; color: var(--white); background: var(--forest); border-bottom-color: rgba(255,255,255,.18); }
.site-header.menu-open + .mobile-menu { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.site-header.menu-open .brand__mark { border-color: rgba(255,255,255,.5); }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a {
  display: flex;
  gap: 24px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-family: var(--serif);
  font-size: clamp(28px, 5vw, 52px);
}
.mobile-menu nav a span { color: var(--gold-light); font-family: var(--latin); font-size: 12px; }
.mobile-menu__contact { padding-bottom: 8px; }
.mobile-menu__contact p { color: var(--gold-light); font-size: 12px; letter-spacing: .14em; }
.mobile-menu__contact strong { display: block; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 400; line-height: 1.9; }
body.menu-is-open { overflow: hidden; }

/* About */
.about { overflow: hidden; background: var(--paper); }
.about__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .62fr); gap: clamp(55px, 7vw, 112px); align-items: stretch; }
.about__visual { position: relative; height: 700px; margin: 0; overflow: hidden; }
.about__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(18, 22, 19, .62));
  content: "";
}
.about__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 900ms cubic-bezier(.22,1,.36,1); }
.about__visual:hover img { transform: scale(1.025); }
.about__visual figcaption {
  position: absolute;
  right: 30px;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.78);
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .18em;
}
.about__principles { display: flex; flex-direction: column; justify-content: center; }
.about__principles article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.about__principles article > span { color: var(--gold); font-family: var(--latin); font-size: 13px; font-weight: 600; }
.about__principles h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.04em; }
.about__principles p { margin: 0; color: rgba(22,26,23,.58); font-size: 14px; font-weight: 300; line-height: 1.85; }
.about__principles .line-button { margin-top: 20px; }

/* Portfolio */
.portfolio { color: var(--white); background: #151915; }
.section-heading--portfolio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .45fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 68px;
}
.section-heading--portfolio h2 em { color: var(--gold-light); }
.section-heading--portfolio > div:last-child > p { margin: 0 0 23px; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.85; }
.text-link--gold { display: inline-flex; color: var(--gold-light); border-color: rgba(219,195,158,.5); }
.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 520px 350px;
  gap: 22px;
}
.project-card { position: relative; display: block; overflow: hidden; background: #252b26; }
.project-card--wide { grid-area: 1 / 1 / 2 / 8; }
.project-card--tall { grid-area: 1 / 8 / 3 / 13; }
.project-card--square { grid-area: 2 / 1 / 3 / 5; }
.project-card--landscape { grid-area: 2 / 5 / 3 / 8; }
.project-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,10,8,.08) 30%, rgba(7,10,8,.88));
  content: "";
  transition: background 380ms ease;
}
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.22,1,.36,1), filter 500ms ease; }
.project-card:hover img { transform: scale(1.035); filter: saturate(.82); }
.project-card__index, .project-card__meta, .project-card__title, .project-card__arrow { position: absolute; z-index: 2; }
.project-card__index { top: 22px; left: 23px; color: rgba(255,255,255,.75); font-family: var(--latin); font-size: 13px; }
.project-card__meta { right: 22px; bottom: 24px; color: var(--gold-light); font-family: var(--latin); font-size: 10px; letter-spacing: .14em; writing-mode: vertical-rl; }
.project-card__title { right: 62px; bottom: 24px; left: 24px; font-family: var(--serif); font-size: clamp(20px, 2vw, 31px); font-weight: 700; letter-spacing: -.035em; }
.project-card__title small { display: block; margin-top: 7px; color: rgba(255,255,255,.65); font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: 0; }
.project-card__arrow {
  top: 19px;
  right: 19px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.project-card:hover .project-card__arrow { color: var(--ink); background: var(--gold-light); transform: rotate(8deg); }

/* Process */
.process { background: var(--cream); }
.process__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 58px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process__list li {
  position: relative;
  display: grid;
  min-height: 178px;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  align-items: start;
  padding: 34px 12px 34px 0;
  border-bottom: 1px solid var(--line);
}
.process__list li > span { color: var(--gold); font-family: var(--latin); font-size: 15px; font-weight: 600; }
.process__list h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.process__list p { max-width: 470px; margin: 0; color: rgba(22,26,23,.58); font-size: 13px; line-height: 1.85; }
.process__list small { position: absolute; top: 35px; right: 10px; color: var(--gold); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.process__note { margin: 22px 0 0; color: rgba(22,26,23,.48); font-size: 11px; }
.process__more { max-width: 360px; margin-top: 30px; }

/* FAQ */
.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: minmax(280px, .52fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 170px); align-items: start; }
.faq__intro { position: sticky; top: 125px; }
.faq__intro > p:not(.section-kicker) { max-width: 330px; margin: 25px 0 30px; color: rgba(22,26,23,.56); font-size: 14px; line-height: 1.8; }
.faq__intro .line-button { max-width: 300px; }
.faq__list { border-top: 1px solid var(--ink); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary {
  display: grid;
  min-height: 96px;
  grid-template-columns: 42px 1fr 28px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { color: var(--gold); font-family: var(--latin); font-size: 12px; }
.faq__list summary i { position: relative; display: block; width: 18px; height: 18px; }
.faq__list summary i::before, .faq__list summary i::after { position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; background: var(--ink); content: ""; transition: transform 180ms ease; }
.faq__list summary i::after { transform: rotate(90deg); }
.faq__list details[open] summary i::after { transform: rotate(0); }
.faq__list details > p { margin: -7px 50px 0 60px; padding: 0 0 29px; color: rgba(22,26,23,.58); font-size: 13px; line-height: 1.9; }

/* Location */
.location { padding: clamp(90px, 9vw, 145px) 0; background: var(--cream); }
.location__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr); gap: clamp(60px, 8vw, 125px); align-items: center; }
.location__map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background-color: #d9d5ca;
  background-image: linear-gradient(rgba(22,26,23,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(22,26,23,.07) 1px, transparent 1px);
  background-size: 44px 44px;
}
.location__map::before, .location__map::after {
  position: absolute;
  width: 120%;
  height: 80px;
  background: #efede7;
  border: 1px solid rgba(22,26,23,.08);
  content: "";
  transform: rotate(-21deg);
}
.location__map::before { top: 120px; left: -80px; }
.location__map::after { right: -100px; bottom: 100px; transform: rotate(31deg); }
.location__roads i { position: absolute; z-index: 1; background: rgba(255,255,255,.72); border: 1px solid rgba(22,26,23,.09); }
.location__roads i:nth-child(1) { top: -50px; left: 23%; width: 50px; height: 120%; transform: rotate(9deg); }
.location__roads i:nth-child(2) { top: 45%; left: -10%; width: 120%; height: 38px; transform: rotate(4deg); }
.location__roads i:nth-child(3) { right: 18%; bottom: -10%; width: 38px; height: 80%; transform: rotate(-16deg); }
.location__roads i:nth-child(4) { top: 10%; right: -10%; width: 70%; height: 32px; transform: rotate(-8deg); }
.location__pin {
  position: absolute;
  top: 47%;
  left: 51%;
  z-index: 3;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  padding: 24px 10px;
  color: var(--white);
  background: var(--forest);
  border-radius: 50% 50% 50% 8px;
  box-shadow: 0 20px 45px rgba(22,26,23,.25);
  text-align: center;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.location__pin > * { transform: rotate(45deg); }
.location__pin span { color: var(--gold-light); font-family: var(--latin); font-size: 24px; }
.location__pin strong { margin-top: -23px; font-family: var(--serif); font-size: 17px; }
.location__pin small { margin-top: -35px; color: rgba(255,255,255,.58); font-size: 9px; }
.location__map > p { position: absolute; right: 22px; bottom: 18px; z-index: 3; margin: 0; color: rgba(22,26,23,.55); font-family: var(--latin); font-size: 10px; letter-spacing: .1em; text-align: right; }
.location__content h2 { font-size: clamp(40px, 4.4vw, 64px); }
.location__lead { margin: 26px 0 35px; color: rgba(22,26,23,.58); font-size: 14px; line-height: 1.9; }
.location__content dl { margin: 0; border-top: 1px solid var(--line); }
.location__content dl div { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.location__content dt { color: var(--gold); font-family: var(--latin); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.location__content dd { margin: 0; font-size: 13px; line-height: 1.75; }
.location__actions { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: end; margin-top: 34px; }
.button--dark { min-width: 0; color: var(--white); background: var(--forest); }
.button--dark:hover { background: var(--ink); }

/* Footer and fixed consultation */
.site-footer { padding: 0 0 28px; color: rgba(255,255,255,.75); background: #0f2332; }
.footer-sitemap { display: grid; grid-template-columns: minmax(270px, 1.35fr) repeat(3, minmax(145px, .72fr)); gap: clamp(35px, 5vw, 78px); padding-block: 68px 62px; }
.brand--footer { color: var(--white); }
.footer-brand > p { max-width: 350px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.9; }
.footer-brand > p b { display: block; margin-bottom: 7px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 650; letter-spacing: .03em; }
.footer-contact { margin-top: 22px; }
.footer-contact > a { display: block; width: max-content; margin: 5px 0; color: var(--white); font-family: var(--latin); font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.footer-contact > a:nth-child(2) { color: rgba(255,255,255,.65); font-size: 15px; }
.footer-contact address { max-width: 310px; margin-top: 16px; color: rgba(255,255,255,.4); font-size: 10px; font-style: normal; line-height: 1.8; }
.footer-consult { display: flex; width: min(100%, 250px); min-height: 45px; align-items: center; justify-content: space-between; margin-top: 22px; padding: 0 15px; color: var(--white); background: #0b6faf; font-size: 10px; font-weight: 600; transition: background 180ms ease; }
.footer-consult:hover { background: #0782ca; }
.footer-label { margin: 3px 0 25px; color: #78c9f4; font-family: var(--latin); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.footer-nav-group a { display: block; width: max-content; max-width: 100%; margin: 15px 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; transition: color 160ms ease, transform 160ms ease; }
.footer-nav-group a:hover { color: var(--white); transform: translateX(3px); }
.footer-nav-group i { display: inline-grid; width: 15px; height: 15px; margin-left: 4px; place-items: center; color: var(--white); background: #e94f43; border-radius: 3px; font-family: Arial, sans-serif; font-size: 7px; font-style: normal; vertical-align: 1px; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; color: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.12); font-family: var(--latin); font-size: 9px; letter-spacing: .04em; }
.site-footer__bottom p { margin: 0; }
.footer-admin-link { padding: 5px 0; color: rgba(255,255,255,.28); font-size: 8px; letter-spacing: .13em; transition: color 160ms ease; }
.footer-admin-link:hover, .footer-admin-link:focus-visible { color: rgba(255,255,255,.78); }
.mobile-quickbar { display: none; }

/* Scroll reveal */
.js .reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity 750ms cubic-bezier(.22,1,.36,1), transform 750ms cubic-bezier(.22,1,.36,1); }
.js .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .about__grid { grid-template-columns: 1fr .75fr; gap: 55px; }
  .about__visual { height: 620px; }
  .footer-sitemap { gap: 35px; }
}

@media (max-width: 900px) {
  .section-heading--split, .section-heading--portfolio { grid-template-columns: 1fr; gap: 30px; margin-bottom: 55px; }
  .section-heading__copy { max-width: 600px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { height: min(78vw, 640px); }
  .about__principles { display: grid; grid-template-columns: 1fr 1fr; }
  .about__principles article:nth-child(3), .about__principles .line-button { grid-column: 1 / -1; }
  .about__principles article { padding-right: 25px; }
  .portfolio__grid { grid-template-rows: 430px 310px; }
  .process__list { gap: 0 30px; }
  .faq__grid { grid-template-columns: 1fr; gap: 60px; }
  .faq__intro { position: static; }
  .location__grid { grid-template-columns: 1fr; }
  .location__map { min-height: 540px; }
  .footer-sitemap { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 0 50px; }
  .footer-brand > p, .footer-contact, .footer-consult { grid-column: 2; }
  .footer-brand > p { grid-row: 1; margin-top: 0; }
  .footer-contact { grid-row: 2 / span 2; }
  .brand--footer { grid-row: 1 / span 3; align-self: start; }
}

@media (max-width: 760px) {
  .section { padding-block: 95px; }
  .section-heading h2, .faq__intro h2, .location__content h2 { font-size: clamp(35px, 9.7vw, 50px); }
  .mobile-menu { grid-template-columns: 1fr; gap: 36px; align-content: start; overflow-y: auto; padding: 110px 28px 45px; }
  .mobile-menu__contact { display: block; margin-top: auto; }
  .mobile-menu__contact p { margin: 0; }
  .mobile-menu__contact strong { margin-top: 12px; font-size: 13px; }
  .about__principles { grid-template-columns: 1fr; }
  .about__principles article:nth-child(3), .about__principles .line-button { grid-column: auto; }
  .portfolio__grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .project-card, .project-card--wide, .project-card--tall, .project-card--square, .project-card--landscape { grid-area: auto; height: 68vw; min-height: 330px; }
  .project-card--tall { height: 90vw; }
  .section-heading--portfolio > div:last-child { max-width: 520px; }
  .process__list { grid-template-columns: 1fr; }
  .process__list li { min-height: 150px; }
  .location__grid { width: 100%; gap: 55px; }
  .location__map { min-height: 480px; }
  .location__content { padding-inline: 18px; }
  .site-footer { padding-bottom: calc(98px + env(safe-area-inset-bottom)); }
  .footer-sitemap { grid-template-columns: repeat(2, 1fr); gap: 46px 28px; padding-block: 52px; }
  .footer-brand { grid-column: 1 / -1; display: block; }
  .footer-brand > p { margin-top: 24px; }
  .footer-nav-group--consult { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .footer-nav-group--consult .footer-label { grid-column: 1 / -1; }
  .site-footer__bottom { display: flex; gap: 12px; }
  .footer-admin-link { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 8px; }
  .mobile-quickbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 18;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    color: var(--white);
    box-shadow: 0 -8px 30px rgba(22,26,23,.18);
  }
  .mobile-quickbar a { display: flex; gap: 8px; align-items: center; justify-content: center; background: var(--ink); font-size: 13px; font-weight: 600; }
  .mobile-quickbar a:last-child { color: var(--white); background: var(--gold); }
  .consult-form-page .mobile-quickbar { display: none; }
  .consult-form-page .site-footer { padding-bottom: 28px; }
  .footer-nav-group a { display: flex; min-height: 44px; align-items: center; margin-block: 0; }
}

@media (max-width: 520px) {
  .section { padding-block: 80px; }
  .section-kicker { margin-bottom: 16px; font-size: 10px; }
  .section-heading--split, .section-heading--portfolio { margin-bottom: 42px; }
  .about__visual { height: 116vw; max-height: 570px; }
  .about__visual figcaption { right: 17px; left: 17px; font-size: 8px; }
  .about__principles article { grid-template-columns: 36px 1fr; gap: 13px; padding-block: 24px; padding-right: 0; }
  .about__principles h3 { font-size: 19px; }
  .about__principles p { font-size: 12px; }
  .project-card, .project-card--wide, .project-card--square, .project-card--landscape { height: 82vw; min-height: 300px; }
  .project-card--tall { height: 116vw; }
  .project-card__meta { display: none; }
  .project-card__title { right: 24px; }
  .process__list li { grid-template-columns: 42px 1fr; gap: 13px; }
  .process__list h3 { font-size: 20px; }
  .faq__list summary { min-height: 84px; grid-template-columns: 30px 1fr 20px; gap: 10px; font-size: 17px; }
  .faq__list details > p { margin-inline: 40px 10px; font-size: 12px; }
  .location__map { min-height: 400px; }
  .location__pin { width: 125px; height: 125px; }
  .location__content dl div { grid-template-columns: 75px 1fr; gap: 14px; }
  .location__actions { grid-template-columns: 1fr; }
  .footer-sitemap { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal-on-scroll { opacity: 1; transform: none; }
}
