@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/open-sans-v44-latin-ext-500.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.page-e-shop {
    --section-space-desktop: 6rem;
    --section-space-tablet: 4.5rem;
    --section-space-mobile: 3.5rem;
    --wd-section-space: var(--section-space-desktop);
    --wd-section-y: var(--wd-section-space);
    --wd-section-space-bar: 2rem;
    --wd-kicker-gap: 0.85rem;
    --wd-heading-to-content: 2.5rem;
    --wd-text-to-actions: 1.85rem;
    background: var(--color-surface);
}

.page-e-shop h1,
.page-e-shop h2,
.page-e-shop h3,
.page-e-shop p {
    margin-top: 0;
}

.page-e-shop :where(main > section:not(.references)) h2 {
    max-width: 48rem;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.page-e-shop h2 span {
    color: var(--color-orange);
}

.wd-hero {
    --wd-hero-svg-extra: 3.75rem;
    --wd-hero-line-tail: 3.375rem;
    position: relative;
    overflow: visible;
    min-height: 38rem;
    background: var(--color-ink);
    color: var(--color-on-dark);
}

.signal-line-wd-showcase {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.signal-line-wd-showcase-wide {
    display: none;
}

.wd-showcase-end-node {
    display: none;
    left: calc(240 / 1440 * 100%);
    top: calc(143 / 520 * 100%);
    width: 0.55rem;
    height: 0.55rem;
    transform: translate(-50%, -50%);
    background: var(--color-surface-soft);
}

/* Stejná kontejnerová kotva jako homepage: 72/1440 = 5 % = header M5. */
.signal-line-wd-hero,
.signal-line-wd-hero-out {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: min(calc(100% - (var(--gutter) * 2)), var(--container));
    transform: translateX(-50%);
    overflow: visible;
}

.signal-line-wd-hero {
    top: 0;
    height: calc(100% + var(--wd-hero-svg-extra));
}

.signal-line-wd-hero-out {
    top: calc((280 / 720) * (100% + var(--wd-hero-svg-extra)));
    height: calc(100% + var(--wd-hero-line-tail) - (280 / 720) * (100% + var(--wd-hero-svg-extra)));
}

.wd-hero-boundary-node,
.wd-hero-end-node {
    display: none;
    left: calc(50% + (min(calc(100% - (var(--gutter) * 2)), var(--container)) * 0.0403));
    width: 0.55rem;
    height: 0.55rem;
    transform: translate(-50%, -50%);
}

.wd-hero-boundary-node {
    top: 100%;
    background: var(--color-ink);
}

.wd-hero-end-node {
    top: calc(100% + var(--wd-hero-line-tail));
    background: var(--color-surface);
}

.wd-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 6rem);
    min-height: 38rem;
    padding-block: 4.5rem 4.25rem;
}

.wd-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 43rem;
}

.wd-hero .hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0.7rem;
    color: var(--color-on-dark);
}

.wd-hero .hero-kicker::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    flex: 0 0 auto;
    background: var(--color-orange);
}

.wd-hero h1 {
    margin: 0.7rem 0 1.2rem;
    font-size: clamp(1.9rem, 1.1rem + 2vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--color-on-dark);
}

.wd-hero .hero-title-main,
.wd-hero .hero-title-line {
    display: block;
    color: var(--color-on-dark);
}

.wd-hero .hero-title-accent {
    display: block;
    margin-top: 0.12em;
    color: var(--color-orange);
}

.wd-hero-lead {
    max-width: 41rem;
    margin-bottom: 1.75rem;
    color: var(--color-on-dark-muted);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.65;
}

.wd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.wd-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}

.wd-trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-width: 0;
}

.wd-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 0.05rem;
}

.wd-trust-list .icon-line {
    width: 2.125rem;
    height: 2.125rem;
}

.wd-trust-copy,
.wd-trust-list strong,
.wd-trust-copy > span {
    display: block;
}

.wd-trust-list strong {
    margin-bottom: 0.25rem;
    font-size: 0.98rem;
}

