:root {
    --navy: #06182d;
    --navy-2: #0a2341;
    --navy-3: #0e315b;
    --gold: #d7a64b;
    --gold-2: #f2ca75;
    --ink: #102033;
    --muted: #647184;
    --line: #e8edf4;
    --paper: #ffffff;
    --soft: #f7f8fb;
    --danger: #b42318;
    --success: #027a48;
    --shadow: 0 20px 60px rgba(4, 16, 31, .12);
    --shadow-soft: 0 12px 30px rgba(4, 16, 31, .08);
    --radius: 22px;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 16px clamp(18px, 4vw, 64px);
    color: #fff;
    background: rgba(6, 24, 45, .92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 260px; }
.brand-mark {
    width: 54px; height: 54px;
    border: 1px solid var(--gold);
    color: var(--gold-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
    flex: 0 0 54px;
}
.brand-mark span { width: 1px; height: 28px; background: var(--gold); margin: 0 7px; opacity: .85; }
.brand-text small { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7); line-height: 1.1; }
.brand-text strong { display: block; font-family: var(--serif); font-size: 20px; color: #fff; line-height: 1.2; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.site-nav a { opacity: .86; position: relative; padding: 8px 0; }
.site-nav a:hover, .site-nav a.is-active { opacity: 1; color: var(--gold-2); }
.site-nav a.is-active::after, .site-nav a:hover::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold);
}
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 7px 0; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 3px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #111a27; box-shadow: 0 14px 30px rgba(215,166,75,.28); }
.btn-dark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.25); }
.btn-outline { color: var(--gold-2); border-color: var(--gold); background: transparent; }
.btn.full { width: 100%; }

