/* =========================================================
   CRISSY'S CORNER
   Editorial Hub
========================================================= */

.cc-editorial-hub {
    --cc-pink: #D82E92;
    --cc-gold: #FFDC00;
    --cc-black: #000000;
    --cc-white: #FFFFFF;
    --cc-blush: #F6EDE6;
    --cc-charcoal: #2E2E2E;

    background: var(--cc-white);
    color: var(--cc-black);
}

.cc-container {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}


/* =========================================================
   MASTHEAD
========================================================= */

.cc-masthead {
    padding: 58px 0 54px;
    text-align: center;
    background: var(--cc-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.cc-masthead-kicker,
.cc-eyebrow {
    margin: 0 0 14px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    color: var(--cc-pink);
}

.cc-masthead-title {
    margin: 0;

    font-family: "Playfair Display", serif;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.cc-masthead-tagline {
    margin: 20px 0 0;

    font-family: "Playfair Display", serif;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-style: italic;
    line-height: 1.3;
}
    
/* =========================================================
   LEAD STORY
========================================================= */

.cc-lead-story {
    padding: 82px 0 92px;
    background: var(--cc-blush);
    overflow: hidden;
}

.cc-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(54px, 7vw, 105px);
    align-items: center;
}


/* TEXT */

.cc-lead-copy {
    position: relative;
    z-index: 3;
}

.cc-lead-title {
    max-width: 690px;
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(3.2rem, 5.5vw, 5.8rem);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.cc-lead-dek {
    margin: 28px 0 0;

    font-family: "Playfair Display", serif;
    font-size: clamp(1.7rem, 2.7vw, 2.8rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.12;
}

.cc-lead-excerpt {
    max-width: 600px;
    margin: 30px 0 28px;

    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--cc-charcoal);
}

.cc-story-meta {
    margin-bottom: 20px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cc-text-link {
    display: inline-block;

    padding-bottom: 6px;

    color: var(--cc-black);

    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 3px solid var(--cc-pink);

    transition:
        color 180ms ease,
        border-color 180ms ease;
}

.cc-text-link:hover {
    color: var(--cc-pink);
    border-color: var(--cc-gold);
}


/* MEDIA */

.cc-lead-media {
    position: relative;
    padding: 34px 42px 48px 0;
}

.cc-lead-pink-shape {
    position: absolute;

    top: 0;
    right: 0;

    width: 86%;
    height: 92%;

    background: var(--cc-pink);

    border-radius:
        260px 260px 38px 38px;
}

.cc-lead-image-frame {
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius:
        260px 260px 38px 38px;
}

.cc-image-placeholder {
    min-height: 610px;

    display: grid;
    place-items: center;

    background: #ded7d1;
    color: #777;

    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* YELLOW EDITORIAL NOTE */

.cc-editorial-note {
    position: absolute;
    z-index: 5;

    right: -2px;
    bottom: 4px;

    width: 215px;
    padding: 20px 22px;

    background: var(--cc-gold);
    color: var(--cc-black);

    transform: rotate(-2deg);

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);

    font-family: "Montserrat", sans-serif;
}

.cc-editorial-note span {
    display: block;
    margin-bottom: 5px;

    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1;
}

.cc-editorial-note strong {
    display: block;

    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.01em;
}


/* =========================================================
   WHAT DO YOU NEED TODAY
========================================================= */

.cc-needs {
    padding: 110px 0 120px;
    background: var(--cc-white);
}

.cc-needs-heading {
    max-width: 780px;
    margin-bottom: 58px;
}

.cc-section-title {
    max-width: 720px;
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(3.2rem, 5.5vw, 5.8rem);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.cc-section-dek {
    max-width: 680px;
    margin: 24px 0 0;

    font-family: "Playfair Display", serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-style: italic;
    line-height: 1.35;
}


/* GRID */

.cc-needs-editorial-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}


/* BASE CARD */

.cc-dept-card {
    position: relative;
    overflow: hidden;

    min-height: 360px;
    padding: 36px;

    display: flex;
    flex-direction: column;

    color: var(--cc-black);
    text-decoration: none;

    border-radius: 30px;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.cc-dept-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}


/* CARD PLACEMENT */

.cc-dept-card-relief {
    grid-column: span 7;
    min-height: 450px;

    background: var(--cc-blush);
}

.cc-dept-card-self {
    grid-column: span 5;

    background: var(--cc-black);
    color: var(--cc-white);
}

.cc-dept-card-boundaries {
    grid-column: span 4;

    background: var(--cc-white);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cc-dept-card-life {
    grid-column: span 4;

    background: var(--cc-pink);
    color: var(--cc-white);
}

.cc-dept-card-freedom {
    grid-column: span 4;

    background: var(--cc-gold);
}


/* TOPLINE */

.cc-dept-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: auto;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cc-dept-number {
    color: var(--cc-pink);
}

.cc-dept-action {
    color: inherit;
}

.cc-dept-card-self .cc-dept-number {
    color: var(--cc-gold);
}

.cc-dept-card-life .cc-dept-number {
    color: var(--cc-gold);
}

.cc-dept-card-freedom .cc-dept-number {
    color: var(--cc-pink);
}


/* CONTENT */

.cc-dept-content {
    margin-top: 70px;
}

.cc-dept-prompt {
    margin: 0 0 18px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;

    color: var(--cc-pink);
}

.cc-dept-card-self .cc-dept-prompt {
    color: var(--cc-gold);
}

.cc-dept-card-life .cc-dept-prompt {
    color: var(--cc-gold);
}

.cc-dept-card-freedom .cc-dept-prompt {
    color: var(--cc-black);
}


.cc-dept-card h3 {
    max-width: 620px;
    margin: 0 0 22px;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 3.25vw, 3.6rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.cc-playfair {
    display: block;

    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.03em;
}


.cc-dept-description {
    max-width: 520px;
    margin: 0 0 34px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.93rem;
    line-height: 1.7;
}


.cc-dept-link {
    display: inline-block;

    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* SUBTLE EDITORIAL DETAIL */

.cc-dept-card-relief::after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: -55px;
    top: -50px;

    border-radius: 50%;

    background: rgba(216, 46, 146, 0.12);
}

.cc-dept-card-self::after {
    content: "YOU'RE STILL IN THERE.";

    position: absolute;
    right: -45px;
    bottom: 54px;

    font-family: "Playfair Display", serif;
    font-size: 0.9rem;
    font-style: italic;

    color: rgba(255, 255, 255, 0.32);

    transform: rotate(-90deg);
}

.cc-dept-card-life::after {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    right: -30px;
    top: -20px;

    border-radius: 50%;

    background: rgba(255, 220, 0, 0.95);
}


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

@media (max-width: 900px) {

    /* WHAT DO YOU NEED TODAY */

.cc-dept-card-relief,
.cc-dept-card-self {
    grid-column: span 6;
}

.cc-dept-card-boundaries,
.cc-dept-card-life,
.cc-dept-card-freedom {
    grid-column: span 6;
}

.cc-dept-card {
    min-height: 370px;
}


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

@media (max-width: 640px) {

    .cc-container {
        width: min(calc(100% - 30px), 1280px);
    }


    /* MASTHEAD */

    .cc-masthead {
        padding: 42px 0 38px;
    }

    .cc-masthead-kicker {
        margin-bottom: 12px;
        font-size: 0.64rem;
        letter-spacing: 0.16em;
    }

    .cc-masthead-title {
        font-size: clamp(3rem, 15vw, 4.3rem);
        line-height: 0.96;
    }

    .cc-masthead-tagline {
        margin-top: 16px;
        font-size: 1.2rem;
    }


    /* LEAD STORY */

    .cc-lead-story {
        padding: 34px 0 68px;
    }

    .cc-lead-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .cc-lead-media {
        order: 0;
        width: 100%;
        padding: 18px 22px 38px 0;
    }

    .cc-lead-copy {
        order: -1;
    }

    .cc-lead-title {
        max-width: 100%;

        font-size: clamp(2.7rem, 12vw, 3.8rem);
        line-height: 0.94;
        letter-spacing: -0.05em;
    }

    .cc-lead-dek {
        margin-top: 20px;
        font-size: 1.75rem;
    }

    .cc-lead-excerpt {
        margin-top: 24px;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .cc-image-placeholder {
        min-height: 430px;
    }

    .cc-lead-pink-shape {
        width: 88%;
        height: 90%;

        border-radius:
            170px 170px 28px 28px;
    }

    .cc-lead-image-frame {
        border-radius:
            170px 170px 28px 28px;
    }

    .cc-editorial-note {
        right: -2px;
        bottom: 0;

        width: 168px;
        padding: 15px 17px;
    }

    .cc-editorial-note span {
        font-size: 0.85rem;
    }

    .cc-editorial-note strong {
        font-size: 0.76rem;
    }

}
	/* WHAT DO YOU NEED TODAY */

.cc-needs {
    padding: 78px 0 86px;
}

.cc-needs-heading {
    margin-bottom: 38px;
}

.cc-section-title {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
    line-height: 0.94;
}

.cc-section-dek {
    margin-top: 20px;
    font-size: 1.35rem;
}

.cc-needs-editorial-grid {
    display: block;
}

.cc-dept-card,
.cc-dept-card-relief,
.cc-dept-card-self,
.cc-dept-card-boundaries,
.cc-dept-card-life,
.cc-dept-card-freedom {
    min-height: 340px;
    margin-bottom: 16px;
    padding: 28px;

    border-radius: 24px;
}

.cc-dept-card-relief {
    min-height: 410px;
}

.cc-dept-content {
    margin-top: 60px;
}

.cc-dept-card h3 {
    font-size: clamp(2.1rem, 10vw, 3rem);
}

.cc-dept-description {
    font-size: 0.9rem;
}

.cc-dept-card-self::after {
    display: none;
}
	/* =========================================================
   CRISSY'S CORNER CARD COLOR FIXES
========================================================= */

/* Black card */
.cc-dept-card-self h3,
.cc-dept-card-self .cc-dept-description,
.cc-dept-card-self .cc-dept-link {
    color: #FFFFFF !important;
}

/* Pink card - intentionally keep headline black for contrast */
.cc-dept-card-life h3,
.cc-dept-card-life .cc-playfair {
    color: #000000 !important;
}

.cc-dept-card-life .cc-dept-description,
.cc-dept-card-life .cc-dept-link {
    color: #FFFFFF !important;
}

/* Yellow card */
.cc-dept-card-freedom h3,
.cc-dept-card-freedom .cc-dept-description,
.cc-dept-card-freedom .cc-dept-link {
    color: #000000 !important;
}

/* Fix DESIGN label over yellow circle */
.cc-dept-card-life .cc-dept-action {
    position: relative;
    z-index: 3;
    color: #000000 !important;
}

/* Keep card content above decorative shapes */
.cc-dept-topline,
.cc-dept-content {
    position: relative;
    z-index: 2;
}	/* =========================================================
   FRESH FROM THE CORNER
========================================================= */

.cc-fresh {
    padding: 110px 0 120px;
    background: var(--cc-blush);
}

.cc-fresh-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;

    margin-bottom: 58px;
}

.cc-fresh-heading .cc-section-title {
    max-width: 720px;
}

.cc-fresh-all {
    flex-shrink: 0;

    padding-bottom: 6px;

    color: var(--cc-black);

    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 3px solid var(--cc-pink);
}


/* FEATURE GRID */

.cc-fresh-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 22px;
}


/* IMAGES */

.cc-story-image {
    overflow: hidden;

    display: grid;
    place-items: center;

    background: #ddd6d0;
    color: #777;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cc-story-image-large {
    min-height: 560px;
}

.cc-story-image-small {
    min-height: 240px;
}


/* MAIN FEATURE */

.cc-story-feature {
    background: var(--cc-white);
}

.cc-story-feature .cc-story-copy {
    padding: 34px 36px 38px;
}


/* SECONDARY COLUMN */

.cc-story-secondary-column {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

.cc-story-secondary {
    background: var(--cc-white);
}

.cc-story-secondary .cc-story-copy {
    padding: 28px 30px;
}

.cc-story-secondary-dark {
    display: flex;
    align-items: flex-end;

    background: var(--cc-black);
    color: var(--cc-white);
}


/* TYPOGRAPHY */

.cc-story-kicker {
    margin: 0 0 15px;

    color: var(--cc-pink);

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.cc-story-secondary-dark .cc-story-kicker {
    color: var(--cc-gold);
}

.cc-story-copy h3 {
    margin: 0;
}

.cc-story-copy h3 a {
    color: inherit;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 3.35rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-decoration: none;
}

.cc-story-secondary .cc-story-copy h3 a {
    font-size: clamp(1.5rem, 2.1vw, 2.45rem);
}

.cc-story-dek {
    max-width: 700px;
    margin: 20px 0 0;

    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.45;
}

.cc-story-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin-top: 28px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.cc-story-footer a {
    color: inherit;
    text-decoration: none;
}


/* LATEST RAIL */

.cc-latest-rail {
    margin-top: 52px;
    border-top: 4px solid var(--cc-black);
}

.cc-latest-label {
    padding: 15px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.cc-latest-item {
    display: grid;
    grid-template-columns: 60px 1fr 40px;
    align-items: center;
    gap: 20px;

    padding: 24px 0;

    color: var(--cc-black);
    text-decoration: none;

    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.cc-latest-number {
    color: var(--cc-pink);

    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
}

.cc-latest-copy h4 {
    margin: 0 0 6px;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
}

.cc-latest-copy p {
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.cc-latest-arrow {
    text-align: right;
    font-size: 1.4rem;
}


/* =========================================================
   FRESH - TABLET
========================================================= */

@media (max-width: 900px) {

    .cc-fresh-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cc-fresh-feature-grid {
        grid-template-columns: 1fr;
    }

    .cc-story-secondary-column {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

}


/* =========================================================
   FRESH - MOBILE
========================================================= */

@media (max-width: 640px) {

    .cc-fresh {
        padding: 78px 0 86px;
    }

    .cc-fresh-heading {
        margin-bottom: 38px;
    }

    .cc-story-image-large {
        min-height: 390px;
    }

    .cc-story-image-small {
        min-height: 250px;
    }

    .cc-story-feature .cc-story-copy,
    .cc-story-secondary .cc-story-copy {
        padding: 25px;
    }

    .cc-story-secondary-column {
        display: block;
    }

    .cc-story-secondary {
        margin-top: 18px;
    }

    .cc-story-secondary-dark {
        min-height: 340px;
    }

    .cc-story-copy h3 a,
    .cc-story-secondary .cc-story-copy h3 a {
        font-size: 2rem;
    }

    .cc-story-dek {
        font-size: 1.05rem;
    }

    .cc-latest-item {
        grid-template-columns: 34px 1fr 24px;
        gap: 12px;
    }

}
	/* =========================================================
   FRESH FROM THE CORNER — FINAL DESKTOP
========================================================= */

.cc-fresh {
    padding: 110px 0 120px !important;
    background: #F6EDE6 !important;
}

.cc-fresh-heading {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 58px;
}

.cc-fresh-heading .cc-section-title {
    max-width: 760px;
}

.cc-fresh-all {
    flex-shrink: 0;
    padding-bottom: 6px;

    color: #000000 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 3px solid #D82E92;
}


/* MAIN EDITORIAL GRID */

.cc-fresh-feature-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 22px;
    align-items: stretch;
}


/* MAIN FEATURE */

.cc-story-feature {
    background: #FFFFFF !important;
    overflow: hidden;
    border-radius: 30px;
}

.cc-story-feature .cc-story-copy {
    padding: 34px 36px 38px;
}


/* IMAGES */

.cc-story-image {
    display: grid !important;
    place-items: center;

    overflow: hidden;

    background: #DCD5CF !important;
    color: #777777 !important;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cc-story-image-large {
    min-height: 560px;
}

.cc-story-image-small {
    min-height: 240px;
}


/* RIGHT COLUMN */

.cc-story-secondary-column {
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

.cc-story-secondary {
    overflow: hidden;
    background: #FFFFFF !important;
    border-radius: 30px;
}

.cc-story-secondary .cc-story-copy {
    padding: 28px 30px;
}

.cc-story-secondary-dark {
    display: flex !important;
    align-items: flex-end;

    min-height: 320px;

    background: #000000 !important;
    color: #FFFFFF !important;
}


/* STORY TYPOGRAPHY */

.cc-story-kicker {
    margin: 0 0 15px;

    color: #D82E92 !important;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.cc-story-secondary-dark .cc-story-kicker {
    color: #FFDC00 !important;
}

.cc-story-copy h3 {
    margin: 0;
}

.cc-story-copy h3 a {
    color: #000000 !important;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 3.35rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-decoration: none;
}

.cc-story-secondary .cc-story-copy h3 a {
    font-size: clamp(1.5rem, 2.1vw, 2.45rem);
}

.cc-story-secondary-dark .cc-story-copy h3 a {
    color: #FFFFFF !important;
}

.cc-story-dek {
    max-width: 700px;
    margin: 20px 0 0;

    color: inherit;

    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.45;
}

.cc-story-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    margin-top: 28px;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.cc-story-footer a {
    color: inherit !important;
    text-decoration: none;
}


/* =========================================================
   LATEST RAIL
========================================================= */

.cc-latest-rail {
    margin-top: 52px;
    border-top: 4px solid #000000;
}

.cc-latest-label {
    padding: 15px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.cc-latest-item {
    display: grid !important;
    grid-template-columns: 60px 1fr 40px;
    align-items: center;
    gap: 20px;

    padding: 24px 0;

    color: #000000 !important;
    text-decoration: none;

    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.cc-latest-number {
    color: #D82E92;

    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
}

.cc-latest-copy h4 {
    margin: 0 0 6px;

    color: #000000;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
}

.cc-latest-copy p {
    margin: 0;

    color: #000000;

    font-family: "Montserrat", sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.cc-latest-arrow {
    text-align: right;
    font-size: 1.4rem;
}


/* =========================================================
   FRESH FROM THE CORNER — TABLET
========================================================= */

@media (max-width: 900px) {

    .cc-fresh-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-fresh-feature-grid {
        grid-template-columns: 1fr !important;
    }

    .cc-story-secondary-column {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important;
    }

}


/* =========================================================
   FRESH FROM THE CORNER — MOBILE
========================================================= */

@media (max-width: 640px) {

    .cc-fresh {
        padding: 78px 0 86px !important;
    }

    .cc-fresh-heading {
        margin-bottom: 38px;
    }

    .cc-story-image-large {
        min-height: 390px;
    }

    .cc-story-image-small {
        min-height: 250px;
    }

    .cc-story-feature .cc-story-copy,
    .cc-story-secondary .cc-story-copy {
        padding: 25px;
    }

    .cc-story-secondary-column {
        display: block !important;
    }

    .cc-story-secondary {
        margin-top: 18px;
    }

    .cc-story-secondary-dark {
        min-height: 340px;
    }

    .cc-story-copy h3 a,
    .cc-story-secondary .cc-story-copy h3 a {
        font-size: 2rem;
    }

    .cc-story-dek {
        font-size: 1.05rem;
    }

    .cc-latest-item {
        grid-template-columns: 34px 1fr 24px !important;
        gap: 12px;
    }
}
/* FORCE FRESH SECTION BACKGROUND ON ALL DEVICES */
.cc-fresh {
    background: #F6EDE6 !important;
}

@media (max-width: 640px) {
    .cc-fresh {
        background: #F6EDE6 !important;
    }
}
	/* =========================================================
   DYNAMIC REINVENTION DIARIES HERO
========================================================= */

.cc-lead-title a {
    color: #000000 !important;
    text-decoration: none !important;
}

.cc-lead-title a:hover {
    color: #000000 !important;
}

.cc-lead-department {
    margin: 0 0 18px;

    color: #000000;

    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.cc-lead-image-frame > a {
    display: block;
    width: 100%;
    height: 100%;
}

.cc-lead-featured-image {
    display: block !important;

    width: 100% !important;
    height: 610px !important;

    object-fit: cover !important;
    object-position: center !important;
}

.cc-image-missing {
    min-height: 610px;

    display: grid;
    place-items: center;

    padding: 40px;

    background: #DDD6D0;
    color: #777;

    text-align: center;

    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}


/* MOBILE */

@media (max-width: 640px) {

    .cc-lead-featured-image {
        height: 430px !important;
    }

    .cc-image-missing {
        min-height: 430px;
    }

}
	/* =========================================================
   REAL WORDPRESS STORY IMAGES
========================================================= */

.cc-story-image {
    overflow: hidden !important;
}

.cc-story-thumb {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    transition: transform 350ms ease;
}

.cc-story-image-large .cc-story-thumb {
    height: 560px !important;
}

.cc-story-image-small .cc-story-thumb {
    height: 240px !important;
}

.cc-story-image:hover .cc-story-thumb {
    transform: scale(1.025);
}


/* MOBILE */

@media (max-width: 640px) {

    .cc-story-image-large .cc-story-thumb {
        height: 390px !important;
    }

    .cc-story-image-small .cc-story-thumb {
        height: 250px !important;
    }

}
/* =========================================================
   CRISSY'S CORNER SERIES ARCHIVE
========================================================= */

.cc-series-archive {
    background: #FFFFFF;
}


/* SERIES MASTHEAD */

.cc-series-masthead {
    padding: 90px 0 86px;

    text-align: center;

    background: #FFFFFF;

    border-bottom:
        1px solid
        rgba(0, 0, 0, 0.10);
}

.cc-series-title {
    max-width: 1050px;

    margin:
        0
        auto;

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

    font-size:
        clamp(
            3.5rem,
            7vw,
            7rem
        );

    font-weight: 900;

    line-height: 0.9;

    letter-spacing:
        -0.06em;
}

.cc-series-tagline {
    max-width: 800px;

    margin:
        30px
        auto
        0;

    font-family:
        "Playfair Display",
        serif;

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

    font-style: italic;

    line-height: 1.15;
}

.cc-series-description {
    max-width: 760px;

    margin:
        28px
        auto
        0;

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

    font-size: 1rem;

    line-height: 1.75;

    color: #2E2E2E;
}


/* =========================================================
   FEATURE
========================================================= */

.cc-series-feature {
    padding:
        90px
        0;

    background:
        #F6EDE6;
}

.cc-series-feature-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap:
        clamp(
            50px,
            7vw,
            100px
        );

    align-items: center;
}

.cc-series-department {
    margin:
        0
        0
        18px;

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

    font-size:
        0.65rem;

    font-weight: 900;

    letter-spacing:
        0.13em;

    text-transform:
        uppercase;
}

.cc-series-feature-copy h2 {
    margin: 0;
}

.cc-series-feature-copy h2 a {
    color: #000000 !important;

    text-decoration: none;

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

    font-size:
        clamp(
            3rem,
            5vw,
            5.7rem
        );

    font-weight: 900;

    line-height: 0.92;

    letter-spacing:
        -0.055em;
}

.cc-series-feature-dek {
    max-width: 620px;

    margin:
        28px
        0
        0;

    font-family:
        "Playfair Display",
        serif;

    font-size:
        1.4rem;

    font-style: italic;

    line-height: 1.45;
}

.cc-series-feature-meta {
    margin:
        26px
        0
        20px;

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

    font-size:
        0.7rem;

    font-weight: 900;

    letter-spacing:
        0.12em;

    text-transform:
        uppercase;
}

.cc-series-feature-image {
    display: block;

    overflow: hidden;

    border-radius:
        260px
        260px
        34px
        34px;
}

.cc-series-feature-image img {
    display: block;

    width: 100%;

    height: 620px;

    object-fit: cover;
}


/* =========================================================
   SERIES LIBRARY
========================================================= */

.cc-series-library {
    padding:
        110px
        0
        120px;

    background:
        #FFFFFF;
}

.cc-series-library-heading {
    margin-bottom:
        50px;
}

.cc-series-library-heading h2 {
    margin: 0;

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

    font-size:
        clamp(
            3rem,
            5vw,
            5.5rem
        );

    font-weight: 900;

    line-height: 0.92;

    letter-spacing:
        -0.055em;
}

.cc-series-grid {
    display: grid;

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

    gap: 24px;
}

.cc-series-card {
    overflow: hidden;

    background:
        #F6EDE6;

    border-radius:
        28px;
}

.cc-series-card-image {
    display: block;

    overflow: hidden;
}

.cc-series-card-image img {
    display: block;

    width: 100%;

    height: 310px;

    object-fit: cover;

    transition:
        transform
        300ms ease;
}

.cc-series-card:hover
.cc-series-card-image img {
    transform:
        scale(1.025);
}

.cc-series-card-copy {
    padding:
        28px
        28px
        32px;
}

.cc-series-card-date {
    margin:
        0
        0
        15px;

    color:
        #D82E92;

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

    font-size:
        0.65rem;

    font-weight: 900;

    letter-spacing:
        0.10em;

    text-transform:
        uppercase;
}

.cc-series-card h3 {
    margin:
        0
        0
        28px;
}

.cc-series-card h3 a {
    color:
        #000000 !important;

    text-decoration:
        none;

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

    font-size:
        clamp(
            1.6rem,
            2vw,
            2.3rem
        );

    font-weight:
        900;

    line-height:
        1;

    letter-spacing:
        -0.04em;
}

.cc-series-card-link {
    color:
        #000000 !important;

    text-decoration:
        none;

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

    font-size:
        0.72rem;

    font-weight:
        900;

    letter-spacing:
        0.08em;

    text-transform:
        uppercase;
}


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

@media (max-width: 900px) {

    .cc-series-feature-grid {
        grid-template-columns:
            1fr;
    }

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

}


@media (max-width: 640px) {

    .cc-series-masthead {
        padding:
            65px
            0
            60px;
    }

    .cc-series-title {
        font-size:
            clamp(
                3rem,
                15vw,
                4.5rem
            );
    }

    .cc-series-tagline {
        font-size:
            1.6rem;
    }

    .cc-series-feature {
        padding:
            65px
            0
            75px;
    }

    .cc-series-feature-copy h2 a {
        font-size:
            clamp(
                2.5rem,
                12vw,
                3.7rem
            );
    }

    .cc-series-feature-image img {
        height:
            430px;
    }

    .cc-series-library {
        padding:
            80px
            0
            90px;
    }

    .cc-series-grid {
        grid-template-columns:
            1fr;
    }

    .cc-series-card-image img {
        height:
            360px;
    }
 /* =========================================================
   CRISSY'S CORNER
   DEPARTMENT ARCHIVES
========================================================= */

.cc-department-archive {
    background: #FFFFFF;
}


/* =========================================================
   DEPARTMENT MASTHEAD
========================================================= */

.cc-department-masthead {
    padding: 88px 0 82px;

    background: #FFFFFF;

    text-align: center;

    border-bottom:
        1px solid rgba(0, 0, 0, 0.10);
}

.cc-department-prompt {
    margin: 12px 0 20px;

    color: #D82E92;

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

    font-size: 0.72rem;

    font-weight: 900;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.cc-department-title {
    max-width: 1050px;

    margin: 0 auto;

    color: #000000;

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

    font-size:
        clamp(
            3.7rem,
            7vw,
            7rem
        );

    font-weight: 900;

    line-height: 0.9;

    letter-spacing: -0.06em;
}

.cc-department-tagline {
    margin: 28px 0 0;

    font-family: "Playfair Display", serif;

    font-size:
        clamp(
            1.8rem,
            3vw,
            2.8rem
        );

    font-style: italic;

    line-height: 1.15;
}

.cc-department-taxonomy {
    margin: 22px 0 0;

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

    font-size: 0.68rem;

    font-weight: 900;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.cc-department-description {
    max-width: 760px;

    margin: 30px auto 0;

    color: #2E2E2E;

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

    font-size: 1rem;

    line-height: 1.75;
}

.cc-department-description p {
    margin: 0;
}


/* =========================================================
   LATEST FEATURE
========================================================= */

.cc-department-feature {
    padding: 90px 0 100px;

    background: #F6EDE6;
}

.cc-department-feature-grid {
    display: grid !important;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap:
        clamp(
            50px,
            7vw,
            100px
        );

    align-items: center;
}

.cc-department-feature-grid.cc-no-feature-image {
    grid-template-columns: 1fr;

    max-width: 900px;
}

.cc-department-feature-copy h2 {
    margin: 0;
}

.cc-department-feature-copy h2 a {
    color: #000000 !important;

    text-decoration: none;

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

    font-size:
        clamp(
            3rem,
            5vw,
            5.7rem
        );

    font-weight: 900;

    line-height: 0.92;

    letter-spacing: -0.055em;
}

.cc-department-feature-dek {
    max-width: 650px;

    margin: 28px 0 0;

    font-family: "Playfair Display", serif;

    font-size: 1.4rem;

    font-style: italic;

    line-height: 1.45;
}

.cc-department-feature-meta {
    margin: 26px 0 20px;

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

    font-size: 0.7rem;

    font-weight: 900;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}

.cc-department-feature-image {
    display: block;

    overflow: hidden;

    border-radius:
        260px
        260px
        34px
        34px;
}

.cc-department-feature-image img {
    display: block !important;

    width: 100% !important;

    height: 620px !important;

    object-fit: cover !important;

    object-position: center !important;
}


/* =========================================================
   MORE STORIES
========================================================= */

.cc-department-library {
    padding: 110px 0 120px;

    background: #FFFFFF;
}

.cc-department-library-heading {
    margin-bottom: 50px;
}

.cc-department-library-heading h2 {
    margin: 0;

    color: #000000;

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

    font-size:
        clamp(
            3rem,
            5vw,
            5.5rem
        );

    font-weight: 900;

    line-height: 0.92;

    letter-spacing: -0.055em;
}

.cc-department-story-grid {
    display: grid !important;

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

    gap: 24px;
}

.cc-department-story-card {
    overflow: hidden;

    background: #F6EDE6;

    border-radius: 28px;
}

.cc-department-story-image {
    display: block;

    overflow: hidden;
}

.cc-department-story-image img {
    display: block !important;

    width: 100% !important;

    height: 310px !important;

    object-fit: cover !important;

    transition:
        transform 300ms ease;
}

.cc-department-story-card:hover
.cc-department-story-image img {
    transform: scale(1.025);
}

.cc-department-story-copy {
    padding: 28px 28px 32px;
}

.cc-department-story-meta {
    margin: 0 0 15px;

    color: #D82E92;

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

    font-size: 0.65rem;

    font-weight: 900;

    letter-spacing: 0.10em;

    text-transform: uppercase;
}

.cc-department-story-copy h3 {
    margin: 0 0 28px;
}

.cc-department-story-copy h3 a {
    color: #000000 !important;

    text-decoration: none;

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

    font-size:
        clamp(
            1.6rem,
            2vw,
            2.3rem
        );

    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.04em;
}

.cc-department-story-link {
    color: #000000 !important;

    text-decoration: none;

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

    font-size: 0.72rem;

    font-weight: 900;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


/* =========================================================
   RESET AUDIT BRIDGE
========================================================= */

.cc-department-reset {
    padding: 80px 0;

    background: #000000;

    color: #FFFFFF;
}

.cc-department-reset-inner {
    display: flex !important;

    justify-content: space-between;

    align-items: center;

    gap: 50px;
}

.cc-department-reset .cc-eyebrow {
    color: #FFDC00;
}

.cc-department-reset h2 {
    margin: 0;

    color: #FFFFFF;

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

    font-size:
        clamp(
            2.5rem,
            4vw,
            4.5rem
        );

    font-weight: 900;

    line-height: 0.95;

    letter-spacing: -0.05em;
}

.cc-department-reset p {
    max-width: 650px;

    margin: 20px 0 0;

    font-family: "Playfair Display", serif;

    font-size: 1.25rem;

    font-style: italic;
}

.cc-department-reset-button {
    flex-shrink: 0;

    display: inline-block;

    padding: 18px 28px;

    background: #D82E92;

    color: #000000 !important;

    border-radius: 999px;

    text-decoration: none;

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

    font-size: 0.76rem;

    font-weight: 900;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


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

@media (max-width: 900px) {

    .cc-department-feature-grid {
        grid-template-columns: 1fr !important;
    }

    .cc-department-story-grid {
        grid-template-columns:
            repeat(2, 1fr) !important;
    }

    .cc-department-reset-inner {
        flex-direction: column;

        align-items: flex-start;
    }

}


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

@media (max-width: 640px) {

    .cc-department-masthead {
        padding: 65px 0 60px;
    }

    .cc-department-title {
        font-size:
            clamp(
                3rem,
                15vw,
                4.5rem
            );
    }

    .cc-department-tagline {
        font-size: 1.65rem;
    }

    .cc-department-feature {
        padding: 65px 0 75px;
    }

    .cc-department-feature-copy h2 a {
        font-size:
            clamp(
                2.5rem,
                12vw,
                3.7rem
            );
    }

    .cc-department-feature-image img {
        height: 430px !important;
    }

    .cc-department-library {
        padding: 80px 0 90px;
    }

    .cc-department-story-grid {
        grid-template-columns:
            1fr !important;
    }

    .cc-department-story-image img {
        height: 360px !important;
    }

    .cc-department-reset {
        padding: 65px 0;
    }

}   