/* =========================================================
   VISION — OPENING
   ========================================================= */

.vision-opening {
    background: #F8F3E9;

    /*
    Space between existing navigation and section.
    */
    padding: 175px 4% 65px;
}


.vision-opening-inner {
    width: 100%;
    max-width: 1420px;

    margin: 0 auto;
}



/* =========================================================
   OUR VISION IS
   ========================================================= */

.vision-eyebrow {
    position: relative;

    display: inline-block;

    margin: 0 0 26px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(1.15rem, 1.45vw, 1.45rem);
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.06em;

    color: #1D1D1D;
}


.vision-eyebrow::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 65%;

    border-top: 2px solid #389D9A;

    transform: rotate(-1deg);
}



/* =========================================================
   PERSONAL INTELLIGENCE
   ========================================================= */

.vision-title {
    position: relative;

    display: table;

    margin: 0 0 38px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(4.6rem, 7.4vw, 7.6rem);
    font-weight: 500;

    line-height: 0.9;

    letter-spacing: -0.045em;

    color: #1D1D1D;
}


.vision-personal {
    color: #389D9A;
}


/* yellow hand-drawn underline */

.vision-title::after {
    content: "";

    position: absolute;

    left: 43%;
    right: 0;

    bottom: -11px;

    border-top: 6px solid #FDDB70;

    border-radius: 50%;

    transform: rotate(-0.5deg);
}



/* little teal rays */

.vision-title::before {
    content: "❯";

    position: absolute;

    right: -48px;
    top: 2px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 2.4rem;
    font-weight: 700;

    line-height: 1;

    color: #389D9A;

    transform: rotate(-38deg);
}



/* =========================================================
   MAIN STATEMENT
   ========================================================= */

.vision-statement {
    max-width: 1080px;

    margin: 0 0 42px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(2.4rem, 3.5vw, 3.7rem);
    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -0.025em;

    color: #1D1D1D;
}


.vision-statement mark {
    display: inline-block;

    padding: 3px 13px 6px;

    border-radius: 18px;

    background: #FDDB70;

    color: #1D1D1D;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 0.76em;
    font-weight: 500;

    line-height: 1;

    transform: rotate(-0.4deg);
}



/* =========================================================
   SUPPORTING COPY
   ========================================================= */

.vision-copy {
    max-width: 1100px;
}


.vision-copy p {
    margin: 0 0 17px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: clamp(1rem, 1.25vw, 1.2rem);

    line-height: 1.5;

    color: #1D1D1D;
}


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


.vision-copy strong {
    font-weight: 700;
}


.vision-teal {
    color: #389D9A;
}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 850px) {

    .vision-opening {
        padding: 40px 22px 50px;
    }


    .vision-eyebrow {
        margin-bottom: 22px;
    }


    .vision-title {
        margin-bottom: 32px;

        font-size: clamp(3.5rem, 14vw, 5rem);
    }


    .vision-title::before {
        display: none;
    }


    .vision-statement {
        margin-bottom: 32px;

        font-size: clamp(2rem, 7.5vw, 3rem);
    }


    .vision-statement br {
        display: none;
    }


    .vision-copy br {
        display: none;
    }

}

/* =========================================================
   VISION — THESIS
   ========================================================= */

.vision-thesis {
    background: #080d0e;
    color: #F8F8F8;

    padding: 70px 60px 55px;
}


.vision-thesis-inner {
    width: min(100%, 1420px);

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 120px 1fr;

    align-items: center;

    column-gap: 35px;
}


/* =========================================================
   SMALL INTRO LINES
   ========================================================= */

.vision-thesis-left p,
.vision-thesis-right p {
    margin: 0 0 8px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 500;

    line-height: 1.1;

    color: #F8F8F8;
}


/* =========================================================
   BIG CONTRAST
   ========================================================= */

.vision-thesis h2 {
    position: relative;

    display: inline-block;

    margin: 0;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
    font-weight: 600;

    line-height: 1;

    letter-spacing: -0.03em;
}


/* ABOUT PEOPLE */

.vision-thesis-left h2 {
    color: #F8F8F8;
}


.vision-thesis-left h2::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -10px;

    border-top: 4px solid #FDDB70;

    transform: rotate(-1deg);
}


/* FOR A PERSON */

