:root {
  --ggsh-ink: #101725;
  --ggsh-soft-ink: #283446;
  --ggsh-muted: #657285;
  --ggsh-line: #dde4ec;
  --ggsh-surface: #f6f8f7;
  --ggsh-white: #ffffff;
  --ggsh-green: #0d5b4d;
  --ggsh-gold: #bd8f42;
  --ggsh-blue: #173b6d;
  --ggsh-red: #8f3030;
}

/* GGSH alternate layout 3 */
.alt3-body {
  margin: 0;
  overflow-x: hidden;
  background: #f4f6f8;
  color: #101725;
  font-family: Afacad, Arial, sans-serif;
}

.alt3-body * {
  box-sizing: border-box;
}

.t3-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.t3-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 44px rgba(16, 23, 37, 0.08);
  backdrop-filter: blur(14px);
}

.t3-nav {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.t3-nav img {
  display: block;
  width: 126px;
  height: auto;
}

.t3-nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.t3-nav nav a {
  min-height: 42px;
  padding: 12px 14px;
  border-radius: 6px;
  color: #101725;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.t3-nav nav a:hover {
  background: #edf4f1;
  color: var(--ggsh-green);
}

.t3-hero {
  position: relative;
  overflow: hidden;
  background: #eef2f6;
}

.t3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  align-items: stretch;
  min-height: 760px;
}

.t3-hero-grid > * {
  min-width: 0;
}

.t3-hero-copy {
  display: flex;
  max-width: 760px;
  padding: 104px 70px 104px 0;
  flex-direction: column;
  justify-content: center;
}

.t3-kicker {
  margin: 0 0 18px;
  color: var(--ggsh-gold);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.t3-kicker.dark {
  color: var(--ggsh-green);
}

.t3-hero h1,
.t3-section h2,
.t3-contact h2 {
  margin: 0;
  color: #101725;
  letter-spacing: 0;
}

.t3-hero h1 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.92;
}

.t3-hero p,
.t3-section p {
  color: #647084;
  font-size: 23px;
  line-height: 1.46;
}

.t3-hero p {
  margin: 28px 0 0;
  max-width: 620px;
}

.t3-btn {
  display: inline-flex;
  width: fit-content;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding: 16px 24px;
  border-radius: 6px;
  background: var(--ggsh-gold);
  color: #101725;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.t3-rating {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 72px;
}

.t3-rating span {
  color: var(--ggsh-green);
  font-size: 22px;
  font-weight: 900;
}

.t3-rating strong {
  max-width: 430px;
  color: #334155;
  font-size: 20px;
  line-height: 1.35;
}

.t3-hero-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.t3-hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 23, 37, 0.08), rgba(16, 23, 37, 0.2));
  content: "";
}

.t3-hero-image img,
.t3-about-image img,
.t3-service-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t3-section {
  padding: 112px 0;
}

.t3-soft {
  background: #eef2f6;
}

.t3-section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.t3-section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.t3-section h2,
.t3-contact h2 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
}

.t3-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.t3-feature-grid article,
.t3-service-row a {
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 64px rgba(16, 23, 37, 0.07);
}

.t3-feature-grid article {
  display: flex;
  min-height: 260px;
  padding: 34px;
  flex-direction: column;
}

.t3-feature-grid i,
.t3-service-row i {
  color: var(--ggsh-green);
  font-size: 40px;
}

.t3-feature-grid h3,
.t3-service-row h3 {
  margin: 26px 0 10px;
  color: #101725;
  font-size: 30px;
  line-height: 1.05;
}

.t3-feature-grid p,
.t3-service-row p {
  margin: 0;
  color: #647084;
  font-size: 20px;
  line-height: 1.45;
}

.t3-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 78px;
}

.t3-about-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.t3-about-image::after {
  position: absolute;
  inset: 0;
  background: rgba(16, 23, 37, 0.25);
  content: "";
}

.t3-about-image div {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  width: 190px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 23, 37, 0.18);
}

.t3-about-image strong,
.t3-about-image span {
  display: block;
}

.t3-about-image strong {
  color: var(--ggsh-green);
  font-size: 52px;
  line-height: 0.9;
}

.t3-about-image span {
  margin-top: 10px;
  color: #334155;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.t3-about-grid ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.t3-about-grid li {
  color: #101725;
  font-size: 21px;
  font-weight: 900;
}

