/*
Theme Name: Dahan Kalendarov Law v2
Theme URI: https://testwp-52.ngf.co.il/
Author: NGF
Description: תבנית עצמאית, עריכה ונגישה עבור דהן קלנדרוב ושות׳.
Version: 2.1.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: dahan-kalendarov-law-v2
*/

@font-face {
    font-family: "DK Serif Hebrew";
    src: url("assets/fonts/noto-serif-hebrew.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
}

:root {
    --dk-royal: #053049;
    --dk-deep: #031e2e;
    --dk-blue: #0b3d56;
    --dk-gold: #d2be6c;
    --dk-gold-light: #e8da8c;
    --dk-gold-dark: #8c6a20;
    --dk-gold-text: #805c17;
    --dk-ivory: #fbf8f1;
    --dk-parchment: #f2e9d9;
    --dk-ink: #102b3a;
    --dk-muted: #4a5e67;
    --dk-white: #fff;
    --dk-danger: #a12622;
    --dk-success: #23613e;
    --dk-border: rgba(5, 48, 73, 0.18);
    --dk-shadow: 0 24px 65px rgba(3, 30, 46, 0.12);
    --dk-radius-sm: 0.75rem;
    --dk-radius: 1.35rem;
    --dk-radius-lg: 2.25rem;
    --dk-container: 77.5rem;
    --dk-header-height: 5.75rem;
    --dk-font-heading: "DK Serif Hebrew", "Times New Roman", serif;
    --dk-font-body: Arial, "Noto Sans Hebrew", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-x: clip;
    color: var(--dk-ink);
    background: var(--dk-ivory);
    font-family: var(--dk-font-body);
    font-size: 1rem;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.menu-is-open {
    overflow: hidden;
}

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

img {
    height: auto;
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.2em;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 0.2rem solid var(--dk-gold-light);
    outline-offset: 0.2rem;
    box-shadow: 0 0 0 0.42rem var(--dk-deep);
}

::selection {
    color: var(--dk-deep);
    background: var(--dk-gold-light);
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
    margin-block-start: 0;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

.screen-reader-text,
.hp-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    z-index: 100000;
    inset-block-start: 0.75rem;
    inset-inline-start: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    font-weight: 700;
    border-radius: 0.5rem;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.dk-v2-container {
    width: min(calc(100% - 2.5rem), var(--dk-container));
    margin-inline: auto;
}

.section {
    position: relative;
    padding-block: clamp(5rem, 9vw, 8rem);
    scroll-margin-top: calc(var(--dk-header-height) + 1.25rem);
}

.section-heading {
    max-width: 50rem;
    margin-block-end: clamp(2.5rem, 5vw, 4.25rem);
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.section-title {
    margin-block-end: 1rem;
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.25rem, 4.8vw, 4.45rem);
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.section-heading p {
    max-width: 46rem;
    margin-block-end: 0;
    color: var(--dk-muted);
    font-size: clamp(1.04rem, 1.4vw, 1.22rem);
    line-height: 1.85;
}

.section-heading--center p {
    margin-inline: auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-block-end: 1rem;
    color: var(--dk-gold-text);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 2.75rem;
    height: 1px;
    content: "";
    background: currentColor;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.dk-v2-button,
.dk-button,
.lead-form__submit {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.85rem 1.55rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.dk-v2-button:hover,
.dk-button:hover,
.lead-form__submit:hover {
    transform: translateY(-2px);
}

.dk-v2-button--primary,
.dk-button--primary,
.lead-form__submit {
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border-color: var(--dk-gold-light);
    box-shadow: 0 0.8rem 2rem rgba(3, 30, 46, 0.2);
}

.dk-v2-button--primary:hover,
.dk-button--primary:hover,
.lead-form__submit:hover {
    background: var(--dk-white);
    border-color: var(--dk-white);
}

.dk-v2-button--ghost,
.dk-v2-button--outline,
.dk-button--ghost {
    color: var(--dk-white);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.55);
}

.dk-v2-button--ghost:hover,
.dk-v2-button--outline:hover,
.dk-button--ghost:hover {
    color: var(--dk-deep);
    background: var(--dk-white);
    border-color: var(--dk-white);
}

/* Header */
.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    min-height: var(--dk-header-height);
    color: var(--dk-white);
    background: rgba(3, 30, 46, 0.96);
    background: color-mix(in srgb, var(--dk-deep) 94%, transparent);
    border-block-end: 1px solid rgba(232, 218, 140, 0.24);
    box-shadow: 0 0.75rem 2.5rem rgba(3, 30, 46, 0.2);
}

.admin-bar .site-header {
    inset-block-start: 32px;
}

.site-header__inner {
    min-height: var(--dk-header-height);
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) auto auto;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.5rem);
}

.site-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
}

.site-brand__mark {
    width: 3.45rem;
    height: 3.45rem;
    flex: 0 0 3.45rem;
    object-fit: contain;
    filter: drop-shadow(0 0.35rem 0.75rem rgba(0, 0, 0, 0.28));
}

.site-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-brand__names {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.site-brand__name {
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.05rem, 1.5vw, 1.34rem);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.site-brand__name-en {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
}

.site-navigation__list {
    display: flex;
    align-items: center;
    gap: clamp(0.9rem, 1.55vw, 1.65rem);
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-navigation a {
    position: relative;
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.91rem;
    font-weight: 700;
    text-decoration: none;
}

.site-navigation a::after {
    position: absolute;
    inset: auto 0 0.35rem;
    height: 1px;
    content: "";
    background: var(--dk-gold-light);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.site-navigation a:hover::after,
.site-navigation a:focus-visible::after {
    transform: scaleX(1);
}

.site-header__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding-inline: 1.3rem;
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: var(--dk-white);
    background: transparent;
    border: 1px solid rgba(232, 218, 140, 0.48);
    border-radius: 50%;
    cursor: pointer;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
    display: block;
    width: 1.25rem;
    height: 2px;
    margin-inline: auto;
    content: "";
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__icon::before {
    transform: translateY(-0.4rem);
}

.menu-toggle__icon::after {
    transform: translateY(0.28rem);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
    background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
    transform: translateY(0.1rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
    transform: translateY(0) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    z-index: 999;
    inset: var(--dk-header-height) 0 0;
    display: none;
    padding: 2rem max(1.25rem, calc((100vw - var(--dk-container)) / 2));
    color: var(--dk-white);
    background: var(--dk-deep);
    overflow-y: auto;
}

.admin-bar .mobile-menu {
    inset-block-start: calc(var(--dk-header-height) + 32px);
}

.mobile-menu.is-open,
.mobile-menu[aria-hidden="false"],
.mobile-menu:not([hidden]) {
    display: block;
}

.mobile-menu ul {
    display: grid;
    padding: 0;
    margin: 0 0 2rem;
    list-style: none;
}

.mobile-menu a:not(.mobile-menu__call) {
    display: flex;
    min-height: 3.75rem;
    align-items: center;
    color: var(--dk-white);
    border-block-end: 1px solid rgba(255, 255, 255, 0.13);
    font-family: var(--dk-font-heading);
    font-size: 1.45rem;
    text-decoration: none;
}

.mobile-menu__call {
    width: 100%;
}

/* Hero */
.home-hero {
    position: relative;
    min-height: clamp(48rem, 92vh, 60rem);
    display: grid;
    align-items: center;
    color: var(--dk-white);
    background: var(--dk-deep);
    isolation: isolate;
    overflow: hidden;
}

.home-hero__media,
.home-hero__overlay {
    position: absolute;
    inset: 0;
}

.home-hero__media {
    inset-inline: auto;
    left: 0;
    right: auto;
    width: 66%;
}

.home-hero__media img,
.home-hero__media picture {
    width: 100%;
    height: 100%;
}

.home-hero__media img {
    object-fit: cover;
    object-position: 50% center;
}

.home-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 30, 46, 0.08) 0%, rgba(3, 30, 46, 0.24) 48%, rgba(3, 30, 46, 0.88) 88%, var(--dk-deep) 100%),
        linear-gradient(180deg, rgba(3, 30, 46, 0.32) 0%, transparent 34%, rgba(3, 30, 46, 0.58) 100%);
}

.home-hero::after {
    position: absolute;
    z-index: 2;
    inset-block: 12rem 4rem;
    left: 63.5%;
    width: 1px;
    content: "";
    background: linear-gradient(transparent, var(--dk-gold), transparent);
    opacity: 0.72;
}

.home-hero__inner {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 2.5rem), var(--dk-container));
    padding-block: calc(var(--dk-header-height) + 4.5rem) clamp(3.5rem, 7vh, 5.5rem);
    margin-inline: auto;
}

