/* styleSiteSections.css */
/* ============================================================
   FOUR STATES - Earth, Space, Interior, Infinite
   ============================================================ */

/* ── BODY BACKGROUNDS ── */
body.state-space {
    background-color: #000000;
}
body.state-earth {
    background-color: #1a0e08;
}
body.state-interior {
    background-color: #f5f5f7;
}
body.state-infinite {
    background-color: #0a0a12;
}

/* ── SPACE STATE ── */
body.state-space h1,
body.state-space h2,
body.state-space h3,
body.state-space h4,
body.state-space h5,
body.state-space h6 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}
body.state-space p,
body.state-space li,
body.state-space .subhead,
body.state-space .detail-description p,
body.state-space #detailDescription p,
body.state-space .quote-text,
body.state-space .detail-audio p,
body.state-space .event-description,
body.state-space .intro-section p {
    color: #fffcff !important;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.2) !important;
}
body.state-space .innerContainer {
    background-color: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
}
body.state-space .sequencer-card h3 {
    color: #ffd700 !important;
}
body.state-space .category-tab {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fffcff !important;
}
body.state-space .category-tab.active {
    background: #ffd700 !important;
    color: #000000 !important;
}
body.state-space .category-tab:hover {
    background: rgba(255, 215, 0, 0.2) !important;
    color: #ffd700 !important;
}
body.state-space .detail-meta {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
}
body.state-space .detail-meta p {
    color: #fffcff !important;
}
body.state-space .detail-meta .label {
    color: rgba(255, 255, 255, 0.5) !important;
}
body.state-space .detail-description {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
}
body.state-space .detail-map {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
}
body.state-space .detail-header h1 {
    color: #ffd700 !important;
}
body.state-space .detail-header h2 {
    color: #ffd700 !important;
}
body.state-space .event-section-title {
    color: #ffd700 !important;
}
body.state-space .event-card-header h3 {
    color: #ffd700 !important;
}
body.state-space .event-link {
    color: #ffd700 !important;
}
body.state-space .event-link:hover {
    color: #ffed4a !important;
}
body.state-space .back-link {
    color: #ffd700 !important;
}
body.state-space .back-link:hover {
    color: #ffed4a !important;
}
body.state-space .tbc-badge {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #ffd700 !important;
}
body.state-space .detail-event-link a {
    color: #ffd700 !important;
}
body.state-space .detail-event-link a:hover {
    color: #ffed4a !important;
}
body.state-space .header-tags .detail-status {
    color: #fffcff !important;
}
body.state-space .header-tags .detail-type-tag {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fffcff !important;
}
body.state-space .filter-btn {
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    background: rgba(0,0,0,1) !important;
    color: rgba(255,255,255,0.6) !important;
}
body.state-space .filter-btn:hover {
    background: rgba(255, 215, 0, 0.1) !important;
    color: #ffd700 !important;
}
body.state-space .filter-btn.active {
    background: rgba(255, 215, 0, 0.15) !important;
    border-color: rgba(255, 215, 0, 0.3) !important;
    color: #ffd700 !important;
}
body.state-space .event-card {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
}
body.state-space .event-card:hover {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255, 215, 0, 0.2) !important;
}
body.state-space .event-status.active {
    background: rgba(255, 215, 0, 0.2) !important;
    color: #ffd700 !important;
}
body.state-space .intro-section {
    background: rgba(0,0,0,1) !important;
    border: 1px solid rgba(255, 215, 0, 0.05) !important;
}
body.state-space .intro-section p {
    color: rgba(255,255,255,0.7) !important;
}

/* ── EARTH STATE ── */
body.state-earth h1,
body.state-earth h2,
body.state-earth h3,
body.state-earth h4,
body.state-earth h5,
body.state-earth h6 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}
body.state-earth p,
body.state-earth li,
body.state-earth .subhead,
body.state-earth .detail-description p,
body.state-earth #detailDescription p,
body.state-earth .quote-text,
body.state-earth .detail-audio p,
body.state-earth .event-description,
body.state-earth .intro-section p {
    color: #d4c4b8 !important;
    text-shadow: 0 0 20px rgba(232, 168, 124, 0.1) !important;
}
body.state-earth .innerContainer {
    background-color: rgba(26, 14, 8, 0.92) !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
}
body.state-earth .sequencer-card h3 {
    color: #e8a87c !important;
}
body.state-earth .category-tab {
    background: rgba(232, 168, 124, 0.1) !important;
    color: #d4c4b8 !important;
}
body.state-earth .category-tab.active {
    background: #e8a87c !important;
    color: #1a0e08 !important;
}
body.state-earth .category-tab:hover {
    background: rgba(232, 168, 124, 0.2) !important;
    color: #e8a87c !important;
}
body.state-earth .detail-meta {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}
body.state-earth .detail-meta p {
    color: #d4c4b8 !important;
}
body.state-earth .detail-meta .label {
    color: rgba(212, 196, 184, 0.5) !important;
}
body.state-earth .detail-description {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}
body.state-earth .detail-map {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}
body.state-earth .detail-header h1 {
    color: #e8a87c !important;
}
body.state-earth .detail-header h2 {
    color: #e8a87c !important;
}
body.state-earth .event-section-title {
    color: #e8a87c !important;
}
body.state-earth .event-card-header h3 {
    color: #e8a87c !important;
}
body.state-earth .event-link {
    color: #e8a87c !important;
}
body.state-earth .event-link:hover {
    color: #f0b88c !important;
}
body.state-earth .back-link {
    color: #e8a87c !important;
}
body.state-earth .back-link:hover {
    color: #f0b88c !important;
}
body.state-earth .tbc-badge {
    background: rgba(232, 168, 124, 0.15) !important;
    color: #e8a87c !important;
}
body.state-earth .detail-event-link a {
    color: #e8a87c !important;
}
body.state-earth .detail-event-link a:hover {
    color: #f0b88c !important;
}
body.state-earth .header-tags .detail-status {
    color: #d4c4b8 !important;
}
body.state-earth .header-tags .detail-type-tag {
    background: rgba(232, 168, 124, 0.1) !important;
    color: #d4c4b8 !important;
}
body.state-earth .filter-btn {
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
    background: rgba(26, 14, 8, 1) !important;
    color: rgba(232, 213, 196, 0.6) !important;
}
body.state-earth .filter-btn:hover {
    background: rgba(232, 168, 124, 0.1) !important;
    color: #e8a87c !important;
}
body.state-earth .filter-btn.active {
    background: rgba(232, 168, 124, 0.15) !important;
    border-color: rgba(232, 168, 124, 0.3) !important;
    color: #e8a87c !important;
}
body.state-earth .event-card {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}
body.state-earth .event-card:hover {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(232, 168, 124, 0.2) !important;
}
body.state-earth .event-status.active {
    background: rgba(232, 168, 124, 0.2) !important;
    color: #e8a87c !important;
}
body.state-earth .intro-section {
    background: rgba(26, 14, 8, 1) !important;
    border: 1px solid rgba(232, 168, 124, 0.05) !important;
}
body.state-earth .intro-section p {
    color: rgba(212, 196, 184, 0.7) !important;
}

