:root{--navy:#071d3c;--navy-2:#0d2b52;--navy-3:#15365f;--gold:#c7a052;--gold-soft:#ddc486;--cream:#f7f3ea;--paper:#fcfbf8;--ink:#18202a;--muted:#66707c;--line:#e4ded1;--white:#fff;--shadow:0 24px 60px rgba(7,29,60,.12);--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",Arial,sans-serif;--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{position:fixed;inset:0 0 auto 0;z-index:50;transition:.3s ease;border-bottom:1px solid transparent}
.site-header.scrolled{background:rgba(252,251,248,.94);backdrop-filter:blur(16px);border-color:rgba(7,29,60,.08);box-shadow:0 10px 30px rgba(7,29,60,.06)}
.header-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px;transition:.3s ease}
.site-header.scrolled .header-inner{height:82px}
.brand{display:flex;align-items:center;justify-content:flex-start;width:170px;min-width:170px;height:100%;overflow:visible}
.brand img{display:block;width:auto;max-width:100%;height:78px;max-height:calc(100% - 18px);object-fit:contain;object-position:left center}
.site-header.scrolled .brand img{height:62px}
.main-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:500;color:var(--navy)}
.main-nav a{position:relative;padding:8px 0}
.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:.25s ease}
.main-nav a:not(.nav-cta):hover::after{right:0}
.nav-cta{padding:12px 20px!important;border:1px solid rgba(7,29,60,.18);border-radius:999px;transition:.25s ease}
.nav-cta:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);transition:.25s ease}
.hero{min-height:760px;padding:170px 0 95px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#fbfaf6 0%,#f7f3ea 55%,#f0eadf 100%)}
.hero::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(199,160,82,.17);border-radius:50%;right:-180px;top:125px}
.hero::after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(7,29,60,.08);border-radius:50%;right:-50px;top:205px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}
.hero-glow-a{width:520px;height:520px;background:radial-gradient(circle,rgba(199,160,82,.12),transparent 65%);left:-250px;top:120px}
.hero-glow-b{width:420px;height:420px;background:radial-gradient(circle,rgba(7,29,60,.08),transparent 65%);right:180px;bottom:-240px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;position:relative;z-index:2}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.24em;font-weight:600;color:var(--gold);margin-bottom:20px}
.hero h1,.section-head h2,.profile-copy h2,.contact-copy h2{font-family:var(--serif);font-weight:600;color:var(--navy);line-height:.98;margin:0}
.hero h1{font-size:clamp(54px,6vw,84px);letter-spacing:-.035em;max-width:760px}
.hero h1 em{font-weight:500;color:var(--gold);font-style:italic}
.hero-copy>p{font-size:18px;line-height:1.75;color:#53606e;max-width:650px;margin:30px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.01em;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.btn-primary{background:var(--navy);color:var(--white);box-shadow:0 12px 30px rgba(7,29,60,.16)}
.btn-primary:hover{background:var(--navy-2);transform:translateY(-2px);box-shadow:0 16px 34px rgba(7,29,60,.2)}
.btn-ghost{border-color:rgba(7,29,60,.18);color:var(--navy);background:rgba(255,255,255,.48)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.hero-notes{display:flex;gap:24px;flex-wrap:wrap;margin-top:35px;color:#687280;font-size:12px}
.hero-notes span{position:relative;padding-left:16px}
.hero-notes span::before{content:"";width:5px;height:5px;background:var(--gold);border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.hero-mark{display:flex;justify-content:center;align-items:center;min-width:0}
.logo-frame{position:relative;width:min(100%,520px);min-height:430px;padding:48px 52px;background:rgba(255,255,255,.54);border:1px solid rgba(7,29,60,.08);box-shadow:var(--shadow);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;overflow:hidden}
.logo-frame::before,.logo-frame::after{content:"";position:absolute;width:62px;height:62px;border-color:var(--gold);opacity:.75}
.logo-frame::before{left:18px;top:18px;border-left:1px solid;border-top:1px solid}
.logo-frame::after{right:18px;bottom:18px;border-right:1px solid;border-bottom:1px solid}
.logo-frame img{display:block;width:auto;height:auto;max-width:100%;max-height:320px;object-fit:contain;object-position:center}
.frame-line{position:absolute;background:rgba(7,29,60,.12)}
.frame-line-top{height:1px;width:70px;right:-36px;top:74px}
.frame-line-bottom{height:70px;width:1px;left:60px;bottom:-35px}
.intro-band{background:var(--navy);color:var(--white)}
.intro-band-grid{min-height:132px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}
.intro-band p{margin:0;font-family:var(--serif);font-size:25px;line-height:1.35;max-width:850px;color:#f1eee8}
.intro-band a{color:var(--gold-soft);font-size:14px;font-weight:600;white-space:nowrap}
.intro-band a span{display:inline-block;margin-left:8px;transition:.25s}
.intro-band a:hover span{transform:translateX(5px)}
.section{padding:120px 0}
.section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end;margin-bottom:52px}
.section-head h2,.profile-copy h2,.contact-copy h2{font-size:clamp(42px,5vw,64px);letter-spacing:-.025em}
.section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.85}
.practice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.practice-card{position:relative;min-height:340px;padding:38px 38px 34px;background:var(--white);border:1px solid var(--line);overflow:hidden;transition:.3s ease}
.practice-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(199,160,82,.5)}
.practice-number{position:absolute;right:26px;top:18px;font-family:var(--serif);font-size:72px;line-height:1;color:rgba(7,29,60,.045)}
.practice-icon{width:50px;height:50px;border:1px solid rgba(199,160,82,.48);display:grid;place-items:center;margin-bottom:30px}
.practice-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.practice-card h3{font-family:var(--serif);font-size:32px;color:var(--navy);margin:0 0 14px;line-height:1.08}
.practice-card h3 span{display:block;font-size:19px;color:#53606e;margin-top:6px;font-family:var(--sans);font-weight:400}
.practice-card p{margin:0;color:var(--muted);max-width:520px}
.card-line{position:absolute;left:38px;bottom:28px;width:56px;height:2px;background:var(--gold);transition:.3s ease}
.practice-card:hover .card-line{width:90px}
.profile-section{background:#f1ede5;overflow:hidden}
.profile-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:88px;align-items:stretch}
.profile-panel{min-height:540px;background:var(--navy);position:relative;display:flex;align-items:flex-end;padding:44px;overflow:hidden}
.monogram-watermark{position:absolute;top:45px;left:-20px;font-family:var(--serif);font-size:220px;color:rgba(255,255,255,.045);line-height:.8;letter-spacing:-.08em}
.profile-panel::before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(199,160,82,.26);border-radius:50%;right:-90px;top:80px}
.profile-panel::after{content:"";position:absolute;width:120px;height:1px;background:var(--gold);top:125px;right:0}
.profile-quote{position:relative;z-index:2;font-family:var(--serif);font-size:38px;line-height:1.12;color:var(--white);max-width:420px}
.profile-copy{padding:35px 0}
.profile-copy p{color:#5d6670;font-size:16px;line-height:1.9;margin:24px 0 0}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px;border-top:1px solid #d8d0c4;padding-top:28px}
.principles div{display:flex;flex-direction:column;gap:8px}
.principles strong{font-family:var(--serif);font-size:28px;color:var(--gold);font-weight:600}
.principles span{font-size:13px;color:var(--navy);font-weight:600}
.contact-section{background:var(--navy);color:var(--white);position:relative;overflow:hidden}
.contact-section::before{content:"DLC";position:absolute;right:-40px;bottom:-30px;font-family:var(--serif);font-size:290px;line-height:.8;color:rgba(255,255,255,.025);letter-spacing:-.08em}
.contact-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;position:relative;z-index:2}
.section-kicker-light{color:var(--gold-soft)}
.contact-copy h2{color:var(--white)}
.contact-copy>p{margin:28px 0;color:#bac5d3;line-height:1.85;max-width:460px}
.privacy-note{display:flex;gap:12px;align-items:flex-start;margin-top:38px;color:#d7dee7;font-size:13px}
.privacy-note svg{width:21px;height:21px;stroke:var(--gold-soft);fill:none;stroke-width:1.5;flex:0 0 auto}
.contact-form{background:var(--white);color:var(--ink);padding:38px;border-radius:2px;box-shadow:0 24px 70px rgba(0,0,0,.18)}
.form-row{display:grid;gap:18px;margin-bottom:18px}
.form-row-two{grid-template-columns:repeat(2,1fr)}
.field{display:flex;flex-direction:column;gap:8px}
.field label{font-size:12px;color:#55606c;font-weight:600;letter-spacing:.04em}
.field input,.field select,.field textarea{width:100%;border:1px solid #d9d9d6;background:#fff;padding:13px 14px;color:var(--ink);outline:none;border-radius:0;transition:.2s ease}
.field input,.field select{height:49px}
.field textarea{resize:vertical;min-height:145px;line-height:1.5}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(199,160,82,.09)}
.consent{display:flex;gap:11px;align-items:flex-start;margin:20px 0;color:#68727c;font-size:12px;cursor:pointer}
.consent input{margin-top:4px;accent-color:var(--navy)}
.btn-submit{border:0;gap:10px;min-width:190px}
.btn-submit svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linejoin:round}
.btn-submit:disabled{opacity:.65;cursor:wait;transform:none}
.form-disclaimer{font-size:11px;color:#8b9198;line-height:1.55;margin:18px 0 0}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.site-footer{background:#05162e;color:#b8c1cc;border-top:1px solid rgba(255,255,255,.07);padding:42px 0}
.footer-grid{display:grid;grid-template-columns:230px 1fr auto;gap:38px;align-items:center}
.footer-grid>img{display:block;width:auto;height:92px;max-width:210px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);opacity:.72}
.footer-copy{display:flex;flex-direction:column;gap:2px}
.footer-copy strong{font-family:var(--serif);font-size:23px;color:var(--white);font-weight:600}
.footer-copy span,.footer-meta{font-size:12px}
.footer-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.footer-meta a{color:var(--gold-soft)}
.toast{position:fixed;z-index:100;right:24px;top:110px;width:min(390px,calc(100% - 32px));background:#fff;color:var(--ink);box-shadow:0 20px 60px rgba(7,29,60,.2);border-left:4px solid var(--gold);padding:18px 44px 18px 18px;display:flex;gap:13px;align-items:flex-start;transform:translateX(calc(100% + 60px));opacity:0;transition:.42s cubic-bezier(.2,.8,.2,1)}
.toast.show{transform:translateX(0);opacity:1}
.toast.error{border-left-color:#a94848}
.toast-icon{width:10px;height:10px;border-radius:50%;background:var(--gold);margin-top:8px;flex:0 0 auto}
.toast.error .toast-icon{background:#a94848}
.toast strong,.toast span{display:block}
.toast strong{font-size:14px;color:var(--navy)}
.toast span{font-size:12px;color:#66707c;margin-top:2px;line-height:1.45}
.toast button{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:24px;color:#89919a;cursor:pointer}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{transition:none!important}}
@media (max-width:980px){.container{width:min(100% - 36px,900px)}.header-inner{height:88px}.site-header.scrolled .header-inner{height:72px}.brand{width:150px;min-width:150px}.brand img{height:66px}.site-header.scrolled .brand img{height:54px}.menu-toggle{display:flex;z-index:2}.main-nav{position:fixed;inset:0;background:rgba(252,251,248,.98);display:flex;flex-direction:column;justify-content:center;gap:18px;font-family:var(--serif);font-size:30px;transform:translateX(100%);transition:.3s ease}.main-nav.open{transform:translateX(0)}.nav-cta{border:0!important;padding:8px 0!important}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{padding-top:140px}.hero-grid{grid-template-columns:1fr;gap:50px}.hero-copy{max-width:760px}.hero-mark{max-width:560px;margin:0 auto;width:100%}.section-head{grid-template-columns:1fr;gap:25px}.profile-grid,.contact-grid{grid-template-columns:1fr;gap:48px}.profile-panel{min-height:420px}.contact-copy{max-width:680px}.footer-grid{grid-template-columns:180px 1fr}.footer-meta{grid-column:1/-1;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08);padding-top:22px}.footer-grid>img{width:auto;height:78px;max-width:170px}}
@media (max-width:700px){.container{width:calc(100% - 28px)}.brand{width:132px;min-width:132px}.brand img{height:58px}.site-header.scrolled .brand img{height:48px}.hero{min-height:auto;padding:125px 0 70px}.hero h1{font-size:50px}.hero-copy>p{font-size:16px;margin-top:24px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-notes{gap:12px 18px}.logo-frame{min-height:340px;padding:34px 38px}.logo-frame img{max-height:260px}.intro-band-grid{grid-template-columns:1fr;gap:14px;padding:26px 0}.intro-band p{font-size:21px}.section{padding:80px 0}.section-head{margin-bottom:32px}.section-head h2,.profile-copy h2,.contact-copy h2{font-size:44px}.practice-grid{grid-template-columns:1fr}.practice-card{min-height:320px;padding:30px 26px}.card-line{left:26px}.profile-grid{gap:34px}.profile-panel{min-height:350px;padding:30px}.profile-quote{font-size:32px}.monogram-watermark{font-size:150px}.principles{grid-template-columns:1fr;gap:10px}.principles div{flex-direction:row;align-items:baseline;gap:14px}.contact-grid{gap:32px}.contact-form{padding:26px 20px}.form-row-two{grid-template-columns:1fr}.site-footer{padding:48px 0}.footer-grid{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center}.footer-grid>img{width:auto;height:92px;max-width:210px;object-position:center}.footer-copy{align-items:center}.footer-copy strong{font-size:21px}.footer-meta{width:100%;align-items:center;text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:22px}.toast{right:16px;top:88px}.frame-line-top,.frame-line-bottom{display:none}}
@media (max-width:420px){.hero h1{font-size:43px}.section-head h2,.profile-copy h2,.contact-copy h2{font-size:39px}.practice-card h3{font-size:29px}}
.consent a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}
.privacy-page{background:var(--paper)}
.privacy-nav{display:flex;align-items:center}
.privacy-main{padding:165px 0 95px;min-height:75vh;background:linear-gradient(135deg,#fbfaf6 0%,#f4efe5 100%)}
.privacy-shell{max-width:880px}
.privacy-shell>h1{font-family:var(--serif);font-size:clamp(52px,6vw,76px);line-height:1;color:var(--navy);margin:0 0 22px;letter-spacing:-.03em}
.privacy-lead{font-size:18px;color:#586471;max-width:760px;margin:0 0 52px;line-height:1.8}
.privacy-shell section{padding:28px 0;border-top:1px solid var(--line)}
.privacy-shell section h2{font-family:var(--serif);font-size:30px;color:var(--navy);margin:0 0 10px}
.privacy-shell section p{margin:0;color:#626c76;line-height:1.85}
.privacy-return{padding-top:34px}
.privacy-footer{margin-top:0}
@media (max-width:700px){.privacy-main{padding:125px 0 70px}.privacy-shell>h1{font-size:48px}.privacy-nav .nav-cta{font-size:12px;padding:9px 14px!important;border:1px solid rgba(7,29,60,.18)!important}.privacy-shell section h2{font-size:27px}}
