@charset "UTF-8";
/*
Theme Name: pfm3
Theme URI: https://pfm.nagoya/
Version: 4
Author: monjya
Author URI: https://www.circles-jp.com
*/


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

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #006838;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #ffffff;
    text-decoration: none;
}


/* ========================================
   Landing Page Layout
   ======================================== */

.pfm-landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}


/* ========================================
   Logo
   ======================================== */

.pfm-logo-area {
    width: 100%;
    max-width: 280px;
    margin: 60px auto 40px;
}

.pfm-main-logo {
    width: 100%;
    height: auto;
}


/* ========================================
   Info Section
   ======================================== */

.pfm-info {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
}

.pfm-hours {
    margin-bottom: 30px;
}

.pfm-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 6px;
}

.pfm-time {
    display: block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.pfm-closed {
    display: block;
    font-size: 13px;
    opacity: 1;
    margin-top: 4px;
    letter-spacing: 0.1em;
}

.pfm-address p {
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
}

.pfm-map-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 2px;
    transition: border-color 0.2s;
}

.pfm-map-link:hover {
    border-color: #ffffff;
}


/* ========================================
   Instagram Feed
   ======================================== */

.pfm-instagram {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
}

/* Override plugin styles for dark theme */
.pfm-instagram #sb_instagram,
.pfm-instagram #sbi_images {
    background: transparent !important;
}

.pfm-instagram .sb_instagram_header {
    color: #ffffff !important;
}

.pfm-instagram #sb_instagram #sbi_load .sbi_load_btn {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.pfm-instagram #sb_instagram #sbi_load .sbi_load_btn:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}


/* ========================================
   Footer
   ======================================== */

.pfm-footer {
    text-align: center;
    padding: 0 24px 40px;
}


/* ----------------------------------------
   Contact Form
   ---------------------------------------- */

.pfm-contact {
    max-width: 500px;
    margin: 0 auto 60px;
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pfm-section-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    margin-bottom: 24px;
    opacity: 0.8;
}

/* CF7 form overrides for dark theme */
.pfm-contact .wpcf7 input[type="text"],
.pfm-contact .wpcf7 input[type="email"],
.pfm-contact .wpcf7 input[type="tel"],
.pfm-contact .wpcf7 textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: #ffffff;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    margin-bottom: 4px;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.pfm-contact .wpcf7 input[type="text"]:focus,
.pfm-contact .wpcf7 input[type="email"]:focus,
.pfm-contact .wpcf7 input[type="tel"]:focus,
.pfm-contact .wpcf7 textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

.pfm-contact .wpcf7 input::placeholder,
.pfm-contact .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.pfm-contact .wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.pfm-contact .wpcf7 input[type="submit"] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    margin-top: 8px;
}

.pfm-contact .wpcf7 input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.pfm-contact .wpcf7-response-output {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    margin: 16px 0 0 !important;
    padding: 10px 14px !important;
    font-size: 13px;
}

.pfm-contact .wpcf7 label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    margin-top: 16px;
    opacity: 0.7;
    text-align: left;
}

.pfm-contact .wpcf7 p {
    margin-bottom: 14px;
}


/* ----------------------------------------
   Group Logos
   ---------------------------------------- */

.pfm-group-logos {
    max-width: 500px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.pfm-group-logos a {
    display: block;
    width: 48px;
    opacity: 0.35;
    transition: opacity 0.2s;
}

.pfm-group-logos a:hover {
    opacity: 0.8;
}

.pfm-group-logos a img {
    width: 100%;
    height: auto;
    display: block;
}


/* ----------------------------------------
   Copyright
   ---------------------------------------- */

.pfm-copyright {
    font-size: 11px;
    opacity: 0.4;
    letter-spacing: 0.05em;
}


/* ========================================
   Utility: hide unused elements
   ======================================== */

.container-fluid,
.row.insta-row,
.top-container,
.top-slide,
.news,
footer.container-fluid {
    /* Reset any inherited styles */
}


/* ========================================
   Responsive - Tablet+
   ======================================== */

@media (min-width: 768px) {
    .pfm-logo-area {
        max-width: 360px;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .pfm-time {
        font-size: 34px;
    }

    .pfm-instagram {
        max-width: 700px;
    }
}


/* ========================================
   Ajax loader (WP)
   ======================================== */

img.ajax-loader {
    width: 16px;
}
