.wd-home-hero,
.wd-home-section {
    font-family: var(--font-family-Outfit);
}

.wd-home-container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
}

.wd-home-hero {
    position: relative;
    padding: 96px 0 88px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7f5 0%, #ffffff 58%, #fff4e8 100%);
}

.wd-home-hero::before {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 96, 108, 0.08);
}

.wd-home-hero__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    align-items: center;
    gap: 72px;
}

.wd-home-hero__content h1,
.wd-home-section h2,
.wd-home-section h3 {
    font-family: var(--font-family-Outfit);
    color: #261f1f;
}

.wd-home-hero__content h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(48px, 5.1vw, 72px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.wd-home-hero__content > p {
    max-width: 690px;
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.72;
    color: #625b5b;
}

.wd-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #d7281a;
}

.wd-home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.wd-home-button {
    box-sizing: border-box;
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.wd-home-button--primary {
    color: #ffffff;
    background: linear-gradient(to right, #ff606c 0%, #fc9837 100%);
}

.wd-home-button--primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(225, 15, 0, 0.18);
}

.wd-home-button--secondary {
    border-color: #d9d1d1;
    color: #261f1f;
    background: #ffffff;
}

.wd-home-button--secondary:hover {
    color: #d7281a;
    border-color: #d7281a;
}

.wd-home-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 32px 0 0;
    padding: 0;
}

.wd-home-hero__facts li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #504949;
}

.wd-home-hero__facts li::before {
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: #ff606c;
}

.wd-home-hero__visual {
    position: relative;
    padding: 24px 24px 48px;
}

.wd-home-hero__image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eeeeee;
    box-shadow: 0 28px 60px rgba(38, 31, 31, 0.15);
}

.wd-home-hero__image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-home-hero__location {
    position: absolute;
    right: 0;
    bottom: 8px;
    max-width: 280px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    background: #261f1f;
}

.wd-home-section {
    padding: 104px 0;
}

.wd-home-section--soft {
    background: #f8f7f7;
}

.wd-home-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.wd-home-section-heading--wide {
    max-width: 880px;
}

.wd-home-section-heading h2,
.wd-home-materials h2,
.wd-home-why__content h2,
.wd-home-faq__intro h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.wd-home-section-heading p,
.wd-home-why__content > p,
.wd-home-faq__intro > p {
    max-width: 720px;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.7;
    color: #686161;
}

.wd-home-card-grid {
    display: grid;
    gap: 22px;
}

.wd-home-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wd-home-card {
    min-height: 280px;
    padding: 32px 28px;
    border: 1px solid #e8e2e2;
    background: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wd-home-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(38, 31, 31, 0.08);
}

.wd-home-card__number {
    margin-bottom: 58px;
    font-size: 13px;
    font-weight: 700;
    color: #d7281a;
}

.wd-home-card h3,
.wd-home-application-card h3,
.wd-home-work-card h3,
.wd-home-process h3,
.wd-home-knowledge-grid h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.wd-home-card p,
.wd-home-application-card p,
.wd-home-work-card p,
.wd-home-process p,
.wd-home-knowledge-grid p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #706969;
}

.wd-home-application-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.wd-home-application-card {
    grid-column: span 2;
    min-height: 210px;
    padding: 30px;
    border-top: 3px solid #ff606c;
    background: #fff8f6;
}

.wd-home-application-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.wd-home-materials {
    color: #ffffff;
    background: #261f1f;
}

.wd-home-materials__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 80px;
}

.wd-home-eyebrow--light {
    color: #ff8c67;
}

.wd-home-materials h2,
.wd-home-materials h3 {
    color: #ffffff;
}

.wd-home-materials__intro > p {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.72;
    color: #cfcaca;
}

.wd-home-text-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 28px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.wd-home-text-link:hover {
    color: #ff8c67;
}

.wd-home-material-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.wd-home-material-list article {
    min-height: 190px;
    padding: 28px;
    background: #312a2a;
}

.wd-home-material-list h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.wd-home-material-list p {
    margin: 13px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #cfcaca;
}

.wd-home-why__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 76px;
}

.wd-home-why__visual {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eeeeee;
}

.wd-home-why__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-home-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 26px;
    margin: 30px 0 0;
    padding: 0;
}

.wd-home-check-list li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #4f4848;
}

.wd-home-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "✓";
    font-weight: 700;
    color: #d7281a;
}

.wd-home-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wd-home-work-card {
    overflow: hidden;
    background: #ffffff;
}

.wd-home-work-card img {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.wd-home-work-card > div {
    padding: 28px;
}

.wd-home-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    counter-reset: none;
}

.wd-home-process li {
    padding: 0 24px;
    border-left: 1px solid #e2dddd;
}

.wd-home-process li:first-child {
    padding-left: 0;
    border-left: 0;
}

.wd-home-process li > span {
    width: 38px;
    height: 38px;
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #d7281a;
}

.wd-home-process h3 {
    font-size: 18px;
}

.wd-home-knowledge {
    background: #fff7f0;
}

.wd-home-knowledge-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.wd-home-knowledge-grid article {
    min-height: 240px;
    padding: 28px;
    border: 1px solid #eadfd7;
    background: rgba(255, 255, 255, 0.62);
}

.wd-home-knowledge-grid article > span {
    display: block;
    margin-bottom: 42px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a45e43;
}

.wd-home-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 76px;
}

.wd-home-faq__items details {
    border-bottom: 1px solid #ded8d8;
}

.wd-home-faq__items summary {
    position: relative;
    padding: 24px 46px 24px 0;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #261f1f;
}

.wd-home-faq__items summary::-webkit-details-marker {
    display: none;
}

.wd-home-faq__items summary::after {
    position: absolute;
    top: 21px;
    right: 0;
    content: "+";
    font-size: 26px;
    font-weight: 400;
    color: #d7281a;
}

.wd-home-faq__items details[open] summary::after {
    content: "−";
}

.wd-home-faq__items details p {
    max-width: 720px;
    margin: -4px 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #686161;
}

.wd-cta {
    padding: 90px 20px;
    background: #ffffff;
}

.wd-cta__container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.wd-cta__content {
    max-width: 720px;
}

.wd-cta__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background: #e10f00;
}

.wd-cta__title {
    margin: 0;
    font-family: inherit;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 600;
    color: #261f1f;
}

.wd-cta__text {
    max-width: 600px;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

.wd-cta__action {
    flex: 0 0 auto;
}

.wd-cta__button {
    box-sizing: border-box;
    min-width: 180px;
    height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(to right, #ff606c 0%, #fc9837 100%);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wd-cta__button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(225, 15, 0, 0.2);
}

@media only screen and (max-width: 1100px) {
    .wd-home-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
        gap: 44px;
    }

    .wd-home-card-grid--four,
    .wd-home-knowledge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wd-home-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 36px 0;
    }

    .wd-home-process li:nth-child(4) {
        padding-left: 0;
        border-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .wd-home-hero {
        padding: 78px 0 72px;
    }

    .wd-home-hero__layout,
    .wd-home-materials__layout,
    .wd-home-why__layout,
    .wd-home-faq__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wd-home-hero__content h1 {
        max-width: 760px;
    }

    .wd-home-hero__visual {
        width: min(100%, 680px);
        padding-left: 0;
    }

    .wd-home-section {
        padding: 84px 0;
    }

    .wd-home-materials__layout {
        gap: 42px;
    }

    .wd-home-why__visual {
        width: min(100%, 720px);
    }

    .wd-home-work-card img {
        height: 280px;
    }

    .wd-cta {
        padding: 70px 20px;
    }

    .wd-cta__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .wd-home-container {
        width: min(100% - 32px, 1240px);
    }

    .wd-home-hero__content h1 {
        font-size: clamp(42px, 11vw, 58px);
    }

    .wd-home-hero__content > p {
        font-size: 17px;
    }

    .wd-home-section-heading {
        margin-bottom: 36px;
    }

    .wd-home-card-grid--four,
    .wd-home-application-grid,
    .wd-home-material-list,
    .wd-home-work-grid,
    .wd-home-process,
    .wd-home-knowledge-grid {
        grid-template-columns: 1fr;
    }

    .wd-home-application-card,
    .wd-home-application-card:nth-child(4) {
        grid-column: auto;
    }

    .wd-home-card,
    .wd-home-application-card,
    .wd-home-material-list article,
    .wd-home-knowledge-grid article {
        min-height: 0;
    }

    .wd-home-card__number,
    .wd-home-knowledge-grid article > span {
        margin-bottom: 32px;
    }

    .wd-home-check-list {
        grid-template-columns: 1fr;
    }

    .wd-home-process {
        gap: 0;
    }

    .wd-home-process li,
    .wd-home-process li:nth-child(4) {
        padding: 24px 0;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 18px;
        border-top: 1px solid #e2dddd;
        border-left: 0;
    }

    .wd-home-process li:first-child {
        border-top: 0;
    }

    .wd-home-process li > span {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    .wd-home-hero {
        padding: 62px 0 58px;
    }

    .wd-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wd-home-button {
        width: 100%;
    }

    .wd-home-hero__visual {
        padding: 0 0 54px;
    }

    .wd-home-hero__location {
        right: 12px;
        bottom: 8px;
    }

    .wd-home-section {
        padding: 66px 0;
    }

    .wd-home-section-heading h2,
    .wd-home-materials h2,
    .wd-home-why__content h2,
    .wd-home-faq__intro h2 {
        font-size: 36px;
    }

    .wd-home-card,
    .wd-home-application-card,
    .wd-home-material-list article,
    .wd-home-work-card > div,
    .wd-home-knowledge-grid article {
        padding: 24px;
    }

    .wd-home-work-card img {
        height: 260px;
    }

    .wd-cta {
        padding: 60px 20px;
    }
}

/* Keep the positioned About image composition inside the business-section flow. */
@media only screen and (min-width: 1024px) {
    .business-section .images-outer {
        min-height: 550px;
    }

    .business-section .images-column .inner-column {
        min-height: 610px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
    .business-section .images-outer {
        min-height: 500px;
    }

    .business-section .images-column .inner-column {
        min-height: 560px;
    }
}

@media only screen and (max-width: 479px) {
    .business-section .images-outer,
    .business-section .images-column .inner-column {
        min-height: 0;
    }
}

/* WD Labels public design system */
:root {
    --wd-red: #d52b1e;
    --wd-red-dark: #ae2117;
    --wd-ink: #211d1c;
    --wd-copy: #625c59;
    --wd-line: #e5dfda;
    --wd-warm: #f7f4f0;
    --wd-cream: #fffaf6;
    --wd-radius: 8px;
}

.main-header {
    border-bottom: 1px solid var(--wd-line);
    background: #ffffff;
}

.main-header .header-lower .auto-container {
    max-width: 1320px;
}

.main-header .header-lower .inner-container {
    min-height: 92px;
}

.main-header .logo-box .logo {
    margin-left: 0;
}

.main-header .logo-box .logo img {
    width: auto;
    max-width: 190px;
    max-height: 68px;
}

.main-header .main-menu .navigation > li {
    margin-right: 30px;
}

.main-header .main-menu .navigation > li > a {
    padding: 34px 0;
    font-family: var(--font-family-Outfit);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--wd-ink);
}

.main-header .main-menu .navigation > li > a::after {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    height: 2px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: var(--wd-red);
    transition: transform 220ms ease;
}

.main-header .main-menu .navigation > li:hover > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-header .cart-box {
    width: auto;
    min-width: 145px;
    padding-right: 24px;
    flex: 0 0 auto;
    border-right: 1px solid var(--wd-line);
}

.main-header .cart-box .box-inner {
    padding-left: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a817d;
}

.main-header .cart-box .phone {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--wd-ink);
}

.main-header .button-box .header-quote-btn {
    width: 160px;
    height: 50px;
    margin-left: 24px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
    background: var(--wd-red);
}

.main-header .header-quote-btn .header-quote-text,
.main-header .header-quote-btn .icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 1;
}

