/* ============================================================
   STCG — Final Design System
   ============================================================ */

:root {
  --red:      #C8102E;
  --red-dark: #A50D25;
  --dark:     #111111;
  --darker:   #0A0A0A;
  --white:    #FFFFFF;
  --off-white:#F5F5F3;
  --grey:     #E5E5E5;
  --text:     #1A1A1A;
  --font:     'Inter', 'Helvetica Neue', Arial, sans-serif;
  --nav-h:    80px;
  --ease:     cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; margin: 0; padding: 0; background-color: #ffffff; transition: background-color 0.9s ease; }
#stcg-hero { background: #000; }
img  { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: "Geist", "Inter", "Helvetica Neue", Arial, sans-serif; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; margin: 0; padding: 0; }

/* ============================================================
   SALIENT RESET
   ============================================================ */
body.stcg-custom-page { padding-top: 0 !important; margin-top: 0 !important; }
body.stcg-custom-page #header-outer,
body.stcg-custom-page #page-header-wrap,
body.stcg-custom-page #footer-outer,
body.stcg-custom-page #header-space { display: none !important; }
body.stcg-custom-page #ajax-content-wrap,
body.stcg-custom-page .container-wrap,
body.stcg-custom-page .container,
body.stcg-custom-page #main-content,
body.stcg-custom-page .post-area,
body.stcg-custom-page .entry-content,
body.stcg-custom-page .span_12,
body.stcg-custom-page article,
body.stcg-custom-page .row {
  width: 100% !important; max-width: 100% !important; padding: 0 !important;
  margin: 0 !important; float: none !important; display: block !important;
}


body.stcg-custom-page .entry-content > *:not(.stcg-footer),
body.stcg-custom-page article > *:not(.stcg-footer) {
  position: relative;
  z-index: 1;
}
.stcg-cta {
  position: relative;
  z-index: 1;
}

/* ============================================================
   NAVBAR
   ============================================================ */
#stcg-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 99999; height: var(--nav-h);
  display: flex; align-items: stretch;
  border: none; box-shadow: none;
}
.admin-bar #stcg-nav { top: 32px; }
@media screen and (max-width:782px) { .admin-bar #stcg-nav { top: 46px; } }

.stcg-nav__logo-side {
  display: flex; align-items: center; padding: 0 2.5rem;
  flex-shrink: 0; background: #ffffff; border: none;
}
.stcg-nav__logo-side a { display: flex; align-items: center; }
.stcg-nav__logo-side img { height: 44px; width: auto; display: block; }

.stcg-nav__panel {
  flex: 1; display: flex; align-items: stretch;
  flex-direction: row; flex-wrap: nowrap;
  background: rgba(57,72,84,0.96);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: none;
}

.stcg-nav__links {
  flex: 1; display: flex; align-items: center;
  justify-content: center; gap: clamp(1rem, 2.2vw, 2rem);
  padding: 0 1rem; min-width: 0;
}
.stcg-nav__links li {
  display: flex; align-items: center;
  list-style: none !important; padding: 0 !important; margin: 0 !important;
}
.stcg-nav__links li::before,
.stcg-nav__links li::after,
.stcg-nav__links a::before { display: none !important; content: none !important; }

.stcg-nav__links a {
  font-size: 1rem; font-weight: 600;
  color: rgba(255,255,255,0.88); letter-spacing: 0.01em;
  white-space: nowrap; position: relative; overflow: hidden;
  display: inline-flex; flex-direction: column;
  height: 80px; align-items: center; justify-content: center;
  transition: color 0s; padding: 0; margin: 0;
  background: none !important; border: none !important; box-shadow: none !important;
}
.stcg-nav__links a.is-active::after {
  width: 100%;
}
.stcg-nav__links a.is-active {
  color: #fff;
}
.stcg-nav__links a::after {
  content: ""; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--red);
  transition: width 0.3s var(--ease);
}
.stcg-nav__links a:hover::after { width: 100%; }



