@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&family=Prata&display=swap');

:root {
    --brand: #732262;
    --brand-dark: #4e153f;
    --ink: #111111;
    --muted: #64606a;
    --line: #e9e3e8;
    --soft: #f7f3f6;
    --white: #ffffff;
    --shadow: 0 24px 80px rgba(17, 17, 17, .14);
}

* {
    text-wrap: pretty;
}

body {
    color: var(--ink);
    font-family: "Lato", Arial, sans-serif;
    line-height: 1.65;
    background: var(--white);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
}

.row > * {
    min-width: 0;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    max-width: 100%;
}

::selection {
    background: var(--brand);
    color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

.topbar {
    background:
        linear-gradient(90deg, rgba(115, 34, 98, .5), transparent 26%),
        var(--ink);
    color: rgba(255, 255, 255, .84);
    font-size: .88rem;
    padding: .48rem 0;
}

.topbar a,
.topbar span {
    color: rgba(255, 255, 255, .84);
}

.topbar-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 600;
}

.topbar-link > span,
.topbar-icon {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .07);
    color: #f0c8e7;
    transition: .2s ease;
}

.topbar-link > span i,
.topbar-icon i {
    color: #f0c8e7;
    font-size: .82rem;
}

.topbar a:hover {
    color: #fff;
}

.topbar-link:hover > span,
.topbar-icon:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    transform: translateY(-1px);
}

.topbar-link:hover > span i,
.topbar-icon:hover i {
    color: #fff;
}

.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(115, 34, 98, .08);
    box-shadow: 0 14px 34px rgba(17, 17, 17, .06);
    backdrop-filter: blur(14px);
}

.navbar {
    padding: .85rem 0;
}

.navbar-brand img {
    width: min(236px, 56vw);
    height: auto;
    display: block;
}

.navbar-nav {
    gap: .15rem;
}

.nav-link {
    color: var(--ink);
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: .65rem .72rem !important;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand);
}

.navbar .dropdown-menu {
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(17, 17, 17, .12);
    padding: .45rem;
}

.navbar .dropdown-item {
    color: var(--ink);
    font-size: .95rem;
    font-weight: 600;
    padding: .65rem .8rem;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
    background: var(--soft);
    color: var(--brand);
}

@media (min-width: 1200px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown:hover > .dropdown-toggle {
        color: var(--brand);
    }
}

.nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: .72rem;
    right: .72rem;
    bottom: .34rem;
    height: 2px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.nav-link:not(.dropdown-toggle):hover::after,
.nav-link:not(.dropdown-toggle).active::after {
    transform: scaleX(1);
}

.btn-brand,
.btn-outline-light {
    border-radius: 0;
    font-weight: 750;
    padding: .78rem 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.btn-brand {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: var(--brand-dark);
    --bs-btn-active-border-color: var(--brand-dark);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .18), transparent 34%),
        #0f0f12;
}

.inner-hero {
    min-height: 380px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, .82), rgba(115, 34, 98, .5));
}

.inner-hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.inner-hero h1 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.12;
    margin: .85rem 0 1rem;
}

.inner-hero p {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    margin: 0;
    max-width: 650px;
}

.about-page-section,
.team-section {
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.about-page-sticky {
    position: sticky;
    top: 118px;
}

.about-page-sticky h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.14;
    margin: .8rem 0 1.4rem;
}

.about-highlight {
    border-left: 4px solid var(--brand);
    background: var(--soft);
    padding: 1.2rem;
}

.about-highlight strong {
    color: var(--brand);
    display: block;
    font-family: "Prata", Georgia, serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .55rem;
}

.about-highlight span,
.about-copy p {
    color: var(--muted);
}

.about-quote {
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .1), transparent 42%),
        #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--brand);
    color: var(--ink);
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.45;
    margin: 1rem 0 0;
    padding: 1.2rem;
    box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
}

.about-copy {
    display: grid;
    gap: 1rem;
    font-size: 1.02rem;
}

.about-copy p {
    margin: 0;
}

.about-copy-block {
    border-top: 1px solid var(--line);
    padding-top: 1rem;
}

.about-copy-block h3 {
    color: var(--ink);
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.2;
    margin: 0 0 .75rem;
}

.about-stats-section {
    background: var(--brand);
    color: #fff;
    padding: clamp(2rem, 4vw, 3rem) 0;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .18);
}

.about-stats-grid div {
    background: rgba(255, 255, 255, .08);
    min-height: 130px;
    padding: 1.4rem;
    display: grid;
    align-content: center;
}

.about-stats-grid strong {
    color: #fff;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1;
}

.about-stats-grid span {
    color: rgba(255, 255, 255, .82);
    font-weight: 700;
    margin-top: .55rem;
}

.mission-values-section {
    background: #fff;
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.mission-panel,
.values-panel {
    height: 100%;
    border: 1px solid var(--line);
    padding: clamp(1.35rem, 3vw, 2rem);
}

.mission-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), transparent 38%),
        var(--brand);
    color: #fff;
}

.mission-panel .section-kicker {
    color: #f3c4e9;
}

.mission-panel h2 {
    color: #fff;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.9rem, 3vw, 2.85rem);
    line-height: 1.14;
    margin: .8rem 0 1rem;
}

.mission-panel p {
    color: rgba(255, 255, 255, .84);
    margin: 0;
}

.values-panel {
    background: var(--soft);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    margin-top: 1rem;
}

.values-grid article {
    background: #fff;
    padding: 1.15rem;
}

.values-grid article:last-child {
    grid-column: 1 / -1;
}

.values-grid strong {
    color: var(--brand);
    display: block;
    font-family: "Prata", Georgia, serif;
    font-size: 1.1rem;
    margin-bottom: .45rem;
}

.values-grid p {
    color: var(--muted);
    margin: 0;
}

.team-section {
    background: var(--soft);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.team-card {
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1.2rem;
    padding: 1rem;
    box-shadow: 0 18px 54px rgba(17, 17, 17, .06);
}

.team-card img {
    width: 100%;
    aspect-ratio: 4 / 4.7;
    object-fit: cover;
    display: block;
}

.team-card h3 {
    font-family: "Prata", Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: .35rem;
}

.team-card p {
    color: var(--brand);
    font-weight: 850;
    margin-bottom: .65rem;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
}

.team-card span {
    color: var(--muted);
    display: block;
    margin-bottom: .7rem;
}

.team-card span:first-of-type {
    color: var(--ink);
    font-weight: 700;
}

.attorneys-page-section {
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.attorneys-featured-grid {
    margin-bottom: 2rem;
}

.attorneys-page-section .team-grid,
.attorneys-page-section .attorneys-featured-grid,
.attorneys-page-section .attorney-list-grid {
    grid-template-columns: 1fr;
}

.attorneys-page-section .team-card {
    box-shadow: 0 18px 46px rgba(16, 16, 16, .06);
}

.attorneys-subsection {
    border-top: 1px solid var(--line);
    margin-top: 2rem;
    padding-top: 1.6rem;
}

.attorneys-subsection > .section-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
}

.attorney-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.attorneys-page-section .attorney-list-grid {
    background: transparent;
    border: 0;
    gap: .9rem;
}

.attorney-list-grid article {
    background: #fff;
    padding: 1.1rem;
}

.attorneys-page-section .attorney-list-grid article {
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(16, 16, 16, .05);
    padding: 1.25rem 1.35rem;
}

.attorney-list-grid h3 {
    font-family: "Prata", Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: .35rem;
}

.attorney-list-grid p,
.attorney-note {
    color: var(--muted);
    margin: 0;
}

.attorney-note {
    margin-top: 1rem;
    max-width: 860px;
}

.about-clients-section {
    background: #fff;
}

.hero-simple-section {
    position: relative;
    overflow: hidden;
    background: #101015;
}

.hero-simple-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 32vw 100%, 100% 100%;
    opacity: .36;
}

.hero-simple-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    height: 12px;
    background: linear-gradient(90deg, var(--brand), #8d2d74 62%, #d8b979);
    border-top: 1px solid rgba(216, 185, 121, .7);
}

.hero-simple-swiper,
.hero-simple-swiper .swiper-wrapper,
.hero-simple-swiper .swiper-slide {
    height: clamp(650px, calc(100vh - 124px), 850px);
}

.hero-simple-slide {
    min-height: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(5rem, 8vw, 7.2rem) 0 clamp(6.8rem, 8vw, 8rem);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-simple-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 13, 18, .96) 0%, rgba(15, 13, 18, .84) 34%, rgba(15, 13, 18, .43) 62%, rgba(15, 13, 18, .28) 100%),
        radial-gradient(circle at 17% 20%, rgba(115, 34, 98, .34), transparent 28%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .45));
}

.hero-simple-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, transparent 0 75%, rgba(216, 185, 121, .56) 75.08%, transparent 75.2%),
        radial-gradient(circle at 83% 68%, rgba(115, 34, 98, .28), transparent 22%);
    pointer-events: none;
}

.hero-simple-content {
    position: relative;
    z-index: 4;
    max-width: 720px;
}

.hero-simple-content .hero-title {
    color: #fff;
    font-size: clamp(1.55rem, 2.6vw, 3.18rem);
    line-height: 1.04;
    margin: 1.35rem 0 1.15rem;
    max-width: 560px;
    text-shadow: 0 14px 42px rgba(0, 0, 0, .45);
}

.hero-simple-content .hero-title span {
    color: #e7c783;
}