.main-header .button-box .header-quote-btn:hover {
    background: var(--wd-red-dark);
    transform: translateY(-1px);
}

.wd-home-hero {
    padding: 86px 0 94px;
    background: var(--wd-cream);
}

.wd-home-hero::before {
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    border-radius: 0;
    background: #f0ebe6;
}

.wd-home-hero__content h1 {
    max-width: 760px;
    font-size: clamp(50px, 5.2vw, 74px);
    font-weight: 650;
    line-height: 1.01;
}

.wd-home-button {
    border-radius: 3px;
}

.wd-home-button--primary,
.wd-cta__button {
    background: var(--wd-red);
}

.wd-home-hero__image-wrap,
.wd-home-why__visual,
.wd-home-work-card {
    border-radius: var(--wd-radius);
}

.wd-home-hero__image-wrap {
    box-shadow: 0 24px 54px rgba(33, 29, 28, .16);
}

.wd-home-hero__location {
    border-left: 4px solid var(--wd-red);
    background: var(--wd-ink);
}

.wd-home-hero__location strong,
.wd-home-hero__location span {
    display: block;
}

.wd-home-hero__location span {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #d7d1cd;
}

.wd-home-section {
    padding: 112px 0;
}

.wd-home-section--soft {
    background: var(--wd-warm);
}

.wd-home-card-grid--four {
    gap: 0;
    border-top: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
}

.wd-home-card {
    min-height: 260px;
    padding: 34px 30px;
    border: 0;
    border-right: 1px solid var(--wd-line);
    background: transparent;
}

.wd-home-card:last-child {
    border-right: 0;
}

.wd-home-card:hover {
    transform: none;
    box-shadow: inset 0 -3px 0 var(--wd-red);
    background: #ffffff;
}

.wd-home-application-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 56px;
    align-items: stretch;
}

.wd-home-application-feature {
    position: relative;
    min-height: 600px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: #eee8e3;
}

.wd-home-application-feature img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-home-application-feature figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    background: rgba(33, 29, 28, .9);
}

.wd-home-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--wd-line);
}

.wd-home-application-card,
.wd-home-application-card:nth-child(4) {
    grid-column: auto;
    min-height: 190px;
    padding: 28px 30px;
    border-top: 0;
    border-right: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
    background: #ffffff;
}

.wd-home-application-card:nth-child(even) {
    border-right: 0;
}

.wd-home-application-card:last-child {
    grid-column: auto;
}

.wd-home-materials {
    color: var(--wd-ink);
    background: #eee9e3;
}

.wd-home-materials h2,
.wd-home-materials h3 {
    color: var(--wd-ink);
}

.wd-home-eyebrow--light {
    color: var(--wd-red);
}

.wd-home-materials__intro > p,
.wd-home-material-list p {
    color: var(--wd-copy);
}

.wd-home-text-link {
    color: var(--wd-red-dark);
}

.wd-home-material-list {
    gap: 0;
    border-top: 1px solid #d5cdc6;
    background: transparent;
}

.wd-home-material-list article {
    min-height: 180px;
    border-right: 1px solid #d5cdc6;
    border-bottom: 1px solid #d5cdc6;
    background: transparent;
}

.wd-home-material-list article:nth-child(even) {
    border-right: 0;
}

.wd-home-why__lead {
    padding-left: 22px;
    border-left: 3px solid var(--wd-red);
    font-size: 19px !important;
    color: var(--wd-ink) !important;
}

.wd-home-check-list {
    gap: 0;
    border-top: 1px solid var(--wd-line);
}

.wd-home-check-list li {
    padding: 22px 22px 22px 28px;
    border-bottom: 1px solid var(--wd-line);
}

.wd-home-check-list li::before {
    top: 22px;
}

.wd-home-check-list strong,
.wd-home-check-list span {
    display: block;
}

.wd-home-check-list span {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: var(--wd-copy);
}

.wd-home-work-card {
    border: 1px solid var(--wd-line);
}

.wd-home-process {
    position: relative;
}

.wd-home-process::before {
    position: absolute;
    top: 19px;
    right: 7%;
    left: 7%;
    height: 1px;
    content: "";
    background: var(--wd-line);
}

.wd-home-process li {
    position: relative;
    border-left: 0;
}

.wd-home-process li > span {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 8px #ffffff;
    background: var(--wd-red);
}

.wd-home-process__timing {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--wd-red);
}

.wd-home-knowledge {
    background: var(--wd-ink);
}

.wd-home-knowledge .wd-home-eyebrow {
    color: #ff7c70;
}

.wd-home-knowledge .wd-home-section-heading h2,
.wd-home-knowledge-grid h3 {
    color: #ffffff;
}

.wd-home-knowledge .wd-home-section-heading p,
.wd-home-knowledge-grid p {
    color: #c8c1bd;
}

.wd-home-knowledge-grid {
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.18);
}

.wd-home-knowledge-grid article {
    min-height: 260px;
    padding: 30px 28px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.18);
    background: transparent;
}

.wd-home-knowledge-grid article:last-child {
    border-right: 0;
}

.wd-home-knowledge-grid article > span {
    color: #ff8d83;
}

.wd-home-knowledge-grid h3 a {
    color: #ffffff;
}

.wd-home-knowledge-grid h3 a:hover,
.wd-home-knowledge-grid h3 a:focus-visible,
.wd-home-knowledge-link:hover,
.wd-home-knowledge-link:focus-visible {
    color: #ff8d83;
}

.wd-home-knowledge-link {
    margin-top: 24px;
    display: inline-flex;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,.28);
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.wd-home-knowledge-grid a:focus-visible {
    outline: 2px solid #ff8d83;
    outline-offset: 4px;
}

.wd-cta {
    padding: 88px 20px;
    border-top: 1px solid var(--wd-line);
    background: var(--wd-cream);
}

.wd-cta__eyebrow {
    padding: 0;
    color: var(--wd-red);
    background: transparent;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wd-cta__button {
    border-radius: 3px;
}

.wd-footer {
    padding: 0;
    font-family: var(--font-family-Outfit);
    color: #d3cdca;
    background: #1d1a19;
}

.wd-footer__container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
    padding: 80px 0 28px;
}

