/* ============================
   Homepage – Portfolio Redesign
   ============================ */

/* --- Navigation – always legible, compact height matching case study pages --- */
.navbar-custom.navbar-transparent {
  background-color: rgba(10, 10, 10, 0.9);
  padding-top: 0;
  padding-bottom: 0;
}

/* --- Hero --- */
.hp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5f5f3 url('../images/generated-image-7.png') center center / cover no-repeat;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 245, 243, 0.55);
  pointer-events: none;
}

.hp-hero-inner {
  position: relative;
  max-width: 820px;
  text-align: left;
  z-index: 1;
}

.hp-hero-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 24px;
}

.hp-hero-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 52px;
  letter-spacing: 1px;
  color: #111;
  margin: 0 0 20px;
  line-height: 1.15;
}

.hp-hero-statement {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.6);
  max-width: 640px;
  margin: 0 0 40px;
}

.hp-hero-cta {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hp-hero-cta .btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.hp-hero-cta .btn-primary-light {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.hp-hero-cta .btn-primary-light:hover {
  background: transparent;
  color: #111;
}

.hp-hero-cta .btn-outline-light {
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.hp-hero-cta .btn-outline-light:hover {
  border-color: #111;
  color: #111;
}


/* --- Section Shared --- */
.hp-section {
  padding: 100px 0;
}

.hp-section-dark {
  background: #0a0a0a;
  color: #fff;
}

.hp-section-light {
  background: #fff;
  color: #111;
}

.hp-section-off {
  background: #f7f7f8;
  color: #111;
}

.hp-section-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hp-section-heading-dark {
  color: rgba(255, 255, 255, 0.4);
}

.hp-section-heading-light {
  color: #999;
}

.hp-section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 50px;
  line-height: 1.35;
}


/* --- Featured Work --- */
.hp-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.hp-work-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  background: #111;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hp-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.hp-work-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.hp-work-card:hover .hp-work-card-img {
  opacity: 0.85;
}

.hp-work-card-body {
  padding: 24px 28px 28px;
}

.hp-work-card-tag {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.hp-work-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.35;
}

.hp-work-card-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}


/* --- How I Work --- */
.hp-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.hp-how-item {
  padding: 0;
}

.hp-how-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
  margin-bottom: 18px;
  display: block;
}

.hp-how-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 14px;
  line-height: 1.4;
}

.hp-how-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}


/* --- About --- */
.hp-about-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 20px;
}

.hp-about-links {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hp-about-links .btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 2px;
}

.hp-about-links .btn-dark {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.hp-about-links .btn-dark:hover {
  background: #333;
  border-color: #333;
}

.hp-about-links .btn-border {
  background: transparent;
  color: #111;
  border: 1px solid #ddd;
}

.hp-about-links .btn-border:hover {
  border-color: #111;
}


/* --- What I Bring --- */
.hp-bring-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.hp-bring-item {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.hp-bring-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.hp-bring-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.4;
}

.hp-bring-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}


/* --- Contact --- */
.hp-contact-inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.hp-contact-inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.hp-contact-email {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #ddd;
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.hp-contact-email:hover {
  color: #111;
  border-color: #111;
  text-decoration: none;
}

.hp-contact-links {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.hp-contact-links a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hp-contact-links a:hover {
  color: #111;
}


/* --- Responsive --- */
@media (max-width: 991px) {
  .hp-work-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hp-how-grid,
  .hp-bring-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hp-hero-name {
    font-size: 38px;
  }

  .hp-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .hp-hero {
    padding: 100px 0 60px;
    min-height: auto;
  }

  .hp-hero-name {
    font-size: 30px;
  }

  .hp-hero-statement {
    font-size: 16px;
  }

  .hp-section-title {
    font-size: 22px;
  }

  .hp-work-card-body {
    padding: 20px;
  }

  .hp-bring-item {
    padding: 24px;
  }
}
