/*
 * Rate My Test Center homepage
 * Production version of the approved Campus Signal direction.
 */
:root {
  --green: #173f36;
  --green-dark: #0e2b25;
  --yellow: #d7ee38;
  --red: #ea4335;
  --cream: #f7f2e5;
  --paper: #fffdf7;
  --ink: #142b27;
  --muted: #65736e;
  --line: #cfd8cf;
  --soft: #eee9dc;
  --display: "Archivo Black", "Arial Black", sans-serif;
  --brand: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Manrope", Arial, Helvetica, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

body:not(.rate-mode) {
  color: var(--ink);
  background: var(--green-dark);
  font-family: var(--sans);
}

body:not(.rate-mode) .page-shell {
  width: min(1460px, calc(100% - 32px));
  margin: 16px auto 72px;
  overflow: clip;
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 30px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .25);
}

body:not(.rate-mode) .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--ink);
  background: var(--cream);
  border-bottom: 1px solid rgba(23, 63, 54, .2);
  box-shadow: none;
  backdrop-filter: none;
  transition: box-shadow .35s ease, background-color .35s ease;
}

body:not(.rate-mode) .topbar.is-scrolled {
  background: rgba(247, 242, 229, .94);
  box-shadow: 0 14px 30px rgba(14, 43, 37, .12);
  backdrop-filter: blur(16px);
}

body:not(.rate-mode) .topbar-inner {
  width: 100%;
  min-height: 90px;
  padding: 15px clamp(20px, 4vw, 56px);
}

body:not(.rate-mode) .brand {
  gap: 12px;
  color: var(--green-dark);
  text-decoration: none;
}

body:not(.rate-mode) .brand-mark {
  width: 52px;
  height: 52px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: none;
}

body:not(.rate-mode) .brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

body:not(.rate-mode) .wordmark {
  color: var(--green-dark);
  font-family: var(--brand);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .82;
  text-transform: uppercase;
}

body:not(.rate-mode) .wordmark small {
  margin-top: 8px;
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.rate-mode) .nav-actions {
  gap: 9px;
}

