:root{--bg: #f4f4f4;--text: #11152b;--muted: #5b6071;--gold: #b57d43;--gold-dark: #9d6730;--navy: #071534;--navy-soft: #0a2446;--card: #ececec;--white: #ffffff;--container: 1200px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--container),92vw);margin:0 auto}.section-pad{padding:4rem 0}h1,h2,h3{font-family:Cormorant Garamond,serif;line-height:1.1;margin:0 0 1rem}h1{font-size:clamp(2rem,4.5vw,3.4rem)}h2{font-size:clamp(1.8rem,3.6vw,2.8rem)}h3{font-size:clamp(1.2rem,2.4vw,1.8rem)}p{margin:0 0 1rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:var(--white);padding:.5rem .75rem;z-index:10}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:600;margin-bottom:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:136px;padding:.7rem 1.2rem;border-radius:.2rem;border:1px solid transparent;font-size:.88rem;font-weight:600}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-dark)}.btn-outline{border-color:#ffffffa6;color:var(--white)}.top-nav{background:#fff;border-bottom:1px solid #d8d8d8}.top-nav-info{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 0 1.7rem;border-bottom:1px solid #dfdfdf}.brand-block{display:flex;align-items:center;gap:.8rem;min-width:275px}.brand-mark{width:250px;height:auto;object-fit:contain}.contact-block{display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap;justify-content:center}.contact-block a{display:inline-flex;align-items:center;gap:.45rem;color:#aa6d34;font-size:1rem;font-weight:600}.contact-block a svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.member-link{display:inline-flex;align-items:center;gap:.55rem;font-size:1.04rem;font-weight:700;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.member-mark{width:26px;height:26px;object-fit:contain}.top-nav-menu-wrap{padding:1.05rem 0}.top-nav-menu>ul{display:flex;flex-wrap:wrap;justify-content:center;gap:2.1rem;margin:0;padding:0;list-style:none;font-size:2rem}.top-nav-menu a{font-size:1.04rem;font-weight:600}.top-nav-menu>ul>li{position:relative}.top-nav-menu .has-dropdown>.menu-toggle{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:0;padding:0;color:inherit;cursor:pointer;font-size:1.04rem;font-weight:600;font-family:inherit}.dropdown-caret{font-size:.8em;transform:translateY(1px)}.submenu{position:absolute;left:0;top:calc(100% + .8rem);min-width:220px;display:none;flex-direction:column;gap:0;background:#fff;border:1px solid #e5e5e5;box-shadow:0 10px 28px #00000017;z-index:20;padding:.45rem 0;margin:0;list-style:none}.submenu li{width:100%;list-style:none;margin:0;padding:0}.submenu a{display:block;width:100%;font-size:.95rem;font-weight:500;padding:.5rem .8rem;white-space:nowrap}.submenu a:hover{background:#f7f7f7}.has-dropdown.is-open>.submenu{display:flex}.top-nav-menu a.active,.top-nav-menu .menu-toggle.active{color:#e4c04d;border-bottom:2px solid #e4c04d;padding-bottom:.2rem}.hero-slider{position:relative;min-height:540px;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .85s ease,transform .85s ease;transform:scale(1.03);background-size:cover;background-position:center}.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#000000c7 14%,#0000002e 70%);min-height:540px}.hero-content{padding:7rem 0 5rem;color:var(--white);max-width:620px;opacity:0;transform:translateY(24px);transition:opacity .55s ease .22s,transform .55s ease .22s}.hero-slide.is-active .hero-content{opacity:1;transform:translateY(0)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-control{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;background:transparent;color:#fff;font-size:3rem;line-height:1;cursor:pointer;z-index:5;opacity:.9}.hero-control-prev{left:3rem}.hero-control-next{right:3rem}.hero-control:hover{opacity:1}.hero-dots{position:absolute;left:50%;bottom:1.6rem;transform:translate(-50%);display:inline-flex;align-items:center;gap:.45rem;z-index:5}.hero-dot{width:11px;height:11px;border-radius:50%;border:0;background:#ffffff8c;cursor:pointer;padding:0}.hero-dot.is-active{background:#fff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.two-col img{border-radius:.35rem;width:100%;min-height:320px;object-fit:cover}.section-heading{margin-bottom:2.1rem}.section-heading.center{text-align:center}.section-heading.left{text-align:left}.section-heading .description{max-width:760px;margin:0 auto;color:var(--muted)}.areas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.practice-area-card{width:100%;aspect-ratio:416 / 491;min-height:0;background-size:cover;background-position:center;position:relative;overflow:hidden;transform:translateY(0) scale(1);transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .36s ease;box-shadow:0 6px 22px #090c1414}.practice-area-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ae784452,#eceef280),linear-gradient(180deg,#080d1885 0% 100%);transition:background .36s ease,opacity .36s ease}.practice-area-content{color:var(--white);position:absolute;inset:0;z-index:2;padding:4.9rem 2.35rem 7.2rem;display:flex;flex-direction:column;align-items:flex-start}.practice-area-content h3{font-family:Inter,sans-serif;font-size:28px;line-height:100%;letter-spacing:0;margin:0;color:#fff;max-width:92%;font-weight:700;position:relative;padding-top:11px;padding-left:10px;transform:translateY(0);transition:transform .34s ease}.practice-area-content h3:before{content:"";position:absolute;left:0;top:0;width:2.2rem;height:2.2rem;border-top:3px solid #d6a054;border-left:3px solid #d6a054}.practice-area-content h3:after{content:"";display:block;margin-top:1rem;width:13rem;max-width:85%;border-bottom:4px solid #d6a054}.practice-area-content p{color:#fff;font-family:Satoshi Variable,Inter,sans-serif;font-size:16px;font-weight:700;line-height:150%;letter-spacing:0;margin:24px 0 2rem;padding-left:11px;width:325px;max-width:calc(100% - 11px);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;transform:translateY(0);opacity:.96;transition:transform .36s ease,opacity .36s ease}.practice-area-content .btn{position:absolute;left:2.35rem;bottom:2rem;width:196px;height:56px;min-width:196px;min-height:56px;padding:10px 20px;border-radius:12px;background:#ae7844;color:#f6f7f9;display:inline-flex;align-items:center;justify-content:center;font-family:Satoshi Variable,Inter,sans-serif;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0;text-align:center;transition:transform .28s ease,filter .28s ease,background .28s ease}.practice-area-card:hover,.practice-area-card:focus-within{transform:translateY(-8px) scale(1.012);box-shadow:0 18px 38px #090c1438}.practice-area-card:hover .practice-area-overlay,.practice-area-card:focus-within .practice-area-overlay{background:linear-gradient(180deg,#ae784447,#eceef26b),linear-gradient(180deg,#080d1875,#080d1880)}.practice-area-card:hover .practice-area-content h3,.practice-area-card:focus-within .practice-area-content h3{transform:translateY(-2px)}.practice-area-card:hover .practice-area-content p,.practice-area-card:focus-within .practice-area-content p{transform:translateY(-2px);opacity:1}.practice-area-card:hover .practice-area-content .btn,.practice-area-card:focus-within .practice-area-content .btn{transform:translateY(-2px);filter:brightness(1.04)}.why-choose{background:#f8f8f8}.why-choose-layout{display:grid;gap:1.4rem}.why-reveal{opacity:0;transform:translateY(20px) scale(.985);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--why-delay, 0ms)}.why-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.why-choose-row{display:grid;gap:1.15rem;align-items:stretch}.why-choose-row-top{grid-template-columns:repeat(3,minmax(0,1fr))}.why-choose-row-bottom{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,68.5rem);margin:0 auto}.why-card{background:#ececee;border-radius:1.2rem;padding:1.9rem 1.35rem 1.45rem;box-shadow:0 1px 6px #050c1e0d;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease;height:100%;min-height:273px;display:flex;flex-direction:column}.why-choose-row>.why-reveal{height:100%}.why-card-icon-wrap{width:80px;height:80px;border-radius:999px;background:#ae7844;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.2rem;transition:transform .26s ease,box-shadow .26s ease}.why-card-icon{width:44px;height:44px;object-fit:contain}.why-card h3{font-family:Inter,sans-serif;font-size:20px;line-height:150%;letter-spacing:0;color:#000;font-weight:700;margin:0 0 .6rem;width:100%;max-width:368px}.why-card p{color:#3a4252;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:0;margin:0;width:100%;max-width:368px}.why-card:hover,.why-card:focus-within{transform:translateY(-6px);box-shadow:0 14px 30px #0f16261f}.why-card:hover .why-card-icon-wrap,.why-card:focus-within .why-card-icon-wrap{transform:scale(1.06) translateY(-1px);box-shadow:0 10px 18px #ae784452}@media(prefers-reduced-motion:reduce){.why-reveal{opacity:1;transform:none;transition:none}.why-card,.why-card-icon-wrap{transition:none}}.testimonials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.testimonials .section-heading{margin-bottom:.8rem}.testimonials-nav{display:flex;justify-content:flex-end;gap:.9rem;margin-bottom:1.2rem}.testimonials-nav button{width:37px;height:37px;border-radius:999px;border:2px solid #3f4d73;background:transparent;color:#3f4d73;font-size:1.45rem;line-height:1;cursor:default}.testimonial-card{position:relative;min-height:258px;background:#f5f5f5;border:1px solid #ececec;box-shadow:0 1px 8px #0c0f1c0d}.testimonial-quote-badge{position:absolute;left:17px;top:-27px;width:54px;height:54px;border-radius:999px;background:#120f0f;color:#f5f5f5;display:grid;place-items:center;font-size:1.95rem;line-height:1}.testimonial-main{min-height:194px;padding:3.15rem 1.65rem 1.1rem}.testimonial-stars{display:flex;gap:.32rem;margin-bottom:.9rem}.testimonial-stars img{width:17.45px;height:16.36px;object-fit:contain}.testimonial-main p{margin:0;color:#212536;font-size:18px;line-height:150%}.testimonial-meta{min-height:64px;border-top:1px solid #ececec;padding:.95rem 1.65rem;display:flex;flex-direction:column}.testimonial-meta strong{font-size:16px;line-height:1.35}.testimonial-meta span{color:#8d95a5;font-size:15px}.experience-cta{background:#0e2c35;color:var(--white);padding:5rem 0}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:3rem}.experience-cta-copy{max-width:636px}.experience-cta-copy h2{color:#f6f7f9;font-size:48px;line-height:100%;font-weight:600;letter-spacing:0;margin:0 0 1.45rem}.experience-cta-copy p{font-family:Satoshi Variable,Inter,sans-serif;color:#f6f7f9;font-size:18px;line-height:150%;letter-spacing:.02em;font-weight:500;margin:0 0 2rem}.experience-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.experience-cta-actions .btn{width:196px;height:56px;min-width:196px;min-height:56px;border-radius:0;font-size:16px;line-height:150%;font-weight:700;padding:0}.cta-phone-btn{width:196px;height:56px;min-width:196px;min-height:56px;border:1px solid rgba(246,247,249,.7);color:#f6f7f9;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-size:16px;line-height:150%;font-weight:700}.cta-phone-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.experience-cta-logo{width:287px;height:auto;object-fit:contain}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.process-reveal{opacity:0;transform:translateY(20px) scale(.985);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--process-delay, 0ms)}.process-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.video-card{min-height:240px;background-size:cover;background-position:center;position:relative;overflow:hidden;transform:translateY(0) scale(1);transition:transform .34s cubic-bezier(.22,1,.36,1),box-shadow .34s ease}.video-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;background:linear-gradient(180deg,#0000001a,#000000a6);color:var(--white);text-decoration:none;border:0;width:100%;text-align:left;cursor:pointer;transition:background .32s ease}.video-play{width:52px;height:52px;border-radius:50%;border:0;background:#fff;color:#222;margin-bottom:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .26s ease,box-shadow .26s ease}.video-overlay h3{transform:translateY(0);transition:transform .32s ease}.video-card:hover,.video-card:focus-within{transform:translateY(-6px) scale(1.012);box-shadow:0 18px 36px #080e1c38}.video-card:hover .video-overlay,.video-card:focus-within .video-overlay{background:linear-gradient(180deg,#00000014,#000000b8)}.video-card:hover .video-play,.video-card:focus-within .video-play{transform:scale(1.08);box-shadow:0 10px 22px #ffffff52}.video-card:hover .video-overlay h3,.video-card:focus-within .video-overlay h3{transform:translateY(-2px)}.video-modal[hidden]{display:none}.video-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center}.video-modal-backdrop{position:absolute;inset:0;border:0;background:#05080fc7}.video-modal-content{position:relative;z-index:2;width:min(1000px,92vw)}.video-modal-close{position:absolute;top:-42px;right:0;border:0;background:transparent;color:#fff;font-size:2rem;cursor:pointer}.video-modal-frame-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.video-modal-frame-wrap iframe{width:100%;height:100%;border:0}body.modal-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.process-reveal{opacity:1;transform:none;transition:none}.video-card,.video-overlay,.video-play,.video-overlay h3{transition:none}}.bottom-cta{background:#001f3a;color:#fff;text-align:center;padding:2.5rem 0 3.8rem}.bottom-cta .eyebrow{font-family:Satoshi Variable,Inter,sans-serif;font-size:24px;line-height:150%;letter-spacing:.02em;font-weight:700;color:#ae7844;margin:0 0 1rem}.bottom-cta h2{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:600;font-size:52px;line-height:100%;letter-spacing:0;color:#fff;max-width:471px;margin:0 auto 2.1rem}.bottom-cta p{max-width:636px;margin:0 auto 2.15rem;font-family:Satoshi Variable,Inter,sans-serif;font-size:18px;line-height:150%;letter-spacing:.02em;font-weight:500;color:#fff}.bottom-cta .btn{width:196px;height:56px;min-width:196px;min-height:56px;border-radius:12px;background:#ae7844;color:#f6f7f9;font-family:Satoshi Variable,Inter,sans-serif;font-size:16px;line-height:150%;font-weight:700;letter-spacing:0}.site-footer{background:#0a142f;color:#d8deee;padding:5.5rem 0}.footer-grid{display:grid;grid-template-columns:minmax(320px,387px) minmax(520px,1fr);justify-content:space-between;gap:5.2rem}.site-footer h2,.site-footer h3{color:#fff}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer-logo{width:min(100%,305px);height:auto;object-fit:contain;margin-bottom:2rem}.footer-col-brand p{color:#b1bbc8;font-size:16px;line-height:1.5;margin:0 0 .15rem}.footer-col-brand h3{margin-top:3rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:100%;letter-spacing:-.01em}.footer-col-brand>p:nth-of-type(3){margin-bottom:3rem}.footer-col-brand h3+p{margin:0}.copyright-inline{margin-top:6.3rem!important;color:#fff!important;font-family:Inter,sans-serif;font-size:14px!important;font-weight:400;line-height:22px}.footer-col-right{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,1fr);gap:3.8rem 4.5rem;align-content:start;justify-content:end}.footer-col-links h3,.footer-col-contact h3{margin:0 0 1.05rem;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:100%;letter-spacing:-.01em}.footer-col-links a{color:#b1bbc8;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:2.1;letter-spacing:0;transition:color .18s ease}.footer-col-links a:hover{color:#fff}.footer-contact-list li{display:flex;align-items:center;gap:.8rem;color:#b1bbc8;font-size:16px;line-height:1.65;margin-bottom:.35rem}.footer-contact-list svg{width:23px;height:23px;stroke:#ae7844;fill:none;stroke-width:2;flex-shrink:0}.footer-contact-list a,.footer-contact-list span{color:#b1bbc8;font-size:16px;line-height:1.65}.footer-social-title{margin:1.9rem 0 .9rem;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:100%;letter-spacing:-.01em;grid-column:1 / 2}.footer-socials{display:flex;align-items:center;gap:.9rem;grid-column:1 / 2;justify-self:start}.footer-socials a{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#f6f7f9;font-size:1.35rem;font-weight:700;background:transparent}@media(max-width:1024px){.areas-grid,.testimonials-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-choose-row-top,.why-choose-row-bottom{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-col-right{grid-template-columns:1fr 1fr;justify-content:start;gap:2.4rem}}@media(max-width:760px){.top-nav-info{flex-direction:column;align-items:flex-start;padding:1.3rem 0 1.1rem}.brand-block{min-width:auto}.brand-mark{width:190px}.contact-block{justify-content:flex-start;gap:.8rem}.member-link{white-space:normal}.top-nav-menu>ul{justify-content:flex-start;gap:.9rem}.top-nav-menu>ul>li{width:100%}.submenu{position:static;display:none;box-shadow:none;border:0;padding:.2rem 0 .4rem .5rem;min-width:auto}.has-dropdown.is-open>.submenu{display:flex}.submenu a{padding:.35rem 0;white-space:normal}.top-nav-menu a{font-size:.95rem}.hero-slider,.hero-overlay{min-height:460px}.hero-content{padding:4.5rem 0}.hero-control-prev{left:1rem}.hero-control-next{right:1rem}.two-col,.areas-grid,.testimonials-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.footer-col-right{grid-template-columns:1fr;gap:1.8rem}.footer-social-title{margin-top:.4rem;grid-column:1 / -1}.footer-socials{grid-column:1 / -1}.footer-logo{width:min(72vw,304px)}.footer-col-brand>p:nth-of-type(3){margin-bottom:2rem}.copyright-inline{margin-top:2rem!important}.testimonials-nav{justify-content:center}.why-choose-row-top,.why-choose-row-bottom{grid-template-columns:1fr}.why-card{padding:1.6rem 1.1rem 1.35rem}.why-card h3{font-size:clamp(1.25rem,4.8vw,20px)}.why-card p{font-size:clamp(1rem,3.9vw,18px)}.practice-area-card{width:100%}.practice-area-content h3{font-size:clamp(1.8rem,6.7vw,2.1rem)}.practice-area-content p{font-size:clamp(1rem,3.9vw,1.1rem)}.practice-area-content .btn{left:2rem;bottom:1.5rem;width:196px;height:56px;min-width:196px;min-height:56px;font-size:16px}.cta-row{flex-direction:column;align-items:flex-start}.experience-cta{padding:3rem 0}.experience-cta-copy h2{font-size:clamp(2rem,9.2vw,3rem)}.experience-cta-copy p{font-size:1.05rem}.experience-cta-actions .btn,.cta-phone-btn{width:196px;height:56px;font-size:16px}.experience-cta-logo{width:min(60vw,240px)}.bottom-cta{padding:2rem 0 3rem}.bottom-cta .eyebrow{font-size:20px}.bottom-cta h2{font-size:clamp(2.1rem,9vw,3rem)}.bottom-cta p{font-size:1rem;margin-bottom:1.7rem}}
