@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    background: #faf8f3;
    color: #000;
    line-height: 1.75;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.wj-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #2c5f3f;
    z-index: 99999;
    transition: width 0.08s linear;
}

.wj-masthead {
    background: #000;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 11px 20px;
    font-family: "Playfair Display", serif;
    font-size: 0.68em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
}

.wj-pubbar {
    border-bottom: 2.5px solid #000;
    padding: 16px 24px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    background: #faf8f3;
}

.wj-pubname {
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.03em;
    line-height: 1.3;
    min-width: 0;
    max-width: 100%;
}

.wj-pubname a {
    color: inherit;
    text-decoration: none;
}

.wj-pubmeta {
    font-size: 0.7em;
    color: #555;
    font-style: italic;
    letter-spacing: 0.04em;
}

.wj-ad-badge {
    display: inline-block;
    background: #c8922a;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    flex-shrink: 0;
    line-height: 1.4;
}

.wj-article {
    max-width: 100%;
    padding: 52px 0 90px;
}

.wj-article-inner {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 28px;
}

.wj-kicker {
    font-size: 0.68em;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2c5f3f;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
}

.wj-kicker::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #2c5f3f;
    opacity: 0.3;
}

h1.wj-headline {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.9em, 4.5vw, 2.9em);
    font-weight: 600;
    line-height: 1.18;
    color: #000;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.wj-deck {
    font-size: 1.1em;
    color: #111;
    line-height: 1.7;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 26px 0;
    padding: 0 0 0 20px;
    border-left: 3px solid #2c5f3f;
}

.wj-adv p {
    font-size: 1em;
    line-height: 1.85;
    color: #000;
    margin: 0 0 1.5em 0;
}

.wj-lead {
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.8;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.35em, 3vw, 1.65em);
    font-weight: 700;
    color: #000;
    margin: 2.8em 0 0.9em 0;
    line-height: 1.28;
    letter-spacing: -0.01em;
}

.wj-section-rule {
    border: none;
    border-top: 1px solid #d4d0c8;
    margin: 3em 0;
    padding: 0;
    height: 0;
}

.wj-section-rule + h2 {
    margin-top: 1.4em;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.2em, 2.8vw, 1.45em);
    color: #222;
}

.wj-byline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    margin: 0 0 40px 0;
}

.wj-avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #e8f0eb;
    border: 1.5px solid rgba(44, 95, 63, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-size: 1em;
    color: #2c5f3f;
    font-weight: 600;
    flex-shrink: 0;
}

