@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap";
*{box-sizing:border-box}:root{--color-background:#f9f7f6;--color-surface:#fff;--color-surface-muted:#f1ece7;--color-border:#e6ddd5;--color-border-strong:#cdbfb4;--color-text:#221a17;--color-text-muted:#6f6763;--color-accent:#5c1a1a;--color-accent-soft:#5c1a1a14;--color-shadow:24,17,12;--font-serif:"Playfair Display",Georgia,serif;--font-sans:"Poppins","Montserrat","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-soft:0 15px 35px rgba(var(--color-shadow),.08);--shadow-strong:0 25px 55px rgba(var(--color-shadow),.16);--transition-fast:.12s ease;--transition-base:.24s ease;--layout-max-width:1200px;--grid-gap:clamp(1rem,2vw,1.75rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);background:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}img,picture,video,canvas{max-width:100%}button,input,textarea,select{font:inherit;color:inherit}button{background:0 0;border:none}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-text);margin:0 0 .6em;font-weight:600;line-height:1.2}p{color:var(--color-text-muted);margin:0 0 1em}.app-shell{width:min(100%,var(--layout-max-width));margin:0 auto;padding-inline:clamp(1rem,3vw,2.5rem)}.surface-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