/* ── INTERIOR STATE ── */
body.state-interior h1,
body.state-interior h2,
body.state-interior h3,
body.state-interior h4,
body.state-interior h5,
body.state-interior h6 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior p,
body.state-interior li,
body.state-interior .subhead,
body.state-interior .detail-description p,
body.state-interior #detailDescription p,
body.state-interior .quote-text,
body.state-interior .detail-audio p,
body.state-interior .event-description,
body.state-interior .intro-section p {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior a {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior a:hover {
    color: #000000 !important;
}
body.state-interior .innerContainer {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .sequencer-card h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .sequencer-card .subhead {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior .category-tab {
    background: #e8e8ed !important;
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .category-tab.active {
    background: #1a1a2e !important;
    color: #ffffff !important;
}
body.state-interior .category-tab:hover {
    background: #d0d0d8 !important;
    color: #1a1a2e !important;
}
body.state-interior .detail-sequencer-types {
    background: rgba(0, 0, 0, 0.04) !important;
    border-left: 3px solid #1a1a2e !important;
    color: #2d2d44 !important;
}
body.state-interior .detail-sequencer-types span {
    color: #1a1a2e !important;
}
body.state-interior #detailBehaviors li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior #detailBehaviors li strong {
    color: #1a1a2e !important;
}
body.state-interior .learn-more-link {
    background: rgba(0, 0, 0, 0.04) !important;
    border-left: 3px solid #1a1a2e !important;
}
body.state-interior .learn-more-link a {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .learn-more-link a:hover {
    color: #000000 !important;
}
body.state-interior #detailQuote {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior #detailQuote .quote-mark {
    color: #1a1a2e !important;
}
body.state-interior .detail-audio {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
body.state-interior .detail-audio h4 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .detail-audio p {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior .model-nav-buttons .nav-button {
    background: #ffffff !important;
    color: #1a1a2e !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    text-shadow: none !important;
}
body.state-interior .model-nav-buttons .nav-button:hover {
    background: #f0f0f5 !important;
}
body.state-interior .sequencer-detail {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .detail-header h2 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .detail-header .subhead {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior .detail-description {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .detail-description p {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior #detailDescription {
    color: #2d2d44 !important;
}
body.state-interior #detailDescription p {
    color: #2d2d44 !important;
    text-shadow: none !important;
}
body.state-interior .detail-left h4 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .quote-text {
    color: #2d2d44 !important;
}
body.state-interior .detail-meta {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .detail-meta p {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .detail-meta .label {
    color: rgba(26, 26, 46, 0.5) !important;
    text-shadow: none !important;
}
body.state-interior .detail-map {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .detail-event-link a {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .detail-event-link a:hover {
    color: #000000 !important;
}
body.state-interior .header-tags .detail-status {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .header-tags .detail-type-tag {
    background: rgba(0, 0, 0, 0.08) !important;
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .header-tags .tbc-badge {
    background: rgba(26, 26, 46, 0.1) !important;
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .map-placeholder p {
    color: rgba(26, 26, 46, 0.5) !important;
    text-shadow: none !important;
}
body.state-interior .event-section-title {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .event-card-header h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .event-status.active {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .event-link {
    color: #1a1a2e !important;
}
body.state-interior .event-link:hover {
    color: #000000 !important;
}
body.state-interior .back-link {
    color: #1a1a2e !important;
}
body.state-interior .back-link:hover {
    color: #000000 !important;
}
body.state-interior .tbc-badge {
    background: rgba(26, 26, 46, 0.1) !important;
    color: #1a1a2e !important;
}
body.state-interior .filter-btn {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background: #ffffff !important;
    color: rgba(26, 26, 46, 0.6) !important;
}
body.state-interior .filter-btn:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #1a1a2e !important;
}
body.state-interior .filter-btn.active {
    background: rgba(26, 26, 46, 0.08) !important;
    border-color: rgba(26, 26, 46, 0.3) !important;
    color: #1a1a2e !important;
}
body.state-interior .event-card {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .event-card:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}
body.state-interior .intro-section {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
body.state-interior .intro-section p {
    color: rgba(26, 26, 46, 0.7) !important;
}

/* ── INFINITE STATE ── */
body.state-infinite h1,
body.state-infinite h2,
body.state-infinite h3,
body.state-infinite h4,
body.state-infinite h5,
body.state-infinite h6 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}
body.state-infinite p,
body.state-infinite li,
body.state-infinite .subhead,
body.state-infinite .detail-description p,
body.state-infinite #detailDescription p,
body.state-infinite .quote-text,
body.state-infinite .detail-audio p,
body.state-infinite .event-description,
body.state-infinite .intro-section p {
    color: #c8c0d8 !important;
    text-shadow: 0 0 30px rgba(200, 168, 255, 0.15) !important;
}
body.state-infinite .innerContainer {
    background: rgba(10, 10, 18, 0.92) !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
}
body.state-infinite .sequencer-card h3 {
    color: #c8a8ff !important;
}
body.state-infinite .category-tab {
    background: rgba(200, 168, 255, 0.1) !important;
    color: #c8c0d8 !important;
}
body.state-infinite .category-tab.active {
    background: #c8a8ff !important;
    color: #0a0a12 !important;
}
body.state-infinite .category-tab:hover {
    background: rgba(200, 168, 255, 0.2) !important;
    color: #c8a8ff !important;
}
body.state-infinite .sequencer-detail {
    background: rgba(10, 10, 18, 0.95) !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
}
body.state-infinite .detail-meta {
    background: rgba(10, 10, 18, 0.9) !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
}
body.state-infinite .detail-meta p {
    color: #c8c0d8 !important;
}
body.state-infinite .detail-meta .label {
    color: rgba(200, 192, 216, 0.5) !important;
}
body.state-infinite .detail-description {
    background: rgba(10, 10, 18, 0.9) !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
}
body.state-infinite .detail-map {
    background: rgba(10, 10, 18, 0.9) !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
}
body.state-infinite .detail-header h1 {
    color: #c8a8ff !important;
}
body.state-infinite .detail-header h2 {
    color: #c8a8ff !important;
}
body.state-infinite .event-section-title {
    color: #c8a8ff !important;
}
body.state-infinite .event-card-header h3 {
    color: #c8a8ff !important;
}
body.state-infinite .event-link {
    color: #c8a8ff !important;
}
body.state-infinite .event-link:hover {
    color: #d8b8ff !important;
}
body.state-infinite .back-link {
    color: #c8a8ff !important;
}
body.state-infinite .back-link:hover {
    color: #d8b8ff !important;
}
body.state-infinite .tbc-badge {
    background: rgba(200, 168, 255, 0.15) !important;
    color: #c8a8ff !important;
}
body.state-infinite .detail-event-link a {
    color: #c8a8ff !important;
}
body.state-infinite .detail-event-link a:hover {
    color: #d8b8ff !important;
}
body.state-infinite .header-tags .detail-status {
    color: #c8c0d8 !important;
}
body.state-infinite .header-tags .detail-type-tag {
    background: rgba(200, 168, 255, 0.1) !important;
    color: #c8c0d8 !important;
}
body.state-infinite .filter-btn {
    border: 1px solid rgba(200, 168, 255, 0.15) !important;
    background: rgba(10, 10, 18, 1) !important;
    color: rgba(200, 192, 216, 0.6) !important;
}
body.state-infinite .filter-btn:hover {
    background: rgba(200, 168, 255, 0.1) !important;
    color: #c8a8ff !important;
}
body.state-infinite .filter-btn.active {
    background: rgba(200, 168, 255, 0.15) !important;
    border-color: rgba(200, 168, 255, 0.3) !important;
    color: #c8a8ff !important;
}
body.state-infinite .event-card {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
}
body.state-infinite .event-card:hover {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(200, 168, 255, 0.2) !important;
}
body.state-infinite .event-status.active {
    background: rgba(200, 168, 255, 0.2) !important;
    color: #c8a8ff !important;
}
body.state-infinite .intro-section {
    background: rgba(10, 10, 18, 1) !important;
    border: 1px solid rgba(200, 168, 255, 0.05) !important;
}
body.state-infinite .intro-section p {
    color: rgba(200, 192, 216, 0.7) !important;
}

/* ============================================================
   SEQUENCER CARD COLORS - PRESERVED ACROSS ALL STATES
   ============================================================ */
.type-all {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
.type-human-guided {
    background-color: #ff5252 !important;
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4), 0px 8px 8px #37154d !important;
}
.type-human-guided p,
.type-human-guided h2,
.type-human-guided h3 {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
.type-generative {
    background-color: #ffeb3b !important;
    color: #000000 !important;
    text-shadow: 1px 2px 5px #fff !important;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4), 0px 8px 8px #37154d !important;
}
.type-generative p,
.type-generative h2,
.type-generative h3 {
    color: #000000 !important;
    text-shadow: 1px 2px 5px #fff !important;
}
.type-kinetic {
    background-color: #74df73 !important;
    color: #1b1b1b !important;
    text-shadow: 1px 2px 5px #fff !important;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4), 0px 8px 8px #37154d !important;
}
.type-kinetic p,
.type-kinetic h2,
.type-kinetic h3 {
    color: #1b1b1b !important;
    text-shadow: 1px 2px 5px #fff !important;
}
.type-experimental {
    background-color: #00bcd4 !important;
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4), 0px 8px 8px #37154d !important;
}
.type-experimental p,
.type-experimental h2,
.type-experimental h3 {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
.type-sequencer-models {
    background-color: #0073e6 !important;
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4), 0px 8px 8px #37154d !important;
}
.type-sequencer-models p,
.type-sequencer-models h2,
.type-sequencer-models h3 {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}

/* ── SEQUENCER CARD OVERRIDES FOR INTERIOR - ONLY TEXT, NOT BACKGROUND ── */
body.state-interior .type-human-guided h3,
body.state-interior .type-human-guided p,
body.state-interior .type-human-guided .subhead {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
body.state-interior .type-generative h3,
body.state-interior .type-generative p,
body.state-interior .type-generative .subhead {
    color: #000000 !important;
    text-shadow: 1px 2px 5px #fff !important;
}
body.state-interior .type-kinetic h3,
body.state-interior .type-kinetic p,
body.state-interior .type-kinetic .subhead {
    color: #1b1b1b !important;
    text-shadow: 1px 2px 5px #fff !important;
}
body.state-interior .type-experimental h3,
body.state-interior .type-experimental p,
body.state-interior .type-experimental .subhead {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
body.state-interior .type-sequencer-models h3,
body.state-interior .type-sequencer-models p,
body.state-interior .type-sequencer-models .subhead {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}
body.state-interior .type-all h3,
body.state-interior .type-all p,
body.state-interior .type-all .subhead {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px #000 !important;
}

/* ============================================================
   FOOTER STYLES PER STATE
   ============================================================ */

/* ── SPACE FOOTER ── */
body.state-space .footer,
body.state-space .footerContent {
    background-color: #111111 !important;
}
body.state-space .footer {
    border-top: 1px solid rgba(255, 215, 0, 0.1) !important;
}
body.state-space .footer .linkColumn a {
    color: #fffcff !important;
}
body.state-space .footer .linkColumn a:hover {
    color: #ffd700 !important;
}
body.state-space .footer .social-links a {
    color: #fffcff !important;
}
body.state-space .footer .social-links a:hover {
    color: #ffd700 !important;
}
body.state-space .footer #copyright p {
    color: #888888 !important;
}
body.state-space .footer #newsletterLabel {
    color: #fffcff !important;
}
body.state-space .footer #newsletterForm input {
    background: #222 !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    color: #fffcff !important;
}
body.state-space .footer #newsletterForm input::placeholder {
    color: #666 !important;
}
body.state-space .footer #newsletterForm button {
    background: #ffd700 !important;
    color: #000 !important;
}
body.state-space .footer #newsletterForm button:hover {
    background: #ffed4a !important;
}

/* ── EARTH FOOTER ── */
body.state-earth .footer,
body.state-earth .footerContent {
    background-color: #1a0e08 !important;
}
body.state-earth .footer {
    border-top: 1px solid rgba(232, 168, 124, 0.15) !important;
}
body.state-earth .footer .linkColumn a {
    color: #d4c4b8 !important;
}
body.state-earth .footer .linkColumn a:hover {
    color: #e8a87c !important;
}
body.state-earth .footer .social-links a {
    color: #d4c4b8 !important;
}
body.state-earth .footer .social-links a:hover {
    color: #e8a87c !important;
}
body.state-earth .footer #copyright p {
    color: #8a7a6e !important;
}
body.state-earth .footer #newsletterLabel {
    color: #d4c4b8 !important;
}
body.state-earth .footer #newsletterForm input {
    background: #2d1810 !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
    color: #d4c4b8 !important;
}
body.state-earth .footer #newsletterForm input::placeholder {
    color: #8a7a6e !important;
}
body.state-earth .footer #newsletterForm button {
    background: #e8a87c !important;
    color: #1a0e08 !important;
}
body.state-earth .footer #newsletterForm button:hover {
    background: #f0b88c !important;
}

/* ── INTERIOR FOOTER ── */
body.state-interior .footer,
body.state-interior .footerContent {
    background-color: #f0f0f2 !important;
}
body.state-interior .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #1a1a2e !important;
}
body.state-interior .footer .linkColumn a {
    color: #1a1a2e !important;
}
body.state-interior .footer .linkColumn a:hover {
    color: #000000 !important;
}
body.state-interior .footer .social-links a {
    color: #1a1a2e !important;
}
body.state-interior .footer .social-links a:hover {
    color: #000000 !important;
}
body.state-interior .footer #copyright p {
    color: #888899 !important;
}
body.state-interior .footer .footerLogo img {
    filter: invert(1) !important;
}
body.state-interior .footer #newsletterLabel {
    color: #1a1a2e !important;
}
body.state-interior .footer #newsletterForm input {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #1a1a2e !important;
}
body.state-interior .footer #newsletterForm input::placeholder {
    color: #999 !important;
}
body.state-interior .footer #newsletterForm button {
    background: #1a1a2e !important;
    color: #ffffff !important;
}
body.state-interior .footer #newsletterForm button:hover {
    background: #000000 !important;
}

