body {
    background: #f7f7f7;
    color: #222;
    font-family: 'Georgia', 'Times New Roman', serif;
}
/* Base link styles: no underline, dark/strong weight, prevent purple visited, subtle hover */
a, a:link, a:visited {
    color: #181818;
    text-decoration: none;
    font-weight: 700;
    transition: color .14s ease, opacity .14s ease;
}
a:visited { color: #181818; }
a:hover, a:focus {
    color: #111;
    opacity: 0.95;
}
/* Header container and link/button defaults */
.lakeblood-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.lakeblood-header h1 {
    margin: 0;
    font-size: 2em;
    text-align: left;
    color: #181818;
    font-family: inherit;
}
.lakeblood-header nav { text-align: right; }
.lakeblood-header nav a { margin-left: 2em; text-decoration: none; }
.lakeblood-header .header-login {
    background: #4169E1;
    color: #fff;
    border: none;
    padding: 0.5em 1.2em;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 2em;
}
.lakeblood-header.scrolled { box-shadow: 0 8px 30px rgba(0,0,0,0.06); background: rgba(255,255,255,0.98); }
.lakeblood-header nav a.active { text-decoration: underline; font-weight: 700; }
.about-magazine {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 16px;
    column-count: 2;
    column-gap: 48px;
    position: relative;
}
.about-divider {
    position: absolute;
    top: 0; bottom: 0; left: 50%; width: 1px; background: #ccc; z-index: 0;
}
.about-section {
    break-inside: avoid;
    margin-bottom: 2.5em;
}
.about-section h2 {
    color: #222;
    font-size: 2em;
    margin-bottom: 0.5em;
    border-left: 6px solid #888;
    padding-left: 12px;
}
.about-image {
    width: 100%;
    aspect-ratio: 16/9;
    background: #e0e0e0 url('/assets/lakeblood-banner.jpg') center/cover no-repeat;
    margin: 2em 0 2em 0;
    box-shadow: 0 2px 16px #bbb;
}
.out-call {
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 0;
    border: 1px solid #888;
    padding: 0.4em 1em;
    font-weight: 500;
    box-shadow: none;
    margin: 1.2em 0;
    font-size: 1em;
}
.pull-quote {
    font-size: 1.2em;
    color: #888;
    font-style: italic;
    margin: 2em 0;
    border-left: 4px solid #888;
    padding-left: 16px;
}
.lakeblood-header nav a {
    color: #222 !important;
}
.lakeblood-header nav button {
    background: #fff !important;
    color: #222 !important;
    border-radius: 0 !important;
    border: 1px solid #888 !important;
    padding: 0.3em 0.8em !important;
    font-size: 1em !important;
    font-weight: 500 !important;
}
@media (max-width: 900px) {
    .about-magazine { column-count: 1; }
}
