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;
}
/* Splash page layout (restored from index.html style block) */
body.splash-centered, body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.splash-center {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 48px 32px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 24px #bbb;
    border-radius: 0;
}
.splash-logo {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 16/9;
    background: #e0e0e0 url('/assets/lakeblood-banner.jpg') center/cover no-repeat;
    margin: 0 auto 2em auto;
    box-shadow: 0 2px 16px #bbb;
}
.splash-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}
.splash-nav { margin-top: 2em; }
.splash-nav a, .splash-nav button {
    display: inline-block;
    margin: 0 0.7em;
    padding: 0.4em 1.2em;
    background: #fff;
    color: #222;
    border: 1px solid #888;
    border-radius: 0;
    font-size: 1.1em;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.splash-nav a:hover, .splash-nav button:hover {
    background: #eee;
    color: #181818;
}
/* 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; }
.splash-center { position: relative; z-index: 1; }
.moments-field {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.moment-bit {
    position: absolute;
    color: #666;
    opacity: 0.85;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
    letter-spacing: 0.2px;
    will-change: transform;
    user-select: none;
    font-family: 'Georgia', 'Times New Roman', serif;
}
.moment-bit .firstword{ display:inline-block; margin-left:0.6em; }
.splash-magazine {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 16px;
    column-count: 2;
    column-gap: 48px;
    position: relative;
}
.splash-divider {
    position: absolute;
    top: 0; bottom: 0; left: 50%; width: 1px; background: #ccc; z-index: 0;
}
.splash-section {
    break-inside: avoid;
    margin-bottom: 2.5em;
}
.splash-section h2 {
    color: #222;
    font-size: 2em;
    margin-bottom: 0.5em;
    border-left: 6px solid #888;
    padding-left: 12px;
}
.splash-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) {
    .splash-magazine { column-count: 1; }
}
