html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{color:#333;line-height:1.6;background:#fdf6f0;font-family:Lato,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffaf5;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:10}.nav-logo{font-weight:700;font-size:1.2rem;color:#800020}.nav-logo img{height:2rem;padding:0}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links a{text-decoration:none;font-weight:500;color:#333;transition:color .2s ease}.nav-links a:hover{color:#800020}.nav-toggle{display:none;font-size:1.8rem;cursor:pointer}.hero{background:linear-gradient(135deg,#800020,#b03060);color:#fff;padding:6rem 2rem 2.5rem;text-align:center;height:auto}.hero h1{font-family:Great Vibes,cursive;font-size:3rem;margin-bottom:1rem}.hero p,.hero-content p{font-family:Lato,sans-serif;font-size:1.2rem;margin-bottom:2rem}.btn-primary{background:#fffaf5;color:#800020;padding:.8rem 1.5rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:transform .2s ease,background .2s ease}.btn-primary:hover{background:#f5e3da;transform:scale(1.05)}.section{padding:4rem 2rem;text-align:center}.section h2{font-size:2rem;margin-bottom:1.5rem}.details{padding-top:20px;background:#faf3eb}.details h2{margin-top:2rem}.landing{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:0rem}.landing p{font-family:Playfair Display,serif;font-size:32px;color:#800020}.landing .landing-message{font-size:1.3vw;padding:0 20vw;color:#555}.landing h2{font-family:Great Vibes,cursive;font-size:10vw;color:#800020}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.detail-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #0000000d}.detail-card h3{font-family:Playfair Display,serif;margin-bottom:.5rem;color:#800020}.detail-card p{font-family:Lato,sans-serif!important;font-size:1rem;color:#555}.footer{background:#800020;color:#fdf6f0;text-align:center;padding:1.5rem;position:sticky;bottom:0;z-index:10}.footer a{font-family:Playfair Display,cursive}@media (max-width: 768px){.nav-links{position:absolute;top:60px;right:.1rem;background:#fffaf5;flex-direction:column;padding:1rem 2rem;display:none;width:100%}.nav-links li{border-bottom:1px solid rgba(0,0,0,.1)}.nav-links li a{display:block;padding:1rem;text-align:center}.nav-links.show{display:flex;animation:dropdown .3s ease}.nav-toggle{display:block}.landing{min-height:calc(100vh - 5rem);display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:0rem}.landing .landing-message{font-size:3vw;padding:0 1vw;color:#555}.landing h2{font-size:14vw}}