.wj-byname {
    font-weight: 600;
    color: #000;
    font-size: 0.92em;
    display: block;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

.wj-byrole {
    color: #555;
    font-style: italic;
    font-size: 0.8em;
    display: block;
    line-height: 1.4;
}

.wj-img-full {
    margin: 2.4em 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d4d0c8;
    background: #edeae3;
}

.wj-img-full img,
.wj-img-full video {
    width: 100%;
    display: block;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.wj-img-caption {
    background: #000;
    color: rgba(255, 255, 255, 0.78);
    padding: 12px 22px;
    font-size: 0.76em;
    font-style: italic;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.wj-img-caption::before {
    content: "";
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.wj-pullquote {
    margin: 2.8em 0;
    padding: 28px 32px 24px;
    background: #f0ede4;
    border-left: 4px solid #2c5f3f;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.wj-pullquote::before {
    content: "\201C";
    font-family: "Playfair Display", serif;
    font-size: 5em;
    color: #2c5f3f;
    opacity: 0.12;
    position: absolute;
    top: -8px;
    left: 20px;
    line-height: 1;
    pointer-events: none;
}

.wj-pullquote p {
    font-family: "Playfair Display", serif;
    font-size: 1.28em;
    font-style: italic;
    color: #000;
    line-height: 1.58;
    margin: 0 0 10px 0;
}

.wj-pullquote cite {
    font-size: 0.78em;
    color: #555;
    font-style: normal;
    letter-spacing: 0.07em;
    display: block;
}

.wj-humor-box {
    background: #fffbf0;
    border: 1px solid #e8d88a;
    border-left: 4px solid #c8922a;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin: 2em 0;
}

.wj-humor-box p {
    font-size: 0.95em;
    color: #4a3a00;
    margin: 0;
    line-height: 1.72;
    font-style: italic;
}

.wj-testimonial {
    background: #fff;
    border: 1px solid #d4d0c8;
    border-radius: 12px;
    padding: 26px 28px 20px;
    margin: 2.2em 0;
    position: relative;
}

.wj-testimonial::before {
    content: "\201C";
    font-family: "Playfair Display", serif;
    font-size: 4.5em;
    color: #2c5f3f;
    opacity: 0.15;
    position: absolute;
    top: 4px;
    left: 18px;
    line-height: 1;
    pointer-events: none;
}

.wj-stars {
    color: #c8922a;
    font-size: 0.88em;
    margin-bottom: 6px;
    display: block;
    line-height: 1.5;
}

.wj-testimonial p {
    font-style: italic;
    color: #000;
    margin: 0 0 12px 0;
    padding-top: 10px;
    font-size: 0.97em;
    line-height: 1.75;
}

.wj-tname {
    font-size: 0.75em;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    display: block;
    line-height: 1.5;
}

.wj-inline-cta {
    background: #e8f0eb;
    border: 1px solid rgba(44, 95, 63, 0.28);
    border-radius: 10px;
    padding: 20px 24px;
    margin: 2.8em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.wj-inline-cta p {
    margin: 0;
    font-size: 0.93em;
    color: #000;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    line-height: 1.6;
}

.wj-inline-cta a {
    display: inline-block;
    background: #2c5f3f;
    color: #fff;
    font-size: 0.87em;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.02em;
    line-height: 1.4;
    max-width: 100%;
}

.wj-scarcity {
    background: #fdf6ee;
    border-left: 3px solid #8b4513;
    padding: 14px 20px;
    border-radius: 0 8px 8px 0;
    margin: 2.2em 0;
    font-size: 0.87em;
    color: #8b4513;
    font-style: italic;
    line-height: 1.62;
}

.wj-scarcity p {
    color: #8b4513;
    margin: 0;
}

.wj-offer {
    background: #000;
    color: #fff;
    border-radius: 14px;
    padding: 40px 44px;
    margin: 3.2em 0;
    text-align: center;
}

.wj-offer-label {
    font-size: 0.68em;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 12px;
    display: block;
    line-height: 1.5;
}

.wj-offer-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.4em, 3vw, 1.85em);
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px 0;
    line-height: 1.22;
}

.wj-offer p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.94em;
    margin: 0 auto 22px;
    line-height: 1.68;
    max-width: 420px;
}

.wj-offer-perks {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding: 0;
    list-style: none;
}

.wj-offer-perks li {
    font-size: 0.78em;
    color: rgba(255, 255, 255, 0.58);
    display: flex;
    align-items: center;
    gap: 5px;
}

.wj-offer-perks li::before {
    content: "✓";
    color: #6fcf97;
    font-weight: 700;
}

.wj-cta-btn {
    display: inline-block;
    background: #2c5f3f;
    color: #fff;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 1.02em;
    padding: 18px 48px;
    border-radius: 7px;
    text-decoration: none;
    letter-spacing: 0.05em;
    border: 3px solid #4a8c62;
    line-height: 1.4;
    width: 100%;
    max-width: 100%;
}

.wj-guarantee {
    margin-top: 16px;
    font-size: 0.74em;
    color: rgba(255, 255, 255, 0.34);
    font-style: italic;
    display: block;
    line-height: 1.5;
}

.wj-disclosure {
    margin-top: 52px;
    padding-top: 20px;
    border-top: 1px solid #d4d0c8;
    font-size: 0.7em;
    color: #555;
    line-height: 1.65;
}

.wj-disclosure a {
    color: #555;
    text-decoration: underline;
}

.legal-page {
    padding: 40px 0 60px;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 28px;
    word-break: break-word;
}

.legal-content h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6em, 4vw, 2.2em);
    margin-bottom: 1em;
}

.legal-content h2 {
    font-size: clamp(1.2em, 3vw, 1.5em);
    margin-top: 2em;
}

.legal-content h3,
.legal-content h4 {
    font-family: "Playfair Display", serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.legal-content p,
.legal-content li {
    margin-bottom: 1em;
    font-size: 0.95em;
    line-height: 1.7;
}

.legal-content ul {
    padding-left: 1.4em;
    margin-bottom: 1em;
}

.footer {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    padding: 40px 0 24px;
    font-size: 0.82em;
    line-height: 1.65;
}

.footer .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 28px;
}

.footer img {
    max-width: 140px;
    margin-bottom: 14px;
}

.footer b {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

.footer ul a:hover {
    color: #fff;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9em;
}

@media (max-width: 900px) {
    .footer .row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 18px;
    }

    .wj-article {
        padding: 36px 0 70px;
    }

    .wj-article-inner,
    .legal-content {
        padding: 0 18px;
    }

    .wj-pubbar {
        padding: 12px 18px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wj-pubname {
        word-break: break-all;
    }

    .wj-offer {
        padding: 28px 20px;
    }

    .wj-offer-perks {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .wj-pullquote {
        padding: 22px 20px 18px;
    }

    .wj-pullquote p {
        font-size: 1.1em;
    }

    .wj-inline-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .wj-inline-cta a {
        align-self: stretch;
        text-align: center;
        padding: 14px;
        white-space: normal;
    }

    .wj-cta-btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 16px 24px;
    }

    .footer .container {
        padding: 0 18px;
    }

    .footer-col {
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 17px;
    }

    .legal-page {
        padding: 28px 0 48px;
    }
}

@media (max-width: 380px) {
    body {
        font-size: 16px;
    }
}
