.yy-smp-page {
    --smp-black: #050505;
    --smp-ink: #191817;
    --smp-copy: #5c5855;
    --smp-line: #ddd8d4;
    --smp-blush: #f7e9e5;
    --smp-soft: #f7f7f5;
    --smp-sage: #7d877a;
    background: #fff;
    color: var(--smp-copy);
}

.yy-smp-page *,
.yy-smp-page *::before,
.yy-smp-page *::after {
    box-sizing: border-box;
}

.yy-smp-page .yy-nav-left a.active::after {
    display: none;
}

.yy-smp-page .yy-nav-left a.active {
    border-bottom-color: transparent;
}

.yy-smp-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.yy-smp-hero {
    min-height: 650px;
    height: 76vh;
    max-height: 790px;
    position: relative;
    overflow: hidden;
    background: var(--smp-black);
    color: #fff;
}

.yy-smp-hero-image,
.yy-smp-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.yy-smp-hero-image {
    object-fit: cover;
    object-position: center center;
}

.yy-smp-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 36%, rgba(0, 0, 0, .2) 69%, rgba(0, 0, 0, .08) 100%);
}

.yy-smp-hero-inner {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.yy-smp-hero-copy {
    width: min(670px, 56%);
    padding: 38px 0;
}

.yy-smp-eyebrow,
.yy-smp-kicker {
    margin: 0 0 18px;
    color: #cfae9f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.yy-smp-hero h1 {
    max-width: 650px;
    margin: 0 0 22px;
    color: #fff;
    font-family: var(--heading-font, Arial, sans-serif);
    font-size: 58px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
}

.yy-smp-lead {
    max-width: 610px;
    margin: 0 0 30px;
    color: #e2dedb;
    font-size: 18px;
    line-height: 1.75;
}

.yy-smp-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.yy-smp-button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.yy-smp-button:hover {
    text-decoration: none;
}

.yy-smp-button-light {
    background: #fff;
    color: #090909;
}

.yy-smp-button-light:hover {
    background: var(--smp-blush);
    color: #090909;
}

.yy-smp-button-ghost {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.yy-smp-button-ghost:hover {
    border-color: #fff;
    background: #fff;
    color: #090909;
}

.yy-smp-button-dark {
    background: #050505;
    color: #fff;
}

.yy-smp-button-dark:hover {
    background: #292929;
    color: #fff;
}

.yy-smp-hero-note {
    max-width: 560px;
    margin: 18px 0 0;
    color: #bdb7b3;
    font-size: 12px;
    line-height: 1.6;
}

.yy-smp-trust {
    border-bottom: 1px solid var(--smp-line);
    background: #fff;
}

.yy-smp-trust-grid {
    min-height: 116px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.yy-smp-trust-grid > div {
    min-width: 0;
    padding: 26px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid var(--smp-line);
}

.yy-smp-trust-grid > div:first-child {
    border-left: 1px solid var(--smp-line);
}

.yy-smp-trust-grid i {
    width: 34px;
    flex: 0 0 34px;
    color: var(--smp-sage);
    font-size: 23px;
    text-align: center;
}

.yy-smp-trust-grid span {
    min-width: 0;
    display: block;
    color: #77716d;
    font-size: 12px;
    line-height: 1.5;
}

.yy-smp-trust-grid strong {
    display: block;
    color: var(--smp-ink);
    font-size: 14px;
}

.yy-smp-band {
    padding: 104px 0;
}

.yy-smp-band-soft {
    background: var(--smp-soft);
}

.yy-smp-band-dark {
    background: var(--smp-black);
    color: #ccc6c1;
}

.yy-smp-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
    gap: 88px;
    align-items: center;
}

.yy-smp-copy h2,
.yy-smp-section-head h2,
.yy-smp-process h2,
.yy-smp-care h2,
.yy-smp-safety h2,
.yy-smp-faq h2,
.yy-smp-final h2,
.yy-smp-expect h2 {
    margin: 0 0 24px;
    color: var(--smp-ink);
    font-family: var(--heading-font, Arial, sans-serif);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0;
}

.yy-smp-copy > p,
.yy-smp-section-head > p:last-child,
.yy-smp-care p,
.yy-smp-safety-copy p,
.yy-smp-faq header > p:last-child {
    font-size: 16px;
    line-height: 1.85;
}

.yy-smp-callout {
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 3px solid #111;
    background: var(--smp-blush);
    color: #4e4946;
    font-size: 14px;
    line-height: 1.7;
}

.yy-smp-media {
    margin: 0;
}

.yy-smp-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}

.yy-smp-media figcaption {
    padding: 14px 0 0;
    color: #827b76;
    font-size: 12px;
    line-height: 1.6;
}

.yy-smp-section-head {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

.yy-smp-section-head-left {
    margin-left: 0;
    text-align: left;
}

.yy-smp-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.yy-smp-solution-grid article {
    min-height: 280px;
    padding: 30px 26px;
    border: 1px solid var(--smp-line);
    border-radius: 4px;
    background: #fff;
}

.yy-smp-solution-grid span {
    color: #c7a899;
    font-size: 30px;
    font-weight: 300;
}

.yy-smp-solution-grid h3 {
    margin: 44px 0 14px;
    color: var(--smp-ink);
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

.yy-smp-solution-grid p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.yy-smp-result-pair {
    margin: 0 0 72px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.yy-smp-result-pair figure,
.yy-smp-angle-grid figure {
    min-width: 0;
    margin: 0;
}

.yy-smp-result-media {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--smp-line);
    border-radius: 4px;
    background: #eee;
}

.yy-smp-result-media img,
.yy-smp-angle-grid img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}

.yy-smp-result-media span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 12px;
    background: #050505;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.yy-smp-result-pair figcaption,
.yy-smp-angle-grid figcaption {
    padding-top: 12px;
    color: #756f6b;
    font-size: 12px;
    line-height: 1.65;
}

.yy-smp-results-subhead {
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, .7fr);
    gap: 60px;
    align-items: end;
}

.yy-smp-results-subhead h3,
.yy-smp-video-head h3 {
    margin: 0;
    color: var(--smp-ink);
    font-family: var(--heading-font, Arial, sans-serif);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.yy-smp-results-subhead > p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.yy-smp-angle-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.yy-smp-angle-grid img {
    border: 1px solid var(--smp-line);
    border-radius: 4px;
}

.yy-smp-video-head {
    margin: 72px 0 28px;
}

.yy-smp-video-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.yy-smp-video-grid article {
    min-width: 0;
}

.yy-smp-video-grid video {
    width: 100%;
    aspect-ratio: 9 / 16;
    display: block;
    object-fit: cover;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    background: #090909;
}

.yy-smp-video-grid p {
    margin: 11px 0 0;
    color: var(--smp-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.yy-smp-results-note {
    margin: 32px 0 0;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border-left: 3px solid #111;
    background: var(--smp-soft);
    color: #615c58;
    font-size: 13px;
    line-height: 1.7;
}

.yy-smp-results-note i {
    margin-top: 4px;
    color: var(--smp-sage);
}

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

.yy-smp-process-list li {
    min-height: 210px;
    padding: 34px 34px 34px 0;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--smp-line);
}

.yy-smp-process-list li:nth-child(odd) {
    border-right: 1px solid var(--smp-line);
}

.yy-smp-process-list li:nth-child(even) {
    padding-left: 34px;
}

.yy-smp-process-list > li > span {
    color: #c7a899;
    font-size: 34px;
    line-height: 1;
}

.yy-smp-process-list h3 {
    margin: 0 0 12px;
    color: var(--smp-ink);
    font-size: 20px;
    letter-spacing: 0;
}

.yy-smp-process-list p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.yy-smp-expect-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .8fr);
    gap: 88px;
    align-items: center;
}

.yy-smp-expect h2 {
    color: #fff;
}

.yy-smp-expect p:not(.yy-smp-kicker) {
    margin: 0;
    font-size: 16px;
    line-height: 1.85;
}

.yy-smp-expect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #333;
}

