@charset "UTF-8";

/* Contact page v2 — editorial contact hub + location map */
.contact-page {
  background: #fff;
}

.contact-page main {
  padding-top: 0;
  overflow: hidden;
}

.contact-page .global-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.contact-page .mobile-menu__primary a[aria-current="page"] {
  background: rgba(255, 255, 255, .82);
}

.contact-page-hero__image {
  object-position: center 48%;
}

.contact-page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(18, 16, 14, .76) 0%, rgba(18, 16, 14, .45) 45%, rgba(18, 16, 14, .15) 78%, rgba(18, 16, 14, .24) 100%),
    linear-gradient(0deg, rgba(14, 12, 10, .48) 0%, transparent 52%);
}

/* Shared editorial section headings */
.contact-entry__heading,
.contact-location__heading {
  min-height: clamp(142px, 11vw, 184px);
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(280px, 1fr) minmax(260px, 1fr);
  align-items: center;
  gap: 36px;
}

.contact-entry__eyebrow,
.contact-location__eyebrow,
.contact-brief__eyebrow,
.contact-response-v2__heading > p,
.contact-location__office,
.contact-location__network > p,
.contact-route__copy small,
.contact-entry__visual figcaption span,
.contact-brief__visual figcaption span {
  margin: 0;
  color: #98918b;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .18em;
}

.contact-entry__heading h2,
.contact-location__heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.contact-entry__heading > p:last-child,
.contact-location__heading > p:last-child {
  max-width: 420px;
  margin: 0 0 0 auto;
  color: #716b65;
  font-size: 12px;
  line-height: 1.9;
}

/* Inquiry routes */
.contact-entry {
  padding-bottom: clamp(88px, 8vw, 132px);
}

.contact-entry__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, .86fr);
  gap: clamp(34px, 4.5vw, 72px);
  align-items: stretch;
}

.contact-entry__visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #efedea;
}

.contact-entry__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 15, 13, .55), transparent 46%);
  pointer-events: none;
}

.contact-entry__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

.contact-entry__visual:hover img {
  transform: scale(1.025);
}

.contact-entry__visual figcaption {
  position: absolute;
  left: clamp(24px, 3vw, 48px);
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(24px, 3vw, 44px);
  z-index: 1;
  color: #fff;
}

.contact-entry__visual figcaption span {
  color: rgba(255, 255, 255, .62);
}

.contact-entry__visual figcaption p {
  max-width: 520px;
  margin: 12px 0 0;
  font-size: clamp(21px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.45;
}

.contact-entry__routes {
  display: grid;
  align-content: stretch;
  border-top: 1px solid var(--line);
}

.contact-route {
  position: relative;
  min-height: 148px;
  padding: 24px 6px 24px 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  transition: padding .32s cubic-bezier(.22, .61, .36, 1), background-color .28s ease;
}

.contact-route::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f7f5f2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s cubic-bezier(.22, .61, .36, 1);
}

.contact-route:hover,
.contact-route:focus-visible {
  padding-left: 20px;
}

.contact-route:hover::before,
.contact-route:focus-visible::before {
  transform: scaleX(1);
}

.contact-route:focus-visible {
  outline: 1px solid var(--text);
  outline-offset: -1px;
}

.contact-route__number {
  color: #aaa39c;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: .14em;
}

.contact-route__copy {
  display: grid;
  gap: 5px;
}

.contact-route__copy strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-route__copy em {
  color: #78726c;
  font-size: 12px;
  font-style: normal;
  line-height: 1.75;
}

.contact-route__arrow {
  color: #aaa39c;
  font-size: 18px;
  transition: transform .3s ease, color .3s ease;
}

.contact-route:hover .contact-route__arrow,
.contact-route:focus-visible .contact-route__arrow {
  color: #326f79;
  transform: translateX(5px);
}

/* Map / office stage */
.contact-location {
  padding: 0 0 clamp(94px, 9vw, 144px);
  background: #f4f2ef;
}

.contact-location__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(360px, .54fr);
  min-height: 650px;
  background: #eae7e2;
  box-shadow: 0 24px 68px rgba(38, 33, 28, .08);
}

