/* =========================================================
   TIENDA JOCHY - NOSOTROS Y CONTACTO
   ========================================================= */

.about-page,
.contact-page{
    overflow:hidden;
}

/* ---------- Hero compartido ---------- */
.about-hero,
.contact-hero{
    position:relative;
    padding:74px 0 82px;
    background:
        radial-gradient(circle at 82% 18%,rgba(230,38,146,.16),transparent 28%),
        radial-gradient(circle at 10% 86%,rgba(255,190,210,.22),transparent 26%),
        linear-gradient(135deg,#fffafd 0%,#fff2f8 54%,#fff 100%);
}

.about-hero::after,
.contact-hero::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:1px;
    background:linear-gradient(90deg,transparent,#f0dbe6,transparent);
}

.about-hero__grid,
.contact-hero__grid{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
    align-items:center;
    gap:58px;
}

.about-hero h1,
.contact-hero h1{
    margin:18px 0;
    max-width:760px;
    font-size:clamp(50px,6vw,82px);
    line-height:.97;
    letter-spacing:-3.5px;
    color:#30272d;
}

.about-hero p,
.contact-hero p{
    max-width:680px;
    margin:0;
    color:#786d74;
    font-size:18px;
    line-height:1.75;
}

.about-hero__actions,
.contact-hero__actions,
.about-cta__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.about-hero__badges,
.contact-quick{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:24px;
}

.about-hero__badges span,
.contact-quick span{
    padding:8px 12px;
    border:1px solid #f0dbe6;
    border-radius:999px;
    background:rgba(255,255,255,.76);
    color:#bd176f;
    font-size:11px;
    font-weight:800;
}

/* ---------- Nosotros visual ---------- */
.about-hero__visual,
.contact-hero__visual{
    position:relative;
    min-height:470px;
}

.about-hero__glow,
.contact-hero__orb{
    position:absolute;
    border-radius:50%;
    filter:blur(2px);
}

.about-hero__glow{
    width:380px;
    height:380px;
    right:20px;
    top:34px;
    background:radial-gradient(circle,#ffd4e9 0%,rgba(255,212,233,0) 68%);
}

.about-brand-card{
    position:absolute;
    inset:46px 44px 62px 26px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:36px;
    border:1px solid rgba(240,219,230,.9);
    border-radius:34px;
    background:rgba(255,255,255,.89);
    box-shadow:0 30px 80px rgba(230,38,146,.14);
    backdrop-filter:blur(16px);
    transform:rotate(-2deg);
}

.about-brand-card img{
    width:188px;
    max-width:65%;
    height:auto;
    margin-bottom:22px;
}

.about-brand-card strong{
    font-size:26px;
    color:#30272d;
}

.about-brand-card p{
    margin-top:9px;
    text-align:center;
    font-size:14px;
}

.about-floating-card,
.contact-hero__mini{
    position:absolute;
    z-index:3;
    padding:16px 18px;
    border:1px solid #f0dbe6;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 45px rgba(76,29,52,.12);
}

.about-floating-card strong,
.about-floating-card span,
.contact-hero__mini strong,
.contact-hero__mini span{
    display:block;
}

.about-floating-card strong,
.contact-hero__mini strong{
    color:#bd176f;
    font-size:13px;
}

.about-floating-card span,
.contact-hero__mini span{
    margin-top:5px;
    color:#786d74;
    font-size:11px;
    line-height:1.45;
}

.about-floating-card--one{
    right:0;
    top:24px;
}

.about-floating-card--two{
    left:0;
    bottom:16px;
}

/* ---------- Historia ---------- */
.about-story{
    display:grid;
    grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);
    align-items:center;
    gap:64px;
}

.about-story__collage{
    position:relative;
    min-height:450px;
}

.about-story__panel{
    position:absolute;
    border-radius:30px;
    overflow:hidden;
}

.about-story__panel--main{
    inset:20px 58px 46px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:42px;
    color:#fff;
    background:
        linear-gradient(135deg,rgba(230,38,146,.96),rgba(184,19,105,.88)),
        radial-gradient(circle at 80% 10%,rgba(255,255,255,.25),transparent 30%);
    box-shadow:0 28px 70px rgba(230,38,146,.22);
}

.about-story__panel--main span{
    margin-bottom:14px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
}

.about-story__panel--main strong{
    max-width:360px;
    font-size:42px;
    line-height:1.02;
}

.about-story__panel--small{
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    width:220px;
    padding:20px;
    border:1px solid #f0dbe6;
    background:#fff;
    box-shadow:0 22px 50px rgba(76,29,52,.12);
}

.about-story__panel--small span{
    padding:13px 8px;
    border-radius:12px;
    background:#fff7fb;
    color:#bd176f;
    text-align:center;
    font-size:11px;
    font-weight:800;
}

.about-story__content h2,
.about-values-heading h2,
.about-cta h2{
    margin:14px 0 18px;
    font-size:clamp(36px,4vw,56px);
    line-height:1.03;
    letter-spacing:-2px;
}

.about-story__content p{
    color:#786d74;
    font-size:16px;
    line-height:1.8;
}

.about-signature{
    margin-top:26px;
    padding:20px 22px;
    border-left:4px solid #e62692;
    border-radius:0 16px 16px 0;
    background:#fff7fb;
}

.about-signature strong,
.about-signature span{
    display:block;
}

.about-signature span{
    margin-top:6px;
    color:#786d74;
}

/* ---------- Valores ---------- */
.about-values-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    margin-bottom:32px;
}

