/* ================================================================
   home.css — styles specific to index.html
   ================================================================ */

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.03);
  animation: heroZoom 12s ease forwards;
}
@keyframes heroZoom {
  to { transform: scale(1); }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,10,10,0.90) 0%,
    rgba(10,10,10,0.65) 55%,
    rgba(10,10,10,0.30) 100%
  );
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: calc(var(--nav-h) + 3rem) 2rem 5rem;
  width: 100%;
}
.hero__eyebrow {
  animation: fadeUp 0.7s var(--ease) 0.3s both;
}
.hero__title {
  font-size: clamp(4rem, 10vw, 9.5rem);
  margin-bottom: 1.75rem;
  animation: fadeUp 0.9s var(--ease) 0.45s both;
}
.hero__title em { color: var(--gold-400); font-style: italic; }
.hero__sub {
  font-size: 1rem;
  color: var(--text-300);
  max-width: 440px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  animation: fadeUp 0.8s var(--ease) 0.7s both;
}
.hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeUp 0.8s var(--ease) 0.85s both;
}
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: fadeIn 1s ease 1.4s both;
}
.hero__scroll-label {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-400);
}
.hero__scroll-line {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, var(--gold-500), transparent);
  animation: scrollPulse 2s ease-in-out infinite 2s;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.6); opacity: 0.4; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}

/* ── Quote Band ───────────────────────────────────────────────── */
.quote-band {
  background: var(--dark-800);
  border-top: 1px solid rgba(212,168,67,0.12);
  border-bottom: 1px solid rgba(212,168,67,0.12);
  padding: 4rem 2rem;
}
.quote-band__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.quote-band__mark {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold-400);
  opacity: 0.18;
  line-height: 0.6;
  margin-bottom: 1rem;
  display: block;
  user-select: none;
}
.quote-band__text {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text-100);
  line-height: 1.35;
  margin-bottom: 1.2rem;
}
.quote-band__cite {
  display: block;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  font-style: normal;
}

/* ── Intro ───────────────────────────────────────────────────── */
.intro {
  padding: 8rem 2rem;
  max-width: var(--max-w);
  margin: 0 auto;
}
.intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.intro__text { }
.intro__actions { margin-top: 2.5rem; }
.intro__images {
  position: relative;
}
.intro__img-main img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 2px;
}
.intro__img-accent {
  position: absolute;
  bottom: -3rem;
  left: -2.5rem;
  width: 52%;
}
.intro__img-accent img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
  border: 3px solid var(--dark-900);
}
.intro__img-label {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.85), transparent);
  padding: 0.6rem 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-300);
}

/* ── Pillars ─────────────────────────────────────────────────── */
.pillars {
  background: var(--dark-800);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.pillars__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 6rem 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.pillar-item {
  padding: 3rem 3rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.pillar-item:last-child { border-right: none; }
.pillar-item:hover { background: rgba(255,255,255,0.02); }
.pillar-item__num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(212,168,67,0.12);
  line-height: 1;
  margin-bottom: 1rem;
}
.pillar-item h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold-300);
  margin-bottom: 0.85rem;
}
.pillar-item p {
  font-size: 0.9rem;
  color: var(--text-300);
  line-height: 1.8;
}

/* ── Services Preview ────────────────────────────────────────── */
.services-preview {
  padding: 8rem 2rem;
  max-width: var(--max-w);
  margin: 0 auto;
}
.services-preview__header {
  max-width: 520px;
  margin-bottom: 4rem;
}
.services-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
}
.svc-card {
  background: var(--dark-800);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.svc-card:hover { background: var(--dark-700); }
.svc-card__img {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
  filter: brightness(0.75) saturate(0.85);
}
.svc-card:hover .svc-card__img img {
  transform: scale(1.06);
  filter: brightness(0.85) saturate(0.95);
}
.svc-card__body {
  padding: 1.6rem 1.4rem 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}
.svc-card__body::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, var(--gold-400), transparent);
  transition: width 0.4s var(--ease);
}
.svc-card:hover .svc-card__body::after { width: 100%; }
.svc-card__num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: rgba(212,168,67,0.15);
  line-height: 1;
}
.svc-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-100);
}
.svc-card p {
  font-size: 0.86rem;
  color: var(--text-300);
  line-height: 1.75;
  flex: 1;
}
.svc-card__link {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold-400);
  margin-top: 0.5rem;
  transition: color 0.2s;
}
.svc-card__link:hover { color: var(--gold-300); }
.services-preview__cta {
  margin-top: 3rem;
  text-align: center;
}

/* ── Stats Band ──────────────────────────────────────────────── */
.stats-band {
  background: var(--dark-800);
  border-top: 1px solid rgba(212,168,67,0.08);
  border-bottom: 1px solid rgba(212,168,67,0.08);
}
.stats-band__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.stat { text-align: center; }
.stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 300;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat__label {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-400);
}

/* ── CTA Band ────────────────────────────────────────────────── */
.cta-band {
  position: relative;
  padding: 9rem 2rem;
  overflow: hidden;
}
.cta-band__bg {
  position: absolute;
  inset: 0;
}
.cta-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.22) saturate(0.5);
}
.cta-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.4) 100%);
}
.cta-band__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .intro__inner { grid-template-columns: 1fr; gap: 4rem; }
  .intro__img-accent { left: -1.5rem; bottom: -2rem; }
  .services-preview__grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band__inner { grid-template-columns: repeat(2, 1fr); }
  .pillars__inner { grid-template-columns: 1fr; }
  .pillar-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .pillar-item:last-child { border-bottom: none; }
}
@media (max-width: 640px) {
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .services-preview__grid { grid-template-columns: 1fr; }
  .stats-band__inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .pillar-item { padding: 2rem 1.5rem; }
}
