.gcr-hero { padding: 40px 18px 24px; }
.gcr-hero__frame { position: relative; max-width: 1200px; margin: 0 auto; min-height: 78vh;
                   border: 1px solid rgba(201,162,89,.35); border-radius: 8px; padding: 40px 28px 24px; }
.gcr-hero__corner { position: absolute; width: 16px; height: 16px; border: 1.5px solid rgba(201,162,89,.9); }
.gcr-hero__corner--tl { left: 10px; top: 10px; border-right: none; border-bottom: none; }
.gcr-hero__corner--tr { right: 10px; top: 10px; border-left: none; border-bottom: none; }
.gcr-hero__corner--bl { left: 10px; bottom: 10px; border-right: none; border-top: none; }
.gcr-hero__corner--br { right: 10px; bottom: 10px; border-left: none; border-top: none; }
.gcr-hero__kicker { text-align: center; font-family: var(--font-mono); color: var(--mh-brass);
                    font-size: clamp(9px, 0.9vw, 11px); letter-spacing: 0.25em; text-transform: uppercase; }
.gcr-hero__headline { margin: 8px 0 0; text-align: center; font-family: var(--font-serif);
                      font-weight: 400; color: var(--mh-parchment);
                      font-size: clamp(28px, 4.4vw, 44px); line-height: 1.2; }