.stcg-nav__contact {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 2rem; height: 80px;
  background: var(--red); color: #fff !important;
  font-size: 0.875rem; font-weight: 600; letter-spacing: 0.04em;
  white-space: nowrap; flex-shrink: 0; align-self: stretch;
  transition: background 0.2s; position: relative; overflow: hidden;
  order: 2; border: none;
}
.stcg-nav__contact:hover { background: var(--red-dark); color: #fff !important; }



.stcg-nav__hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
  margin: auto 1rem auto auto;
}
.stcg-nav__hamburger span { display: block; width: 22px; height: 2px; background: #fff; }
@media (max-width: 900px) {
  .stcg-nav__links { display: none; }
  .stcg-nav__hamburger { display: flex; }
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
#stcg-hero {
  position: relative; width: 100%; min-height: 100vh; margin-top: 0;
  display: flex; flex-direction: column; overflow: hidden;
}
.stcg-slides { position: absolute; inset: 0; z-index: 0; }
.stcg-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1s ease; pointer-events: none;
}
.stcg-slide.is-active { opacity: 1; pointer-events: all; }
.stcg-slide__bg { position: absolute; inset: 0; }
.stcg-slide__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stcg-slide__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.0) 68%);
}

.stcg-hero__content {
  position: relative; z-index: 2; flex: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--nav-h) + 3rem) clamp(2rem, 6vw, 7rem) 2.5rem;
  width: 100%; box-sizing: border-box; pointer-events: none;
}

.stcg-hero__headline {
  font-size: clamp(3rem, 7.5vw, 7rem); font-weight: 800;
  line-height: 0.93; letter-spacing: -0.02em; color: #fff;
  text-transform: uppercase; margin: 0 0 1.25rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.stcg-hero__headline.is-changing { opacity: 0; transform: translateY(12px); }

.stcg-hero__subline {
  font-size: clamp(0.875rem, 1.3vw, 1rem); line-height: 1.7;
  color: rgba(255,255,255,0.78); margin: 0 0 2rem; max-width: 420px;
  transition: opacity 0.4s ease;
}
.stcg-hero__subline.is-changing { opacity: 0; }

.stcg-hero__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; pointer-events: all; }

.stcg-hero__btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.8rem 1.6rem; font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.03em; cursor: pointer; transition: all 0.22s ease;
  border: 2px solid transparent; position: relative; overflow: hidden;
}
.stcg-hero__btn--primary { background: var(--red); color: #fff; border-color: var(--red); }
.stcg-hero__btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.stcg-hero__btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.stcg-hero__btn--outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }

/* Headline fade animation */
@keyframes headlineFadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.stcg-hero__headline { opacity: 0; }
.stcg-hero__headline.animate-in { animation: headlineFadeIn 0.6s ease forwards; }

/* Button arrow */
.stcg-btn-arrow {
  display: inline-block !important; width: 16px !important; height: 16px !important;
  filter: brightness(0) invert(1) !important; transform: rotate(45deg) !important;
  flex-shrink: 0 !important; margin-left: 0.25rem !important;
  transition: transform 0.25s cubic-bezier(0.33,1,0.68,1) !important;
}
.stcg-hero__btn:hover .stcg-btn-arrow { transform: rotate(45deg) translate(2px,-2px) !important; }

/* ============================================================
   PILLARS
   ============================================================ */
