:root {
  --gmz-basalt: #081014;
  --gmz-graphite: #101a1f;
  --gmz-deep: #102b2b;
  --gmz-patina: #1ea88a;
  --gmz-patina-soft: #77d9c2;
  --gmz-copper: #c8783e;
  --gmz-copper-light: #e2a06c;
  --gmz-stone: #e8e1d2;
  --gmz-ice: #f4f8f6;
  --gmz-mist: #adbbb7;
  --gmz-line: rgba(119, 217, 194, 0.18);
  --gmz-shadow: 0 28px 70px rgba(2, 10, 12, 0.28);
  --gmz-radius: 22px;
  --gmz-cut: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.gmz-core-active {
  --body-color: var(--gmz-ice);
}

.gmz-site-page .entry-title,
.gmz-site-page .page-title,
.gmz-site-page .breadcrumb,
.gmz-site-page .breadcrumbs,
.gmz-site-page .rb-breadcrumb,
.gmz-site-page .single-header,
.gmz-site-page .entry-header:not(.site-header) {
  display: none !important;
}

.gmz-site-page .site-content,
.gmz-site-page .content-wrap,
.gmz-site-page .main-content,
.gmz-site-page .entry-content,
.gmz-site-page .page-content,
.gmz-site-page .single-content,
.gmz-site-page .content-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gmz-site-page .sidebar,
.gmz-site-page #sidebar,
.gmz-site-page .widget-area,
.gmz-site-page .sidebar-wrap {
  display: none !important;
}

.gmz-market-ticker {
  position: relative;
  z-index: 99999;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 38px;
  background: var(--gmz-basalt);
  border-bottom: 1px solid rgba(200, 120, 62, 0.32);
  color: var(--gmz-ice);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow: hidden;
}

.gmz-ticker-label,
.gmz-ticker-note {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 18px;
  white-space: nowrap;
  font-weight: 800;
}

.gmz-ticker-label {
  background: var(--gmz-copper);
  color: #fff;
}

.gmz-ticker-note {
  color: var(--gmz-mist);
  border-left: 1px solid rgba(255,255,255,.08);
  font-size: 9px;
}

.gmz-pulse {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gmz-patina-soft);
  box-shadow: 0 0 0 0 rgba(119,217,194,.8);
  animation: gmz-pulse 2s infinite;
}

.gmz-ticker-window {
  min-width: 0;
  overflow: hidden;
}

.gmz-ticker-track {
  display: flex;
  width: max-content;
  animation: gmz-ticker 65s linear infinite;
  will-change: transform;
}

.gmz-ticker-track:hover {
  animation-play-state: paused;
}

.gmz-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 21px;
  color: var(--gmz-stone) !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.08);
}

.gmz-ticker-item strong {
  color: var(--gmz-patina-soft);
  font-weight: 900;
}

@keyframes gmz-ticker {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

@keyframes gmz-pulse {
  70% { box-shadow: 0 0 0 8px rgba(119,217,194,0); }
  100% { box-shadow: 0 0 0 0 rgba(119,217,194,0); }
}

.gmz-shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--gmz-graphite);
  font-family: Inter, Arial, sans-serif;
}

.gmz-shell *,
.gmz-shell *::before,
.gmz-shell *::after {
  box-sizing: border-box;
}

.gmz-shell h1,
.gmz-shell h2,
.gmz-shell h3,
.gmz-shell p,
.gmz-shell ul {
  margin-top: 0;
}

.gmz-shell h1,
.gmz-shell h2,
.gmz-shell h3 {
  color: inherit;
  font-family: "Arial Narrow", "Roboto Condensed", Inter, Arial, sans-serif;
  letter-spacing: -.035em;
}

.gmz-shell a {
  transition: .22s ease;
}

.gmz-home,
.gmz-inner {
  background:
    radial-gradient(circle at 88% 7%, rgba(30,168,138,.13), transparent 31%),
    linear-gradient(180deg, #f5f7f2 0%, #ecf0ea 100%);
}

.gmz-inner {
  min-height: 70vh;
  padding-bottom: 90px;
}

.gmz-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 18%, rgba(30,168,138,.34), transparent 23%),
    linear-gradient(116deg, rgba(8,16,20,.98) 0%, rgba(10,31,33,.96) 60%, rgba(11,51,47,.94) 100%);
  color: var(--gmz-ice);
}

.gmz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .36;
  background-image:
    repeating-radial-gradient(ellipse at 73% 48%, transparent 0 19px, rgba(119,217,194,.14) 20px 21px, transparent 22px 39px),
    linear-gradient(130deg, transparent 52%, rgba(200,120,62,.12) 52.2%, transparent 52.8%);
}

.gmz-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background: linear-gradient(90deg, var(--gmz-copper) 0 19%, var(--gmz-patina) 19% 61%, var(--gmz-stone) 61% 72%, transparent 72%);
}

.gmz-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.gmz-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 930px;
  padding: 62px clamp(28px, 5vw, 78px) 58px;
}

.gmz-kicker,
.gmz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gmz-copper-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gmz-kicker::before,
.gmz-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.gmz-hero h1 {
  max-width: 920px;
  margin: 24px 0 26px;
  color: #fff;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
}

.gmz-hero-content > p {
  max-width: 720px;
  margin-bottom: 25px;
  color: #cbd8d4;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.gmz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.gmz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.gmz-btn-primary {
  background: var(--gmz-copper);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(200,120,62,.22);
}

.gmz-btn-primary:hover {
  background: #dc8b4e;
  transform: translateY(-2px);
}

.gmz-btn-ghost {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.05);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.gmz-btn-ghost:hover {
  border-color: var(--gmz-patina-soft);
  background: rgba(119,217,194,.11);
}

.gmz-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 30px;
  color: #9cb0aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gmz-trust-row span::before {
  content: "◆";
  margin-right: 8px;
  color: var(--gmz-patina-soft);
  font-size: 8px;
}

.gmz-hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(24px, 3.3vw, 50px);
  background: rgba(5,16,18,.55);
  border-left: 1px solid rgba(119,217,194,.15);
  backdrop-filter: blur(12px);
}

.gmz-map-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(235px, 70vw);
  aspect-ratio: 1;
  margin: 0 auto 24px;
}

.gmz-core-mark {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(119,217,194,.6);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,168,138,.25), rgba(8,16,20,.95));
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.05em;
  box-shadow: 0 0 60px rgba(30,168,138,.22);
}

.gmz-core-mark span {
  color: var(--gmz-copper-light);
  font-size: 12px;
  letter-spacing: .08em;
}

.gmz-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(119,217,194,.22);
  border-radius: 48% 52% 51% 49%;
  animation: gmz-orbit 18s linear infinite;
}

.gmz-orbit.orbit-b {
  inset: 34px;
  border-color: rgba(200,120,62,.32);
  animation-duration: 13s;
  animation-direction: reverse;
}

.gmz-orbit.orbit-c {
  inset: 74px;
  border-style: dashed;
  animation-duration: 9s;
}

@keyframes gmz-orbit { to { transform: rotate(360deg); } }

.gmz-panel-stat {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #c1d0cb;
  font-size: 13px;
  line-height: 1.45;
}

.gmz-panel-stat strong {
  color: var(--gmz-copper-light);
  font-size: 20px;
}

.gmz-fast-grid,
.gmz-split-section,
.gmz-mineral-band,
.gmz-country-feature,
.gmz-founder-strip,
.gmz-section-head,
.gmz-pricing-grid,
.gmz-founder-grid,
.gmz-credential-panel,
.gmz-mandate-list,
.gmz-card-grid,
.gmz-form-section,
.gmz-form-wide,
.gmz-contact-grid,
.gmz-mineral-directory,
.gmz-legal-note {
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.gmz-fast-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: -39px;
  box-shadow: var(--gmz-shadow);
}

.gmz-fast-card {
  position: relative;
  min-height: 245px;
  padding: 30px 24px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.08);
  background: var(--gmz-graphite);
  color: #fff !important;
  text-decoration: none !important;
}

.gmz-fast-card:nth-child(even) {
  background: #152429;
}

.gmz-fast-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(119,217,194,.22);
  transform: rotate(45deg);
}

.gmz-fast-card:hover {
  z-index: 2;
  background: var(--gmz-deep);
  transform: translateY(-6px);
}

.gmz-fast-card > span {
  color: var(--gmz-copper-light);
  font-size: 11px;
  font-weight: 900;
}

.gmz-fast-card h3 {
  margin: 32px 0 13px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.gmz-fast-card p {
  color: #aebdb8;
  font-size: 13px;
  line-height: 1.55;
}

.gmz-fast-card b {
  position: absolute;
  left: 24px;
  bottom: 26px;
  color: var(--gmz-patina-soft);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gmz-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  padding: 105px 0 95px;
}

.gmz-section-head {
  width: 100%;
  margin-bottom: 38px;
}

.gmz-section-head h2 {
  max-width: 900px;
  margin: 14px 0 12px;
  color: var(--gmz-basalt);
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: .98;
}

.gmz-section-head p {
  max-width: 820px;
  color: #62706c;
  font-size: 17px;
  line-height: 1.65;
}

.gmz-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gmz-op-card {
  position: relative;
  min-height: 255px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(16,43,43,.11);
  background: rgba(255,255,255,.78);
  clip-path: var(--gmz-cut);
  box-shadow: 0 18px 38px rgba(15,40,39,.06);
}

.gmz-op-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: var(--gmz-patina);
}

.gmz-op-card:hover {
  border-color: rgba(30,168,138,.42);
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(15,40,39,.11);
}

.gmz-card-tag {
  display: inline-block;
  color: var(--gmz-copper);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gmz-op-card h3 {
  margin: 19px 0 14px;
  color: var(--gmz-basalt);
  font-size: 25px;
  line-height: 1.05;
}

.gmz-op-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.gmz-op-card p {
  color: #63716d;
  font-size: 14px;
  line-height: 1.65;
}

.gmz-card-link,
.gmz-text-link {
  color: var(--gmz-deep) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.gmz-card-link {
  position: absolute;
  left: 29px;
  bottom: 26px;
}

.gmz-value {
  display: block;
  margin: 18px 0 40px;
  color: var(--gmz-copper);
}

.gmz-side-callout {
  align-self: start;
  position: sticky;
  top: 70px;
  padding: 38px;
  background:
    linear-gradient(150deg, rgba(8,16,20,.98), rgba(16,43,43,.96)),
    repeating-linear-gradient(45deg, transparent 0 13px, rgba(255,255,255,.03) 14px 15px);
  color: #fff;
  clip-path: var(--gmz-cut);
  box-shadow: var(--gmz-shadow);
}

.gmz-side-callout h3 {
  margin: 18px 0;
  color: #fff;
  font-size: 35px;
  line-height: 1;
}

.gmz-side-callout p {
  margin-bottom: 28px;
  color: #b4c2bd;
  line-height: 1.65;
}

.gmz-mineral-band {
  padding: 78px clamp(24px, 5vw, 78px);
  background:
    radial-gradient(circle at 92% 12%, rgba(200,120,62,.22), transparent 26%),
    linear-gradient(128deg, var(--gmz-deep), #153d38);
  color: #fff;
  clip-path: var(--gmz-cut);
}

.gmz-mineral-band .gmz-section-head h2,
.gmz-mineral-band .gmz-section-head p {
  color: #fff;
}

.gmz-mineral-band .gmz-section-head p {
  color: #bed0ca;
}

.gmz-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gmz-chip-grid span {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.gmz-chip-grid span::before {
  content: "◆";
  margin-right: 13px;
  color: var(--gmz-copper-light);
}

.gmz-country-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 110px 0;
}

.gmz-country-feature h2 {
  margin: 18px 0;
  color: var(--gmz-basalt);
  font-size: clamp(42px, 4.5vw, 70px);
  line-height: .96;
}

.gmz-country-feature p {
  max-width: 700px;
  margin-bottom: 28px;
  color: #60706b;
  font-size: 17px;
  line-height: 1.7;
}

.gmz-country-cards {
  display: grid;
  gap: 12px;
}

.gmz-country-cards a,
.gmz-country-cards > span {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 116px;
  padding: 25px 28px;
  border-left: 5px solid var(--gmz-copper);
  background: #fff;
  color: var(--gmz-basalt) !important;
  text-decoration: none !important;
  box-shadow: 0 13px 30px rgba(15,40,39,.07);
}

.gmz-country-cards a:hover {
  border-left-color: var(--gmz-patina);
  transform: translateX(6px);
}

.gmz-country-cards strong {
  font-size: 27px;
}

.gmz-country-cards span,
.gmz-country-cards small {
  color: #72807c;
  font-size: 12px;
}

.gmz-founder-strip {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 100px;
  padding: 44px 50px;
  background: var(--gmz-basalt);
  color: #fff;
  clip-path: var(--gmz-cut);
}

.gmz-founder-strip h2 {
  margin: 8px 0;
  color: #fff;
  font-size: 38px;
}

.gmz-founder-strip p {
  margin: 0;
  color: #b4c3be;
}

.gmz-founder-monogram {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid var(--gmz-patina-soft);
  border-radius: 50%;
  color: var(--gmz-copper-light);
  font-weight: 900;
  letter-spacing: .06em;
}

.gmz-founder-monogram.large {
  width: 210px;
  height: 210px;
  margin: auto;
  font-size: 46px;
  box-shadow: inset 0 0 0 25px rgba(119,217,194,.04), 0 0 70px rgba(30,168,138,.12);
}

.gmz-page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px max(24px, calc((100vw - 1440px) / 2)) 88px;
  background:
    radial-gradient(circle at 87% 20%, rgba(30,168,138,.25), transparent 25%),
    linear-gradient(120deg, var(--gmz-basalt), #123735);
  color: #fff;
}

.gmz-page-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(119,217,194,.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 55px rgba(119,217,194,.025), inset 0 0 0 110px rgba(200,120,62,.025);
}

.gmz-page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin: 20px 0 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .94;
}

.gmz-page-hero p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-bottom: 30px;
  color: #c5d3cf;
  font-size: 18px;
  line-height: 1.7;
}

.gmz-inner > .gmz-section-head,
.gmz-inner > .gmz-card-grid,
.gmz-inner > .gmz-pricing-grid,
.gmz-inner > .gmz-founder-grid,
.gmz-inner > .gmz-credential-panel,
.gmz-inner > .gmz-mandate-list,
.gmz-inner > .gmz-form-wide,
.gmz-inner > .gmz-contact-grid,
.gmz-inner > .gmz-mineral-directory,
.gmz-inner > .gmz-legal-note,
.gmz-inner > .gmz-alert {
  margin-top: 72px;
}

.gmz-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.gmz-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 530px;
  padding: 30px 25px;
  border: 1px solid rgba(16,43,43,.12);
  background: rgba(255,255,255,.86);
  clip-path: var(--gmz-cut);
  box-shadow: 0 18px 45px rgba(15,40,39,.08);
}

