/*
Theme Name: DON'T EAT ME Emotional Architecture
Theme URI: https://crocodilepop.com
Author: CrocodilePop
Description: Entity-first multimodal emotional architecture theme.
Version: 1.0
Text Domain: dont-eat-me
*/

/* ==================================================
FONTS
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* ==================================================
ROOT
================================================== */

:root{

    --bg:#f1edf4;

    --panel:#140019;

    --panel-2:#1d0226;

    --soft-panel:#e9e1ef;

    --soft-panel-2:#e3d9ea;

    --lime:#a8c80a;

    --lime-dark:#8ba100;

    --pink:#ff4ca6;

    --pink-soft:#d98bc2;

    --purple:#7f5b96;

    --text:#221826;

    --text-soft:#6f6574;

    --white-soft:#f3eef6;

    --border-soft:
    rgba(255,255,255,.06);

    --shadow:
    0 20px 60px rgba(0,0,0,.12);
}

/* ==================================================
RESET
================================================== */

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

html{
    scroll-behavior:smooth;
}

body{

    background:var(--bg);

    color:var(--text);

    font-family:'Montserrat',sans-serif;

    overflow-x:hidden;
}

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

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

button{
    border:none;
    background:none;
    font:inherit;
    cursor:pointer;
}

/* ==================================================
ENTITY PAGE
================================================== */

.entity-page{

    margin:
40px auto 60px;

padding-top:120px;
}


/* ==================================================
YOAST BREADCRUMBS
================================================== */

/* ---------------------------------------------------- */
/* YOAST BREADCRUMB                                     */
/* ---------------------------------------------------- */

#breadcrumbs{

    display:block;

    width:fit-content;

    background:#ffffff;

    padding:12px 22px;

    margin-bottom:24px;

    border-radius:22px;

    font-size:15px;

    font-weight:600;

    color:#444;

    box-shadow:
    0 3px 8px rgba(0,0,0,.10);
}

#breadcrumbs a{

    color:var(--purple);

    text-decoration:none;
}

#breadcrumbs .breadcrumb_last{

    font-weight:800;

    color:var(--text);
}


/* ==================================================
ENTITY HERO
================================================== */

.entity-hero{

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(
        circle at top right,
        rgba(255,76,166,.18),
        transparent 35%
    ),
    linear-gradient(
        135deg,
        #140019 0%,
        #1a0024 100%
    );

    border-radius:36px;

    padding:50px;

    display:grid;

    grid-template-columns:
    1fr
    520px;

    gap:40px;

    align-items:center;

    margin-bottom:28px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.16);
}

.entity-state{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:
    10px 18px;

    border-radius:8px;

    background:var(--lime);

    color:black;

    font-size:.9rem;

    font-weight:900;

    margin-bottom:24px;
}

.entity-hero h1{

    font-family:'Bangers',cursive;

    font-size:8rem;

    line-height:.82;

    color:var(--white-soft);

    margin-bottom:10px;
}

.entity-hero h2{

    color:var(--pink);

    font-size:2.1rem;

    margin-bottom:24px;

    font-weight:900;
}

.entity-hero p{

    color:
    rgba(243,238,246,.82);

    line-height:1.9;

    max-width:500px;

    margin-bottom:30px;

    font-size:1.02rem;
}

/* ==================================================
ENTITY TAGS
================================================== */

.entity-tags{

    display:flex;

    flex-wrap:wrap;

    gap:14px;
}

.entity-tags a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:52px;

    padding:
    14px 18px;

    border-radius:14px;

    color:white;

    font-weight:800;

    transition:.22s ease;
}

.entity-tags a:nth-child(1){

    background:#8460a0;
}

.entity-tags a:nth-child(2){

    background:#a8c80a;

    color:black;
}

.entity-tags a:nth-child(3){

    background:#829800;
}

.entity-tags a:nth-child(4){

    background:#cf7db7;
}

/* ==================================================
HERO IMAGE
================================================== */

.entity-hero-image{

    display:flex;

    align-items:center;

    justify-content:center;
}

.entity-hero-image img{

    width:100%;

    max-width:520px;

    height:auto;

    object-fit:contain;

    display:block;

    margin:auto;

    transition:.35s ease;
}

.entity-hero-image:hover img{

    transform:
    scale(1.04)
    rotate(-1deg);
}

/* ==================================================
CONTENT
================================================== */

