:root {
    --red: #ef233c;
    --red-dark: #c9152e;
    --green: #10a54a;
    --yellow: #ffd400;
    --orange: #ff7a00;
    --lime: #b7e20a;
    --ink: #202020;
    --cream: #fffaf1;
    --white: #fff;
    --muted: #666;
    --radius: 28px;
    --shadow: 0 22px 60px rgba(39, 25, 0, .14)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

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

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 14px 0;
    transition: .3s
}

.site-header.scrolled {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    backdrop-filter: blur(15px)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px
}

.brand-looki {
    color: var(--red)
}

.brand-chiloos {
    color: var(--green);
    margin-left: 4px
}

.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 14px;
    font-weight: 700
}

.main-nav a {
    position: relative
}

.main-nav a:not(.nav-cta):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    background: var(--red);
    border-radius: 3px;
    transition: .3s
}

.main-nav a:hover:after {
    width: 100%
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--red);
    color: #fff
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #222;
    margin: 5px;
    border-radius: 2px
}

.hero-section {
    min-height: 780px;
    padding: 145px 0 115px;
    position: relative;
    display: flex;
    align-items: center;
    background-image: linear-gradient(120deg, rgba(255, 212, 0, .15), rgba(255, 122, 0, .12)), url('../img/site/bg-yellow.png');
    background-size: cover
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2
}

.eyebrow,
.section-kicker {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 800
}

.eyebrow {
    color: var(--red)
}

.hero-copy h1 {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(54px, 7vw, 96px);
    line-height: .9;
    margin: 14px 0 24px;
    letter-spacing: -4px
}

.hero-copy h1 span {
    display: block;
    color: var(--red)
}

.hero-lead {
    font-size: 18px;
    line-height: 1.75;
    max-width: 610px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    transition: .25s
}

.btn:hover {
    transform: translateY(-3px)
}

.btn-red {
    background: var(--red);
    color: #fff;
    box-shadow: 0 12px 30px rgba(239, 35, 60, .25)
}

.btn-outline {
    border: 2px solid #222
}

.btn-yellow {
    background: var(--yellow);
    color: #222
}

.hero-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 34px
}

.hero-tags span {
    background: #fff;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .07)
}

.hero-visual {
    position: relative;
    min-height: 540px
}

.logo-card {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: 320px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.logo-card img {
    width: 100%
}

.product-fan img {
    position: absolute;
    width: 240px;
    height: 340px;
    object-fit: cover;
    border: 8px solid white;
    border-radius: 28px;
    box-shadow: var(--shadow)
}

.fan-a {
    left: 0;
    bottom: 12px;
    transform: rotate(-9deg)
}

.fan-b {
    right: 0;
    bottom: 0;
    transform: rotate(9deg)
}

.fan-c {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(1deg);
    width: 225px !important
}

.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .28
}

.hero-blob-one {
    width: 280px;
    height: 280px;
    background: var(--red);
    right: -80px;
    top: 100px
}

.hero-blob-two {
    width: 180px;
    height: 180px;
    background: var(--green);
    left: -80px;
    bottom: 120px
}

.wave {
    position: absolute;
    left: -2%;
    width: 104%;
    height: 90px;
    pointer-events: none;
    background: #fff
}

.wave-bottom {
    bottom: -1px;
    clip-path: path('M0 34 C 180 95, 330 0, 510 52 S 850 98, 1100 35 S 1420 72, 1600 38 L1600 100 L0 100 Z')
}

.wave-top {
    top: -1px;
    transform: rotate(180deg);
    clip-path: path('M0 34 C 180 95, 330 0, 510 52 S 850 98, 1100 35 S 1420 72, 1600 38 L1600 100 L0 100 Z')
}

.section-white {
    padding: 115px 0
}

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.section-kicker {
    color: var(--red);
    margin: 0 0 10px
}

.about-copy h2,
.section-heading h2,
.presence-copy h2,
.benefits-title h2,
.contact-intro h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1;
    margin: 0 0 24px;
    letter-spacing: -2px
}

.about-copy>p,
.presence-copy>p,
.benefits-title>p {
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d
}

.text-red {
    color: var(--red)
}

.text-green {
    color: var(--green)
}

.about-stats {
    display: flex;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap
}

.about-stats div {
    background: var(--cream);
    padding: 16px 18px;
    border-radius: 18px;
    min-width: 125px
}