.home-hero__content {
    width: min(39rem, 47%);
    margin-inline: 0 auto;
    text-align: start;
}

.home-hero .eyebrow {
    color: var(--dk-gold-light);
}

.home-hero h1 {
    max-width: 39rem;
    margin-block-end: 1.5rem;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(3rem, 4.6vw, 5.2rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.home-hero__lead {
    max-width: 37rem;
    margin-block-end: 2rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.04rem, 1.45vw, 1.25rem);
    line-height: 1.82;
}

.home-hero__actions {
    margin-block-end: 2.4rem;
}

.home-hero__trust,
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    padding: 1.2rem 0 0;
    margin: 0;
    border-block-start: 1px solid rgba(232, 218, 140, 0.38);
    list-style: none;
}

.home-hero__trust li,
.hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.91rem;
    font-weight: 700;
}

.home-hero__trust li::before,
.hero-trust li::before {
    width: 0.45rem;
    height: 0.45rem;
    flex: 0 0 auto;
    content: "";
    background: var(--dk-gold-light);
    border-radius: 50%;
    box-shadow: 0 0 0 0.25rem rgba(232, 218, 140, 0.13);
}

/* Services */
.services-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(210, 190, 108, 0.12), transparent 23rem),
        var(--dk-ivory);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.75rem);
}

.service-card {
    position: relative;
    grid-column: span 2;
    min-width: 0;
    color: var(--dk-ink);
    background: var(--dk-white);
    border: 1px solid var(--dk-border);
    border-radius: var(--dk-radius);
    box-shadow: 0 1rem 2.5rem rgba(3, 30, 46, 0.07);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.service-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.service-card:hover,
.service-card:focus-within {
    border-color: rgba(140, 106, 32, 0.52);
    box-shadow: var(--dk-shadow);
    transform: translateY(-0.35rem);
}

.service-card__visual {
    position: relative;
    aspect-ratio: 16 / 10;
    margin: 0;
    background: var(--dk-blue);
    overflow: hidden;
}

.service-card__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 35%, rgba(3, 30, 46, 0.62));
    pointer-events: none;
}

.service-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.service-card:hover .service-card__visual img {
    transform: scale(1.035);
}

.service-card__number {
    position: absolute;
    z-index: 1;
    inset-block-end: 0.85rem;
    inset-inline-start: 1rem;
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: 0.95rem;
    font-weight: 700;
}

.service-card__content {
    padding: clamp(1.4rem, 2.6vw, 2rem);
}

.service-card h3 {
    margin-block-end: 0.85rem;
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.45rem, 2.2vw, 2.05rem);
    font-weight: 700;
    line-height: 1.2;
}

.service-card p {
    margin-block-end: 1.25rem;
    color: var(--dk-muted);
    line-height: 1.75;
}

.service-card__link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.55rem;
    color: var(--dk-gold-dark);
    font-weight: 800;
}

.service-card__link::after {
    content: "←";
    font-size: 1.15rem;
}

/* Experience advantage */
.advantage-section {
    color: var(--dk-white);
    background:
        linear-gradient(135deg, transparent 0 72%, rgba(210, 190, 108, 0.08) 72% 74%, transparent 74%),
        var(--dk-royal);
    overflow: hidden;
}

.advantage-section::before {
    position: absolute;
    inset-block: 0;
    inset-inline-end: max(0px, calc((100vw - var(--dk-container)) / 2));
    width: clamp(5rem, 13vw, 12rem);
    content: "";
    border-inline: 1px solid rgba(232, 218, 140, 0.18);
    transform: skewX(-12deg);
}

.advantage-section__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.8fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
}

.advantage-section__mark {
    position: relative;
    width: min(100%, 19rem);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-inline: auto;
    background: rgba(3, 30, 46, 0.42);
    border: 1px solid rgba(232, 218, 140, 0.42);
    border-radius: 50%;
}

.advantage-section__mark::before,
.advantage-section__mark::after {
    position: absolute;
    inset: 10%;
    content: "";
    border: 1px solid rgba(232, 218, 140, 0.24);
    border-radius: 50%;
}

.advantage-section__mark::after {
    inset: -8%;
    border-color: rgba(232, 218, 140, 0.14);
}

.advantage-section__mark img {
    width: 58%;
    height: 58%;
    object-fit: contain;
}

.advantage-section__content {
    position: relative;
    max-width: 49rem;
}

.advantage-section .eyebrow {
    color: var(--dk-gold-light);
}

.advantage-section h2 {
    margin-block-end: 1.4rem;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.35rem, 4.8vw, 4.5rem);
    font-weight: 600;
    line-height: 1.1;
}

.advantage-section p {
    margin-block-end: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 1.5vw, 1.24rem);
    line-height: 1.9;
}

.advantage-section__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    margin: 2rem 0 2.25rem;
    list-style: none;
}

.advantage-section__points li {
    position: relative;
    padding: 0.9rem 2rem 0.9rem 0.8rem;
    color: var(--dk-white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(232, 218, 140, 0.28);
    border-radius: 0.7rem;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.advantage-section__points li::before {
    position: absolute;
    inset-block-start: 1.25rem;
    inset-inline-start: 0.85rem;
    width: 0.45rem;
    height: 0.45rem;
    content: "";
    background: var(--dk-gold-light);
    border-radius: 50%;
}

/* Attorneys */
.attorneys-section {
    background:
        linear-gradient(rgba(140, 106, 32, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 106, 32, 0.08) 1px, transparent 1px),
        var(--dk-parchment);
    background-size: 5.5rem 5.5rem;
}

.attorneys-section .eyebrow {
    color: var(--dk-royal);
}

.attorneys-section .section-heading {
    max-width: 52rem;
    display: block;
    margin-inline: auto;
    margin-block-end: clamp(2.75rem, 5vw, 4.25rem);
    text-align: center;
}

.attorneys-section .section-heading .eyebrow {
    margin-block-end: 1rem;
}

.attorneys-section .section-heading h2 {
    margin-block-end: 1rem;
}

.attorneys-section .section-heading > p:last-child {
    max-width: 45rem;
    margin-inline: auto;
}

.attorneys-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    max-width: 84rem;
    margin-inline: auto;
    background: var(--dk-deep);
    border: 1px solid rgba(140, 106, 32, 0.5);
    border-radius: clamp(1.25rem, 2.5vw, 2rem);
    box-shadow: 0 2rem 5rem rgba(3, 30, 46, 0.18);
    isolation: isolate;
    overflow: hidden;
}

.attorney-profile {
    display: flex;
    min-height: 0;
    flex-direction: column;
    color: var(--dk-white);
    background: var(--dk-deep);
    overflow: hidden;
}

.attorney-profile + .attorney-profile {
    border-inline-start: 1px solid rgba(232, 218, 140, 0.38);
}

.attorney-profile__portrait {
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 0;
    background:
        radial-gradient(circle at 50% 38%, rgba(232, 218, 140, 0.2), transparent 38%),
        linear-gradient(145deg, var(--dk-blue), var(--dk-deep));
    overflow: hidden;
}

.attorney-profile__portrait::before {
    position: absolute;
    z-index: 0;
    inset: 12%;
    content: "";
    background: url("assets/images/brand-mark-transparent-v2.png") center / contain no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.attorney-profile__portrait::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, transparent 72%, rgba(3, 30, 46, 0.48)),
        linear-gradient(90deg, rgba(3, 30, 46, 0.14), transparent 24%, transparent 76%, rgba(3, 30, 46, 0.14));
    pointer-events: none;
}

