:root{--bg: #FAF9F7;--bg-card: #FFFFFF;--text: #2C2C2C;--text-muted: #6B6B6B;--accent: #d64545;--accent-soft: #fce8e8;--accent-rose: #e85a5a;--accent-dark: #c03939;--border: rgba(0, 0, 0, .06);--shadow: 0 2px 20px rgba(0, 0, 0, .06);--shadow-hover: 0 8px 30px rgba(0, 0, 0, .08);--shadow-red: 0 4px 20px rgba(232, 90, 90, .2);--radius: 12px;--radius-sm: 8px;--font-sans: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent-rose);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}.section{padding:5rem 1.5rem;max-width:1100px;margin:0 auto}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;color:var(--text);text-align:center;margin-bottom:2.5rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:48px;height:2px;background:var(--accent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