.vision-thesis-right h2 {
    color: #45B9B3;
}


.vision-thesis-right h2::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -10px;

    border-top: 4px solid #45B9B3;

    transform: rotate(1deg);
}


/* =========================================================
   ARROW
   ========================================================= */

.vision-thesis-arrow {
    font-family: Georgia, serif;

    font-size: 4rem;
    font-weight: 300;

    text-align: center;

    color: #45B9B3;

    transform: rotate(-2deg);
}


/* =========================================================
   QUESTION
   ========================================================= */

.vision-thesis-question {
    grid-column: 1 / -1;

    margin: 45px 0 0;

    text-align: center;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(1.3rem, 1.7vw, 1.7rem);

    line-height: 1.2;

    color: #F8F8F8;
}


.vision-thesis-question span {
    position: relative;

    color: #45B9B3;
}


.vision-thesis-question span::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -4px;

    border-top: 2px solid #45B9B3;

    transform: rotate(-2deg);
}


.vision-thesis-question i {
    display: block;

    margin-top: 8px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 1.5rem;
    font-style: normal;

    color: #45B9B3;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .vision-thesis {
        padding: 55px 28px 45px;
    }

    .vision-thesis-inner {
        grid-template-columns: 1fr;

        row-gap: 35px;
    }

    .vision-thesis-arrow {
        transform: rotate(90deg);

        text-align: left;

        font-size: 3rem;
    }

    .vision-thesis-question {
        grid-column: 1;

        margin-top: 15px;

        text-align: left;
    }
}

/* =========================================================
   VISION — DATA VS UNDERSTANDING
   ========================================================= */

.vision-understanding {
    background: #F3EBDD;

    padding: 65px 32px 40px;

    color: #1D1D1D;

}


/* =========================================================
   INTRO
   ========================================================= */

.understanding-intro {
    width: min(100%, 1420px);
    color: #1D1D1D;
    margin: 0 auto 38px;

    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);

    gap: 80px;

    align-items: start;
}


.understanding-intro h2 {
    max-width: 780px;

    margin: 0;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(3.2rem, 4.7vw, 5.2rem);
    font-weight: 600;

    line-height: 0.94;

    letter-spacing: -0.035em;
}


.understanding-intro h2 em {
    position: relative;

    color: #389D9A;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-weight: 400;
    font-style: normal;
}


.understanding-intro h2 em::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -3px;

    border-top: 3px solid #389D9A;

    transform: rotate(-1deg);
}


.understanding-intro h2 i {
    position: relative;

    font-weight: 600;
}


.understanding-intro h2 i::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -4px;

    border-top: 3px solid #1D1D1D;

    transform: rotate(1deg);
}


/* RIGHT INTRO COPY */

.understanding-intro-copy {
    max-width: 520px;

    padding-top: 5px;
}


.understanding-intro-copy p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 1rem;

    line-height: 1.45;
}


.understanding-intro-copy>strong {
    position: relative;

    display: inline-block;

    margin-top: 18px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 400;

    line-height: 1.1;
}


.understanding-intro-copy>strong::after {
    content: "";

    position: absolute;

    left: -2px;
    right: -8px;

    bottom: -7px;

    border-top: 4px solid #FDDB70;

    transform: rotate(-1deg);
}


.understanding-intro-copy .experiment-line {
    margin-top: 22px;
}


/* =========================================================
   TWO PANELS
   ========================================================= */

.understanding-panels {
    width: min(100%, 1480px);

    margin: 0 auto;

    display: flex;

    gap: 14px;

    align-items: stretch;
}


.understanding-panel {
    flex: 1 1 50%;

    min-width: 0;

    border-radius: 24px;

    overflow: hidden;

    transition:
        flex 500ms cubic-bezier(.2, .8, .2, 1),
        opacity 300ms ease;
}


/* HOVER EXPANSION */

.understanding-panels:hover .understanding-panel {
    flex: 0.75 1 0;
}


.understanding-panels .understanding-panel:hover {
    flex: 1.45 1 0;
}


/* =========================================================
   PANEL COLOURS
   ========================================================= */

.incomplete-panel {
    background: #389D9A;

    color: #102425;
}


.context-panel {
    background: #FDDB70;

    color: #1D1D1D;
}


/* =========================================================
   PANEL INNER
   ========================================================= */