/* ── INFINITE FOOTER ── */
body.state-infinite .footer,
body.state-infinite .footerContent {
    background-color: #0a0a12 !important;
}
body.state-infinite .footer {
    border-top: 1px solid rgba(200, 168, 255, 0.1) !important;
}
body.state-infinite .footer .linkColumn a {
    color: #c8c0d8 !important;
}
body.state-infinite .footer .linkColumn a:hover {
    color: #c8a8ff !important;
}
body.state-infinite .footer .social-links a {
    color: #c8c0d8 !important;
}
body.state-infinite .footer .social-links a:hover {
    color: #c8a8ff !important;
}
body.state-infinite .footer #copyright p {
    color: #666688 !important;
}
body.state-infinite .footer #newsletterLabel {
    color: #c8c0d8 !important;
}
body.state-infinite .footer #newsletterForm input {
    background: #1a1a2e !important;
    border: 1px solid rgba(200, 168, 255, 0.15) !important;
    color: #c8c0d8 !important;
}
body.state-infinite .footer #newsletterForm input::placeholder {
    color: #666688 !important;
}
body.state-infinite .footer #newsletterForm button {
    background: #c8a8ff !important;
    color: #0a0a12 !important;
}
body.state-infinite .footer #newsletterForm button:hover {
    background: #d8b8ff !important;
}

/* ============================================================
   FOOTER IMAGE SECTION
   ============================================================ */
#footer-image-section {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.footer-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #000;
}
.footer-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer-image-wrapper .image-credit {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75em;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 10px;
    border-radius: 4px;
}

/* ============================================================
   STATE TRANSITIONS
   ============================================================ */
body {
    transition: background-color 0.8s ease, color 0.8s ease;
}
body * {
    transition: background-color 0.6s ease, color 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease;
}


/* ============================================================
   TAG CLOUD STYLES - Flexbox Layout (No Overlap)
   ============================================================ */