.t3-about-grid li i {
  margin-right: 8px;
  color: var(--ggsh-green);
}

.t3-service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.t3-service-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.t3-service-row.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t3-service-row a {
  display: flex;
  min-height: 300px;
  padding: 30px;
  color: inherit;
  flex-direction: column;
  text-decoration: none;
}

.t3-service-row img {
  height: 170px;
  margin: -30px -30px 26px;
  width: calc(100% + 60px);
}

.t3-contact {
  padding: 96px 0;
  background: #101725;
  color: #fff;
}

.t3-contact h2 {
  color: #fff;
}

.t3-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.t3-contact-grid > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.t3-contact a {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.t3-contact i {
  color: #e7c27f;
  font-size: 26px;
}

@media (max-width: 1040px) {
  .t3-hero-grid,
  .t3-about-grid,
  .t3-contact-grid {
    grid-template-columns: 1fr;
  }

  .t3-hero-copy {
    padding-right: 0;
  }

  .t3-feature-grid,
  .t3-service-row,
  .t3-service-row.four,
  .t3-service-row.six,
  .t3-contact-grid > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .t3-shell {
    width: calc(100% - 28px);
  }

  .t3-nav {
    min-height: auto;
    align-items: flex-start;
    padding: 12px 0;
    flex-direction: column;
  }

  .t3-nav img {
    width: 112px;
  }

  .t3-nav nav {
    justify-content: flex-start;
  }

  .t3-nav nav a {
    padding: 10px 9px;
    font-size: 14px;
  }

  .t3-hero-grid {
    min-height: auto;
  }

  .t3-hero-copy {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    padding: 72px 0 44px;
  }

  .t3-hero h1 {
    max-width: calc(100vw - 28px);
    font-size: 30px;
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .t3-hero p,
  .t3-section p {
    max-width: calc(100vw - 28px);
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .t3-rating {
    padding-top: 44px;
  }

  .t3-hero-image {
    min-height: 320px;
    margin-bottom: 28px;
  }

  .t3-section {
    padding: 74px 0;
  }

  .t3-section h2,
  .t3-contact h2 {
    font-size: 34px;
  }

  .t3-feature-grid,
  .t3-service-row,
  .t3-service-row.four,
  .t3-service-row.six,
  .t3-contact-grid > div {
    grid-template-columns: 1fr;
  }

  .t3-contact-grid {
    gap: 34px;
  }
}

html {
  scroll-behavior: smooth;
}

body.ggsh-body {
  margin: 0;
  background: var(--ggsh-surface);
  color: var(--ggsh-ink);
  font-family: Afacad, Arial, sans-serif;
  overflow-x: hidden;
}

.ggsh-body * {
  box-sizing: border-box;
}

.ggsh-page {
  overflow: hidden;
}

a {
  color: inherit;
}

.ggsh-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.fullpage_loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101725;
}

.spinner {
  width: 72px;
  height: 72px;
  border: 4px solid rgba(255, 255, 255, 0.28);
  border-top-color: var(--ggsh-gold);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ggsh-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding-top: 18px;
}

.ggsh-nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(16, 23, 37, 0.54);
  color: var(--ggsh-white);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}

.ggsh-nav.scrolling {
  min-height: 72px;
  border-color: rgba(16, 23, 37, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ggsh-ink);
  box-shadow: 0 18px 50px rgba(16, 23, 37, 0.12);
}

.ggsh-brand {
  display: inline-flex;
  align-items: center;
  min-width: 170px;
  color: inherit;
  text-decoration: none;
}

.ggsh-brand img {
  display: block;
  width: 132px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
}

.ggsh-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.ggsh-links a {
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.ggsh-links a:hover {
  background: rgba(189, 143, 66, 0.18);
}

.ggsh-hero,
.subsite-hero {
  position: relative;
  isolation: isolate;
  min-height: 92vh;
  padding: 178px 0 92px;
  overflow: hidden;
  background: #101725;
  color: var(--ggsh-white);
}

.ggsh-hero-media,
.subsite-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.holding-hero .ggsh-hero-media {
  background-image:
    linear-gradient(90deg, rgba(16, 23, 37, 0.96), rgba(16, 23, 37, 0.68), rgba(16, 23, 37, 0.28)),
    url("../img/ggsh/logistics-consulting.jpg");
}

.subsite-hero.trading .subsite-media {
  background-image:
    linear-gradient(90deg, rgba(16, 23, 37, 0.95), rgba(16, 23, 37, 0.62), rgba(16, 23, 37, 0.24)),
    url("../img/ggsh/minerals.png");
}

.subsite-hero.consulting .subsite-media {
  background-image:
    linear-gradient(90deg, rgba(16, 23, 37, 0.95), rgba(16, 23, 37, 0.64), rgba(16, 23, 37, 0.22)),
    url("../img/ggsh/company-formation.png");
}

.subsite-hero.realestate .subsite-media {
  background-image:
    linear-gradient(90deg, rgba(16, 23, 37, 0.95), rgba(16, 23, 37, 0.62), rgba(16, 23, 37, 0.22)),
    url("../img/ggsh/real-estate.png");
}

.ggsh-hero::after,
.subsite-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 44%;
  height: 10px;
  background: linear-gradient(90deg, var(--ggsh-gold), var(--ggsh-green), var(--ggsh-blue));
  content: "";
}

.ggsh-hero-grid,
.subsite-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 64px;
}

