@import"https://fonts.bunny.net/css?family=fraunces:300,400,500,300i,400i,500i|plus-jakarta-sans:300,400,500,600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F2EC;--bg-warm: #EDE8DF;--ink: #1C1A17;--ink-mid: #6B6459;--ink-light: #A09890;--dark: #1C1A17;--dark-2: #252219;--dark-mid: rgba(255,255,255,.45);--accent: #E05B3A;--accent-2: #3A7EC9;--border: rgba(28,26,23,.1);--border-dk: rgba(255,255,255,.08);--white: #FFFFFF;--font-display: "Fraunces", Georgia, serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif;--pad: clamp(1.5rem, 5vw, 5rem);--pad-y: clamp(5rem, 9vw, 9rem);--r-sm: 10px;--r-md: 18px;--r-lg: 28px;--r-xl: 40px;--r-pill:100px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.45, 0, .55, 1)}html{font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit}.display{font-family:var(--font-display);font-weight:400;line-height:.92;letter-spacing:-.03em}.display-xl{font-size:clamp(3.5rem,9vw,7rem)}.display-lg{font-size:clamp(2.75rem,6.5vw,6rem)}.display-md{font-size:clamp(2rem,4.5vw,4.5rem)}.display-sm{font-size:clamp(1.5rem,3vw,2.75rem)}.label-sm{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mid)}.label-sm.on-dark{color:#fff6}.body-lg{font-size:clamp(1.05rem,1.4vw,1.2rem);font-weight:300;line-height:1.9}.body-md{font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:300;line-height:1.85}.body-sm{font-size:.9rem;font-weight:300;line-height:1.8}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.88rem;font-weight:500;letter-spacing:.04em;text-decoration:none;border-radius:var(--r-pill);padding:.85rem 1.9rem;transition:background .22s var(--ease-out),color .22s,transform .18s var(--ease-out),box-shadow .22s;cursor:pointer;border:none;white-space:nowrap}.btn-dark{background:var(--ink);color:var(--white)}.btn-dark:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #e05b3a4d}.btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--ink);background:var(--ink);color:var(--white);transform:translateY(-2px)}.btn-outline-white{background:transparent;color:#ffffffbf;border:1.5px solid rgba(255,255,255,.18)}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff6;color:var(--white)}.btn .arr{transition:transform .2s var(--ease-out);display:inline-block;font-style:normal}.btn:hover .arr{transform:translate(4px)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.reveal--left{transform:translate(-32px)}.reveal.reveal--right{transform:translate(32px)}.reveal.in{opacity:1;transform:none}.stagger>*{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.stagger.in>*:nth-child(1){opacity:1;transform:none;transition-delay:0s}.stagger.in>*:nth-child(2){opacity:1;transform:none;transition-delay:.08s}.stagger.in>*:nth-child(3){opacity:1;transform:none;transition-delay:.16s}.stagger.in>*:nth-child(4){opacity:1;transform:none;transition-delay:.24s}.stagger.in>*:nth-child(5){opacity:1;transform:none;transition-delay:.32s}.divider{height:1px;background:var(--border);margin:0 var(--pad)}.divider-dk{height:1px;background:var(--border-dk)}.section{padding:var(--pad-y) var(--pad)}.section-sm{padding:clamp(3rem,6vw,6rem) var(--pad)}.tag-line{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.tag-line:before{content:"";display:block;width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::selection{background:var(--accent);color:#fff}header.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.5rem,5vw,5rem);gap:1rem;transition:background .35s,padding .35s,border-color .35s,box-shadow .35s;border-bottom:1px solid transparent}header.scrolled.svelte-1h32yp1{background:#f5f2ecf0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:#1c1a1714;box-shadow:0 2px 20px #1c1a170f;padding-top:1rem;padding-bottom:1rem}header.on-dark.svelte-1h32yp1 .logo:where(.svelte-1h32yp1){color:#fffffff2}header.on-dark.svelte-1h32yp1 .logo:where(.svelte-1h32yp1) em:where(.svelte-1h32yp1){color:var(--accent)}header.on-dark.svelte-1h32yp1 .logo:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1){color:#fff6}header.on-dark.svelte-1h32yp1 .desktop-nav:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1){color:#ffffffa6}header.on-dark.svelte-1h32yp1 .desktop-nav:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1):hover{color:var(--white)}header.on-dark.svelte-1h32yp1 .desktop-nav:where(.svelte-1h32yp1) a.active:where(.svelte-1h32yp1){color:var(--white)}header.on-dark.svelte-1h32yp1 .contact-pill:where(.svelte-1h32yp1){background:var(--white);color:var(--ink)}header.on-dark.svelte-1h32yp1 .contact-pill:where(.svelte-1h32yp1):hover{background:var(--accent);color:var(--white)}header.on-dark.svelte-1h32yp1 .hamburger:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1){background:var(--white)}.logo.svelte-1h32yp1{font-family:Fraunces,Georgia,serif;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:400;color:var(--ink);text-decoration:none;letter-spacing:-.01em;flex-shrink:0;transition:opacity .35s var(--ease-out)}.logo.hidden.svelte-1h32yp1{opacity:0;pointer-events:none}.logo.svelte-1h32yp1 em:where(.svelte-1h32yp1){font-style:normal;color:var(--accent)}.logo.svelte-1h32yp1 span:where(.svelte-1h32yp1){font-style:italic;font-weight:300;color:var(--ink-mid)}.desktop-nav.svelte-1h32yp1{display:flex;gap:clamp(1.5rem,3vw,2.5rem)}.desktop-nav.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:.875rem;font-weight:400;color:var(--ink-mid);text-decoration:none;position:relative;transition:color .2s;padding-bottom:2px}.desktop-nav.svelte-1h32yp1 a:where(.svelte-1h32yp1):after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--accent);border-radius:2px;transition:width .25s var(--ease-out)}.desktop-nav.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--ink)}.desktop-nav.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover:after{width:100%}.desktop-nav.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--ink);font-weight:500}.header-right.svelte-1h32yp1{display:flex;align-items:center;gap:1rem;flex-shrink:0}.contact-pill.svelte-1h32yp1{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.82rem;font-weight:500;color:var(--white);background:var(--ink);text-decoration:none;padding:.6rem 1.35rem;border-radius:100px;transition:background .2s,transform .18s}.contact-pill.svelte-1h32yp1:hover{background:var(--accent);transform:translateY(-1px)}.contact-pill.hidden.svelte-1h32yp1{visibility:hidden;pointer-events:none}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:22px;height:1.5px;background:var(--ink);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){transform:rotate(45deg) translate(4.7px,4.7px)}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){transform:rotate(-45deg) translate(4.7px,-4.7px)}.mobile-overlay.svelte-1h32yp1{position:fixed;inset:0;z-index:90;background:var(--dark);display:flex;flex-direction:column;padding-top:clamp(4rem,10vh,6rem)}.mobile-nav.svelte-1h32yp1{flex:1;display:flex;flex-direction:column;padding:1rem clamp(1.5rem,5vw,5rem)}header.menu-open.svelte-1h32yp1 .hamburger:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1){background:var(--white)}.mobile-links.svelte-1h32yp1{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;justify-content:center;text-align:center;perspective:1400px;perspective-origin:center}.mobile-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-family:Fraunces,Georgia,serif;font-size:clamp(2.8rem,9vw,5rem);font-weight:400;color:#ffffffb3;text-decoration:none;line-height:1.2;letter-spacing:-.02em;transition:color .2s}.mobile-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--white)}.mobile-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--accent)}.mobile-footer.svelte-1h32yp1{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#ffffff40}@media(max-width:768px){.desktop-nav.svelte-1h32yp1,.contact-pill.svelte-1h32yp1{display:none}.hamburger.svelte-1h32yp1{display:flex}}@media(max-width:480px){header.svelte-1h32yp1{padding:1.25rem 1.5rem}}footer.svelte-jz8lnl{background:var(--dark);color:var(--white);padding:clamp(3.5rem,6vw,5rem) var(--pad) 0}.footer-inner.svelte-jz8lnl{max-width:1280px;margin:0 auto}.footer-top.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:clamp(2rem,5vw,4rem);padding-bottom:clamp(2.5rem,4vw,3.5rem);border-bottom:1px solid var(--border-dk);margin-bottom:1.75rem}.footer-brand.svelte-jz8lnl{max-width:280px}.brand-name.svelte-jz8lnl{font-family:Fraunces,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--white);text-decoration:none;letter-spacing:-.02em;line-height:1;display:block;margin-bottom:.85rem}.brand-name.svelte-jz8lnl em:where(.svelte-jz8lnl){font-style:normal;color:var(--accent)}.brand-name.svelte-jz8lnl span:where(.svelte-jz8lnl){font-style:italic;font-weight:300;color:#fff6}.tagline.svelte-jz8lnl{font-size:.9rem;font-weight:300;color:#ffffff59;line-height:1.7}.footer-cols.svelte-jz8lnl{display:flex;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap}.col.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.1rem}.col.svelte-jz8lnl a:where(.svelte-jz8lnl){display:block;font-size:.92rem;font-weight:300;color:#ffffff73;text-decoration:none;margin-bottom:.6rem;transition:color .2s}.col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--white)}.footer-bottom.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1.5rem 0;font-size:.78rem;color:#ffffff2e}.footer-tagline-sm.svelte-jz8lnl{font-style:italic;font-family:Fraunces,Georgia,serif}main.svelte-12qhfyh{min-height:100vh}
