.contact-operating-intake {
  color: var(--black-sky);
  background: var(--white);
}

.contact-operating-intake .section-inner {
  width: min(var(--wide), calc(100% - 48px));
}

.contact-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 124px 0 74px;
  background:
    radial-gradient(circle at 74% 28%, rgba(37, 63, 246, 0.26), transparent 34%),
    radial-gradient(circle at 92% 78%, rgba(202, 239, 86, 0.1), transparent 30%),
    linear-gradient(115deg, rgba(19, 19, 21, 0.98), rgba(19, 19, 21, 0.92) 54%, rgba(18, 24, 62, 0.96)),
    var(--black-sky);
}

.contact-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), black 16%, black 84%, rgba(0, 0, 0, 0.22));
}

.contact-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.68fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
}

.contact-hero-copy {
  max-width: 780px;
}

.contact-hero h1,
.contact-section-heading h2,
.next-layout h2 {
  margin: 0;
  font-family: var(--font-primary);
  line-height: 0.94;
  letter-spacing: 0;
}

.contact-hero h1 {
  color: var(--white);
  font-size: clamp(3.72rem, 6.76vw, 6.82rem);
}

.contact-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.5;
}

.plan-growth-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  padding: clamp(20px, 2.35vw, 30px);
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(19, 19, 21, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field-full,
.plan-growth-form button,
.plan-growth-form .form-note,
.plan-growth-form .privacy-note,
.plan-growth-form .form-status {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 820;
}

.form-field label span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 700;
}

.plan-growth-form select,
.plan-growth-form input,
.plan-growth-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(8, 8, 10, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.plan-growth-form select,
.plan-growth-form input {
  min-height: 50px;
  padding: 0 14px;
}

.plan-growth-form textarea {
  min-height: 100px;
  padding: 14px;
  line-height: 1.42;
  resize: vertical;
}

.plan-growth-form input::placeholder,
.plan-growth-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.plan-growth-form select:focus-visible,
.plan-growth-form input:focus-visible,
.plan-growth-form textarea:focus-visible {
  border-color: var(--lime);
  background: rgba(8, 8, 10, 0.82);
  box-shadow: 0 0 0 4px rgba(202, 239, 86, 0.16);
}

.plan-growth-form [aria-invalid="true"] {
  border-color: #ff8a7a;
  box-shadow: 0 0 0 3px rgba(255, 138, 122, 0.12);
}

.field-error {
  min-height: 14px;
  margin: 0;
  color: #ffb3a8;
  font-size: 0.72rem;
  line-height: 1.2;
}

.plan-growth-form button {
  min-height: 58px;
  margin-top: 0;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.plan-growth-form button:focus-visible {
  outline: 3px solid rgba(202, 239, 86, 0.4);
  outline-offset: 3px;
}

.plan-growth-form button:disabled {
  cursor: wait;
}

.plan-growth-form .form-note,
.plan-growth-form .privacy-note,
.plan-growth-form .form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.45;
}

.plan-growth-form .privacy-note {
  color: rgba(255, 255, 255, 0.46);
}

.plan-growth-form .privacy-note a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(202, 239, 86, 0.6);
  text-underline-offset: 3px;
}

.plan-growth-form .form-status {
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(202, 239, 86, 0.12);
  border: 1px solid rgba(202, 239, 86, 0.24);
  border-radius: 6px;
}

.plan-growth-form .form-status a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(202, 239, 86, 0.64);
  text-underline-offset: 3px;
}

.contact-discussion,
.contact-next {
  scroll-margin-top: 120px;
  padding: clamp(70px, 8vw, 112px) 0;
}

.contact-section-heading,
.next-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.contact-section-heading h2,
.next-layout h2 {
  max-width: 860px;
  font-size: clamp(2.6rem, 5vw, 5.05rem);
}

.discussion-grid,
.next-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(30px, 4vw, 50px);
  background: rgba(19, 19, 21, 0.12);
  border: 1px solid rgba(19, 19, 21, 0.12);
}

.discussion-grid article,
.next-steps article {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: clamp(22px, 2.2vw, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(37, 63, 246, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
}

.discussion-grid article:first-child,
.next-steps article:first-child {
  background:
    radial-gradient(circle at 82% 16%, rgba(202, 239, 86, 0.15), transparent 26%),
    linear-gradient(145deg, rgba(37, 63, 246, 0.08), rgba(255, 255, 255, 0.86));
}

.discussion-grid span,
.next-steps span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(202, 239, 86, 0.1);
}

.discussion-grid strong,
.next-steps strong {
  max-width: 280px;
  color: var(--black-sky);
  font-family: var(--font-primary);
  font-size: clamp(1.42rem, 2vw, 1.9rem);
  line-height: 0.98;
}

.discussion-grid p,
.next-steps p {
  margin: 0;
  color: rgba(19, 19, 21, 0.66);
  line-height: 1.44;
}

.contact-next {
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 63, 246, 0.07), transparent 34%),
    #f7f7f5;
}

