/* Everitt Reports */

body.whr-page {
  --bg: #f3f3ef;
  --surface: #fffefa;
  --ink: #27343d;
  --heading: #172936;
  --muted: #6f777b;
  --line: rgba(23, 41, 54, 0.16);
  --accent: #7c8d98;
  --max: 1180px;
  --font: "Cormorant Garamond", Georgia, serif;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.whr-page * { box-sizing: border-box; }
.whr-page a { color: inherit; }

.skip-link {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  background: var(--heading);
  color: #fff !important;
  text-decoration: none;
}

.skip-link:focus { top: 1rem; }

.whr-wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.whr-nav {
  width: min(100% - 2.5rem, var(--max));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.whr-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--heading);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1;
}

.whr-brand span {
  display: inline-block;
  padding-top: 0.05em;
}

.whr-brand img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.whr-nav > a:last-child {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.whr-hero { padding: 0; }

.whr-hero-inner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #22313a;
}

.whr-hero-visual {
  position: absolute;
  inset: 0;
  margin: 0;
}

.whr-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 32, 41, 0.74) 0%, rgba(18, 32, 41, 0.42) 43%, rgba(18, 32, 41, 0.06) 76%);
}

.whr-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.02);
}

.whr-hero-copy {
  position: relative;
  z-index: 2;
  min-height: 700px;
  width: min(100%, 690px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 6rem);
  color: #fff;
}

.whr-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.whr-hero .whr-eyebrow { color: rgba(255, 255, 255, 0.78); }

.whr-hero h1,
.whr-order-copy h2 {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.whr-hero h1 {
  max-width: 9ch;
  color: #fff;
  font-size: clamp(4.6rem, 8vw, 7.4rem);
  line-height: 0.9;
}

.whr-text-link {
  width: fit-content;
  margin-top: 2.15rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.whr-order-section {
  position: relative;
  z-index: 3;
  margin-top: -72px;
  padding: 0 0 clamp(5rem, 9vw, 8rem);
}

.whr-order-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  background: var(--surface);
  box-shadow: 0 20px 55px rgba(23, 41, 54, 0.08);
}

.whr-order-copy { padding-top: 0.35rem; }

.whr-order-copy h2 {
  max-width: 8ch;
  color: var(--heading);
  font-size: clamp(3.4rem, 5vw, 5rem);
  line-height: 0.92;
}

.whr-progress {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.whr-form {
  display: grid;
  gap: 1.45rem;
  max-width: 700px;
}

.whr-picker {
  position: relative;
  z-index: 20;
}

.whr-picker > label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--heading);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.whr-picker-button {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(23, 41, 54, 0.22);
  border-radius: 0;
  background: #fff;
  color: var(--heading);
  font-family: var(--font);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  line-height: 1.05;
  text-align: left;
  cursor: pointer;
}

.whr-picker-button:hover,
.whr-picker-button[aria-expanded="true"] {
  border-color: var(--heading);
  background: #fbfbf7;
}

.whr-picker-mark {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-0.2rem);
  transition: transform 0.18s ease;
}

.whr-picker-button[aria-expanded="true"] .whr-picker-mark {
  transform: rotate(225deg) translate(-0.1rem, -0.1rem);
}

.whr-picker-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: min(520px, 68vh);
  overflow-y: auto;
  border: 1px solid rgba(23, 41, 54, 0.2);
  background: #fff;
  box-shadow: 0 22px 50px rgba(23, 41, 54, 0.18);
  animation: whrPickerOpen 0.18s ease both;
}

.whr-picker-menu[hidden] { display: none; }

.whr-picker-menu button {
  width: 100%;
  min-height: 78px;
  display: grid;
  gap: 0.16rem;
  padding: 1rem 1.2rem;
  border: 0;
  border-bottom: 1px solid rgba(23, 41, 54, 0.1);
  background: #fff;
  color: var(--heading);
  font-family: var(--font);
  font-size: 1.5rem;
  line-height: 1.12;
  text-align: left;
  cursor: pointer;
}

.whr-picker-menu button:last-child { border-bottom: 0; }

.whr-picker-menu button span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.whr-picker-menu button:hover,
.whr-picker-menu button:focus-visible,
.whr-picker-menu button[aria-selected="true"] {
  background: #eef1f1;
}

.whr-picker-menu button[aria-selected="true"] {
  box-shadow: inset 4px 0 0 var(--heading);
}

