/* #last edited 2026-08-28T23:04:17.7147322+01:00 */

.tld-editorial--home {
    --tld-home-ink: #252522;
    --tld-home-paper: #faf9f6;
    --tld-home-paper-deep: #f0ece2;
    --tld-home-line: rgba(37, 37, 34, 0.2);
    --tld-home-blue: #a0bcd2;
}

.tld-editorial--home .tld-editorial__hero {
    min-height: clamp(560px, 45vw, 660px);
    align-content: center;
    padding-block: 64px;
}

.tld-editorial--home .tld-editorial__hero h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 4vw, 4rem);
    line-height: .94;
    text-transform: none;
    text-wrap: balance;
}

.tld-editorial--home .tld-editorial__hero-copy {
    width: min(100%, 680px);
}

.tld-editorial--home .tld-editorial__lede {
    max-width: 48ch;
    margin-top: 22px;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.5;
}

.tld-editorial--home .tld-editorial__actions {
    margin-top: 24px;
}

.tld-home__paper {
    background:
        linear-gradient(rgba(240, 236, 226, .94), rgba(240, 236, 226, .94)),
        repeating-linear-gradient(96deg, rgba(85, 76, 61, .035) 0 1px, transparent 1px 7px);
}

.tld-home__needs article p,
.tld-home__needs article strong {
    color: var(--tld-home-ink) !important;
}

.tld-home__needs article > a {
    border-color: var(--tld-home-ink) !important;
    background: #fff !important;
    color: var(--tld-home-ink) !important;
}

.tld-home__intro,
.tld-home__pattern-section,
.tld-home__products,
.tld-home__reviews,
.tld-home__ethos,
.tld-home__journal {
    width: 100%;
    margin: 0;
    padding: clamp(42px, 4vw, 56px) max(20px, calc((100vw - 1320px) / 2));
}

.tld-home__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(36px, 6vw, 88px);
    border-block: 1px solid var(--tld-home-line);
}

.tld-home__intro h2,
.tld-home__section-head h2,
.tld-home-reviews__head h2 {
    max-width: 14ch;
    margin: 0;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.tld-home__eyebrow {
    margin: 0 0 16px;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tld-home__intro-copy,
.tld-home__section-head > p,
.tld-home__section-head > div:last-child {
    max-width: 58ch;
    font-size: clamp(.98rem, 1.15vw, 1.08rem);
    line-height: 1.58;
}

.tld-home__intro-copy p:first-child,
.tld-home__section-head p:first-child {
    margin-top: 0;
}

.tld-home__text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tld-home__section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    align-items: end;
    gap: clamp(28px, 5vw, 72px);
    width: min(100%, 1320px);
    margin: 0 auto clamp(28px, 3.5vw, 46px);
}

.tld-home__pattern-section > .tld-shop-types,
.tld-home__pattern-section > .tld-shop-ingredients {
    max-width: 1320px;
    padding-inline: 0;
}

.tld-home__pattern-section .tld-shop-types__header,
.tld-home__pattern-section .tld-shop-ingredients__header {
    display: none;
}

.tld-editorial--home .tld-trust-strip {
    width: 100%;
    max-width: none;
    padding: 12px max(20px, calc((100vw - 1320px) / 2));
}

.tld-editorial--home .tld-trust-strip__item {
    min-height: 62px;
    padding-block: 6px !important;
}

.tld-editorial--home .tld-trust-strip__grid {
    padding-block: 4px !important;
}

.tld-editorial--home .tld-trust-strip__description {
    display: none;
}

.tld-home__needs {
    padding-top: clamp(42px, 5vw, 64px);
    border-top: 1px solid var(--tld-home-line);
}

.tld-home__needs .gspb_row,
.tld-home__needs .gspb_row__content {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
}

.tld-home__needs .gspb_row__content > div:not([class=""]) {
    min-width: 0;
}

.tld-home__needs .gspb_row__content article {
    min-height: 320px;
    padding: 26px !important;
    box-shadow: none !important;
}

.tld-home__needs .gspb_row__content article img {
    max-width: 76px !important;
    max-height: 76px !important;
}

.tld-home__needs .gspb_row__content article .gspb_container > p:last-of-type,
.tld-home__needs .gspb_row__content article .gspb_container > hr:last-of-type {
    display: none;
}

.tld-home__products .tld-home-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 1320px);
    margin-inline: auto;
}

.tld-home__products .tld-product-card {
    min-height: 470px;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(30, 25, 20, .13);
}

