/* Related service links: scoped editorial showcase. */
.internal-links.internal-links_showcase {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    width: min(95vw, 1820px);
    margin: 46px auto 0;
    padding: clamp(28px, 3.3vw, 64px);
    overflow: hidden;
    box-sizing: border-box;
    background:
        linear-gradient(rgba(11, 23, 20, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 23, 20, 0.035) 1px, transparent 1px),
        #f1ece3;
    background-size: 48px 48px;
    border: 1px solid rgba(11, 23, 20, 0.08);
    border-radius: clamp(24px, 2.2vw, 40px);
}

.internal-links.internal-links_showcase::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: clamp(-150px, -8vw, -80px);
    right: clamp(-100px, -4vw, -40px);
    width: clamp(260px, 30vw, 560px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(227, 154, 102, 0.18);
    pointer-events: none;
}

.internal-links_showcase .internal-links__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    max-width: 1160px;
    margin: 0 0 clamp(30px, 3vw, 54px);
}

.internal-links_showcase .internal-links__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-family: "Raleway", sans-serif;
    font-size: clamp(11px, 0.8vw, 14px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a45d37;
}

.internal-links_showcase .internal-links__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.internal-links_showcase .internal-links__title {
    max-width: 1080px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(36px, 4.15vw, 76px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #0b1714;
    text-wrap: balance;
}

.internal-links_showcase .internal-links__text {
    max-width: 850px;
    margin: 4px 0 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(16px, 1.15vw, 21px);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(11, 23, 20, 0.72);
}

.internal-links_showcase .internal-links__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(12px, 1.1vw, 20px);
}

.internal-links_showcase .internal-links__card {
    grid-column: span 4;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    min-height: clamp(170px, 11vw, 210px);
    height: auto;
    padding: clamp(24px, 2vw, 38px);
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(11, 23, 20, 0.12);
    border-radius: clamp(20px, 1.55vw, 28px);
    color: #0b1714;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.internal-links_showcase .internal-links__card:first-child {
    grid-column: span 6;
    background: #0b1714;
    border-color: #0b1714;
    color: #fffaf2;
}

.internal-links_showcase .internal-links__card:nth-child(2),
.internal-links_showcase .internal-links__card:nth-child(3) {
    grid-column: span 3;
}

.internal-links_showcase .internal-links__card:nth-child(2) {
    background: #e39a66;
    border-color: #e39a66;
}

.internal-links_showcase .internal-links__card::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 190px;
    aspect-ratio: 1;
    border: 1px solid rgba(11, 23, 20, 0.09);
    border-radius: 50%;
    transition: transform 0.45s ease;
}

.internal-links_showcase .internal-links__card:first-child::before {
    border-color: rgba(255, 250, 242, 0.14);
}

.internal-links_showcase .internal-links__card:hover {
    transform: translateY(-5px);
    background: #fffdf8;
    border-color: rgba(11, 23, 20, 0.3);
    box-shadow: 0 18px 42px rgba(11, 23, 20, 0.12);
}

.internal-links_showcase .internal-links__card:first-child:hover {
    background: #11231e;
    border-color: #11231e;
}

.internal-links_showcase .internal-links__card:nth-child(2):hover {
    background: #eba878;
    border-color: #eba878;
}

.internal-links_showcase .internal-links__card:hover::before {
    transform: scale(1.18);
}

.internal-links_showcase .internal-links__card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
}

.internal-links_showcase .internal-links__card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(16px, 1.4vw, 26px);
    width: 100%;
}

