/**

Theme Name: Neko Ramen
Theme URI: https://neko-ramen.fr
Description: Un thème 100% personnalisé pour Neko Ramen.
Version: 1.0.0
Author: Nicolas Portier
Author URI: https://itsmenicolas.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neko-ramen
Domain Path: /languages
Requires at least: 6.9
Requires PHP: 8.0

*/

/* ================================================
   VARIABLES CSS
   ================================================
*/

/* ================================================
   RESET & BASE STYLES
   ================================================ */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--wp--preset--font-family--josefin-sans-semibold, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-size: var(--wp--preset--font-size--medium, 1rem);
    line-height: 1.6;
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    background-color: var(--wp--preset--color--white, #FFFFFF);
}

body.menu-open {
    overflow: hidden;
}

/* ================================================
   TYPOGRAPHIE
   ================================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--wp--preset--font-size--xx-large, 4rem);
    font-family: var(--wp--preset--font-family--futura-condensed-extrabold, sans-serif);
    text-transform: uppercase;
}

h2 {
    font-size: var(--wp--preset--font-size--x-large, 2.25rem);
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
    /* text-transform: uppercase; */
}

h3 {
    font-size: var(--wp--preset--font-size--large, 1.5rem);
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
}

p {
    /* margin-bottom: 1rem; */
}