.entity-content{

    background:white;

    border-radius:30px;

    padding:40px;

    margin-bottom:28px;

    line-height:1.9;

    color:var(--text);

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

/* ==================================================
LIGHT BLOCK
================================================== */

.entity-block{

    background:var(--soft-panel);

    border-radius:32px;

    padding:34px;

    margin-bottom:28px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.block-title{

    font-family:'Bangers',cursive;

    font-size:2.8rem;

    color:var(--purple);

    margin-bottom:10px;
}

.block-subtitle{

    color:var(--text-soft);

    margin-bottom:24px;

    line-height:1.7;
}

/* ==================================================
VARIATIONS
================================================== */

.variation-grid{

    display:grid;

    grid-template-columns:
    repeat(5,1fr);

    gap:20px;
}

.variation-card{

    display:block;

    overflow:hidden;

    border-radius:22px;

    background:var(--panel);

    transition:.25s ease;

    box-shadow:
    0 10px 24px rgba(0,0,0,.12);
}

.variation-card img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;
}

.variation-card span{

    display:block;

    padding:18px;

    text-align:center;

    color:var(--white-soft);

    font-family:'Bangers',cursive;

    font-size:1.2rem;
}

/* ==================================================
EMOTION LINKS
================================================== */

.emotion-links{

    display:flex;

    flex-wrap:wrap;

    gap:18px;
}

.emotion-links a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:56px;

    padding:
    18px 24px;

    border-radius:16px;

    background:var(--soft-panel-2);

    font-weight:800;
}

.view-all-btn{

    background:var(--purple) !important;

    color:white;
}

/* ==================================================
DATA PANEL
================================================== */

.entity-data-panel{

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(
        circle at top right,
        rgba(168,200,10,.12),
        transparent 30%
    ),
    linear-gradient(
        135deg,
        #140019 0%,
        #1d0226 100%
    );

    border-radius:36px;

    padding:44px;

    display:grid;

    grid-template-columns:
    1.2fr
    .8fr;

    gap:40px;

    align-items:center;

    margin-bottom:28px;
}

.entity-data-panel h3{

    font-family:'Bangers',cursive;

    font-size:3rem;

    color:var(--lime);

    margin-bottom:10px;
}

.entity-data-sub{

    color:
    rgba(243,238,246,.7);

    margin-bottom:24px;
}

.entity-data-grid{

    display:grid;

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

    gap:18px;
}

.entity-data-item{

    display:flex;

    flex-direction:column;

    justify-content:center;

    min-height:110px;

    padding:20px;

    border-radius:18px;

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(255,255,255,.06);
}

.entity-data-item span{

    display:block;

    color:var(--lime);

    font-size:.82rem;

    font-weight:700;

    margin-bottom:8px;
}

.entity-data-item strong{

    color:var(--white-soft);

    line-height:1.5;
}

.entity-description{

    margin-top:28px;

    color:
    rgba(243,238,246,.84);

    line-height:1.9;
}

/* ==================================================
ENTITY IMAGE
================================================== */

.entity-data-right{

    display:flex;

    align-items:center;

    justify-content:center;
}

.entity-character-focus{

    display:flex;

    align-items:center;

    justify-content:center;

    width:auto;

    height:auto;
}

.entity-character-focus img{

    width:auto;

    height:auto;

    max-width:340px;

    max-height:420px;

    object-fit:contain;

    display:block;

    transition:.35s ease;

    filter:
    drop-shadow(
        0 20px 40px rgba(0,0,0,.35)
    );
}

.entity-character-focus:hover img{

    transform:
    scale(1.03)
    rotate(1deg);
}

/* ==================================================
AMAZON CTA
================================================== */

.amazon-banner{

    background:
    linear-gradient(
        90deg,
        #140019 0%,
        #1d0226 100%
    );

    border-radius:30px;

    padding:34px 40px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    margin-bottom:28px;
}

.amazon-left h3{

    font-family:'Bangers',cursive;

    font-size:3rem;

    color:var(--lime);

    margin-bottom:6px;
}

.amazon-left p{

    color:
    rgba(243,238,246,.8);
}

.amazon-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:320px;

    min-height:88px;

    padding:
    24px 34px;

    border-radius:18px;

    background:var(--lime);

    color:black;

    font-family:'Bangers',cursive;

    font-size:2rem;
}

/* ==================================================
MEMORY STREAM
================================================== */

.memory-grid{

    display:grid;

    grid-template-columns:
    repeat(5,1fr);

    gap:18px;
}

.memory-card{

    display:block;

    overflow:hidden;

    border-radius:18px;
}

.memory-card img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;
}

/* ==================================================
RESPONSIVE
================================================== */

@media(max-width:1100px){

    .entity-hero,
    .entity-data-panel{

        grid-template-columns:1fr;
    }

    .variation-grid,
    .memory-grid{

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

@media(max-width:768px){

    .entity-page{

        padding:0 16px;
    }

    .entity-hero{

        padding:30px;
    }

    .entity-hero h1{

        font-size:5rem;
    }

    .variation-grid,
    .memory-grid,
    .entity-data-grid{

        grid-template-columns:1fr;
    }

    .amazon-banner{

        flex-direction:column;

        align-items:flex-start;
    }

    .amazon-button{

        width:100%;
    }
}