/*
 Theme Name:   GeneratePress Tinglong
 Theme URI:    https://tinglongdai.com
 Description:  Luxury academic child theme for GeneratePress with refined typography, elegant cards, and sophisticated hover animations.
 Author:       Tinglong Dai
 Author URI:   https://tinglongdai.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-tinglong
*/

/* ==========================================================================
   Google Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;700&family=Raleway:wght@300;400;500;600;700&display=swap');

/* ==========================================================================
   Layout: Full-Width, No Sidebar
   ========================================================================== */

/* Remove the sidebar entirely */
#right-sidebar,
.sidebar,
.widget-area {
    display: none !important;
}

/* Make content take full width */
.site-content {
    display: block;
}

.content-area {
    width: 100% !important;
    float: none !important;
}

/* GeneratePress-specific: force no-sidebar layout */
body:not(.no-sidebar) .site-main {
    width: 100%;
    margin: 0 auto;
}

/* Hide default WordPress page titles (our pages have custom hero titles) */
.page .entry-header {
    display: none !important;
}

.inside-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px;
}

/* No container widening needed — bookshelf fits within 900px */

/* ==========================================================================
   Keyframe Animations
   ========================================================================== */

@keyframes pageReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes shimmerText {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes slideShine {
    0% { right: -100%; }
    50% { right: 100%; }
    100% { right: 100%; }
}

@keyframes float1 {
    0%, 100% { transform: translate(0, 0); opacity: 0; }
    10%, 90% { opacity: 0.4; }
    50% { transform: translate(50px, -50px); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0); opacity: 0; }
    10%, 90% { opacity: 0.3; }
    50% { transform: translate(-40px, -60px); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.5); }
}

/* ==========================================================================
   Wrapper & Base Reset
   ========================================================================== */

.luxury-research-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.luxury-research-wrapper {
    font-family: 'Didot', 'Bodoni MT', 'Noto Serif Display', 'Playfair Display', Georgia, serif;
    position: relative;
    animation: pageReveal 1.2s ease-out;
    background: transparent;
    padding: 40px 20px;
}

/* ==========================================================================
   Header Section
   ========================================================================== */

.research-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.research-title {
    font-size: 48px !important;
    font-weight: 300 !important;
    letter-spacing: 10px !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #2c2c2c 0%, #8b4513 50%, #2c2c2c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerText 4s ease-in-out infinite;
    background-size: 200% 200%;
    line-height: 1.3 !important;
}

.research-subtitle {
    font-size: 18px !important;
    color: #666 !important;
    font-style: italic;
    letter-spacing: 2px !important;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

/* ==========================================================================
   Research Areas Grid
   ========================================================================== */

.research-areas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 60px auto;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}

/* --- Research Area Cards --- */

.research-area-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.research-area-card::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.05) 0%, rgba(139, 69, 19, 0.02) 100%);
    transition: top 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.research-area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.15);
    border-color: #8b4513;
}

.research-area-card:hover::before {
    top: 0;
}

/* --- Area Icon --- */

.area-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    overflow: hidden;
}

.area-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    max-width: 60px;
    max-height: 60px;
}

/* --- Area Title & Link --- */

.area-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #2c2c2c !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px !important;
}

.area-link {
    color: #8b4513 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.area-link::after {
    content: '\2192';
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.area-link:hover {
    color: #2c2c2c !important;
}

.area-link:hover::after {
    margin-left: 10px;
}

/* ==========================================================================
   Research Statement Section
   ========================================================================== */

.research-statement {
    max-width: 900px;
    margin: 80px auto;
    padding: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.7s forwards;
}

.statement-quote {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px !important;
    color: rgba(139, 69, 19, 0.1);
    font-family: Georgia, serif;
}

.research-statement p {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #444 !important;
    margin-bottom: 20px !important;
    text-align: justify;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Link Cards
   ========================================================================== */

.link-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 60px auto;
    max-width: 1000px;
}

.link-card {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.link-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
    transition: height 0.3s ease;
    z-index: 0;
}

.link-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.15);
    border-color: #8b4513;
}

.link-card:hover::before {
    height: 4px;
}

.link-card-icon {
    width: 40px;
    height: 40px;
    color: #8b4513;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.link-card:hover .link-card-icon {
    transform: scale(1.1);
    opacity: 1;
}

.link-card-title {
    font-size: 16px !important;
    color: #2c2c2c !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Publications Section
   ========================================================================== */

.publications-section {
    max-width: 1200px;
    margin: 80px auto;
}

/* --- Section Header (dark banner) --- */

.section-header {
    background: linear-gradient(135deg, #2c2c2c 0%, #404040 100%);
    color: white !important;
    padding: 25px 40px;
    border-radius: 8px 8px 0 0;
    font-size: 24px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    position: relative;
    overflow: hidden;
}

.section-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: slideShine 8s infinite;
}

/* --- Publications Content Container --- */

.publications-content {
    background: white;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 40px;
}

/* --- Individual Publication Items --- */

.publication-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.publication-item:last-child {
    border-bottom: none;
}

.publication-item:hover {
    padding-left: 20px;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.02) 0%, transparent 100%);
}

.publication-item p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.publication-item p a {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.publication-item a {
    color: #4e97e0 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.publication-item a:hover {
    border-bottom-color: #4e97e0;
}

.publication-note {
    padding-left: 40px;
    color: #808080 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

/* --- Topic Headers --- */

.topic-header {
    font-size: 28px !important;
    color: #2c2c2c !important;
    margin: 60px 0 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #8b4513 !important;
}

/* ==========================================================================
   Books / Handbook Section
   ========================================================================== */

.books-section {
    max-width: 1200px;
    margin: 80px auto;
}

.books-section .publications-content {
    display: grid;
    gap: 28px;
}

.books-section .handbook-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 36px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.books-section .handbook-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.12);
    border-color: #8b4513;
}

/* --- Two-column card layout: details | image --- */

.handbook-section {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 320px);
    grid-template-areas:
        "title title"
        "details img"
        "contributors contributors"
        "links links";
    column-gap: 40px;
    row-gap: 24px;
}

