@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy: #0b1324;
  --navy-2: #101b30;
  --copper: #c17a58;
  --copper-2: #d28a67;
  --cream: #f3eee6;
  --ink: #1b1b1b;
  --muted: #6f6b65;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: "Vazirmatn", Tahoma, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

img { max-width: 100%; }

a { text-decoration: none; }

.eyebrow {
  color: var(--copper);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 0.4rem;
}

.section-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.45;
}

.btn-copper {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--copper);
  --bs-btn-border-color: var(--copper);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--copper-2);
  --bs-btn-hover-border-color: var(--copper-2);
  --bs-btn-active-bg: var(--copper-2);
  border-radius: 2px;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }

.ico {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.15em;
}
.ico svg { width: 100%; height: 100%; display: block; }

/* Topbar + nav */
.topbar {
  background: #070d18;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  padding: 8px 0;
  position: relative;
  z-index: 30;
}
.topbar a { color: inherit; }
.topbar .ico { color: var(--copper); margin-left: 6px; }
.topbar-social a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 6px;
}

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(11, 19, 36, 0.22);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.site-nav.is-stuck {
  position: fixed;
  background: rgba(11, 19, 36, 0.64);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f3eee6 !important;
  background: transparent;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.brand-mark {
  width: 28px;
  height: 46px;
  border: 0;
  background: transparent;
  display: block;
  flex-shrink: 0;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-text { display: block; }
.brand-name {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  color: #f3eee6;
}
.brand-sub {
  font-size: 10px;
  font-weight: 500;
  color: rgba(243, 238, 230, 0.62);
  display: block;
  margin-top: 1px;
}
.site-nav .navbar-collapse {
  justify-content: center;
}
.navbar-dark .navbar-nav {
  flex-wrap: nowrap;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  padding: 0.35rem 0.75rem 0.45rem;
  position: relative;
  white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  left: 0.9rem;
  bottom: 0.28rem;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { color: #f3eee6; }
.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
.navbar-dark .navbar-nav .nav-link.active[href*="#"]:not([href="#home"]):not([href$="#home"])::after,
.navbar-dark .navbar-nav .current-menu-item > .nav-link[href*="#"]:not([href="#home"]):not([href$="#home"])::after {
  transform: scaleX(0);
}

/* Hero slider */
.hero-slider { position: relative; }
.hero-slider .carousel,
.hero-slider .carousel-inner {
  aspect-ratio: 1024 / 536;
}
.hero-slider .carousel-item {
  height: 100%;
}
.hero-slider .carousel-inner .container { padding-top: 96px; }
.hero-slide {
  height: 100%;
  min-height: 0;
  background: var(--navy) center / cover no-repeat;
  position: relative;
}
.hero-slide--intro {
  background-color: #f6f1e8;
  background-image:
    radial-gradient(circle at 82% 30%, rgba(193, 122, 88, 0.08), transparent 28%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='none' stroke='%23c17a58' stroke-opacity='0.12' stroke-width='1.2' d='M150 20c-20 40-10 70 10 110M140 40c8 6 18 28 8 50'/%3E%3C/svg%3E");
  background-size: cover, 320px;
  background-position: center, 88% 20%;
  background-repeat: no-repeat;
}
.hero-intro { color: #1a2a32; }
.hero-name { font-size: 1.15rem; margin-bottom: 0.4rem; }
.hero-intro h1 {
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: #16343a;
  margin-bottom: 0.8rem;
}
.hero-motto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #16343a;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
.hero-motto span {
  width: 56px;
  height: 1px;
  background: #16343a;
  position: relative;
}
.hero-motto span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #16343a;
  transform: translateY(-50%) rotate(45deg);
}
.hero-motto span:first-child::after { left: -2px; }
.hero-motto span:last-child::after { right: -2px; }
.hero-desc { color: #4a5558; font-size: 1.05rem; line-height: 2; margin: 0 auto; max-width: 36em; }
.btn-outline-hero {
  color: #16343a;
  border: 1px solid #16343a;
  border-radius: 2px;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  background: #fff;
}
.btn-outline-hero:hover { background: #16343a; color: #fff; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 26, 0.35) 0%, rgba(8, 14, 26, 0.72) 48%, rgba(8, 14, 26, 0.88) 100%);
}
.hero-slide .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero-slide .container .row { height: 100%; }
.hero-lawyer {
  width: min(280px, 100%);
  height: 380px;
  object-fit: cover;
  object-position: center 15%;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}
.hero-slide--full { min-height: 0; height: 100%; }
.hero-overlay--soft {
  background: rgba(8, 14, 26, 0.18);
}
.hero-overlay--slide2 {
  background: linear-gradient(to left, rgba(8, 14, 26, 0.08) 42%, rgba(8, 14, 26, 0.58) 100%);
}
.hero-copy--slide2 {
  text-align: right;
}
.hero-profile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-profile li {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(193, 122, 88, 0.4);
}
.hero-profile li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.hero-slider .py-5 {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}
.hero-copy {
  text-align: center;
}
.hero-copy h1 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
}
.hero-copy .hero-name { color: var(--copper); font-weight: 700; margin-bottom: 0.4rem; }
.hero-copy .hero-motto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--copper);
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.hero-copy .hero-motto span {
  width: 48px;
  height: 1px;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(
    to left,
    transparent,
    rgba(193, 122, 88, 0.2) 12%,
    var(--copper) 50%,
    rgba(193, 122, 88, 0.2) 88%,
    transparent
  );
}
.hero-copy .hero-motto span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--copper);
  box-shadow: 0 0 10px rgba(193, 122, 88, 0.45);
  transform: translateY(-50%) rotate(45deg);
}
.hero-copy .hero-motto span:first-child::after { left: -3px; }
.hero-copy .hero-motto span:last-child::after { right: -3px; }
.hero-copy p { color: rgba(255, 255, 255, 0.78); font-size: 1.05rem; max-width: 34em; margin-inline: auto; }
.hero-copy .d-flex { justify-content: center; }
.hero-sign { color: var(--copper); font-size: 1.6rem; font-weight: 700; margin-top: 1.2rem; }
.hero-badge {
  position: absolute;
  bottom: 36px;
  right: 18%;
  width: 52px;
  height: 52px;
  background: var(--copper);
  color: #fff;
  display: grid;
  place-items: center;
}
.hero-badge .ico { width: 34px; height: 34px; }

.hero-slider .carousel-indicators {
  position: absolute;
  top: 50%;
  right: 22px;
  left: auto;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 10px;
}
.hero-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}
.hero-slider .carousel-indicators .active { background: var(--copper); }
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 140px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}
.hero-slider .carousel-control-prev { right: 90px; left: auto; }
.hero-slider .carousel-control-next { right: 30px; left: auto; }

