:root{--background:#fdfbf7;--text-primary:#2c1810;--accent:#8b6914;--cream:#f5f0e8;--espresso:#2c1810;--forest:#2d4a3e;--terracotta:#c4704a;--sand:#d4c5a9}@theme inline{--font-sans: "DM Sans", sans-serif; --font-serif: "Playfair Display", Georgia, serif; --color-cream: var(--cream); --color-espresso: var(--espresso); --color-forest: var(--forest); --color-terracotta: var(--terracotta); --color-sand: var(--sand);}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}img:not([data-nimg]){max-width:100%;height:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:.8s ease-out forwards fadeUp}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}::selection{background:var(--accent);color:var(--cream)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--sand);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (max-width:768px){main section>div>div[style*="grid-template-columns: 1fr 1fr"],footer div[style*="grid-template-columns: 1fr 1fr 1fr"]{grid-template-columns:1fr!important}main section>div>div[style*=grid-template-columns]>div{order:unset!important}section[id=top]{height:60vh!important}}