.handbook-section > h3 {
    grid-area: title;
    margin-bottom: 0 !important;
    color: #2c2c2c !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

.handbook-details {
    grid-area: details;
    padding-top: 0;
    padding: 20px 0;
}

.handbook-image {
    grid-area: img;
    margin: 0;
    align-self: start;
}

.handbook-contributors {
    grid-area: contributors;
}

.handbook-links {
    grid-area: links;
}

/* --- Handbook Details --- */

.handbook-details p {
    display: flex;
    gap: 10px;
    margin-bottom: 10px !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.handbook-details p strong {
    min-width: 130px;
    white-space: nowrap;
}

.handbook-details strong {
    color: #2c2c2c !important;
    font-weight: 500 !important;
}

/* --- Handbook Image --- */

.handbook-image img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.book-cover-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: linear-gradient(135deg, #f8f6f3 0%, #f2ede7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    color: #6a4a2d;
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.book-note {
    color: #777 !important;
    font-size: 14px !important;
    margin-top: 6px !important;
}

/* --- Handbook Contributors --- */

.handbook-contributors {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.handbook-contributors h5 {
    color: #8b4513 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.contributor-item {
    padding: 8px 0 8px 25px;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    position: relative;
    transition: all 0.3s ease;
}

.contributor-item::before {
    content: '\2E38';
    position: absolute;
    left: 0;
    color: #8b4513;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.contributor-item:hover {
    padding-left: 35px;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.02) 0%, transparent 100%);
}

.contributor-item:hover::before {
    opacity: 1;
    left: 10px;
}

.contributor-item a {
    color: #4e97e0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.contributor-item a:hover {
    color: #8b4513 !important;
    text-decoration: underline !important;
}

/* --- Handbook Links --- */

.handbook-links {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.handbook-links h5 {
    color: #8b4513 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.handbook-links p {
    font-size: 15px !important;
}

.handbook-links a {
    color: #4e97e0 !important;
    text-decoration: none !important;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.handbook-links a:hover {
    color: #8b4513 !important;
    text-decoration: underline !important;
}

.handbook-links a:not(:last-child)::after {
    content: '|';
    color: #d0d0d0;
    padding-left: 10px;
}

/* ==========================================================================
   Honors Section
   ========================================================================== */

.honors-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 10px;
    padding: 40px;
    margin: 60px auto;
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e5e5e5;
}

.honors-section h3 {
    color: #2c2c2c !important;
    font-size: 28px !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

.honors-section .honor-item {
    padding: 18px 0 18px 25px;
    border-bottom: 1px solid #e0e0e0;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    transition: all 0.3s ease;
    position: relative;
}

.honors-section .honor-item::before {
    content: '\2E38';
    position: absolute;
    left: 0;
    color: #8b4513;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.honors-section .honor-item:hover {
    padding-left: 35px;
    color: #2c2c2c !important;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.02) 0%, transparent 100%);
}

.honors-section .honor-item:hover::before {
    opacity: 1;
    left: 10px;
}

.honors-section .honor-item:last-child {
    border-bottom: none;
}

.honors-section .honor-item a {
    font-size: inherit !important;
}

/* ==========================================================================
   Seminars Section
   ========================================================================== */

.seminars-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 40px;
    margin: 60px auto;
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.seminars-section h3 {
    color: #2c2c2c !important;
    font-size: 28px !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

.seminars-section .seminar-item {
    padding: 14px 0 14px 25px;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.seminars-section .seminar-item::before {
    content: '\2E38';
    position: absolute;
    left: 0;
    color: #8b4513;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.seminars-section .seminar-item:hover {
    padding-left: 35px;
    color: #2c2c2c !important;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.02) 0%, transparent 100%);
}

.seminars-section .seminar-item:hover::before {
    opacity: 1;
    left: 10px;
}

.seminars-section .seminar-item:last-child {
    border-bottom: none;
}

.seminars-section .seminar-item a {
    font-size: inherit !important;
}

/* ==========================================================================
   Service Section
   ========================================================================== */

.service-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 40px;
    margin: 60px auto;
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.service-section h3 {
    color: #2c2c2c !important;
    font-size: 28px !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

.service-section .service-item {
    padding: 14px 0 14px 25px;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.service-section .service-item::before {
    content: '\2E38';
    position: absolute;
    left: 0;
    color: #8b4513;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.service-section .service-item:hover {
    padding-left: 35px;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.02) 0%, transparent 100%);
}

.service-section .service-item:hover::before {
    opacity: 1;
    left: 10px;
}

.service-section .service-item:last-child {
    border-bottom: none;
}

.service-section .service-sub-item {
    padding: 10px 0 10px 45px;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    position: relative;
}

.service-section .service-sub-item::before {
    content: '\2E26';
    position: absolute;
    left: 30px;
    color: #8b4513;
    opacity: 0.4;
}

.service-section .service-item a,
.service-section .service-sub-item a {
    color: #4e97e0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: inherit !important;
}

.service-section .service-item a:hover,
.service-section .service-sub-item a:hover {
    color: #8b4513 !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   Floating Particles (ambient background decoration)
   ========================================================================== */

.research-particle {
    position: fixed;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.particle-1 {
    width: 3px;
    height: 3px;
    top: 20%;
    left: 10%;
    animation: float1 25s infinite;
}

.particle-2 {
    width: 4px;
    height: 4px;
    top: 60%;
    right: 15%;
    animation: float2 30s infinite;
}

/* ==========================================================================
   Luxury Divider
   ========================================================================== */

.luxury-divider {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b4513, transparent);
    margin: 60px auto;
    animation: pulse 3s ease-in-out infinite;
}

/* ==========================================================================
   Spacing Utilities for Long Lists
   ========================================================================== */

.honors-section p,
.seminars-section .seminar-item,
.service-section .service-item {
    padding: 8px 0;
    line-height: 1.8 !important;
}

/* ==========================================================================
   Responsive Design -- Tablet & Mobile (max-width: 900px)
   ========================================================================== */

@media (min-width: 900px) {
    .handbook-contributors {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 4px;
    }
    .handbook-contributors h5 {
        grid-column: 1 / -1;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 900px) {
    .handbook-section {
        display: block;
        padding: 24px;
    }
    .handbook-image {
        margin: 20px auto 30px;
    }
    .handbook-image img,
    .book-cover-placeholder {
        max-width: 280px;
        margin: 0 auto;
    }
    .handbook-image img {
        aspect-ratio: auto;
        object-fit: contain;
    }
    .handbook-details p {
        display: block;
    }
}

/* ==========================================================================
   Responsive Design -- Phone (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
    .research-title {
        font-size: 32px !important;
        letter-spacing: 5px !important;
    }
    .research-areas {
        grid-template-columns: 1fr;
    }
    .research-statement {
        padding: 30px 20px;
    }
    .publications-content {
        padding: 20px;
    }
    .publication-item {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .publication-item p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    .service-section p,
    .honors-section p,
    .seminars-section p {
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 14px !important;
    }
    .section-header {
        font-size: 18px !important;
        padding: 20px !important;
    }
    .topic-header {
        font-size: 22px !important;
    }
}


/* ============================================
   MEDIA COVERAGE PAGE
   ============================================ */

/* ===== Media Coverage — Stunning Editorial Design with Real Logos ===== */

/* ---------- Variables & Base ---------- */
.mc-page {
    --mc-brown: #8b4513;
    --mc-brown-light: #a0522d;
    --mc-brown-glow: rgba(139, 69, 19, 0.15);
    --mc-charcoal: #2c2c2c;
    --mc-cyan: #68e1fd;
    --mc-link: #4e97e0;
    --mc-bg: #faf9f7;
    --mc-card-bg: #ffffff;
    --mc-border: #e8e4df;
    --mc-border-light: #f0ede8;
    --mc-text-muted: #8c8279;
    --mc-badge-newspaper: #8b4513;
    --mc-badge-magazine: #4e97e0;
    --mc-badge-tv: #c0392b;
    --mc-badge-radio: #6b7b3a;
    --mc-shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
    --mc-shadow-md: 0 4px 20px rgba(0,0,0,0.07);
    --mc-shadow-lg: 0 8px 40px rgba(0,0,0,0.10);
    --mc-shadow-hover: 0 12px 48px rgba(0,0,0,0.13);
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    color: var(--mc-charcoal);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mc-page *, .mc-page *::before, .mc-page *::after {
    box-sizing: border-box;
}

/* ---------- Hero Section ---------- */
.mc-hero {
    text-align: center;
    padding: 80px 20px 60px;
    position: relative;
}

.mc-hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--mc-border), var(--mc-brown), var(--mc-border), transparent);
    margin-top: 60px;
}

.mc-hero-label {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--mc-brown);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.mc-hero-label::before,
.mc-hero-label::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--mc-brown);
}

.mc-hero-title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 68px;
    font-weight: 900;
    color: var(--mc-charcoal);
    letter-spacing: -0.5px;
    margin: 0 0 16px;
    line-height: 1.05;
}

.mc-hero-rule {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--mc-brown), var(--mc-brown-light));
    border: none;
    margin: 24px auto;
    border-radius: 2px;
}

.mc-hero-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: var(--mc-text-muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* ---------- Stats Row ---------- */
.mc-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 10px;
}

.mc-stat {
    text-align: center;
    padding: 0 35px;
    position: relative;
}

.mc-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    height: 50px;
    width: 1px;
    background: var(--mc-border);
}

.mc-stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 44px;
    font-weight: 800;
    color: var(--mc-brown);
    line-height: 1.1;
    display: block;
}

.mc-stat-label {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--mc-text-muted);
    display: block;
    margin-top: 6px;
}

/* ---------- Logo Bar — The Credibility Wall ---------- */
.mc-logo-section {
    padding: 50px 0 40px;
    text-align: center;
    position: relative;
}

.mc-logo-section-label {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--mc-text-muted);
    margin: 0 0 30px;
}

.mc-logo-track-wrapper {
    position: relative;
    width: 100%;
}

.mc-logo-text-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 4px;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.mc-logo-text-row span {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #999;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.mc-logo-text-row span:hover {
    color: #8b4513;
}

/* ---------- Divider ---------- */
.mc-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--mc-border), transparent);
    border: none;
    margin: 10px 0 50px;
}

