/* SwiftCrafted - Warm Editorial / Magazine Style */
:root {
    /* Colors */
    --color-primary: #d97706;
    --color-primary-hover: #b45309;
    --color-primary-light: rgba(217, 119, 6, 0.06);
    --color-secondary: #92400e;
    --color-accent: #dc2626;
    --color-background: #fef9f3;
    --color-surface: #ffffff;
    --color-text: #292524;
    --color-text-muted: #57534e;
    --color-border: #e7e1d8;

    /* Header */
    --header-bg: #fef9f3;
    --header-border: 1px solid #e7e1d8;
    --header-shadow: none;
    --header-height: 72px;
    --logo-font-size: 1.5rem;
    --logo-font-weight: 700;

    /* Footer */
    --footer-bg: #292524;
    --footer-text: #d6d3d1;
    --footer-accent: #fef9f3;

    /* Typography */
    --font-family-sans: 'Lora', Georgia, serif;
    --font-family-heading: 'Playfair Display', Georgia, serif;
    --font-size-base: 1.0625rem;
    --font-weight-heading: 700;
    --line-height-base: 1.8;
    --line-height-heading: 1.2;

    /* Layout */
    --max-width-content: 1240px;
    --max-width-article: 720px;
    --border-radius: 0.375rem;
    --border-radius-lg: 0.5rem;
    --spacing-xl: 2.25rem;
    --spacing-2xl: 3.5rem;

    /* Cards */
    --card-border: none;
    --card-shadow: 0 2px 8px rgba(41, 37, 36, 0.06);
    --card-shadow-hover: 0 6px 20px rgba(41, 37, 36, 0.1);
    --card-transform-hover: translateY(-2px);
    --card-image-height: 240px;
    --card-padding: 1.75rem;

    /* Decorative */
    --accent-gradient: none;
    --header-decoration: none;
    --code-bg: #292524;
    --code-text: #e7e1d8;

    /* Shadows */
    --shadow-sm: 0 1px 4px rgba(41, 37, 36, 0.05);
    --shadow-md: 0 4px 12px rgba(41, 37, 36, 0.08);
    --shadow-lg: 0 8px 24px rgba(41, 37, 36, 0.1);

    /* Tags */
    --tag-bg: transparent;
    --tag-border: 1px solid #d6cfc4;
    --tag-radius: 0.25rem;
    --tag-font-size: 0.8125rem;

    /* Pagination */
    --pagination-radius: 0.25rem;
    --pagination-active-bg: #292524;
    --pagination-active-text: #fef9f3;

    /* Nav */
    --nav-link-font-weight: 500;
}

/* Logo in Playfair Display italic */
.site-logo {
    font-style: italic;
    color: #292524;
}
.site-logo:hover {
    color: #d97706;
}

/* Editorial header divider */
.site-header {
    border-bottom: 2px solid #292524;
}
.site-header::after {
    height: 1px;
    background: #e7e1d8;
    margin-top: 1px;
}

/* Magazine-style article title */
.article-title {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

/* Drop cap on article content */
.prose > p:first-of-type::first-letter {
    font-family: 'Playfair Display', serif;
    float: left;
    font-size: 4rem;
    line-height: 0.8;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    color: #d97706;
    font-weight: 700;
}

/* Card title serif styling */
.article-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.3;
}

/* Category in warm orange, refined */
.article-card-category {
    color: #d97706;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    font-weight: 600;
}

/* Sidebar with editorial style */
.sidebar-title,
.category-nav-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    border-bottom: 1px solid #292524;
}

/* Elegant blockquote */
.prose blockquote {
    border-left: 3px solid #d97706;
    background: transparent;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    color: #78716c;
    font-style: italic;
}

/* Tag hover warm */
.tag-badge:hover {
    background: #d97706;
    border-color: #d97706;
    color: #fef9f3;
}

/* Author profile editorial */
.author-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
}

/* Warm horizontal rules */
.article-tags {
    border-top: 1px solid #d6cfc4;
}

/* Language Picker - Elegant editorial columns */
.language-picker-section {
    border-top: 2px solid #292524;
    padding-top: 2rem;
}
.language-picker-section::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #e7e1d8;
    margin: 0 auto;
    margin-bottom: 1.75rem;
}
.language-picker-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.75rem;
    font-weight: 400;
    color: #292524;
}
.language-picker-subtitle {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #a8a29e;
    font-size: 0.9375rem;
}
.language-picker-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto;
}
.language-picker-item {
    border: none;
    background: transparent;
    padding: 0.625rem 0.5rem;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.language-picker-item:hover {
    border-bottom-color: #d97706;
    background: transparent;
    transform: none;
    box-shadow: none;
}
.language-picker-item .language-native {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    font-size: 1.0625rem;
    color: #292524;
}
.language-picker-item .language-name {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 0.75rem;
    color: #a8a29e;
}
.language-picker-item.active {
    background: transparent;
    border-bottom: 2px solid #d97706;
}
.language-picker-item.active .language-native {
    color: #d97706;
}
.language-picker-item.active .language-name {
    color: #b45309;
}
