/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
    font-family: 'Nunito', sans-serif;
    color: #3D2B2B;
    background: #FDF2F0;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; top: -100px; left: 16px; background: #7B2D3B; color: #fff; padding: 8px 16px; border-radius: 8px; z-index: 999; font-weight: 700; }
.skip-link:focus { top: 16px; }

/* ── Typography ── */
h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 800; line-height: 1.2; color: #2A1520; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 50px; font-family: 'Nunito', sans-serif;
    font-weight: 700; font-size: 15px; border: 2px solid transparent;
    cursor: pointer; transition: all 0.3s ease; text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,45,59,0.25); }
.btn-primary { background: #7B2D3B; color: #fff; border-color: #7B2D3B; }
.btn-primary:hover { background: #632230; border-color: #632230; }
.btn-secondary { background: transparent; color: #7B2D3B; border-color: #7B2D3B; }
.btn-secondary:hover { background: #7B2D3B; color: #fff; }
.btn-white { background: #fff; color: #7B2D3B; border-color: #fff; }
.btn-white:hover { background: #FDF2F0; }
.btn-outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white:hover { background: #fff; color: #7B2D3B; }
.btn-full { width: 100%; justify-content: center; }

/* ── Header ── */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(253,242,240,0.92); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(123,45,59,0.08);
    transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(123,45,59,0.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 15px; color: #2A1520; line-height: 1.2; }
.logo-text small { font-family: 'Nunito', sans-serif; font-weight: 600; font-size: 11px; color: #7B2D3B; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-menu ul { display: flex; align-items: center; gap: 8px; }
.nav-menu a { padding: 8px 16px; border-radius: 50px; font-weight: 700; font-size: 14px; color: #3D2B2B; transition: all 0.2s ease; }
.nav-menu a:hover { background: rgba(123,45,59,0.08); color: #7B2D3B; }
.nav-cta { background: #7B2D3B !important; color: #fff !important; }
.nav-cta:hover { background: #632230 !important; }

/* Hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 24px; height: 2px; background: #7B2D3B; border-radius: 2px; transition: all 0.3s ease; }
.hamburger { position: relative; }
.hamburger::before { content: ''; position: absolute; top: -7px; left: 0; }
.hamburger::after { content: ''; position: absolute; top: 7px; left: 0; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { top: 0; transform: rotate(-45deg); }

/* ── Hero ── */
.hero { padding: 120px 0 0; background: #FDF2F0; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-bottom: 80px; }
.hero-badge {
    display: inline-block; background: rgba(123,45,59,0.1); color: #7B2D3B;
    padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px;
}
.hero-content h1 { font-size: clamp(28px, 4vw, 52px); margin-bottom: 20px; color: #2A1520; }
.hero-content h1 span { color: #7B2D3B; }
.hero-desc { font-size: 17px; color: #5A4040; margin-bottom: 32px; max-width: 520px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #3D2B2B; }
.trust-item svg { color: #7B2D3B; }

/* Hero Image */
.hero-image { position: relative; }
.hero-img-wrap { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(123,45,59,0.15); }
.hero-img-wrap img { width: 100%; height: 460px; object-fit: cover; }
.hero-img-float {
    position: absolute; bottom: -20px; left: -20px;
    background: #fff; border-radius: 16px; padding: 14px 20px;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 8px 32px rgba(123,45,59,0.12); font-weight: 700; font-size: 14px; color: #2A1520;
}
.hero-wave { margin-top: -1px; }
.hero-wave svg { width: 100%; height: 80px; display: block; }

/* ── Section Shared ── */
.section { padding: 80px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-tag {
    display: inline-block; background: rgba(123,45,59,0.1); color: #7B2D3B;
    padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px;
}
.section-header h2 { font-size: clamp(24px, 3vw, 40px); margin-bottom: 16px; }
.section-desc { font-size: 17px; color: #5A4040; }

/* ── Services ── */
.services { background: #FDF2F0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
    background: #fff; border-radius: 20px; padding: 36px 28px;
    box-shadow: 0 4px 20px rgba(123,45,59,0.06);
    border: 1px solid rgba(123,45,59,0.06);
    transition: all 0.3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(123,45,59,0.12); border-color: rgba(123,45,59,0.12); }
.service-icon {
    width: 56px; height: 56px; border-radius: 16px;
    background: rgba(123,45,59,0.08); display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.service-card h3 { font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #2A1520; }
.service-card p { font-size: 15px; color: #5A4040; line-height: 1.7; }

/* ── About ── */
.about { background: #fff; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img { border-radius: 20px; width: 100%; height: 400px; object-fit: cover; box-shadow: 0 12px 40px rgba(123,45,59,0.1); }
.about-img-accent {
    position: absolute; top: -16px; right: -16px; width: 120px; height: 120px;
    background: rgba(123,45,59,0.08); border-radius: 20px; z-index: -1;
}
.about-content h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 20px; }
.about-content p { font-size: 16px; color: #5A4040; margin-bottom: 16px; line-height: 1.8; }
.about-stats { display: flex; gap: 32px; margin: 28px 0 32px; }
.stat { text-align: center; }
.stat-number { display: block; font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 800; color: #7B2D3B; }
.stat-label { font-size: 13px; font-weight: 700; color: #5A4040; text-transform: uppercase; letter-spacing: 0.05em; }

/* ── Why Us ── */
.why-us { background: #FDF2F0; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.why-card {
    background: #fff; border-radius: 20px; padding: 36px 32px;
    box-shadow: 0 4px 20px rgba(123,45,59,0.06);
    border: 1px solid rgba(123,45,59,0.06);
    transition: all 0.3s ease; position: relative; overflow: hidden;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(123,45,59,0.1); }
.why-number {
    position: absolute; top: 16px; right: 20px;
    font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 800;
    color: rgba(123,45,59,0.06); line-height: 1;
}
.why-card h3 { font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #2A1520; }
.why-card p { font-size: 15px; color: #5A4040; line-height: 1.7; }

/* ── CTA Banner ── */
.cta-banner { padding: 80px 0; background: #7B2D3B; overflow: hidden; }
.cta-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 40px; flex-wrap: wrap;
}
.cta-text h2 { font-size: clamp(22px, 3vw, 36px); color: #fff; margin-bottom: 12px; }
.cta-text p { font-size: 17px; color: rgba(255,255,255,0.8); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Contact ── */
.contact { background: #fff; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 16px; }
.contact-desc { font-size: 16px; color: #5A4040; margin-bottom: 32px; line-height: 1.8; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    background: rgba(123,45,59,0.08); display: flex; align-items: center; justify-content: center;
}
.contact-item strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: #7B2D3B; margin-bottom: 2px; }
.contact-item a, .contact-item span { font-size: 15px; color: #3D2B2B; }
.contact-item a:hover { color: #7B2D3B; text-decoration: underline; }
.contact-map { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(123,45,59,0.08); }

/* Form */
.contact-form-wrap { background: #FDF2F0; border-radius: 24px; padding: 36px; }
.contact-form h3 { font-size: 22px; margin-bottom: 4px; }
.form-note { font-size: 14px; color: #5A4040; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; font-size: 13px; color: #3D2B2B; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 12px 16px; border: 2px solid rgba(123,45,59,0.15);
    border-radius: 12px; font-family: 'Nunito', sans-serif; font-size: 15px;
    color: #3D2B2B; background: #fff; transition: border-color 0.2s ease;
    outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #7B2D3B; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #A08080; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
    display: flex; align-items: center; gap: 10px; margin-top: 16px;
    padding: 14px 18px; background: rgba(123,45,59,0.08); border-radius: 12px;
    font-weight: 700; font-size: 14px; color: #7B2D3B;
}

/* ── Footer ── */
.site-footer { background: #2A1520; color: rgba(255,255,255,0.7); padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .logo-text { color: #fff; }
.footer-brand .logo-text small { color: rgba(255,255,255,0.6); }
.footer-brand p { font-size: 14px; margin-top: 16px; line-height: 1.8; max-width: 280px; }
.footer-links h4, .footer-contact h4 {
    font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: 16px;
}
.footer-links ul, .footer-contact ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { font-size: 14px; transition: color 0.2s ease; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; }
.footer-bottom p { font-size: 13px; text-align: center; color: rgba(255,255,255,0.4); }

/* ── Reveal Animations ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .hero-inner { gap: 40px; }
    .hero-img-wrap img { height: 380px; }
}
@media (max-width: 900px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-inner, .contact-inner { grid-template-columns: 1fr; }
    .about-image { order: -1; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-menu {
        position: fixed; top: 72px; left: 0; right: 0;
        background: rgba(253,242,240,0.98); backdrop-filter: blur(12px);
        padding: 24px; border-bottom: 1px solid rgba(123,45,59,0.08);
        transform: translateY(-120%); transition: transform 0.3s ease;
        box-shadow: 0 8px 24px rgba(123,45,59,0.08);
    }
    .nav-menu.open { transform: translateY(0); }
    .nav-menu ul { flex-direction: column; gap: 4px; }
    .nav-menu a { padding: 12px 16px; width: 100%; text-align: center; }
    .nav-toggle { display: block; }
    .hero { padding: 100px 0 0; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-image { order: -1; max-width: 400px; margin: 0 auto; }
    .hero-img-wrap img { height: 320px; }
    .hero-actions { justify-content: center; }
    .hero-trust { justify-content: center; }
    .services-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .why-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .cta-inner { flex-direction: column; text-align: center; }
    .cta-actions { justify-content: center; }
    .about-stats { justify-content: center; }
    .contact-form-wrap { padding: 28px; }
    .footer-inner { grid-template-columns: 1fr; text-align: center; }
    .footer-brand p { max-width: none; }
    .section { padding: 60px 0; }
}
@media (max-width: 480px) {
    .hero-img-float { display: none; }
    .hero-content h1 { font-size: 26px; }
}