.contact-map {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #e5e2dd;
}

.contact-map__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #958f87;
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), transparent 60%),
    #e7e4df;
}

.contact-map__fallback svg {
  width: 100%;
  height: 100%;
  opacity: .62;
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(.88) brightness(1.06);
  mix-blend-mode: multiply;
}

.contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(50, 45, 40, .05);
}

.contact-map__toolbar {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
  display: inline-flex;
  padding: 5px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(40, 35, 30, .09);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.contact-map__tab {
  min-width: 96px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #6e6862;
  font-size: 12px;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease;
}

.contact-map__tab span {
  color: #aaa39c;
  font-family: var(--font-en);
  font-size: 8px;
}

.contact-map__tab.is-active {
  background: #232323;
  color: #fff;
}

.contact-map__tab.is-active span {
  color: rgba(255, 255, 255, .58);
}

.contact-map__tab:focus-visible {
  outline: 1px solid #232323;
  outline-offset: 2px;
}

.contact-location__panel {
  position: relative;
  z-index: 2;
  padding: clamp(44px, 4vw, 70px) clamp(34px, 3.5vw, 58px);
  display: flex;
  flex-direction: column;
  background: #fff;
}

.contact-location__city {
  margin: 26px 0 0;
  color: #c4beb7;
  font-family: var(--font-en);
  font-size: clamp(42px, 4.2vw, 72px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.04em;
}

.contact-location__panel h3 {
  margin: 34px 0 0;
  color: var(--text);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 600;
  line-height: 1.4;
}

.contact-location__panel address {
  margin-top: 18px;
  color: #68625c;
  font-size: 13px;
  font-style: normal;
  line-height: 1.9;
}

.contact-location__map-link {
  width: 100%;
  min-height: 48px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #55504b;
  border-bottom: 1px solid #c9c4be;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: color .25s ease, border-color .25s ease;
}

.contact-location__map-link:hover,
.contact-location__map-link:focus-visible {
  color: #326f79;
  border-color: #86adb3;
}

.contact-location__map-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.contact-location__details {
  margin: 34px 0 0;
  display: grid;
  gap: 18px;
}

.contact-location__details div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-location__details dt {
  color: #a39c95;
  font-family: var(--font-en);
  font-size: 8px;
  letter-spacing: .16em;
}

.contact-location__details dd {
  margin: 7px 0 0;
  color: #5f5953;
  font-size: 12px;
  line-height: 1.7;
}

.contact-location__details a {
  color: inherit;
}

.contact-location__network {
  margin-top: auto;
  padding-top: 42px;
}

.contact-location__network > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.contact-location__network span {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dedad5;
  color: #706a64;
  font-size: 10px;
}

/* Project brief */
.contact-brief {
  padding: clamp(100px, 9vw, 148px) 0;
}

.contact-brief__layout {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: center;
}

.contact-brief__content h2 {
  margin: 12px 0 0;
  max-width: 680px;
  color: var(--text);
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 600;
  line-height: 1.4;
}

.contact-brief__lead {
  max-width: 630px;
  margin: 20px 0 0;
  color: #6d6761;
  font-size: 13px;
  line-height: 1.95;
}

.contact-brief__list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.contact-brief__list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.contact-brief__list li > span {
  color: #aaa39c;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: .14em;
}

.contact-brief__list strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
}

.contact-brief__list p {
  margin: 7px 0 0;
  color: #77716b;
  font-size: 12px;
  line-height: 1.8;
}

.contact-brief__visual {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #efede9;
}

.contact-brief__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 15, 13, .52), transparent 42%);
}

.contact-brief__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-brief__visual figcaption {
  position: absolute;
  left: clamp(24px, 3vw, 44px);
  right: clamp(24px, 3vw, 44px);
  bottom: clamp(24px, 3vw, 40px);
  z-index: 1;
  color: #fff;
}

.contact-brief__visual figcaption span {
  color: rgba(255, 255, 255, .62);
}

.contact-brief__visual figcaption p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Dark response band */
.contact-response-v2 {
  padding: clamp(72px, 7vw, 108px) 0;
  background: #222;
  color: #fff;
}