#stcg-pillars {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #fff; border-top: none;
  width: 50%;
}
.stcg-pillar {
  padding: 1.5rem 2rem 1.75rem; border-right: 1px solid var(--grey);
  cursor: pointer; overflow: hidden; position: relative;
  transition: background 0.3s ease;
}
.stcg-pillar:last-child { border-right: none; }
.stcg-pillar:hover { background: #FAFAFA; }
.stcg-pillar__progress { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: transparent; }
.stcg-pillar__bar { height: 100%; width: 0%; background: var(--red); transition: none; }
.stcg-pillar.is-active .stcg-pillar__bar { animation: pillarProgress 5s linear forwards; }
@keyframes pillarProgress { from { width: 0%; } to { width: 100%; } }
.stcg-pillar__num { font-size: 0.7rem; font-weight: 700; color: var(--red); letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.stcg-pillar__title { font-size: clamp(0.95rem, 1.4vw, 1.15rem); font-weight: 700; color: var(--text); line-height: 1.25; letter-spacing: -0.01em; margin-bottom: 0.4rem; }
.stcg-pillar__desc { font-size: 16px; color: #888; line-height: 1.55; }

@media (max-width: 768px) {
  #stcg-pillars { grid-template-columns: 1fr; width: 100%; }
  .stcg-pillar { border-right: none; border-bottom: 1px solid var(--grey); }
}

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
/* Button hover — simple fade */
.stcg-nav__contact,
.stcg-hero__btn { transition: opacity 0.25s ease, background 0.22s ease, border-color 0.22s ease; }
.stcg-nav__contact:hover,
.stcg-hero__btn:hover { opacity: 0.82; }


/* ============================================================
   ABOUT SECTION
   ============================================================ */
.stcg-about {
  background: transparent;
  padding: clamp(5rem, 10vw, 9rem) clamp(2rem, 6vw, 7rem) 3rem;
}
.stcg-about__inner {
  max-width: 1215px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.stcg-about__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0;
}
.stcg-about__intro {
  font-family: "Geist", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0;
  max-width: 100%;
  text-align: center;
}

.stcg-about__icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0.5rem 0;
}
.stcg-about__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  flex: 1;
  min-width: 0;
}
.stcg-about__icon-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.stcg-about__icon-item span {
  font-family: "Geist", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--text);
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.stcg-about__body {
  font-size: 0.95rem;
  color: #888;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}
.stcg-about__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
}
.stcg-about__link:hover { opacity: 0.72; }
.stcg-about__arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}
.stcg-about__link:hover .stcg-about__arrow { transform: translateX(4px); }

@media (max-width: 600px) {
  .stcg-about__icons { gap: 1.5rem 1.5rem; }
  .stcg-about__icon-item { width: 90px; }
  .stcg-about__icon-item img { width: 52px; height: 52px; }
}
/* ============================================================
   OUR CORE PLATFORMS
   ============================================================ */
.stcg-platforms {
  background: transparent;
  padding: 3rem clamp(2rem, 6vw, 7rem) 3rem;
}
.stcg-platforms__inner {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.stcg-platforms__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.stcg-platforms__heading {
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.stcg-platforms__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin: 0;
  max-width: 420px;
  text-align: center;
}

/* Row layout */
.stcg-platforms__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.stcg-platforms__row--reverse {
  direction: rtl;
}
.stcg-platforms__row--reverse > * {
  direction: ltr;
}

/* Image */
.stcg-platforms__row-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}
.stcg-platforms__row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.stcg-platforms__row:hover .stcg-platforms__row-img img {
  transform: scale(1.03);
}

/* Body */
.stcg-platforms__row-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.stcg-platforms__card-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0;
}
.stcg-platforms__card-title {
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.stcg-platforms__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.stcg-platforms__list li {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
}
.stcg-platforms__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  .stcg-platforms__row,
  .stcg-platforms__row--reverse { grid-template-columns: 1fr; direction: ltr; gap: 2rem; }
}


/* ============================================================
   INDUSTRIES WE SERVE
   ============================================================ */
.stcg-industries {
  background: transparent;
  padding: 3rem clamp(2rem, 6vw, 7rem) 4rem;
}
.stcg-industries__inner {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  align-items: center;
}
.stcg-industries__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}
.stcg-industries__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem 1.25rem;
  width: 100%;
}
.stcg-industries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  cursor: default;
}
.stcg-industries__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
}
.stcg-industries__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.stcg-industries__item:hover .stcg-industries__img img {
  transform: scale(1.05);
}
.stcg-industries__item span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .stcg-industries__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .stcg-industries__grid { grid-template-columns: repeat(2, 1fr); }
}
/* ============================================================
   CTA — image-masked heading + parallax
   ============================================================ */
.stcg-cta {
  background: transparent;
  padding: 2rem clamp(2rem, 6vw, 7rem) clamp(4rem, 8vw, 7rem);
}
.stcg-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
}
.stcg-cta__heading {
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  background-image: url("https://st.skpluss.com/wp-content/uploads/2026/06/Skyline-CTA.jpg");
  background-size: 150%;
  background-position: center 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding: 0.1em 0;
  will-change: background-position;
}
.stcg-cta__illustration {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.stcg-cta__illustration img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}