.understanding-panel-inner {
    padding: 30px 34px 32px;
}


/* =========================================================
   PANEL LABELS
   ========================================================= */

.understanding-panel-label {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;
}


.understanding-panel-label span {
    display: flex;

    width: 34px;
    height: 34px;

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

    flex: 0 0 34px;

    border-radius: 50%;

    background: #F8F8F8;

    font-family: Georgia, serif;

    font-size: 0.9rem;
    font-weight: 700;
}


.understanding-panel-label p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.78rem;
    font-weight: 700;

    letter-spacing: 0.09em;
}


/* =========================================================
   PANEL 01
   ========================================================= */

.understanding-panel-title {
    max-width: 690px;

    margin: 0 0 25px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(1.8rem, 2.25vw, 2.5rem);
    font-weight: 600;

    line-height: 1.03;
}


.understanding-panel-title em {
    position: relative;

    font-weight: 600;
}


.understanding-panel-title em::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -4px;

    border-top: 2px solid #102425;
}


.understanding-columns {
    display: grid;

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

    gap: 28px;
}


.understanding-column+.understanding-column {
    padding-left: 28px;

    border-left: 1px solid rgba(16, 36, 37, 0.25);
}


.understanding-column p {
    margin: 0 0 15px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.92rem;

    line-height: 1.42;
}


.understanding-column h4 {
    margin: 0 0 17px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1.45rem;
    font-weight: 700;

    line-height: 1.08;
}


.understanding-column h4 em {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}


.underlined-copy {
    display: inline-block;

    padding-bottom: 4px;

    border-bottom: 2px solid #102425;
}


.incomplete-conclusion {
    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid rgba(16, 36, 37, 0.25);

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;
}


.incomplete-conclusion p,
.incomplete-conclusion strong {
    margin: 0;

    font-size: clamp(1.25rem, 1.7vw, 1.7rem);

    font-weight: 400;

    line-height: 1.2;
}


.incomplete-conclusion strong {
    display: block;

    margin-top: 3px;
}


.incomplete-conclusion span {
    position: relative;
}


.incomplete-conclusion span::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -4px;

    border-top: 2px solid #102425;
}


/* =========================================================
   PANEL 02
   ========================================================= */

.vision-page .context-opening {
    margin: 0 0 18px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1.15rem;

    line-height: 1.25;
}


.vision-page .context-opening span {
    text-decoration: underline;

    text-underline-offset: 4px;
}


.vision-page .remove-excuse {
    margin: 0 0 8px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1.8rem;

    line-height: 1;
}


.vision-page .context-setup,
.gemini-line {
    margin: 0 0 10px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.9rem;

    line-height: 1.4;
}


/* =========================================================
   LIFE TAGS
   ========================================================= */

.vision-page .life-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin: 13px 0;
}


.vision-page .life-tags span {
    padding: 5px 10px;

    border: 1px solid rgba(29, 29, 29, 0.42);
    border-radius: 999px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.75rem;

    line-height: 1;
}


.vision-page .life-tags .why-tag {
    font-style: italic;

    font-weight: 700;
}


/* =========================================================
   QUESTION
   ========================================================= */

.vision-page .context-question {
    margin-top: 18px;

    padding: 16px 0;

    border-top: 1px solid rgba(29, 29, 29, 0.22);
    border-bottom: 1px solid rgba(29, 29, 29, 0.22);
}


.vision-page .context-question>p:first-child {
    margin: 0 0 7px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.78rem;
    font-weight: 700;
}


.vision-page .context-question h4 {
    max-width: 620px;

    margin: 0 0 10px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(1.2rem, 1.65vw, 1.6rem);
    font-weight: 400;

    line-height: 1.18;
}


.vision-page .context-question>p:last-child {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.84rem;

    line-height: 1.4;
}


/* =========================================================
   RESULT
   ========================================================= */

.vision-page .context-result {
    margin-top: 18px;
}


.vision-page .context-result h3 {
    margin: 0;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(1.65rem, 2vw, 2.1rem);

    line-height: 1.02;
}


.vision-page.context-result span,
.vision-page .context-result em {
    text-decoration: underline;

    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}


.vision-page .context-explanation {
    margin-top: 15px;
}


.vision-page .context-explanation p {
    margin: 0 0 9px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.84rem;

    line-height: 1.4;
}


