.swing-293-body .swing-293-page {
    --s293-navy: #263f50;
    --s293-blue: #3f6f83;
    --s293-blue-dark: #2d5565;
    --s293-red: #a6533c;
    --s293-red-dark: #7d3929;
    --s293-green: #5f7b70;
    --s293-gold: #b38b42;
    --s293-ink: #2b3a45;
    --s293-muted: #5b6a75;
    --s293-line: #d9e2e7;
    --s293-soft: #f6f8fa;
    --s293-sky: #edf5f8;
    color: var(--s293-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.swing-293-body .swing-293-page *,
.swing-293-body .swing-293-page *::before,
.swing-293-body .swing-293-page *::after {
    box-sizing: border-box;
}

.swing-293-body .swing-293-page a {
    color: var(--s293-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.swing-293-body .swing-293-page a:hover,
.swing-293-body .swing-293-page a:focus-visible {
    color: var(--s293-red-dark);
}

.swing-293-body .swing-293-header {
    display: block;
    height: auto;
    padding: 10px 0 24px;
    background: transparent;
    font-family: inherit;
    font-weight: 400;
}

.swing-293-body .swing-293-eyebrow {
    margin: 0 0 8px;
    color: var(--s293-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.swing-293-body .swing-293-title {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--s293-navy);
    font-size: clamp(28px, 4.3vw, 44px);
    line-height: 1.35;
    letter-spacing: .02em;
}

.swing-293-body .swing-293-lead {
    margin: 18px 0 0;
    color: #445563;
    font-size: 17px;
}

.swing-293-body .swing-293-hero {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 18px;
    background: #f4f1eb;
    box-shadow: 0 14px 35px rgba(27, 48, 65, .14);
}

.swing-293-body .swing-293-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.swing-293-body .swing-293-conclusion {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 32px;
    padding: 23px 25px;
    border: 1px solid #c7dbe4;
    border-left: 6px solid var(--s293-blue);
    border-radius: 14px;
    background: linear-gradient(135deg, #eef6fa 0%, #fff 100%);
}

.swing-293-body .swing-293-conclusion__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--s293-blue);
    color: #fff;
    font-size: 24px;
}

.swing-293-body .swing-293-conclusion__label {
    margin: 0 0 4px;
    color: var(--s293-blue-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.swing-293-body .swing-293-conclusion p:last-child {
    margin: 0;
}

.swing-293-body .swing-293-section {
    margin: 0 0 58px;
}

.swing-293-body .swing-293-anchor {
    scroll-margin-top: 90px;
}

.swing-293-body .swing-293-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--s293-line);
}

.swing-293-body .swing-293-heading > span {
    flex: 0 0 auto;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--s293-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.swing-293-body .swing-293-heading h2 {
    margin: 1px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--s293-navy);
    font-size: clamp(23px, 3.3vw, 31px);
    line-height: 1.45;
}

.swing-293-body .swing-293-section > p {
    margin: 0 0 18px;
}

.swing-293-body .swing-293-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.swing-293-body .swing-293-summary-grid article {
    padding: 25px 22px;
    border: 1px solid var(--s293-line);
    border-top: 5px solid var(--s293-blue);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(30, 52, 69, .06);
}

.swing-293-body .swing-293-summary-grid article:nth-child(2) {
    border-top-color: var(--s293-red);
}

.swing-293-body .swing-293-summary-grid article:nth-child(3) {
    border-top-color: var(--s293-green);
}

.swing-293-body .swing-293-summary-grid i {
    color: var(--s293-blue);
    font-size: 29px;
}

.swing-293-body .swing-293-summary-grid article:nth-child(2) i {
    color: var(--s293-red);
}

.swing-293-body .swing-293-summary-grid article:nth-child(3) i {
    color: var(--s293-green);
}

.swing-293-body .swing-293-summary-grid h3 {
    margin: 13px 0 10px;
    color: var(--s293-navy);
    font-size: 19px;
    line-height: 1.5;
}

.swing-293-body .swing-293-summary-grid p {
    margin: 0;
    color: var(--s293-muted);
}

.swing-293-body .swing-293-toc {
    margin: 0 0 46px;
    padding: 24px 26px;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
    background: var(--s293-soft);
}

.swing-293-body .swing-293-toc__title {
    margin: 0 0 12px;
    color: var(--s293-navy);
    font-weight: 800;
}

.swing-293-body .swing-293-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 32px;
    margin: 0;
    padding-left: 22px;
}

.swing-293-body .swing-293-toc a {
    color: #34495b;
    font-weight: 600;
}

.swing-293-body .swing-293-file-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin: 28px 0;
}

.swing-293-body .swing-293-file-grid article {
    position: relative;
    min-height: 205px;
    padding: 26px 23px 22px;
    border: 1px solid var(--s293-line);
    border-radius: 15px;
    background: #fff;
}

.swing-293-body .swing-293-file-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--s293-sky);
    color: var(--s293-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.swing-293-body .swing-293-file-grid h3 {
    margin: 15px 0 9px;
    color: var(--s293-navy);
    font-size: 19px;
    line-height: 1.5;
}

.swing-293-body .swing-293-file-grid p {
    margin: 0;
    color: var(--s293-muted);
}

.swing-293-body .swing-293-note {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #ead8b2;
    border-left: 6px solid var(--s293-gold);
    border-radius: 13px;
    background: #fffaf0;
}

.swing-293-body .swing-293-note h3 {
    margin: 0 0 8px;
    color: #6c4d13;
    font-size: 18px;
}

.swing-293-body .swing-293-note p {
    margin: 0;
    color: #5f5541;
}

.swing-293-body .swing-293-step-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.swing-293-body .swing-293-step-list li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    position: relative;
    padding: 0 0 28px;
}

.swing-293-body .swing-293-step-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 51px;
    left: 27px;
    width: 2px;
    height: calc(100% - 44px);
    background: #cbdbe2;
}

