/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
    font-family: 'DM Sans', sans-serif;
    color: #2D1F24;
    background: #FFF9F8;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
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: 9999; font-weight: 600; }
.skip-link:focus { top: 16px; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 800; line-height: 1.15; color: #2D1F24; }
.accent { color: #7B2D3B; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'DM Sans', sans-serif; font-weight: 600;
    border: 2px solid transparent; border-radius: 50px;
    cursor: pointer; transition: all 0.3s ease; text-align: center; justify-content: center;
}
.btn-icon { width: 18px; height: 18px; }
.btn-primary { background: #7B2D3B; color: #fff; border-color: #7B2D3B; }
.btn-primary:hover { background: #611F2C; border-color: #611F2C; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,45,59,0.3); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: #fff; color: #7B2D3B; border-color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: #7B2D3B; border-color: #fff; }
.btn-light:hover { background: #FFF0EE; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-sm { padding: 10px 22px; font-size: 0.9rem; }
.btn-full { width: 100%; }

/* ── Section Tags ── */
.section-tag {
    display: inline-block; font-size: 0.8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em; color: #7B2D3B;
    background: rgba(123,45,59,0.08); padding: 6px 16px; border-radius: 50px;
    margin-bottom: 16px;
}
.section-title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.section-header { margin-bottom: 56px; }
.section-header--center { text-align: center; }
.section-header .section-desc { max-width: 560px; color: #5A4549; font-size: 1.1rem; margin-top: 16px; }
.section-header.center-desc { text-align: center; }

/* ── Header ── */
.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,249,248,0.85); backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(123,45,59,0.08);
    transition: box-shadow 0.3s ease;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(123,45,59,0.1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
    width: 42px; height: 42px; background: #7B2D3B; color: #fff;
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.1rem;
}
.logo-text { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.25rem; color: #2D1F24; }
.logo-accent { color: #7B2D3B; }
.nav-menu { display: flex; align-items: center; gap: 8px; }
.nav-menu a { padding: 8px 16px; border-radius: 50px; font-weight: 500; font-size: 0.95rem; color: #5A4549; transition: all 0.2s ease; }
.nav-menu a:hover { color: #7B2D3B; background: rgba(123,45,59,0.06); }

/* Nav Toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; position: relative; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 22px; height: 2px; background: #2D1F24; border-radius: 2px; transition: all 0.3s ease; position: absolute; left: 11px; }
.hamburger::before { top: 12px; }
.hamburger::after { top: 22px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { top: 21px; transform: rotate(-45deg); }

/* ── Hero ── */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    background: url('https://images.pexels.com/photos/8986041/pexels-photo-8986041.jpeg?auto=compress&cs=tinysrgb&fit=crop&w=1920&h=1080') center center / cover no-repeat;
    overflow: hidden;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(45,15,20,0.82) 0%, rgba(123,45,59,0.65) 50%, rgba(45,15,20,0.78) 100%);
}
.hero-content {
    position: relative; z-index: 2; padding: 120px 0 80px;
    max-width: 700px;
}
.hero-badge {
    display: inline-block; background: rgba(255,255,255,0.15); color: #ffd4d8;
    font-size: 0.85rem; font-weight: 600; padding: 8px 20px; border-radius: 50px;
    margin-bottom: 24px; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15);
}
.hero-headline {
    font-size: clamp(3rem, 7vw, 5.5rem); color: #fff; line-height: 1.0;
    margin-bottom: 24px; letter-spacing: -0.02em;
}
.hero-headline .accent { color: #FFB8C4; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,0.85); line-height: 1.65; margin-bottom: 40px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-scroll {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
    width: 28px; height: 44px; border: 2px solid rgba(255,255,255,0.4); border-radius: 14px;
}
.hero-scroll span {
    display: block; width: 4px; height: 10px; background: rgba(255,255,255,0.7);
    border-radius: 2px; margin: 8px auto 0; animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot { 0%,100% { opacity: 1; transform: translateY(0); } 50% { opacity: 0.3; transform: translateY(8px); } }

/* ── Quick Info ── */
.quick-info { padding: 0 0 80px; margin-top: -48px; position: relative; z-index: 10; }
.quick-info-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.quick-card {
    background: #fff; border-radius: 20px; padding: 28px 24px;
    box-shadow: 0 4px 24px rgba(123,45,59,0.08);
    border: 1px solid rgba(123,45,59,0.06);
    transition: all 0.3s ease; text-align: center;
}
.quick-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(123,45,59,0.14); }
.quick-card a:hover { color: #7B2D3B; }
.quick-icon {
    width: 52px; height: 52px; background: rgba(123,45,59,0.08);
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; color: #7B2D3B;
}
.quick-icon svg { width: 24px; height: 24px; }
.quick-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #9A7B80; margin-bottom: 6px; }
.quick-value { font-size: 0.95rem; color: #2D1F24; font-weight: 500; line-height: 1.5; }

/* ── Services ── */
.services { padding: 100px 0; background: #FFF9F8; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.service-card {
    background: #fff; border-radius: 24px; padding: 36px 28px;
    box-shadow: 0 2px 16px rgba(123,45,59,0.06);
    border: 1px solid rgba(123,45,59,0.05);
    transition: all 0.3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(123,45,59,0.12); }
.service-icon {
    width: 60px; height: 60px; background: linear-gradient(135deg, #7B2D3B, #A84458);
    border-radius: 16px; display: flex; align-items: center; justify-content: center;
    color: #fff; margin-bottom: 20px;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-family: 'DM Sans', sans-serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #2D1F24; }
.service-card p { font-size: 0.95rem; color: #5A4549; line-height: 1.65; }

/* ── About ── */
.about { padding: 100px 0; 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: 28px; overflow: hidden; box-shadow: 0 16px 48px rgba(123,45,59,0.15); }
.about-img-main img { width: 100%; height: 420px; object-fit: cover; }
.about-img-secondary {
    position: absolute; bottom: -32px; right: -24px;
    width: 200px; height: 200px; border-radius: 20px; overflow: hidden;
    border: 6px solid #fff; box-shadow: 0 8px 24px rgba(123,45,59,0.15);
}
.about-img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-experience {
    position: absolute; top: -20px; left: -20px;
    background: #7B2D3B; color: #fff; border-radius: 20px;
    padding: 20px 24px; text-align: center; box-shadow: 0 8px 24px rgba(123,45,59,0.3);
}
.about-experience .exp-number { display: block; font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; line-height: 1; }
.about-experience .exp-text { font-size: 0.85rem; font-weight: 500; opacity: 0.9; margin-top: 4px; }
.about-content .section-title { margin-bottom: 24px; }
.about-text { color: #5A4549; font-size: 1.05rem; margin-bottom: 16px; line-height: 1.75; }
.about-values { margin-top: 32px; display: grid; gap: 14px; }
.value-item { display: flex; align-items: center; gap: 12px; font-weight: 500; color: #2D1F24; }
.value-check { width: 22px; height: 22px; color: #7B2D3B; flex-shrink: 0; }

/* ── Why Us ── */
.why-us { padding: 100px 0; background: linear-gradient(180deg, #FFF9F8 0%, #FFF0EE 100%); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 900px; margin: 0 auto; }
.why-card {
    background: #fff; border-radius: 24px; padding: 40px 32px;
    box-shadow: 0 2px 16px rgba(123,45,59,0.06);
    border: 1px solid rgba(123,45,59,0.05);
    transition: all 0.3s ease; position: relative; overflow: hidden;
}
.why-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #7B2D3B, #FFB8C4); border-radius: 24px 24px 0 0;
    opacity: 0; transition: opacity 0.3s ease;
}
.why-card:hover::before { opacity: 1; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(123,45,59,0.12); }
.why-number {
    font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 800;
    color: rgba(123,45,59,0.08); line-height: 1; margin-bottom: 12px;
}
.why-card h3 { font-family: 'DM Sans', sans-serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #2D1F24; }
.why-card p { font-size: 0.95rem; color: #5A4549; line-height: 1.65; }

/* ── CTA Strip ── */
.cta-strip { padding: 80px 0; background: #7B2D3B; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: #fff; margin-bottom: 8px; }
.cta-sub { font-size: 1.1rem; color: rgba(255,255,255,0.75); }
.cta-actions { flex-shrink: 0; }

/* ── Contact ── */
.contact { padding: 100px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-desc { font-size: 1.05rem; color: #5A4549; margin-bottom: 36px; line-height: 1.75; }
.contact-details { display: grid; gap: 24px; margin-bottom: 32px; }
.contact-item { display: flex; gap: 16px; }
.contact-icon {
    width: 52px; height: 52px; background: rgba(123,45,59,0.08);
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    color: #7B2D3B; flex-shrink: 0;
}
.contact-icon svg { width: 22px; height: 22px; }
.contact-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #9A7B80; margin-bottom: 4px; }
.contact-value { font-size: 1rem; color: #2D1F24; font-weight: 500; line-height: 1.6; }
.contact-value a { color: #7B2D3B; transition: color 0.2s; }
.contact-value a:hover { color: #611F2C; }
.contact-map { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 16px rgba(123,45,59,0.1); }

/* Form */
.contact-form-wrap {
    background: #FFF9F8; border-radius: 28px; padding: 40px;
    border: 1px solid rgba(123,45,59,0.08); box-shadow: 0 4px 24px rgba(123,45,59,0.06);
}
.form-title { font-size: 1.5rem; margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: #5A4549; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 14px 18px; border: 2px solid rgba(123,45,59,0.12);
    border-radius: 14px; font-family: 'DM Sans', sans-serif; font-size: 1rem;
    color: #2D1F24; background: #fff; 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: #7B2D3B; box-shadow: 0 0 0 4px rgba(123,45,59,0.08);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #B89EA2; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237B2D3B' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.form-success { text-align: center; padding: 40px 20px; }
.success-icon {
    width: 64px; height: 64px; background: rgba(123,45,59,0.08);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; color: #7B2D3B;
}
.success-icon svg { width: 32px; height: 32px; }
.form-success h4 { font-size: 1.4rem; margin-bottom: 8px; }
.form-success p { color: #5A4549; }

/* ── Footer ── */
.footer { background: #2D1F24; color: rgba(255,255,255,0.7); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 56px; }
.footer .logo-text { color: #fff; }
.footer-brand p { margin-top: 16px; font-size: 0.95rem; line-height: 1.7; }
.footer h4 { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.footer ul { display: grid; gap: 12px; }
.footer ul a { font-size: 0.95rem; transition: color 0.2s; }
.footer ul a:hover { color: #FFB8C4; }
.footer-contact p { font-size: 0.95rem; line-height: 1.7; margin-bottom: 6px; }
.footer-contact a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-contact a:hover { color: #FFB8C4; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; text-align: center; font-size: 0.9rem; }

/* ── Animations ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-images { max-width: 500px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-toggle { display: flex; align-items: center; justify-content: center; }
    .nav-menu {
        position: fixed; top: 76px; left: 0; right: 0;
        background: rgba(255,249,248,0.98); backdrop-filter: blur(16px);
        flex-direction: column; padding: 24px; gap: 4px;
        border-bottom: 1px solid rgba(123,45,59,0.08);
        transform: translateY(-120%); opacity: 0;
        transition: all 0.35s ease; pointer-events: none;
        box-shadow: 0 12px 32px rgba(123,45,59,0.1);
    }
    .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: all; }
    .nav-menu a { padding: 14px 20px; width: 100%; border-radius: 12px; }
    .nav-menu .btn { margin-top: 8px; }
    .quick-info-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-headline { font-size: clamp(2.4rem, 10vw, 3.5rem); }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .why-grid { grid-template-columns: 1fr; }
    .cta-inner { flex-direction: column; text-align: center; }
    .contact-form-wrap { padding: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-img-secondary { width: 140px; height: 140px; right: -8px; bottom: -20px; }
}
@media (max-width: 480px) {
    .quick-info-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .container { padding: 0 16px; }
}
