@import "https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Zilla+Slab:wght@500;600;700&display=swap";
:root{--color-coral:#dc6a2a;--color-coral-dark:#b85419;--color-coral-tint:#dc6a2a14;--color-coral-light:#fbe7d6;--color-charcoal:#241e18;--color-slate:#574e45;--color-muted:#837a6f;--color-light-muted:#b3a899;--color-cream:#f6ecdc;--color-white:#fff;--color-footer-bg:#241b14;--color-border:#ece0cf;--color-surface:#fbf4e9;--color-kraft:#e7d4b8;--color-kraft-deep:#dfc9a6;--color-cta-band:#f1e3cc;--font-heading:"Zilla Slab", Georgia, "Times New Roman", serif;--font-body:"Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--size-h1:48px;--size-h2:36px;--size-h3:24px;--size-body:16px;--size-small:14px;--size-nav:15px;--size-label:12px;--max-width:1200px;--nav-height:72px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:14px;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--size-body);color:var(--color-slate);background-color:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body:before{content:"";z-index:-1;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-charcoal);letter-spacing:-.01em;line-height:1.15}h1{font-size:var(--size-h1);font-weight:700}h2{font-size:var(--size-h2);font-weight:700}h3{font-size:var(--size-h3);font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.decor-host{isolation:isolate;position:relative;overflow:hidden}.section-label{font-family:var(--font-body);font-size:var(--size-label);text-transform:uppercase;letter-spacing:2px;color:var(--color-coral);margin-bottom:8px;font-weight:600}.accent{color:var(--color-coral)}.bullet-list li{color:var(--color-slate);margin-bottom:10px;padding-left:22px;position:relative}.bullet-list li:before{content:"";background:var(--color-coral);border-radius:50%;width:7px;height:7px;position:absolute;top:.62em;left:4px}.btn-primary{background:var(--color-coral);color:var(--color-white);font-weight:700;font-size:var(--size-body);letter-spacing:.01em;transition:var(--transition);border:2px solid var(--color-coral);border-radius:999px;padding:14px 32px;display:inline-block}.btn-primary:hover{background:var(--color-coral-dark);border-color:var(--color-coral-dark);box-shadow:var(--shadow-md);transform:scale(1.02)}.btn-outline{color:var(--color-coral);border:2px solid var(--color-coral);font-weight:700;font-size:var(--size-body);letter-spacing:.01em;transition:var(--transition);background:0 0;border-radius:999px;padding:14px 32px;display:inline-block}.btn-outline:hover{background:var(--color-coral);color:var(--color-white);transform:scale(1.02)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){:root{--size-h1:40px;--size-h2:30px;--size-h3:22px}}@media (max-width:768px){:root{--size-h1:32px;--size-h2:26px;--size-h3:20px;--nav-height:64px}.container{padding:0 16px}}
.Logo-module__MSOgda__img{width:auto;height:52px;display:block}@media (max-width:768px){.Logo-module__MSOgda__img{height:42px}}
.Navbar-module__dVeNwG__nav{z-index:1000;height:var(--nav-height);transition:var(--transition);background:0 0;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__nav.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6ecdce6;box-shadow:0 1px 12px #0000000f}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__dVeNwG__logo{z-index:10;align-items:center;display:flex}.Navbar-module__dVeNwG__links{align-items:center;gap:32px;display:flex}.Navbar-module__dVeNwG__link{font-size:var(--size-nav);color:var(--color-slate);transition:var(--transition);font-weight:500;position:relative}.Navbar-module__dVeNwG__link:hover,.Navbar-module__dVeNwG__link.Navbar-module__dVeNwG__active{color:var(--color-coral)}.Navbar-module__dVeNwG__link.Navbar-module__dVeNwG__active:after{content:"";background:var(--color-coral);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.Navbar-module__dVeNwG__cta{font-size:var(--size-small);padding:10px 24px}.Navbar-module__dVeNwG__ctaMobile{display:none}.Navbar-module__dVeNwG__hamburger{z-index:10;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__dVeNwG__hamburger span{background:var(--color-charcoal);width:24px;height:2px;transition:var(--transition);border-radius:1px;display:block}.Navbar-module__dVeNwG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__dVeNwG__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__dVeNwG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__dVeNwG__links{background:var(--color-cream);flex-direction:column;justify-content:center;gap:24px;transition:transform .3s;position:fixed;inset:0;transform:translate(100%)}.Navbar-module__dVeNwG__links.Navbar-module__dVeNwG__open{transform:translate(0)}.Navbar-module__dVeNwG__link{font-size:20px}.Navbar-module__dVeNwG__cta{display:none}.Navbar-module__dVeNwG__ctaMobile{margin-top:16px;display:inline-block}.Navbar-module__dVeNwG__hamburger{display:flex}}
