/* Renaissance Era (1400-1600) — Elegant, ornate, rich golds, Florentine luxury */
body.era-renaissance {
    --bg-primary: #f7f2ea;
    --bg-secondary: #1c1408;
    --bg-card: #fdf8f0;
    --text-primary: #1c1408;
    --text-secondary: #4d3e28;
    --text-muted: #8a7a5e;
    --accent-color: #B8860B;
    --accent-hover: #96700a;
    --border-color: #d4c4a0;
    --heading-font: 'Cinzel', serif;
    --shadow: 0 2px 8px rgba(28,20,8,0.1);
    --shadow-lg: 0 8px 24px rgba(28,20,8,0.14);
    --era-pattern: url('/assets/images/renaissance-flourish.svg') repeat-x left center / auto 24px;
}

body.era-renaissance {
    background-image:
        radial-gradient(circle at 50% 0%, rgba(184,134,11,0.05) 0%, transparent 50%);
}

body.era-renaissance .site-header {
    background: linear-gradient(180deg, #1c1408 0%, #2d2010 100%);
    border-bottom: none;
    box-shadow: 0 2px 12px rgba(184,134,11,0.15);
}

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

body.era-renaissance .era-header,
body.era-renaissance .region-header {
    background: linear-gradient(135deg, #f7f2ea 0%, #ecdfc8 100%);
    border-bottom: 2px solid #B8860B;
}

/* Flourish under section titles */
body.era-renaissance .section__title {
    padding-bottom: 1.4rem;
    margin-bottom: 1.5rem;
    position: relative;
}

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

body.era-renaissance .product-form {
    border: 1px solid #d4c4a0;
    border-radius: 0;
    background: linear-gradient(180deg, #fdf8f0 0%, #f7f2ea 100%);
    box-shadow: 0 4px 12px rgba(184,134,11,0.08);
    padding-top: 2.2rem;
    position: relative;
    overflow: hidden;
}

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

body.era-renaissance .philosopher-sidebar {
    border: 1px solid #d4c4a0;
    border-radius: 0;
    background: linear-gradient(180deg, #fdf8f0 0%, #f7f2ea 100%);
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
}

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

body.era-renaissance .cart-summary {
    border: 1px solid #d4c4a0;
    border-radius: 0;
    background: linear-gradient(180deg, #fdf8f0 0%, #f7f2ea 100%);
    position: relative;
    overflow: hidden;
    padding-top: 2.2rem;
}

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

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

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

body.era-renaissance .quote-card {
    border-left: 4px solid #B8860B;
    background: linear-gradient(135deg, #fdf8f0 0%, #f7f2ea 100%);
    position: relative;
}

body.era-renaissance .quote-card::before {
    content: '\201C';
    position: absolute;
    top: -8px;
    left: 12px;
    font-size: 3rem;
    font-family: 'Cinzel', serif;
    color: rgba(184,134,11,0.15);
    line-height: 1;
}

body.era-renaissance .shirt-card {
    border: 1px solid #d4c4a0;
    background: #fdf8f0;
    box-shadow: 0 2px 8px rgba(184,134,11,0.06);
    transition: box-shadow 0.3s, transform 0.3s;
}

body.era-renaissance .shirt-card:hover {
    box-shadow: 0 6px 20px rgba(184,134,11,0.12);
}

body.era-renaissance .btn--primary {
    background: linear-gradient(180deg, #c89a20 0%, #B8860B 50%, #96700a 100%);
    border: 1px solid #7a5c08;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 2px 4px rgba(184,134,11,0.2);
}

body.era-renaissance .btn--primary:hover {
    background: linear-gradient(180deg, #d4a830 0%, #c89a20 50%, #B8860B 100%);
    box-shadow: 0 3px 8px rgba(184,134,11,0.3);
}

body.era-renaissance .product-page__mockup {
    background: linear-gradient(160deg, #f7f2ea 0%, #ecdfc8 40%, #e0d0a8 100%);
    border: 1px solid #d4c4a0;
    box-shadow: inset 0 2px 8px rgba(184,134,11,0.06);
}

body.era-renaissance .history-bar__toggle {
    background: linear-gradient(180deg, #c89a20 0%, #B8860B 100%);
    box-shadow: -2px 2px 8px rgba(184,134,11,0.3);
}

body.era-renaissance .history-bar__toggle:hover {
    background: linear-gradient(180deg, #B8860B 0%, #96700a 100%);
}

body.era-renaissance .site-footer {
    background: #1c1408;
    border-top: none;
    position: relative;
    padding-top: calc(1rem + 18px);
}

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