@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELL Child Theme for KYOGOKU Singapore
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===== KYOGOKU Singapore - Design System ===== */
/* Color palette: #e2ccd0 (main pink), #cf2e2e (accent red), #39393a (text), #faf7f8 (light bg) */

/* --- Header Top Gradient Bar (like JP site) --- */
.l-header::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c 0%, #3498db 50%, #e74c3c 100%);
    width: 100%;
}

/* --- Header Styling --- */
.l-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
}

/* --- Logo Styling --- */
.c-headLogo {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* --- Navigation Menu --- */
.c-gnav a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #39393a;
    transition: color 0.3s ease;
}

.c-gnav a:hover {
    color: #e2ccd0 !important;
}

/* --- Article Slider --- */
.p-postSlider {
    margin-bottom: 20px;
}

.p-postSlider .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.p-postSlider__title {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

/* --- Category Labels on Thumbnails --- */
.c-postThumb__cat {
    background: #e2ccd0 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 3px;
}

/* --- Post Card Styling --- */
.p-postList__item {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-postList__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.p-postList__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #39393a;
}

.p-postList__excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

/* --- Sidebar Styling --- */
.l-sidebar {
    font-size: 14px;
}

.l-sidebar .widget_search .wp-block-search__input,
.l-sidebar .search-field {
    border: 2px solid #e2ccd0;
    border-radius: 4px;
    padding: 8px 15px;
}

.l-sidebar .widget-title,
.l-sidebar h2,
.widget_block h2,
.widget h2 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #e2ccd0;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #39393a;
}

/* --- Search Widget --- */
.wp-block-search__button {
    background: #e2ccd0 !important;
    border: none !important;
    border-radius: 4px;
    color: #fff !important;
}

/* --- Author Box Styling --- */
.p-authorBox {
    background: #faf7f8;
    border: 1px solid #e2ccd0;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
}

.p-authorBox__name {
    font-size: 18px;
    font-weight: 700;
    color: #39393a;
}

.p-authorBox__desc {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.p-authorBox__img img {
    border-radius: 50%;
    border: 3px solid #e2ccd0;
}

/* --- Related Articles Section --- */
.p-relatedPosts {
    margin-top: 40px;
    padding: 30px 0;
}

.p-relatedPosts__title {
    font-size: 20px;
    font-weight: 700;
    color: #39393a;
    border-left: 4px solid #e2ccd0;
    padding-left: 12px;
    margin-bottom: 20px;
}

/* --- Comments Section --- */
.c-commentArea {
    margin-top: 40px;
    padding: 30px;
    background: #faf7f8;
    border-radius: 12px;
}

.c-commentArea__title {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #e2ccd0;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comment-form textarea {
    border: 2px solid #e2ccd0;
    border-radius: 8px;
    padding: 15px;
}

.comment-form .submit {
    background: #e2ccd0 !important;
    border: none !important;
    border-radius: 8px;
    padding: 12px 30px;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form .submit:hover {
    background: #d4b5bb !important;
}

/* --- Footer Styling --- */
.l-footer {
    background: #2c2c2c !important;
    color: #ccc !important;
}

.l-footer a {
    color: #e2ccd0 !important;
    transition: color 0.3s ease;
}

.l-footer a:hover {
    color: #fff !important;
}

.copyright {
    font-size: 12px;
    color: #999;
}

/* --- Pagination --- */
.c-pagination .page-numbers {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.c-pagination .page-numbers.current {
    background: #e2ccd0 !important;
    color: #fff !important;
}

/* --- Table of Contents --- */
.p-toc {
    background: #faf7f8;
    border: 1px solid #e2ccd0;
    border-radius: 12px;
}

#toc_container {
    background: #faf7f8 !important;
    border: 2px solid #e2ccd0 !important;
    border-radius: 12px;
    padding: 20px 25px;
}

#toc_container .toc_title {
    font-weight: 700;
    color: #39393a;
}

/* --- Breadcrumb --- */
.c-breadcrumb {
    font-size: 12px;
    color: #999;
}

/* --- Button Styling --- */
.swell-block-button a {
    border-radius: 80px;
    font-weight: 600;
    transition: all 0.3s ease;
}
/* --- Post Content Typography --- */
.post_content h2 {
    border-left: 4px solid #e2ccd0;
    padding: 12px 16px;
    background: #faf7f8;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #39393a !important;
}

.post_content h2 a {
    color: #39393a !important;
}

.post_content h3 {
    border-bottom: 2px solid #e2ccd0;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #39393a !important;
}

.post_content h4,
.post_content h5,
.post_content h6 {
    color: #39393a !important;
}

.post_content p {
    line-height: 1.9;
    margin-bottom: 1.5em;
}

/* --- Scroll to Top Button --- */
#pagetop {
    background: #e2ccd0 !important;
    color: #fff !important;
    border-radius: 50%;
}

/* --- Share Buttons Area --- */
.p-shareLinks__btn {
    border-radius: 0;
}

/* --- Summary/Matome Box --- */
.swell-block-box-menu {
    border-color: #e2ccd0;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .l-header__inner {
        padding: 10px 15px;
    }
    
    .post_content h2 {
        font-size: 18px;
        padding: 10px 12px;
    }
    
    .post_content h3 {
        font-size: 16px;
    }
    
    .p-authorBox {
        padding: 20px;
    }
    
    .p-postList__item {
        margin-bottom: 20px;
    }
}