body:not(.rate-mode) .topbar .button-link {
  min-height: 46px;
  padding: 12px 18px;
  color: var(--cream);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body:not(.rate-mode) .topbar .button-link.secondary {
  color: var(--green-dark);
  background: transparent;
  border-color: transparent;
}

body:not(.rate-mode) .topbar .button-link:hover,
body:not(.rate-mode) .topbar .button-link:focus-visible {
  transform: translateY(-1px);
}

body:not(.rate-mode) .topbar .button-link.secondary:hover,
body:not(.rate-mode) .topbar .button-link.secondary:focus-visible {
  background: rgba(23, 63, 54, .08);
  border-color: rgba(23, 63, 54, .12);
}

body:not(.rate-mode) .account-panel .avatar {
  color: var(--green-dark);
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(23, 63, 54, .14);
}

body:not(.rate-mode) .review-author .avatar {
  color: var(--cream);
  background: var(--green);
  box-shadow: none;
}

body:not(.rate-mode) .vote-button {
  color: var(--green);
  background: var(--paper);
  border-color: var(--line);
}

body:not(.rate-mode) .vote-button.active {
  color: var(--green-dark);
  background: var(--yellow);
  border-color: var(--yellow);
}

body:not(.rate-mode) .register-menu-panel {
  background: var(--paper);
  border-color: var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(14, 43, 37, .18);
}

body:not(.rate-mode) .register-menu-panel strong {
  color: var(--muted);
  font-family: var(--mono);
}

body:not(.rate-mode) .register-menu-panel a {
  color: var(--ink);
  font-family: var(--sans);
}

body:not(.rate-mode) .register-menu-panel a:hover,
body:not(.rate-mode) .register-menu-panel a:focus-visible {
  color: var(--green-dark);
  background: var(--cream);
}

body:not(.rate-mode) main {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body:not(.rate-mode) .hero-scroll { order: 1; }
body:not(.rate-mode) .intro-section { order: 2; }
body:not(.rate-mode) .steps-section { order: 3; }
body:not(.rate-mode) .community-section { order: 4; }
body:not(.rate-mode) .registration-section { order: 5; }
body:not(.rate-mode) .my-reviews { order: 6; }

body:not(.rate-mode) .hero-scroll {
  height: 128vh;
  min-height: 820px;
  position: relative;
  background: var(--cream);
}

body:not(.rate-mode) .hero {
  min-height: 620px;
  height: calc(100svh - 90px);
  padding: clamp(52px, 8vw, 108px) clamp(24px, 5vw, 76px) 82px;
  position: sticky;
  top: 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  place-items: initial;
  align-items: center;
  gap: clamp(36px, 6vw, 96px);
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
  text-align: left;
  --hero-progress: 0;
}

body:not(.rate-mode) .hero::before {
  content: "";
  width: 620px;
  height: 620px;
  position: absolute;
  right: -250px;
  top: -310px;
  border: 110px solid var(--yellow);
  border-radius: 50%;
  opacity: .35;
  transform: scale(calc(1 + var(--hero-progress) * .12));
}

body:not(.rate-mode) .hero-copy-block {
  position: relative;
  z-index: 1;
  opacity: calc(1 - var(--hero-progress) * .42);
  transform: translate3d(0, calc(var(--hero-progress) * -44px), 0);
  will-change: opacity, transform;
}

body:not(.rate-mode) .hero-kicker {
  margin: 0 0 24px;
  color: var(--red);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.rate-mode) .hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(4rem, 7.25vw, 8rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .79;
  text-transform: uppercase;
}

body:not(.rate-mode) .hero-copy {
  width: min(670px, 100%);
  margin: 34px 0 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.55vw, 1.48rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.4;
}

body:not(.rate-mode) .hero-search-card {
  position: relative;
  z-index: 1;
  padding: clamp(25px, 3vw, 40px);
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: 26px 26px 90px 26px;
  box-shadow: 18px 20px 0 var(--green);
  opacity: calc(1 - var(--hero-progress) * .16);
  transform: translate3d(0, calc(var(--hero-progress) * -26px), 0)
    rotate(calc(1deg - var(--hero-progress) * 1deg))
    scale(calc(1 - var(--hero-progress) * .025));
  will-change: opacity, transform;
}

body:not(.rate-mode) .hero-search-card::after {
  content: "";
  width: 156%;
  height: 34px;
  position: absolute;
  left: -30%;
  bottom: -58px;
  background: var(--yellow);
  transform: rotate(-5deg);
}

body:not(.rate-mode) .search-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.rate-mode) .hero-search-card h2 {
  max-width: 450px;
  margin: 30px 0 10px;
  color: var(--ink);
  font-family: var(--brand);
  font-size: clamp(2.9rem, 4.4vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: .88;
  text-transform: uppercase;
}

body:not(.rate-mode) .hero-search-card > p:not(.exam-list) {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

body:not(.rate-mode) .hero-search {
  width: 100%;
  margin: 0;
  padding: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--green);
  border-radius: 16px;
}

body:not(.rate-mode) .hero-search input {
  min-width: 0;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

body:not(.rate-mode) .hero-search button {
  min-width: 122px;
  min-height: 46px;
  padding: 12px 16px;
  color: white;
  background: var(--red);
  border: 0;
  border-radius: 11px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
}

body:not(.rate-mode) .hero-search button:hover,
body:not(.rate-mode) .hero-search button:focus-visible {
  background: #d93025;
}

body:not(.rate-mode) .exam-list {
  margin: 18px 0 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
}

body:not(.rate-mode) .intro-section {
  margin-top: -38px;
  padding: 88px clamp(24px, 5vw, 76px);
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  background: var(--paper);
  border-radius: 30px 30px 0 0;
}

body:not(.rate-mode) .section-label {
  margin: 0 0 14px;
  color: var(--red);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.rate-mode) .intro-section h2,
body:not(.rate-mode) .steps-section > h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
}

body:not(.rate-mode) .intro-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
}

body:not(.rate-mode) .intro-copy strong { color: var(--ink); }

body:not(.rate-mode) .steps-section {
  padding: 76px clamp(24px, 5vw, 76px) 88px;
  background: var(--cream);
  border-top: 1px solid var(--line);
}

body:not(.rate-mode) .steps-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}

body:not(.rate-mode) .step-card {
  min-height: 270px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

body:not(.rate-mode) .step-card:last-child { border-right: 0; }

body:not(.rate-mode) .step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
}

body:not(.rate-mode) .step-card h3 {
  margin: 40px 0 10px;
  color: var(--green);
  font-family: var(--brand);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.rate-mode) .step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

body:not(.rate-mode) .community-section {
  margin: 0;
  padding: 76px clamp(24px, 5vw, 76px) 88px;
  color: var(--cream);
  background: var(--green);
  border-radius: 0;
}

