@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Italiana&family=Inter:wght@300;400;500;600&display=swap");:root{--cream-50:#fbf9f4;--cream-100:#faf6ee;--cream-200:#f2ebdc;--cream-300:#e8dfcb;--cream-400:#d9cdb1;--olive-100:#e8e5d0;--olive-200:#d2d0ae;--olive-300:#b8b584;--olive-500:#6b7a4a;--olive-700:#4a5732;--olive-900:#2f3520;--gold-300:#d4bd92;--gold-500:#b89968;--gold-700:#8e7344;--gold-pale:rgba(176,141,60,.12);--rose:#e8c9bd;--rose-soft:#f4e3db;--rose-300:#e7c9c0;--terra:#d4a78b;--terra-soft:#ebd7c7;--lavender:#c9c3d6;--lavender-soft:#e5e1ed;--lavender-300:#c9bbd9;--sage:#bfcab1;--sage-soft:#dce3d2;--hydration:#5b8fb8;--hydration-soft:#d9e4ed;--nutrition:#a86b3d;--nutrition-soft:#ecddd0;--reconstruction:#8e4a6b;--reconstruction-soft:#e5d2db;--rest:#c7c4b8;--text-primary:#25291a;--text-secondary:#42392e;--text-muted:#5e5649;--border:rgba(74,87,50,.15);--border-soft:rgba(74,87,50,.06);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(74,87,50,.06);--shadow-md:0 4px 12px rgba(74,87,50,.08);--shadow-lg:0 12px 32px rgba(74,87,50,.1);--shadow-xl:0 30px 80px rgba(74,87,50,.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.7;color:var(--text-primary);background:var(--cream-100);-webkit-font-smoothing:antialiased;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translateY(-12px)}}@keyframes scroll{to{transform:translateX(-50%)}}@keyframes spin{to{transform:rotate(1turn)}}