.attorney-profile__portrait img {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

.attorney-profile__content {
    position: relative;
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(2.2rem, 3.2vw, 3.35rem);
    padding-block-start: clamp(3.25rem, 4.5vw, 4rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(210, 190, 108, 0.12), transparent 17rem),
        linear-gradient(180deg, var(--dk-blue), var(--dk-deep));
    border-block-start: 1px solid rgba(232, 218, 140, 0.42);
}

.attorney-profile__number {
    position: absolute;
    inset-block-start: -2rem;
    inset-inline-start: clamp(1.25rem, 2.5vw, 2.25rem);
    width: 4.25rem;
    height: 4.25rem;
    display: grid;
    place-items: center;
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border: 0.35rem solid var(--dk-deep);
    border-radius: 50%;
    box-shadow: 0 0.8rem 1.8rem rgba(3, 30, 46, 0.34);
    font-family: var(--dk-font-heading);
    font-size: 1.45rem;
    font-weight: 750;
    line-height: 1;
    pointer-events: none;
}

.attorney-profile__role {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 0 0 0.55rem;
    margin-block-end: 0.9rem;
    color: var(--dk-gold-light);
    background: transparent;
    border: 0;
    border-block-end: 1px solid rgba(232, 218, 140, 0.42);
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.attorney-profile h3 {
    position: relative;
    max-width: 92%;
    margin-block-end: 1.4rem;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.35rem, 3.2vw, 3.45rem);
    font-weight: 650;
    line-height: 1.04;
    text-wrap: balance;
}

.attorney-profile h3::after {
    display: block;
    width: 3.25rem;
    height: 2px;
    margin-block-start: 1rem;
    content: "";
    background: linear-gradient(90deg, transparent, var(--dk-gold-light));
}

.attorney-profile__bio {
    position: relative;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.08vw, 1.09rem);
    line-height: 1.82;
    text-wrap: pretty;
}

.attorney-profile__bio p + p {
    padding-block-start: 1.1rem;
    margin-block-start: 1.1rem;
    border-block-start: 1px solid rgba(232, 218, 140, 0.22);
}

.attorney-profile__bio p:last-child {
    margin-block-end: 0;
}

/* Commitment motion */
.commitment-section {
    min-height: 48rem;
    display: grid;
    place-items: center;
    color: var(--dk-white);
    background:
        radial-gradient(circle at center, rgba(11, 61, 86, 0.9) 0 24%, transparent 55%),
        var(--dk-deep);
    overflow: hidden;
}

.commitment-section__inner {
    width: 100%;
    text-align: center;
}

.commitment-section .section-heading h2,
.commitment-section .section-title {
    color: var(--dk-white);
}

.commitment-section .eyebrow {
    color: var(--dk-gold-light);
}

.commitment-orbit {
    position: relative;
    width: min(44rem, 82vw);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin: 1rem auto;
    border: 1px solid rgba(232, 218, 140, 0.24);
    border-radius: 50%;
}

.commitment-orbit::before,
.commitment-orbit::after,
.commitment-orbit__values::before,
.commitment-orbit__values::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.commitment-orbit::before {
    inset: 13%;
    border: 1px solid rgba(232, 218, 140, 0.38);
}

.commitment-orbit::after {
    inset: -0.32rem;
    background:
        radial-gradient(circle at 50% 0, var(--dk-gold-light) 0 0.3rem, var(--dk-deep) 0.34rem 0.49rem, var(--dk-gold-light) 0.52rem 0.56rem, transparent 0.6rem),
        radial-gradient(circle at 93% 72%, var(--dk-gold) 0 0.27rem, var(--dk-deep) 0.31rem 0.46rem, var(--dk-gold) 0.49rem 0.54rem, transparent 0.58rem),
        radial-gradient(circle at 7% 72%, var(--dk-gold) 0 0.27rem, var(--dk-deep) 0.31rem 0.46rem, var(--dk-gold) 0.49rem 0.54rem, transparent 0.58rem);
    animation: dk-orbit-spin 34s linear infinite;
}