.wd-trust-copy > span {
    color: var(--color-on-dark-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

@media (min-width: 80em) {
    .wd-trust-list {
        grid-template-columns: repeat(3, max-content);
        justify-content: space-between;
    }

    .wd-trust-copy strong,
    .wd-trust-copy > span {
        white-space: nowrap;
    }
}

.wd-hero-visual {
    --wd-hero-img-width: min(45.1rem, 92%);
    --wd-hero-img-pad-top: 2.6rem;
    --wd-hero-img-pad-bottom: 5.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-self: start;
    margin-top: 0.35rem;
    padding: 2.6rem 0 5.5rem;
}

.wd-hero-visual img {
    position: relative;
    width: min(45.1rem, 92%);
    max-width: 100%;
    filter: drop-shadow(0 2rem 2.7rem rgba(0, 0, 0, 0.38));
}

.wd-hero-labels {
    position: absolute;
    inset: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

.wd-hero-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-on-dark);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.wd-hero-labels .hero-label-lead {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 0;
    width: 0.75rem;
    height: auto;
    flex: 1 1 auto;
    min-height: 2.5rem;
    transform: none;
}

.wd-hero-labels .hero-label-lead .signal-line {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.wd-hero-labels .hero-label-dot,
.wd-hero-labels .hero-label-join {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 0.5rem;
    height: 0.5rem;
    border: var(--signal-stroke) solid var(--color-orange);
    border-radius: 50%;
    background: var(--color-ink);
    pointer-events: none;
}

.wd-hero-labels .hero-label-text {
    position: relative;
    z-index: 2;
}

.wd-hero-label--custom,
.wd-hero-label--responsive {
    --lead-w: 0.75rem;
}

.wd-hero-label--custom .hero-label-text,
.wd-hero-label--responsive .hero-label-text {
    margin-bottom: 1rem;
}

.wd-hero-label--custom .hero-label-dot,
.wd-hero-label--responsive .hero-label-dot {
    top: calc(1.2em + 1rem);
    transform: translate(-50%, -50%);
}

.wd-hero-label--custom .hero-label-join,
.wd-hero-label--responsive .hero-label-join {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.wd-hero-label--custom {
    top: calc(1.05rem - 1rem);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.17 - 3.625rem);
    width: 7.25rem;
    height: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.34 - (1.05rem - 1rem));
}

.wd-hero-label--responsive {
    top: calc(0.15rem - 1rem);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.87 - 5.5rem);
    width: 11rem;
    height: calc(36% + 1rem);
}

.wd-hero-label--admin {
    top: calc(var(--wd-hero-img-pad-top) + (100% - var(--wd-hero-img-pad-top) - var(--wd-hero-img-pad-bottom)) * 0.80);
    left: calc((100% - var(--wd-hero-img-width)) / 2 + var(--wd-hero-img-width) * 0.30 - 5.375rem);
    right: auto;
    bottom: 1.8rem;
    align-items: center;
    width: 10.75rem;
    height: auto;
}

.wd-hero-label--admin .hero-label-lead {
    position: relative;
    inset: auto;
    width: 0.75rem;
    min-height: 2.75rem;
}

.wd-hero-label--admin .hero-label-join {
    top: 0;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.wd-hero-label--admin .hero-label-dot {
    top: auto;
    left: 50%;
    right: auto;
    bottom: calc(1.2em + 1rem);
    transform: translate(-50%, 50%);
}

.wd-hero-label--admin .hero-label-text {
    margin-top: 1rem;
    align-self: center;
}

.wd-purpose,
.wd-deliverables,
.wd-gallery {
    position: relative;
    padding-block: var(--wd-section-space);
}

.wd-purpose {
    z-index: 0;
}

.wd-purpose-grid,
.wd-nationwide-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 8rem);
}

.wd-purpose .section-heading {
    gap: var(--wd-kicker-gap);
    margin-bottom: var(--wd-heading-to-content);
}

.wd-editorial > p + p {
    margin-top: 1rem;
}

.page-e-shop .wd-purpose .section-heading > h2 {
    max-width: none;
    margin-bottom: 0;
    font-size: var(--text-section-title);
    font-weight: 700;
    line-height: var(--leading-section-title);
    letter-spacing: var(--tracking-section-title);
}

.wd-editorial > p,
.wd-nationwide-copy > p {
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.wd-benefit-grid,
.wd-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wd-benefit-grid article,
.wd-card-grid article {
    padding: 1.65rem;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    box-shadow: 0 1rem 2.5rem rgba(8, 24, 32, 0.05);
}

.wd-benefit-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 0.85rem;
}

.wd-benefit-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: start;
    color: var(--color-orange);
}

.wd-benefit-icon .icon-line {
    width: 2.5rem;
    height: 2.5rem;
}