.ggsh-hero-grid > *,
.subsite-grid > * {
  min-width: 0;
}

.ggsh-kicker {
  margin: 0 0 16px;
  color: #e7c27f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ggsh-kicker.dark {
  color: var(--ggsh-green);
}

.ggsh-hero h1,
.subsite-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(54px, 7.4vw, 110px);
  line-height: 0.91;
  letter-spacing: 0;
}

.subsite-hero h1 {
  font-size: clamp(50px, 6.3vw, 92px);
}

.ggsh-hero-copy > p:not(.ggsh-kicker),
.subsite-hero p:not(.ggsh-kicker) {
  width: 100%;
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  line-height: 1.42;
}

.ggsh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ggsh-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 22px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ggsh-btn-primary {
  background: var(--ggsh-gold);
  color: #101725;
}

.ggsh-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--ggsh-white);
}

.ggsh-hero-card,
.subsite-stat {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
}

.ggsh-hero-card {
  gap: 1px;
}

.ggsh-hero-card div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.ggsh-hero-card span,
.ggsh-hero-card strong,
.subsite-stat span,
.subsite-stat strong {
  display: block;
}

.ggsh-hero-card span,
.subsite-stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ggsh-hero-card strong {
  margin-top: 4px;
  font-size: 29px;
  line-height: 1.05;
}

.subsite-stat {
  min-height: 240px;
  align-content: end;
  padding: 30px;
}

.subsite-stat strong {
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.9;
}

.ggsh-section,
.ggsh-values,
.ggsh-proof,
.ggsh-contact {
  padding: 108px 0;
}

.ggsh-two-col,
.ggsh-contact-grid,
.ggsh-proof-grid,
.realestate-showcase {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}

.ggsh-section h2,
.ggsh-values h2,
.ggsh-contact h2,
.realestate-showcase h2 {
  margin: 0;
  color: var(--ggsh-ink);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.ggsh-copy-stack p,
.ggsh-contact p,
.realestate-showcase p,
.ggsh-section-head p {
  margin: 0 0 18px;
  color: var(--ggsh-muted);
  font-size: 22px;
  line-height: 1.5;
}

.ggsh-section-head {
  max-width: 820px;
  margin-bottom: 46px;
}

.ggsh-section-head.light h2,
.ggsh-section-head.light p {
  color: var(--ggsh-white);
}

.ggsh-values {
  background: var(--ggsh-green);
  color: var(--ggsh-white);
}

.ggsh-values .ggsh-section-head {
  margin-bottom: 0;
}

.ggsh-values h2 {
  color: var(--ggsh-white);
  font-size: clamp(48px, 7vw, 92px);
}

.ggsh-value-grid,
.ggsh-service-grid,
.ggsh-company-grid,
.image-tile-grid,
.consult-grid {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.ggsh-value-grid,
.ggsh-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ggsh-value-grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.ggsh-value-grid i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(189, 143, 66, 0.2);
  color: #efca8a;
  font-size: 28px;
}

.ggsh-value-grid h3,
.ggsh-service-card h3,
.ggsh-company-grid h3,
.image-tile-grid h3,
.consult-grid h3 {
  margin: 22px 0 10px;
  font-size: 29px;
  line-height: 1.05;
}

.ggsh-value-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.45;
}