.tld-home__products .tld-product-card__media {
    flex: 0 0 205px;
    min-height: 205px;
    padding: 14px 12px 4px;
}

.tld-home__products .tld-product-card__product-image,
.tld-home__products .tld-product-card__product-image img {
    max-height: 195px;
}

.tld-home__products .tld-product-card__body {
    padding: 4px 14px 16px;
}

.tld-home__products .tld-product-card__icon-rail {
    min-height: 30px;
    margin-bottom: 8px;
    gap: 4px;
}

.tld-home__products .tld-product-card__icon-group {
    gap: 2px;
}

.tld-home__products .tld-product-card__icon,
.tld-home__products .tld-product-card__icon img {
    width: 22px;
    height: 22px;
}

.tld-home__products .tld-product-card__range {
    font-size: 10px;
}

.tld-home__products .tld-product-card__title {
    font-size: 15px;
}

.tld-home__products .tld-product-card__divider {
    margin: 10px 0 9px;
}

.tld-home__products .tld-product-card__description {
    display: -webkit-box;
    min-height: 0;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tld-home__products .tld-product-card__footer {
    gap: 8px;
}

.tld-home__products .tld-product-card__price .tld-card-price-label {
    font-size: 12px;
}

.tld-home__products .tld-product-card__price .tld-card-price-current,
.tld-home__products .tld-product-card__price ins {
    font-size: 19px;
}

.tld-home__products .tld-product-card__price .tld-card-price-was,
.tld-home__products .tld-product-card__price del {
    font-size: 12px;
}

.tld-home__products .tld-product-card__cart.button,
.woocommerce .tld-home__products .tld-product-card__cart.button {
    flex-basis: 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
}

.tld-home__ingredients {
    border-block: 1px solid var(--tld-home-line);
}

.tld-home__recognition {
    padding: clamp(38px, 4vw, 58px) 0 clamp(24px, 3vw, 42px);
    border-bottom: 1px solid var(--tld-home-line);
}

.tld-home__recognition .tld-featured-logos {
    margin-bottom: clamp(28px, 3vw, 44px);
    border-block: 1px solid var(--tld-home-line);
    background: var(--tld-home-paper) !important;
    padding-block: 16px;
}

.tld-home__recognition .tld-featured-logos__heading {
    margin-bottom: 8px;
    font-size: 20px;
}

.tld-home__recognition .tld-featured-logos__marquee {
    height: 74px;
}

.tld-home__recognition .tld-featured-logo {
    height: 58px;
}

.tld-home__recognition .tld-featured-logo img {
    height: 48px;
}

.tld-home__recognition .tld-category-awards-pattern {
    width: min(100% - 40px, 1320px);
    margin-block: 0;
    padding: 0 0 clamp(30px, 3vw, 42px);
    border-top: 0;
}

.tld-home__recognition .tld-category-awards-pattern__awards {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    overflow: visible;
    padding: 0;
    border: 1px solid var(--tld-home-line);
}

.tld-home__recognition .tld-category-award {
    min-width: 0;
}

.tld-home__recognition .tld-category-awards-pattern__header {
    grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
    margin-bottom: 28px;
}

.tld-home__recognition .tld-category-awards-pattern__heading {
    font-size: clamp(2.2rem, 3.7vw, 3.8rem);
}

.tld-home__recognition .tld-category-awards-pattern__layout {
    grid-template-columns: 1fr;
    border-top: 0;
}

.tld-home__recognition .tld-category-awards-pattern__media {
    display: none;
}

.tld-home__recognition .tld-category-award__link,
.tld-home__recognition .tld-category-award:not(:has(.tld-category-award__link)) {
    min-height: 126px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
}

.tld-home__recognition .tld-category-award__image {
    width: 56px;
    height: 56px;
}

.tld-home__recognition .tld-category-award__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tld-home-reviews {
    width: min(100%, 1320px);
    margin-inline: auto;
}

.tld-home-reviews__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: clamp(26px, 3vw, 40px);
}

.tld-home-reviews__summary {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 4px 12px;
    min-width: 230px;
}

.tld-home-reviews__summary > strong {
    grid-row: 1 / 3;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(2.2rem, 3vw, 3.25rem);
    font-weight: 400;
    line-height: 1;
}

.tld-home-reviews__summary > span:last-child {
    font-size: 0.8rem;
}