.commitment-orbit__values {
    position: absolute;
    inset: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.commitment-orbit__values::before {
    inset: 24%;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.commitment-orbit__values::after {
    inset: 12.7%;
    background:
        radial-gradient(circle at 50% 0, rgba(232, 218, 140, 0.85) 0 0.2rem, transparent 0.23rem),
        radial-gradient(circle at 100% 50%, rgba(232, 218, 140, 0.75) 0 0.18rem, transparent 0.21rem),
        radial-gradient(circle at 50% 100%, rgba(232, 218, 140, 0.75) 0 0.18rem, transparent 0.21rem),
        radial-gradient(circle at 0 50%, rgba(232, 218, 140, 0.75) 0 0.18rem, transparent 0.21rem);
    animation: dk-orbit-spin 22s linear infinite reverse;
}

.commitment-orbit__center {
    position: relative;
    z-index: 3;
    width: 38%;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    padding: 1.25rem;
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border: 0.45rem solid rgba(3, 30, 46, 0.86);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(232, 218, 140, 0.85), 0 2rem 5rem rgba(0, 0, 0, 0.28);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.35rem, 3.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
}

.commitment-orbit__value,
.commitment-orbit__values li {
    position: absolute;
    z-index: 4;
    min-width: 9rem;
    padding: 0.82rem 1.2rem;
    color: var(--dk-white);
    background: rgba(3, 30, 46, 0.92);
    border: 1px solid rgba(232, 218, 140, 0.55);
    border-radius: 999px;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    font-size: clamp(0.9rem, 1.25vw, 1rem);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.commitment-orbit__values li > span {
    display: block;
    margin-block-end: 0.12rem;
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: 0.7em;
    font-weight: 700;
}

.commitment-orbit__values li > strong {
    display: block;
    font-size: clamp(1.05rem, 1.55vw, 1.3rem);
    line-height: 1.18;
}

.commitment-orbit__values li:nth-child(1) { inset-block-start: -1.2rem; inset-inline-start: 50%; transform: translateX(50%); }
.commitment-orbit__values li:nth-child(2) { inset-block-start: 27%; inset-inline-end: -3rem; }
.commitment-orbit__values li:nth-child(3) { inset-block-end: 8%; inset-inline-end: 2%; }
.commitment-orbit__values li:nth-child(4) { inset-block-end: 8%; inset-inline-start: 2%; }
.commitment-orbit__values li:nth-child(5) { inset-block-start: 27%; inset-inline-start: -3rem; }

.commitment-section__motion-toggle {
    min-width: 10rem;
    min-height: 2.75rem;
    margin-block-start: 1.5rem;
    color: var(--dk-white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}

.commitment-orbit.is-paused::after,
.commitment-orbit.is-paused .commitment-orbit__values::after,
.commitment-orbit[data-motion-paused="true"]::after,
.commitment-orbit[data-motion-paused="true"] .commitment-orbit__values::after {
    animation-play-state: paused;
}

@keyframes dk-orbit-spin {
    to { transform: rotate(1turn); }
}

/* Contact */
.contact-section {
    color: var(--dk-ink);
    background:
        linear-gradient(145deg, rgba(210, 190, 108, 0.18), transparent 38%),
        var(--dk-parchment);
}

.contact-section__layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: stretch;
}

.contact-section__details,
.contact-section__form {
    border-radius: var(--dk-radius-lg);
    overflow: hidden;
}

.contact-section__details {
    position: relative;
    padding: clamp(2rem, 5vw, 4.5rem);
    color: var(--dk-white);
    background: var(--dk-royal);
}

.contact-section__details::after {
    position: absolute;
    inset: auto auto -5rem -5rem;
    width: 15rem;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(232, 218, 140, 0.24);
    border-radius: 50%;
    box-shadow: 0 0 0 2.4rem rgba(232, 218, 140, 0.05), 0 0 0 5rem rgba(232, 218, 140, 0.035);
}

.contact-section__details .eyebrow {
    color: var(--dk-gold-light);
}

.contact-section__details h2 {
    margin-block-end: 1rem;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.35rem, 4.5vw, 4.2rem);
    font-weight: 620;
    line-height: 1.1;
}

.contact-section__details > p {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
}

.contact-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.8rem;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
    border-block-start: 1px solid rgba(232, 218, 140, 0.32);
    font-style: normal;
    list-style: none;
}

.contact-list__item {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.contact-list__copy {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.contact-list__copy > span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 700;
}

.contact-list__copy > :where(bdi, strong) {
    color: var(--dk-white);
    font-style: normal;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.contact-list__item::before {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    content: "•";
    color: var(--dk-gold-light);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(232, 218, 140, 0.3);
    border-radius: 50%;
    font-size: 1.5rem;
}

.contact-list__item strong,
.contact-list__item span,
.contact-list__item a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact-list__item a {
    color: var(--dk-white);
    font-weight: 800;
}

.contact-section__form {
    padding: clamp(2rem, 5vw, 4.5rem);
    background: var(--dk-white);
    border: 1px solid rgba(140, 106, 32, 0.24);
    box-shadow: var(--dk-shadow);
}

.contact-section__form h2,
.contact-section__form h3,
.lead-form__title {
    margin-block-end: 1.5rem;
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
}

.lead-form {
    display: grid;
    gap: 1.15rem;
}

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

.form-field {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
}

.form-field label,
.form-field__label {
    color: var(--dk-ink);
    font-weight: 800;
}

.form-field :where(input, select, textarea) {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.78rem 0.9rem;
    color: var(--dk-ink);
    background: var(--dk-ivory);
    border: 1px solid rgba(5, 48, 73, 0.58);
    border-radius: 0.65rem;
    box-shadow: none;
}

.form-field textarea {
    min-height: 7.25rem;
    resize: vertical;
}

.form-field :where(input, select, textarea):focus {
    border-color: var(--dk-royal);
    outline: 0.2rem solid var(--dk-gold-text);
    outline-offset: 1px;
}

.form-field :where(input, select, textarea)[aria-invalid="true"] {
    border-color: var(--dk-danger);
    outline-color: rgba(161, 38, 34, 0.25);
}

.form-field__error {
    min-height: 1.35rem;
    margin: 0;
    color: var(--dk-danger);
    font-size: 0.88rem;
    font-weight: 700;
}

.consent-field {
    display: grid;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    color: var(--dk-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.consent-field input {
    width: 1.2rem;
    height: 1.2rem;
    margin-block-start: 0.15rem;
    accent-color: var(--dk-royal);
}

.consent-field__copy {
    display: grid;
    gap: 0.18rem;
}

.consent-field__copy label {
    cursor: pointer;
}

.consent-field__privacy-link {
    width: fit-content;
    color: var(--dk-royal);
    font-weight: 800;
    text-underline-offset: 0.2em;
}

.form-privacy-notice,
.form-privacy {
    padding: 0.9rem 1rem;
    margin: 0;
    color: var(--dk-muted);
    background: var(--dk-parchment);
    border-inline-start: 0.22rem solid var(--dk-gold-dark);
    border-radius: 0.45rem;
    font-size: 0.86rem;
    line-height: 1.65;
}

.lead-form__submit {
    justify-self: start;
    min-width: 12rem;
    color: var(--dk-white);
    background: var(--dk-royal);
    border-color: var(--dk-royal);
}

.lead-form__submit:hover {
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border-color: var(--dk-gold-light);
}

.lead-form__submit[disabled] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.form-status {
    min-height: 1.5rem;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.form-status.is-error,
.form-status[data-kind="error"] {
    color: var(--dk-danger);
}

.form-status.is-success,
.form-status[data-kind="success"] {
    padding: 0.85rem 1rem;
    color: #174e31;
    background: #e4f4e9;
    border: 1px solid #75a98a;
    border-radius: 0.55rem;
}

/* Footer and legal pages */
.site-footer {
    position: relative;
    padding-block: clamp(3.5rem, 7vw, 6rem) 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    background: var(--dk-deep);
    border-block-start: 0.25rem solid var(--dk-gold);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(16rem, 1.25fr) minmax(10rem, 0.65fr) minmax(15rem, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
    padding-block-end: 3rem;
}

.site-footer__brand .site-brand {
    margin-block-end: 1.25rem;
}

.site-footer .site-brand__mark {
    width: 4.8rem;
    height: 4.8rem;
    flex-basis: 4.8rem;
}

.site-footer__brand p {
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.7);
}

.site-footer h2,
.site-footer h3 {
    margin-block-end: 1rem;
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: 1.25rem;
}

.site-footer ul {
    display: grid;
    gap: 0.6rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer a {
    color: var(--dk-white);
}

.site-footer__contact {
    display: grid;
    align-content: start;
    gap: 0.8rem;
    margin: 0;
    font-style: normal;
}

.site-footer__contact > :where(a, span) {
    display: grid;
    gap: 0.05rem;
    color: var(--dk-white);
    text-decoration: none;
}

.site-footer__contact > :where(a, span) > span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.77rem;
    font-weight: 700;
}

.site-footer__contact :where(bdi, strong) {
    overflow-wrap: anywhere;
}

.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 2rem;
    padding-block-start: 1.35rem;
    border-block-start: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.86rem;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

.site-main--page,
.page-main,
.legal-page {
    min-height: 70vh;
    padding-block: calc(var(--dk-header-height) + 4rem) 6rem;
    background: var(--dk-ivory);
}

.page-header,
.entry-header {
    max-width: 56rem;
    margin-block-end: 2.75rem;
}

.page-title,
.entry-title {
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 650;
    line-height: 1.08;
}

.entry-content {
    max-width: 56rem;
    color: var(--dk-ink);
    font-size: 1.05rem;
}

.entry-content h2 {
    margin-block: 2.7rem 1rem;
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.75rem, 3.2vw, 2.55rem);
    line-height: 1.2;
}

.entry-content h3 {
    margin-block: 2rem 0.75rem;
    color: var(--dk-blue);
    font-size: 1.3rem;
}

.entry-content :where(p, li) {
    line-height: 1.85;
}

.entry-content a {
    color: var(--dk-royal);
    font-weight: 700;
}

.entry-content ul,
.entry-content ol {
    padding-inline-start: 1.4rem;
}

.dk-legal-contact {
    padding: 1.25rem 1.4rem;
    margin-block: 1rem 2rem;
    color: var(--dk-white);
    background: var(--dk-royal);
    border-inline-start: 0.28rem solid var(--dk-gold-light);
    border-radius: var(--dk-radius-sm);
    font-style: normal;
}

.dk-legal-contact a {
    color: var(--dk-white);
}

.error-404 {
    min-height: 70vh;
    display: grid;
    place-content: center;
    padding: calc(var(--dk-header-height) + 4rem) 1.25rem 5rem;
    text-align: center;
}

/* Inner pages, archives and the not found state */
.inner-hero {
    position: relative;
    padding-block: calc(var(--dk-header-height) + 5rem) 4.5rem;
    color: var(--dk-white);
    background:
        radial-gradient(circle at 12% 45%, rgba(210, 190, 108, 0.15), transparent 20rem),
        var(--dk-royal);
    overflow: hidden;
}

.inner-hero::after {
    position: absolute;
    inset: auto -8rem -13rem auto;
    width: 29rem;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(232, 218, 140, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 4rem rgba(232, 218, 140, 0.035), 0 0 0 8rem rgba(232, 218, 140, 0.025);
}

.inner-hero__inner {
    position: relative;
    z-index: 1;
}

.inner-hero .eyebrow {
    color: var(--dk-gold-light);
}

.inner-hero h1 {
    max-width: 52rem;
    margin: 0;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.7rem, 6vw, 5.5rem);
    font-weight: 620;
    line-height: 1.06;
}

.prose-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
    padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.prose-card {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: var(--dk-white);
    border: 1px solid var(--dk-border);
    border-radius: var(--dk-radius);
    box-shadow: 0 1.5rem 4rem rgba(3, 30, 46, 0.08);
}

.prose-card h2 {
    margin-block: 2.7rem 1rem;
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.65rem, 3.2vw, 2.55rem);
    line-height: 1.2;
}

.prose-card h2:first-child {
    margin-block-start: 0;
}

.prose-card :where(p, li) {
    line-height: 1.85;
}

.prose-card a {
    color: var(--dk-royal);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.prose-card ul,
.prose-card ol {
    padding-inline-start: 1.35rem;
}

.prose-aside {
    position: sticky;
    inset-block-start: calc(var(--dk-header-height) + 1.5rem);
    display: grid;
    gap: 0.85rem;
    padding: 1.75rem;
    color: var(--dk-white);
    background: var(--dk-royal);
    border-block-start: 0.25rem solid var(--dk-gold-light);
    border-radius: var(--dk-radius);
    box-shadow: var(--dk-shadow);
}

.prose-aside h2 {
    margin: 0;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: 1.65rem;
}

.prose-aside p {
    color: rgba(255, 255, 255, 0.78);
}

.prose-aside__contact {
    display: grid;
    gap: 0.05rem;
    padding-block: 0.65rem;
    color: var(--dk-white);
    border-block-end: 1px solid rgba(255, 255, 255, 0.17);
    text-decoration: none;
}

.prose-aside__contact span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.77rem;
}

.archive-layout {
    min-height: 45vh;
    padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

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

.archive-card,
.empty-state {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: var(--dk-white);
    border: 1px solid var(--dk-border);
    border-radius: var(--dk-radius);
    box-shadow: 0 1rem 2.5rem rgba(3, 30, 46, 0.07);
}

.archive-card h2,
.empty-state h2 {
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.6rem, 2.7vw, 2.3rem);
}

.archive-card h2 a {
    text-decoration: none;
}

.empty-state {
    max-width: 42rem;
}

.not-found {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding-block: calc(var(--dk-header-height) + 4rem) 5rem;
    background:
        radial-gradient(circle at center, rgba(210, 190, 108, 0.18), transparent 22rem),
        var(--dk-ivory);
}

.not-found__inner {
    max-width: 46rem;
    text-align: center;
}

.not-found h1 {
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.6rem, 7vw, 5.5rem);
    line-height: 1.08;
}

.not-found p:not(.eyebrow) {
    color: var(--dk-muted);
    font-size: 1.12rem;
}

.not-found .button-row {
    justify-content: center;
}

.not-found .dk-v2-button--outline {
    color: var(--dk-royal);
    background: transparent;
    border-color: var(--dk-royal);
}

.not-found .dk-v2-button--outline:hover {
    color: var(--dk-white);
    background: var(--dk-royal);
}

.error-404__code {
    margin: 0;
    color: var(--dk-gold-dark);
    font-family: var(--dk-font-heading);
    font-size: clamp(5rem, 16vw, 11rem);
    line-height: 0.9;
}

/* Fail open reveal: content is visible before JavaScript and if it fails. */
[data-reveal] {
    transition: transform 480ms ease;
}

.is-reveal-pending:not(.is-visible) {
    transform: translateY(1.25rem);
}

.is-reveal-pending.is-visible {
    transform: translateY(0);
}

@media (max-width: 72rem) {
    .site-header__inner {
        grid-template-columns: minmax(14rem, 1fr) auto;
    }

    .site-navigation,
    .site-header__call {
        display: none;
    }

    .menu-toggle {
        display: block;
        justify-self: end;
    }

    .home-hero__content {
        width: min(35rem, 49%);
    }

    .home-hero__media {
        width: 63%;
    }

    .home-hero::after {
        left: 60.5%;
    }

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

    .service-card,
    .service-card:nth-child(4),
    .service-card:nth-child(5) {
        grid-column: auto;
    }

    .service-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1fr);
    }

    .service-card:last-child:nth-child(odd) .service-card__visual {
        height: 100%;
        aspect-ratio: auto;
    }

    .advantage-section__layout {
        grid-template-columns: minmax(11rem, 0.55fr) minmax(0, 1.45fr);
        gap: 2.5rem;
    }

    .site-footer__grid {
        grid-template-columns: 1.15fr 0.85fr;
    }

    .site-footer__contact {
        grid-column: 1 / -1;
    }

    .prose-layout {
        grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.65fr);
    }
}

