@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* MenoTech — Manual de Marca (jun/2026) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --vinho: #900A25;
    --vinho-brand: #960021;
    --vinho-hover: #7a0820;
    --nude: #F6EFE7;
    --creme: #FAF6F3;
    --coral: #FF6B6B;
    --grafite: #1A1A1A;
    --cinza: #595959;
    --card-rosado: #F4ECE8;
    --branco: #FFFFFF;

    --primary-color: var(--vinho);
    --primary-hover-color: var(--vinho-hover);
    --text-color: var(--grafite);
    --text-secondary: var(--cinza);
    --surface-tint: var(--nude);

    --vinho-rgb: 144, 10, 37;
    --grafite-rgb: 26, 26, 26;

    --font-serif: Georgia, 'Times New Roman', Times, serif;
    --font-sans: 'Manrope', Arial, Helvetica, sans-serif;
}

/* ── Tipografia ── */
body {
    font-family: var(--font-sans);
    color: var(--text-color);
    background: var(--creme);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.hero-section h1,
.page-hero h1 {
    font-family: var(--font-serif);
    color: var(--grafite);
}

.text-muted {
    color: var(--cinza) !important;
}

.eyebrow {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vinho);
    margin-bottom: 0;
}

.font-serif {
    font-family: var(--font-serif);
}

.bg-nude {
    background-color: var(--nude) !important;
}

.bg-creme {
    background-color: var(--creme) !important;
}

.text-primary {
    color: var(--vinho) !important;
}

/* ── Navbar ── */
.site-navbar {
    background: var(--branco);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(var(--vinho-rgb), 0.08);
}

