  :root { --primary: #c9426e; --primary-dark: #8b1a4a; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: #fff5f8; color: #3a2030; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

nav { background: #fff; border-bottom: 1px solid #fce4ec; padding: 18px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(201,66,110,.06); }
nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { color: var(--primary); font-size: 1.4rem; font-weight: 700; text-decoration: none; letter-spacing: 0.5px; }
nav a { color: #8a5070; text-decoration: none; font-size: 0.9rem; transition: color .2s; }
nav a:hover { color: var(--primary); }
nav .nav-links { display: flex; gap: 28px; }

/* HERO */
.hero {
    background:
        radial-gradient(ellipse at 20% 80%, rgba(248,187,208,.5) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(206,147,216,.35) 0%, transparent 50%),
        linear-gradient(135deg, rgba(252,228,236,.82) 0%, rgba(248,187,208,.78) 50%, rgba(244,143,177,.85) 100%),
        url('https://loremflickr.com/1600/900/beauty,salon?lock=6') center/cover no-repeat;
    padding: 130px 20px 110px;
    text-align: center;
    position: relative;
    overflow: hidden;
    clip-path: ellipse(110% 100% at 50% 0%);
}
/* Floating circles (bokeh) */
.hero::before {
    content: '';
    position: absolute;
    top: 10%; left: 5%;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    filter: blur(40px);
}
.hero::after {
    content: '';
    position: absolute;
    bottom: 20%; right: 8%;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary) 15%, transparent);
    filter: blur(50px);
}
.hero-icon { font-size: 3rem; display: block; margin-bottom: 20px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--primary-dark); font-weight: 700; line-height: 1.2; position: relative; z-index: 1; }
.hero p { font-size: 1.1rem; color: #7a3060; margin-top: 16px; line-height: 1.7; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.btn { display: inline-block; margin-top: 30px; background: var(--primary); color: #fff; padding: 14px 38px; border-radius: 50px; font-weight: 700; text-decoration: none; font-size: 0.95rem; box-shadow: 0 4px 24px color-mix(in srgb, var(--primary) 35%, transparent); transition: transform .2s, box-shadow .2s; position: relative; z-index: 1; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 8px 36px color-mix(in srgb, var(--primary) 45%, transparent); }

section { padding: 90px 0; }
.section-header { text-align: center; margin-bottom: 50px; }
.flower { color: var(--primary); font-size: 1.5rem; display: block; margin-bottom: 12px; }
h2 { font-size: 2rem; color: var(--primary-dark); font-weight: 700; margin-bottom: 10px; }
.sub { color: #9a6080; font-size: 0.95rem; }

.services { background: #fff; }
.services-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.service-item {
    background: #fff5f8;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #fce4ec;
    transition: box-shadow .2s, transform .2s;
    position: relative;
    overflow: hidden;
}
.service-item::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary) 6%, transparent);
}
.service-item:hover { box-shadow: 0 12px 40px color-mix(in srgb, var(--primary) 15%, transparent); transform: translateY(-4px); }
.service-item .si { font-size: 1.6rem; font-weight: 800; color: var(--primary); margin-bottom: 14px; display: block; line-height: 1; }
.service-item h3 { color: var(--primary-dark); font-weight: 700; margin-bottom: 6px; }
.service-item p { color: #9a6080; font-size: 0.85rem; }

#o-nas { background: #fce4ec; }
#o-nas p { color: #5a3050; line-height: 1.9; font-size: 1.05rem; max-width: 640px; margin: 0 auto; text-align: center; }

.contact { background: var(--primary-dark); color: #fff; }
.contact .flower { color: #f8bbd0; }
.contact h2 { color: #fff; }
.contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin-top: 30px; text-align: center; }
.contact-info p { color: #fce4ec; font-size: 0.95rem; line-height: 1.7; }
.contact-info a { color: #f8bbd0; text-decoration: none; font-weight: 600; }
.social-links { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.social-links a { background: rgba(255,255,255,.15); color: #fff; padding: 8px 22px; border-radius: 50px; text-decoration: none; font-size: 0.85rem; transition: background .2s; }
.social-links a:hover { background: rgba(255,255,255,.3); }

/* O NAS PHOTO */
.o-nas-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.o-nas-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 24px; box-shadow: 0 12px 40px color-mix(in srgb, var(--primary) 18%, transparent); }
@media (max-width: 700px) { .o-nas-inner { grid-template-columns: 1fr; } }

.map { padding: 0; }
.map iframe { width:100%;height:420px;border:0;display:block;filter:grayscale(15%); }

footer { background: #6b0a38; padding: 24px 0; text-align: center; color: #c9a0b3; font-size: 0.85rem; }
footer strong { color: #f8bbd0; }

/* ── Modern animations ────────────────────────────── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.hero .container > * { animation: fadeUp .7s ease both; }
.hero .container > *:nth-child(1) { animation-delay: .05s; }
.hero .container > *:nth-child(2) { animation-delay: .15s; }
.hero .container > *:nth-child(3) { animation-delay: .25s; }
.hero .container > *:nth-child(4) { animation-delay: .35s; }
.hero .container > *:nth-child(5) { animation-delay: .45s; }

/* ── Typography quality ───────────────────────────── */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

/* Cormorant Garamond display refinements */
h1, h2, h3 { letter-spacing: 0.02em; }


/* ── Mobile hamburger nav ─────────────────────────── */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
    border-radius: 6px;
    color: #8a5070;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
}
.nav-toggle:hover { opacity: .75; }
.nav-toggle:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; border-radius: 4px; }
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 640px) {
    .nav-toggle { display: flex; }
    nav .container { flex-wrap: wrap; }
    nav .nav-links {
        order: 9;
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 8px 0 12px;
        border-top: 1px solid rgba(128,128,128,.18);
        margin-top: 8px;
    }
    nav .nav-links.is-open { display: flex; }
    nav .nav-links a {
        padding: 11px 0;
        font-size: .95rem;
        letter-spacing: 0;
        text-transform: none;
        border-bottom: 1px solid rgba(128,128,128,.1);
        width: 100%;
        display: block;
    }
    nav .nav-links a:last-child { border-bottom: none; }
}
