html,
body {
  background: #060606 !important;
  color: #f3eee7 !important;
  font-family: "Inter", sans-serif;
}

.site-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.6)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.main-nav a,
.brand-name,
.brand-sub,
.footer-copy,
.footer-col a,
.footer-col p {
  color: #ede8e1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-kicker,
.hero-tagline,
.hero-divider,
.section-title {
  color: #f7f2eb !important;
}

.text-link,
.btn-outline,
.nav-cta,
.nav-btn,
.cta-button,
.cta-btn {
  color: #b8904f !important;
}

.service-card,
.card-body,
.card-content,
.service-card p {
  color: #e9e3db !important;
} 

.site-footer,
.footer-grid,
.footer-col {
  color: #ffffff !important;
}

.hero .hero-content,
.services-hero .hero-content {
  color: #fff !important;
}

.services-section .section-kicker {
  color: #b68a45 !important;
}

.services-section .section-title em,
.services-section .section-title strong {
  color: #b68a45 !important;
}

.services-section .service-icon,
.services-section .icon-badge,
.services-section .card-icon {
  color: #b68a45 !important;
  opacity: 1 !important;
}

.services-section .text-link,
.services-section .card-link,
.services-section .card-body a {
  color: #b68a45 !important;
  border-color: rgba(182, 138, 69, 0.12) !important;
}

.services-section .text-link:hover,
.services-section .card-link:hover,
.services-section .card-body a:hover {
  color: #8f6a2b !important;
}

.services-section .services-grid {
  background: rgba(10, 10, 10, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.03) !important;
  padding: 48px !important;
  border-radius: 2px !important;
}

.services-section .service-card {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.services-section .card-content,
.services-section .card-body {
  padding: 0 32px 0 0 !important;
  margin-top: 0 !important;
}

.services-section .card-content h3,
.services-section .card-body h3 {
  color: #ffffff !important;
  font-family: "Cormorant Garamond", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.services-section .card-content p,
.services-section .card-body p {
  color: rgba(255, 255, 255, 0.32) !important;
}

.services-section .text-link,
.services-section .card-body a,
.services-section .card-link {
  display: inline-block !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.28em !important;
}

.service-card .service-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 18px 0 0 0;
}

.service-card .service-card-link .text-link {
  display: inline-block;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

/* =========================
   Consultants
========================= */
.consultants-section {
  position: relative;
  background:
    url("../images/consultants-background.png") center top / cover no-repeat,
    #f5f1e8;
  color: #171717;
  overflow: hidden;
}

.consultants-section::before {
  content: none;
}

.consultants-section::after {
  content: none;
}

.consultants-section > .container {
  position: relative;
  z-index: 1;
}

.consultants-page-main .consultants-section {
  padding-top: 170px;
}

.consultants-heading {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.consultants-heading .section-kicker {
  color: #8f6f36 !important;
  margin-bottom: 14px;
}

.consultants-heading .section-title {
  color: #171717 !important;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.consultants-divider,
.consultant-small-divider {
  display: block;
  width: 58px;
  height: 1px;
  background: #9d793b;
}

.consultants-divider {
  position: relative;
  width: 260px;
  margin: 0 auto 16px;
}

.consultants-heading .consultants-divider:first-of-type::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid #9d793b;
  background: #f8f5ef;
  transform: translateX(-50%) rotate(45deg);
}

.consultants-divider-bottom {
  width: 48px;
  margin: 14px auto 0;
}

.consultants-divider-bottom::before {
  content: none;
}

.consultants-subtitle {
  max-width: 680px;
  margin: 18px auto 0;
  color: #55514c;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
}

.consultants-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  z-index: 2;
}

.consultant-card {
  position: relative;
  min-height: 560px;
  padding: 32px 28px 30px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(184, 144, 79, 0.28);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(35, 30, 24, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: consultant-card-rise 0.72s ease both;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.consultant-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(184, 144, 79, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(184, 144, 79, 0.1), transparent 42%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.consultant-card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -75%;
  width: 58%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.consultant-card:nth-child(2) {
  animation-delay: 0.08s;
}

.consultant-card:nth-child(3) {
  animation-delay: 0.16s;
}

.consultant-card:nth-child(4) {
  animation-delay: 0.24s;
}

.consultant-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 28px 70px rgba(35, 30, 24, 0.18);
  border-color: rgba(184, 144, 79, 0.5);
}

.consultant-card:hover::before {
  opacity: 1;
}

.consultant-card:hover::after {
  animation: consultant-card-shine 0.85s ease;
}

.consultant-photo-wrap {
  width: min(100%, 170px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 1px solid rgba(184, 144, 79, 0.26);
}

.consultant-photo-wrap.is-missing::before {
  content: "Photo";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f6f36;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.consultant-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.consultant-card:hover .consultant-photo {
  transform: scale(1.06);
  filter: contrast(1.06) saturate(1.04);
}

.consultant-badge {
  width: 58px;
  height: 58px;
  margin-top: -30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a1917;
  border: 2px solid #b8904f;
  color: #d0aa67;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.consultant-card:hover .consultant-badge {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  animation: consultant-badge-pulse 0.75s ease;
}

.consultant-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 18px;
}

.consultant-content h3 {
  color: #171717 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2vw, 1.8rem);
  line-height: 1.08;
  font-weight: 600;
  margin: 0 0 10px;
}

.consultant-role {
  color: #8f6f36 !important;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.consultant-small-divider {
  margin: 0 auto 24px;
}

.consultant-bio {
  color: #3f3a35 !important;
  line-height: 1.75;
  font-size: 0.96rem;
  margin: 0 auto 26px;
}

.consultant-link {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(157, 121, 59, 0.22);
  color: #8f6f36 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 500;
}

.consultant-link span {
  font-size: 1.2rem;
  transition: transform 0.24s ease;
}

.consultant-link:hover span {
  transform: translateX(4px);
}

.consultant-card:hover .consultant-link span {
  transform: translateX(6px);
}

@keyframes consultant-card-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes consultant-card-shine {
  0% {
    left: -75%;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes consultant-badge-pulse {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  }

  50% {
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.22),
      0 0 0 8px rgba(184, 144, 79, 0.16);
  }
}

/* =========================
   Consultant Profile
========================= */
.consultant-profile-main {
  background: #f3f0ea;
  color: #171717;
}

.profile-hero {
  position: relative;
  padding: 132px 0 58px;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.96), rgba(9, 9, 9, 0.78)),
    url("../images/law_wallpaper.jpg") center / cover no-repeat;
  color: #f7f2eb;
  overflow: hidden;
}

.profile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 60%, rgba(184, 144, 79, 0.12));
  pointer-events: none;
}

.profile-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.profile-portrait-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 300px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: visible;
  border: 0;
  background: #fff;
  padding: 0;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(184, 144, 79, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.profile-portrait-panel::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(184, 144, 79, 0.16) 56deg,
      rgba(184, 144, 79, 0.58) 84deg,
      rgba(184, 144, 79, 0.16) 112deg,
      transparent 170deg,
      transparent 360deg
    );
  animation: profile-portrait-ring 14s linear infinite;
}

.profile-portrait-panel::after {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 144, 79, 0.2), transparent 68%);
  opacity: 0.75;
  animation: profile-portrait-glow 4s ease-in-out infinite;
}