/* ---------- Filter Tabs ---------- */
.mc-filters {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 6px;
    background: var(--mc-card-bg);
    border-radius: 50px;
    box-shadow: var(--mc-shadow-sm);
    border: 1px solid var(--mc-border-light);
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.mc-filter-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 22px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
    color: var(--mc-text-muted);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mc-filter-btn:hover {
    color: var(--mc-charcoal);
    background: var(--mc-bg);
}

.mc-filter-btn.active {
    background: var(--mc-brown);
    color: #fff;
    box-shadow: 0 2px 12px rgba(139, 69, 19, 0.3);
}

.mc-filter-btn .mc-filter-count {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 4px;
}

.mc-filter-btn.active .mc-filter-count {
    opacity: 0.85;
}

/* ---------- Year Sections ---------- */
.mc-year-section {
    margin-bottom: 60px;
}

.mc-year-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--mc-charcoal);
}

.mc-year-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--mc-charcoal);
    margin: 0;
    line-height: 1;
}

.mc-year-count {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: var(--mc-brown);
    padding: 4px 14px;
    border-radius: 20px;
    position: relative;
    top: -2px;
}

/* ---------- Card Grid ---------- */
.mc-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 22px;
}

/* ---------- Media Card ---------- */
.mc-card {
    background: var(--mc-card-bg);
    border-radius: 12px;
    padding: 26px 28px;
    border: 1px solid var(--mc-border-light);
    box-shadow: var(--mc-shadow-sm);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: background 0.35s ease;
}

.mc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mc-shadow-hover);
    border-color: transparent;
}

.mc-card:hover::before {
    background: var(--mc-brown);
}

.mc-card[data-type="newspaper"]:hover::before { background: var(--mc-badge-newspaper); }
.mc-card[data-type="magazine"]:hover::before { background: var(--mc-badge-magazine); }
.mc-card[data-type="tv"]:hover::before { background: var(--mc-badge-tv); }
.mc-card[data-type="radio"]:hover::before { background: var(--mc-badge-radio); }

/* Card header: logo + outlet + badge */
.mc-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

/* mc-card-logo removed — text-only outlet names */

.mc-card-outlet {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mc-text-muted);
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mc-card-badge {
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    flex-shrink: 0;
    line-height: 1.4;
}

.mc-card-badge.newspaper {
    background: rgba(139, 69, 19, 0.08);
    color: var(--mc-badge-newspaper);
}

.mc-card-badge.magazine {
    background: rgba(78, 151, 224, 0.08);
    color: var(--mc-badge-magazine);
}

.mc-card-badge.tv {
    background: rgba(192, 57, 43, 0.08);
    color: var(--mc-badge-tv);
}

.mc-card-badge.radio {
    background: rgba(107, 123, 58, 0.08);
    color: var(--mc-badge-radio);
}

/* Card title */
.mc-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.45;
    margin: 0 0 14px;
    flex: 1;
}

.mc-card-title a {
    color: var(--mc-charcoal);
    text-decoration: none;
    transition: color 0.25s ease;
}

.mc-card-title a:hover {
    color: var(--mc-link);
}

/* Card date */
.mc-card-date {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: var(--mc-text-muted);
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ---------- Animation for filter ---------- */
.mc-card.mc-hidden {
    display: none;
}

.mc-card.mc-fade-in {
    animation: mcFadeIn 0.4s ease forwards;
}

@keyframes mcFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.mc-year-section.mc-section-hidden {
    display: none;
}

/* ---------- Back to Top ---------- */
.mc-back-top {
    display: flex;
    justify-content: center;
    margin: 60px 0 40px;
}

.mc-back-top-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mc-text-muted);
    background: none;
    border: 1px solid var(--mc-border);
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mc-back-top-btn:hover {
    color: var(--mc-brown);
    border-color: var(--mc-brown);
    box-shadow: 0 2px 12px var(--mc-brown-glow);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .mc-hero-title {
        font-size: 42px;
    }
    .mc-stats {
        gap: 0;
    }
    .mc-stat {
        padding: 0 18px;
        margin-bottom: 15px;
    }
    .mc-stat:not(:last-child)::after {
        display: none;
    }
    .mc-stat-number {
        font-size: 34px;
    }
    .mc-card-grid {
        grid-template-columns: 1fr;
    }
    .mc-year-title {
        font-size: 32px;
    }
    .mc-filters {
        border-radius: 16px;
        padding: 4px;
        gap: 4px;
    }
    .mc-filter-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
    .mc-logo-text-row {
        gap: 6px 3px;
    }
    .mc-logo-text-row span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mc-hero {
        padding: 50px 10px 40px;
    }
    .mc-hero-title {
        font-size: 34px;
    }
    .mc-hero-subtitle {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .mc-stat {
        flex: 0 0 50%;
    }
}


/* ============================================
   TEACHING PAGE
   ============================================ */

/* ═══════════════════════════════════════════════════════════════════
   TEACHING PAGE — Luxury Editorial Magazine Aesthetic
   ═══════════════════════════════════════════════════════════════════ */

/* ---------- Reset & Base ---------- */
.teaching-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.teaching-page {
    --t-brown: #8b4513;
    --t-brown-light: #a0522d;
    --t-brown-glow: rgba(139, 69, 19, 0.12);
    --t-charcoal: #2c2c2c;
    --t-cyan: #68e1fd;
    --t-link: #4e97e0;
    --t-gold: #c4a97d;
    --t-linen: #faf8f5;
    --t-linen-deep: #f3ede5;
    --t-card-bg: #ffffff;
    --t-border: #e8e2da;
    --t-border-light: #f0ebe4;
    --t-text: #2c2c2c;
    --t-text-muted: #8c8279;
    --t-text-body: #4a4a4a;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    color: var(--t-charcoal);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: teachingPageReveal 1s ease-out;
}

/* ---------- Animations ---------- */
@keyframes teachingPageReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes teachFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes teachFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes teachShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes teachCountUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes teachGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes teachPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(139, 69, 19, 0.1); }
    50% { box-shadow: 0 0 0 15px rgba(139, 69, 19, 0); }
}

@keyframes teachDotFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* ---------- Scroll Animation Classes ---------- */
.teach-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.teach-animate.teach-visible {
    opacity: 1;
    transform: translateY(0);
}

.teach-animate-delay-1 { transition-delay: 0.1s; }
.teach-animate-delay-2 { transition-delay: 0.2s; }
.teach-animate-delay-3 { transition-delay: 0.3s; }
.teach-animate-delay-4 { transition-delay: 0.4s; }
.teach-animate-delay-5 { transition-delay: 0.5s; }

/* ═══════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════ */
.teaching-hero {
    text-align: center;
    padding: 80px 20px 60px;
    position: relative;
    overflow: hidden;
}

.teaching-hero::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.teaching-hero::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: var(--t-brown);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.teaching-hero-overline {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--t-brown);
    margin-bottom: 20px;
    opacity: 0;
    animation: teachFadeInUp 0.8s ease-out 0.2s forwards;
}

.teaching-hero-title {
    font-family: 'Playfair Display', 'Didot', 'Bodoni MT', Georgia, serif !important;
    font-size: 72px !important;
    font-weight: 300 !important;
    letter-spacing: 10px !important;
    text-transform: uppercase;
    margin-bottom: 24px !important;
    background: linear-gradient(135deg, #2c2c2c 0%, #8b4513 50%, #2c2c2c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: teachShimmer 5s ease-in-out infinite;
    background-size: 200% 200%;
    line-height: 1.1 !important;
}

.teaching-hero-subtitle {
    font-family: 'Raleway', sans-serif !important;
    font-size: 17px !important;
    color: #777 !important;
    font-style: italic;
    letter-spacing: 1px !important;
    max-width: 640px;
    margin: 0 auto !important;
    line-height: 1.8 !important;
    opacity: 0;
    animation: teachFadeInUp 1s ease-out 0.4s forwards;
}

/* ---------- Hero Stats ---------- */
.teaching-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
    opacity: 0;
    animation: teachFadeInUp 1s ease-out 0.6s forwards;
}

.teaching-stat {
    text-align: center;
    position: relative;
}

.teaching-stat::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: var(--t-border);
}

.teaching-stat:last-child::after {
    display: none;
}

.teaching-stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--t-brown);
    display: block;
    line-height: 1.1;
    opacity: 0;
    animation: teachCountUp 0.8s ease-out 0.8s forwards;
}

