:root {
    --socila-primary: #b10f5a;
    --socila-primary-bright: #ef2b90;
    --socila-primary-dark: #8b0c47;
    --socila-bg: #f6f4f5;
    --socila-surface: #ffffff;
    --socila-text: #1f1f24;
    --socila-muted: #686874;
    --socila-border: #e9e3e7;
    --socila-charcoal: #36343b;
}

.socila-body {
    background-color: var(--socila-bg);
    color: var(--socila-text);
    font-family: 'Baloo 2', 'Segoe UI', sans-serif;
}

.socila-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--socila-border);
    backdrop-filter: blur(4px);
}

.home-page .socila-header {
    background: var(--socila-charcoal);
    border-bottom: 0;
}

.socila-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.socila-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--socila-text);
    font-weight: 700;
}

.home-page .socila-brand {
    color: #ffffff;
}

.socila-brand-mark {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.socila-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.socila-brand-text {
    font-size: 1.1rem;
    line-height: 1;
}

.home-page .socila-brand-text {
    display: none;
}

.socila-menu-toggle {
    border: 0;
    background: transparent;
    color: var(--socila-text);
    font-size: 2.1rem;
    line-height: 1;
    padding: 0;
}

.home-page .socila-menu-toggle {
    color: #ffffff;
}

.socila-menu-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 0.2rem;
}

.socila-nav {
    display: none;
    width: 100%;
    order: 3;
    padding-top: 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.socila-nav.is-open {
    display: flex;
}

.socila-nav a {
    color: var(--socila-muted);
    font-size: 0.9rem;
    text-decoration: none;
}

.socila-nav a:hover {
    color: var(--socila-primary);
}

.home-page .socila-nav a {
    color: #efefef;
}

.home-page .socila-nav a:hover {
    color: #ffffff;
}

.home-main {
    min-height: calc(100svh - 72px);
}

.home-hero {
    position: relative;
    min-height: calc(100svh - 72px);
    overflow: hidden;
    background: #221f24;
}

.home-hero__media {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgba(31, 25, 37, 0.05), rgba(31, 25, 37, 0.9)), url('../img/fundo-fachada.png');
    background-size: cover;
    background-position: center;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 14, 18, 0.2) 0%, rgba(17, 14, 18, 0.82) 60%, rgba(17, 14, 18, 0.96) 100%);
}

.home-hero__content {
    position: relative;
    z-index: 1;
    max-width: 430px;
    margin: 0 auto;
    min-height: calc(100svh - 72px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.4rem 0 max(0px, env(safe-area-inset-bottom));
    color: #ffffff;
}

.home-hero__brand {
    margin: 0 auto -0.15rem;
    width: min(80vw, 304px);
    text-align: center;
    transform: translateY(-10px);
}

.home-hero__brand-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-hero__title {
    text-align: center;
    font-size: clamp(1.15rem, 5.1vw, 1.4rem);
    line-height: 1.08;
    font-weight: 800;
    margin: 0.1rem 1rem 0.7rem;
    white-space: nowrap;
}

.home-search-form {
    padding: 0 0.85rem;
}

.home-search-pill {
    background: #ffffff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    padding: 0.25rem 0.45rem 0.25rem 1rem;
}

.home-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 1.03rem;
    color: #d92587;
    font-weight: 600;
}

.home-search-input::placeholder {
    color: #e573b0;
}

.home-search-icon-btn {
    border: 0;
    background: transparent;
    color: #3f3f43;
    font-size: 1.75rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 1;
}

.home-action-row {
    margin-top: 0.78rem;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: 1fr 1fr;
}

.home-action-btn {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--socila-primary-bright), var(--socila-primary));
    color: #ffffff;
    font-weight: 700;
    padding: 0.53rem 0.5rem;
    font-size: 0.92rem;
}

.home-action-btn:hover,
.home-action-btn:focus {
    filter: brightness(0.95);
}

.home-metrics {
    margin-top: 0.78rem;
    background: var(--socila-primary-bright);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: center;
    gap: 0.35rem;
    padding: 0.66rem 0.5rem 0.72rem;
}

