:root{--ink:#1b1c1e;--muted:#62646c;--blue:#aa182c;--blue-dark:#7c1120;--cyan:#c41e38;--orange:#aa182c;--orange-dark:#88121f;--paper:#fff;--soft:#f8f5f5;--soft-blue:#fbecee;--line:#ece4e5;--footer:#171718;--band:#7c1120;--hero-overlay-start:#121213e6;--hero-overlay-mid:#3a0c14bd;--hero-overlay-end:#7a10204d;--shadow:0 18px 50px #1a101229;--container:1180px;--radius:8px}html[data-theme=garnet]{--ink:#1c1a1c;--muted:#635f66;--blue:#8f1430;--blue-dark:#650d22;--cyan:#b21f3e;--orange:#8f1430;--orange-dark:#720f26;--soft:#f7f4f5;--soft-blue:#f7e9ec;--line:#e9e0e3;--footer:#161416;--band:#650d22}html[data-theme=ember]{--ink:#20191a;--muted:#6a6360;--blue:#c41f2a;--blue-dark:#97161f;--cyan:#e23a2c;--orange:#d23022;--orange-dark:#a82216;--soft:#faf5f3;--soft-blue:#fdeae6;--line:#efe3e0;--footer:#1a1614;--band:#97161f}html[data-theme=oxblood]{--ink:#1a1718;--muted:#5f5a5c;--blue:#6f0f1d;--blue-dark:#4d0a14;--cyan:#98182a;--orange:#7a1020;--orange-dark:#560b16;--soft:#f6f3f3;--soft-blue:#f4e7e9;--line:#e7dee0;--footer:#130f10;--band:#4d0a14}html[data-theme=cardinal]{--ink:#1b1b1d;--muted:#626169;--blue:#c8102e;--blue-dark:#960c22;--cyan:#e11d3c;--orange:#c8102e;--orange-dark:#9c0a23;--soft:#f8f5f5;--soft-blue:#fce9ec;--line:#ece2e4;--footer:#161617;--band:#960c22}html[data-theme=charcoal]{--ink:#1f2125;--muted:#5f636b;--blue:#aa182c;--blue-dark:#2a2d33;--cyan:#c41e38;--orange:#aa182c;--orange-dark:#851321;--soft:#f5f6f7;--soft-blue:#fbecee;--line:#e5e7ea;--footer:#1a1c1f;--band:#23262b}html[data-theme=brick]{--ink:#20191a;--muted:#6b625e;--blue:#b23a2e;--blue-dark:#8a2a20;--cyan:#c8472f;--orange:#b23a2e;--orange-dark:#8a2a20;--soft:#faf5f3;--soft-blue:#fbece6;--line:#efe2dc;--footer:#1a1513;--band:#8a2a20}html[data-theme=rosewood]{--ink:#1e1a1c;--muted:#6a6065;--blue:#a23347;--blue-dark:#732231;--cyan:#bb4256;--orange:#a23347;--orange-dark:#7a2536;--soft:#f8f4f5;--soft-blue:#f8eaee;--line:#ebe1e4;--footer:#181417;--band:#732231}html[data-theme=onyx]{--ink:#1a1b1d;--muted:#606268;--blue:#cf1f39;--blue-dark:#1f2024;--cyan:#e23a52;--orange:#cf1f39;--orange-dark:#a3162c;--soft:#f5f6f7;--soft-blue:#fce9ec;--line:#e4e6e9;--footer:#111113;--band:#161719}html[data-theme=merlot]{--ink:#1c191d;--muted:#645e67;--blue:#7d1530;--blue-dark:#571022;--cyan:#9c2347;--orange:#7d1530;--orange-dark:#5c1024;--soft:#f7f4f6;--soft-blue:#f5e8ed;--line:#e8dfe4;--footer:#151218;--band:#571022}*{box-sizing:border-box}html{color:var(--ink);background:var(--paper);scroll-behavior:smooth}body{letter-spacing:0;background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}body,button,input,textarea,select{letter-spacing:0}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}p,h1,h2,h3{overflow-wrap:anywhere}h1,h2,h3,p{margin:0}button{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--blue) 65%, transparent);outline-offset:3px}.skip-link{z-index:100;border-radius:var(--radius);background:var(--ink);color:var(--paper);padding:.65rem .9rem;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container,.header-inner,.footer-inner,.footer-bottom,.hero-inner,.cta-inner{width:min(calc(100% - 32px), var(--container));margin-inline:auto}.site-header{z-index:50;border-top:3px solid var(--blue);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0;box-shadow:0 5px 24px #1a10120f}.header-inner{align-items:center;gap:1rem;min-height:78px;display:flex}.brand{flex:none;align-items:center;display:inline-flex}.brand-logo{width:auto;display:block}.brand .brand-logo{height:25px;color:var(--blue);transition:color .16s,opacity .16s}.brand:hover .brand-logo{opacity:.82}.footer-brand .brand-logo{height:30px;color:var(--paper)}.primary-nav{justify-content:center;align-items:center;gap:.15rem;margin-left:auto;display:flex}.primary-nav a,.mobile-nav a{border-radius:var(--radius);color:#33363c;align-items:center;min-height:42px;padding:.55rem .78rem;font-size:.95rem;font-weight:700;display:inline-flex}.primary-nav a:hover,.primary-nav a[aria-current=page],.mobile-nav a:hover,.mobile-nav a[aria-current=page]{background:var(--soft-blue);color:var(--blue-dark)}.header-actions{align-items:center;gap:.55rem;display:flex}.theme-switcher{position:relative}.theme-trigger{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);width:40px;height:40px;color:var(--blue-dark);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.theme-trigger svg{width:1.05rem;height:1.05rem}.theme-trigger:hover,.theme-switcher[data-open=true] .theme-trigger{border-color:var(--blue);color:var(--blue)}.theme-menu{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);width:min(320px,100vw - 24px);box-shadow:var(--shadow);padding:.85rem;display:none;position:absolute;top:calc(100% + .7rem);right:0}.theme-switcher[data-open=true] .theme-menu{display:block}.theme-menu-header{color:var(--muted);justify-content:space-between;align-items:center;gap:.8rem;padding:.1rem .1rem .7rem;font-size:.82rem;font-weight:850;display:flex}.theme-menu-header strong{color:var(--ink)}.theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.theme-options button{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);min-height:46px;color:var(--ink);text-align:left;cursor:pointer;align-items:center;gap:.5rem;padding:.45rem;font-size:.82rem;font-weight:850;display:flex}.theme-options button[aria-checked=true]{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.theme-swatch{border:1px solid #16212f1f;border-radius:6px;flex:none;width:34px;height:24px;display:flex;overflow:hidden}.theme-swatch i{flex:1}.theme-swatch i:first-child{background:var(--swatch-a)}.theme-swatch i:nth-child(2){background:var(--swatch-b)}.theme-swatch i:nth-child(3){background:var(--swatch-c)}.phone-link{min-height:42px;color:var(--blue-dark);white-space:nowrap;align-items:center;gap:.45rem;padding:0 .35rem;font-size:.9rem;font-weight:800;display:inline-flex}.phone-link svg,.footer-phone svg,.button svg,.text-link svg,.check-list svg,.icon-row svg,.steps-grid svg{flex:none;width:1.05rem;height:1.05rem}.button{border-radius:var(--radius);text-align:center;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.48rem;min-height:46px;padding:.72rem 1rem;font-weight:800;line-height:1.15;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-small{min-height:40px;padding:.58rem .78rem;font-size:.9rem}.button-primary{background:var(--orange);border-color:var(--orange);color:#fff}.button-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.button-outline{background:var(--paper);border-color:var(--line);color:var(--blue-dark)}.button-outline:hover{border-color:var(--blue);color:var(--blue)}.button-light{color:var(--paper);background:#ffffff1f;border-color:#ffffff94}.button-light:hover{background:var(--paper);border-color:var(--paper);color:var(--blue-dark)}.menu-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);width:46px;height:46px;color:var(--ink);cursor:pointer;justify-content:center;align-items:center;display:none}.menu-button svg{width:1.35rem;height:1.35rem}.close-icon,.site-header[data-open=true] .open-icon{display:none}.site-header[data-open=true] .close-icon{display:block}.mobile-menu{display:none}.hero{background:var(--ink);align-items:center;min-height:660px;display:flex;position:relative;overflow:hidden}.hero-compact{min-height:430px}.hero:before,.hero:after{content:"";position:absolute;inset:0}.hero:before{background-image:var(--hero-image);background-position:50%;background-size:cover;transform:scale(1.02)}.hero:after{background:radial-gradient(120% 130% at 12% 16%, color-mix(in srgb, var(--blue) 60%, transparent) 0%, transparent 54%), linear-gradient(100deg, var(--hero-overlay-start) 0%, var(--hero-overlay-mid) 46%, var(--hero-overlay-end) 100%), linear-gradient(0deg, #0f0c0d47, #0f0c0d47)}.hero-inner{z-index:1;padding:5rem 0 5.5rem;position:relative}.hero-content{max-width:760px;color:var(--paper)}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;align-items:center;margin-bottom:.65rem;font-size:.82rem;font-weight:900;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:1.5rem;height:2px;margin-right:.6rem}.hero .eyebrow,.cta-band .eyebrow{color:#f6c7cd}.hero h1{letter-spacing:0;max-width:760px;font-size:4rem;line-height:1.04}.hero p:not(.eyebrow){color:#ffffffe6;max-width:680px;margin-top:1.1rem;font-size:1.24rem;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.section{padding:5rem 0}.section-tight{padding:3.1rem 0}.section-soft{background:var(--soft)}.section-accent{background:var(--soft-blue)}.section-header{max-width:760px;margin-bottom:2rem}.section-header h2,.detail-copy h2,.detail-panel h2,.cta-inner h2,.article-header h1{letter-spacing:0;font-size:2.25rem;line-height:1.12}.section-header p:not(.eyebrow),.detail-copy p,.cta-inner p,.article-body p,.article-header p{color:var(--muted);margin-top:.85rem;font-size:1.04rem}.section-header-inline{justify-content:space-between;align-items:end;gap:1.5rem;max-width:none;display:flex}.trust-strip{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);grid-template-columns:1.1fr repeat(3,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 12px 34px #16212f14}.trust-strip>div{background:var(--paper);min-height:118px;padding:1.35rem}.trust-strip strong{color:var(--ink);font-size:1rem;display:block}.trust-strip span{color:var(--muted);margin-top:.35rem;font-size:.94rem;display:block}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card,.resource-card,.post-card,.steps-grid article,.detail-panel,.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:0 10px 30px #16212f12}.service-card{flex-direction:column;min-height:100%;display:flex;overflow:hidden}.card-media{background:var(--soft-blue);height:184px;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%}.service-card-compact .card-media{height:148px}.card-body{flex-direction:column;flex:1;align-items:flex-start;padding:1.25rem;display:flex}.card-body h2,.resource-card h2,.post-card h2,.steps-grid h2,.contact-card h2{font-size:1.15rem;line-height:1.28}.card-body p,.resource-card p,.post-card p,.steps-grid p,.contact-card p{color:var(--muted);margin-top:.6rem;font-size:.98rem}.contact-card>svg{width:1.8rem;height:1.8rem;color:var(--blue);margin-bottom:1rem}.contact-card p svg{vertical-align:-.15rem;width:.95rem;height:.95rem;margin-left:.25rem;display:inline-block}.text-link{color:var(--blue-dark);align-items:center;gap:.4rem;margin-top:auto;padding-top:1rem;font-weight:900;display:inline-flex}.text-link:hover{color:var(--orange-dark)}.split-band{grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:center;gap:2rem;display:grid}.split-media{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.split-media img{object-fit:cover;width:100%;height:390px}.check-list,.resource-list,.phone-list{margin:1.1rem 0 0;padding:0;list-style:none}.check-list li,.resource-list li{color:#2c3a47;align-items:flex-start;gap:.65rem;padding:.52rem 0;display:flex}.check-list svg{color:var(--cyan);margin-top:.18rem}.detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;gap:2rem;display:grid}.detail-copy{max-width:760px}.detail-panel{padding:1.45rem}.icon-row{flex-wrap:wrap;gap:.65rem;margin-top:1.4rem;display:flex}.icon-row span{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft-blue);min-height:42px;color:var(--blue-dark);align-items:center;gap:.45rem;padding:.52rem .75rem;font-weight:800;display:inline-flex}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.steps-grid article{padding:1.35rem}.steps-grid svg{width:1.8rem;height:1.8rem;color:var(--blue);margin-bottom:1rem}.resource-card,.post-card,.contact-card{padding:1.35rem}.resource-list li:before{content:"";background:var(--orange);border-radius:999px;flex:none;width:.5rem;height:.5rem;margin-top:.55rem}.post-card time,.article-header time{color:var(--muted);font-size:.9rem;font-weight:800;display:inline-flex}.article{width:min(100% - 32px,850px);margin:0 auto;padding:4.5rem 0}.article-header{margin-bottom:2rem}.article-body{gap:1.6rem;display:grid}.article-body h2{margin-bottom:.35rem;font-size:1.45rem;line-height:1.2}.cta-band{background:radial-gradient(120% 160% at 8% 8%, color-mix(in srgb, var(--blue) 60%, transparent) 0%, transparent 52%), radial-gradient(130% 150% at 100% 110%, color-mix(in srgb, var(--blue) 35%, transparent) 0%, transparent 55%), var(--band);color:var(--paper);padding:3.5rem 0;position:relative;overflow:hidden}.cta-band .button-primary{background:var(--paper);border-color:var(--paper);color:var(--blue-dark)}.cta-band .button-primary:hover{background:#ffffffe0;border-color:#ffffffe0}.cta-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;display:grid}.cta-inner p:not(.eyebrow){color:#ffffffd4;max-width:760px}.cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:.8rem;display:flex}.cta-actions .button-outline{color:var(--paper);background:0 0;border-color:#ffffff6b}.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:1rem;display:grid}.phone-list{gap:.7rem;display:grid}.phone-list a{border:1px solid var(--line);border-radius:var(--radius);min-height:46px;color:var(--blue-dark);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .85rem;font-weight:900;display:inline-flex}.phone-list span{overflow-wrap:anywhere;min-width:0}.portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.site-footer{background:radial-gradient(70% 120% at 100% 0%, color-mix(in srgb, var(--blue) 22%, transparent) 0%, transparent 55%), var(--footer);color:var(--paper);border-top:3px solid var(--blue);position:relative;overflow:hidden}.footer-inner{grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);gap:3rem;padding:3.5rem 0 2.6rem;display:grid;position:relative}.footer-brand a{align-items:center;display:inline-flex}.footer-brand p{color:#ffffffc2;max-width:340px;margin-top:1rem}.footer-phone{width:fit-content;color:var(--orange);align-items:center;gap:.45rem;margin-top:1rem;font-weight:900;display:flex}.footer-email{color:#ffffffd1;overflow-wrap:anywhere;align-items:center;gap:.45rem;width:fit-content;margin-top:.55rem;font-weight:800;display:flex}.footer-email:hover{color:var(--orange)}.footer-email svg{flex:none;width:1.05rem;height:1.05rem}.footer-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;display:grid}.footer-links h2{color:var(--paper);margin-bottom:.8rem;font-size:.92rem}.footer-links a{color:#ffffffb8;align-items:center;gap:.35rem;padding:.28rem 0;font-size:.92rem;display:flex}.footer-links a:hover{color:var(--orange)}.footer-bottom{color:#ffffff9e;border-top:1px solid #ffffff1a;justify-content:space-between;gap:1rem;padding:1rem 0 1.4rem;font-size:.88rem;display:flex}@media (width<=1080px){.header-actions .phone-link{display:none}.card-grid.four,.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.header-inner{min-height:70px}.brand .brand-logo{height:23px}.primary-nav,.header-actions{display:none}.menu-button{margin-left:auto;display:inline-flex}.mobile-menu{background:var(--paper);border-top:1px solid #0000;max-height:0;transition:max-height .22s,border-color .22s;display:block;overflow:hidden}.site-header[data-open=true] .mobile-menu{border-color:var(--line);max-height:78vh;overflow-y:auto}.mobile-nav,.mobile-actions{width:min(calc(100% - 32px), var(--container));margin:0 auto}.mobile-nav{gap:.2rem;padding:.8rem 0 .4rem;display:grid}.mobile-nav a{justify-content:space-between;width:100%}.mobile-actions{gap:.65rem;padding:.6rem 0 1rem;display:grid}.mobile-actions .theme-switcher{order:-1}.mobile-actions .theme-trigger{justify-content:flex-start;gap:.6rem;width:100%;padding-inline:.85rem}.mobile-actions .theme-trigger:after{content:"Brand theme";font-weight:850}.mobile-actions .theme-menu{width:100%;box-shadow:none;margin-top:.5rem;position:static}.mobile-actions .button{white-space:normal;width:100%}.hero{min-height:570px}.hero-compact{min-height:390px}.hero-inner{padding:4rem 0}.hero h1{font-size:3rem}.hero p:not(.eyebrow){font-size:1.08rem}.section{padding:4rem 0}.section-header h2,.detail-copy h2,.detail-panel h2,.cta-inner h2,.article-header h1{font-size:1.9rem}.card-grid,.card-grid.two,.card-grid.three,.portal-grid,.steps-grid,.detail-grid,.split-band,.contact-grid,.cta-inner,.footer-inner{grid-template-columns:1fr}.section-header-inline{flex-direction:column;align-items:start}.cta-actions{justify-content:flex-start}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column}}@media (width<=620px){.container,.header-inner,.footer-inner,.footer-bottom,.hero-inner,.cta-inner,.mobile-nav,.mobile-actions,.article{width:min(calc(100% - 24px), var(--container))}.hero{min-height:520px}.hero-compact{min-height:360px}.hero h1{font-size:2.35rem}.hero-actions,.cta-actions{width:100%;display:grid}.button{white-space:normal;width:100%}.section{padding:3.2rem 0}.trust-strip,.card-grid.four{grid-template-columns:1fr}.trust-strip>div{min-height:98px}.card-media,.service-card-compact .card-media{height:172px}.footer-links{grid-template-columns:1fr}}