.ggsh-service-card,
.image-tile-grid article,
.consult-grid article {
  overflow: hidden;
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: var(--ggsh-white);
  box-shadow: 0 20px 70px rgba(16, 23, 37, 0.07);
}

.media-card {
  display: grid;
  grid-template-rows: 250px 1fr;
}

.media-card img,
.image-tile-grid img,
.consult-grid img,
.realestate-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card div {
  padding: 28px;
}

.ggsh-service-number {
  margin: 0;
  color: var(--ggsh-gold);
  font-size: 17px;
  font-weight: 900;
}

.ggsh-service-card p,
.image-tile-grid p,
.consult-grid p {
  color: var(--ggsh-muted);
  font-size: 19px;
  line-height: 1.45;
}

.ggsh-service-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--ggsh-green);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.ggsh-proof {
  background: #152235;
  color: var(--ggsh-white);
}

.ggsh-proof-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.ggsh-proof-grid div,
.ggsh-market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ggsh-proof-grid span,
.ggsh-market-strip span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ggsh-white);
  font-size: 17px;
  font-weight: 900;
}

.ggsh-proof-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 25px;
  line-height: 1.35;
}

.ggsh-company-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ggsh-company-grid a {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-radius: 8px;
  background: var(--ggsh-ink);
  color: var(--ggsh-white);
  text-decoration: none;
}

.ggsh-company-grid a:nth-child(2) {
  background: var(--ggsh-green);
}

.ggsh-company-grid a:nth-child(3) {
  background: var(--ggsh-blue);
}

.ggsh-company-grid span {
  color: #efca8a;
  font-weight: 900;
}

.ggsh-company-grid i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 34px;
}

.ggsh-contact {
  background: var(--ggsh-white);
}