.highlights {
  position: relative;
  z-index: 8;
  height: 0;
  overflow: visible;
  background: none;
  padding: 0;
  margin: 0;
}
.highlights .container-fluid {
  padding-inline: 18px;
  transform: translateY(-50%);
}
.highlights-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #f6f1e8;
  border: 1px solid #ebe4d6;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(11, 19, 36, 0.12);
  overflow: hidden;
}
.highlight-item {
  text-align: center;
  padding: 10px 8px 9px;
  height: 100%;
  background: none;
  border: 0;
  border-left: 1px solid #e5dccb;
}
.highlight-item:last-child { border-left: 0; }
.highlight-ico {
  width: 26px;
  height: 26px;
  color: #1b1b1b;
  display: inline-block;
  margin-bottom: 4px;
}
.highlight-ico svg { width: 100%; height: 100%; }
.highlight-item h3 {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}
.highlight-item p {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991.98px) {
  .highlights {
    height: auto;
    margin: -18px 0 8px;
  }
  .highlights .container-fluid {
    transform: none;
    padding-inline: 16px;
  }
  .highlights-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlight-item { border-left: 0; border-bottom: 1px solid #e5dccb; }
  .highlight-item:nth-last-child(-n+2) { border-bottom: 0; }
}

/* Dark band: practice + consult + about */
.dark-band {
  position: relative;
  background: #0b1326;
  overflow: hidden;
  margin-top: 0;
  padding-top: 72px;
  padding-bottom: 64px;
}
.dark-band::before,
.dark-band::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.dark-band::before {
  width: 720px;
  height: 720px;
  top: -180px;
  right: -220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.045) 0 42%, transparent 43%);
}
.dark-band::after {
  width: 560px;
  height: 560px;
  bottom: 8%;
  left: -160px;
  background: radial-gradient(circle, rgba(193, 122, 88, 0.07) 0 40%, transparent 41%);
}