.home-metric strong {
    display: inline-block;
    font-size: clamp(1.9rem, 6.2vw, 2.45rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.home-metric__top {
    margin: 0;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
    line-height: 1;
}

.home-metric__top small {
    font-size: clamp(0.72rem, 2.8vw, 1.02rem);
    font-weight: 700;
    text-transform: lowercase;
}

.home-metric span {
    display: block;
    margin-top: 0.15rem;
    font-size: clamp(0.68rem, 2.65vw, 0.92rem);
    line-height: 1.2;
    font-weight: 700;
}

.home-hero__brand,
.home-hero__title,
.home-search-form,
.home-metrics {
    animation: homeFadeUp 620ms ease both;
}

.home-hero__title {
    animation-delay: 80ms;
}

.home-search-form {
    animation-delay: 140ms;
}

.home-metrics {
    animation-delay: 180ms;
}

@keyframes homeFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.socila-hero {
    border-radius: 1rem;
    background: linear-gradient(160deg, #ffffff 0%, #f7f2f5 100%);
    border: 1px solid var(--socila-border);
}

.socila-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--socila-primary);
}

.socila-title {
    font-size: clamp(1.55rem, 5vw, 2.35rem);
    line-height: 1.2;
    font-weight: 700;
}

.socila-subtitle {
    color: var(--socila-muted);
}

.socila-search-panel {
    border-radius: 0.9rem;
    background: var(--socila-surface);
    border: 1px solid var(--socila-border);
}

.form-control {
    border-color: var(--socila-border);
}

.form-control:focus {
    border-color: rgba(177, 15, 90, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(177, 15, 90, 0.14);
}

.socila-store-card {
    border-radius: 0.9rem;
    background: var(--socila-surface);
    border: 1px solid var(--socila-border);
}

.socila-empty-state {
    border-radius: 0.9rem;
    border: 1px dashed var(--socila-border);
    background: var(--socila-surface);
    padding: 1rem;
}

.btn-primary {
    background-color: var(--socila-primary);
    border-color: var(--socila-primary);
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--socila-primary-dark);
    border-color: var(--socila-primary-dark);
}

.socila-store-detail {
    background: var(--socila-surface);
    border: 1px solid var(--socila-border);
    border-radius: 1rem;
    overflow: hidden;
}

.socila-store-detail__head {
    background: linear-gradient(180deg, #ffffff 0%, #f9f4f6 100%);
    border-bottom: 1px solid var(--socila-border);
}

.socila-info-block {
    border: 1px solid var(--socila-border);
    border-radius: 0.8rem;
    padding: 0.85rem 1rem;
    background: #fff;
}

.socila-btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    font-weight: 600;
}

.socila-btn-whatsapp:hover,
.socila-btn-whatsapp:focus {
    background: #1faa52;
    border-color: #1faa52;
    color: #ffffff;
}

.socila-back-link {
    display: inline-flex;
    color: var(--socila-muted);
    text-decoration: none;
    font-size: 0.92rem;
}

.socila-back-link:hover {
    color: var(--socila-primary);
}

.socila-footer {
    border-top: 1px solid var(--socila-border);
    background: #ffffff;
}

.socila-footer a {
    text-decoration: none;
}

.home-page .socila-footer.mt-5 {
    margin-top: 0 !important;
}

.sobre-main {
    background:
        radial-gradient(circle at 80% 20%, rgba(239, 43, 144, 0.08), transparent 34%),
        radial-gradient(circle at 12% 64%, rgba(177, 15, 90, 0.08), transparent 36%);
}

.sobre-hero,
.sobre-section {
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid var(--socila-border);
    box-shadow: 0 10px 28px rgba(24, 22, 27, 0.07);
}

.sobre-hero {
    overflow: hidden;
}

.sobre-hero-grid {
    display: grid;
    gap: 1rem;
}

.sobre-hero-media {
    position: relative;
    min-height: 190px;
    border-radius: 0.9rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.sobre-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sobre-hero-media__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, rgba(30, 20, 30, 0.1) 0%, rgba(30, 20, 30, 0.78) 100%);
    z-index: 1;
}

.sobre-hero-media__badges {
    position: absolute;
    z-index: 2;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    display: grid;
    gap: 0.45rem;
}

.sobre-hero-media__badges span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(239, 43, 144, 0.86);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    width: fit-content;
}

.sobre-kicker {
    color: var(--socila-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sobre-hero h1,
.sobre-section h2 {
    color: #20141c;
    font-weight: 800;
}

.sobre-section h2 {
    position: relative;
    padding-bottom: 0.6rem;
}

.sobre-section h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--socila-primary), var(--socila-primary-bright));
}

.sobre-section h3 {
    font-size: 1.06rem;
    margin-bottom: 0.4rem;
    color: #2a1b25;
    font-weight: 800;
}

.sobre-section p {
    color: #3f3a42;
    line-height: 1.6;
}

.sobre-highlights,
.sobre-pillars {
    display: grid;
    gap: 0.9rem;
}

.sobre-highlight-item,
.sobre-pillar-item {
    border: 1px solid var(--socila-border);
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(165deg, #fff 0%, #fdf8fb 100%);
    position: relative;
    overflow: hidden;
}

.sobre-highlight-item::before,
.sobre-pillar-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--socila-primary), var(--socila-primary-bright));
}

.sobre-highlight-item p,
.sobre-pillar-item p {
    margin: 0;
}

.sobre-quote {
    margin: 0;
    border-left: 4px solid var(--socila-primary-bright);
    border-radius: 0.65rem;
    padding: 0.85rem 1rem;
    background: #fff4fb;
    color: #67284a;
    font-weight: 700;
    line-height: 1.6;
}

[data-search-results] {
    scroll-margin-top: 90px;
}

@media (min-width: 992px) {
    .socila-menu-toggle {
        display: none;
    }

    .socila-nav {
        display: flex;
        width: auto;
        padding-top: 0;
        flex-direction: row;
        align-items: center;
        gap: 1.25rem;
        overflow-x: visible;
        white-space: nowrap;
    }

    .socila-nav a {
        color: var(--socila-muted);
    }

    .socila-nav a:hover {
        color: var(--socila-primary);
    }

    .home-page .socila-nav a {
        color: #f2f2f2;
    }

    .home-page .socila-nav a:hover {
        color: #ffffff;
    }

    .home-main {
        min-height: auto;
    }

    .home-hero {
        min-height: 94vh;
    }

    .home-hero__content {
        max-width: 520px;
    }

    .home-hero__brand {
        width: min(440px, 75%);
    }

    .home-hero__title {
        white-space: normal;
        font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    }

    .home-search-form {
        padding: 0 0.8rem;
    }

    .sobre-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sobre-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sobre-hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: center;
        gap: 1.4rem;
    }

    .sobre-hero-media {
        min-height: 260px;
    }
}