.gmz-price-card.featured {
  border-color: var(--gmz-patina);
  background: linear-gradient(180deg, #123835, #0d2425);
  color: #fff;
  transform: translateY(-12px);
  box-shadow: 0 30px 65px rgba(15,40,39,.25);
}

.gmz-price-card.institutional {
  border-color: var(--gmz-copper);
}

.gmz-price-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: var(--gmz-copper);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}

.gmz-price-card h3 {
  min-height: 62px;
  margin: 28px 0 18px;
  color: var(--gmz-basalt);
  font-size: 26px;
  line-height: 1;
}

.gmz-price-card.featured h3,
.gmz-price-card.featured p,
.gmz-price-card.featured li {
  color: #fff;
}

.gmz-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}

.gmz-price strong {
  color: var(--gmz-copper);
  font-size: 36px;
  line-height: 1;
}

.gmz-price span {
  color: #788581;
  font-size: 11px;
  text-transform: uppercase;
}

.gmz-price-card p {
  min-height: 103px;
  color: #66736f;
  font-size: 13px;
  line-height: 1.6;
}

.gmz-price-card ul {
  flex: 1;
  padding: 0;
  list-style: none;
}

.gmz-price-card li {
  position: relative;
  padding: 10px 0 10px 19px;
  border-bottom: 1px solid rgba(16,43,43,.08);
  color: #46544f;
  font-size: 12px;
}

.gmz-price-card li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gmz-patina);
  font-size: 8px;
}

.gmz-price-card .gmz-btn {
  width: 100%;
  margin-top: 20px;
}

.gmz-legal-note {
  padding: 36px 40px;
  border-left: 5px solid var(--gmz-copper);
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,40,39,.07);
}

.gmz-legal-note h3 {
  color: var(--gmz-basalt);
  font-size: 30px;
}

.gmz-legal-note p {
  color: #60706b;
  line-height: 1.7;
}

.gmz-founder-hero {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 65px;
  align-items: center;
  padding: 95px max(24px, calc((100vw - 1440px) / 2));
  background:
    radial-gradient(circle at 20% 50%, rgba(30,168,138,.25), transparent 28%),
    linear-gradient(120deg, #071014, #123632);
  color: #fff;
}

.gmz-founder-visual {
  text-align: center;
}

.gmz-founder-visual > span {
  display: block;
  margin-top: 22px;
  color: #9fb3ad;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
}

.gmz-founder-hero h1 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(54px, 6.4vw, 95px);
  line-height: .9;
}

.gmz-lead {
  color: #c3d2ce;
  font-size: 22px;
}

.gmz-founder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gmz-founder-grid article {
  min-height: 370px;
  padding: 40px;
  background: #fff;
  clip-path: var(--gmz-cut);
  box-shadow: 0 18px 45px rgba(15,40,39,.08);
}

.gmz-founder-grid h2 {
  margin: 22px 0;
  color: var(--gmz-basalt);
  font-size: 38px;
  line-height: 1;
}

.gmz-founder-grid p {
  color: #63716d;
  line-height: 1.75;
}

.gmz-credential-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 55px;
  background: linear-gradient(125deg, var(--gmz-deep), #0b1d20);
  color: #fff;
  clip-path: var(--gmz-cut);
}

.gmz-credential-panel h2 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.gmz-credential-panel p {
  color: #c2d1cc;
  line-height: 1.75;
}

.gmz-credential-panel small {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #91a7a0;
  line-height: 1.6;
}

.gmz-mandate-list {
  padding-bottom: 20px;
}

.gmz-country-feature.somaliland {
  padding-top: 72px;
  padding-bottom: 30px;
}

.gmz-form-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  margin-top: 85px;
  padding: 55px;
  background: #fff;
  clip-path: var(--gmz-cut);
  box-shadow: var(--gmz-shadow);
}

.gmz-form {
  display: grid;
  gap: 17px;
}

.gmz-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 17px;
}

.gmz-form label {
  display: grid;
  gap: 7px;
  color: #384640;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gmz-form input,
.gmz-form select,
.gmz-form textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #d7dfdb;
  border-radius: 2px;
  outline: none;
  background: #f7f9f7;
  color: #18231f;
  font: 400 14px/1.4 Inter, Arial, sans-serif;
  text-transform: none;
}

.gmz-form textarea {
  resize: vertical;
}

.gmz-form input:focus,
.gmz-form select:focus,
.gmz-form textarea:focus {
  border-color: var(--gmz-patina);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(30,168,138,.1);
}

.gmz-form .gmz-consent {
  display: flex;
  grid-template-columns: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: none;
}

.gmz-form .gmz-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.gmz-form .gmz-btn {
  justify-self: start;
  border: 0;
}

.gmz-alert {
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding: 17px 20px;
  border-left: 4px solid var(--gmz-patina);
  background: #fff;
  color: #173b33;
  font-weight: 700;
}

.gmz-alert.error {
  border-left-color: #c24d42;
  color: #6e211c;
}

.gmz-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.gmz-contact-grid article {
  min-height: 290px;
  padding: 35px;
  background: #fff;
  clip-path: var(--gmz-cut);
  box-shadow: 0 18px 45px rgba(15,40,39,.07);
}

.gmz-contact-grid h3 {
  margin: 25px 0 15px;
  color: var(--gmz-basalt);
  font-size: 32px;
  line-height: 1;
}

.gmz-contact-grid p {
  color: #66736f;
  line-height: 1.7;
}

.gmz-mineral-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}

.gmz-mineral-directory a {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-left: 4px solid var(--gmz-patina);
  background: #fff;
  color: var(--gmz-basalt) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(15,40,39,.06);
}

.gmz-mineral-directory a:hover {
  border-left-color: var(--gmz-copper);
  transform: translateY(-4px);
}

.gmz-mineral-directory strong {
  font-size: 19px;
}

.gmz-mineral-directory span {
  margin-top: 7px;
  color: #75817d;
  font-size: 11px;
}

.gmz-private-contact {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(16,43,43,.13);
  background: #fff;
}

.gmz-private-contact.locked {
  border-left: 5px solid var(--gmz-copper);
}

.gmz-private-contact .gmz-btn {
  justify-self: start;
}

.gmz-admin-wrap {
  max-width: 1100px;
}

.gmz-admin-status {
  margin: 20px 0;
  padding: 15px;
  border-left: 4px solid var(--gmz-patina);
  background: #fff;
}

.gmz-admin-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 30px;
}

.gmz-admin-links a {
  padding: 9px 13px;
  border: 1px solid #ccd6d2;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}

.gmz-js .gmz-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease var(--gmz-delay,0ms), transform .55s ease var(--gmz-delay,0ms);
}

.gmz-js .gmz-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .gmz-fast-grid { grid-template-columns: repeat(3, 1fr); }
  .gmz-pricing-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gmz-price-card.featured { transform: none; }
  .gmz-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gmz-mineral-directory { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 1000px) {
  .gmz-hero { grid-template-columns: 1fr; }
  .gmz-hero-panel { display: none; }
  .gmz-hero { min-height: auto; }
  .gmz-hero-content { max-width: 820px; padding: 58px clamp(24px, 6vw, 64px) 62px; }
  .gmz-hero h1 { font-size: clamp(48px, 8vw, 72px); }
  .gmz-split-section,
  .gmz-country-feature,
  .gmz-founder-hero,
  .gmz-form-section,
  .gmz-credential-panel { grid-template-columns: 1fr; }
  .gmz-side-callout { position: relative; top: auto; }
  .gmz-chip-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gmz-founder-grid { grid-template-columns: 1fr; }
  .gmz-founder-hero { text-align: left; }
  .gmz-founder-visual { display: none; }
  .gmz-contact-grid { grid-template-columns: 1fr; }
  .gmz-mineral-directory { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .gmz-market-ticker { grid-template-columns: auto 1fr; }
  .gmz-ticker-note { display: none; }
  .gmz-ticker-label { padding: 0 10px; font-size: 9px; }
  .gmz-ticker-item { padding: 0 13px; }
  .gmz-hero { min-height: auto; }
  .gmz-hero-content { padding: 48px 22px 56px; }
  .gmz-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .gmz-fast-grid { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .gmz-fast-card { min-height: 210px; }
  .gmz-split-section,
  .gmz-mineral-band,
  .gmz-country-feature,
  .gmz-founder-strip,
  .gmz-section-head,
  .gmz-pricing-grid,
  .gmz-founder-grid,
  .gmz-credential-panel,
  .gmz-mandate-list,
  .gmz-card-grid,
  .gmz-form-section,
  .gmz-form-wide,
  .gmz-contact-grid,
  .gmz-mineral-directory,
  .gmz-legal-note { width: min(100% - 28px, 1440px); }
  .gmz-card-grid,
  .gmz-pricing-grid,
  .gmz-mineral-directory,
  .gmz-form-grid { grid-template-columns: 1fr; }
  .gmz-split-section { padding: 70px 0; }
  .gmz-mineral-band { padding: 55px 24px; }
  .gmz-chip-grid { grid-template-columns: 1fr; }
  .gmz-country-feature { padding: 75px 0; gap: 35px; }
  .gmz-founder-strip { grid-template-columns: 1fr; padding: 35px; }
  .gmz-founder-strip .gmz-btn { justify-self: start; }
  .gmz-page-hero { padding: 75px 24px 65px; }
  .gmz-page-hero h1 { font-size: 49px; }
  .gmz-founder-hero { padding: 75px 24px; }
  .gmz-founder-hero h1 { font-size: 54px; }
  .gmz-form-section { padding: 28px; }
  .gmz-credential-panel { padding: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .gmz-ticker-track,
  .gmz-orbit,
  .gmz-pulse { animation: none !important; }
  .gmz-js .gmz-reveal { opacity: 1; transform: none; }
}

/* Foxiz / Turbify navigation refinement for the expanded GMI directory */
@media (min-width: 1000px) {
  #menu-gmz-main-navigation {
    gap: 0 !important;
  }

  #menu-gmz-main-navigation > li > a,
  #menu-gmz-main-navigation > li > .ct-menu-link {
    padding-inline: 8px !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    letter-spacing: .015em;
    white-space: nowrap;
  }

  #menu-gmz-main-navigation > li > .sub-menu {
    width: min(720px, 88vw) !important;
    max-height: min(72vh, 720px);
    overflow-y: auto;
    padding: 16px !important;
    border: 1px solid rgba(119,217,194,.22) !important;
    border-radius: 0 18px 18px 18px !important;
    background: rgba(8,16,20,.985) !important;
    box-shadow: 0 28px 70px rgba(2,10,12,.36) !important;
  }

  #menu-gmz-main-navigation > li:hover > .sub-menu,
  #menu-gmz-main-navigation > li:focus-within > .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    column-gap: 8px;
    align-content: start;
  }

  #menu-gmz-main-navigation > li:nth-last-child(-n+3) > .sub-menu {
    left: auto !important;
    right: 0 !important;
    border-radius: 18px 0 18px 18px !important;
  }

  #menu-gmz-main-navigation .sub-menu li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.065);
  }

  #menu-gmz-main-navigation .sub-menu a,
  #menu-gmz-main-navigation .sub-menu .ct-menu-link {
    min-height: 43px;
    padding: 11px 13px !important;
    color: var(--gmz-stone) !important;
    font-size: 12px !important;
    line-height: 1.3;
  }

  #menu-gmz-main-navigation .sub-menu a:hover,
  #menu-gmz-main-navigation .sub-menu .ct-menu-link:hover {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(30,168,138,.18), rgba(200,120,62,.12)) !important;
  }
}

.gmz-topic-grid,
.gmz-filtered-grid,
.gmz-portal-grid {
  width: min(100% - 48px, 1440px);
  margin: 58px auto 0;
}

.gmz-member-access {
  padding-bottom: 110px;
}

.gmz-login-panel,
.gmz-onboarding-panel {
  width: min(100% - 48px, 820px);
  margin: 58px auto 0;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(30,168,138,.22);
  border-radius: var(--gmz-radius);
  background: rgba(255,255,255,.88);
  box-shadow: var(--gmz-shadow);
}

.gmz-login-panel form {
  display: grid;
  gap: 17px;
}

.gmz-login-panel label {
  display: block;
  margin-bottom: 7px;
  color: var(--gmz-graphite);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gmz-login-panel input[type="text"],
.gmz-login-panel input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid rgba(16,42,43,.18);
  border-radius: 9px;
  background: #fff;
}

.gmz-login-panel input[type="submit"] {
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 9px;
  background: var(--gmz-copper);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.gmz-login-help {
  margin: 16px 0 0;
}

.gmz-onboarding-panel ol {
  display: grid;
  gap: 13px;
  padding-left: 24px;
  margin: 24px 0 32px;
}

.gmz-status-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(30,168,138,.13);
  color: #0a725e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
}

.gmz-status-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gmz-patina);
  box-shadow: 0 0 0 5px rgba(30,168,138,.12);
}

.gmz-price-card .gmz-btn::after {
  content: " · STRIPE";
  font-size: 9px;
  letter-spacing: .08em;
  opacity: .78;
}

@media (max-width: 760px) {
  .gmz-topic-grid,
  .gmz-filtered-grid,
  .gmz-portal-grid,
  .gmz-login-panel,
  .gmz-onboarding-panel {
    width: min(100% - 28px, 1440px);
  }
}


/* v1.2.0 — full-content page system */
.gmz-rich-overview,
.gmz-rich-section,
.gmz-rich-dual,
.gmz-compliance-panel,
.gmz-rich-cta,
.gmz-listing-section {
  width: min(100% - 48px, 1440px);
  margin: 72px auto 0;
}

.gmz-rich-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
  gap: 28px;
  align-items: stretch;
}

