:root {
    --bg: #ff3f93;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: #fffafd;
    --surface-soft: #ffd1e3;
    --text: #3f1027;
    --muted: #7e3957;
    --line: rgba(148, 18, 82, 0.18);
    --primary: #c2185b;
    --primary-dark: #8e1243;
    --accent: #ff9ec6;
    --accent-soft: rgba(255, 158, 198, 0.34);
    --shadow: 0 20px 50px rgba(120, 12, 63, 0.18);
    --radius-lg: 32px;
    --radius-md: 24px;
    --radius-sm: 18px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 214, 232, 0.26), transparent 20%),
        radial-gradient(circle at right center, rgba(255, 170, 210, 0.24), transparent 18%),
        linear-gradient(180deg, #ff66ab 0%, var(--bg) 46%, #ff2f86 100%);
    line-height: 1.6;
}

img,
video {
    display: block;
    max-width: 100%;
}

button,
a {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 2rem));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(20px);
    background: rgba(255, 239, 247, 0.78);
    border-bottom: 1px solid rgba(148, 18, 82, 0.12);
}

.header-inner,
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 86px;
}

.brand {
    text-decoration: none;
    color: var(--text);
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand strong,
.footer-brand,
h1,
h2,
h3 {
    font-family: "Cormorant Garamond", serif;
}

.brand strong,
.footer-brand {
    font-size: 2rem;
    line-height: 1;
}

.brand-kicker,
.eyebrow,
.category-topline span,
.product-category,
.hero-panel-label,
.hero-panel-body span,
.stat-pill span,
.results-text,
.footer-text {
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.main-nav {
    display: flex;
    gap: 1.5rem;
}

.header-cta-group,
.footer-cta-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.main-nav a {
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
}

.cta-whatsapp,
.cta-instagram,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cta-whatsapp:hover,
.cta-instagram:hover,
.btn:hover,
.link-button:hover {
    transform: translateY(-2px);
}

.cta-instagram {
    padding: 0.9rem 1.25rem;
    background: linear-gradient(135deg, #833ab4, #e1306c, #f77737);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(225, 48, 108, 0.24);
}

.cta-whatsapp {
    padding: 0.9rem 1.35rem;
    background: #1a9c61;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(26, 156, 97, 0.22);
}

.hero {
    padding: 4rem 0 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.category-card,
.product-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: clamp(2rem, 4vw, 4rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, rgba(255, 248, 252, 0.94), rgba(255, 222, 236, 0.92));
}

.hero-copy h1 {
    font-size: clamp(3rem, 5.5vw, 5.3rem);
    line-height: 0.95;
    margin: 0.8rem 0 1rem;
}

.hero-text,
.section-heading p,
.category-content p,
.product-description,
.hero-panel-body p,
.footer-text {
    color: var(--muted);
    font-size: 1rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.btn {
    border: 0;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-weight: 800;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 18px 30px rgba(166, 59, 103, 0.24);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: var(--text);
    border: 1px solid var(--line);
}

.btn-block {
    width: 100%;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.stat-pill {
    min-width: 140px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(148, 18, 82, 0.12);
}

.stat-pill strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.hero-panel {
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(113, 14, 59, 0.96), rgba(194, 24, 91, 0.9));
    color: #fff;
    min-height: 100%;
}

.hero-panel-label {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.hero-panel-media {
    overflow: hidden;
    border-radius: calc(var(--radius-lg) - 10px);
    aspect-ratio: 4 / 5;
    background: rgba(255, 255, 255, 0.12);
}

.hero-media,
.category-media,
.product-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-panel-body {
    padding: 1.25rem 0.35rem 0.35rem;
}

.hero-panel-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.section {
    padding: 2rem 0 5rem;
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 242, 248, 0.24), rgba(255, 202, 226, 0.7));
}

.section-heading {
    max-width: 740px;
    margin-bottom: 2rem;
}

.section-heading-inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    max-width: none;
}

.section-heading h2 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.95;
    margin: 0.5rem 0 0.75rem;
}

.categories-grid,
.products-grid {
    display: grid;
    gap: 1.5rem;
}

.categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.category-card {
    text-align: left;
    background: var(--surface);
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(14px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover,
.category-card.active {
    transform: translateY(-6px);
    border-color: rgba(216, 90, 141, 0.38);
}

.category-media-wrap {
    aspect-ratio: 4 / 5;
    background: var(--surface-soft);
}

.category-content {
    padding: 1.25rem;
}

.category-topline {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
}

.category-content h3,
.product-card h3 {
    font-size: 2rem;
    line-height: 0.95;
    margin-bottom: 0.7rem;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.filter-chip,
.link-button {
    border: 1px solid var(--line);
    background: rgba(255, 244, 249, 0.72);
    color: var(--text);
    border-radius: 999px;
    cursor: pointer;
}

.filter-chip {
    padding: 0.8rem 1rem;
    font-weight: 700;
}

.filter-chip.active {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-color: transparent;
}

.collection-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.link-button {
    padding: 0.75rem 1rem;
    font-weight: 700;
}

.products-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.product-card {
    background: rgba(255, 245, 250, 0.94);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.product-media-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    background: var(--surface-soft);
}

.media-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(104, 34, 66, 0.84);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.product-body {
    padding: 1.35rem;
}

.product-category {
    margin-bottom: 0.4rem;
}

.product-footer {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.size-field {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
}

.size-field span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.size-select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    outline: none;
}

.size-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.product-footer strong {
    font-size: 1.1rem;
}

.site-footer {
    padding: 1.5rem 0 2.5rem;
}

@media (max-width: 960px) {
    .header-inner,
    .footer-inner,
    .section-heading-inline,
    .collection-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .main-nav {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-cta-group,
    .footer-cta-group {
        justify-content: center;
    }

    .filters {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .site-header {
        position: static;
    }

    .container {
        width: min(var(--container), calc(100% - 1rem));
    }

    .hero {
        padding-top: 1rem;
    }

    .hero-copy,
    .hero-panel {
        border-radius: 24px;
    }

    .hero-actions,
    .hero-stats {
        flex-direction: column;
    }

    .btn,
    .cta-instagram,
    .cta-whatsapp,
    .filter-chip,
    .link-button {
        width: 100%;
    }

    .category-topline {
        flex-direction: column;
    }
}