.hero-gold-line {
    background: linear-gradient(90deg, #e7c783, #b9924f);
    border-radius: 999px;
    display: block;
    height: 5px;
    width: 72px;
}

.hero-simple-content .hero-text {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.28vw, 1.24rem);
    line-height: 1.7;
    max-width: 690px;
    position: relative;
}

.hero-simple-content .hero-text::before {
    background:
        linear-gradient(90deg, rgba(216, 185, 121, .7), rgba(216, 185, 121, .18)),
        radial-gradient(circle, #d8b979 0 26%, transparent 28%);
    background-position: left center, center;
    background-repeat: no-repeat;
    background-size: 100% 1px, 14px 14px;
    content: "";
    display: block;
    height: 18px;
    margin-bottom: 1.25rem;
    max-width: 420px;
}

.hero-simple-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2.15rem;
}

.btn-hero-premium {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(115, 34, 98, .95), rgba(83, 20, 70, .92));
    border: 1px solid rgba(216, 185, 121, .9);
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(72, 12, 58, .35);
    color: #fff;
    display: inline-flex;
    font-size: 1.06rem;
    font-weight: 800;
    gap: 1rem;
    justify-content: space-between;
    min-width: min(100%, 380px);
    padding: 1.05rem 1.4rem;
}

.btn-hero-premium i:first-child {
    color: #e7c783;
    font-size: 1.35rem;
}

.btn-hero-premium:hover,
.btn-hero-premium:focus {
    background: #fff;
    border-color: #fff;
    color: var(--brand);
}

.hero-simple-content .hero-title,
.hero-simple-content .hero-text,
.hero-simple-content .hero-simple-actions,
.hero-simple-content .hero-gold-line {
    opacity: 0;
    transform: translateY(24px);
}

.hero-simple-swiper .swiper-slide-active .hero-gold-line {
    animation: heroTextReveal .72s ease forwards;
}

.hero-simple-swiper .swiper-slide-active .hero-title {
    animation: heroTextReveal .78s ease .08s forwards;
}

.hero-simple-swiper .swiper-slide-active .hero-text {
    animation: heroTextReveal .78s ease .18s forwards;
}

.hero-simple-swiper .swiper-slide-active .hero-simple-actions {
    animation: heroTextReveal .78s ease .32s forwards;
}

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

.hero-simple-pagination {
    position: absolute;
    z-index: 3;
    left: max(160px, calc((100vw - 1320px) / 2 + 270px)) !important;
    bottom: 3.35rem !important;
    width: auto !important;
}

.hero-simple-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    opacity: 1;
}

.hero-simple-pagination .swiper-pagination-bullet-active {
    background: #d8b979;
}

.hero-slide-progress {
    align-items: center;
    bottom: 3.05rem;
    color: rgba(255, 255, 255, .86);
    display: flex;
    gap: .75rem;
    left: max(12px, calc((100vw - 1320px) / 2 + 6px));
    position: absolute;
    z-index: 4;
}

.hero-slide-current {
    font-size: 1rem;
    letter-spacing: .04em;
}

.hero-slide-bar {
    background: rgba(255, 255, 255, .18);
    display: block;
    height: 3px;
    position: relative;
    width: 220px;
}

.hero-slide-bar::before {
    background: #d8b979;
    content: "";
    height: 100%;
    inset: 0 auto 0 0;
    position: absolute;
    width: 68%;
}

.hero-premium-stats {
    align-items: stretch;
    backdrop-filter: blur(18px);
    background: rgba(28, 20, 29, .78);
    border: 1px solid rgba(216, 185, 121, .28);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .26);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 390px;
    position: absolute;
    right: max(32px, calc((100vw - 1320px) / 2 + 12px));
    bottom: 5rem;
    z-index: 4;
}

.hero-premium-stats > div {
    min-height: 104px;
    padding: .85rem 1.05rem .8rem;
    text-align: center;
}

.hero-premium-stats > div + div {
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.hero-premium-stats i {
    align-items: center;
    border: 1px solid rgba(216, 185, 121, .62);
    border-radius: 50%;
    color: #e7c783;
    display: inline-flex;
    font-size: 1.08rem;
    height: 36px;
    justify-content: center;
    margin-bottom: .55rem;
    width: 36px;
}

.hero-premium-stats strong {
    display: block;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(.95rem, 1.1vw, 1.15rem);
    font-weight: 400;
    line-height: 1.25;
}

.hero-premium-stats span {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: .8rem;
    margin-top: .25rem;
}

.hero-slide {
    min-height: calc(100vh - 124px);
    max-height: 860px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, .92) 0%, rgba(17, 17, 17, .76) 48%, rgba(115, 34, 98, .48) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 18px),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .16), transparent 27%);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--brand);
}

.hero-content,
.hero-visual {
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 820px;
}

.section-kicker,
.hero-kicker {
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-kicker {
    color: #f3c4e9;
}

.hero-title {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(2.45rem, 5vw, 5.25rem);
    line-height: 1.02;
    max-width: 800px;
    margin: 1rem 0 1.2rem;
    overflow-wrap: anywhere;
}

.hero-text {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    max-width: 660px;
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 2.4rem;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 720px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.hero-metric {
    background: rgba(255, 255, 255, .08);
    padding: 1rem;
}

.hero-metric strong {
    display: block;
    color: #fff;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    line-height: 1;
}

.hero-metric span {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: .88rem;
    margin-top: .35rem;
}

.hero-visual {
    min-height: 430px;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 56px 28px 32px;
    border: 1px solid rgba(255, 255, 255, .2);
    background:
        repeating-linear-gradient(0deg, transparent 0 27px, rgba(255, 255, 255, .08) 28px),
        rgba(255, 255, 255, .035);
    transform: rotate(-4deg);
}

.brief-card {
    position: absolute;
    background: rgba(255, 255, 255, .96);
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.brief-card-main {
    inset: 88px 0 auto 20px;
    min-height: 210px;
    padding: 2rem;
    border-top: 6px solid var(--brand);
}

.brief-card-main span,
.brief-card-small span {
    color: var(--muted);
    display: block;
    font-size: .84rem;
    font-weight: 750;
    text-transform: uppercase;
}

.brief-card-main strong {
    display: block;
    font-family: "Prata", Georgia, serif;
    font-size: 2rem;
    line-height: 1.05;
    margin: .75rem 0;
}

.brief-card-main p {
    color: var(--muted);
    margin: 0;
}

.brief-card-small {
    width: 190px;
    padding: 1.1rem;
    right: -8px;
    bottom: 74px;
}

.brief-card-small i {
    color: var(--brand);
    font-size: 1.45rem;
}

.brief-card-small strong {
    display: block;
    font-size: 1.35rem;
    margin: .4rem 0 .15rem;
}

.brief-card-accent {
    left: 0;
    right: auto;
    bottom: 0;
    background: var(--brand);
    color: #fff;
}

.brief-card-accent i,
.brief-card-accent span {
    color: rgba(255, 255, 255, .82);
}

.hero-controls {
    position: absolute;
    z-index: 3;
    right: max(12px, calc((100vw - 1320px) / 2));
    bottom: 2rem;
    display: flex;
    gap: .6rem;
    pointer-events: none;
}

.hero-button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .38);
    color: #fff;
    background: transparent;
    display: grid;
    place-items: center;
    pointer-events: auto;
    transition: .2s ease;
}

.hero-button:hover {
    background: var(--brand);
    border-color: var(--brand);
}

.hero-pagination {
    position: absolute;
    z-index: 3;
    left: max(12px, calc((100vw - 1320px) / 2)) !important;
    bottom: 2.25rem !important;
    width: auto !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, .42);
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.intro-section,
.home-about-section,
.practice-preview,
.founders-preview {
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.intro-section {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 250, 243, .86)),
        radial-gradient(circle at 90% 45%, rgba(115, 34, 98, .08), transparent 22%);
    border-bottom: 0;
    overflow: hidden;
    position: relative;
}

.intro-section::after {
    background:
        linear-gradient(90deg, transparent, rgba(216, 185, 121, .08));
    background-position: center right;
    background-size: cover;
    content: "";
    inset: 0 0 0 auto;
    opacity: .08;
    position: absolute;
    width: 32%;
}

.intro-section .container-xl {
    position: relative;
    z-index: 1;
}

.intro-section .section-kicker {
    color: var(--brand);
    display: inline-block;
    font-size: .92rem;
    letter-spacing: .22em;
    margin-bottom: .9rem;
}

.intro-section .section-kicker::after {
    background: #c29654;
    content: "";
    display: block;
    height: 2px;
    margin-top: .75rem;
    width: 66px;
}

.intro-section h2,
.home-about-section h2,
.section-heading h2,
.founders-preview h2,
.consultation-strip h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.12;
}

.intro-section p,
.home-about-section p,
.founders-preview p,
.practice-card p,
.founder-card span,
.consultation-strip p {
    color: var(--muted);
}

.intro-section h2 {
    color: #18191e;
    font-size: clamp(1.18rem, 2.1vw, 2.45rem);
    max-width: 690px;
}

.intro-section p {
    color: #2e3039;
    font-size: clamp(1.02rem, 1.25vw, 1.2rem);
    line-height: 1.85;
    margin: 0;
}