#report-type {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@keyframes whrPickerOpen {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.whr-field {
  display: grid;
  gap: 0.35rem;
}

.whr-field label {
  color: var(--heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.whr-field input,
.whr-field select,
.whr-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background-color: transparent;
  color: var(--heading);
  font-family: var(--font);
  font-size: 1.55rem;
  outline: none;
}

.whr-field input {
  min-height: 60px;
  padding: 0.55rem 0;
}

.whr-field textarea {
  min-height: 112px;
  padding: 0.7rem 0;
  resize: vertical;
}

.whr-field select {
  min-height: 72px;
  padding: 0.8rem 3.5rem 0.8rem 0;
  appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--heading) 50%),
    linear-gradient(135deg, var(--heading) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 51%,
    calc(100% - 13px) 51%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.whr-field input::placeholder,
.whr-field textarea::placeholder { color: #9ea4a7; }

.whr-field input:focus,
.whr-field select:focus,
.whr-field textarea:focus { border-bottom-color: var(--heading); }

.whr-selection-note {
  margin-top: -0.3rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.45;
}

.whr-dynamic-fields,
.whr-contact-fields {
  display: grid;
  gap: 1.45rem;
  animation: whrFade 0.28s ease both;
}

.whr-dynamic-check { margin-top: 0.25rem; }

@keyframes whrFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.whr-legal {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

.whr-check {
  display: grid;
  grid-template-columns: 1.05rem 1fr;
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.whr-check input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.14rem;
  accent-color: var(--heading);
}

.whr-check a {
  color: var(--heading);
  text-underline-offset: 3px;
}

.whr-btn,
.whr-page button.whr-btn {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border: 1px solid var(--heading);
  border-radius: 0;
  background: var(--heading);
  color: #fff;
  font-family: var(--font);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.whr-btn:hover,
.whr-page button.whr-btn:hover {
  background: transparent;
  color: var(--heading);
}

.whr-btn:disabled {
  background: #9ca3a6;
  border-color: #9ca3a6;
  color: #fff;
  cursor: not-allowed;
}

.whr-btn-block { width: 100%; }

.whr-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.whr-status[data-type="error"] { color: #7b3434; }

.whr-footer {
  padding: 2.4rem 0;
  background: #14232d;
  color: #fff;
}

.whr-footer-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.whr-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.35rem;
}

.whr-footer-links a,
.whr-cookie-btn {
  padding: 0;
  border: 0;
  background: none;
  color: #c8d0d5;
  font-family: var(--font);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
}

.whr-page a:focus-visible,
.whr-page button:focus-visible,
.whr-page input:focus-visible,
.whr-page select:focus-visible,
.whr-page textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .whr-hero-inner,
  .whr-hero-copy { min-height: 610px; }

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

  .whr-order-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

@media (max-width: 640px) {
  .whr-wrap,
  .whr-nav { width: min(100% - 1rem, var(--max)); }

  .whr-nav { min-height: 68px; }
  .whr-brand { font-size: 1.12rem; }
  .whr-brand img { width: 34px; height: 34px; }

  .whr-hero-inner,
  .whr-hero-copy { min-height: 560px; }

  .whr-hero-copy {
    justify-content: flex-end;
    padding: 2rem 1.35rem 3rem;
  }

  .whr-hero h1 { font-size: clamp(3.8rem, 17vw, 5.4rem); }
  .whr-hero-visual img { object-position: 62% center; }

  .whr-hero-visual::after {
    background: linear-gradient(180deg, rgba(18, 32, 41, 0.05) 18%, rgba(18, 32, 41, 0.84) 100%);
  }

  .whr-order-section {
    margin-top: 0;
    padding: 0 0 4rem;
  }

  .whr-order-layout {
    width: 100%;
    padding: 3rem 1rem;
    box-shadow: none;
  }

  .whr-form { gap: 1.25rem; }
  .whr-picker-button { min-height: 76px; font-size: 1.7rem; }
  .whr-picker-menu button { min-height: 74px; padding: 0.9rem 1rem; font-size: 1.38rem; }
  .whr-picker-menu button span { font-size: 0.96rem; }
  .whr-field select { min-height: 72px; font-size: 1.4rem; }
  .whr-field input,
  .whr-field textarea { font-size: 1.4rem; }

  .whr-footer-grid {
    align-items: center;
    justify-content: center;
  }

  .whr-footer-links {
    justify-content: center;
    text-align: center;
  }
}