body:not(.rate-mode) .community-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

body:not(.rate-mode) .community-heading .eyebrow,
body:not(.rate-mode) .registration-section .eyebrow {
  margin: 0 0 15px;
  padding: 0;
  color: var(--yellow);
  background: transparent;
  border-radius: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.rate-mode) .community-heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
}

body:not(.rate-mode) .community-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

body:not(.rate-mode) .community-seo-intro {
  max-width: 860px;
  margin: 24px 0 0;
  color: #c6d7d0;
  font-size: 15px;
  line-height: 1.65;
}

body:not(.rate-mode) .community-count {
  min-width: max-content;
  padding: 12px 16px;
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

body:not(.rate-mode) .community-cta {
  min-height: 44px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  color: white;
  background: var(--red);
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
}

body:not(.rate-mode) .community-tools {
  margin: 48px 0 12px;
  display: grid;
  grid-template-columns: minmax(230px, 2fr) repeat(4, minmax(125px, 1fr));
  gap: 9px;
}

body:not(.rate-mode) .community-tools input,
body:not(.rate-mode) .community-tools select {
  min-width: 0;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

body:not(.rate-mode) .rating-method {
  margin: 0 0 24px;
  color: #c6d7d0;
  font-size: 12px;
}

body:not(.rate-mode) .rating-method summary {
  width: fit-content;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

body:not(.rate-mode) .map-panel {
  margin: 0 0 28px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 20px 20px 70px 20px;
}

body:not(.rate-mode) .map-panel-head {
  padding: 20px 22px;
  border-color: var(--line);
}

body:not(.rate-mode) .map-panel-head h3 {
  color: var(--green);
  font-family: var(--brand);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

body:not(.rate-mode) .map-panel-head p { color: var(--muted); }

body:not(.rate-mode) .map-key {
  color: var(--green-dark);
  background: var(--yellow);
  border-color: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

body:not(.rate-mode) .map-status { background: rgba(255, 253, 247, .92); }

body:not(.rate-mode) .map-rating-marker {
  color: white;
  background: var(--red);
  border-color: white;
  box-shadow: 0 5px 16px rgba(14, 43, 37, .3);
}

body:not(.rate-mode) .map-rating-marker.unrated {
  color: var(--green);
  background: var(--paper);
  border-color: var(--green);
}

body:not(.rate-mode) .community-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body:not(.rate-mode) .community-card {
  min-width: 0;
  padding: 26px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 20px;
  box-shadow: none;
}

body:not(.rate-mode) .community-card:first-child {
  border-radius: 20px 20px 78px 20px;
}

body:not(.rate-mode) .review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

body:not(.rate-mode) .review-card-head > div:first-child { min-width: 0; }

body:not(.rate-mode) .review-kicker {
  margin: 0 0 6px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body:not(.rate-mode) .center-card h3,
body:not(.rate-mode) .community-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--brand);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

body:not(.rate-mode) .review-location {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

body:not(.rate-mode) .review-score {
  min-width: 88px;
  flex: 0 0 auto;
  text-align: right;
}

body:not(.rate-mode) .review-score strong {
  display: block;
  color: var(--red);
  font-family: var(--display);
  font-size: 38px;
  letter-spacing: -.06em;
  line-height: .9;
}

body:not(.rate-mode) .review-score small {
  margin-top: 4px;
  display: block;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.3;
}

body:not(.rate-mode) .review-stars {
  color: #b99500;
  font-size: 12px;
  letter-spacing: .03em;
  white-space: nowrap;
}

body:not(.rate-mode) .review-tags {
  min-height: 25px;
  margin: 18px 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

body:not(.rate-mode) .review-tag {
  padding: 5px 7px;
  color: var(--green);
  background: var(--cream);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
}

body:not(.rate-mode) .review-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

body:not(.rate-mode) .review-metric {
  padding: 9px 4px;
  color: var(--muted);
  background: var(--cream);
  border-radius: 8px;
  font-size: 9px;
  text-align: center;
}

body:not(.rate-mode) .review-metric b {
  display: block;
  color: var(--green);
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: -.04em;
}

body:not(.rate-mode) .community-card blockquote {
  min-height: 86px;
  margin: 18px 0 0;
  padding: 16px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body:not(.rate-mode) .community-card blockquote strong {
  margin-bottom: 3px;
  display: block;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body:not(.rate-mode) .center-card-actions {
  margin-top: 18px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
}

body:not(.rate-mode) .center-detail-link {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body:not(.rate-mode) .center-rate-link {
  padding: 8px 10px;
  color: white;
  background: var(--red);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

body:not(.rate-mode) .community-card:nth-child(even) {
  color: var(--cream);
  background: var(--red);
}

body:not(.rate-mode) .community-card:nth-child(even) .review-kicker,
body:not(.rate-mode) .community-card:nth-child(even) .review-score strong,
body:not(.rate-mode) .community-card:nth-child(even) blockquote strong {
  color: var(--yellow);
}

body:not(.rate-mode) .community-card:nth-child(even) h3,
body:not(.rate-mode) .community-card:nth-child(even) .review-score small,
body:not(.rate-mode) .community-card:nth-child(even) blockquote,
body:not(.rate-mode) .community-card:nth-child(even) .center-detail-link {
  color: var(--cream);
}

body:not(.rate-mode) .community-card:nth-child(even) .review-location { color: #ffe2dc; }

body:not(.rate-mode) .community-card:nth-child(even) .review-tag,
body:not(.rate-mode) .community-card:nth-child(even) .review-metric,
body:not(.rate-mode) .community-card:nth-child(even) .center-rate-link {
  color: var(--green-dark);
  background: var(--yellow);
}

body:not(.rate-mode) .community-card:nth-child(even) .review-metric b {
  color: var(--green-dark);
}

body:not(.rate-mode) .community-card:nth-child(even) blockquote,
body:not(.rate-mode) .community-card:nth-child(even) .center-card-actions {
  border-color: rgba(255, 255, 255, .35);
}

body:not(.rate-mode) .community-empty {
  min-height: 180px;
  grid-column: 1 / -1;
  padding: 28px;
  color: #c6d7d0;
  border-color: rgba(255, 255, 255, .25);
}

body:not(.rate-mode) .community-empty strong { color: white; }

body:not(.rate-mode) .registration-section {
  margin: 0;
  padding: 76px clamp(24px, 5vw, 76px) 88px;
  color: var(--cream);
  background: var(--green-dark);
  border-radius: 0;
  box-shadow: none;
}

body:not(.rate-mode) .registration-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: end;
  gap: clamp(36px, 6vw, 90px);
}

body:not(.rate-mode) .registration-head h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
}

body:not(.rate-mode) .registration-head p {
  max-width: 640px;
  color: #c6d7d0;
  font-weight: 600;
}

body:not(.rate-mode) .official-actions {
  align-content: flex-end;
  justify-content: flex-start;
}

body:not(.rate-mode) .official-button {
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body:not(.rate-mode) .test-date-grid {
  margin-top: 44px;
  gap: 18px;
}

body:not(.rate-mode) .test-date-card {
  padding: 27px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 20px;
}

body:not(.rate-mode) .test-date-card h3 {
  color: var(--green);
  font-family: var(--brand);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

body:not(.rate-mode) .date-list li { color: var(--muted); }
body:not(.rate-mode) .date-list strong { color: var(--ink); }
body:not(.rate-mode) .date-card-links a { color: var(--green); }
body:not(.rate-mode) .registration-disclaimer { color: #9fb5ad; }

body:not(.rate-mode) .my-reviews {
  margin: 0;
  padding: 70px clamp(24px, 5vw, 76px);
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
}

body:not(.rate-mode) .my-reviews .community-heading h2 { color: var(--green); }

body:not(.rate-mode) footer {
  padding: 38px 20px;
  color: var(--cream);
  background: var(--green-dark);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}

body:not(.rate-mode) .site-footer-links a { color: var(--cream); }

.motion-ready body:not(.rate-mode) [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity .9s cubic-bezier(.32, .94, .6, 1),
    transform .9s cubic-bezier(.32, .94, .6, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready body:not(.rate-mode) [data-reveal="left"] {
  transform: translate3d(-56px, 0, 0);
}

.motion-ready body:not(.rate-mode) [data-reveal="right"] {
  transform: translate3d(56px, 0, 0);
}

.motion-ready body:not(.rate-mode) [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready body:not(.rate-mode) .community-card.motion-card {
  opacity: 0;
  transform: translate3d(0, 48px, 0) scale(.975);
  transition:
    opacity .82s cubic-bezier(.32, .94, .6, 1),
    transform .82s cubic-bezier(.32, .94, .6, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready body:not(.rate-mode) .community-card.motion-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1100px) {
  body:not(.rate-mode) .nav-actions { gap: 2px; }
  body:not(.rate-mode) .topbar .button-link { padding-inline: 13px; }
  body:not(.rate-mode) .community-tools {
    grid-template-columns: minmax(220px, 2fr) repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 900px) {
  body:not(.rate-mode) .page-shell {
    width: min(100% - 16px, 760px);
    margin-top: 8px;
    border-radius: 22px;
  }

  body:not(.rate-mode) .topbar-inner { min-height: 78px; }
  body:not(.rate-mode) .brand > .wordmark { display: block; }
  body:not(.rate-mode) .how-link,
  body:not(.rate-mode) .nav-actions > a.secondary,
  body:not(.rate-mode) .register-menu { display: none; }
  body:not(.rate-mode) .topbar .button-link { min-height: 42px; padding-inline: 13px; }

  body:not(.rate-mode) .hero-scroll {
    height: auto;
    min-height: 0;
  }

  body:not(.rate-mode) .hero {
    min-height: auto;
    height: auto;
    padding-bottom: 110px;
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  body:not(.rate-mode) .hero h1 { font-size: clamp(3.7rem, 14vw, 7rem); }

  body:not(.rate-mode) .hero-copy-block,
  body:not(.rate-mode) .hero-search-card {
    opacity: 1;
    transform: none;
  }

  body:not(.rate-mode) .hero-search-card { margin-right: 16px; }
  body:not(.rate-mode) .intro-section {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body:not(.rate-mode) .community-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body:not(.rate-mode) .community-heading-actions {
    width: 100%;
    justify-content: space-between;
  }

  body:not(.rate-mode) .community-tools { grid-template-columns: 1fr 1fr; }
  body:not(.rate-mode) .community-feed { grid-template-columns: 1fr; }

  body:not(.rate-mode) .registration-head { grid-template-columns: 1fr; }
  body:not(.rate-mode) .test-date-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body:not(.rate-mode) .brand { gap: 9px; }
  body:not(.rate-mode) .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }
  body:not(.rate-mode) .wordmark { font-size: 22px; }
  body:not(.rate-mode) .wordmark small { margin-top: 6px; font-size: 7px; }
  body:not(.rate-mode) .topbar .button-link { font-size: 10px; }
}

@media (max-width: 560px) {
  body:not(.rate-mode) .page-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  body:not(.rate-mode) .topbar-inner {
    min-height: 74px;
    padding-inline: 16px;
  }

  body:not(.rate-mode) .wordmark { font-size: 22px; }
  body:not(.rate-mode) .wordmark small { font-size: 7px; }
  body:not(.rate-mode) #accountButton { display: none; }
  body:not(.rate-mode) .topbar .button-link { font-size: 10px; }

  body:not(.rate-mode) .hero {
    padding: 52px 20px 100px;
    gap: 54px;
  }

  body:not(.rate-mode) .hero h1 {
    font-size: clamp(3.15rem, 15vw, 5.1rem);
  }

  body:not(.rate-mode) .hero-copy { font-size: 1.03rem; }

  body:not(.rate-mode) .hero-search-card {
    margin-right: 12px;
    padding: 24px;
    box-shadow: 10px 12px 0 var(--green);
    border-radius: 20px 20px 60px 20px;
  }

  body:not(.rate-mode) .hero-search-card h2 { font-size: 2.65rem; }
  body:not(.rate-mode) .hero-search { grid-template-columns: 1fr; }
  body:not(.rate-mode) .hero-search button { min-height: 44px; }

  body:not(.rate-mode) .intro-section,
  body:not(.rate-mode) .steps-section,
  body:not(.rate-mode) .community-section,
  body:not(.rate-mode) .registration-section,
  body:not(.rate-mode) .my-reviews {
    padding: 62px 20px 70px;
  }

  body:not(.rate-mode) .steps-grid { grid-template-columns: 1fr; }
  body:not(.rate-mode) .step-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  body:not(.rate-mode) .step-card:last-child { border-bottom: 0; }
  body:not(.rate-mode) .community-tools { grid-template-columns: 1fr; }
  body:not(.rate-mode) .map-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
  body:not(.rate-mode) .review-card-head { gap: 10px; }
  body:not(.rate-mode) .review-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body:not(.rate-mode) .center-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body:not(.rate-mode) .hero::before,
  body:not(.rate-mode) .hero-copy-block,
  body:not(.rate-mode) .hero-search-card,
  .motion-ready body:not(.rate-mode) [data-reveal],
  .motion-ready body:not(.rate-mode) .community-card.motion-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