.intro-divider {
    background: linear-gradient(180deg, rgba(194, 150, 84, .08), #c29654, rgba(194, 150, 84, .08));
    display: block;
    height: 190px;
    position: relative;
    width: 1px;
}

.intro-divider::after {
    background: #c29654;
    box-shadow: 0 0 0 8px rgba(194, 150, 84, .1);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
}

.home-about-section {
    background:
        radial-gradient(circle at 20% 8%, rgba(115, 34, 98, .4), transparent 26%),
        radial-gradient(circle at 94% 54%, rgba(216, 185, 121, .08), transparent 22%),
        linear-gradient(135deg, #180b17 0%, #241224 42%, #100b12 100%);
    border-top: 1px solid rgba(216, 185, 121, .42);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.home-about-section::after {
    color: rgba(216, 185, 121, .12);
    content: "\F62F";
    font-family: "bootstrap-icons";
    font-size: clamp(8rem, 20vw, 18rem);
    line-height: 1;
    position: absolute;
    right: -2rem;
    top: 8%;
}

.about-image-wrap {
    position: relative;
    padding: 1.35rem 0 1.35rem 1.35rem;
}

.about-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0 3.4rem 0 0;
    background: linear-gradient(135deg, rgba(115, 34, 98, .56), rgba(216, 185, 121, .08));
    border: 1px solid rgba(216, 185, 121, .74);
    border-radius: 8px;
}

.about-image-wrap::after {
    display: none;
}

.about-image-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 10.9;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(216, 185, 121, .82);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.about-content {
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.about-content .section-kicker {
    color: #e7c783;
    display: inline-block;
    letter-spacing: .22em;
}

.about-content .section-kicker::after {
    background: #c29654;
    content: "";
    display: block;
    height: 2px;
    margin-top: .55rem;
    width: 48px;
}

.about-content h2 {
    color: #fff;
    font-size: clamp(2.15rem, 3.4vw, 4rem);
    margin: .65rem 0 1.25rem;
    max-width: 720px;
}

.about-content h3 {
    color: #e7c783;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .22em;
    margin-bottom: 1.1rem;
    padding-left: 2.3rem;
    position: relative;
    text-transform: uppercase;
}

.about-content h3::before {
    background: #c29654;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1.5rem;
}

.text-link {
    color: #e7c783;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 800;
    margin-top: .35rem;
}

.text-link:hover {
    color: #fff;
}

.about-content p {
    color: rgba(255, 255, 255, .82);
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-seal {
    align-items: center;
    background: rgba(115, 34, 98, .74);
    border: 1px solid rgba(216, 185, 121, .78);
    border-radius: 50%;
    bottom: 2.45rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
    color: #e7c783;
    display: inline-flex;
    font-size: 2.1rem;
    height: 96px;
    justify-content: center;
    left: 2.65rem;
    position: absolute;
    width: 96px;
    z-index: 2;
}

.about-content .btn {
    margin-top: .75rem;
}

.trust-section {
    padding: 0 0 clamp(2.2rem, 4vw, 3.4rem);
}

.trust-shell {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 1.55rem 0 1.65rem;
}

.trust-shell > span {
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    margin-bottom: 1.15rem;
    text-transform: uppercase;
}

.trust-shell > span::after {
    content: "";
    width: 44px;
    height: 1px;
    background: rgba(115, 34, 98, .35);
}

.logo-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
}

.logo-strip div {
    background: #fff;
    min-height: 88px;
    display: grid;
    place-items: center;
    padding: 1rem 1.25rem;
    text-align: center;
    border-right: 1px solid var(--line);
}

.logo-strip img {
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
    opacity: 1;
    transition: .2s ease;
}

.logo-strip div:first-child img {
    max-height: 62px;
}

.logo-strip div:last-child {
    border-right: 0;
}

.logo-strip div:hover img {
    transform: translateY(-2px);
}

.logo-strip-empty {
    display: none !important;
    pointer-events: none;
}

.practice-preview {
    background:
        radial-gradient(circle at 14% 8%, rgba(194, 150, 84, .1), transparent 22%),
        linear-gradient(180deg, #fffaf2 0%, #fff 56%, #fffaf7 100%);
    border-top: 1px solid rgba(194, 150, 84, .18);
    border-bottom: 1px solid rgba(194, 150, 84, .18);
    overflow: hidden;
    position: relative;
}

.practice-preview::before {
    background:
        linear-gradient(90deg, rgba(115, 34, 98, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(115, 34, 98, .055) 1px, transparent 1px);
    background-size: 92px 92px;
    content: "";
    inset: 0;
    opacity: .18;
    pointer-events: none;
    position: absolute;
}

.practice-preview .container-xl {
    position: relative;
    z-index: 1;
}

.testimonials-section {
    background:
        radial-gradient(circle at 100% 4%, rgba(194, 150, 84, .11), transparent 24%),
        radial-gradient(circle at 2% 0%, rgba(115, 34, 98, .055), transparent 26%),
        linear-gradient(135deg, #fffaf2 0%, #fff 48%, #fff8fb 100%);
    border-top: 1px solid rgba(194, 150, 84, .18);
    padding: clamp(2.35rem, 4.5vw, 4rem) 0;
    overflow: hidden;
    position: relative;
}

.testimonials-section::before {
    background:
        radial-gradient(rgba(194, 150, 84, .18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(115, 34, 98, .035) 1px, transparent 1px);
    background-size: 16px 16px, 110px 100%;
    bottom: -7rem;
    content: "";
    height: 14rem;
    left: 0;
    opacity: .42;
    position: absolute;
    transform: skewY(-6deg);
    width: 100%;
}

.testimonials-section .container-xl {
    position: relative;
    z-index: 1;
}

.testimonials-section .section-heading {
    max-width: 920px;
}

.testimonials-section .section-kicker {
    color: #571243;
    display: inline-block;
    letter-spacing: .28em;
}

.testimonials-section .section-kicker::after {
    background: linear-gradient(90deg, #c29654 0 46%, transparent 46% 54%, #c29654 54% 100%);
    content: "";
    display: block;
    height: 1px;
    margin-top: .8rem;
    width: 185px;
}

.testimonials-section .section-heading h2 {
    color: #15171b;
    font-size: clamp(2.05rem, 3.4vw, 4rem);
    line-height: 1.12;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.section-heading-row .section-heading {
    margin-bottom: 0;
}

.section-heading h2,
.founders-preview h2 {
    margin: .8rem 0 0;
}

.practice-swiper {
    overflow: hidden;
    padding: .35rem .35rem 3.35rem;
}

.practice-swiper .swiper-slide {
    height: auto;
}

.practice-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.practice-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto !important;
}

.practice-controls {
    display: flex;
    gap: .8rem;
    flex: 0 0 auto;
}

.testimonial-controls {
    display: flex;
    gap: .65rem;
    flex: 0 0 auto;
}

.slider-button {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(194, 150, 84, .62);
    border-radius: 50%;
    background: rgba(255, 255, 255, .68);
    color: var(--brand);
    display: grid;
    place-items: center;
    transition: .24s ease;
}

.slider-button:hover {
    background: #732262;
    border-color: #732262;
    box-shadow: 0 18px 34px rgba(115, 34, 98, .18);
    color: #fff;
    transform: translateY(-2px);
}

.practice-preview .section-heading {
    max-width: 960px;
}

.practice-preview .section-heading .section-kicker {
    color: #5d174e;
    display: inline-block;
    letter-spacing: .24em;
}

.practice-preview .section-heading .section-kicker::after {
    background: #c29654;
    content: "";
    display: block;
    height: 2px;
    margin-top: .7rem;
    width: 54px;
}

.practice-preview .section-heading h2 {
    color: #1d1019;
    font-size: clamp(2rem, 2.6vw, 3.1rem);
    line-height: 1.08;
    max-width: 980px;
}

.practice-card {
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 247, .95));
    border: 1px solid rgba(115, 34, 98, .09);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(52, 25, 42, .08);
    padding: .45rem 1.55rem 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.practice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(52, 25, 42, .14);
    border-color: rgba(194, 150, 84, .46);
}

.practice-card-image {
    margin: 0 -1.1rem 1.35rem;
    aspect-ratio: 16 / 10.3;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    background: var(--ink);
}

.practice-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.practice-card:hover .practice-card-image img {
    transform: scale(1.055);
}

.practice-card > span {
    color: #c29654;
    display: inline-flex;
    font-weight: 850;
    font-size: .86rem;
    letter-spacing: .06em;
    margin-bottom: .55rem;
    position: relative;
}

.practice-card > span::after {
    background: #c29654;
    bottom: -.35rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 28px;
}

.practice-card h3,
.founder-card h3 {
    font-family: "Prata", Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.2;
}

.practice-card h3 {
    color: #301323;
    font-size: clamp(1.35rem, 1.6vw, 1.88rem);
    min-height: 4.45rem;
    margin-top: .6rem;
}

.practice-card p {
    flex: 1;
    color: #554b52;
    font-size: 1.02rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
}

.founder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.founders-preview {
    background:
        radial-gradient(circle at 0% 0%, rgba(194, 150, 84, .12), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(115, 34, 98, .07), transparent 22%),
        linear-gradient(135deg, #fffaf2 0%, #fff 48%, #fff7f9 100%);
    border-top: 1px solid rgba(194, 150, 84, .18);
    border-bottom: 1px solid rgba(194, 150, 84, .18);
    overflow: hidden;
    position: relative;
}

.founders-preview::before {
    background:
        linear-gradient(90deg, rgba(194, 150, 84, .11) 1px, transparent 1px),
        linear-gradient(180deg, rgba(115, 34, 98, .05) 1px, transparent 1px);
    background-size: 96px 96px;
    content: "";
    inset: 0;
    opacity: .18;
    pointer-events: none;
    position: absolute;
}

.founders-preview .container-xl {
    position: relative;
    z-index: 1;
}

.founders-intro {
    position: sticky;
    top: 118px;
    padding-right: 1.2rem;
}

.founders-intro .section-kicker {
    align-items: center;
    color: #732262;
    display: flex;
    gap: .8rem;
    letter-spacing: .24em;
}

.founders-intro .section-kicker i {
    color: #c29654;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.founders-intro .section-kicker::after {
    background: #c29654;
    content: "";
    height: 1px;
    width: 86px;
}

.founders-intro h2 {
    color: #132033;
    font-size: clamp(2rem, 3.2vw, 4rem);
    margin: .8rem 0 1rem;
}

.founders-intro h2::after {
    background: linear-gradient(90deg, #c29654 0 42%, transparent 42% 52%, #c29654 52% 100%);
    content: "";
    display: block;
    height: 1px;
    margin-top: 1.1rem;
    max-width: 270px;
    opacity: .8;
}

.founders-intro p {
    color: #505a6a;
    line-height: 1.72;
    margin-bottom: .9rem;
}

.founders-intro .btn {
    background: linear-gradient(135deg, #732262, #8a2d75);
    border-color: #c29654;
    box-shadow: 0 16px 32px rgba(115, 34, 98, .16);
    margin-top: .65rem;
    padding: .82rem 1.25rem;
}

.practice-card a {
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 750;
    margin-top: auto;
    padding-bottom: .35rem;
    position: relative;
    text-decoration: none;
}

.practice-card a::after {
    background: #c29654;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .24s ease;
    width: 76px;
}

.practice-card a:hover::after {
    width: 100%;
}

.practice-page-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.practice-page-section .section-heading-row {
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.6rem;
    padding-bottom: 1.3rem;
}

.practice-page-lead {
    color: var(--muted);
    font-size: 1.02rem;
    margin: 0;
    max-width: 470px;
}

.practice-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.practice-page-grid .practice-card {
    box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
}

.practice-detail-section {
    background: #fff;
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.practice-detail-aside {
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .08), transparent 42%),
        var(--soft);
    border: 1px solid var(--line);
    padding: clamp(1.35rem, 3vw, 2rem);
    position: sticky;
    top: 118px;
}

.practice-detail-aside h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 2.6vw, 2.55rem);
    line-height: 1.15;
    margin: .8rem 0 1.4rem;
}

.practice-detail-copy {
    display: grid;
    gap: 1rem;
    font-size: 1.04rem;
}

.practice-detail-copy p {
    color: var(--muted);
    margin: 0;
}

.practice-key-panel {
    background: var(--soft);
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    margin-top: .6rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.practice-key-panel h3 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.practice-key-panel ul {
    display: grid;
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.practice-key-panel li {
    color: var(--muted);
    display: grid;
    gap: .7rem;
    grid-template-columns: auto 1fr;
}

.practice-key-panel li::before {
    color: var(--brand);
    content: "\F26A";
    font-family: "bootstrap-icons";
    line-height: 1.65;
}

.achievements-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.achievement-lead {
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .09), transparent 40%),
        #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    margin-bottom: 1.25rem;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.achievement-lead h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.14;
    margin: .7rem 0 1rem;
}

.achievement-lead p {
    color: var(--muted);
    margin: 0;
    max-width: 1040px;
}

.achievement-grid {
    display: grid;
    gap: 1rem;
}

.achievement-card {
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    gap: 1.1rem;
    grid-template-columns: 72px 1fr;
    padding: clamp(1.1rem, 2.5vw, 1.6rem);
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
}

.achievement-card-featured {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%),
        var(--brand);
    color: #fff;
}

.achievement-count {
    align-items: center;
    background: var(--soft);
    color: var(--brand);
    display: flex;
    font-family: "Prata", Georgia, serif;
    font-size: 1.35rem;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.achievement-card-featured .achievement-count {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.achievement-card h3 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
    margin-bottom: .7rem;
}

.achievement-card p {
    color: var(--muted);
    margin: 0;
}

.achievement-card-featured p {
    color: rgba(255, 255, 255, .82);
}

.achievement-link,
.achievement-source-list a {
    color: var(--brand);
    font-weight: 800;
}

.achievement-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .9rem;
}

.achievement-source-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.achievement-source-list a {
    background: var(--soft);
    border: 1px solid var(--line);
    display: inline-flex;
    font-size: .9rem;
    padding: .45rem .65rem;
}

.achievement-link:hover,
.achievement-source-list a:hover {
    color: var(--brand-dark);
}

.ai-section {
    background:
        radial-gradient(circle at 15% 8%, rgba(115, 34, 98, .12), transparent 30%),
        var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.ai-panel {
    background: #fff;
    border: 1px solid var(--line);
    height: 100%;
    padding: clamp(1.35rem, 3vw, 2rem);
    box-shadow: 0 18px 54px rgba(17, 17, 17, .06);
}

.ai-panel-dark {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%),
        #111;
    color: #fff;
}

.ai-panel h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.15;
    margin: .75rem 0 1rem;
}

.ai-panel p {
    color: var(--muted);
    margin: 0;
}

.ai-panel-dark .section-kicker {
    color: #f3c4e9;
}

.ai-panel-dark p {
    color: rgba(255, 255, 255, .8);
}

.ai-panel blockquote {
    border-left: 4px solid var(--brand);
    color: var(--ink);
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.45;
    margin: 1.4rem 0 0;
    padding-left: 1rem;
}

.ai-panel blockquote span {
    color: var(--brand);
    display: block;
    font-family: "Lato", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 800;
    margin-top: .75rem;
}

.testimonials-page-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.testimonials-page-intro {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    margin-bottom: 1.25rem;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.testimonials-page-intro h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.14;
    margin: .7rem 0 1rem;
}

.testimonials-page-intro p {
    color: var(--muted);
    margin: 0;
    max-width: 1040px;
}

.testimonials-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.testimonial-page-card {
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.2rem, 2.5vw, 1.65rem);
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
}

.testimonial-page-card-featured {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%),
        var(--brand);
    color: #fff;
    grid-column: 1 / -1;
}

.testimonial-page-card > i {
    color: var(--brand);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .9rem;
}

.testimonial-page-card-featured > i {
    color: rgba(255, 255, 255, .8);
}

.testimonial-page-card p {
    color: var(--muted);
    flex: 1;
    font-size: 1.02rem;
    margin: 0 0 1.3rem;
}

.testimonial-page-card-featured p {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.testimonial-page-card-featured .testimonial-author strong {
    color: #fff;
}

.testimonial-page-card-featured .testimonial-author span {
    color: rgba(255, 255, 255, .72);
}

.spotlight-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.spotlight-intro,
.spotlight-news-feature {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    padding: clamp(1.35rem, 3vw, 2rem);
}

.spotlight-intro {
    margin-bottom: 1rem;
}

.spotlight-intro h2,
.spotlight-news-feature h3 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.14;
    margin: .7rem 0 1rem;
}

.spotlight-intro p,
.spotlight-news-feature p {
    color: var(--muted);
    margin: 0;
}

.spotlight-band {
    align-items: center;
    background:
        radial-gradient(circle at 10% 0%, rgba(115, 34, 98, .14), transparent 34%),
        #fff;
    border: 1px solid var(--line);
    border-left: 5px solid var(--brand);
    color: var(--ink);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
}

.spotlight-band span {
    color: var(--brand);
    flex: 0 0 auto;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.spotlight-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(92px, 1fr));
    gap: 1px;
    background: var(--line);
    flex: 1;
    max-width: 900px;
}

.spotlight-logo-grid div {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 82px;
    padding: .8rem;
}

.spotlight-logo-grid img {
    display: block;
    max-height: 48px;
    max-width: 116px;
    object-fit: contain;
}

.spotlight-logo-grid div:nth-child(3) img,
.spotlight-logo-grid div:nth-child(5) img {
    max-height: 58px;
}

.spotlight-heading-row {
    margin-bottom: 1rem;
}

.spotlight-video-controls {
    display: flex;
    gap: .8rem;
    flex: 0 0 auto;
}

.spotlight-video-swiper {
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding: .25rem .25rem 3rem;
}

.spotlight-video-swiper .swiper-slide {
    height: auto;
}

.spotlight-video-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.spotlight-video-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto !important;
}

