/* ===========================
   RESET & BASE
   =========================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: linear-gradient(to bottom left, #2E2B30, #4D4B59) fixed;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
  color: #F7F35E;
}

/* ===========================
   HERO
   =========================== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #4D4B59 url('../images/hero.png') center bottom / cover no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(27, 42, 65, 0.9) 0%,
    rgba(27, 42, 65, 0.6) 25%,
    rgba(27, 42, 65, 0.15) 45%,
    transparent 55%
  );
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 40px;
}

/* Header row */
.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero__logo img {
  height: 34px;
  width: auto;
}

.hero__location {
  text-align: right;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}

/* Yellow line under header */
.hero__line {
  width: 100%;
  height: 2px;
  background-color: #F7F35E;
  margin-top: 16px;
}

/* Main hero body */
.hero__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}

.hero__title {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.hero__title em {
  font-weight: 300;
}

.hero__subtitle {
  margin-top: 20px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

/* CTA */
.hero__cta {
  padding-bottom: 40px;
}

.btn--outline {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #F7F35E;
  background-color: rgba(247, 243, 94, 0.3);
  color: #fff;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}

.btn--outline:hover {
  background-color: #F7F35E;
  color: #1B2A41;
}

/* ===========================
   CONNECTIVITY
   =========================== */
.connectivity {
  background-color: #4D4B59;
  padding: 80px 40px;
  text-align: center;
}

.connectivity__inner {
  max-width: 800px;
  margin: 0 auto;
}

.connectivity__eyebrow {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.connectivity__title {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.connectivity__title em {
  font-weight: 300;
}

.connectivity__copy {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto;
}

/* ===========================
   OCCUPIER LOGOS
   =========================== */
.occupiers {
  background-color: #2E7DD0;
  padding: 28px 60px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.occupiers__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.occupiers__inner img {
  height: 28px;
  width: auto;
  opacity: 0.9;
  flex-shrink: 0;
}

/* ===========================
   AERIAL
   =========================== */
.aerial {
  width: 100%;
  line-height: 0;
}

.aerial img {
  width: 100%;
  height: auto;
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  background-color: #4D4B59;
  padding: 50px 60px 40px;
}

.footer__inner {
  width: 100%;
}

/* Top: logo + credit */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer__logo img {
  height: 34px;
  width: auto;
}

.footer__credit {
  text-align: right;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.25em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
}

/* Divider label */
.footer__divider-label {
  margin-bottom: 16px;
}

.footer__divider-label p {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

/* Divider lines */
.footer__dividers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.footer__divider-line {
  height: 2px;
  background-color: #F7F35E;
}

/* Agents */
.footer__agents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer__agent-logo {
  margin-bottom: 20px;
}

.footer__agent-logo img {
  height: 30px;
  width: auto;
}

.footer__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer__contact-name {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F7F35E;
  margin-bottom: 4px;
}

.footer__contact-phone {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2px;
}

.footer__contact-email {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

/* ===========================
   RESPONSIVE — TABLET (max 1024px)
   =========================== */
@media (max-width: 1024px) {
  .hero {
    min-height: 600px;
  }

  .hero__content {
    padding: 24px 30px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 48px;
  }

  .hero__body {
    padding: 40px 0;
  }

  .connectivity {
    padding: 60px 30px;
  }

  .connectivity__title {
    font-size: 36px;
  }

  .occupiers {
    padding: 24px 30px;
  }

  .occupiers__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
  }

  .footer {
    padding: 40px 30px 30px;
  }

  .footer__agents {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer__dividers {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   RESPONSIVE — MOBILE (max 768px)
   =========================== */
@media (max-width: 768px) {
  .hero {
    min-height: 500px;
    height: auto;
    aspect-ratio: auto;
  }

  .hero__content {
    padding: 20px 20px;
    min-height: 95vh;
  }

  .hero__logo img {
    height: 26px;
  }

  .hero__location {
    font-size: 11px;
  }

  .hero__body {
    padding: 60px 0;
  }

  .hero__title {
    font-size: 30px;
    line-height: 38px;
  }

  .hero__subtitle {
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-top: 14px;
  }

  .hero__cta {
    padding-bottom: 65px;
  }

  .btn--outline {
    padding: 12px 22px;
    font-size: 11px;
  }

  .connectivity {
    padding: 50px 20px;
  }

  .connectivity__eyebrow {
    font-size: 11px;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }

  .connectivity__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .connectivity__copy {
    font-size: 14px;
    line-height: 1.6;
  }

  .occupiers {
    padding: 20px 20px;
  }

  .occupiers__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 24px;
  }

  .occupiers__inner img {
    height: 22px;
  }

  .footer {
    padding: 36px 20px 28px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
  }

  .footer__credit {
    text-align: left;
  }

  .footer__logo img {
    height: 28px;
  }

  .footer__agents {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer__dividers {
    grid-template-columns: 1fr;
  }

  .footer__contacts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===========================
   RESPONSIVE — SMALL MOBILE (max 480px)
   =========================== */
@media (max-width: 480px) {
  .hero__title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero__subtitle {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .connectivity__title {
    font-size: 24px;
  }

  .connectivity__copy {
    font-size: 13px;
  }

  .occupiers__inner img {
    height: 18px;
  }

  .footer__contact-name {
    font-size: 13px;
  }

  .footer__contact-phone,
  .footer__contact-email {
    font-size: 12px;
  }
}
