/* File: home.css
   Folder: portfolio_projects/angeln-in-georgien/assets/css
   Created date: 2026-05-17
   Last updated date: 2026-05-17
   Author: Codex
   Purpose: Homepage composition overrides for the Angeln in Georgien landing page.
*/

.aig-home {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
}

.aig-home .hero-wrap {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  text-align: left;
  background: var(--forest-950);
}

.aig-home .hero-bg {
  opacity: 0.42;
  filter: saturate(1.05) contrast(1.05);
}

.aig-home .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 12, 0.94), rgba(8, 19, 12, 0.68) 48%, rgba(8, 19, 12, 0.2)),
    linear-gradient(0deg, rgba(8, 19, 12, 0.72), transparent 38%);
}

.aig-home .hero-content {
  width: min(var(--max), calc(100vw - 40px));
  max-width: none;
  padding: 104px 0 92px;
  margin: 0 auto;
}

.aig-home .hero-tag {
  border-color: rgba(231, 184, 92, 0.58);
  color: var(--gold-strong);
  background: rgba(8, 19, 12, 0.44);
}

.aig-home .hero-content h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.aig-home .hero-sub {
  max-width: 660px;
  margin: 0 0 38px;
  color: rgba(246, 240, 229, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.68;
}

.aig-home .hero-actions {
  justify-content: flex-start;
}

.aig-home .btn-primary,
.aig-home .btn-outline {
  border-radius: 999px;
  min-height: 50px;
  padding: 14px 24px;
  font-weight: 900;
}

.aig-home .btn-primary {
  background: var(--gold);
  color: var(--forest-950);
}

.aig-home .btn-outline {
  border-color: rgba(246, 240, 229, 0.42);
  color: var(--on-dark);
}

.aig-home .guarantee-bar {
  background: var(--gold);
  color: var(--forest-950);
  padding: 16px 24px;
}

.aig-home section {
  padding: 86px 0;
}

.aig-home .section-label {
  color: var(--gold);
  font-size: 12px;
}

.aig-home .section-title {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
}

.aig-home .section-intro {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.aig-home .services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aig-home .service-card {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(8, 19, 12, 0.06);
}

.aig-home .service-icon {
  margin-bottom: 16px;
}

.aig-home .service-card h3 {
  min-height: 48px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.22;
}

.aig-home .service-card p {
  color: var(--muted);
  font-size: 14px;
}

.aig-home .spots-section {
  background: var(--forest-900);
}

.aig-home .spots-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.aig-home .spot-card {
  min-height: 240px;
  border-radius: var(--radius);
  border-color: var(--border-dark);
  background: rgba(255, 255, 255, 0.055);
}

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

.aig-home .team-card,
.aig-home .review-card,
.aig-home .contact-card {
  border-radius: var(--radius);
}

.aig-home .team-photo-placeholder {
  background: linear-gradient(135deg, var(--forest-700), var(--forest-950));
}

.aig-home .reviews-section {
  background: var(--forest-950);
}

.aig-home .reviews-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aig-home .review-card {
  min-height: 290px;
}

.aig-home .contact-section {
  background: var(--cream-2);
}

.aig-home .contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aig-home .contact-card {
  min-width: 0;
  min-height: 166px;
  display: grid;
  align-content: center;
}

@media (max-width: 980px) {
  .aig-home .services-grid,
  .aig-home .reviews-grid,
  .aig-home .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aig-home .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .aig-home .hero-wrap {
    min-height: calc(100vh - 112px);
  }

  .aig-home .hero-content {
    width: min(100% - 28px, var(--max));
    padding: 68px 0 64px;
  }

  .aig-home .hero-content h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .aig-home section {
    padding: 58px 0;
  }

  .aig-home .services-grid,
  .aig-home .spots-grid,
  .aig-home .reviews-grid,
  .aig-home .contact-cards {
    grid-template-columns: 1fr;
  }

  .aig-home .service-card,
  .aig-home .review-card,
  .aig-home .contact-card {
    min-height: auto;
  }
}