.tld-klaviyo-stars__stars {
    position: relative;
    display: inline-block;
    width: 6.25em;
    color: rgba(37, 37, 34, 0.2);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.tld-klaviyo-stars__fill {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    color: #9b7640;
    white-space: nowrap;
}

.tld-home-reviews__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--tld-home-line);
    background: var(--tld-home-line);
}

.tld-home-review {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: clamp(24px, 3vw, 38px);
    background: var(--tld-home-paper);
}

.tld-home-review blockquote {
    display: -webkit-box;
    margin: 20px 0;
    overflow: hidden;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.tld-home-review:nth-child(n + 5) {
    display: none;
}

.tld-home-review footer {
    display: grid;
    gap: 6px;
    margin-top: auto;
    font-size: 0.78rem;
    line-height: 1.4;
}

.tld-home-review footer a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tld-home__ethos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(100%, 1320px);
    margin-inline: auto;
    border: 1px solid var(--tld-home-line);
    background: var(--tld-home-line);
}

.tld-home__ethos-grid article {
    min-height: 250px;
    padding: clamp(24px, 3vw, 38px);
    background: var(--tld-home-paper);
}

.tld-home__ethos-grid h3 {
    margin: 0 0 18px;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.08;
}

.tld-home__ethos-grid p {
    line-height: 1.7;
}

.tld-home__ethos-grid a {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tld-home__journal-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    width: min(100%, 1320px);
    margin-inline: auto;
    border-block: 1px solid var(--tld-home-line);
    background: var(--tld-home-line);
}

.tld-home__journal-track > a {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    background: var(--tld-home-paper);
    text-decoration: none;
}

.tld-home-journal-card__media {
    display: block;
    height: 180px;
    overflow: hidden;
    background: var(--tld-home-paper-deep);
}