.about-values-heading p{
    max-width:520px;
    margin:0;
    color:#786d74;
    line-height:1.7;
}

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

.about-value-card{
    position:relative;
    min-height:260px;
    padding:28px;
    border:1px solid #f0dbe6;
    border-radius:24px;
    background:#fff;
    box-shadow:0 14px 40px rgba(76,29,52,.06);
    overflow:hidden;
    transition:transform .25s ease,box-shadow .25s ease;
}

.about-value-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 55px rgba(230,38,146,.13);
}

.about-value-card::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    right:-44px;
    bottom:-48px;
    border-radius:50%;
    background:#fde6f3;
}

.about-value-card__number{
    display:inline-grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:15px;
    background:#fde6f3;
    color:#bd176f;
    font-weight:900;
}

.about-value-card h3{
    margin:28px 0 12px;
    font-size:21px;
}

.about-value-card p{
    margin:0;
    color:#786d74;
    line-height:1.7;
}

/* ---------- Stats y CTA ---------- */
.about-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid #f0dbe6;
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 18px 50px rgba(76,29,52,.07);
}

.about-stats article{
    padding:30px 24px;
    text-align:center;
    border-right:1px solid #f0dbe6;
}

.about-stats article:last-child{
    border-right:0;
}

.about-stats strong{
    display:block;
    color:#e62692;
    font-size:36px;
}

.about-stats span{
    display:block;
    margin-top:8px;
    color:#786d74;
    font-size:13px;
    line-height:1.5;
}

.about-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:46px;
    border-radius:30px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 10%,rgba(255,255,255,.18),transparent 28%),
        linear-gradient(135deg,#e62692,#bd176f);
    box-shadow:0 26px 70px rgba(230,38,146,.23);
}

.about-cta h2{
    margin-bottom:10px;
    color:#fff;
}

.about-cta p{
    margin:0;
    color:rgba(255,255,255,.82);
}

.about-cta .eyebrow{
    background:rgba(255,255,255,.16);
    color:#fff;
}

