:root {
    --wm-artwork-border: rgba(68, 83, 70, .19);
    --wm-artwork-copy: #173f32;
    --wm-artwork-muted: #596c63;
    --wm-artwork-panel: #fffef9;
}

[data-theme="dark"] {
    --wm-artwork-border: rgba(211, 229, 220, .18);
    --wm-artwork-copy: #eff5f2;
    --wm-artwork-muted: #b5c7c0;
    --wm-artwork-panel: #13252b;
}

.wm-artwork-page-main {
    flex: 1 0 auto;
    width: 100%;
    padding: 16px 24px 34px;
}

.wm-artwork-identity {
    position: relative;
    isolation: isolate;
    min-height: 218px;
    overflow: hidden;
    border: 1px solid var(--wm-artwork-border);
    border-radius: 13px;
    background-color: #f5f0e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 8px 24px rgba(45, 53, 46, .07);
}

.wm-artwork-identity::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(250, 247, 239, .995) 0%, rgba(250, 247, 239, .975) 35%, rgba(250, 247, 239, .76) 49%, rgba(250, 247, 239, .12) 70%, transparent 82%);
}

[data-theme="dark"] .wm-artwork-identity {
    background-color: #0e191d;
}

[data-theme="dark"] .wm-artwork-identity::before {
    background: linear-gradient(90deg, rgba(13, 28, 36, .995) 0%, rgba(13, 28, 36, .97) 35%, rgba(13, 28, 36, .76) 49%, rgba(13, 28, 36, .12) 70%, transparent 82%);
}

.wm-artwork-identity-copy {
    width: min(650px, 54%);
    padding: 28px 30px;
    color: var(--wm-artwork-copy);
}

.wm-artwork-eyebrow {
    margin: 0 0 5px;
    color: #a77614;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wm-artwork-identity h1 {
    margin: 0;
    color: var(--wm-artwork-copy);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.wm-artwork-description {
    max-width: 590px;
    margin: 10px 0 0;
    color: var(--wm-artwork-muted);
    font-size: .94rem;
    line-height: 1.55;
}

.wm-artwork-utilities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
}

.wm-artwork-status,
.wm-artwork-action {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(49, 95, 72, .3);
    border-radius: 999px;
    background: rgba(255, 254, 249, .84);
    color: #315f48;
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
}

[data-theme="dark"] .wm-artwork-status,
[data-theme="dark"] .wm-artwork-action {
    border-color: rgba(181, 218, 200, .28);
    background: rgba(19, 37, 43, .84);
    color: #b5dac8;
}