.wd-footer__lead {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    align-items: center;
    gap: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.wd-footer__logo img {
    width: 130px;
    height: auto;
    display: block;
    filter: none;
}

.wd-footer__lead p {
    max-width: 590px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.wd-footer__contact-link {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--wd-red);
    font-weight: 700;
    color: #ffffff;
}

.wd-footer__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    padding: 58px 0;
}

.wd-footer h2 {
    margin: 0 0 22px;
    font-family: var(--font-family-Outfit);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #ffffff;
}

.wd-footer ul {
    margin: 0;
    padding: 0;
}

.wd-footer li {
    margin-bottom: 11px;
}

.wd-footer a {
    color: #d3cdca;
}

.wd-footer a:hover {
    color: #ffffff;
}

.wd-footer__contact address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: 1.7;
}

.wd-footer__contact > a {
    display: block;
    margin-top: 7px;
}

.wd-footer__bottom {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: 13px;
}

.wd-footer__bottom ul {
    display: flex;
    gap: 20px;
}

.wd-mobile-contact {
    margin: 28px 30px 0;
    padding-top: 24px;
    display: grid;
    gap: 14px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.wd-mobile-contact a {
    color: #ffffff;
}

.wd-mobile-contact__quote {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wd-red);
}

@media only screen and (max-width: 1199px) {
    .main-header .cart-box { display: none; }
    .main-header .main-menu .navigation > li { margin-right: 22px; }
    .wd-home-application-layout { gap: 36px; }
}

@media only screen and (max-width: 991px) {
    .main-header .header-lower .inner-container { min-height: 82px; }
    .main-header .logo-box .logo img { max-width: 170px; }
    .wd-home-hero::before { width: 100%; height: 34%; top: auto; bottom: 0; }
    .wd-home-application-layout { grid-template-columns: 1fr; }
    .wd-home-application-feature { min-height: 520px; }
    .wd-footer__lead { grid-template-columns: 180px 1fr; gap: 35px; }
    .wd-footer__contact-link { justify-self: start; grid-column: 2; }
}

@media only screen and (max-width: 767px) {
    .wd-home-section { padding: 82px 0; }
    .wd-home-card-grid--four { border-bottom: 0; }
    .wd-home-card { border-right: 0; border-bottom: 1px solid var(--wd-line); }
    .wd-home-application-grid { grid-template-columns: 1fr; }
    .wd-home-application-card,
    .wd-home-application-card:nth-child(even),
    .wd-home-application-card:last-child { grid-column: auto; border-right: 0; }
    .wd-home-process::before { display: none; }
    .wd-home-process li > span { box-shadow: none; }
    .wd-home-knowledge-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .wd-footer__lead { grid-template-columns: 1fr; }
    .wd-footer__contact-link { grid-column: auto; }
    .wd-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
}

@media only screen and (max-width: 599px) {
    .wd-home-hero__content h1 { font-size: 43px; }
    .wd-home-application-feature { min-height: 440px; }
    .wd-footer__container { width: min(100% - 32px, 1240px); padding-top: 62px; }
    .wd-footer__columns { grid-template-columns: 1fr; }
    .wd-footer__bottom { flex-direction: column; }
}

/* Public Knowledge Centre */
.wd-article,
.wd-article-hero,
.wd-knowledge-index {
    font-family: var(--font-family-Outfit);
}

.wd-article__container {
    width: min(100% - 40px, 900px);
    margin: 0 auto;
}

.wd-article-hero {
    padding: 92px 0 86px;
    background: var(--wd-cream);
}

.wd-article-hero nav {
    margin-bottom: 34px;
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #817874;
}

.wd-article-hero nav a {
    color: #5f5753;
}

.wd-article-hero h1 {
    max-width: 850px;
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: clamp(46px, 5vw, 68px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.035em;
    color: var(--wd-ink);
}

.wd-article-hero p {
    max-width: 760px;
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 1.7;
    color: var(--wd-copy);
}

.wd-article__body {
    padding-top: 86px;
    padding-bottom: 100px;
}

.wd-article__body section {
    padding: 0 0 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--wd-line);
}

.wd-article__body h2 {
    margin: 0 0 20px;
    font-family: var(--font-family-Outfit);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 650;
    line-height: 1.15;
    color: var(--wd-ink);
}

.wd-article__body p,
.wd-article__body li {
    font-size: 17px;
    line-height: 1.8;
    color: var(--wd-copy);
}

.wd-article__body p + p {
    margin-top: 18px;
}

.wd-article__body ul {
    margin: 0;
    padding-left: 22px;
}

.wd-article__body li {
    margin-bottom: 12px;
    list-style: disc;
}

.wd-article__related {
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-left: 3px solid var(--wd-red);
    background: var(--wd-warm);
}

.wd-article__related > span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #817874;
}

.wd-article__related a {
    font-weight: 700;
    color: var(--wd-red-dark);
}

.wd-knowledge-index__hero .wd-article__container,
.wd-knowledge-index .wd-article__container {
    max-width: 1240px;
}

.wd-knowledge-index {
    padding: 90px 0 110px;
}

.wd-knowledge-index__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wd-line);
}

.wd-knowledge-index__grid article {
    min-height: 300px;
    padding: 36px;
    border-right: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
}

.wd-knowledge-index__grid article:nth-child(even) {
    border-right: 0;
}

.wd-knowledge-index__grid article > span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--wd-red);
}

.wd-knowledge-index__grid h2 {
    margin: 38px 0 14px;
    font-family: var(--font-family-Outfit);
    font-size: 28px;
}

.wd-knowledge-index__grid h2 a {
    color: var(--wd-ink);
}

.wd-knowledge-index__grid p {
    min-height: 78px;
    color: var(--wd-copy);
}

.wd-knowledge-index__grid article > a {
    font-weight: 700;
    color: var(--wd-red-dark);
}

@media only screen and (max-width: 767px) {
    .wd-article-hero { padding: 70px 0 64px; }
    .wd-article-hero h1 { font-size: 43px; }
    .wd-article__body { padding-top: 66px; padding-bottom: 76px; }
    .wd-article__related { align-items: flex-start; flex-direction: column; }
    .wd-knowledge-index { padding: 70px 0 82px; }
    .wd-knowledge-index__grid { grid-template-columns: 1fr; }
    .wd-knowledge-index__grid article { min-height: 0; border-right: 0; }
    .wd-knowledge-index__grid p { min-height: 0; }
}

/* About WD Labels */
.wd-about-hero,
.wd-about-section,
.wd-about-statement {
    font-family: var(--font-family-Outfit);
}

.wd-about-hero {
    padding: 90px 0 96px;
    background: var(--wd-cream);
}

.wd-about-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    align-items: center;
    gap: 76px;
}

.wd-about-hero h1 {
    max-width: 700px;
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: clamp(52px, 5.2vw, 76px);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--wd-ink);
}

.wd-about-hero__content > p {
    max-width: 680px;
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.72;
    color: var(--wd-copy);
}

.wd-about-hero__visual {
    position: relative;
    min-height: 520px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: #eee9e4;
    box-shadow: 0 24px 54px rgba(33,29,28,.13);
}

.wd-about-hero__visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
}

.wd-about-hero__visual figcaption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 17px 20px;
    border-left: 4px solid var(--wd-red);
    font-size: 13px;
    font-weight: 650;
    color: #ffffff;
    background: rgba(33,29,28,.92);
}

.wd-about-section {
    padding: 112px 0;
}

.wd-about-story__layout {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 100px;
}

.wd-about-story h2,
.wd-about-section-heading h2,
.wd-about-making h2,
.wd-about-local h2 {
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: clamp(40px, 4.2vw, 56px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: var(--wd-ink);
}

.wd-about-story__copy > p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--wd-copy);
}

.wd-about-story blockquote {
    margin: 42px 0 0;
    padding: 24px 0 2px 28px;
    border-left: 3px solid var(--wd-red);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 650;
    line-height: 1.2;
    color: var(--wd-ink);
}

.wd-about-values {
    background: var(--wd-warm);
}

.wd-about-section-heading {
    max-width: 820px;
    margin-bottom: 56px;
}

.wd-about-section-heading > p {
    max-width: 690px;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.7;
    color: var(--wd-copy);
}

.wd-about-values__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wd-line);
}

.wd-about-values__list article {
    min-height: 230px;
    padding: 34px 38px 34px 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 26px;
    border-right: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
}

.wd-about-values__list article:nth-child(even) {
    padding-left: 38px;
    border-right: 0;
}

.wd-about-values__list article > span {
    font-size: 12px;
    font-weight: 800;
    color: var(--wd-red);
}

.wd-about-values__list h3 {
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: 25px;
    font-weight: 650;
    color: var(--wd-ink);
}

.wd-about-values__list p {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--wd-copy);
}

.wd-about-making {
    color: #ffffff;
    background: var(--wd-ink);
}

.wd-about-making__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
    align-items: stretch;
    gap: 80px;
}

.wd-about-making h2 {
    color: #ffffff;
}

.wd-about-making__content > p {
    max-width: 680px;
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 1.72;
    color: #c9c2be;
}

.wd-about-making ul {
    margin: 36px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.18);
}