.spotlight-video-card,
.spotlight-publication-grid a {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
}

.spotlight-video-frame {
    aspect-ratio: 16 / 9;
    background: #111;
}

.spotlight-video-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.spotlight-video-card h3 {
    font-family: "Prata", Georgia, serif;
    font-size: 1.12rem;
    line-height: 1.28;
    margin: 0;
    padding: 1rem;
}

.spotlight-video-pagination {
    bottom: 0 !important;
    text-align: center;
}

.spotlight-video-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(194, 150, 84, .3);
    opacity: 1;
    transition: .24s ease;
}

.spotlight-video-pagination .swiper-pagination-bullet-active {
    background: #732262;
    width: 46px;
}

.news-prints-heading-row {
    margin-top: 1.4rem;
}

.news-print-controls {
    display: flex;
    gap: .8rem;
    flex: 0 0 auto;
}

.news-print-swiper {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: .25rem .25rem 3rem;
}

.news-print-swiper .swiper-slide {
    height: auto;
}

.news-print-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.news-print-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto !important;
}

.news-print-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 248, .94));
    border: 1px solid rgba(194, 150, 84, .42);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(52, 25, 42, .08);
    cursor: zoom-in;
    display: grid;
    gap: .85rem;
    height: 100%;
    padding: .85rem;
    text-align: left;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    width: 100%;
}

