body {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #222;
    background: #fff;
}

.story-header {
    border-bottom: 4px solid #2d5a4a;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.story-header h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 2.6rem;
    line-height: 1.15;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
}

.dek {
    font-size: 1.25rem;
    color: #444;
    font-style: italic;
    margin: 0 0 1rem 0;
}

.byline {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.95rem;
    color: #666;
}

h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2d5a4a;
}

h2 { font-size: 1.8rem; }

p { margin: 0 0 1.2rem 0; }

blockquote {
    border-left: 4px solid #2d5a4a;
    margin: 1.5rem 0;
    padding: 0 1.2rem;
    color: #444;
    font-style: italic;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

th, td {
    border: 1px solid #ccc;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

th { background: #f4f4f4; }

.visual-placeholder {
    border: 2px dashed #2d5a4a;
    background: #f8faf8;
    padding: 2.5rem 1rem;
    margin: 1.5rem 0;
    text-align: center;
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 4px;
}

.visual-placeholder::before {
    content: "[Visual: " attr(data-label) "]";
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.visual-placeholder::after {
    content: "Placeholder — asset to be created or inserted.";
    display: block;
    font-size: 0.9rem;
    color: #777;
}

.embed-wrapper {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.service-box {
    background: #f4f4f4;
    padding: 1.5rem;
    margin: 2.5rem 0 2rem 0;
    border-left: 4px solid #2d5a4a;
}

.service-box h3 {
    margin-top: 0;
    color: #2d5a4a;
}

.service-box ul {
    margin-bottom: 0;
}

ul { margin-bottom: 1.2rem; }

a { color: #2d5a4a; }

.asset-note {
    background: #fff8e1;
    border: 1px solid #ffe082;
    padding: 1rem;
    margin: 2rem 0;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.95rem;
}