.wd-about-making li {
    padding: 24px 24px 24px 0;
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.wd-about-making li:nth-child(even) {
    padding-left: 24px;
    border-right: 0;
}

.wd-about-making li strong,
.wd-about-making li span {
    display: block;
}

.wd-about-making li strong {
    font-size: 17px;
    color: #ffffff;
}

.wd-about-making li span {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #bdb5b1;
}

.wd-about-making__link {
    margin-top: 30px;
    display: inline-flex;
    gap: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--wd-red);
    font-weight: 700;
    color: #ffffff;
}

.wd-about-making figure {
    min-height: 650px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: #312d2b;
}

.wd-about-making figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-about-local__layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 78px;
}

.wd-about-local figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: var(--wd-warm);
}

.wd-about-local figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-about-local__content > p {
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 1.72;
    color: var(--wd-copy);
}

.wd-about-local address {
    margin: 28px 0 20px;
    padding-top: 24px;
    border-top: 1px solid var(--wd-line);
    font-style: normal;
    line-height: 1.7;
    color: var(--wd-copy);
}

.wd-about-local address strong {
    color: var(--wd-ink);
}

.wd-about-local__content > a {
    font-weight: 700;
    color: var(--wd-red-dark);
}

.wd-about-relationship {
    padding-top: 96px;
    padding-bottom: 96px;
    background: var(--wd-warm);
}

.wd-about-relationship__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 44px;
}

.wd-about-relationship__intro .wd-about-section-heading {
    margin-bottom: 0;
}

.wd-about-relationship__intro figure {
    aspect-ratio: 2 / 1;
    margin: 0;
    overflow: hidden;
}

.wd-about-relationship__intro img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 48%;
}

.wd-about-relationship ol {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--wd-line);
}

.wd-about-relationship li {
    min-height: 210px;
    padding: 26px 24px;
    border-right: 1px solid var(--wd-line);
}

.wd-about-relationship li:first-child {
    padding-left: 0;
}

.wd-about-relationship li:last-child {
    padding-right: 0;
    border-right: 0;
}

.wd-about-relationship li > span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--wd-red);
}

.wd-about-relationship li p {
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--wd-copy);
}

.wd-about-statement {
    padding: 96px 0;
    text-align: center;
    background: #ffffff;
}

.wd-about-statement p {
    max-width: 980px;
    margin: 8px auto 0;
    font-size: clamp(50px, 6vw, 82px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.045em;
    color: var(--wd-ink);
}

.wd-about-statement p em {
    font-style: normal;
    color: var(--wd-red);
}

.wd-about-statement .wd-home-container > div:last-child {
    max-width: 710px;
    margin: 30px auto 0;
    font-size: 17px;
    line-height: 1.72;
    color: var(--wd-copy);
}

@media only screen and (max-width: 1100px) {
    .wd-about-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 48px; }
    .wd-about-making__layout { gap: 48px; }
    .wd-about-relationship ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wd-about-relationship li { border-bottom: 1px solid var(--wd-line); }
    .wd-about-relationship li:nth-child(3) { border-right: 0; }
}

@media only screen and (max-width: 991px) {
    .wd-about-hero { padding: 76px 0 82px; }
    .wd-about-hero__layout,
    .wd-about-story__layout,
    .wd-about-making__layout,
    .wd-about-local__layout { grid-template-columns: 1fr; gap: 52px; }
    .wd-about-hero__visual { min-height: 560px; }
    .wd-about-section { padding: 88px 0; }
    .wd-about-story__layout { gap: 40px; }
    .wd-about-making figure { min-height: 560px; }
    .wd-about-local figure { width: min(88%, 620px); }
    .wd-about-relationship__intro { grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 38px; }
    .wd-about-relationship__intro figure { width: 100%; }
}

@media only screen and (max-width: 767px) {
    .wd-about-hero h1 { font-size: 46px; }
    .wd-about-section { padding: 72px 0; }
    .wd-about-values__list { grid-template-columns: 1fr; }
    .wd-about-values__list article,
    .wd-about-values__list article:nth-child(even) { min-height: 0; padding: 28px 0; border-right: 0; }
    .wd-about-relationship ol { grid-template-columns: 1fr; }
    .wd-about-relationship { padding-top: 64px; padding-bottom: 64px; }
    .wd-about-relationship__intro { grid-template-columns: 1fr; gap: 30px; margin-bottom: 34px; }
    .wd-about-relationship__intro figure { width: min(100%, 560px); }
    .wd-about-relationship li,
    .wd-about-relationship li:first-child,
    .wd-about-relationship li:last-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--wd-line); }
    .wd-about-relationship li p { margin-top: 12px; }
    .wd-about-statement { padding: 72px 0; }
}

@media only screen and (max-width: 599px) {
    .wd-about-hero { padding: 62px 0 70px; }
    .wd-about-hero h1 { font-size: 43px; }
    .wd-about-hero__visual { min-height: 430px; }
    .wd-about-making ul { grid-template-columns: 1fr; }
    .wd-about-making li,
    .wd-about-making li:nth-child(even) { padding: 22px 0; border-right: 0; }
    .wd-about-making figure { min-height: 460px; }
    .wd-about-local figure { width: 92%; }
    .wd-about-relationship__intro figure { aspect-ratio: 16 / 9; }
    .wd-about-statement p { font-size: 48px; }
}

/* Labels & Services hub */
.wd-services-hero { padding: 94px 0 100px; background: var(--wd-warm); }
.wd-services-hero__layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 76px; align-items: center; }
.wd-services-hero h1 { max-width: 690px; margin: 18px 0 0; font-family: var(--font-family-Outfit); font-size: clamp(58px, 6vw, 82px); font-weight: 650; line-height: .98; letter-spacing: -.045em; color: var(--wd-ink); }
.wd-services-hero__content > p { max-width: 670px; margin: 28px 0 0; font-size: 18px; line-height: 1.72; color: var(--wd-copy); }
.wd-services-hero__visual { position: relative; aspect-ratio: 5 / 4; margin: 0; overflow: hidden; border-radius: var(--wd-radius); box-shadow: 0 28px 55px rgba(42,32,29,.12); }
.wd-services-hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88); }
.wd-services-hero__visual figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 17px 20px; border-left: 4px solid var(--wd-red); font-size: 13px; font-weight: 650; color: #fff; background: rgba(33,29,28,.92); }
.wd-services-section { padding: 108px 0; }
.wd-services-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 90px; align-items: end; margin-bottom: 62px; }
.wd-services-heading h2,
.wd-services-materials h2,
.wd-services-variable h2,
.wd-services-process h2 { margin: 0; font-family: var(--font-family-Outfit); font-size: clamp(40px, 4.4vw, 58px); font-weight: 650; line-height: 1.06; letter-spacing: -.035em; color: var(--wd-ink); }
.wd-services-heading > p { margin: 0; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-services-groups { border-top: 1px solid var(--wd-line); }
.wd-services-groups article { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 26px; padding: 42px 0; border-bottom: 1px solid var(--wd-line); }
.wd-services-groups article > span { padding-top: 7px; font-size: 12px; font-weight: 800; color: var(--wd-red); }
.wd-services-groups article > div { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(250px, .88fr) minmax(280px, 1fr); gap: 48px; align-items: start; }
.wd-services-groups h3 { margin: 0; font-family: var(--font-family-Outfit); font-size: 30px; font-weight: 650; color: var(--wd-ink); }
.wd-services-groups p { margin: 2px 0 0; font-size: 16px; line-height: 1.7; color: var(--wd-copy); }
.wd-services-groups ul { margin: 0; padding: 0; }
.wd-services-groups li { margin-bottom: 15px; font-size: 15px; color: var(--wd-copy); }
.wd-services-groups a { font-weight: 700; color: var(--wd-red-dark); }
.wd-services-materials { background: #fff; }
.wd-services-materials__layout { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); gap: 88px; align-items: center; }
.wd-services-materials figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--wd-radius); }
.wd-services-materials figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wd-services-materials__content > p { margin: 24px 0 0; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-services-materials dl { margin: 34px 0 28px; border-top: 1px solid var(--wd-line); }
.wd-services-materials dl > div { display: grid; grid-template-columns: 115px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--wd-line); }
.wd-services-materials dt { font-weight: 750; color: var(--wd-ink); }
.wd-services-materials dd { margin: 0; line-height: 1.6; color: var(--wd-copy); }
.wd-services-text-link { display: inline-flex; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--wd-red); font-weight: 700; color: var(--wd-red-dark); }
.wd-services-variable { color: #fff; background: var(--wd-ink); }
.wd-services-variable__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .84fr); gap: 100px; align-items: end; }
.wd-services-variable h2 { max-width: 720px; color: #fff; }
.wd-services-variable p { max-width: 690px; margin: 25px 0 30px; font-size: 17px; line-height: 1.72; color: #c9c2be; }
.wd-services-variable .wd-services-text-link { color: #fff; }
.wd-services-variable ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); }
.wd-services-variable li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 24px 18px 24px 0; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 650; }
.wd-services-variable li:nth-child(even) { padding-left: 18px; border-right: 0; }
.wd-services-variable li span { font-size: 11px; color: var(--wd-red); }
.wd-services-process { background: var(--wd-warm); }
.wd-services-process__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr); gap: 58px; align-items: center; margin-bottom: 46px; }
.wd-services-process__intro figure { aspect-ratio: 2 / 1; margin: 0; overflow: hidden; }
.wd-services-process__intro img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 55%; }
.wd-services-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--wd-line); }
.wd-services-process li { min-height: 190px; padding: 27px 24px; border-right: 1px solid var(--wd-line); }
.wd-services-process li:first-child { padding-left: 0; }
.wd-services-process li:last-child { padding-right: 0; border-right: 0; }
.wd-services-process strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--wd-red); }
.wd-services-process li p { margin: 22px 0 0; font-size: 15px; line-height: 1.65; color: var(--wd-copy); }
.wd-services-process li small { display: block; margin-top: 12px; font-size: 12px; line-height: 1.5; color: var(--wd-copy); }
.wd-services-process__note { max-width: 730px; margin: 28px 0 0; font-size: 14px; line-height: 1.6; color: var(--wd-copy); }

