/* index.html — page-specific overrides */
.hero-bg-image {
  /* background-image: url("../assets/images/hero-home.avif"); */
  background-image: url("../assets/images/hero-home-tower.avif");
  /* background-position: 0px -120px; */
  background-repeat: no-repeat;
  background-position: top;
}

/* HERO SCROLL */
.hero-scroll {
  position: absolute;
  bottom: 48px;
  right: 64px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-scroll-text {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(200, 167, 90, 0.5);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: rgba(200, 167, 90, 0.4);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.8;
    transform: scaleY(0.6);
  }
}

/* POSITIONING */
.section-positioning {
  background: var(--navy-dark);
  padding: 120px 0;
}

.positioning-label {
  margin-bottom: 20px;
}

.positioning-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  color: var(--ivory);
  max-width: 900px;
  line-height: 1.1;
}

.positioning-pull {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 300;
  color: rgba(200, 167, 90, 0.65);
  margin-top: 24px;
  margin-bottom: 0;
}

.positioning-body {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: rgba(245, 245, 243, 0.65);
  max-width: 620px;
  line-height: 1.85;
}

/* PRACTICE GRID */
.section-practice {
  background: var(--navy);
  padding: 120px 0;
}

.practice-header {
  margin-bottom: 64px;
}

.practice-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 500;
  color: var(--ivory);
  max-width: 640px;
  line-height: 1.1;
  margin-top: 12px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy-dark);
  border-top: 1px solid rgba(200, 167, 90, 0.15);
  border-left: 1px solid rgba(200, 167, 90, 0.15);
}

.practice-card {
  background: var(--navy);
  padding: 64px 40px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid rgba(200, 167, 90, 0.15);
  border-bottom: 1px solid rgba(200, 167, 90, 0.15);
}

.practice-card:hover {
  background: #111630;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-number {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--gold);
  display: block;
  margin-bottom: 24px;
  opacity: 0.6;
}

.card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.practice-card:hover .card-title {
  color: var(--gold);
}

.card-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 245, 243, 0.6);
  line-height: 1.6;
  margin-top: auto;
}

.card-arrow {
  margin-top: 32px;
  color: var(--gold);
  font-size: 18px;
  transition: transform 0.3s ease;
}

.practice-card:hover .card-arrow {
  transform: translateX(6px);
}

.practice-grid .practice-card:last-child:nth-child(7) {
  grid-column: 1 / -1;
}


/* ABOUT */
.section-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.about-image {
  background-image: url("../assets/images/office-interior.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
}

.about-content {
  background: var(--ivory);
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-content .section-label {
  color: var(--gold);
}

.about-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  max-width: 460px;
}

.about-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(26, 26, 26, 0.75);
  line-height: 1.85;
}

.about-content .gold-rule {
  background: var(--gold);
}

.stats-row {
  display: flex;
  gap: 32px;
  border-top: 1px solid rgba(12, 16, 50, 0.12);
  padding-top: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 80px;
}

.stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 300;
  color: var(--gold);
  display: block;
  line-height: 1;
}

.stat-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(12, 16, 50, 0.5);
  display: block;
  margin-top: 6px;
}

/* DIVISIONS */
.section-divisions {
  position: relative;
  background: var(--navy);
  padding: 120px 0;
  overflow: hidden;
}

.divisions-inner {
  display: grid;
  grid-template-columns: 55% 45%;
  position: relative;
}

.divisions-left {
  padding-right: 80px;
}

.divisions-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.1;
  margin-top: 12px;
}

.divisions-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(245, 245, 243, 0.6);
  line-height: 1.85;
  max-width: 440px;
}

.divisions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.division-card {
  background: transparent;
  border: 1px solid rgba(200, 167, 90, 0.2);
  padding: 28px 24px;
  transition: border-color 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.division-card:hover {
  border-color: rgba(200, 167, 90, 0.6);
  background: rgba(200, 167, 90, 0.04);
}

.div-tag {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 12px;
}

.div-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  display: block;
  margin-bottom: 12px;
}

.div-body {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 245, 243, 0.5);
  line-height: 1.8;
}

.divisions-image-panel {
  position: absolute;
  right: -64px;
  top: 0;
  height: 100%;
  width: calc(45% + 64px);
  background-image: url("../assets/images/divisions-bg.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.divisions-image-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(12, 16, 50, 1) 0%, rgba(12, 16, 50, 0.3) 100%);
}

/* WHY */
.section-why {
  background: var(--navy-dark);
  padding: 120px 0;
}

.why-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 400;
  color: var(--ivory);
  max-width: 560px;
  line-height: 1.1;
}

.why-divider {
  width: 100%;
  height: 1px;
  background: rgba(200, 167, 90, 0.2);
  margin: 52px 0;
}

.why-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.why-col {
  padding: 0 48px;
  border-right: 1px solid rgba(200, 167, 90, 0.15);
}

.why-col:first-child {
  padding-left: 0;
}

.why-col:last-child {
  border-right: none;
}

.why-title {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ivory);
  display: block;
  margin-bottom: 20px;
}

.why-dash {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 20px;
}

.why-body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 245, 243, 0.55);
  line-height: 1.85;
}


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

  .divisions-inner {
    grid-template-columns: 1fr;
  }

  .divisions-left {
    padding-right: 0;
  }

  .divisions-image-panel {
    display: none;
  }

}

@media (max-width: 768px) {
  .hero-scroll {
    display: none;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    background: transparent;
    border: none;
    gap: 24px;
  }

  .practice-card {
    padding: 48px 32px;
    border: 1px solid rgba(200, 167, 90, 0.15);
  }

  .section-about {
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 300px;
    order: 2;
  }

  .about-content {
    padding: 48px 24px;
    order: 1;
  }

  .stats-row {
    gap: 20px;
  }

  .about-content .gold-rule {
    margin: 24px 0;
  }

  .divisions-grid {
    grid-template-columns: 1fr;
  }

  .divisions-image-panel {
    display: none;
  }

  .why-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-col {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(200, 167, 90, 0.15);
    padding-bottom: 32px;
  }

  .why-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

}

@media (min-width: 1536px) {

  .section-positioning,
  .section-practice,
  .section-divisions,
  .section-why {
    padding: 140px 0;
  }
}

@media (min-width: 1920px) {

  .section-positioning,
  .section-practice,
  .section-divisions,
  .section-why {
    padding: 160px 0;
  }
}

@media (min-width: 2400px) {

  .section-positioning,
  .section-practice,
  .section-divisions,
  .section-why {
    padding: 180px 0;
  }
}
