/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { min-height: 100vh; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ── Utility ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c76fd0; margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; color: #4a1d4d; line-height: 1.2; margin-bottom: 16px; }
.section-subtitle { font-size: 1.1rem; color: #6e2b72; max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; border-radius: 50px; transition: all 0.3s ease; font-size: 0.95rem; }
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-primary { background: linear-gradient(135deg, #a847b0, #8a368f); color: #fff; box-shadow: 0 4px 20px rgba(168,71,176,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(168,71,176,0.45); }
.btn-amber { background: linear-gradient(135deg, #e89a1a, #c47a0e); color: #4a1d4d; box-shadow: 0 4px 20px rgba(232,154,26,0.35); }
.btn-amber:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,154,26,0.45); }
.btn-outline-light { background: rgba(255,255,255,0.12); color: #fff; border: 2px solid rgba(255,255,255,0.4); backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; padding: 16px 24px; }

/* ── Navbar ── */
.nav-scrolled { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background 0.3s ease, box-shadow 0.3s ease; }
.nav-scrolled .nav-container { background: rgba(74,29,77,0.95); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.15); }
.nav-container { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: 1200px; margin: 0 auto; transition: background 0.3s ease; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-text { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.2rem; color: #fff; }
.nav-logo-icon { flex-shrink: 0; }
.nav-menu { display: flex; align-items: center; gap: 32px; }
.nav-link { font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.85); transition: color 0.2s; position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #ffd07a; transition: width 0.3s; border-radius: 2px; }
.nav-link:hover { color: #ffd07a; }
.nav-link:hover::after { width: 100%; }
.nav-cta-btn { background: linear-gradient(135deg, #e89a1a, #c47a0e); color: #4a1d4d !important; padding: 10px 22px; border-radius: 50px; font-weight: 700; }
.nav-cta-btn::after { display: none; }
.nav-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(232,154,26,0.4); }
.nav-toggle { display: none; padding: 8px; color: #fff; }

/* ── Hero ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('https://images.pexels.com/photos/5568408/pexels-photo-5568408.jpeg?auto=compress&cs=tinysrgb&fit=crop&w=1920&h=1280') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,14,45,0.88) 0%, rgba(74,29,77,0.82) 50%, rgba(110,43,114,0.75) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 780px; padding: 120px 24px 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 8px 20px; font-size: 0.85rem; font-weight: 600; color: #ffd07a; margin-bottom: 28px; backdrop-filter: blur(4px); }
.hero-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.75rem, 7vw, 5rem); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 24px; text-shadow: 0 2px 40px rgba(0,0,0,0.3); }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.85); line-height: 1.8; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.hero-trust { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 0.9rem; font-weight: 500; }
.trust-item svg { color: #ffd07a; flex-shrink: 0; }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.5); animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-8px); } 60% { transform: translateX(-50%) translateY(-4px); } }

/* ── Services ── */
.services { background: #faf5fc; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border-radius: 20px; padding: 36px 28px; transition: all 0.3s ease; border: 1px solid rgba(168,71,176,0.08); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(110,43,114,0.12); border-color: rgba(168,71,176,0.2); }
.service-icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, #f5eaf7, #ebc8ee); display: flex; align-items: center; justify-content: center; color: #8a368f; margin-bottom: 20px; }
.service-name { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-weight: 700; color: #4a1d4d; margin-bottom: 10px; }
.service-desc { font-size: 0.95rem; color: #6e2b72; line-height: 1.7; }

/* ── About ── */
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-images { position: relative; }
.about-img-main { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(74,29,77,0.15); }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-secondary { position: absolute; bottom: -32px; right: -24px; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px rgba(74,29,77,0.2); border: 4px solid #fff; max-width: 260px; }
.about-accent-card { position: absolute; top: -20px; left: -20px; background: linear-gradient(135deg, #a847b0, #8a368f); color: #fff; border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 12px; font-size: 0.9rem; font-weight: 600; box-shadow: 0 12px 30px rgba(138,54,143,0.35); max-width: 240px; line-height: 1.4; }
.about-content .section-tag { text-align: left; }
.about-content .section-title { text-align: left; margin-bottom: 24px; }
.about-text { font-size: 1.05rem; color: #6e2b72; line-height: 1.8; margin-bottom: 20px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.about-feature { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 600; color: #4a1d4d; }
.about-feature-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #f5eaf7, #ebc8ee); display: flex; align-items: center; justify-content: center; color: #8a368f; flex-shrink: 0; }

/* ── Gallery ── */
.gallery { background: #faf5fc; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 20px; }
.gallery-item { position: relative; border-radius: 20px; overflow: hidden; cursor: pointer; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,14,45,0.8) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 24px; opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #ffd07a; font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-weight: 700; }

/* ── Reviews ── */
.reviews { background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #faf5fc; border-radius: 20px; padding: 32px 28px; border: 1px solid rgba(168,71,176,0.08); transition: all 0.3s ease; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(110,43,114,0.1); }
.review-stars { display: flex; gap: 4px; color: #e89a1a; margin-bottom: 16px; }
.review-text { font-size: 0.95rem; color: #6e2b72; line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #a847b0, #8a368f); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.review-name { font-weight: 700; color: #4a1d4d; font-size: 0.95rem; }

/* ── CTA ── */
.cta-section { position: relative; padding: 100px 0; overflow: hidden; background: linear-gradient(135deg, #4a1d4d, #6e2b72, #8a368f); }
.cta-bg-pattern { position: absolute; inset: 0; opacity: 0.06; background-image: radial-gradient(circle at 25% 25%, #ffd07a 1px, transparent 1px), radial-gradient(circle at 75% 75%, #ffd07a 1px, transparent 1px); background-size: 60px 60px; }
.cta-content { position: relative; text-align: center; max-width: 700px; margin: 0 auto; }
.cta-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; color: #fff; margin-bottom: 20px; line-height: 1.2; }
.cta-text { font-size: 1.1rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Contact ── */
.contact { background: #faf5fc; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info .section-tag { text-align: left; }
.contact-info .section-title { text-align: left; margin-bottom: 16px; }
.contact-text { font-size: 1.05rem; color: #6e2b72; line-height: 1.8; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.contact-detail { display: flex; gap: 16px; }
.contact-detail-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #f5eaf7, #ebc8ee); display: flex; align-items: center; justify-content: center; color: #8a368f; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: #8a368f; margin-bottom: 4px; }
.contact-detail p { font-size: 0.95rem; color: #4a1d4d; line-height: 1.6; }
.contact-detail a { color: #8a368f; font-weight: 600; transition: color 0.2s; }
.contact-detail a:hover { color: #a847b0; }
.contact-map { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(74,29,77,0.12); }

/* ── Contact Form ── */
.contact-form-card { background: #fff; border-radius: 24px; padding: 40px; box-shadow: 0 12px 40px rgba(74,29,77,0.08); border: 1px solid rgba(168,71,176,0.08); }
.form-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; font-weight: 700; color: #4a1d4d; margin-bottom: 8px; }
.form-subtitle { font-size: 0.95rem; color: #6e2b72; margin-bottom: 28px; line-height: 1.6; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 700; color: #6e2b72; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 2px solid #ebc8ee; border-radius: 12px; font-family: 'Nunito', system-ui, sans-serif; font-size: 0.95rem; color: #4a1d4d; background: #faf5fc; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #a847b0; box-shadow: 0 0 0 3px rgba(168,71,176,0.12); background: #fff; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #dda3e0; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success { text-align: center; padding: 40px 20px; }
.form-success svg { color: #a847b0; margin: 0 auto 16px; }
.form-success h4 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; color: #4a1d4d; margin-bottom: 8px; }
.form-success p { color: #6e2b72; font-size: 0.95rem; line-height: 1.6; }

/* ── Footer ── */
.footer { background: #2a0e2d; color: rgba(255,255,255,0.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand { }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-text { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.footer-tagline { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #ffd07a; margin-bottom: 20px; font-weight: 700; }
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.9rem; transition: color 0.2s; }
.footer-links a:hover { color: #ffd07a; }
.footer-hours ul { display: flex; flex-direction: column; gap: 8px; }
.footer-hours li { display: flex; justify-content: space-between; font-size: 0.9rem; gap: 16px; }
.footer-hours span:last-child { color: #ffd07a; font-weight: 600; }
.footer-contact p { font-size: 0.9rem; line-height: 1.8; }
.footer-contact a { color: #ffd07a; font-weight: 600; transition: color 0.2s; }
.footer-contact a:hover { color: #ffe4b0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 0.85rem; flex-wrap: wrap; gap: 8px; }
.footer-location { color: rgba(255,255,255,0.4); }

/* ── Mobile Menu ── */
.nav-menu { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: linear-gradient(180deg, #4a1d4d, #2a0e2d); flex-direction: column; align-items: flex-start; padding: 80px 32px 32px; gap: 24px; transition: right 0.35s ease; box-shadow: -8px 0 30px rgba(0,0,0,0.3); z-index: 999; }
.nav-menu.open { right: 0; }
.nav-menu .nav-link { font-size: 1.1rem; width: 100%; padding: 8px 0; }
.nav-menu .nav-cta-btn { display: inline-flex; text-align: center; }
.nav-toggle { display: block; z-index: 1001; }
.nav-toggle.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active .hamburger-line:nth-child(2) { opacity: 0; }
.nav-toggle.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
body.menu-open { overflow: hidden; }

/* ── Scroll Reveal ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { gap: 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; }
    .nav-menu { }
    .nav-menu .nav-link { font-size: 1rem; }
    .section { padding: 72px 0; }
    .hero-content { padding: 100px 20px 60px; }
    .hero-actions { flex-direction: column; align-items: center; }
    .hero-trust { flex-direction: column; align-items: center; gap: 12px; }
    .services-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .about-images { max-width: 480px; margin: 0 auto; }
    .about-img-secondary { right: -12px; bottom: -20px; max-width: 200px; }
    .about-accent-card { left: -12px; top: -12px; max-width: 200px; font-size: 0.85rem; }
    .about-features { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item--tall { grid-row: span 1; }
    .reviews-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-form-card { padding: 28px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.5rem; }
}
