/* === HOME/HERO SECTION === */

.fa-hero *, .fa-hero ::before, .fa-hero ::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.fa-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgb(26, 24, 21);
  font-family: Merriweather, Georgia, serif;
}

.fa-hero-photo {
  position: absolute;
  inset: 0px;
  background-image: url("/img/hero-phil-studio.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.fa-hero-overlay {
  position: absolute;
  inset: 0px;
  background: linear-gradient(135deg, rgba(26, 24, 21, 0.82) 0%, rgba(26, 24, 21, 0.6) 50%, rgba(26, 24, 21, 0.45) 100%);
  z-index: 1;
}

.fa-hero-glow {
  position: absolute;
  inset: 0px;
  background: radial-gradient(at 20% 50%, rgba(0, 105, 177, 0.08) 0%, transparent 60%), radial-gradient(at 80% 80%, rgba(237, 140, 42, 0.06) 0%, transparent 50%);
  z-index: 2;
  pointer-events: none;
}

.fa-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 8rem 2rem 6rem;
}

.fa-hero-inner {
  max-width: 640px;
}

@keyframes fa-blur-slide {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
  }
}

.fa-animate {
  opacity: 0;
  animation: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running fa-blur-slide;
}

.fa-delay-1 {
  animation-delay: 0.3s;
}

.fa-delay-2 {
  animation-delay: 0.45s;
}

.fa-delay-3 {
  animation-delay: 0.6s;
}

.fa-delay-4 {
  animation-delay: 0.75s;
}

.fa-delay-5 {
  animation-delay: 0.9s;
}

.fa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 2rem;
}

.fa-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(237, 140, 42);
  box-shadow: rgba(237, 140, 42, 0.5) 0px 0px 8px;
}

.fa-badge span {
  font-family: Lato, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
}

.fa-headline {
  font-family: Lato, sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
}

.fa-headline-line2 {
  display: block;
  color: rgb(237, 140, 42);
}

.fa-subtext {
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  font-weight: 300;
  max-width: 520px;
  margin-bottom: 2.5rem;
}

.fa-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.fa-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: rgb(237, 140, 42);
  color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s ease-out;
  box-shadow: rgba(237, 140, 42, 0.3) 0px 4px 20px;
}

.fa-btn-primary:hover {
  background: rgb(216, 117, 32);
  transform: translateY(-2px);
  box-shadow: rgba(237, 140, 42, 0.4) 0px 8px 30px;
  color: rgb(255, 255, 255);
}

.fa-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.fa-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}

.fa-btn-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-out;
}

.fa-btn-primary:hover .fa-btn-arrow {
  transform: translateX(3px);
}

.fa-logo-bar {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.fa-logo-bar-label {
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
}

.fa-logo-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.fa-logo-row:hover {
  opacity: 0.6;
}

.fa-logo-item {
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.fa-logo-item:hover {
  opacity: 0.85;
}

.fa-logo-deleccas {
  width: 120px;
  height: 28px;
}

.fa-logo-wellness {
  width: 95px;
  height: 44px;
}

.fa-logo-castlemaine {
  width: 115px;
  height: 32px;
}

.fa-logo-bendigo {
  width: 155px;
  height: 21px;
}

/* === RESPONSIVE === */

@media (prefers-reduced-motion: reduce) {
  .fa-animate {
    animation: auto ease 0s 1 normal none running none;
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .fa-hero-content {
    max-width: 960px;
    padding: 7rem 2rem 5rem;
  }
  .fa-hero-inner {
    max-width: 560px;
  }
  .fa-headline {
    font-size: clamp(2.4rem, 5.5vw, 3.5rem);
  }
  .fa-logo-row {
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .fa-hero {
    min-height: 85vh;
  }
  .fa-hero-content {
    padding: 6.5rem 1.5rem 4rem;
  }
  .fa-hero-inner {
    max-width: 480px;
  }
  .fa-hero-overlay {
    background: linear-gradient(rgba(26, 24, 21, 0.7) 0%, rgba(26, 24, 21, 0.65) 40%, rgba(26, 24, 21, 0.8) 100%);
  }
  .fa-hero-photo {
    background-position: 60% 20%;
  }
  .fa-headline {
    font-size: clamp(2.2rem, 6vw, 3rem);
    margin-bottom: 1.25rem;
  }
  .fa-subtext {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }
  .fa-badge {
    margin-bottom: 1.5rem;
  }
  .fa-logo-bar {
    margin-top: 3rem;
    padding-top: 2rem;
  }
  .fa-logo-row {
    gap: 2rem;
  }
  .fa-logo-deleccas {
    width: 96px;
    height: 22px;
  }
  .fa-logo-wellness {
    width: 76px;
    height: 35px;
  }
  .fa-logo-castlemaine {
    width: 92px;
    height: 26px;
  }
  .fa-logo-bendigo {
    width: 124px;
    height: 17px;
  }
}

@media (max-width: 480px) {
  .fa-hero {
    min-height: 100svh;
  }
  .fa-hero-content {
    padding: 6rem 1.25rem 3rem;
  }
  .fa-hero-inner {
    max-width: 100%;
  }
  .fa-hero-overlay {
    background: linear-gradient(rgba(26, 24, 21, 0.78) 0%, rgba(26, 24, 21, 0.72) 40%, rgba(26, 24, 21, 0.88) 100%);
  }
  .fa-hero-photo {
    background-position: 55% 20%;
  }
  .fa-headline {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .fa-subtext {
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
  }
  .fa-badge {
    margin-bottom: 1.25rem;
    padding: 5px 12px;
  }
  .fa-badge span {
    font-size: 0.75rem;
  }
  .fa-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .fa-btn-primary, .fa-btn-secondary {
    justify-content: center;
    padding: 14px 24px;
  }
  .fa-logo-bar {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
  .fa-logo-row {
    gap: 1.5rem;
  }
  .fa-logo-deleccas {
    width: 78px;
    height: 18px;
  }
  .fa-logo-wellness {
    width: 62px;
    height: 28px;
  }
  .fa-logo-castlemaine {
    width: 75px;
    height: 21px;
  }
  .fa-logo-bendigo {
    width: 100px;
    height: 13px;
  }
}