.about-stats strong {
    display: block;
    font-family: 'Fredoka';
    font-size: 24px;
    color: var(--red)
}

.about-stats span {
    font-size: 11px;
    font-weight: 700
}

.photo-mosaic {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    grid-template-rows: 220px 220px;
    gap: 12px;
}

.photo-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px
}

.mosaic-tall {
    grid-row: 1/3
}

.products-section {
    position: relative;
    padding: 145px 0;
    background: linear-gradient(rgba(255, 104, 0, .9), rgba(238, 35, 60, .92)), url('../img/site/bg-orange.png') center/cover;
    color: #fff
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center
}

.section-heading.light .section-kicker {
    color: #10a54a;
}

.section-heading>p:last-child {
    line-height: 1.7
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.category-card {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(8px);
    padding: 28px;
    border-radius: 24px;
    transition: .3s
}

.category-card:hover {
    transform: translateY(-8px);
    background: #fff;
    color: #222
}

.category-card i {
    font-size: 28px;
    color: var(--yellow)
}

.category-card h3 {
    font-family: 'Fredoka';
    font-size: 22px;
    margin: 17px 0 10px
}

.category-card p {
    font-size: 13px;
    line-height: 1.7
}

.product-strip {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 34px;
    box-shadow: 0 22px 55px rgba(82, 24, 0, .22)
}

.presence-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center
}

.presence-image {
    position: relative
}

.presence-image img {
    border-radius: 34px;
    min-height: 600px;
    object-fit: cover;
    box-shadow: var(--shadow)
}

.location-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .14)
}

.location-badge i {
    color: var(--red);
    margin-right: 7px
}

.info-box {
    display: flex;
    gap: 18px;
    /* margin-top: 24px; */
    padding: 22px;
    padding-top: 0px;
    border-radius: 22px;
    background: var(--cream)
}

.info-box i {
    color: var(--red);
    font-size: 26px
}

.info-box h3 {
    margin: 0 0 8px;
    font-family: 'Fredoka';
    font-size: 22px
}

.info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7
}

/* AUDIENCE */
.audience-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--lime), var(--yellow));
    padding: 110px 0;
}


.audience-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.audience-card {
    min-height: 300px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.audience-card h3 {
    margin: 22px 0 0;
    font-size: 24px;
    color: var(--green);
}

.audience-face {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.audience-faces-two {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.audience-faces-two img {
    width: 105px;
    height: 105px;
    object-fit: contain;
}

.audience-blob {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .20);
}

.audience-blob-one {
    width: 300px;
    height: 300px;
    top: -130px;
    right: 5%;
}

.audience-blob-two {
    width: 220px;
    height: 220px;
    bottom: -90px;
    left: 2%;
}

.benefits-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.benefit-item {
    display: flex;
    gap: 18px;
    padding: 22px;
    border: 1px solid #eee;
    border-radius: 22px;
    transition: .25s
}

.benefit-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .08)
}

.benefit-item>span {
    font-family: 'Fredoka';
    font-size: 30px;
    color: var(--red)
}

.benefit-item h3 {
    font-family: 'Fredoka';
    margin: 2px 0 7px
}

.benefit-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #666
}

.section-dark {
    background: linear-gradient(120deg, #ffd400, #10a54a);
    color: #fff;
}



.featured-section {
    position: relative;
    padding: 150px 0 110px
}

.wave-yellow {
    background: white;
}

.featured-list {
    display: flex;
    flex-direction: column;
    gap: 55px
}

.featured-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center
}

.featured-product.reverse .featured-image {
    order: 2
}

.featured-image {
    background: linear-gradient(135deg, #ffd93d, #ff8c2b);
    border-radius: 36px;
    overflow: hidden;
    height: 480px
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-copy {
    padding: 20px
}

.product-number {
    font-family: 'Fredoka';
    font-size: 18px;
    color: var(--yellow)
}

.featured-copy h3 {
    font-family: 'Fredoka';
    font-size: 48px;
    margin: 8px 0 18px
}

.featured-copy p {
    color: #ffffff;
    line-height: 1.8
}

/* .retail-section {
    overflow: hidden
} */

/* RETAIL LOGOS FROM SLIDES 16-17 */
.retail-section {
    padding: 70px 0 90px;
    background: var(--white);
}

.retail-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: center;
}

.retail-grid img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding: 8px;
    border-radius: 14px;
    background: var(--white);
    transition: .25s ease;
}

