/* ════════════════════════════════════════════
   HiLITE Realty — Custom business page
════════════════════════════════════════════ */
#biz.hilite-biz {
  background: #0a1628;
  color: #f5f0e8;
  overflow-x: hidden;
}

.hl-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0a1628;
}

/* ── Hero ── */
.hl-hero {
  position: relative;
  min-height: clamp(340px, 55vh, 480px);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hl-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 40, 0.55) 0%,
    rgba(10, 22, 40, 0.75) 45%,
    rgba(10, 22, 40, 0.95) 100%
  );
  pointer-events: none;
}

.hl-back {
  position: absolute;
  top: clamp(14px, 3vw, 22px);
  left: clamp(16px, 4vw, 28px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid rgba(196, 160, 53, 0.45);
  border-radius: 999px;
  background: rgba(10, 22, 40, 0.65);
  backdrop-filter: blur(8px);
  color: #f5f0e8;
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 3vw, 14px);
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
}
.hl-back:hover {
  transform: translateY(-1px);
  border-color: #c4a035;
}

.hl-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 72px) clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
}

.hl-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4a035;
  margin: 0 0 10px;
}

.hl-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 9vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  color: #f5f0e8;
}

.hl-title-brand {
  color: #c4a035;
  font-style: italic;
}

.hl-tagline {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.82);
  max-width: 520px;
  margin: 0 0 16px;
}

.hl-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hl-hero-chips span {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(196, 160, 53, 0.15);
  border: 1px solid rgba(196, 160, 53, 0.35);
  color: rgba(245, 240, 232, 0.9);
}

.hl-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
  background: rgba(196, 160, 53, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.hl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 18px) 8px;
  background: rgba(10, 22, 40, 0.92);
  text-align: center;
}
.hl-stat strong {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 800;
  color: #c4a035;
  line-height: 1.1;
}
.hl-stat span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
  margin-top: 4px;
}

@media (max-width: 480px) {
  .hl-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ── Main ── */
.hl-main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 32px) clamp(32px, 6vw, 48px);
}

.hl-section { margin-bottom: clamp(32px, 6vw, 48px); }

.hl-section-head { margin-bottom: clamp(18px, 4vw, 24px); }

.hl-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a035;
  margin: 0 0 8px;
}

.hl-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  margin: 0 0 8px;
  color: #f5f0e8;
}

.hl-section-sub {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.65);
  margin: 0;
  max-width: 560px;
}

/* ── Project grid ── */
.hl-proj-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2.5vw, 14px);
}

@media (min-width: 640px) {
  .hl-proj-grid { grid-template-columns: repeat(4, 1fr); }
}

.hl-proj {
  position: relative;
  aspect-ratio: 3 / 4;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #152238;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hl-proj:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.hl-proj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.hl-proj:hover img { transform: scale(1.05); }

.hl-proj-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 22, 40, 0.92) 100%);
  text-align: left;
}

.hl-proj-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4a035;
  margin-bottom: 4px;
}

.hl-proj-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.2;
}

.hl-proj-meta {
  font-size: 11px;
  color: rgba(245, 240, 232, 0.65);
  margin-top: 2px;
}

/* ── Segments ── */
.hl-section--segments {
  padding: clamp(20px, 4vw, 28px);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(21, 34, 56, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid rgba(196, 160, 53, 0.2);
}

.hl-seg-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 3vw, 24px);
}

@media (min-width: 640px) {
  .hl-seg-grid { grid-template-columns: repeat(3, 1fr); }
}

.hl-seg h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #f5f0e8;
}

.hl-seg p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.65);
  margin: 0;
}

.hl-seg-icon {
  display: flex;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #c4a035;
}
.hl-seg-icon svg { width: 100%; height: 100%; }

/* ── Service cards ── */
.hl-svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 560px) {
  .hl-svc-grid { grid-template-columns: repeat(2, 1fr); }
}

.hl-svc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(196, 160, 53, 0.22);
  border-radius: 14px;
  background: rgba(21, 34, 56, 0.6);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.hl-svc:hover {
  border-color: #c4a035;
  background: rgba(21, 34, 56, 0.95);
  transform: translateY(-1px);
}

.hl-svc-icon {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(196, 160, 53, 0.15);
  color: #c4a035;
}
.hl-svc-icon svg { width: 22px; height: 22px; }

.hl-svc-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hl-svc-title {
  font-size: 14px;
  font-weight: 700;
  color: #f5f0e8;
}

.hl-svc-desc {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(245, 240, 232, 0.6);
}

.hl-svc-arrow {
  flex-shrink: 0;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(196, 160, 53, 0.2);
  color: #c4a035;
}

/* ── Vision band ── */
.hl-vision {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(196, 160, 53, 0.25);
  margin-bottom: clamp(32px, 6vw, 48px);
}

@media (min-width: 768px) {
  .hl-vision { grid-template-columns: 1.1fr 1fr; }
}

.hl-vision-text {
  padding: clamp(24px, 5vw, 36px);
  background: linear-gradient(135deg, #152238 0%, #0a1628 100%);
}

.hl-vision-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 4.5vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #f5f0e8;
}

.hl-vision-text p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.68);
  margin: 0;
}

.hl-vision-img {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

/* ── CTA ── */
.hl-cta {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: clamp(20px, 4vw, 28px);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(196, 160, 53, 0.18) 0%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(196, 160, 53, 0.35);
}

.hl-cta-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(196, 160, 53, 0.2);
  color: #c4a035;
}
.hl-cta-icon svg { width: 24px; height: 24px; }

.hl-cta-text {
  flex: 1;
  min-width: 200px;
}

.hl-cta-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #f5f0e8;
}

.hl-cta-text p {
  font-size: 13px;
  color: rgba(245, 240, 232, 0.65);
  margin: 0;
  line-height: 1.45;
}

.hl-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: #c4a035;
  color: #0a1628;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.hl-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(196, 160, 53, 0.35);
}