.internal-links_showcase .internal-links__card-title {
    min-width: 0;
    flex: 0 1 auto;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(27px, 2vw, 38px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: inherit;
    text-wrap: balance;
}

.internal-links_showcase.internal-links_gold .internal-links__card-title {
    color: inherit;
}

.internal-links_showcase .internal-links__card-text {
    max-width: 92%;
    margin: 18px 0 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(17px, 1.1vw, 21px);
    font-weight: 400;
    line-height: 1.48;
    color: rgba(11, 23, 20, 0.68);
}

.internal-links_showcase .internal-links__card:first-child .internal-links__card-text {
    color: rgba(255, 250, 242, 0.72);
}

.internal-links_showcase .internal-links__arrow {
    position: static;
    z-index: 2;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: clamp(46px, 3vw, 56px);
    height: clamp(46px, 3vw, 56px);
    border-radius: 50%;
    background: #0b1714;
    color: #fffaf2;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.internal-links_showcase .internal-links__card:first-child .internal-links__arrow {
    background: #e39a66;
    color: #0b1714;
}

.internal-links_showcase .internal-links__card:nth-child(2) .internal-links__arrow {
    background: #fffaf2;
    color: #0b1714;
}

.internal-links_showcase .internal-links__arrow svg {
    display: block;
    width: 45%;
    height: 45%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.internal-links_showcase .internal-links__card:hover .internal-links__arrow {
    transform: translateX(4px);
    background: #e39a66;
    color: #0b1714;
}

.internal-links_showcase .internal-links__card:focus-visible {
    outline: 3px solid #e39a66;
    outline-offset: 4px;
}

.internal-links_showcase .internal-links__footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    margin-top: clamp(22px, 2vw, 34px);
}

.internal-links_showcase .internal-links__button {
    min-width: min(100%, 300px);
    height: 58px;
    padding: 0 28px;
    border: 1px solid #0b1714;
    border-radius: 999px;
    background: #0b1714;
    color: #fffaf2;
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.internal-links_showcase .internal-links__button:hover {
    transform: translateY(-2px);
    background: #18372e;
}

.internal-links_showcase .internal-links__button:focus-visible {
    outline: 3px solid #e39a66;
    outline-offset: 4px;
}

.internal-links_showcase .internal-links__button-text {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

@media (max-width: 1199px) {
    .internal-links.internal-links_showcase {
        margin-top: 46px;
        padding: clamp(26px, 4vw, 44px);
    }

    .internal-links_showcase .internal-links__card,
    .internal-links_showcase .internal-links__card:first-child,
    .internal-links_showcase .internal-links__card:nth-child(2),
    .internal-links_showcase .internal-links__card:nth-child(3) {
        grid-column: span 6;
        min-height: 180px;
    }
}

@media (max-width: 699px) {
    .internal-links.internal-links_showcase {
        width: calc(100% - 24px);
        margin: 32px 12px 0;
        padding: 24px 16px 16px;
        border-radius: 26px;
        background-size: 36px 36px;
    }

    .internal-links_showcase .internal-links__head {
        gap: 12px;
        margin-bottom: 26px;
    }

    .internal-links_showcase .internal-links__title {
        font-size: clamp(32px, 10.2vw, 42px);
        line-height: 1.02;
    }

    .internal-links_showcase .internal-links__grid {
        gap: 12px;
    }

    .internal-links_showcase .internal-links__card,
    .internal-links_showcase .internal-links__card:first-child,
    .internal-links_showcase .internal-links__card:nth-child(2),
    .internal-links_showcase .internal-links__card:nth-child(3) {
        grid-column: 1 / -1;
        min-height: 0;
        padding: 24px 20px;
        border-radius: 21px;
    }

    .internal-links_showcase .internal-links__card-content {
        max-width: 100%;
        padding-top: 0;
    }

    .internal-links_showcase .internal-links__card-title {
        font-size: clamp(25px, 7.4vw, 30px);
    }

    .internal-links_showcase .internal-links__card-text {
        max-width: 100%;
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.45;
    }

    .internal-links_showcase .internal-links__arrow {
        width: 46px;
        height: 46px;
    }

    .internal-links_showcase .internal-links__button {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .internal-links_showcase .internal-links__card,
    .internal-links_showcase .internal-links__card::before,
    .internal-links_showcase .internal-links__arrow,
    .internal-links_showcase .internal-links__button {
        transition: none;
    }
}
