/* Final mobile, form reliability, and typography fixes for Everitt Reports */

.whr-page [hidden] {
  display: none !important;
}

/* Keep the editorial serif for brand and major headings only. */
.whr-hero h1,
.whr-order-copy h2,
.whr-brand,
.whr-brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* Use a clean sans-serif for all functional and supporting copy. */
.whr-nav > a:last-child,
.whr-eyebrow,
.whr-order-support,
.whr-text-link,
.whr-progress,
.whr-picker > label,
.whr-selection-note,
.whr-field label,
.whr-field input,
.whr-field select,
.whr-field textarea,
.whr-check,
.whr-btn,
.whr-page button.whr-btn,
.whr-status,
.whr-footer-links,
.whr-footer-links a,
.whr-cookie-btn,
#report-type {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Use the native select so report selection works reliably on every phone. */
.whr-picker-button,
.whr-picker-menu {
  display: none !important;
}

#report-type {
  position: static;
  width: 100%;
  height: auto;
  min-height: 72px;
  margin: 0;
  padding: 0.85rem 3.25rem 0.85rem 1rem;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 1px solid rgba(23, 41, 54, 0.32);
  border-radius: 0;
  background-color: #fff;
  color: #172936;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.35;
  appearance: auto;
}

#report-type:focus {
  border-color: #172936;
  outline: 2px solid #7c8d98;
  outline-offset: 3px;
}

.whr-field label,
.whr-picker > label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.whr-field input,
.whr-field select,
.whr-field textarea {
  font-size: 1rem;
  line-height: 1.5;
}

.whr-selection-note,
.whr-check,
.whr-status,
.whr-progress {
  font-size: 0.98rem;
}

.whr-btn,
.whr-page button.whr-btn {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

@media (max-width: 860px) {
  .whr-order-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.5rem !important;
  }

  .whr-order-copy,
  .whr-form {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .whr-order-copy h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .whr-wrap {
    width: calc(100% - 1.5rem);
  }

  .whr-order-section {
    margin-top: -24px;
  }

  .whr-order-layout {
    padding: 1.75rem 1rem 2.5rem !important;
    gap: 1.35rem !important;
  }

  .whr-brand {
    font-size: 1.15rem;
    letter-spacing: 0.03em;
  }

  .whr-order-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.25rem) !important;
    line-height: 0.98;
  }

  .whr-order-support {
    max-width: none;
    font-size: 1rem;
  }

  #report-type {
    min-height: 60px;
    padding: 0.75rem 2.5rem 0.75rem 0.85rem;
    font-size: 16px;
  }

  .whr-field,
  .whr-field input,
  .whr-field select,
  .whr-contact-fields,
  .whr-dynamic-fields,
  .whr-legal,
  .whr-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .whr-field input,
  .whr-field select,
  .whr-field textarea {
    font-size: 16px;
  }

  .whr-check {
    grid-template-columns: 1.35rem minmax(0, 1fr) !important;
  }

  .whr-check input {
    width: 1.2rem;
    height: 1.2rem;
  }

  .whr-check span {
    overflow-wrap: break-word;
    word-break: normal;
  }
}