:root {
    --burgundy: #681d2e;
    --burgundy-dark: #3e0e19;
    --gold: #b49358;
    --cream: #eee7dc;
    --paper: #f8f5ef;
    --white: #ffffff;
    --ink: #171514;
    --soft: #706a65;
    --muted: #98918a;
    --line: #dcd5cb;
    --dark-line: rgba(255, 255, 255, 0.14);
    --container: 1360px;
    --font-body: "DM Sans", sans-serif;
    --font-display: "Libre Caslon Display", serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

.wide-container {
    width: min(calc(100% - 64px), var(--container));
    margin-inline: auto;
}

.section-label {
    color: var(--burgundy);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.demo-bar {
    position: relative;
    z-index: 1200;
    background: #18070b;
    color: rgba(255, 255, 255, 0.62);
}

.demo-bar-inner {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}

.demo-bar a {
    color: #d9bd8d;
    display: inline-flex;
    gap: 8px;
    font-weight: 700;
}

.site-header {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 21px 0;
    color: var(--white);
}

.site-header.scrolled {
    position: fixed;
    top: 0;
    background: rgba(35, 9, 15, 0.96);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-symbol {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #dbc49b;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 22px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.brand-copy small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 7px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 27px;
}

.navigation > a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
}

.navigation > a:hover {
    color: var(--white);
}

.header-consultation {
    padding-left: 25px;
    border-left: 1px solid var(--dark-line);
    display: inline-flex;
    gap: 14px;
}

.menu-button {
    display: none;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
}

.menu-button span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 6px auto;
    background: var(--white);
}

.hero-section {
    position: relative;
    min-height: 930px;
    color: var(--white);
    overflow: hidden;
}

.hero-image,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-image img {
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(28, 7, 12, 0.96),
            rgba(28, 7, 12, 0.66) 60%,
            rgba(28, 7, 12, 0.25)
        ),
        linear-gradient(
            to top,
            rgba(28, 7, 12, 0.72),
            transparent 45%
        );
}

.hero-layout {
    position: relative;
    z-index: 2;
    min-height: 760px;
    padding-top: 190px;
    display: grid;
    grid-template-columns: 75px 1fr 270px;
    align-items: center;
    gap: 55px;
}

.hero-index {
    color: rgba(255, 255, 255, 0.38);
    font-family: var(--font-display);
    font-size: 42px;
}

