:root{--color-primary:#f97316;--color-primary-dark:#ea580c;--color-primary-light:#fb923c;--color-primary-footer:#c55100;--color-secondary:#fb923c;--color-accent:#2563eb;--color-background:#fff7ed;--color-surface:#fff;--color-foreground:#9a3412;--color-foreground-muted:#64748b;--color-border:#fed7aa;--color-border-light:#fde7c7;--color-success:#059669;--color-warning:#d97706;--color-destructive:#dc2626;--font-heading:"Varela Round", sans-serif;--font-body:"Nunito Sans", sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-xl:1.75rem;--radius-2xl:2.5rem;--radius-full:9999px;--shadow-sm:0 1px 3px #9a34120f;--shadow-md:0 4px 12px #9a341214;--shadow-lg:0 10px 30px #9a34121a;--shadow-xl:0 20px 50px #9a34121f;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--nav-height:72px;--container-max:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-background);color:var(--color-foreground);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}ul{list-style:none}.container{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.container--narrow{max-width:800px;padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-12) 0}.skip-link{top:-100%;left:var(--space-4);background:var(--color-accent);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);z-index:9999;position:absolute}.skip-link:focus{top:var(--space-4)}.grid{gap:var(--space-6);display:grid}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.text-center{text-align:center}.ad-container{max-width:728px;margin:0 auto var(--space-8);border:2px dashed var(--color-border);border-radius:var(--radius-md);height:90px;color:var(--color-foreground-muted);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;font-size:.75rem;display:flex}@media (max-width:1024px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--nav-height:64px}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.container{padding:0 var(--space-4)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}}
.Header-module__Af2_WG__header{height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);z-index:1000;background:#fff7edf2;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header__inner{max-width:var(--container-max);padding:0 var(--space-8);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__Af2_WG__header__logo{align-items:center;gap:var(--space-3);text-decoration:none;display:flex}.Header-module__Af2_WG__header__logoIcon{background:var(--color-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:flex}.Header-module__Af2_WG__header__logoText{font-family:var(--font-heading);color:var(--color-foreground);flex-direction:column;font-size:1.25rem;line-height:1.2;display:flex}.Header-module__Af2_WG__header__logoText span{text-transform:uppercase;letter-spacing:.12em;color:var(--color-foreground-muted);font-size:.6875rem;font-weight:400}.Header-module__Af2_WG__header__nav{align-items:center;gap:var(--space-8);display:flex}.Header-module__Af2_WG__header__navLink{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:#9a3412;transition:all var(--transition-fast);align-items:center;gap:var(--space-1);font-size:.875rem;font-weight:500;display:flex}.Header-module__Af2_WG__header__navLink:hover,.Header-module__Af2_WG__header__navLink.Header-module__Af2_WG__active{color:var(--color-primary);background:#f973161a}.Header-module__Af2_WG__header__dropdown{position:relative}.Header-module__Af2_WG__header__dropdownMenu{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:var(--space-2);opacity:0;visibility:hidden;min-width:200px;transition:all var(--transition-base);z-index:100;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.Header-module__Af2_WG__header__dropdown:hover .Header-module__Af2_WG__header__dropdownMenu{opacity:1;visibility:visible}.Header-module__Af2_WG__header__dropdownItem{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);color:var(--color-foreground-muted);transition:all var(--transition-fast);font-size:.9375rem;display:block}.Header-module__Af2_WG__header__dropdownItem:hover{background:var(--color-border-light);color:var(--color-primary)}.Header-module__Af2_WG__header__hamburger{width:44px;height:44px;padding:var(--space-2);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;display:none}.Header-module__Af2_WG__header__hamburger span{background:var(--color-foreground);width:24px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__Af2_WG__header__mobile{top:var(--nav-height);background:var(--color-surface);border-bottom:1px solid var(--color-border-light);padding:var(--space-4);display:none;position:fixed;left:0;right:0}.Header-module__Af2_WG__header__mobile.Header-module__Af2_WG__open{display:block}.Header-module__Af2_WG__header__mobileLink{padding:var(--space-3) var(--space-4);color:var(--color-foreground);border-radius:var(--radius-md);font-size:1rem;font-weight:500;display:block}@media (max-width:1024px){.Header-module__Af2_WG__header__nav{gap:var(--space-1)}.Header-module__Af2_WG__header__navLink{padding:var(--space-2) var(--space-3)}}@media (max-width:768px){.Header-module__Af2_WG__header__nav{display:none}.Header-module__Af2_WG__header__hamburger{display:flex}}
.Footer-module__EZoWya__footer{background:var(--color-primary-footer);color:#fff9;padding:var(--space-16) 0 var(--space-8)}.Footer-module__EZoWya__footer__grid{gap:var(--space-8);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__EZoWya__footer__brand-name{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-4);font-size:1.375rem}.Footer-module__EZoWya__footer__brand-desc{color:#ffffff8c;font-size:.9rem;line-height:1.7}.Footer-module__EZoWya__footer__col-title{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:var(--space-5);font-size:.8125rem;font-weight:700}.Footer-module__EZoWya__footer__links{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__EZoWya__footer__link{color:#ffffff8c;transition:color var(--transition-fast);font-size:.9rem}.Footer-module__EZoWya__footer__link:hover{color:#fff}.Footer-module__EZoWya__footer__bottom{padding-top:var(--space-8);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__footer__copy{color:#fff6;font-size:.875rem}.Footer-module__EZoWya__footer__legal{gap:var(--space-6);display:flex}.Footer-module__EZoWya__footer__legal a{color:#fff6;transition:color var(--transition-fast);font-size:.875rem}.Footer-module__EZoWya__footer__legal a:hover{color:#ffffffb3}@media (max-width:1024px){.Footer-module__EZoWya__footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__EZoWya__footer__grid{text-align:center;grid-template-columns:1fr}.Footer-module__EZoWya__footer__bottom{gap:var(--space-4);flex-direction:column}.Footer-module__EZoWya__footer__legal{justify-content:center}}