.yy-smp-expect li {
    padding: 18px 0;
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #333;
    color: #eee;
    font-size: 14px;
}

.yy-smp-expect li i {
    color: #cfae9f;
}

.yy-smp-care-grid,
.yy-smp-safety-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 80px;
    align-items: start;
}

.yy-smp-care-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--smp-line);
    border-left: 1px solid var(--smp-line);
}

.yy-smp-care-points > div {
    min-height: 150px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-right: 1px solid var(--smp-line);
    border-bottom: 1px solid var(--smp-line);
}

.yy-smp-care-points i {
    width: 28px;
    flex: 0 0 28px;
    color: var(--smp-sage);
    font-size: 21px;
}

.yy-smp-care-points span {
    color: #77716d;
    font-size: 13px;
    line-height: 1.65;
}

.yy-smp-care-points strong {
    display: block;
    margin-bottom: 6px;
    color: var(--smp-ink);
    font-size: 15px;
}

.yy-smp-safety-copy {
    padding-left: 34px;
    border-left: 3px solid #111;
}

.yy-smp-safety-copy p:first-child {
    margin-top: 0;
}

.yy-smp-safety-copy p:last-child {
    margin-bottom: 0;
}

.yy-smp-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 84px;
    align-items: start;
}

.yy-smp-faq header {
    position: sticky;
    top: 120px;
}

