/* ═══ HERO BANNER SLIDER ═══ */
.hero {
  height: 100vh; min-height: 640px;
  position: relative; overflow: hidden;
}

/* Each slide is a full banner */
.banner-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0; transition: opacity 1.4s ease;
  z-index: 1;
}
.banner-slide.active { opacity: 1; z-index: 2; }

.banner-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(6,14,26,.90) 0%, rgba(6,14,26,.72) 50%, rgba(6,14,26,.35) 100%);
}
.banner-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,168,76,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,.03) 1px, transparent 1px);
  background-size: 80px 80px;
}
.banner-accent-line {
  position: absolute; top: 0; bottom: 0;
  left: 55%; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,.25) 30%, rgba(201,168,76,.25) 70%, transparent);
}

.banner-content {
  position: relative; z-index: 3;
  padding: 0 72px;
  max-width: 820px;
  opacity: 0; transform: translateY(24px);
  transition: opacity .9s .4s, transform .9s .4s;
}
.banner-slide.active .banner-content { opacity: 1; transform: translateY(0); }

.banner-tag {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.banner-tag-line { width: 40px; height: 1px; background: var(--gold); }
.banner-tag-text { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }

.banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(50px, 7vw, 98px);
  font-weight: 300; line-height: 1.04;
  color: var(--white); margin-bottom: 24px;
}
.banner-title em { font-style: italic; color: var(--gold); }

.banner-desc {
  font-size: 16px; line-height: 1.85; font-weight: 300;
  color: rgba(212,207,199,.82); max-width: 520px; margin-bottom: 48px;
}

.banner-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

/* ─── Slider Controls ─── */
.slider-controls {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: stretch;
}

.slide-thumb {
  flex: 1; padding: 22px 28px;
  background: rgba(8,16,30,.65);
  backdrop-filter: blur(10px);
  border-top: 2px solid transparent;
  cursor: pointer;
  display: flex; align-items: center; gap: 16px;
  transition: background .3s, border-color .3s;
  border-right: 1px solid rgba(255,255,255,.06);
}
.slide-thumb:last-child { border-right: none; }
.slide-thumb:hover { background: rgba(20,36,64,.7); }
.slide-thumb.active { background: rgba(20,36,64,.85); border-top-color: var(--gold); }

.thumb-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 300;
  color: rgba(255,255,255,.2); line-height: 1; flex-shrink: 0;
  transition: color .3s;
}
.slide-thumb.active .thumb-num { color: var(--gold); }
.thumb-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); transition: color .3s; }
.slide-thumb.active .thumb-label { color: var(--white); }
.thumb-progress {
  height: 2px; background: var(--gold); width: 0%;
  margin-top: 6px; transition: width linear;
}
.slide-thumb.active .thumb-progress { width: 100%; }

.slider-arrows {
  position: absolute; right: 64px; top: 50%;
  transform: translateY(-50%);
  display: flex; gap: 10px; z-index: 11;
}
.s-arrow {
  width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2);
  background: transparent; color: var(--white); font-size: 16px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: border-color .3s, background .3s;
}
.s-arrow:hover { border-color: var(--gold); background: rgba(201,168,76,.1); }

/* ═══ STATS BAR ═══ */
.stats-bar {
  background: var(--gold);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 28px 40px;
  border-right: 1px solid rgba(10,22,40,.15);
  display: flex; align-items: center; gap: 16px;
}
.stat-item:last-child { border-right: none; }
.stat-icon { font-size: 28px; opacity: .7; }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px; font-weight: 300; color: var(--navy); line-height: 1;
}
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(10,22,40,.6); margin-top: 3px; }

/* ═══ ABOUT TEASER ═══ */
.about-teaser {
  padding: 120px 72px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center;
  max-width: 1440px; margin: 0 auto;
}
.about-img-wrap { position: relative; }
.about-img-stack {
  position: relative; width: 100%; aspect-ratio: 4/5;
}
.about-img-main {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.about-img-secondary {
  position: absolute; bottom: -36px; right: -36px;
  width: 55%; aspect-ratio: 4/3;
  object-fit: cover;
  border: 4px solid var(--navy);
}
.about-badge {
  position: absolute; top: -20px; left: -20px;
  background: var(--gold); color: var(--navy);
  padding: 26px 30px; z-index: 2;
}
.about-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; line-height: 1; display: block; }
.about-badge-txt { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-top: 4px; display: block; }
.about-frame { position: absolute; bottom: -20px; right: -20px; width: 60%; height: 60%; border: 1px solid rgba(201,168,76,.2); z-index: -1; }

/* ═══ PRACTICE PREVIEW ═══ */
.practice-preview {
  padding: 100px 72px 120px;
  background: var(--navy-mid);
}
.practice-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.practice-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.pcard {
  background: var(--navy);
  position: relative; overflow: hidden;
  cursor: none; transition: transform .4s;
}
.pcard:hover { transform: translateY(-5px); }
.pcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s; z-index: 2; }
.pcard:hover::before { transform: scaleX(1); }
.pcard-img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .6s; }
.pcard:hover .pcard-img { transform: scale(1.08); }
.pcard-body { padding: 28px 28px 32px; }
.pcard-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: rgba(201,168,76,.07); line-height: 1; float: right; margin: -8px -8px 0 0; }
.pcard-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; color: var(--white); margin-bottom: 10px; clear: both; }
.pcard-desc { font-size: 12px; line-height: 1.8; color: rgba(212,207,199,.55); font-weight: 300; }
.pcard-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: gap .3s; }
.pcard:hover .pcard-link { gap: 12px; }

/* ═══ GALLERY ROW ═══ */
.gallery-row { display: flex; height: 280px; gap: 3px; }
.gal-item { flex: 1; overflow: hidden; position: relative; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gal-item:hover img { transform: scale(1.08); }
.gal-item::after { content: ''; position: absolute; inset: 0; background: rgba(10,22,40,.45); transition: background .3s; }
.gal-item:hover::after { background: rgba(10,22,40,.1); }

/* ═══ TESTIMONIAL SLIDER ═══ */






.star { color: var(--gold); font-size: 17px; }











/* ═══ CTA BANNER ═══ */
.cta-banner {
  position: relative; padding: 100px 72px; overflow: hidden;
  background: var(--navy-mid);
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,.05) 0%, transparent 60%);
}
.cta-banner-text { position: relative; max-width: 640px; }
.cta-banner-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 300; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.cta-banner-title em { font-style: italic; color: var(--gold); }
.cta-banner-desc { font-size: 15px; line-height: 1.8; color: rgba(212,207,199,.72); font-weight: 300; }
.cta-banner-action { position: relative; flex-shrink: 0; }

/* ═══ MOBILE ═══ */
@media(max-width: 900px) {
  .banner-content { padding: 0 24px; }
  .slider-arrows { display: none; }
  .slide-thumb { padding: 14px 16px; }
  .thumb-num { font-size: 20px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .about-teaser { grid-template-columns: 1fr; padding: 80px 24px; gap: 60px; }
  .about-img-secondary { display: none; }
  .practice-preview { padding: 80px 24px; }
  .practice-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .practice-cards { grid-template-columns: 1fr; }
  .gallery-row { height: 200px; }
  
  .cta-banner { flex-direction: column; padding: 80px 24px; }
}