.wd-card-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0.15rem 0 0;
    place-items: center;
    color: var(--color-orange);
}

.wd-card-icon .icon-line {
    width: 2.75rem;
    height: 2.75rem;
}

.wd-benefit-grid h3,
.wd-card-grid h3 {
    margin-bottom: 0.55rem;
    font-size: 1.1rem;
}

.wd-benefit-grid p,
.wd-card-grid p {
    margin-bottom: 0;
    color: var(--color-muted);
    line-height: 1.6;
}

.wd-process {
    --wd-process-node: 2.25rem;
    --wd-process-node-half: 1.125rem;
    --wd-process-gap: 1.25rem;
    --wd-process-pad: clamp(4.5rem, 6vw, 6rem);
    --wd-process-shift: 0px;
    --wd-process-exit-x: 0px;
    --wd-process-exit-drop: 4.25rem;
    position: relative;
    z-index: 2;
    overflow: visible;
    padding-block: var(--wd-process-pad);
    background: var(--color-ink);
    color: var(--color-on-dark);
}

.wd-process-inner {
    width: 100%;
}

.wd-process .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
    color: #91a3ae;
}

.wd-process h2 {
    max-width: none;
    color: var(--color-on-dark);
}

.wd-process-track {
    position: relative;
    z-index: 0;
    margin-top: 3.2rem;
    overflow: visible;
}

.signal-line-wd-process {
    position: absolute;
    top: var(--wd-process-node-half);
    left: var(--wd-process-node-half);
    z-index: 1;
    width: calc(100% - var(--wd-process-node-half) + var(--wd-process-exit-x));
    max-width: none;
    height: calc(100% - var(--wd-process-node-half) + var(--wd-process-pad) + var(--wd-process-exit-drop));
}

.wd-process-turn-top,
.wd-process-boundary-node,
.wd-process-turn-bottom,
.wd-process-end-node {
    display: none;
    left: calc(100% + var(--wd-process-exit-x));
    width: 0.55rem;
    height: 0.55rem;
    transform: translate(-50%, -50%);
}

.wd-process-turn-top {
    top: var(--wd-process-node-half);
    background: var(--color-ink);
}

.wd-process-boundary-node {
    top: calc(100% + var(--wd-process-pad));
    background: var(--color-ink);
}

.wd-process-turn-bottom,
.wd-process-end-node {
    top: calc(100% + var(--wd-process-pad) + var(--wd-process-exit-drop));
    background: var(--color-surface-soft);
}

.wd-process-end-node {
    left: calc(var(--wd-process-node-half) + (100% - var(--wd-process-node-half) + var(--wd-process-exit-x)) * 980 / 1440);
}

.wd-process ol {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--wd-process-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.wd-process li > span {
    display: grid;
    width: var(--wd-process-node);
    height: var(--wd-process-node);
    margin-bottom: 1.3rem;
    place-items: center;
    border: var(--signal-stroke) solid var(--color-orange);
    border-radius: 50%;
    background: var(--color-ink);
    color: var(--color-on-dark);
    font-size: 0.76rem;
    font-weight: 700;
}

.wd-process h3 {
    min-height: 2.8rem;
    margin-bottom: 0.55rem;
    color: var(--color-on-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.12;
}

.wd-process li p {
    margin: 0;
    color: var(--color-on-dark-muted);
    font-size: 0.87rem;
    line-height: 1.55;
}

.wd-deliverables {
    z-index: 1;
    background: var(--color-surface-soft);
}

.wd-deliverables > .container > .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
}

.wd-deliverables > .container > h2 {
    margin-bottom: var(--wd-heading-to-content);
}

.wd-deliverables .container {
    position: relative;
    z-index: 2;
}

.wd-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.wd-card-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 0.95rem;
    min-height: 0;
    padding: 1.15rem 1.2rem;
}

.wd-card-grid h3 {
    margin-bottom: 0.35rem;
    color: var(--color-ink);
    font-weight: 700;
    line-height: 1.22;
}

.wd-card-grid p {
    line-height: 1.5;
}

.wd-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.25rem;
}

.wd-section-head h2 {
    margin-bottom: 0;
}

.wd-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: var(--wd-heading-to-content);
}

.wd-gallery-head .section-kicker {
    margin: 0;
}