.teaching-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--t-text-muted);
    font-weight: 600;
    margin-top: 6px;
    display: block;
}

/* ═══════════════════════════════════════
   PHILOSOPHY SECTION
   ═══════════════════════════════════════ */
.teaching-philosophy-section {
    padding: 80px 0;
    position: relative;
}

.teaching-philosophy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, var(--t-linen) 0%, var(--t-linen-deep) 50%, var(--t-linen) 100%);
    z-index: -1;
}

.teaching-philosophy-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.teaching-philosophy-quote {
    position: relative;
    padding: 0 40px;
}

.teaching-philosophy-quote::before {
    content: '\201C';
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 120px;
    color: var(--t-brown);
    opacity: 0.12;
    position: absolute;
    top: -50px;
    left: -10px;
    line-height: 1;
    pointer-events: none;
}

.teaching-philosophy-quote::after {
    content: '\201D';
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 120px;
    color: var(--t-brown);
    opacity: 0.12;
    position: absolute;
    bottom: -80px;
    right: -10px;
    line-height: 1;
    pointer-events: none;
}

.teaching-philosophy-text {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 22px !important;
    font-style: italic;
    color: #3a3a3a !important;
    line-height: 1.9 !important;
    margin: 0 0 24px !important;
    position: relative;
    z-index: 1;
}

.teaching-philosophy-author {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--t-brown);
    position: relative;
    z-index: 1;
}

.teaching-philosophy-author::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: var(--t-brown);
    vertical-align: middle;
    margin-right: 14px;
}

/* ═══════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════ */
.teaching-section-hdr {
    text-align: center;
    margin: 90px auto 50px;
    max-width: 700px;
    position: relative;
}

.teaching-section-hdr::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--t-brown);
    margin: 0 auto 24px;
}

.teaching-section-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    color: var(--t-charcoal) !important;
    margin-bottom: 14px !important;
    line-height: 1.3 !important;
}

.teaching-section-subtitle {
    font-size: 14px !important;
    color: #888 !important;
    letter-spacing: 1.5px !important;
    font-style: italic;
    line-height: 1.7 !important;
}

/* ═══════════════════════════════════════
   CURRENT COURSE CARDS
   ═══════════════════════════════════════ */
.teaching-courses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}

.teaching-course-card {
    background: var(--t-card-bg);
    border: 1px solid var(--t-border);
    border-radius: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 20px rgba(139, 69, 19, 0.04);
}

.teaching-course-card:hover {
    box-shadow: 0 16px 60px rgba(139, 69, 19, 0.12);
    transform: translateY(-4px);
    border-color: #d4c5b3;
}

/* Gradient accent bar on left */
.teaching-course-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--t-brown) 0%, var(--t-gold) 50%, var(--t-brown) 100%);
    background-size: 100% 200%;
    animation: teachGradientShift 4s ease-in-out infinite;
}

/* Subtle corner decoration */
.teaching-course-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at top right, rgba(139, 69, 19, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.teaching-course-card-inner {
    padding: 44px 48px 44px 52px;
    position: relative;
}

/* Course number/code */
.teaching-course-code {
    font-family: 'Courier New', 'Consolas', monospace;
    font-size: 12px;
    font-weight: 600;
    color: var(--t-brown);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

/* Course title */
.teaching-course-name {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: var(--t-charcoal) !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.3px !important;
}

/* Badge row */
.teaching-course-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.teaching-badge-tag {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 2px;
    white-space: nowrap;
}

.teaching-badge-mba {
    background: rgba(139, 69, 19, 0.08);
    color: var(--t-brown);
    border: 1px solid rgba(139, 69, 19, 0.18);
}

.teaching-badge-exec {
    background: rgba(104, 225, 253, 0.08);
    color: #1a8a9e;
    border: 1px solid rgba(104, 225, 253, 0.22);
}

.teaching-course-years {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* Description */
.teaching-course-desc {
    font-size: 15px !important;
    color: var(--t-text-body) !important;
    line-height: 1.8 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
}

/* ── Featured In ── */
.teaching-featured-in {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--t-border-light);
}

.teaching-featured-label {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--t-brown);
    margin-bottom: 14px;
    display: block;
}

.teaching-featured-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 24px;
}

.teaching-featured-outlet {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.teaching-featured-outlet:hover {
    color: var(--t-charcoal);
}

/* teaching-featured-outlet img removed — text-only outlet names */

.teaching-featured-sep {
    color: #ddd;
    font-weight: 300;
    user-select: none;
    font-size: 11px;
}

/* ═══════════════════════════════════════
   EXECUTIVE EDUCATION CALLOUT
   ═══════════════════════════════════════ */
.teaching-exec-banner {
    max-width: 960px;
    margin: 32px auto 0;
    background: linear-gradient(135deg, #2c2c2c 0%, #3a3530 40%, #4a3f35 100%);
    border-radius: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.teaching-exec-banner:hover {
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

/* Decorative corner pattern */
.teaching-exec-banner::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(196, 169, 125, 0.15);
    border-radius: 50%;
    pointer-events: none;
}

.teaching-exec-banner::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(196, 169, 125, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.teaching-exec-banner-inner {
    padding: 48px 52px;
    position: relative;
    z-index: 1;
}

.teaching-exec-overline {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--t-gold);
    margin-bottom: 16px;
    display: block;
}

.teaching-exec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-top: 8px;
}

.teaching-exec-item {
    padding: 24px 28px;
    border-left: 2px solid var(--t-gold);
    transition: all 0.3s ease;
    border-radius: 0 4px 4px 0;
    background: rgba(255, 255, 255, 0.03);
}

.teaching-exec-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(4px);
}

.teaching-exec-item-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    color: #f5f0ea !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

.teaching-exec-item-years {
    font-size: 12px !important;
    color: var(--t-gold) !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.teaching-exec-item-desc {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.7 !important;
}

/* ═══════════════════════════════════════
   DECORATIVE DIVIDER
   ═══════════════════════════════════════ */
.teaching-ornament {
    text-align: center;
    margin: 80px 0;
    position: relative;
}

.teaching-ornament::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--t-border), transparent);
}

.teaching-ornament-inner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 0 24px;
    position: relative;
}

.teaching-ornament-dot {
    width: 6px;
    height: 6px;
    background: var(--t-gold);
    border-radius: 50%;
    animation: teachDotFloat 3s ease-in-out infinite;
}

.teaching-ornament-dot:nth-child(2) {
    animation-delay: 0.3s;
    width: 8px;
    height: 8px;
    background: var(--t-brown);
}

.teaching-ornament-dot:nth-child(3) {
    animation-delay: 0.6s;
}

/* ═══════════════════════════════════════
   PREVIOUS COURSES — TIMELINE
   ═══════════════════════════════════════ */
.teaching-prev-timeline {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    padding-left: 50px;
}

.teaching-prev-timeline::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--t-brown), var(--t-gold) 40%, var(--t-border) 80%, transparent);
}

.teaching-prev-item {
    position: relative;
    margin-bottom: 0;
    padding: 24px 0 24px 20px;
    border-bottom: 1px solid var(--t-border-light);
    transition: all 0.3s ease;
}

.teaching-prev-item:last-child {
    border-bottom: none;
}

.teaching-prev-item:hover {
    padding-left: 28px;
}

/* Timeline dot */
.teaching-prev-item::before {
    content: '';
    position: absolute;
    left: -42px;
    top: 30px;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--t-brown);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

.teaching-prev-item:hover::before {
    background: var(--t-brown);
    animation: teachPulse 1.5s ease-in-out;
}

.teaching-prev-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.teaching-prev-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--t-charcoal) !important;
    line-height: 1.4 !important;
}

.teaching-prev-code {
    font-family: 'Courier New', 'Consolas', monospace;
    font-size: 11px;
    color: var(--t-brown);
    letter-spacing: 1px;
    font-weight: 600;
}

.teaching-prev-years {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #aaa;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.teaching-prev-note {
    font-size: 14px !important;
    color: #888 !important;
    line-height: 1.6 !important;
    margin-top: 4px !important;
    font-style: italic;
}

/* ═══════════════════════════════════════
   OTHER INSTITUTIONS
   ═══════════════════════════════════════ */
.teaching-institutions-section {
    position: relative;
    padding: 80px 0 100px;
}