.news-print-card:hover {
    border-color: rgba(194, 150, 84, .72);
    box-shadow: 0 26px 62px rgba(52, 25, 42, .13);
    transform: translateY(-6px);
}

.news-print-card img {
    aspect-ratio: 4 / 3.15;
    background: #fff;
    border-radius: 6px;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.news-print-card span {
    align-items: center;
    color: var(--brand);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    justify-content: space-between;
}

.news-print-pagination {
    bottom: 0 !important;
    text-align: center;
}

.news-print-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(194, 150, 84, .3);
    opacity: 1;
    transition: .24s ease;
}

.news-print-pagination .swiper-pagination-bullet-active {
    background: #732262;
    width: 46px;
}

.news-lightbox {
    align-items: center;
    background: rgba(10, 6, 9, .86);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 9999;
}

.news-lightbox.is-visible {
    display: flex;
}

.news-lightbox__dialog {
    max-height: 92vh;
    max-width: min(1100px, 94vw);
    position: relative;
}

.news-lightbox img {
    background: #fff;
    border: 1px solid rgba(194, 150, 84, .62);
    border-radius: 8px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
    display: block;
    max-height: 92vh;
    max-width: 100%;
    object-fit: contain;
}

.news-lightbox__close {
    align-items: center;
    background: #732262;
    border: 1px solid #c29654;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 42px;
}

.in-prints-heading-row {
    margin-top: 1.8rem;
}

.in-prints-controls {
    display: flex;
    gap: .8rem;
    flex: 0 0 auto;
}

.in-prints-swiper {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: .25rem .25rem 3rem;
}

.in-prints-swiper .swiper-slide {
    height: auto;
}

.in-prints-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.in-prints-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto !important;
}

.in-print-card {
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .06), transparent 38%),
        #fff;
    border: 1px solid rgba(115, 34, 98, .1);
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(52, 25, 42, .08);
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.in-print-card:hover {
    border-color: rgba(194, 150, 84, .62);
    box-shadow: 0 28px 70px rgba(52, 25, 42, .14);
    transform: translateY(-6px);
}

.in-print-image {
    background: #fffaf6;
    border-bottom: 1px solid rgba(194, 150, 84, .28);
    display: block;
    min-height: 230px;
    overflow: hidden;
}

.in-print-image img {
    aspect-ratio: 16 / 10.5;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.in-print-card:hover .in-print-image img {
    transform: scale(1.045);
}

.in-print-content {
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
}

.in-print-content span {
    color: #c29654;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: .6rem;
    text-transform: uppercase;
}

.in-print-content h3 {
    color: #24141e;
    font-family: "Prata", Georgia, serif;
    font-size: 1.22rem;
    line-height: 1.34;
    margin-bottom: 1rem;
}

.in-print-content a {
    align-items: center;
    color: var(--brand);
    display: inline-flex;
    font-weight: 800;
    gap: .35rem;
    margin-top: auto;
}

.in-prints-pagination {
    bottom: 0 !important;
    text-align: center;
}

.in-prints-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(194, 150, 84, .3);
    opacity: 1;
    transition: .24s ease;
}

.in-prints-pagination .swiper-pagination-bullet-active {
    background: #732262;
    width: 46px;
}

.spotlight-news-feature {
    margin-bottom: 1.5rem;
}

.spotlight-news-feature a {
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 800;
    margin-top: 1rem;
}

.spotlight-publication-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.spotlight-publication-grid a {
    display: grid;
    gap: .45rem;
    padding: 1rem;
    transition: transform .2s ease, border-color .2s ease;
}

.spotlight-publication-grid a:hover {
    border-color: rgba(115, 34, 98, .28);
    transform: translateY(-3px);
}

.spotlight-publication-grid span {
    color: var(--brand);
    font-size: .82rem;
    font-weight: 800;
}

.spotlight-publication-grid strong {
    color: var(--ink);
    font-family: "Prata", Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.3;
}

.contact-page-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.contact-intro {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    margin-bottom: 1.25rem;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.contact-intro h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.14;
    margin: .7rem 0 1rem;
}

.contact-intro p {
    color: var(--muted);
    margin: 0;
}

.contact-details-panel,
.contact-form-panel,
.contact-map-panel {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
}

.contact-details-panel {
    height: 100%;
    padding: clamp(1.25rem, 3vw, 1.8rem);
}

.contact-detail-item {
    border-top: 1px solid var(--line);
    display: grid;
    gap: .85rem;
    grid-template-columns: 42px 1fr;
    padding: 1rem 0;
}

.contact-detail-item:first-of-type {
    margin-top: 1rem;
}

.contact-detail-item i {
    align-items: center;
    background: var(--soft);
    color: var(--brand);
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.contact-detail-item h3 {
    font-family: "Prata", Georgia, serif;
    font-size: 1.12rem;
    margin-bottom: .35rem;
}

.contact-detail-item p,
.contact-detail-item small {
    color: var(--muted);
    margin: 0;
}

.contact-detail-item a {
    color: var(--brand);
    font-weight: 800;
}

.contact-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .75rem;
}

.contact-social-row a {
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 800;
    padding: .55rem .7rem;
}

.contact-social-row a:hover {
    background: var(--brand-dark);
    color: #fff;
}

.contact-map-panel {
    margin-top: 1.25rem;
    overflow: hidden;
}

.contact-map-panel iframe {
    border: 0;
    display: block;
    height: 360px;
    width: 100%;
}

.legal-page-section {
    background: var(--soft);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.legal-page-card {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--brand);
    box-shadow: 0 18px 50px rgba(17, 17, 17, .05);
    margin: 0 auto;
    max-width: 980px;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.legal-page-card h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.legal-page-card p {
    color: var(--muted);
}

.legal-page-card p:last-child {
    margin-bottom: 0;
}

.legal-page-card a {
    color: var(--brand);
    font-weight: 800;
}

.blog-page-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(115, 34, 98, .08), transparent 26%),
        linear-gradient(180deg, #fffaf2 0%, #fff 52%, #fff8fb 100%);
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.blog-heading-row {
    margin-bottom: 1.6rem;
}

.blog-heading-row .section-heading {
    max-width: 860px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.blog-card {
    background: #fff;
    border: 1px solid rgba(194, 150, 84, .32);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(52, 25, 42, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.blog-card:hover {
    border-color: rgba(194, 150, 84, .68);
    box-shadow: 0 28px 70px rgba(52, 25, 42, .14);
    transform: translateY(-6px);
}

.blog-card-image {
    background: #120a10;
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    aspect-ratio: 16 / 10.3;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.045);
}

.blog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15rem;
}

.blog-card-content > span {
    color: #c29654;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .12em;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.blog-card h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.25rem, 1.5vw, 1.6rem);
    line-height: 1.28;
    margin-bottom: .75rem;
}

.blog-card h2 a {
    color: #24141e;
}

.blog-card p {
    color: #5d5660;
    margin-bottom: 1rem;
}

.blog-card-link {
    align-items: center;
    color: var(--brand);
    display: inline-flex;
    font-weight: 850;
    gap: .35rem;
    margin-top: auto;
}

.blog-single-hero {
    min-height: clamp(330px, 40vw, 540px);
}

.blog-single-hero::before {
    background: linear-gradient(90deg, rgba(12, 7, 11, .82), rgba(115, 34, 98, .44) 48%, rgba(12, 7, 11, .18));
}

.blog-single-hero .inner-hero-content {
    max-width: 900px;
}

.blog-single-hero h1 {
    font-size: clamp(2rem, 3.5vw, 3.8rem);
    line-height: 1.18;
}

.blog-single-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(115, 34, 98, .08), transparent 26%),
        linear-gradient(180deg, #fffaf2 0%, #fff 54%, #fff8fb 100%);
    padding: clamp(2.4rem, 5vw, 4.3rem) 0;
}

.blog-single-layout {
    align-items: start;
    display: grid;
    gap: clamp(1.1rem, 2vw, 1.8rem);
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
}

.blog-single-card {
    background: #fff;
    border: 1px solid rgba(194, 150, 84, .34);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(52, 25, 42, .1);
    padding: clamp(1.35rem, 3vw, 2.65rem);
}

.blog-single-meta {
    align-items: center;
    border-bottom: 1px solid rgba(194, 150, 84, .28);
    color: #c29654;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.blog-single-meta a {
    color: var(--brand);
    font-weight: 850;
}

.blog-single-content {
    color: #2c2730;
    font-size: clamp(1.02rem, 1.15vw, 1.12rem);
    line-height: 1.85;
}

.blog-single-content > * {
    max-width: 100%;
}

.blog-single-content .wp-block-image,
.blog-single-content figure {
    margin: 0 auto 1.6rem;
    max-width: 100%;
}

.blog-single-content .wp-block-image img,
.blog-single-content figure img {
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(52, 25, 42, .12);
    display: block;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    width: 100%;
}

.blog-single-content p {
    margin-bottom: 1.15rem;
}

.blog-single-content a {
    color: var(--brand);
    font-weight: 800;
}

.blog-practice-sidebar {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 238, .96)),
        radial-gradient(circle at 100% 0%, rgba(115, 34, 98, .14), transparent 32%);
    border: 1px solid rgba(194, 150, 84, .36);
    border-radius: 8px;
    box-shadow: 0 20px 58px rgba(52, 25, 42, .1);
    padding: 1.35rem;
    position: sticky;
    top: 110px;
}