.contact-next .section-inner {
  width: min(1480px, calc(100% - 48px));
}

.next-layout {
  align-items: start;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 70px);
}

.next-layout h2 {
  font-size: clamp(2.6rem, 4.55vw, 4.72rem);
  text-wrap: balance;
}

.next-steps {
  margin-top: 0;
}

.next-steps article {
  min-width: 0;
  min-height: clamp(292px, 23vw, 336px);
  height: auto;
  align-content: start;
  gap: clamp(18px, 1.8vw, 24px);
  padding: clamp(20px, 1.9vw, 24px);
  overflow: visible;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.next-steps strong {
  min-width: 0;
  max-width: 100%;
  font-size: clamp(1.32rem, 1.76vw, 1.76rem);
  line-height: 1.03;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.next-steps p {
  min-width: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

@media (max-width: 1500px) {
  .next-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.office-info {
  padding: clamp(20px, 3.1vw, 34px) 0 clamp(34px, 4.5vw, 54px);
  background: var(--white);
}

.office-band {
  display: grid;
  grid-template-columns: 1.36fr 1.1fr 0.82fr 0.86fr;
  max-width: 1120px;
  border-top: 1px solid rgba(19, 19, 21, 0.12);
  border-bottom: 1px solid rgba(19, 19, 21, 0.12);
}

.office-band-item {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 26px 30px;
  background: var(--white);
}

.office-band-item + .office-band-item {
  border-left: 1px solid rgba(19, 19, 21, 0.1);
}

.office-band-item span {
  color: var(--flight-blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.office-band-item strong,
.office-band-item a,
.office-band-item p,
.office-band-item address {
  margin: 0;
  color: rgba(19, 19, 21, 0.76);
  font-weight: 780;
  line-height: 1.35;
}

.office-band-item address {
  font-style: normal;
}

.office-band-item strong {
  white-space: nowrap;
}

.office-band-item a {
  width: fit-content;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 63, 246, 0.26);
  transition: color 180ms ease, border-color 180ms ease;
}

.office-band-item a:hover,
.office-band-item a:focus-visible {
  color: var(--flight-blue);
  border-color: var(--flight-blue);
}

.office-band-item a:focus-visible {
  outline: 2px solid rgba(37, 63, 246, 0.38);
  outline-offset: 5px;
}

.office-band-action .directions-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  color: rgba(19, 19, 21, 0.82);
  background: rgba(19, 19, 21, 0.045);
  border: 1px solid rgba(19, 19, 21, 0.16);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.office-band-action .directions-button:hover,
.office-band-action .directions-button:focus-visible {
  color: var(--ink);
  background: rgba(37, 63, 246, 0.07);
  border-color: rgba(37, 63, 246, 0.34);
}

@media (max-width: 1180px) {
  .contact-hero-layout,
  .contact-section-heading,
  .next-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy {
    max-width: 900px;
  }

  .plan-growth-form {
    max-width: 760px;
  }

  .discussion-grid,
  .next-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .office-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .office-band-item:nth-child(3) {
    border-left: 0;
  }

  .office-band-item:nth-child(3),
  .office-band-item:nth-child(4) {
    border-top: 1px solid rgba(19, 19, 21, 0.1);
  }
}

@media (max-width: 760px) {
  .contact-operating-intake .section-inner {
    width: min(var(--wide), calc(100% - 32px));
  }

  .contact-hero {
    min-height: auto;
    padding: 112px 0 58px;
  }

  .contact-hero h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .contact-hero-copy p:not(.eyebrow) {
    margin-top: 22px;
  }

  .plan-growth-form {
    gap: 12px;
    padding: 22px;
  }

  .plan-growth-form textarea {
    min-height: 108px;
  }

  .contact-section-heading h2,
  .next-layout h2 {
    font-size: clamp(2.35rem, 10.6vw, 4rem);
  }

  .plan-growth-form,
  .discussion-grid,
  .next-steps,
  .office-band {
    grid-template-columns: 1fr;
  }

  .discussion-grid article,
  .next-steps article {
    min-height: 220px;
  }

  .office-band-item {
    min-height: auto;
    padding: 22px 18px;
  }

  .office-band-item strong {
    white-space: normal;
  }

  .office-band-item + .office-band-item {
    border-left: 0;
    border-top: 1px solid rgba(19, 19, 21, 0.1);
  }
}
