/* ===== Homepage (group design language, slate + saffron palette) ===== */
/* Split, split-media, badge-float and hero-features now live in main.css (shared). */

/* Hero: light, left-aligned, with feature list */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse 50% 65% at 88% 12%, rgba(199, 154, 62, 0.09), transparent),
    linear-gradient(180deg, var(--bg-surface) 0%, #fff 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -110px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(199, 154, 62, 0.1), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 880px; }
.hero .badge { margin-bottom: 1.5rem; }
.hero h1 { margin-bottom: 1.25rem; }
.hero h1 .accent { color: var(--accent); }
.hero .hero-sub {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  max-width: 660px;
  margin-bottom: 2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2.5rem; }

/* Hero feature list: styles in main.css (.hero-features/.hero-feature-item) */

/* Homepage hero: a direct, region-specific introduction rather than a decorative banner. */
.hero {
  min-height: calc(100vh - var(--header-height));
  padding-block: 0;
  background-image: url("/assets/images/photos/umm-qasr-port-aerial.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 27, 39, 0.94) 0%, rgba(14, 27, 39, 0.82) 45%, rgba(14, 27, 39, 0.38) 100%);
  pointer-events: none;
}
.hero::after { display: none; }
.hero-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: calc(100svh - var(--header-height));
}
.hero-inner { position: relative; z-index: 1; max-width: 1050px; }
.hero h1 {
  color: #fff;
  max-width: 1050px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.035em;
}
.hero-title-line { display: block; white-space: nowrap; }
.hero h1 .accent { color: var(--accent-light); }
.hero .hero-sub {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
}
.hero .hero-features {
  flex-wrap: nowrap;
  gap: 0.75rem 1.5rem;
}
.hero .hero-feature-item { white-space: nowrap; }
.hero .hero-feature-item { color: rgba(255, 255, 255, 0.88); }
.hero .hero-feature-item i { color: var(--accent-light); }
.hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #fff;
}
.hero .btn-outline:hover { border-color: var(--accent-light); color: #fff; background: rgba(255, 255, 255, 0.1); }
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
  transition: color 180ms ease;
}
.hero-scroll-cue:hover { color: var(--accent-light); }
.scroll-mouse {
  width: 1.1rem;
  height: 1.7rem;
  border: 1.5px solid currentColor;
  border-radius: 0.7rem;
  position: relative;
}
.scroll-mouse::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 50%;
  width: 2px;
  height: 0.3rem;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
}
.hero-scroll-cue i { font-size: 0.7rem; }
@media (max-width: 900px) {
  .hero-inner { max-width: 100%; }
  .hero-title-line { white-space: normal; }
}
@media (max-width: 600px) {
  .hero {
    min-height: calc(100svh - var(--header-height));
    padding-block: 2rem 4.5rem;
  }
  .hero-layout {
    min-height: auto;
    align-items: flex-start;
  }
  .hero-title-line { white-space: normal; }
  .hero .hero-sub { margin-bottom: 1.5rem; }
  .hero-actions { margin-bottom: 1.75rem; }
  .hero-features { gap: 0.75rem 1.25rem; }
  .hero .hero-features { flex-wrap: wrap; }
  .hero-scroll-cue { bottom: 1rem; }
}

/* Stats band */
.stats-band {
  position: relative;
  background: var(--bg-deep);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  box-shadow: 0 12px 32px rgba(27, 42, 56, 0.22);
  margin-top: 2rem;
}
@media (max-width: 760px) { .stats-band { grid-template-columns: repeat(2, 1fr); } }
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.stat .stat-number {
  display: block;
  font-size: clamp(1.625rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: var(--accent-light);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.stat .stat-label {
  display: block;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.25rem;
}

/* About teaser split: layout styles in main.css (.split, .split-media, .badge-float) */

/* ===== Bento: services overview — grid + cells now in main.css (shared with services index) ===== */

/* ===== Workflow section (numbered steps) ===== */
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
}
@media (max-width: 1000px) { .workflow-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .workflow-steps { grid-template-columns: 1fr; } }
.workflow-step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  position: relative;
}
.workflow-step .step-number {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.875rem;
  font-variant-numeric: tabular-nums;
}
.workflow-step h3 { font-size: 1.0625rem; margin-bottom: 0.5rem; }
.workflow-step p { font-size: 0.9063rem; }

/* ===== Fleet band (deep slate) ===== */
.fleet-band {
  background: var(--bg-deep);
  overflow: hidden;
  position: relative;
}
.fleet-band .section-label { color: var(--accent-light); }
.fleet-band h2,
.fleet-band h3 { color: #fff; }
.fleet-band .section-header .section-description { color: rgba(255, 255, 255, 0.72); }
.fleet-band .section-divider { opacity: 0.9; }
.fleet-band .achievements { margin-top: 2rem; }
.fleet-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) { .fleet-list { grid-template-columns: 1fr; } }
.fleet-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.fleet-card:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(199, 154, 62, 0.4); }
.fleet-card h3 {
  color: #fff;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}
.fleet-card h3 i { color: var(--accent); }
.fleet-card p { color: rgba(255, 255, 255, 0.65); font-size: 0.9063rem; }

/* Achievements strip */
.achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3.5rem;
  margin-top: 2.5rem;
}
.achievement-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  opacity: 0.85;
}
.achievement-item i { color: var(--accent); font-size: 1.125rem; }

/* CTA spacing on home */
.home-cta { padding-top: 0; }