.blog-practice-sidebar h2 {
    color: #24141e;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.35rem, 1.6vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.blog-practice-sidebar ul {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-practice-sidebar a {
    align-items: center;
    background: rgba(115, 34, 98, .045);
    border: 1px solid rgba(115, 34, 98, .12);
    color: #2a2029;
    display: flex;
    font-size: .94rem;
    font-weight: 800;
    gap: .75rem;
    justify-content: space-between;
    line-height: 1.35;
    padding: .82rem .9rem;
}

.blog-practice-sidebar a:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.blog-practice-sidebar i {
    color: #c29654;
    flex: 0 0 auto;
}

.blog-practice-sidebar a:hover i {
    color: #f1d69f;
}

.practice-pagination {
    bottom: 0 !important;
    text-align: center;
}

.practice-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(194, 150, 84, .28);
    opacity: 1;
    transition: .24s ease;
}

.practice-pagination .swiper-pagination-bullet-active {
    background: #732262;
    width: 46px;
}

.testimonial-swiper {
    overflow: hidden;
    padding: .35rem .35rem 3rem;
}

.testimonial-swiper .swiper-slide {
    height: auto;
}

.testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.testimonial-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto !important;
}

.testimonial-card {
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 248, .94));
    border: 1px solid rgba(194, 150, 84, .42);
    border-radius: 8px;
    padding: clamp(1.35rem, 2.4vw, 2.05rem);
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 44px rgba(52, 25, 42, .08);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.testimonial-card:hover {
    border-color: rgba(194, 150, 84, .72);
    box-shadow: 0 26px 62px rgba(52, 25, 42, .13);
    transform: translateY(-6px);
}

.quote-mark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(115, 34, 98, .08);
    color: #571243;
    font-size: 2rem;
    margin-bottom: 1.25rem;
    position: relative;
}

.quote-mark::after {
    background: linear-gradient(90deg, #c29654 0 44%, transparent 44% 56%, #c29654 56% 100%);
    bottom: -.6rem;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 72px;
}

.testimonial-card p {
    color: #20141c;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    line-height: 1.72;
    margin-bottom: 1.35rem;
    margin-top: .4rem;
}

.testimonial-author {
    border-top: 1px solid rgba(194, 150, 84, .55);
    margin-top: auto;
    padding-top: 1.05rem;
    position: relative;
}

.testimonial-author::before {
    background: #fffaf5;
    border: 1px solid rgba(194, 150, 84, .65);
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
}

.testimonial-author strong {
    display: block;
    color: #571243;
    font-family: "Prata", Georgia, serif;
    font-size: 1.3rem;
}

.testimonial-author span {
    color: #5f6670;
    display: block;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .16em;
    margin-top: .25rem;
    text-transform: uppercase;
}

.testimonial-pagination {
    bottom: 0 !important;
    text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(194, 150, 84, .3);
    opacity: 1;
    transition: .24s ease;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #732262;
    width: 46px;
}

.clients-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(115, 34, 98, .06), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fff9fd 100%);
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.2rem) 0;
    position: relative;
}

.clients-section::after {
    background-image: radial-gradient(rgba(115, 34, 98, .12) 1px, transparent 1px);
    background-size: 12px 12px;
    bottom: -7rem;
    content: "";
    height: 13rem;
    left: 0;
    opacity: .34;
    position: absolute;
    transform: skewY(-7deg);
    width: 100%;
}

.clients-shell {
    position: relative;
    z-index: 1;
}

.clients-heading {
    margin: 0 auto 1.45rem;
    max-width: 760px;
    text-align: center;
}

.clients-heading .section-kicker {
    align-items: center;
    color: #8d2b76;
    display: flex;
    font-size: .86rem;
    justify-content: center;
    letter-spacing: .26em;
    gap: 1.2rem;
}

.clients-heading .section-kicker::before,
.clients-heading .section-kicker::after {
    background: rgba(194, 150, 84, .28);
    content: "";
    height: 1px;
    width: min(120px, 18vw);
}

.clients-heading::after {
    align-items: center;
    background: rgba(115, 34, 98, .06);
    border: 1px solid rgba(115, 34, 98, .1);
    border-radius: 50%;
    color: #8d2b76;
    content: "\F5C1";
    display: inline-grid;
    font-family: "bootstrap-icons";
    height: 38px;
    justify-content: center;
    margin-top: .85rem;
    width: 38px;
}

.clients-heading h2 {
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.95rem, 2.6vw, 3.05rem);
    line-height: 1.12;
    margin: .85rem auto 0;
    max-width: 780px;
}

.clients-heading h2::first-letter {
    color: inherit;
}

.clients-heading h2 span,
.clients-heading h2 em {
    color: #8d2b76;
}

.clients-grid {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(115, 34, 98, .07);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(52, 25, 42, .1);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding: .9rem 1.1rem;
}

.clients-grid div {
    background: transparent;
    border-right: 1px solid rgba(115, 34, 98, .11);
    display: grid;
    min-height: 82px;
    place-items: center;
    padding: .8rem .9rem;
    transition: background .2s ease, transform .2s ease;
}

.clients-grid div:last-child {
    border-right: 0;
}

.clients-grid div:hover {
    background: rgba(115, 34, 98, .035);
}

.clients-grid img {
    max-width: 142px;
    max-height: 54px;
    object-fit: contain;
    transition: transform .2s ease;
}

.clients-grid div:hover img {
    transform: translateY(-2px);
}

.stats-section {
    background:
        linear-gradient(110deg, rgba(115, 34, 98, .52), transparent 26%),
        radial-gradient(circle at 18% 10%, rgba(134, 38, 113, .52), transparent 28%),
        radial-gradient(circle at 78% 0%, rgba(216, 185, 121, .08), transparent 25%),
        linear-gradient(135deg, #170914 0%, #080609 54%, #120811 100%);
    color: #fff;
    padding: clamp(3.4rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 6.5rem);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 46%, rgba(216, 185, 121, .13), transparent 18%),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: auto, 25% 100%;
    border-top: 1px solid rgba(216, 185, 121, .55);
    pointer-events: none;
}

.stats-section::after {
    content: "";
    position: absolute;
    inset: auto 0 1.3rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 185, 121, .72), rgba(216, 185, 121, .08) 48%, rgba(216, 185, 121, .72));
    pointer-events: none;
}

.stats-heading {
    margin-bottom: clamp(2rem, 4vw, 3.4rem);
    position: relative;
    z-index: 1;
    text-align: center;
}

.stats-heading .section-kicker {
    color: #e7c783;
    display: inline-block;
    font-size: clamp(.95rem, 1.4vw, 1.25rem);
    font-weight: 500;
    letter-spacing: .42em;
    position: relative;
    text-align: center;
}

.stats-heading .section-kicker::after {
    background:
        linear-gradient(90deg, transparent, rgba(216, 185, 121, .78), transparent),
        radial-gradient(circle, #e7c783 0 25%, transparent 27%);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: 220px 1px, 18px 18px;
    content: "";
    display: block;
    height: 22px;
    margin: 1rem auto 0;
    width: min(280px, 80vw);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.55rem);
    position: relative;
    z-index: 1;
}

.stat-item {
    align-items: center;
    min-height: clamp(250px, 24vw, 330px);
    padding: clamp(1.4rem, 2.5vw, 2.2rem);
    background:
        radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(255, 255, 255, .16), transparent 32%),
        linear-gradient(145deg, rgba(115, 34, 98, .38), rgba(12, 8, 13, .76) 58%, rgba(20, 10, 18, .88));
    border: 1px solid rgba(216, 185, 121, .78);
    border-radius: 8px;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(14px);
    text-align: center;
    transition: transform .28s ease, border-color .28s ease, background .28s ease, opacity .45s ease, box-shadow .28s ease;
}

.stat-item::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        linear-gradient(90deg, transparent 10%, rgba(255, 255, 255, .18), transparent 34%),
        radial-gradient(circle at 50% 0%, rgba(216, 185, 121, .28), transparent 26%);
    opacity: .75;
    pointer-events: none;
}

.stat-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.stat-item:hover {
    transform: translateY(-7px);
    border-color: #e7c783;
    background:
        radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(216, 185, 121, .22), transparent 34%),
        linear-gradient(145deg, rgba(115, 34, 98, .48), rgba(12, 8, 13, .78) 58%, rgba(20, 10, 18, .9));
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .38),
        0 0 36px rgba(216, 185, 121, .13);
}

.stat-icon {
    align-items: center;
    border: 1px solid rgba(216, 185, 121, .72);
    border-radius: 50%;
    color: #e7c783;
    display: inline-flex;
    font-size: clamp(1.55rem, 2vw, 2rem);
    height: clamp(64px, 6vw, 80px);
    justify-content: center;
    margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
    position: relative;
    width: clamp(64px, 6vw, 80px);
    z-index: 1;
}

