@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap");:root{--sand:#e6d2be;--sand-light:#ede8df;--sand-dark:#dcc8b4;--sand-deeper:#d2c8b4;--earth:#321e14;--earth-mid:#6b4c3b;--earth-light:#8c7864;--obsidian:#1e1e1e;--obsidian-warm:#28140a;--fire:#c4814a;--cream:#f5efe6;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Jost",system-ui,sans-serif;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-2xl:96px;--space-3xl:128px;--ease-luxury:cubic-bezier(0.16,1,0.3,1);--duration-slow:1200ms;--duration-med:600ms}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--earth);background:var(--obsidian);overflow-x:hidden;cursor:none}.cursor{position:fixed;top:0;left:0;width:8px;height:8px;border-radius:50%;background:var(--cream);pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s,width .3s var(--ease-luxury),height .3s var(--ease-luxury),background .3s;mix-blend-mode:difference}.cursor.hover{width:32px;height:32px}.cursor--dark{background:var(--earth)}h1,h2,h3,h4,h5{letter-spacing:-.01em;line-height:1.1}.display,h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:300}.display{font-size:clamp(48px,7vw,96px);line-height:1;letter-spacing:-.02em}.display-sm{font-family:var(--font-display);font-size:clamp(32px,4vw,56px);font-weight:300;line-height:1.1}.label{font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase}.body,.label{font-family:var(--font-body)}.body{font-size:15px;font-weight:300;line-height:1.7}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:0}::-moz-selection{background:var(--earth);color:var(--cream)}::selection{background:var(--earth);color:var(--cream)}