/* Contemporary Era (1950-present) — Purple, clean, modern */
body.era-contemporary {
    --bg-primary: #f3f0f8;
    --bg-secondary: #1a1028;
    --bg-card: #ffffff;
    --text-primary: #1a1028;
    --text-secondary: #4a3d5c;
    --text-muted: #8878a0;
    --accent-color: #6B3FA0;
    --accent-hover: #553080;
    --border-color: #d0c8e0;
    --heading-font: 'Inter', sans-serif;
    --shadow: 0 1px 4px rgba(107,63,160,0.08);
    --shadow-lg: 0 4px 16px rgba(107,63,160,0.12);
    --era-pattern: url('/assets/images/contemporary-dots.svg') repeat-x left center / auto 18px;
}

body.era-contemporary {
    background: #f3f0f8;
}

body.era-contemporary .site-header {
    background: linear-gradient(180deg, #1a1028 0%, #251538 100%);
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(107,63,160,0.2);
}

body.era-contemporary .logo-icon {
    color: #b088e0;
}

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

body.era-contemporary .era-header,
body.era-contemporary .region-header {
    background: #f3f0f8;
    border-bottom: 1px solid #d0c8e0;
}

body.era-contemporary .section__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

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

body.era-contemporary .product-form {
    border: 1px solid #d0c8e0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(107,63,160,0.06);
    padding-top: 2.2rem;
    position: relative;
    overflow: hidden;
}

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

body.era-contemporary .philosopher-sidebar {
    border: 1px solid #d0c8e0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(107,63,160,0.06);
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
}

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

body.era-contemporary .cart-summary {
    border: 1px solid #d0c8e0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(107,63,160,0.06);
    position: relative;
    overflow: hidden;
    padding-top: 2.2rem;
}

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

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

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

body.era-contemporary .quote-card {
    border-left: 3px solid #6B3FA0;
    background: #ffffff;
    border-radius: 0;
    padding: 2rem;
}

body.era-contemporary .shirt-card {
    border: 1px solid #d0c8e0;
    background: #ffffff;
    border-radius: 8px;
}

body.era-contemporary .shirt-card:hover {
    box-shadow: 0 4px 16px rgba(107,63,160,0.1);
}

body.era-contemporary .btn--primary {
    background: #6B3FA0;
    border: none;
    border-radius: 4px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

body.era-contemporary .btn--primary:hover {
    background: #553080;
}

body.era-contemporary .product-page__mockup {
    background: linear-gradient(160deg, #f3f0f8 0%, #e8e0f4 40%, #ddd4ee 100%);
    border: 1px solid #d0c8e0;
    border-radius: 12px;
}

body.era-contemporary .product-page__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.era-contemporary .product-page__quote {
    border-left-color: #6B3FA0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}

body.era-contemporary .philosopher-sidebar__name,
body.era-contemporary .history-bar__name {
    font-family: 'Inter', sans-serif;
}

body.era-contemporary .history-bar__toggle {
    background: #6B3FA0;
    border-radius: 6px 0 0 6px;
}

body.era-contemporary .history-bar__toggle:hover {
    background: #553080;
}

body.era-contemporary .color-swatch {
    border-radius: 6px;
}

body.era-contemporary .size-label {
    border-radius: 4px;
}

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

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