@media only screen and (max-width: 1100px) {
    .wd-services-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: 48px; }
    .wd-services-groups article > div { grid-template-columns: minmax(220px, .72fr) minmax(220px, .88fr) minmax(250px, 1fr); gap: 30px; }
    .wd-services-variable__layout { gap: 58px; }
    .wd-services-process ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wd-services-process li { border-bottom: 1px solid var(--wd-line); }
    .wd-services-process li:nth-child(3) { border-right: 0; }
}

@media only screen and (max-width: 991px) {
    .wd-services-hero { padding: 76px 0 84px; }
    .wd-services-hero__layout,
    .wd-services-heading,
    .wd-services-materials__layout,
    .wd-services-variable__layout { grid-template-columns: 1fr; gap: 52px; }
    .wd-services-section { padding: 86px 0; }
    .wd-services-heading { gap: 28px; }
    .wd-services-groups article > div { grid-template-columns: .75fr 1fr; }
    .wd-services-groups article ul { grid-column: 1 / -1; }
    .wd-services-materials figure { width: min(88%, 680px); }
    .wd-services-variable ul { max-width: 720px; }
    .wd-services-process__intro { grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 38px; }
}

@media only screen and (max-width: 767px) {
    .wd-services-hero h1 { font-size: 47px; }
    .wd-services-section { padding: 70px 0; }
    .wd-services-groups article { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 32px 0; }
    .wd-services-groups article > div { grid-template-columns: 1fr; gap: 18px; }
    .wd-services-groups article ul { grid-column: auto; }
    .wd-services-process__intro { grid-template-columns: 1fr; gap: 30px; }
    .wd-services-process__intro figure { width: min(100%, 560px); }
    .wd-services-process ol { grid-template-columns: 1fr; }
    .wd-services-process li,
    .wd-services-process li:first-child,
    .wd-services-process li:last-child { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--wd-line); }
    .wd-services-process li p { margin-top: 10px; }
}

@media only screen and (max-width: 599px) {
    .wd-services-hero { padding: 62px 0 70px; }
    .wd-services-hero h1 { font-size: 43px; }
    .wd-services-hero__visual { aspect-ratio: 4 / 3; }
    .wd-services-materials figure { width: 92%; }
    .wd-services-materials dl > div { grid-template-columns: 1fr; gap: 6px; }
    .wd-services-variable ul { grid-template-columns: 1fr; }
    .wd-services-variable li,
    .wd-services-variable li:nth-child(even) { padding: 20px 0; border-right: 0; }
    .wd-services-process__intro figure { aspect-ratio: 16 / 9; }
}

/* Established service fallback pages */
.wd-service-hero { padding: 88px 0 96px; background: var(--wd-warm); }
.wd-service-hero__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); gap: 76px; align-items: center; }
.wd-service-hero nav { display: flex; gap: 10px; margin-bottom: 34px; font-size: 13px; color: var(--wd-copy); }
.wd-service-hero nav a { color: var(--wd-copy); }
.wd-service-hero h1 { max-width: 760px; margin: 18px 0 0; font-family: var(--font-family-Outfit); font-size: clamp(54px, 5.8vw, 78px); font-weight: 650; line-height: 1; letter-spacing: -.045em; color: var(--wd-ink); }
.wd-service-hero p { max-width: 700px; margin: 28px 0 30px; font-size: 18px; line-height: 1.72; color: var(--wd-copy); }
.wd-service-hero figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--wd-radius); box-shadow: 0 28px 55px rgba(42,32,29,.12); }
.wd-service-hero figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wd-service-details { padding: 100px 0; background: #fff; }
.wd-service-details__layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 88px; }
.wd-service-details h2,
.wd-service-next h2 { max-width: 620px; margin: 0; font-family: var(--font-family-Outfit); font-size: clamp(38px, 4vw, 54px); font-weight: 650; line-height: 1.06; letter-spacing: -.035em; color: var(--wd-ink); }
.wd-service-details ul { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--wd-line); }
.wd-service-details li { position: relative; padding: 20px 10px 20px 28px; border-bottom: 1px solid var(--wd-line); font-size: 16px; line-height: 1.55; color: var(--wd-copy); }
.wd-service-details li::before { content: ''; position: absolute; top: 29px; left: 2px; width: 8px; height: 8px; background: var(--wd-red); }
.wd-service-next { padding: 94px 0; background: var(--wd-ink); }
.wd-service-next__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 96px; align-items: end; }
.wd-service-next h2 { color: #fff; }
.wd-service-next p { max-width: 660px; margin: 24px 0 30px; font-size: 17px; line-height: 1.7; color: #c9c2be; }
.wd-service-next nav { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.wd-service-next nav a { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 650; color: #fff; }
.wd-service-next nav a span { color: var(--wd-red); }

@media only screen and (max-width: 991px) {
    .wd-service-hero__layout { grid-template-columns: 1fr; gap: 50px; }
    .wd-service-hero figure { width: min(88%, 680px); }
    .wd-service-details__layout,
    .wd-service-next__layout { gap: 50px; }
}

@media only screen and (max-width: 767px) {
    .wd-service-hero { padding: 64px 0 72px; }
    .wd-service-hero h1 { font-size: 45px; }
    .wd-service-details { padding: 72px 0; }
    .wd-service-details__layout,
    .wd-service-next__layout { grid-template-columns: 1fr; }
    .wd-service-next { padding: 70px 0; }
}

@media only screen and (max-width: 599px) {
    .wd-service-hero figure { width: 100%; }
}

/* Detailed product service pattern */
.wd-product-hero { padding: 88px 0 96px; background: var(--wd-warm); }
.wd-product-hero__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .86fr); gap: 76px; align-items: center; }
.wd-product-hero nav { display: flex; gap: 10px; margin-bottom: 34px; font-size: 13px; color: var(--wd-copy); }
.wd-product-hero nav a { color: var(--wd-copy); }
.wd-product-hero h1 { max-width: 760px; margin: 18px 0 0; font-family: var(--font-family-Outfit); font-size: clamp(56px, 5.8vw, 78px); font-weight: 650; line-height: 1; letter-spacing: -.045em; color: var(--wd-ink); }
.wd-product-hero__content > p { max-width: 710px; margin: 28px 0 0; font-size: 18px; line-height: 1.72; color: var(--wd-copy); }
.wd-product-hero figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--wd-radius); box-shadow: 0 28px 55px rgba(42,32,29,.12); }
.wd-product-hero figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wd-product-section { padding: 104px 0; }
.wd-product-heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 88px; align-items: end; margin-bottom: 60px; }
.wd-product-heading h2,
.wd-product-planning h2,
.wd-product-materials h2,
.wd-product-variable h2,
.wd-product-proofing h2,
.wd-product-production h2,
.wd-product-quote h2 { max-width: 760px; margin: 0; font-family: var(--font-family-Outfit); font-size: clamp(40px, 4.4vw, 58px); font-weight: 650; line-height: 1.06; letter-spacing: -.035em; color: var(--wd-ink); }
.wd-product-heading > p { margin: 0; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-product-applications__layout { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr); gap: 78px; align-items: center; }
.wd-product-applications__list { border-top: 1px solid var(--wd-line); }
.wd-product-applications__list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--wd-line); }
.wd-product-applications__list article > span { padding-top: 6px; font-size: 11px; font-weight: 800; color: var(--wd-red); }
.wd-product-applications__list h3 { margin: 0; font-family: var(--font-family-Outfit); font-size: 24px; font-weight: 650; color: var(--wd-ink); }
.wd-product-applications__list p { margin: 8px 0 0; font-size: 15px; line-height: 1.65; color: var(--wd-copy); }
.wd-product-applications figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--wd-radius); }
.wd-product-applications figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wd-product-planning { padding: 82px 0; color: #fff; background: #302b29; }
.wd-product-planning__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: 96px; align-items: center; }
.wd-product-planning h2 { color: #fff; }
.wd-product-planning__layout > div > p { max-width: 700px; margin: 24px 0 0; font-size: 17px; line-height: 1.72; color: #c9c2be; }
.wd-product-planning dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.wd-product-planning dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.wd-product-planning dt { font-weight: 750; color: #fff; }
.wd-product-planning dd { margin: 0; line-height: 1.62; color: #c9c2be; }
.wd-product-materials { background: var(--wd-warm); }
.wd-product-materials__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 96px; align-items: center; }
.wd-product-materials__layout > div > p { max-width: 700px; margin: 24px 0 30px; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-product-materials dl { margin: 0; border-top: 1px solid var(--wd-line); }
.wd-product-materials dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid var(--wd-line); }
.wd-product-materials dt { font-weight: 750; color: var(--wd-ink); }
.wd-product-materials dd { margin: 0; line-height: 1.62; color: var(--wd-copy); }
.wd-product-variable { color: #fff; background: var(--wd-ink); }
.wd-product-variable__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 96px; align-items: end; }
.wd-product-variable h2 { color: #fff; }
.wd-product-variable p { max-width: 690px; margin: 25px 0 30px; font-size: 17px; line-height: 1.72; color: #c9c2be; }
.wd-product-variable .wd-services-text-link { color: #fff; }
.wd-product-variable .wd-services-text-link + .wd-services-text-link { margin-left: 24px; }
.wd-product-variable ul { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.wd-product-variable li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 650; }
.wd-product-variable li span { font-size: 11px; color: var(--wd-red); }
.wd-product-proofing__layout { display: grid; grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr); gap: 88px; align-items: center; }
.wd-product-proofing figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--wd-radius); }
.wd-product-proofing figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; }
.wd-product-proofing__layout > div > p { margin: 24px 0 30px; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-product-proofing ol { margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--wd-line); }
.wd-product-proofing li { padding: 20px 22px 20px 0; border-right: 1px solid var(--wd-line); border-bottom: 1px solid var(--wd-line); }
.wd-product-proofing li:nth-child(even) { padding-left: 22px; border-right: 0; }
.wd-product-proofing strong,
.wd-product-proofing span { display: block; }
.wd-product-proofing strong { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--wd-red); }
.wd-product-proofing span { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--wd-copy); }
.wd-product-production { padding: 72px 0; background: #fff; border-top: 1px solid var(--wd-line); border-bottom: 1px solid var(--wd-line); }
.wd-product-production__layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 88px; align-items: end; }
.wd-product-production h2 { font-size: clamp(34px, 3.8vw, 50px); }
.wd-product-production p { margin: 0; padding-left: 26px; border-left: 3px solid var(--wd-red); font-size: 16px; line-height: 1.7; color: var(--wd-copy); }
.wd-product-quote { background: var(--wd-warm); }
.wd-product-quote__layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 96px; align-items: start; }
.wd-product-quote__layout > div > p { max-width: 680px; margin: 24px 0 30px; font-size: 17px; line-height: 1.72; color: var(--wd-copy); }
.wd-product-quote ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--wd-line); }
.wd-product-quote li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 20px 16px 20px 0; border-right: 1px solid var(--wd-line); border-bottom: 1px solid var(--wd-line); font-size: 14px; font-weight: 650; color: var(--wd-ink); }
.wd-product-quote li:nth-child(even) { padding-left: 16px; border-right: 0; }
.wd-product-quote li span { font-size: 10px; color: var(--wd-red); }
.wd-product-service--clamshell-labels .wd-product-applications__list { grid-column: 2; grid-row: 1; }
.wd-product-service--clamshell-labels .wd-product-applications figure { grid-column: 1; grid-row: 1; }
.wd-product-service--plu-labels .wd-product-hero figure { aspect-ratio: 16 / 10; }
.wd-product-service--cosmetic-labels .wd-product-hero figure { aspect-ratio: 5 / 4; }
.wd-product-service--cosmetic-labels .wd-product-hero figure img { object-position: center 42%; }
.wd-product-service--pharma-labels .wd-product-applications__list,
.wd-product-service--blank-labels .wd-product-applications__list { grid-column: 2; grid-row: 1; }
.wd-product-service--pharma-labels .wd-product-applications figure,
.wd-product-service--blank-labels .wd-product-applications figure { grid-column: 1; grid-row: 1; }
.wd-product-service--blank-labels .wd-product-hero figure img { object-position: center 46%; }