.practice {
  background: transparent;
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
}
.practice .section-title { color: #fff; }
.practice-copy p { color: rgba(255, 255, 255, 0.68) !important; }
.practice-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 26px 22px 24px;
  height: 100%;
  text-align: center;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.practice-card:hover {
  border-color: rgba(196, 161, 90, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.practice-card .ico-wrap {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(196, 161, 90, 0.4);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
}
.practice-card .ico {
  width: 26px;
  height: 26px;
  color: #c4a15a;
  margin: 0;
}
.practice-card h3 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.practice-card p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 0;
}

/* Consult box */
.consult {
  position: relative;
  z-index: 4;
  padding: 10px 0 20px;
  background: transparent;
  color: #fff;
}
.consult-box {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 34px;
  border-radius: 22px;
}
.consult-box::before {
  content: none;
}
.consult-box > * { position: relative; z-index: 1; }
.consult-quote {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px 68px 32px;
  text-align: center;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 17px;
  background: rgb(23 100 92 / 68%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 20%),
    0 18px 45px rgb(0 24 19 / 24%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.consult-quote-mark {
  display: block;
  height: 35px;
  color: #d4a965;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 0.85;
  opacity: 0.95;
}
.consult-quote p {
  max-width: 790px;
  margin: 10px auto 24px;
  color: #fffaf0;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.95;
  text-shadow: 0 2px 12px rgba(0, 25, 20, 0.32);
}
.consult-quote footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #e0bc7d;
  font-size: 15px;
  font-weight: 700;
}
.consult-quote footer span {
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4a965);
}
.consult-quote footer span:last-child {
  background: linear-gradient(90deg, #d4a965, transparent);
}
@media (max-width: 575.98px) {
  .consult-box {
    padding: 18px;
    border-radius: 17px;
  }
  .consult-quote {
    padding: 32px 20px 26px;
  }
  .consult-quote p {
    font-size: 16px;
    line-height: 1.85;
  }
  .consult-quote footer {
    gap: 9px;
    font-size: 14px;
  }
  .consult-quote footer span {
    width: 28px;
  }
}

/* About on dark band */
.about {
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.about .section-title { color: #fff; font-size: 20px; }
.about-copy p { color: rgba(255, 255, 255, 0.7); }
.about-copy .check-list li { color: rgba(255, 255, 255, 0.86); }
.about-visual {
  position: relative;
  min-height: 520px;
}
.about-back {
  position: absolute;
  width: 58%;
  height: 70%;
  top: 0;
  left: 45px;
  background: #676767db;
}
.about-photo {
  position: relative;
  width: 72%;
  height: 460px;
  object-fit: cover;
  margin-top: 60px;
  border: 8px solid rgba(193, 122, 88, 0.35);
  z-index: 1;
}
.about-seal {
  position: absolute;
  left: 8%;
  bottom: 24px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--copper);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  z-index: 2;
}
.about-seal .ico { width: 52px; height: 52px; }
.check-list li { display: flex; gap: 10px; margin-bottom: 10px; }
.check-list .ico { color: var(--copper); flex: 0 0 auto; margin-top: 4px; }

/* Stats */
.stats {
  position: relative;
  z-index: 5;
  margin-top: -62px;
  margin-bottom: -62px;
  padding: 26px 18px;
  background: transparent;
}
.stats::before {
  display: none;
}
.stats .container {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.stats .container::before {
  display: none;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-items: center;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(190px, 100%);
  aspect-ratio: 1;
  padding: 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, #fff 0, var(--cream) 66%);
  border: 1px solid rgba(193, 122, 88, 0.38);
  border-radius: 50%;
  box-shadow:
    0 14px 32px rgba(7, 13, 24, 0.16),
    inset 0 0 0 7px rgba(255, 255, 255, 0.48);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stat:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 38px rgba(7, 13, 24, 0.2),
    inset 0 0 0 7px rgba(255, 255, 255, 0.58);
}
.stat + .stat {
  border-inline-start: 1px solid rgba(193, 122, 88, 0.38);
}
.stat .ico {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--copper);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.stat .ico::after {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(193, 122, 88, 0.45);
}
.stat .ico svg { width: 26px; height: 26px; }
.stat-copy { text-align: center; }
.stat strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: 0;
}
.stat-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  margin-top: 2px;
}

/* Books */
.books {
  position: relative;
  overflow: hidden;
  padding: 118px 0 100px;
  background:
    radial-gradient(circle at 8% 12%, rgba(193, 122, 88, 0.09), transparent 26%),
    linear-gradient(180deg, #fbf9f5, #f3eee6);
}
.books-heading {
  position: relative;
  max-width: 720px;
  margin: 0 auto 48px;
}
.books-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.9;
}
.books-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.book-card {
  position: relative;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  min-height: 238px;
  padding: 28px 24px 28px 28px;
  background: rgba(255, 255, 255, 0.83);
  border: 1px solid rgba(11, 19, 36, 0.07);
  border-radius: 24px 7px 24px 7px;
  box-shadow: 0 18px 42px rgba(11, 19, 36, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.book-card:nth-child(even) {
  transform: translateY(18px);
}
.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(11, 19, 36, 0.14);
}
.book-card:nth-child(even):hover {
  transform: translateY(13px);
}
.book-cover {
  position: relative;
  display: block;
  overflow: hidden;
  width: 116px;
  height: 174px;
  padding: 0;
  background: #e9e3da;
  border-radius: 3px 8px 8px 3px;
  box-shadow:
    -9px 12px 18px rgba(11, 19, 36, 0.2),
    inset 7px 0 10px rgba(255, 255, 255, 0.08);
  transform: perspective(650px) rotateY(-8deg);
  transition: transform 0.3s ease;
}
.book-card:hover .book-cover {
  transform: perspective(650px) rotateY(0deg) translateY(-3px);
}
.book-cover::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.22), transparent 24%, transparent 78%, rgba(0, 0, 0, 0.08));
  pointer-events: none;
}
.book-cover::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
  background: rgba(255, 255, 255, 0.24);
}
.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-info {
  min-width: 0;
}
.book-category {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.book-info h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.65;
}
.book-info p {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}
.book-author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #34404d;
  font-size: 12px;
  font-weight: 700;
}
.book-author::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--copper);
}
@media (max-width: 991.98px) {
  .books-grid { grid-template-columns: 1fr; }
  .book-card:nth-child(even) { transform: none; }
  .book-card:nth-child(even):hover { transform: translateY(-5px); }
}
@media (max-width: 575.98px) {
  .books { padding: 90px 0 74px; }
  .books-grid { gap: 18px; }
  .book-card {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 205px;
    padding: 21px 15px 21px 18px;
    border-radius: 18px 5px 18px 5px;
  }
  .book-cover {
    width: 86px;
    height: 138px;
    padding: 25px 11px 13px;
  }
  .book-cover span { font-size: 13px; }
  .book-cover small { font-size: 8px; }
  .book-info h3 { font-size: 15px; }
  .book-info p {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 1.75;
  }
  .book-author { font-size: 10px; }
}