.teaching-institutions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, var(--t-linen) 8%, var(--t-linen-deep) 50%, var(--t-linen) 92%, transparent 100%);
    z-index: -1;
}

.teaching-inst-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 960px;
    margin: 0 auto;
}

.teaching-inst-card {
    background: var(--t-card-bg);
    border: 1px solid var(--t-border);
    border-radius: 4px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.teaching-inst-card:hover {
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.1);
    transform: translateY(-4px);
    border-color: #d4c5b3;
}

.teaching-inst-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--t-brown), var(--t-gold));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.teaching-inst-card:hover::after {
    opacity: 1;
}

/* teaching-inst-logo removed — text-only institution names */

.teaching-inst-name {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--t-charcoal) !important;
    margin-bottom: 16px !important;
    line-height: 1.35 !important;
}

.teaching-inst-detail {
    font-size: 13.5px !important;
    color: #666 !important;
    line-height: 1.7 !important;
    margin-bottom: 8px !important;
    text-align: left;
    padding: 10px 14px;
    background: var(--t-linen);
    border-radius: 3px;
    border-left: 2px solid var(--t-border);
    transition: border-color 0.3s ease;
}

.teaching-inst-detail:hover {
    border-left-color: var(--t-brown);
}

.teaching-inst-detail:last-child {
    margin-bottom: 0 !important;
}

.teaching-inst-years {
    color: var(--t-brown);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 4px;
}

/* ═══════════════════════════════════════
   CLOSING ORNAMENT
   ═══════════════════════════════════════ */
.teaching-closing {
    text-align: center;
    padding: 60px 0 40px;
    position: relative;
}

.teaching-closing-mark {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    color: var(--t-gold);
    opacity: 0.4;
    letter-spacing: 12px;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 900px) {
    .teaching-exec-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .teaching-inst-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .teaching-hero-title {
        font-size: 48px !important;
        letter-spacing: 6px !important;
    }
    .teaching-hero-stats {
        gap: 36px;
    }
    .teaching-stat::after {
        display: none;
    }
    .teaching-stat-number {
        font-size: 38px;
    }
    .teaching-section-title {
        font-size: 28px !important;
        letter-spacing: 3px !important;
    }
    .teaching-course-card-inner {
        padding: 32px 28px 32px 32px;
    }
    .teaching-course-name {
        font-size: 22px !important;
    }
    .teaching-exec-banner-inner {
        padding: 36px 28px;
    }
    .teaching-philosophy-text {
        font-size: 19px !important;
    }
    .teaching-philosophy-quote {
        padding: 0 20px;
    }
    .teaching-philosophy-quote::before {
        font-size: 80px;
        top: -30px;
        left: -5px;
    }
    .teaching-philosophy-quote::after {
        font-size: 80px;
        bottom: -50px;
    }
    .teaching-prev-timeline {
        padding-left: 40px;
    }
    .teaching-prev-item::before {
        left: -32px;
    }
    .teaching-prev-timeline::before {
        left: 8px;
    }
}

@media (max-width: 540px) {
    .teaching-hero { padding: 50px 10px 50px; }
    .teaching-hero-title {
        font-size: 36px !important;
        letter-spacing: 4px !important;
    }
    .teaching-hero-overline {
        font-size: 10px;
        letter-spacing: 3px;
    }
    .teaching-hero-stats { gap: 28px; }
    .teaching-stat-number { font-size: 32px; }
    .teaching-stat-label { font-size: 10px; letter-spacing: 2px; }
    .teaching-section-hdr { margin: 60px auto 36px; }
    .teaching-section-title { font-size: 24px !important; letter-spacing: 2px !important; }
    .teaching-course-card-inner { padding: 28px 20px 28px 24px; }
    .teaching-course-name { font-size: 20px !important; }
    .teaching-featured-logos { gap: 8px 16px; }
    .teaching-exec-banner-inner { padding: 28px 20px; }
    .teaching-exec-item { padding: 18px 20px; }
    .teaching-exec-item-title { font-size: 17px !important; }
    .teaching-philosophy-text { font-size: 17px !important; line-height: 1.8 !important; }
    .teaching-philosophy-quote::before { font-size: 60px; top: -24px; }
    .teaching-philosophy-quote::after { font-size: 60px; bottom: -40px; }
    .teaching-prev-timeline { padding-left: 30px; }
    .teaching-prev-item::before { left: -22px; width: 7px; height: 7px; }
    .teaching-prev-timeline::before { left: 4px; }
    .teaching-prev-title { font-size: 16px !important; }
    .teaching-inst-card { padding: 28px 20px; }
    .teaching-ornament { margin: 50px 0; }
}


/* ============================================
   EVENTS & CONFERENCES PAGE
   ============================================ */

/* ============================================================= */
/*  EVENTS & CONFERENCES                                         */
/*  Dramatic Luxury Editorial — TED meets Hermes                 */
/* ============================================================= */

/* ---------- CSS Variables ---------- */
.ev-page {
    --ev-brown: #8b4513;
    --ev-brown-light: #a0522d;
    --ev-brown-pale: #c4a882;
    --ev-charcoal: #2c2c2c;
    --ev-cyan: #68e1fd;
    --ev-link: #4e97e0;
    --ev-warm-bg: #faf5f0;
    --ev-card-bg: #ffffff;
    --ev-border: #e8e4df;
    --ev-border-warm: #d4c5b3;
    --ev-text-muted: #8c8279;
    --ev-text-light: #aaa;
    --ev-gold-gradient: linear-gradient(135deg, #2c2c2c 0%, #8b4513 40%, #c4a882 60%, #8b4513 80%, #2c2c2c 100%);
    --ev-warm-gradient: linear-gradient(135deg, #faf5f0 0%, #f5ede3 50%, #faf5f0 100%);
}

.ev-page {
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ev-charcoal);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    animation: evPageReveal 1s ease-out;
}

.ev-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------- Keyframe Animations ---------- */
@keyframes evPageReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes evFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes evFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes evShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes evPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
}

@keyframes evGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(139, 69, 19, 0.15); }
    50% { box-shadow: 0 0 0 10px rgba(139, 69, 19, 0); }
}

@keyframes evDotPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(139, 69, 19, 0.3); }
    50% { transform: scale(1.3); box-shadow: 0 0 0 8px rgba(139, 69, 19, 0); }
}

@keyframes evSlideRight {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes evCountUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes evTimelineDraw {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes evBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(139, 69, 19, 0.4); }
    70% { box-shadow: 0 0 0 12px rgba(139, 69, 19, 0); }
}

@keyframes evFloatDots {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}


/* ================================================================
   HERO SECTION — Massive, dramatic header
   ================================================================ */

.ev-hero {
    text-align: center;
    padding: 80px 20px 60px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

/* Dot pattern decoration */
.ev-hero::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle, var(--ev-brown-pale) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.15;
    pointer-events: none;
    animation: evFloatDots 4s ease-in-out infinite;
}

.ev-hero-title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.15;
    background: var(--ev-gold-gradient);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: evShimmer 5s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.ev-hero-rule {
    width: 80px;
    height: 2px;
    background: var(--ev-brown);
    border: none;
    margin: 0 auto 24px;
}

.ev-hero-subtitle {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    color: var(--ev-text-muted);
    font-style: italic;
    letter-spacing: 1px;
    max-width: 680px;
    margin: 0 auto 0;
    line-height: 1.7;
    opacity: 0;
    animation: evFadeInUp 1s ease-out 0.3s forwards;
}

/* ---------- Stats Row ---------- */
.ev-stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin: 50px auto 10px;
    padding: 40px 20px;
    border-top: 1px solid var(--ev-border);
    border-bottom: 1px solid var(--ev-border);
    max-width: 800px;
}

.ev-stat {
    text-align: center;
    opacity: 0;
    animation: evCountUp 0.8s ease-out forwards;
}
.ev-stat:nth-child(1) { animation-delay: 0.4s; }
.ev-stat:nth-child(2) { animation-delay: 0.55s; }
.ev-stat:nth-child(3) { animation-delay: 0.7s; }

.ev-stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--ev-brown);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.ev-stat-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ev-text-muted);
    font-weight: 500;
}


/* ================================================================
   SECTION HEADERS — Elegant dividers
   ================================================================ */