.profile-portrait-panel:hover {
  transform: translateY(-6px);
  box-shadow:
    0 32px 82px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(184, 144, 79, 0.14);
}

.profile-portrait-panel img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  filter: contrast(1.06) saturate(1.04) brightness(1.03);
}

.profile-portrait-badge {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #11100f;
  border: 2px solid #b8904f;
  color: #d0aa67;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  animation: profile-badge-float 3.8s ease-in-out infinite;
}

@keyframes profile-portrait-ring {
  to {
    transform: rotate(360deg);
  }
}

@keyframes profile-portrait-glow {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.04);
  }
}

@keyframes profile-badge-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .consultant-card,
  .consultant-card::after,
  .profile-portrait-panel,
  .profile-portrait-panel::before,
  .profile-portrait-panel::after,
  .profile-portrait-badge {
    animation: none;
    transition: none;
  }
}

.profile-kicker,
.profile-section-label {
  color: #b8904f !important;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 600;
}

.profile-hero-copy h1 {
  color: #f7f2eb !important;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.3rem, 7vw, 6rem);
  line-height: 0.92;
  font-weight: 500;
  margin: 14px 0;
}

.profile-headline {
  max-width: 520px;
  color: #f3eee7 !important;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.08;
  margin-bottom: 18px;
}

.profile-intro {
  max-width: 620px;
  color: rgba(243, 238, 231, 0.72) !important;
  line-height: 1.85;
}

.profile-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 600;
}

.profile-btn-gold {
  background: #b8904f;
  color: #080808 !important;
}

.profile-btn-outline {
  border: 1px solid rgba(184, 144, 79, 0.62);
  color: #d8bd86 !important;
}

.profile-stats {
  background: #11100f;
  color: #f7f2eb;
  border-top: 1px solid rgba(184, 144, 79, 0.24);
  border-bottom: 1px solid rgba(184, 144, 79, 0.24);
}

.profile-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.profile-stats article {
  min-height: 104px;
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-stats article:last-child {
  border-right: 0;
}

.profile-stats span {
  color: #b8904f;
  display: block;
  margin-bottom: 4px;
}

.profile-stats strong {
  display: block;
  color: #f7f2eb;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.profile-stats p {
  color: rgba(243, 238, 231, 0.72) !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
  margin-top: 7px;
}

.profile-about,
.profile-expertise,
.profile-highlights,
.profile-testimonials {
  background: #f3f0ea;
}

.profile-about {
  padding-bottom: 78px;
}

.profile-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 52px;
  align-items: start;
}