.stat-item strong {
    display: flex;
    align-items: flex-start;
    color: #e7c783;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(2.5rem, 4.35vw, 5rem);
    font-weight: 400;
    justify-content: center;
    line-height: .95;
    position: relative;
    text-shadow: 0 4px 22px rgba(216, 185, 121, .22);
    z-index: 1;
}

.stat-item strong::after {
    background: linear-gradient(90deg, transparent, #d8b979, transparent);
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: calc(100% + 1rem);
    transform: translateX(-50%);
    width: 60px;
}

.stat-item em {
    font-family: "Lato", Arial, sans-serif;
    font-size: .45em;
    font-style: normal;
    font-weight: 700;
    margin-left: .18rem;
    margin-top: .25rem;
}

.stat-item p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(.95rem, 1.15vw, 1.1rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 2.25rem 0 0;
    position: relative;
    z-index: 1;
}

.founder-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 251, 246, .94));
    border: 1px solid rgba(194, 150, 84, .36);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(52, 25, 42, .08);
    min-height: 100%;
    overflow: hidden;
    padding: 1rem 1.05rem 1.15rem;
    display: flex;
    flex-direction: column;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.founder-card:hover {
    border-color: rgba(194, 150, 84, .68);
    box-shadow: 0 26px 62px rgba(52, 25, 42, .13);
    transform: translateY(-6px);
}

.founder-photo {
    aspect-ratio: 4 / 4.15;
    border: 1px solid rgba(194, 150, 84, .5);
    border-radius: 7px;
    overflow: hidden;
    background: var(--soft);
    margin-bottom: 1.05rem;
}

.founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.founder-card:hover .founder-photo img {
    transform: scale(1.045);
}

.founder-card h3 {
    color: #132033;
    font-size: clamp(1.45rem, 2vw, 2.2rem);
    margin-bottom: .55rem;
}

.founder-card h3::after {
    background: linear-gradient(90deg, #c29654 0 44%, transparent 44% 56%, #c29654 56% 100%);
    content: "";
    display: block;
    height: 1px;
    margin-top: .65rem;
    width: 110px;
}

.founder-card p {
    color: #732262;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

.founder-card span {
    color: #505a6a;
    display: block;
    line-height: 1.62;
    margin-bottom: .9rem;
}

.founder-social {
    border-top: 1px solid rgba(194, 150, 84, .24);
    display: flex;
    gap: .55rem;
    margin-top: auto;
    padding-top: .85rem;
}

.founder-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(194, 150, 84, .38);
    border-radius: 6px;
    color: var(--brand);
    transition: .2s ease;
}

.founder-social a:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.bottom-cta-strip {
    background:
        radial-gradient(circle at 12% 20%, rgba(115, 34, 98, .5), transparent 32%),
        linear-gradient(135deg, #151015 0%, #070707 60%, #170d14 100%);
    color: #fff;
    padding: clamp(1.65rem, 3vw, 2.35rem) 0;
    position: relative;
    overflow: hidden;
}

.bottom-cta-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 4px solid var(--brand);
    pointer-events: none;
}

.bottom-cta-inner {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.bottom-cta-inner h2 {
    color: #fff;
    font-family: "Prata", Georgia, serif;
    font-size: clamp(1.55rem, 2.7vw, 2.55rem);
    line-height: 1.15;
    margin: .25rem 0 .35rem;
}

.bottom-cta-inner p {
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    margin: 0;
}

.bottom-cta-inner .section-kicker {
    color: #f3c4e9;
}

.bottom-cta-inner .btn {
    border: 0;
    color: var(--brand);
    flex: 0 0 auto;
    font-weight: 900;
    padding: .9rem 1.25rem;
    text-transform: uppercase;
}

.bottom-cta-inner .btn:hover {
    background: var(--brand);
    color: #fff;
}

.consultation-strip {
    background:
        radial-gradient(circle at 76% 0%, rgba(194, 150, 84, .13), transparent 27%),
        radial-gradient(circle at 0% 12%, rgba(115, 34, 98, .08), transparent 25%),
        linear-gradient(150deg, #fffaf2 0%, #fff 46%, #fff8fb 68%, #661b55 68.2%, #2a061f 100%);
    border-top: 1px solid rgba(194, 150, 84, .22);
    overflow: hidden;
    padding: clamp(2.35rem, 4.2vw, 3.8rem) 0;
    position: relative;
}

.consultation-strip::before {
    background:
        radial-gradient(rgba(115, 34, 98, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(194, 150, 84, .08) 1px, transparent 1px);
    background-size: 13px 13px, 120px 100%;
    content: "";
    inset: 0;
    opacity: .24;
    pointer-events: none;
    position: absolute;
}

.consultation-strip::after {
    background: linear-gradient(135deg, rgba(115, 34, 98, .96), rgba(56, 8, 42, .98));
    border-top: 4px solid #c29654;
    bottom: -8rem;
    content: "";
    height: 15rem;
    left: -5%;
    position: absolute;
    transform: rotate(4deg);
    transform-origin: left bottom;
    width: 112%;
}

.consultation-strip .container-xl {
    position: relative;
    z-index: 1;
}

.consultation-strip h2 {
    color: #301323;
    font-size: 2.2rem;
    line-height: 1.1;
    margin: .8rem 0 1rem;
    max-width: 560px;
}

.consultation-strip h2::after {
    background: #c29654;
    content: "";
    display: block;
    height: 1px;
    margin: 1rem auto 0;
    width: 110px;
}

.consultation-strip p {
    color: #3f4148;
    font-size: 1.08rem;
    line-height: 1.62;
    max-width: 470px;
}

.consultation-strip .section-kicker {
    color: #c29654;
    letter-spacing: .28em;
}

.form-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 253, 249, .96));
    border: 1px solid rgba(194, 150, 84, .76);
    border-radius: 8px;
    box-shadow: 0 24px 66px rgba(52, 25, 42, .16);
    padding: clamp(1.5rem, 3vw, 2.35rem);
    position: relative;
}

.form-panel::before {
    align-items: center;
    background: radial-gradient(circle at 30% 20%, rgba(216, 185, 121, .34), transparent 34%), #732262;
    border: 4px solid #fff7e9;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(194, 150, 84, .82), 0 12px 28px rgba(115, 34, 98, .2);
    color: #e7c783;
    content: "\F62F";
    display: grid;
    font-family: "bootstrap-icons";
    font-size: 1.9rem;
    height: 72px;
    left: 50%;
    place-items: center;
    pointer-events: none;
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    width: 72px;
}

.form-panel::after {
    background: linear-gradient(90deg, transparent, #c29654, transparent);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 34px;
    transform: translateX(-50%);
    width: 42%;
}

.form-label {
    color: #28272b;
    font-size: .9rem;
    font-weight: 800;
}

.form-control,
.form-select {
    background-color: rgba(255, 255, 255, .86);
    border: 1px solid rgba(84, 74, 80, .24);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .68);
    font-weight: 500;
    min-height: 52px;
    padding-left: 1rem;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: #c29654;
    box-shadow: 0 0 0 .2rem rgba(194, 150, 84, .16);
}

.consultation-form textarea.form-control {
    min-height: 122px;
}

.consultation-form .btn-brand {
    background: linear-gradient(135deg, #732262, #2b081f);
    border: 1px solid #c29654;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .08), 0 14px 26px rgba(52, 25, 42, .18);
    color: #f7d995;
    font-weight: 800;
    min-height: 58px;
}

.consultation-form .btn-brand:hover {
    background: linear-gradient(135deg, #8a2d75, #39102b);
    border-color: #e1bd71;
    color: #fff;
}

.consultation-benefits {
    border-left: 1px solid #c29654;
    display: grid;
    gap: 1rem;
    margin-top: 1.7rem;
    max-width: 470px;
    padding-left: 1.2rem;
}

.consultation-benefits div {
    align-items: center;
    display: grid;
    gap: .9rem;
    grid-template-columns: 54px 1fr;
}

.consultation-benefits i {
    align-items: center;
    background: radial-gradient(circle at 30% 20%, rgba(216, 185, 121, .32), transparent 34%), #5e174f;
    border: 2px solid #c29654;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(115, 34, 98, .16);
    color: #e7c783;
    display: flex;
    font-size: 1.25rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.consultation-benefits strong {
    color: #301323;
    display: block;
    font-family: "Prata", Georgia, serif;
    font-size: 1rem;
    margin-bottom: .16rem;
}

.consultation-benefits span {
    color: #4e525b;
    display: block;
    font-size: .95rem;
    line-height: 1.45;
}

.site-footer {
    background:
        linear-gradient(135deg, rgba(115, 34, 98, .38), transparent 38%),
        #111;
    color: rgba(255, 255, 255, .72);
    padding: 4rem 0 0;
}

.footer-logo {
    width: min(220px, 60vw);
    filter: brightness(0) invert(1);
}

.site-footer h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.1rem;
}

.site-footer p {
    color: rgba(255, 255, 255, .72);
    margin-bottom: 1.1rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .7rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, .72);
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
}

.footer-contact i {
    color: #d5a4ca;
}

.social-links {
    display: flex;
    gap: .65rem;
    margin-top: 1.2rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.social-links a:hover {
    background: var(--brand);
}

.footer-subscribe {
    margin-top: 1.35rem;
}

.footer-subscribe label {
    color: #fff;
    display: block;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .75rem;
}

.footer-subscribe-row {
    display: flex;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
}

.footer-subscribe-row input {
    background: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    min-width: 0;
    min-height: 48px;
    padding: 0 .9rem;
    outline: 0;
}

.footer-subscribe-row input::placeholder {
    color: rgba(255, 255, 255, .52);
}

.footer-subscribe-row button {
    background: var(--brand);
    border: 0;
    color: #fff;
    flex: 0 0 48px;
}

.footer-subscribe-row button:hover {
    background: #fff;
    color: var(--brand);
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .6);
    font-size: .82rem;
    line-height: 1.65;
    margin-top: 2.25rem;
    padding-top: 1.2rem;
}

.footer-disclaimer strong {
    color: #fff;
    text-transform: uppercase;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 1.2rem;
    padding: 1.2rem 0;
}

.footer-bottom p {
    margin: 0;
    font-size: .9rem;
}

.floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1040;
    display: grid;
    gap: .7rem;
}

.floating-contact-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .24);
    transition: transform .2s ease, box-shadow .2s ease;
}

