* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #333; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
:root { --purple: #5c2d91; --purple-dark: #4a1c6b; --gold: #e8b923; --yellow: #f4c430; }
.top-bar { background: var(--purple-dark); color: #fff; font-size: 13px; padding: 8px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: #fff; }
header { background: #fff; padding: 12px 40px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 8px rgba(0,0,0,.08); position: sticky; top: 0; z-index: 100; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { height: 52px; width: 52px; object-fit: contain; }
.logo-text { font-size: 22px; font-weight: 800; color: var(--purple); letter-spacing: 1px; line-height: 1.1; }
.logo-text span { display: block; font-size: 13px; font-weight: 600; letter-spacing: 4px; }
nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
nav a { font-weight: 600; color: #333; font-size: 15px; }
nav a.active, nav a:hover { color: var(--purple); border-bottom: 3px solid var(--purple); padding-bottom: 4px; }
.btn-enquiry { background: var(--purple); color: #fff !important; padding: 10px 22px; border-radius: 30px; font-weight: 600; border-bottom: none !important; }
.btn-enquiry:hover { background: var(--purple-dark); }
.hero { position: relative; min-height: 520px; background: url('../images/hero-bg.svg') center/cover no-repeat; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 55%, transparent 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-text { color: #fff; max-width: 520px; }
.hero-text h1 { font-size: 48px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.hero-text h1 .gold { color: var(--gold); }
.hero-text .tagline { font-family: Georgia, serif; font-style: italic; font-size: 26px; margin: 12px 0 18px; }
.hero-text p { font-size: 17px; margin-bottom: 22px; }
.occasions { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 28px; font-size: 13px; }
.occasions span { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 70px; }
.btn-yellow { display: inline-block; background: var(--yellow); color: #333; font-weight: 700; padding: 12px 32px; border-radius: 30px; }
.hero-platter { max-width: 480px; width: 100%; border-radius: 8px; }
.smile-badge { position: absolute; top: 30px; right: 60px; width: 140px; height: 140px; background: #2e7d32; border-radius: 50%; border: 6px dashed #fff; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; text-align: center; transform: rotate(12deg); z-index: 3; font-size: 14px; line-height: 1.2; }
.smile-badge .big { font-size: 16px; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1100px; margin: 0 auto; padding: 50px 20px; text-align: center; gap: 20px; }
.feat-icon { width: 70px; height: 70px; background: var(--purple); color: #fff; border-radius: 50%; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.features h3 { color: var(--purple); margin-bottom: 8px; font-size: 16px; }
.features p { font-size: 14px; color: #555; }
.about { display: flex; align-items: center; max-width: 1200px; margin: 0 auto 50px; padding: 20px 40px; gap: 50px; }
.about-img { flex: 1; }
.about-img img { border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.15); width: 100%; }
.about-text { flex: 1; }
.about-text h2 { font-family: Georgia, serif; font-style: italic; color: var(--purple); font-size: 28px; }
.about-text h3 { color: var(--purple); font-size: 26px; font-weight: 800; margin: 6px 0 16px; letter-spacing: 1px; }
.about-text p { margin-bottom: 16px; color: #444; }
.btn-purple { display: inline-flex; align-items: center; gap: 8px; background: var(--purple); color: #fff; padding: 12px 28px; border-radius: 30px; font-weight: 600; }
.menu-sec { text-align: center; padding: 20px 40px 60px; }
.menu-sec h2 { font-family: Georgia, serif; font-style: italic; color: var(--purple); font-size: 36px; }
.menu-sec .sub { margin: 8px 0 30px; color: #555; }
.menu-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
.menu-card { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.12); background: #fff; }
.menu-card img { height: 160px; width: 100%; object-fit: cover; }
.menu-card .label { padding: 12px; color: #fff; font-weight: 700; font-size: 16px; }
.menu-card:nth-child(1) .label { background: #2e7d32; }
.menu-card:nth-child(2) .label { background: #c45c26; }
.menu-card:nth-child(3) .label { background: #c62828; }
.menu-card:nth-child(4) .label { background: #6a1b9a; }
.menu-card:nth-child(5) .label { background: #00838f; }
.cta-strip { background: var(--purple); color: #fff; padding: 28px 40px; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 24px; }
.cta-item { display: flex; align-items: center; gap: 14px; }
.cta-icon { width: 56px; height: 56px; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.love-badge { background: var(--yellow); color: var(--purple); font-family: Georgia, serif; font-style: italic; font-size: 22px; font-weight: 700; padding: 16px 28px; transform: rotate(-4deg); border-radius: 4px; }
footer { background: var(--purple-dark); color: #fff; padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; }
.footer-logo img { height: 40px; filter: brightness(10); }
.footer-tag { font-family: Georgia, serif; font-style: italic; }
.footer-smile { width: 70px; height: 70px; border: 3px dashed #fff; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; text-align: center; }
.page-hero { background: var(--purple); color: #fff; text-align: center; padding: 50px 20px; }
.page-hero h1 { font-size: 36px; }
.content { max-width: 1000px; margin: 40px auto; padding: 0 20px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.gallery-grid img { height: 200px; width: 100%; object-fit: cover; border-radius: 8px; }
form { max-width: 500px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
form input, form textarea, form select { padding: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 15px; }
form button { background: var(--purple); color: #fff; border: none; padding: 14px; border-radius: 30px; font-weight: 700; cursor: pointer; }
@media (max-width: 900px) {
  .hero-inner, .about { flex-direction: column; }
  .features, .menu-grid { grid-template-columns: 1fr 1fr; }
  .smile-badge { right: 16px; top: 16px; width: 100px; height: 100px; font-size: 11px; }
  header { flex-wrap: wrap; }
}
@media (max-width: 500px) {
  .features, .menu-grid { grid-template-columns: 1fr; }
  .top-bar, header, .hero-inner { padding-left: 16px; padding-right: 16px; }
  .hero-text h1 { font-size: 32px; }
}