.ev-section-header {
    text-align: center;
    margin: 90px auto 55px;
    max-width: 700px;
    position: relative;
    opacity: 0;
    animation: evFadeInUp 0.8s ease-out 0.1s forwards;
}

.ev-section-number {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    color: var(--ev-brown);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

.ev-section-header::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--ev-brown);
    margin: 0 auto 20px;
}

.ev-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--ev-charcoal);
    margin-bottom: 14px;
}

.ev-section-desc {
    font-size: 15px;
    color: var(--ev-text-muted);
    letter-spacing: 0.5px;
    font-style: italic;
    line-height: 1.7;
}


/* ================================================================
   FEATURED EVENT — "Eye on AI" Conference Landing
   ================================================================ */

.ev-featured-wrapper {
    max-width: 1060px;
    margin: 50px auto 80px;
    opacity: 0;
    animation: evFadeIn 1s ease-out 0.5s forwards;
}

/* Pulsing badge */
.ev-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 50%, #8b4513 100%);
    padding: 8px 24px;
    border-radius: 3px 3px 0 0;
    position: relative;
    animation: evBadgePulse 2s ease-in-out infinite;
}

.ev-featured-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: evPulse 1.5s ease-in-out infinite;
}

/* Main featured card */
.ev-featured-card {
    background: var(--ev-warm-bg);
    border: 1px solid var(--ev-border-warm);
    border-top: none;
    border-radius: 0 6px 6px 6px;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(139, 69, 19, 0.08);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ev-featured-card:hover {
    box-shadow: 0 16px 60px rgba(139, 69, 19, 0.14);
    transform: translateY(-3px);
}

/* Top hero section of the card */
.ev-featured-hero {
    background: linear-gradient(135deg, #f5ede3 0%, #faf5f0 40%, #f0e6d8 100%);
    padding: 50px 55px 40px;
    border-bottom: 1px solid rgba(139, 69, 19, 0.1);
    position: relative;
    overflow: hidden;
}

/* Large decorative year */
.ev-featured-hero::before {
    content: '2026';
    position: absolute;
    right: -10px;
    top: -15px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 160px;
    font-weight: 700;
    color: rgba(139, 69, 19, 0.04);
    line-height: 1;
    pointer-events: none;
}

.ev-featured-event-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--ev-charcoal);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.ev-featured-event-name em {
    font-style: italic;
    color: var(--ev-brown);
}

.ev-featured-tagline {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: var(--ev-text-muted);
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.ev-featured-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.ev-featured-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--ev-charcoal);
    font-weight: 500;
}

.ev-featured-meta-icon {
    font-size: 16px;
    opacity: 0.7;
}

.ev-featured-organizers {
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 1;
}

.ev-featured-organizers strong {
    color: var(--ev-charcoal);
    font-weight: 600;
}

/* Program schedule area */
.ev-program-area {
    padding: 40px 55px 50px;
}

.ev-program-label {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ev-brown);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ev-program-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--ev-border-warm), transparent);
}

/* Timeline-style program schedule */
.ev-schedule-timeline {
    position: relative;
    padding-left: 0;
}

.ev-schedule-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0;
    margin-bottom: 3px;
    position: relative;
    transition: all 0.3s ease;
}

.ev-schedule-item:hover {
    transform: translateX(4px);
}

.ev-schedule-time {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--ev-brown);
    padding: 16px 16px 16px 0;
    text-align: right;
    border-right: 2px solid var(--ev-border-warm);
    position: relative;
}

/* Dot on the timeline */
.ev-schedule-time::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 20px;
    width: 8px;
    height: 8px;
    background: var(--ev-brown);
    border-radius: 50%;
    border: 2px solid var(--ev-warm-bg);
}

.ev-schedule-content {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 6px 6px 0;
    margin-left: 12px;
    border: 1px solid rgba(139, 69, 19, 0.06);
    transition: all 0.3s ease;
}

.ev-schedule-item:hover .ev-schedule-content {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(139, 69, 19, 0.12);
    box-shadow: 0 4px 16px rgba(139, 69, 19, 0.06);
}

.ev-schedule-type {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ev-brown-light);
    margin-bottom: 3px;
}

.ev-schedule-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--ev-charcoal);
    line-height: 1.4;
    margin-bottom: 3px;
}

.ev-schedule-speakers {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}

.ev-schedule-speakers strong {
    color: #666;
    font-weight: 600;
}

/* Breakout tracks styling */
.ev-breakout-tracks {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.ev-track-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    background: rgba(139, 69, 19, 0.08);
    color: var(--ev-brown);
    border-radius: 20px;
    border: 1px solid rgba(139, 69, 19, 0.12);
}

/* Special highlight for keynotes */
.ev-schedule-item.keynote .ev-schedule-content {
    background: rgba(255, 255, 255, 0.85);
    border-left: 3px solid var(--ev-brown);
}

/* Reception item */
.ev-schedule-item.reception .ev-schedule-content {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.06), rgba(196, 168, 130, 0.06));
    border: 1px solid rgba(139, 69, 19, 0.12);
}


/* ================================================================
   CONFERENCE TIMELINE — Dramatic vertical layout
   ================================================================ */

.ev-timeline-section {
    max-width: 960px;
    margin: 0 auto 90px;
    position: relative;
}

.ev-timeline {
    position: relative;
    padding-left: 100px;
}

/* Main vertical line */
.ev-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--ev-brown), var(--ev-border-warm) 30%, var(--ev-border-warm) 70%, var(--ev-border) 100%);
}

.ev-timeline-item {
    position: relative;
    margin-bottom: 60px;
    opacity: 0;
    animation: evFadeInUp 0.8s ease-out forwards;
}

.ev-timeline-item:nth-child(1) { animation-delay: 0.15s; }
.ev-timeline-item:nth-child(2) { animation-delay: 0.3s; }
.ev-timeline-item:nth-child(3) { animation-delay: 0.45s; }
.ev-timeline-item:nth-child(4) { animation-delay: 0.6s; }

/* Year marker on the timeline */
.ev-timeline-year-marker {
    position: absolute;
    left: -100px;
    top: 0;
    width: 80px;
    text-align: center;
}

.ev-timeline-year-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--ev-brown);
    line-height: 1;
}

.ev-timeline-year-month {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ev-text-light);
    font-weight: 500;
    margin-top: 2px;
}

/* Timeline dot connector */
.ev-timeline-item::before {
    content: '';
    position: absolute;
    left: -68px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid var(--ev-brown);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
}

.ev-timeline-item:hover::before {
    background: var(--ev-brown);
    animation: evDotPulse 1.5s ease-in-out;
}

/* Horizontal connector line */
.ev-timeline-item::after {
    content: '';
    position: absolute;
    left: -54px;
    top: 14px;
    width: 54px;
    height: 1px;
    background: linear-gradient(to right, var(--ev-border-warm), transparent);
}

/* Timeline event card */
.ev-timeline-card {
    background: var(--ev-card-bg);
    border: 1px solid var(--ev-border);
    border-radius: 6px;
    padding: 36px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ev-timeline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ev-brown), var(--ev-brown-pale));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.ev-timeline-card:hover {
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.1);
    border-color: var(--ev-border-warm);
    transform: translateY(-3px);
}

.ev-timeline-card:hover::before {
    transform: scaleX(1);
}

/* Decorative large year in background */
.ev-timeline-card-year-bg {
    position: absolute;
    right: -8px;
    bottom: -20px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 120px;
    font-weight: 700;
    color: rgba(139, 69, 19, 0.03);
    line-height: 1;
    pointer-events: none;
}

.ev-timeline-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--ev-charcoal);
    margin-bottom: 6px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

.ev-timeline-card-location {
    font-size: 13px;
    color: var(--ev-text-light);
    font-style: italic;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}

.ev-timeline-card-cochair {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}

.ev-timeline-card-cochair strong {
    color: #666;
    font-weight: 600;
}

.ev-timeline-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

/* Badges on timeline cards */
.ev-timeline-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ev-timeline-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid var(--ev-border-warm);
    color: var(--ev-brown);
    background: rgba(139, 69, 19, 0.04);
}

.ev-timeline-badge.highlight {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.1), rgba(196, 168, 130, 0.1));
    border-color: var(--ev-brown-pale);
}