.ggsh-contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ggsh-contact-panel a {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: var(--ggsh-surface);
  color: var(--ggsh-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ggsh-contact-panel i {
  flex: 0 0 auto;
  color: var(--ggsh-green);
  font-size: 27px;
}

.ggsh-footer {
  padding: 64px 0 28px;
  background: #101725;
  color: var(--ggsh-white);
}

.ggsh-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 56px;
}

.ggsh-footer img {
  width: 150px;
  height: auto;
  margin-bottom: 18px;
}

.ggsh-footer h3 {
  margin: 0 0 16px;
  font-size: 23px;
}

.ggsh-footer p,
.ggsh-footer a,
.ggsh-copyright {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.45;
}

.ggsh-footer a {
  text-decoration: none;
}

.ggsh-copyright {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.subsite .ggsh-section {
  background: var(--ggsh-surface);
}

.image-tile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-tile-grid article {
  min-height: 420px;
}

.image-tile-grid img {
  height: 215px;
}

.image-tile-grid h3,
.image-tile-grid p,
.consult-grid h3,
.consult-grid p {
  padding-right: 24px;
  padding-left: 24px;
}

.image-tile-grid h3,
.consult-grid h3 {
  margin-top: 24px;
}

.consult-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consult-grid article {
  min-height: 360px;
}

.consult-grid img {
  height: 190px;
}

.realestate-showcase {
  align-items: center;
}

.realestate-showcase > div:first-child {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.realestate-showcase .ggsh-market-strip span {
  border-color: var(--ggsh-line);
  background: var(--ggsh-white);
  color: var(--ggsh-green);
}

@media (max-width: 1040px) {
  .ggsh-hero-grid,
  .subsite-grid,
  .ggsh-two-col,
  .ggsh-contact-grid,
  .ggsh-proof-grid,
  .realestate-showcase {
    grid-template-columns: 1fr;
  }

  .ggsh-hero-card,
  .subsite-stat {
    max-width: 540px;
  }

  .ggsh-service-grid,
  .ggsh-company-grid,
  .consult-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ggsh-shell {
    width: min(calc(100% - 28px), 1180px);
  }

  .ggsh-header {
    padding-top: 10px;
  }

  .ggsh-nav {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .ggsh-brand img {
    width: 112px;
  }

  .ggsh-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ggsh-links a {
    min-height: 38px;
    padding: 10px 12px;
    font-size: 15px;
  }

  .ggsh-hero,
  .subsite-hero {
    min-height: auto;
    padding: 170px 0 64px;
  }

  .ggsh-hero h1,
  .subsite-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12.2vw, 54px);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .ggsh-hero-copy,
  .subsite-grid > div:first-child {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .ggsh-hero-copy > p:not(.ggsh-kicker),
  .subsite-hero p:not(.ggsh-kicker) {
    max-width: calc(100vw - 28px);
  }

  .ggsh-hero-copy > p:not(.ggsh-kicker),
  .subsite-hero p:not(.ggsh-kicker),
  .ggsh-copy-stack p,
  .ggsh-contact p,
  .realestate-showcase p,
  .ggsh-section-head p {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .ggsh-section,
  .ggsh-values,
  .ggsh-proof,
  .ggsh-contact {
    padding: 72px 0;
  }

  .ggsh-section h2,
  .ggsh-values h2,
  .ggsh-contact h2,
  .realestate-showcase h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .ggsh-value-grid,
  .ggsh-service-grid,
  .ggsh-company-grid,
  .image-tile-grid,
  .consult-grid,
  .ggsh-contact-panel {
    grid-template-columns: 1fr;
  }

  .ggsh-actions {
    width: 100%;
  }

  .ggsh-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    font-size: 17px;
  }

  .media-card {
    grid-template-rows: 220px 1fr;
  }

  .ggsh-company-grid a {
    min-height: 210px;
  }

  .ggsh-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ggsh-copyright {
    flex-direction: column;
  }
}

/* GGSH alternate layout 2 */
.alt2-body {
  margin: 0;
  overflow-x: hidden;
  background: #f5f7fb;
  color: #101725;
  font-family: Afacad, Arial, sans-serif;
}

.alt2-body * {
  box-sizing: border-box;
}

.t2-shell {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}

.t2-topbar {
  background: #eef2f6;
  color: #334155;
}

.t2-topbar .t2-shell {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 17px;
  font-weight: 700;
}

.t2-topbar span,
.t2-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

.t2-topbar i {
  color: var(--ggsh-green);
}

.t2-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 44px rgba(16, 23, 37, 0.08);
  backdrop-filter: blur(14px);
}

.t2-nav {
  display: flex;
  min-height: 92px;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.t2-logo img {
  display: block;
  width: 130px;
  height: auto;
}

.t2-nav nav {
  display: flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.t2-nav nav a {
  min-height: 44px;
  padding: 13px 15px;
  border-radius: 6px;
  color: #101725;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.t2-nav nav a:hover {
  background: #edf4f1;
  color: var(--ggsh-green);
}

.t2-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 130px 0;
  overflow: hidden;
  background: #101725;
  color: #fff;
}

.t2-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.t2-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16, 23, 37, 0.94), rgba(16, 23, 37, 0.7), rgba(16, 23, 37, 0.28)),
    linear-gradient(0deg, rgba(16, 23, 37, 0.25), transparent 45%);
  content: "";
}

.t2-hero-holding .t2-hero-bg {
  background-image: url("../img/ggsh/logistics-consulting.jpg");
}

.t2-hero-trading .t2-hero-bg {
  background-image: url("../img/ggsh/minerals.png");
}

.t2-hero-consulting .t2-hero-bg {
  background-image: url("../img/ggsh/company-formation.png");
}

.t2-hero-realestate .t2-hero-bg {
  background-image: url("../img/ggsh/real-estate.png");
}

.t2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 70px;
}

.t2-hero-grid > * {
  min-width: 0;
}

.t2-kicker {
  margin: 0 0 18px;
  color: #e7c27f;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.t2-kicker.dark {
  color: var(--ggsh-green);
}

.t2-hero h1,
.t2-section h2,
.t2-band h2,
.t2-contact h2 {
  margin: 0;
  letter-spacing: 0;
}

.t2-hero h1 {
  max-width: min(880px, calc(100vw - 28px));
  font-size: clamp(56px, 7vw, 102px);
  line-height: 0.92;
  overflow-wrap: break-word;
}

.t2-hero p:not(.t2-kicker) {
  max-width: min(680px, calc(100vw - 28px));
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  line-height: 1.42;
}

.t2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.t2-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.t2-btn.primary {
  background: var(--ggsh-gold);
  color: #101725;
}

.t2-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.t2-hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.t2-hero-panel div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.09);
}

.t2-hero-panel strong,
.t2-hero-panel span {
  display: block;
}

.t2-hero-panel strong {
  font-size: 52px;
  line-height: 0.95;
}

.t2-hero-panel span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.t2-section,
.t2-contact {
  padding: 112px 0;
}