.hero-label {
    color: #dec69a;
    font-size: 9px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.hero-content h1 {
    max-width: 850px;
    margin-top: 24px;
    font-family: var(--font-display);
    font-size: clamp(76px, 9vw, 132px);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.05em;
}

.hero-content h1 em {
    display: block;
    color: #ddc6a0;
    font-weight: 400;
}

.hero-content > p {
    max-width: 590px;
    margin-top: 31px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 15px;
}

.hero-actions {
    margin-top: 37px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.primary-button {
    min-height: 53px;
    padding: 0 20px;
    background: var(--gold);
    color: #21130d;
    display: inline-flex;
    align-items: center;
    gap: 27px;
    font-size: 11px;
    font-weight: 700;
}

.text-button {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    display: inline-flex;
    gap: 20px;
    font-size: 10px;
}

.hero-note {
    padding-left: 26px;
    border-left: 1px solid var(--dark-line);
}

.hero-note > span {
    color: #d9bd8d;
    font-size: 8px;
    text-transform: uppercase;
}

.hero-note strong {
    display: block;
    margin-top: 20px;
    font-family: var(--font-display);
    font-size: 57px;
    font-weight: 400;
}

.hero-note p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.hero-footer {
    position: relative;
    z-index: 3;
    padding: 23px 0;
    border-top: 1px solid var(--dark-line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hero-footer div {
    display: flex;
    flex-direction: column;
}

.hero-footer span {
    color: #d4b987;
    font-size: 8px;
    text-transform: uppercase;
}

.hero-footer strong {
    margin-top: 4px;
    font-size: 11px;
}

.firm-section {
    padding: 145px 0 0;
}

.firm-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 100px;
}

.firm-heading h2,
.practice-heading h2,
.case-content h2,
.lawyers-heading h2,
.principles-layout h2,
.insights-heading h2,
.consultation-copy h2,
.contact-information h2 {
    max-width: 820px;
    margin-top: 17px;
    font-family: var(--font-display);
    font-size: clamp(52px, 6vw, 84px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.firm-copy p {
    margin-bottom: 24px;
    color: var(--soft);
    font-size: 14px;
}

.firm-image-strip {
    margin-top: 90px;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
}

.firm-image-strip figure img {
    height: 650px;
    object-fit: cover;
}

.firm-statistics {
    padding: 60px;
    background: var(--burgundy-dark);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.firm-statistics article {
    padding: 30px 0;
    border-bottom: 1px solid var(--dark-line);
}

.firm-statistics strong,
.firm-statistics span {
    display: block;
}

.firm-statistics strong {
    font-family: var(--font-display);
    font-size: 46px;
    font-weight: 400;
}

.firm-statistics span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
}

.practice-section {
    padding: 135px 0;
    background: var(--cream);
}

.practice-heading {
    width: min(calc(100% - 64px), var(--container));
    margin: 0 auto 55px;
}

.practice-list {
    border-top: 1px solid var(--line);
}

.practice-item {
    padding: 32px max(32px, calc((100vw - var(--container)) / 2));
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 80px 1fr 1.2fr 170px;
    align-items: center;
    gap: 35px;
    transition: background 0.2s ease;
}

.practice-item:hover {
    background: var(--white);
}

.practice-number {
    color: var(--burgundy);
    font-size: 10px;
}

.practice-item h3 {
    font-family: var(--font-display);
    font-size: 27px;
    font-weight: 400;
}

.practice-item p {
    color: var(--soft);
    font-size: 11px;
}

.practice-item a {
    display: flex;
    justify-content: space-between;
    color: var(--burgundy);
    font-size: 9px;
    font-weight: 700;
}

.case-section {
    min-height: 800px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
}

.case-image img {
    height: 100%;
    object-fit: cover;
}

.case-content {
    padding: 100px 7vw;
    background: var(--burgundy-dark);
    color: var(--white);
}

.case-content .section-label {
    color: #d5bb8d;
}

.case-content h2 {
    color: var(--white);
}

.case-list {
    margin-top: 55px;
}

.case-list article {
    padding: 25px 0;
    border-top: 1px solid var(--dark-line);
}

.case-list span {
    color: #d5bb8d;
    font-size: 8px;
    text-transform: uppercase;
}

.case-list p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

.lawyers-section {
    padding: 135px 0;
}

.lawyers-heading {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.lawyers-heading > p {
    max-width: 410px;
    color: var(--soft);
}

.lawyer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.lawyer-card {
    border: 1px solid var(--line);
    background: var(--white);
}

.lawyer-image {
    height: 440px;
    overflow: hidden;
}

.lawyer-image img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.72);
    transition: transform 0.65s ease;
}

.lawyer-card:hover img {
    transform: scale(1.04);
}

.lawyer-information {
    padding: 26px;
}

.lawyer-information > span {
    color: var(--burgundy);
    font-size: 8px;
    text-transform: uppercase;
}

.lawyer-information h3 {
    margin-top: 6px;
    font-family: var(--font-display);
    font-size: 27px;
    font-weight: 400;
}

.lawyer-information p {
    margin-top: 5px;
    color: var(--soft);
    font-size: 10px;
}

.lawyer-information a {
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    color: var(--burgundy);
    font-size: 9px;
}

.principles-section {
    padding: 130px 0;
    background: var(--ink);
    color: var(--white);
}

.principles-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 95px;
}

.principles-layout .section-label {
    color: #d8bf91;
}

.principles-layout h2 {
    color: var(--white);
}

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

.principles-list article {
    min-height: 260px;
    padding: 30px;
    border-top: 1px solid var(--dark-line);
    border-left: 1px solid var(--dark-line);
}

.principles-list span {
    color: #d2b784;
    font-size: 9px;
}

.principles-list h3 {
    margin-top: 50px;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 400;
}

.principles-list p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
}

.insights-section {
    padding: 135px 0;
}

.insights-heading {
    margin-bottom: 50px;
}

.insight-grid {
    border-top: 1px solid var(--line);
}

.insight-card {
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 70px 1fr 45px;
    align-items: center;
    gap: 28px;
}

.insight-index {
    color: var(--burgundy);
    font-size: 10px;
}

.insight-category {
    color: var(--burgundy);
    font-size: 8px;
    text-transform: uppercase;
}

.insight-card h3 {
    max-width: 850px;
    margin-top: 7px;
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 400;
}

.insight-card small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
}

.insight-card > a {
    font-size: 20px;
}

.consultation-section {
    padding: 140px 0;
    background: var(--cream);
}

.consultation-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 100px;
}

.consultation-copy > p {
    margin-top: 23px;
    color: var(--soft);
}

.confidentiality-note {
    margin-top: 40px;
    padding: 20px;
    border-left: 3px solid var(--burgundy);
    background: rgba(255, 255, 255, 0.55);
}

.confidentiality-note span {
    color: var(--burgundy);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.confidentiality-note p {
    margin-top: 7px;
    color: var(--soft);
    font-size: 10px;
}

.consultation-form {
    padding: 42px;
    background: var(--white);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--soft);
    font-size: 9px;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--line);
    outline: none;
    background: transparent;
    color: var(--ink);
}

.form-field input,
.form-field select {
    height: 49px;
}

.form-field textarea {
    min-height: 120px;
    padding-top: 12px;
    resize: vertical;
}

.consultation-form button {
    width: 100%;
    min-height: 57px;
    border: none;
    background: var(--burgundy);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 11px;
    font-weight: 700;
}