/* List items inside desc */
.ev-timeline-card-desc ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.ev-timeline-card-desc ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

.ev-timeline-card-desc ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 1px;
    background: var(--ev-brown-pale);
}


/* ================================================================
   JHSHO SERIES — Three dramatic cards
   ================================================================ */

.ev-jhsho-section {
    max-width: 1060px;
    margin: 0 auto 90px;
}

.ev-jhsho-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 10px;
}

.ev-jhsho-card {
    background: var(--ev-card-bg);
    border: 1px solid var(--ev-border);
    border-radius: 8px;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ev-jhsho-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(139, 69, 19, 0.12);
    border-color: var(--ev-border-warm);
}

/* Top gradient bar */
.ev-jhsho-card::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--ev-brown), var(--ev-brown-pale), var(--ev-brown));
}

/* Large background year */
.ev-jhsho-year-bg {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 20px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 140px;
    font-weight: 700;
    color: rgba(139, 69, 19, 0.035);
    line-height: 1;
    pointer-events: none;
}

.ev-jhsho-card-inner {
    padding: 36px 28px 32px;
    position: relative;
    z-index: 1;
}

/* Edition number */
.ev-jhsho-edition {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--ev-brown);
    line-height: 1;
    margin-bottom: 4px;
}

.ev-jhsho-edition-label {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ev-text-muted);
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.ev-jhsho-date {
    font-size: 12px;
    color: var(--ev-text-light);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.ev-jhsho-theme {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--ev-charcoal);
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 24px;
    padding: 0 8px;
}

/* Institution logos */
.ev-jhsho-institutions {
    border-top: 1px solid var(--ev-border);
    padding-top: 20px;
}

.ev-jhsho-inst-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ev-brown);
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
}

/* ev-jhsho-logos/logo removed — text-only institution names */

.ev-jhsho-inst-text {
    font-size: 11px;
    color: #999;
    line-height: 1.6;
    margin-top: 8px;
}


/* ================================================================
   PROFESSIONAL SERVICE — Elegant compact grid
   ================================================================ */

.ev-service-section {
    max-width: 960px;
    margin: 0 auto 80px;
}

.ev-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ev-service-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #fafaf8;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.ev-service-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--ev-border);
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease;
}

.ev-service-item:hover {
    background: #f5f0eb;
    border-color: rgba(139, 69, 19, 0.08);
}

.ev-service-item:hover::before {
    background: var(--ev-brown);
}

.ev-service-year {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--ev-brown);
    letter-spacing: 1px;
    white-space: nowrap;
    min-width: 50px;
    padding-top: 2px;
}

.ev-service-info {
    flex: 1;
}

.ev-service-role {
    font-size: 14px;
    color: var(--ev-charcoal);
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.4;
}

.ev-service-venue {
    font-size: 12px;
    color: var(--ev-text-light);
    letter-spacing: 0.3px;
    line-height: 1.5;
}


/* ================================================================
   CLOSING ORNAMENT
   ================================================================ */

.ev-closing {
    text-align: center;
    margin: 70px auto 30px;
    padding-top: 50px;
    border-top: 1px solid var(--ev-border);
}

.ev-closing-dots {
    color: var(--ev-border-warm);
    font-size: 14px;
    letter-spacing: 16px;
}

.ev-closing-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    color: var(--ev-text-light);
    font-style: italic;
    margin-top: 16px;
    letter-spacing: 1px;
}


/* ================================================================
   RESPONSIVE DESIGN
   ================================================================ */