/* Testimonials */
.quotes { background: var(--navy); color: #fff; padding: 90px 0; text-align: center; }
.quotes blockquote { font-size: 1.2rem; line-height: 2; max-width: 760px; margin-inline: auto; }
.quotes cite { font-style: normal; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; }
.quotes cite img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.quotes .carousel-indicators { position: static; margin-top: 24px; }
.quotes .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  opacity: 1;
}
.quotes .carousel-indicators .active { background: var(--copper); }
.quote-mark { width: 46px; height: 46px; color: var(--copper); margin: 0 auto 16px; }

/* Process */
.process { background: #faf7f2; padding: 90px 0; }
.step-num {
  width: 48px;
  height: 48px;
  border: 1px solid var(--copper);
  color: var(--copper);
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: 0 0 48px;
}
.process-video { position: relative; }
.process-video img { width: 100%; height: 460px; object-fit: cover; }
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  background: var(--copper);
  color: #fff;
}

/* Articles */
.articles { padding: 90px 0; }
.article-card { background: #fff; box-shadow: 0 16px 40px rgba(11, 19, 36, 0.08); height: 100%; }
.article-card img { width: 100%; height: 220px; object-fit: cover; }
.article-card .body { padding: 20px; }
.article-card .meta { color: var(--copper); font-size: 13px; font-weight: 700; }
.article-card h3 { font-size: 1.08rem; font-weight: 800; }
.article-card p { color: var(--muted); }
.more { color: var(--copper); font-weight: 700; }

/* Footer */
.partners { background: #f7f4ef; padding: 28px 0; color: #8a847c; font-weight: 600; }
.newsletter { background: var(--copper); color: #fff; padding: 22px 0; }
.newsletter .form-control { min-height: 48px; border: 0; border-radius: 2px; }
.newsletter .btn { background: var(--navy); color: #fff; border: 0; border-radius: 2px; font-weight: 700; min-height: 48px; padding-inline: 20px; }
.footer-main {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
  padding: 56px 0 32px;
  font-size: 0.8rem;
}
.footer-grid { align-items: flex-start; }
.footer-main h4 {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.5;
}
.footer-main a { color: inherit; }
.footer-main a:hover { color: var(--copper); }
.footer-main li {
  margin-bottom: 7px;
  line-height: 1.7;
}
.footer-intro {
  position: relative;
  text-align: center;
  padding-left: 1.5rem;
}
.footer-intro::before,
.footer-intro::after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
}
.footer-intro::before {
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(193, 122, 88, 0.15) 8%,
    var(--copper) 50%,
    rgba(193, 122, 88, 0.15) 92%,
    transparent
  );
}
.footer-intro::after {
  top: 50%;
  width: 7px;
  height: 7px;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--copper);
  box-shadow: 0 0 0 4px var(--navy), 0 0 10px rgba(193, 122, 88, 0.45);
}
.footer-cols {
  padding-inline-start: 2.2rem;
}
.footer-cols-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  align-items: start;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer-brand:hover { color: #fff !important; }
.footer-brand-mark {
  width: 38px;
  height: 46px;
  color: var(--copper);
  display: block;
  margin-bottom: 8px;
}
.footer-brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-role {
  display: block;
  color: var(--copper);
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.5;
}
.footer-motto {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 0.78rem;
  margin-top: 2px;
}
.footer-bio {
  margin: 0 auto;
  line-height: 1.85;
  font-size: 0.76rem;
  max-width: 18rem;
  text-align: center;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 1.65;
}
.footer-contact li > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-contact-ico {
  width: 16px;
  height: 16px;
  color: var(--copper);
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.footer-social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(193, 122, 88, 0.45);
  color: var(--copper);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer-social svg {
  width: 14px;
  height: 14px;
  display: block;
}
.footer-main a.footer-social:hover {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper);
}
.copy { background: #070d18; color: rgba(255, 255, 255, 0.5); font-size: 13px; padding: 16px 0; }
.copy a { color: inherit; transition: color 0.2s ease; }
.copy a:hover { color: var(--copper); }

/* About page */
.page-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  background: var(--navy) center / cover no-repeat;
  text-align: center;
  color: #fff;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 19, 36, 0.72) 0%, rgba(11, 19, 36, 0.82) 100%);
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 108px 0 64px;
}
.page-hero h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
  max-width: 18em;
  margin-inline: auto;
}
.page-hero--articles {
  min-height: 0;
  height: 200px;
  max-height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-hero--articles .page-hero-inner {
  padding: 72px 0 20px;
}
.page-hero--articles h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.page-hero-crumb {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  margin: 0;
}
.page-hero-crumb a { color: rgba(255, 255, 255, 0.75); }
.page-hero-crumb a:hover { color: var(--copper); }
.page-hero--about {
  min-height: 0;
  height: 250px;
  max-height: 250px;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 28px));
  z-index: 2;
}
.page-hero--about .page-hero-overlay {
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.page-hero--about .page-hero-inner {
  padding: 72px 0 24px;
}
.page-hero--about h1 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  margin-bottom: 0;
}

