@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&family=Inter:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap";:root{--red:#d32f2f;--red-light:#e04545;--red-dark:#7b1a1a;--red-glow:#d32f2f33;--dark-red:#4a0e0e;--black:#1a1a1a;--charcoal:#111;--charcoal-mid:#1c1c1c;--white:#fff;--offwhite:#fafafa;--light-gray:#f5f5f5;--warm-white:#fff9f5;--border-light:#0000000f;--text-dark:#1a1a1a;--text-mid:#555;--text-light:#888;--gold:#c8943e;--gold-dark:#a67c32;--font-display:"Cormorant Garamond", "Playfair Display", Georgia, serif;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}::selection{background:var(--red);color:var(--white)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--red-dark)}.section{padding:110px 6%;position:relative;overflow:hidden}.section-white{background:var(--white)}.section-light{background:var(--light-gray)}.section-warm{background:var(--warm-white)}.section-dark{background:var(--charcoal);color:var(--white)}.section-red{background:linear-gradient(135deg, var(--red-dark), var(--red));color:var(--white)}.container{width:100%;max-width:1140px;margin:0 auto}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{font-family:var(--font-body);letter-spacing:5px;text-transform:uppercase;color:var(--red);margin-bottom:14px;font-size:.72rem;font-weight:700;display:block}.section-dark .section-eyebrow,.section-red .section-eyebrow{color:#fff9}.section-title{font-family:var(--font-display);color:var(--black);letter-spacing:-.5px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700}.section-dark .section-title,.section-red .section-title{color:var(--white)}.section-desc{color:var(--text-mid);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.75}.section-dark .section-desc{color:#ffffff8c}.section-red .section-desc{color:#ffffffb3}.ornament{justify-content:center;align-items:center;gap:14px;margin:20px auto 16px;display:flex}.ornament-line{background:linear-gradient(90deg, transparent, var(--red), transparent);width:50px;height:1px}.section-dark .ornament-line,.section-red .ornament-line{background:linear-gradient(90deg,#0000,#fff6,#0000)}.ornament-diamond{background:var(--red);width:6px;height:6px;transform:rotate(45deg)}.section-dark .ornament-diamond,.section-red .ornament-diamond{background:#ffffff80}@media (width<=768px){.section{padding:72px 5%}.section-header{margin-bottom:44px}}
