/* Homepage current-location card — follows the Royal Barber design tokens. */
body.home .elementor-element-47e4faa {
  display: none;
}

body.home .elementor-element-cbd550bc {
  display: block;
  margin-top: clamp(28px, 4vw, 44px);
  text-align: center;
}

body.home .elementor-element-cbd550bc .elementor-button-text {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rb-home-location {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--rb-border);
  border-radius: var(--rb-radius-lg);
  background:
    radial-gradient(circle at 0 0, rgba(221, 151, 22, 0.1), transparent 44%),
    var(--rb-bg-soft);
  box-shadow: var(--rb-shadow);
}

.rb-home-location__info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
  color: var(--rb-text);
}

.rb-home-location__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #dd9716;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rb-home-location__eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.rb-home-location__name {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--rb-white);
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.rb-home-location__details {
  display: grid;
  gap: 0;
  margin: 0;
}

.rb-home-location__detail {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--rb-border);
}

.rb-home-location__detail:last-child {
  border-bottom: 1px solid var(--rb-border);
}

.rb-home-location__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(221, 151, 22, 0.34);
  border-radius: 50%;
  color: #dd9716;
  background: rgba(221, 151, 22, 0.08);
}

.rb-home-location__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rb-home-location__detail-copy {
  display: grid;
  gap: 4px;
}

.rb-home-location__label {
  color: var(--rb-muted);
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rb-home-location__value {
  color: var(--rb-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.rb-home-location__map {
  position: relative;
  min-height: 470px;
  background: var(--rb-panel);
}

.rb-home-location__map::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 56px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 11, 6, 0.34), transparent);
  content: "";
}

.rb-home-location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  border: 0;
}

.rb-home-location__map-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 247, 227, 0.22);
  border-radius: 999px;
  color: var(--rb-white);
  background: rgba(15, 11, 6, 0.9);
  box-shadow: 0 8px 24px rgba(15, 11, 6, 0.25);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.rb-home-location__map-link:hover,
.rb-home-location__map-link:focus-visible {
  color: #0f0b06;
  background: #dd9716;
}

@media (max-width: 900px) {
  .rb-home-location {
    width: calc(100vw - 48px);
    max-width: none;
    grid-template-columns: 1fr;
  }

  .rb-home-location__info {
    padding: 42px;
  }

  .rb-home-location__map,
  .rb-home-location__map iframe {
    min-height: 400px;
  }

  .rb-home-location__map::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .rb-home-location {
    width: calc(100vw - 36px);
    border-radius: var(--rb-radius-md);
  }

  .rb-home-location__info {
    padding: 30px 24px;
  }

  .rb-home-location__name {
    margin-bottom: 22px;
    font-size: clamp(28px, 9vw, 36px);
  }

  .rb-home-location__detail {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .rb-home-location__icon {
    width: 40px;
    height: 40px;
  }

  body.home .elementor-element-cbd550bc .elementor-button {
    width: 100%;
    min-width: 0;
  }

  .rb-home-location__map,
  .rb-home-location__map iframe {
    min-height: 320px;
  }

  .rb-home-location__map-link {
    right: 12px;
    bottom: 12px;
  }
}