.about-split {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 120px 0 130px;
  background: #fff;
  clip-path: polygon(0 0, 100% 28px, 100% calc(100% - 72px), 0 100%);
}
.about-split-grid {
  display: grid;
  grid-template-columns: 1.15fr minmax(280px, 0.85fr);
  gap: 48px 64px;
  align-items: center;
}
.about-split-copy h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.45;
  margin-bottom: 16px;
}
.about-split-copy > p {
  color: var(--muted);
  line-height: 2;
  margin-bottom: 22px;
}
.about-split-copy h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 8px 0 16px;
}
.about-facts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-facts li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.about-facts-ico {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(193, 122, 88, 0.35);
  color: var(--copper);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-facts-ico svg { width: 18px; height: 18px; }
.about-facts strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.about-facts p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.8;
}
.about-portrait {
  margin: 0;
  padding: 18px 20px 0 0;
}
.about-portrait-frame {
  position: relative;
}
.about-portrait-frame::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  left: 10px;
  height: 62%;
  border-top: 2px solid #c9a24a;
  border-right: 2px solid #c9a24a;
  border-top-right-radius: 96px;
  pointer-events: none;
  z-index: 0;
}
.about-portrait-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 12%;
  background: #e8e4dc;
  border-radius: 0 80px 0 80px;
}

