*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Josefin Sans',sans-serif;background:#f5f1eb;color:#1a1a1a;overflow-x:hidden}
nav{background:#0a1628;border-bottom:1px solid rgba(184,151,58,0.25)}
.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{color:#ffffff;font-size:15px;letter-spacing:0.18em;font-weight:300;text-transform:uppercase;text-decoration:none}
.logo span{color:#b8973a;font-weight:600}
.nav-links{display:flex;gap:2rem;list-style:none;flex-wrap:wrap}
.nav-links a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:11px;letter-spacing:0.13em;text-transform:uppercase;font-weight:400;transition:color 0.2s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:#b8973a}
.btn-primary{display:inline-block;background:#b8973a;color:#0a1628;padding:14px 28px;font-size:11px;letter-spacing:0.2em;text-transform:uppercase;font-weight:600;border:none;cursor:pointer;transition:all 0.2s;text-decoration:none;font-family:'Josefin Sans',sans-serif}
.btn-primary:hover{background:#d4af5a}
.btn-outline{display:inline-block;border:1px solid rgba(184,151,58,0.5);color:#b8973a;padding:14px 28px;font-size:11px;letter-spacing:0.2em;text-transform:uppercase;font-weight:400;cursor:pointer;background:transparent;transition:all 0.2s;text-decoration:none;font-family:'Josefin Sans',sans-serif}
.btn-outline:hover{border-color:#b8973a;background:rgba(184,151,58,0.08)}
.section{max-width:1100px;margin:0 auto;padding:6rem 2rem}
.section-tag{font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#b8973a;margin-bottom:1rem;display:flex;align-items:center;gap:0.75rem}
.section-tag::before{content:'';width:24px;height:1px;background:#b8973a}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);color:#0a1628;font-weight:500;line-height:1.1;margin-bottom:1.25rem}
.section-lead{color:#1a1208;font-size:15px;line-height:1.9;max-width:580px;font-weight:300}
.local-strip{background:#ede8de;border-bottom:1px solid rgba(0,0,0,0.08)}
.local-inner{max-width:1100px;margin:0 auto;padding:1.25rem 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.local-item{padding:0.4rem 0}
.local-label{font-size:10px;letter-spacing:0.15em;text-transform:uppercase;color:#1a1208;margin-bottom:0.2rem}
.local-value{font-size:13px;color:#0a1628}
.local-value a{color:#0a1628;text-decoration:none}
.local-value a:hover{color:#b8973a}
.stats-bar{background:#ede8de;border-top:1px solid rgba(0,0,0,0.08)}
.stats-inner{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.stat{text-align:center;padding:1rem}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:3rem;color:#0a1628;font-weight:500;line-height:1;margin-bottom:0.4rem}
.stat-label{font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:#1a1208}
.practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:rgba(0,0,0,0.1);margin-top:3rem;border:1px solid rgba(0,0,0,0.1)}
.practice-card{background:#ffffff;padding:2rem 1.75rem;transition:all 0.25s;text-decoration:none;display:block}
.practice-card:hover{background:#0a1628;transform:translateY(-2px)}
.practice-icon{width:32px;height:32px;margin-bottom:1rem;opacity:0.25;transition:all 0.25s;stroke:#0a1628;fill:none;stroke-width:1.5}
.practice-card:hover .practice-icon{opacity:0.5;stroke:#ffffff}
.practice-card h3{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:#0a1628;font-weight:500;margin-bottom:0.4rem;transition:color 0.25s}
.practice-card:hover h3{color:#b8973a}
.practice-card p{font-size:15px;color:#201510;line-height:1.7;font-weight:400;transition:color 0.25s}
.practice-card:hover p{color:rgba(255,255,255,0.75)}
.practice-link{display:inline-block;margin-top:0.75rem;font-size:13px;letter-spacing:0.15em;text-transform:uppercase;color:#b8973a;transition:color 0.25s}
.practice-card:hover .practice-link{color:rgba(184,151,58,0.7)}
.hero{min-height:90vh;background:#0a1628;position:relative;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}
.hero-left{padding:6rem 4rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-tag{font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#b8973a;margin-bottom:1.5rem;display:flex;align-items:center;gap:0.75rem}
.hero-tag::before{content:'';width:32px;height:1px;background:#b8973a}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,5rem);color:#ffffff;line-height:1.05;font-weight:500;margin-bottom:1.5rem}
.hero h1 em{color:#b8973a;font-style:italic}
.hero-sub{color:rgba(255,255,255,0.82);font-size:15px;letter-spacing:0.08em;line-height:1.9;max-width:420px;font-weight:300;margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-right{position:relative;overflow:hidden}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:grayscale(30%) contrast(1.1);opacity:0.7}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#0a1628 0%,transparent 40%)}
.about-strip{background:#0a1628;padding:6rem 0}
.about-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:400px 1fr;gap:6rem;align-items:center}
.about-img{position:relative}
.about-img img{width:100%;display:block;filter:grayscale(20%) contrast(1.05)}
.about-img-border{position:absolute;inset:-12px;border:1px solid rgba(184,151,58,0.3);pointer-events:none}
.about-content .section-tag{color:#d4af5a}
.about-content .section-title{color:#ffffff}
.about-content .section-lead{color:rgba(255,255,255,0.82)}
.about-detail{margin-top:1.75rem;display:flex;flex-direction:column;gap:0.85rem}
.about-detail-item{display:flex;gap:1rem;align-items:flex-start}
.about-dot{width:6px;height:6px;border-radius:50%;background:#b8973a;flex-shrink:0;margin-top:6px}
.about-detail-item p{font-size:15px;color:rgba(255,255,255,0.82);line-height:1.7;font-weight:300}
.about-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}
.page-hero{background:#0a1628;padding:6rem 2rem 5rem}
.page-hero-inner{max-width:1100px;margin:0 auto}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);color:#ffffff;font-weight:500;margin-bottom:1rem;line-height:1.1}
.page-hero p{color:rgba(255,255,255,0.78);font-size:15px;max-width:600px;line-height:1.8;font-weight:300}
.pa-body{max-width:1100px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}
.pa-content h2{font-family:'Cormorant Garamond',serif;font-size:1.75rem;color:#0a1628;font-weight:500;margin:2rem 0 0.75rem}
.pa-content h2:first-child{margin-top:0}
.pa-content p{font-size:16px;color:#201510;line-height:1.9;font-weight:400;margin-bottom:1rem}
.pa-content ul{margin:0.5rem 0 1.25rem;list-style:none}
.pa-content ul li{font-size:15px;color:#201510;font-weight:400;padding:0.4rem 0;display:flex;gap:0.75rem;align-items:flex-start}
.pa-content ul li::before{content:'';width:4px;height:4px;border-radius:50%;background:#b8973a;flex-shrink:0;margin-top:7px}
.pa-sidebar{position:sticky;top:20px}
.pa-cta-box{background:#0a1628;padding:2rem;margin-bottom:1.5rem}
.pa-cta-box h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#ffffff;font-weight:500;margin-bottom:0.75rem}
.pa-cta-box p{font-size:14px;color:rgba(255,255,255,0.78);line-height:1.7;margin-bottom:1rem}
.pa-cta-box .phone{color:#d4af5a;font-size:18px;font-family:'Cormorant Garamond',serif;text-decoration:none;display:block;margin-bottom:1rem}
.pa-areas-box h3{font-size:11px;letter-spacing:0.15em;text-transform:uppercase;color:#1a1208;margin-bottom:0.75rem}
.pa-areas-box ul{list-style:none;border-top:1px solid rgba(0,0,0,0.1)}
.pa-areas-box li{border-bottom:1px solid rgba(0,0,0,0.07);padding:0.7rem 0}
.pa-areas-box li a{font-size:15px;color:#1a1208;text-decoration:none;transition:color 0.2s}
.pa-areas-box li a:hover,.pa-areas-box li a.active{color:#b8973a}
.bio-hero{background:#0a1628;padding:6rem 2rem 0;overflow:hidden}
.bio-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 520px;gap:4rem;align-items:start}
.bio-hero-text{padding-bottom:4rem}
.bio-hero-text h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,4.5rem);color:#ffffff;font-weight:500;line-height:1.05;margin-bottom:0.75rem}
.bio-title-sub{font-size:12px;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:2rem}
.bio-hero-text p{color:rgba(255,255,255,0.82);font-size:15px;line-height:1.9;font-weight:300;max-width:520px}
.bio-photo{overflow:hidden;border-radius:4px}
.bio-photo img{width:100%;height:560px;object-fit:cover;object-position:78% 20%;display:block;filter:grayscale(20%)}
.bio-body{max-width:1100px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem}
.bio-body p{font-size:16px;color:#201510;line-height:1.95;font-weight:400;margin-bottom:1.5rem}
.bio-body p.lead{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:#0a1628;line-height:1.65;font-weight:400}
.bio-sidebar h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#0a1628;font-weight:500;margin-bottom:1rem;margin-top:1.5rem}
.bio-sidebar h3:first-child{margin-top:0}
.bio-sidebar ul{list-style:none;border-top:1px solid rgba(0,0,0,0.1)}
.bio-sidebar li{border-bottom:1px solid rgba(0,0,0,0.07);padding:0.8rem 0;font-size:14px;color:#201510;font-weight:400;display:flex;gap:0.5rem;align-items:center}
.bio-sidebar li::before{content:'';width:4px;height:4px;border-radius:50%;background:#b8973a;flex-shrink:0}
.bio-sidebar a{display:block;font-size:15px;color:#201510;font-weight:400;text-decoration:none;padding:0.6rem 0;border-bottom:1px solid rgba(0,0,0,0.07);transition:color 0.2s}
.bio-sidebar a:hover{color:#b8973a}
.bio-actions{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}
.contact-hero{background:#0a1628;padding:6rem 2rem 5rem;text-align:center}
.contact-hero .section-tag{justify-content:center}
.contact-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);color:#ffffff;font-weight:500;margin-bottom:1rem}
.contact-hero p{color:rgba(255,255,255,0.75);font-size:15px;font-weight:300}
.contact-grid{max-width:1100px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}
.contact-info h2{font-family:'Cormorant Garamond',serif;font-size:1.75rem;color:#0a1628;font-weight:500;margin-bottom:2rem}
.contact-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.75rem}
.contact-item-icon{width:40px;height:40px;background:#0a1628;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item-icon svg{width:18px;height:18px;stroke:#b8973a;fill:none;stroke-width:1.5}
.contact-item-label{font-size:10px;letter-spacing:0.15em;text-transform:uppercase;color:#1a1208;margin-bottom:0.25rem}
.contact-item-value{font-size:15px;color:#0a1628}
.contact-item-value a{color:#0a1628;text-decoration:none}
.contact-item-value a:hover{color:#b8973a}
.map-frame{width:100%;height:240px;border:none;margin-top:2rem;filter:grayscale(30%)}
.contact-form h2{font-family:'Cormorant Garamond',serif;font-size:1.75rem;color:#0a1628;font-weight:500;margin-bottom:2rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:10px;letter-spacing:0.15em;text-transform:uppercase;color:#1a1208;margin-bottom:0.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;background:#ffffff;border:1px solid rgba(0,0,0,0.15);padding:12px 14px;font-family:'Josefin Sans',sans-serif;font-size:15px;color:#1a1a1a;outline:none;transition:border-color 0.2s;-webkit-appearance:none;border-radius:0}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#b8973a}
.form-group textarea{height:110px;resize:vertical}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-submit{width:100%;background:#0a1628;color:#ffffff;border:none;padding:16px;font-family:'Josefin Sans',sans-serif;font-size:11px;letter-spacing:0.2em;text-transform:uppercase;cursor:pointer;transition:background 0.2s;margin-top:0.5rem}
.form-submit:hover{background:#122040}
.form-note{font-size:13px;color:#1a1208;margin-top:0.85rem;line-height:1.6}
.form-success{display:none;background:#0a1628;color:#fff;padding:2rem;text-align:center;margin-top:1rem}
.form-success h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:#b8973a;margin-bottom:0.5rem}
.form-success p{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.7}
.form-error{display:none;background:#fff0f0;border:1px solid #fcc;color:#a00;padding:1rem;font-size:13px;margin-top:1rem}
footer{background:#122040;border-top:1px solid rgba(184,151,58,0.2);padding:3rem 2rem;text-align:center}
.footer-logo{font-size:14px;letter-spacing:0.2em;text-transform:uppercase;color:#ffffff;margin-bottom:0.5rem;font-weight:300}
.footer-logo span{color:#b8973a}
.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}
.footer-links a{font-size:11px;color:rgba(255,255,255,0.55);letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;transition:color 0.2s}
.footer-links a:hover{color:#b8973a}
.footer-text{font-size:11px;color:rgba(255,255,255,0.5);letter-spacing:0.06em;line-height:1.7}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:rgba(0,0,0,0.1);margin-top:3rem;border:1px solid rgba(0,0,0,0.1)}
.blog-card{background:#ffffff;padding:2rem 1.75rem;transition:all 0.25s;text-decoration:none;display:block}
.blog-card:hover{background:#0a1628;transform:translateY(-2px)}
.blog-card .section-tag{margin-bottom:0.75rem}
.blog-card h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#0a1628;font-weight:500;margin-bottom:0.5rem;line-height:1.3;transition:color 0.25s}
.blog-card:hover h3{color:#b8973a}
.blog-card p{font-size:15px;color:#201510;line-height:1.7;font-weight:400;transition:color 0.25s}
.blog-card:hover p{color:rgba(255,255,255,0.75)}
.blog-card .practice-link{display:inline-block;margin-top:0.75rem;font-size:13px;letter-spacing:0.15em;text-transform:uppercase;color:#b8973a;transition:color 0.25s}
.blog-card:hover .practice-link{color:rgba(184,151,58,0.7)}
.blog-meta{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#b8973a;margin-bottom:0.5rem}
.blog-post-meta{font-size:12px;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-top:0.5rem}
.pa-content h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#0a1628;font-weight:500;margin:1.5rem 0 0.5rem}
.disclaimer-note{font-size:13px;color:#544a3e;background:#ede8de;border-left:2px solid #b8973a;padding:1rem 1.25rem;margin-top:2rem;line-height:1.6}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}
.testimonial-card{background:#ffffff;border:1px solid rgba(0,0,0,0.08);border-top:2px solid #b8973a;padding:2rem 1.75rem}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-style:italic;color:#201510;line-height:1.6;margin-bottom:1.25rem}
.testimonial-author{font-size:13px;letter-spacing:0.08em;text-transform:uppercase;color:#0a1628;font-weight:600}
.testimonial-area{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#b8973a;margin-top:0.25rem}
@media(max-width:900px){
  .hero{grid-template-columns:1fr}.hero-right{height:280px}.hero-left{padding:4rem 1.5rem}
  .stats-inner,.local-inner{grid-template-columns:1fr 1fr}
  .about-inner{grid-template-columns:1fr}.about-img{max-width:400px}
  .contact-grid,.bio-body,.pa-body{grid-template-columns:1fr}
  .bio-hero-inner{grid-template-columns:1fr}.bio-photo{display:none}
  .pa-sidebar{position:static}.form-grid-2{grid-template-columns:1fr}
  .section{padding:4rem 1.5rem}
}
@media(max-width:600px){
  .stats-inner,.local-inner{grid-template-columns:1fr}
  .nav-inner{padding:0 1rem}.nav-links{gap:1rem}
}

/* =============================================================
   Motion — subtle, formal, matching the firm's tone. Respects
   prefers-reduced-motion.
   ============================================================= */

/* Scroll fade-ins — JS toggles .is-visible when element enters viewport */
.fade-in{opacity:0;transform:translateY(36px);transition:opacity 1.3s ease,transform 1.3s ease}
.fade-in.is-visible{opacity:1;transform:translateY(0)}

/* Stagger cards in a grid slightly for a natural cascade */
.practice-grid .practice-card:nth-child(1),.blog-grid .blog-card:nth-child(1),.testimonial-grid .testimonial-card:nth-child(1){transition-delay:0s}
.practice-grid .practice-card:nth-child(2),.blog-grid .blog-card:nth-child(2),.testimonial-grid .testimonial-card:nth-child(2){transition-delay:0.15s}
.practice-grid .practice-card:nth-child(3),.blog-grid .blog-card:nth-child(3),.testimonial-grid .testimonial-card:nth-child(3){transition-delay:0.3s}
.practice-grid .practice-card:nth-child(4),.blog-grid .blog-card:nth-child(4),.testimonial-grid .testimonial-card:nth-child(4){transition-delay:0.45s}
.practice-grid .practice-card:nth-child(5),.blog-grid .blog-card:nth-child(5){transition-delay:0.6s}
.practice-grid .practice-card:nth-child(6),.blog-grid .blog-card:nth-child(6){transition-delay:0.75s}
.blog-grid .blog-card:nth-child(7){transition-delay:0.9s}

/* Card hover — build on the existing background/transform hover with a lift + shadow */
.practice-card,.blog-card{transition:all 0.25s ease,box-shadow 0.25s ease}
.practice-card:hover,.blog-card:hover{box-shadow:0 18px 34px rgba(10,22,40,0.28)}
.testimonial-card{transition:transform 0.25s ease,box-shadow 0.25s ease}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(10,22,40,0.14)}

/* Nav underline sweep, replacing the flat color-swap */
.nav-links a{position:relative;padding-bottom:4px}
.nav-links a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:#b8973a;transition:width 0.25s ease}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}

/* Button micro-interaction */
.btn-primary,.btn-outline{transition:all 0.2s ease,transform 0.18s ease}
.btn-primary:hover,.btn-outline:hover{transform:translateY(-2px)}

/* Hero photo parallax (JS sets --parallax-y on scroll) */
.hero-right img{transform:translateY(var(--parallax-y,0px));transition:transform 0.05s linear}

@media(prefers-reduced-motion:reduce){
  .fade-in{opacity:1;transform:none;transition:none}
  .hero-right img{transform:none!important}
  .hero-tag,.hero h1,.hero-sub,.hero-actions,.hero-right img{animation:none!important;opacity:1!important}
}

/* Hero entrance — plays automatically on load, not scroll-dependent,
   since the hero is already in view the moment the page loads. */
@keyframes heroReveal{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroPhotoFadeIn{from{opacity:0}to{opacity:0.7}}
.hero-tag,.hero h1,.hero-sub,.hero-actions{opacity:0}
.hero-right img{opacity:0}
.page-ready .hero-tag,.page-ready .hero h1,.page-ready .hero-sub,.page-ready .hero-actions{animation:heroReveal 1s ease both}
.page-ready .hero-tag{animation-delay:0.15s}
.page-ready .hero h1{animation-delay:0.35s}
.page-ready .hero-sub{animation-delay:0.65s}
.page-ready .hero-actions{animation-delay:0.9s}
.page-ready .hero-right img{animation:heroPhotoFadeIn 1.6s ease both}