/* ── BASE TAG CLOUD CONTAINER ── */
.tag-cloud-section {
    margin: 2rem 0 2.5rem 0;
    padding: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.6s ease;
}

.tag-cloud-section h3 {
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    transition: all 0.6s ease;
}

/* Flexbox Tag Cloud - NO overlapping */
.tag-cloud-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    padding: 10px 0;
    width: 100%;
}

/* Individual Tag Items */
.tag-flex-item {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border: 1px solid transparent;
    line-height: 1.4;
}

.tag-flex-item .tag-count {
    font-size: 0.55em;
    opacity: 0.5;
    margin-left: 2px;
}

.tag-flex-item:hover {
    transform: scale(1.08) !important;
    z-index: 10 !important;
}

.tag-flex-item:active {
    transform: scale(0.95) !important;
}

/* ── SPACE STATE ── */
body.state-space .tag-cloud-section {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
}
body.state-space .tag-cloud-section h3 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}
body.state-space .tag-flex-item {
    background: rgba(255, 215, 0, 0.06) !important;
    border-color: rgba(255, 215, 0, 0.1) !important;
    color: #ffd700 !important;
}
body.state-space .tag-flex-item:hover {
    background: rgba(255, 215, 0, 0.15) !important;
    border-color: rgba(255, 215, 0, 0.3) !important;
    color: #ffed4a !important;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.15) !important;
}
body.state-space .tag-flex-item .tag-count {
    color: rgba(255, 215, 0, 0.5) !important;
}

/* ── EARTH STATE ── */
body.state-earth .tag-cloud-section {
    background: rgba(26, 14, 8, 0.95) !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
}
body.state-earth .tag-cloud-section h3 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}
body.state-earth .tag-flex-item {
    background: rgba(232, 168, 124, 0.06) !important;
    border-color: rgba(232, 168, 124, 0.1) !important;
    color: #e8a87c !important;
}
body.state-earth .tag-flex-item:hover {
    background: rgba(232, 168, 124, 0.15) !important;
    border-color: rgba(232, 168, 124, 0.3) !important;
    color: #f0b88c !important;
    box-shadow: 0 4px 20px rgba(232, 168, 124, 0.15) !important;
}
body.state-earth .tag-flex-item .tag-count {
    color: rgba(232, 168, 124, 0.5) !important;
}

/* ── INTERIOR STATE ── */
body.state-interior .tag-cloud-section {
    background: #f8f8fa !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .tag-cloud-section h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}
body.state-interior .tag-flex-item {
    background: rgba(26, 26, 46, 0.05) !important;
    border-color: rgba(26, 26, 46, 0.1) !important;
    color: #1a1a2e !important;
}
body.state-interior .tag-flex-item:hover {
    background: rgba(26, 26, 46, 0.1) !important;
    border-color: rgba(26, 26, 46, 0.25) !important;
    color: #000000 !important;
    box-shadow: 0 4px 20px rgba(26, 26, 46, 0.1) !important;
}
body.state-interior .tag-flex-item .tag-count {
    color: rgba(26, 26, 46, 0.4) !important;
}

/* ── INFINITE STATE ── */
body.state-infinite .tag-cloud-section {
    background: rgba(10, 10, 18, 0.95) !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
}
body.state-infinite .tag-cloud-section h3 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}
body.state-infinite .tag-flex-item {
    background: rgba(200, 168, 255, 0.06) !important;
    border-color: rgba(200, 168, 255, 0.1) !important;
    color: #c8a8ff !important;
}
body.state-infinite .tag-flex-item:hover {
    background: rgba(200, 168, 255, 0.15) !important;
    border-color: rgba(200, 168, 255, 0.3) !important;
    color: #d8b8ff !important;
    box-shadow: 0 4px 20px rgba(200, 168, 255, 0.15) !important;
}
body.state-infinite .tag-flex-item .tag-count {
    color: rgba(200, 168, 255, 0.5) !important;
}

/* ── DETAIL TAGS (on event detail page) ── */
.detail-tags {
    grid-column: 1 / -1;
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.6s ease;
}

.detail-tags h3 {
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    transition: all 0.6s ease;
}

.detail-tags .tag-cloud-flex {
    gap: 6px 10px;
    padding: 5px 0;
}

/* ── SPACE DETAIL TAGS ── */
body.state-space .detail-tags {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
}
body.state-space .detail-tags h3 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

/* ── EARTH DETAIL TAGS ── */
body.state-earth .detail-tags {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}
body.state-earth .detail-tags h3 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

/* ── INTERIOR DETAIL TAGS ── */
body.state-interior .detail-tags {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
body.state-interior .detail-tags h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

/* ── INFINITE DETAIL TAGS ── */
body.state-infinite .detail-tags {
    background: rgba(10, 10, 18, 0.9) !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
}
body.state-infinite .detail-tags h3 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
    .tag-cloud-section {
        padding: 1rem;
    }
    .tag-cloud-flex {
        gap: 4px 8px;
        padding: 5px 0;
    }
    .tag-flex-item {
        padding: 4px 10px;
        font-size: 12px !important;
    }
    .detail-tags {
        padding: 1rem;
    }
}





/* ============================================================
   COMPLETE BLOG STYLES - ALL STATES
   ============================================================ */

/* ── BASE BLOG STYLES ── */
.blog-container {
    transition: all 0.6s ease;
}

.blog-card {
    transition: all 0.6s ease;
    border-radius: 8px;
    overflow: hidden;
	padding: 20px;
	margin-bottom:20px;
}

.blog-card h3 a {
    transition: color 0.3s ease;
}

.blog-card .category {
    transition: color 0.3s ease;
}

.blog-card-footer .read-more {
    transition: all 0.3s ease;
}

.blog-meta-section .search-form input {
    transition: all 0.3s ease;
}

.blog-meta-section .search-form button {
    transition: all 0.3s ease;
}

.category-filter a {
    transition: all 0.3s ease;
}

.post-content a {
    transition: color 0.3s ease;
}

.post-tags {
    transition: all 0.6s ease;
}

.related-card {
    transition: all 0.3s ease;
}

.back-link {
    transition: color 0.3s ease;
}