.about-band {
  background: var(--navy);
  color: #fff;
  padding: 100px 0 64px;
  margin-top: -72px;
  clip-path: polygon(0 72px, 100% 0, 100% 100%, 0 100%);
}
.about-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.about-band-item { text-align: center; }
.about-band-item .ico {
  width: 28px;
  height: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.about-band-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.about-band-item span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

.about-wide {
  background: #f4f1ea;
  padding: 64px 0 80px;
}
.about-wide-frame {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(11, 19, 36, 0.14);
}
.about-wide-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.about-wide-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(11, 19, 36, 0.28);
}
.about-wide-play svg { width: 26px; height: 26px; margin-right: -2px; }
.about-wide-frame:hover .about-wide-play { background: var(--copper); border-color: var(--copper); }

/* Articles listing + post */
.articles-list { padding: 72px 0 90px; background: #fff; }
.articles-lead {
  margin: 0 0 40px;
  text-align: center;
  color: var(--muted);
  line-height: 1.8;
  white-space: nowrap;
}
.article-card a.article-card-link {
  color: inherit;
  display: block;
  height: 100%;
}
.article-card:hover h3 { color: var(--copper); }

.contact-page {
  padding: 72px 0 90px;
  background: #fff;
}
.contact-card {
  display: grid;
  grid-template-columns: minmax(260px, 300px) 1fr;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(11, 19, 36, 0.12);
}
.contact-card-info {
  background: var(--navy);
  color: #fff;
  padding: 40px 28px;
}
.contact-card-info h2 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 28px;
}
.contact-card-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-card-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.86rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
.contact-card-info a { color: inherit; }
.contact-card-info a:hover { color: var(--copper); }
.contact-card-info .ico {
  width: 18px;
  height: 18px;
  color: var(--copper);
  flex-shrink: 0;
  margin-top: 3px;
}
.contact-card-info .ico svg { width: 100%; height: 100%; display: block; }
.contact-card-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.contact-card-info a.footer-social {
  color: var(--copper);
}
.contact-card-info a.footer-social:hover {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper);
}
.contact-card-form {
  padding: 40px 36px 36px;
}
.contact-card-form h2 {
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 6px;
}
.contact-card-form > p {
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.9;
  font-size: 0.92rem;
}
.contact-card-form input,
.contact-card-form textarea {
  width: 100%;
  display: block;
  background: #f4f0ea;
  border: 0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 14px;
  text-align: right;
  color: var(--ink);
  outline: none;
}
.contact-card-form input:focus,
.contact-card-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(193, 122, 88, 0.35);
}
.contact-card-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-card-form button {
  display: block;
  border: 0;
  background: var(--copper);
  color: #fff;
  border-radius: 999px;
  padding: 12px 36px;
  font-weight: 700;
  margin-inline-start: auto;
}
.contact-card-form button:hover { background: var(--copper-2); }

.article-layout { padding: 64px 0 90px; background: #fff; }
.article-prose {
  max-width: 46rem;
  margin-inline: auto;
}
.article-prose .article-kicker {
  color: var(--copper);
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 8px;
}
.article-prose h1 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.55;
  margin-bottom: 14px;
}
.article-prose .article-meta {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 28px;
}
.article-cover {
  width: 100%;
  height: 340px;
  object-fit: cover;
  margin-bottom: 32px;
  display: block;
}
.article-prose h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  margin: 32px 0 12px;
  line-height: 1.6;
}
.article-prose p {
  color: #3d3a35;
  line-height: 2.05;
  margin-bottom: 1em;
}
.article-prose ul {
  padding-right: 1.2rem;
  margin-bottom: 1.2em;
  color: #3d3a35;
}
.article-prose li {
  line-height: 2;
  margin-bottom: 6px;
}
.article-prose strong { color: var(--navy); }