@media (max-width: 900px) {
    .ev-hero-title {
        font-size: 38px;
        letter-spacing: 5px;
    }

    .ev-stats-row {
        gap: 40px;
    }

    .ev-stat-number {
        font-size: 34px;
    }

    .ev-section-title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .ev-featured-hero {
        padding: 35px 30px 30px;
    }

    .ev-featured-event-name {
        font-size: 28px;
    }

    .ev-program-area {
        padding: 30px 30px 40px;
    }

    .ev-schedule-item {
        grid-template-columns: 90px 1fr;
    }

    .ev-schedule-time {
        font-size: 11px;
        padding: 14px 10px 14px 0;
    }

    .ev-timeline {
        padding-left: 70px;
    }

    .ev-timeline::before {
        left: 25px;
    }

    .ev-timeline-year-marker {
        left: -70px;
        width: 55px;
    }

    .ev-timeline-year-num {
        font-size: 15px;
    }

    .ev-timeline-item::before {
        left: -53px;
    }

    .ev-timeline-item::after {
        left: -39px;
        width: 39px;
    }

    .ev-timeline-card {
        padding: 28px 24px;
    }

    .ev-timeline-card-year-bg {
        font-size: 80px;
    }

    .ev-jhsho-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ev-jhsho-year-bg {
        font-size: 100px;
    }

    .ev-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ev-hero-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .ev-hero-subtitle {
        font-size: 15px;
    }

    .ev-stats-row {
        gap: 30px;
    }

    .ev-stat-number {
        font-size: 28px;
    }

    .ev-section-title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .ev-featured-hero {
        padding: 28px 20px 24px;
    }

    .ev-featured-event-name {
        font-size: 22px;
    }

    .ev-featured-meta {
        flex-direction: column;
        gap: 8px;
    }

    .ev-program-area {
        padding: 24px 20px 30px;
    }

    .ev-schedule-item {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ev-schedule-time {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid var(--ev-border);
        padding: 8px 0;
    }

    .ev-schedule-time::after {
        display: none;
    }

    .ev-schedule-content {
        margin-left: 0;
        border-radius: 0 0 6px 6px;
    }

    .ev-timeline {
        padding-left: 40px;
    }

    .ev-timeline::before {
        left: 12px;
    }

    .ev-timeline-year-marker {
        position: relative;
        left: 0;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }

    .ev-timeline-item::before {
        left: -35px;
        width: 10px;
        height: 10px;
    }

    .ev-timeline-item::after {
        display: none;
    }

    .ev-timeline-card {
        padding: 22px 18px;
    }

    .ev-timeline-card-year-bg {
        display: none;
    }

    .ev-breakout-tracks {
        flex-direction: column;
    }
}



/* ============================================
   READING PAGE
   ============================================ */

/* ========================================================
   READING PAGE — Museum Exhibition Gallery
   Aesthetic: Rizzoli x Taschen x MoMA Bookshop
   ======================================================== */


/* — Foundation — */
.reading-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px 120px;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* — Hero Section: Dramatic Entrance — */
.reading-hero {
  text-align: center;
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}

.reading-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(139,69,19,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.reading-hero h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 82px;
  font-weight: 900;
  letter-spacing: 18px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin: 0 0 8px;
  line-height: 1;
  position: relative;
}

.reading-hero .hero-accent {
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #8b4513, #c4956a);
  margin: 28px auto 32px;
  border: none;
  border-radius: 2px;
}

.reading-hero .subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #6b6560;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}

/* — Author Portrait Gallery — */
.reading-authors-gallery {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 36px !important;
  flex-wrap: wrap !important;
  padding-bottom: 28px;
}

.reading-author-cameo {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px;
  border-radius: 50% !important;
  background: #4a3728;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  cursor: default;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  overflow: hidden;
}

/* Individual cameo gradient colors */
.reading-author-cameo:nth-child(1) { background: linear-gradient(135deg, #4a3728, #6b4f3a) !important; }
.reading-author-cameo:nth-child(2) { background: linear-gradient(135deg, #3c4a5c, #5a6d7e) !important; }
.reading-author-cameo:nth-child(3) { background: linear-gradient(135deg, #5c3d2e, #8b5e3c) !important; }
.reading-author-cameo:nth-child(4) { background: linear-gradient(135deg, #2c3e50, #4a6274) !important; }
.reading-author-cameo:nth-child(5) { background: linear-gradient(135deg, #5b3a29, #7d5642) !important; }
.reading-author-cameo:nth-child(6) { background: linear-gradient(135deg, #3d4f3a, #5a6d52) !important; }
.reading-author-cameo:nth-child(7) { background: linear-gradient(135deg, #4e3b5e, #6d5478) !important; }
.reading-author-cameo:nth-child(8) { background: linear-gradient(135deg, #3a4a4a, #566363) !important; }

.reading-author-cameo:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 24px rgba(139, 69, 19, 0.2);
}

.cameo-initials {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.92) !important;
  letter-spacing: 1px;
  line-height: 1;
  display: block !important;
}

.cameo-name {
  position: absolute !important;
  bottom: -22px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8b4513 !important;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.reading-author-cameo:hover .cameo-name {
  opacity: 1;
}

/* ═══════════════════════════════════════════════
   BOOKSHELF LAYOUT
   ═══════════════════════════════════════════════ */

/* — Bookshelf Container — */
.bookshelf {
  padding: 0;
  margin: 0;
}

/* — Individual Shelf Row — */
.shelf-row {
  margin-bottom: 48px;
}

/* — Books Container (flex row) — */
.shelf-books {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0 8px;
  align-items: flex-end;
}

/* — Wooden Shelf Plank — */
.shelf-plank {
  height: 12px;
  margin-top: 6px;
  background: linear-gradient(180deg,
    #d9c4a0 0%,
    #c9ae82 15%,
    #b8976a 40%,
    #a68558 65%,
    #8b7355 100%
  );
  border-radius: 0 0 4px 4px;
  box-shadow:
    0 3px 6px rgba(100, 70, 30, 0.2),
    0 8px 16px rgba(100, 70, 30, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.25);
  position: relative;
}

/* Shelf edge highlight */
.shelf-plank::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.35) 20%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0.35) 80%,
    transparent
  );
}

/* Shelf underside shadow */
.shelf-plank::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 4%;
  right: 4%;
  height: 8px;
  background: radial-gradient(ellipse at center, rgba(80, 50, 20, 0.08) 0%, transparent 70%);
}

/* — Individual Book Card — */
.book-card {
  flex: 0 1 240px;
  max-width: 260px;
  min-width: 160px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.book-card:hover {
  transform: translateY(-8px);
}

/* — Book Cover Image Container — */
.book-cover-wrap {
  position: relative;
  overflow: visible;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 320px;
  padding: 0;
}

/* — Book Cover Image — */
.book-cover-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 2px;
  box-shadow:
    3px 4px 12px rgba(0,0,0,0.25),
    1px 1px 4px rgba(0,0,0,0.15),
    -1px 0 3px rgba(0,0,0,0.08);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s ease;
}

.book-card:hover .book-cover-img {
  transform: scale(1.04);
  box-shadow:
    5px 8px 20px rgba(0,0,0,0.3),
    2px 3px 8px rgba(0,0,0,0.15),
    -1px 0 4px rgba(0,0,0,0.1);
}

/* — Book Info Section — */
.book-info {
  padding: 14px 4px 4px;
  text-align: center;
}

.book-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.35;
  margin: 0 0 4px;
  letter-spacing: 0.1px;
}

.book-title a {
  color: #2c2c2c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.book-title a:hover {
  color: #4e97e0;
}

.book-author {
  font-family: 'Raleway', 'Helvetica Neue', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  color: #9a948d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

/* — Placeholder Covers (when image fails to load) — */
.book-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 3px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

/* — Warm-toned placeholder backgrounds — */
.ph-tone-1 { background: linear-gradient(145deg, #8b4513, #a0522d); }
.ph-tone-2 { background: linear-gradient(145deg, #4a6741, #5f8a52); }
.ph-tone-3 { background: linear-gradient(145deg, #4a5568, #2d3748); }
.ph-tone-4 { background: linear-gradient(145deg, #744210, #975a16); }
.ph-tone-5 { background: linear-gradient(145deg, #553c9a, #6b46c1); }
.ph-tone-6 { background: linear-gradient(145deg, #234e70, #2b6cb0); }
.ph-tone-7 { background: linear-gradient(145deg, #9b2c2c, #c53030); }
.ph-tone-8 { background: linear-gradient(145deg, #285e61, #2c7a7b); }

/* — Pullquote: Full-Width Typographic Break — */
.reading-pullquote {
  break-inside: avoid;
  column-span: all;
  -webkit-column-span: all;
  padding: 72px 24px;
  text-align: center;
  position: relative;
  margin: 16px 0;
}

.reading-pullquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(139,69,19,0.03) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.pq-ornament {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  color: #8b4513;
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 20px;
}

.reading-pullquote blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #3d3835;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  letter-spacing: 0.2px;
  position: relative;
}

.reading-pullquote blockquote::before {
  content: none;
}

.pq-rule {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #8b4513, #c4956a);
  margin: 28px auto 0;
  border: none;
  border-radius: 1px;
}

.pq-attribution {
  font-family: 'Raleway', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b4513;
  margin-top: 16px;
  display: block;
}

/* — Section Divider — */
.gallery-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #d8d2c9 30%, #d8d2c9 70%, transparent);
  margin: 8px 0;
  column-span: all;
  -webkit-column-span: all;
}

/* — Colophon / Footer — */
.reading-colophon {
  text-align: center;
  padding: 64px 0 24px;
  border-top: 1px solid #e0dcd6;
  margin-top: 56px;
}

.reading-colophon .colophon-ornament {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  color: #8b4513;
  display: block;
  margin-bottom: 16px;
  opacity: 0.4;
}

.reading-colophon p {
  font-family: 'Raleway', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #b0aaa2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet */
@media (max-width: 960px) {
  .reading-hero h1 {
    font-size: 62px;
    letter-spacing: 12px;
  }
}

/* Small tablet / large phone: 2 books per shelf */
@media (max-width: 700px) {
  .reading-page {
    padding: 0 16px 80px;
  }
  .shelf-books {
    gap: 20px;
    flex-wrap: wrap;
  }
  .book-card {
    flex: 0 1 calc(50% - 12px);
    max-width: 220px;
    min-width: 140px;
  }
  .book-cover-wrap {
    height: 260px;
  }
  .shelf-row {
    margin-bottom: 36px;
  }
  .reading-hero {
    padding: 56px 0 52px;
  }
  .reading-hero h1 {
    font-size: 48px;
    letter-spacing: 8px;
  }
  .reading-hero .subtitle {
    font-size: 17px;
    padding: 0 12px;
  }
  .reading-authors-gallery {
    gap: 12px;
    margin-top: 28px;
  }
  .reading-author-cameo {
    width: 54px;
    height: 54px;
  }
  .cameo-initials {
    font-size: 17px;
  }
  .reading-pullquote {
    padding: 48px 16px;
  }
  .reading-pullquote blockquote {
    font-size: 20px;
  }
  .book-info {
    padding: 10px 4px 4px;
  }
  .book-title {
    font-size: 13px;
  }
  .book-author {
    font-size: 10px;
  }
}

/* Phone: 2 books per shelf, smaller covers */
@media (max-width: 480px) {
  .shelf-books {
    gap: 16px;
  }
  .book-card {
    flex: 0 1 calc(50% - 8px);
    max-width: 180px;
    min-width: 120px;
  }
  .book-cover-wrap {
    height: 220px;
  }
  .shelf-row {
    margin-bottom: 28px;
  }
  .shelf-plank {
    height: 10px;
  }
  .reading-hero h1 {
    font-size: 38px;
    letter-spacing: 6px;
  }
  .reading-hero .subtitle {
    font-size: 16px;
  }
  .reading-authors-gallery {
    gap: 10px;
    margin-top: 24px;
  }
  .reading-author-cameo {
    width: 46px;
    height: 46px;
  }
  .cameo-initials {
    font-size: 15px;
  }
  .cameo-name {
    font-size: 8px;
    bottom: -18px;
  }
  .reading-pullquote blockquote {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* — Fade-in animation for book cards — */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.book-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.book-card:nth-child(1)  { animation-delay: 0.05s; }
.book-card:nth-child(2)  { animation-delay: 0.10s; }
.book-card:nth-child(3)  { animation-delay: 0.15s; }
.book-card:nth-child(4)  { animation-delay: 0.20s; }
.book-card:nth-child(5)  { animation-delay: 0.25s; }
.book-card:nth-child(6)  { animation-delay: 0.30s; }
.book-card:nth-child(7)  { animation-delay: 0.35s; }
.book-card:nth-child(8)  { animation-delay: 0.40s; }
.book-card:nth-child(9)  { animation-delay: 0.45s; }
.book-card:nth-child(10) { animation-delay: 0.50s; }
