﻿.site-nav a.active {
  color: var(--green);
}

.contact-hero {
  height: 326px;
}

.contact-hero::before {
  background: linear-gradient(90deg, rgba(2, 5, 3, 0.94) 0%, rgba(2, 5, 3, 0.9) 33%, rgba(2, 5, 3, 0.62) 47%, rgba(2, 5, 3, 0.14) 68%, rgba(2, 5, 3, 0.01) 100%);
}

.contact-hero .hero-media {
  left: 0;
  right: 0;
  height: 326px;
  background-image:
    linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
    url("assets/site-images/contact-hero-background-768w.jpg");
  background-image:
    linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
    image-set(
      url("assets/site-images/contact-hero-background-768w.webp") type("image/webp"),
      url("assets/site-images/contact-hero-background-768w.jpg") type("image/jpeg")
    );
  background-size: cover;
  background-position: center;
}

@media (min-width: 900px) {
  .contact-hero .hero-media {
    background-image:
      linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
      url("assets/site-images/contact-hero-background-1280w.jpg");
    background-image:
      linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
      image-set(
        url("assets/site-images/contact-hero-background-1280w.webp") type("image/webp"),
        url("assets/site-images/contact-hero-background-1280w.jpg") type("image/jpeg")
      );
  }
}

@media (min-width: 1500px) {
  .contact-hero .hero-media {
    background-image:
      linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
      url("assets/site-images/contact-hero-background-1920w.jpg");
    background-image:
      linear-gradient(180deg, rgba(2, 5, 3, 0.02), rgba(2, 5, 3, 0.05)),
      image-set(
        url("assets/site-images/contact-hero-background-1920w.webp") type("image/webp"),
        url("assets/site-images/contact-hero-background-1920w.jpg") type("image/jpeg")
      );
  }
}

.contact-hero .hero-copy {
  width: 380px;
  padding-top: 22px;
}

.contact-hero .hero-copy h1 {
  width: 324px;
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 1.02;
}

.contact-hero .hero-copy p {
  width: 336px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.6;
}

.contact-hero-features {
  width: 468px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  bottom: 42px;
}

.contact-hero-features .hero-feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}

.contact-hero-features .hero-feature span:last-child {
  display: block;
  color: #d8ddd9;
  font-size: 8px;
  line-height: 1.45;
}

.contact-main-band,
.process-cta-band,
.contact-faq-band,
.map-band {
  padding: 12px 0;
}

.contact-faq-band {
  background: #050806;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 294px;
  gap: 12px;
}

.contact-page-form,
.contact-info-card,
.process-strip,
.map-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: linear-gradient(180deg, #101612 0%, #0b0f0d 100%);
}

.contact-page-form {
  padding: 18px 18px 16px;
}

.contact-page-form h2,
.process-strip-intro h2,
.contact-faq-intro h2,
.map-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.08;
}

.contact-page-form > p,
.contact-info-card p,
.upload-notes span,
.contact-faq-intro .plain-link,
.map-copy p,
.process-strip-intro p,
.process-strip-steps p,
.process-strip-action span {
  color: #d4dad5;
  font-size: 8px;
  line-height: 1.55;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin-top: 14px;
}

.contact-form-grid label,
.full-width {
  display: grid;
  gap: 6px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
}

.contact-form-grid textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}

.visually-hidden-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form-grid small {
  color: #9fa8a1;
  font-size: 7px;
  font-weight: 500;
  line-height: 1.3;
}

.full-width {
  grid-column: 1 / -1;
}

.upload-row {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr;
  gap: 18px;
  margin-top: 16px;
}

.upload-box strong,
.upload-notes strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 9px;
}

.upload-control {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.upload-control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.upload-control__button,
.upload-control__filename {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  font-size: 8px;
}

.upload-control__button {
  min-width: 92px;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.upload-control__button:hover,
.upload-control__button:focus-visible {
  border-color: rgba(123, 225, 46, 0.68);
  background: rgba(123, 225, 46, 0.12);
  color: var(--green);
}

.upload-control__filename {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #d4dad5;
}

.upload-drop {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #d4dad5;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(123, 225, 46, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.01);
}

.upload-drop[role="button"] {
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.upload-drop[role="button"]:hover,
.upload-drop[role="button"]:focus-visible,
.upload-drop.is-dragover {
  border-color: rgba(123, 225, 46, 0.68);
  background:
    radial-gradient(circle at 50% 34%, rgba(123, 225, 46, 0.14), transparent 34%),
    rgba(123, 225, 46, 0.05);
  color: #eef3ef;
  outline: none;
}

.upload-notes {
  display: grid;
  gap: 8px;
  align-content: start;
}

.upload-notes span {
  position: relative;
  padding-left: 14px;
}

.upload-notes span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

.agree-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #d4dad5;
  font-size: 8px;
}

.form-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.form-cta-row .btn {
  min-width: 170px;
  font-size: 9px;
}

.form-cta-row span {
  color: #d4dad5;
  font-size: 8px;
}

.contact-side {
  display: grid;
  gap: 10px;
}

.contact-info-card {
  position: relative;
  min-height: 108px;
  padding: 16px 16px 16px 64px;
}

.contact-info-card::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(123, 225, 46, 0.78);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(123, 225, 46, 0.08);
}

.contact-info-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
}

.contact-info-card strong,
.contact-info-card a {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
}

.contact-info-card span {
  display: block;
  color: #cfd6d0;
  font-size: 8px;
}