@media (max-width: 62rem) {
    .attorneys-list {
        grid-template-columns: minmax(0, 1fr);
        max-width: 48rem;
        margin-inline: auto;
    }

    .attorney-profile + .attorney-profile {
        border-block-start: 1px solid rgba(232, 218, 140, 0.38);
        border-inline-start: 0;
    }

    .attorney-profile__portrait {
        aspect-ratio: 4 / 5;
    }

    .attorney-profile h3 {
        max-width: 42rem;
    }
}

@media (max-width: 782px) {
    #wpadminbar {
        position: fixed;
    }

    .admin-bar .site-header {
        inset-block-start: 46px;
    }

    .admin-bar .mobile-menu {
        inset-block-start: calc(var(--dk-header-height) + 46px);
    }
}

@media (max-width: 48rem) {
    :root {
        --dk-header-height: 4.85rem;
    }

    .dk-v2-container,
    .home-hero__inner {
        width: min(calc(100% - 2rem), var(--dk-container));
    }

    .section {
        padding-block: clamp(4rem, 15vw, 5.5rem);
    }

    .site-header__inner {
        min-height: var(--dk-header-height);
    }

    .site-brand {
        gap: 0.6rem;
    }

    .site-brand__mark {
        width: 2.75rem;
        height: 2.75rem;
        flex-basis: 2.75rem;
    }

    .site-brand__name {
        font-size: 1rem;
    }

    .site-brand__name-en {
        max-width: 12.5rem;
        font-size: 0.52rem;
        letter-spacing: 0.055em;
    }

    .home-hero {
        min-height: 46rem;
        align-items: end;
    }

    .home-hero__media {
        left: 0;
        right: 0;
        width: 100%;
    }

    .home-hero__media img {
        object-position: 37% center;
    }

    .home-hero__overlay {
        background:
            linear-gradient(180deg, rgba(3, 30, 46, 0.55) 0%, rgba(3, 30, 46, 0.84) 50%, rgba(3, 30, 46, 0.98) 100%);
    }

    .home-hero::after {
        display: none;
    }

    .home-hero__inner {
        padding-block: calc(var(--dk-header-height) + 4.25rem) 3rem;
    }

    .home-hero__content {
        width: 100%;
        margin: 0;
    }

    .home-hero h1 {
        font-size: clamp(2.7rem, 11.5vw, 4.2rem);
        line-height: 1.06;
    }

    .home-hero__lead {
        font-size: 1rem;
        line-height: 1.72;
    }

    .home-hero__actions .dk-v2-button {
        flex: 1 1 100%;
    }

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

    .service-card:last-child:nth-child(odd) {
        display: block;
        grid-column: auto;
    }

    .service-card:last-child:nth-child(odd) .service-card__visual {
        aspect-ratio: 16 / 10;
    }

    .advantage-section__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .advantage-section__mark {
        width: min(13rem, 58vw);
    }

    .advantage-section__points {
        grid-template-columns: minmax(0, 1fr);
    }

    .attorneys-section .section-heading {
        display: block;
        margin-block-end: 2.25rem;
    }

    .attorneys-section .section-heading .eyebrow {
        margin-block-end: 1rem;
    }

    .attorneys-section .section-heading h2 {
        margin-block-end: 1rem;
    }

    .attorneys-section .section-heading > p:last-child {
        padding-block-end: 0;
    }

    .attorney-profile,
    .attorney-profile--second {
        min-height: 0;
        border-radius: 0;
    }

    .attorney-profile__portrait,
    .attorney-profile__portrait img {
        min-height: 0;
    }

    .attorney-profile__portrait {
        aspect-ratio: 4 / 5;
    }

    .attorney-profile__content {
        padding: 2.8rem 1.35rem 2.4rem;
    }

    .attorney-profile__number {
        inset-block-start: -2.1rem;
        inset-inline-start: 1rem;
        inset-inline-end: auto;
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.45rem;
    }

    .commitment-section {
        min-height: 0;
    }

    .commitment-orbit {
        width: min(29rem, 100%);
        margin-block: 2.5rem 1rem;
    }

    .commitment-orbit__center {
        width: 42%;
        font-size: clamp(1rem, 5vw, 1.55rem);
    }

    .commitment-orbit__value,
    .commitment-orbit__values li {
        min-width: 6rem;
        max-width: 7.6rem;
        padding: 0.58rem 0.65rem;
        font-size: clamp(0.7rem, 2.6vw, 0.82rem);
    }

    .commitment-orbit__values li > strong {
        font-size: clamp(0.8rem, 3vw, 0.94rem);
    }

    .commitment-orbit__values li:nth-child(1) { inset-block-start: -0.8rem; }
    .commitment-orbit__values li:nth-child(2) { inset-block-start: 14%; inset-inline-end: 0.35rem; }
    .commitment-orbit__values li:nth-child(3) { inset-block-end: 5%; inset-inline-end: 2%; }
    .commitment-orbit__values li:nth-child(4) { inset-block-end: 5%; inset-inline-start: 2%; }
    .commitment-orbit__values li:nth-child(5) { inset-block-start: 14%; inset-inline-start: 0.35rem; }

    .contact-section__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-section__details {
        order: 1;
    }

    .contact-section__form {
        order: 2;
        padding: 2rem 1.25rem;
    }

    .form-row--split {
        grid-template-columns: minmax(0, 1fr);
    }

    .lead-form__submit {
        width: 100%;
    }

    .site-footer__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }

    .site-footer__contact {
        grid-column: auto;
    }

    .site-footer__bottom {
        display: grid;
    }

    .prose-layout {
        grid-template-columns: minmax(0, 1fr);
        padding-block: 2rem 4rem;
    }

    .prose-aside {
        position: static;
    }

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

