/* --------------------------------------------------
Standards Atlas
Core Stylesheet – Stable Version
Minimal editorial layout
-------------------------------------------------- */


/* Base */

body {
    margin: 0;
    background: #ffffff;
    color: #374151;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
}


/* Layout container */

.container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}


/* --------------------------------------------------
Header
-------------------------------------------------- */

.site-header {
    padding: 34px 0 14px 0;
    border-bottom: 1px solid #e5e7eb;
}


/* Wordmark */

.brand {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    color: #111827;
    letter-spacing: 0.6px;
}

.brand span {
    font-weight: 700;
}


/* Navigation */

.main-nav {
    margin-top: 10px;
}

.main-nav a {
    margin-right: 20px;
    font-size: 15px;
    text-decoration: none;
    color: #4b5563;
}

.main-nav a:hover {
    color: #1f4e79;
}


/* --------------------------------------------------
Main Content
-------------------------------------------------- */

main {
    max-width: 760px;
    margin: 44px auto;
    padding: 0 20px;
}


/* Headings */

h1 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #1f4e79;
}

h2 {
    font-size: 26px;
    margin-top: 42px;
    margin-bottom: 10px;
    color: #1f4e79;
}

h3 {
    font-size: 20px;
    margin-top: 28px;
    color: #1f2933;
}


/* Paragraphs */

p {
    margin: 16px 0;
}


/* Lists */

ul {
    margin-top: 12px;
}

li {
    margin-bottom: 8px;
}


/* Links */

a {
    color: #1f4e79;
}

a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------
Footer
-------------------------------------------------- */

.site-footer {
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 40px;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    color: #6b7280;
}

.footer-links {
    margin: 18px 0;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------
Subtle Typography Improvements
-------------------------------------------------- */

h1, h2, h3 {
    letter-spacing: 0.2px;
}

.brand, h1 {
    text-rendering: optimizeLegibility;
}