/* =========================================================
   GLAD ALICE - STORY
   TIGHTENED VERSION
   ========================================================= */

.gladalice-story {
    max-width: 980px;

    margin: 0 auto;
    padding: 18px 6% 24px;

    color: #3b302c;
}


/* ---------- Opening ---------- */

.story-header {
    max-width: 760px;

    margin: 0 auto 16px;

    text-align: center;
}

.story-kicker {
    margin: 0 0 2px;

    font-family: "Patrick Hand", cursive;
    font-size: 21px;

    color: #d85d55;
}

.story-header h1 {
    margin: 0;

    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 600;

    text-transform: uppercase;

    color: #765044;
}

.story-opening {
    margin-top: 10px;

    font-size: 17px;
    line-height: 1.4;
}

.story-header p {
    line-height: 1.45;
}


/* ---------- Heart Rule ---------- */

.story-heart-rule {
    display: flex;
    align-items: center;

    gap: 8px;

    width: 230px;

    margin: 8px auto 4px;
}

.story-heart-rule span:not(.story-heart) {
    flex: 1;

    height: 2px;

    background: #d85d55;
}

.story-heart {
    font-size: 15px;

    color: #d85d55;
}


/* =========================================================
   GRANDMOTHER CHAPTERS
   ========================================================= */

.story-chapter {
    display: grid;
    grid-template-columns: 30% 70%;

    margin: 14px 0;
    overflow: hidden;

    border: 2px solid #c9a99d;
    border-radius: 14px;

    background: #fffaf6;

    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}

.story-name {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 16px 18px;

    text-align: center;
}

.story-name h2 {
    margin: 2px 0 1px;

    font-family: "Patrick Hand", cursive;
    font-size: 44px;
    line-height: 1;

    color: #765044;
}

.story-small {
    font-size: 10px;
    font-weight: 800;

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

.story-role {
    margin-top: 4px;

    font-size: 12px;
    font-style: italic;
}

.story-copy {
    padding: 16px 20px;

    background: rgba(255, 255, 255, 0.72);
}

.story-copy p {
    margin: 0 0 8px;

    font-size: 14px;
    line-height: 1.4;
}

.story-copy p:last-child {
    margin-bottom: 0;
}


/* ---------- Personalities ---------- */

.story-gladys .story-name {
    background: #f7e6e2;
}

.story-alice .story-name {
    background: #edf3e8;
}


/* ---------- Gladys Pie Callout ---------- */

.story-callout {
    margin: 10px 0;
    padding: 7px 14px;

    border-top: 2px solid #d85d55;
    border-bottom: 2px solid #d85d55;

    text-align: center;
}

.story-callout span {
    font-family: "Patrick Hand", cursive;
    font-size: 23px;

    color: #a6453b;
}


/* =========================================================
   BRIDGE
   ========================================================= */

.story-bridge {
    max-width: 720px;

    margin: 18px auto;
    padding: 5px 24px;

    text-align: center;

  /*  border-top: 3px solid #765044;  */
    border-bottom: 3px solid #765044; 
}

.story-bridge p {
    margin: 4px 0;

    line-height: 1.4;
}

.story-bridge-lead {
    font-size: 18px;
    font-weight: 800;
}

.story-nickname {
    margin: 10px auto;

    font-family: "Patrick Hand", cursive;
    font-size: 25px;

    color: #d85d55;
}


/* =========================================================
   NEXT GENERATION
   ========================================================= */

.story-next-generation {
    max-width: 760px;

    margin: 6px auto 18px;
    padding: 5px 26px;

    background: #e2c2a2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    /*          X  Y   blur       shadow color   */
    border-radius: 12px;

    text-align: center;
}

.story-next-generation p {
    line-height: 1.4;
}

.story-next-generation blockquote {
    margin: 10px 0 0;
    padding: 0;

    border: 0;

    font-family: "Patrick Hand", cursive;
    font-size: 24px;
    line-height: 1.15;

    color: #765044;
}


/* =========================================================
   NAME REVEAL
   ========================================================= */

.story-name-reveal {
    margin: 20px auto;

    text-align: center;
}


.story-name-reveal p {
    max-width: 660px;

    margin: 0 auto 10px;

    line-height: 1.4;
}


.name-equation {
    display: flex;

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

    gap: 10px;

    flex-wrap: wrap;

    font-family: "Patrick Hand", cursive;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1;

    color: #765044;
}


.name-equation > span {
    font-family: "Patrick Hand", cursive;
    font-size: inherit;
    line-height: 1;

    color: #765044;
}


.name-equation .name-symbol,
.name-equation .name-plus,
.name-equation .name-equals {
    color: #d85d55;
}


.glad-alice-story-logo {
    display: block;

    width: 180px;
    max-width: 100%;
    height: auto;

    flex: 0 0 auto;
}
/* =========================================================
   CLOSING
   ========================================================= */

.story-today {
    max-width: 720px;

    margin: 0 auto;

    text-align: center;
}

.story-today p {
    line-height: 1.4;
}

.story-heart-line {
    margin-top: 12px;
}

.story-purpose {
    margin: 5px auto 12px;

    font-family: "Patrick Hand", cursive;
    font-size: 30px;
    line-height: 1.05;

    color: #d85d55;
}

.story-closing {
    display: flex;
    flex-direction: column;

    gap: 3px;

    padding: 12px 18px;

    border: 2px solid #765044;
    border-radius: 12px;

    background: #eab489;

    font-size: 15px;
}

.story-closing strong {
    margin-top: 5px;

    font-size: 17px;

    color: #765044;
}


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

@media (max-width: 750px) {

    .gladalice-story {
        padding: 18px 5% 24px;
    }

    .story-chapter {
        grid-template-columns: 1fr;
    }

    .story-name {
        padding: 14px 16px;
    }

    .story-copy {
        padding: 14px 16px;
    }

    .story-bridge,
    .story-next-generation {
        padding: 16px 16px;
    }

    .name-equation {
        gap: 7px;
    }
}