/* #last edited 2026-08-05T23:11:00+01:00 */

.tld-editorial {
    --tld-ink: #252522;
    --tld-paper: #faf9f6;
    --tld-paper-deep: #f0ece2;
    --tld-blue: #9dbdd4;
    --tld-sage: #dce4d2;
    --tld-line: rgba(37, 37, 34, 0.2);
    color: var(--tld-ink);
    background: var(--tld-paper);
    overflow: clip;
}

.tld-editorial,
.tld-editorial * {
    box-sizing: border-box;
}

.tld-editorial a {
    color: inherit;
    text-underline-offset: 0.18em;
    text-decoration-thickness: 1px;
}

.tld-editorial__hero {
    position: relative;
    display: grid;
    min-height: clamp(430px, 67svh, 760px);
    align-content: end;
    padding: clamp(76px, 11vw, 160px) max(24px, calc((100vw - 1440px) / 2));
    border-bottom: 1px solid var(--tld-line);
    background:
        radial-gradient(circle at 82% 22%, rgba(157, 189, 212, 0.46), transparent 30%),
        linear-gradient(112deg, var(--tld-paper) 0 55%, var(--tld-paper-deep) 100%);
    isolation: isolate;
}

.tld-editorial__hero::after {
    position: absolute;
    z-index: -1;
    top: 9%;
    right: max(20px, calc((100vw - 1440px) / 2));
    width: min(34vw, 480px);
    aspect-ratio: 1;
    border: 1px solid var(--tld-line);
    border-radius: 50%;
    content: '';
    opacity: 0.58;
    transform: translate3d(0, 0, 0);
}

.tld-editorial__hero--image {
    min-height: max(560px, calc(100svh - 118px));
    background: #e9e5dc;
}

.tld-editorial__hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
    overflow: hidden;
}

.tld-editorial__hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 20, 18, 0.78) 0%, rgba(20, 20, 18, 0.42) 48%, rgba(20, 20, 18, 0.08) 100%);
    content: '';
}

.tld-editorial__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    animation: tld-editorial-hero-settle 1.1s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.tld-editorial__hero--image .tld-editorial__hero-copy {
    color: #fff;
}

.tld-editorial__hero-copy {
    width: min(100%, 820px);
    animation: tld-editorial-rise 720ms ease both;
}

.tld-editorial__eyebrow,
.tld-editorial__section-label {
    margin: 0 0 18px;
    color: currentColor;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tld-editorial__hero h1 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(3.25rem, 8.2vw, 8.2rem);
    line-height: 0.91;
    letter-spacing: -0.055em;
}

.tld-editorial__lede {
    max-width: 56ch;
    margin: clamp(24px, 3vw, 40px) 0 0;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.62;
}

.tld-editorial__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.tld-editorial__button,
.tld-editorial .wp-block-button__link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--tld-ink);
    border-radius: 0;
    background: var(--tld-ink);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tld-editorial__hero--image .tld-editorial__button {
    border-color: #fff;
    background: #fff;
    color: var(--tld-ink);
}

.tld-editorial__button:hover,
.tld-editorial__button:focus-visible,
.tld-editorial .wp-block-button__link:hover,
.tld-editorial .wp-block-button__link:focus-visible {
    background: transparent;
    color: var(--tld-ink);
    transform: translateY(-2px);
}

.tld-editorial__hero--image .tld-editorial__button:hover,
.tld-editorial__hero--image .tld-editorial__button:focus-visible {
    background: transparent;
    color: #fff;
}

.tld-editorial__intro,
.tld-editorial__body,
.tld-editorial__contact,
.tld-editorial__reports,
.tld-editorial__range,
.tld-editorial__products,
.tld-editorial__journal,
.tld-editorial__closing {
    width: min(100% - 40px, 1320px);
    margin-inline: auto;
    padding-block: clamp(64px, 9vw, 128px);
}

.tld-editorial__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(38px, 8vw, 130px);
    border-bottom: 1px solid var(--tld-line);
}

.tld-editorial__intro h2,
.tld-editorial__section-head h2,
.tld-editorial__closing h2 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.35rem, 5.2vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.tld-editorial__intro-copy,
.tld-editorial__section-head > p {
    max-width: 62ch;
    font-size: clamp(1rem, 1.25vw, 1.17rem);
    line-height: 1.75;
}