@media only screen and (max-width: 1100px) {
    .wd-product-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr); gap: 50px; }
    .wd-product-applications__layout,
    .wd-product-materials__layout,
    .wd-product-planning__layout,
    .wd-product-variable__layout,
    .wd-product-proofing__layout,
    .wd-product-quote__layout { gap: 54px; }
}

@media only screen and (max-width: 991px) {
    .wd-product-hero { padding: 74px 0 82px; }
    .wd-product-hero__layout,
    .wd-product-heading,
    .wd-product-applications__layout,
    .wd-product-planning__layout,
    .wd-product-materials__layout,
    .wd-product-variable__layout,
    .wd-product-proofing__layout,
    .wd-product-production__layout,
    .wd-product-quote__layout { grid-template-columns: 1fr; gap: 46px; }
    .wd-product-section { padding: 84px 0; }
    .wd-product-heading { gap: 26px; }
    .wd-product-hero figure,
    .wd-product-applications figure,
    .wd-product-proofing figure { width: min(88%, 680px); }
    .wd-product-production p { max-width: 720px; }
    .wd-product-service--clamshell-labels .wd-product-applications__list,
    .wd-product-service--clamshell-labels .wd-product-applications figure,
    .wd-product-service--pharma-labels .wd-product-applications__list,
    .wd-product-service--pharma-labels .wd-product-applications figure,
    .wd-product-service--blank-labels .wd-product-applications__list,
    .wd-product-service--blank-labels .wd-product-applications figure { grid-column: auto; grid-row: auto; }
}

@media only screen and (max-width: 767px) {
    .wd-product-hero { padding: 62px 0 70px; }
    .wd-product-hero h1 { font-size: 45px; }
    .wd-product-section { padding: 70px 0; }
    .wd-product-applications__layout { gap: 38px; }
    .wd-product-applications__list article { grid-template-columns: 34px 1fr; }
    .wd-product-materials dl > div { grid-template-columns: 1fr; gap: 7px; }
    .wd-product-planning { padding: 68px 0; }
    .wd-product-planning dl > div { grid-template-columns: 1fr; gap: 7px; }
    .wd-product-production { padding: 60px 0; }
    .wd-product-production p { padding-left: 20px; }
    .wd-product-variable .wd-services-text-link { display: flex; width: max-content; }
    .wd-product-variable .wd-services-text-link + .wd-services-text-link { margin: 16px 0 0; }
}

@media only screen and (max-width: 599px) {
    .wd-product-hero figure,
    .wd-product-applications figure,
    .wd-product-proofing figure { width: 100%; }
    .wd-product-proofing ol,
    .wd-product-quote ul { grid-template-columns: 1fr; }
    .wd-product-proofing li,
    .wd-product-proofing li:nth-child(even),
    .wd-product-quote li,
    .wd-product-quote li:nth-child(even) { padding: 19px 0; border-right: 0; }
}