.floating-contact-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(17, 17, 17, .28);
}

.floating-contact-btn.call {
    background: var(--brand);
}

.floating-contact-btn.whatsapp {
    background: #25d366;
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        padding: 1rem 0 .25rem;
    }

    .navbar-nav {
        align-items: stretch !important;
    }

    .header-cta {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero-simple-swiper,
    .hero-simple-swiper .swiper-wrapper,
    .hero-simple-swiper .swiper-slide {
        height: auto;
    }

    .hero-simple-slide {
        min-height: auto;
        height: auto;
        padding: 3rem 0 3.5rem;
        background-position: center;
    }

    .hero-simple-pagination,
    .hero-slide-progress,
    .hero-premium-stats {
        display: none;
    }

    .hero-simple-content .hero-title {
        font-size: clamp(1.75rem, 6vw, 2.7rem);
    }

    .hero-simple-content .hero-text::before {
        max-width: 280px;
    }

    .hero-slide {
        min-height: auto;
        max-height: none;
        padding: 3rem 0 3.5rem;
    }

    .hero-controls,
    .hero-pagination,
    .hero-visual {
        display: none;
    }

    .logo-strip div {
        min-height: 52px;
    }

    .about-content {
        max-width: none;
    }

    .founders-intro {
        position: static;
    }

    .about-page-sticky {
        position: static;
    }

    .practice-detail-aside {
        position: static;
    }

    .achievement-card {
        grid-template-columns: 1fr;
    }

    .testimonials-page-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .spotlight-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
        width: 100%;
    }

    .spotlight-video-grid,
    .spotlight-publication-grid {
        grid-template-columns: 1fr;
    }

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

    .attorney-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .values-grid article:last-child {
        grid-column: auto;
    }

    .practice-swiper:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .practice-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-single-layout {
        grid-template-columns: 1fr;
    }

    .blog-practice-sidebar {
        position: static;
    }

    .testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonials-section .section-heading h2 {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .clients-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .clients-grid div:nth-child(3n) {
        border-right: 0;
    }

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

    .bottom-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .founders-intro {
        padding-right: 0;
        position: static;
    }

    .founders-intro h2 {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .founder-photo {
        aspect-ratio: 4 / 4;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        position: relative;
    }

    .navbar {
        padding: .65rem 0;
    }

    .hero-slide {
        padding: 2.35rem 0 3rem;
    }

    .hero-simple-slide {
        padding: 2.35rem 0 3rem;
    }

    .hero-title {
        font-size: 2.05rem;
        line-height: 1.08;
        margin: .75rem 0 1rem;
    }

    .container-xl {
        max-width: 100%;
    }

    .inner-hero {
        min-height: auto;
        padding: 3rem 0;
    }

    .blog-single-card {
        padding: 1rem;
    }

    .blog-single-hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.55rem);
    }

    .blog-single-content {
        line-height: 1.7;
    }

    .team-card {
        grid-template-columns: 1fr;
    }

    .team-card img {
        aspect-ratio: 1 / 1;
    }

    .attorney-list-grid {
        grid-template-columns: 1fr;
    }

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

    .consultation-strip {
        padding: 2.4rem 0 2.8rem;
    }

    .consultation-strip::after {
        height: 9rem;
    }

    .consultation-strip h2 {
        font-size: clamp(2rem, 8vw, 2.65rem);
    }

    .consultation-benefits {
        margin-bottom: 1.7rem;
    }

    .form-panel {
        padding: 2.45rem 1rem 1.2rem;
    }

    .form-panel::before {
        height: 58px;
        top: -29px;
        width: 58px;
        font-size: 1.55rem;
    }

    .testimonials-section {
        padding: 2rem 0;
    }

    .testimonials-section .section-heading-row {
        align-items: flex-start;
    }

    .testimonials-section .section-heading h2 {
        font-size: clamp(1.9rem, 7vw, 2.35rem);
    }

    .testimonial-card p {
        font-size: 1rem;
        line-height: 1.62;
    }

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

    .founders-intro .section-kicker {
        gap: .6rem;
        letter-spacing: .16em;
    }

    .founders-intro .section-kicker::after {
        width: 48px;
    }

    .founders-intro p {
        line-height: 1.62;
    }

    .clients-section {
        padding: 2rem 0;
    }

    .clients-heading .section-kicker {
        gap: .75rem;
        letter-spacing: .18em;
    }

    .clients-heading h2 {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
    }

    .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: .45rem;
    }

    .clients-grid div {
        border-right: 1px solid rgba(115, 34, 98, .09);
        min-height: 74px;
        padding: .65rem;
    }

    .clients-grid div:nth-child(2n) {
        border-right: 0;
    }

    .clients-grid img {
        max-height: 44px;
        max-width: 118px;
    }

    .hero-text {
        font-size: .98rem;
        margin-bottom: 1.35rem;
    }

    .hero-actions {
        margin-bottom: 1.5rem;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-metric {
        padding: .85rem;
    }

    .btn-brand,
    .btn-outline-light {
        width: 100%;
    }

    .hero-simple-actions {
        margin-top: 1.35rem;
    }

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

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .practice-controls {
        display: none;
    }

    .testimonial-controls {
        display: none;
    }

    .testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: 1fr;
    }

    .practice-swiper:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: 1fr;
    }

    .practice-page-grid {
        grid-template-columns: 1fr;
    }

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

    .spotlight-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .stat-item {
        min-height: 220px;
    }

    .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logo-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logo-strip-empty {
        display: grid !important;
        background: #fff;
    }

    .floating-contact {
        right: 12px;
        bottom: 12px;
        gap: .55rem;
    }

    .floating-contact-btn {
        width: 48px;
        height: 48px;
        font-size: 1.18rem;
    }

    .clients-grid div {
        min-height: 86px;
    }

    .about-image-wrap {
        padding: .65rem 0 .65rem .65rem;
    }

    .about-image-wrap::before {
        inset: 0 1.5rem 0 0;
    }

    .about-image-wrap::after {
        display: none;
    }

    .about-seal {
        bottom: 1.4rem;
        font-size: 1.45rem;
        height: 64px;
        left: 1.5rem;
        width: 64px;
    }

    .intro-section::after,
    .home-about-section::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .hero-section .hero-visual {
        display: none !important;
    }
}

.disclaimer-open {
    overflow: hidden;
}

.disclaimer-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 2000;
}

.disclaimer-modal.is-visible {
    display: flex;
}

.disclaimer-modal__backdrop {
    background: rgba(8, 8, 10, .76);
    backdrop-filter: blur(3px);
    inset: 0;
    position: absolute;
}

.disclaimer-modal__dialog {
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
    max-height: calc(100vh - 4rem);
    max-width: 720px;
    overflow: auto;
    position: relative;
    transform: translateY(4vh);
    width: min(100%, 720px);
}

.disclaimer-modal__header {
    background: var(--brand);
    color: #fff;
    padding: .85rem 1.25rem;
    text-align: center;
}

.disclaimer-modal__header h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.disclaimer-modal__body {
    color: #141414;
    font-size: .94rem;
    line-height: 1.62;
    padding: 1.45rem 1.75rem .65rem;
}

.disclaimer-modal__body p {
    margin-bottom: .8rem;
}

.disclaimer-modal__body ul {
    margin: .9rem 0 0;
    padding-left: 1.4rem;
}

.disclaimer-modal__body li {
    margin-bottom: .5rem;
}

.disclaimer-modal__actions {
    display: flex;
    gap: .75rem;
    justify-content: center;
    padding: .65rem 1.75rem 1.45rem;
}

.btn-decline {
    background: #151515;
    border: 1px solid #151515;
    color: #fff;
    font-weight: 700;
    padding: .85rem 1.45rem;
}

.btn-decline:hover,
.btn-decline:focus {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

@media (max-width: 575.98px) {
    .disclaimer-modal {
        align-items: center;
        padding: .85rem;
    }

    .disclaimer-modal__dialog {
        max-height: calc(100vh - 1.7rem);
        transform: translateY(1.5vh);
    }

    .disclaimer-modal__header {
        padding: .85rem 1rem;
    }

    .disclaimer-modal__body {
        font-size: .94rem;
        line-height: 1.62;
        padding: 1.25rem 1rem .5rem;
    }

    .disclaimer-modal__actions {
        flex-direction: column;
        padding: .75rem 1rem 1.25rem;
    }

    .disclaimer-modal__actions .btn {
        width: 100%;
    }
}