.tld-editorial__section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 40px;
    align-items: end;
    margin-bottom: clamp(36px, 6vw, 72px);
}

.tld-editorial__legacy {
    width: min(100%, 920px);
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.78;
}

.tld-editorial__legacy > *:first-child {
    margin-top: 0;
}

.tld-editorial__legacy h2,
.tld-editorial__legacy h3,
.tld-editorial__legacy h4 {
    margin: 2.4em 0 0.7em;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.tld-editorial__legacy h2 {
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.tld-editorial__legacy h3 {
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.tld-editorial__legacy p,
.tld-editorial__legacy li {
    max-width: 76ch;
}

.tld-editorial__legacy ul,
.tld-editorial__legacy ol {
    padding-left: 1.4em;
}

.tld-editorial__legacy li + li {
    margin-top: 0.6em;
}

.tld-editorial__legacy blockquote {
    margin: 2.5em 0;
    padding: 0 0 0 1.4em;
    border-left: 3px solid var(--tld-blue);
    font-size: 1.2em;
}

.tld-editorial__testimonial {
    display: grid;
    grid-template-columns: minmax(110px, 180px) 1fr;
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
    margin: 2.5rem 0;
    padding: clamp(24px, 4vw, 48px);
    background: var(--tld-paper-deep);
    border: 1px solid var(--tld-line);
}

.tld-editorial__legacy .tld-editorial__testimonial img {
    width: 100%;
    max-height: 90px;
    margin: 0;
    object-fit: contain;
}

.tld-editorial__testimonial blockquote {
    margin: 0;
}

.tld-editorial__testimonial blockquote p {
    margin: 0;
}

.tld-editorial__legacy hr {
    margin: 3rem 0;
    border: 0;
    border-top: 1px solid var(--tld-line);
}

.tld-editorial__legacy table {
    width: 100%;
    margin: 2.2rem 0;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.tld-editorial__legacy th,
.tld-editorial__legacy td {
    padding: 14px 12px;
    border-bottom: 1px solid var(--tld-line);
    text-align: left;
    vertical-align: top;
}

.tld-editorial__legacy th {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tld-editorial__legacy img {
    display: block;
    width: min(100%, 960px);
    height: auto;
    margin: 2.5rem auto;
}

.tld-editorial__legacy a[href$='.pdf'],
.tld-editorial__report-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 13px 0;
    border-top: 1px solid var(--tld-line);
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, padding-inline 180ms ease;
}

.tld-editorial__legacy a[href$='.pdf']::after,
.tld-editorial__report-link::after {
    content: 'PDF  ↗';
    font-size: 0.7rem;
    letter-spacing: 0.1em;
}

.tld-editorial__legacy a[href$='.pdf']:hover,
.tld-editorial__legacy a[href$='.pdf']:focus-visible,
.tld-editorial__report-link:hover,
.tld-editorial__report-link:focus-visible {
    color: #4d6f87;
    padding-inline: 8px;
}

.tld-editorial__range-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tld-line);
    list-style: none;
}

.tld-editorial__range-item {
    position: relative;
    min-height: clamp(340px, 42vw, 610px);
    overflow: hidden;
    border-bottom: 1px solid var(--tld-line);
}

.tld-editorial__range-item + .tld-editorial__range-item {
    border-left: 1px solid var(--tld-line);
}

.tld-editorial__range-item a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 4vw, 54px);
    text-decoration: none;
}

.tld-editorial__range-item h3 {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 5.5rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.tld-editorial__range-item p {
    max-width: 28ch;
    margin: 18px 0 0;
    line-height: 1.55;
}

.tld-editorial__range-item--boost {
    background: #e7c7ae;
}

.tld-editorial__range-item--balance {
    background: #dce4d2;
}

.tld-editorial__range-item--bed {
    background: #c7d8e5;
}

.tld-editorial__range-item::before {
    position: absolute;
    top: 10%;
    right: -15%;
    width: 72%;
    aspect-ratio: 1;
    border: 1px solid rgba(37, 37, 34, 0.28);
    border-radius: 50%;
    content: '';
    transition: transform 500ms ease;
}

.tld-editorial__range-item:hover::before {
    transform: scale(1.08) translate(-4%, 4%);
}

.tld-editorial__products {
    border-top: 1px solid var(--tld-line);
}

.tld-editorial__products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0 !important;
    padding: 1px;
    background: var(--tld-line);
}

