@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";:root{--red:#8b0000;--red-dark:#5c0000;--red-light:#b22222;--gold:#c9a84c;--gold-light:#e8d5a3;--gold-dark:#a0782a;--ivory:#fdf6ec;--cream:#f5ecd7;--white:#fff;--text-dark:#2c1810;--text-mid:#5d3a1a;--text-muted:#8b6347;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #8b000014;--shadow-md:0 4px 16px #8b00001a;--shadow-lg:0 8px 32px #8b000024;--shadow-xl:0 16px 48px #8b00002e;--shadow-gold:0 4px 16px #c9a84c33;--border-gold:1px solid var(--gold-light);--border-red:1px solid var(--red-light);--transition:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--font-display:"Playfair Display", serif;--font-body:"Cormorant Garamond", serif;--text-xs:11px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--text-5xl:48px;--text-6xl:60px;--z-dropdown:100;--z-sticky:200;--z-modal:300;--z-toast:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-dark);background-color:var(--ivory);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-dark);line-height:1.2}h1{font-size:var(--text-5xl);font-weight:700}h2{font-size:var(--text-4xl);font-weight:700}h3{font-size:var(--text-3xl);font-weight:600}h4{font-size:var(--text-2xl);font-weight:600}h5{font-size:var(--text-xl);font-weight:600}h6{font-size:var(--text-lg);font-weight:600}p{line-height:1.7}a{color:var(--red);transition:color var(--transition);text-decoration:none}a:hover{color:var(--red-dark)}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body)}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base)}.container{width:100%;max-width:1200px;padding:0 var(--space-6);margin:0 auto}.section-label{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:3px;text-transform:uppercase;color:var(--gold-dark);font-weight:600}.section-title{font-family:var(--font-display);font-size:var(--text-4xl);color:var(--red-dark);font-weight:700}.gold-rule{background:linear-gradient(90deg, var(--gold), var(--gold-light));width:60px;height:2px;margin:var(--space-4) 0}.text-gold{color:var(--gold)}.text-red{color:var(--red)}.text-red-dark{color:var(--red-dark)}.text-muted{color:var(--text-muted)}.bg-red{background-color:var(--red)}.bg-red-dark{background-color:var(--red-dark)}.bg-ivory{background-color:var(--ivory)}.bg-cream{background-color:var(--cream)}.bg-gold{background-color:var(--gold)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--ivory)}::-webkit-scrollbar-thumb{background:var(--gold-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gold)}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}::selection{background:var(--gold-light);color:var(--text-dark)}