@media (max-width: 26.875rem) {
    .home-hero {
        min-height: 49rem;
    }

    .button-row {
        display: grid;
    }

    .commitment-orbit__values li:nth-child(2),
    .commitment-orbit__values li:nth-child(5) {
        inset-block-start: 13%;
    }
}

@media (max-width: 23rem) {
    .site-brand__name {
        font-size: 0.88rem;
    }

    .home-hero h1 {
        font-size: 2.45rem;
    }

    .commitment-orbit__values li {
        min-width: 5rem;
        max-width: 6.25rem;
        font-size: 0.65rem;
    }

    .commitment-orbit__values li > strong {
        font-size: 0.76rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .commitment-orbit::after,
    .commitment-orbit__values::after {
        animation: none !important;
    }

    .commitment-section__motion-toggle {
        display: none;
    }

    .is-reveal-pending:not(.is-visible),
    [data-reveal] {
        transform: none !important;
    }
}

@media print {
    .site-header,
    .mobile-menu,
    .home-hero__actions,
    .commitment-section__motion-toggle,
    .lead-form,
    .site-footer {
        display: none !important;
    }

    .home-hero,
    .advantage-section,
    .commitment-section {
        min-height: 0;
        color: #000;
        background: #fff;
    }

    .home-hero__media,
    .home-hero__overlay,
    .home-hero::after {
        display: none;
    }

    .home-hero__inner {
        padding: 2rem 0;
    }

    .home-hero h1,
    .advantage-section h2,
    .commitment-section h2 {
        color: #000;
    }
}

/* Version 2.1: simplified RMC-inspired story, expressed in the firm's own brand language. */
.dk-v2-site {
    --dk-header-height: 8.6rem;
}

.dk-v2-site .site-header {
    min-height: var(--dk-header-height);
    background: rgba(3, 30, 46, 0.98);
    border-block-end-color: rgba(232, 218, 140, 0.34);
    box-shadow: 0 0.5rem 1.8rem rgba(3, 30, 46, 0.18);
}

.dk-v2-site .site-header__inner {
    min-height: var(--dk-header-height);
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr);
    grid-template-areas:
        "brand brand brand"
        ". navigation call";
    grid-template-rows: 5.2rem 2.8rem;
    gap: 0 2rem;
    padding-block: 0.35rem 0.25rem;
}

.dk-v2-site .site-brand {
    grid-area: brand;
    justify-self: center;
    gap: 0.9rem;
}

.dk-v2-site .site-brand__mark {
    width: 4.25rem;
    height: 4.25rem;
    flex-basis: 4.25rem;
}

.dk-v2-site .site-brand__names {
    text-align: center;
}

.dk-v2-site .site-brand__name {
    font-size: clamp(1.12rem, 1.7vw, 1.45rem);
}

.dk-v2-site .site-brand__name-en {
    color: var(--dk-gold-light);
    text-align: center;
}

.dk-v2-site .site-navigation {
    grid-area: navigation;
    justify-self: center;
}

.dk-v2-site .site-navigation__list {
    gap: clamp(1.2rem, 2.1vw, 2.3rem);
}

.dk-v2-site .site-navigation a {
    min-height: 2.75rem;
    font-size: 0.88rem;
}

.dk-v2-site .site-header__call {
    grid-area: call;
    justify-self: end;
    min-height: 2.45rem;
    padding-inline: 1.05rem;
    border-radius: 0;
    font-size: 0.82rem;
}

.dk-v2-site .home-hero {
    min-height: clamp(46rem, 92vh, 57rem);
    align-items: center;
    text-align: center;
}

.dk-v2-site .home-hero__media {
    inset: 0;
    width: 100%;
}

.dk-v2-site .home-hero__media img {
    object-position: center;
    transform: scale(1.01);
}

.dk-v2-site .home-hero__overlay {
    background:
        linear-gradient(180deg, rgba(3, 30, 46, 0.72), rgba(3, 30, 46, 0.58) 42%, rgba(3, 30, 46, 0.88)),
        linear-gradient(90deg, rgba(3, 30, 46, 0.42), transparent 24%, transparent 76%, rgba(3, 30, 46, 0.42));
}

.dk-v2-site .home-hero::after {
    inset: auto 50% clamp(2.5rem, 5vw, 4.5rem) auto;
    width: min(30rem, 54vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--dk-gold-light), transparent);
    opacity: 0.82;
    transform: translateX(50%);
}

.dk-v2-site .home-hero__inner {
    padding-block: calc(var(--dk-header-height) + clamp(4rem, 8vh, 6rem)) clamp(4.5rem, 9vh, 7rem);
}