.tld-editorial__products ul.products::before,
.tld-editorial__products ul.products::after {
    display: none;
}

.tld-editorial__products ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    background: var(--tld-paper);
}

.tld-editorial__contact-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 9vw, 140px);
}

.tld-editorial__contact-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tld-line);
    list-style: none;
}

.tld-editorial__contact-list li {
    padding: 22px 0;
    border-bottom: 1px solid var(--tld-line);
}

.tld-editorial__contact-list strong {
    display: block;
    margin-bottom: 7px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tld-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tld-contact-form__full {
    grid-column: 1 / -1;
}

.tld-contact-form label:not(.tld-contact-form__consent) {
    display: block;
    margin-bottom: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tld-contact-form input[type='text'],
.tld-contact-form input[type='email'],
.tld-contact-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--tld-ink);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--tld-ink);
    font: inherit;
}

.tld-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.tld-contact-form input:focus,
.tld-contact-form textarea:focus {
    border-bottom-color: #4d6f87;
    box-shadow: 0 2px 0 #4d6f87;
}

.tld-contact-form__consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.5;
}

.tld-contact-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.tld-contact-form__notice {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border: 1px solid var(--tld-line);
}

.tld-editorial__closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: end;
    border-top: 1px solid var(--tld-line);
}

@supports (animation-timeline: view()) {
    .tld-editorial__intro,
    .tld-editorial__section-head,
    .tld-editorial__legacy > h2,
    .tld-editorial__closing {
        animation: tld-editorial-section-reveal linear both;
        animation-range: entry 8% cover 28%;
        animation-timeline: view();
    }
}

@keyframes tld-editorial-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
}

@keyframes tld-editorial-hero-settle {
    from {
        opacity: 0.65;
        transform: scale(1.08);
    }
}

@keyframes tld-editorial-section-reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
}

@media (max-width: 900px) {
    .tld-editorial__intro,
    .tld-editorial__section-head,
    .tld-editorial__contact-grid {
        grid-template-columns: 1fr;
    }

    .tld-editorial__range-list {
        grid-template-columns: 1fr;
    }

    .tld-editorial__range-item {
        min-height: 300px;
    }

    .tld-editorial__range-item + .tld-editorial__range-item {
        border-left: 0;
    }

    .tld-editorial__products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {

    .tld-editorial__testimonial {
        grid-template-columns: 1fr;
    }

    .tld-editorial__legacy .tld-editorial__testimonial img {
        width: min(180px, 60%);
        justify-self: start;
    }
    .tld-editorial__hero {
        min-height: min(680px, calc(100svh - 74px));
        padding: 72px 20px 48px;
    }

    .tld-editorial__hero--image {
        min-height: min(720px, calc(100svh - 74px));
    }

    .tld-editorial__hero::after {
        top: 11%;
        right: -22%;
        width: 72vw;
    }

    .tld-editorial__hero-media img {
        object-position: 62% center;
    }

    .tld-editorial__hero h1 {
        font-size: clamp(3rem, 16vw, 5.5rem);
    }

    .tld-editorial__intro,
    .tld-editorial__body,
    .tld-editorial__contact,
    .tld-editorial__reports,
    .tld-editorial__range,
    .tld-editorial__products,
    .tld-editorial__journal,
    .tld-editorial__closing {
        width: min(100% - 32px, 1320px);
        padding-block: 58px;
    }

    .tld-editorial__legacy {
        line-height: 1.68;
    }

    .tld-editorial__legacy table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tld-editorial__products ul.products {
        grid-template-columns: 1fr;
    }

    .tld-contact-form {
        grid-template-columns: 1fr;
    }

    .tld-editorial__closing {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tld-editorial *,
    .tld-editorial *::before,
    .tld-editorial *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}