.profile-about-message {
  padding-top: 110px;
  padding-bottom: 110px;
}

.profile-about-message .profile-about-grid {
  display: block;
}

.profile-about-message .profile-about-copy {
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 64px;
  border: 1px solid rgba(184, 144, 79, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    rgba(248, 246, 241, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.profile-about h2,
.profile-section-title,
.profile-contact h2 {
  color: #171717 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  font-weight: 500;
  margin: 8px 0 22px;
}

.profile-about p {
  color: #57514a !important;
  max-width: 58ch;
  margin-bottom: 16px;
}

.profile-about-message .profile-section-label {
  margin-bottom: 16px;
}

.profile-about-message h2 {
  max-width: 720px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(184, 144, 79, 0.24);
}

.profile-about-message p {
  max-width: 82ch;
  color: #4f4942 !important;
  font-size: 1.02rem;
  line-height: 1.95;
  margin-bottom: 22px;
}

.profile-about-message p:last-child {
  margin-bottom: 0;
}

.profile-approach-list {
  display: grid;
  gap: 18px;
  border-left: 1px solid rgba(184, 144, 79, 0.22);
  padding-left: 34px;
}

.profile-approach-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
}

.profile-approach-list span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  color: #b8904f;
  font-size: 0.72rem;
}

.profile-approach-list h3,
.profile-card-grid h3 {
  color: #171717 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  margin-bottom: 5px;
}

.profile-approach-list p {
  color: #5d5750 !important;
  margin: 0;
  font-size: 0.92rem;
}

.center {
  text-align: center;
}

.profile-section-title.center {
  margin-left: auto;
  margin-right: auto;
}

.profile-card-grid,
.profile-highlight-grid,
.profile-testimonial-grid {
  display: grid;
  gap: 22px;
}

.profile-card-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.profile-card-grid article,
.profile-highlight-grid article,
.profile-testimonial-grid article {
  background: #fbfaf7;
  border: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 14px 34px rgba(45, 36, 26, 0.06);
  text-align: center;
}

.profile-card-grid article {
  min-height: 190px;
  padding: 32px 22px;
}

.profile-card-grid span {
  display: inline-flex;
  color: #b8904f;
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.profile-card-grid p,
.profile-highlight-grid article,
.profile-testimonial-grid p {
  color: #5d5750 !important;
  font-size: 0.92rem;
}

.profile-highlights {
  padding-top: 60px;
  padding-bottom: 64px;
}

.profile-highlight-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.profile-highlight-grid article {
  padding: 28px 24px;
}

.profile-testimonials {
  padding-top: 46px;
}

.profile-testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.profile-testimonial-grid article {
  padding: 30px 26px;
  text-align: left;
}

.profile-testimonial-grid p::before {
  content: "\"";
  color: #b8904f;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0;
}

.profile-testimonial-grid strong {
  display: block;
  color: #171717;
  margin-top: 18px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.profile-contact {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.84)),
    url("../images/law_wallpaper.jpg") center / cover no-repeat;
  padding: 70px 0;
}

.profile-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: center;
}

.profile-contact h2 {
  color: #f7f2eb !important;
  margin-bottom: 16px;
}

.profile-contact p {
  color: rgba(243, 238, 231, 0.7) !important;
}

.profile-contact-card {
  border: 1px solid rgba(184, 144, 79, 0.42);
  padding: 34px 28px;
  text-align: center;
  background: rgba(0, 0, 0, 0.22);
}

.profile-contact-card a {
  display: block;
  color: #b8904f !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-contact-card span {
  color: rgba(243, 238, 231, 0.62);
  font-size: 0.9rem;
}

@media (max-width: 1100px) {
  .consultants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consultant-card {
    min-height: 520px;
  }
}

@media (max-width: 980px) {
  .profile-hero-grid,
  .profile-about-grid,
  .profile-contact-grid {
    grid-template-columns: 1fr;
  }

  .profile-about-message .profile-about-copy {
    padding: 42px 38px;
  }

  .profile-card-grid,
  .profile-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-highlight-grid,
  .profile-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .consultants-page-main .consultants-section {
    padding-top: 96px;
  }

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

  .consultants-heading .section-kicker,
  .consultant-role,
  .profile-kicker,
  .profile-section-label {
    letter-spacing: 0.16em;
  }

  .consultant-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .consultant-photo-wrap {
    width: min(100%, 250px);
  }

  .profile-hero {
    padding-top: 82px;
  }

  .profile-stats-grid,
  .profile-card-grid {
    grid-template-columns: 1fr;
  }

  .profile-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .profile-stats article:last-child {
    border-bottom: 0;
  }

  .profile-approach-list {
    border-left: 0;
    padding-left: 0;
  }

  .profile-about-message {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .profile-about-message .profile-about-copy {
    padding: 30px 22px;
  }

  .profile-about-message p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .profile-btn {
    width: 100%;
  }
}