/* ---------- Contacto visual ---------- */
.contact-hero__orb--one{
    width:340px;
    height:340px;
    right:34px;
    top:46px;
    background:radial-gradient(circle,#ffd5e9 0%,rgba(255,213,233,0) 70%);
}

.contact-hero__orb--two{
    width:220px;
    height:220px;
    left:10px;
    bottom:0;
    background:radial-gradient(circle,#fff1cf 0%,rgba(255,241,207,0) 70%);
}

.contact-hero__card{
    position:absolute;
    inset:62px 72px 62px 46px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid #f0dbe6;
    border-radius:34px;
    background:rgba(255,255,255,.91);
    box-shadow:0 30px 80px rgba(230,38,146,.14);
    backdrop-filter:blur(16px);
}

.contact-hero__card img{
    width:160px;
    margin-bottom:18px;
}

.contact-hero__card strong{
    font-size:24px;
}

.contact-hero__card span{
    margin-top:7px;
    color:#786d74;
}

.contact-hero__mini--top{
    right:0;
    top:28px;
}

.contact-hero__mini--bottom{
    left:0;
    bottom:24px;
}

.contact-layout{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);
    gap:26px;
    align-items:start;
}

.contact-form-card,
.contact-info-card,
.contact-trust-card{
    border:1px solid #f0dbe6;
    background:#fff;
    box-shadow:0 18px 48px rgba(76,29,52,.07);
}

.contact-form-card{
    padding:34px;
    border-radius:28px;
}

.contact-card-heading h2{
    margin:14px 0 8px;
    font-size:36px;
}

.contact-card-heading p{
    margin:0 0 24px;
    color:#786d74;
}

.contact-form{
    display:grid;
    gap:18px;
}

.contact-honeypot{
    position:absolute;
    left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.contact-submit{
    min-width:190px;
    justify-self:start;
}

.contact-form-note{
    margin:0;
    color:#786d74;
    font-size:12px;
}

.contact-alert{
    margin-bottom:22px;
    padding:15px 17px;
    border-radius:14px;
    font-size:13px;
    font-weight:700;
}

.contact-alert--success{
    background:#e8f8ee;
    color:#17643d;
    border:1px solid #cdeed8;
}

.contact-alert--error{
    background:#fff0ef;
    color:#9b211a;
    border:1px solid #f2d0cd;
}

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

.contact-info-card{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:22px;
    border-radius:20px;
}

.contact-info-card--highlight{
    background:linear-gradient(135deg,#fff,#fff2f8);
}

.contact-info-card__icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:#fde6f3;
    color:#bd176f;
    font-size:12px;
    font-weight:900;
}

.contact-info-card small{
    color:#786d74;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.contact-info-card h3{
    margin:5px 0 6px;
    font-size:18px;
}

.contact-info-card a{
    color:#e62692;
    font-weight:800;
    word-break:break-word;
}

.contact-info-card p{
    margin:0;
    color:#786d74;
    line-height:1.6;
}

.contact-trust-card{
    padding:24px;
    border-radius:22px;
    background:#30272d;
    color:#fff;
}

.contact-trust-card h3{
    margin:0 0 14px;
}

.contact-trust-card ul{
    margin:0;
    padding-left:20px;
    color:rgba(255,255,255,.76);
    line-height:1.8;
}

/* ---------- Responsive ---------- */
@media(max-width:1000px){
    .about-hero__grid,
    .contact-hero__grid,
    .about-story,
    .contact-layout{
        grid-template-columns:1fr;
    }

    .about-hero__visual,
    .contact-hero__visual{
        min-height:420px;
    }

    .about-values-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .about-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .about-stats article:nth-child(2){
        border-right:0;
    }

    .about-stats article:nth-child(-n+2){
        border-bottom:1px solid #f0dbe6;
    }
}

@media(max-width:680px){
    .about-hero,
    .contact-hero{
        padding:46px 0 54px;
    }

    .about-hero h1,
    .contact-hero h1{
        font-size:44px;
        letter-spacing:-2px;
    }

    .about-hero p,
    .contact-hero p{
        font-size:15px;
    }

    .about-hero__visual,
    .contact-hero__visual{
        min-height:360px;
    }

    .about-brand-card{
        inset:46px 18px 54px;
    }

    .contact-hero__card{
        inset:46px 18px 56px;
    }

    .about-floating-card,
    .contact-hero__mini{
        max-width:190px;
    }

    .about-floating-card--one,
    .contact-hero__mini--top{
        right:4px;
    }

    .about-floating-card--two,
    .contact-hero__mini--bottom{
        left:4px;
    }

    .about-story__collage{
        min-height:390px;
    }

    .about-story__panel--main{
        inset:12px 36px 42px 0;
        padding:30px;
    }

    .about-story__panel--main strong{
        font-size:34px;
    }

    .about-values-heading,
    .about-cta{
        align-items:flex-start;
        flex-direction:column;
    }

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

    .about-stats article{
        border-right:0;
        border-bottom:1px solid #f0dbe6;
    }

    .about-stats article:last-child{
        border-bottom:0;
    }

    .about-cta{
        padding:30px 24px;
    }

    .contact-form-card{
        padding:24px 18px;
    }

    .contact-card-heading h2{
        font-size:30px;
    }

    .contact-submit{
        width:100%;
    }
}