.tld-home-journal-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.tld-home-journal-card__body {
    display: flex;
    min-height: 170px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.tld-home-journal-card__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tld-home__journal-track strong {
    margin-top: 24px;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(1.3rem, 1.7vw, 1.7rem);
    font-weight: 400;
    line-height: 1.22;
}

.tld-home__journal-track em {
    margin-top: auto;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tld-home__journal-track > a:hover,
.tld-home__journal-track > a:focus-visible,
.tld-home__ethos-grid a:hover,
.tld-home__ethos-grid a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tld-home-journal-card:hover .tld-home-journal-card__image,
.tld-home-journal-card:focus-visible .tld-home-journal-card__image {
    transform: scale(1.025);
}

.tld-home__social {
    width: 100%;
    margin: 0;
    padding: clamp(42px, 4vw, 56px) max(20px, calc((100vw - 1320px) / 2));
    background: var(--tld-home-ink);
    color: #fff;
}

.tld-home-social {
    width: min(100%, 1320px);
    margin-inline: auto;
}

.tld-home-social__head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: end;
    gap: clamp(28px, 6vw, 96px);
    margin-bottom: clamp(26px, 3vw, 40px);
}

.tld-home-social__head h2 {
    max-width: 11ch;
    margin: 0;
    font-family: var(--wp--preset--font-family--special-elite, "Special Elite", "Courier New", monospace);
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.tld-home-social__copy {
    max-width: 46ch;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.65;
}

.tld-home-social__copy p {
    margin-top: 0;
}

.tld-home-social__copy a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tld-home-social__track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
}

.tld-home-social__item {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f0ece2;
}

.tld-home-social__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.tld-home-social__item:hover .tld-home-social__image,
.tld-home-social__item:focus-visible .tld-home-social__image {
    transform: scale(1.035);
}

@media (max-width: 1023.98px) {
    .tld-home__products .tld-home-product-grid,
    .tld-home-reviews__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tld-home__journal-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .tld-editorial--home .tld-editorial__hero {
        min-height: 620px;
        padding: 68px 20px 44px;
    }

    .tld-editorial--home .tld-editorial__hero h1 {
        max-width: 12ch;
        font-size: clamp(2.7rem, 11.5vw, 3.9rem);
        line-height: 0.94;
    }

    .tld-editorial--home .tld-editorial__lede {
        font-size: 1rem;
        line-height: 1.45;
    }

    .tld-editorial--home .tld-trust-strip {
        overflow: hidden;
        padding-inline: 16px;
    }

    .tld-editorial--home .tld-trust-strip__grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overscroll-behavior-inline: contain;
        padding: 2px 22px 10px 2px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tld-editorial--home .tld-trust-strip__grid::-webkit-scrollbar {
        display: none;
    }

    .tld-editorial--home .tld-trust-strip__item {
        flex: 0 0 min(64vw, 240px);
        min-height: 84px;
        scroll-snap-align: start;
    }

    .tld-home__intro,
    .tld-home__section-head,
    .tld-home-reviews__head {
        grid-template-columns: 1fr;
    }

    .tld-home__intro,
    .tld-home__pattern-section,
    .tld-home__products,
    .tld-home__reviews,
    .tld-home__ethos,
    .tld-home__journal,
    .tld-home__social {
        padding-block: 58px;
        padding-inline: 16px;
    }

    .tld-home__section-head {
        gap: 20px;
        margin-bottom: 32px;
    }

    .tld-home__intro h2,
    .tld-home__section-head h2,
    .tld-home-reviews__head h2,
    .tld-home-social__head h2 {
        font-size: clamp(2.35rem, 12vw, 3.75rem);
    }

    .tld-home-social__head {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
    }

    .tld-home__needs {
        overflow: hidden;
    }

    .tld-home__needs .gspb_row__content {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overscroll-behavior-inline: contain;
        padding: 2px 24px 16px 2px !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tld-home__needs .gspb_row__content::-webkit-scrollbar {
        display: none;
    }

    .tld-home__needs .gspb_row__content > * {
        flex: 0 0 min(82vw, 330px) !important;
        width: min(82vw, 330px) !important;
        max-width: none !important;
        scroll-snap-align: start;
    }

    .tld-home__products {
        overflow: hidden;
    }

    .tld-home__products .tld-home-product-grid,
    .tld-home-reviews__track,
    .tld-home__journal-track,
    .tld-home-social__track {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 2px 24px 16px 2px;
        border: 0;
        background: transparent;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tld-home__products .tld-home-product-grid::-webkit-scrollbar,
    .tld-home-reviews__track::-webkit-scrollbar,
    .tld-home__journal-track::-webkit-scrollbar,
    .tld-home-social__track::-webkit-scrollbar {
        display: none;
    }

    .tld-home__products .tld-product-card {
        flex: 0 0 min(84vw, 340px);
        min-height: 470px;
        scroll-snap-align: start;
    }

    .tld-home-review,
    .tld-home__journal-track > a,
    .tld-home-social__item {
        flex: 0 0 min(84vw, 340px);
        scroll-snap-align: start;
        border: 1px solid var(--tld-home-line);
    }

    .tld-home-reviews__summary {
        min-width: 0;
    }

    .tld-home__ethos {
        overflow: hidden;
    }

    .tld-home__ethos-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 2px 20px 14px 2px;
        border: 0;
        background: transparent;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tld-home__ethos-grid::-webkit-scrollbar {
        display: none;
    }

    .tld-home__ethos-grid article {
        flex: 0 0 min(84vw, 340px);
        min-height: 0;
        border: 1px solid var(--tld-home-line);
        scroll-snap-align: start;
    }

    .tld-home__recognition {
        padding-top: 38px;
    }

    .tld-home__recognition .tld-category-awards-pattern {
        width: calc(100% - 32px);
        margin-inline: auto;
    }

    .tld-home__recognition .tld-category-awards-pattern__awards,
    .tld-home__recognition .tld-category-awards-pattern__media {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 2px 20px 14px 2px;
        border: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tld-home__recognition .tld-category-awards-pattern__media {
        display: none !important;
    }

    .tld-home__recognition .tld-category-awards-pattern__awards::-webkit-scrollbar,
    .tld-home__recognition .tld-category-awards-pattern__media::-webkit-scrollbar {
        display: none;
    }

    .tld-home__recognition .tld-category-award,
    .tld-home__recognition .tld-category-media-quote {
        flex: 0 0 min(82vw, 340px);
        min-width: 0;
        border: 1px solid var(--tld-home-line);
        scroll-snap-align: start;
    }

    .tld-home__recognition .tld-category-award {
        flex-basis: min(76vw, 290px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tld-home__needs .gspb_row__content,
    .tld-home__products .tld-home-product-grid,
    .tld-home-reviews__track,
    .tld-home__journal-track,
    .tld-home-social__track,
    .tld-home__ethos-grid,
    .tld-editorial--home .tld-trust-strip__grid,
    .tld-home__recognition .tld-category-awards-pattern__awards,
    .tld-home__recognition .tld-category-awards-pattern__media {
        scroll-behavior: auto;
    }
}
