@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap");:root{--background:#fffcf5;--foreground:#1a1a1a;--primary:#000;--primary-foreground:#fff;--secondary:#fdfaf0;--secondary-foreground:#18181b;--muted:#f4f4f5;--muted-foreground:#71717a;--accent:#f4f4f5;--accent-foreground:#18181b;--border:#e4e4e7;--input:#e4e4e7;--radius:0.5rem;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-heading:"Outfit",sans-serif}[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--primary:#fafafa;--primary-foreground:#18181b;--secondary:#27272a;--secondary-foreground:#fafafa;--muted:#27272a;--muted-foreground:#a1a1aa;--accent:#27272a;--accent-foreground:#fafafa;--border:#27272a;--input:#27272a}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:all .2s ease}button{cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-padding{padding:5rem 0}@media (max-width:768px){.section-padding{padding:3rem 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeInUp .5s ease forwards}.Header_header__MvnS2{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,252,245,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.Header_nav__EE71E{height:64px;display:flex;align-items:center;gap:2.5rem}.Header_logo__j7oID{flex-shrink:0;display:flex;align-items:center;text-decoration:none;margin-right:auto}.Header_logoCircle__x_CE9{width:40px;height:40px;border-radius:50%;background:var(--foreground);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.Header_logo__j7oID:hover .Header_logoCircle__x_CE9{transform:scale(1.06);box-shadow:0 4px 14px rgba(0,0,0,.18)}.Header_logoText__gtMNE{font-family:var(--font-heading);font-weight:800;font-size:.88rem;letter-spacing:1.5px;color:var(--background);line-height:1}.Header_navList__l21rr{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.Header_navLink__Q_hTB{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.875rem;font-weight:450;color:var(--foreground);letter-spacing:.01em;white-space:nowrap;transition:background .18s ease,color .18s ease,opacity .18s ease;text-decoration:none}.Header_navLink__Q_hTB:hover{background:rgba(0,0,0,.055)}.Header_navLinkActive__FX8vk{font-weight:600;background:rgba(0,0,0,.07)}.Header_socials__vNpXk{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding-left:1rem;border-left:1px solid var(--border)}.Header_socialLink__ZFWn9{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;color:var(--foreground);opacity:.6;transition:opacity .18s ease,background .18s ease;text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.Header_socialLink__ZFWn9:hover{opacity:1;background:rgba(0,0,0,.055)}.Header_hamburger___6DdG{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;border:none;background:none;cursor:pointer;padding:4px;border-radius:6px;flex-shrink:0;transition:background .18s ease}.Header_hamburger___6DdG:hover{background:rgba(0,0,0,.055)}.Header_bar__ODNIU{display:block;width:20px;height:1.5px;background:var(--foreground);border-radius:2px;transform-origin:center;transition:transform .28s ease,opacity .28s ease,width .28s ease}.Header_hamburgerOpen__74VR7 .Header_bar__ODNIU:first-child{transform:translateY(6.5px) rotate(45deg)}.Header_hamburgerOpen__74VR7 .Header_bar__ODNIU:nth-child(2){opacity:0;width:0}.Header_hamburgerOpen__74VR7 .Header_bar__ODNIU:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.Header_drawer__2VSMm{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(255,252,245,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);overflow:hidden;max-height:0;opacity:0;transition:max-height .36s cubic-bezier(.4,0,.2,1),opacity .24s ease}.Header_drawerOpen__65JtX{max-height:480px;opacity:1}.Header_drawerList__YG3A7{list-style:none;margin:0;padding:.5rem 1.5rem 0}.Header_drawerLink__m8d4l{display:flex;align-items:center;padding:.9rem 0;font-size:1.05rem;font-weight:500;color:var(--foreground);border-bottom:1px solid var(--border);text-decoration:none;transition:opacity .18s ease,padding-left .18s ease}.Header_drawerLink__m8d4l:hover{opacity:.55;padding-left:6px}.Header_drawerLinkActive__P5iF9{font-weight:700}.Header_drawerList__YG3A7 li:last-child .Header_drawerLink__m8d4l{border-bottom:none}.Header_drawerSocials__3PX__{display:flex;gap:.75rem;align-items:center;padding:1.25rem 1.5rem 1.75rem}@media (max-width:1024px) and (min-width:769px){.Header_navList__l21rr{gap:0}.Header_navLink__Q_hTB{padding:.35rem .6rem;font-size:.84rem}}@media (max-width:768px){.Header_navList__l21rr,.Header_socials__vNpXk{display:none}.Header_hamburger___6DdG{display:flex}.Header_drawer__2VSMm{display:block}.Header_nav__EE71E{height:58px}}.Footer_footer__UaG1g{background-color:#1a1a1a;color:hsla(0,0%,100%,.6);padding-top:5rem;padding-bottom:0}.Footer_footerGrid__s3Tyu{display:grid;grid-template-columns:2fr 1fr 1.4fr 1fr;grid-gap:3rem;gap:3rem;padding-bottom:4rem}.Footer_brand___zP6t{display:flex;flex-direction:column;gap:1rem}.Footer_brandLogo___ZEij{width:42px;height:42px;border-radius:50%;background-color:#fffcf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Footer_brandLogoText__81cb4{font-family:var(--font-heading),"Outfit",sans-serif;font-weight:800;font-size:.78rem;letter-spacing:1.5px;color:#1a1a1a}.Footer_brandName___BP45{font-family:var(--font-heading),"Outfit",sans-serif;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.01em;margin:0}.Footer_brandTagline__AYC7v{font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.4);letter-spacing:.06em;text-transform:uppercase;margin:0}.Footer_brandDescription__CDLWE{font-size:.88rem;line-height:1.7;color:hsla(0,0%,100%,.45);max-width:300px;margin:0}.Footer_block__2Xv0y{display:flex;flex-direction:column;gap:1.25rem}.Footer_blockTitle__0g1Jj{font-family:var(--font-heading),"Outfit",sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.9)}.Footer_blockList__0h7pu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.Footer_blockLink__KCsee{font-size:.875rem;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s ease,padding-left .2s ease;display:inline-block}.Footer_blockLink__KCsee:hover{color:hsla(0,0%,100%,.95);padding-left:4px}.Footer_blockLinkMuted__XJ6cM{font-size:.875rem;color:hsla(0,0%,100%,.28);cursor:default}.Footer_socialItem__Kogte{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s ease;word-break:break-word}.Footer_socialItem__Kogte:hover{color:hsla(0,0%,100%,.95)}.Footer_locationItem__E4L7m{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:hsla(0,0%,100%,.35);margin-top:.25rem}.Footer_divider__8xm49{height:1px;background-color:hsla(0,0%,100%,.08)}.Footer_footerBottom__jFaYu{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 2rem;gap:1rem}.Footer_copy__IbaoR{font-size:.82rem;color:hsla(0,0%,100%,.35);letter-spacing:.01em}.Footer_copyMuted__faXtU{font-size:.75rem;color:hsla(0,0%,100%,.2);letter-spacing:.08em;text-transform:uppercase}@media (max-width:1024px){.Footer_footerGrid__s3Tyu{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer_brand___zP6t{grid-column:span 2}.Footer_brandDescription__CDLWE{max-width:100%}}@media (max-width:640px){.Footer_footer__UaG1g{padding-top:3.5rem}.Footer_footerGrid__s3Tyu{grid-template-columns:1fr;gap:2rem}.Footer_brand___zP6t{grid-column:span 1}.Footer_footerBottom__jFaYu{flex-direction:column;align-items:flex-start;gap:.4rem;padding-bottom:2.5rem}}.Layout_wrapper__r1ZuW{display:flex;flex-direction:column;min-height:100vh}.Layout_main__kdTZ6{flex:1 1;padding-top:80px}@media (max-width:768px){.Layout_main__kdTZ6{padding-top:70px}}