.swing-293-body .swing-293-step-list__number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--s293-blue);
    box-shadow: 0 0 0 1px #c7d8df;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.swing-293-body .swing-293-step-list li > div {
    padding: 19px 22px;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
    background: #fff;
}

.swing-293-body .swing-293-step-list h3 {
    margin: 0 0 8px;
    color: var(--s293-navy);
    font-size: 20px;
}

.swing-293-body .swing-293-step-list p {
    margin: 0;
}

.swing-293-body .swing-293-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.swing-293-body .swing-293-check-grid article {
    position: relative;
    padding: 24px 23px 22px 74px;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
    background: #fff;
}

.swing-293-body .swing-293-check-grid i {
    position: absolute;
    top: 24px;
    left: 22px;
    color: var(--s293-red);
    font-size: 30px;
}

.swing-293-body .swing-293-check-grid h3 {
    margin: 0 0 7px;
    color: var(--s293-navy);
    font-size: 19px;
}

.swing-293-body .swing-293-check-grid p {
    margin: 0;
    color: var(--s293-muted);
}

.swing-293-body .swing-293-inline-guide {
    padding: 18px 21px;
    border-radius: 11px;
    background: var(--s293-sky);
}

.swing-293-body .swing-293-table-wrap {
    width: 100%;
    margin: 26px 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
}

.swing-293-body .swing-293-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.swing-293-body .swing-293-table th,
.swing-293-body .swing-293-table td {
    padding: 16px 17px;
    border-right: 1px solid var(--s293-line);
    border-bottom: 1px solid var(--s293-line);
    vertical-align: top;
    text-align: left;
}

.swing-293-body .swing-293-table tr > *:last-child {
    border-right: 0;
}

.swing-293-body .swing-293-table tbody tr:last-child > * {
    border-bottom: 0;
}

.swing-293-body .swing-293-table thead th {
    background: var(--s293-navy);
    color: #fff;
    font-weight: 800;
}

.swing-293-body .swing-293-table tbody th {
    width: 24%;
    background: #f3f7f9;
    color: var(--s293-navy);
    font-weight: 800;
}

.swing-293-body .swing-293-tip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.swing-293-body .swing-293-tip-grid article {
    padding: 24px 22px;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
    background: var(--s293-soft);
}

.swing-293-body .swing-293-tip-grid i {
    color: var(--s293-green);
    font-size: 27px;
}

.swing-293-body .swing-293-tip-grid h3 {
    margin: 12px 0 8px;
    color: var(--s293-navy);
    font-size: 18px;
}

.swing-293-body .swing-293-tip-grid p {
    margin: 0;
}

.swing-293-body .swing-293-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 16px;
    margin: 26px 0 20px;
    padding: 0;
    list-style: none;
}