.retail-grid img:hover {
    transform: translateY(-5px) scale(1.03);
}

.logo-marquee {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 22px 0;
    overflow: hidden
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: marquee 34s linear infinite
}

.logo-track img {
    width: 140px;
    height: 80px;
    object-fit: contain;
    /* filter: grayscale(1); */
    /* opacity: .7; */
    transition: .3s
}

.logo-track img:hover {
    filter: none;
    opacity: 1
}

.contact-section {
    position: relative;
    padding: 145px 0 60px;
    background: linear-gradient(130deg, var(--red), #ff7b00);
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 65px;
    align-items: start
}

.contact-intro .section-kicker {
    color: var(--yellow)
}

.contact-intro p {
    line-height: 1.8
}

.contact-cards {
    display: grid;
    gap: 16px
}

.contact-cards article {
    background: #fff;
    color: #222;
    padding: 24px;
    border-radius: 25px;
    display: flex;
    gap: 18px
}

.contact-cards i {
    font-size: 28px;
    color: var(--red)
}

.contact-cards span {
    font-size: 10px;
    font-weight: 800;
    color: var(--red);
    letter-spacing: .14em
}

.contact-cards h3 {
    margin: 4px 0 9px;
    font-family: 'Fredoka';
    font-size: 21px
}

.contact-cards a {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 45px
}

.social-row>span {
    font-weight: 800;
    margin-right: 10px
}

.social-row a {
    width: 42px;
    height: 42px;
    background: #fff;
    color: var(--red);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: .25s
}

.social-row a:hover {
    transform: translateY(-4px)
}

.site-footer {
    background: #10a54a;
    color: #ffffff;
    padding: 22px 0;
    font-size: 12px;
}

.footer-inner {
    display: flex;
    justify-content: center;
    gap: 20px
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

.reveal-delay-sm {
    transition-delay: .1s
}

.reveal-delay {
    transition-delay: .18s
}

.reveal-delay-lg {
    transition-delay: .28s
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

@media(max-width:991px) {
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: min(330px, 82vw);
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 35px;
        box-shadow: -20px 0 60px rgba(0, 0, 0, .14);
        transition: .35s
    }

    .main-nav.open {
        right: 0
    }

    .menu-toggle {
        display: block;
        z-index: 2
    }

    .hero-grid,
    .about-grid,
    .presence-grid,
    .benefits-layout,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .hero-section {
        padding-top: 120px
    }

    .hero-visual {
        min-height: 500px;
        max-width: 620px;
        width: 100%;
        margin: auto
    }

    .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .featured-product {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .featured-product.reverse .featured-image {
        order: 0
    }

    .featured-image {
        height: 430px
    }

    .photo-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 180px 180px;
    }

    .presence-image img {
        min-height: 460px;
        width: 100%
    }
}

@media(max-width:767px) {
    .container {
        width: min(100% - 28px, 1180px)
    }

    .retail-grid img {
        height: 90px;
    }

    .retail-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
        align-items: center;
    }

    .site-header {
        padding: 10px 0
    }

    .hero-section {
        min-height: auto;
        padding: 105px 0 120px
    }

    .hero-grid {
        gap: 25px
    }

    .hero-copy h1 {
        font-size: 58px;
        letter-spacing: -3px
    }

    .hero-lead {
        font-size: 15px
    }

    .hero-actions {
        flex-direction: column
    }

    .btn {
        width: 100%
    }

    .hero-visual {
        min-height: 430px
    }

    .logo-card {
        width: 230px
    }

    .product-fan img {
        width: 175px;
        height: 245px;
        border-width: 5px
    }

    .fan-c {
        width: 165px !important
    }

    .section-white {
        padding: 80px 0
    }

    .about-copy h2,
    .section-heading h2,
    .presence-copy h2,
    .benefits-title h2,
    .contact-intro h2 {
        font-size: 43px
    }

    .about-stats {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .photo-mosaic {
        grid-template-rows: 170px 170px
    }

    .category-grid,
    .audience-grid,
    .benefits-grid {
        grid-template-columns: 1fr
    }

    .products-section {
        padding: 120px 0
    }

    .product-strip {
        height: 180px
    }

    .presence-image img {
        min-height: 360px
    }

    .audience-section {
        padding: 110px 0 75px
    }

    .audience-card {
        min-height: 190px
    }

    .benefit-item {
        padding: 18px
    }

    .featured-section {
        padding: 125px 0 75px
    }

    .featured-list {
        gap: 38px
    }

    .featured-image {
        height: 330px
    }

    .featured-copy {
        padding: 5px
    }

    .featured-copy h3 {
        font-size: 38px
    }

    /* .retail-section {
        padding-bottom: 70px
    } */

    .logo-track {
        gap: 35px
    }

    .logo-track img {
        width: 110px;
        height: 65px
    }

    .contact-section {
        padding: 120px 0 45px
    }

    .contact-cards article {
        padding: 19px
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .wave {
        height: 65px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .logo-track {
        animation: none
    }
}

/* ==========================================================
   SECCIÓN - LA EXPLOSIÓN DEL SABOR
========================================================== */

.looki-flavor-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 115px 20px 150px;
    isolation: isolate;
}


/* ==========================================================
   CONTENEDOR
========================================================== */

.looki-flavor-container {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;
}


/* ==========================================================
   ENCABEZADO
========================================================== */

.looki-flavor-heading {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}


.looki-flavor-kicker {
    display: inline-block;

    margin-bottom: 13px;

    color: #f1262d;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;

    text-transform: uppercase;
}


.looki-flavor-heading h2 {
    margin: 0;

    color: #262626;

    font-size: clamp(42px, 5vw, 60px);
    font-weight: 900;
    line-height: 1;

    letter-spacing: -2px;
}


.looki-flavor-subtitle {
    position: relative;

    display: inline-block;

    margin: 22px 0 0;

    color: #f28a00;

    font-size: 20px;
    font-weight: 700;
}


/* línea decorativa */

.looki-flavor-subtitle::after {
    content: "";

    display: block;

    width: 65px;
    height: 4px;

    margin: 12px auto 0;

    background: linear-gradient(90deg,
            #ffcf00,
            #ff7a00,
            #f1262d);

    border-radius: 50px;
}


/* ==========================================================
   GRID PRINCIPAL
========================================================== */

.looki-flavor-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.95fr) minmax(0, 1.15fr);

    gap: 75px;

    align-items: center;
}


/* ==========================================================
   TARJETA DE TEXTO
========================================================== */

.looki-flavor-content {
    position: relative;
    z-index: 3;
}


.looki-flavor-text-card {
    position: relative;

    padding: 50px 50px 45px;

    background: #fff;

    border-radius: 30px;

    box-shadow:
        0 20px 60px rgba(65, 36, 0, 0.10);

    border:
        1px solid rgba(255, 172, 0, 0.16);

    animation:
        lookiFlavorFadeUp 0.9s ease both;
}


/* barra superior */


.looki-flavor-mini-title {
    display: block;

    margin-bottom: 22px;

    color: #f1262d;

    font-size: 14px;
    font-weight: 900;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.looki-flavor-text-card p {
    margin: 0;

    color: #454545;

    font-size: 18px;
    line-height: 1.85;
}


.looki-flavor-text-card strong {
    color: #e31f2b;
    font-weight: 800;
}


.looki-brand-name {
    color: #00a450 !important;
}


/* texto final */

.looki-flavor-text-card .looki-flavor-highlight {
    position: relative;

    margin-top: 28px;
    padding-top: 25px;

    color: #252525;

    font-size: 21px;
    font-weight: 800;
    line-height: 1.45;
}





/* ==========================================================
   COLLAGE
========================================================== */

.looki-flavor-gallery {
    position: relative;

    display: grid;

    grid-template-columns:
        0.92fr 1.25fr;

    grid-template-rows:
        225px 310px;

    gap: 14px;

    min-height: 550px;

    animation:
        lookiFlavorFadeRight 1s ease both;
}


/* ==========================================================
   IMÁGENES
========================================================== */

.looki-flavor-photo {
    position: relative;

    overflow: hidden;

    border-radius: 28px;

    background: #f5f5f5;

    box-shadow:
        0 18px 42px rgba(65, 32, 0, 0.15);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}


.looki-flavor-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.looki-flavor-photo:hover {
    transform:
        translateY(-7px);

    box-shadow:
        0 25px 50px rgba(65, 32, 0, 0.20);
}


.looki-flavor-photo:hover img {
    transform: scale(1.06);
}


/* ==========================================================
   POSICIÓN DE FOTOS
========================================================== */

/* B-Zok */

.looki-photo-bzok {
    grid-column: 1;
    grid-row: 1;

    border-radius:
        55px 22px 22px 22px;
}


/* Mango */

.looki-photo-mango {
    grid-column: 2;
    grid-row: 1 / span 2;

    border-radius:
        22px 60px 22px 22px;
}


/* Sandía */

.looki-photo-sandia {
    grid-column: 1;
    grid-row: 2;

    height: 100%;
}


/* Maraka superpuesta */

.looki-photo-maraka {
    position: absolute;

    width: 220px;
    height: 170px;

    right: 28px;
    bottom: -55px;

    z-index: 5;

    border:
        7px solid #fff;

    border-radius:
        25px 25px 55px 25px;

    transform:
        rotate(-3deg);
}


.looki-photo-maraka:hover {
    transform:
        rotate(0deg) translateY(-6px);
}


/* ==========================================================
   DECORACIÓN NARANJA SUPERIOR
========================================================== */

.looki-flavor-wave {
    position: absolute;

    z-index: 0;

    pointer-events: none;
}


.looki-flavor-wave-top {
    top: -70px;
    left: -95px;

    width: 380px;
    height: 290px;

    background:
        url("../img/fondo-onda-naranja.png") center / cover no-repeat;

    border-radius:
        0 0 48% 55%;

    transform:
        rotate(-4deg);
}


/* ==========================================================
   CÍRCULOS DECORATIVOS
========================================================== */

.looki-flavor-circle {
    position: absolute;

    z-index: 0;

    border-radius: 50%;

    pointer-events: none;
}


.looki-flavor-circle-one {
    width: 250px;
    height: 250px;

    right: -105px;
    top: 90px;

    background:
        rgba(255, 198, 0, 0.16);
}


.looki-flavor-circle-two {
    width: 90px;
    height: 90px;

    left: 9%;
    bottom: 100px;

    background:
        rgba(238, 38, 50, 0.08);
}


/* ==========================================================
   ONDA INFERIOR
========================================================== */

.looki-flavor-bottom-wave {
    position: absolute;

    left: 0;
    bottom: -1px;

    width: 100%;

    line-height: 0;

    z-index: 1;
}


.looki-flavor-bottom-wave svg {
    display: block;

    width: 100%;
    height: 110px;
}


.looki-flavor-bottom-wave path {
    fill: #fff1d2;
}


/* ==========================================================
   ANIMACIONES
========================================================== */

@keyframes lookiFlavorFadeUp {

    from {
        opacity: 0;
        transform:
            translateY(40px);
    }

    to {
        opacity: 1;
        transform:
            translateY(0);
    }

}


@keyframes lookiFlavorFadeRight {

    from {
        opacity: 0;
        transform:
            translateX(45px);
    }

    to {
        opacity: 1;
        transform:
            translateX(0);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .looki-flavor-section {
        padding:
            90px 25px 135px;
    }


    .looki-flavor-grid {
        grid-template-columns:
            1fr;

        gap: 55px;
    }


    .looki-flavor-content {
        max-width: 720px;

        margin: 0 auto;
    }


    .looki-flavor-gallery {
        width: 100%;
        max-width: 720px;

        margin: 0 auto;

        min-height: 530px;
    }


    .looki-flavor-wave-top {
        width: 300px;
        height: 220px;
    }

}


/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 767px) {

    .looki-flavor-section {
        padding:
            80px 18px 110px;
    }


    .looki-flavor-heading {
        margin-bottom: 40px;
    }


    .looki-flavor-heading h2 {
        font-size: 42px;

        letter-spacing: -1px;
    }


    .looki-flavor-subtitle {
        font-size: 17px;
    }


    /* Texto */

    .looki-flavor-text-card {
        padding:
            40px 27px 35px;

        border-radius: 24px;
    }


    .looki-flavor-text-card p {
        font-size: 16px;
        line-height: 1.75;
    }


    .looki-flavor-text-card .looki-flavor-highlight {
        font-size: 19px;
    }


    /* Galería */

    .looki-flavor-gallery {
        display: grid;

        grid-template-columns:
            1fr 1fr;

        grid-template-rows:
            210px 255px auto;

        gap: 10px;

        min-height: auto;
    }


    .looki-photo-bzok {
        grid-column: 1;
        grid-row: 1;

        border-radius:
            35px 16px 16px 16px;
    }


    .looki-photo-mango {
        grid-column: 2;
        grid-row: 1 / span 2;

        border-radius:
            16px 35px 16px 16px;
    }


    .looki-photo-sandia {
        grid-column: 1;
        grid-row: 2;
    }


    .looki-photo-maraka {
        position: relative;

        grid-column:
            1 / span 2;

        width: 72%;
        height: 185px;

        right: auto;
        bottom: auto;

        margin:
            -25px auto 0;

        transform:
            rotate(-2deg);
    }


    .looki-flavor-wave-top {
        width: 230px;
        height: 180px;

        left: -100px;
        top: -65px;

        opacity: 0.8;
    }


    .looki-flavor-circle-one {
        width: 170px;
        height: 170px;

        right: -90px;
    }


    .looki-flavor-bottom-wave svg {
        height: 75px;
    }

}


/* ==========================================================
   CELULARES PEQUEÑOS
========================================================== */

@media (max-width: 480px) {

    .looki-flavor-heading h2 {
        font-size: 36px;
    }


    .looki-flavor-gallery {
        grid-template-rows:
            180px 225px auto;
    }


    .looki-photo-maraka {
        width: 85%;
        height: 160px;
    }

}


/* ==========================================================
   ACCESIBILIDAD
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .looki-flavor-text-card,
    .looki-flavor-gallery {
        animation: none;
    }


    .looki-flavor-photo,
    .looki-flavor-photo img {
        transition: none;
    }

}

.featured-copy strong {
    display: block;
    margin-top: 24px;
    font-family: 'Fredoka';
    font-size: 24px;
    color: #ffd760;
}

.social-row a {
    width: 45px;
    height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 19px;

    transition: all 0.3s ease;
}


/* Facebook */
.social-facebook {
    background: #1877F2 !important;
    color: #fff !important;
}


/* Instagram */
.social-instagram {
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5) !important;
    color: #fff !important;
}


/* Sitio web */
.social-web {
    background: #00A651 !important;
    color: #fff !important;
}


/* Teléfono */
.social-phone {
    background: #E5252A !important;
    color: #fff !important;
}


/* Amazon */
.social-amazon {
    background: #FF9900 !important;
    color: #111 !important;
}


/* Mercado Libre */
.social-mercadolibre {
    background: #FFE600 !important;
    color: #2D3277 !important;
}


/* Hover general */
.social-row a:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

/* =====================================================
   CONTACTO - NUEVA DISTRIBUCIÓN
===================================================== */

.contact-main-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}


/* =====================================================
   TEXTO IZQUIERDO
===================================================== */

.contact-main-layout .contact-intro {
    max-width: 520px;
}

.contact-main-layout .contact-intro h2 {
    margin-bottom: 20px;
}

.contact-main-layout .contact-intro>p:last-of-type {
    max-width: 480px;
    line-height: 1.8;
}


/* =====================================================
   REDES
===================================================== */

.contact-social-row {
    margin-top: 35px;
}

.contact-social-row>span {
    display: block;

    margin-bottom: 14px;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.contact-social-icons {
    display: flex;
    align-items: center;

    gap: 11px;

    flex-wrap: wrap;
}


.contact-social-icons a {
    width: 43px;
    height: 43px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 17px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.contact-social-icons a:hover {
    transform: translateY(-4px);

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.18);
}


/* COLORES */

.social-facebook {
    background: #1877F2;
    color: #fff;
}

.social-instagram {
    background:
        linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
    color: #fff;
}

.social-web {
    background: #00A651;
    color: #fff;
}

.social-phone {
    background: #e5252a;
    color: #fff;
}

.social-amazon {
    background: #ff9900;
    color: #111;
}

.social-mercadolibre {
    background: #ffe600;
    color: #2d3277;
}


/* =====================================================
   FORMULARIO DERECHO
===================================================== */

.contact-form-side {
    width: 100%;
}


.contact-mini-form {
    width: 100%;

    padding: 32px 35px;

    background: rgba(255, 255, 255, 0.97);

    border-radius: 25px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10);
}


.contact-form-heading {
    margin-bottom: 22px;
}


.contact-form-heading span {
    display: block;

    margin-bottom: 4px;

    color: #ef233c;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.contact-form-heading h3 {
    margin: 0;

    color: #222;

    font-size: 27px;
    font-weight: 800;
}


/* CAMPOS */

.contact-form-group {
    margin-bottom: 15px;
}


.contact-form-group label {
    display: block;

    margin-bottom: 6px;

    color: #333;

    font-size: 13px;
    font-weight: 700;
}


.contact-input-wrap {
    position: relative;
}


.contact-input-wrap>i {
    position: absolute;

    left: 16px;
    top: 50%;

    transform: translateY(-50%);

    color: #f28a00;

    font-size: 15px;
}


.contact-input-wrap input,
.contact-input-wrap textarea {
    width: 100%;

    border: 1px solid #dedede;

    background: #fafafa;

    color: #333;

    border-radius: 13px;

    font-family: inherit;
    font-size: 14px;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.contact-input-wrap input {
    height: 47px;

    padding:
        0 15px 0 44px;
}


.contact-input-wrap textarea {
    min-height: 100px;

    padding:
        14px 15px 14px 44px;

    resize: vertical;
}


.contact-textarea-wrap>i {
    top: 17px;

    transform: none;
}


.contact-input-wrap input:focus,
.contact-input-wrap textarea:focus {
    border-color: #f28a00;

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(242, 138, 0, 0.10);
}


/* BOTÓN */

.contact-form-button {
    margin-top: 5px;

    text-align: right;
}


.contact-form-button button {
    border: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 12px 22px;

    border-radius: 50px;

    background:
        linear-gradient(135deg,
            #f28a00,
            #ef233c);

    color: #fff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.contact-form-button button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 24px rgba(239, 35, 60, 0.25);
}


/* =====================================================
   CONTACTOS ABAJO
===================================================== */

.contact-bottom-cards {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 25px;

    margin-top: 55px;
}


.contact-bottom-cards article {
    display: flex;
    align-items: center;

    gap: 20px;

    padding: 26px 30px;

    background: #fff;

    border-radius: 22px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.09);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.contact-bottom-cards article:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.13);
}


/* ICONO */

.contact-card-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background:
        linear-gradient(135deg,
            #ff8a00,
            #ef233c);

    color: #fff;

    font-size: 20px;
}


/* TEXTO */

.contact-bottom-cards span {
    display: block;

    margin-bottom: 5px;

    color: #ef233c;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;
}


.contact-bottom-cards h3 {
    margin:
        0 0 5px;

    color: #222;

    font-size: 18px;
}


.contact-bottom-cards a {
    display: block;

    color: #555;

    font-size: 14px;

    text-decoration: none;

    transition: color 0.3s ease;
}


.contact-bottom-cards a:hover {
    color: #ef233c;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .contact-main-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .contact-main-layout .contact-intro {
        max-width: 650px;
    }


    .contact-form-side {
        max-width: 700px;
    }


    .contact-bottom-cards {
        margin-top: 40px;
    }

}