.hero {
    min-height: 760px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 38px;
    align-items: center;
    padding: clamp(70px, 9vw, 120px) clamp(18px, 6vw, 90px) 70px;
    background: var(--navy);
    color: #fff;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 75% 20%, rgba(215,166,75,.18), transparent 30%),
        linear-gradient(90deg, rgba(6,24,45,.98), rgba(6,24,45,.85)),
        url("data:image/svg+xml,%3Csvg width='1400' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.08'%3E%3Cpath d='M0 600h1400M80 600V360h110v240M260 600V220h120v380M470 600V310h150v290M710 600V250h120v350M930 600V180h130v420M1160 600V330h110v270'/%3E%3Cpath d='M0 640c160-80 330-70 490-20s300 60 470 0 300-80 440-20'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}
.hero::after {
    content: '';
    position: absolute;
    left: -15%; bottom: -22%;
    width: 56%; height: 42%;
    background: radial-gradient(circle, rgba(215,166,75,.18), transparent 68%);
}
.hero-content, .hero-visual { position: relative; z-index: 1; }
.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .19em;
    text-transform: uppercase;
    font-weight: 900;
}
h1, h2, h3 { margin: 0 0 18px; line-height: 1.08; color: inherit; }
h1, h2 { font-family: var(--serif); font-weight: 800; }
h1 { font-size: clamp(44px, 6vw, 76px); letter-spacing: -.04em; }
h1 span { display: block; color: var(--gold-2); }
h2 { font-size: clamp(32px, 4vw, 50px); color: var(--navy); letter-spacing: -.03em; }
h3 { font-size: 20px; }
.hero-copy { max-width: 700px; color: rgba(255,255,255,.84); font-size: 18px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-actions.compact { margin-top: 24px; }
.hero-contact { display: flex; flex-wrap: wrap; gap: 28px; color: rgba(255,255,255,.86); font-weight: 700; }

.portrait-card {
    min-height: 520px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    overflow: hidden;
    position: relative;
}
.portrait-columns {
    position: absolute; inset: 0;
    background:
      repeating-linear-gradient(90deg, rgba(255,255,255,.15) 0 18px, rgba(255,255,255,.04) 18px 38px),
      linear-gradient(180deg, rgba(255,255,255,.1), transparent 70%);
    clip-path: polygon(43% 0, 100% 0, 100% 100%, 28% 100%);
}
.portrait-person {
    position: absolute; left: 8%; bottom: 13%;
    width: 54%; aspect-ratio: .8;
    border-radius: 42% 42% 8% 8%;
    background: linear-gradient(180deg, #1c365a, #071829 68%);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 20px 50px rgba(0,0,0,.32);
    display: flex; align-items: center; justify-content: center;
}
.portrait-person::before {
    content: '';
    position: absolute; top: 12%; left: 50%; transform: translateX(-50%);
    width: 32%; aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-2), #f7e4bf);
    opacity: .9;
}
.portrait-person span {
    margin-top: 46%;
    font-family: var(--serif); color: var(--gold-2); font-size: 54px; opacity: .45; letter-spacing: .05em;
}
.portrait-badge {
    position: absolute; right: 26px; bottom: 26px;
    padding: 15px 18px;
    border-radius: 100px;
    background: rgba(6,24,45,.82);
    border: 1px solid rgba(215,166,75,.4);
    color: var(--gold-2);
    font-weight: 800;
    font-size: 13px;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #071b33;
    color: #fff;
    padding: 0 clamp(18px, 6vw, 90px);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.trust-strip div { padding: 28px; border-left: 1px solid rgba(255,255,255,.1); display: grid; gap: 4px; }
.trust-strip div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip span { color: var(--gold-2); font-size: 28px; }
.trust-strip strong { text-transform: uppercase; letter-spacing: .04em; font-size: 13px; }
.trust-strip small { color: rgba(255,255,255,.62); }

.section { padding: clamp(70px, 8vw, 110px) clamp(18px, 6vw, 90px); }
.section.narrow { max-width: 980px; margin: 0 auto; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading p:not(.eyebrow) { color: var(--muted); margin: 0; }
.practice-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.practice-card, .testimonial-card, .resource-card, .side-card, .form-shell, .contact-card, .faq-item {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    border-radius: 18px;
}
.practice-card {
    padding: 32px 20px;
    text-align: center;
    min-height: 260px;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.practice-card:hover { transform: translateY(-8px); border-color: rgba(215,166,75,.5); box-shadow: var(--shadow); }
.card-icon, .large-icon { color: var(--gold); font-size: 42px; margin-bottom: 14px; }
.practice-card h3 { color: var(--navy); font-family: var(--serif); font-size: 20px; }
.practice-card p { color: var(--muted); font-size: 14px; }
.practice-card a, .resource-card a { color: #a57120; font-weight: 900; font-size: 13px; text-transform: uppercase; }

.split-section { display: grid; grid-template-columns: .9fr 1fr; gap: 42px; align-items: center; }
.about-preview { grid-template-columns: .8fr 1fr .65fr; background: linear-gradient(180deg, #fff, #fafbfe); }
.image-panel { min-height: 420px; border-radius: 28px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.law-office-art {
    min-height: 420px; height: 100%; position: relative;
    background:
      radial-gradient(circle at 28% 30%, rgba(215,166,75,.35), transparent 18%),
      linear-gradient(135deg, rgba(6,24,45,.98), rgba(13,47,86,.94)),
      repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 80px, transparent 80px 160px);
}
.law-office-art.tall { min-height: 520px; }
.law-office-art .scale { position: absolute; right: 42px; bottom: 36px; color: var(--gold-2); font-size: 86px; opacity: .65; }
.law-office-art .lamp { position: absolute; left: 54px; top: 72px; width: 80px; height: 150px; border-bottom: 5px solid var(--gold); }
.law-office-art .lamp::before { content: ''; position: absolute; top: 0; left: 10px; width: 62px; height: 42px; background: var(--gold-2); clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); opacity: .85; }
.law-office-art .book { position: absolute; bottom: 58px; width: 120px; height: 18px; background: rgba(255,255,255,.16); }
.law-office-art .book.one { left: 42px; }
.law-office-art .book.two { left: 70px; bottom: 86px; width: 160px; background: rgba(215,166,75,.4); }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; color: #2b3b50; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #fff; background: var(--gold); border-radius: 50%; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.stat-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.stat-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); background: #fff; }
.stat-card strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 32px; line-height: 1; }
.stat-card span { color: var(--muted); font-size: 13px; font-weight: 700; }

.process-section {
    padding: clamp(70px, 8vw, 100px) clamp(18px, 6vw, 90px);
    color: #fff;
    background:
      radial-gradient(circle at 70% 20%, rgba(215,166,75,.2), transparent 28%),
      linear-gradient(135deg, var(--navy), var(--navy-2));
}
.process-section h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-card { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); }
.process-card span { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; margin-bottom: 18px; }
.process-card h3 { color: #fff; text-transform: uppercase; font-size: 15px; letter-spacing: .08em; }
.process-card p { color: rgba(255,255,255,.74); margin: 0; }

.testimonial-section { background: #fafbfe; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { padding: 28px; }
.stars { color: var(--gold); letter-spacing: .08em; margin-bottom: 12px; }
.testimonial-card p { color: #3d4b5d; font-size: 17px; }
.testimonial-card strong { display: block; color: var(--navy); }
.testimonial-card small { color: var(--muted); }

.contact-band {
    display: grid;
    grid-template-columns: .85fr 1.35fr;
    gap: 0;
    align-items: stretch;
    background: #fff;
}
.contact-band.slim { background: #f8fafc; }
.consult-copy {
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    color: #fff;
    border-radius: 24px 0 0 24px;
    padding: clamp(32px, 5vw, 58px);
}
.consult-copy h2 { color: #fff; }
.consult-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.consult-copy a { display: block; margin-top: 16px; color: var(--gold-2); font-weight: 800; }
.form-shell { padding: clamp(26px, 4vw, 42px); border-radius: 0 24px 24px 0; }
.lead-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); font-size: 13px; }
input, select, textarea {
    width: 100%;
    border: 1px solid #dce4ef;
    border-radius: 10px;
    min-height: 48px;
    padding: 13px 14px;
    font: inherit;
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(215,166,75,.15); }
.form-note { color: var(--muted); font-size: 12px; margin: 0; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.alert { padding: 14px 16px; border-radius: 12px; margin-bottom: 20px; font-weight: 700; }
.alert.success { color: var(--success); background: #ecfdf3; border: 1px solid #abefc6; }
.alert.error { color: var(--danger); background: #fef3f2; border: 1px solid #fecdca; }
.alert p { margin: 0; }

.faq-preview { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-item { padding: 0; overflow: hidden; margin-bottom: 16px; }
.faq-item summary { cursor: pointer; padding: 20px 24px; font-weight: 900; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 24px; line-height: 1; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

.page-hero {
    padding: clamp(90px, 10vw, 150px) clamp(18px, 6vw, 90px) clamp(70px, 8vw, 100px);
    color: #fff;
    background:
      radial-gradient(circle at 75% 20%, rgba(215,166,75,.22), transparent 28%),
      linear-gradient(135deg, rgba(6,24,45,.98), rgba(10,35,65,.96));
}
.page-hero h1 { max-width: 900px; }
.page-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.76); font-size: 18px; }
.practice-hero { background:
      radial-gradient(circle at 80% 30%, rgba(215,166,75,.25), transparent 26%),
      linear-gradient(135deg, var(--navy), var(--navy-3)); }
.practice-detail { align-items: start; }
.side-card { padding: 32px; position: sticky; top: 100px; }
.side-card h3 { font-family: var(--serif); color: var(--navy); font-size: 28px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.resource-card { padding: 32px; }
.resource-card span, .article-page time { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.resource-card h2 { font-size: 30px; margin-top: 12px; }
.resource-card p { color: var(--muted); }
.article-page { max-width: 880px; margin: 0 auto; padding: clamp(70px, 8vw, 110px) 22px; }
.article-page h1 { color: var(--navy); font-size: clamp(38px, 5vw, 64px); }
.article-page p { font-size: 18px; color: #344255; }
.article-disclaimer { margin: 34px 0; padding: 18px; border-left: 4px solid var(--gold); background: #fff8ea; color: #6a4a17; font-weight: 700; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.contact-page-grid .form-shell, .contact-page-grid .contact-card { border-radius: 24px; }
.contact-card { padding: 34px; }
.contact-card h2 { font-size: 34px; }
.contact-card a { color: #a57120; font-weight: 800; }
.mini-map { min-height: 190px; border-radius: 18px; background: linear-gradient(135deg, #eaf0f7, #fff); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--navy); font-family: var(--serif); font-size: 24px; text-align: center; padding: 20px; margin-top: 26px; }

.footer { background: #06182d; color: #fff; }
.footer-cta {
    display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
    padding: clamp(46px, 6vw, 78px) clamp(18px, 6vw, 90px);
    background:
        linear-gradient(90deg, rgba(6,24,45,.96), rgba(6,24,45,.72)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='260'%3E%3Cg fill='none' stroke='%23fff' stroke-opacity='.08'%3E%3Cpath d='M0 220c190-90 320-40 500-70s330-130 520-70 260 90 380 0'/%3E%3Cpath d='M0 230h1400M80 230V90h80v140M240 230V45h95v185M520 230V85h115v145M850 230V50h110v180M1150 230V90h90v140'/%3E%3C/g%3E%3C/svg%3E");
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-cta h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); }
.footer-cta p { margin: 0; color: rgba(255,255,255,.72); }
.footer-cta-actions { display: grid; gap: 10px; justify-items: end; }
.call-link { color: var(--gold-2); font-weight: 800; }
.footer-grid {
    display: grid; grid-template-columns: 1.25fr .8fr 1fr 1fr; gap: 38px;
    padding: 58px clamp(18px, 6vw, 90px);
}
.footer-brand { color: #fff; margin-bottom: 20px; }
.footer p, .footer a { color: rgba(255,255,255,.72); }
.footer a:hover { color: var(--gold-2); }
.footer h3 { color: var(--gold-2); text-transform: uppercase; font-size: 13px; letter-spacing: .12em; }
.footer-grid div:not(:first-child) a { display: block; margin: 8px 0; }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px clamp(18px, 6vw, 90px); border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: 12px; }

.admin-body { min-height: 100vh; background: linear-gradient(135deg, var(--navy), #102b4e); display: grid; place-items: center; padding: 30px; }
.admin-login { width: min(440px, 100%); background: #fff; border-radius: 26px; padding: 34px; box-shadow: var(--shadow); display: grid; gap: 18px; }
.admin-login .brand-mark { color: var(--gold); border-color: var(--gold); }
.admin-login h1 { color: var(--navy); font-size: 38px; }
.admin-login p, .admin-login small { color: var(--muted); margin: 0; }
.dashboard-body { display: block; padding: 0; background: #f5f7fb; }
.admin-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 34px; background: var(--navy); color: #fff; }
.admin-header div span { display: block; color: rgba(255,255,255,.65); font-size: 13px; }
.admin-header nav { display: flex; gap: 20px; }
.admin-header a { color: var(--gold-2); font-weight: 800; }
.admin-main { padding: 30px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
.admin-stats div, .lead-table-card { background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.admin-stats div { padding: 24px; }
.admin-stats strong { display: block; font-size: 34px; color: var(--navy); font-family: var(--serif); }
.admin-stats span { color: var(--muted); font-weight: 700; }
.lead-table-card { padding: 24px; }
.lead-table-card h1 { color: var(--navy); font-size: 34px; }
.table-wrap { overflow-x: auto; }
.lead-table { width: 100%; border-collapse: collapse; min-width: 980px; }
.lead-table th, .lead-table td { text-align: left; vertical-align: top; padding: 14px; border-bottom: 1px solid var(--line); }
.lead-table th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.status-form select { min-width: 170px; }

.reveal { opacity: 0; transform: translateY(18px); transition: .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .header-cta { display: none; }
    .practice-grid { grid-template-columns: repeat(3, 1fr); }
    .about-preview { grid-template-columns: 1fr 1fr; }
    .about-preview .stat-grid { grid-column: span 2; grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
    .site-header { grid-template-columns: auto auto; }
    .brand { min-width: auto; }
    .brand-text strong { font-size: 17px; }
    .nav-toggle { display: block; justify-self: end; }
    .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); padding: 16px 24px 24px; flex-direction: column; align-items: flex-start; }
    .site-nav.is-open { display: flex; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-visual { order: -1; }
    .portrait-card { min-height: 360px; }
    .trust-strip { grid-template-columns: 1fr 1fr; padding: 0; }
    .split-section, .contact-band, .contact-page-grid { grid-template-columns: 1fr; }
    .consult-copy, .form-shell { border-radius: 24px; }
    .process-grid, .testimonial-grid, .resource-grid, .faq-grid { grid-template-columns: 1fr; }
    .footer-cta, .footer-grid { grid-template-columns: 1fr; }
    .footer-cta-actions { justify-items: start; }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 640px) {
    .site-header { padding: 12px 16px; }
    .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
    .brand-text small { display: none; }
    .brand-text strong { font-size: 15px; }
    h1 { font-size: 40px; }
    h2 { font-size: 32px; }
    .hero { padding: 50px 18px; }
    .hero-actions, .hero-contact { display: grid; }
    .trust-strip, .practice-grid, .about-preview, .about-preview .stat-grid, .form-grid, .admin-stats { grid-template-columns: 1fr; }
    .about-preview .stat-grid { grid-column: auto; }
    .section { padding: 62px 18px; }
    .page-hero { padding: 82px 18px 58px; }
    .admin-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .admin-header nav { flex-wrap: wrap; }
    .admin-main { padding: 18px; }
}