/* Plane float animation */
@keyframes planeBob {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
.stcg-cta__svg { width: 100%; height: auto; display: block; opacity: 0.9; }
#cta-plane {
  animation: planeBob 3.5s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.stcg-cta__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
  max-width: 500px;
}
.stcg-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--red);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  margin-top: 0.25rem;
  transition: background 0.22s ease;
}
.stcg-cta__btn:hover { background: var(--red-dark); color: #fff; }
.stcg-cta__btn span { display: inline-block; transition: transform 0.25s ease; }
.stcg-cta__btn:hover span { transform: translateX(4px); }
/* ============================================================
   FOOTER
   ============================================================ */
.stcg-footer {
  background: #fff;
  padding: 2rem clamp(2rem, 6vw, 7rem) 2.5rem;
}
.stcg-footer__inner {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.stcg-footer__logo img {
  height: 80px;
  width: auto;
  display: block;
}
.stcg-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 2rem;
}
.stcg-footer__nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  text-decoration: none;
}
.stcg-footer__nav a:hover { color: var(--red); }
.stcg-footer__divider {
  width: 100%;
  border: none;
  border-top: 1px solid var(--grey);
  margin: 0;
}
.stcg-footer__locations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2.5rem;
}
.stcg-footer__loc {
  font-size: 0.875rem;
  color: #555;
  font-weight: 400;
}
.stcg-footer__copy {
  font-size: 0.8rem;
  color: #aaa;
  margin: 0;
}
@media (max-width: 600px) {
  .stcg-footer__locations { flex-direction: column; gap: 0.75rem; }
}

/* ============================================================
   CHINA CONCIERGE PAGE
   ============================================================ */

/* Page Hero */
.stcg-page-hero {
  position: relative;
  height: 55vh;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.stcg-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.stcg-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stcg-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 100%);
  z-index: 1;
}
.stcg-page-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 clamp(2rem, 6vw, 7rem);
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  text-align: center;
}
.stcg-page-hero__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}
.stcg-page-hero__heading {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
}
.stcg-page-hero__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 600px;
}

/* Services Grid */
.stcg-cc-services {
  background: transparent;
  padding: clamp(5rem, 10vw, 8rem) clamp(2rem, 6vw, 7rem);
}
.stcg-cc-services__inner {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.stcg-cc-services__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}
.stcg-cc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.stcg-cc-card {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.stcg-cc-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.stcg-cc-card__num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--red);
}
.stcg-cc-card__title {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.stcg-cc-card__desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #777;
  margin: 0;
}

@media (max-width: 1024px) {
  .stcg-cc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .stcg-cc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .stcg-cc-grid { grid-template-columns: 1fr; }
}
/* ============================================================
   INVESTMENT FACILITATION PAGE
   ============================================================ */