/* =====================================================
   CELULAR
===================================================== */

@media (max-width: 767px) {

    .contact-main-layout {
        gap: 30px;
    }


    .contact-social-row {
        margin-top: 25px;
    }


    .contact-mini-form {
        padding:
            25px 20px;

        border-radius: 20px;
    }


    .contact-form-heading h3 {
        font-size: 22px;
    }


    .contact-form-button button {
        width: 100%;
    }


    .contact-bottom-cards {
        grid-template-columns: 1fr;

        gap: 15px;

        margin-top: 30px;
    }


    .contact-bottom-cards article {
        padding: 22px 20px;
    }

    .contact-bottom-cards article {
        display: flow;

        
    }

    .hero-blob-one {
            display: none !important;
        }

        .contact-card-icon {
    
    margin-bottom: 10px;
}

}

.secam{
    color:#ff7a00 !important;
}

.colverd{
    color:#00a450 !important;
}





/* ==============================
   ONDA INFERIOR HERO
============================== */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bottom-wave {
    position: absolute;

    left: 0;
    right: 0;
    bottom: -1px;

    width: 100%;
    height: 110px;

    z-index: 3;

    line-height: 0;

    pointer-events: none;
}


.hero-bottom-wave svg {
    display: block;

    width: 100%;
    height: 100%;
}


.hero-bottom-wave path {
    fill: #fff;
}

/* ==============================
   ONDA SUPERIOR
============================== */

.section-top-wave {
    position: absolute;

    top: -1px;
    left: 0;
    right: 0;

    width: 100%;
    height: 110px;

    z-index: 3;

    line-height: 0;
    pointer-events: none;
}


.section-top-wave svg {
    display: block;

    width: 100%;
    height: 100%;
}


.section-top-wave path {
    fill: #fff;
}