/* Public quote and contact page */
.wd-contact-hero { padding: 86px 0 92px; background: var(--wd-warm); }
.wd-contact-hero__layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.62fr); gap: 110px; align-items: end; }
.wd-contact-breadcrumb { display: flex; gap: 13px; margin-bottom: 42px; font-size: 14px; color: var(--wd-copy); }
.wd-contact-breadcrumb a { color: inherit; }
.wd-contact-hero h1 { max-width: 800px; margin: 30px 0 24px; font-family: var(--font-family-Outfit); font-size: clamp(58px,6vw,82px); font-weight: 650; line-height: .98; letter-spacing: -.045em; color: var(--wd-ink); }
.wd-contact-hero__layout > div > p { max-width: 720px; margin: 0; font-size: 18px; line-height: 1.7; color: var(--wd-copy); }
.wd-contact-hero .wd-contact-reassurance { margin-top: 22px; padding-left: 20px; border-left: 3px solid var(--wd-red); font-size: 15px; }
.wd-contact-hero aside { padding: 34px; border-top: 3px solid var(--wd-red); background: #fff; }
.wd-contact-hero__label { margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--wd-red); }
.wd-contact-hero aside p { margin: 0 0 24px; font-size: 18px; line-height: 1.55; color: var(--wd-ink); }
.wd-contact-hero address { margin: 0; font-style: normal; line-height: 1.65; color: var(--wd-copy); }
.wd-contact-main { padding: 96px 0 108px; background: #fff; }
.wd-contact-main__layout { display: grid; grid-template-columns: minmax(0,1.9fr) minmax(300px,1fr); gap: clamp(52px,6vw,82px); align-items: start; }
.wd-contact-form-wrap > h2 { max-width: 720px; margin: 22px 0 18px; font-family: var(--font-family-Outfit); font-size: clamp(42px,4vw,58px); font-weight: 650; line-height: 1.06; letter-spacing: -.035em; color: var(--wd-ink); }
.wd-contact-form-intro { margin: 0 0 44px; color: var(--wd-copy); }
.wd-contact-form fieldset { margin: 0 0 44px; padding: 0; border: 0; }
.wd-contact-form legend { width: 100%; margin-bottom: 24px; padding-bottom: 13px; border-bottom: 1px solid var(--wd-line); font-family: var(--font-family-Outfit); font-size: 24px; font-weight: 650; color: var(--wd-ink); }
.wd-contact-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 27px 24px; }
.wd-contact-field--full { grid-column: 1 / -1; }
.wd-contact-field { min-width: 0; }
.wd-contact-field label { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; font-size: 14px; font-weight: 700; line-height: 1.35; color: var(--wd-ink); }
.wd-contact-field label span { font-size: 12px; font-weight: 500; color: #817873; }
.wd-contact-field label .wd-contact-required { font-size: 15px; font-weight: 800; color: #b42318; }
.wd-contact-field input,.wd-contact-field select,.wd-contact-field textarea { width: 100%; min-height: 55px; padding: 14px 16px; border: 1px solid #b8afa9; border-radius: 4px; background: #fffdfc; font-family: var(--font-family-Outfit); font-size: 16px; line-height: 1.45; color: var(--wd-ink); box-shadow: inset 0 1px 1px rgba(42,32,29,.025); transition: border-color .2s,box-shadow .2s,background-color .2s; }
.wd-contact-field select { padding-right: 42px; cursor: pointer; }
.wd-contact-field textarea { min-height: 108px; resize: vertical; }
.wd-contact-field input:hover,.wd-contact-field select:hover,.wd-contact-field textarea:hover { border-color: #958b85; }
.wd-contact-field input:focus,.wd-contact-field select:focus,.wd-contact-field textarea:focus { outline: 2px solid transparent; border-color: var(--wd-red); background: #fff; box-shadow: 0 0 0 3px rgba(225,43,32,.18); }
.wd-contact-field:has(.wd-contact-error) input,.wd-contact-field:has(.wd-contact-error) textarea { border-color: #b42318; }
.wd-contact-field small { display: block; margin-top: 8px; font-size: 13px; line-height: 1.5; color: #756d69; }
.wd-contact-measure { display: flex; align-items: stretch; }
.wd-contact-measure input { min-width: 0; }
.wd-contact-measure em { display: flex; align-items: center; padding: 0 14px; border: 1px solid #b8afa9; border-left: 0; border-radius: 0 4px 4px 0; background: var(--wd-warm); font-style: normal; font-size: 13px; color: var(--wd-copy); }
.wd-contact-measure input { border-radius: 4px 0 0 4px; }
.wd-contact-error { display: block; margin-top: 8px; font-size: 13px; font-weight: 650; line-height: 1.45; color: #b42318; }
.wd-contact-submit { display: flex; gap: 26px; align-items: center; padding: 8px 0 12px; }
.wd-contact-submit button { border: 0; cursor: pointer; }
.wd-contact-submit p { max-width: 330px; margin: 0; font-size: 13px; line-height: 1.55; color: #756d69; }
.wd-contact-alert { display: grid; gap: 7px; margin: 0 0 36px; padding: 21px 23px; border: 1px solid; border-left-width: 4px; border-radius: 3px; line-height: 1.5; }
.wd-contact-alert--success { border-color: #35815b; background: #eef7f1; color: #235d40; }
.wd-contact-alert--error { border-color: #b42318; background: #fff0ee; color: #8f1d15; }
.wd-contact-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.wd-contact-sidebar { position: sticky; top: 118px; display: grid; gap: 28px; }
.wd-contact-sidebar section { padding: 36px; background: var(--wd-warm); }
.wd-contact-sidebar h2 { margin: 18px 0 27px; font-family: var(--font-family-Outfit); font-size: 34px; font-weight: 650; line-height: 1.08; color: var(--wd-ink); }
.wd-contact-direct,.wd-contact-sidebar address { display: block; padding: 19px 0; border-top: 1px solid var(--wd-line); font-size: 17px; font-style: normal; line-height: 1.6; color: var(--wd-ink); }
.wd-contact-direct span,.wd-contact-sidebar address span { display: block; margin-bottom: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--wd-red); }
.wd-contact-checklist { background: var(--wd-ink)!important; color: #fff; }
.wd-contact-checklist h2 { color: #fff; }
.wd-contact-checklist ul { margin: 0; padding: 0; list-style: none; }
.wd-contact-checklist li { position: relative; padding: 13px 0 13px 20px; border-top: 1px solid rgba(255,255,255,.15); color: #d5cfcb; }
.wd-contact-checklist li::before { content: ''; position: absolute; left: 0; top: 22px; width: 6px; height: 6px; background: var(--wd-red); }
@media only screen and (max-width: 991px) {
    .wd-contact-hero__layout,.wd-contact-main__layout { grid-template-columns: 1fr; gap: 48px; }
    .wd-contact-hero aside { max-width: 520px; }
    .wd-contact-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media only screen and (max-width: 599px) {
    .wd-contact-hero { padding: 62px 0 68px; }
    .wd-contact-breadcrumb { margin-bottom: 34px; }
    .wd-contact-hero h1 { font-size: 46px; }
    .wd-contact-hero__layout { gap: 36px; }
    .wd-contact-hero aside,.wd-contact-sidebar section { padding: 27px 23px; }
    .wd-contact-main { padding: 72px 0; }
    .wd-contact-main__layout { gap: 62px; }
    .wd-contact-fields,.wd-contact-sidebar { grid-template-columns: 1fr; }
    .wd-contact-field--full { grid-column: auto; }
    .wd-contact-submit { align-items: stretch; flex-direction: column; }
    .wd-contact-submit button { width: 100%; justify-content: center; }
}

/* Knowledge Centre editorial experience */
.wd-knowledge-index__hero .wd-article__container { width: min(100% - 40px,1240px); }
.wd-knowledge-index__hero-layout,.wd-article-hero__layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(340px,.72fr); gap: 86px; align-items: center; }
.wd-knowledge-index__hero figure,.wd-article-hero__layout figure { margin: 0; overflow: hidden; border-radius: var(--wd-radius); }
.wd-knowledge-index__hero figure { aspect-ratio: 4/3; }
.wd-article-hero__layout figure { aspect-ratio: 4/5; max-height: 540px; }
.wd-knowledge-index__hero figure img,.wd-article-hero__layout figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wd-knowledge-index__hero figure img { object-position: center 58%; }
.wd-article-hero__layout { width: min(100% - 40px,1240px); }
.wd-article-hero__layout h1 { font-size: clamp(50px,5.3vw,72px); }
.wd-article-hero__layout > div { min-width: 0; }
.wd-knowledge-index { padding: 100px 0 112px; }
.wd-knowledge-index .wd-article__container { width: min(100% - 40px,1240px); }
.wd-knowledge-index__intro { display: grid; grid-template-columns: 240px minmax(0,720px); gap: 48px; align-items: start; margin-bottom: 58px; }
.wd-knowledge-index__intro h2 { margin: 0; font-family: var(--font-family-Outfit); font-size: clamp(38px,4vw,54px); font-weight: 650; line-height: 1.06; letter-spacing: -.035em; color: var(--wd-ink); }
.wd-knowledge-index__list { border-top: 1px solid var(--wd-line); }
.wd-knowledge-index__list article { display: grid; grid-template-columns: 54px minmax(250px,.85fr) minmax(280px,1fr) 120px; gap: 32px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--wd-line); transition: background-color .2s,padding .2s; }
.wd-knowledge-index__list article:hover { padding-right: 18px; padding-left: 18px; background: var(--wd-warm); }
.wd-knowledge-index__number { font-size: 12px; font-weight: 800; color: var(--wd-red); }
.wd-knowledge-index__type,.wd-article__callout > div > span,.wd-article__ending > div > span { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--wd-red); }
.wd-knowledge-index__list h3 { margin: 0; font-family: var(--font-family-Outfit); font-size: 28px; font-weight: 650; line-height: 1.15; }
.wd-knowledge-index__list h3 a { color: var(--wd-ink); }
.wd-knowledge-index__list p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--wd-copy); }
.wd-knowledge-index__link { justify-self: end; font-weight: 700; white-space: nowrap; color: var(--wd-red-dark); }
.wd-knowledge-index__list h3 a:focus-visible,.wd-knowledge-index__link:focus-visible { outline: 3px solid rgba(225,43,32,.3); outline-offset: 4px; }
.wd-article__body { width: min(100% - 40px,820px); }
.wd-article__body section { padding-bottom: 42px; margin-bottom: 42px; }
.wd-article__body p { max-width: 760px; }
.wd-article__callout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 38px; align-items: center; margin: 8px 0 54px; padding: 30px 32px; border-left: 4px solid var(--wd-red); background: var(--wd-warm); }
.wd-article__callout h2 { margin: 0 0 9px; font-size: 28px; }
.wd-article__callout p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--wd-copy); }
.wd-article__callout > a { font-weight: 750; white-space: nowrap; color: var(--wd-red-dark); }
.wd-article__ending { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.72fr); gap: 60px; margin-top: 12px; padding: 42px; color: #fff; background: var(--wd-ink); }
.wd-article__ending h2 { margin: 0 0 14px; font-size: 34px; color: #fff; }
.wd-article__ending p { margin: 0; font-size: 15px; line-height: 1.65; color: #c9c2be; }
.wd-article__ending nav { display: flex; flex-direction: column; justify-content: center; }
.wd-article__ending nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 650; color: #fff; }

@media only screen and (max-width: 991px) {
    .wd-knowledge-index__hero-layout,.wd-article-hero__layout { grid-template-columns: 1fr; gap: 45px; }
    .wd-knowledge-index__hero figure,.wd-article-hero__layout figure { max-width: 640px; aspect-ratio: 16/9; }
    .wd-knowledge-index__list article { grid-template-columns: 44px minmax(220px,.8fr) minmax(260px,1fr); }
    .wd-knowledge-index__link { grid-column: 2; justify-self: start; }
}
@media only screen and (max-width: 767px) {
    .wd-knowledge-index__intro { grid-template-columns: 1fr; gap: 20px; }
    .wd-knowledge-index__list article { grid-template-columns: 34px 1fr; gap: 18px; padding: 30px 0; }
    .wd-knowledge-index__list article:hover { padding-right: 0; padding-left: 0; background: transparent; }
    .wd-knowledge-index__list article > p,.wd-knowledge-index__link { grid-column: 2; }
    .wd-article__callout,.wd-article__ending { grid-template-columns: 1fr; gap: 25px; }
}
@media only screen and (max-width: 499px) {
    .wd-knowledge-index__hero .wd-article__container,.wd-article-hero__layout,.wd-knowledge-index .wd-article__container,.wd-article__body { width: calc(100% - 32px); }
    .wd-article-hero__layout h1 { font-size: 42px; }
    .wd-article__callout,.wd-article__ending { padding: 26px 23px; }
}

/* Why WD Labels */
.wd-why,
.wd-why-hero,
.wd-why section {
    font-family: var(--font-family-Outfit);
}

.wd-why-container {
    width: min(100% - 40px, 980px);
    margin: 0 auto;
}

.wd-why-hero {
    padding: 90px 0 96px;
    background: var(--wd-cream);
}

.wd-why-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
    gap: 86px;
    align-items: center;
}

.wd-why-hero nav {
    display: flex;
    gap: 12px;
    margin-bottom: 42px;
    color: #5f5753;
}

.wd-why-hero nav a {
    color: inherit;
}

.wd-why-hero h1 {
    max-width: 780px;
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: clamp(56px, 6.2vw, 86px);
    font-weight: 650;
    line-height: .98;
    letter-spacing: -.045em;
    color: var(--wd-ink);
}

.wd-why-hero__content > p {
    max-width: 720px;
    margin: 28px 0 34px;
    font-size: 19px;
    line-height: 1.72;
    color: var(--wd-copy);
}

.wd-why-hero figure {
    position: relative;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: #eee7e2;
}

.wd-why-hero figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 45%;
}

.wd-why-hero figcaption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px 20px;
    border-left: 3px solid var(--wd-red);
    background: rgba(255,255,255,.94);
    color: var(--wd-ink);
    font-size: 14px;
    line-height: 1.5;
}

.wd-why-manifesto {
    padding: 106px 0;
    background: #fff;
}

.wd-why-manifesto h2,
.wd-why-section-heading h2,
.wd-why-pricing h2,
.wd-why-fair h2,
.wd-why-right h2,
.wd-why-growth h2,
.wd-why-expectations h2,
.wd-why-final h2 {
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.wd-why-manifesto h2 {
    max-width: 900px;
    margin-top: 24px;
    font-size: clamp(44px, 5.2vw, 72px);
    color: var(--wd-ink);
}

.wd-why-manifesto__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
    margin-top: 44px;
}

.wd-why-manifesto__copy p,
.wd-why-pricing p,
.wd-why-right p,
.wd-why-growth p,
.wd-why-expectations p {
    margin: 0;
    font-size: 17px;
    line-height: 1.78;
    color: var(--wd-copy);
}

.wd-why-manifesto__copy p:first-child {
    padding-left: 24px;
    border-left: 3px solid var(--wd-red);
    font-size: 19px;
    color: var(--wd-ink);
}

.wd-why-pricing,
.wd-why-fair,
.wd-why-final {
    padding: 92px 0;
    color: #fff;
    background: var(--wd-ink);
}

.wd-why-pricing__layout,
.wd-why-fair__layout,
.wd-why-final__layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 86px;
    align-items: start;
}

.wd-why-pricing h2,
.wd-why-fair h2,
.wd-why-final h2 {
    font-size: clamp(40px, 4.4vw, 62px);
    color: #fff;
}

.wd-why-pricing p,
.wd-why-fair li {
    color: #d5cfcb;
}

.wd-why-pricing p + p {
    margin-top: 20px;
}

.wd-why-pricing blockquote {
    margin: 34px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.18;
    color: #fff;
}

.wd-why-principles {
    padding: 106px 0 112px;
    background: var(--wd-warm);
}

.wd-why-section-heading {
    display: grid;
    grid-template-columns: 240px minmax(0, 760px);
    gap: 56px;
    margin-bottom: 48px;
}

.wd-why-section-heading h2 {
    font-size: clamp(38px, 4vw, 56px);
    color: var(--wd-ink);
}

.wd-why-principle {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 74px;
    padding: 44px 0;
    border-top: 1px solid var(--wd-line);
}

.wd-why-principle:last-child {
    border-bottom: 1px solid var(--wd-line);
}

.wd-why-principle > div:first-child {
    position: sticky;
    top: 118px;
    align-self: start;
}

.wd-why-principle span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--wd-red);
}

.wd-why-principle h3 {
    margin: 0;
    font-family: var(--font-family-Outfit);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 650;
    line-height: 1.08;
    color: var(--wd-ink);
}

.wd-why-principle h4 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--wd-red);
}

.wd-why-principle p {
    max-width: 780px;
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 1.74;
    color: var(--wd-copy);
}

.wd-why-principle p:last-child {
    margin-bottom: 0;
}

.wd-why-principle .wd-why-timing {
    margin: 2px 0 18px;
    padding: 18px 20px;
    border-left: 3px solid var(--wd-red);
    background: #ffffff;
    font-size: 19px;
    line-height: 1.45;
    color: var(--wd-ink);
}

.wd-why-principle .wd-why-timing strong {
    color: var(--wd-red);
}

.wd-why-fair ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.18);
}