.t2-section-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.t2-section h2,
.t2-contact h2 {
  color: #101725;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
}

.t2-section p,
.t2-contact p,
.t2-band p {
  color: #647084;
  font-size: 22px;
  line-height: 1.48;
}

.t2-split,
.t2-contact-grid,
.t2-band-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 72px;
}

.t2-image-frame {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 23, 37, 0.13);
}

.t2-image-frame img,
.t2-image-grid img,
.t2-product-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t2-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.t2-mini-grid span {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  color: var(--ggsh-green);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 44px rgba(16, 23, 37, 0.08);
}

.t2-card-grid {
  display: grid;
  gap: 22px;
}

.t2-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t2-card {
  display: flex;
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 64px rgba(16, 23, 37, 0.07);
  flex-direction: column;
}

.t2-card > i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #edf4f1;
  color: var(--ggsh-green);
  font-size: 31px;
}

.t2-card h3,
.t2-product-grid h3 {
  margin: 28px 0 12px;
  color: #101725;
  font-size: 31px;
  line-height: 1.05;
}

.t2-card p,
.t2-product-grid p {
  margin: 0;
  color: #647084;
  font-size: 20px;
  line-height: 1.45;
}

.t2-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--ggsh-green);
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.t2-band {
  padding: 86px 0;
  background: #101725;
  color: #fff;
}

.t2-band-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.t2-band h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
}

.t2-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.t2-image-grid,
.t2-product-grid {
  display: grid;
  gap: 22px;
}

.t2-image-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t2-image-grid a {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.t2-image-grid a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 23, 37, 0.82), rgba(16, 23, 37, 0.05) 58%);
  content: "";
}

.t2-image-grid span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.05;
}

.t2-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.t2-product-grid.consulting {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t2-product-grid article {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 64px rgba(16, 23, 37, 0.07);
}

.t2-product-grid img {
  height: 210px;
}

.t2-product-grid h3,
.t2-product-grid p {
  padding-right: 24px;
  padding-left: 24px;
}

.t2-contact {
  background: #fff;
}

.t2-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.t2-contact-list a {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ggsh-line);
  border-radius: 8px;
  background: #f5f7fb;
  color: #101725;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.t2-contact-list i {
  color: var(--ggsh-green);
  font-size: 27px;
}

.t2-hero h1,
.t2-hero p:not(.t2-kicker),
.t2-actions,
.t2-hero-panel {
  max-width: calc(100vw - 28px);
}

@media (max-width: 1040px) {
  .t2-hero-grid,
  .t2-split,
  .t2-contact-grid,
  .t2-band-grid {
    grid-template-columns: 1fr;
  }

  .t2-card-grid.three,
  .t2-image-grid,
  .t2-product-grid,
  .t2-product-grid.consulting {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .t2-hero-panel {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .t2-shell {
    width: calc(100% - 28px);
    max-width: 1180px;
  }

  .t2-topbar .t2-shell {
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
    font-size: 15px;
  }

  .t2-nav {
    min-height: auto;
    align-items: flex-start;
    padding: 12px 0;
    flex-direction: column;
  }

  .t2-logo img {
    width: 112px;
  }

  .t2-nav nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: hidden;
  }

  .t2-nav nav a {
    padding: 10px 9px;
    font-size: 14px;
  }

  .t2-hero {
    min-height: auto;
    padding: 72px 0;
  }

  .t2-hero h1 {
    max-width: calc(100vw - 28px);
    font-size: 24px;
    line-height: 1.05;
  }

  .t2-hero-grid > div:first-child {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .t2-hero p:not(.t2-kicker),
  .t2-actions,
  .t2-hero-panel {
    max-width: calc(100vw - 28px);
  }

  .t2-hero p:not(.t2-kicker),
  .t2-section p,
  .t2-contact p,
  .t2-band p {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .t2-actions,
  .t2-btn {
    width: 100%;
  }

  .t2-section,
  .t2-contact {
    padding: 74px 0;
  }

  .t2-section h2,
  .t2-band h2,
  .t2-contact h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .t2-card-grid.three,
  .t2-image-grid,
  .t2-product-grid,
  .t2-product-grid.consulting,
  .t2-contact-list,
  .t2-mini-grid {
    grid-template-columns: 1fr;
  }

  .t2-card,
  .t2-image-grid a,
  .t2-product-grid article {
    min-height: auto;
  }
}
