/* Enlightenment Era (1600-1800) — Rational clarity, royal blue, neoclassical */
body.era-enlightenment {
    --bg-primary: #edf1f8;
    --bg-secondary: #0a0f2d;
    --bg-card: #f5f8fd;
    --text-primary: #0a0f2d;
    --text-secondary: #3a4060;
    --text-muted: #6a7090;
    --accent-color: #4169E1;
    --accent-hover: #3355c0;
    --border-color: #b8c8e8;
    --heading-font: 'Cinzel', serif;
    --shadow: 0 2px 8px rgba(10,15,45,0.08);
    --shadow-lg: 0 8px 24px rgba(10,15,45,0.12);
    --era-pattern: url('/assets/images/enlightenment-rays.svg') repeat-x left center / auto 22px;
}

body.era-enlightenment {
    background-image:
        linear-gradient(180deg, rgba(65,105,225,0.03) 0%, transparent 30%),
        repeating-linear-gradient(
            90deg,
            transparent, transparent 60px,
            rgba(65,105,225,0.015) 60px, rgba(65,105,225,0.015) 61px
        );
}

body.era-enlightenment .site-header {
    background: linear-gradient(180deg, #0a0f2d 0%, #141a40 100%);
    border-bottom: none;
}

body.era-enlightenment .main-content::before {
    content: '';
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px 0;
    background: var(--era-pattern);
    background-color: var(--bg-primary);
}

body.era-enlightenment .era-header,
body.era-enlightenment .region-header {
    background: linear-gradient(135deg, #edf1f8 0%, #d4dff5 100%);
    border-bottom: 2px solid #4169E1;
}

body.era-enlightenment .section__title {
    padding-bottom: 1.4rem;
    margin-bottom: 1.5rem;
    position: relative;
}

body.era-enlightenment .section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--era-pattern);
}

body.era-enlightenment .product-form {
    border: 1px solid #b8c8e8;
    border-radius: 0;
    border-left: 4px solid #4169E1;
    background: #f5f8fd;
    padding-top: 2.2rem;
    position: relative;
    overflow: hidden;
}

body.era-enlightenment .product-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--era-pattern);
}

body.era-enlightenment .philosopher-sidebar {
    border: 1px solid #b8c8e8;
    border-left: 4px solid #4169E1;
    background: #f5f8fd;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
}

body.era-enlightenment .philosopher-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--era-pattern);
}

body.era-enlightenment .cart-summary {
    border: 1px solid #b8c8e8;
    border-left: 4px solid #4169E1;
    background: #f5f8fd;
    position: relative;
    overflow: hidden;
    padding-top: 2.2rem;
}

body.era-enlightenment .cart-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--era-pattern);
}

body.era-enlightenment .product-page__meta {
    border-top: none;
    padding-top: 2rem;
    position: relative;
}

body.era-enlightenment .product-page__meta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--era-pattern);
}

body.era-enlightenment .quote-card {
    border-left: 3px solid #4169E1;
    background: linear-gradient(135deg, #f5f8fd 0%, #edf1f8 100%);
}

body.era-enlightenment .shirt-card {
    border: 1px solid #b8c8e8;
    background: #f5f8fd;
    border-radius: 4px;
}

body.era-enlightenment .btn--primary {
    background: linear-gradient(180deg, #5079f0 0%, #4169E1 50%, #3355c0 100%);
    border: 1px solid #2a4aaa;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

body.era-enlightenment .btn--primary:hover {
    background: linear-gradient(180deg, #6089ff 0%, #5079f0 50%, #4169E1 100%);
}

body.era-enlightenment .product-page__mockup {
    background: linear-gradient(160deg, #edf1f8 0%, #d4dff5 40%, #c0d0f0 100%);
    border: 1px solid #b8c8e8;
}

body.era-enlightenment .history-bar__toggle {
    background: #4169E1;
}

body.era-enlightenment .history-bar__toggle:hover {
    background: #3355c0;
}

body.era-enlightenment .product-page__quote {
    border-left-color: #4169E1;
}

body.era-enlightenment .philosopher-sidebar__bio p {
    letter-spacing: 0.01em;
}

body.era-enlightenment .site-footer {
    background: #0a0f2d;
    border-top: none;
    position: relative;
    padding-top: calc(1rem + 16px);
}

body.era-enlightenment .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26px;
    padding: 2px 0;
    background: var(--era-pattern);
    background-color: var(--bg-primary);
}