.dk-v2-site .home-hero__content {
    width: min(100%, 58rem);
    margin-inline: auto;
    text-align: center;
}

.dk-v2-site .home-hero .eyebrow {
    justify-content: center;
}

.dk-v2-site .home-hero h1 {
    max-width: 53rem;
    margin-inline: auto;
    font-size: clamp(3.35rem, 6.3vw, 6.5rem);
    line-height: 0.99;
}

.dk-v2-site .home-hero__lead {
    max-width: 55rem;
    margin-inline: auto;
    font-size: clamp(1.06rem, 1.5vw, 1.25rem);
    line-height: 1.82;
}

.dk-v2-site .home-hero__actions,
.dk-v2-site .home-hero__trust {
    justify-content: center;
}

.dk-v2-site .home-hero__trust {
    max-width: 42rem;
    margin-inline: auto;
}

.dk-v2-site .services-section {
    padding-block: clamp(4.5rem, 7vw, 6.5rem) 0;
    color: var(--dk-white);
    background: var(--dk-royal);
    overflow: hidden;
}

.dk-v2-site .services-section .section-heading {
    margin-block-end: clamp(3rem, 6vw, 5rem);
}

.dk-v2-site .services-section .section-heading h2 {
    color: var(--dk-gold-light);
}

.dk-v2-site .services-section .section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.86);
}

.dk-v2-site .services-section .eyebrow {
    color: var(--dk-gold-light);
}

.dk-v2-site .service-bands {
    display: grid;
}

.dk-v2-site .service-band {
    padding-block: clamp(3rem, 6vw, 5.25rem);
    clip-path: inset(0 -100vmax);
}

.dk-v2-site .service-band--primary {
    background: var(--dk-blue);
    box-shadow: 0 0 0 100vmax var(--dk-blue);
}

.dk-v2-site .service-band--secondary {
    background: var(--dk-deep);
    box-shadow: 0 0 0 100vmax var(--dk-deep);
}

.dk-v2-site .service-band__heading {
    max-width: 54rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding-block: 0 1.45rem;
    margin: 0 auto clamp(2rem, 4vw, 3.25rem);
    border-block-end: 1px solid rgba(232, 218, 140, 0.42);
    text-align: center;
}

.dk-v2-site .service-band__heading > span {
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: 0.84rem;
    font-weight: 800;
}

.dk-v2-site .service-band__heading > p {
    margin: 0;
    color: var(--dk-white);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.45rem, 3vw, 2.4rem);
    font-weight: 650;
    line-height: 1.25;
}

.dk-v2-site .services-grid {
    display: grid;
    gap: clamp(1.5rem, 2.8vw, 2.5rem);
}

.dk-v2-site .services-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dk-v2-site .services-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 52rem;
    margin-inline: auto;
}

.dk-v2-site .service-card,
.dk-v2-site .service-card:nth-child(4),
.dk-v2-site .service-card:nth-child(5) {
    grid-column: auto;
    color: var(--dk-white);
    background: transparent;
    border: 1px solid rgba(232, 218, 140, 0.38);
    border-radius: 0;
    box-shadow: none;
}

.dk-v2-site .service-card:hover,
.dk-v2-site .service-card:focus-within {
    border-color: var(--dk-gold-light);
    box-shadow: none;
    transform: translateY(-0.25rem);
}

