:root { --navy:#061f33; --ink:#18253a; --gold:#c99035; --blue:#6691c5; --sand:#f8f7f4; --muted:#6b7585; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:#fff; color:var(--ink); font-family:"DM Sans",Arial,sans-serif; font-size:16px; } a { color:inherit; text-decoration:none; } img { display:block; max-width:100%; } .site-header { height:94px; display:flex; align-items:center; justify-content:space-between; padding:0 clamp(24px,7vw,112px); background:white; position:relative; z-index:3; } .brand { display:block; } .brand-image { width:112px; height:auto; } .brand--footer .brand-image { width:154px; filter:invert(1) grayscale(1) brightness(2); mix-blend-mode:screen; } .main-nav { display:flex; align-items:center; gap:31px; font-size:13px; color:#3f4854; } .main-nav > a:not(.button) { transition:color .2s; } .main-nav > a:not(.button):hover { color:var(--gold); } .button { border:1px solid var(--gold); background:var(--gold); color:#fff; padding:14px 18px; display:inline-flex; align-items:center; justify-content:center; gap:24px; font-weight:700; font-size:14px; white-space:nowrap; transition:transform .2s, background .2s; } .button:hover { background:#ab741e; transform:translateY(-2px); } .button--small { padding:12px 22px; margin-left:5px; font-size:12px; } .button--outline { background:transparent; border-color:#778796; color:#fff; } .button--outline:hover { border-color:#fff; background:rgba(255,255,255,.08); } .menu-toggle { display:none; border:0; background:transparent; width:38px; padding:7px; } .menu-toggle i { display:block; height:2px; background:var(--navy); margin:5px 0; }
.hero { display:grid; grid-template-columns:1fr 1fr; height:min(40vw,986px); min-height:420px; background:var(--navy); overflow:hidden; } .hero-copy { padding:clamp(48px,4.45vw,110px) clamp(24px,6.2vw,153px) 34px; color:white; } .eyebrow { margin:0 0 14px; color:#6387bb; font-size:12px; letter-spacing:2px; line-height:1.3; font-weight:700; } .eyebrow--gold { color:var(--gold); letter-spacing:1px; }.hero h1,h2 { font-family:"Playfair Display",Georgia,serif; font-weight:600; letter-spacing:-1.6px; } .hero h1 { margin:0; font-size:clamp(39px,3.55vw,88px); line-height:1.05; } .intro { max-width:420px; margin:16px 0 20px; color:#d4dbe2; line-height:1.5; font-size:15px; } .hero-actions { display:flex; gap:9px; }.hero-note { color:#aebac5; font-size:12px; margin:18px 0 0; }.hero-image { min-height:0; overflow:hidden; }.hero-image img { width:100%; height:100%; object-fit:cover; object-position:center; }
.options { min-height:248px; background:var(--sand); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; padding:43px clamp(24px,7.4vw,116px); }.options h2 { margin:0; font-size:clamp(31px,3.1vw,47px); line-height:1.08; }.options-cta { padding:13px 0 13px 39px; border-left:3px solid var(--gold); max-width:480px; }.options-cta p { margin:0 0 16px; color:#5d6b7d; line-height:1.5; font-size:17px; }
.section { padding:62px clamp(24px,7vw,110px); }.section-heading { text-align:center; }.section-heading h2 { margin:0; font-size:clamp(34px,2.35vw,57px); line-height:1.1; }.section-heading > p:last-child { color:#818b99; margin:10px 0 36px; font-size:17px; }.services .section-heading h2 { font-size:2.85vw; }.services .section-heading > p:last-child { font-size:1.33vw; margin-bottom:1.75vw; }.service-grid { width:74vw; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); gap:1.1vw; }.service-card { height:34.2vw; min-height:0; border-radius:5px; overflow:hidden; box-shadow:0 5px 15px rgba(9,30,51,.1); display:flex; flex-direction:column; background:#fff; }.service-card > img { width:100%; height:14.65vw; object-fit:cover; }.card-body { display:flex; flex:1; flex-direction:column; padding:1.35vw; }.card-kicker { display:flex; align-items:center; gap:.78vw; color:var(--gold); font-size:.8vw; font-weight:700; letter-spacing:.07vw; margin:0 0 .86vw; white-space:nowrap; }.service-icon { width:3.32vw; height:3.32vw; flex:0 0 3.32vw; display:grid; place-items:center; }.service-icon img { width:3.32vw; height:3.32vw; }.service-card h3 { margin:0 0 .94vw; font-family:"Playfair Display",Georgia,serif; font-size:1.75vw; line-height:1.04; }.service-card ul { list-style:none; padding:0; margin:0; color:#26374e; font-size:.95vw; line-height:1.3; font-weight:600; }.service-card li { margin:.55vw 0; padding-left:1.17vw; position:relative; }.service-card li:before { content:""; width:.55vw; height:.55vw; border-radius:50%; background:var(--gold); position:absolute; left:0; top:.35vw; }.card-description { margin:0; color:#68758a; font-size:.95vw; line-height:1.3; }.service-card a { border-top:1px solid #edf0f3; margin-top:auto; padding-top:1.25vw; color:var(--gold); font-weight:600; font-size:.86vw; }.service-card a span, .team-card a span { margin-left:10px; font-size:15px; }
.benefits { background:var(--navy); color:white; padding:6.4vw 9.2vw 6.7vw; }.benefits h2 { font-size:3.42vw; line-height:1; text-align:center; margin:0 0 3.5vw; letter-spacing:0; }.benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); }.benefit-grid article { height:14vw; padding:1vw 0 1vw 4vw; border-left:1px solid #6b8293; }.benefit-grid article:first-child { border:0; padding-left:0; }.benefit-grid p { color:var(--gold); font-family:"Playfair Display",Georgia,serif; font-size:3.8vw; line-height:.88; margin:0 0 2.25vw; }.benefit-grid h3 { font-size:2.2vw; line-height:1.05; margin:0 0 1.35vw; white-space:nowrap; }.benefit-grid span { color:#d2d8de; font-size:1.7vw; }
.team { padding-top:55px; }.eyebrow--lines { color:var(--gold); display:flex; align-items:center; justify-content:center; gap:22px; }.eyebrow--lines:before,.eyebrow--lines:after { content:""; height:1px; width:42px; background:#d9b67a; }.team-grid { max-width:1125px; margin:27px auto 0; display:grid; grid-template-columns:repeat(5,1fr); gap:15px; }.team-card { border-radius:3px; overflow:hidden; box-shadow:0 3px 14px rgba(9,30,51,.12); text-align:center; padding-bottom:12px; }.team-card img { height:230px; width:100%; object-fit:cover; object-position:top; }.team-card h3 { font-family:"Playfair Display",Georgia,serif; margin:10px 5px 2px; font-size:14px; line-height:1.1; }.team-card p { color:#808996; font-size:11px; margin:0 0 10px; }.team-card a { color:var(--gold); font-size:11px; font-weight:600; }.final-cta { background:var(--navy); color:#fff; padding:52px clamp(24px,7vw,110px); display:flex; justify-content:space-between; align-items:center; gap:35px; }.final-cta h2 { font-size:clamp(30px,3.3vw,46px); line-height:1.05; margin:0 0 10px; }.final-cta > div > p:last-child { margin:0; color:#d2d8de; font-size:17px; }.button--large { padding:23px 30px; font-size:16px; }
.footer { background:#0a3a5d; color:#dce7ee; display:grid; grid-template-columns:1.7fr 1.1fr 1.3fr 1.35fr; column-gap:32px; padding:43px clamp(24px,5.4vw,85px) 0; font-size:12px; }.brand--footer { margin-bottom:20px; }.footer-main p { line-height:1.45; margin:0; }.footer h3 { color:var(--gold); font-size:10px; letter-spacing:1.8px; margin:8px 0 15px; }.footer div:not(.footer-main):not(.footer-bottom),.footer address { border-left:1px solid rgba(220,231,238,.3); padding-left:30px; font-style:normal; }.footer a,.footer address span { display:block; margin:0 0 10px; }.footer a:hover { color:#fff; }.footer-bottom { grid-column:1/-1; border-top:1px solid rgba(220,231,238,.28); margin-top:28px; padding:17px 0; display:flex; justify-content:space-between; font-size:10px; }.footer-bottom a { display:inline; }
@media (max-width:850px) { .site-header { height:76px; padding:0 24px; }.main-nav { position:absolute; top:76px; left:0; right:0; padding:22px 24px; flex-direction:column; align-items:flex-start; gap:20px; background:white; box-shadow:0 12px 18px rgba(0,0,0,.1); transform:translateY(-130%); transition:transform .25s; z-index:-1; }.main-nav.open { transform:translateY(0); }.main-nav .button { margin-left:0; }.menu-toggle { display:block; }.hero { grid-template-columns:1fr; height:auto; min-height:0; }.hero-copy { padding:56px 30px 42px; }.hero-image { min-height:300px; }.options { grid-template-columns:1fr; gap:25px; padding:45px 30px; }.service-grid { grid-template-columns:repeat(2,1fr); max-width:560px; }.benefits { padding:58px 45px; }.benefits h2 { font-size:40px; margin-bottom:38px; }.benefit-grid article { height:auto; min-height:210px; padding:15px 24px; }.benefit-grid article:first-child { padding-left:24px; }.benefit-grid p { font-size:47px; margin-bottom:24px; }.benefit-grid h3 { font-size:27px; margin-bottom:15px; white-space:normal; }.benefit-grid span { font-size:17px; }.team-grid { grid-template-columns:repeat(3,1fr); max-width:700px; }.footer { grid-template-columns:repeat(2,1fr); row-gap:25px; }.footer-main { grid-column:1/-1; }.footer div:not(.footer-main):not(.footer-bottom),.footer address { padding-left:20px; } }
@media (max-width:850px) { .services .section-heading h2 { font-size:34px; }.services .section-heading > p:last-child { font-size:16px; margin-bottom:28px; }.service-grid { width:100%; gap:12px; }.service-card { height:auto; min-height:460px; }.service-card > img { height:185px; }.card-body { padding:17px; }.card-kicker { gap:10px; font-size:10px; letter-spacing:.8px; margin-bottom:11px; }.service-icon,.service-icon img { width:42px; height:42px; }.service-card h3 { margin-bottom:12px; font-size:22px; }.service-card ul,.card-description { font-size:12px; }.service-card li { margin:7px 0; padding-left:15px; }.service-card li:before { width:7px; height:7px; top:4px; }.service-card a { padding-top:16px; font-size:11px; } }
@media (max-width:520px) { .hero h1 { font-size:42px; }.hero-actions { flex-direction:column; align-items:stretch; }.options h2 { font-size:33px; }.options-cta { padding-left:20px; }.section { padding:48px 20px; }.section-heading h2 { font-size:30px; }.service-grid { grid-template-columns:1fr; max-width:320px; }.service-card { min-height:460px; }.service-card > img { height:185px; }.card-body { min-height:210px; }.benefits { padding:45px 30px; }.benefits h2 { font-size:35px; margin-bottom:30px; }.benefit-grid { grid-template-columns:1fr; gap:18px; }.benefit-grid article { border-left:0; border-top:1px solid #416075; min-height:0; padding:18px 0 0; }.benefit-grid article:first-child { border-top:0; padding-top:0; }.benefit-grid p { font-size:44px; margin-bottom:18px; }.benefit-grid h3 { font-size:25px; margin-bottom:10px; }.benefit-grid span { font-size:16px; }.team-grid { grid-template-columns:repeat(2,1fr); gap:10px; }.team-card img { height:210px; }.team-card:last-child { grid-column:1/-1; max-width:calc(50% - 5px); justify-self:center; width:100%; }.final-cta { align-items:flex-start; flex-direction:column; padding:43px 27px; }.button--large { width:100%; }.footer { grid-template-columns:1fr; padding:40px 28px 0; }.footer-main { grid-column:auto; }.footer div:not(.footer-main):not(.footer-bottom),.footer address { border-left:0; border-top:1px solid rgba(220,231,238,.3); padding:19px 0 0; }.footer-bottom { display:block; }.footer-bottom span + span { display:block; margin-top:10px; } }

.brand--footer .brand-image { content:url("assets/legal-prime-logo-white.png"); filter:none; mix-blend-mode:normal; }
.practice-menu { position:relative; } .practice-menu summary { list-style:none; cursor:pointer; } .practice-menu summary::-webkit-details-marker { display:none; } .practice-menu summary:after { content:"⌄"; color:var(--gold); margin-left:6px; } .practice-submenu { position:absolute; top:24px; left:-15px; z-index:10; width:185px; padding:10px 0; background:#fff; box-shadow:0 10px 20px rgba(7,31,51,.14); } .practice-submenu a { display:block; padding:8px 15px; } .practice-submenu a:hover { background:var(--sand); }
@media (max-width:850px) { .practice-menu { width:100%; } .practice-submenu { position:static; width:100%; margin-top:8px; box-shadow:none; } }