.wd-why-fair li {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 17px;
    line-height: 1.55;
}

.wd-why-right,
.wd-why-expectations {
    padding: 104px 0;
    background: #fff;
}

.wd-why-right__layout {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
    gap: 86px;
    align-items: center;
}

.wd-why-right figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: #eee7e2;
}

.wd-why-right figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 52%;
}

.wd-why-right h2,
.wd-why-growth h2,
.wd-why-expectations h2 {
    margin-top: 24px;
    font-size: clamp(40px, 4.5vw, 62px);
    color: var(--wd-ink);
}

.wd-why-right p,
.wd-why-growth p,
.wd-why-expectations p {
    max-width: 760px;
    margin-top: 24px;
}

.wd-why-growth {
    padding: 110px 0;
    background: var(--wd-cream);
}

.wd-why-growth h2 {
    max-width: 860px;
}

.wd-why-growth p {
    max-width: 820px;
    padding-left: 25px;
    border-left: 3px solid var(--wd-red);
    font-size: 20px;
    color: var(--wd-ink);
}

.wd-why-expectations__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr);
    gap: 76px;
    align-items: end;
}

.wd-why-expectations__note {
    padding: 34px;
    border-top: 3px solid var(--wd-red);
    background: var(--wd-warm);
}

.wd-why-expectations__note p {
    margin: 0;
    color: var(--wd-ink);
}

.wd-why-final {
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.wd-why-final__layout {
    align-items: center;
}

.wd-why-final .wd-home-actions {
    justify-content: flex-end;
}

.wd-why-final .wd-home-button--secondary {
    border-color: rgba(255,255,255,.32);
    color: #fff;
    background: transparent;
}

.wd-why-final .wd-home-button--secondary:hover {
    border-color: #fff;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .wd-why-hero__layout,
    .wd-why-pricing__layout,
    .wd-why-fair__layout,
    .wd-why-right__layout,
    .wd-why-expectations__layout,
    .wd-why-final__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wd-why-hero figure,
    .wd-why-right figure {
        width: min(100%, 680px);
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .wd-why-section-heading,
    .wd-why-principle {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wd-why-principle > div:first-child {
        position: static;
    }

    .wd-why-final .wd-home-actions {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .wd-why-hero,
    .wd-why-manifesto,
    .wd-why-principles,
    .wd-why-right,
    .wd-why-growth,
    .wd-why-expectations {
        padding: 68px 0;
    }

    .wd-why-pricing,
    .wd-why-fair,
    .wd-why-final {
        padding: 70px 0;
    }

    .wd-why-hero h1 {
        font-size: 46px;
    }

    .wd-why-manifesto__copy {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media only screen and (max-width: 499px) {
    .wd-why-container,
    .wd-why-hero__layout,
    .wd-why-pricing__layout,
    .wd-why-fair__layout,
    .wd-why-right__layout,
    .wd-why-expectations__layout,
    .wd-why-final__layout,
    .wd-why-principles .wd-home-container {
        width: calc(100% - 32px);
    }

    .wd-why-hero figcaption,
    .wd-why-expectations__note {
        padding: 22px;
    }
}
