:root {
  --sheba-gold: #C8A24A;
  --sheba-ivory: #F4F1E6;
  --sheba-black: #000000;
  --sheba-white: #FFFFFF;
}

/* SHEBA Brand Identity — controlled website application.
   The visible marks use the exact approved local master artwork. */
.brand,
.footer-brand {
  display: block;
  overflow: hidden;
  color: transparent !important;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url('/brand/sheba-wordmark-gold.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.brand {
  width: 154px;
  height: 34px;
  flex: 0 0 auto;
}

.footer-brand {
  width: 124px;
  height: 30px;
}

.brand:hover,
.brand:focus-visible,
.footer-brand:hover,
.footer-brand:focus-visible {
  opacity: .9;
}

/* Homepage opening refinement — Founder review, PR #64. */
.hero-actions {
  display: none !important;
}

@media (max-width: 1000px) {
  .hero-section {
    row-gap: 22px !important;
  }

  .hero-collection {
    margin-top: -12px !important;
  }
}

@media (max-width: 700px) {
  .brand {
    width: 160px;
    height: 34px;
    background-position: left center;
    background-size: contain;
  }

  .footer-brand {
    width: 118px;
    height: 28px;
  }

  .hero-section {
    padding-top: 42px !important;
    padding-bottom: 54px !important;
    row-gap: 14px !important;
  }

  .hero-collection {
    min-height: 380px !important;
    margin-top: -18px !important;
  }
}
