:root {
    --ink: #121210;
    --ink-soft: #1a1a18;
    --paper: #ffffff;
    --white: #fff;
    --line: #dddcd6;
    --muted: #696963;
    --gold: #c9a341;
    --gold-light: #d9c792;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Poppins', Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body::before {
    position: fixed;
    z-index: 10000;
    inset: 0;
    pointer-events: none;
    opacity: .025;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

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

.site-container { width: 100%; }

@media (min-width: 1350px) {
    .site-container { max-width: 1290px; }
}
.section-light { background: var(--paper); }
.section-soft { background: #f5f4f0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-pad { padding: 130px 0; }

.skip-link {
    position: fixed;
    z-index: 9999;
    top: -60px;
    left: 20px;
    padding: 10px 18px;
    color: #fff;
    background: #000;
    transition: top .2s ease;
}
.skip-link:focus { top: 20px; }

h1, h2, h3, blockquote {
    margin-top: 0;
    font-family: var(--serif);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

h1 { margin-bottom: 30px; font-size: clamp(44px, 4.35vw, 62px); }
h2 { margin-bottom: 24px; font-size: clamp(36px, 3.25vw, 50px); }
h1 em, h2 em, blockquote em { color: var(--gold); font-style: italic; }
.hero-accent { color: var(--gold); font-style: normal; }
.hero-mobile-break { display: none; }

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
}

.btn-main { padding: 14px 20px; }
.btn-icon { display: inline-flex; gap: 12px; align-items: center; justify-content: center; }
.btn-icon svg { width: 17px; height: 17px; stroke-width: 1.7; }
.btn-dark { border-color: var(--ink); background: var(--ink); }
.btn-dark:hover { border-color: var(--gold); background: var(--gold); }
.btn-gold { border-color: var(--gold); color: #fff; background: var(--gold); }
.btn-gold:hover { border-color: var(--ink); color: #fff; background: var(--ink); }

/* Header */
.site-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    color: #fff;
    background: transparent;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-scrolled {
    border-color: transparent;
    box-shadow: none;
}

.navbar { min-height: 94px; padding: 12px 0; }
.navbar-brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.site-header .navbar-brand { color: #fff; }
.mobile-title-break { display: none; }
.brand-logo { display: block; width: 140px; height: auto; }
.navbar-nav { gap: clamp(15px, 2.5vw, 34px); }
.nav-link { position: relative; padding: 12px 0 !important; color: rgba(255,255,255,.82); font-size: 16px; }
.nav-link:hover, .nav-link:focus { color: #fff; }
.nav-link:focus { outline: 0; background: transparent; box-shadow: none; }
.nav-link:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
.navbar-nav .dropdown-toggle.show { color: var(--gold); background: transparent; }
.nav-link:not(.dropdown-toggle)::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; content: ''; transform: scaleX(0); background: #fff; transition: transform .2s ease; }
.nav-link:not(.dropdown-toggle):hover::after { transform: scaleX(1); }
.navbar-nav .dropdown-toggle::after {
    width: 7px;
    height: 7px;
    margin-left: 9px;
    border: 0;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    vertical-align: 3px;
    transform: rotate(45deg);
    transition: transform .2s ease;
}
.navbar-nav .dropdown-toggle.show::after { transform: rotate(225deg); }
.navbar-nav .nav-link.active { color: var(--gold); }
.dropdown-menu {
    min-width: 310px;
    max-height: 72vh;
    margin-top: 10px !important;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #dedcd4;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0,0,0,.16);
}
.dropdown-item { padding: 10px 12px; color: #4e4d48; font-size: 14px; line-height: 1.4; white-space: normal; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--ink); background: #f1efe8; }
.dropdown-overview { color: #8b6f32; font-weight: 600; }
.dropdown-divider { border-color: #dedcd4; }
.navbar-toggler { display: grid; width: 44px; height: 44px; flex-shrink: 0; margin-left: auto; place-content: center; gap: 7px; border: 0; border-radius: 0; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 23px; height: 1px; background: #fff; transition: transform .25s ease; }
.mobile-menu-heading, .mobile-menu-contact { display: none; }

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu-end { right: -12px; left: auto; }
}

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; padding: 130px 0 45px; overflow: hidden; color: #fff; background: #000; }
.hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-backdrop { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6,6,5,.91) 0%, rgba(6,6,5,.74) 35%, rgba(6,6,5,.28) 66%, rgba(6,6,5,.18) 100%); }
.hero-backdrop::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(0,0,0,.42) 0, rgba(0,0,0,.08) 30%, rgba(0,0,0,.08) 65%, rgba(0,0,0,.42) 100%); }
.hero .site-container { position: relative; z-index: 2; }
.hero-row { min-height: calc(100vh - 175px); min-height: calc(100svh - 175px); }
.hero-copy { padding-right: 5%; }
.hero h1 { color: #fff; font-size: clamp(58px, 5.7vw, 82px); }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.hero-actions { align-items: center; }
.hero .btn-light { border-color: #fff; color: var(--ink); background: #fff; }
.hero .btn-light:hover { border-color: var(--gold); color: #fff; background: var(--gold); }
.hero-scroll { position: absolute; z-index: 3; bottom: 22px; left: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: rgba(255,255,255,.92); background: rgba(201,163,65,.58); transform: translateX(-50%); animation: hero-scroll-pulse 2s ease-in-out infinite; backdrop-filter: blur(5px); }
.hero-scroll svg { width: 21px; height: 21px; stroke-width: 1.7; }
.hero-scroll:hover { color: #fff; background: rgba(201,163,65,.86); }
@keyframes hero-scroll-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201,163,65,.38); transform: translateX(-50%) translateY(0); }
    50% { box-shadow: 0 0 0 11px rgba(201,163,65,0); transform: translateX(-50%) translateY(5px); }
}
.hero-trust { gap: 14px; margin-top: 70px; }
.trust-monogram { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: 14px; }
.hero-trust p { margin: 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust strong { color: #fff; font-weight: 600; }

/* Shared page and content sections */
.page-hero {
    position: relative;
    display: flex;
    min-height: 680px;
    padding: 320px 0 200px;
    overflow: hidden;
    align-items: end;
    color: #fff;
    background: #11110f;
}
.page-hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.page-hero::after { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(90deg, rgba(6,6,5,.91) 0%, rgba(6,6,5,.75) 43%, rgba(6,6,5,.28) 72%, rgba(6,6,5,.14) 100%); pointer-events: none; }
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 970px; margin-bottom: 0; line-height: 1.08; }
.page-hero p { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 18px; }
.back-link { display: inline-block; margin-bottom: 35px; color: rgba(255,255,255,.7); font-size: 16px; }
.back-link:hover { color: #fff; }
.back-link svg { width: 17px; height: 17px; margin-right: 8px; stroke-width: 1.5; vertical-align: -3px; }

.home-about-photo, .about-page-photo {
    overflow: hidden;
    background: linear-gradient(145deg, #ebe8df, #b9ab94);
}
.home-about-photo { padding: 50px 30px 0; }
.home-about .site-container { padding-right: 38px; padding-left: 38px; }
.home-about-row { --bs-gutter-x: 5.5rem; --bs-gutter-y: 3.5rem; }
.home-about h2 { margin-bottom: 32px; font-size: clamp(54px, 4.8vw, 70px); line-height: 1.14; }
.about-name { display: inline; font: inherit; white-space: nowrap; }
.about-page-photo { padding: 55px 35px 0; }
.home-about p, .prose-content p, .home-services > .container > .row p, .home-method p, .service-detail p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.about-quote { max-width: 650px; margin: 34px 0; padding: 22px 26px; border: 0; color: #777772; background: #f5f5f2; font-family: var(--sans); font-size: 17px; font-style: italic; font-weight: 400; line-height: 1.65; letter-spacing: 0; }
.about-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.lawyer-meta { padding: 24px; color: #fff; background: var(--ink); }
.lawyer-meta strong, .lawyer-meta span { display: block; }
.lawyer-meta strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.lawyer-meta span { margin-top: 7px; color: #9f9d95; font-size: 14px; }
.prose-content { max-width: 750px; }
.prose-content .lead, .service-detail .lead { color: var(--ink); font-size: 21px; line-height: 1.7; }
.prose-content blockquote { margin: 45px 0; padding: 30px 0 30px 30px; border-left: 2px solid var(--gold); color: var(--ink); font-size: 32px; line-height: 1.35; }

@media (min-width: 992px) {
    .home-about { display: flex; min-height: 100vh; min-height: 100svh; align-items: center; }
    .home-about > .container { width: 100%; }
}

.home-services-heading { position: relative; min-height: 150px; margin-bottom: 58px; padding: 0 120px; }
.home-services-intro { max-width: 680px; margin: 0 auto; text-align: center; }
.home-services-intro h2 { margin-bottom: 24px; font-size: clamp(52px, 4.7vw, 70px); line-height: 1.14; }
.home-services-intro p { margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.85; }
.services-slider-controls { position: absolute; right: 0; bottom: 0; display: flex; gap: 8px; }
.services-slider-button { position: static; display: grid; width: 46px; height: 46px; padding: 0; transform: none; place-items: center; border: 1px solid #cfcac0; border-radius: 0; color: var(--ink); background: transparent; opacity: 1; transition: border-color .2s ease, color .2s ease, background .2s ease, opacity .2s ease; }
.services-slider-button svg { width: 18px; height: 18px; stroke-width: 1.5; }
.services-slider-button:hover:not(:disabled) { border-color: var(--ink); color: #fff; background: var(--ink); }
.services-slider-button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.services-slider-button:disabled { cursor: default; opacity: .32; }
.services-slider { overflow: hidden; }
.services-slider .splide__track { overflow: visible; padding: 5px 0 30px; }
.services-slider .splide__slide { display: flex; min-width: 0; }
.services-slider .service-card { width: 100%; }
.home-services-more { display: flex; margin-top: 18px; justify-content: center; }

.service-card {
    display: flex;
    height: 100%;
    min-height: 540px;
    flex-direction: column;
    border: 0;
    background: #fff;
}
.service-card-image { overflow: hidden; }
.service-card-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-image img { transform: scale(1.025); }
.service-card-body { display: flex; padding: 28px 0 0; flex: 1; flex-direction: column; }
.service-card h3 { margin: 0 0 16px; font-size: 22px; font-weight: 500; line-height: 1.2; }
.service-card p { margin-bottom: 16px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-card-link { margin-top: 0; color: var(--gold); font-size: 15px; font-weight: 600; }

.home-method-row { --bs-gutter-x: 6rem; --bs-gutter-y: 3.5rem; }
.home-method, .home-services { scroll-margin-top: 0; }
.home-method h2 { margin: 0; font-size: clamp(68px, 6vw, 92px); line-height: 1.2; }
.home-method p { color: #aaa9a2; }
.home-method-lead { max-width: 610px; margin: 0 0 42px; font-size: 18px !important; line-height: 1.85 !important; }
.method-points { display: grid; gap: 30px; }
.method-points > div { display: flex; min-height: 112px; padding: 0; gap: 10px; flex-direction: column; align-items: flex-start; border: 0; }
.method-points strong { color: var(--gold); font-family: var(--serif); font-size: 72px; font-weight: 500; line-height: .9; }
.method-points span { color: #e1dfd7; font-size: 18px; font-weight: 500; }
.home-method-button { margin-top: 44px; }

@media (min-width: 992px) {
    .home-method { display: flex; min-height: 100vh; min-height: 100svh; align-items: center; }
    .home-method > .container { width: 100%; }
    .home-services { display: flex; min-height: 100vh; min-height: 100svh; align-items: center; }
    .home-services > .container { width: 100%; }
}

.services-page .row { --bs-gutter-y: 3.5rem; }
.service-overview-card { display: flex; height: 100%; overflow: hidden; flex-direction: column; border: 0; background: #fff; }
.service-overview-image { display: block; overflow: hidden; padding: 0; border: 0; }
.service-overview-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-overview-body { display: flex; padding: 28px 0 0; flex: 1; flex-direction: column; }
.service-overview-card h2 { margin: 0 0 18px; font-size: 26px; font-weight: 500; line-height: 1.2; }
.service-overview-card p { margin-bottom: 18px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-overview-card ul, .service-aside ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.service-overview-card li, .service-aside li { position: relative; margin-bottom: 11px; padding-left: 20px; color: #4f4f4a; font-size: 15px; }
.service-overview-card li::before, .service-aside li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 1px; content: ''; background: var(--gold); }
.service-overview-card .service-overview-link { display: inline-block; align-self: flex-start; margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 15px; font-weight: 600; }

/* Blog */
.blog-index { background: #fff; }
.blog-index-heading { margin-bottom: 72px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.blog-index-heading h2 { max-width: 680px; margin: 0 0 24px; font-size: clamp(54px, 5vw, 72px); line-height: 1.12; }
.blog-index-heading p { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.blog-grid { --bs-gutter-x: 2rem; --bs-gutter-y: 4rem; }
.article-card { display: flex; height: 100%; flex-direction: column; }
.article-card-image { display: block; overflow: hidden; }
.article-card-image img { display: block; width: 100%; height: auto; transition: transform .45s ease; }
.article-card-image:hover img { transform: scale(1.02); }
.article-card-body { display: flex; padding-top: 26px; flex: 1; flex-direction: column; }
.article-meta, .article-hero-meta { display: flex; gap: 12px 20px; color: #8a8880; font-size: 11px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; flex-wrap: wrap; }
.article-meta span + span::before, .article-hero-meta span + span::before { margin-right: 20px; content: '·'; color: var(--gold); }
.article-card h2 { margin: 16px 0 17px; font-size: 28px; line-height: 1.27; }
.article-card h2 a { transition: color .2s ease; }
.article-card h2 a:hover { color: var(--gold); }
.article-card p { margin-bottom: 20px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.article-card-link { align-self: flex-start; margin-top: auto; color: var(--gold); font-size: 14px; font-weight: 500; }

.article-hero { padding: 235px 0 125px; color: #fff; background: var(--ink); }
.article-hero .back-link { margin-bottom: 50px; }
.article-hero-meta { margin-bottom: 28px; color: #97958d; }
.article-hero h1 { max-width: 1080px; margin: 0; color: #fff; font-size: clamp(46px, 4.4vw, 64px); line-height: 1.14; }
.article-hero-not-found { min-height: 680px; }
.article-hero-not-found h1 { margin-bottom: 38px; }
.article-detail { padding-bottom: 140px; background: #fff; }
.article-cover { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto 90px; transform: translateY(-55px); }
.article-cover img { display: block; width: 100%; height: auto; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.article-content { max-width: 820px; margin: -15px auto 0; }
.article-lead { margin-bottom: 58px; color: var(--ink); font-size: 22px; line-height: 1.75; }
.article-content section + section { margin-top: 58px; }
.article-content h2 { margin-bottom: 25px; font-size: 39px; line-height: 1.22; }
.article-content p { margin-bottom: 19px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.article-content ul { margin: 27px 0 0; padding: 0; list-style: none; }
.article-content li { position: relative; margin-bottom: 13px; padding-left: 23px; color: #4f4f4a; font-size: 15px; line-height: 1.75; }
.article-content li::before { position: absolute; top: .78em; left: 0; width: 8px; height: 1px; content: ''; background: var(--gold); }
.article-disclaimer { margin-top: 72px; padding: 30px 34px; color: #73716b; background: #f3f2ee; }
.article-disclaimer strong { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.article-disclaimer p { margin: 0; font-size: 14px; line-height: 1.75; }

.service-detail h2 { font-size: 48px; }
.service-detail-copy { margin-top: 34px; }
.service-detail-copy p + p { margin-top: 19px; }
.service-aside { position: sticky; top: 35px; padding: 35px; background: #f2f0e9; }
.service-aside h3 { font-size: 28px; }

@media (min-width: 992px) {
    .service-detail { display: flex; min-height: 100vh; min-height: 100svh; align-items: center; }
    .service-detail > .container { width: 100%; }
}

.contact-hero { min-height: 680px; }
.consultation-section { padding: 95px 0; background: #fff; }
.consultation-shell { padding: 0; }
.consultation-main-row { --bs-gutter-x: 6rem; --bs-gutter-y: 3.5rem; }
.consultation-shell h2 { margin-bottom: 28px; color: var(--ink); font-size: clamp(58px, 5vw, 76px); line-height: 1.1; }
.consultation-intro > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.consultation-form { width: 100%; max-width: 610px; margin-left: auto; padding: 42px; border: 1px solid #d8d5cc; background: #fff; }
.consultation-form label { display: block; margin-bottom: 9px; color: #55534e; font-size: 13px; font-weight: 500; }
.consultation-form .form-control { min-height: 54px; padding: 13px 15px; border: 0; border-radius: 0; color: var(--ink); background: #f3f2ee; font-size: 15px; box-shadow: none; }
.consultation-form textarea.form-control { min-height: 145px; resize: vertical; }
.consultation-form .form-control:focus { background: #eeece5; outline: 2px solid rgba(201,163,65,.55); outline-offset: 0; }
.consultation-form-footer { display: flex; align-items: flex-start; gap: 12px; flex-direction: column; }
.consultation-form .form-note { max-width: 360px; margin: 0; color: #8b8982; font-size: 11px; line-height: 1.55; text-align: left; }
.contact-direct { display: grid; max-width: 470px; margin-top: 44px; grid-template-columns: 1fr; gap: 26px; }
.contact-direct > a,
.contact-direct > div { display: grid; min-width: 0; grid-template-columns: 25px 1fr; gap: 15px; align-items: start; color: var(--ink); font-size: 15px; line-height: 1.65; }
.contact-direct svg { width: 21px; height: 21px; margin-top: 2px; color: var(--gold); stroke-width: 1.5; }
.contact-direct span { min-width: 0; color: var(--ink); overflow-wrap: anywhere; }
.contact-direct small { display: block; margin-bottom: 6px; color: #9a9993; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.contact-direct a span { color: var(--gold); font-size: 17px; font-weight: 500; }
.contact-direct a:hover span { color: var(--ink); }

.contact-faq { padding: 110px 0; color: #fff; background: var(--ink); }
.contact-faq h2 { margin-bottom: 26px; color: #fff; font-size: clamp(62px, 5.5vw, 82px); line-height: 1.12; }
.contact-faq .col-lg-5 > p { max-width: 390px; margin: 0; color: #929089; font-size: 16px; line-height: 1.85; }
.faq-list { display: grid; gap: 0; align-content: start; }
.faq-list details { margin: 0; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary { display: flex; min-height: 40px; align-items: center; justify-content: space-between; gap: 32px; color: #f2efe6; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary > span { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: baseline; }
.faq-list summary small { color: var(--gold); font-family: var(--serif); font-size: 18px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--gold); stroke-width: 1.5; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { max-width: 620px; margin: 21px 44px 3px 66px; color: #aaa9a2; font-size: 15px; line-height: 1.85; }

@media (min-width: 992px) {
    .consultation-section, .contact-faq { display: flex; min-height: 100vh; min-height: 100svh; align-items: center; }
    .consultation-section > .container, .contact-faq > .container { width: 100%; }
}

.office-detail-list { border-top: 1px solid var(--line); }
.office-detail-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.office-detail-list span { color: #85847e; font-size: 14px; }
.office-detail-list strong, .office-detail-list a { font-size: 17px; font-weight: 500; line-height: 1.65; }

/* Values */
.values-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.value-item { display: flex; align-items: center; gap: 20px; min-height: 118px; padding: 20px 3%; border-right: 1px solid var(--line); }
.value-item:last-child { border-right: 0; }
.value-item strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.value-item span { color: #77766f; font-size: 9px; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }

/* Services */
.section-heading { margin-bottom: 85px; }
.services-portrait { position: relative; height: 600px; overflow: hidden; background: #deddd7; }
.services-portrait::before { position: absolute; inset: 0; content: ''; background: linear-gradient(145deg, #d8d5cc, #b4a891); }
.services-portrait img { position: relative; z-index: 1; filter: saturate(.72); }
.portrait-line { position: absolute; z-index: 2; right: 28px; bottom: 28px; width: 95px; height: 95px; border-right: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.service-item { display: grid; grid-template-columns: 45px 1fr 28px; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-item:first-child { border-top: 1px solid var(--line); }
.service-number { padding-top: 3px; color: #a09f98; font-size: 10px; }
.service-item h3 { margin: 0 0 5px; font-size: 24px; line-height: 1.25; }
.service-item p { max-width: 530px; max-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 16px; opacity: 0; transition: max-height .25s ease, margin .25s ease, opacity .25s ease; }
.service-item.active p, .service-item:hover p { max-height: 90px; margin-top: 10px; opacity: 1; }
.service-arrow { color: var(--gold); font-size: 18px; }

/* Approach */
.approach { position: relative; overflow: hidden; }
.approach::before { position: absolute; top: -250px; left: -220px; width: 600px; height: 600px; border: 1px solid rgba(182,154,97,.12); border-radius: 50%; content: ''; }
.approach h2 { color: #fff; }
.dark-intro { max-width: 480px; margin-top: 38px; color: #aaa9a2; font-size: 16px; line-height: 1.8; }
.approach-signature { display: flex; align-items: center; gap: 18px; margin-top: 80px; }
.approach-signature > span { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid #4d4d48; border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.approach-signature p { margin: 0; color: #777770; font-size: 10px; letter-spacing: .06em; line-height: 1.7; text-transform: uppercase; }
.approach-signature strong { color: #c9c7be; }
.principle { position: relative; padding: 32px 34px; border-top: 1px solid #32322f; background: #161614; transition: background .2s ease; }
.principle:last-child { border-bottom: 1px solid #32322f; }
.principle.active, .principle:hover { background: #20201d; }
.principle::before { position: absolute; top: 0; left: 0; width: 2px; height: 0; content: ''; background: var(--gold); transition: height .25s ease; }
.principle.active::before, .principle:hover::before { height: 100%; }
.principle > span { display: block; margin-bottom: 17px; color: var(--gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.principle h3 { margin: 0; color: #f3f1e8; font-size: 28px; line-height: 1.15; }
.principle p { max-width: 570px; margin: 12px 0 0; color: #8b8a84; font-size: 16px; }

/* Profile */
.profile-text { max-width: 480px; margin: 35px 0 38px; color: var(--muted); line-height: 1.85; }
.profile-frame { position: relative; height: 670px; overflow: hidden; background: #d7d3c8; }
.profile-frame::before { position: absolute; inset: 0; content: ''; background: radial-gradient(circle at 50% 32%, #f1eee5 0, #d4cbbb 48%, #a49277 100%); }
.profile-frame img { position: relative; z-index: 2; filter: saturate(.72) contrast(1.02); }
.profile-initials { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(255,255,255,.35); font-family: var(--serif); font-size: 560px; line-height: 1; }
.profile-card { position: absolute; z-index: 3; right: 26px; bottom: 26px; width: 230px; padding: 19px 21px; color: #fff; background: rgba(18,18,16,.82); backdrop-filter: blur(7px); }
.profile-card small, .profile-card span { display: block; color: #c2bdaE; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.profile-card strong { display: block; margin: 5px 0 9px; font-family: var(--serif); font-size: 19px; font-weight: 400; }

/* Experience */
.sticky-heading { position: sticky; top: 140px; }
.sticky-heading > p:last-child { max-width: 330px; color: var(--muted); font-size: 16px; }
.case-item { position: relative; display: grid; grid-template-columns: 55px 1fr 32px; gap: 22px; min-height: 175px; padding: 32px 0; border-top: 1px solid #d4d2ca; }
.case-item:last-child { border-bottom: 1px solid #d4d2ca; }
.case-year { padding-top: 4px; color: #8c8a83; font-family: var(--serif); font-size: 17px; }
.case-content { position: relative; z-index: 2; }
.case-content > span { color: var(--gold); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.case-content h3 { max-width: 550px; margin: 10px 0 18px; font-size: 27px; line-height: 1.25; }
.case-content p { margin: 0; color: #929089; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.case-arrow { color: var(--gold); }
.featured-case { min-height: 290px; overflow: hidden; }
.featured-case .case-content { max-width: 55%; }
.case-art { position: absolute; right: 0; bottom: 0; display: grid; width: 39%; height: 220px; place-items: center; overflow: hidden; color: rgba(255,255,255,.82); background: linear-gradient(135deg, #a0937c, #372f29); }
.case-art::before, .case-art::after { position: absolute; width: 160px; height: 260px; border: 1px solid rgba(255,255,255,.16); content: ''; transform: rotate(28deg); }
.case-art::after { transform: rotate(-28deg); }
.case-art span { position: relative; z-index: 1; font-family: var(--serif); font-size: 80px; }

/* Quote and contact */
.quote-section { padding: 100px 0; border-bottom: 1px solid #2d2d2a; }
.quote-section blockquote { max-width: 820px; margin: 0; color: #e8e5dc; font-size: clamp(32px, 3.6vw, 55px); line-height: 1.15; }
.contact { padding: 80px 0 0; }
.contact-panel { padding: 70px; border: 1px solid #34342f; background: #171715; }
.contact h2 { color: #fff; }
.contact .col-lg-6 > p { max-width: 520px; color: #8f8e87; font-size: 16px; line-height: 1.8; }
.contact-mail { display: inline-flex; align-items: center; gap: 30px; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid #5e5d56; color: #e2decf; font-family: var(--serif); font-size: 20px; }
.contact-mail span { color: var(--gold); }
.contact-form { padding: 30px; background: #1d1d1a; }
.contact-form label { display: block; margin-bottom: 7px; color: #7e7d76; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.contact-form .form-control, .contact-form .form-select { min-height: 48px; border: 1px solid #363631; border-radius: 0; color: #d9d7ce; background-color: #242420; font-size: 16px; box-shadow: none; }
.contact-form textarea.form-control { min-height: 100px; resize: vertical; }
.contact-form .form-control::placeholder { color: #65645f; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--gold); }
.form-note { display: block; margin-top: 12px; color: #77766f; font-size: 9px; line-height: 1.5; text-align: center; }

/* Footer CTA */
.footer-cta { color: #fff; background: #11110f; border-bottom: 1px solid #34342f; }
.footer-cta-inner { display: flex; min-height: 300px; align-items: center; justify-content: space-between; gap: 70px; padding-top: 62px; padding-bottom: 62px; }
.footer-cta-copy { max-width: 720px; }
.footer-cta h2 { margin: 0 0 18px; color: #fff; font-size: clamp(38px, 4vw, 58px); }
.footer-cta p { max-width: 640px; margin: 0; color: #929089; font-size: 17px; line-height: 1.75; }
.footer-cta-button { display: inline-flex; min-width: 190px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 16px; border-color: var(--gold); color: #fff; background: var(--gold); }
.footer-cta-button svg { width: 18px; height: 18px; stroke-width: 1.5; }
.footer-cta-button:hover { border-color: #fff; color: var(--ink); background: #fff; }

/* Footer */
.site-footer { padding: 0 0 24px; color: #eeeae0; background: #11110f; }
.footer-main { padding-top: 78px; }
.footer-top { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 265px; gap: 70px; padding: 0 20px 60px; }
.footer-column { display: flex; flex-direction: column; }
.footer-top h3 { margin: 0 0 25px; color: #a77c39; font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.footer-top a,
.footer-top span { color: #b8b6ae; font-size: 14px; line-height: 1.65; transition: color .2s ease; }
.footer-top a:hover { color: var(--gold); }
.footer-navigation { align-items: flex-start; }
.footer-navigation a { margin-bottom: 9px; }
.footer-identity { align-items: center; justify-content: flex-start; text-align: center; }
.footer-brand { display: inline-flex; margin: -15px 0 18px; }
.footer-brand .brand-logo { width: 150px; }
.footer-identity strong { margin-bottom: 10px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.footer-identity span { margin-bottom: 3px; color: #85837c; font-size: 11px; }
.footer-contact { align-items: flex-end; text-align: right; }
.footer-contact a { margin-bottom: 8px; }
.footer-contact span { margin-top: 8px; }
.footer-contact .footer-seat { margin-top: 3px; color: #85837c; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #32322e; color: #77766f; font-size: 10px; }
.footer-bottom span { text-align: left; }
.footer-bottom a { flex-shrink: 0; text-align: right; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 991.98px) {
    body.menu-open { overflow: hidden; }
    .section-pad { padding: 95px 0; }
    .navbar { min-height: 78px; }
    .site-header.menu-is-open::before { position: fixed; z-index: 1002; top: 0; right: 0; left: 0; height: 78px; content: ''; border-bottom: 1px solid rgba(255,255,255,.08); background: #191917; }
    .site-header .navbar-brand,
    .site-header .navbar-toggler { position: relative; z-index: 1003; }
    .site-header .navbar-toggler { padding: 0; }
    .site-header.menu-is-open .navbar-toggler span:first-child { transform: translateY(4px) rotate(45deg); }
    .site-header.menu-is-open .navbar-toggler span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        z-index: 1001;
        inset: 0;
        display: flex !important;
        width: 100%;
        height: 100dvh !important;
        min-height: 100%;
        margin: 0;
        padding: 122px max(24px, calc((100vw - 720px) / 2 + 24px)) 28px;
        overflow-x: hidden;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        visibility: hidden;
        opacity: 0;
        color: #fff;
        background: var(--ink);
        transform: translateY(-12px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .site-header.menu-is-closing .navbar-collapse.collapsing { opacity: 0; transform: translateY(-12px); }
    .navbar-nav { width: 100%; margin: 0 0 32px !important; gap: 0; }
    .navbar-nav .nav-item { border-bottom: 1px solid rgba(255,255,255,.14); }
    .navbar-collapse .nav-link { display: flex; min-height: 54px; padding: 12px 0 !important; align-items: center; justify-content: space-between; color: #f4f1e8; font-family: var(--serif); font-size: clamp(20px, 4.1vw, 27px); line-height: 1.1; letter-spacing: -.02em; }
    .navbar-collapse .nav-link:focus-visible { outline: 0; background: rgba(255,255,255,.045); box-shadow: inset 2px 0 var(--gold); }
    .navbar-collapse .nav-link.active,
    .navbar-collapse .dropdown-toggle.show { color: var(--gold); }
    .navbar-collapse .nav-link:not(.dropdown-toggle)::after { display: none; }
    .navbar-collapse .dropdown-toggle::after { width: 10px; height: 10px; margin: 0 4px 0 20px; flex: 0 0 auto; vertical-align: 0; }
    .navbar-collapse .dropdown-menu {
        min-width: 0;
        max-height: none;
        margin: 0 0 14px !important;
        padding: 0 0 8px 18px;
        overflow: visible;
        border: 0;
        border-left: 1px solid rgba(201,163,65,.55);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .navbar-collapse .dropdown-item { padding: 7px 12px; color: #aaa89f; font-size: 12px; }
    .navbar-collapse .dropdown-item:hover,
    .navbar-collapse .dropdown-item:focus { color: #fff; background: rgba(255,255,255,.06); }
    .navbar-collapse .dropdown-overview { color: var(--gold-light); }
    .navbar-collapse .dropdown-divider { border-color: rgba(255,255,255,.14); }
    .mobile-menu-contact { display: flex; width: 100%; margin-top: auto; gap: 4px; flex-direction: column; color: #9b9991; font-size: 13px; }
    .mobile-menu-contact a { width: fit-content; }
    .mobile-menu-contact a:hover { color: #fff; }
    .hero { padding-top: 110px; }
    .hero-row { min-height: calc(100vh - 155px); min-height: calc(100svh - 155px); }
    .hero-image { object-position: 72% top; }
    .hero-copy { padding-right: 0; }
    .hero-trust { margin-top: 42px; }
    .value-item:nth-child(2) { border-right: 0; }
    .value-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .services-portrait { height: 650px; }
    .approach-signature { margin: 50px 0 25px; }
    .profile-frame { height: 650px; }
    .sticky-heading { position: static; }
    .contact-panel { padding: 50px 35px; }
    .consultation-section { padding: 75px 0; }
    .contact-direct { margin-top: 42px; grid-template-columns: 1fr; gap: 26px; }
    .service-aside { position: static; }
    .home-services-heading { padding: 0 105px; }
    .footer-top { gap: 40px; padding-right: 0; padding-left: 0; }
    .footer-cta-inner { gap: 40px; }
}

@media (max-width: 767.98px) {
    body { font-size: 16px; }
    .section-pad { padding: 76px 0; }
    .site-container { padding-right: 25px; padding-left: 25px; }
    .home-about .site-container { padding-right: 25px; padding-left: 25px; }
    .home-about-row { --bs-gutter-y: 3rem; }
    .home-about h2 { margin-bottom: 26px; font-size: clamp(43px, 12vw, 50px); line-height: 1.14; }
    .home-about h2 .about-name { display: inline; font: inherit; }
    .about-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .about-actions .btn { min-width: 0; padding: 13px 8px; font-size: 12px; white-space: nowrap; }
    h1 { font-size: clamp(37px, 10.5vw, 43px); }
    h2 { font-size: clamp(32px, 8.8vw, 39px); }
    .mobile-title-break { display: inline; }
    .navbar-brand { gap: 7px; }
    .site-header .brand-logo { width: 112px; }
    .site-header .navbar-toggler { position: relative; top: auto; right: auto; display: grid !important; }
    .navbar-collapse,
    .navbar-collapse.collapsing { padding: 126px 25px 24px; }
    .navbar-collapse .nav-link { min-height: 52px; font-size: clamp(21px, 5.8vw, 25px); }
    .hero { padding: 0 0 38px; }
    .hero-row { min-height: calc(100vh - 38px); min-height: calc(100svh - 38px); align-items: center !important; }
    .hero-copy { padding: 78px 24px 48px; }
    .hero-image { object-position: 72% top; }
    .hero-backdrop { background: linear-gradient(180deg, rgba(7,7,6,.42) 0%, rgba(7,7,6,.1) 34%, rgba(7,7,6,.22) 52%, rgba(7,7,6,.92) 80%, rgba(7,7,6,.98) 100%); }
    .hero h1 { margin-bottom: 20px; font-size: clamp(44px, 12vw, 50px); line-height: .94; }
    .hero-mobile-break { display: inline; }
    .hero-lead { margin-bottom: 24px; font-size: 14px; line-height: 1.6; }
    .hero-actions { display: grid !important; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px !important; }
    .hero-actions .btn { width: auto; min-width: 0; padding: 14px 4px; font-size: 13px; line-height: 1.2; letter-spacing: 0; white-space: nowrap; }
    .hero-scroll { bottom: 28px; width: 38px; height: 38px; }
    .hero-trust { margin-top: 35px; }
    .value-item { min-height: 100px; gap: 13px; padding: 16px 12px; }
    .value-item strong { font-size: 22px; }
    .value-item span { font-size: 7px; }
    .home-services-heading { min-height: 0; margin-bottom: 38px; padding: 0; }
    .home-services-intro { padding: 0 5px; }
    .home-services-intro h2 { margin-bottom: 20px; font-size: clamp(40px, 11vw, 48px); line-height: 1.16; }
    .services-slider-controls { position: static; justify-content: flex-end; margin-top: 25px; padding-right: 14px; }
    .services-slider-button { width: 43px; height: 43px; }
    .services-slider { margin-right: calc(var(--bs-gutter-x) * -.5); }
    .section-heading { margin-bottom: 50px; text-align: left !important; }
    .services-portrait { height: 500px; }
    .service-item { grid-template-columns: 32px 1fr 20px; gap: 10px; }
    .service-item h3 { font-size: 22px; }
    .service-item p { max-height: 100px; margin-top: 9px; opacity: 1; }
    .principle { padding: 26px 20px; }
    .principle h3 { font-size: 24px; }
    .profile-frame { height: 540px; }
    .profile-initials { font-size: 400px; }
    .profile-card { right: 15px; bottom: 15px; left: 15px; width: auto; }
    .case-item { grid-template-columns: 35px 1fr 18px; gap: 12px; }
    .featured-case { display: block; padding-left: 47px; }
    .featured-case .case-year { position: absolute; left: 0; }
    .featured-case .case-content { max-width: 100%; padding-bottom: 210px; }
    .case-art { width: calc(100% - 47px); height: 185px; }
    .quote-section { padding: 75px 0; }
    .contact { padding-top: 35px; }
    .contact-panel { padding: 50px 20px; border-right: 0; border-left: 0; }
    .contact-form { padding: 22px 16px; }
    .contact-mail { gap: 14px; font-size: 16px; }
    .footer-cta-inner { min-height: 330px; padding-top: 60px; padding-bottom: 60px; align-items: flex-start; justify-content: center; gap: 30px; flex-direction: column; }
    .footer-cta h2 { font-size: clamp(34px, 10vw, 42px); }
    .footer-cta p { font-size: 15px; }
    .footer-cta-button { width: 100%; }
    .site-footer { padding-bottom: 22px; }
    .footer-main { padding-top: 62px; }
    .footer-top { grid-template-columns: 1fr; min-height: 0; gap: 48px; padding: 0 12px 48px; }
    .footer-column,
    .footer-navigation,
    .footer-contact { align-items: center; text-align: center; }
    .footer-identity { grid-row: 1; }
    .footer-navigation { grid-row: 2; }
    .footer-contact { grid-row: 3; }
    .footer-top h3 { margin-bottom: 19px; }
    .footer-brand { margin-top: 0; }
    .footer-bottom { gap: 16px; padding: 20px 0 0; align-items: flex-end; line-height: 1.55; }
    .footer-bottom span { max-width: 58%; }
    .page-hero { min-height: 610px; padding: 175px 0 95px; }
    .page-hero-image { object-position: 72% top; }
    .page-hero::after { background: linear-gradient(180deg, rgba(6,6,5,.16) 0%, rgba(6,6,5,.34) 42%, rgba(6,6,5,.92) 82%, rgba(6,6,5,.98) 100%); }
    .page-hero h1 { max-width: 100%; font-size: clamp(34px, 9.3vw, 40px); overflow-wrap: anywhere; }
    .page-hero p { font-size: 16px; }
    .home-about-photo, .about-page-photo { padding: 35px 18px 0; }
    .about-quote { padding: 21px 22px; font-size: 17px; }
    .home-method-row { --bs-gutter-y: 3rem; }
    .home-method h2 { font-size: clamp(49px, 13.5vw, 58px); line-height: 1.16; }
    .home-method-lead { margin-bottom: 32px; font-size: 16px !important; }
    .method-points { gap: 24px; }
    .method-points > div { min-height: 92px; padding: 0; gap: 8px; }
    .method-points strong { font-size: 50px; }
    .method-points span { font-size: 16px; }
    .prose-content blockquote { padding-left: 20px; font-size: 27px; }
    .service-card { min-height: 0; }
    .service-card-body { padding: 24px 0 0; }
    .service-card h3 { font-size: 21px; }
    .service-overview-body { padding: 24px 0 0; }
    .service-overview-card h2 { font-size: 24px; }
    .blog-index-heading { margin-bottom: 48px; padding-bottom: 40px; }
    .blog-index-heading h2 { margin-bottom: 23px; font-size: clamp(43px, 12vw, 52px); }
    .blog-index-heading p { font-size: 15px; }
    .blog-grid { --bs-gutter-y: 3.5rem; }
    .article-card-body { padding-top: 22px; }
    .article-card h2 { font-size: 25px; }
    .article-hero { padding: 155px 0 98px; }
    .article-hero .back-link { margin-bottom: 38px; }
    .article-hero-meta { margin-bottom: 22px; gap: 9px 14px; }
    .article-meta span + span::before, .article-hero-meta span + span::before { margin-right: 14px; }
    .article-hero h1 { font-size: clamp(34px, 9vw, 41px); line-height: 1.18; }
    .article-detail { padding-bottom: 90px; }
    .article-cover { margin-bottom: 35px; transform: translateY(-35px); }
    .article-content { margin-top: 0; }
    .article-lead { margin-bottom: 45px; font-size: 19px; line-height: 1.7; }
    .article-content section + section { margin-top: 45px; }
    .article-content h2 { margin-bottom: 20px; font-size: 31px; }
    .article-content p { font-size: 15px; line-height: 1.85; }
    .article-disclaimer { margin-top: 52px; padding: 25px 23px; }
    .service-detail h2 { font-size: 36px; }
    .contact-hero { min-height: 610px; }
    .consultation-section { padding: 52px 0; }
    .consultation-shell h2 { font-size: clamp(42px, 11.5vw, 50px); }
    .consultation-intro > p { font-size: 15px; }
    .consultation-form { max-width: none; padding: 25px 18px; }
    .consultation-form textarea.form-control { min-height: 115px; }
    .consultation-form-footer { align-items: stretch; flex-direction: column; gap: 13px; }
    .consultation-form-footer .btn { width: 100%; }
    .consultation-form .form-note { max-width: none; text-align: center; }
    .contact-direct { margin-top: 48px; grid-template-columns: 1fr; gap: 30px; }
    .contact-direct > a,
    .contact-direct > div { font-size: 15px; }
    .contact-faq { padding: 82px 0 90px; }
    .contact-faq h2 { font-size: clamp(46px, 13vw, 56px); }
    .faq-list summary { gap: 18px; font-size: 21px; }
    .faq-list summary > span { grid-template-columns: 38px 1fr; gap: 12px; }
    .faq-list summary small { font-size: 16px; }
    .faq-list details { padding: 25px 0; }
    .faq-list details p { margin-right: 0; margin-left: 50px; }
    .office-detail-list > div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
    .hero-scroll { animation: none; }
}

/* Private demo analytics */
.analytics-admin { min-height: 100vh; color: #ebe8df; background: #11110f; }
.analytics-login-shell { display: grid; min-height: 100vh; padding: 32px 25px; place-items: center; }
.analytics-login-card { width: 100%; max-width: 480px; padding: 48px; border: 1px solid #34332e; background: #171715; }
.analytics-label { display: block; margin-bottom: 18px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.analytics-login-card h1, .analytics-dashboard h1 { margin: 0 0 20px; color: #fff; font-size: clamp(46px, 6vw, 70px); line-height: 1; }
.analytics-login-card > p, .analytics-dashboard-header p { color: #96948c; font-size: 14px; line-height: 1.75; }
.analytics-login-card form { margin-top: 35px; }
.analytics-login-card label { display: block; margin-bottom: 9px; color: #aaa89f; font-size: 12px; }
.analytics-login-card input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #3c3b35; border-radius: 0; outline: 0; color: #fff; background: #10100f; font-family: var(--sans); }
.analytics-login-card input:focus { border-color: var(--gold); }
.analytics-login-card button, .analytics-logout { min-height: 48px; margin-top: 14px; padding: 0 24px; border: 0; color: #fff; background: var(--gold); font-family: var(--sans); font-size: 13px; font-weight: 400; }
.analytics-error { margin-top: 22px; padding: 13px 15px; color: #efc5bc; background: #3a211d; font-size: 13px; }
.analytics-dashboard { width: min(1240px, calc(100% - 50px)); margin: 0 auto; padding: 72px 0 90px; }
.analytics-dashboard-header { display: flex; padding-bottom: 55px; border-bottom: 1px solid #302f2a; justify-content: space-between; gap: 50px; align-items: flex-end; }
.analytics-dashboard-header p { max-width: 680px; margin: 0; }
.analytics-dashboard-header code { color: var(--gold-light); }
.analytics-logout { margin: 0; flex: 0 0 auto; color: #d1cec4; background: #282824; }
.analytics-stats { display: grid; padding: 50px 0; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #302f2a; }
.analytics-stats > div { min-height: 105px; padding: 4px 35px; border-right: 1px solid #302f2a; }
.analytics-stats > div:first-child { padding-left: 0; }
.analytics-stats > div:last-child { border-right: 0; }
.analytics-stats span { display: block; margin-bottom: 18px; color: #7e7c75; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.analytics-stats strong { display: block; color: #fff; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.2; }
.analytics-stats > div:last-child strong { font-family: var(--sans); font-size: 17px; font-weight: 400; }
.analytics-table-section { padding-top: 58px; }
.analytics-table-heading { display: flex; margin-bottom: 28px; justify-content: space-between; align-items: end; gap: 20px; }
.analytics-table-heading h2 { margin: 0; color: #fff; font-size: 34px; }
.analytics-table-heading span { color: #77756f; font-size: 12px; }
.analytics-table-wrap { overflow-x: auto; }
.analytics-table-section table { width: 100%; border-collapse: collapse; }
.analytics-table-section th, .analytics-table-section td { padding: 18px 15px; border-bottom: 1px solid #2b2a26; text-align: left; }
.analytics-table-section th { color: #77756f; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.analytics-table-section td { color: #c9c6bd; font-size: 14px; }
.analytics-table-section td code { color: var(--gold-light); }
.analytics-empty { padding: 34px 0; color: #85837c; }

@media (max-width: 767.98px) {
    .analytics-login-card { padding: 35px 24px; }
    .analytics-dashboard { width: calc(100% - 50px); padding-top: 45px; }
    .analytics-dashboard-header { align-items: flex-start; flex-direction: column; }
    .analytics-stats { grid-template-columns: 1fr; }
    .analytics-stats > div, .analytics-stats > div:first-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid #302f2a; }
    .analytics-stats > div:last-child { border-bottom: 0; }
    .analytics-table-section th, .analytics-table-section td { padding: 16px 10px; white-space: nowrap; }
}