.stcg-if-services {
  background: transparent;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.stcg-if-services__inner {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.stcg-if-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border-top: 1px solid #e8e8e8;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.stcg-if-row:last-child { border-bottom: 1px solid #e8e8e8; }
.stcg-if-row__left {
  position: sticky;
  top: var(--nav-h);
  height: fit-content;
  align-self: start;
  padding: 0 3rem 0 clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.stcg-if-row__num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--red);
}
.stcg-if-row__title {
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0;
}
.stcg-if-row__right {
  padding: 0 clamp(2rem, 4vw, 4rem) 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-left: 1px solid #e8e8e8;
}
.stcg-if-row__img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.stcg-if-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.stcg-if-row:hover .stcg-if-row__img img { transform: scale(1.03); }
.stcg-if-row__list {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.stcg-if-row__list li {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .stcg-if-row { grid-template-columns: 1fr; }
  .stcg-if-row__left { position: relative; top: auto; padding: 0; }
  .stcg-if-row__right { border-left: none; padding: 0; margin-top: 2rem; }
}
/* ============================================================
   CONTACT PAGE
   ============================================================ */
.stcg-contact {
  background: transparent;
  padding: clamp(4rem, 8vw, 7rem) clamp(2rem, 6vw, 7rem);
  min-height: 90vh;
}
.stcg-contact__inner {
  max-width: 1215px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 4rem !important;
  align-items: start !important;
  float: none !important;
  width: 100% !important;
}

/* Left */
.stcg-contact__left {
  display: flex !important;
  flex-direction: column !important;
  gap: 2.5rem !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stcg-contact__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}
.stcg-contact__heading {
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0;
}
.stcg-contact__sub {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0;
}
.stcg-contact__offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.stcg-contact__office {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.stcg-contact__office-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.5rem;
}
.stcg-contact__office-detail {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #444;
  margin: 0;
  letter-spacing: -0.01em;
}
.stcg-contact__office-link {
  font-size: 0.9rem;
  color: var(--red);
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-weight: 400;
}
.stcg-contact__office-link:hover { opacity: 0.7; }

/* Right: Form */
.stcg-contact__right {
  background: #f5f5f5 !important;
  border-radius: 4px !important;
  padding: clamp(2rem, 3vw, 2.5rem) !important;
  border: 1px solid #eee !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.stcg-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stcg-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.stcg-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stcg-form__field label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.stcg-form__field label span { color: var(--red); }
.stcg-form__field input,
.stcg-form__field select,
.stcg-form__field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
  font-family: "Geist", "Inter", sans-serif;
  font-weight: 300;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  letter-spacing: -0.01em;
}
.stcg-form__field input:focus,
.stcg-form__field select:focus,
.stcg-form__field textarea:focus { border-color: var(--text); }
.stcg-form__field textarea { resize: vertical; }
.stcg-form__field select { appearance: none; cursor: pointer; }
.stcg-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--text);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.85rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.22s ease;
  width: fit-content;
  font-family: "Geist", "Inter", sans-serif;
}
.stcg-form__submit:hover { background: var(--red); }
.stcg-form__submit span { display: inline-block; transition: transform 0.25s ease; }
.stcg-form__submit:hover span { transform: translateX(4px); }
.stcg-form__status {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  min-height: 1.5em;
}
.stcg-form__status--success { color: #2a7a2a; }
.stcg-form__status--error { color: var(--red); }

@media (max-width: 900px) {
  .stcg-contact__inner { grid-template-columns: 1fr; gap: 3rem; }
  .stcg-form__row { grid-template-columns: 1fr; }
  .stcg-contact__offices { grid-template-columns: 1fr; }
}
/* Contact form — clean focus: bottom border only, no glow */
#stcg-contact-form input,
#stcg-contact-form select,
#stcg-contact-form textarea {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
#stcg-contact-form input:focus,
#stcg-contact-form select:focus,
#stcg-contact-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #1a1a1a !important;
}

/* ============================================================
   PRELOADER
   ============================================================ */
#stcg-preloader {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: all;
}
#stcg-preloader .stcg-pre-word {
  position: absolute;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: none;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
#stcg-preloader .stcg-pre-curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  pointer-events: none;
}
#stcg-preloader.is-hiding {
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}


#stcg-transition.fade-in  { opacity: 1;  pointer-events: all; }
#stcg-transition.fade-out { opacity: 0;  pointer-events: none; }
/* Services page dark section */
.stcg-if-services[style*="394854"] .stcg-if-row {
  border-top-color: rgba(255,255,255,0.15);
}
.stcg-if-services[style*="394854"] .stcg-if-row:last-child {
  border-bottom-color: rgba(255,255,255,0.15);
}
.stcg-if-services[style*="394854"] .stcg-if-row__right {
  border-left-color: rgba(255,255,255,0.15);
}
.stcg-if-services[style*="394854"] .stcg-if-row__title,
.stcg-if-services[style*="394854"] .stcg-if-row__list li {
  color: #ffffff;
}
.stcg-if-services[style*="394854"] [style*="border-bottom:1px solid #e8e8e8"] {
  border-bottom-color: rgba(255,255,255,0.15) !important;
}

/* Force white labels on dark section */
.stcg-if-services[style*="394854"] p[style*="color:var(--red)"],
.stcg-if-services[style*="394854"] p[style*="color: var(--red)"] {
  color: #ffffff !important;
}
