@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=DM+Sans:wght@300;400;500&display=swap");:root{--cream:#f5f0eb;--warm-white:#faf8f5;--sand:#e8e0d6;--clay:#c4b5a4;--earth:#8b7d6b;--bark:#5c4f3d;--deep:#2c2418;--ink:#1a1610;--accent:#6b7f5e;--accent-light:#8a9e7c;--blush:#c4a27a;--serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",-apple-system,sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--cream)}body{color:var(--ink);font-family:var(--sans);overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes barFill{0%{width:0}to{width:100%}}@keyframes videoPulse{0%,to{background:linear-gradient(180deg,#4a3f30,#3a3025 30%,#2a2218 70%,#1e1810)}25%{background:linear-gradient(180deg,#4d4233,#3d3328 35%,#2d2519 65%,#201a12)}50%{background:linear-gradient(180deg,#524738,#3a3025 30%,#2a2218 70%,#1e1810)}75%{background:linear-gradient(180deg,#473c2e,#3f352a 32%,#2c2419 68%,#1f1b13)}}@keyframes recBlink{0%,to{opacity:1}50%{opacity:.3}}