
/* 
Theme Name: Seidousai Profound History
Description: A deep, human-centric, historical design for Seidousai
*/
:root {
    --color-bronze: #8B5A2B;
    --color-bronze-light: #CD853F;
    --color-earth: #f4ece6;
    --color-deep-text: #2c241b;
    --color-accent-red: #8b0000;
}

body {
    background-color: var(--color-earth) !important;
    color: var(--color-deep-text) !important;
    font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif !important;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .site-title, .wp-block-heading {
    font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif !important;
    color: var(--color-bronze) !important;
    letter-spacing: 0.1em;
}

.wp-block-group.alignfull {
    padding: 4rem 2rem;
}

/* The Hero Section */
.hero-section {
    position: relative;
    padding: 10rem 2rem;
    background: linear-gradient(rgba(44, 36, 27, 0.7), rgba(44, 36, 27, 0.8)), url("https://www.takatsuki-kankou.org/wp-content/uploads/2019/10/IMG_6045-1-e1571286047352.jpg") center/cover;
    color: white !important;
    text-align: center;
    border-bottom: 5px solid var(--color-bronze-light);
    margin-top: -2rem;
}

.hero-section h1, .hero-section h2 {
    color: white !important;
    font-size: 3.5rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9) !important;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}

/* Cards & Components */
.wp-block-columns {
    gap: 2rem;
    margin-top: 2rem;
}

.wp-block-column {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid var(--color-bronze-light);
}

.wp-block-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 90, 43, 0.15);
}

/* Navigation */
.wp-block-navigation {
    background: rgba(244, 236, 230, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(139, 90, 43, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 2rem;
}

.wp-block-navigation-item a {
    color: var(--color-deep-text) !important;
    font-weight: 700 !important;
    transition: color 0.3s ease;
    text-decoration: none !important;
    border: none !important;
}

.wp-block-navigation-item a:hover {
    color: var(--color-bronze-light) !important;
}

/* Beautiful Links */
a:not(.wp-block-navigation-item a):not(.wp-block-button__link) {
    color: var(--color-bronze);
    text-decoration: none;
    border-bottom: 1px dashed var(--color-bronze-light);
    transition: all 0.3s ease;
}

a:not(.wp-block-navigation-item a):not(.wp-block-button__link):hover {
    color: var(--color-accent-red);
    border-bottom-style: solid;
}

/* Social Embeds */
.wp-block-embed {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