.dk-v2-site .service-card__visual {
    aspect-ratio: 16 / 9;
    margin: 1rem 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dk-v2-site .service-card__visual::after {
    background: linear-gradient(180deg, transparent 42%, rgba(3, 30, 46, 0.7));
}

.dk-v2-site .service-card__content {
    padding: clamp(1.35rem, 2.4vw, 2rem);
}

.dk-v2-site .service-card h3 {
    color: var(--dk-gold-light);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.dk-v2-site .service-card p {
    color: rgba(255, 255, 255, 0.82);
}

.dk-v2-site .service-card__link {
    color: var(--dk-gold-light);
}

.dk-v2-site .attorneys-section {
    background:
        linear-gradient(rgba(140, 106, 32, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 106, 32, 0.055) 1px, transparent 1px),
        var(--dk-ivory);
    background-size: 5rem 5rem;
}

.dk-v2-site .attorneys-list {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.75rem);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.dk-v2-site .attorney-profile {
    color: var(--dk-ink);
    background: var(--dk-white);
    border: 1px solid rgba(140, 106, 32, 0.3);
    border-radius: 0;
    box-shadow: 0 1.25rem 3.5rem rgba(3, 30, 46, 0.08);
}

.dk-v2-site .attorney-profile + .attorney-profile {
    border-inline-start: 1px solid rgba(140, 106, 32, 0.3);
}

.dk-v2-site .attorney-profile__portrait {
    aspect-ratio: 4 / 5;
    background:
        radial-gradient(circle at 50% 36%, rgba(232, 218, 140, 0.22), transparent 40%),
        var(--dk-deep);
}

.dk-v2-site .attorney-profile__portrait::after {
    background: linear-gradient(180deg, transparent 78%, rgba(3, 30, 46, 0.32));
}

.dk-v2-site .attorney-profile__portrait img {
    object-fit: contain;
    object-position: center;
}

.dk-v2-site .attorney-profile__content {
    padding: clamp(2.6rem, 4vw, 3.75rem) clamp(1.5rem, 3vw, 2.75rem) clamp(2rem, 3.5vw, 3rem);
    color: var(--dk-ink);
    background: var(--dk-white);
    border-block-start-color: rgba(140, 106, 32, 0.3);
}

.dk-v2-site .attorney-profile__number {
    color: var(--dk-deep);
    background: var(--dk-gold-light);
    border-color: var(--dk-white);
}

.dk-v2-site .attorney-profile__role {
    color: var(--dk-gold-text);
    border-block-end-color: rgba(140, 106, 32, 0.34);
}

.dk-v2-site .attorney-profile h3 {
    color: var(--dk-royal);
    font-size: clamp(2.2rem, 3.4vw, 3.35rem);
}

.dk-v2-site .attorney-profile__bio {
    color: var(--dk-muted);
}

.dk-v2-site .attorney-profile__bio p + p {
    border-block-start-color: rgba(5, 48, 73, 0.14);
}

.dk-v2-site .team-advantage {
    width: auto;
    display: grid;
    grid-template-columns: minmax(9rem, 0.38fr) minmax(0, 1.62fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5.5rem);
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    margin: clamp(4rem, 8vw, 7rem) 0 -8rem;
    color: var(--dk-white);
    background: var(--dk-deep);
    box-shadow: 0 0 0 100vmax var(--dk-deep);
    clip-path: inset(0 -100vmax);
    scroll-margin-top: calc(var(--dk-header-height) + 1.25rem);
}

.dk-v2-site .team-advantage__mark {
    width: min(14rem, 100%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-inline: auto;
    border: 1px solid rgba(232, 218, 140, 0.4);
    border-radius: 50%;
}

.dk-v2-site .team-advantage__mark img {
    width: 62%;
    height: 62%;
    object-fit: contain;
}

.dk-v2-site .team-advantage__content {
    max-width: 52rem;
}

.dk-v2-site .team-advantage .eyebrow {
    color: var(--dk-gold-light);
}

.dk-v2-site .team-advantage h3 {
    margin-block-end: 1.25rem;
    color: var(--dk-gold-light);
    font-family: var(--dk-font-heading);
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.12;
}

.dk-v2-site .team-advantage__content > p:last-of-type {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.dk-v2-site .team-advantage__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
    border-block-start: 1px solid rgba(232, 218, 140, 0.34);
    list-style: none;
}

.dk-v2-site .team-advantage__points li {
    padding: 0.65rem 1rem;
    color: var(--dk-white);
    border-inline-start: 1px solid rgba(232, 218, 140, 0.26);
    font-weight: 700;
    text-align: center;
}

.dk-v2-site .team-advantage__points li:last-child {
    border-inline-start: 0;
}

.dk-v2-site .commitment-section {
    min-height: 0;
    color: var(--dk-ink);
    background: var(--dk-parchment);
}

.dk-v2-site .commitment-section .section-heading h2 {
    color: var(--dk-royal);
}

.dk-v2-site .commitment-section .eyebrow {
    color: var(--dk-gold-text);
}

.dk-v2-site .commitment-section__statement {
    max-width: 58rem;
    padding-block: clamp(1.75rem, 3vw, 2.75rem);
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
    color: var(--dk-royal);
    border-block: 1px solid rgba(140, 106, 32, 0.38);
    font-family: var(--dk-font-heading);
    font-size: clamp(2.25rem, 5vw, 4.75rem);
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
}

.dk-v2-site .commitment-values {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    border-block: 1px solid rgba(5, 48, 73, 0.2);
    list-style: none;
}

.dk-v2-site .commitment-values li {
    min-height: 9.5rem;
    display: grid;
    align-content: center;
    gap: 0.6rem;
    padding: 1.25rem;
    border-inline-start: 1px solid rgba(5, 48, 73, 0.2);
    text-align: center;
}

.dk-v2-site .commitment-values li:last-child {
    border-inline-start: 0;
}

.dk-v2-site .commitment-values span {
    color: var(--dk-gold-text);
    font-family: var(--dk-font-heading);
    font-size: 0.82rem;
    font-weight: 800;
}

.dk-v2-site .commitment-values strong {
    color: var(--dk-royal);
    font-family: var(--dk-font-heading);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
}

.dk-v2-site .commitment-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 3.5vw, 2.75rem);
    margin-block-start: clamp(2.5rem, 5vw, 4rem);
    color: var(--dk-white);
    background: var(--dk-royal);
}

.dk-v2-site .commitment-cta p {
    max-width: 46rem;
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.dk-v2-site .contact-section__details,
.dk-v2-site .contact-section__form {
    border-radius: 0;
}

.dk-v2-site .site-footer__navigation a,
.dk-v2-site .site-footer__bottom nav a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 72rem) {
    .dk-v2-site {
        --dk-header-height: 5rem;
    }

    .dk-v2-site .site-header__inner {
        min-height: var(--dk-header-height);
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "brand menu";
        grid-template-rows: 1fr;
        gap: 1rem;
        padding-block: 0;
    }

    .dk-v2-site .site-brand {
        justify-self: start;
    }

    .dk-v2-site .site-brand__mark {
        width: 3.15rem;
        height: 3.15rem;
        flex-basis: 3.15rem;
    }

    .dk-v2-site .site-brand__names {
        text-align: start;
    }

    .dk-v2-site .site-brand__name-en {
        text-align: start;
    }

    .dk-v2-site .site-navigation,
    .dk-v2-site .site-header__call {
        display: none;
    }

    .dk-v2-site .menu-toggle {
        grid-area: menu;
        display: block;
        justify-self: end;
    }

    .dk-v2-site .home-hero__inner {
        padding-block: calc(var(--dk-header-height) + 4rem) 4.5rem;
    }

    .dk-v2-site .services-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dk-v2-site .services-grid--3 .service-card:last-child {
        width: min(100%, 34rem);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .dk-v2-site .service-card:last-child:nth-child(odd) {
        display: block;
    }

    .dk-v2-site .service-card:last-child:nth-child(odd) .service-card__visual {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 62rem) {
    .dk-v2-site .attorneys-list {
        grid-template-columns: minmax(0, 1fr);
        max-width: 42rem;
        margin-inline: auto;
    }

    .dk-v2-site .attorney-profile + .attorney-profile {
        border-block-start: 1px solid rgba(140, 106, 32, 0.3);
        border-inline-start: 1px solid rgba(140, 106, 32, 0.3);
    }

    .dk-v2-site .team-advantage {
        grid-template-columns: minmax(8rem, 0.38fr) minmax(0, 1.62fr);
    }

    .dk-v2-site .commitment-values {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dk-v2-site .commitment-values li:nth-child(3) {
        border-inline-start: 0;
    }

    .dk-v2-site .commitment-values li:nth-child(n + 4) {
        border-block-start: 1px solid rgba(5, 48, 73, 0.2);
    }
}

@media (max-width: 48rem) {
    .dk-v2-site .dk-v2-container,
    .dk-v2-site .home-hero__inner {
        width: min(calc(100% - 2rem), var(--dk-container));
    }

    .dk-v2-site .site-brand__mark {
        width: 2.75rem;
        height: 2.75rem;
        flex-basis: 2.75rem;
    }

    .dk-v2-site .home-hero {
        min-height: 43rem;
        align-items: center;
    }

    .dk-v2-site .home-hero__media img {
        object-position: 44% center;
    }

    .dk-v2-site .home-hero__overlay {
        background: linear-gradient(180deg, rgba(3, 30, 46, 0.72), rgba(3, 30, 46, 0.7) 46%, rgba(3, 30, 46, 0.96));
    }

    .dk-v2-site .home-hero__inner {
        padding-block: calc(var(--dk-header-height) + 3.25rem) 3.5rem;
    }

    .dk-v2-site .home-hero h1 {
        font-size: clamp(2.75rem, 13vw, 4.25rem);
        line-height: 1.03;
    }

    .dk-v2-site .home-hero__actions .dk-v2-button {
        flex: 1 1 100%;
    }

    .dk-v2-site .services-grid--3,
    .dk-v2-site .services-grid--2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .dk-v2-site .services-grid--3 .service-card:last-child {
        width: 100%;
        grid-column: auto;
    }

    .dk-v2-site .service-band__heading {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.35rem;
    }

    .dk-v2-site .service-card__visual {
        margin: 0.75rem 0.75rem 0;
    }

    .dk-v2-site .team-advantage {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .dk-v2-site .team-advantage__mark {
        width: min(10rem, 46vw);
    }

    .dk-v2-site .team-advantage .eyebrow {
        justify-content: center;
    }

    .dk-v2-site .team-advantage__points {
        grid-template-columns: minmax(0, 1fr);
    }

    .dk-v2-site .team-advantage__points li,
    .dk-v2-site .team-advantage__points li:last-child {
        border-inline-start: 0;
        border-block-end: 1px solid rgba(232, 218, 140, 0.22);
    }

    .dk-v2-site .team-advantage__points li:last-child {
        border-block-end: 0;
    }

    .dk-v2-site .commitment-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dk-v2-site .commitment-values li {
        min-height: 8rem;
    }

    .dk-v2-site .commitment-values li:nth-child(odd) {
        border-inline-start: 0;
    }

    .dk-v2-site .commitment-values li:nth-child(n + 3) {
        border-block-start: 1px solid rgba(5, 48, 73, 0.2);
    }

    .dk-v2-site .commitment-values li:last-child {
        grid-column: 1 / -1;
    }

    .dk-v2-site .commitment-cta {
        display: grid;
        justify-items: stretch;
        text-align: center;
    }

    .dk-v2-site .commitment-cta .dk-v2-button {
        width: 100%;
    }
}

@media print {
    .dk-v2-site .site-header,
    .dk-v2-site .home-hero__actions,
    .dk-v2-site .commitment-cta,
    .dk-v2-site .lead-form,
    .dk-v2-site .site-footer {
        display: none !important;
    }

    .dk-v2-site .home-hero,
    .dk-v2-site .services-section,
    .dk-v2-site .service-band,
    .dk-v2-site .team-advantage,
    .dk-v2-site .commitment-section {
        min-height: 0;
        color: #000;
        background: #fff;
        box-shadow: none;
    }
}