@media (min-width: 992px) {
  .site-nav .container {
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }
  .site-nav .navbar-brand {
    grid-column: 1;
    justify-self: start;
  }
  .site-nav .navbar-collapse {
    grid-column: 2;
    grid-row: 1;
    position: static;
    transform: none;
    width: max-content;
    flex-grow: 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .site-nav {
    position: sticky;
    background: rgba(11, 19, 36, 0.96);
  }
  .site-nav .navbar-collapse {
    padding: 8px 0 14px;
  }
  .navbar-dark .navbar-nav {
    flex-wrap: wrap;
    gap: 2px;
  }
  .navbar-dark .navbar-nav .nav-link {
    white-space: normal;
    padding: 10px 4px;
  }
  .navbar-dark .navbar-nav .nav-link::after {
    display: none;
  }
  .hero-lawyer { display: none; }
  .hero-badge { display: none; }
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slide {
    aspect-ratio: auto;
    height: auto;
    min-height: 520px;
    overflow: hidden;
  }
  .hero-slider .carousel-inner .container { padding-top: 28px; }
  .hero-slider .carousel-indicators {
    top: auto;
    right: 50%;
    bottom: 18px;
    transform: translateX(50%);
    flex-direction: row;
  }
  .hero-copy p { font-size: 14px; line-height: 1.85; }
  .hero-profile li { font-size: 0.9rem; }
  .hero-overlay--slide2 {
    background: linear-gradient(to top, rgba(8, 14, 26, 0.78) 0%, rgba(8, 14, 26, 0.42) 100%);
  }
  .about { padding: 64px 0 80px; }
  .about .row {
    --bs-gutter-x: 1.5rem;
    margin-inline: 0;
  }
  .about-visual { min-height: 0; }
  .about-photo, .process-video img { height: 360px; }
  .about-photo { width: 86%; }
  .about-back { left: 18px; }
  .page-hero--about {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .about-split {
    padding: 80px 0 90px;
    clip-path: polygon(0 0, 100% 20px, 100% calc(100% - 40px), 0 100%);
  }
  .about-band {
    margin-top: -40px;
    padding-top: 72px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
  .footer-main {
    padding: 36px 0 22px;
  }
  .footer-intro {
    padding: 0 0 22px;
    margin-bottom: 8px;
  }
  .footer-intro::before,
  .footer-intro::after {
    display: none;
  }
  .footer-cols {
    padding-inline-start: 0;
  }
  .footer-cols-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    text-align: center;
  }
  .footer-col {
    min-width: 0;
  }
  .footer-col:last-child {
    grid-column: 1 / -1;
  }
  .footer-col ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-contact li {
    justify-content: center;
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-contact a,
  .contact-card-info a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .copy {
    padding: 14px 18px;
    font-size: 12px;
    line-height: 1.8;
  }
  .about-split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-portrait {
    max-width: 380px;
    margin: 0 auto;
  }
  .about-portrait-frame img {
    height: 420px;
  }
  .articles-lead {
    white-space: normal;
  }
  .stats {
    margin-top: -42px;
    margin-bottom: -42px;
    padding: 20px 12px;
  }
  .stats .container {
    padding: 0;
  }
  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .stat,
  .stat + .stat,
  .stats-row .stat:nth-child(even) {
    width: min(148px, 100%);
    padding: 16px;
    border: 1px solid rgba(193, 122, 88, 0.38);
  }
  .about-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .contact-card-info,
  .contact-card-form {
    padding: 28px 20px;
  }
  .articles { padding: 72px 0; }
  .books { padding: 80px 0 72px; }
}

@media (max-width: 575.98px) {
  .hero-copy h1 { font-size: 20px; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { display: none; }
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slide {
    min-height: 460px;
  }
  .hero-copy .d-flex { justify-content: center; }
  .highlight-item { padding: 12px 10px 11px; }
  .highlight-item h3 { font-size: 0.74rem; }
  .highlight-item p { font-size: 0.64rem; }
  .practice { padding-top: 28px; }
  .about-visual { margin-top: 8px; }
  .about-photo { height: 300px; }
  .stat strong { font-size: 1.2rem; }
  .stat-copy span { font-size: 0.66rem; }
  .footer-bio { max-width: 16.5rem; }
  .about-band-grid { grid-template-columns: 1fr; }
  .about-wide-frame img { height: 260px; }
  .about-split { padding: 56px 0 40px; }
  .about-portrait-frame img { height: 320px; }
  .article-cover { height: 220px; }
  .copy { padding-inline: 16px; }
}