.gmz-rich-copy,
.gmz-rich-facts,
.gmz-check-panel,
.gmz-output-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 58px);
  border: 1px solid rgba(16,42,43,.12);
  border-radius: var(--gmz-radius);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,244,240,.94));
  box-shadow: 0 22px 55px rgba(8,16,20,.08);
}

.gmz-rich-copy::after,
.gmz-check-panel::after,
.gmz-output-panel::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -85px;
  bottom: -100px;
  border: 1px solid rgba(30,168,138,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(200,120,62,.05), 0 0 0 58px rgba(30,168,138,.035);
  pointer-events: none;
}

.gmz-rich-copy h2,
.gmz-check-panel h2,
.gmz-output-panel h2,
.gmz-rich-cta h2,
.gmz-compliance-panel h2 {
  margin: 12px 0 20px;
  max-width: 850px;
  color: var(--gmz-deep);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
}

.gmz-rich-copy p {
  max-width: 900px;
  margin: 0 0 16px;
  color: #435452;
  font-size: 16px;
  line-height: 1.8;
}

.gmz-rich-facts {
  background: linear-gradient(150deg, var(--gmz-deep), #0a171a);
  color: #fff;
  border-color: rgba(119,217,194,.22);
}

.gmz-rich-facts .gmz-card-tag {
  color: var(--gmz-copper-light);
}

.gmz-fact-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.gmz-fact-row:last-child { border-bottom: 0; }
.gmz-fact-row strong {
  color: var(--gmz-patina-soft);
  font-size: 14px;
  letter-spacing: .12em;
}
.gmz-fact-row span {
  color: var(--gmz-stone);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.gmz-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.gmz-step-card {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(16,42,43,.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8,16,20,.07);
}

.gmz-step-card > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: rgba(30,168,138,.12);
  color: #0b735f;
  font-size: 12px;
  font-weight: 900;
}

.gmz-step-card h3 {
  margin: 0 0 12px;
  color: var(--gmz-deep);
  font-size: 23px;
}

.gmz-step-card p {
  margin: 0;
  color: #5d6d69;
  line-height: 1.7;
}

.gmz-rich-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.gmz-check-panel {
  background: linear-gradient(145deg, #fff, #f0f5f2);
}

.gmz-output-panel {
  background: linear-gradient(145deg, #f7eee5, #fff);
  border-color: rgba(200,120,62,.24);
}

.gmz-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.gmz-check-list li {
  position: relative;
  min-height: 58px;
  padding: 14px 0 14px 29px;
  border-bottom: 1px solid rgba(16,42,43,.1);
  color: #354745;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.gmz-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--gmz-patina);
  font-weight: 950;
}

.gmz-output-panel .gmz-check-list li::before { color: var(--gmz-copper); }

.gmz-compliance-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: center;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(119,217,194,.2);
  border-radius: var(--gmz-radius);
  background:
    linear-gradient(120deg, rgba(30,168,138,.11), rgba(200,120,62,.08)),
    var(--gmz-basalt);
  color: #fff;
}

.gmz-compliance-panel h2 { color: #fff; margin-bottom: 0; }
.gmz-compliance-panel p {
  margin: 0;
  color: var(--gmz-stone);
  font-size: 16px;
  line-height: 1.8;
}

.gmz-rich-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 110px;
  padding: clamp(32px, 5vw, 62px);
  border: 1px solid rgba(200,120,62,.22);
  border-radius: var(--gmz-radius);
  background: linear-gradient(130deg, #f6efe7, #eef7f3);
}

.gmz-rich-cta h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 44px); }
.gmz-rich-cta p { max-width: 750px; margin: 0; color: #52625f; line-height: 1.65; }
.gmz-rich-cta .gmz-actions { margin: 0; flex-wrap: nowrap; }
.gmz-rich-cta .gmz-btn-ghost { border-color: rgba(16,42,43,.22); color: var(--gmz-deep) !important; }

.gmz-listing-section {
  padding-top: 12px;
  padding-bottom: 100px;
}

.gmz-listing-section .gmz-filtered-grid {
  width: 100%;
  margin-top: 34px;
}

.gmz-topic-page .gmz-topic-grid + .gmz-rich-overview {
  margin-top: 72px;
}

.gmz-form-wide + .gmz-rich-overview,
.gmz-rich-cta + .gmz-form-wide { margin-top: 72px; }

@media (max-width: 1100px) {
  .gmz-rich-overview,
  .gmz-compliance-panel,
  .gmz-rich-cta {
    grid-template-columns: 1fr;
  }
  .gmz-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gmz-rich-cta .gmz-actions { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .gmz-rich-overview,
  .gmz-rich-section,
  .gmz-rich-dual,
  .gmz-compliance-panel,
  .gmz-rich-cta,
  .gmz-listing-section {
    width: min(100% - 28px, 1440px);
    margin-top: 48px;
  }
  .gmz-rich-dual,
  .gmz-workflow-grid,
  .gmz-check-list {
    grid-template-columns: 1fr;
  }
  .gmz-rich-copy,
  .gmz-rich-facts,
  .gmz-check-panel,
  .gmz-output-panel,
  .gmz-compliance-panel,
  .gmz-rich-cta,
  .gmz-step-card {
    padding: 25px;
  }
  .gmz-step-card { min-height: 0; }
  .gmz-step-card > span { margin-bottom: 22px; }
  .gmz-rich-cta { margin-bottom: 72px; }
}

/* GMZ v1.3 membership, verification and protected-access engine */
.gmz-account-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0 30px}.gmz-account-status-grid article{background:linear-gradient(145deg,rgba(12,28,27,.98),rgba(20,47,43,.92));border:1px solid rgba(83,185,151,.23);border-radius:15px;padding:18px;box-shadow:0 16px 35px rgba(0,0,0,.14)}.gmz-account-status-grid span{display:block;color:#91afa5;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.gmz-account-status-grid strong{display:block;color:#f0eee7;font-size:17px;line-height:1.3}.gmz-status-pending{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(190,126,64,.15);border:1px solid rgba(213,150,83,.4);color:#e7b77d;font-size:11px;font-weight:900;letter-spacing:.11em}.gmz-status-pending:before{content:"";width:7px;height:7px;border-radius:50%;background:#d89450;box-shadow:0 0 0 5px rgba(216,148,80,.12)}.gmz-verification-section{margin-top:30px;padding:clamp(22px,4vw,42px);border:1px solid rgba(72,158,133,.25);border-radius:22px;background:linear-gradient(150deg,rgba(247,244,234,.98),rgba(232,237,227,.96));box-shadow:0 24px 55px rgba(12,31,29,.12)}.gmz-verification-section .gmz-section-head h2{color:#132e2a;margin:.35rem 0}.gmz-verification-section .gmz-section-head p{color:#526861}.gmz-verification-form{margin-top:24px}.gmz-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0}.gmz-upload-grid label{display:flex;flex-direction:column;gap:7px;padding:17px;border:1px dashed rgba(26,86,72,.3);border-radius:14px;background:rgba(255,255,255,.68)}.gmz-upload-grid label span{font-weight:850;color:#173a32}.gmz-upload-grid label small{color:#63776f;line-height:1.4}.gmz-upload-grid input[type=file]{width:100%;padding:10px;background:#fff;border:1px solid rgba(33,86,74,.22);border-radius:10px}.gmz-document-list{margin:22px 0;padding:18px;border:1px solid rgba(48,125,105,.22);border-radius:14px;background:rgba(255,255,255,.72)}.gmz-document-list h3{margin-top:0;color:#173a32}.gmz-document-list ul{list-style:none;margin:0;padding:0}.gmz-document-list li{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid rgba(26,69,61,.1)}.gmz-document-list li:last-child{border-bottom:0}.gmz-document-list a{font-weight:800;color:#176f5b}.gmz-form-success{padding:14px 16px;margin:15px 0;border-radius:12px;background:#dff3e8;border:1px solid #8fc8a6;color:#1b603d;font-weight:800}.gmz-warning-panel{border-color:rgba(189,105,72,.3)!important;background:linear-gradient(145deg,rgba(54,25,22,.96),rgba(65,39,30,.94))!important}.gmz-reference{margin:18px 0 0;color:#91afa5}.gmz-reference strong{color:#f1d2a8}.gmz-admin-review-actions{display:flex;gap:10px;align-items:center;margin-top:22px;padding-top:18px;border-top:1px solid #dcdcde}.gmz-admin-application table th{width:190px}.gmz-admin-application ul{background:#f6f7f7;border:1px solid #dcdcde;padding:14px 18px 14px 36px}.gmz-admin-application li{margin:8px 0}.gmz-form-note{margin-top:18px;color:#8fa69e}.gmz-check{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:16px 0 22px}.gmz-check input{margin-top:4px}.gmz-check span{color:#425c54}.gmz-private-contact.locked{border:1px solid rgba(191,129,65,.3)}
@media(max-width:900px){.gmz-account-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-upload-grid{grid-template-columns:1fr}}
@media(max-width:540px){.gmz-account-status-grid{grid-template-columns:1fr}.gmz-document-list li{display:block}.gmz-document-list a{display:inline-block;margin-top:6px}}

/* GMZ Marketplace Engine v1.4 */
.gmz-marketplace-v14,.gmz-submit-v14,.gmz-my-listings,.gmz-single-opportunity{--gmz-market-line:rgba(99,190,158,.22)}
.gmz-market-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:-28px 0 30px;position:relative;z-index:3}
.gmz-market-stats article{padding:20px;border:1px solid var(--gmz-market-line);background:linear-gradient(145deg,rgba(16,32,31,.97),rgba(10,21,22,.97));box-shadow:0 18px 45px rgba(0,0,0,.22)}
.gmz-market-stats strong{display:block;font-size:clamp(1.45rem,2.4vw,2.25rem);color:#d8f4e7}.gmz-market-stats span{display:block;margin-top:5px;color:#9eb5ae;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.gmz-market-filter{display:grid;grid-template-columns:1.25fr repeat(4,minmax(135px,1fr)) auto;gap:12px;align-items:end;padding:20px;margin:0 0 34px;border:1px solid var(--gmz-market-line);background:rgba(7,19,20,.9)}
.gmz-market-filter label,.gmz-form label{display:flex;flex-direction:column;gap:7px}.gmz-market-filter label>span,.gmz-form label>span{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b8cbc5}
.gmz-market-filter input,.gmz-market-filter select,.gmz-marketplace-submit-form input,.gmz-marketplace-submit-form select,.gmz-marketplace-submit-form textarea,.gmz-intro-form select,.gmz-intro-form textarea{width:100%;min-height:46px;border:1px solid rgba(183,218,205,.2);background:#0b1819;color:#edf8f4;padding:11px 13px;border-radius:3px;box-sizing:border-box}
.gmz-marketplace-submit-form textarea,.gmz-intro-form textarea{min-height:130px;resize:vertical}.gmz-filter-reset{align-self:center;color:#b9d3c8;font-size:.86rem;text-decoration:underline}
.gmz-results-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px}.gmz-results-heading h2{margin:.2rem 0 0}.gmz-results-heading p{max-width:600px;margin:0;color:#9fb4ad}
.gmz-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gmz-market-card{overflow:hidden;border:1px solid var(--gmz-market-line);background:linear-gradient(160deg,rgba(15,31,31,.98),rgba(8,19,20,.98));box-shadow:0 18px 50px rgba(0,0,0,.2)}
.gmz-market-card-image{height:205px;display:block;position:relative;overflow:hidden;background:radial-gradient(circle at 25% 25%,rgba(80,173,140,.25),transparent 50%),#0b1718}.gmz-market-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gmz-market-card:hover .gmz-market-card-image img{transform:scale(1.035)}
.gmz-mineral-placeholder{display:flex;height:100%;align-items:center;justify-content:center;font-size:3.8rem;font-weight:900;letter-spacing:.08em;color:rgba(211,240,228,.16)}.gmz-market-type{position:absolute;left:13px;bottom:13px;background:#a95d3b;color:#fff;padding:7px 10px;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gmz-market-card-body{padding:20px}.gmz-market-meta{display:flex;gap:7px;flex-wrap:wrap}.gmz-market-meta span,.gmz-single-labels span{padding:5px 8px;border:1px solid rgba(82,177,145,.26);background:rgba(47,117,94,.12);color:#bfe4d6;font-size:.69rem;text-transform:uppercase;letter-spacing:.07em}.gmz-market-card h3{margin:13px 0 8px;font-size:1.25rem}.gmz-market-card h3 a{color:#f3faf7}.gmz-market-card p{color:#a9bbb5;min-height:66px}
.gmz-market-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:16px 0}.gmz-market-facts span{padding:9px;background:rgba(255,255,255,.025);color:#d4e5df;font-size:.75rem}.gmz-market-facts small{display:block;color:#78968c;text-transform:uppercase;font-size:.58rem;letter-spacing:.07em;margin-bottom:3px}.gmz-market-card-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding-top:15px}.gmz-market-card-foot strong{color:#d9b48e}.gmz-market-card-foot a{color:#8fd7bd;font-weight:700}
.gmz-market-pagination ul{display:flex;gap:8px;justify-content:center;list-style:none;padding:0;margin:32px 0}.gmz-market-pagination a,.gmz-market-pagination span{display:block;padding:9px 13px;border:1px solid var(--gmz-market-line);color:#d7e9e2;background:#0c1a1b}.gmz-market-pagination .current{background:#9b5a3e;border-color:#9b5a3e;color:#fff}
.gmz-form-section{padding:28px;margin:0 0 22px;border:1px solid var(--gmz-market-line);background:linear-gradient(150deg,rgba(13,29,29,.96),rgba(8,19,20,.96))}.gmz-form-section .gmz-section-head{margin-bottom:22px}.gmz-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.gmz-span-2{grid-column:1/-1}.gmz-form label small{color:#819c93;font-size:.75rem;line-height:1.45}.gmz-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gmz-upload-grid label{padding:18px;border:1px dashed rgba(120,191,166,.32);background:rgba(4,14,15,.35)}
.gmz-check{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start;gap:10px!important;margin:18px 0}.gmz-check input{width:18px!important;min-height:18px!important;margin-top:2px}.gmz-check span{text-transform:none!important;letter-spacing:0!important;font-weight:400!important;line-height:1.5!important}
.gmz-listing-table-wrap{overflow:auto;border:1px solid var(--gmz-market-line);background:#0a1819}.gmz-listing-table{width:100%;border-collapse:collapse;min-width:850px}.gmz-listing-table th,.gmz-listing-table td{padding:15px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left}.gmz-listing-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#87ad9f;background:rgba(255,255,255,.025)}.gmz-listing-table td{color:#cfddd8}.gmz-listing-table td small{display:block;color:#77958a;margin-top:4px}.gmz-listing-status{display:inline-block;padding:6px 9px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status-publish{background:rgba(53,154,113,.18);color:#a6e5c9}.status-pending{background:rgba(210,154,64,.18);color:#f0c477}.status-draft{background:rgba(177,93,72,.18);color:#eab1a2}
.gmz-single-opportunity{max-width:1100px;margin:0 auto}.gmz-single-labels{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}.gmz-opportunity-facts,.gmz-opportunity-description,.gmz-document-status,.gmz-introduction-panel{padding:26px;margin:0 0 22px;border:1px solid var(--gmz-market-line);background:rgba(8,21,22,.94)}.gmz-opportunity-facts dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.gmz-opportunity-facts dl div{padding:13px;background:rgba(255,255,255,.025)}.gmz-opportunity-facts dt{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#78998d}.gmz-opportunity-facts dd{margin:5px 0 0;color:#e5f0ec;font-weight:700}.gmz-document-status{display:flex;justify-content:space-between;align-items:center;gap:25px}.gmz-document-status p{max-width:700px}.gmz-introduction-panel{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(320px,1.25fr);gap:28px}.gmz-intro-form{display:grid;gap:15px}
.gmz-empty-state{grid-column:1/-1;padding:45px;text-align:center;border:1px solid var(--gmz-market-line);background:rgba(8,20,21,.9)}
.gmz-admin-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gmz-admin-market-grid label{display:block}.gmz-admin-market-grid strong{display:block;margin-bottom:5px}.gmz-admin-documents li{padding:8px 0;border-bottom:1px solid #ddd}
@media(max-width:1100px){.gmz-market-filter{grid-template-columns:repeat(3,minmax(0,1fr))}.gmz-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-market-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-admin-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.gmz-market-filter,.gmz-form-grid,.gmz-upload-grid,.gmz-market-grid,.gmz-opportunity-facts dl,.gmz-introduction-panel{grid-template-columns:1fr}.gmz-market-stats{grid-template-columns:1fr 1fr;margin-top:18px}.gmz-results-heading,.gmz-document-status{display:block}.gmz-market-facts{grid-template-columns:1fr}.gmz-span-2{grid-column:auto}.gmz-form-section{padding:20px}.gmz-market-card-image{height:190px}.gmz-admin-market-grid{grid-template-columns:1fr}}

/* GMZ Market Intelligence Engine v1.5 */
.gmz-market-intelligence-page,.gmz-mining-news-page{--gmz-mi-line:rgba(104,190,160,.22)}
.gmz-market-data-hero{background:
 radial-gradient(circle at 78% 30%,rgba(191,112,58,.20),transparent 28%),
 radial-gradient(circle at 18% 15%,rgba(44,164,133,.18),transparent 34%),
 linear-gradient(145deg,#081516,#102c29 55%,#0b1f20)}
.gmz-market-update-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:-28px auto 30px;width:min(100% - 44px,1440px);position:relative;z-index:4;border:1px solid var(--gmz-mi-line);background:var(--gmz-mi-line);box-shadow:0 20px 50px rgba(0,0,0,.2)}
.gmz-market-update-bar>div{padding:18px 20px;background:#0a191a}.gmz-market-update-bar span{display:block;margin-bottom:7px;color:#7fa092;font-size:.66rem;text-transform:uppercase;letter-spacing:.1em}.gmz-market-update-bar strong{color:#dfeee8;font-size:.93rem;line-height:1.4}
.gmz-market-quote-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:min(100% - 44px,1440px);margin:0 auto 70px}.gmz-market-quote-card{position:relative;overflow:hidden;padding:22px;border:1px solid var(--gmz-mi-line);background:linear-gradient(150deg,rgba(14,31,31,.98),rgba(7,18,19,.98));box-shadow:0 20px 45px rgba(0,0,0,.18)}.gmz-market-quote-card:after{content:"";position:absolute;inset:auto -35px -65px auto;width:125px;height:125px;border-radius:50%;background:rgba(61,160,128,.08)}.gmz-quote-head{display:flex;justify-content:space-between;gap:14px;align-items:center}.gmz-quote-head span{color:#9cb6ad;font-size:.73rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.gmz-quote-head em{font-style:normal;font-size:1rem}.gmz-market-quote-card>strong{display:block;margin-top:19px;color:#f2f7f5;font-size:clamp(1.65rem,2.6vw,2.55rem);letter-spacing:-.035em}.gmz-market-quote-card>small{display:block;margin-top:2px;color:#8ca69d}.gmz-quote-change{display:inline-flex;margin-top:17px;padding:7px 9px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);font-weight:800;font-size:.78rem}.gmz-market-quote-card.direction-up .gmz-quote-head em,.gmz-market-quote-card.direction-up .gmz-quote-change,.gmz-market-data-table .direction-up{color:#73d5a7}.gmz-market-quote-card.direction-down .gmz-quote-head em,.gmz-market-quote-card.direction-down .gmz-quote-change,.gmz-market-data-table .direction-down{color:#e28d75}.gmz-market-quote-card.direction-flat .gmz-quote-head em,.gmz-market-quote-card.direction-flat .gmz-quote-change{color:#d6b07d}.gmz-market-quote-card footer{display:flex;justify-content:space-between;gap:10px;margin-top:21px;padding-top:13px;border-top:1px solid rgba(255,255,255,.065);color:#718d83;font-size:.64rem;text-transform:uppercase;letter-spacing:.06em}
.gmz-market-table-section,.gmz-market-news-section{width:min(100% - 44px,1440px);margin:0 auto 82px}.gmz-market-table-wrap{overflow:auto;border:1px solid var(--gmz-mi-line);background:#091819;box-shadow:0 20px 50px rgba(0,0,0,.14)}.gmz-market-data-table{width:100%;min-width:930px;border-collapse:collapse}.gmz-market-data-table th,.gmz-market-data-table td{padding:16px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.065)}.gmz-market-data-table th{background:rgba(255,255,255,.025);color:#85a69b;font-size:.66rem;text-transform:uppercase;letter-spacing:.09em}.gmz-market-data-table td{color:#c9dbd4;font-size:.86rem}.gmz-market-data-table td strong{color:#edf5f2}.gmz-market-data-table tr:last-child td{border-bottom:0}
.gmz-market-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gmz-market-news-card{display:flex;flex-direction:column;min-height:260px;padding:23px;border:1px solid var(--gmz-mi-line);background:linear-gradient(150deg,rgba(16,33,32,.98),rgba(8,20,20,.98));box-shadow:0 18px 42px rgba(0,0,0,.15)}.gmz-news-meta{display:flex;justify-content:space-between;gap:16px;color:#7e9b91;font-size:.67rem;text-transform:uppercase;letter-spacing:.075em}.gmz-news-meta span{color:#d19a70}.gmz-market-news-card h3{margin:18px 0 11px;font-size:1.22rem;line-height:1.36}.gmz-market-news-card h3 a{color:#eef5f2}.gmz-market-news-card p{margin:0;color:#9fb4ac;line-height:1.7}.gmz-market-news-card footer{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.065);color:#77958b;font-size:.72rem}.gmz-market-news-card footer a{color:#84d2b7;font-weight:800}.gmz-market-empty{grid-column:1/-1;padding:36px;border:1px solid var(--gmz-mi-line);background:#0a191a;text-align:center}.gmz-market-empty h2,.gmz-market-empty h3{color:#edf6f2}.gmz-market-empty p{color:#93ada4}
.gmz-news-filter{display:grid;grid-template-columns:1.5fr 1fr auto auto;gap:13px;align-items:end;width:min(100% - 44px,1440px);margin:0 auto 34px;padding:20px;border:1px solid var(--gmz-mi-line);background:#0a191a}.gmz-news-filter label{display:flex;flex-direction:column;gap:7px}.gmz-news-filter label>span{color:#91aca2;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gmz-news-filter input,.gmz-news-filter select{min-height:46px;width:100%;border:1px solid rgba(153,203,185,.18);background:#071415;color:#e6f2ed;padding:10px 12px}.gmz-news-filter .gmz-filter-reset{align-self:center}
.gmz-external-news-summary{max-width:920px;margin:0 auto}.gmz-source-panel{margin:28px 0;padding:20px;border-left:4px solid #b86f45;background:#0b1d1e;color:#b8cec6}.gmz-source-panel a{display:inline-block;margin-top:8px;color:#91ddc2;font-weight:800}.gmz-data-disclaimer{padding:16px 18px;border:1px solid rgba(184,111,69,.23);background:rgba(184,111,69,.07);color:#7f6b5e;font-size:.88rem}.gmz-market-status-widget{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:15px 18px;border:1px solid rgba(88,178,147,.24);background:#0b1d1e;color:#dcebe5}.gmz-market-status-widget span{color:#91aaa1}.gmz-market-status-widget a{color:#8bd8bc;font-weight:800}
.gmz-market-admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.gmz-market-admin-actions form{margin:0}.gmz-market-admin-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:22px 0}.gmz-market-admin-status article{padding:18px;border:1px solid #dcdcde;background:#fff}.gmz-market-admin-status span,.gmz-market-admin-status small{display:block;color:#646970}.gmz-market-admin-status strong{display:block;margin:8px 0;font-size:1.45rem;color:#17382f}.gmz-market-errors{margin-top:24px;padding:15px 18px;border:1px solid #dba617;background:#fff8e5}.gmz-market-errors summary{font-weight:800;cursor:pointer}.gmz-market-errors li{margin:7px 0}
@media(max-width:1100px){.gmz-market-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-market-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-market-admin-status{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.gmz-market-update-bar,.gmz-market-quote-grid,.gmz-market-table-section,.gmz-market-news-section,.gmz-news-filter{width:min(100% - 28px,1440px)}.gmz-market-update-bar,.gmz-market-quote-grid,.gmz-market-news-grid,.gmz-news-filter{grid-template-columns:1fr}.gmz-market-update-bar{margin-top:18px}.gmz-market-quote-card footer,.gmz-market-news-card footer,.gmz-market-status-widget{display:block}.gmz-market-quote-card footer span,.gmz-market-news-card footer span,.gmz-market-news-card footer a,.gmz-market-status-widget>*{display:block;margin-top:7px}.gmz-market-admin-status{grid-template-columns:1fr}}
.gmz-home-market-status{width:min(100% - 44px,1440px);margin:18px auto 0}.gmz-home-market-status .gmz-market-status-widget{border-radius:0}@media(max-width:760px){.gmz-home-market-status{width:min(100% - 28px,1440px)}}

/* GMZ v1.6 — SEO, country desk and indexing administration */
.gmz-country-directory{margin:48px auto 64px}.gmz-country-directory.is-compact{margin:34px 0 10px}.gmz-country-profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.gmz-country-profile-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:280px;padding:24px;border:1px solid rgba(95,158,130,.22);background:linear-gradient(145deg,rgba(14,25,25,.98),rgba(26,43,39,.94));box-shadow:0 18px 44px rgba(0,0,0,.14)}.gmz-country-profile-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#b66d3b,#5f9e82,#d5c7a4)}.gmz-country-profile-card h3{margin:12px 0 12px;font-size:22px;line-height:1.2}.gmz-country-profile-card h3 a{color:#f4f1e8;text-decoration:none}.gmz-country-profile-card p{color:rgba(240,244,238,.75);line-height:1.65}.gmz-country-profile-card .gmz-card-link{margin-top:auto}.gmz-country-meta{margin:12px 0 20px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;line-height:1.55;color:#b9d4c8;text-transform:uppercase;letter-spacing:.08em}.gmz-country-detail .gmz-country-feature{margin-top:36px}.gmz-seo-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}.gmz-seo-status-grid article{display:flex;flex-direction:column;gap:9px;padding:18px;border:1px solid #dcdcde;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.04)}.gmz-seo-status-grid a{word-break:break-all}.gmz-admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 30px}.gmz-admin-actions form{margin:0}.gmz-seo-admin .form-table{background:#fff;border:1px solid #dcdcde;margin-bottom:28px}.gmz-seo-admin .form-table th,.gmz-seo-admin .form-table td{padding:18px}.gmz-seo-admin h2{margin-top:30px}
@media(max-width:1180px){.gmz-country-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gmz-seo-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.gmz-country-profile-grid{grid-template-columns:1fr}.gmz-country-profile-card{min-height:0}.gmz-seo-status-grid{grid-template-columns:1fr}}
.gmz-credential-with-document{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:28px;align-items:center}.gmz-credential-document{margin:0;padding:12px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(0,0,0,.22);transform:rotate(1deg)}.gmz-credential-document img{display:block;width:100%;height:auto}.gmz-credential-document figcaption{padding:10px 4px 2px;color:#30413b;font-size:11px;line-height:1.45;text-align:center}.gmz-credential-copy p{max-width:850px}@media(max-width:820px){.gmz-credential-with-document{grid-template-columns:1fr}.gmz-credential-document{max-width:420px;transform:none}}

/* GMZ v1.7 — Legal, compliance and commercial protection */
.gmz-legal-v17{--gmz-legal-line:rgba(125,194,165,.22);--gmz-legal-copper:#b56d46;--gmz-legal-cream:#f3efe4}.gmz-legal-hero{background:radial-gradient(circle at 82% 18%,rgba(181,109,70,.19),transparent 32%),linear-gradient(135deg,#071617,#102b28 62%,#183c34)}.gmz-legal-alert{display:grid;grid-template-columns:minmax(170px,.28fr) minmax(0,1fr);gap:24px;align-items:start;margin:22px 0 32px;padding:20px 22px;border:1px solid rgba(181,109,70,.34);border-left:4px solid var(--gmz-legal-copper);background:linear-gradient(135deg,rgba(47,30,24,.96),rgba(20,34,31,.96));color:#d6e2dd}.gmz-legal-alert strong{color:#f1c39f;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.gmz-legal-alert span{line-height:1.65}.gmz-legal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:32px 0 72px}.gmz-legal-card{display:flex;flex-direction:column;min-height:285px;padding:25px;border:1px solid var(--gmz-legal-line);background:linear-gradient(150deg,rgba(15,34,32,.98),rgba(7,19,20,.98));box-shadow:0 20px 48px rgba(0,0,0,.18)}.gmz-legal-card h2{margin:14px 0 11px;color:#f3f6f2;font-size:1.32rem}.gmz-legal-card p{color:#a8bdb5;line-height:1.68}.gmz-legal-card .gmz-text-link{margin-top:auto}.gmz-legal-document{max-width:1080px;margin:0 auto 90px}.gmz-legal-doc-header{margin-bottom:24px}.gmz-legal-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.gmz-legal-meta span{padding:7px 10px;border:1px solid rgba(185,215,203,.17);background:rgba(255,255,255,.045);color:#b9cec6;font-size:.69rem;text-transform:uppercase;letter-spacing:.07em}.gmz-legal-body{padding:clamp(24px,4vw,54px);border:1px solid var(--gmz-legal-line);background:linear-gradient(160deg,#f8f5ec,#e9eee6);box-shadow:0 30px 65px rgba(0,0,0,.17)}.gmz-legal-body section{padding:0 0 27px;margin:0 0 27px;border-bottom:1px solid rgba(28,68,58,.14)}.gmz-legal-body section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.gmz-legal-body h2{margin:0 0 13px;color:#143930;font-size:clamp(1.2rem,2vw,1.62rem)}.gmz-legal-body p,.gmz-legal-body li{color:#405851;line-height:1.8}.gmz-legal-body ul{padding-left:22px}.gmz-legal-body li{margin:8px 0}.gmz-legal-footer{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}.gmz-process{margin:60px 0 82px}.gmz-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.gmz-process-grid article{min-height:210px;padding:24px;border:1px solid var(--gmz-legal-line);background:linear-gradient(145deg,rgba(13,29,28,.98),rgba(8,19,20,.98))}.gmz-process-grid article>strong{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(181,109,70,.45);color:#efbd96}.gmz-process-grid h3{color:#eff5f1}.gmz-process-grid p{color:#9eb4ab;line-height:1.65}.gmz-acceptance-status{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:24px;margin:24px 0;border:1px solid var(--gmz-legal-line);background:#0b1c1c}.gmz-acceptance-status h2{margin:8px 0;color:#edf5f1}.gmz-acceptance-status p{margin:0;color:#9eb4ab}.gmz-acceptance-status.is-current{border-color:rgba(68,184,128,.42)}.gmz-acceptance-status.is-required{border-color:rgba(202,124,76,.48)}.gmz-status-pill{display:inline-flex;padding:9px 12px;border:1px solid currentColor;color:#d99a70;font-size:.72rem;font-weight:900;letter-spacing:.1em}.gmz-acceptance-status.is-current .gmz-status-pill{color:#70d4a5}.gmz-legal-accept-form .gmz-form-section,.gmz-legal-v17 .gmz-form-section{border-color:var(--gmz-legal-line)}.gmz-legal-v17 .gmz-form input,.gmz-legal-v17 .gmz-form select,.gmz-legal-v17 .gmz-form textarea{width:100%;min-height:46px;border:1px solid rgba(183,218,205,.2);background:#0b1819;color:#edf8f4;padding:11px 13px;border-radius:3px;box-sizing:border-box}.gmz-legal-v17 .gmz-form textarea{min-height:125px}.gmz-legal-check a,.gmz-check a{color:#78cfb1;text-decoration:underline}.gmz-fee-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:19px 0 25px}.gmz-fee-table>div{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(82,177,145,.2);background:rgba(255,255,255,.035)}.gmz-fee-table strong{color:#edf5f1}.gmz-fee-table span{color:#d6ad87;text-align:right}.gmz-legal-body .gmz-fee-table>div{background:rgba(21,57,48,.055);border-color:rgba(21,57,48,.14)}.gmz-legal-body .gmz-fee-table strong{color:#183f35}.gmz-legal-body .gmz-fee-table span{color:#8e5537}@media print{body *{visibility:hidden}.gmz-legal-document,.gmz-legal-document *{visibility:visible}.gmz-legal-document{position:absolute;inset:0;width:100%;max-width:none}.gmz-legal-footer,.gmz-market-ticker,.site-header,.footer-wrap{display:none!important}.gmz-legal-body{box-shadow:none;border:0}.gmz-page-hero{background:#fff!important;color:#000!important}.gmz-page-hero *{color:#000!important}}
@media(max-width:980px){.gmz-legal-grid,.gmz-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.gmz-legal-alert,.gmz-legal-grid,.gmz-process-grid,.gmz-fee-table{grid-template-columns:1fr}.gmz-acceptance-status,.gmz-fee-table>div{display:block}.gmz-status-pill,.gmz-fee-table span{display:inline-block;margin-top:10px;text-align:left}.gmz-legal-footer{display:grid}.gmz-legal-footer .gmz-btn{width:100%;text-align:center}}

/* GMZ v1.8 — Private Deal Rooms & transaction management */
.gmz-deal-v18{--gmz-deal-line:rgba(112,191,161,.22);--gmz-deal-copper:#b86f46;--gmz-deal-mint:#7dd4b3;--gmz-deal-ink:#081718}.gmz-deal-hero{background:radial-gradient(circle at 82% 16%,rgba(184,111,70,.22),transparent 33%),radial-gradient(circle at 16% 82%,rgba(76,158,127,.18),transparent 38%),linear-gradient(135deg,#061415,#102b28 62%,#173d35)}.gmz-deal-stats,.gmz-deal-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:-28px 0 34px;position:relative;z-index:3}.gmz-deal-stats article,.gmz-deal-overview-grid article{padding:20px;border:1px solid var(--gmz-deal-line);background:linear-gradient(145deg,rgba(15,32,31,.98),rgba(7,18,19,.98));box-shadow:0 18px 45px rgba(0,0,0,.2)}.gmz-deal-stats strong,.gmz-deal-overview-grid strong{display:block;color:#edf7f2;font-size:clamp(1.25rem,2.2vw,2rem);line-height:1.2}.gmz-deal-stats span,.gmz-deal-overview-grid span{display:block;margin-bottom:6px;color:#8eaaa0;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.gmz-deal-overview-grid{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:-26px}.gmz-deal-overview-grid strong{font-size:1rem}.gmz-deal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;margin:20px 0 64px}.gmz-deal-card{display:flex;flex-direction:column;min-height:345px;padding:24px;border:1px solid var(--gmz-deal-line);background:linear-gradient(150deg,rgba(15,33,31,.98),rgba(7,18,19,.98));box-shadow:0 22px 55px rgba(0,0,0,.19)}.gmz-deal-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#8da69e;font-size:.72rem}.gmz-deal-card h3{margin:20px 0 10px;color:#f1f6f3;font-size:1.35rem}.gmz-deal-card p{color:#a4b7b0;line-height:1.65}.gmz-deal-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0}.gmz-deal-facts span{padding:10px;background:rgba(255,255,255,.03);color:#d9e6e1;font-size:.76rem}.gmz-deal-facts small{display:block;margin-bottom:4px;color:#78958a;text-transform:uppercase;font-size:.58rem;letter-spacing:.07em}.gmz-deal-card footer{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:auto;padding-top:17px;border-top:1px solid rgba(255,255,255,.07)}.gmz-deal-card footer>a:first-child,.gmz-deal-card footer>span{color:#8db4a5;font-size:.8rem}.gmz-progress{height:7px;overflow:hidden;background:rgba(255,255,255,.07);border-radius:999px}.gmz-progress>span{display:block;height:100%;background:linear-gradient(90deg,#b86f46,#73c7a7);border-radius:inherit}.gmz-progress-large{height:9px;margin:14px 0 23px}.gmz-deal-columns{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);gap:24px;align-items:start;margin:36px 0 60px}.gmz-deal-main,.gmz-deal-sidebar{display:grid;gap:22px}.gmz-deal-panel,.gmz-deal-side-panel,.gmz-deal-protocol{border:1px solid var(--gmz-deal-line);background:linear-gradient(150deg,rgba(14,31,30,.98),rgba(7,18,19,.98));box-shadow:0 22px 52px rgba(0,0,0,.16)}.gmz-deal-panel{padding:26px}.gmz-deal-side-panel{padding:21px}.gmz-deal-protocol{max-width:1000px;margin:30px auto 80px;padding:clamp(25px,4vw,50px)}.gmz-deal-protocol h2{color:#f2f5ef}.gmz-deal-protocol li{margin:11px 0;color:#b8c9c3;line-height:1.7}.gmz-panel-heading{display:flex;justify-content:space-between;gap:20px;align-items:end}.gmz-panel-heading h2{margin:.25rem 0 0;color:#f0f5f2}.gmz-panel-heading>strong{color:#d3aa86;font-size:1.15rem}.gmz-deal-checklist{list-style:none;padding:0;margin:0}.gmz-deal-checklist li{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.gmz-deal-checklist li:last-child{border-bottom:0}.gmz-deal-checklist li>span{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid rgba(111,193,162,.3);color:#8dc9b2;font-size:.72rem;font-weight:900}.gmz-deal-checklist li.is-complete>span{background:#2c8767;border-color:#2c8767;color:#fff}.gmz-deal-checklist strong{display:block;color:#dfeae6}.gmz-deal-checklist small{display:block;margin-top:4px;color:#718f84}.gmz-task-button{border:1px solid rgba(184,111,70,.42);background:transparent;color:#e4ad86;padding:6px 9px;cursor:pointer;font-size:.69rem;text-transform:uppercase;letter-spacing:.06em}.gmz-deal-file-list{display:grid;gap:10px;margin-top:19px}.gmz-deal-file-list article{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}.gmz-file-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(125,212,179,.28);background:rgba(74,143,117,.12);color:#9ddbc4;font-size:.65rem;font-weight:900}.gmz-deal-file-list strong,.gmz-deal-file-list span,.gmz-deal-file-list small{display:block}.gmz-deal-file-list strong{color:#edf4f1}.gmz-deal-file-list span{margin-top:3px;color:#9eb4ab;font-size:.78rem}.gmz-deal-file-list small{margin-top:4px;color:#6e8a80;font-size:.68rem}.gmz-deal-timeline{position:relative;margin-top:20px}.gmz-deal-timeline:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:1px;background:rgba(111,193,162,.23)}.gmz-deal-timeline article{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px;margin:0 0 20px}.gmz-timeline-dot{position:relative;z-index:1;width:15px;height:15px;margin-top:5px;border:3px solid #102b28;background:#b86f46;border-radius:50%}.gmz-deal-timeline article>div{padding:16px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.024)}.gmz-deal-timeline header{display:flex;justify-content:space-between;gap:12px}.gmz-deal-timeline header strong{color:#e8f0ed}.gmz-deal-timeline header em{color:#c7926c;font-size:.64rem;font-style:normal;font-weight:800;letter-spacing:.08em}.gmz-deal-timeline p{color:#a9bab4;line-height:1.65}.gmz-deal-timeline small{color:#718c82}.gmz-deal-side-panel h3{margin:8px 0 17px;color:#edf5f1}.gmz-party-list{display:grid;gap:10px}.gmz-party-list article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.07)}.gmz-party-list img{border-radius:50%}.gmz-party-list strong,.gmz-party-list span,.gmz-party-list small{display:block}.gmz-party-list strong{color:#e5eeea}.gmz-party-list span{color:#9db3aa;font-size:.75rem}.gmz-party-list small{color:#74b89f;font-size:.67rem;margin-top:3px}.gmz-reference-list{margin:0}.gmz-reference-list>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}.gmz-reference-list>div:last-child{border-bottom:0}.gmz-reference-list dt{color:#829f94}.gmz-reference-list dd{margin:0;color:#d8e5df;text-align:right}.gmz-reference-list a{color:#87d1b6}.gmz-compact-form{display:grid;gap:12px}.gmz-compact-form input,.gmz-compact-form select,.gmz-compact-form textarea,.gmz-deal-request-form input,.gmz-deal-request-form select,.gmz-deal-request-form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(183,218,205,.2);background:#081617;color:#edf8f4;padding:11px 12px}.gmz-compact-form textarea{resize:vertical}.gmz-compact-form small{color:#7f9a90}.gmz-empty-inline{padding:18px;border:1px dashed rgba(125,212,179,.25);color:#92aaa1}.gmz-deal-status-active,.gmz-deal-status-verification,.gmz-deal-status-documents{color:#75d3aa}.gmz-deal-status-due_diligence,.gmz-deal-status-negotiation{color:#e6b07e}.gmz-deal-status-closing{color:#d6c96f}.gmz-deal-status-completed{color:#8edbcd}.gmz-deal-status-declined,.gmz-deal-status-archived{color:#9caaa4}.gmz-admin-deal-room table th,.gmz-admin-deal-request table th{width:230px}.gmz-admin-deal-room input,.gmz-admin-deal-room select{max-width:100%}
@media(max-width:1200px){.gmz-deal-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gmz-deal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.gmz-deal-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-deal-columns{grid-template-columns:1fr}.gmz-deal-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.gmz-deal-stats,.gmz-deal-overview-grid,.gmz-deal-grid,.gmz-deal-sidebar{grid-template-columns:1fr}.gmz-deal-file-list article,.gmz-deal-checklist li{grid-template-columns:38px minmax(0,1fr)}.gmz-deal-file-list article .gmz-btn,.gmz-deal-checklist li form{grid-column:2}.gmz-panel-heading,.gmz-deal-card footer{display:block}.gmz-panel-heading>strong,.gmz-deal-card footer .gmz-btn{display:inline-block;margin-top:12px}.gmz-deal-card{min-height:0}}

/* GMZ v2.1 — Global Institutional Outreach */
.gmz-outreach-public{--gmz-outreach-line:rgba(117,199,168,.22);--gmz-outreach-copper:#bd744b;--gmz-outreach-mint:#79d0ae;max-width:1240px;margin:0 auto;padding:clamp(32px,6vw,78px) 20px}.gmz-outreach-public>.gmz-section-head,.gmz-form-page>.gmz-section-head{max-width:900px;margin:0 0 34px}.gmz-outreach-public>.gmz-section-head h1,.gmz-form-page>.gmz-section-head h1{margin:.35rem 0 1rem;color:#f3f7f4;font-size:clamp(2rem,5vw,4.35rem);line-height:1.02;letter-spacing:-.045em}.gmz-outreach-public>.gmz-section-head p,.gmz-form-page>.gmz-section-head p{color:#a9bdb6;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.gmz-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gmz-outreach-public .gmz-card{min-height:225px;border:1px solid var(--gmz-outreach-line);background:linear-gradient(150deg,rgba(14,32,31,.98),rgba(7,18,19,.98));box-shadow:0 22px 55px rgba(0,0,0,.18)}.gmz-outreach-public .gmz-card h3{color:#eef5f1}.gmz-outreach-public .gmz-card p{color:#9eb4ac;line-height:1.72}.gmz-outreach-public .gmz-panel{margin:54px 0;padding:clamp(24px,4vw,44px);border:1px solid var(--gmz-outreach-line);background:radial-gradient(circle at 85% 10%,rgba(189,116,75,.18),transparent 30%),linear-gradient(145deg,#0a2020,#102f2b)}.gmz-outreach-public .gmz-panel h2{color:#f2f6f3}.gmz-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.gmz-steps>div{padding:20px;border:1px solid rgba(122,208,174,.18);background:rgba(255,255,255,.025)}.gmz-steps>div>strong{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(189,116,75,.5);color:#efb28b}.gmz-steps h3{color:#edf5f1}.gmz-steps p{color:#98afa6;line-height:1.62}.gmz-cta-band{display:flex;justify-content:space-between;gap:28px;align-items:center;margin:58px 0 10px;padding:28px 30px;border:1px solid rgba(189,116,75,.35);background:linear-gradient(135deg,rgba(47,29,22,.96),rgba(14,35,32,.97))}.gmz-cta-band h2{margin:0 0 8px;color:#f5f3ec}.gmz-cta-band p{margin:0;color:#aabcb5}.gmz-risk-note{margin:32px 0;padding:18px 20px;border-left:4px solid var(--gmz-outreach-copper);background:rgba(189,116,75,.1);color:#c9d6d1;line-height:1.7}.gmz-form-page{max-width:980px;margin:0 auto;padding:clamp(32px,6vw,78px) 20px}.gmz-form-page .gmz-form{padding:clamp(22px,4vw,38px);border:1px solid rgba(117,199,168,.22);background:linear-gradient(150deg,rgba(13,29,29,.97),rgba(7,18,19,.98));box-shadow:0 25px 60px rgba(0,0,0,.2)}.gmz-form-page .gmz-form>label{margin-top:17px}.gmz-form-page .gmz-form input,.gmz-form-page .gmz-form textarea,.gmz-form-page .gmz-form select{width:100%;box-sizing:border-box;border:1px solid rgba(183,218,205,.22);background:#081617;color:#edf8f4;padding:12px 13px}.gmz-form-page .gmz-form textarea{min-height:150px}.gmz-success{padding:15px 17px;margin:0 0 20px;border:1px solid rgba(90,198,140,.45);background:rgba(55,157,105,.15);color:#a9edc8;font-weight:800}.gmz-form-page .gmz-alert{margin:0 0 20px}.gmz-outreach-public .gmz-kicker,.gmz-form-page .gmz-kicker{color:#9bdbc2}.gmz-outreach-public .gmz-btn,.gmz-form-page .gmz-btn{white-space:nowrap}.gmz-outreach-public a:focus-visible,.gmz-form-page a:focus-visible,.gmz-form-page input:focus-visible,.gmz-form-page textarea:focus-visible{outline:3px solid rgba(121,208,174,.48);outline-offset:3px}@media(max-width:900px){.gmz-card-grid-3,.gmz-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-cta-band{align-items:flex-start}}@media(max-width:640px){.gmz-card-grid-3,.gmz-steps{grid-template-columns:1fr}.gmz-cta-band{display:block}.gmz-cta-band .gmz-btn{display:inline-flex;margin-top:18px}.gmz-outreach-public>.gmz-section-head h1,.gmz-form-page>.gmz-section-head h1{font-size:2.2rem}}

/* GMZ v2.3 — Institutional briefing, meeting and proposal workflow */
.gmz-briefing-centre,.gmz-proposal-response{--gmz-flow-line:rgba(117,199,168,.22);max-width:1240px;margin:0 auto;padding:clamp(34px,6vw,80px) 20px}.gmz-briefing-centre>.gmz-section-head,.gmz-proposal-response>.gmz-section-head{max-width:920px;margin:0 0 34px}.gmz-briefing-centre>.gmz-section-head h1,.gmz-proposal-response>.gmz-section-head h1{margin:.35rem 0 1rem;color:#f3f7f4;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.03;letter-spacing:-.045em}.gmz-briefing-centre>.gmz-section-head p,.gmz-proposal-response>.gmz-section-head p{color:#a9bdb6;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.gmz-briefing-centre .gmz-card-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gmz-briefing-centre .gmz-card{min-height:220px;padding:24px;border:1px solid var(--gmz-flow-line);background:linear-gradient(150deg,rgba(14,32,31,.98),rgba(7,18,19,.98));box-shadow:0 22px 55px rgba(0,0,0,.18)}.gmz-briefing-centre .gmz-card>span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid rgba(189,116,75,.55);color:#f1b68e;font-weight:900}.gmz-briefing-centre .gmz-card h3{color:#eff6f2}.gmz-briefing-centre .gmz-card p{color:#9fb5ad;line-height:1.72}.gmz-briefing-centre .gmz-panel,.gmz-proposal-response .gmz-panel{margin:52px 0;padding:clamp(24px,4vw,44px);border:1px solid var(--gmz-flow-line);background:radial-gradient(circle at 88% 10%,rgba(189,116,75,.16),transparent 28%),linear-gradient(145deg,#0a2020,#102f2b)}.gmz-briefing-centre .gmz-panel h2,.gmz-proposal-response .gmz-panel h2,.gmz-proposal-response .gmz-panel h3{color:#f0f6f2}.gmz-briefing-centre .gmz-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gmz-briefing-centre .gmz-topic-grid>div{padding:18px;border:1px solid rgba(121,208,174,.16);background:rgba(255,255,255,.025)}.gmz-briefing-centre .gmz-topic-grid strong,.gmz-briefing-centre .gmz-topic-grid span{display:block}.gmz-briefing-centre .gmz-topic-grid strong{color:#e9f3ef;margin-bottom:8px}.gmz-briefing-centre .gmz-topic-grid span{color:#98afa6;line-height:1.62}.gmz-briefing-centre .gmz-form,.gmz-proposal-response .gmz-form{margin-top:50px;padding:clamp(23px,4vw,40px);border:1px solid var(--gmz-flow-line);background:linear-gradient(150deg,rgba(13,29,29,.97),rgba(7,18,19,.98));box-shadow:0 25px 60px rgba(0,0,0,.2)}.gmz-briefing-centre .gmz-form-grid,.gmz-proposal-response .gmz-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.gmz-briefing-centre .gmz-form label,.gmz-proposal-response .gmz-form label{display:flex;flex-direction:column;gap:7px;margin-top:15px}.gmz-briefing-centre .gmz-form label>span,.gmz-proposal-response .gmz-form label>span{color:#b8cbc5;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gmz-briefing-centre .gmz-form input,.gmz-briefing-centre .gmz-form textarea,.gmz-proposal-response .gmz-form input,.gmz-proposal-response .gmz-form textarea,.gmz-proposal-response .gmz-form select{width:100%;box-sizing:border-box;border:1px solid rgba(183,218,205,.22);background:#081617;color:#edf8f4;padding:12px 13px}.gmz-briefing-centre .gmz-form textarea,.gmz-proposal-response .gmz-form textarea{resize:vertical}.gmz-briefing-centre .gmz-check,.gmz-proposal-response .gmz-check{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.gmz-briefing-centre .gmz-check input,.gmz-proposal-response .gmz-check input{width:auto;margin-top:4px}.gmz-briefing-centre .gmz-check span,.gmz-proposal-response .gmz-check span{color:#a8bbb4;text-transform:none;letter-spacing:0;font-size:.86rem;line-height:1.55}.gmz-proposal-reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:28px 0}.gmz-proposal-reference-grid article{padding:18px;border:1px solid var(--gmz-flow-line);background:linear-gradient(145deg,rgba(16,32,31,.97),rgba(10,21,22,.97))}.gmz-proposal-reference-grid span,.gmz-proposal-reference-grid strong{display:block}.gmz-proposal-reference-grid span{color:#8ea89e;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em}.gmz-proposal-reference-grid strong{margin-top:7px;color:#edf7f3;font-size:1rem}.gmz-proposal-summary{color:#aec0ba;line-height:1.75}.gmz-proposal-summary h3{margin-top:30px}.gmz-briefing-centre .gmz-success,.gmz-proposal-response .gmz-success{margin:0 0 26px}.gmz-briefing-centre .gmz-alert,.gmz-proposal-response .gmz-alert{margin:0 0 26px}@media(max-width:900px){.gmz-briefing-centre .gmz-card-grid-3,.gmz-briefing-centre .gmz-topic-grid,.gmz-proposal-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.gmz-briefing-centre .gmz-card-grid-3,.gmz-briefing-centre .gmz-topic-grid,.gmz-proposal-reference-grid,.gmz-briefing-centre .gmz-form-grid,.gmz-proposal-response .gmz-form-grid{grid-template-columns:1fr}.gmz-briefing-centre>.gmz-section-head h1,.gmz-proposal-response>.gmz-section-head h1{font-size:2.25rem}}

/* GMZ v3.1 launch content */
.gmz-editorial-report .gmz-lead,.gmz-open-call .gmz-lead,.gmz-desk-profile .gmz-lead,.gmz-original-news .gmz-lead{font-size:1.2rem;line-height:1.7}.gmz-editorial-report h2,.gmz-open-call h2,.gmz-desk-profile h2,.gmz-original-news h2{margin-top:2rem}.gmz-editorial-report li,.gmz-open-call li,.gmz-desk-profile li,.gmz-original-news li{margin:.55rem 0;line-height:1.6}.gmz-admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;max-width:1000px;margin:20px 0}.gmz-admin-stat-grid article{background:#fff;border:1px solid #dcdcde;border-radius:8px;padding:18px}.gmz-admin-stat-grid strong{display:block;font-size:30px}.gmz-admin-stat-grid span{color:#50575e}@media(max-width:782px){.gmz-admin-stat-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}}

/* GMZ v3.2 — live-site QA visual safeguards */
body.gmz-compact-hero .gmz-hero{
  min-height:clamp(390px,48vw,455px);
  grid-template-columns:minmax(0,1.55fr) minmax(285px,.45fr);
}
body.gmz-compact-hero .gmz-hero-content{
  padding-top:clamp(38px,4vw,52px);
  padding-bottom:clamp(42px,4vw,54px);
}
body.gmz-compact-hero .gmz-hero h1{
  margin:18px 0 20px;
  font-size:clamp(38px,4.7vw,66px);
  line-height:.98;
}
body.gmz-compact-hero .gmz-map-orbit{width:min(195px,58vw);margin-bottom:18px}
body.gmz-compact-hero .gmz-core-mark{width:82px;height:82px;font-size:22px}
body.gmz-compact-hero .gmz-hero-panel{padding-top:30px;padding-bottom:30px}
body.gmz-compact-hero .gmz-panel-stat{padding:12px 0}
body.gmz-compact-cards .gmz-fast-grid{margin-top:-28px}
body.gmz-compact-cards .gmz-fast-card{min-height:205px;padding:25px 21px}
body.gmz-compact-cards .gmz-fast-card h3{margin:24px 0 11px;font-size:22px}
body.gmz-compact-cards .gmz-fast-card b{left:21px;bottom:20px}
body.gmz-compact-cards .gmz-split-section{padding-top:82px;padding-bottom:76px}
body.gmz-compact-cards .gmz-op-card{min-height:235px}

/* Foxiz and common WordPress menu viewport protection. */
@media (min-width:1001px){
  body.gmz-menu-viewport-guard .site-header nav ul.sub-menu,
  body.gmz-menu-viewport-guard .header-wrap nav ul.sub-menu,
  body.gmz-menu-viewport-guard .main-menu-wrap ul.sub-menu,
  body.gmz-menu-viewport-guard .rb-menu ul.sub-menu,
  body.gmz-menu-viewport-guard .navbar ul.sub-menu{
    max-height:calc(100vh - 110px);
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:thin;
  }
  body.gmz-menu-viewport-guard .site-header nav>ul>li>.sub-menu,
  body.gmz-menu-viewport-guard .header-wrap nav>ul>li>.sub-menu,
  body.gmz-menu-viewport-guard .main-menu-wrap>ul>li>.sub-menu{
    min-width:270px;
    max-width:min(420px,92vw);
  }
  body.gmz-menu-viewport-guard .site-header nav .sub-menu a,
  body.gmz-menu-viewport-guard .header-wrap nav .sub-menu a,
  body.gmz-menu-viewport-guard .main-menu-wrap .sub-menu a,
  body.gmz-menu-viewport-guard .rb-menu .sub-menu a{
    white-space:normal;
    line-height:1.35;
  }
}

@media (max-width:1000px){
  body.gmz-compact-hero .gmz-hero{min-height:auto;grid-template-columns:1fr}
  body.gmz-compact-hero .gmz-hero-panel{display:none}
  body.gmz-compact-cards .gmz-fast-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}
}
@media (max-width:760px){
  body.gmz-mobile-ticker-compact .gmz-market-ticker{grid-template-columns:auto minmax(0,1fr);min-height:32px}
  body.gmz-mobile-ticker-compact .gmz-ticker-note{display:none}
  body.gmz-mobile-ticker-compact .gmz-ticker-label{padding:0 11px;font-size:9px}
  body.gmz-mobile-ticker-compact .gmz-ticker-item{min-height:32px;padding:0 14px;font-size:9px}
  body.gmz-compact-hero .gmz-hero-content{padding:34px 22px 38px}
  body.gmz-compact-hero .gmz-hero h1{font-size:clamp(34px,12vw,49px)}
  body.gmz-compact-cards .gmz-fast-grid{grid-template-columns:1fr}
  body.gmz-compact-cards .gmz-fast-card{min-height:172px}
}

.gmz-qa-admin .gmz-admin-stat-grid article strong{font-size:24px;overflow-wrap:anywhere}
.gmz-qa-pill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.06em}
.gmz-qa-pill.is-pass{background:#d7f5e5;color:#126b42}
.gmz-qa-pill.is-fail{background:#f9d9d6;color:#9b251f}

/* GMZ v3.4 — launch operations and conversion */
.gmz-launch-membership{max-width:1280px;margin:0 auto;padding:clamp(42px,7vw,96px) 22px;color:var(--gmz-ice)}
.gmz-launch-membership>.gmz-launch-hero{position:relative;display:block;width:100%;max-width:none;min-height:300px;margin:0 0 42px;padding:clamp(34px,5vw,64px);overflow:hidden;border:1px solid rgba(119,217,194,.22);border-radius:24px;background:radial-gradient(circle at 86% 18%,rgba(30,168,138,.24),transparent 27%),linear-gradient(130deg,#081416 0%,#102a27 58%,#183d35 100%);box-shadow:0 24px 58px rgba(4,19,16,.2);color:var(--gmz-ice)}.gmz-launch-membership>.gmz-launch-hero:after{content:"";position:absolute;right:-7%;bottom:-48%;width:48%;height:310px;background:repeating-radial-gradient(ellipse at center,rgba(200,120,62,.18) 0 2px,transparent 3px 19px);transform:rotate(-10deg);pointer-events:none}.gmz-launch-membership>.gmz-launch-hero>*{position:relative;z-index:1}.gmz-launch-membership>.gmz-launch-hero h1{max-width:920px;margin:14px 0 20px;font-size:clamp(2.5rem,6vw,5.35rem);line-height:.96;letter-spacing:-.055em;color:var(--gmz-ice)}.gmz-launch-membership>.gmz-launch-hero>p{max-width:850px;color:var(--gmz-mist);font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.75}
.gmz-launch-member-status{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;margin-top:24px;padding:16px 18px;border:1px solid rgba(119,217,194,.28);background:rgba(30,168,138,.08)}.gmz-launch-member-status strong{color:var(--gmz-patina-soft)}.gmz-launch-member-status span{color:var(--gmz-stone)}.gmz-launch-member-status a{margin-left:auto;color:var(--gmz-copper-light);font-weight:800}
.gmz-launch-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 34px}.gmz-launch-process article{padding:22px;border:1px solid var(--gmz-line);background:linear-gradient(150deg,rgba(16,35,34,.96),rgba(7,17,19,.98))}.gmz-launch-process b{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(200,120,62,.55);color:var(--gmz-copper-light)}.gmz-launch-process h3{margin:20px 0 8px}.gmz-launch-process p{margin:0;color:var(--gmz-mist);line-height:1.62}
.gmz-launch-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.gmz-launch-plan{position:relative;display:flex;flex-direction:column;padding:26px 22px;border:1px solid var(--gmz-line);background:radial-gradient(circle at 90% 5%,rgba(30,168,138,.12),transparent 32%),linear-gradient(155deg,#102120,#081214);box-shadow:0 22px 50px rgba(0,0,0,.18)}.gmz-launch-plan.is-featured{transform:translateY(-10px);border-color:rgba(200,120,62,.56);background:radial-gradient(circle at 92% 5%,rgba(200,120,62,.2),transparent 34%),linear-gradient(155deg,#17302b,#0a1718)}.gmz-launch-plan.is-featured{padding-top:54px;overflow:hidden}.gmz-launch-plan-badge{position:absolute;right:14px;top:14px;z-index:3;display:inline-flex;align-items:center;width:auto;max-width:calc(100% - 28px);padding:5px 8px;border-radius:999px;background:var(--gmz-copper);color:#0a1011;font-size:9px;font-weight:900;letter-spacing:.08em;line-height:1.2;white-space:nowrap;box-shadow:none}.gmz-launch-plan h2{margin:7px 0 12px;font-size:1.34rem}.gmz-launch-plan>strong{display:block;color:var(--gmz-copper-light);font-size:1.5rem}.gmz-launch-plan>p{min-height:78px;color:var(--gmz-mist);line-height:1.62}.gmz-launch-plan ul{padding-left:18px;margin:4px 0 24px;color:#c6d2ce;line-height:1.55}.gmz-launch-plan .gmz-btn{margin-top:auto;text-align:center}
.gmz-launch-assurance{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:42px;padding:28px;border:1px solid rgba(200,120,62,.36);background:linear-gradient(135deg,rgba(53,32,23,.88),rgba(12,31,29,.96))}.gmz-launch-assurance h2{margin:0 0 8px}.gmz-launch-assurance p{max-width:870px;margin:0;color:#b8c7c2;line-height:1.7}
.gmz-launch-dock{position:fixed;z-index:99995;left:22px;right:22px;bottom:18px;display:flex;align-items:center;gap:15px;max-width:1020px;margin:0 auto;padding:13px 14px 13px 18px;border:1px solid rgba(119,217,194,.3);background:rgba(7,16,18,.96);box-shadow:0 18px 55px rgba(0,0,0,.4);backdrop-filter:blur(14px)}.gmz-launch-dock div{min-width:230px;margin-right:auto}.gmz-launch-dock strong,.gmz-launch-dock span{display:block}.gmz-launch-dock strong{color:var(--gmz-stone)}.gmz-launch-dock span{color:var(--gmz-mist);font-size:12px}.gmz-launch-dock>a{padding:10px 14px;background:var(--gmz-patina);color:#06110f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.gmz-launch-dock>a.is-secondary{border:1px solid rgba(200,120,62,.5);background:transparent;color:var(--gmz-copper-light)}.gmz-launch-dock-close{position:absolute;right:-9px;top:-11px;width:25px;height:25px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#151f21;color:#fff;cursor:pointer}
.gmz-launch-admin-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:18px;max-width:1180px;margin:22px 0}.gmz-launch-admin-card{padding:20px;border:1px solid #dcdcde;background:#fff}.gmz-launch-admin-card h2{margin-top:0}.gmz-launch-admin-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:20px 0}.gmz-launch-admin-actions form{margin:0}.gmz-status-warn{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff0c2;color:#7a4d00;font-size:10px;font-weight:900;letter-spacing:.06em}.gmz-launch-funnel-table{max-width:1180px}
@media(max-width:1150px){.gmz-launch-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gmz-launch-plan.is-featured{transform:none}}
@media(max-width:820px){.gmz-launch-process{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-launch-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmz-launch-admin-grid{grid-template-columns:1fr}.gmz-launch-dock div{display:none}.gmz-launch-dock{left:10px;right:10px;justify-content:center}}
@media(max-width:560px){.gmz-launch-process,.gmz-launch-plan-grid{grid-template-columns:1fr}.gmz-launch-assurance{display:block}.gmz-launch-assurance .gmz-btn{display:inline-flex;margin-top:18px}.gmz-launch-dock>a{padding:9px 10px;font-size:10px}.gmz-launch-dock{gap:8px}}@media(max-width:760px){.gmz-launch-membership{padding:28px 12px 72px}.gmz-launch-membership>.gmz-launch-hero{min-height:auto;padding:34px 22px;border-radius:18px}.gmz-launch-membership>.gmz-launch-hero:after{display:none}.gmz-launch-plan-badge{position:static;align-self:flex-start;margin-bottom:12px}.gmz-launch-plan.is-featured{padding-top:26px}}

/* Founder page v3.9 — state-facing executive profile */
.gmz-founder-page-v3 {
  padding-top: 28px;
  background:
    radial-gradient(circle at 88% 5%, rgba(30,168,138,.11), transparent 26%),
    linear-gradient(180deg, #f2f4ef 0%, #e8ede7 100%);
}

.gmz-founder-banner {
  width: min(1600px, calc(100% - 36px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(198,142,62,.42);
  background: #071014;
  box-shadow: 0 30px 80px rgba(4,18,18,.24);
}

.gmz-founder-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.gmz-founder-banner figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.gmz-founder-opening,
.gmz-founder-prose-section,
.gmz-founder-government-value,
.gmz-founder-strategy-section,
.gmz-founder-credential-panel,
.gmz-founder-vision,
.gmz-founder-principles,
.gmz-founder-institutional-invitation,
.gmz-founder-final-note {
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.gmz-founder-opening {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 44px;
  margin-top: 34px;
  padding: clamp(34px, 5vw, 74px);
  background:
    radial-gradient(circle at 80% 20%, rgba(30,168,138,.22), transparent 30%),
    linear-gradient(125deg, #071115, #102d2c 62%, #0b1b1d);
  color: #fff;
  box-shadow: 0 25px 65px rgba(3,22,22,.18);
}

.gmz-founder-opening-copy h1 {
  max-width: 1000px;
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(43px, 5.2vw, 78px);
  line-height: .98;
}

.gmz-founder-opening-copy p {
  max-width: 1000px;
  color: #c2d1cd;
  font-size: 17px;
  line-height: 1.82;
}

.gmz-founder-opening-copy .gmz-founder-opening-lead {
  color: #f4f3ea;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
}

.gmz-founder-primary-actions {
  margin-top: 32px;
}

.gmz-founder-fact-panel {
  align-self: stretch;
  padding: 34px;
  border: 1px solid rgba(198,142,62,.38);
  background: rgba(4,14,16,.52);
}

.gmz-founder-fact-panel > span {
  display: block;
  margin-bottom: 18px;
  color: #d9aa62;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.gmz-founder-fact-panel dl,
.gmz-founder-fact-panel dd {
  margin: 0;
}

.gmz-founder-fact-panel dl > div {
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}

.gmz-founder-fact-panel dt {
  margin-bottom: 6px;
  color: #8fa6a0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gmz-founder-fact-panel dd {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.gmz-founder-prose-section {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 55px;
  margin-top: 62px;
  padding: clamp(34px, 5vw, 68px);
  border-top: 1px solid rgba(31,67,61,.15);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 45px rgba(15,40,39,.07);
}

.gmz-founder-prose-alt {
  background: linear-gradient(135deg, #f7f4e9, #eef2ec);
}

.gmz-founder-section-marker {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.gmz-founder-section-marker strong {
  color: #c07c42;
  font-size: 64px;
  line-height: .85;
}

.gmz-founder-section-marker span {
  color: #45635d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.gmz-founder-section-copy {
  max-width: 1040px;
}

.gmz-founder-section-copy h2 {
  max-width: 960px;
  margin-bottom: 26px;
  color: #102a28;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1;
}

.gmz-founder-section-copy p {
  color: #566863;
  font-size: 17px;
  line-height: 1.85;
}

.gmz-founder-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 30px;
}

.gmz-founder-inline-links a,
.gmz-founder-contact-link {
  color: #b36f38 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.gmz-founder-inline-links a:hover,
.gmz-founder-contact-link:hover {
  color: #1e8f79 !important;
}

.gmz-founder-government-value {
  margin-top: 62px;
  padding: clamp(40px, 5vw, 72px);
  background: #09201f;
  color: #fff;
}

.gmz-founder-value-intro {
  max-width: 1080px;
}

.gmz-founder-value-intro h2 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
}

.gmz-founder-value-intro p {
  max-width: 950px;
  color: #bfd0cb;
  font-size: 18px;
  line-height: 1.75;
}

.gmz-founder-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}

.gmz-founder-value-grid article {
  min-height: 230px;
  padding: 32px;
  background: #0d2927;
}

.gmz-founder-value-grid h3 {
  color: #e0ad68;
  font-size: 27px;
  line-height: 1.08;
}

.gmz-founder-value-grid p {
  color: #c1d0cc;
  line-height: 1.7;
}

.gmz-founder-strategy-section {
  margin-top: 62px;
  padding: clamp(40px, 5vw, 72px);
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,40,39,.07);
}

.gmz-founder-strategy-heading {
  max-width: 1050px;
}

.gmz-founder-strategy-heading h2 {
  margin: 18px 0 20px;
  color: #102a28;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
}

.gmz-founder-strategy-heading p {
  color: #60706b;
  font-size: 17px;
  line-height: 1.75;
}

.gmz-founder-strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.gmz-founder-strategy-grid article {
  min-height: 280px;
  padding: 30px;
  background: linear-gradient(145deg, #eef2eb, #f8f7ef);
  border-top: 4px solid #b9743f;
}

.gmz-founder-strategy-grid article > span {
  color: #1e8f79;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.gmz-founder-strategy-grid h3 {
  margin: 22px 0 16px;
  color: #102a28;
  font-size: 29px;
  line-height: 1.05;
}

.gmz-founder-strategy-grid p {
  color: #60706b;
  line-height: 1.65;
}

.gmz-founder-credential-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: 48px;
  align-items: center;
  margin-top: 62px;
  padding: clamp(38px, 5vw, 72px);
  background:
    radial-gradient(circle at 75% 10%, rgba(194,129,68,.18), transparent 28%),
    linear-gradient(125deg, #061114, #102b2a);
  color: #fff;
}

.gmz-founder-credential-copy h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 60px);
  line-height: 1;
}

.gmz-founder-credential-copy p {
  color: #c2d1cc;
  font-size: 17px;
  line-height: 1.82;
}

.gmz-founder-credential-copy small {
  display: block;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #93aaa4;
  font-size: 12px;
  line-height: 1.65;
}

.gmz-founder-credential-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gmz-founder-credential-document {
  margin: 0;
  padding: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
}

.gmz-founder-credential-document img {
  display: block;
  width: 100%;
  height: auto;
}

.gmz-founder-credential-document figcaption {
  padding: 13px 5px 1px;
  color: #53645f;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.gmz-founder-vision {
  margin-top: 62px;
  padding: clamp(48px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(5,18,19,.96), rgba(9,35,32,.92)),
    url('../images/gmz-founder-hero-prof-bilal-semih-bozdemir.webp') center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.gmz-founder-vision > span {
  color: #e2ae66;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}

.gmz-founder-vision blockquote {
  max-width: 1120px;
  margin: 28px auto;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(29px, 4vw, 55px);
  font-style: normal;
  line-height: 1.2;
}

.gmz-founder-vision p {
  max-width: 900px;
  margin: 0 auto;
  color: #c0d0cb;
  font-size: 17px;
  line-height: 1.75;
}

.gmz-founder-principles {
  margin-top: 62px;
  padding: clamp(40px, 5vw, 72px);
  background: #f8f7ef;
}

.gmz-founder-principles-heading h2 {
  margin: 18px 0 35px;
  color: #102a28;
  font-size: clamp(38px, 4vw, 58px);
}

.gmz-founder-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gmz-founder-principles-grid article {
  padding: 30px;
  border-left: 3px solid #b9743f;
  background: #fff;
}

.gmz-founder-principles-grid h3 {
  color: #153631;
  font-size: 27px;
}

.gmz-founder-principles-grid p {
  color: #60706b;
  line-height: 1.65;
}

.gmz-founder-institutional-invitation {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 46px;
  align-items: center;
  margin-top: 62px;
  padding: clamp(42px, 6vw, 82px);
  background: linear-gradient(135deg, #102f2c, #071416);
  color: #fff;
}

.gmz-founder-institutional-invitation h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
}

.gmz-founder-institutional-invitation p {
  color: #c2d1cc;
  font-size: 17px;
  line-height: 1.78;
}

.gmz-founder-invitation-actions {
  display: grid;
  gap: 12px;
}

.gmz-founder-invitation-actions .gmz-btn {
  width: 100%;
}

.gmz-founder-contact-link {
  display: block;
  padding-top: 10px;
  text-align: center;
}

.gmz-founder-final-note {
  margin-top: 62px !important;
}

@media (max-width: 1180px) {
  .gmz-founder-opening,
  .gmz-founder-credential-panel,
  .gmz-founder-institutional-invitation {
    grid-template-columns: 1fr;
  }
  .gmz-founder-value-grid,
  .gmz-founder-strategy-grid,
  .gmz-founder-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gmz-founder-fact-panel {
    max-width: 850px;
  }
  .gmz-founder-credential-document {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .gmz-founder-page-v3 {
    padding-top: 12px;
  }
  .gmz-founder-banner {
    width: calc(100% - 20px);
  }
  .gmz-founder-opening,
  .gmz-founder-prose-section,
  .gmz-founder-government-value,
  .gmz-founder-strategy-section,
  .gmz-founder-credential-panel,
  .gmz-founder-vision,
  .gmz-founder-principles,
  .gmz-founder-institutional-invitation,
  .gmz-founder-final-note {
    width: calc(100% - 24px);
  }
  .gmz-founder-opening {
    gap: 25px;
    padding: 32px 22px;
  }
  .gmz-founder-opening-copy h1 {
    font-size: 43px;
  }
  .gmz-founder-prose-section {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
    padding: 34px 23px;
  }
  .gmz-founder-section-marker {
    flex-direction: row;
    align-items: flex-end;
  }
  .gmz-founder-section-marker strong {
    font-size: 47px;
  }
  .gmz-founder-section-copy h2,
  .gmz-founder-value-intro h2,
  .gmz-founder-strategy-heading h2,
  .gmz-founder-credential-copy h2,
  .gmz-founder-institutional-invitation h2 {
    font-size: 39px;
  }
  .gmz-founder-value-grid,
  .gmz-founder-strategy-grid,
  .gmz-founder-principles-grid {
    grid-template-columns: 1fr;
  }
  .gmz-founder-government-value,
  .gmz-founder-strategy-section,
  .gmz-founder-credential-panel,
  .gmz-founder-principles,
  .gmz-founder-institutional-invitation {
    margin-top: 34px;
    padding: 36px 23px;
  }
  .gmz-founder-vision {
    margin-top: 34px;
    padding: 55px 24px;
  }
  .gmz-founder-vision blockquote {
    font-size: 31px;
  }
  .gmz-founder-strategy-grid article,
  .gmz-founder-value-grid article {
    min-height: 0;
  }
  .gmz-founder-primary-actions,
  .gmz-founder-credential-actions {
    display: grid;
  }
  .gmz-founder-primary-actions .gmz-btn,
  .gmz-founder-credential-actions .gmz-btn {
    width: 100%;
  }
}

/* GMZ v3.10 Editorial & Mining Intelligence Desk */
.gmz-editorial-public,
.gmz-founder-insights-page,
.gmz-publication-calendar-page{
  --gmz-editorial-ink:#0b1719;
  --gmz-editorial-green:#183c35;
  --gmz-editorial-copper:#bd744b;
  --gmz-editorial-mint:#79d0ae;
  width:100%;
  color:#17302b;
}
.gmz-editorial-public .gmz-hero-compact,
.gmz-founder-insights-page .gmz-hero-compact,
.gmz-publication-calendar-page .gmz-hero-compact{
  display:block;
  min-height:0;
  padding:clamp(54px,8vw,102px) 20px;
  background:
    radial-gradient(circle at 82% 12%,rgba(189,116,75,.24),transparent 27%),
    radial-gradient(circle at 68% 70%,rgba(121,208,174,.13),transparent 30%),
    linear-gradient(128deg,#071416 0%,#102b28 64%,#1a332e 100%);
}
.gmz-editorial-public .gmz-hero-compact .gmz-container,
.gmz-founder-insights-page .gmz-hero-compact .gmz-container,
.gmz-publication-calendar-page .gmz-hero-compact .gmz-container{
  max-width:1180px;
  margin:0 auto;
}
.gmz-editorial-public .gmz-hero-compact h1,
.gmz-founder-insights-page .gmz-hero-compact h1,
.gmz-publication-calendar-page .gmz-hero-compact h1{
  max-width:980px;
  margin:18px 0 22px;
  color:#f4f1e8;
  font-size:clamp(2.25rem,5.5vw,5rem);
  line-height:1.01;
  letter-spacing:-.045em;
  text-transform:none;
}
.gmz-editorial-public .gmz-hero-compact p,
.gmz-founder-insights-page .gmz-hero-compact p,
.gmz-publication-calendar-page .gmz-hero-compact p{
  max-width:860px;
  margin:0 0 28px;
  color:#afc3bc;
  font-size:clamp(1rem,1.45vw,1.22rem);
  line-height:1.75;
}
.gmz-editorial-public .gmz-section,
.gmz-founder-insights-page .gmz-section,
.gmz-publication-calendar-page .gmz-section{
  padding:clamp(46px,7vw,86px) 20px;
}
.gmz-editorial-public .gmz-section>.gmz-container,
.gmz-founder-insights-page .gmz-section>.gmz-container,
.gmz-publication-calendar-page .gmz-section>.gmz-container{
  max-width:1180px;
  margin:0 auto;
}
.gmz-editorial-public .gmz-section h2,
.gmz-founder-insights-page .gmz-section h2,
.gmz-publication-calendar-page .gmz-section h2{
  color:#15352f;
  font-size:clamp(1.75rem,3vw,3rem);
  letter-spacing:-.025em;
}
.gmz-editorial-public .gmz-section-dark{
  background:
    radial-gradient(circle at 90% 10%,rgba(189,116,75,.16),transparent 28%),
    linear-gradient(135deg,#081819,#12322e);
  color:#afc2bb;
}
.gmz-editorial-public .gmz-section-dark h2{color:#f3f3ea;}
.gmz-grid{display:grid;gap:18px;}
.gmz-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.gmz-editorial-public .gmz-card,
.gmz-founder-insights-page .gmz-card{
  min-height:220px;
  padding:25px;
  border:1px solid rgba(23,67,57,.14);
  border-radius:4px;
  background:linear-gradient(145deg,#fff,#f2f4ee);
  box-shadow:0 22px 50px rgba(14,35,31,.08);
}
.gmz-editorial-public .gmz-card h3,
.gmz-founder-insights-page .gmz-card h2{
  margin:12px 0 14px;
  color:#17372f;
  font-size:1.32rem;
  line-height:1.25;
}
.gmz-editorial-public .gmz-card p,
.gmz-founder-insights-page .gmz-card p{color:#5a6f68;line-height:1.7;}
.gmz-editorial-public .gmz-card a,
.gmz-founder-insights-page .gmz-card a{color:#176a59;font-weight:800;text-decoration:none;}
.gmz-editorial-public .gmz-card a:hover,
.gmz-founder-insights-page .gmz-card a:hover{color:#bd744b;}
.gmz-editorial-public .gmz-cta-panel{
  padding:clamp(28px,5vw,52px);
  border:1px solid rgba(189,116,75,.3);
  background:
    radial-gradient(circle at 86% 20%,rgba(121,208,174,.13),transparent 28%),
    linear-gradient(135deg,#102e2a,#1a3c34);
  color:#b6cac2;
}
.gmz-editorial-public .gmz-cta-panel h2{color:#f4f2e8;margin-top:0;}
.gmz-editorial-public .gmz-cta-panel p{max-width:850px;line-height:1.75;}
.gmz-publication-calendar-page .gmz-table{
  width:100%;
  min-width:820px;
  border-collapse:collapse;
  background:#fff;
  box-shadow:0 22px 50px rgba(14,35,31,.08);
}
.gmz-publication-calendar-page .gmz-table th,
.gmz-publication-calendar-page .gmz-table td{
  padding:15px 16px;
  border-bottom:1px solid #e3e8e2;
  text-align:left;
  vertical-align:top;
}
.gmz-publication-calendar-page .gmz-table th{
  background:#15352f;
  color:#f3f2e9;
  font-size:.74rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gmz-publication-calendar-page .gmz-table td{color:#445b54;}
.gmz-publication-calendar-page .gmz-table a{color:#176a59;font-weight:800;}
.gmz-founder-insight-article{max-width:980px;margin:0 auto;padding:clamp(24px,5vw,60px) 20px;}
.gmz-founder-insight-article .gmz-lead{font-size:1.2rem;line-height:1.8;color:#314f47;}
.gmz-founder-insight-article h2{margin-top:42px;color:#17372f;}
.gmz-founder-insight-article p,.gmz-founder-insight-article li{line-height:1.8;color:#526a63;}
@media(max-width:920px){.gmz-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){
  .gmz-grid-3{grid-template-columns:1fr;}
  .gmz-editorial-public .gmz-hero-compact,
  .gmz-founder-insights-page .gmz-hero-compact,
  .gmz-publication-calendar-page .gmz-hero-compact{padding:48px 18px 56px;}
  .gmz-editorial-public .gmz-card,
  .gmz-founder-insights-page .gmz-card{min-height:0;}
}

/* GMZ v4.0 Public Launch */
.gmz-public-launch-page{--gmz-launch-copper:#c87943;--gmz-launch-green:#0e5d50;--gmz-launch-ink:#101917;max-width:1240px;margin:0 auto;padding:0 22px 60px}.gmz-public-launch-page .gmz-launch-hero{position:relative;overflow:hidden;padding:68px clamp(26px,5vw,76px);margin:0 0 38px;border-radius:0 0 30px 30px;background:radial-gradient(circle at 82% 22%,rgba(34,145,116,.34),transparent 30%),linear-gradient(125deg,#0b1211 0%,#122c27 58%,#1e473d 100%);color:#fff;box-shadow:0 22px 55px rgba(4,19,16,.18)}.gmz-public-launch-page .gmz-launch-hero:after{content:"";position:absolute;inset:auto -8% -45% 42%;height:320px;background:repeating-radial-gradient(ellipse at center,rgba(200,121,67,.22) 0 2px,transparent 3px 18px);transform:rotate(-12deg);pointer-events:none}.gmz-public-launch-page .gmz-launch-hero-compact{padding-top:52px;padding-bottom:52px}.gmz-public-launch-page .gmz-launch-hero .gmz-eyebrow{color:#e6b18a}.gmz-public-launch-page .gmz-launch-hero h1{position:relative;z-index:1;max-width:900px;margin:12px 0 20px;color:#fff;font-size:clamp(38px,6vw,76px);line-height:1.02;letter-spacing:-.045em}.gmz-public-launch-page .gmz-launch-hero p{position:relative;z-index:1;max-width:860px;color:rgba(255,255,255,.82);font-size:clamp(17px,2vw,22px);line-height:1.7}.gmz-launch-status-pill{display:inline-flex;position:relative;z-index:1;margin-left:12px;padding:7px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gmz-public-launch-page .gmz-section{margin:42px 0}.gmz-launch-audiences .gmz-card,.gmz-launch-founder,.gmz-prose-panel{border:1px solid rgba(17,78,65,.12);background:#fff;border-radius:22px;padding:26px;box-shadow:0 12px 34px rgba(9,42,35,.07)}.gmz-legal-note{padding:28px;border-left:5px solid var(--gmz-launch-copper);background:#f7f3ed;border-radius:12px}.gmz-cta-panel{padding:36px;border-radius:24px;background:linear-gradient(130deg,#10231f,#174b40);color:#fff}.gmz-cta-panel h2,.gmz-cta-panel p{color:#fff}.gmz-check-list{display:grid;gap:12px;padding-left:0;list-style:none}.gmz-check-list li{position:relative;padding-left:30px}.gmz-check-list li:before{content:"✓";position:absolute;left:0;color:var(--gmz-launch-green);font-weight:900}.gmz-public-status-badge{position:fixed;left:18px;bottom:18px;z-index:9998;display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#10231f;color:#fff!important;font-size:12px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2);text-decoration:none}.gmz-public-status-badge span{width:8px;height:8px;border-radius:50%;background:#d59a62}.gmz-public-status-badge.is-live span{background:#5ed19f}.gmz-public-status-badge.is-paused span{background:#e76d6d}.gmz-launch-admin-summary{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin:18px 0}.gmz-launch-admin-summary article{padding:16px;border:1px solid #dcdcde;border-radius:10px;background:#fff}.gmz-launch-admin-summary span{display:block;color:#646970;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.gmz-launch-admin-summary strong{display:block;margin-top:5px;font-size:20px}.gmz-audit-status{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.gmz-audit-status.is-pass{background:#dff5e8;color:#176b3a}.gmz-audit-status.is-warning{background:#fff2cc;color:#7a5200}.gmz-audit-status.is-fail{background:#fbe3e3;color:#9b1c1c}.gmz-outreach-template{margin:10px 0;padding:12px 14px;border:1px solid #dcdcde;border-radius:8px;background:#fff}.gmz-outreach-template summary{cursor:pointer}.gmz-outreach-template label{display:block;margin-bottom:4px;font-weight:700}@media(max-width:760px){.gmz-public-launch-page{padding-left:12px;padding-right:12px}.gmz-public-launch-page .gmz-launch-hero{padding:42px 22px;border-radius:0 0 20px 20px}.gmz-launch-status-pill{margin:10px 0 0}.gmz-launch-admin-summary{grid-template-columns:1fr 1fr}.gmz-public-status-badge{left:10px;bottom:10px}}
