/* Contact page — guided project inquiry. */
.contact-page { overflow: clip; background: #fff; }
.contact-page--hero-background { --contact-header-overlap: 80px; margin-top: calc(-1 * var(--contact-header-overlap)); }
.contact-page h2 { margin: 0; font-size: var(--font-section-title); font-weight: 600; line-height: 1.27; letter-spacing: -.04em; text-wrap: balance; }
.contact-page h2 span { color: var(--brand-navy); }

/* Hero */
.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 83% 17%, rgba(0, 194, 168, .26), transparent 27%), linear-gradient(120deg, #06172f 0%, #0a3477 58%, #087185 100%);
}
.contact-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, transparent 4%, #000 42%, #000 92%, transparent);
}
.contact-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  padding-top: calc(clamp(76px, 7vw, 104px) + var(--contact-header-overlap));
  padding-bottom: clamp(76px, 7vw, 104px);
}
.contact-hero .home-kicker { margin-bottom: 26px; color: #8ae7d9; }
.contact-kicker-mark { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--brand-teal); box-shadow: 0 0 0 5px rgba(0, 194, 168, .14); }
.contact-hero h1 { max-width: 650px; margin: 0 0 25px; color: #fff; font-size: clamp(2.5rem, 3.8vw, 3rem); font-weight: 600; line-height: 1.22; letter-spacing: -.04em; text-wrap: balance; }
.contact-hero h1 span { color: #7fe5d6; }
.contact-hero__lead { max-width: 590px; color: #cfe0ef; font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.72; }
.contact-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 34px; }
.contact-hero__button { min-width: 195px; color: #082f6e; background: #fff; }
.contact-hero__button:hover { background: #e8faf6; }
.contact-hero__visual { position: relative; min-height: 440px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: var(--radius-lg); background: rgba(5, 28, 62, .58); box-shadow: var(--shadow); backdrop-filter: blur(9px); }
.contact-hero__visual::before { content: ""; position: absolute; right: -85px; bottom: -110px; width: 310px; height: 310px; border: 1px solid rgba(113, 227, 213, .2); border-radius: 50%; box-shadow: 0 0 0 54px rgba(113, 227, 213, .05), 0 0 0 108px rgba(113, 227, 213, .035); }
.contact-brief__top { display: flex; align-items: center; justify-content: space-between; min-height: 55px; padding: 0 24px; border-bottom: 1px solid rgba(255, 255, 255, .16); color: #a9cbdf; font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-brief__body { position: relative; z-index: 1; padding: 27px 28px 29px; }
.contact-brief__intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.contact-brief__intro span { flex: none; padding: 6px 9px; border: 1px solid rgba(127, 229, 214, .34); border-radius: var(--radius-xs); color: #83e4d6; background: rgba(0, 194, 168, .08); font-size: .58rem; font-weight: 700; letter-spacing: .11em; }
.contact-brief__intro strong { max-width: 300px; color: #fff; font-size: 1.06rem; font-weight: 600; line-height: 1.45; text-align: right; }
.contact-brief__prompts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.contact-brief__prompts > div { min-height: 205px; padding: 20px 17px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-md); background: rgba(255, 255, 255, .07); }
.contact-brief__prompts span { display: block; margin-bottom: 23px; color: #7fe5d6; font-size: .58rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.contact-brief__prompts strong { display: block; min-height: 67px; color: #fff; font-size: .83rem; font-weight: 600; line-height: 1.55; }
.contact-brief__prompts i { display: block; width: 100%; height: 5px; margin-top: 13px; border-radius: var(--radius-xs); background: rgba(255, 255, 255, .16); }
.contact-brief__prompts i:last-child { width: 63%; }
.contact-brief__route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin-top: 23px; color: #d6e6f1; font-size: .62rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.contact-brief__route i { height: 1px; background: linear-gradient(90deg, rgba(127, 229, 214, .25), #7fe5d6); }

/* Inquiry */
.contact-conversation { border-top: 1px solid #e7eef6; background: var(--surface-soft); }
.contact-conversation__layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(52px, 8vw, 112px); }
.contact-conversation__intro { position: sticky; top: 118px; }
.contact-conversation__intro > p:not(.home-kicker) { max-width: 440px; margin-top: 23px; color: var(--muted); line-height: 1.72; }
.contact-conversation__steps { display: grid; gap: 0; margin: 38px 0 0; padding: 0; border-top: 1px solid #d8e3ee; list-style: none; }
.contact-conversation__steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid #d8e3ee; }
.contact-conversation__steps li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #087f78; background: #def5f0; font-size: .62rem; font-weight: 700; }
.contact-conversation__steps strong { display: block; margin: 1px 0 5px; color: #183652; font-size: .86rem; font-weight: 700; }
.contact-conversation__steps p { color: #64768a; font-size: .78rem; line-height: 1.55; }
.contact-conversation .contact-form-wrap { border-color: #d3e0eb; background: #fff; }

@media (max-width: 1099px) {
  .contact-hero__layout { grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 42px; }
  .contact-brief__body { padding-inline: 22px; }
  .contact-brief__prompts > div { padding-inline: 14px; }
}
@media (max-width: 959px) {
  .contact-page--hero-background { --contact-header-overlap: 74px; }
  .contact-hero__layout { grid-template-columns: 1fr; gap: 52px; }
  .contact-hero__copy { max-width: 720px; }
  .contact-hero__visual { width: 100%; max-width: 760px; }
  .contact-conversation__layout { grid-template-columns: 1fr; gap: 46px; }
  .contact-conversation__intro { position: static; max-width: 720px; }
  .contact-conversation .contact-form-wrap { width: 100%; max-width: 800px; }
}
@media (max-width: 639px) {
  .contact-page--hero-background { --contact-header-overlap: 70px; }
  .contact-page h2 { line-height: 1.28; }
  .contact-hero__layout { gap: 38px; padding-top: calc(60px + var(--contact-header-overlap)); padding-bottom: 64px; }
  .contact-hero .home-kicker { margin-bottom: 22px; }
  .contact-hero h1 { margin-bottom: 21px; font-size: clamp(1.75rem, 7.5vw, 2.5rem); }
  .contact-hero__lead { font-size: .98rem; line-height: 1.68; }
  .contact-hero__actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 28px; }
  .contact-hero__button { width: 100%; }
  .contact-hero__visual { min-height: 0; border-radius: var(--radius-md); }
  .contact-brief__top { min-height: 49px; padding-inline: 18px; font-size: .56rem; }
  .contact-brief__body { padding: 21px 18px 23px; }
  .contact-brief__intro { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 19px; }
  .contact-brief__intro strong { max-width: 280px; font-size: .96rem; text-align: left; }
  .contact-brief__prompts { grid-template-columns: 1fr; gap: 9px; }
  .contact-brief__prompts > div { min-height: 0; padding: 15px; }
  .contact-brief__prompts span { margin-bottom: 8px; }
  .contact-brief__prompts strong { min-height: 0; font-size: .78rem; }
  .contact-brief__prompts i { display: none; }
  .contact-brief__route { gap: 7px; margin-top: 18px; font-size: .52rem; }
  .contact-conversation__layout { gap: 34px; }
  .contact-conversation__intro > p:not(.home-kicker) { margin-top: 20px; }
  .contact-conversation__steps { margin-top: 30px; }
  .contact-conversation__steps li { padding: 17px 0; }
}
