/* TARGET print version — standalone page, no site.css dependency */

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background-color: #e8e4df;
    font-family: Georgia, 'Times New Roman', serif;
    color: #333;
    padding: 48px 24px 80px;
}

.target-print-wrap {
    max-width: 780px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10), 0 8px 32px rgba(0,0,0,0.08);
    padding: 56px 64px 72px;
}

/* Cover page */
.target-cover-page {
    text-align: center;
    margin-bottom: 56px;
    padding-bottom: 48px;
    border-bottom: 2px solid #e0d8cc;
}

.target-cover-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

@media print {
    .target-cover-page {
        page-break-after: always;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* Header */
.target-print-header {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 2px solid #e0d8cc;
    margin-bottom: 48px;
}

.target-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #999;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
}

.target-print-header h1 {
    font-size: 64px;
    font-weight: 700;
    color: #2c2421;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 8px 0 12px;
    font-family: Arial, sans-serif;
}

.target-subtitle {
    font-size: 20px;
    color: #777;
    margin-bottom: 16px;
}

.target-print-byline {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.target-print-byline a { color: #a85c32; }

.target-print-note {
    font-size: 13px;
    color: #aaa;
    font-style: italic;
    line-height: 1.6;
    border-top: 1px solid #e0d8cc;
    padding-top: 16px;
    margin-top: 8px;
}

.target-print-note a { color: #a85c32; }

/* Section dividers */
hr.target-section-break {
    border: none;
    border-top: 3px solid #a85c32;
    margin: 56px 0 0;
}

h2.target-section-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #a85c32;
    font-family: Arial, sans-serif;
    font-weight: 700;
    background: #f9f5f0;
    padding: 14px 20px;
    margin-bottom: 40px;
    border-left: 4px solid #a85c32;
}

/* Body text */
.target-body h2 {
    font-size: 22px;
    color: #2c2421;
    margin: 40px 0 14px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.target-body p {
    font-size: 17px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 20px;
}

.target-body ul {
    margin: 0 0 20px 24px;
}

.target-body ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    padding-bottom: 8px;
}

.target-body hr {
    border: none;
    border-top: 1px solid #e0d8cc;
    margin: 40px 0;
}

blockquote {
    border-left: 4px solid #a85c32;
    margin: 24px 0;
    padding: 12px 24px;
    background: #f9f5f0;
    font-size: 18px;
    font-style: italic;
    color: #555;
}

/* Full-width graph image */
.target-graph-full {
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0;
    border-radius: 6px;
    border: 1px solid #e0d8cc;
}

/* Inline floated graphic */
.target-inline-right {
    float: right;
    width: 220px;
    max-width: 40%;
    height: auto;
    margin: 0 0 20px 28px;
    border-radius: 6px;
}

@media (max-width: 640px) {
    .target-inline-right {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Placeholders / images */
.target-placeholder {
    text-align: center;
    margin: 32px 0;
    background: #f4efe9;
    border: 2px dashed #d0c8bc;
    border-radius: 8px;
    padding: 24px;
}

.target-graphic {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.target-caption {
    font-size: 14px;
    color: #777;
    margin-top: 16px;
    margin-bottom: 0;
    font-style: italic;
}

/* Three rules */
.target-rules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.target-rule {
    background: #f4efe9;
    border-top: 3px solid #a85c32;
    padding: 20px;
    border-radius: 0 0 6px 6px;
}

.target-rule h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a85c32;
    margin: 0 0 8px;
    font-family: Arial, sans-serif;
}

.target-rule p {
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

/* Four phases */
.target-phases { margin: 24px 0; }

.target-phase {
    border-left: 3px solid #a85c32;
    padding: 16px 20px;
    margin-bottom: 20px;
    background: #f9f5f0;
}

.target-phase h3 {
    font-size: 16px;
    color: #2c2421;
    margin: 0 0 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.target-phase p {
    margin: 0;
    font-size: 16px;
}

/* Caution */
.target-caution {
    background: #fff8f0;
    border: 1px solid #f0c070;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    color: #7a5010;
}

/* Want More */
.target-want-more {
    background: #2c2421;
    color: #fff;
    border-radius: 10px;
    padding: 36px 40px;
    margin: 48px 0 0;
    text-align: center;
}

.target-want-more h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 12px;
}

.target-want-more p {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 12px;
}

.target-want-more a { color: #d98e4a; }

.target-want-more-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 16px;
}

.target-want-more-links a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #d98e4a;
    padding-bottom: 2px;
}

/* Print media */
@media print {
    body { background: #fff; padding: 0; }
    .target-print-wrap {
        box-shadow: none;
        border-radius: 0;
        padding: 0 40px;
        max-width: 100%;
    }
    .target-want-more { background: #333 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    hr.target-section-break { page-break-before: always; border-top-color: #a85c32; }
}

@media (max-width: 640px) {
    body { padding: 16px 8px 48px; }
    .target-print-wrap { padding: 32px 20px 48px; }
    .target-rules { grid-template-columns: 1fr; }
    .target-print-header h1 { font-size: 48px; }
    .target-want-more { padding: 24px 20px; }
}