.vision-page .context-explanation>strong {
    display: block;

    margin-top: 12px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1.05rem;
    font-weight: 400;

    line-height: 1.25;
}


/* =========================================================
   WRONG QUESTION
   ========================================================= */

.wrong-question {
    margin-top: 18px;

    padding-top: 17px;

    border-top: 1px solid rgba(29, 29, 29, 0.22);
}


.wrong-question>p {
    margin: 0 0 14px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1.35rem;

    line-height: 1.1;
}


.wrong-question>p strong {
    text-decoration: underline;

    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}


.question-switch {
    display: grid;

    grid-template-columns: minmax(0, 0.8fr) 45px minmax(0, 1.2fr);

    gap: 10px;

    align-items: center;
}


.question-switch small {
    display: block;

    margin-bottom: 4px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.72rem;
    font-weight: 700;
}


.question-switch p {
    margin: 0;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1rem;

    line-height: 1.18;
}


.old-question p {
    opacity: 0.65;

    text-decoration: line-through;

    text-decoration-thickness: 2px;
}


.new-question p {
    font-size: 1.1rem;
}


.question-arrow {
    font-family: Georgia, serif;

    font-size: 2rem;

    text-align: center;
}


/* =========================================================
   FINAL LINE
   ========================================================= */

.understanding-final {
    margin: 18px 0 0;

    padding-top: 16px;

    border-top: 1px solid rgba(29, 29, 29, 0.25);

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1.35rem;
    font-weight: 600;

    line-height: 1.1;
}


.understanding-final strong {
    text-decoration: underline;

    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}


/* =========================================================
   COLLAPSED PANEL BEHAVIOUR
   ========================================================= */

/*
   IMPORTANT:
   We do NOT enlarge type when a panel expands.
   Expansion only gives the content more horizontal room.
*/

.understanding-panels:hover .understanding-panel:not(:hover) .understanding-panel-inner {
    padding-left: 24px;
    padding-right: 24px;
}


/*
   When a panel becomes narrow, retain the actual argument
   but soften detailed supporting copy.
*/

.understanding-panels:hover .incomplete-panel:not(:hover) .understanding-columns,

.understanding-panels:hover .vision-page .context-panel:not(:hover) .context-setup,

.understanding-panels:hover .vision-page .context-panel:not(:hover) .life-tags,

.understanding-panels:hover .vision-page .context-panel:not(:hover) .gemini-line,

.understanding-panels:hover .vision-page .context-panel:not(:hover) .context-explanation,

.understanding-panels:hover .context-panel:not(:hover) .question-switch {
    opacity: 0.16;

    transition: opacity 180ms ease;
}


/* RESTORE EXPANDED CONTENT */

.understanding-panel:hover .understanding-columns,
.understanding-panel:hover .vision-page .context-setup,
.understanding-panel:hover .life-tags,
.understanding-panel:hover .gemini-line,
.understanding-panel:hover .vision-page .context-explanation,
.understanding-panel:hover .question-switch {
    opacity: 1;

    transition: opacity 300ms ease 80ms;
}


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