.yy-smp-faq-list {
    border-top: 1px solid var(--smp-line);
}

.yy-smp-faq-list details {
    border-bottom: 1px solid var(--smp-line);
}

.yy-smp-faq-list summary {
    min-height: 76px;
    padding: 18px 6px 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--smp-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.yy-smp-faq-list summary::-webkit-details-marker {
    display: none;
}

.yy-smp-faq-list summary i {
    flex: 0 0 auto;
    color: #b79585;
    font-size: 13px;
    transition: transform .2s ease;
}

.yy-smp-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.yy-smp-faq-list details p {
    margin: 0;
    padding: 0 44px 24px 0;
    font-size: 14px;
    line-height: 1.8;
}

.yy-smp-final {
    padding: 96px 0;
    background: var(--smp-blush);
    text-align: center;
}

.yy-smp-final-inner {
    max-width: 900px;
}

.yy-smp-final h2 {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.yy-smp-final-inner > p:not(.yy-smp-kicker) {
    max-width: 670px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.8;
}

.yy-smp-actions-center {
    justify-content: center;
}

.yy-smp-text-link {
    min-height: 52px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--smp-ink);
    font-weight: 700;
}

.yy-smp-text-link:hover {
    color: #000;
}

.yy-smp-mobile-cta {
    display: none;
}

@media (max-width: 1100px) {
    .yy-smp-hero h1 {
        font-size: 48px;
    }

    .yy-smp-hero-copy {
        width: 58%;
    }

    .yy-smp-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .yy-smp-trust-grid > div:nth-child(3) {
        border-left: 1px solid var(--smp-line);
    }

    .yy-smp-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yy-smp-angle-grid,
    .yy-smp-video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .yy-smp-page {
        padding-bottom: 62px;
    }

    .yy-smp-page .yy-global-social-rail {
        display: none !important;
    }

    .yy-smp-shell {
        width: min(100% - 32px, 620px);
    }

    .yy-smp-hero {
        height: 73svh;
        min-height: 610px;
        max-height: 690px;
    }

    .yy-smp-hero-image {
        object-position: 68% center;
    }

    .yy-smp-hero-shade {
        background: linear-gradient(180deg, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .82) 50%, rgba(0, 0, 0, .98) 100%);
    }

    .yy-smp-hero-inner {
        align-items: flex-end;
    }

    .yy-smp-hero-copy {
        width: 100%;
        padding: 30px 0 36px;
    }

    .yy-smp-hero h1 {
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 1.08;
    }

    .yy-smp-lead {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.65;
    }

    .yy-smp-actions {
        gap: 8px;
    }

    .yy-smp-button {
        min-height: 48px;
        padding: 0 15px;
        font-size: 12px;
    }

    .yy-smp-hero-note {
        margin-top: 13px;
        font-size: 10px;
    }

    .yy-smp-trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .yy-smp-trust-grid > div {
        min-height: 108px;
        padding: 18px 13px;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px solid var(--smp-line);
    }

    .yy-smp-trust-grid > div:nth-child(odd) {
        border-left: 1px solid var(--smp-line);
    }

    .yy-smp-trust-grid i {
        width: 25px;
        flex-basis: 25px;
        font-size: 18px;
    }

    .yy-smp-trust-grid strong {
        font-size: 12px;
    }

    .yy-smp-trust-grid span {
        font-size: 10px;
    }

    .yy-smp-band {
        padding: 68px 0;
    }

    .yy-smp-split,
    .yy-smp-expect-grid,
    .yy-smp-care-grid,
    .yy-smp-safety-grid,
    .yy-smp-faq-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .yy-smp-copy h2,
    .yy-smp-section-head h2,
    .yy-smp-process h2,
    .yy-smp-care h2,
    .yy-smp-safety h2,
    .yy-smp-faq h2,
    .yy-smp-final h2,
    .yy-smp-expect h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .yy-smp-copy > p,
    .yy-smp-section-head > p:last-child,
    .yy-smp-care p,
    .yy-smp-safety-copy p,
    .yy-smp-faq header > p:last-child,
    .yy-smp-expect p:not(.yy-smp-kicker) {
        font-size: 14px;
        line-height: 1.8;
    }

    .yy-smp-media {
        order: -1;
    }

    .yy-smp-section-head {
        margin-bottom: 34px;
        text-align: left;
    }

    .yy-smp-result-pair {
        margin-bottom: 54px;
        gap: 8px;
    }

    .yy-smp-result-media span {
        right: 8px;
        bottom: 8px;
        padding: 7px 8px;
        font-size: 9px;
    }

    .yy-smp-result-pair figcaption {
        padding-top: 9px;
        font-size: 10px;
        line-height: 1.55;
    }

    .yy-smp-results-subhead {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .yy-smp-results-subhead h3,
    .yy-smp-video-head h3 {
        font-size: 25px;
    }

    .yy-smp-angle-grid,
    .yy-smp-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .yy-smp-angle-grid figcaption,
    .yy-smp-video-grid p {
        font-size: 10px;
    }

    .yy-smp-video-grid article:last-child:nth-child(odd) {
        width: calc(50% - 4px);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .yy-smp-video-head {
        margin-top: 54px;
    }

    .yy-smp-results-note {
        padding: 15px 14px;
        font-size: 11px;
    }

    .yy-smp-solution-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .yy-smp-solution-grid article {
        min-height: 0;
        padding: 24px 22px;
    }

    .yy-smp-solution-grid h3 {
        margin-top: 22px;
    }

    .yy-smp-process-list {
        grid-template-columns: 1fr;
    }

    .yy-smp-process-list li,
    .yy-smp-process-list li:nth-child(even) {
        min-height: 0;
        padding: 26px 0;
        grid-template-columns: 52px 1fr;
        gap: 12px;
        border-right: 0;
    }

    .yy-smp-process-list > li > span {
        font-size: 25px;
    }

    .yy-smp-care-points {
        grid-template-columns: 1fr;
    }

    .yy-smp-care-points > div {
        min-height: 0;
    }

    .yy-smp-safety-copy {
        padding-left: 20px;
    }

    .yy-smp-faq header {
        position: static;
    }

    .yy-smp-faq-list summary {
        min-height: 68px;
        font-size: 15px;
    }

    .yy-smp-faq-list details p {
        padding-right: 20px;
        font-size: 13px;
    }

    .yy-smp-final {
        padding: 68px 0;
    }

    .yy-smp-mobile-cta {
        height: 62px;
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        position: fixed;
        z-index: 2147483001;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, .12);
    }

    .yy-smp-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        color: #111;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

    .yy-smp-mobile-cta a:last-child {
        background: #050505;
        color: #fff;
    }
}

@media (max-width: 390px) {
    .yy-smp-hero h1 {
        font-size: 32px;
    }

    .yy-smp-button {
        width: 100%;
    }

    .yy-smp-hero-note {
        display: none;
    }
}

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