/* ===========================
   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: 720px;
  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: #2d7cd0;
  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;
  }
}


/* ===========================
   LOCATION SECTION
   =========================== */
.location-connections {
  color: #c89a5f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 80px 20px;
  max-width: 1400px;
  margin: auto;
}

.connection-line {
  display: flex;
  width: 100%;
  max-width: 1400px;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin: 0 auto 50px;
}

.connection-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  color: #dfdb5b;
  font-size: 16px;
  font-weight: 500;
  flex: 1 1 100px;
  min-width: 100px;
}

.connection-item span {
  margin-top: 15px;
  display: block;
}

.circle-time {
  background-color: #deda5a;
  color: #403e48;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  box-shadow: 0 0 10px rgb(200 154 95 / 46%);
}

.circle-time small {
  font-size: 10px;
  text-transform: capitalize;
  margin-top: 3px;
}

/* Wandsworth Icon (keep existing) */
.wandsworth-icon {
  width: 60px;
  height: 60px;
  background-color: #d1d5db;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M4 21h1v-6H4v6zm2 0h1V12H6v9zm2 0h1v-9H8v9zm2 0h1V15h-1v6zm2 0h1v-12h-1v12zm2 0h1V13h-1v8zm2 0h1v-8h-1v8zm2 0h1V9h-1v12zm2 0h1V3h-1v18z"/></svg>') no-repeat center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M4 21h1v-6H4v6zm2 0h1V12H6v9zm2 0h1v-9H8v9zm2 0h1V15h-1v6zm2 0h1v-12h-1v12zm2 0h1V13h-1v8zm2 0h1v-8h-1v8zm2 0h1V9h-1v12zm2 0h1V3h-1v18z"/></svg>') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  box-shadow: 0 0 10px rgba(209, 213, 219, 0.6);
}

/* Single Head Right Arrow - CLEAN */
.divider {
  width: 60px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.divider::before {
  content: '';
  width: 42px;
  height: 4px;
  background: #f7f25d;
  position: absolute;
  left: 3px;
  border-radius: 2px;
}

.divider::after {
  content: '►';
  position: absolute;
  right: -2px;
  font-size: 22px;
  font-weight: 900;
  color: #f7f25d;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Sub-icons */
.sub-icons {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.sub-icons span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Address & What3Words */
.address {
  font-weight: 600;
  font-size: 16px;
  color: #c89a5f;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.pin-icon {
  font-weight: 700;
  font-size: 18px;
}

.what3words {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  font-family: monospace;
  letter-spacing: 0.09em;
}

/* COMPLETE Map overlay CSS - REPLACE your current one */
/* COMPLETE WORKING Map CSS for YOUR HTML */
.map-wrapper {
  position: relative;
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.map-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1; /* Map image behind overlay */
}

/* Map overlay - PERFECTLY VISIBLE */
.map-overlay-data {
  position: absolute;
    top: 25px;
    left: 25px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgb(71 69 81 / 83%) !important;
    padding: 30px 28px !important;
    border-radius: 5px;
    /* z-index: 999 !important; */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6) !important;
}

/* Each data row */
.data-item {
  display: flex !important;
  align-items: center;
  gap: 18px !important;
  color: #ffffff !important;
  padding: 12px 0;
  min-height: 60px;
}

/* YOUR ICON IMAGES - FIXED SIZING */
.icon-map {
  width: 60px!important ;
  height: 40px!important ;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.6));
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Text container */
.text-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex: 1 !important;
  padding-left: 0 !important;
}

/* Big numbers */
.number {
  font-size: 26px !important;
    line-height: 1 !important;
    color: #f7f25d !important;
    /* text-shadow: 0 0 8px rgba(247, 242, 93, 0.8), 2px 2px 4px rgba(0, 0, 0, 1) !important; */
    margin: 0 !important;
    letter-spacing: -1px;
    font-weight: 600;
}

/* Labels */
.label {
 ont-size: 15px !important;
    color: #ffffff !important;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 1) !important; */
    margin: 4px 0 0 0 !important;
    font-weight: 400;
    line-height: 1.3 !important;
    max-width: 280px;
}

/* Animation support */
.map-wrapper {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.map-overlay-data {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.data-item {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.5s ease-out;
}

.data-item:nth-child(1) { transition-delay: 0.4s; }
.data-item:nth-child(2) { transition-delay: 0.5s; }
.data-item:nth-child(3) { transition-delay: 0.6s; }

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Large tablets and small desktops */
@media (max-width: 1024px) {
  .connection-line {
    gap: 15px;
  }
  
  .connection-item {
    width: 100px;
  }
  
  .circle-time {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .location-connections {
    padding: 30px 15px;
  }
  
  .connection-line {
    flex-direction: column;
    gap: 30px;
    max-width: 400px;
  }
  
  .divider {
    display: none;
  }
  
  .connection-item {
    width: 160px;
    max-width: 200px;
  }
  
  .circle-time {
    width: 65px;
    height: 65px;
    font-size: 16px;
  }
  
  .circle-time small {
    font-size: 9px;
  }
  
  .address {
    font-size: 14px;
  }
  
  .what3words {
    font-size: 16px;
  }
  
  /* Map overlay adjustments */
  .map-overlay-data {
    position: relative;
    top: 15px;
    left: 15px;
    right: 15px;
    gap: 15px;
    padding: 15px;
  }
  
  .data-item {
    gap: 10px;
  }
  
  .number {
    font-size: 24px;
  }
  
  .icon {
    font-size: 24px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .location-connections {
    padding: 25px 10px;
  }
  
  .connection-line {
    gap: 25px;
  }
  
  .connection-item {
    width: 140px;
  }
  
  .circle-time {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
  
  .circle-time small {
    font-size: 8px;
  }
  
  .address {
    font-size: 13px;
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }
  
  .what3words {
    font-size: 14px;
  }
  
  /* Map overlay mobile */
  .map-overlay-data {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: auto;
    gap: 12px;
    padding: 12px;
    max-height: 60vh;
    overflow-y: auto;
  }
  
  .data-item {
    gap: 8px;
    min-width: unset;
  }
  
  .number {
    font-size: 20px;
  }
  
  .label {
    font-size: 12px;
  }
  
  .icon {
    font-size: 20px;
    min-width: 32px;
  }
  
  .icon-map {
    width: 60px !important;
  }
}

/* Very small phones */
@media (max-width: 360px) {
  .connection-item {
    width: 120px;
  }
  
  .map-overlay-data {
    padding: 10px;
  }
}

/* Add these to your existing CSS */

/* Fade-in animations */
.connection-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.divider {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