.navbar-brand {
    color: var(--primary-color) !important;
    font-family: var(--font-serif);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.navbar-nav {
    margin: 0 auto;
    justify-content: center;
}

.navbar-nav .nav-link {
    color: var(--grafite);
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

.navbar .dropdown-menu.mega-menu {
    width: min(100%, 760px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    padding: 24px;
    border: 1px solid rgba(var(--vinho-rgb), 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-menu.mega-menu .dropdown-item {
    border-radius: 12px;
    transition: background 0.2s ease;
}

.navbar .dropdown-menu.mega-menu .dropdown-item:hover {
    background: rgba(var(--vinho-rgb), 0.08);
}

.navbar .dropdown-item {
    color: var(--primary-color);
    font-weight: 600;
    border: 1px solid rgba(var(--vinho-rgb), 0.1);
    background: rgba(255, 255, 255, 0.98);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.navbar .dropdown-item:hover {
    background: rgba(var(--vinho-rgb), 0.08);
    color: var(--primary-hover-color);
    transform: translateY(-1px);
}

.menu-item-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(var(--vinho-rgb), 0.08);
    color: var(--primary-color);
    font-size: 1rem;
}

.navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu.mega-menu .row {
    gap: 10px;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.mega-menu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        transform: none !important;
        margin-top: 0.75rem;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }

    .navbar .dropdown-menu.mega-menu .dropdown-item {
        padding: 0.95rem 1rem;
    }
}

/* ── Hero ── */
.hero-section,
.page-hero {
    background:
        radial-gradient(1200px circle at 15% 10%, rgba(var(--vinho-rgb), 0.12) 0%, rgba(var(--vinho-rgb), 0) 60%),
        linear-gradient(180deg, var(--nude) 0%, var(--creme) 70%);
    border-bottom: 1px solid rgba(var(--vinho-rgb), 0.1);
}

.hero-section {
    padding: 80px 0;
}

.page-hero {
    padding: 46px 0 34px;
}

.hero-section h1 {
    font-weight: 700;
    line-height: 1.05;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.hero-highlight {
    color: var(--primary-color);
    font-style: italic;
}

.hero-section a,
.page-hero a {
    color: var(--primary-color);
}

.hero-section .lead,
.page-hero .lead {
    color: var(--cinza);
}

/* ── Busca ── */
.search-box {
    background: linear-gradient(180deg, #f7f1f2 0%, #fffaf9 100%);
    border: 1px solid rgba(var(--vinho-rgb), 0.14);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 16px 38px rgba(var(--vinho-rgb), 0.12);
}

.search-actions {
    display: flex;
    align-items: stretch;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 8px;
}

.search-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.65rem;
}

.search-box select,
.search-box input {
    min-height: 56px;
    border: 1px solid rgba(var(--vinho-rgb), 0.18);
    padding: 12px 18px;
    border-radius: 14px;
    background: var(--branco);
    color: var(--primary-color);
    font-weight: 500;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.advanced-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.advanced-link-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 2px solid var(--primary-color);
    background: transparent;
    font-size: 1.05rem;
    padding: 12px 26px;
    min-width: 220px;
}

.advanced-link:hover {
    color: var(--primary-hover-color);
}

.search-submit-btn {
    min-height: 56px;
    min-width: 280px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(var(--vinho-rgb), 0.18);
}

.search-submit-btn i,
.advanced-link-button i {
    font-size: 1.05rem;
}

.search-box .form-select:focus,
.search-box .form-control:focus {
    border-color: rgba(var(--vinho-rgb), 0.38);
    box-shadow: 0 0 0 0.2rem rgba(var(--vinho-rgb), 0.12);
}

@media (max-width: 767px) {
    .search-box {
        padding: 20px;
        border-radius: 20px;
    }

    .search-submit-btn,
    .advanced-link-button {
        width: 100%;
        min-width: 0;
    }
}

.seal-explainer {
    margin-top: 18px;
    background: var(--card-rosado);
    border: 1px solid rgba(var(--vinho-rgb), 0.1);
    border-radius: 16px;
    padding: 16px 18px;
}

.seal-explainer img {
    width: 180px;
    height: 180px;
    flex: 0 0 auto;
    object-fit: contain;
    background: var(--branco);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 10px 24px rgba(var(--vinho-rgb), 0.12);
}

.seal-explainer p {
    margin: 0;
    color: var(--cinza);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

/* ── Botões ── */
.btn-primary-custom,
.btn-brand {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 40px;
    color: var(--branco);
    font-family: var(--font-sans);
    font-weight: 600;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active,
.btn-primary-custom:visited,
.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand:visited {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--branco);
}

/* ── Cards de profissionais ── */
.card-profissional {
    border: none;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    overflow: hidden;
    background: var(--branco);
}

.card-profissional:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card-profissional .card-title {
    font-family: var(--font-serif);
}

.selo-inline {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    object-fit: contain;
    background: var(--branco);
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 8px 18px rgba(var(--vinho-rgb), 0.12);
}

.selo-inline-lg {
    width: 80px;
    height: 80px;
}

.badge-soft {
    background: rgba(var(--vinho-rgb), 0.08);
    border: 1px solid rgba(var(--vinho-rgb), 0.14);
    color: var(--primary-color);
    font-weight: 500;
}

.meta-row {
    gap: 8px;
}

/* ── Contato ── */
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-chip:hover {
    transform: translateY(-1px);
}

.contact-chip.whatsapp {
    background: #25D366;
    color: var(--branco);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.2);
}

.contact-chip.email {
    background: #fff4f2;
    color: #EA4335;
    border: 1px solid rgba(234, 67, 53, 0.18);
}

.contact-chip.instagram {
    background: #fff0f5;
    color: #E4405F;
    border: 1px solid rgba(228, 64, 95, 0.18);
}

.contact-chip.site {
    background: #f2f7ff;
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.14);
}

.contact-chip.phone {
    background: var(--card-rosado);
    color: var(--vinho);
    border: 1px solid rgba(var(--vinho-rgb), 0.14);
}

/* Perfil: chips circulares */
.profile-page .contact-chip {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
}

.profile-page .contact-chip i {
    font-size: 1.25rem;
}

.profile-page .contact-actions {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 0;
}

.profile-page .contact-chip.email,
.profile-page .contact-chip.instagram,
.profile-page .contact-chip.site,
.profile-page .contact-chip.phone {
    background: var(--vinho);
    color: var(--branco);
    border: none;
}

.profile-page .contact-chip:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.contact-invite {
    color: var(--cinza);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 12px;
}

/* ── Seções ── */
.feature-card,
.dual-feature-card {
    background: var(--card-rosado);
    border-radius: 24px;
    border: 1px solid rgba(var(--vinho-rgb), 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    padding: 32px;
    height: 100%;
}

.feature-image-placeholder {
    min-height: 360px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(var(--vinho-rgb), 0.1), rgba(var(--vinho-rgb), 0.02));
    border: 1px dashed rgba(var(--vinho-rgb), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cinza);
    font-size: 1.05rem;
    text-align: center;
    padding: 24px;
    overflow: hidden;
}

.category-card {
    background: var(--branco);
    border-radius: 20px;
    border: 1px solid rgba(var(--vinho-rgb), 0.08);
    padding: 24px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.category-card .bi {
    font-size: 1.75rem;
    color: var(--coral);
    margin-bottom: 14px;
}

.category-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.category-card p {
    color: var(--cinza);
}

.carousel-controls {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.carousel-control-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(var(--vinho-rgb), 0.14);
    background: var(--branco);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(var(--vinho-rgb), 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.carousel-control-btn:hover {
    transform: translateY(-2px);
    background: rgba(var(--vinho-rgb), 0.08);
    box-shadow: 0 12px 22px rgba(var(--vinho-rgb), 0.12);
}

.category-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 4px 12px;
    scrollbar-width: none;
}

.category-carousel::-webkit-scrollbar {
    display: none;
}

.category-carousel-item {
    flex: 0 0 calc(25% - 18px);
    min-width: 260px;
    scroll-snap-align: start;
}

.category-carousel-item .category-card {
    height: 100%;
}

@media (max-width: 1199px) {
    .category-carousel-item {
        flex-basis: calc(33.333% - 16px);
    }
}

@media (max-width: 991px) {
    .category-carousel-item {
        flex-basis: calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .category-carousel-item {
        flex-basis: 88%;
        min-width: 88%;
    }
}

.platform-section {
    background:
        radial-gradient(900px circle at 20% 10%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, var(--vinho) 0%, var(--vinho-brand) 100%);
    padding: 70px 0;
    border-top: 1px solid rgba(var(--vinho-rgb), 0.35);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.platform-section .section-title {
    color: var(--branco) !important;
}

.platform-image-wrap {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

.platform-image {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 18px;
}

.platform-content {
    padding: 8px 10px;
}

.platform-section .eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

.platform-text {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    font-size: 1rem;
}

.platform-section .btn-outline-light {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.32);
}

.platform-section .btn-outline-light:hover,
.platform-section .btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--branco);
}

.dual-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-left: -12px;
    margin-right: -12px;
}

.dual-feature-row > .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .dual-feature-row > .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.dual-feature-card h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.dual-feature-card p {
    color: var(--cinza);
    line-height: 1.75;
}

.directory-info-section,
.category-section,
.dual-feature-section {
    padding: 80px 0;
}

.directory-info-section .section-title,
.category-section .section-title,
.dual-feature-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.directory-info-section .section-subtitle,
.category-section .section-subtitle,
.dual-feature-section .section-subtitle {
    color: var(--cinza);
    margin-bottom: 2rem;
    max-width: 620px;
}

.category-cta {
    margin-top: 30px;
}

.category-cta .btn {
    min-width: 220px;
}

.dual-feature-card .btn {
    margin-top: 20px;
}

.cta-section {
    background:
        radial-gradient(900px circle at 80% 0%, rgba(var(--vinho-rgb), 0.1) 0%, rgba(var(--vinho-rgb), 0) 55%),
        linear-gradient(180deg, var(--creme) 0%, var(--nude) 100%);
    padding: 60px 0;
    color: var(--text-color);
    margin-top: 60px;
    border-top: 1px solid rgba(var(--vinho-rgb), 0.08);
}

.cta-btn {
    border-radius: 10px;
    padding: 12px 40px;
}

/* ── Perfil ── */
.info-card {
    border: 1px solid rgba(var(--vinho-rgb), 0.1);
    border-radius: 16px;
    padding: 18px;
    background: var(--card-rosado);
}

.info-label {
    color: var(--cinza);
    font-size: 13px;
}

/* ── Busca avançada ── */
.sidebar-card {
    background: var(--branco);
    border: 1px solid rgba(var(--vinho-rgb), 0.1);
    border-radius: 18px;
    padding: 20px;
    position: sticky;
    top: 90px;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 14px;
    font-family: var(--font-sans);
}

.results-head {
    border-bottom: 1px solid rgba(var(--vinho-rgb), 0.08);
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.results-summary {
    color: var(--cinza);
}

.results-area.loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.pagination-brand .page-link {
    color: var(--primary-color);
    border-color: rgba(var(--vinho-rgb), 0.15);
    border-radius: 10px;
    margin: 0 4px;
}

.pagination-brand .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--branco);
}

.pagination-brand .page-item.disabled .page-link {
    color: rgba(var(--grafite-rgb), 0.35);
}

/* ── Footer ── */
.site-footer {
    background: #f7efe8;
    color: var(--grafite);
    padding: 72px 0 28px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(var(--vinho-rgb), 0.12);
    font-family: 'Roboto', Arial, sans-serif;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(var(--vinho-rgb), 0.03) 0%, transparent 45%, rgba(var(--vinho-rgb), 0.02) 100%);
    pointer-events: none;
}

.site-footer a {
    color: var(--vinho);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--vinho-hover);
}

.footer-brand-block {
    max-width: 360px;
}

.footer-brand-title {
    color: var(--vinho);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.footer-copy {
    color: var(--cinza);
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 0.98rem;
    font-family: "Roboto", sans-serif;
}

.footer-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(var(--vinho-rgb), 0.08);
    color: var(--vinho);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    background: rgba(var(--vinho-rgb), 0.12);
    color: var(--vinho-hover);
}


.footer-column-title {
    color: #960121;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a,
.footer-links span {
    color: var(--cinza);
    line-height: 1.6;
    font-size: 0.97rem;
    font-family: 'Roboto', Arial, sans-serif;
}

.footer-links a:hover {
    color: var(--vinho-hover);
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(var(--vinho-rgb), 0.08);
    color: var(--vinho);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-social-icons a:hover {
    transform: translateY(-2px);
    background: rgba(var(--vinho-rgb), 0.12);
    color: var(--vinho-hover);
}

.footer-social-icons svg {
    fill: currentColor;
}

.footer-bottom-bar {
    background-color: #ffffff;
    padding: 28px 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: var(--cinza);
    font-size: 0.95rem;
}

.footer-legal {
    border-top: 1px solid rgba(var(--vinho-rgb), 0.16);
    margin-top: 34px;
    padding-top: 20px;
    font-size: 0.95rem;
    color: var(--cinza);
    font-family: 'Roboto', Arial, sans-serif;
}

/* ── Admin ── */
.admin-navbar {
    background-color: var(--vinho) !important;
}

.admin-navbar .navbar-brand {
    font-family: var(--font-serif);
    color: var(--branco) !important;
}

.admin-page h2,
.admin-page h3 {
    font-family: var(--font-serif);
}

.admin-login-body {
    background:
        radial-gradient(900px circle at 20% 10%, rgba(var(--vinho-rgb), 0.14) 0%, rgba(var(--vinho-rgb), 0) 60%),
        linear-gradient(180deg, var(--nude) 0%, var(--creme) 70%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    background: var(--branco);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-card h2 {
    font-family: var(--font-serif);
    color: var(--vinho);
}

.crop-preview {
    width: 100%;
    height: 260px;
    background: var(--nude);
    border-radius: 12px;
    overflow: hidden;
}

.crop-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