a {
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

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

li {
    list-style-type: none;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.section-title {
    font-size: 64px;
    font-family: var(--wp--preset--font-family--futura-condensed-extrabold, sans-serif);

    text-transform: uppercase;
}

.section-description {
    font-size: 16px;
}

@media (max-width: 480px) {
    .section-container {
        padding: 20px 10px;
    }

    .section-title {
        font-size: 36px;
        text-align: center;
    }

    .section-title br {
        display: none;
    }

    .section-description {
        text-align: center;
    }
}

/* ================================================
   SITE HEADER - SECTION 1 (Logo + Actions + Nav)
   ================================================ */

.site-header {
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background-color 0.3s ease;
}

.site-header.scrolled {
    background-color: var(--wp--preset--color--white, #FFFFFF);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Top Section */
.header-top {
    background-color: var(--wp--preset--color--white, #FFFFFF);
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.header-top__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Site Branding */
.site-branding__link {
    display: block;
}

.site-branding__logo {
    display: block;
    height: auto;
    transition: opacity 0.3s ease;
}

.site-branding__logo:hover {
    opacity: 0.8;
}

.site-branding__logo--mobile {
    display: none;
}

/* Header Desktop Section */
.header-desktop {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-btn {
    padding: 8px 12px;
    border: 2px solid var(--wp--preset--color--neko-black, #0D0D0D);
    border-radius: 0;
    background-color: transparent;
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    font-size: 0.875rem;
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.action-btn:hover {
    opacity: 0.7;
}

.action-btn--primary {
    background-color: var(--wp--preset--color--neko-black, #0D0D0D);
    color: var(--wp--preset--color--white, #FFFFFF);
}

.action-btn--primary:hover {
    /* background-color: transparent; */
    /* color: var(--wp--preset--color--neko-black, #0D0D0D); */
}

.action-btn--secondary {
    border-color: var(--wp--preset--color--neko-black, #0D0D0D);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
}

.action-btn--tertiary {
    border: none;
    padding: 0;
}

.action-btn--secondary:hover {
    /* background-color: var(--wp--preset--color--neko-cyan, #9ED9E0); */
}

.action-btn img {
    width: 16px;
    height: 16px;
}

/* Separator */
.header-separator {
    width: 4px;
    height: 30px;
    display: flex;
    align-items: center;
}

.separator-icon {
    width: auto;
    height: 100%;
}

/* Header Navigation Secondary */
.header-nav-secondary {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-nav-secondary__list {
    list-style: none;
    display: flex;
    gap: 30px;
}

.header-nav-secondary__list li {
    display: inline;
}

.header-nav-secondary__list a {
    font-size: 0.875rem;
    font-family: var(--wp--preset--font-family--futura-medium, sans-serif);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    transition: color 0.3s ease;
}

.header-nav-secondary__list a:hover {
    color: var(--wp--preset--color--neko-cyan, #9ED9E0);
}

.header-nav-secondary__list a.current-menu-item {
    color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    font-weight: 700;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-switcher--desktop .pll-en,
.language-switcher--desktop .pll-fr {
    font-size: 0.75rem;
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
}

.language-switcher--desktop a {
    padding: 5px 10px;
    transition: background-color 0.3s ease;
}

.language-switcher--desktop a:hover,
.language-switcher--desktop a.current-lang {
    background-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
}

/* Mobile Header */
.header-mobile {
    display: none;
    align-items: center;
    gap: 20px;
}

.language-switcher--mobile {
    display: none;
}

.language-switcher--mobile .pll-en,
.language-switcher--mobile .pll-fr {
    font-size: 0.75rem;
    color: var(--wp--preset--color--white, #FFFFFF);
}

.language-switcher--mobile a {
    color: var(--wp--preset--color--white, #FFFFFF);
    padding: 5px;
}

/* ================================================
   SITE HEADER - SECTION 2 (Restaurants)
   ================================================ */

.header-restaurants {
    background-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    height: 50px;
    /* border-bottom: 2px solid var(--wp--preset--color--neko-black, #0D0D0D); */
}

.header-restaurants__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.restaurant-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    text-decoration: none;
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    transition: opacity 0.3s ease;
    flex: 1;
    /* text-align: center; */
}

.restaurant-card:hover {
    opacity: 0.7;
}

.restaurant-card__name {
    font-family: var(--wp--preset--font-family--groundation-foundation, serif);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
}

.restaurant-card__address {
    /* font-size: 0.75rem; */
    line-height: 1.1;
    margin-top: 2px;
}

/* ================================================
   BURGER MENU
   ================================================ */

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-menu__bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--wp--preset--color--white, #FFFFFF);
    margin: 4px 0;
    transition: all 0.3s ease;
}

.burger-menu.active .burger-menu__bar:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.burger-menu.active .burger-menu__bar:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-menu__bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ================================================
   MOBILE MENU OVERLAY
   ================================================ */

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.95);
    z-index: 99;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 40px 20px;
    gap: 20px;
    min-height: calc(100vh - 75px - 70px);
}

.mobile-menu__item {
    color: var(--wp--preset--color--white, #FFFFFF);
    text-decoration: none;
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.mobile-menu__item:hover {
    opacity: 0.7;
}

.mobile-menu__restaurant {
    font-size: 1rem;
}

.mobile-menu__restaurant-name {
    display: block;
    font-family: var(--wp--preset--font-family--groundation-foundation, serif);
    font-size: 2rem;
    line-height: 1;
}

.mobile-menu__restaurant-address {
    display: block;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin-top: 4px;
}

.mobile-menu__list {
    list-style: none;
}

.mobile-menu__list li {
    margin-bottom: 20px;
}

.mobile-menu__list a {
    color: var(--wp--preset--color--white, #FFFFFF);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mobile-menu__socials {
    display: flex;
    gap: 35px;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}

.mobile-menu__social {
    transition: opacity 0.3s ease;
}

.mobile-menu__social:hover {
    opacity: 0.7;
}

.mobile-menu__social img {
    width: 30px;
    height: 30px;
}

/* ================================================
   MAIN CONTENT
   ================================================ */

.site-main {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 60px 40px; */
}

/* ================================================
   POST/ARTICLE CARDS (Archive, Index)
   ================================================ */

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.post-card {
    background-color: var(--wp--preset--color--white, #FFFFFF);
    border: 1px solid rgba(13, 13, 13, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(13, 13, 13, 0.15);
}

.post-card__image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
}

.post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card__image img {
    transform: scale(1.05);
}

.post-card__content {
    padding: 20px;
}

.post-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.category-badge {
    display: inline-block;
    padding: 4px 8px;
    background-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.category-badge:hover {
    opacity: 0.8;
}

.post-card__title {
    margin-bottom: 8px;
}

.post-card__title a {
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    text-decoration: none;
}

.post-card__title a:hover {
    color: var(--wp--preset--color--neko-cyan, #9ED9E0);
}

.post-card__meta {
    font-size: 0.75rem;
    color: var(--wp--preset--color--gray, #6c757d);
    margin-bottom: 12px;
    display: flex;
    gap: 16px;
}

.post-card__excerpt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--wp--preset--color--gray, #6c757d);
}

.read-more-link {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    text-decoration: none;
    transition: color 0.3s ease;
}

.read-more-link:hover {
    color: var(--wp--preset--color--neko-cyan, #9ED9E0);
}

/* ================================================
   SITE FOOTER
   ================================================ */

.site-footer {
    background-color: var(--wp--preset--color--neko-white, #FFFFFF);
    /* color: var(--wp--preset--color--white, #FFFFFF); */
    /* padding: 60px 40px; */
    /* margin-top: 0; */
}

.site-footer__wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer-description {
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-menu-list {
    list-style: none;
}

.footer-menu-list li {
    margin-bottom: 8px;
}

.footer-menu-list a {
    color: var(--wp--preset--color--white, #FFFFFF);
    text-decoration: none;
    font-size: 0.875rem;
    transition: opacity 0.3s ease;
}

.footer-menu-list a:hover {
    opacity: 0.7;
}

.legal-links {
    list-style: none;
}

.legal-links li {
    margin-bottom: 8px;
}

.legal-links a {
    color: var(--wp--preset--color--white, #FFFFFF);
    text-decoration: none;
    font-size: 0.875rem;
    transition: opacity 0.3s ease;
}

.legal-links a:hover {
    opacity: 0.7;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.copyright a {
    color: var(--wp--preset--color--white, #FFFFFF);
    transition: opacity 0.3s ease;
}

.copyright a:hover {
    opacity: 0.7;
}

.powered-by {
    font-size: 0.75rem;
    opacity: 0.6;
}

.powered-by a {
    color: var(--wp--preset--color--white, #FFFFFF);
}

/* =========================================
   FOOTER BOTTOM SECTION
   ========================================= */

/* --- Réseaux Sociaux --- */
.site-footer__footer-socials {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 1rem;
}


.site-footer__footer-socials__link {
    display: block;
    transition: opacity 0.3s ease;
}

.site-footer__footer-socials__link:hover {
    opacity: 0.8;
}

.site-footer__footer-socials__icon {
    width: 30px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* --- Mentions Légales & Copyright --- */
.site-footer__footer-legal {
    text-align: center;
}

.site-footer__footer-legal__link {
    font-size: var(--wp--preset--font-size--xs);
    color: var(--wp--preset--color--neko-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer__footer-legal__link:hover {
    color: rgba(13, 13, 13, 0.8);
}

.site-footer__footer-legal__copyright {
    font-size: var(--wp--preset--font-size--xs);
    color: rgba(13, 13, 13, 0.5);
    font-style: italic;
}

/* ================================================
   PAGE & SINGLE POST
   ================================================ */

.page-container,
.post-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
}

.entry-header {
    margin-bottom: 40px;
}

.entry-title {
    margin-bottom: 20px;
}

.entry-meta {
    display: flex;
    gap: 20px;
    font-size: 0.875rem;
    color: var(--wp--preset--color--gray, #6c757d);
    margin-bottom: 20px;
}

.entry-featured-image {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 4px;
}

.entry-featured-image img {
    width: 100%;
    height: auto;
}

.entry-content {
    line-height: 1.8;
    margin-bottom: 40px;
}

.entry-content h2 {
    margin-top: 40px;
}

.entry-content p {
    margin-bottom: 16px;
}

.entry-content ul,
.entry-content ol {
    margin-left: 20px;
    margin-bottom: 16px;
}

.entry-content li {
    margin-bottom: 8px;
}

.entry-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(13, 13, 13, 0.1);
    font-size: 0.875rem;
    color: var(--wp--preset--color--gray, #6c757d);
}

/* ================================================
   PAGINATION
   ================================================ */

.pagination-wrapper {
    margin: 60px 0;
    text-align: center;
}

.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page-numbers li {
    display: inline;
}

.page-numbers a,
.page-numbers span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid rgba(13, 13, 13, 0.2);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.page-numbers a:hover,
.page-numbers .current {
    background-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    border-color: var(--wp--preset--color--neko-cyan, #9ED9E0);
    color: var(--wp--preset--color--neko-black, #0D0D0D);
}

/* ================================================
   RESPONSIVE - TABLET (1024px et moins)
   ================================================ */

@media (max-width: 1024px) {

    .header-top__wrapper,
    .header-restaurants__wrapper {
        padding: 0 20px;
    }

    .header-restaurants__wrapper {
        /* flex-direction: column; */
        /* justify-content: space-around; */
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    .site-main {
        /* padding: 40px 20px; */
    }

    .page-container,
    .post-container {
        padding: 40px 20px;
    }
}

/* ================================================
   RESPONSIVE - MOBILE (768px et moins)
   ================================================ */

@media (max-width: 768px) {
    body {
        font-size: var(--wp--preset--font-size--small, 0.875rem);
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    /* Header Mobile */
    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: flex;
    }

    .language-switcher--mobile {
        display: flex;
    }

    .burger-menu {
        display: flex;
    }

    .burger-menu__bar {
        background-color: var(--wp--preset--color--neko-black, #0D0D0D);
    }

    /* Restaurants Header */
    .header-restaurants {
        display: none;
    }

    /* Post Grid */
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Container */
    .site-main {
        /* padding: 30px 16px; */
    }

    .page-container,
    .post-container {
        padding: 30px 16px;
    }

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

/* ================================================
   RESPONSIVE - MOBILE SMALL (480px et moins)
   ================================================ */

@media (max-width: 480px) {
    .header-top__wrapper {
        height: auto;
        padding: 12px 16px;
    }

    .site-branding__logo {
        width: 100px;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }

    .site-main {
        /* padding: 20px 12px; */
    }

    .page-container,
    .post-container {
        padding: 20px 12px;
    }
}

/* ================================================
   UTILITIES
   ================================================ */

.no-posts {
    text-align: center;
    padding: 60px 20px;
    color: var(--wp--preset--color--gray, #6c757d);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


/* =========================================
   NEWSLETTER SECTION
   ========================================= */

.newsletter-section {
    position: relative;
    width: 100%;
}

/* --- Décoration Supérieure --- */
.newsletter-section__decoration {
    position: relative;
    height: 100px;
    background-repeat: repeat;
    background-size: auto;
    /* ou cover selon besoin */
}

@media (min-width: 1024px) {
    .newsletter-section__decoration {
        height: 156px;
    }
}

.newsletter-section__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Si "image-frame" avait un style particulier (bordure, ombre), l'ajouter ici */
}

/* --- Conteneur Principal (Cyan) --- */
.newsletter-section__content {
    position: relative;
    background-color: #9ED9E0;
    /* Cyan Neko */
    padding-top: 3.5rem;
    /* py-14 */
    padding-bottom: 3.5rem;

    /* Classe utilitaire Tailwind "border-brush-cyan" à recréer ici */
    /* Exemple hypothétique d'une bordure brush */
    /* mask-image: url(...); ou border-image: url(...); */
}

@media (min-width: 640px) {
    .newsletter-section__content {
        padding-top: 5rem;
        /* sm:py-20 */
        padding-bottom: 5rem;
    }
}

/* Container centré */
.newsletter-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    /* max-w-5xl */
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .newsletter-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .newsletter-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* --- Header & Titre --- */
.newsletter-header {
    text-align: center;
    margin-bottom: 2.5rem;
    /* mb-10 */
}

@media (min-width: 640px) {
    .newsletter-header {
        margin-bottom: 3.5rem;
        /* sm:mb-14 */
    }
}

.newsletter-title {
    font-family: var(--wp--preset--font-family--futura-medium, sans-serif);
    /* font-menu */
    /* font-size: 1.875rem; */
    /* text-3xl */
    line-height: 1.25;
    color: #000;
}

@media (min-width: 640px) {
    .newsletter-title {
        /* font-size: 2.25rem; */
        /* sm:text-4xl */
    }
}

@media (min-width: 768px) {
    .newsletter-title {
        /* font-size: 3rem; */
        /* md:text-5xl */
    }
}

.desktop-break {
    display: none;
}

@media (min-width: 768px) {
    .desktop-break {
        display: block;
    }
}

.font-special {
    font-family: var(--wp--preset--font-family--groundation-foundation, serif);
    /* font-special */
    /* Ajouter couleur ou style si spécifique */
}

/* --- Formulaire --- */
.newsletter-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    /* max-w-4xl */
}

/* Grille Champs */
.newsletter-form__fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    /* gap-5 */
    margin-bottom: 1.5rem;
    /* mb-6 */
}

@media (min-width: 768px) {
    .newsletter-form__fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
        /* md:gap-7 */
        margin-bottom: 2rem;
        /* md:mb-8 */
    }
}

.newsletter-form__label {
    display: block;
    width: 100%;
}

/* Input Style */
.newsletter-input {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    outline: none;
    padding: 0.75rem 1rem;
    /* Ajuster padding standard */

    /* Placeholder */
    color: #000;
}

.newsletter-input::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

/* Classe utilitaire Tailwind "border-brush-white" à recréer */
.newsletter-input,
.consent-checkbox,
.newsletter-btn {
    /* Exemple placeholder pour border-brush */
    /* border: 2px solid white; */
    /* ou border-image si tu as le CSS brush */
}

/* --- Consentement --- */
.newsletter-form__consent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    /* gap-3 */
    margin-bottom: 2rem;
    /* mb-8 */
}

@media (min-width: 768px) {
    .newsletter-form__consent {
        gap: 1rem;
        /* md:gap-4 */
    }
}

.consent-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.consent-checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    width: 30px;
    height: 1.25rem;
    /* h-5 */
    flex-shrink: 0;
    vertical-align: top;
    cursor: pointer;
    /* Appliquer ici aussi le style border-brush-white */
}

@media (min-width: 1024px) {
    .consent-checkbox {
        width: 1.25rem;
        /* lg:w-5 */
    }
}

.consent-checkbox:checked {
    background-color: #000;
}

.consent-text {
    font-style: italic;
    font-size: 0.875rem;
    /* text-sm */
    line-height: 1.625;
    text-align: center;
    color: #000;
}

@media (min-width: 768px) {
    .consent-text {
        text-align: left;
        font-size: 1rem;
        /* md:text-base */
    }
}

.consent-link {
    text-decoration: underline;
    color: inherit;
}

.consent-link:hover {
    text-decoration: none;
}

/* --- Bouton Action --- */
.newsletter-form__action {
    text-align: center;
    margin-bottom: 2rem;
    /* mb-8 */
}

.newsletter-btn {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-family: var(--wp--preset--font-family--futura-bold, sans-serif);
    /* font-title */
    font-size: 1.125rem;
    /* text-lg */
    padding: 0.5rem 2rem;
    /* Ajuster selon le design du bouton */
    cursor: pointer;

    /* Styles bordures spécifiques */
    /* border-ink border-brush-white */
    border: 1px solid black;
    /* Fallback pour border-ink */
}

@media (min-width: 768px) {
    .newsletter-btn {
        font-size: 1.25rem;
        /* md:text-xl */
    }
}

/* --- Mention Légale --- */
.newsletter-legal {
    max-width: 48rem;
    /* max-w-3xl */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.75rem;
    /* text-xs */
    line-height: 1.625;
    /* color: rgba(0, 0, 0, 0.8); */
    font-style: italic;
}

@media (min-width: 768px) {
    .newsletter-legal {
        font-size: 0.875rem;
        /* md:text-sm */
    }
}

/* Helper sr-only (Screen Reader only) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/**
 * Widget: Customers Reviews
 * Avis clients avec carousel mobile
 */

/* === Container === */
.customers-reviews-section {
    background-color: #fff;
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .customers-reviews-section {
        /* padding: 100px 0; */
    }
}

.customers-reviews__container {
    max-width: 1280px;
    /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .customers-reviews__container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .customers-reviews__container {
        padding: 0 2rem;
    }
}

/* === Header === */
.customers-reviews__header {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.customers-reviews__title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .customers-reviews__title {
        font-size: 64px;
        margin-bottom: 1.75rem;
    }
}

/* === Carousel Wrapper === */
.customers-reviews__carousel {
    position: relative;
}

.customers-reviews__overflow {
    overflow: hidden;
}

/* === Desktop Grid (3 colonnes) === */
.customers-reviews__desktop-grid {
    display: none;
    /* Caché par défaut (mobile) */
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .customers-reviews__desktop-grid {
        display: flex;
        width: 100%;
        text-align: center;
    }
}

/* === Carte Avis (Desktop uniquement visible) === */
.customer-review-card {
    width: 100%;
}

@media (min-width: 1024px) {
    .customer-review-card {
        width: calc(33.333% - 1rem);
        /* 1/3 avec gap */
    }
}

.customer-review-card__header {
    position: relative;
    height: 6rem;
    /* h-24 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
    .customer-review-card__header {
        align-items: flex-end;
        margin-bottom: 1.25rem;
    }
}

.customer-review-card__quote-icon {
    height: 6rem;
    position: absolute;
    left: 0;
}

.customer-review-card__author {
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .customer-review-card__author {
        font-size: 32px;
    }
}

.customer-review-card__text {
    text-align: center;
    line-height: 1.6;
}

/* === Mobile Slides (Carousel) === */
.customers-reviews__mobile-slides {
    display: flex;
    transition: transform 500ms ease-in-out;
}

@media (min-width: 1024px) {
    .customers-reviews__mobile-slides {
        display: none;
        /* Caché sur desktop */
    }
}

/* === Bullets Navigation (Mobile uniquement) === */
.customers-reviews__bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .customers-reviews__bullets {
        display: none;
        /* Caché sur desktop */
    }
}

/* Style des bullets générées par JS */
.customers-reviews__bullets button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d1d5db;
    /* gray-300 */
    border: none;
    cursor: pointer;
    transition: background-color 200ms;
}

.customers-reviews__bullets button.active,
.customers-reviews__bullets button:hover {
    background-color: #06b6d4;
    /* cyan-500 ou ta couleur principale */
}

/**
 * Widget: Press Reviews
 * Section "La Presse en parle" avec fond coloré sur mobile
 */

/* === Container === */
.press-reviews-section {
    background-color: #fff;
    padding: 50px 0;
}

@media (min-width: 1024px) {
    .press-reviews-section {
        padding: 100px 0;
    }
}

.press-reviews__container {
    max-width: 1280px;
    margin: 0 auto;
    /* Fond bleu spécifique mobile (selon ta maquette bg-[#9ED9E0]) */
    background-color: #9ED9E0;
    padding: 30px 1rem;
}

@media (min-width: 640px) {
    .press-reviews__container {
        padding: 30px 1.5rem;
    }
}

@media (min-width: 1024px) {
    .press-reviews__container {
        background-color: transparent;
        /* Transparent sur desktop */
        padding: 0 2rem;
    }
}

/* === Header === */
.press-reviews__header {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 1.75rem;
}

.press-reviews__title {
    font-size: 36px;
    text-transform: uppercase;
    /* Police titre spécifique si nécessaire */
    line-height: 1.2;
    margin-bottom: 1.75rem;
}

@media (min-width: 1024px) {
    .press-reviews__title {
        font-size: 64px;
    }
}

/* === Carousel Wrapper === */
.press-reviews__carousel {
    position: relative;
    width: 100%;
}

.press-reviews__viewport {
    overflow: hidden;
    width: 100%;
}

.press-reviews__track {
    display: flex;
    transition: transform 500ms ease-in-out;
    width: 100%;
}

/* === Slide === */
.press-reviews__slide {
    /* shrink-0 w-full */
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
}

.press-reviews__logo {
    height: 3rem;
    /* h-12 */
    margin: 0 auto 1rem auto;
    object-fit: contain;
}

.press-reviews__quote {
    text-align: center;
    font-size: 16px;
    /* font-menu si défini globalement */
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .press-reviews__quote {
        font-size: 32px;
        max-width: 48rem;
        /* lg:max-w-3xl */
    }
}

/* === Navigation Mobile (Bullets) === */
.press-reviews__bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    /* mt-12 */
}

@media (min-width: 1024px) {
    .press-reviews__bullets {
        display: none;
        /* Caché desktop */
        margin-top: 6rem;
        /* lg:mt-24 si jamais visible */
    }
}

.press-reviews__bullet {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.press-reviews__bullet-icon {
    /* Opacité 50% par défaut */
    opacity: 0.5;
    transition: opacity 0.3s;
}

.press-reviews__bullet.active .press-reviews__bullet-icon,
.press-reviews__bullet:hover .press-reviews__bullet-icon {
    opacity: 1;
}

/* === Navigation Desktop (Arrows) === */
.press-reviews__arrow {
    display: none;
    /* Caché mobile */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* top-[calc(50%-24px)] */
    width: 3rem;
    /* w-12 */
    height: 3rem;
    /* h-12 */
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 10;
}

@media (min-width: 1024px) {
    .press-reviews__arrow {
        display: inline-block;
    }
}

.press-reviews__arrow--prev {
    left: 0;
}

.press-reviews__arrow--next {
    right: 0;
}

/**
 * Widget: Hero Homepage
 */

.neko-hero-section {
    position: relative;
    width: 100%;
    /* h-[90vh] lg:h-[calc(100vh-125px)] min-h-[600px] */
    height: 90vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .neko-hero-section {
        height: calc(100vh - 125px);
        /* Ajuster selon la hauteur de ton header */
    }
}

/* === Overlay === */
.neko-hero__overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

/* === Cadre Décoratif (image-frame) === */
.neko-hero__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* Si tu as une image de cadre spécifique ou une bordure interne */
    /* border: 20px solid transparent; border-image: ... */
}

/* === Contenu Central === */
.neko-hero__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    /* gap-12 = 3rem approx */
    padding: 0 1rem;
}

/* === Mascotte === */
.neko-hero__mascot {
    display: none;
}

@media (min-width: 1024px) {
    .neko-hero__mascot {
        display: block;
    }
}

.neko-hero__mascot-img {
    width: 6rem;
    /* w-24 */
    height: auto;
}

/* === Titre === */
.neko-hero__title {
    font-size: 48px;
    font-weight: 800;
    /* extrabold */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    /* tracking-wider */
    line-height: 1;
    margin: 0;
    /* font-title défini globalement normalement */
}

@media (min-width: 1024px) {
    .neko-hero__title {
        font-size: 96px;
    }
}

/* === Bouton CTA (Wrapper) === */
.neko-hero__cta-wrapper {
    display: none;
    /* hidden */
    position: relative;
}

@media (min-width: 1024px) {
    .neko-hero__cta-wrapper {
        display: block;
        /* lg:block */
        /* Nécessaire pour superposer les boutons */
    }
}

/* === Boutons (Styles communs) === */
.neko-hero__btn {
    display: inline-block;
    padding: 15px 30px;
    /* Ajuster selon ta classe border-brush */
    text-decoration: none;
    font-size: 1.5rem;
    /* text-subtitle */
    transition: opacity 0.3s ease;
    /* font-menu */
}

/* === Bouton Normal (Blanc) === */
.neko-hero__btn--normal {
    opacity: 1;
    position: relative;
    z-index: 20;
    color: #fff;

    border: 3px solid #FFFFFF;

    font-family: var(--wp--preset--font-family--futura-condensed-medium), sans-serif;
}

/* 
 * NOTE : Les classes .border-brush, .bbb-large, .bbw-large 
 * doivent être définies dans ton global.css ou importées ici 
 * si elles viennent d'une lib externe.
 */


/**
 * Widget: Parallax Media
 */

.neko-parallax-section {
    position: relative;
    width: 100%;
    height: 707px;
    /* h-[707px] */
    overflow: hidden;
    background-color: #fff;
    perspective: 1000px;
    /* Indispensable pour l'effet 3D */
}

/* Cadre décoratif (z-10 pour être au dessus) */
.neko-parallax__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    /* Ta classe .image-frame doit gérer l'image de bordure */
    /* background-image: url(...); */
}

/* Background animable */
.neko-parallax__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform-origin: center;
    will-change: transform;
    /* Initial state */
    transform: translate3d(0, 0, 0);
}

/* Image */
.neko-parallax__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Vidéo */
.neko-parallax__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Remplace background-size: cover pour video */
    display: block;
}


/**
 * Widget: Roller (Marquee)
 */

.neko-roller-section {
    position: relative;
    background-color: #9ED9E0;
    /* Couleur fond cyan */
    padding: 3rem 0;
    /* py-12 */
    overflow: hidden;
    /* Essentiel pour masquer ce qui dépasse */
    width: 100%;
}

/* Cadre décoratif global */
.neko-roller__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    /* .image-frame class styling */
}

/* === TRACK WRAPPERS === */
.neko-roller__track-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* Force les éléments sur une ligne */
}

.neko-roller__gallery-wrapper {
    margin-top: 3rem;
    /* mt-12 */
    padding: 0 0.5rem;
    /* px-2 */
    overflow: hidden;
}

/* === TRACK ANIMATION === */
.neko-roller__track {
    display: flex;
    width: max-content;
    /* S'adapte au contenu */
}

/* -- LTR (Kanji) -- */
/* On va de -50% à 0% pour simuler un mouvement vers la droite */
/* ATTENTION : L'effet optique "vers la droite" se fait en déplaçant le background vers la droite.
   Si on translate l'élément de -100% à 0%, il bouge vers la droite. */
.neko-roller__track--ltr {
    animation: scroll-ltr 100s linear infinite;
    gap: 0;
    /* Les kanjis sont collés ou espacés par le padding de l'image */
}

@keyframes scroll-ltr {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* -- RTL (Images) -- */
/* On va de 0% à -50% pour aller vers la gauche */
.neko-roller__track--rtl {
    animation: scroll-rtl 60s linear infinite;
    gap: 1.25rem;
    /* gap-5 */
}

/* Pause au survol (optionnel, sympa pour UX) */
.neko-roller__track--rtl:hover {
    animation-play-state: paused;
}

@keyframes scroll-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 0.625rem));
    }

    /* -50% du contenu total (qui est doublé) - la moitié du gap pour être pixel perfect */
}


/* === ELEMENTS === */

/* Kanji */
.neko-roller__kanji-img {
    height: 76px;
    width: auto;
    flex-shrink: 0;
    margin-right: 0;
    /* Ajuster si besoin d'espace entre les sigles */
}

/* Carte Image */
.neko-roller__card {
    position: relative;
    flex-shrink: 0;
    background-color: #fff;
    overflow: hidden;

    /* Dimensions Mobile */
    width: 200px;
    height: 200px;
}

@media (min-width: 1024px) {
    .neko-roller__card {
        width: 387px;
        height: 387px;
    }
}

/* Cadre interne Cyan */
.neko-roller__card-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* .image-frame-cyan class styling */
    border: 1px solid cyan;
    /* Placeholder si ta classe n'est pas chargée */
}

.neko-roller__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================================
   LAYOUT: INTRO & RESTAURANTS (BEM)
   ========================================= */

/* --- Block Principal --- */
.neko-intro {
    padding: 45px 0;
    overflow: hidden;
    /* Pour les animations de slide */
}

.neko-intro__container {
    max-width: 1400px;
    /* Equivalent container */
    margin: 0 auto;
    padding: 0 16px;
}

/* --- Section Header (Haut de page) --- */
.neko-intro__header {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.neko-intro__visual {
    display: none;
    /* Mobile hidden */
    width: 33.333%;
}

.neko-intro__visual img {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.neko-intro__content {
    width: 100%;
}

/* Typographie Intro */
.neko-intro__lead {
    font-family: var(--wp--preset--font-family--futura-condensed-extrabold, sans-serif);
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.4;
}

.neko-intro__title {
    font-family: var(--wp--preset--font-family--futura-condensed-extrabold, sans-serif);
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.75rem;
}

.neko-intro__desc {
    display: none;
    /* Mobile hidden */
    margin-bottom: 50px;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Navigation Desktop (Onglets) --- */
.neko-intro__nav {
    display: none;
    /* Mobile hidden */
    list-style: none;
    padding: 0;
    gap: 2rem;
    margin-bottom: 0;
}

.neko-intro__nav-item {
    font-family: var(--wp--preset--font-family--groundation-foundation, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-size: 1.25rem;
    /* text-subtitle */
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    /* Pour l'effet brush */
    padding-bottom: 5px;
}

.neko-intro__nav-item:hover {
    opacity: 0.7;
}

/* États Actifs Navigation */
.neko-intro__nav-item.active {
    opacity: 1;
}

/* --- Version Mobile (Scroll Horizontal) --- */
.neko-intro__mobile-list {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    /* Hide scrollbar clean */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.neko-intro__mobile-list::-webkit-scrollbar {
    display: none;
}

.neko-intro__mobile-card {
    flex-shrink: 0;
    width: 75%;
}

.neko-intro__mobile-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.neko-intro__mobile-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neko-intro__mobile-name {
    font-family: var(--wp--preset--font-family--groundation-foundation, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-size: 32px;
    margin-top: 0.5rem;
}

.neko-intro__mobile-address {
    font-family: var(--wp--preset--font-family--josefin-sans-bold, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    text-transform: uppercase;
    font-weight: bold;
}

/* --- Desktop Content Panels (La partie dynamique) --- */
.neko-intro__panels {
    display: none;
    /* Mobile hidden */
    margin-top: 50px;
    padding: 0 3rem;
}

.neko-intro__col-info {
    width: 66.666%;
    padding-right: 4rem;
    padding-top: 50px;
    position: relative;
}

.neko-intro__col-visual {
    width: 33.333%;
}

/* Le bloc d'info qui change */
.neko-intro__info-card {
    /* Hidden par défaut pour l'animation */
    display: none;
    padding-left: 102px;
    opacity: 0;
    transform: translateX(60px);
}

.neko-intro__info-card.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.neko-intro__resto-title {
    font-family: var(--wp--preset--font-family--groundation-foundation, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-size: 40px;
    margin-bottom: 0.5rem;
}

.neko-intro__resto-meta {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.neko-intro__resto-meta.hours {
    font-family: var(--wp--preset--font-family--josefin-sans-bold, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}

.neko-intro__resto-desc {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
}

/* Boutons */
.neko-intro__actions {
    display: flex;
    gap: 30px;
}

.neko-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: var(--font-menu, sans-serif);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s;
}

.neko-btn:hover {
    transform: translateY(-2px);
}

.neko-btn--primary {
    background-color: #0D0D0D;
    color: #fff;
    border: 2px solid #fff;
    /* Simule border-brush-white */
}

.neko-btn--secondary {
    background-color: transparent;
    border: 2px solid #0D0D0D;
    /* Simule border-brush */
    color: #0D0D0D;
}

/* Image Statique (sous le texte) */
.neko-intro__static-img {
    display: none;
    margin-top: 60px;
    position: relative;
}

.neko-intro__static-img.active {
    display: block;
}

.neko-intro__static-img img {
    width: 793px;
    height: 387px;
    object-fit: cover;
}

/* Carousel (Droite) */
.neko-intro__carousel {
    display: none;
    position: relative;
    max-width: 387px;
    height: 550px;
}

.neko-intro__carousel.active {
    display: block;
}

.neko-intro__diploma {
    text-align: center;
    margin-top: 68px;
}

.neko-intro__diploma img {
    margin: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
}

/* --- MEDIA QUERIES (Desktop) --- */
@media (min-width: 1024px) {
    .neko-intro {
        padding: 96px 0;
    }

    .neko-intro__header {
        flex-direction: row;
        align-items: center;
    }

    .neko-intro__visual {
        display: block;
    }

    .neko-intro__content {
        width: 66.666%;
    }

    .neko-intro__lead {
        text-align: left;
        font-size: 32px;
        margin-bottom: 65px;
    }

    .neko-intro__title {
        text-align: left;
        font-size: 64px;
    }

    .neko-intro__desc {
        display: block;
    }

    .neko-intro__nav {
        display: flex;
    }

    .neko-intro__panels {
        display: flex;
    }

    /* Cacher le mobile */
    .neko-intro__mobile-list {
        display: none;
    }
}

/* --- UTILITAIRES COULEURS (Injectés par PHP) --- */
/* Ces classes correspondent aux data-color="red" etc. */
.text-neko-red {
    color: #D9381E;
}

/* Exemple rouge */
.text-neko-green {
    color: #2E8B57;
}

/* Exemple vert */
.text-neko-black {
    color: #0D0D0D;
}

.border-bottom-brush-red {
    border-bottom-color: #D9381E !important;
}

.border-bottom-brush-green {
    border-bottom-color: #2E8B57 !important;
}

.border-bottom-brush-black {
    border-bottom-color: #0D0D0D !important;
}

.neko-intro__carousel {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.neko-intro__carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.neko-intro__carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    pointer-events: none;
}

.neko-intro__carousel-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    position: relative;
}

.neko-intro__carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.neko-intro__carousel-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.neko-intro__carousel-dot {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 12px;
    height: 12px;
}

.neko-intro__carousel-dot:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.neko-intro__carousel-dot.active {
    opacity: 1;
    transform: scale(1.2);
}

.neko-intro__carousel-dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/** Neko History Block **/
.neko-history-section {
    background-color: #fff;
    /* padding: 50px 0; */
}

.neko-history__container {
    margin: 0 auto;

    display: flex;
    justify-content: center;
    gap: 10rem;
}

.neko-history__text-content {
    width: 100%;
    max-width: 387px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neko-history__image-wrapper {
    width: 100%;
    max-width: 387px;
    height: 550px;
}

.neko-history__image-wrapper-mobile {
    display: none;
}

.neko-history__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.neko-history__diploma-wrapper {
    display: none;
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .neko-history__container {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding: 0 1rem;
    }

    .neko-history__title br {
        display: none;
    }

    .neko-history__image-wrapper {
        display: none;
    }

    .neko-history__diploma-wrapper {
        display: block;
    }

    .neko-history__diploma-image {
        width: 150px;
        height: auto;
        margin: auto;
    }

    .neko-history__description {
        /* text-align: center; */
    }
}


/** Neko Philosophy Block **/
.neko-philosophy-section {
    background-color: #fff;
}

.neko-philosophy__cards-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 4rem;
}

.neko-philosophy__card {
    height: 550px;
    max-width: 692px;

    display: flex;
    gap: 1rem;

    margin-top: -250px;
}



.neko-philosophy__card--even {
    flex-direction: row-reverse;
    align-self: flex-end;
}

.neko-philosophy__card-text-content {
    max-width: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neko-philosophy__card--even .neko-philosophy__card-text-content {
    text-align: right;
}

.neko-philosophy__image-wrapper {
    max-width: 387px;
    height: 100%;
    overflow: hidden;
}

.neko-philosophy__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.neko-philosophy__card--kanji {
    height: auto;
    margin-top: -300px;
}

.neko-philosophy__card--kanji .neko-philosophy__image-wrapper {
    max-width: 250px;
}

.neko-philosophy__card--kanji .neko-philosophy__image {
    height: auto;
}

@media (max-width: 1023px) {
    .neko-philosophy__cards-wrapper {
        gap: 2rem;
    }

    .neko-philosophy__card {
        flex-direction: column;
        height: auto;
        max-width: 100%;
        margin-top: 0;
    }

    .neko-philosophy__card {
        flex-direction: column;
        align-self: center;
    }

    .neko-philosophy__card-text-content,
    .neko-philosophy__card--even .neko-philosophy__card-text-content {
        max-width: 300px;
        text-align: center;
        margin-top: 0.5rem;
    }

    .neko-philosophy__image-wrapper {
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: auto;
    }

    .neko-philosophy__card--kanji {
        display: none;
    }
}

/* Desktop (Masqué sur mobile par défaut si besoin, voir Media Queries) */
.neko-separator {
    display: none;
    /* Mobile first */
    position: relative;
    width: 100%;
    height: 707px;
    /* Hauteur fixe comme demandé */
    overflow: hidden;
    background-color: #fff;
    perspective: 1000px;
    /* Indispensable pour l'effet 3D */
}

/* Cadre Décoratif (Overlay) */
.neko-separator__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background-image: url('../images/frame-overlay.png');
    /* Adapte le chemin */
    background-size: 100% 100%;
}

/* --- Type: Image (Parallax) --- */
.neko-separator__bg-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transform-origin: center;
    will-change: transform;
    /* Initial state */
    transform: translate3d(0, 0, 0);
}

/* --- Type: Vidéo MP4 --- */
.neko-separator__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* --- Type: Embed (YouTube/Vimeo) --- */
.neko-separator__embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* Pas d'interaction (clic, pause) */
    overflow: hidden;
}

.neko-separator__embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Hack pour forcer le cover sur les iframes (Zoom pour enlever les bandes noires) */
@media (min-aspect-ratio: 16/9) {
    .neko-separator__embed iframe {
        height: 300%;
        position: relative;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .neko-separator__embed iframe {
        width: 300%;
        position: relative;
        left: -100%;
    }
}


/* --- Mobile (Brush) --- */
.neko-separator-mobile {
    display: block;
    margin-bottom: 30px;
}

.neko-separator-mobile__brush {
    width: 33%;
    margin: 0 auto;
    height: 20px;
    /* Ajuste selon ton brush */
    border-top: 5px solid #32b8c6;
    /* border-brush-top-cyan */
    /* Ou background-image si c'est une image */
}


/* --- Responsive --- */
@media (min-width: 1024px) {
    .neko-separator {
        display: block;
    }

    .neko-separator-mobile {
        display: none;
    }
}