.post-section {
    transition: all 0.6s ease;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.section-content {
    transition: all 0.6s ease;
}

.blog-quote-rotator {
    transition: all 0.4s ease;
    border-radius: 8px;
}

/* ────────────────────────────────────── */
/* ── SPACE STATE - BLOG ── */
/* ────────────────────────────────────── */

body.state-space .blog-container {
    background: transparent !important;
}

/* Override any dark backgrounds from global CSS */
body.state-space .blog-container .innerContainer,
body.state-space .blog-container .detail-description,
body.state-space .blog-container .detail-meta,
body.state-space .blog-container .detail-map {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
}

body.state-space .blog-header {
    border-bottom: 1px solid rgba(255, 215, 0, 0.15) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-space .blog-header h1 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

body.state-space .blog-header p {
    color: rgba(255, 255, 255, 0.6) !important;
}

body.state-space .blog-meta-section {
    border-bottom: 1px solid rgba(255, 215, 0, 0.08) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-space .blog-meta-section .search-form input {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    color: #fffcff !important;
}

body.state-space .blog-meta-section .search-form input:focus {
    border-color: #ffd700 !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.1) !important;
    outline: none !important;
}

body.state-space .blog-meta-section .search-form button {
    background: rgba(255, 215, 0, 0.15) !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
    color: #ffd700 !important;
}

body.state-space .blog-meta-section .search-form button:hover {
    background: rgba(255, 215, 0, 0.25) !important;
    color: #ffed4a !important;
}

body.state-space .category-filter a {
    border: 1px solid rgba(255, 215, 0, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0.25rem !important;
}

body.state-space .category-filter a:hover {
    background: rgba(255, 215, 0, 0.1) !important;
    color: #ffd700 !important;
}

body.state-space .category-filter a.active {
    background: rgba(255, 215, 0, 0.15) !important;
    border-color: #ffd700 !important;
    color: #ffd700 !important;
}

body.state-space .blog-card {
    background: rgba(0, 0, 0, 0.92) !important;
    border: 1px solid rgba(255, 215, 0, 0.1) !important;
}

body.state-space .blog-card:hover {
    background: rgba(0, 0, 0, 0.98) !important;
    border-color: rgba(255, 215, 0, 0.25) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6) !important;
}

body.state-space .blog-card-content {
    background: transparent !important;
}

body.state-space .blog-card h3 a {
    color: #fffcff !important;
}

body.state-space .blog-card h3 a:hover {
    color: #ffd700 !important;
}

body.state-space .blog-card .excerpt {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.state-space .blog-card-meta {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.state-space .blog-card-meta .category {
    color: #ffd700 !important;
}

body.state-space .blog-card-footer {
    border-top: 1px solid rgba(255, 215, 0, 0.08) !important;
    color: rgba(255, 255, 255, 0.4) !important;
}

body.state-space .blog-card-footer .read-more {
    color: #ffd700 !important;
    text-decoration: none !important;
}

body.state-space .blog-card-footer .read-more:hover {
    color: #ffed4a !important;
}

body.state-space .blog-card-image-placeholder {
    background: rgba(255, 215, 0, 0.05) !important;
    color: rgba(255, 215, 0, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    font-size: 3rem !important;
}

body.state-space .blog-card-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Space - Detail Page */
body.state-space .post-detail {
    background: rgba(0, 0, 0, 0.95) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
}

body.state-space .post-header h1 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

body.state-space .post-meta {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.state-space .post-meta .category a {
    color: #ffd700 !important;
    text-decoration: none !important;
}

body.state-space .post-meta .category a:hover {
    color: #ffed4a !important;
}

body.state-space .post-meta .reading-time {
    background: rgba(255, 215, 0, 0.1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 4px !important;
}

body.state-space .post-featured-image {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 1.5rem 0 !important;
}

body.state-space .post-featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

body.state-space .post-content {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.state-space .post-content p {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.state-space .post-content a {
    color: #ffd700 !important;
    text-decoration: underline !important;
}

body.state-space .post-content a:hover {
    color: #ffed4a !important;
}

body.state-space .post-content h2,
body.state-space .post-content h3,
body.state-space .post-content h4 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

body.state-space .post-content blockquote {
    border-left: 3px solid rgba(255, 215, 0, 0.3) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding-left: 1.5rem !important;
    margin: 1.5rem 0 !important;
}

body.state-space .post-content ul,
body.state-space .post-content ol {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.state-space .post-content li {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Space - Post Sections */
body.state-space .post-section {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin-bottom: 1.5rem !important;
}

body.state-space .section-title {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
    margin-bottom: 1rem !important;
}

body.state-space .section-content {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.state-space .section-content p {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Space - Tags */
body.state-space .post-tags {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 1px solid rgba(255, 215, 0, 0.08) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
}

body.state-space .post-tags h3 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

body.state-space .post-tags .tag-flex-item {
    background: rgba(255, 215, 0, 0.06) !important;
    border-color: rgba(255, 215, 0, 0.1) !important;
    color: #ffd700 !important;
}

body.state-space .post-tags .tag-flex-item:hover {
    background: rgba(255, 215, 0, 0.15) !important;
    border-color: rgba(255, 215, 0, 0.3) !important;
    color: #ffed4a !important;
}

/* Space - Back Link */
body.state-space .back-link {
    color: #ffd700 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

body.state-space .back-link:hover {
    color: #ffed4a !important;
}

/* Space - Related Posts */
body.state-space .related-posts {
    border-top: 1px solid rgba(255, 215, 0, 0.08) !important;
    padding-top: 2rem !important;
    margin-top: 2rem !important;
}

body.state-space .related-posts h3 {
    color: #ffd700 !important;
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.3) !important;
}

body.state-space .related-card {
    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid rgba(255, 215, 0, 0.06) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: block !important;
}

body.state-space .related-card:hover {
    background: rgba(0, 0, 0, 0.95) !important;
    border-color: rgba(255, 215, 0, 0.15) !important;
}

body.state-space .related-card h4 {
    color: #fffcff !important;
}

body.state-space .related-card .related-date {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Space - No Posts */
body.state-space .no-posts {
    color: rgba(255, 255, 255, 0.4) !important;
    text-align: center !important;
    padding: 3rem !important;
}

body.state-space .no-posts h3 {
    color: rgba(255, 255, 255, 0.6) !important;
}

body.state-space .no-posts a {
    color: #ffd700 !important;
    text-decoration: none !important;
}

/* Space - Quote Rotator */
body.state-space .blog-quote-rotator {
    background: rgba(0, 0, 0, 0.6) !important;
    border-left: 3px solid rgba(255, 215, 0, 0.3) !important;
    padding: 1.5rem 2rem !important;
    margin: 1rem 0 2rem 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-align: center !important;
    user-select: none !important;
}

body.state-space .blog-quote-rotator:hover {
    transform: scale(1.01) !important;
}

body.state-space .blog-quote {
    color: rgba(255, 255, 255, 0.85) !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: opacity 0.5s ease !important;
}

body.state-space .blog-quote-attribute {
    color: rgba(255, 215, 0, 0.6) !important;
    display: block !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem !important;
    font-style: normal !important;
}

body.state-space .quote-indicator {
    color: rgba(255, 255, 255, 0.3) !important;
    margin-top: 0.75rem !important;
    font-size: 0.75rem !important;
    opacity: 0.4 !important;
    letter-spacing: 1px !important;
}

/* ────────────────────────────────────── */
/* ── EARTH STATE - BLOG ── */
/* ────────────────────────────────────── */

body.state-earth .blog-container {
    background: transparent !important;
}

body.state-earth .blog-container .innerContainer,
body.state-earth .blog-container .detail-description,
body.state-earth .blog-container .detail-meta,
body.state-earth .blog-container .detail-map {
    background: rgba(26, 14, 8, 0.92) !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
}

body.state-earth .blog-header {
    border-bottom: 1px solid rgba(232, 168, 124, 0.15) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-earth .blog-header h1 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

body.state-earth .blog-header p {
    color: rgba(212, 196, 184, 0.6) !important;
}

body.state-earth .blog-meta-section {
    border-bottom: 1px solid rgba(232, 168, 124, 0.08) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-earth .blog-meta-section .search-form input {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
    color: #d4c4b8 !important;
}

body.state-earth .blog-meta-section .search-form input:focus {
    border-color: #e8a87c !important;
    box-shadow: 0 0 20px rgba(232, 168, 124, 0.1) !important;
    outline: none !important;
}

body.state-earth .blog-meta-section .search-form button {
    background: rgba(232, 168, 124, 0.15) !important;
    border: 1px solid rgba(232, 168, 124, 0.2) !important;
    color: #e8a87c !important;
}

body.state-earth .blog-meta-section .search-form button:hover {
    background: rgba(232, 168, 124, 0.25) !important;
    color: #f0b88c !important;
}

body.state-earth .category-filter a {
    border: 1px solid rgba(232, 168, 124, 0.1) !important;
    color: rgba(212, 196, 184, 0.6) !important;
    background: rgba(26, 14, 8, 0.8) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0.25rem !important;
}

body.state-earth .category-filter a:hover {
    background: rgba(232, 168, 124, 0.1) !important;
    color: #e8a87c !important;
}

body.state-earth .category-filter a.active {
    background: rgba(232, 168, 124, 0.15) !important;
    border-color: #e8a87c !important;
    color: #e8a87c !important;
}

body.state-earth .blog-card {
    background: rgba(26, 14, 8, 0.92) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
}

body.state-earth .blog-card:hover {
    background: rgba(26, 14, 8, 0.98) !important;
    border-color: rgba(232, 168, 124, 0.2) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
}

body.state-earth .blog-card-content {
    background: transparent !important;
}

body.state-earth .blog-card h3 a {
    color: #d4c4b8 !important;
}

body.state-earth .blog-card h3 a:hover {
    color: #e8a87c !important;
}

body.state-earth .blog-card .excerpt {
    color: rgba(212, 196, 184, 0.7) !important;
}

body.state-earth .blog-card-meta {
    color: rgba(212, 196, 184, 0.4) !important;
}

body.state-earth .blog-card-meta .category {
    color: #e8a87c !important;
}

body.state-earth .blog-card-footer {
    border-top: 1px solid rgba(232, 168, 124, 0.08) !important;
    color: rgba(212, 196, 184, 0.4) !important;
}

body.state-earth .blog-card-footer .read-more {
    color: #e8a87c !important;
    text-decoration: none !important;
}

body.state-earth .blog-card-footer .read-more:hover {
    color: #f0b88c !important;
}

body.state-earth .blog-card-image-placeholder {
    background: rgba(232, 168, 124, 0.05) !important;
    color: rgba(232, 168, 124, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    font-size: 3rem !important;
}

body.state-earth .blog-card-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Earth - Detail Page */
body.state-earth .post-detail {
    background: rgba(26, 14, 8, 0.95) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
}

body.state-earth .post-header h1 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

body.state-earth .post-meta {
    color: rgba(212, 196, 184, 0.5) !important;
}

body.state-earth .post-meta .category a {
    color: #e8a87c !important;
    text-decoration: none !important;
}

body.state-earth .post-meta .category a:hover {
    color: #f0b88c !important;
}

body.state-earth .post-meta .reading-time {
    background: rgba(232, 168, 124, 0.1) !important;
    color: rgba(212, 196, 184, 0.5) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 4px !important;
}

body.state-earth .post-featured-image {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 1.5rem 0 !important;
}

body.state-earth .post-featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

body.state-earth .post-content {
    color: rgba(212, 196, 184, 0.85) !important;
}

body.state-earth .post-content p {
    color: rgba(212, 196, 184, 0.85) !important;
}

body.state-earth .post-content a {
    color: #e8a87c !important;
    text-decoration: underline !important;
}

body.state-earth .post-content a:hover {
    color: #f0b88c !important;
}

body.state-earth .post-content h2,
body.state-earth .post-content h3,
body.state-earth .post-content h4 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

body.state-earth .post-content blockquote {
    border-left: 3px solid rgba(232, 168, 124, 0.3) !important;
    color: rgba(212, 196, 184, 0.6) !important;
    padding-left: 1.5rem !important;
    margin: 1.5rem 0 !important;
}

body.state-earth .post-content ul,
body.state-earth .post-content ol {
    color: rgba(212, 196, 184, 0.85) !important;
}

body.state-earth .post-content li {
    color: rgba(212, 196, 184, 0.85) !important;
}

/* Earth - Post Sections */
body.state-earth .post-section {
    background: rgba(26, 14, 8, 0.95) !important;
    border: 1px solid rgba(232, 168, 124, 0.15) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin-bottom: 1.5rem !important;
}

body.state-earth .section-title {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
    margin-bottom: 1rem !important;
}

body.state-earth .section-content {
    color: rgba(212, 196, 184, 0.85) !important;
}

body.state-earth .section-content p {
    color: rgba(212, 196, 184, 0.85) !important;
}

/* Earth - Tags */
body.state-earth .post-tags {
    background: rgba(26, 14, 8, 0.9) !important;
    border: 1px solid rgba(232, 168, 124, 0.08) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
}

body.state-earth .post-tags h3 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

body.state-earth .post-tags .tag-flex-item {
    background: rgba(232, 168, 124, 0.06) !important;
    border-color: rgba(232, 168, 124, 0.1) !important;
    color: #e8a87c !important;
}

body.state-earth .post-tags .tag-flex-item:hover {
    background: rgba(232, 168, 124, 0.15) !important;
    border-color: rgba(232, 168, 124, 0.3) !important;
    color: #f0b88c !important;
}

/* Earth - Back Link */
body.state-earth .back-link {
    color: #e8a87c !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

body.state-earth .back-link:hover {
    color: #f0b88c !important;
}

/* Earth - Related Posts */
body.state-earth .related-posts {
    border-top: 1px solid rgba(232, 168, 124, 0.08) !important;
    padding-top: 2rem !important;
    margin-top: 2rem !important;
}

body.state-earth .related-posts h3 {
    color: #e8a87c !important;
    text-shadow: 0 0 40px rgba(232, 168, 124, 0.2) !important;
}

body.state-earth .related-card {
    background: rgba(26, 14, 8, 0.85) !important;
    border: 1px solid rgba(232, 168, 124, 0.06) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: block !important;
}

body.state-earth .related-card:hover {
    background: rgba(26, 14, 8, 0.95) !important;
    border-color: rgba(232, 168, 124, 0.15) !important;
}

body.state-earth .related-card h4 {
    color: #d4c4b8 !important;
}

body.state-earth .related-card .related-date {
    color: rgba(212, 196, 184, 0.4) !important;
}

/* Earth - No Posts */
body.state-earth .no-posts {
    color: rgba(212, 196, 184, 0.4) !important;
    text-align: center !important;
    padding: 3rem !important;
}

body.state-earth .no-posts h3 {
    color: rgba(212, 196, 184, 0.6) !important;
}

body.state-earth .no-posts a {
    color: #e8a87c !important;
    text-decoration: none !important;
}

/* Earth - Quote Rotator */
body.state-earth .blog-quote-rotator {
    background: rgba(26, 14, 8, 0.6) !important;
    border-left: 3px solid rgba(232, 168, 124, 0.3) !important;
    padding: 1.5rem 2rem !important;
    margin: 1rem 0 2rem 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-align: center !important;
    user-select: none !important;
}

body.state-earth .blog-quote-rotator:hover {
    transform: scale(1.01) !important;
}

body.state-earth .blog-quote {
    color: rgba(212, 196, 184, 0.85) !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: opacity 0.5s ease !important;
}

body.state-earth .blog-quote-attribute {
    color: rgba(232, 168, 124, 0.6) !important;
    display: block !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem !important;
    font-style: normal !important;
}

body.state-earth .quote-indicator {
    color: rgba(212, 196, 184, 0.3) !important;
    margin-top: 0.75rem !important;
    font-size: 0.75rem !important;
    opacity: 0.4 !important;
    letter-spacing: 1px !important;
}

/* ────────────────────────────────────── */
/* ── INTERIOR STATE - BLOG ── */
/* ────────────────────────────────────── */

body.state-interior .blog-container {
    background: #f5f5f7 !important;
    padding: 2rem !important;
    border-radius: 8px !important;
}

body.state-interior .blog-container .innerContainer,
body.state-interior .blog-container .detail-description,
body.state-interior .blog-container .detail-meta,
body.state-interior .blog-container .detail-map {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: none !important;
}

body.state-interior .blog-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-interior .blog-header h1 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

body.state-interior .blog-header p {
    color: rgba(26, 26, 46, 0.6) !important;
}

body.state-interior .blog-meta-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-interior .blog-meta-section .search-form input {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #1a1a2e !important;
}

body.state-interior .blog-meta-section .search-form input:focus {
    border-color: #1a1a2e !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
}

body.state-interior .blog-meta-section .search-form button {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #1a1a2e !important;
}

body.state-interior .blog-meta-section .search-form button:hover {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
}

body.state-interior .category-filter a {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: rgba(26, 26, 46, 0.6) !important;
    background: #ffffff !important;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0.25rem !important;
}

body.state-interior .category-filter a:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #1a1a2e !important;
}

body.state-interior .category-filter a.active {
    background: rgba(26, 26, 46, 0.08) !important;
    border-color: #1a1a2e !important;
    color: #1a1a2e !important;
}

body.state-interior .blog-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

body.state-interior .blog-card:hover {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}

body.state-interior .blog-card-content {
    background: transparent !important;
}

body.state-interior .blog-card h3 a {
    color: #1a1a2e !important;
}

body.state-interior .blog-card h3 a:hover {
    color: #000000 !important;
}

body.state-interior .blog-card .excerpt {
    color: rgba(26, 26, 46, 0.7) !important;
}

body.state-interior .blog-card-meta {
    color: rgba(26, 26, 46, 0.4) !important;
}

body.state-interior .blog-card-meta .category {
    color: #1a1a2e !important;
}

body.state-interior .blog-card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: rgba(26, 26, 46, 0.4) !important;
}

body.state-interior .blog-card-footer .read-more {
    color: #1a1a2e !important;
    text-decoration: none !important;
}

body.state-interior .blog-card-footer .read-more:hover {
    color: #000000 !important;
}

body.state-interior .blog-card-image-placeholder {
    background: rgba(0, 0, 0, 0.03) !important;
    color: rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    font-size: 3rem !important;
}

body.state-interior .blog-card-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Interior - Detail Page */
body.state-interior .post-detail {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.state-interior .post-header h1 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

body.state-interior .post-meta {
    color: rgba(26, 26, 46, 0.5) !important;
}

body.state-interior .post-meta .category a {
    color: #1a1a2e !important;
    text-decoration: none !important;
}

body.state-interior .post-meta .category a:hover {
    color: #000000 !important;
}

body.state-interior .post-meta .reading-time {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(26, 26, 46, 0.5) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 4px !important;
}

body.state-interior .post-featured-image {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 1.5rem 0 !important;
}

body.state-interior .post-featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

body.state-interior .post-content {
    background: transparent !important;
    color: #2d2d44 !important;
}

body.state-interior .post-content p {
    color: #2d2d44 !important;
}

body.state-interior .post-content a {
    color: #1a1a2e !important;
    text-decoration: underline !important;
}

body.state-interior .post-content a:hover {
    color: #000000 !important;
}

body.state-interior .post-content h2,
body.state-interior .post-content h3,
body.state-interior .post-content h4 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

body.state-interior .post-content blockquote {
    border-left: 3px solid rgba(26, 26, 46, 0.2) !important;
    color: rgba(26, 26, 46, 0.6) !important;
    padding-left: 1.5rem !important;
    margin: 1.5rem 0 !important;
}

body.state-interior .post-content ul,
body.state-interior .post-content ol {
    color: #2d2d44 !important;
}

body.state-interior .post-content li {
    color: #2d2d44 !important;
}

/* Interior - Post Sections */
body.state-interior .post-section {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

body.state-interior .section-title {
    color: #1a1a2e !important;
    text-shadow: none !important;
    margin-bottom: 1rem !important;
}

body.state-interior .section-content {
    color: #2d2d44 !important;
}

body.state-interior .section-content p {
    color: #2d2d44 !important;
}

/* Interior - Tags */
body.state-interior .post-tags {
    background: #f8f8fa !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
}

body.state-interior .post-tags h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

body.state-interior .post-tags .tag-flex-item {
    background: rgba(26, 26, 46, 0.05) !important;
    border-color: rgba(26, 26, 46, 0.1) !important;
    color: #1a1a2e !important;
}

body.state-interior .post-tags .tag-flex-item:hover {
    background: rgba(26, 26, 46, 0.1) !important;
    border-color: rgba(26, 26, 46, 0.25) !important;
    color: #000000 !important;
}

/* Interior - Back Link */
body.state-interior .back-link {
    color: #1a1a2e !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

body.state-interior .back-link:hover {
    color: #000000 !important;
}

/* Interior - Related Posts */
body.state-interior .related-posts {
    background: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
}

body.state-interior .related-posts h3 {
    color: #1a1a2e !important;
    text-shadow: none !important;
}

body.state-interior .related-card {
    background: #f8f8fa !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: block !important;
}

body.state-interior .related-card:hover {
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

body.state-interior .related-card h4 {
    color: #1a1a2e !important;
}

body.state-interior .related-card .related-date {
    color: rgba(26, 26, 46, 0.4) !important;
}

/* Interior - No Posts */
body.state-interior .no-posts {
    color: rgba(26, 26, 46, 0.4) !important;
    text-align: center !important;
    padding: 3rem !important;
}

body.state-interior .no-posts h3 {
    color: rgba(26, 26, 46, 0.6) !important;
}

body.state-interior .no-posts a {
    color: #1a1a2e !important;
    text-decoration: none !important;
}

/* Interior - Quote Rotator */
body.state-interior .blog-quote-rotator {
    background: rgba(0, 0, 0, 0.04) !important;
    border-left: 3px solid rgba(26, 26, 46, 0.15) !important;
    padding: 1.5rem 2rem !important;
    margin: 1rem 0 2rem 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-align: center !important;
    user-select: none !important;
}

body.state-interior .blog-quote-rotator:hover {
    transform: scale(1.01) !important;
}

body.state-interior .blog-quote {
    color: rgba(26, 26, 46, 0.8) !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: opacity 0.5s ease !important;
}

body.state-interior .blog-quote-attribute {
    color: rgba(26, 26, 46, 0.5) !important;
    display: block !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem !important;
    font-style: normal !important;
}

body.state-interior .quote-indicator {
    color: rgba(26, 26, 46, 0.3) !important;
    margin-top: 0.75rem !important;
    font-size: 0.75rem !important;
    opacity: 0.4 !important;
    letter-spacing: 1px !important;
}

/* ────────────────────────────────────── */
/* ── INFINITE STATE - BLOG ── */
/* ────────────────────────────────────── */

body.state-infinite .blog-container {
    background: transparent !important;
}

body.state-infinite .blog-container .innerContainer,
body.state-infinite .blog-container .detail-description,
body.state-infinite .blog-container .detail-meta,
body.state-infinite .blog-container .detail-map {
    background: rgba(10, 10, 18, 0.95) !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
}

body.state-infinite .blog-header {
    border-bottom: 1px solid rgba(200, 168, 255, 0.12) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-infinite .blog-header h1 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .blog-header p {
    color: rgba(200, 192, 216, 0.6) !important;
}

body.state-infinite .blog-meta-section {
    border-bottom: 1px solid rgba(200, 168, 255, 0.08) !important;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

body.state-infinite .blog-meta-section .search-form input {
    background: #0a0a12 !important;
    border: 1px solid rgba(200, 168, 255, 0.15) !important;
    color: #c8c0d8 !important;
}

body.state-infinite .blog-meta-section .search-form input:focus {
    border-color: #c8a8ff !important;
    box-shadow: 0 0 20px rgba(200, 168, 255, 0.1) !important;
    outline: none !important;
}

body.state-infinite .blog-meta-section .search-form button {
    background: rgba(200, 168, 255, 0.15) !important;
    border: 1px solid rgba(200, 168, 255, 0.2) !important;
    color: #c8a8ff !important;
}

body.state-infinite .blog-meta-section .search-form button:hover {
    background: rgba(200, 168, 255, 0.25) !important;
    color: #d8b8ff !important;
}

body.state-infinite .category-filter a {
    border: 1px solid rgba(200, 168, 255, 0.1) !important;
    color: rgba(200, 192, 216, 0.6) !important;
    background: #0a0a12 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0.25rem !important;
}

body.state-infinite .category-filter a:hover {
    background: rgba(200, 168, 255, 0.1) !important;
    color: #c8a8ff !important;
}

body.state-infinite .category-filter a.active {
    background: rgba(200, 168, 255, 0.15) !important;
    border-color: #c8a8ff !important;
    color: #c8a8ff !important;
}

body.state-infinite .blog-card {
    background: #0a0a12 !important;
    border: 1px solid rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .blog-card:hover {
    background: #12121e !important;
    border-color: rgba(200, 168, 255, 0.25) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6) !important;
}

body.state-infinite .blog-card-content {
    background: transparent !important;
}

body.state-infinite .blog-card h3 a {
    color: #c8c0d8 !important;
}

body.state-infinite .blog-card h3 a:hover {
    color: #c8a8ff !important;
}

body.state-infinite .blog-card .excerpt {
    color: rgba(200, 192, 216, 0.7) !important;
}

body.state-infinite .blog-card-meta {
    color: rgba(200, 192, 216, 0.4) !important;
}

body.state-infinite .blog-card-meta .category {
    color: #c8a8ff !important;
}

body.state-infinite .blog-card-footer {
    border-top: 1px solid rgba(200, 168, 255, 0.08) !important;
    color: rgba(200, 192, 216, 0.4) !important;
}

body.state-infinite .blog-card-footer .read-more {
    color: #c8a8ff !important;
    text-decoration: none !important;
}

body.state-infinite .blog-card-footer .read-more:hover {
    color: #d8b8ff !important;
}

body.state-infinite .blog-card-image-placeholder {
    background: rgba(200, 168, 255, 0.05) !important;
    color: rgba(200, 168, 255, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    font-size: 3rem !important;
}

body.state-infinite .blog-card-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Infinite - Detail Page */
body.state-infinite .post-detail {
    background: rgba(10, 10, 18, 0.95) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
}

body.state-infinite .post-header h1 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .post-meta {
    color: rgba(200, 192, 216, 0.5) !important;
}

body.state-infinite .post-meta .category a {
    color: #c8a8ff !important;
    text-decoration: none !important;
}

body.state-infinite .post-meta .category a:hover {
    color: #d8b8ff !important;
}

body.state-infinite .post-meta .reading-time {
    background: rgba(200, 168, 255, 0.1) !important;
    color: rgba(200, 192, 216, 0.5) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 4px !important;
}

body.state-infinite .post-featured-image {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 1.5rem 0 !important;
}

body.state-infinite .post-featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

body.state-infinite .post-content {
    color: rgba(200, 192, 216, 0.85) !important;
}

body.state-infinite .post-content p {
    color: rgba(200, 192, 216, 0.85) !important;
}

body.state-infinite .post-content a {
    color: #c8a8ff !important;
    text-decoration: underline !important;
}

body.state-infinite .post-content a:hover {
    color: #d8b8ff !important;
}

body.state-infinite .post-content h2,
body.state-infinite .post-content h3,
body.state-infinite .post-content h4 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .post-content blockquote {
    border-left: 3px solid rgba(200, 168, 255, 0.3) !important;
    color: rgba(200, 192, 216, 0.6) !important;
    padding-left: 1.5rem !important;
    margin: 1.5rem 0 !important;
}

body.state-infinite .post-content ul,
body.state-infinite .post-content ol {
    color: rgba(200, 192, 216, 0.85) !important;
}

body.state-infinite .post-content li {
    color: rgba(200, 192, 216, 0.85) !important;
}

/* Infinite - Post Sections */
body.state-infinite .post-section {
    background: rgba(10, 10, 18, 0.95) !important;
    border: 1px solid rgba(200, 168, 255, 0.12) !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin-bottom: 1.5rem !important;
}

body.state-infinite .section-title {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
    margin-bottom: 1rem !important;
}

body.state-infinite .section-content {
    color: rgba(200, 192, 216, 0.85) !important;
}

body.state-infinite .section-content p {
    color: rgba(200, 192, 216, 0.85) !important;
}

/* Infinite - Tags */
body.state-infinite .post-tags {
    background: #0a0a12 !important;
    border: 1px solid rgba(200, 168, 255, 0.08) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
}

body.state-infinite .post-tags h3 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .post-tags .tag-flex-item {
    background: rgba(200, 168, 255, 0.06) !important;
    border-color: rgba(200, 168, 255, 0.1) !important;
    color: #c8a8ff !important;
}

body.state-infinite .post-tags .tag-flex-item:hover {
    background: rgba(200, 168, 255, 0.15) !important;
    border-color: rgba(200, 168, 255, 0.3) !important;
    color: #d8b8ff !important;
}

/* Infinite - Back Link */
body.state-infinite .back-link {
    color: #c8a8ff !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

body.state-infinite .back-link:hover {
    color: #d8b8ff !important;
}

/* Infinite - Related Posts */
body.state-infinite .related-posts {
    border-top: 1px solid rgba(200, 168, 255, 0.08) !important;
    padding-top: 2rem !important;
    margin-top: 2rem !important;
}

body.state-infinite .related-posts h3 {
    color: #c8a8ff !important;
    text-shadow: 0 0 60px rgba(200, 168, 255, 0.3), 0 0 120px rgba(200, 168, 255, 0.1) !important;
}

body.state-infinite .related-card {
    background: #0a0a12 !important;
    border: 1px solid rgba(200, 168, 255, 0.06) !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: block !important;
}

body.state-infinite .related-card:hover {
    background: #12121e !important;
    border-color: rgba(200, 168, 255, 0.15) !important;
}

body.state-infinite .related-card h4 {
    color: #c8c0d8 !important;
}

body.state-infinite .related-card .related-date {
    color: rgba(200, 192, 216, 0.4) !important;
}

/* Infinite - No Posts */
body.state-infinite .no-posts {
    color: rgba(200, 192, 216, 0.4) !important;
    text-align: center !important;
    padding: 3rem !important;
}

body.state-infinite .no-posts h3 {
    color: rgba(200, 192, 216, 0.6) !important;
}

body.state-infinite .no-posts a {
    color: #c8a8ff !important;
    text-decoration: none !important;
}

/* Infinite - Quote Rotator */
body.state-infinite .blog-quote-rotator {
    background: rgba(10, 10, 18, 0.7) !important;
    border-left: 3px solid rgba(200, 168, 255, 0.3) !important;
    padding: 1.5rem 2rem !important;
    margin: 1rem 0 2rem 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-align: center !important;
    user-select: none !important;
}

body.state-infinite .blog-quote-rotator:hover {
    transform: scale(1.01) !important;
}

body.state-infinite .blog-quote {
    color: rgba(200, 192, 216, 0.85) !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: opacity 0.5s ease !important;
}

body.state-infinite .blog-quote-attribute {
    color: rgba(200, 168, 255, 0.6) !important;
    display: block !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem !important;
    font-style: normal !important;
}

body.state-infinite .quote-indicator {
    color: rgba(200, 192, 216, 0.3) !important;
    margin-top: 0.75rem !important;
    font-size: 0.75rem !important;
    opacity: 0.4 !important;
    letter-spacing: 1px !important;
}

/* ────────────────────────────────────── */
/* ── RESPONSIVE BLOG STYLES ── */
/* ────────────────────────────────────── */

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .blog-meta-section {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .category-filter {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .category-filter a {
        font-size: 0.875rem !important;
        padding: 0.35rem 0.75rem !important;
    }
    
    .search-form {
        width: 100% !important;
    }
    
    .search-form input {
        width: 100% !important;
    }
    
    .post-detail {
        padding: 1rem !important;
    }
    
    .post-section {
        padding: 1rem !important;
    }
    
    .post-content {
        padding: 0 !important;
    }
    
    .related-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .blog-quote-rotator {
        padding: 1rem 1.25rem !important;
    }
    
    .blog-quote {
        font-size: 0.95rem !important;
    }
    
    .blog-container {
        padding: 1rem !important;
    }
    
    body.state-interior .blog-container {
        padding: 1rem !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
}

@media (min-width: 1025px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem !important;
    }
    
    .related-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem !important;
    }
}