.form-message {
    min-height: 18px;
    margin-top: 12px;
    color: var(--burgundy);
    font-size: 10px;
    text-align: center;
}

.contact-section {
    min-height: 690px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
}

.contact-information {
    padding: 100px 7vw;
    background: var(--burgundy-dark);
    color: var(--white);
}

.contact-information .section-label {
    color: #d7bb88;
}

.contact-information h2 {
    color: var(--white);
}

.contact-details {
    margin: 45px 0;
}

.contact-details div {
    padding: 17px 0;
    border-top: 1px solid var(--dark-line);
}

.contact-details span,
.contact-details strong {
    display: block;
}

.contact-details span {
    color: #d6bb8b;
    font-size: 8px;
    text-transform: uppercase;
}

.contact-details strong {
    margin-top: 5px;
    font-size: 11px;
}

.contact-information > a {
    padding-bottom: 7px;
    border-bottom: 1px solid var(--white);
    display: inline-flex;
    gap: 23px;
    font-size: 10px;
}

.contact-image img {
    height: 100%;
    object-fit: cover;
}

.site-footer {
    padding: 85px 0 24px;
    background: #18070b;
    color: var(--white);
}

.footer-grid {
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 50px;
}

.footer-about p {
    max-width: 360px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column > span {
    margin-bottom: 9px;
    color: #d3b581;
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-column a,
.footer-column p {
    color: rgba(255, 255, 255, 0.47);
    font-size: 10px;
}

.footer-bottom {
    padding-top: 22px;
    border-top: 1px solid var(--dark-line);
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.33);
    font-size: 9px;
}

.footer-bottom a {
    display: inline-flex;
    gap: 8px;
}

.floating-consultation {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 900;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--gold);
    color: #27140f;
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: 700;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.floating-consultation span {
    display: block;
}

@media (max-width: 1000px) {
    .menu-button {
        display: block;
    }

    .navigation {
        position: fixed;
        top: 100px;
        left: 24px;
        right: 24px;
        padding: 25px;
        background: rgba(35, 9, 15, 0.99);
        display: none;
        flex-direction: column;
        align-items: stretch;
    }

    .navigation.open {
        display: flex;
    }

    .header-consultation {
        padding: 14px 0 0;
        border-left: none;
        border-top: 1px solid var(--dark-line);
    }

    .hero-layout {
        grid-template-columns: 60px 1fr;
    }

    .hero-note {
        display: none;
    }

    .firm-layout,
    .principles-layout,
    .consultation-layout {
        grid-template-columns: 1fr;
    }

    .practice-item {
        grid-template-columns: 55px 1fr;
    }

    .practice-item p,
    .practice-item a {
        grid-column: 2;
    }

    .case-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

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

    .lawyer-card:last-child {
        grid-column: 1 / 3;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .footer-column:last-child {
        grid-column: 2 / 4;
    }
}

@media (max-width: 680px) {
    .wide-container {
        width: min(calc(100% - 28px), var(--container));
    }

    .demo-bar-inner {
        min-height: 49px;
        font-size: 8px;
    }

    .site-header {
        top: 49px;
    }

    .site-header.scrolled {
        top: 0;
    }

    .hero-section {
        min-height: 880px;
    }

    .hero-layout {
        min-height: 700px;
        padding-top: 160px;
        grid-template-columns: 1fr;
    }

    .hero-index {
        display: none;
    }

    .hero-content h1 {
        font-size: 64px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .primary-button {
        justify-content: center;
    }

    .hero-footer {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .firm-section,
    .practice-section,
    .lawyers-section,
    .principles-section,
    .insights-section,
    .consultation-section {
        padding: 82px 0;
    }

    .firm-image-strip {
        grid-template-columns: 1fr;
    }

    .firm-image-strip figure img {
        height: 440px;
    }

    .firm-statistics {
        padding: 35px 24px;
    }

    .practice-heading {
        width: min(calc(100% - 28px), var(--container));
    }

    .practice-item {
        padding: 28px 14px;
    }

    .case-image {
        min-height: 430px;
    }

    .case-content {
        padding: 75px 24px;
    }

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

    .lawyer-grid,
    .principles-list {
        grid-template-columns: 1fr;
    }

    .lawyer-card:last-child {
        grid-column: auto;
    }

    .lawyer-image {
        height: 390px;
    }

    .insight-card {
        grid-template-columns: 45px 1fr;
    }

    .insight-card > a {
        display: none;
    }

    .consultation-form {
        padding: 27px 19px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-image {
        min-height: 430px;
    }

    .contact-information {
        padding: 75px 24px;
    }

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

    .footer-about {
        grid-column: 1 / 3;
    }

    .footer-column:last-child {
        grid-column: 1 / 3;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .floating-consultation {
        width: 64px;
        height: 64px;
        right: 14px;
        bottom: 14px;
    }
}
