/* ============================================================
   HOME PAGE — home.css
   ============================================================ */

/* HERO */
.hero {
  position: relative;
  height: 100vh; min-height: 600px;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(4,38,160,0.5) 100%);
}
.hero-brand-element {
  position: absolute; right: 0; bottom: 0;
  width: 55%; max-width: 700px;
  pointer-events: none;
  opacity: 0.9;
}
.hero-brand-element img { width: 100%; height: auto; }

.hero-content {
  position: relative; z-index: 2;
  width: 100%; padding: 0 48px 80px;
  max-width: var(--max-w); margin: 0 auto;
}
.hero-text { max-width: 560px; }
.hero-title {
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800; color: white;
  line-height: 1.0; margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  color: rgba(255,255,255,0.85);
  line-height: 1.6; margin-bottom: 36px;
  max-width: 380px;
}
.hero-actions {
  display: flex; align-items: center; gap: 16px;
}

/* WHAT WE DO */
.what-we-do { background: white; }
.what-we-do-header {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 24px;
  margin-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.service-card {
  display: flex; flex-direction: column; gap: 16px;
  padding-top: 8px;
}
.service-icon {
  width: 36px; height: 36px;
}
.service-icon img { width: 100%; height: 100%; object-fit: contain; }
.service-title {
  font-size: 20px; font-weight: 700;
  color: var(--blue); line-height: 1.2;
}
.service-desc {
  font-size: 15px; color: var(--gray);
  line-height: 1.6;
}

/* WHO WE SERVE */
.who-we-serve { background: white; padding-top: 0; }
.who-label {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 20px;
}
.who-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800; color: var(--blue);
  line-height: 1.2; max-width: 700px;
  margin-bottom: 40px;
}
.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  max-width: 480px;
}
.who-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 16px; font-weight: 600; color: var(--black);
}
.who-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0;
}

/* GLOBAL REACH */
.global-reach {
  background: var(--gray-bg);
  position: relative; overflow: hidden;
  padding: 80px 48px;
}
.global-inner {
  max-width: var(--max-w); margin: 0 auto;
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 48px;
}
.global-number {
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 800; color: var(--blue);
  line-height: 1; display: block;
  margin-bottom: 16px;
}
.global-desc {
  font-size: 15px; color: var(--black); line-height: 1.6;
  max-width: 220px;
}
.global-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.global-symbol { width: 120px; height: 120px; opacity: 0.6; }
.global-reach-label {
  position: absolute; right: -20px; top: 0;
}
.reach-text {
  font-size: 13px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--blue);
}
.global-text-right {
  font-size: 15px; color: var(--black); line-height: 1.6;
  max-width: 240px;
}
.global-word-bg {
  position: absolute; bottom: -20px; left: 0; right: 0;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 800; color: var(--blue);
  text-align: center; line-height: 1;
  opacity: 1;
  user-select: none; pointer-events: none;
  letter-spacing: -0.04em;
}

/* WHY STRATENSIS */
.why-stratensis {
  position: relative; overflow: hidden;
  padding: 120px 48px;
  background: var(--gray-bg);
}
.why-bg-img {
  position: absolute; inset: 0;
}
.why-bg-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) brightness(0.35);
}
.why-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(4,38,160,0.4) 100%);
}
.why-inner {
  position: relative; z-index: 2;
}
.why-title {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800; color: white;
  line-height: 1.0; margin-bottom: 60px;
  letter-spacing: -0.02em;
}
.why-title sup { font-size: 0.4em; vertical-align: super; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.why-item {
  display: flex; flex-direction: column; gap: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 28px 24px;
}
.why-icon {
  font-size: 20px; color: white; opacity: 0.7;
}
.why-item strong {
  font-size: 16px; font-weight: 700; color: white; line-height: 1.3;
}

/* ============================================================
   RESPONSIVE — HOME
   ============================================================ */
@media (max-width: 1024px) {
  .hero-content { padding: 0 32px 64px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .global-inner { grid-template-columns: 1fr 1fr; }
  .global-visual { display: none; }
}

@media (max-width: 768px) {
  .hero-content { padding: 0 20px 48px; }
  .hero-title { font-size: clamp(40px, 10vw, 60px); }
  .what-we-do-header { flex-direction: column; }
  .services-grid { grid-template-columns: 1fr; gap: 32px; }
  .who-grid { grid-template-columns: 1fr; }
  .global-reach { padding: 60px 20px; }
  .global-inner { grid-template-columns: 1fr; gap: 32px; }
  .global-word-bg { font-size: 72px; bottom: -10px; }
  .why-stratensis { padding: 80px 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 16px; }
}