@media (max-width: 900px) {

    .vision-understanding {
        padding: 50px 20px 30px;
    }


    .understanding-intro {
        grid-template-columns: 1fr;

        gap: 25px;

        margin-bottom: 30px;
    }


    .understanding-panels {
        flex-direction: column;
    }


    .understanding-panel,
    .understanding-panels:hover .understanding-panel,
    .understanding-panels .understanding-panel:hover {
        flex: none;

        width: 100%;
    }


    .understanding-panel-inner {
        padding: 28px 24px;
    }


    .understanding-columns {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .understanding-column+.understanding-column {
        padding: 15px 0 0;

        border-left: 0;
        border-top: 1px solid rgba(16, 36, 37, 0.25);
    }


    .question-switch {
        grid-template-columns: 1fr;
    }


    .question-arrow {
        text-align: left;

        transform: rotate(90deg);
    }


    /* Never collapse content on touch screens */

    .understanding-panels:hover .incomplete-panel:not(:hover) .understanding-columns,

    .understanding-panels:hover .vision-page .context-panel:not(:hover) .context-setup,

    .understanding-panels:hover .vision-page .context-panel:not(:hover) .life-tags,

    .understanding-panels:hover .vision-page .context-panel:not(:hover) .gemini-line,

    .understanding-panels:hover .vision-page .context-panel:not(:hover) .context-explanation,

    .understanding-panels:hover .vision-page .context-panel:not(:hover) .question-switch {
        opacity: 1;
    }
}

/* =========================================================
   VISION — MAKE THE HUMAN THE MAIN CHARACTER
   ========================================================= */

.human-first {
    background:
        radial-gradient(circle at 50% 40%,
            #102326 0%,
            #071315 38%,
            #03090A 72%);

    color: #F8F3E9;

    padding: 55px 4vw 45px;
}


.human-first-inner {
    width: min(1500px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.human-first-heading {
    margin-bottom: 35px;
}


.human-first-heading p {
    margin: 0 0 3px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(1rem, 1.25vw, 1.3rem);
    font-weight: 700;

    letter-spacing: 0.02em;

    color: #F8F3E9;
}


.human-first-heading h2 {
    position: relative;

    display: inline-block;

    margin: 0;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 400;

    line-height: 1;

    color: #389D9A;

    transform: rotate(-1deg);
}


.human-first-heading h2::after {
    content: "";

    position: absolute;

    left: 0;
    right: 48%;

    bottom: -8px;

    border-top: 3px solid #389D9A;

    transform: rotate(-1deg);
}


/* =========================================================
   TWO SIDES
   ========================================================= */

.human-first-grid {
    display: grid;

    grid-template-columns: 1fr 1.08fr;

    gap: clamp(45px, 5vw, 85px);
}


/* subtle dividing line */

.human-pickett {
    position: relative;

    padding-left: clamp(35px, 4vw, 65px);

    border-left: 1px solid rgba(248, 243, 233, 0.14);
}


/* =========================================================
   LABELS
   ========================================================= */

.human-label {
    display: inline-block;

    padding: 5px 13px;

    border-radius: 5px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.85rem;
    font-weight: 700;

    line-height: 1;
}


.old-label {
    background: #FDDB70;
    color: #1D1D1D;
}


.pickett-label {
    background: #389D9A;
    color: #FFFFFF;
}


/* =========================================================
   SIDE HEADINGS
   ========================================================= */

.human-side-heading {
    margin-bottom: 26px;
}


.human-side-heading h3 {
    margin: 10px 0 0;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(1.65rem, 2vw, 2.25rem);
    font-weight: 600;

    line-height: 1.08;

    color: #F8F3E9;
}


.human-side-heading h3 span {
    position: relative;

    display: inline-block;
}


.human-old .human-side-heading h3 span::after,
.human-pickett .human-side-heading h3 span::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -5px;

    border-top: 2px solid #389D9A;
}


.human-old .human-side-heading h3 span::after {
    border-color: #FDDB70;
}


/* =========================================================
   OLD — MAIN AREA
   ========================================================= */

.old-main {
    display: grid;

    grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);

    gap: 25px;

    align-items: center;
}


/* questions */

.old-questions {
    display: flex;

    flex-direction: column;

    gap: 30px;
}

.question-image {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}

.old-question {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: center;
}


.question-icon {
    font-size: 1.6rem;

    color: #FDDB70;
}



.old-question p {
    margin: 0;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 0.95rem;
    line-height: 1.35;

    color:#1D1D1D ;
    opacity: 1;
    text-decoration: none;
}

.old-question em {
    color: #45B9B3;
    font-style: normal;
    text-decoration: none;
}

.old-question u {
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}


/* =========================================================
   BAG VISUAL
   ========================================================= */

.old-product-visual {
    position: relative;

    text-align: center;
}


.bag-title {
    position: relative;

    display: inline-block;

    margin: 0 0 5px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 2rem;

    transform: rotate(-2deg);
}


.bag-title::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -5px;

    border-top: 2px solid #FDDB70;
}


.old-product-visual img {
    display: block;

    width: min(100%, 430px);

    margin: 0 auto;

    object-fit: contain;
}


/* =========================================================
   OLD EXPLANATION
   ========================================================= */

.old-explanation {
    max-width: 440px;

    margin-top: 24px;

    padding-top: 20px;

    border-top: 1px solid rgba(248, 243, 233, 0.16);
}


.old-explanation p {
    margin: 0 0 15px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1rem;

    line-height: 1.4;
}


.old-explanation strong {
    color: #45B9B3;
}


/* =========================================================
   HUMAN BECAME PRODUCT
   ========================================================= */

.human-product-line {
    display: inline-block;

    margin: 7px 0 25px;

    padding: 5px 15px 7px;

    background: #FDDB70;

    border-radius: 12px 8px 14px 10px;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1.35rem;

    color: #1D1D1D;

    transform: rotate(-1deg);
}


/* =========================================================
   PICKETT HUMAN VISUAL
   ========================================================= */

.pickett-human-visual {
    display: grid;

    grid-template-columns: 90px minmax(180px, 260px) 90px minmax(155px, 190px);

    gap: 15px;

    align-items: center;
}


.human-person {
    position: relative;

    min-height: 360px;

    display: flex;

    justify-content: center;
    align-items: flex-end;
}


.human-person-glow {
    position: absolute;

    width: 230px;
    height: 230px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(56, 157, 154, 0.2);
}


.human-person img {
    position: relative;

    z-index: 2;

    display: block;

    width: min(100%, 220px);
    max-height: 350px;

    object-fit: contain;
}


/* =========================================================
   NEEDS
   ========================================================= */

.human-needs {
    display: flex;

    flex-direction: column;

    justify-content: space-around;

    align-self: stretch;

    padding: 10px 0;
}


.need-item {
    text-align: center;
}


.need-circle {
    width: 58px;
    height: 58px;

    margin: 0 auto 6px;

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

    border: 1px solid rgba(248, 243, 233, 0.55);
    border-radius: 50%;

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

.need-circle img {
    width: 34px;
    height: 34px;

    object-fit: contain;
    display: block;
}


.need-item em {
    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 0.8rem;
    font-style: normal;

    color: #45B9B3;
}


/* =========================================================
   REQUESTS
   ========================================================= */

.human-requests {
    display: flex;

    flex-direction: column;

    gap: 22px;
}


.human-requests p {
    margin: 0;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(248, 243, 233, 0.14);

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 0.9rem;

    line-height: 1.45;
}


.human-requests strong {
    color: #45B9B3;

    font-weight: 400;

    text-decoration: underline;
    text-underline-offset: 5px;
}


/* =========================================================
   PICKETT EXPLANATION
   ========================================================= */

.pickett-explanation {
    margin-top: 20px;
}


.pickett-explanation p {
    margin: 0 0 15px;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 1rem;

    line-height: 1.35;
}


.pickett-explanation>strong {
    display: inline-block;

    padding: 5px 18px 8px;

    border-radius: 10px;

    background: rgba(56, 157, 154, 0.14);

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1.45rem;
    font-weight: 400;

    color: #45B9B3;

    transform: rotate(-1deg);
}


/* =========================================================
   BOTTOM EQUATIONS
   ========================================================= */

.human-equation {
    min-height: 68px;

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 20px;

    padding: 12px 20px;

    border: 1px solid rgba(248, 243, 233, 0.18);

    border-radius: 12px;
}


.human-equation>strong {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 1rem;
}


.equation-arrow {
    font-size: 2rem;
    font-weight: 300;

    color: #FDDB70;
}


.pickett-equation .equation-arrow {
    color: #45B9B3;
}


.human-equation em {
    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: 1rem;
    font-style: normal;
}


.pickett-equation em u {
    color: #45B9B3;

    text-underline-offset: 5px;
}


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

@media (max-width: 1050px) {

    .human-first-grid {
        grid-template-columns: 1fr;
    }


    .human-pickett {
        padding-left: 0;

        padding-top: 35px;

        border-left: 0;
        border-top: 1px solid rgba(248, 243, 233, 0.16);
    }


    .pickett-human-visual {
        grid-template-columns: 90px minmax(180px, 260px) 90px minmax(150px, 1fr);
    }

}


@media (max-width: 700px) {

    .human-first {
        padding: 45px 22px 35px;
    }


    .old-main {
        grid-template-columns: 1fr;
    }


    .pickett-human-visual {
        grid-template-columns: 70px 1fr 70px;
    }


    .human-requests {
        grid-column: 1 / -1;

        margin-top: 20px;
    }


    .human-equation {
        flex-wrap: wrap;

        gap: 12px;
    }

}

/* =========================================
   VISION — CLOSING
   ========================================= */

.vision-closing {
    background: #F4EFE5;
    color: #161616;

    padding: 70px 5.5% 60px;
}


/* -----------------------------------------
   ROWS
   ----------------------------------------- */

.closing-row {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;

    max-width: 1450px;
    margin: 0 auto;
}

.closing-row-top {
    min-height: 350px;
}

.closing-row-bottom {
    min-height: 330px;
}


/* -----------------------------------------
   TOP STATEMENT
   ----------------------------------------- */

.closing-big-statement {
    margin: 0;

    font-family: "Times New Roman", Times, serif;
    font-size: clamp(3rem, 4.15vw, 4.8rem);
    line-height: 1.02;

    font-weight: 400;
    letter-spacing: -0.045em;
}

.closing-big-statement em {
    color: #187E7D;
    font-weight: 400;
    font-style: italic;

    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.closing-big-statement span {
    color: #D99B18;
    font-weight: 400;

    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}


/* -----------------------------------------
   IMAGES
   ----------------------------------------- */

.closing-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.closing-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.closing-visual-crowd img {
    max-width: 720px;
    max-height: 340px;
}

.closing-visual-person img {
    max-width: 680px;
    max-height: 300px;
}


/* -----------------------------------------
   DIVIDER
   ----------------------------------------- */

.closing-divider {
    width: 100%;
    max-width: 1450px;
    height: 1px;

    margin: 20px auto 35px;

    background: rgba(29, 29, 29, 0.15);
}


/* -----------------------------------------
   BOTTOM STATEMENT
   ----------------------------------------- */

.closing-personal {
    margin: 0 0 4px;

    font-family: "Times New Roman", Times, serif;
    font-size: clamp(3rem, 4.2vw, 4.9rem);
    line-height: 0.96;

    color: #187E7D;

    font-weight: 400;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.closing-one-person {
    margin: 0;

    font-family: "Times New Roman", Times, serif;
    font-size: clamp(2.5rem, 3.25vw, 3.8rem);
    line-height: 1.05;

    font-weight: 400;
    letter-spacing: -0.035em;
}

.closing-one-person em {
    font-weight: 400;
    font-style: italic;

    text-decoration: underline;
    text-decoration-color: #187E7D;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}


/* handwritten final line */

.closing-lifetime {
    margin: 25px 0 0;

    font-family:
        "Comic Sans MS",
        "Bradley Hand",
        cursive;

    font-size: clamp(1.45rem, 1.8vw, 2rem);
    line-height: 1.15;

    font-weight: 400;
}

.closing-lifetime span {
    color: #E4A526;

    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}


/* -----------------------------------------
   RESPONSIVE
   ----------------------------------------- */

@media (max-width: 900px) {

    .vision-closing {
        padding: 55px 7%;
    }

    .closing-row {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .closing-row-top,
    .closing-row-bottom {
        min-height: auto;
    }

    .closing-visual-crowd img,
    .closing-visual-person img {
        max-width: 600px;
    }

    .closing-divider {
        margin: 45px auto;
    }
}

/* =========================================================
   NAV LINK COLOURS
   ========================================================= */

/* DEFAULT — Food + Vision */

.nav-links a {
    color: rgba(29, 29, 29, 0.62);
}

.nav-links a.active {
    color: #1D1D1D;
    opacity: 1;
    font-weight: 500;
}


/* HOMEPAGE ONLY */

.home-page .nav-links a {
    color: rgba(255, 255, 255, 0.65);
}

.home-page .nav-links a.active {
    color: #FFFFFF;
    opacity: 1;
    font-weight: 500;
}

/* =========================================================
   NAVIGATION — LIGHT BACKGROUND
   ========================================================= */

.vision-header {
    background: transparent;
}

.vision-page .nav-links a {
    color: rgba(29, 29, 29, 0.58);
}

.vision-page .nav-links a:hover,
.vision-page .nav-links a.active {
    color: #1D1D1D;
}

.vision-page .nav-contact {
    color: #1D1D1D;
    border-color: rgba(29, 29, 29, 0.28);
}

.vision-page .nav-contact:hover {
    border-color: #1D1D1D;
}

.vision-page .nav-contact span {
    color: #FDDB70;
}