@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b1220;--navy-2:#111d30;--navy-3:#17243d;--border:#ffffff14;--gold:#c9a84c;--gold-2:#e0c06a;--white:#f0ece6;--muted:#6b7280;--serif:"EB Garamond", Georgia, serif;--sans:"Inter", -apple-system, sans-serif}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{width:100%}button{font-family:var(--sans);cursor:pointer;background:0 0;border:none}a{color:inherit;cursor:pointer;text-decoration:none}.fade-in{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.site{min-height:100vh}.nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:18px 48px;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border);background:#0b1220eb}.nav-logo{letter-spacing:.06em;color:var(--white);cursor:pointer;align-items:center;gap:10px;font-size:.88rem;font-weight:600;display:flex}.logo-symbol{background:linear-gradient(135deg, var(--gold), var(--gold-2));width:28px;height:28px;color:var(--navy);font-size:.9rem;font-weight:700;font-family:var(--serif);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#f0ece699;cursor:pointer;font-size:.78rem;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-links a.active:not(.nav-cta){color:var(--gold)}.nav-cta{letter-spacing:.08em;background:linear-gradient(135deg, var(--gold), var(--gold-2));color:var(--navy);cursor:pointer;border-radius:4px;padding:10px 20px;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .15s}.nav-cta:hover{opacity:.9;transform:translateY(-1px)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold-2));color:var(--navy);letter-spacing:.08em;cursor:pointer;border:none;border-radius:4px;padding:14px 32px;font-size:.8rem;font-weight:700;transition:opacity .2s,transform .15s}.btn-gold:hover{opacity:.9;transform:translateY(-1px)}.btn-gold.btn-full{width:100%;font-family:var(--sans);padding:14px}.btn-ghost{color:var(--white);cursor:pointer;background:0 0;border:1px solid #f0ece633;border-radius:4px;align-items:center;padding:14px 32px;font-size:.8rem;font-weight:500;transition:border-color .2s;display:flex}.btn-ghost:hover{border-color:#f0ece666}.hero{align-items:center;min-height:100svh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero-img-overlay{background:linear-gradient(105deg,#0b1220f2 38%,#0b122099 70%,#0b12204d 100%);position:absolute;inset:0}.hero-inner{z-index:1;max-width:700px;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;font-size:.65rem;font-weight:600;display:block}.hero-h1{font-family:var(--serif);letter-spacing:-.01em;color:var(--white);margin-bottom:24px;font-size:clamp(38px,5vw,64px);font-weight:400;line-height:1.12}.hero-h1 em{color:var(--gold);font-style:italic}.hero-sub{color:#f0ece6a6;max-width:520px;margin-bottom:40px;font-size:.9rem;line-height:1.8}.hero-btns{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.hero-credentials{flex-wrap:wrap;gap:24px;display:flex}.credential{letter-spacing:.08em;color:#f0ece673;border-left:2px solid var(--gold);padding-left:10px;font-size:.68rem;font-weight:500}.stats-section{background:var(--navy-2);border-bottom:1px solid var(--border);padding:56px 48px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;max-width:1120px;margin:0 auto;display:grid}.stat-card{text-align:center}.stat-num{font-family:var(--serif);color:var(--gold);margin-bottom:8px;font-size:2.8rem;font-weight:400;line-height:1}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:#f0ece666;font-size:.7rem}.section{padding:100px 48px}.section.page-section{padding-top:160px}.section-alt{background:var(--navy-2)}.container{max-width:1120px;margin:0 auto}.section-header{margin-bottom:56px}.section-header.center{text-align:center}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);border-left:2px solid var(--gold);margin-bottom:14px;padding-left:10px;font-size:.65rem;font-weight:600;display:inline-block}.section-h2{font-family:var(--serif);color:var(--white);margin-bottom:14px;font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.15}.section-h2 em{color:var(--gold);font-style:italic}.section-sub{color:#f0ece680;max-width:580px;font-size:.88rem;line-height:1.8}.practices-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.practice-card{background:var(--navy);flex-direction:column;gap:10px;padding:36px 28px;transition:background .2s;display:flex}.practice-card:hover{background:var(--navy-2)}.practice-icon{font-size:1.5rem}.practice-card h3{color:var(--white);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.practice-card p{color:#f0ece680;flex:1;font-size:.8rem;line-height:1.75}.practice-arrow{color:var(--gold);font-size:.9rem;transition:transform .2s}.practice-card:hover .practice-arrow{transform:translate(4px)}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-img-wrap{position:relative}.about-img-wrap img{object-fit:cover;aspect-ratio:4/5;border:1px solid var(--border);width:100%}.about-badge{background:var(--navy);border:1px solid var(--border);padding:16px 24px;position:absolute;bottom:28px;left:-20px;box-shadow:0 8px 32px #0000004d}.badge-num{font-family:var(--serif);color:var(--gold);font-size:2.2rem;font-weight:400;line-height:1}.badge-label{letter-spacing:.14em;text-transform:uppercase;color:#f0ece666;margin-top:4px;font-size:.6rem}.about-text{flex-direction:column;gap:18px;display:flex}.about-text p{color:#f0ece68c;font-size:.86rem;line-height:1.9}.attorneys-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.attorney-card{border:1px solid var(--border);border-radius:8px;transition:border-color .2s;overflow:hidden}.attorney-card:hover{border-color:#c9a84c4d}.attorney-img img{object-fit:cover;aspect-ratio:4/5;width:100%;display:block}.attorney-info{background:var(--navy-2);padding:20px}.attorney-name{color:var(--white);margin-bottom:4px;font-size:.95rem;font-weight:700}.attorney-title{color:var(--gold);letter-spacing:.08em;margin-bottom:6px;font-size:.72rem;font-weight:600}.attorney-practice{color:#f0ece680;margin-bottom:4px;font-size:.75rem}.attorney-edu{color:#f0ece659;font-size:.72rem;font-style:italic}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:var(--navy);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:16px;padding:32px;display:flex}.t-quote{font-family:var(--serif);color:var(--gold);opacity:.4;margin-bottom:-8px;font-size:3rem;line-height:1}.t-text{color:#f0ece6bf;flex:1;font-size:.86rem;line-height:1.75}.t-name{color:var(--white);font-size:.82rem;font-weight:700}.t-company{color:var(--gold);font-size:.72rem}.faq-container{max-width:760px}.faq-list{background:var(--border);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.faq-item{background:var(--navy);cursor:pointer;transition:background .15s}.faq-item:hover{background:var(--navy-2)}.faq-q{color:var(--white);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:.88rem;font-weight:600;display:flex}.faq-icon{color:var(--gold);flex-shrink:0;transition:transform .25s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-a{color:#f0ece680;max-height:0;padding:0 24px;font-size:.84rem;line-height:1.75;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-a{max-height:200px;padding:0 24px 20px}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-info p{color:#f0ece680;font-size:.86rem;line-height:1.8}.contact-details{flex-direction:column;gap:20px;margin-top:8px;display:flex}.c-detail{flex-direction:column;gap:4px;display:flex}.c-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-size:.6rem}.c-val{color:#f0ece6bf;font-size:.84rem;line-height:1.6}.contact-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{letter-spacing:.18em;text-transform:uppercase;color:#f0ece666;font-size:.6rem}.form-group input,.form-group select,.form-group textarea{background:var(--navy-3);border:1px solid var(--border);color:var(--white);font-family:var(--sans);resize:none;appearance:none;border-radius:4px;outline:none;padding:12px 14px;font-size:.84rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#f0ece633}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-disclaimer{color:#f0ece647;text-align:center;margin-top:4px;font-size:.72rem;font-style:italic}.contact-success{text-align:center;border:1px solid var(--border);border-radius:8px;padding:60px 32px}.contact-success h3{font-family:var(--serif);color:var(--gold);margin-bottom:12px;font-size:1.8rem}.contact-success p{color:#f0ece680;font-size:.84rem;line-height:1.7}.footer{background:var(--navy);border-top:1px solid var(--border);padding:60px 48px 28px}.footer-inner{max-width:1120px;margin:0 auto}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:48px;margin-bottom:48px;display:flex}.footer-brand{flex-direction:column;gap:12px;display:flex}.footer-logo{color:var(--white);align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.footer-brand p{color:#f0ece64d;font-size:.75rem}.footer-cols{gap:56px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col-title{letter-spacing:.14em;text-transform:uppercase;color:#f0ece661;margin-bottom:4px;font-size:.65rem;font-weight:700}.footer-col a{color:#f0ece666;cursor:pointer;font-size:.78rem;transition:color .2s}.footer-col a:hover{color:#f0ece6cc}.footer-bottom{border-top:1px solid var(--border);color:#f0ece647;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:.68rem;display:flex}.footer-credit a{color:var(--gold)}@media (width<=960px){.nav{padding:16px 20px}.nav-links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0b1220f7;flex-direction:column;gap:16px;padding:20px;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open,.hamburger{display:flex}.hero{padding:100px 20px 60px}.hero-btns{flex-wrap:wrap}.stats-section{padding:40px 20px}.stats-grid{grid-template-columns:repeat(2,1fr)}.section{padding:72px 20px}.practices-grid{grid-template-columns:1fr}.about-layout{grid-template-columns:1fr;gap:40px}.about-badge{left:12px}.attorneys-grid,.testimonials-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:48px}.form-row{grid-template-columns:1fr}.footer{padding:48px 20px 24px}.footer-top{flex-direction:column}.footer-cols{flex-wrap:wrap;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}.hero-credentials{flex-direction:column;gap:12px}}
