:root{
  --ink:#17080b;--cherry:#25030d;--burgundy:#5d0019;--wine:#820024;--gold:#d9a62e;
  --gold-light:#f6d77d;--ivory:#fffaf0;--paper:#f7efe3;--muted:#bca9a3;
  --serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;
  --shadow:0 24px 70px rgba(38,3,13,.17);--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:140px}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden}
body.admin-bar .site-header{top:32px}
#process,#tax-services,#notary-services,#tax-resources,#about,#faq,#appointment{scroll-margin-top:140px}
body.admin-bar #process,body.admin-bar #tax-services,body.admin-bar #notary-services,body.admin-bar #tax-resources,body.admin-bar #about,body.admin-bar #faq,body.admin-bar #appointment{scroll-margin-top:178px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:#fff;color:#000;padding:.7rem 1rem;border-radius:.5rem}.skip-link:focus{top:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(100deg,#520015 0,#2a030c 48%,#160105 100%);border-bottom:1px solid rgba(246,215,125,.78);box-shadow:0 8px 30px rgba(19,0,5,.28)}
.site-header:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(128deg,transparent 0 28%,rgba(255,211,102,.34) 28.08%,rgba(255,158,15,.06) 28.7%,transparent 29.6%)}
.nav-shell{height:120px;max-width:1920px;margin:auto;padding:0 4.4vw;display:flex;align-items:center;gap:2.3rem}
.brand{width:355px;height:118px;display:flex;align-items:center;overflow:visible;flex:none}
.brand img{width:100%;height:112px;object-fit:contain;object-position:left center}
#primary-nav{margin-left:auto;display:flex;gap:3rem;align-items:center;color:#fff4e6;font-size:1rem;font-weight:600}
#primary-nav a{position:relative;transition:.25s}
#primary-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.25s}
#primary-nav a:hover:after,#primary-nav a:focus-visible:after{width:100%}
.nav-dropdown{position:relative}.nav-dropdown-toggle{appearance:none;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:inherit;cursor:pointer;display:flex;align-items:center;gap:.4rem}.nav-dropdown-toggle:focus-visible{outline:2px solid var(--gold-light);outline-offset:7px}.nav-dropdown-toggle>span{color:var(--gold-light);font-size:1.05rem;transition:transform .2s}.nav-dropdown.open .nav-dropdown-toggle>span{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;display:grid;visibility:hidden;opacity:0;transform:translateY(8px);top:calc(100% + 1.25rem);left:50%;width:330px;padding:.7rem;border:1px solid rgba(246,215,125,.42);border-radius:16px;background:linear-gradient(145deg,#39010f,#1c0208);box-shadow:0 25px 60px rgba(0,0,0,.38);transition:.2s;translate:-50% 0}.nav-dropdown.open .nav-dropdown-menu{visibility:visible;opacity:1;transform:none}.nav-dropdown-menu:before{content:"";position:absolute;top:-7px;left:50%;width:12px;height:12px;background:#34010e;border-left:1px solid rgba(246,215,125,.42);border-top:1px solid rgba(246,215,125,.42);transform:translateX(-50%) rotate(45deg)}#primary-nav .nav-dropdown-menu a,#primary-nav .nav-dropdown-menu button{position:relative;z-index:1;display:grid;text-align:left;width:100%;padding:.78rem .9rem;border:0;border-radius:10px;background:transparent;color:#fff;cursor:pointer;font:inherit}#primary-nav .nav-dropdown-menu a:after{display:none}#primary-nav .nav-dropdown-menu strong{font-size:.9rem}#primary-nav .nav-dropdown-menu small{color:#bea8a2;font-size:.72rem;font-weight:500}#primary-nav .nav-dropdown-menu a:hover,#primary-nav .nav-dropdown-menu button:hover,#primary-nav .nav-dropdown-menu a:focus-visible,#primary-nav .nav-dropdown-menu button:focus-visible{background:rgba(246,215,125,.1);outline:none}#primary-nav .nav-dropdown-menu a:hover small,#primary-nav .nav-dropdown-menu button:hover small{color:var(--gold-light)}
.menu-toggle{display:none;border:0;background:transparent;padding:.6rem}
.menu-toggle span:not(.sr-only){display:block;width:26px;height:2px;margin:5px;background:var(--gold-light)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:56px;padding:.9rem 1.5rem;border-radius:10px;font-weight:700;line-height:1.1;border:1px solid transparent;cursor:pointer;transition:transform .25s,box-shadow .25s,background .25s}
.button:hover,.button:focus-visible{transform:translateY(-2px)}
.button-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#271106;box-shadow:0 9px 28px rgba(217,166,46,.22)}
.button-outline{border-color:var(--gold);color:#fff;background:rgba(255,255,255,.02)}
.nav-cta{min-width:248px;min-height:64px;font-size:1.08rem}
.button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.hero{height:680px;min-height:680px;display:grid;grid-template-columns:42% 58%;background:radial-gradient(circle at 18% 12%,#8f1233 0,#590017 33%,#2b030d 71%,#140106 100%);color:#fff;position:relative;overflow:hidden}
.hero:before,.hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(246,215,125,.18);transform:rotate(45deg);left:-340px;top:-240px}
.hero:after{width:310px;height:310px;left:31%;top:42%;border-color:rgba(246,215,125,.12)}
.hero-glow{position:absolute;inset:0;z-index:2;pointer-events:none;background:
  linear-gradient(128deg,transparent 0 11%,rgba(255,224,137,.65) 11.08%,rgba(255,151,18,.08) 11.65%,transparent 12.6%),
  linear-gradient(128deg,transparent 0 40%,rgba(255,216,115,.48) 40.08%,rgba(255,146,10,.08) 40.7%,transparent 41.65%)}
.hero-glow:before{content:"";position:absolute;left:26%;bottom:-84px;width:520px;height:235px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,250,220,.98) 0 1.5%,rgba(255,207,75,.94) 4%,rgba(255,158,20,.5) 13%,rgba(255,113,0,.13) 33%,transparent 70%);filter:blur(1px);transform:rotate(-5deg);mix-blend-mode:screen}
.hero-glow:after{content:"";position:absolute;left:-3%;right:1%;bottom:24px;height:3px;background:linear-gradient(90deg,transparent 2%,rgba(255,175,31,.28) 21%,rgba(255,246,189,.98) 43%,rgba(255,176,35,.55) 64%,transparent 97%);box-shadow:0 0 8px #ffc247,0 0 30px rgba(255,158,20,.9),0 0 80px rgba(255,99,0,.48);transform:rotate(-1deg);transform-origin:center}
.hero-content{position:relative;z-index:3;padding:3rem 2.7vw 3.4rem 5vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow{text-transform:uppercase;letter-spacing:.31em;font-weight:700;font-size:.84rem;color:var(--gold-light);margin:0 0 1.45rem}
.eyebrow span{display:inline-block;width:34px;height:1px;background:var(--gold);vertical-align:middle;margin:0 .7rem}
.eyebrow.dark{color:var(--burgundy)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--serif);line-height:1.05}
h1{font-size:clamp(3.15rem,4vw,4.75rem);letter-spacing:-.045em;margin-bottom:1.1rem}
h1 span{display:block;white-space:nowrap}
h1 .gold-line{color:var(--gold-light);font-style:normal;font-weight:700}
h1 em,h2 em{color:var(--gold-light);font-weight:600}
.hero-lead{font-size:1.12rem;line-height:1.4;max-width:620px;color:#fff5ed;margin-bottom:1.65rem}
.hero-actions{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1rem;max-width:640px}
.hero-actions .button{min-width:0;min-height:76px;padding:1.15rem 1.35rem;font-size:1.08rem}
.hero-actions .button:first-child,.hero-actions .button:last-child{min-width:0}
.hero-assurances{display:flex;gap:2.35rem;flex-wrap:nowrap;margin-top:1.55rem;color:#fff4e6;font-size:.88rem;line-height:1.15}
.hero-assurances span{display:flex;align-items:center;gap:.72rem;white-space:nowrap}
.hero-assurances svg{width:44px;height:44px;flex:none;fill:none;stroke:var(--gold-light);stroke-width:2.2}.hero-assurances span:first-child svg{fill:var(--gold-light);stroke:var(--gold-light)}.hero-assurances b{font-weight:500}
.hero-visual{position:relative;min-width:0;overflow:hidden}
.hero-visual:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(0deg,rgba(27,2,9,.36),transparent 38%),linear-gradient(180deg,rgba(22,1,7,.1),transparent 18%)}
.hero-visual:after{content:"";position:absolute;z-index:2;inset:-10%;pointer-events:none;background:linear-gradient(132deg,transparent 0 24%,rgba(255,226,141,.4) 24.08%,rgba(255,162,28,.07) 24.7%,transparent 26%);mix-blend-mode:screen}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:49% center}
.hero-visual img,.hero-visual:before,.hero-visual:after{-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 7%,rgba(0,0,0,.2) 15%,rgba(0,0,0,.46) 23%,rgba(0,0,0,.76) 31%,#000 40%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 7%,rgba(0,0,0,.2) 15%,rgba(0,0,0,.46) 23%,rgba(0,0,0,.76) 31%,#000 40%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}
.service-float{position:absolute;z-index:3;left:3.3%;top:25%;width:260px;display:grid;gap:.8rem;background:rgba(24,8,10,.9);border:1px solid rgba(246,215,125,.82);padding:1.35rem 1.4rem;border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.35),0 0 28px rgba(217,166,46,.12);backdrop-filter:blur(8px)}
.service-float span{text-transform:uppercase;letter-spacing:.105em;font-size:.73rem;white-space:nowrap}.service-float b{display:inline-grid;place-items:center;width:24px;height:24px;border:2px solid var(--gold-light);border-radius:50%;color:var(--gold-light);margin-right:.55rem;font-size:.76rem}
.trust-medallion{position:absolute;z-index:4;left:24%;bottom:4%;width:210px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;text-align:center;text-transform:uppercase;background:radial-gradient(circle,#f8d879 0 56%,#d49a1e 57% 68%,#8a4d04 69% 72%,#f3c95b 73%);color:#3a1705;box-shadow:0 15px 35px rgba(20,0,5,.42),0 0 34px rgba(244,189,47,.42);border:4px double #7d4205;font-family:var(--serif);font-weight:700;line-height:1.04}
.trust-medallion:before{content:"★★★★★";font-family:var(--sans);font-size:.68rem;letter-spacing:.1em;margin-bottom:.45rem}.trust-medallion span{font-size:1.28rem}.trust-medallion small{font-family:var(--sans);font-size:.67rem;letter-spacing:.2em;margin-top:.45rem}
.promise-card{position:absolute;z-index:3;right:2.2%;bottom:1.35rem;min-width:385px;background:rgba(31,7,12,.94);border:1px solid rgba(246,215,125,.82);padding:1.25rem 1.7rem 1.55rem;border-radius:16px;transform:rotate(-1deg);box-shadow:0 16px 42px rgba(0,0,0,.34)}
.promise-card small{display:block;text-transform:uppercase;letter-spacing:.28em;color:#fff;font-size:.82rem}.promise-card strong{display:block;font-family:var(--serif);font-style:italic;color:var(--gold-light);font-size:2.1rem;margin-top:.25rem}
.steps-strip{position:relative;z-index:5;max-width:1580px;margin:-12px auto 0;background:var(--ivory);display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1.1rem;border:1px solid #ead6ae;border-radius:18px;padding:1.55rem 2.2rem;box-shadow:var(--shadow)}
.steps-strip article{display:flex;align-items:flex-start;gap:1rem}.step-number{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:50%;background:var(--burgundy);color:var(--gold-light);font-family:var(--serif);font-size:1.2rem;border:2px solid var(--gold)}
.steps-strip h3{font-size:1.2rem;margin:.1rem 0 .3rem}.steps-strip p{margin:0;color:#5b4a45;font-size:.91rem;line-height:1.35}.step-arrow{font-size:2.2rem;color:var(--gold)}
.proof-band{background:linear-gradient(105deg,#520014 0,#2b030d 48%,#160106 100%);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:2.3rem 4.5vw 0;margin-top:0;border-top:1px solid rgba(246,215,125,.35)}
.proof-item{min-width:0;padding:0 2.1rem 2rem;border-right:1px solid rgba(246,215,125,.32);display:grid;grid-template-columns:92px 1fr;column-gap:1rem;align-items:center}.proof-item:nth-child(4){border:0}
.proof-item>span:not(.proof-mark){font-family:var(--serif);font-size:1.17rem;line-height:1.18}.proof-item>small{grid-column:2;color:#d8c2bc;text-transform:uppercase;letter-spacing:.12em;font-size:.59rem;line-height:1.5;margin-top:.35rem}
.proof-mark{grid-row:1/3;width:82px;height:82px;display:grid;place-items:center;color:var(--gold-light);font-family:var(--serif);font-size:2.7rem;line-height:.75;text-align:center;filter:drop-shadow(0 5px 8px rgba(0,0,0,.24))}
.proof-mark svg{width:78px;height:68px;fill:none;stroke:var(--gold-light);stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.proof-mark.vehicle-mark svg{width:80px;height:58px}.proof-mark.document-mark svg{width:66px;height:70px}.mark-value{display:inline-flex;align-items:flex-start;justify-content:center;line-height:.82;white-space:nowrap}.mark-value sup{font-family:var(--sans);font-size:.4em;line-height:1;margin-left:.05em;transform:translateY(.04em)}.proof-mark.years{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid var(--gold);border-radius:50%;font-weight:700;background:radial-gradient(circle,rgba(246,215,125,.13),transparent 68%);box-shadow:inset 0 0 0 4px rgba(246,215,125,.08)}.proof-mark.years .mark-value{transform:translateX(.15em)}.proof-mark.years:after,.proof-mark.rating:after{content:"";position:absolute;inset:4px;border:1px solid rgba(246,215,125,.42);border-radius:50%;pointer-events:none}.proof-mark.years small{position:static;display:block;margin-top:.42rem;font-family:var(--sans);font-size:.48rem;line-height:1;letter-spacing:.19em;text-transform:uppercase}.proof-mark.rating{position:relative;border:2px solid var(--gold);border-radius:50%;background:radial-gradient(circle,rgba(246,215,125,.2),transparent 68%);box-shadow:inset 0 0 0 4px rgba(246,215,125,.07)}
.proof-mark.years .mark-value sup,.proof-mark.rating .mark-value sup{transform:translateY(.72em)}
.proof-ticker{grid-column:1/-1;display:flex;align-items:center;gap:1rem;border-top:1px solid rgba(246,215,125,.42);padding:1.05rem 0;color:var(--gold-light);text-transform:uppercase;letter-spacing:.25em;font-size:.61rem;white-space:nowrap;overflow:hidden}.proof-ticker i{width:3px;height:3px;border-radius:50%;background:var(--gold)}.proof-ticker b{flex:1;min-width:60px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}
.section{padding:7rem max(5vw,calc((100vw - 1460px)/2));}
.section-heading{max-width:830px;margin-bottom:3rem}.section-heading h2,.about h2,.appointment-section h2{font-size:clamp(2.7rem,4.3vw,4.9rem);letter-spacing:-.035em;margin-bottom:1rem}.section-heading h2 em{color:var(--burgundy)}
.section-heading>p:last-child{font-size:1.1rem;color:#685854;max-width:700px}.section-heading.compact{margin-bottom:2rem}.section-heading.compact h2{font-size:clamp(2.4rem,4vw,4rem)}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.service-card{position:relative;background:#fff;border:1px solid #e5d0a1;border-radius:var(--radius);padding:2.5rem;box-shadow:0 16px 50px rgba(45,14,17,.08);overflow:hidden}
.service-card:after{content:"";position:absolute;width:200px;height:200px;border:38px solid rgba(217,166,46,.07);border-radius:50%;right:-75px;top:-85px}
.service-card.featured{background:linear-gradient(145deg,#3b0614,#6e001e);color:#fff}
.service-icon{width:58px;height:58px;border-radius:14px;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:grid;place-items:center;margin-bottom:1.5rem;box-shadow:0 12px 30px rgba(217,166,46,.25)}
.service-icon svg{width:30px;height:30px;fill:none;stroke:#3b0614;stroke-width:1.6}
.card-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--burgundy)}
.featured .card-kicker{color:var(--gold-light)}.service-card h3{font-size:2rem;max-width:480px}.service-card>p:not(.card-kicker){color:#63524d}.featured>p:not(.card-kicker){color:#ead9d4}
.service-card ul{list-style:none;padding:0;margin:1.5rem 0}.service-card li{padding:.55rem 0 .55rem 1.6rem;border-bottom:1px solid rgba(122,83,48,.18);position:relative}.service-card li:before{content:"✓";position:absolute;left:0;color:var(--gold)}
.service-card>a{font-weight:700;color:var(--burgundy)}.featured>a{color:var(--gold-light)}.service-card>a span{margin-left:.45rem}
.service-actions{display:flex;align-items:center;gap:1.15rem;flex-wrap:wrap;position:relative;z-index:2}.service-actions>a{font-weight:700;color:var(--burgundy)}.featured .service-actions>a{color:var(--gold-light)}.service-actions>a span{margin-left:.45rem}
.tax-resources{position:relative;overflow:hidden;padding:7rem max(5vw,calc((100vw - 1560px)/2));background:linear-gradient(125deg,#1a0208,#3d0011 52%,#170107);color:#fff}.tax-resources:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;border:1px solid rgba(246,215,125,.1);right:-260px;top:-330px;box-shadow:0 0 0 72px rgba(217,166,46,.02),0 0 0 160px rgba(217,166,46,.015)}.resources-heading{position:relative;max-width:760px}.resources-heading .eyebrow{margin-bottom:.85rem}.resources-heading h2{font-size:clamp(2.6rem,5vw,5.2rem);margin-bottom:1rem}.resources-heading h2 em{color:var(--gold-light)}.resources-heading>p:last-child{max-width:680px;color:#d7c2bc;font-size:1.05rem}.resource-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}.resource-card{min-height:330px;display:flex;flex-direction:column;padding:1.6rem;border:1px solid rgba(246,215,125,.26);border-radius:18px;background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,255,255,.018));box-shadow:inset 0 1px rgba(255,255,255,.08);transition:transform .25s,border-color .25s,background .25s}.resource-card:hover{transform:translateY(-6px);border-color:rgba(246,215,125,.7);background:linear-gradient(150deg,rgba(255,255,255,.11),rgba(255,255,255,.025))}.resource-number{align-self:flex-end;color:#9e7d72;font-family:var(--serif);font-size:.95rem}.resource-card>svg{width:48px;height:48px;margin:.4rem 0 1.35rem;fill:none;stroke:var(--gold-light);stroke-width:1.7}.resource-card h3{font-size:1.55rem;margin-bottom:.8rem}.resource-card p{color:#d8c5bf;line-height:1.55}.resource-card>a,.resource-card>button{appearance:none;border:0;border-top:1px solid rgba(246,215,125,.2);background:transparent;color:var(--gold-light);font:inherit;font-weight:700;text-align:left;padding:1rem 0 0;margin-top:auto;cursor:pointer}.resource-card>a span,.resource-card>button span{margin-left:.35rem}.resources-note{position:relative;margin:1rem 0 0;color:#a9908a;font-size:.78rem}
.document-list-trigger{appearance:none;border:0;border-bottom:1px solid rgba(90,0,24,.55);background:transparent;color:var(--burgundy);font:inherit;font-size:.84rem;font-weight:700;padding:.35rem 0;cursor:pointer}.featured .document-list-trigger{color:#fff;border-color:rgba(246,215,125,.72)}.document-list-trigger:hover{color:var(--gold);border-color:var(--gold)}.featured .document-list-trigger:hover{color:var(--gold-light);border-color:var(--gold-light)}.document-list-trigger:focus-visible,.dialog-close:focus-visible{outline:3px solid rgba(246,215,125,.55);outline-offset:4px}
.notary-dialog{width:min(960px,calc(100vw - 2rem));max-height:min(88vh,820px);padding:0;border:1px solid rgba(246,215,125,.78);border-radius:24px;background:#fdf7eb;color:var(--ink);box-shadow:0 35px 100px rgba(15,0,4,.65);overflow:hidden}.notary-dialog::backdrop{background:rgba(15,0,5,.78);backdrop-filter:blur(7px)}.notary-dialog[open]{animation:dialog-in .22s ease-out}.notary-dialog-shell{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;max-height:min(88vh,820px)}
.notary-dialog-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem 2rem 1rem;background:linear-gradient(125deg,#4a0014,#240209);color:#fff;border-bottom:1px solid rgba(217,166,46,.5)}.dialog-kicker{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.23em;font-size:.72rem;font-weight:700;color:var(--gold-light)}.notary-dialog-header h2{margin:0;font-size:clamp(2rem,4vw,3.25rem)}.dialog-close{appearance:none;width:44px;height:44px;flex:none;border:1px solid rgba(246,215,125,.72);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font-size:2rem;line-height:1;cursor:pointer}.dialog-close:hover{background:var(--gold);color:#2a0908}
.notary-dialog-intro{margin:0;padding:1.35rem 2rem;color:#5e4b46;line-height:1.55;border-bottom:1px solid #ead9b7}.document-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem 2rem;overflow:auto;overscroll-behavior:contain}.document-group{background:#fff;border:1px solid #ead4a8;border-radius:16px;padding:1.35rem 1.5rem}.document-group h3{margin:0 0 .85rem;color:var(--burgundy);font-size:1.45rem}.document-group ul{list-style:none;padding:0;margin:0;columns:1}.document-group li{position:relative;padding:.45rem 0 .45rem 1.35rem;border-bottom:1px solid #f0e4ce;break-inside:avoid}.document-group li:last-child{border-bottom:0}.document-group li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}
.notary-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.15rem 2rem;background:#f4e9d4;border-top:1px solid #dfc58f}.notary-dialog-footer p{margin:0;max-width:590px;color:#654f47;font-size:.82rem;line-height:1.45}.notary-dialog-footer .button{min-width:210px;min-height:54px;padding:.85rem 1.15rem}.dialog-open{overflow:hidden}@keyframes dialog-in{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
.tax-tool-dialog .notary-dialog-shell{grid-template-rows:auto auto minmax(0,1fr) auto}.tax-estimator-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 2rem;background:#fffaf0;overflow:auto}.tax-estimator-form .full{grid-column:1/-1}.tax-estimate-result{margin:0 2rem 1.2rem;padding:1.25rem 1.35rem;border:1px solid #d7b557;border-radius:14px;background:linear-gradient(135deg,#fff7dd,#f5e3b0)}.tax-estimate-result h3{margin:0 0 .6rem;color:var(--burgundy);font-size:1.45rem}.estimate-values{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.estimate-values span{display:grid;padding:.7rem;border-radius:9px;background:rgba(255,255,255,.65);color:#604c44;font-size:.78rem}.estimate-values strong{color:var(--ink);font-size:1.1rem}.estimate-outcome{margin:.85rem 0 0;font-weight:700;color:var(--burgundy)}.tax-tool-disclaimer{padding:1rem 2rem;background:#f4e9d4;border-top:1px solid #dfc58f}.tax-tool-disclaimer p{margin:0 0 .45rem;color:#654f47;font-size:.75rem;line-height:1.45}.tax-tool-disclaimer a{color:var(--burgundy);font-size:.78rem;font-weight:700;text-decoration:underline}.tax-checklist{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 2rem;overflow:auto}.tax-checklist fieldset{min-width:0;margin:0;padding:1.15rem;border:1px solid #ead4a8;border-radius:14px;background:#fff}.tax-checklist legend{padding:0 .4rem;color:var(--burgundy);font-family:var(--serif);font-size:1.15rem;font-weight:700}.tax-checklist label{display:grid;grid-template-columns:22px 1fr;gap:.65rem;align-items:start;padding:.48rem 0;border-bottom:1px solid #f0e4ce;color:#4f3e39;font-size:.88rem;line-height:1.45}.tax-checklist label:last-child{border-bottom:0}.tax-checklist input{width:18px;height:18px;margin:.1rem 0 0;accent-color:var(--burgundy)}.checklist-actions>div{display:flex;gap:.7rem}.button-outline-dark{border-color:var(--burgundy);background:transparent;color:var(--burgundy)}
.about{background:var(--cherry);color:#fff;display:grid;grid-template-columns:42% 58%;align-items:center;gap:5vw;overflow:hidden}
.about-art{min-height:490px;position:relative;display:grid;place-items:center}
.gold-orbit{position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(246,215,125,.55);box-shadow:0 0 0 28px rgba(217,166,46,.04),0 0 0 90px rgba(217,166,46,.025)}
.gold-orbit:before,.gold-orbit:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 22px var(--gold);top:26px;left:72px}.gold-orbit:after{top:auto;left:auto;bottom:58px;right:18px;width:10px;height:10px}
.seal{z-index:2;width:270px;height:270px;border-radius:50%;display:grid;place-items:center;text-align:center;align-content:center;background:radial-gradient(circle,#7e0828 0,#4b0015 60%,#21020a 100%);border:3px solid var(--gold);box-shadow:0 0 0 12px #2e0510,0 0 0 14px var(--gold),0 28px 70px #000}
.seal span{font-family:var(--serif);font-size:5.5rem;line-height:.9;color:var(--gold-light)}.seal small{text-transform:uppercase;letter-spacing:.18em;color:#f4ded6;margin-top:1rem}
.about-copy{max-width:760px}.about-copy .large-copy{font-size:1.18rem;color:#ead9d4}
.value-list{margin-top:2rem;display:grid;gap:.7rem}.value-list>div{display:grid;grid-template-columns:54px 1fr;gap:1rem;padding:1rem 0;border-top:1px solid rgba(246,215,125,.2)}.value-list span{font-family:var(--serif);font-size:1.5rem;color:var(--gold)}.value-list p{margin:0;color:#d7c2bc}.value-list strong{display:block;color:#fff;font-family:var(--serif);font-size:1.1rem}
.faq{background:var(--paper)}
.faq-list{max-width:1000px}.faq-list details{border-top:1px solid #d8bd8a;padding:0}.faq-list details:last-child{border-bottom:1px solid #d8bd8a}
.faq-list summary{cursor:pointer;list-style:none;padding:1.4rem 0;font-family:var(--serif);font-size:1.3rem;font-weight:700;display:flex;justify-content:space-between;gap:1rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--burgundy);font-size:1.8rem;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:800px;color:#63524d;padding:0 2rem 1.4rem 0}
.appointment-section{padding:7rem max(5vw,calc((100vw - 1460px)/2));background:linear-gradient(120deg,#420011 0,#25030d 58%,#150106 100%);color:#fff;display:grid;grid-template-columns:.82fr 1.18fr;gap:6vw;position:relative;overflow:hidden}
.appointment-section:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(217,166,46,.13);border-radius:50%;right:-280px;bottom:-360px}
.appointment-intro{position:relative;z-index:2}.appointment-intro>p{color:#d9c5c0}.contact-note{display:grid;margin-top:2rem;color:#d9c5c0}.contact-note strong{color:var(--gold-light);font-family:var(--serif);font-size:1.4rem}.contact-note a{margin-top:.5rem;color:#fff;text-decoration:underline;text-decoration-color:var(--gold)}
.appointment-form{position:relative;z-index:2;background:var(--ivory);color:var(--ink);padding:2rem;border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;gap:1rem;box-shadow:var(--shadow)}
.field{display:grid;gap:.4rem}.field.full,.appointment-form .full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:700;color:#4b1a26}.field input,.field select,.field textarea{width:100%;border:1px solid #d8c7bd;background:#fff;padding:.9rem 1rem;border-radius:9px;color:#1c0d10}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(217,166,46,.28);border-color:var(--gold)}
.form-status{margin:0;color:var(--burgundy);font-weight:700}
.site-footer{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#170106 0,#29030e 48%,#110104 100%);color:#d8c6c1;border-top:1px solid rgba(246,215,125,.4)}
.site-footer:before{content:"";position:absolute;z-index:-1;width:560px;height:560px;right:-220px;top:-250px;border:1px solid rgba(246,215,125,.11);border-radius:50%;box-shadow:0 0 0 70px rgba(217,166,46,.025),0 0 0 150px rgba(217,166,46,.018)}
.footer-flare{position:absolute;z-index:-1;left:0;right:0;bottom:64px;height:2px;background:linear-gradient(90deg,transparent,rgba(217,166,46,.2) 22%,rgba(255,231,151,.85) 50%,rgba(217,166,46,.18) 76%,transparent);box-shadow:0 0 20px rgba(217,166,46,.3)}
.footer-main{max-width:1560px;margin:auto;padding:4.5rem 5vw 3.7rem;display:grid;grid-template-columns:1.05fr .58fr 1.25fr;gap:clamp(2.5rem,5vw,6rem);align-items:start}
.footer-intro{max-width:470px}.footer-logo{display:inline-flex;width:min(360px,100%);height:112px;align-items:center;margin:-1.1rem 0 .6rem}.footer-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.footer-intro>p{max-width:440px;color:#d9c7c2;font-size:1rem;line-height:1.65}
.footer-contact{display:grid;gap:.65rem;margin-top:1.6rem}.footer-contact>a,.footer-contact>p{display:flex;align-items:center;gap:.8rem;margin:0;color:#fff}.footer-contact>a>span:first-child,.footer-contact>p>span:first-child{width:34px;height:34px;display:grid;place-items:center;flex:none;border:1px solid rgba(246,215,125,.42);border-radius:50%;color:var(--gold-light);font-size:.82rem}.footer-contact>a>span:last-child,.footer-contact>p>span:last-child{display:grid}.footer-contact small{color:#a9908a;font-size:.72rem;line-height:1.2;text-transform:uppercase;letter-spacing:.13em;margin-bottom:.1rem}.footer-contact>a:hover{color:var(--gold-light)}
.footer-label{margin:0 0 1rem;color:var(--gold-light);font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.footer-nav{display:grid;gap:.35rem}.footer-nav a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.58rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:#eadfdb}.footer-nav a span{color:var(--gold);transition:transform .2s}.footer-nav a:hover{color:#fff}.footer-nav a:hover span{transform:translate(2px,-2px)}
.footer-credentials h2{max-width:520px;margin:0 0 1.25rem;color:#fff;font-size:clamp(1.55rem,2.2vw,2.15rem)}.credential-grid{display:grid;grid-template-columns:1.35fr .9fr .72fr;gap:.75rem}.credential-card{height:146px;display:grid;place-items:center;padding:1rem;border:1px solid rgba(246,215,125,.3);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(243,230,204,.92));box-shadow:inset 0 1px rgba(255,255,255,.75),0 14px 34px rgba(0,0,0,.18);overflow:hidden}.credential-card img{width:100%;height:100%;object-fit:contain}.credential-irs{background:linear-gradient(145deg,#071d36,#0c3158)}.credential-irs img{max-width:230px}.credential-notary img{max-width:112px}.credential-bbb img{max-width:73px;transition:transform .22s}.credential-bbb:hover img,.credential-bbb:focus-visible img{transform:scale(1.06)}.credential-bbb:focus-visible{outline:3px solid var(--gold-light);outline-offset:3px}.credential-note{margin:.8rem 0 0;color:#a9908a;font-size:.78rem}
.footer-bottom{position:relative;max-width:1560px;margin:auto;padding:1.3rem 5vw 1.7rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.09);font-size:.78rem;color:#9f8983}.footer-bottom p{margin:0}.footer-bottom a{color:var(--gold-light);font-weight:700}.footer-bottom a span{margin-left:.35rem}
.footer-copyright{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .7rem}.footer-credit{display:inline-flex;align-items:center;gap:.28rem;color:#806f6a;font-size:.72rem}.footer-credit:before{content:"•";color:#725e58;margin-right:.35rem}.footer-credit a{color:#bda970;font-weight:600}.footer-credit a:hover{color:var(--gold-light);text-decoration:underline;text-underline-offset:3px}
.back-top{position:fixed;right:1.4rem;bottom:1.4rem;z-index:40;width:48px;height:48px;border-radius:50%;border:1px solid var(--gold);background:rgba(37,3,13,.94);color:var(--gold-light);font-size:1.3rem;cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}.back-top.visible{opacity:1;transform:none;pointer-events:auto}
.wnx-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status.is-success,.form-status.is-error{padding:.8rem 1rem;border-radius:8px;font-weight:700}.form-status.is-success{background:#e9f7ed;color:#185c2c;border:1px solid #a8d6b3}.form-status.is-error{background:#fff0ee;color:#842719;border:1px solid #e1aca4}.legal-content .button{width:auto}
@media (max-width:1650px){
  .nav-shell{padding:0 3vw;gap:1.35rem}.brand{width:305px}#primary-nav{gap:1.65rem;font-size:.9rem}.nav-cta{min-width:180px}
  .hero-actions .button{padding:1rem 1.1rem;font-size:1rem}.hero-assurances{gap:1.25rem}.hero-assurances svg{width:36px;height:36px}
}
@media (max-width:1100px){
  .nav-shell{padding:0 2rem}.brand{width:250px}#primary-nav{gap:1.2rem}.nav-cta{display:none}.resource-grid{grid-template-columns:1fr 1fr}
  .hero{grid-template-columns:1fr;height:auto;min-height:auto}.hero-glow{background:linear-gradient(128deg,transparent 0 11%,rgba(255,224,137,.65) 11.08%,rgba(255,151,18,.08) 11.65%,transparent 12.6%),linear-gradient(128deg,transparent 0 40%,rgba(255,216,115,.48) 40.08%,rgba(255,146,10,.08) 40.7%,transparent 41.65%)}.hero-content{padding:4rem 7vw 3rem}.hero-visual{height:540px}.hero-visual:before{background:linear-gradient(0deg,rgba(27,2,9,.34),transparent 35%)}.hero-visual img,.hero-visual:before,.hero-visual:after{-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.12) 8%,rgba(0,0,0,.46) 17%,rgba(0,0,0,.78) 23%,#000 30%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.12) 8%,rgba(0,0,0,.46) 17%,rgba(0,0,0,.78) 23%,#000 30%)}.steps-strip{margin:0;border-radius:0;border-left:0;border-right:0}.proof-band{grid-template-columns:1fr 1fr}.proof-item:nth-child(2){border-right:0}.proof-item:nth-child(-n+2){border-bottom:1px solid rgba(246,215,125,.22)}
}
@media (max-width:780px){
  body.admin-bar .site-header{top:46px}
  html{scroll-padding-top:108px}#process,#tax-services,#notary-services,#tax-resources,#about,#faq,#appointment{scroll-margin-top:108px}body.admin-bar #process,body.admin-bar #tax-services,body.admin-bar #notary-services,body.admin-bar #tax-resources,body.admin-bar #about,body.admin-bar #faq,body.admin-bar #appointment{scroll-margin-top:158px}
  .nav-shell{height:88px;padding:0 1rem}.brand{width:225px;height:84px}.brand img{height:80px}.menu-toggle{display:block;margin-left:auto}
  #primary-nav{position:absolute;display:none;top:88px;left:0;right:0;margin:0;padding:1.25rem;background:#25030d;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--gold);max-height:calc(100vh - 88px);overflow:auto}#primary-nav.open{display:flex}#primary-nav>a{align-self:flex-start}.nav-dropdown{width:100%}.nav-dropdown-toggle{width:100%;justify-content:space-between}.nav-dropdown-menu{position:static;width:100%;margin-top:.7rem;translate:0 0;transform:none}.nav-dropdown-menu:before{display:none}.nav-dropdown:not(.open) .nav-dropdown-menu{display:none}.nav-dropdown.open .nav-dropdown-menu{display:grid}
  .hero-content{padding:3.6rem 1.25rem 2.7rem}.eyebrow{letter-spacing:.18em}h1{font-size:clamp(2.6rem,12vw,4.2rem)}h1 span{white-space:normal}.hero-lead{font-size:1.05rem}.hero-actions{grid-template-columns:1fr;max-width:none}.hero-actions .button,.hero-actions .button:first-child,.hero-actions .button:last-child{width:100%;min-width:0;min-height:62px}.button{width:100%}.hero-assurances{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-visual{height:430px}.service-float{left:1rem;top:1rem}.trust-medallion{width:112px;left:7%;bottom:4%}.trust-medallion span{font-size:.72rem}.promise-card{display:none}.hero-glow:before{left:8%;bottom:385px;width:330px}.hero-glow:after{left:-8%;right:5%;bottom:430px}
  .steps-strip{grid-template-columns:1fr;padding:1.5rem 1.25rem}.step-arrow{display:none}.proof-band{grid-template-columns:1fr;padding:1.5rem 1.25rem 0}.proof-item,.proof-item:nth-child(2),.proof-item:nth-child(4){padding:1rem 0;border-right:0;border-bottom:1px solid rgba(246,215,125,.22)}.proof-item>small{font-size:.62rem}.proof-ticker{margin-top:.5rem}
  .section{padding:5rem 1.25rem}.service-grid{grid-template-columns:1fr}.service-actions{align-items:flex-start;flex-direction:column}.tax-resources{padding:5rem 1.25rem}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:285px}.notary-dialog{width:calc(100vw - 1rem);max-height:92vh;border-radius:18px}.notary-dialog-shell{max-height:92vh}.notary-dialog-header{padding:1.4rem 1.25rem .9rem}.notary-dialog-intro{padding:1rem 1.25rem}.document-columns,.tax-checklist{grid-template-columns:1fr;padding:1rem 1.25rem}.document-group{padding:1.15rem}.tax-estimator-form{grid-template-columns:1fr;padding:1rem 1.25rem}.tax-estimator-form .full{grid-column:auto}.tax-estimate-result{margin:0 1.25rem 1rem}.estimate-values{grid-template-columns:1fr}.tax-tool-disclaimer{padding:1rem 1.25rem}.notary-dialog-footer{align-items:stretch;flex-direction:column;padding:1rem 1.25rem}.notary-dialog-footer .button{width:100%}.checklist-actions>div{display:grid;grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;gap:2rem}.about-art{min-height:360px}.gold-orbit{width:300px;height:300px}.seal{width:220px;height:220px}.seal span{font-size:4.4rem}
  .appointment-section{grid-template-columns:1fr;padding:5rem 1.25rem}.appointment-form{grid-template-columns:1fr;padding:1.25rem}.field.full,.appointment-form .full{grid-column:auto}
  .footer-main{padding:3.7rem 1.25rem 3rem;grid-template-columns:1fr;gap:2.8rem}.footer-logo{width:300px;height:96px}.footer-nav{max-width:520px}.credential-grid{grid-template-columns:1.25fr .9fr .72fr;max-width:620px}.credential-card{height:132px}.footer-bottom{margin:0 1.25rem;padding:1.25rem 0 1.5rem;align-items:flex-start;flex-direction:column}.footer-copyright{align-items:flex-start}.footer-credit{width:100%}.footer-credit:before{display:none}.footer-flare{bottom:88px}
}
@media (max-width:520px){.credential-grid{grid-template-columns:1fr 1fr}.credential-card{height:130px}.credential-irs{grid-column:1/-1}.credential-irs img{max-width:215px}.credential-notary img{max-width:102px}.credential-bbb img{max-width:67px}.footer-contact a{overflow-wrap:anywhere}}
@media print{body.printing-checklist{background:#fff}body.printing-checklist *{visibility:hidden!important}body.printing-checklist #tax-checklist-dialog,body.printing-checklist #tax-checklist-dialog *{visibility:visible!important}body.printing-checklist #tax-checklist-dialog{display:block!important;position:absolute;inset:0;width:100%;max-width:none;max-height:none;border:0;border-radius:0;box-shadow:none;background:#fff}body.printing-checklist .notary-dialog-shell{display:block;max-height:none}body.printing-checklist .notary-dialog-header{padding:1rem 0;color:#000;background:#fff;border-bottom:2px solid #5d0019}body.printing-checklist .dialog-kicker,body.printing-checklist .dialog-close,body.printing-checklist .checklist-actions{display:none!important}body.printing-checklist .notary-dialog-intro{padding:.8rem 0;color:#333}body.printing-checklist .tax-checklist{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:.5rem 0;overflow:visible}body.printing-checklist .tax-checklist fieldset{break-inside:avoid;padding:.8rem}body.printing-checklist .tax-checklist label{font-size:10pt;padding:.28rem 0}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Final readability and legal-page polish */
#primary-nav>a,.nav-dropdown-toggle{white-space:nowrap}
.proof-item>small{letter-spacing:.1em;font-size:.75rem;line-height:1.45}
.proof-ticker{letter-spacing:.19em;font-size:.75rem}
.resources-note{color:#bda8a2;font-size:.84rem}
.footer-legal-links{display:inline-flex;gap:.8rem}.footer-legal-links a{color:#c7b18b;font-weight:600}.footer-legal-links a:hover{color:var(--gold-light);text-decoration:underline;text-underline-offset:3px}
.legal-main{min-height:70vh;background:linear-gradient(180deg,#fffaf0,#f8eddc);padding:5rem max(5vw,calc((100vw - 1120px)/2)) 6rem}.legal-back{display:inline-flex;margin-bottom:1.5rem;color:var(--burgundy);font-weight:700}.legal-back:hover{text-decoration:underline;text-underline-offset:4px}.legal-header{padding-bottom:2rem;border-bottom:1px solid #d8bd8a}.legal-header .eyebrow{margin-bottom:.8rem}.legal-header h1{max-width:900px;color:var(--ink);font-size:clamp(2.8rem,6vw,5.2rem)}.legal-updated{margin:.7rem 0 0;color:#725d55}.legal-content{max-width:900px;padding-top:2rem}.legal-content h2{margin:2.4rem 0 .7rem;color:var(--burgundy);font-size:1.75rem}.legal-content h3{margin:1.5rem 0 .45rem;font-size:1.18rem}.legal-content p,.legal-content li{color:#4f3f3a}.legal-content ul{padding-left:1.25rem}.legal-content a{color:var(--burgundy);font-weight:700;text-decoration:underline;text-underline-offset:3px}.legal-note{margin-top:2.5rem;padding:1.2rem 1.3rem;border-left:4px solid var(--gold);background:#fff;color:#5a4741}.legal-footer{background:#1b0208;color:#cbb9b3;padding:1.5rem 5vw;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.86rem}.legal-footer a{color:var(--gold-light);font-weight:700}
.legal-nav .nav-cta{margin-left:auto}
@media (max-width:1350px){.nav-shell{gap:1rem}.brand{width:270px}#primary-nav{gap:1rem;font-size:.85rem}.nav-cta{min-width:160px;padding-inline:1.25rem}}
@media (max-width:780px){.proof-item>small{font-size:.75rem}.proof-ticker{font-size:.72rem;letter-spacing:.13em}.footer-legal-links{width:100%;flex-wrap:wrap}.legal-main{padding:3.5rem 1.25rem 4.5rem}}