.wd-gallery-all {
    flex: 0 0 auto;
    color: var(--color-ink);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.wd-gallery-all:hover {
    color: var(--color-orange);
}

.wd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.wd-gallery-grid a {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    aspect-ratio: 2.05 / 1;
    min-height: 0;
}

.wd-gallery-grid a::after {
    content: "";
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    z-index: 1;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f25f28' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 52% 50%;
    background-size: 0.7rem;
    box-shadow: 0 0.12rem 0.4rem rgb(8 24 32 / 0.14);
    transition: transform var(--transition-fast);
}

.wd-gallery-grid a:hover::after {
    transform: translateX(0.18rem);
}

.wd-gallery-web {
    background: #aeb4bb;
}

.wd-gallery-web img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.wd-gallery-web:hover img {
    transform: scale(1.025);
}

.wd-gallery-logo {
    background: linear-gradient(125deg, #f25f28, #9b346f);
    color: #fff;
}

.wd-gallery-logo img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: transform 0.45s ease;
}

.wd-gallery-logo:hover img {
    transform: scale(1.025);
}

.wd-nationwide {
    position: relative;
    overflow: visible;
    padding-block: clamp(6rem, 9vw, 9rem);
    background: var(--color-surface-soft);
}

.wd-nationwide-copy > .section-kicker {
    margin-bottom: var(--wd-kicker-gap);
}

.wd-nationwide-copy > h2 {
    margin-bottom: var(--wd-heading-to-content);
}

.wd-nationwide-copy > p + p:not(.wd-related) {
    margin-top: 1rem;
}

.wd-nationwide-grid {
    position: relative;
    z-index: 2;
}

.wd-nationwide-visual {
    overflow: visible;
}

.wd-nationwide-visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.wd-related {
    margin: var(--wd-heading-to-content) 0 var(--wd-text-to-actions);
    padding: 1.35rem 0 1.35rem 1.35rem;
    border-left: 2px solid var(--color-orange);
    font-size: 0.96rem !important;
}

.wd-related a {
    color: var(--color-orange);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.wd-proof {
    padding-block: var(--wd-section-space-bar);
    background: var(--color-ink);
    color: var(--color-on-dark);
}

.wd-proof ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wd-proof li {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    min-width: 0;
}

.wd-proof-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.wd-proof-icon .icon-line {
    width: 2.125rem;
    height: 2.125rem;
}

.wd-proof-copy,
.wd-proof-copy strong,
.wd-proof-copy > span {
    display: block;
}

.wd-proof-copy strong {
    font-size: 1.65rem;
}

.wd-proof-copy > span {
    color: var(--color-on-dark-muted);
    font-size: 0.85rem;
}

.wd-faq {
    padding-block: var(--wd-section-space);
    background: var(--color-surface-soft);
}

.wd-faq-head {
    margin-bottom: var(--wd-heading-to-content);
}

.wd-faq-head .section-kicker {
    margin: 0 0 var(--wd-kicker-gap);
}

.page-e-shop .wd-faq h2 {
    max-width: none;
    margin-bottom: 0;
    color: var(--color-ink);
    font-size: var(--text-section-title);
    font-weight: 700;
    line-height: var(--leading-section-title);
    letter-spacing: var(--tracking-section-title);
}

.wd-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    grid-auto-rows: min-content;
    gap: 0.8rem 1.25rem;
}

.wd-faq details {
    align-self: start;
    height: fit-content;
    border: 1px solid #dce4e8;
    background: var(--color-surface);
    box-shadow: none;
}

.wd-faq details[open] {
    border-color: #dce4e8;
    box-shadow: none;
}

.wd-faq summary {
    position: relative;
    padding: 1.15rem 3.2rem 1.15rem 1.25rem;
    color: #263744;
    cursor: pointer;
    font-weight: 500;
    list-style: none;
}

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

.wd-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    color: var(--color-orange);
    font-size: 1.35rem;
    font-weight: 400;
    transform: translateY(-50%);
}

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

.wd-faq details p {
    margin: 0;
    padding: 0 1.25rem 1.3rem;
    color: var(--color-muted);
    line-height: 1.65;
}

.page-e-shop .contact-cta {
    margin-top: 0;
}

@media (min-width: 64rem) {
    .wd-hero-boundary-node,
    .wd-hero-end-node,
    .wd-showcase-end-node {
        display: block;
    }
}

