/* =========================================================
   DOLL FINDS HUB — ABOUT PAGE
========================================================= */

.dfh-about-page {
    --about-bg: #080a09;
    --about-panel: #0d100e;
    --about-panel-2: #111411;

    --about-text: #f2f1ed;
    --about-muted: #aaa9a5;
    --about-soft: #747773;

    --about-platinum: #e8e7e2;
    --about-platinum-soft: #b9bbb6;

    --about-line: rgba(255,255,255,.18);
    --about-line-soft: rgba(255,255,255,.09);

    width: 100%;
    min-width: 0;

    color: var(--about-text);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WORDPRESS PAGE CLEANUP
========================================================= */

body:has(.dfh-about-page) .single-entry__header {
    display: none;
}

body:has(.dfh-about-page) .single-entry {
    overflow: visible;
}

body:has(.dfh-about-page) .single-entry > article {
    overflow: visible;
}

body:has(.dfh-about-page) .single-entry__content {
    width: 100%;
    max-width: none;
    overflow: visible;
}


/* =========================================================
   COMMON
========================================================= */

.dfh-about-page *,
.dfh-about-page *::before,
.dfh-about-page *::after {
    box-sizing: border-box;
}

.dfh-about-page h1,
.dfh-about-page h2,
.dfh-about-page h3,
.dfh-about-page p,
.dfh-about-page blockquote {
    margin-top: 0;
}

.dfh-about-page img {
    display: block;
    width: 100%;
}

.dfh-about-eyebrow,
.dfh-about-section-heading__eyebrow {
    display: block;

    margin-bottom: 18px;

    color: var(--about-muted);

    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;

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

.dfh-about-section-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(210px, .65fr);

    gap: 46px;

    align-items: end;

    padding-bottom: 30px;

    border-bottom: 1px solid var(--about-line);
}

.dfh-about-section-heading h2 {
    max-width: 720px;

    margin: 0;

    color: var(--about-text);

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

    font-size: clamp(40px, 5.2vw, 72px);
    font-weight: 400;
    line-height: .98;

    letter-spacing: -1.6px;
}

.dfh-about-section-heading > p {
    margin: 0 0 23px;

    color: var(--about-muted);

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


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

.dfh-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
    column-gap: 64px;
    align-items: start;
    padding-top: 0;
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
}

.dfh-about-hero__image {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 600 / 520;
    overflow: hidden;
    margin-top: 56px;
    transform: none;
    border-right: 0;
}

.dfh-about-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.dfh-about-hero__content {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 53px 0 0;
}

.dfh-about-eyebrow {
    margin-bottom: 14px;
}

.dfh-about-hero__title {
    margin: 0 0 30px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -1.3px;
}

.dfh-about-hero__title em {
    display: block;
    margin-top: 12px;
    color: #babbb7;
    font-size: .84em;
    font-weight: 400;
    line-height: 1.08;
}

.dfh-about-hero__lead {
    max-width: 520px;
    margin: 0;
    color: #d1d1cc;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(20px, 1.65vw, 24px);
    line-height: 1.28;
}

.dfh-about-hero__footer {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
    column-gap: 64px;
    align-items: end;
    padding: 0 0 34px;
}

.dfh-about-hero__text {
    grid-column: 1;
    max-width: 520px;
    margin: 0;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.75;
}

.dfh-about-hero__signature {
    grid-column: 2;
    max-width: 520px;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid var(--about-line-soft);
    color: #e3e2dd;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-style: italic;
}

/* =========================================================
   FACTS — 8 CELLS / 4 × 2
========================================================= */

.dfh-about-facts {
    display: grid;

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

    border-bottom: 1px solid var(--about-line);
}

.dfh-about-fact {
    min-width: 0;

    padding: 18px 18px 20px;

    border-right: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
}

.dfh-about-fact:nth-child(4n) {
    border-right: 0;
}

.dfh-about-fact:nth-child(n + 5) {
    border-bottom: 0;
}

.dfh-about-fact__label {
    display: block;

    margin-bottom: 11px;

    color: var(--about-soft);

    font-size: 8px;
    font-weight: 600;
    line-height: 1.25;

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

.dfh-about-fact__value {
    display: block;

    color: #e8e7e2;

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

    font-size: clamp(18px, 1.7vw, 22px);
    font-weight: 400;
    line-height: 1.08;
}


/* =========================================================
   QUOTE
========================================================= */

.dfh-about-quote {
    display: grid;

    grid-template-columns:
        90px 1fr;

    gap: 35px;

    align-items: start;

     padding:
        clamp(55px, 6vw, 70px)
        clamp(20px, 5vw, 70px)
        35px;

    border-bottom: 1px solid var(--about-line);
}

.dfh-about-quote__mark {
    margin-top: 0;

    color: #4c504c;

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

    font-size: 130px;
    font-weight: 400;
    line-height: 1;
}

.dfh-about-quote blockquote {
    position: relative;
    max-width: 820px;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    border: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    color: #e2e2dd;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 4.7vw, 62px);
    font-weight: 400;
    line-height: 1.05;
}

.dfh-about-quote blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: var(--color-accent-dark);
}

/* =========================================================
   HISTORY
========================================================= */

.dfh-history {
    --history-header-top: 84px;

    /*
     * Заголовок більше не забирає 250px.
     * На невисоких ноутбуках він автоматично стає компактнішим.
     */
    --history-heading-height:
        clamp(150px, 20vh, 190px);

    /*
     * Timeline займає весь простір, що залишився
     * у видимій частині екрана.
     */
    --history-stage-height:
        max(
            400px,
            calc(
                100svh -
                var(--history-header-top) -
                var(--history-heading-height)
            )
        );

    position: relative;

    border-bottom: 1px solid var(--about-line);
}


/* =========================================================
   HISTORY HEADING
   Stays visible during the whole timeline
========================================================= */

.dfh-history__heading {
    position: sticky;

    top: var(--history-header-top);

    z-index: 5;

    height: var(--history-heading-height);

    padding: 28px 0 30px;

    align-content: center;

    background: var(--about-bg);

    border-bottom: 1px solid var(--about-line);
}

.dfh-history__heading h2 {
    font-size: 60px;
    line-height: .95;
}


/* =========================================================
   HISTORY STAGE
   Sticks directly below the heading
========================================================= */

.dfh-history__stage {
    position: sticky;

    top:
        calc(
            var(--history-header-top) +
            var(--history-heading-height)
        );

    z-index: 4;

    width: 100%;
    height: var(--history-stage-height);

    min-height: 0;
    max-height: none;

    overflow: hidden;

    background: var(--about-bg);
}

.dfh-history__stage-inner {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    padding: 18px 0;
}


/* =========================================================
   HISTORY — SHARED WORKING AREA
========================================================= */

.dfh-history__years,
.dfh-history__signal,
.dfh-history__viewer {
    position: absolute;

    top: 18px;
    bottom: 18px;

    height: auto;

    transform: none;
}


/* =========================================================
   HISTORY YEARS
========================================================= */

.dfh-history__years {
    left: 0;

    width: 120px;

    margin: 0;
    padding: 0;
}

.dfh-history__year-link {
    position: absolute;

    right: 0;

    padding: 4px 0;
    margin: 0;

    transform: translateY(-50%);

    border: 0;

    background: transparent;

    color: #626561;

    font-family:
        "Manrope",
        Arial,
        sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.25px;

    cursor: pointer;

    transition:
        color .22s ease,
        transform .22s ease;
}

.dfh-history__year-link:hover {
    color: #b9bbb6;
}

.dfh-history__year-link.is-passed {
    color: #8f918d;
}

.dfh-history__year-link.is-active {
    color: var(--about-platinum);

    transform:
        translate(-5px, -50%);
}


/* =========================================================
   HISTORY RAIL
========================================================= */

.dfh-history__signal {
    left: 138px;

    width: 28px;

    margin: 0;
    padding: 0;
}

.dfh-history__rail {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    width: 1px;

    transform: translateX(-50%);

    background: rgba(255,255,255,.17);
}

.dfh-history__rail-progress {
    position: absolute;

    top: 0;
    left: 0;

    width: 1px;
    height: 0;

    background: var(--about-platinum);
}

.dfh-history__dot {
    position: absolute;

    left: 50%;

    width: 8px;
    height: 8px;

    padding: 0;

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

    border: 1px solid #676a66;
    border-radius: 50%;

    background: var(--about-bg);

    cursor: pointer;

    transition:
        width .2s ease,
        height .2s ease,
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.dfh-history__dot.is-passed {
    border-color: #aaa9a5;
    background: #aaa9a5;
}

.dfh-history__dot.is-active {
    width: 14px;
    height: 14px;

    border-color: var(--about-platinum);

    background: var(--about-platinum);

    box-shadow:
        0 0 0 6px rgba(232,231,226,.08);
}


/* =========================================================
   HISTORY VIEWER
========================================================= */

.dfh-history__viewer {
    left: 195px;
    right: 0;

    width: auto;

    margin: 0;
    padding: 0;

    overflow: hidden;
}

.dfh-history__track {
    position: relative;

    width: 100%;
    height: 100%;

    transform: none;
}


/* =========================================================
   HISTORY CARD
========================================================= */

.dfh-history__card {
    position: absolute;

    inset: 0;

    display: grid;

    grid-template-columns:
        220px
        minmax(0, 1fr);

    gap: 42px;

    align-items: center;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    pointer-events: none;

    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease;
}

.dfh-history__card.is-active {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
}


/* =========================================================
   HISTORY IMAGE
========================================================= */

.dfh-history__image {
    width: 220px;

    aspect-ratio: 2 / 3;

    margin: 0;

    align-self: center;

    overflow: hidden;

    border: 1px solid var(--about-line);

    background: var(--about-panel-2);
}

.dfh-history__image img {
    width: 100%;
    height: 100%;

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


/* =========================================================
   HISTORY PLACEHOLDER
========================================================= */

.dfh-history__placeholder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
    height: 100%;

    padding: 18px;

    background:
        linear-gradient(
            145deg,
            #0e110f,
            #151815
        );
}

.dfh-history__placeholder-year {
    color: #535753;

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

    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

.dfh-history__placeholder-label {
    color: #676a66;

    font-size: 8px;
    font-weight: 600;

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


/* =========================================================
   HISTORY TEXT
========================================================= */

.dfh-history__content {
    min-width: 0;

    width: 100%;
    max-width: none;

    align-self: center;

    margin: 0;
}

.dfh-history__accent {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 16px;

    color: #c6c6c1;

    font-size: 8px;
    font-weight: 600;

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

.dfh-history__accent::before {
    content: "";

    width: 34px;
    height: 1px;

    flex: 0 0 34px;

    background: currentColor;
}

.dfh-history__year {
    margin: 0 0 16px;

    color: var(--about-platinum);

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

    font-size: clamp(58px, 6vw, 86px);
    font-weight: 400;
    line-height: .75;

    letter-spacing: -3px;
}

.dfh-history__title {
    max-width: 650px;

    margin: 0 0 16px;

    color: var(--about-text);

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

    font-size: clamp(28px, 2.8vw, 40px);
    font-weight: 400;
    line-height: 1;

    letter-spacing: -.8px;
}

.dfh-history__copy {
    max-width: 700px;

    margin: 0;

    color: var(--about-muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   HISTORY SCROLL DRIVER
========================================================= */

.dfh-history__steps {
    position: relative;

    z-index: 1;

    /*
     * The invisible scroll area begins behind the sticky stage,
     * so the stage itself doesn't create a second empty block.
     */
    margin-top:
        calc(
            0px -
            var(--history-stage-height)
        );

    pointer-events: none;
}


.dfh-history__step {
    /*
     * Кожен рік отримує достатню відстань скролу,
     * але вона адаптується до висоти монітора.
     */
    height: clamp(260px, 34vh, 380px);
    min-height: 0;
}


/*
 * 2026 не створює окремий великий порожній хвіст.
 * Йому потрібна лише невелика додаткова дистанція,
 * щоб картку можна було спокійно дочитати.
 */
.dfh-history__step:last-child {
    height: clamp(300px, 42vh, 440px);
    min-height: 0;
}

.dfh-history__mobile-card {
    display: none;
}


/* =========================================================
   HISTORY — TABLET
========================================================= */

@media (max-width: 1129px) and (min-width: 961px) {

    .dfh-history__years {
        width: 100px;
    }

    .dfh-history__signal {
        left: 116px;
    }

    .dfh-history__viewer {
        left: 165px;
    }

    .dfh-history__card {
        grid-template-columns:
            180px
            minmax(0, 1fr);

        gap: 30px;
    }

    .dfh-history__image {
        width: 180px;
    }

}


/* =========================================================
   HISTORY — MOBILE
========================================================= */

@media (max-width: 960px) {

    .dfh-history {
        --history-heading-height: auto;
    }

    .dfh-history__heading {
        position: relative;

        top: auto;

        height: auto;

        padding: 32px 0 28px;

        background: transparent;
    }

    .dfh-history__stage {
        position: relative;

        top: auto;

        height: auto;
        min-height: 0;

        overflow: visible;
    }

    .dfh-history__stage-inner {
        height: auto;

        padding: 0;
    }

    .dfh-history__years,
    .dfh-history__signal,
    .dfh-history__viewer {
        display: none;
    }

    .dfh-history__steps {
        margin-top: 0;

        pointer-events: auto;
    }

    .dfh-history__step,
    .dfh-history__step:last-child {
        height: auto;
        min-height: 0;

        padding: 48px 0;

        border-bottom:
            1px solid var(--about-line);
    }

    .dfh-history__mobile-card {
        display: grid;

        grid-template-columns:
            120px
            minmax(0, 1fr);

        gap: 26px;

        align-items: start;
    }

    .dfh-history__mobile-image {
        aspect-ratio: 2 / 3;

        overflow: hidden;

        border: 1px solid var(--about-line);

        background: var(--about-panel-2);
    }

    .dfh-history__mobile-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

    .dfh-history__mobile-image .dfh-history__placeholder {
        padding: 12px;
    }

    .dfh-history__mobile-image .dfh-history__placeholder-year {
        font-size: 27px;
    }

    .dfh-history__mobile-year {
        margin-bottom: 10px;

        color: var(--about-platinum);

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

        font-size: 45px;
        font-weight: 400;
        line-height: .8;
    }

    .dfh-history__mobile-title {
        margin: 0 0 12px;

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

        font-size: 29px;
        font-weight: 400;
        line-height: 1;
    }

    .dfh-history__mobile-copy {
        margin: 0;

        color: var(--about-muted);

        font-size: 12px;
        line-height: 1.7;
    }

}


/* =========================================================
   COLLECTION CTA
========================================================= */

.dfh-about-collection {
    display: grid;

    grid-template-columns:
        minmax(250px, .9fr)
        minmax(0, 1.1fr);

    gap: 65px;

    align-items: center;

    padding: 95px 0;

    border-bottom: 1px solid var(--about-line);
}

.dfh-about-collection__content h2 {
    margin: 0 0 25px;

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

    font-size: clamp(44px, 5vw, 70px);
    font-weight: 400;
    line-height: .97;
}

.dfh-about-collection__content p {
    max-width: 470px;

    margin: 0 0 32px;

    color: var(--about-muted);

    font-size: 13px;
    line-height: 1.8;
}

.dfh-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-width: 225px;

    padding: 16px 28px;

    border: 1px solid var(--about-line);

    color: var(--about-text) !important;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.8px;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background .2s ease,
        color .2s ease;
}

.dfh-about-button:hover {
    background: var(--about-text);

    color: var(--about-bg) !important;
}

.dfh-about-collection__visual {
    display: grid;

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

    gap: 10px;
}

.dfh-about-collection__square {
    aspect-ratio: 1 / 1;

    overflow: hidden;

    border: 1px solid var(--about-line);
}

.dfh-about-image-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
    height: 100%;

    padding: 22px;

    background:
        linear-gradient(
            135deg,
            #101310,
            #161a16
        );
}

.dfh-about-image-placeholder span {
    color: #555954;

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

    font-size: 44px;
    line-height: 1;
}

.dfh-about-image-placeholder small {
    color: #696c68;

    font-size: 8px;
    font-weight: 600;

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


/* =========================================================
   SHELVES
========================================================= */

.dfh-about-shelves {
    display: grid;

    grid-template-columns:
        180px
        minmax(0, 1fr);

    gap: 55px;

    padding: 65px 0;

    border-bottom: 1px solid var(--about-line);
}

.dfh-about-shelves__number {
    padding-top: 5px;

    color: var(--about-soft);

    font-size: 9px;
    font-weight: 600;

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

.dfh-about-shelves__content {
    max-width: 700px;
}

.dfh-about-shelves__content h2 {
    margin: 0 0 20px;

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

    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    line-height: 1;
}

.dfh-about-shelves__content p {
    max-width: 570px;

    margin: 0;

    color: var(--about-muted);

    font-size: 13px;
    line-height: 1.8;
}


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

.dfh-about-final {
    padding: 100px 0 40px;
}

.dfh-about-final p {
    max-width: 820px;

    margin: 0;

    color: #dadad5;

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

    font-size: clamp(38px, 5vw, 65px);
    line-height: 1.06;
}


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

@media (max-width: 1450px) {

.dfh-about-hero {
    display: block;
}

.dfh-about-hero__image {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    margin-top: 40px;
    overflow: visible;
}

.dfh-about-hero__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
}

.dfh-about-hero__content {
    width: 100%;
    padding: 42px 0 0;
}

.dfh-about-hero__lead {
    width: 100%;
    max-width: 850px;
}

.dfh-about-hero__footer {
    display: block;
    width: 100%;
    padding: 32px 0 40px;
}

.dfh-about-hero__text {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 0;
}

.dfh-about-hero__signature {
    width: 100%;
    max-width: 760px;
    margin: 28px 0 0;
    padding-top: 20px;
}

    .dfh-about-facts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .dfh-about-fact {
        border-right: 1px solid var(--about-line);
        border-bottom: 1px solid var(--about-line);
    }

    .dfh-about-fact:nth-child(2n) {
        border-right: 0;
    }

    .dfh-about-fact:nth-child(n + 7) {
        border-bottom: 0;
    }

    .dfh-about-collection {
        gap: 40px;
    }

}

/* =========================================================
   MOBILE / WHEN SIDEBAR DROPS BELOW
========================================================= */

@media (max-width: 960px) {

    .dfh-about-section-heading {
        grid-template-columns: 1fr;

        gap: 20px;
    }

.dfh-about-hero__image {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    margin-top: 24px;
    overflow: hidden;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
}

.dfh-about-hero__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
}

    .dfh-about-hero__content {
        padding: 42px 24px 48px;
    }
	
.dfh-about-hero__footer {
    display: block;
    padding: 0 24px 48px;
}

.dfh-about-hero__text {
    width: 100%;
    max-width: none;
    padding: 0;
}

.dfh-about-hero__signature {
    width: 100%;
    max-width: none;
    margin: 28px 0 0;
}

    .dfh-about-hero__title {
        font-size:
            clamp(48px, 12vw, 68px);
    }


    /* COLLECTION */

    .dfh-about-collection {
        grid-template-columns: 1fr;

        gap: 45px;

        padding: 75px 0;
    }

    .dfh-about-collection__visual {
        gap: 7px;
    }


    /* SHELVES */

    .dfh-about-shelves {
        grid-template-columns: 1fr;

        gap: 25px;
    }

}


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

@media (max-width: 600px) {

    .dfh-about-facts {
        grid-template-columns: 1fr;
    }

    .dfh-about-fact {
        padding: 17px 16px 19px;

        border-right: 0;
        border-bottom: 1px solid var(--about-line);
    }

    .dfh-about-fact:nth-child(n) {
        border-right: 0;
    }

    .dfh-about-fact:nth-child(n + 5),
    .dfh-about-fact:nth-child(n + 7) {
        border-bottom: 1px solid var(--about-line);
    }

    .dfh-about-fact:last-child {
        border-bottom: 0;
    }

    .dfh-about-quote {
        grid-template-columns: 1fr;

        gap: 0;

        padding: 70px 20px;
    }

    .dfh-about-quote__mark {
        height: 65px;

        font-size: 100px;
    }

    .dfh-history__mobile-card {
        grid-template-columns:
            92px
            minmax(0, 1fr);

        gap: 18px;
    }

    .dfh-history__mobile-year {
        font-size: 36px;
    }

    .dfh-history__mobile-title {
        font-size: 25px;
    }

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

    .dfh-about-final {
        padding-top: 75px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dfh-history__card,
    .dfh-history__year-link,
    .dfh-history__dot,
    .dfh-history__rail-progress {
        transition: none;
    }

}

.dfh-about-facts .dfh-about-fact p {
    margin-top: -13px;	
}

.page-id-401 .single-entry {
    padding-top: 0;
    margin-top: -20px;
}

.page-id-401 .single-entry__content h1 {
	margin: 0.35em 0px 38px;
}

.single-entry__content .dfh-about-page .dfh-about-quote {
    padding-bottom: 60px !important;
}

.single-entry__content .dfh-about-page .dfh-about-quote blockquote {
    margin-bottom: 0 !important;
}

.dfh-about-quote blockquote p {
	margin-bottom: 0;
}

.view-collection-button {
	font-size: 13px;
}

@media (min-width: 1451px) {
    html[lang^="en"] .dfh-about-hero__footer {
        padding: 37px 0 34px;
    }
}