.contact-response-v2__layout {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(260px, .78fr) minmax(0, 1.32fr) auto;
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}

.contact-response-v2__metric {
  display: grid;
  align-content: center;
}

.contact-response-v2__metric strong {
  color: #fff;
  font-family: var(--font-en);
  font-size: clamp(68px, 7vw, 118px);
  font-weight: 300;
  line-height: .8;
  letter-spacing: -.06em;
}

.contact-response-v2__metric span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: .18em;
}

.contact-response-v2__heading > p {
  color: rgba(255, 255, 255, .5);
}

.contact-response-v2__heading h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 600;
  line-height: 1.45;
}

.contact-response-v2__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-response-v2__steps li {
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact-response-v2__steps span {
  color: rgba(255, 255, 255, .38);
  font-family: var(--font-en);
  font-size: 9px;
}

.contact-response-v2__steps p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.8;
}

.contact-response-v2__link {
  width: 180px;
  min-height: 52px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
  font-size: 12px;
  transition: border-color .25s ease, color .25s ease;
}

.contact-response-v2__link:hover,
.contact-response-v2__link:focus-visible {
  color: #a8c8cc;
  border-color: #a8c8cc;
}

.contact-response-v2__link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.contact-page .contact-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .contact-entry__layout {
    grid-template-columns: 1fr;
  }

  .contact-entry__visual {
    min-height: 520px;
  }

  .contact-entry__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid var(--line);
  }

  .contact-route {
    border-right: 1px solid var(--line);
  }

  .contact-location__stage {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  }

  .contact-response-v2__layout {
    grid-template-columns: minmax(140px, .4fr) minmax(240px, .8fr) minmax(0, 1.3fr);
  }

  .contact-response-v2__link {
    grid-column: 3;
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .contact-location__stage {
    grid-template-columns: 1fr;
  }

  .contact-map,
  .contact-location__stage {
    min-height: auto;
  }

  .contact-map {
    height: 520px;
  }

  .contact-location__panel {
    min-height: 520px;
  }

  .contact-brief__layout {
    grid-template-columns: 1fr;
  }

  .contact-brief__visual {
    min-height: 520px;
    order: -1;
  }

  .contact-response-v2__layout {
    grid-template-columns: minmax(120px, .4fr) minmax(0, 1.6fr);
  }

  .contact-response-v2__steps {
    grid-column: 1 / -1;
  }

  .contact-response-v2__link {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .contact-page-hero__image {
    object-position: 60% center;
  }

  .contact-entry__heading,
  .contact-location__heading {
    min-height: 0;
    padding: 48px 0 32px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-entry__heading h2,
  .contact-location__heading h2 {
    font-size: 27px;
    text-align: left;
  }

  .contact-entry__heading > p:last-child,
  .contact-location__heading > p:last-child {
    margin: 4px 0 0;
  }

  .contact-entry {
    padding-bottom: 72px;
  }

  .contact-entry__layout {
    gap: 28px;
  }

  .contact-entry__visual {
    min-height: 420px;
  }

  .contact-entry__routes {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .contact-route {
    min-height: 128px;
    padding: 20px 0;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    border-right: 0;
  }

  .contact-route:hover,
  .contact-route:focus-visible {
    padding-left: 12px;
  }

  .contact-route__copy strong {
    font-size: 18px;
  }

  .contact-location {
    padding-bottom: 72px;
  }

  .contact-map {
    height: 390px;
  }

  .contact-map__toolbar {
    left: 12px;
    top: 12px;
  }

  .contact-map__tab {
    min-width: 84px;
  }

  .contact-location__panel {
    min-height: 0;
    padding: 36px 24px 42px;
  }

  .contact-location__city {
    font-size: 42px;
  }

  .contact-location__panel h3 {
    margin-top: 28px;
    font-size: 28px;
  }

  .contact-location__network {
    margin-top: 36px;
    padding-top: 0;
  }

  .contact-brief {
    padding: 72px 0;
  }

  .contact-brief__visual {
    min-height: 420px;
  }

  .contact-brief__content h2 {
    font-size: 28px;
  }

  .contact-response-v2 {
    padding: 60px 0;
  }

  .contact-response-v2__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-response-v2__metric,
  .contact-response-v2__heading,
  .contact-response-v2__steps,
  .contact-response-v2__link {
    grid-column: 1;
  }

  .contact-response-v2__metric strong {
    font-size: 72px;
  }

  .contact-response-v2__steps {
    grid-template-columns: 1fr;
  }

  .contact-response-v2__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-entry__visual img,
  .contact-route,
  .contact-route::before,
  .contact-route__arrow,
  .contact-map__tab {
    transition: none;
  }
}

/* Office panel refinement: compact map action and remove excess divider lines */
.contact-location__map-link {
  width: auto;
  min-width: 156px;
  align-self: flex-start;
  justify-content: flex-start;
  gap: 42px;
  padding-inline: 0 2px;
}

.contact-location__details {
  gap: 22px;
}

.contact-location__details div {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  .contact-location__map-link {
    min-width: 148px;
    gap: 34px;
  }
}


/* Map cleanup: remove the custom curve artwork and show only the real map. */
.contact-map__fallback {
  display: none !important;
}

.contact-map iframe {
  filter: grayscale(1) sepia(.06) contrast(.92) brightness(1.04) !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  background: #e7e4df;
}

/* Response section v3 — light editorial panel, no heavy black band. */
.contact-response-v3 {
  padding: clamp(92px, 8vw, 132px) 0;
  background: #fff;
}

.contact-response-v3__panel {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: clamp(42px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: stretch;
  background: #f3f1ed;
}

.contact-response-v3__panel::after {
  content: "RESPONSE";
  position: absolute;
  right: -18px;
  bottom: -34px;
  color: rgba(57, 51, 45, .035);
  font-family: var(--font-en);
  font-size: clamp(78px, 12vw, 210px);
  font-weight: 300;
  line-height: .8;
  letter-spacing: -.055em;
  pointer-events: none;
}

.contact-response-v3__intro,
.contact-response-v3__steps {
  position: relative;
  z-index: 1;
}

.contact-response-v3__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-response-v3__eyebrow {
  margin: 0;
  color: #9a938c;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .19em;
}

.contact-response-v3__intro h2 {
  max-width: 590px;
  margin: 16px 0 0;
  color: var(--text);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.42;
}

.contact-response-v3__copy {
  max-width: 600px;
  margin: 20px 0 0;
  color: #6b655f;
  font-size: 13px;
  line-height: 1.95;
}

.contact-response-v3__promise {
  margin-top: auto;
  padding-top: 36px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.contact-response-v3__promise strong {
  color: #24211f;
  font-family: var(--font-en);
  font-size: clamp(76px, 7.5vw, 126px);
  font-weight: 300;
  line-height: .72;
  letter-spacing: -.07em;
}

.contact-response-v3__promise span {
  padding-bottom: 3px;
  color: #827b74;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .18em;
}

.contact-response-v3__link {
  width: 190px;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #272522;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .25s ease, transform .25s ease;
}

.contact-response-v3__link:hover,
.contact-response-v3__link:focus-visible {
  background: #326f79;
  transform: translateY(-2px);
}

.contact-response-v3__link:focus-visible {
  outline: 2px solid #326f79;
  outline-offset: 4px;
}

.contact-response-v3__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
}

.contact-response-v3__steps li {
  min-height: 230px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 36px rgba(44, 39, 34, .045);
}

.contact-response-v3__number {
  color: #a29b94;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}

.contact-response-v3__steps strong {
  margin-top: auto;
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.contact-response-v3__steps p {
  margin: 10px 0 0;
  color: #777069;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .contact-response-v3__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-response-v3__promise {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-response-v3 {
    padding: 72px 0;
  }

  .contact-response-v3__panel {
    padding: 34px 20px;
    gap: 34px;
  }

  .contact-response-v3__intro h2 {
    font-size: 28px;
  }

  .contact-response-v3__steps {
    grid-template-columns: 1fr;
  }

  .contact-response-v3__steps li {
    min-height: 158px;
  }

  .contact-response-v3__link {
    width: 100%;
  }
}
