@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary:#C45A3A;--color-secondary:#722F37;--color-accent:#D4A853;--color-background:#FDF8F3;--color-ivory:#FAF5ED;--color-text:#1A1A1A;--color-text-dark:#2D2D2D;--color-text-muted:#666666;--color-surface:#FFFFFF;--color-surface-light:#F5F0E8;--color-border-light:#E5DFD7;--color-border-medium:#D4CEC4;--font-display:"Playfair Display",serif;--font-body:"DM Sans",sans-serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-section:5rem;--layout-max-width-xl:1280px;--layout-container-padding:1.5rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.07);--shadow-lg:0 10px 15px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px rgba(0,0,0,0.15)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html,section{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.1;letter-spacing:-.02em}.display-hero{font-size:clamp(2.5rem,8vw,5rem)}.display-h1{font-size:clamp(2rem,5vw,3.5rem)}.display-h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}.display-h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::selection{background-color:var(--color-primary);color:white}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}html{scroll-behavior:smooth}