.swing-293-body .swing-293-checklist li {
    position: relative;
    min-height: 58px;
    padding: 15px 16px 15px 52px;
    border: 1px solid var(--s293-line);
    border-radius: 11px;
    background: #fff;
}

.swing-293-body .swing-293-checklist li span {
    position: absolute;
    top: 15px;
    left: 17px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #e8f2ee;
    color: var(--s293-green);
    font-weight: 900;
    line-height: 1;
}

.swing-293-body .swing-293-resource-grid,
.swing-293-body .swing-293-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.swing-293-body .swing-293-resource-grid a,
.swing-293-body .swing-293-related-grid a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 3px;
    min-height: 120px;
    padding: 22px;
    border: 1px solid var(--s293-line);
    border-radius: 14px;
    background: #fff;
    color: var(--s293-ink);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(30, 52, 69, .045);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.swing-293-body .swing-293-resource-grid a:hover,
.swing-293-body .swing-293-resource-grid a:focus-visible,
.swing-293-body .swing-293-related-grid a:hover,
.swing-293-body .swing-293-related-grid a:focus-visible {
    transform: translateY(-2px);
    border-color: #a9c4d0;
    color: var(--s293-ink);
    box-shadow: 0 13px 27px rgba(30, 52, 69, .09);
}

.swing-293-body .swing-293-resource-grid i {
    grid-row: 1 / 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 11px;
    background: var(--s293-sky);
    color: var(--s293-blue);
    font-size: 20px;
}

.swing-293-body .swing-293-resource-grid strong,
.swing-293-body .swing-293-related-grid strong {
    color: var(--s293-navy);
    font-size: 17px;
    line-height: 1.55;
}

.swing-293-body .swing-293-resource-grid span,
.swing-293-body .swing-293-related-grid span {
    color: var(--s293-muted);
    font-size: 14px;
    line-height: 1.7;
}

.swing-293-body .swing-293-related {
    margin: 0 0 54px;
}

.swing-293-body .swing-293-related-grid a {
    display: block;
    min-height: 105px;
}

.swing-293-body .swing-293-related-grid span {
    display: block;
    margin-top: 6px;
}

.swing-293-body .swing-293-backlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    font-weight: 700;
}

.swing-293-body .swing-293-faq details {
    overflow: hidden;
    border: 1px solid var(--s293-line);
    border-radius: 12px;
    background: #fff;
}

.swing-293-body .swing-293-faq details + details {
    margin-top: 13px;
}

.swing-293-body .swing-293-faq summary {
    position: relative;
    padding: 19px 54px 19px 23px;
    color: var(--s293-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.swing-293-body .swing-293-faq summary::-webkit-details-marker {
    display: none;
}

.swing-293-body .swing-293-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--s293-blue);
    font-size: 25px;
    font-weight: 400;
}

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

.swing-293-body .swing-293-faq details > div {
    padding: 0 23px 20px;
    border-top: 1px solid var(--s293-line);
    background: #fbfcfd;
}

.swing-293-body .swing-293-faq details > div p {
    margin: 16px 0 0;
}

.swing-293-body .swing-293-final-cta {
    position: relative;
    padding: 38px 36px;
    overflow: hidden;
    border-radius: 19px;
    background: linear-gradient(135deg, #243f50 0%, #315f71 100%);
    color: #fff;
    text-align: center;
}

.swing-293-body .swing-293-final-cta::before,
.swing-293-body .swing-293-final-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.swing-293-body .swing-293-final-cta::before {
    top: -80px;
    right: -55px;
    width: 220px;
    height: 220px;
}

.swing-293-body .swing-293-final-cta::after {
    bottom: -85px;
    left: -55px;
    width: 180px;
    height: 180px;
}

.swing-293-body .swing-293-final-cta > * {
    position: relative;
    z-index: 1;
}

.swing-293-body .swing-293-final-cta__icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 13px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 26px;
}

.swing-293-body .swing-293-final-cta__eyebrow {
    margin: 0 0 8px;
    color: #d9e8ee;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.swing-293-body .swing-293-final-cta h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(23px, 3.4vw, 31px);
    line-height: 1.5;
}

.swing-293-body .swing-293-final-cta > p:not(.swing-293-final-cta__eyebrow) {
    max-width: 760px;
    margin: 17px auto 0;
    color: #edf4f6;
}

