:root{--navy:#0f1f38;--navy-2:#16294a;--navy-3:#1e3560;--gold:#d9a441;--gold-soft:#f0cf8e;--paper:#f7f5f0;--ink:#1c2434;--card:#fff;--line:#e3ded4;--muted:#5b6472;--max:1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Libre Franklin,Segoe UI,-apple-system,Helvetica,Arial,sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit}.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}h1,h2,h3,h4{color:var(--navy);letter-spacing:-.3px;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4.5vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.25rem}p{color:var(--ink);font-size:1rem}.kicker{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:.75rem;font-weight:700}.stars-row{width:112px;height:auto;margin-bottom:18px}.site-header{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);color:#fff;z-index:10;position:relative}.site-header .bar{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:20px 24px;display:flex}.brand{color:#fff;align-items:center;gap:14px;text-decoration:none;display:flex}.site-nav ul{flex-wrap:wrap;gap:28px;list-style:none;display:flex}.site-nav a{color:#dfe7f5;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--gold-soft)}.nav-toggle{cursor:pointer;background:0 0;border:1px solid #f0cf8e8c;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.nav-toggle span{background:var(--paper);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}html.nav-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}html.nav-open .nav-toggle span:nth-child(2){opacity:0}html.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-scrim{z-index:50;opacity:0;visibility:hidden;background:#0f1f388c;transition:opacity .2s,visibility 0s linear .2s;position:fixed;inset:0}html.nav-open .nav-scrim{opacity:1;visibility:visible;transition:opacity .2s}.nav-drawer{z-index:60;background:linear-gradient(#f7f5f012 1px, transparent 1px), linear-gradient(90deg, #f7f5f012 1px, transparent 1px), var(--navy);border-left:1px solid var(--gold);visibility:hidden;background-size:64px 64px,64px 64px,auto;width:min(78vw,320px);padding:76px 28px 28px;transition:transform .24s,visibility 0s linear .24s;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}html.nav-open .nav-drawer{visibility:visible;transition:transform .24s;transform:none}.nav-drawer ul{list-style:none}.nav-drawer li+li{border-top:1px solid #f7f5f01f}.nav-drawer a{color:#dfe7f5;padding:15px 4px;font-size:1.05rem;font-weight:600;text-decoration:none;display:block}.nav-drawer a:hover,.nav-drawer a[aria-current=page]{color:var(--gold-soft)}.drawer-close{width:44px;height:44px;color:var(--paper);cursor:pointer;background:0 0;border:1px solid #f0cf8e8c;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:20px}html.nav-open{overflow:hidden}@media (prefers-reduced-motion:reduce){.nav-toggle span,.nav-scrim,.nav-drawer{transition:none}}.btn{border:2px solid #0000;border-radius:8px;padding:13px 26px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .12s,opacity .12s;display:inline-block}.btn:hover{transform:translateY(-1px)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-outline{border-color:var(--gold-soft);color:#fff}.btn-navy{background:var(--navy);color:#fff}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);color:#fff;padding:64px 0 76px;position:relative;overflow:hidden}.hero .wrap{z-index:2;position:relative}.hero h1{color:#fff;max-width:840px;font-size:clamp(1.6rem,2.6vw + .6rem,2.35rem)}.hero .sub{color:#c9d4e8;max-width:560px;margin-top:16px;font-size:1.1rem;font-weight:300}.hero .cta-row{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}section{padding:60px 0}section.alt{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:640px;margin-bottom:32px}.duo{grid-template-columns:1fr 1fr;gap:24px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:28px 26px;box-shadow:0 2px 10px #0f1f380f}.card.gold-top{border-top:4px solid var(--gold)}.card h3{margin-bottom:10px}.card ul{margin-top:14px;list-style:none}.card li{color:var(--ink);padding:6px 0 6px 26px;font-size:.95rem;position:relative}.card li:before{content:"★";color:var(--gold);position:absolute;left:0}.card .card-cta{color:var(--navy-3);margin-top:18px;font-weight:700;text-decoration:none;display:inline-block}.card .card-cta:after{content:" →"}.trio{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.post-list{gap:18px;display:grid}.post-row{background:var(--card);border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;padding:20px 24px;text-decoration:none;display:flex}.post-row h2{font-size:1.05rem}.post-meta{color:var(--muted);white-space:nowrap;align-items:center;gap:12px;font-size:.82rem;display:flex}.badge{background:var(--gold-soft);color:#7a5c17;letter-spacing:.4px;text-transform:uppercase;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.post-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:26px;display:grid}.post-card{background:var(--card);border:1px solid var(--line);border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 14px 30px #0f1f381f}.post-card-thumb{aspect-ratio:1200/630;object-fit:cover;border-bottom:1px solid var(--line);width:100%;height:auto}.post-card-body{flex-direction:column;gap:14px;padding:20px 22px 24px;display:flex}.post-card-body h2,.post-card-body h3{font-size:1.12rem;line-height:1.3}.post-body{max-width:720px;margin:0 auto;padding:60px 24px}.post-body h1{margin-bottom:8px}.post-body .post-top-meta{color:var(--muted);margin-bottom:32px;font-size:.9rem}.post-body h2{margin-top:36px;margin-bottom:12px}.post-body p{margin-bottom:16px}.post-body ul,.post-body ol{margin:0 0 16px 22px}.contact-block{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:28px 26px}.contact-block .todo{border:2px dashed var(--gold);background:#fdf8ec;border-radius:10px;margin-top:18px;padding:18px 20px}.contact-block .todo strong{color:#7a5c17}.lead-form{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:22px;display:grid}.lead-form .form-row{gap:6px;min-width:0;display:grid}.lead-form .form-duo{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=560px){.lead-form .form-duo{grid-template-columns:1fr}}.lead-form label{color:var(--navy);font-size:.92rem;font-weight:600}.lead-form .optional{color:var(--muted);font-weight:400}.lead-form input[type=text],.lead-form input[type=email],.lead-form input[type=tel],.lead-form textarea{width:100%;min-width:0;font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 12px;font-size:1rem}.lead-form input:focus,.lead-form textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}.lead-form textarea{resize:vertical;min-height:120px}.lead-form button[type=submit]{font:inherit;cursor:pointer;border:2px solid #0000;justify-self:start;font-weight:600}.lead-form button[type=submit]:disabled{opacity:.6;cursor:default}.lead-form .cf-turnstile{min-width:0;max-width:100%}@media (width<=560px){.contact-block{padding:24px 18px}}.lead-form .hp-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.lead-form .form-status{border-radius:8px;padding:12px 14px;font-size:.95rem}.lead-form .form-status[hidden]{display:none}.lead-form .form-status.is-ok{border:1px solid var(--gold);color:#7a5c17;background:#fdf8ec}.lead-form .form-status.is-err{border:2px solid var(--navy);color:var(--navy-3);background:#fff;font-weight:600}.intake-notice{border:2px solid var(--navy);color:var(--navy-3);background:#fff;border-radius:10px;margin-bottom:24px;padding:14px 18px;font-size:.95rem}.intake-form{margin-top:0}.intake-form .intake-section{border:1px solid var(--line);background:var(--card);border-radius:14px;gap:16px;min-width:0;padding:24px 22px;display:grid}.intake-form legend{color:var(--navy);margin-left:-6px;padding:0 6px;font-size:1.15rem;font-weight:700}.intake-form .step-badge{background:var(--navy);color:var(--gold-soft);letter-spacing:1.5px;text-transform:uppercase;vertical-align:2px;border-radius:999px;margin-right:8px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.intake-form .help{color:var(--muted);font-size:.85rem;line-height:1.45}.intake-form .section-help{margin-top:-6px}.intake-form .group-label{color:var(--navy);font-size:.92rem;font-weight:600}.intake-form .form-trio{grid-template-columns:2fr 1fr 1fr;gap:16px;display:grid}@media (width<=560px){.intake-form .form-trio{grid-template-columns:1fr}}.intake-form .hours-grid{gap:8px;margin-top:4px;display:grid}.intake-form .hours-row{grid-template-columns:110px 1fr;align-items:center;gap:10px;min-width:0;display:grid}@media (width<=480px){.intake-form .hours-row{grid-template-columns:1fr;gap:4px}}.intake-form .hours-row label{color:var(--ink);font-size:.9rem;font-weight:400}.intake-form select{width:100%;font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 12px;font-size:.97rem}.intake-form select:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}.intake-form .radio-list{gap:8px;margin-top:4px;display:grid}.intake-form .radio-row{color:var(--ink);align-items:center;gap:8px;font-size:.95rem;font-weight:400;display:flex}.intake-form .radio-row input{accent-color:var(--navy);width:16px;height:16px}.intake-form .repeat-card{border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:10px;gap:14px;min-width:0;margin-bottom:14px;padding:16px;display:grid}.intake-form .repeat-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--navy);justify-content:space-between;align-items:center;gap:10px;font-size:.85rem;font-weight:700;display:flex}.intake-form .remove-row{font:inherit;letter-spacing:normal;text-transform:none;color:var(--muted);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:6px;padding:3px 10px;font-size:.78rem;font-weight:600}.intake-form .remove-row:hover{color:var(--navy);border-color:var(--navy)}.intake-form .add-row{font:inherit;color:var(--navy);border:2px dashed var(--line);cursor:pointer;background:0 0;border-radius:10px;justify-self:start;padding:10px 16px;font-size:.92rem;font-weight:600}.intake-form .add-row:hover{border-color:var(--gold)}.site-footer{background:var(--navy);color:#c3cfe3;padding:40px 24px 32px}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer small{color:#8b96ad;font-size:.8rem}@media (width<=820px){.duo,.trio{grid-template-columns:1fr}.site-nav{display:none}.nav-toggle{display:flex}.site-footer .wrap{text-align:center;flex-direction:column}}@media (width<=480px){.cta-row{flex-direction:column}.btn{text-align:center}}.brand-shield-box{width:107px;height:44px;display:block;overflow:visible}.brand-shield{filter:drop-shadow(0 3px 8px #060d1a73);width:auto;height:105px;margin-top:-13px;display:block}@media (width<=560px){.brand-shield-box{width:82px;height:36px}.brand-shield{height:80px}}.seal-award{flex-shrink:0;width:132px;height:auto}.steps{gap:18px;max-width:780px;display:grid}.step{background:var(--card);border:1px solid var(--line);border-radius:14px;align-items:flex-start;gap:20px;padding:24px 26px;display:flex;box-shadow:0 2px 10px #0f1f380f}.step-num{background:var(--navy);width:40px;height:40px;color:var(--gold-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.step h3{margin-bottom:6px}.step p{font-size:.97rem}.faq{gap:14px;max-width:780px;display:grid}.faq-item{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:20px 24px}.faq-item h3{margin-bottom:6px;font-size:1.05rem}.faq-item p{color:var(--muted);font-size:.95rem}.hero{background:var(--navy)}.card{transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #0f1f381f}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(14px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.card,.btn{transition:none}}@media (width<=940px){.site-header .bar{row-gap:4px}.brand-shield-box{width:82px;height:80px}.brand-shield{filter:none;height:80px;margin-top:0}}@media (width<=560px){.site-header .bar{padding:12px 18px 10px}.brand-shield-box{width:72px;height:70px}.brand-shield{height:70px}.hero{padding:42px 0 54px}.hero .sub{font-size:1.02rem}.step{gap:14px;padding:20px 18px}section{padding:46px 0}}@media (width<=520px){.step{flex-wrap:wrap}.step>div{flex:200px}}.step .step-num{order:1}.step>div{order:2}