.gcr-hero__headline em { color: var(--mh-brass-bright); font-style: italic; }
.gcr-hero__globe {
  position: relative;
  height: clamp(300px, 56vh, 560px);
  margin: 20px auto 12px;
  max-width: 720px;
  border: 1px solid rgba(201, 162, 89, 0.5);
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(201, 162, 89, 0.10),
              inset 0 0 0 3px rgba(10, 42, 71, 0.55),
              inset 0 0 0 4px rgba(201, 162, 89, 0.25);
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 50%, #061a2d 0%, #03111f 100%);
}
/* Brass corner brackets around the globe canvas — schematic-instrument frame. */
.gcr-globe-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(201, 162, 89, 0.95);
  pointer-events: none;
  z-index: 2;
}
.gcr-globe-corner--tl { left: 8px;  top: 8px;    border-right: none; border-bottom: none; }
.gcr-globe-corner--tr { right: 8px; top: 8px;    border-left: none;  border-bottom: none; }
.gcr-globe-corner--bl { left: 8px;  bottom: 8px; border-right: none; border-top: none;    }
.gcr-globe-corner--br { right: 8px; bottom: 8px; border-left: none;  border-top: none;    }
.gcr-hero__teaser { list-style: none; padding: 0; margin: 8px auto 0; max-width: 780px;
                    display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.gcr-tile { background: rgba(6,26,45,.9); border: 1px solid rgba(201,162,89,.3);
            border-radius: 4px; padding: 10px 14px; min-width: 90px; text-align: center;
            font-family: var(--font-serif); }
.gcr-tile--locked { color: #4a5d75; border-color: rgba(201,162,89,.15);
                    background: repeating-linear-gradient(45deg, rgba(6,26,45,.9) 0 6px, rgba(10,42,71,.8) 6px 8px); }
.gcr-tile__iso { font-style: italic; color: var(--mh-brass-bright); font-size: 12px; }
.gcr-tile--locked .gcr-tile__iso { color: #4a5d75; }
.gcr-tile__score { font-family: var(--font-mono); font-size: 12px; color: var(--mh-rising); margin-top: 3px; }
.gcr-tile--falling .gcr-tile__score { color: var(--mh-falling); }
.gcr-tile--locked .gcr-tile__score { color: #4a5d75; }
.gcr-tile__label { font-size: 9.5px; color: var(--mh-text-muted); margin-top: 3px; text-transform: lowercase; }
.gcr-hero__disclaimer { text-align: center; margin: 12px auto 6px; font-family: var(--font-serif);
                        font-style: italic; font-size: 10.5px; color: rgba(201,162,89,.7); }
.gcr-hero__disclaimer abbr { text-decoration: dotted underline rgba(201,162,89,.5); cursor: help; }
.gcr-hero__cta { display: block; margin: 16px auto 0; padding: 12px 22px; background: var(--mh-brass-bright);
                 color: var(--mh-navy-dark); font-family: var(--font-serif); font-weight: 600;
                 font-size: 14px; border: none; border-radius: 3px; cursor: pointer;
                 letter-spacing: 0.04em; }
.gcr-hero__cta:hover { background: #f0d28a; }
.gcr-section-heading { text-align: center; font-family: var(--font-serif); font-style: italic; color: var(--mh-brass-bright); font-size: clamp(22px, 3vw, 32px); margin: 48px 0 24px; }
.gcr-hiw { padding: 24px 18px; max-width: 1100px; margin: 0 auto; }
.gcr-hiw__steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.gcr-hiw__step { background: rgba(6,26,45,.6); border: 1px solid rgba(201,162,89,.35); border-radius: 6px; padding: 20px; text-align: center; }
.gcr-hiw__glyph { font-size: 36px; color: var(--mh-brass-bright); margin-bottom: 8px; }
.gcr-hiw__step h3 { font-family: var(--font-serif); font-style: italic; color: var(--mh-brass-bright); margin: 0 0 8px; font-size: 18px; }
.gcr-hiw__step p { margin: 0; font-family: var(--font-serif); font-size: 13px; line-height: 1.55; color: var(--mh-text-muted); }
.gcr-hiw__methodology-link { text-align: center; margin: 24px 0 0; font-family: var(--font-serif); font-style: italic; }
.gcr-hiw__methodology-link a { color: var(--mh-brass-bright); text-decoration: none; border-bottom: 1px dotted rgba(201,162,89,.5); }

.gcr-testi { max-width: 1000px; margin: 48px auto 0; padding: 0 18px; text-align: center; }
.gcr-testi__note { color: var(--mh-text-muted); font-family: var(--font-serif); font-size: 13px; font-style: italic; max-width: 620px; margin: 0 auto 20px; }
.gcr-testi__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.gcr-testi__card { background: rgba(6,26,45,.6); border: 1px solid rgba(201,162,89,.35); border-radius: 6px; padding: 20px; }
.gcr-testi__val { font-family: var(--font-mono); font-size: 28px; color: var(--mh-brass-bright); }
.gcr-testi__lab { font-family: var(--font-serif); color: var(--mh-text-muted); font-size: 12px; margin-top: 4px; }
.gcr-testi__disclaim { margin-top: 12px; font-size: 11px; color: var(--mh-text-muted); font-family: var(--font-serif); font-style: italic; }

.gcr-faq { max-width: 820px; margin: 48px auto 32px; padding: 0 18px; }
.gcr-faq__list { margin: 0; }
.gcr-faq__item { border: 1px solid rgba(201,162,89,.25); border-radius: 5px; padding: 12px 18px; margin-bottom: 8px; background: rgba(6,26,45,.4); }
.gcr-faq__item summary { cursor: pointer; list-style: none; }
.gcr-faq__item summary::-webkit-details-marker { display: none; }
.gcr-faq__item summary dt { display: inline; font-family: var(--font-serif); font-style: italic; color: var(--mh-brass-bright); font-size: 14px; }
.gcr-faq__item dd { margin: 10px 0 0; font-family: var(--font-serif); color: var(--mh-text-muted); font-size: 13px; line-height: 1.6; }

/* Featured-event line — distinguishes the globe callout (event) from the teaser tiles (top scores). */
.gcr-hero__event { max-width: 880px; margin: 18px auto 4px; padding: 8px 14px;
                   border: 1px dashed rgba(201,162,89,.45); border-radius: 4px;
                   background: rgba(10,42,71,.45); text-align: center;
                   font-family: var(--font-serif); font-size: 12px; color: var(--mh-text-muted); }
.gcr-hero__event-label { display: inline-block; margin-right: 8px; letter-spacing: 0.15em;
                         text-transform: uppercase; font-family: var(--font-mono); font-size: 9.5px; color: var(--mh-brass); }
.gcr-hero__event-body { font-style: italic; }
.gcr-hero__event-body strong { font-style: normal; color: var(--mh-brass-bright); letter-spacing: 0.04em; }
.gcr-hero__event-amt { color: var(--mh-brass-bright); font-family: var(--font-mono); font-style: normal; }

/* Header above the score tiles, makes clear they're a different ranking from the event. */
.gcr-hero__teaser-heading { text-align: center; margin: 18px auto 8px;
                            font-family: var(--font-mono); font-size: 10px; color: var(--mh-text-muted);
                            letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400; }

/* Inline hero signup form (replaces the old scroll-to-capture button). */
.gcr-hero__signup {
  max-width: 560px;
  margin: 22px auto 4px;
  padding: 18px 22px 16px;
  background: rgba(6, 26, 45, 0.85);
  border: 1px solid rgba(201, 162, 89, 0.5);
  border-radius: 6px;
  text-align: center;
  box-shadow: inset 0 0 0 3px rgba(10, 42, 71, 0.55),
              inset 0 0 0 4px rgba(201, 162, 89, 0.18);
}
.gcr-hero__signup-heading {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--mh-brass-bright);
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.gcr-hero__signup-sub {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 11.5px;
  color: var(--mh-text-muted);
}
.gcr-hero__signup-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.gcr-hero__signup-email {
  flex: 1 1 220px;
  min-width: 0;
  padding: 10px 12px;
  background: rgba(10, 42, 71, 0.85);
  border: 1px solid rgba(201, 162, 89, 0.55);
  border-radius: 3px;
  color: var(--mh-parchment);
  font-family: var(--font-mono);
  font-size: 13px;
}
.gcr-hero__signup-email::placeholder { color: rgba(156, 178, 201, 0.6); }
.gcr-hero__signup-email:focus {
  outline: none;
  border-color: var(--mh-brass-bright);
  box-shadow: 0 0 0 2px rgba(234, 196, 121, 0.2);
}
.gcr-hero__signup-btn {
  padding: 10px 16px;
  background: var(--mh-brass-bright);
  color: var(--mh-navy-dark);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 13.5px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.gcr-hero__signup-btn:hover { background: #f0d28a; }
.gcr-hero__signup-consent {
  display: block;
  margin-top: 10px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 11px;
  color: var(--mh-text-muted);
}
.gcr-hero__signup-consent input { margin-right: 6px; vertical-align: -1px; }
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.gcr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