.process-strip {
  display: grid;
  grid-template-columns: 268px 1fr 192px;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.process-strip-intro {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 12px;
  align-items: start;
}

.process-intro-icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(123, 225, 46, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(123, 225, 46, 0.2) 0 14px, transparent 14px),
    transparent;
}

.process-strip-intro h2,
.process-strip-intro p {
  grid-column: 2;
}

.process-strip-intro h2 {
  color: var(--text);
}

.process-strip-intro p {
  color: var(--muted);
}

.process-strip-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-strip-steps article {
  position: relative;
  text-align: center;
}

.process-strip-steps article::after {
  content: "->";
  position: absolute;
  top: 10px;
  right: -12px;
  color: var(--green);
}

.process-strip-steps article:last-child::after {
  display: none;
}

.process-strip-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border: 1px solid rgba(123, 225, 46, 0.7);
  border-radius: 50%;
  color: var(--green);
  font-size: 12px;
}

.process-strip-steps span {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 9px;
  font-weight: 700;
}

.process-strip-action {
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-strip-action .btn {
  min-width: 174px;
  margin-bottom: 8px;
  font-size: 9px;
}

.process-strip-action span {
  display: block;
}

.contact-faq-grid {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-faq-intro {
  padding-top: 6px;
}

.contact-faq-intro .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.contact-faq-intro .eyebrow::after {
  content: "";
  flex: 1;
  min-width: 86px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.contact-faq-intro h2 {
  max-width: 208px;
  line-height: 1.08;
}

.contact-faq-intro .plain-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.contact-faq-intro .plain-link::after {
  content: "->";
  margin-left: 0;
}

.contact-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-faq-list .faq-item {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-faq-list .faq-item button {
  width: 100%;
  padding: 14px 28px 14px 0;
  border: 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  background: transparent;
  position: relative;
}

.contact-faq-list .faq-item button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.88);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.88);
  transform: translateY(-65%) rotate(45deg);
}

.contact-faq-list .faq-item.is-open button::after {
  transform: translateY(-35%) rotate(225deg);
}

.contact-faq-list .faq-answer {
  display: none;
  padding: 0 28px 14px 0;
}

.contact-faq-list .faq-item.is-open .faq-answer {
  display: block;
}

.contact-faq-list .faq-answer p {
  margin: 0;
  color: #d4dad5;
  font-size: 8px;
  line-height: 1.55;
}

.map-panel {
  display: grid;
  grid-template-columns: 252px 1fr;
  gap: 18px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.map-copy {
  padding: 24px 18px;
}

.map-visual {
  position: relative;
  min-height: 184px;
  border-radius: 0;
  box-shadow: none;
  background-image: url("assets/site-images/contact-map-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.map-pin {
  position: absolute;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 8px;
  line-height: 1.4;
  background: rgba(20, 24, 22, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.map-pin::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(123, 225, 46, 0.14);
}

.map-pin--west {
  left: 132px;
  bottom: 38px;
}

.map-pin--midwest {
  right: 96px;
  top: 34px;
}

.contact-footer .footer-inner {
  grid-template-columns: 206px 106px 112px 94px 92px 1fr;
}

@media (max-width: 1366px) {
  .contact-page-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .contact-sidebar {
    gap: 10px;
  }

  .process-strip {
    grid-template-columns: 240px minmax(0, 1fr) 176px;
  }

  .contact-faq-grid {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
  }

  .map-panel {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 1100px) {
  .contact-page-grid,
  .process-strip,
  .contact-faq-grid,
  .map-panel {
    grid-template-columns: 1fr;
  }

  .upload-row {
    grid-template-columns: 1fr;
  }

  .upload-control {
    grid-template-columns: 1fr;
  }

  .process-strip-action {
    justify-items: start;
    text-align: left;
  }

  .process-strip-action .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 800px) {
  .contact-hero,
  .contact-hero .hero-inner {
    height: auto;
    min-height: 0;
  }

  .contact-hero .hero-copy,
  .contact-hero .hero-copy h1,
  .contact-hero .hero-copy p {
    width: auto;
  }

  .contact-hero-features,
  .contact-page-grid,
  .contact-form-grid,
  .upload-row,
  .process-strip,
  .process-strip-steps,
  .contact-faq-grid,
  .map-panel {
    grid-template-columns: 1fr;
  }

  .form-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-strip-intro {
    grid-template-columns: 1fr;
  }

  .process-strip-intro h2,
  .process-strip-intro p {
    grid-column: auto;
  }

  .process-strip-steps article::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .contact-page-grid {
    gap: 18px;
  }

  .contact-form-card,
  .contact-info-card,
  .process-strip,
  .map-panel {
    padding: 18px;
  }

  .contact-form-card h2 {
    font-size: 26px;
  }

  .contact-form-grid input,
  .contact-form-grid select,
  .contact-form-grid textarea {
    min-height: 44px;
    font-size: 14px;
  }

  .upload-row {
    gap: 14px;
  }

  .upload-control__button,
  .upload-control__filename {
    width: 100%;
  }

  .form-cta-row .btn {
    width: 100%;
  }

  .process-strip {
    gap: 18px;
  }

  .process-strip-steps {
    gap: 14px;
  }

  .contact-faq-grid {
    gap: 20px;
  }

  .contact-faq-intro h2 {
    max-width: none;
  }

  .contact-faq-list .faq-item button {
    font-size: 14px;
  }

  .map-visual {
    min-height: 220px;
  }

  .map-pin {
    position: static;
    margin: 10px 10px 0;
  }
}