.wm-artwork-action:hover,
.wm-artwork-action:focus-visible { border-color: #315f48; outline: none; }

.wm-artwork-content { margin-top: 18px; }
.wm-artwork-panel {
    border: 1px solid var(--wm-artwork-border);
    border-radius: 12px;
    background: var(--wm-artwork-panel);
    box-shadow: 0 6px 18px rgba(45, 53, 46, .05);
}

.wm-policy-content { padding: clamp(22px, 3vw, 36px); }
.wm-policy-content h2 { margin: 28px 0 10px; color: var(--wm-artwork-copy); font: 700 1.22rem/1.3 Georgia, 'Times New Roman', serif; }
.wm-policy-content h2:first-child { margin-top: 0; }
.wm-policy-content h3 { margin: 20px 0 7px; color: var(--wm-artwork-copy); font-size: .82rem; letter-spacing: .045em; text-transform: uppercase; }
.wm-policy-content p,
.wm-policy-content li { color: var(--wm-artwork-muted); font-size: .92rem; line-height: 1.65; }
.wm-policy-content p { margin: 0 0 14px; }
.wm-policy-content ul,
.wm-policy-content ol { margin: 0 0 18px; padding-left: 22px; }
.wm-policy-content a { color: #806826; font-weight: 750; text-underline-offset: 3px; }
.wm-policy-meta { margin-top: -2px !important; color: #806826 !important; font-size: .8rem !important; font-weight: 750; }
.wm-contact-form { display: grid; gap: 15px; max-width: 720px; }
.wm-contact-form .form-group { display: grid; gap: 6px; }
.wm-contact-form label { color: var(--wm-artwork-copy); font-size: .83rem; font-weight: 800; }
.wm-contact-form input,
.wm-contact-form textarea { width: 100%; border: 1px solid var(--wm-artwork-border); border-radius: 8px; background: rgba(255,254,249,.7); color: var(--wm-artwork-copy); font: inherit; padding: 11px 12px; }
.wm-contact-form textarea { min-height: 160px; resize: vertical; }
.wm-contact-form input:focus,
.wm-contact-form textarea:focus { border-color: #a77b26; box-shadow: 0 0 0 3px rgba(177,135,53,.18); outline: none; }
.wm-contact-form .btn-signin { justify-self: start; padding: 10px 17px; border: 0; border-radius: 8px; background: #315f48; color: #fff; font-weight: 800; cursor: pointer; }
.wm-contact-form .form-notice { min-height: 1.2em; color: var(--wm-artwork-muted); }
.wm-contact-form .form-notice.success { color: #315f48; }
.wm-contact-form .form-notice.error { color: #a44038; }
[data-theme="dark"] .wm-contact-form input,
[data-theme="dark"] .wm-contact-form textarea { background: rgba(8,19,25,.75); }

.wm-help-library { padding: 24px; }
.wm-help-library > h2 {
    margin: 28px 0 10px;
    color: var(--wm-artwork-copy);
    font: 700 1.15rem/1.3 Georgia, 'Times New Roman', serif;
}
.wm-help-library > h2:first-child { margin-top: 0; }
.help-section { border-top: 1px solid var(--wm-artwork-border); }
.help-section:last-child { border-bottom: 1px solid var(--wm-artwork-border); }
.help-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 2px;
    border: 0;
    background: transparent;
    color: var(--wm-artwork-copy);
    font: 750 .94rem/1.35 inherit;
    text-align: left;
    cursor: pointer;
}
.help-q .arrow { color: #a77614; transition: transform .16s ease; }
.help-q.open .arrow { transform: rotate(180deg); }
.help-a { display: none; padding: 0 2px 15px; color: var(--wm-artwork-muted); font-size: .9rem; line-height: 1.58; }
.help-a.open { display: block; }
.help-a p + p, .help-a ul { margin-top: 9px; }
.help-a ul { padding-left: 21px; }
.help-a a { color: #8d681a; }

.wm-guide-library-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.wm-guide-library-card {
    position: relative;
    min-height: 185px;
    padding: 23px;
    color: var(--wm-artwork-copy);
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.wm-guide-library-card:hover,
.wm-guide-library-card:focus-visible { transform: translateY(-2px); border-color: #8d681a; outline: none; box-shadow: 0 12px 28px rgba(45,53,46,.1); }
.wm-guide-library-card strong { display: block; margin: 16px 0 8px; font: 700 1.2rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-guide-library-card small { display: block; color: var(--wm-artwork-muted); font-size: .86rem; line-height: 1.5; }
.wm-guide-library-action { display: inline-flex; margin-top: auto; color: #2d684b; font-size: .82rem; font-weight: 800; }
[data-theme="dark"] .wm-guide-library-action { color: #d7c27a; }
.wm-public-guide-status { display: inline-flex; margin-top: 16px; color: #8d681a; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.wm-guide-library-card.is-coming-soon { opacity: .82; }

.wm-account-main { max-width: none; margin: 0; }
.wm-account-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}
.wm-account-sections > .prof-alert { grid-column: 1 / -1; margin-bottom: 0; }
.wm-account-sections > .prof-section { margin-bottom: 0; }
.wm-account-sections > .prof-section:nth-last-child(1) { grid-column: 1 / -1; }
.wm-account-page .prof-card { height: 100%; background: var(--wm-artwork-panel); }

.wm-upgrade-confirmation-content { display: flex; justify-content: center; }
.wm-upgrade-confirmation-card { width: min(620px, 100%); padding: 28px; text-align: center; }
.wm-upgrade-confirmation-card h2 { margin: 0 0 12px; color: var(--wm-artwork-copy); font: 700 1.3rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-upgrade-confirmation-card p { color: var(--wm-artwork-muted); line-height: 1.55; }
.wm-upgrade-confirmation-card .features { width: fit-content; margin: 18px auto 22px; padding-left: 22px; color: var(--wm-artwork-muted); text-align: left; }
.wm-upgrade-confirmation-card .features li { padding: 4px 0; }
.wm-upgrade-confirmation-card .btn-go { display: inline-flex; padding: 10px 18px; border-radius: 8px; background: #315f48; color: #fff; font-weight: 750; text-decoration: none; }
.wm-upgrade-confirmation-card .note { margin-top: 10px; font-size: .78rem; }

.wm-upgrade-content { display: flex; justify-content: center; }
.wm-upgrade-card { width: min(680px, 100%); padding: clamp(24px, 4vw, 38px); text-align: center; }
.wm-upgrade-card h2 { margin: 0 0 12px; color: var(--wm-artwork-copy); font: 700 1.45rem/1.22 Georgia, 'Times New Roman', serif; }
.wm-upgrade-card p { color: var(--wm-artwork-muted); line-height: 1.6; }
.wm-upgrade-card ul { display: inline-grid; gap: 7px; margin: 18px auto 24px; padding-left: 21px; color: var(--wm-artwork-muted); text-align: left; }
.wm-upgrade-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.wm-upgrade-primary, .wm-upgrade-secondary { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 10px 16px; border-radius: 8px; font: 800 .86rem/1.2 inherit; text-decoration: none; cursor: pointer; }
.wm-upgrade-primary { border: 1px solid #315f48; background: #315f48; color: #fff; }
.wm-upgrade-secondary { border: 1px solid rgba(49,95,72,.35); background: transparent; color: #315f48; }
.wm-upgrade-primary:disabled, .wm-upgrade-secondary:disabled { opacity: .62; cursor: wait; }
.wm-upgrade-notice { margin: 16px 0 0; color: #9a4035 !important; }
[data-theme="dark"] .wm-upgrade-secondary { border-color: rgba(181,218,200,.35); color: #b5dac8; }

.wm-public-completion-content { display: flex; justify-content: center; }
.wm-public-completion-card { width: min(640px, 100%); padding: clamp(24px, 4vw, 38px); text-align: center; }
.wm-public-completion-card h2 { margin: 0 0 11px; color: var(--wm-artwork-copy); font: 700 1.4rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-public-completion-card p { margin: 0; color: var(--wm-artwork-muted); line-height: 1.6; }
.wm-public-completion-actions, .wm-landing-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 23px; }
.wm-public-primary, .wm-public-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; border-radius: 8px; font: 800 .86rem/1.2 inherit; text-decoration: none; }
.wm-public-primary { border: 1px solid #315f48; background: #315f48; color: #fff; cursor: pointer; }
.wm-public-secondary { border: 1px solid rgba(49,95,72,.35); background: transparent; color: #315f48; cursor: pointer; }
.wm-public-secondary--link { background: transparent; }
.wm-unsubscribe-form { margin-top: 22px; }
.wm-unsubscribe-form .wm-public-primary { width: 100%; }
[data-theme="dark"] .wm-public-secondary { border-color: rgba(181,218,200,.35); color: #b5dac8; }

.wm-landing-content { display: grid; gap: 18px; }
.wm-landing-intro { padding: clamp(24px, 4vw, 38px); text-align: center; }
.wm-landing-intro h2 { margin: 0 0 10px; color: var(--wm-artwork-copy); font: 700 clamp(1.45rem, 2.5vw, 2rem)/1.18 Georgia, 'Times New Roman', serif; }
.wm-landing-intro p { max-width: 760px; margin: 0 auto; color: var(--wm-artwork-muted); line-height: 1.65; }
.wm-landing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wm-landing-card { display: flex; min-height: 220px; flex-direction: column; padding: 24px; }
.wm-landing-kicker { color: #a77614; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.wm-landing-card h2 { margin: 15px 0 9px; color: var(--wm-artwork-copy); font: 700 1.3rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-landing-card p { margin: 0; color: var(--wm-artwork-muted); line-height: 1.55; }
.wm-landing-card a { margin-top: auto; padding-top: 18px; color: #806826; font-size: .84rem; font-weight: 800; text-decoration: none; }
@media (max-width: 920px) { .wm-landing-grid { grid-template-columns: 1fr; } .wm-landing-card { min-height: 0; } }
@media (max-width: 560px) { .wm-public-completion-actions, .wm-landing-actions { align-items: stretch; flex-direction: column; } .wm-public-primary, .wm-public-secondary { width: 100%; } }

.wm-billing-content { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 18px; align-items: start; }
.wm-billing-content > .wm-billing-invoices { grid-column: 1 / -1; }
.wm-billing-card { padding: 24px; }
.wm-billing-card h2 { margin: 0 0 15px; color: var(--wm-artwork-copy); font: 700 1.22rem/1.3 Georgia, 'Times New Roman', serif; }
.wm-billing-card p { color: var(--wm-artwork-muted); font-size: .9rem; line-height: 1.55; }
.wm-billing-summary { display: grid; gap: 0; margin: 0; }
.wm-billing-summary > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--wm-artwork-border); }
.wm-billing-summary dt { color: var(--wm-artwork-muted); font-size: .84rem; }
.wm-billing-summary dd { margin: 0; color: var(--wm-artwork-copy); font-size: .88rem; font-weight: 800; text-align: right; }
.wm-billing-status { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border-radius: 999px; background: #e5f1e8; color: #285b43; font-size: .76rem; font-weight: 850; }
.wm-billing-status--ending { background: #fbefcf; color: #805d18; }
.wm-billing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.wm-billing-cancel { padding: 9px 13px; border: 1px solid rgba(158, 65, 54, .42); border-radius: 8px; background: transparent; color: #9a4035; font: 800 .84rem/1.2 inherit; cursor: pointer; }
.wm-billing-cancel:hover, .wm-billing-cancel:focus-visible { background: rgba(158,65,54,.08); outline: none; }
.wm-billing-notice { margin: 15px 0 0; padding: 11px 12px; border-radius: 8px; background: rgba(92,123,105,.1); color: var(--wm-artwork-muted); font-size: .84rem; line-height: 1.48; }
.wm-billing-notice[hidden] { display: none; }
.wm-billing-notice.is-error { background: rgba(158,65,54,.1); color: #9a4035; }
.wm-billing-invoice-table { width: 100%; border-collapse: collapse; }
.wm-billing-invoice-table th, .wm-billing-invoice-table td { padding: 11px 8px; border-top: 1px solid var(--wm-artwork-border); color: var(--wm-artwork-muted); font-size: .84rem; text-align: left; }
.wm-billing-invoice-table th { color: var(--wm-artwork-copy); font-size: .72rem; letter-spacing: .045em; text-transform: uppercase; }
.wm-billing-invoice-table td:last-child, .wm-billing-invoice-table th:last-child { text-align: right; }
.wm-billing-invoice-table a { color: #806826; font-weight: 800; }
.wm-billing-unavailable { margin: 0; color: var(--wm-artwork-muted); }
[data-theme="dark"] .wm-billing-status { background: rgba(64,125,91,.28); color: #c7e6d1; }
[data-theme="dark"] .wm-billing-status--ending { background: rgba(145,104,35,.32); color: #f2d88b; }
[data-theme="dark"] .wm-billing-cancel { color: #f0aaa1; border-color: rgba(240,170,161,.44); }

.wm-plaid-return-status { max-width: 720px; margin-left: auto; margin-right: auto; padding: 24px; }
.wm-plaid-return-status h2 { margin: 0 0 8px; color: var(--wm-artwork-copy); font: 700 1.15rem/1.3 Georgia, 'Times New Roman', serif; }
.wm-plaid-return-status p { color: var(--wm-artwork-muted); line-height: 1.55; }
.wm-plaid-return-status p + p { margin-top: 16px; }

.wm-artwork-identity--account { background-image: url('images/backgrounds/account/wealthmeadow-account-overview-light.png'); }
.wm-artwork-identity--help { background-image: url('images/backgrounds/help/wealthmeadow-help-overview-light.png'); }
.wm-artwork-identity--guides { background-image: url('images/backgrounds/guides/wealthmeadow-guides-overview-light.png'); }
.wm-artwork-identity--budget-create { background-image: url('images/backgrounds/budget-create/wealthmeadow-budget-create-overview-light.png'); }
.wm-artwork-identity--budget-categorize { background-image: url('images/backgrounds/budget-categorize/wealthmeadow-budget-categorize-overview-light.png'); }
.wm-artwork-identity--upgrade { background-image: url('images/backgrounds/upgrade/wealthmeadow-upgrade-overview-light.png'); }
.wm-artwork-identity--plaid-return { background-image: url('images/backgrounds/plaid-return/wealthmeadow-plaid-return-overview-light.png'); }
.wm-artwork-identity--transactions-preview { background-image: url('images/backgrounds/transactions-preview/wealthmeadow-transactions-preview-overview-light.png'); }
.wm-artwork-identity--admin { background-image: url('images/backgrounds/admin/wealthmeadow-admin-overview-light.png'); }
.wm-artwork-identity--about { background-image: url('images/backgrounds/about/wealthmeadow-about-overview-light.png'); }
.wm-artwork-identity--privacy { background-image: url('images/backgrounds/privacy/wealthmeadow-privacy-overview-light.png'); }
.wm-artwork-identity--terms { background-image: url('images/backgrounds/terms/wealthmeadow-terms-overview-light.png'); }
.wm-artwork-identity--contact { background-image: url('images/backgrounds/contact/wealthmeadow-contact-overview-light.png'); }
.wm-artwork-identity--budget-guides { background-image: url('images/backgrounds/budget-guides/wealthmeadow-budget-guides-overview-light.png'); }
.wm-artwork-identity--invest-guides { background-image: url('images/backgrounds/invest-guides/wealthmeadow-invest-guides-overview-light.png'); }
.wm-artwork-identity--retire-guides { background-image: url('images/backgrounds/retire-guides/wealthmeadow-retire-guides-overview-light.png'); }

[data-theme="dark"] .wm-artwork-identity--account { background-image: url('images/backgrounds/account/wealthmeadow-account-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--help { background-image: url('images/backgrounds/help/wealthmeadow-help-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--guides { background-image: url('images/backgrounds/guides/wealthmeadow-guides-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--budget-create { background-image: url('images/backgrounds/budget-create/wealthmeadow-budget-create-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--budget-categorize { background-image: url('images/backgrounds/budget-categorize/wealthmeadow-budget-categorize-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--upgrade { background-image: url('images/backgrounds/upgrade/wealthmeadow-upgrade-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--plaid-return { background-image: url('images/backgrounds/plaid-return/wealthmeadow-plaid-return-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--transactions-preview { background-image: url('images/backgrounds/transactions-preview/wealthmeadow-transactions-preview-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--admin { background-image: url('images/backgrounds/admin/wealthmeadow-admin-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--about { background-image: url('images/backgrounds/about/wealthmeadow-about-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--privacy { background-image: url('images/backgrounds/privacy/wealthmeadow-privacy-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--terms { background-image: url('images/backgrounds/terms/wealthmeadow-terms-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--contact { background-image: url('images/backgrounds/contact/wealthmeadow-contact-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--budget-guides { background-image: url('images/backgrounds/budget-guides/wealthmeadow-budget-guides-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--invest-guides { background-image: url('images/backgrounds/invest-guides/wealthmeadow-invest-guides-overview-dark.png'); }
[data-theme="dark"] .wm-artwork-identity--retire-guides { background-image: url('images/backgrounds/retire-guides/wealthmeadow-retire-guides-overview-dark.png'); }

.wm-guide-library-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 18px; }
.wm-guide-library-tabs a { padding: 8px 12px; border: 1px solid var(--wm-artwork-border); border-radius: 999px; color: var(--wm-artwork-muted); font-size: .82rem; font-weight: 800; text-decoration: none; }
.wm-guide-library-tabs a[aria-current="page"] { border-color: #8d681a; background: #f5edcf; color: #315f48; }
.wm-guide-library-tabs a:hover, .wm-guide-library-tabs a:focus-visible { border-color: #8d681a; outline: none; }
.wm-guide-library-content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-bottom: 18px; }
.wm-guide-topic-heading { grid-column: 1 / -1; margin: 16px 0 -2px; padding-top: 18px; border-top: 1px solid var(--wm-artwork-border); color: var(--wm-artwork-copy); font: 700 1.35rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-guide-topic-heading:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.wm-guide-library-card { display: flex; flex-direction: column; min-height: 228px; padding: 23px; color: var(--wm-artwork-copy); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.wm-guide-library-card:hover, .wm-guide-library-card:focus-visible { transform: translateY(-2px); border-color: #8d681a; outline: none; box-shadow: 0 12px 28px rgba(45,53,46,.1); }
.wm-guide-library-card .guide-card-tag, .wm-guide-library-card .guide-card-read { color: #806826; font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.wm-guide-library-card h2 { margin: 14px 0 9px; color: var(--wm-artwork-copy); font: 700 1.2rem/1.28 Georgia, 'Times New Roman', serif; }
.wm-guide-library-card p { margin: 0; color: var(--wm-artwork-muted); font-size: .88rem; line-height: 1.55; }
.wm-guide-library-card .guide-card-meta { margin: auto 0 8px; padding-top: 18px; color: var(--wm-artwork-muted); font-size: .78rem; }
.wm-guide-library-card .guide-card-read { margin-top: auto; padding-top: 18px; }
.wm-guide-library-content--planned .wm-guide-library-card { min-height: 206px; }
.wm-guide-library-content--planned .wm-guide-library-card .guide-card-read { color: var(--wm-artwork-muted); }
.wm-guide-article-page .wm-artwork-identity { min-height: 166px; }
.wm-guide-article-page .wm-artwork-identity-copy { width: min(760px, 62%); padding-top: 22px; padding-bottom: 22px; }
.wm-guide-article-page .wm-artwork-description { max-width: 680px; }
.wm-guide-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 16px 0; color: var(--wm-artwork-muted); font-size: .8rem; }
.wm-guide-breadcrumb a { color: #806826; font-weight: 750; text-decoration: none; }
.wm-guide-article { width: min(860px, 100%); margin: 0 auto; }
.wm-guide-article-body { padding: clamp(24px, 4vw, 48px); }
.wm-guide-article-body h2 { margin: 34px 0 12px; color: var(--wm-artwork-copy); font: 700 1.45rem/1.3 Georgia, 'Times New Roman', serif; }
.wm-guide-article-body h3 { margin: 24px 0 8px; color: var(--wm-artwork-copy); font-size: .95rem; }
.wm-guide-article-body p, .wm-guide-article-body li { color: var(--wm-artwork-muted); font-size: .97rem; line-height: 1.72; }
.wm-guide-article-body p { margin: 0 0 17px; }
.wm-guide-article-body ul, .wm-guide-article-body ol { margin: 0 0 18px; padding-left: 24px; }
.wm-guide-article-body a { color: #806826; font-weight: 750; text-underline-offset: 3px; }
.wm-guide-article-body .article-highlight { margin: 24px 0; padding: 17px 19px; border-left: 4px solid #b18735; border-radius: 0 9px 9px 0; background: rgba(177,135,53,.1); }
.wm-guide-article-body .article-highlight p { margin: 0; }
.wm-guide-article-body .article-cta { margin: 30px 0 22px; padding: 20px; border: 1px solid rgba(49,95,72,.26); border-radius: 10px; background: rgba(49,95,72,.08); }
.wm-guide-article-body .article-cta h3 { margin-top: 0; font: 700 1.2rem/1.25 Georgia, 'Times New Roman', serif; }
.wm-guide-article-body .article-cta a { display: inline-flex; margin-top: 3px; color: #315f48; }
.wm-guide-article-body .article-disclaimer { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--wm-artwork-border); color: var(--wm-artwork-muted); font-size: .78rem; line-height: 1.55; }
.wm-guide-article-body .related-guides { margin-top: 24px; padding-top: 5px; }
.wm-guide-article-body .related-guides h3 { font: 700 1.1rem/1.3 Georgia, 'Times New Roman', serif; }
[data-theme="dark"] .wm-guide-library-tabs a[aria-current="page"] { background: rgba(141,104,26,.25); color: #e3d18d; }
[data-theme="dark"] .wm-guide-article-body .article-cta { background: rgba(76,132,99,.16); }

@media (max-width: 920px) {
    .wm-artwork-identity { min-height: 206px; background-position: 58% center; }
    .wm-artwork-identity-copy { width: min(610px, 66%); padding: 24px; }
    .wm-artwork-identity::before { background: linear-gradient(90deg, rgba(250,247,239,.995) 0%, rgba(250,247,239,.97) 48%, rgba(250,247,239,.38) 72%, transparent 94%); }
    [data-theme="dark"] .wm-artwork-identity::before { background: linear-gradient(90deg, rgba(13,28,36,.995) 0%, rgba(13,28,36,.97) 48%, rgba(13,28,36,.38) 72%, transparent 94%); }
    .wm-guide-library-grid { grid-template-columns: 1fr; }
    .wm-guide-library-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wm-account-sections { grid-template-columns: 1fr; }
    .wm-account-sections > .prof-section:nth-last-child(1) { grid-column: auto; }
    .wm-billing-content { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .wm-artwork-page-main { padding: 12px 12px 26px; }
    .wm-artwork-identity { min-height: 260px; background-position: 67% center; }
    .wm-artwork-identity-copy { width: 78%; padding: 22px 18px; }
    .wm-artwork-identity h1 { font-size: 1.9rem; }
    .wm-artwork-description { font-size: .86rem; line-height: 1.45; }
    .wm-guide-library-content { grid-template-columns: 1fr; }
    .wm-guide-topic-heading { margin-top: 10px; }
    .wm-guide-article-page .wm-artwork-identity-copy { width: 82%; }
}