.swing-293-body .swing-293-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 25px;
}

.swing-293-body .swing-293-btn {
    display: inline-flex;
    min-width: 250px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.swing-293-body .swing-293-btn--primary,
.swing-293-body .swing-293-btn--primary:link,
.swing-293-body .swing-293-btn--primary:visited {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
}

.swing-293-body .swing-293-btn--primary:hover,
.swing-293-body .swing-293-btn--primary:focus-visible {
    border-color: #f1d9a7;
    background-color: #f1d9a7;
    color: #4d3510;
    transform: translateY(-2px);
}

.swing-293-body .swing-293-btn--secondary,
.swing-293-body .swing-293-btn--secondary:link,
.swing-293-body .swing-293-btn--secondary:visited {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.swing-293-body .swing-293-btn--secondary:hover,
.swing-293-body .swing-293-btn--secondary:focus-visible {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .swing-293-body .swing-293-summary-grid,
    .swing-293-body .swing-293-file-grid,
    .swing-293-body .swing-293-tip-grid {
        grid-template-columns: 1fr;
    }

    .swing-293-body .swing-293-file-grid article {
        min-height: 0;
    }
}

@media (max-width: 650px) {
    .swing-293-body .swing-293-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .swing-293-body .swing-293-header {
        padding-bottom: 18px;
    }

    .swing-293-body .swing-293-title {
        font-size: 29px;
        line-height: 1.38;
    }

    .swing-293-body .swing-293-lead {
        font-size: 16px;
    }

    .swing-293-body .swing-293-hero {
        border-radius: 12px;
    }

    .swing-293-body .swing-293-conclusion {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .swing-293-body .swing-293-conclusion__icon {
        width: 50px;
        height: 50px;
    }

    .swing-293-body .swing-293-section {
        margin-bottom: 46px;
    }

    .swing-293-body .swing-293-heading {
        gap: 11px;
    }

    .swing-293-body .swing-293-heading > span {
        width: 39px;
        height: 39px;
        border-radius: 10px;
        font-size: 12px;
    }

    .swing-293-body .swing-293-heading h2 {
        font-size: 23px;
    }

    .swing-293-body .swing-293-toc {
        padding: 20px;
    }

    .swing-293-body .swing-293-toc ol,
    .swing-293-body .swing-293-check-grid,
    .swing-293-body .swing-293-checklist,
    .swing-293-body .swing-293-resource-grid,
    .swing-293-body .swing-293-related-grid {
        grid-template-columns: 1fr;
    }

    .swing-293-body .swing-293-step-list li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 11px;
    }

    .swing-293-body .swing-293-step-list__number {
        width: 46px;
        height: 46px;
        border-width: 4px;
        font-size: 15px;
    }

    .swing-293-body .swing-293-step-list li:not(:last-child)::before {
        top: 42px;
        left: 22px;
    }

    .swing-293-body .swing-293-step-list li > div {
        padding: 17px;
    }

    .swing-293-body .swing-293-check-grid article {
        padding: 20px 18px 19px 66px;
    }

    .swing-293-body .swing-293-check-grid i {
        top: 22px;
        left: 20px;
        font-size: 27px;
    }

    .swing-293-body .swing-293-resource-grid a,
    .swing-293-body .swing-293-related-grid a {
        min-height: 0;
        padding: 19px;
    }

    .swing-293-body .swing-293-final-cta {
        padding: 31px 20px;
        border-radius: 15px;
    }

    .swing-293-body .swing-293-final-cta__buttons {
        flex-direction: column;
    }

    .swing-293-body .swing-293-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .swing-293-body .swing-293-title {
        font-size: 26px;
    }

    .swing-293-body .swing-293-heading h2 {
        font-size: 21px;
    }

    .swing-293-body .swing-293-file-grid article,
    .swing-293-body .swing-293-summary-grid article,
    .swing-293-body .swing-293-tip-grid article {
        padding: 20px 18px;
    }

    .swing-293-body .swing-293-step-list {
        margin-top: 24px;
    }

    .swing-293-body .swing-293-step-list li {
        grid-template-columns: 1fr;
        padding-bottom: 18px;
    }

    .swing-293-body .swing-293-step-list li:not(:last-child)::before {
        display: none;
    }

    .swing-293-body .swing-293-step-list__number {
        width: 42px;
        height: 42px;
    }

    .swing-293-body .swing-293-table th,
    .swing-293-body .swing-293-table td {
        padding: 13px 14px;
    }
}


/* Page 286 design-specific modules */
.swing-293-body .swing-293-message-stack {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin:26px 0;
}
.swing-293-body .swing-293-message-stack article {
    position:relative;
    padding:24px 21px;
    border:1px solid var(--s293-line);
    border-radius:17px;
    background:linear-gradient(180deg,#fff 0%,#f7faf9 100%);
}
.swing-293-body .swing-293-message-stack article::before {
    content:attr(data-level);
    display:grid;
    width:44px;
    height:44px;
    place-items:center;
    margin-bottom:13px;
    border-radius:12px;
    background:var(--s293-blue);
    color:#fff;
    font-weight:800;
}
.swing-293-body .swing-293-message-stack article:nth-child(2)::before {background:var(--s293-red);}
.swing-293-body .swing-293-message-stack article:nth-child(3)::before {background:var(--s293-green);}
.swing-293-body .swing-293-message-stack h3 {margin:0 0 8px;color:var(--s293-navy);font-size:19px;}
.swing-293-body .swing-293-message-stack p {margin:0;color:var(--s293-muted);}

.swing-293-body .swing-293-layout-demo {
    display:grid;
    grid-template-columns:minmax(250px,340px) 1fr;
    gap:28px;
    align-items:center;
    margin:25px 0;
    padding:26px;
    border:1px solid var(--s293-line);
    border-radius:18px;
    background:linear-gradient(135deg,#f5f8f8 0%,#fff 100%);
}
.swing-293-body .swing-293-layout-demo__face {
    position:relative;
    width:min(100%,300px);
    aspect-ratio:1;
    margin:auto;
    border:12px solid var(--s293-red);
    border-radius:50%;
    background:#f0aa45;
    box-shadow:0 14px 28px rgba(35,49,59,.13);
}
.swing-293-body .swing-293-layout-demo__safe {
    position:absolute;
    inset:13%;
    border:3px dashed rgba(255,255,255,.9);
    border-radius:50%;
}
.swing-293-body .swing-293-layout-demo__main {
    position:absolute;
    left:25%;right:25%;top:25%;height:16%;
    border-radius:999px;
    background:#fff;
}
.swing-293-body .swing-293-layout-demo__visual {
    position:absolute;
    left:27%;right:27%;bottom:22%;height:33%;
    clip-path:polygon(0 100%,35% 0,58% 42%,100% 0,100% 100%);
    background:var(--s293-blue);
}
.swing-293-body .swing-293-layout-demo__copy {
    position:absolute;
    left:34%;right:34%;bottom:12%;height:7%;
    border-radius:999px;
    background:rgba(255,255,255,.92);
}
.swing-293-body .swing-293-layout-demo h3 {margin:0 0 10px;color:var(--s293-navy);font-size:21px;}
.swing-293-body .swing-293-layout-demo ul {margin:0;padding-left:1.25em;}
.swing-293-body .swing-293-layout-demo li+li {margin-top:8px;}

.swing-293-body .swing-293-color-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin:24px 0;
}
.swing-293-body .swing-293-color-grid article {
    padding:22px;
    border:1px solid var(--s293-line);
    border-top:5px solid var(--s293-blue);
    border-radius:15px;
    background:#fff;
}
.swing-293-body .swing-293-color-grid article:nth-child(2){border-top-color:var(--s293-red);}
.swing-293-body .swing-293-color-grid article:nth-child(3){border-top-color:var(--s293-green);}
.swing-293-body .swing-293-color-grid h3 {margin:0 0 8px;color:var(--s293-navy);font-size:18px;}
.swing-293-body .swing-293-color-grid p {margin:0;color:var(--s293-muted);}

@media (max-width: 760px) {
  .swing-293-body .swing-293-message-stack,
  .swing-293-body .swing-293-color-grid {grid-template-columns:1fr;}
  .swing-293-body .swing-293-layout-demo {grid-template-columns:1fr;padding:21px;}
  .swing-293-body .swing-293-layout-demo__face {max-width:260px;}
}


/* Page 293: information hierarchy modules */
.swing-293-body .swing-293-hierarchy {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:26px 0;
}
.swing-293-body .swing-293-hierarchy article {
  position:relative;
  min-height:210px;
  padding:24px 21px 22px;
  border:1px solid var(--s293-line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#f7faf9 100%);
}
.swing-293-body .swing-293-hierarchy article::after {
  content:"";
  position:absolute;
  right:-14px;
  top:50%;
  width:27px;
  height:27px;
  border-top:4px solid var(--s293-line);
  border-right:4px solid var(--s293-line);
  transform:translateY(-50%) rotate(45deg);
  background:#fff;
  z-index:2;
}
.swing-293-body .swing-293-hierarchy article:last-child::after {display:none;}
.swing-293-body .swing-293-hierarchy__number {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:14px;
  border-radius:14px;
  background:var(--s293-blue);
  color:#fff;
  font-weight:900;
  font-size:19px;
}
.swing-293-body .swing-293-hierarchy article:nth-child(2) .swing-293-hierarchy__number {background:var(--s293-yellow);color:var(--s293-navy);}
.swing-293-body .swing-293-hierarchy article:nth-child(3) .swing-293-hierarchy__number {background:var(--s293-red);}
.swing-293-body .swing-293-hierarchy h3 {margin:0 0 9px;color:var(--s293-navy);font-size:20px;}
.swing-293-body .swing-293-hierarchy p {margin:0;color:var(--s293-muted);}

.swing-293-body .swing-293-budget-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin:24px 0;
}
.swing-293-body .swing-293-budget-grid article {
  padding:23px;
  border-radius:17px;
  border:1px solid var(--s293-line);
  background:#fff;
}
.swing-293-body .swing-293-budget-grid article:first-child {border-top:5px solid var(--s293-green);}
.swing-293-body .swing-293-budget-grid article:last-child {border-top:5px solid var(--s293-red);}
.swing-293-body .swing-293-budget-grid h3 {margin:0 0 12px;color:var(--s293-navy);font-size:20px;}
.swing-293-body .swing-293-budget-grid ul {margin:0;padding-left:1.25em;}
.swing-293-body .swing-293-budget-grid li+li {margin-top:7px;}

.swing-293-body .swing-293-face-demo {
  display:grid;
  grid-template-columns:minmax(250px,340px) 1fr;
  gap:28px;
  align-items:center;
  margin:25px 0;
  padding:26px;
  border:1px solid var(--s293-line);
  border-radius:18px;
  background:linear-gradient(135deg,#f5f8f8 0%,#fff 100%);
}
.swing-293-body .swing-293-face-demo__face {
  position:relative;
  width:min(100%,300px);
  aspect-ratio:1;
  margin:auto;
  border:12px solid var(--s293-blue);
  border-radius:50%;
  background:#fbfaf4;
  box-shadow:0 14px 28px rgba(35,49,59,.13);
}
.swing-293-body .swing-293-face-demo__safe {
  position:absolute;
  inset:12%;
  border:3px dashed rgba(39,121,134,.45);
  border-radius:50%;
}
.swing-293-body .swing-293-face-demo__subject,
.swing-293-body .swing-293-face-demo__benefit,
.swing-293-body .swing-293-face-demo__action {position:absolute;left:50%;transform:translateX(-50%);}
.swing-293-body .swing-293-face-demo__subject {top:25%;width:56%;height:15%;border-radius:999px;background:var(--s293-blue);}
.swing-293-body .swing-293-face-demo__benefit {top:47%;width:35%;height:35%;border-radius:50%;background:var(--s293-yellow);}
.swing-293-body .swing-293-face-demo__action {bottom:15%;width:32%;height:7%;border-radius:999px;background:var(--s293-red);}
.swing-293-body .swing-293-face-demo h3 {margin:0 0 10px;color:var(--s293-navy);font-size:21px;}
.swing-293-body .swing-293-face-demo ol {margin:0;padding-left:1.35em;}
.swing-293-body .swing-293-face-demo li+li {margin-top:8px;}

@media (max-width:760px) {
  .swing-293-body .swing-293-hierarchy {grid-template-columns:1fr;}
  .swing-293-body .swing-293-hierarchy article::after {display:none;}
  .swing-293-body .swing-293-budget-grid {grid-template-columns:1fr;}
  .swing-293-body .swing-293-face-demo {grid-template-columns:1fr;padding:21px;}
  .swing-293-body .swing-293-face-demo__face {max-width:260px;}
}
