:root{--bg:#fffcf3;--bg-alt:#fbf1dc;--bg-mint:#e4f1ec;--bg-dark:#1d5a4c;--white:#fff;--card:#fffdf8;--text:#2c3a35;--text-muted:#5a6b63;--accent:#8a5e00;--accent-dark:#6e4a00;--accent-light:#e8a317;--on-accent-light:#3d2c05;--accent-on-dark:#f0c978;--green:#26705f;--green-dark:#1d5a4c;--green-light:#c7e0d7;--border:#ead9bc;--shadow:#2c3a351a;--font-display:"DM Sans Variable", "DM Sans", system-ui, sans-serif;--font-body:"Inter Variable", "Inter", system-ui, sans-serif;--max-width:1320px;--section-pad:5rem 1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable;scroll-padding-top:6rem}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;font-size:1.375rem;line-height:1.75}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-dark)}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);text-wrap:balance;font-weight:500;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,3.5vw,2.8rem)}h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}h4{font-size:1.25rem}p{color:var(--text);text-wrap:pretty;margin-bottom:1rem}p:last-child{margin-bottom:0}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-pad)}.section--alt{background-color:var(--bg-alt)}.section--alt .eyebrow{background:var(--accent-dark);border-color:var(--accent-dark)}.section--alt a:not(.btn){color:var(--accent-dark)}.section--alt a:not(.btn):hover{color:var(--accent)}.section--dark{background-color:var(--bg-dark);color:var(--white)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark p{color:var(--white)}.section--green{background-color:var(--green);color:var(--white)}.section--green h2,.section--green h3,.section--green p,.section--green span:not(.eyebrow),.section--green a:not(.btn){color:var(--white)!important}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--white);background:var(--accent);border:1.5px solid var(--accent);border-radius:999px;margin-bottom:1rem;padding:.4rem .95rem;font-size:.8rem;font-weight:700;line-height:1.35;display:inline-block}.section--dark .eyebrow{color:var(--on-accent-light);background:var(--accent-on-dark);border-color:var(--accent-on-dark)}.section--green .eyebrow{color:var(--green);background:var(--white);border-color:var(--white)}.divider{background-color:var(--accent);width:3rem;height:2px;margin:1.25rem 0}.divider--center{margin:1.25rem auto}.btn{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid #0000;border-radius:12px;padding:.85rem 2rem;font-size:.95rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-block}main .btn{padding:1.1rem 2.5rem;font-size:1.1rem}.btn--primary{background-color:var(--accent-light);color:var(--on-accent-light);border-color:var(--accent-light)}.btn--primary:hover{background-color:var(--accent);border-color:var(--accent);color:var(--white)}.btn--outline{color:var(--accent);border-color:var(--accent);background-color:#0000}.btn--outline:hover{background-color:var(--accent);color:var(--white)}.btn--outline-white{color:var(--white);border-color:var(--white);background-color:#0000}.btn--outline-white:hover{background-color:var(--white);color:var(--bg-dark)}.btn--white{background-color:var(--white);color:var(--accent);border-color:var(--white)}.btn--white:hover{background-color:var(--accent-light);border-color:var(--accent-light);color:var(--on-accent-light)}.page-hero{background-color:var(--bg-alt);text-align:center;justify-content:center;align-items:center;min-height:26vh;padding:4rem 1.5rem;display:flex}.page-hero .container{max-width:1100px;margin:0 auto}.page-hero .eyebrow{color:var(--white);background:var(--accent);border-color:var(--accent)}.page-hero h1{color:var(--text);text-wrap:balance}.page-hero p{color:var(--text-muted);max-width:780px;margin:1rem auto 0}.page-hero--has-img:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(90% 75%,#fbf1dce0 0%,#fbf1dca8 55%,#fbf1dc6b 100%);position:absolute;top:0;bottom:0;left:0;right:0}.page-hero--has-img .container{z-index:2;position:relative}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .2s}.card:hover{box-shadow:0 8px 32px var(--shadow)}.split{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:768px){.split{grid-template-columns:1fr;gap:2.5rem}.split p{max-width:52ch}}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-body);color:var(--text);background:var(--card);border:1px solid var(--border);outline-offset:2px;-webkit-appearance:none;appearance:none;border-radius:12px;outline:2px solid #0000;padding:1rem 1.125rem;font-size:1.1rem;transition:border-color .2s,outline-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green);outline-color:var(--green)}.form-group textarea{resize:vertical;min-height:130px}@keyframes slideUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}.fade-up{animation:.6s both slideUp}.fade-up-2{animation-delay:.12s}.fade-up-3{animation-delay:.24s}.fade-up-4{animation-delay:.36s}.phone-link{align-items:center;gap:.35em;display:inline-flex}.phone-icon{flex-shrink:0;width:1em;height:1em}.skip-link{z-index:9999;background:var(--bg-dark);color:var(--white);border:2px solid var(--accent);padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:.5rem}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn:focus-visible{outline-offset:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}@media (pointer:coarse){.site-nav a,.nav-dropdown-toggle,.nav-dropdown li a{align-items:center;min-height:44px;display:flex}.footer-nav a{align-items:center;min-height:44px;padding:.4rem 0;display:inline-flex}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);transition:box-shadow .2s;position:sticky;top:0}.site-header.scrolled{box-shadow:0 2px 20px #2c3a351a}.header-inner{justify-content:space-between;align-items:center;gap:2rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.logo{flex-direction:row;align-items:center;gap:.65rem;line-height:1.1;text-decoration:none;display:flex}.logo-img{object-fit:contain;flex-shrink:0;overflow:hidden;width:48px!important;height:auto!important}.logo-text{flex-direction:column;display:flex}.logo-main{font-family:var(--font-display);color:var(--text);letter-spacing:.01em;font-size:1.25rem;font-weight:500}.logo-sub{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:700}.site-nav{align-items:center;gap:2rem;display:flex}.site-nav>ul{align-items:center;gap:.25rem;list-style:none;display:flex}.site-nav>ul>li{position:relative}.site-nav a,.nav-dropdown-toggle{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s;display:block}.site-nav a:hover,.nav-dropdown-toggle:hover,.site-nav a[aria-current=page]{color:var(--accent)}.nav-dropdown{background:var(--card);border:1px solid var(--border);min-width:180px;box-shadow:0 8px 24px var(--shadow);z-index:200;border-radius:12px;padding-top:.5rem;list-style:none;display:none;position:absolute;top:100%;left:0}.nav-dropdown:before{content:"";height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.nav-dropdown li a{color:var(--text);border-left:2px solid #0000;padding:.6rem 1.25rem;font-size:.8rem;transition:border-color .15s,background .15s,color .15s;display:block}.nav-dropdown li a:hover{background:var(--bg-alt);border-left-color:var(--accent);color:var(--accent)}.site-nav>ul>li:hover .nav-dropdown,.nav-dropdown-toggle[aria-expanded=true]+.nav-dropdown{display:block}.header-phone{font-family:var(--font-body);color:var(--green);align-items:center;gap:.4rem;padding:.4rem .5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.header-phone:hover{color:var(--accent)}.header-phone svg{vertical-align:middle;flex-shrink:0}a.nav-cta{background-color:var(--accent-light);border:2px solid var(--accent-light);color:var(--on-accent-light);letter-spacing:.06em;text-transform:uppercase;border-radius:12px;margin-left:.5rem;padding:.55rem 1.25rem;font-size:.75rem;font-weight:700;transition:background-color .2s,border-color .2s,box-shadow .2s}a.nav-cta:hover{background-color:var(--accent);border-color:var(--accent);color:var(--white);box-shadow:0 4px 16px #8a5e0040}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:.4rem;display:none}.nav-toggle span{background:var(--text);width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:820px){.nav-toggle{display:flex}.site-nav{background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 8px 24px var(--shadow);flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.5rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.site-nav>ul{flex-direction:column;align-items:stretch;gap:0;width:100%}.site-nav>ul>li>a,.site-nav>ul>li>.nav-dropdown-toggle{text-align:left;width:100%;padding:.75rem .5rem}.nav-dropdown{box-shadow:none;background:0 0;border:none;padding-left:1rem;display:block;position:static}.nav-dropdown li a{padding:.5rem}.header-phone{padding:.75rem .5rem;font-size:1rem}a.nav-cta{text-align:center;align-self:flex-start;margin:1.25rem 0 0}}.site-footer{background:var(--bg-dark);color:var(--white);padding:4rem 1.5rem 2rem}.footer-grid{border-bottom:1px solid #fdfaf51f;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-logo-link{align-items:center;gap:.6rem;margin-bottom:.75rem;text-decoration:none;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;overflow:hidden;width:40px!important;height:auto!important}.footer-logo{font-family:var(--font-display);color:var(--white);font-size:1.2rem;font-weight:500}.footer-brand p{color:#fdfaf5a6;font-size:1.05rem}.footer-social{gap:.65rem;margin-top:1rem;list-style:none;display:flex}.footer-social-link{width:44px;height:44px;color:var(--accent-on-dark);background:#fdfaf514;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.footer-social-link svg{width:18px;height:18px}.footer-social-link:hover{color:var(--white);background:#fdfaf529}.footer-heading{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-on-dark);margin-bottom:1rem;font-size:.7rem;font-weight:700}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:.4rem}.footer-nav a{color:#fdfaf5a6;align-items:center;min-height:44px;padding:.4rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-nav a:hover{color:var(--white)}.footer-contact p{color:#fdfaf5a6;margin-bottom:.75rem;font-size:.9rem}.footer-contact a{color:var(--accent-on-dark);align-items:center;min-height:44px;text-decoration:none;transition:color .2s;display:inline-flex}.footer-contact a:hover{color:var(--white)}.footer-area{font-style:normal;line-height:1.5}.footer-area em{font-size:.8rem;font-style:italic}.footer-contact a.footer-cta{color:var(--white);margin-top:1.25rem}.footer-contact a.footer-cta:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{color:#fdfaf5a6;font-size:.8rem}.footer-bottom .build-stamp{color:#fdfaf540;letter-spacing:.05em;margin-top:.5rem;font-size:.6rem}.footer-bottom .footer-disclaimer{color:#fdfaf58c;max-width:720px;margin:0 auto .85rem;font-size:.78rem;font-style:italic;line-height:1.55}.footer-bottom .footer-bottom-link{min-height:44px;color:var(--accent-on-dark);align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.footer-bottom .footer-bottom-link:hover{color:var(--white)}.footer-bottom .footer-sep{color:#fdfaf559;margin:0 .15rem}.mobile-cta-toast{display:none}@media (max-width:820px){.mobile-cta-toast{z-index:200;background:var(--bg-dark);border-top:2px solid var(--accent);opacity:0;justify-content:space-between;align-items:stretch;gap:.5rem;padding:0 0 0 1.25rem;transition:transform .4s,opacity .4s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #1d5a4c40}.mobile-cta-toast.visible{opacity:1;transform:translateY(0)}.mobile-cta-toast.dismissed{display:none}.mobile-cta-link{min-height:56px;color:var(--white);flex:1;align-items:center;gap:.75rem;padding:.875rem 0;font-size:.95rem;line-height:1.3;text-decoration:none;display:flex}.mobile-cta-link svg{color:var(--accent);flex-shrink:0}.mobile-cta-link strong{color:var(--accent)}.mobile-cta-close{color:#fdfaf580;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;min-width:48px;min-height:44px;padding:0 .5rem;font-size:1.5rem;line-height:1;transition:color .2s;display:inline-flex}.mobile-cta-close:hover{color:var(--white)}}@media (prefers-reduced-motion:reduce){.mobile-cta-toast{transition:none}}.about-followups,.services-followups,.rates-followups,.resources-followups{border-top:1px solid var(--border);color:var(--text-muted);margin-top:2rem;padding-top:1.25rem;font-size:.95rem;line-height:1.7}.about-followups a,.services-followups a,.rates-followups a,.resources-followups a{color:var(--accent);text-underline-offset:3px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}.about-followups a:hover,.services-followups a:hover,.rates-followups a:hover,.resources-followups a:hover{color:var(--accent-dark,var(--accent))}.rates-followups{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}@media (max-width:480px){.btn,main .btn{letter-spacing:.05em;padding-left:1.25rem;padding-right:1.25rem}}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-ext-wght-normal.BOFOeGcA.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Variable;font-style:italic;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-ext-wght-italic.DUE6_iCb.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:italic;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-italic.Cz4n9dED.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