@media (min-width: 80rem) {
    .wd-nationwide-visual img {
        width: 138%;
        max-width: none;
        transform: translateX(-14%);
    }
    .wd-process {
        --wd-process-shift: 3.5rem;
        --wd-process-exit-x: 4.75rem;
        --wd-process-exit-drop: calc(var(--wd-section-y) + var(--wd-kicker-gap) + (var(--text-kicker) * var(--leading-body)) + clamp(2rem, 3vw, 3.25rem) * 1.08 - 2.5rem);
    }

    .wd-process-inner {
        width: 91%;
        max-width: 81rem;
        margin-inline: auto;
        translate: calc(var(--wd-process-shift) * -1) 0;
    }

    .wd-process-turn-top,
    .wd-process-boundary-node,
    .wd-process-turn-bottom,
    .wd-process-end-node {
        display: block;
    }

    .wd-hero {
        --wd-hero-svg-extra: 7.5rem;
    }

    .wd-hero-grid {
        padding-bottom: 0.5rem;
        translate: 0 -1.875rem;
    }

    .wd-hero-copy {
        translate: 0 1.875rem;
    }
}

@media (min-width: 105rem) {
    .signal-line-wd-showcase-mid {
        display: none;
    }

    .signal-line-wd-showcase-wide {
        display: block;
    }

    .wd-showcase-end-node {
        left: calc(330 / 1440 * 100%);
    }
}

@media (max-width: 79.99rem) {
    .wd-hero-labels {
        display: none;
    }

    .page-e-shop {
        --wd-section-space: var(--section-space-tablet);
    }

    .wd-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.82fr);
    }

    .wd-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wd-process ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem 1.5rem;
    }

    .signal-line-wd-process,
    .wd-process-turn-top,
    .wd-process-boundary-node,
    .wd-process-turn-bottom,
    .wd-process-end-node {
        display: none;
    }
}

@media (max-width: 63.99rem) {
    .signal-line-wd-hero,
    .signal-line-wd-hero-out,
    .signal-line-wd-showcase,
    .signal-line-wd-process,
    .wd-hero-boundary-node,
    .wd-hero-end-node,
    .wd-showcase-end-node {
        display: none;
    }

    .wd-hero-grid,
    .wd-purpose-grid,
    .wd-nationwide-grid {
        grid-template-columns: 1fr;
    }

    .wd-hero-grid {
        gap: 1rem;
        padding-top: 3.5rem;
    }

    .wd-hero-visual {
        margin-top: 0;
        padding: 0.5rem 0 0;
    }

    .wd-hero-visual img {
        width: min(40.5rem, 92%);
    }

    .wd-purpose-grid,
    .wd-nationwide-grid {
        gap: 3.5rem;
    }

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

    .wd-nationwide-visual {
        max-width: 44rem;
    }

    .wd-nationwide-visual img {
        width: 100%;
        max-width: 100%;
        transform: none;
    }
}

@media (max-width: 47.99rem) {
    .page-e-shop {
        --wd-section-space: var(--section-space-mobile);
    }

    .wd-hero {
        min-height: 0;
    }

    .wd-hero-grid {
        min-height: 0;
        padding-block: 3rem 3.5rem;
    }

    .wd-hero h1 {
        font-size: clamp(1.85rem, 7.5vw, 2.45rem);
    }

    .wd-actions {
        display: grid;
    }

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

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

    .wd-hero-visual {
        padding: 0.25rem 0 0;
    }

    .wd-hero-visual img {
        width: min(35rem, 100%);
    }

    .wd-benefit-grid,
    .wd-card-grid,
    .wd-process ol,
    .wd-faq-grid {
        grid-template-columns: 1fr;
    }

    .wd-process li {
        display: grid;
        grid-template-columns: 2.5rem 1fr;
        column-gap: 1rem;
    }

    .wd-process li > span {
        grid-row: 1 / span 2;
    }

    .wd-process h3 {
        min-height: 0;
        margin-bottom: 0.4rem;
    }

    .wd-process li p {
        grid-column: 2;
    }

    .wd-card-grid article {
        min-height: 0;
    }

    .wd-section-head {
        display: block;
    }

    .wd-section-head .references-all {
        display: inline-flex;
        margin-top: 1.25rem;
    }

    .wd-gallery-grid {
        grid-template-columns: 1fr;
    }

    .wd-gallery-grid a {
        aspect-ratio: 1.85 / 1;
    }

    .wd-proof ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .wd-gallery-web img,
    .wd-gallery-logo img,
    .wd-gallery-grid a::after {
        transition: none;
    }
}
