/* ===================================================
   ChuChinChow – Premium Restaurant Design System
   Reference-inspired: dark red / black / gold theme
   =================================================== */

:root {
    --primary-red: #B71C1C;
    --primary-dark-red: #8B0000;
    --primary-black: #0d0d0d;
    --accent-gold: #D4AF37;
    --accent-gold-light: #f0d060;
    --text-light: #F5F5F5;
    --text-muted: #918682;
    --text-dark: #212121;
    --bg-dark: #111111;
    --bg-card: #1a1a1a;
    --bg-section-alt: #161616;
    --border-dark: #2a2a2a;
    /* --font-heading: 'Cinzel Decorative', serif; */
    /* --font-body: 'Lato', sans-serif; */
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Arial Narrow', Arial, sans-serif;
    --transition-speed: 0.3s;
    --shadow-red: 0 4px 20px rgba(183, 28, 28, 0.35);
    --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.55);
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ── Typography ─────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    /* text-transform: uppercase; */
}

h1 {
    color: #E8CB98;
}

h2,
h3,
h4,
h5,
h6 {
    color: #E8CB98;
}

p,
.eyebrow {
    color: #918682;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-speed);
}

a:hover {
    color: var(--accent-gold);
}

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

/* ── Utilities ──────────────────────────────────── */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.text-gold {
    color: var(--accent-gold);
}

/* ── TOP INFO BAR ───────────────────────────────── */
.top-bar {
    background: var(--primary-dark-red);
    padding: 8px 0;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.top-bar a {
    color: var(--accent-gold-light);
    font-weight: 600;
}

.top-bar a:hover {
    color: #fff;
}

.top-bar .top-bar-contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-bar .top-bar-contact span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #eee;
}

.top-bar .top-bar-right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.top-bar .social-icon-sm {
    color: #eee;
    font-size: 0.9rem;
    transition: color .2s;
}

.top-bar .social-icon-sm:hover {
    color: var(--accent-gold);
}

/* ── HEADER / NAV ───────────────────────────────── */
header {
    background: rgba(10, 10, 10, 0.97);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid var(--primary-red);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--accent-gold);
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 2px;
}

.logo img {
    border-radius: 50%;
    border: 2px solid var(--primary-red);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 6px;
}

.nav-links li a {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 2px;
    position: relative;
    transition: all .25s;
}

.nav-links li a:hover,
.nav-links li a.active {
    color: #fff;
    background: var(--primary-red);
}

.nav-links li a.active {
    background: var(--primary-dark-red);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger div {
    width: 26px;
    height: 3px;
    background-color: var(--text-light);
    transition: var(--transition-speed);
    border-radius: 2px;
}

/* ── HERO SECTION ───────────────────────────────── */
.hero {
    position: relative;
    height: 85vh;
    min-height: 500px;
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.70) 100%),
        url('images/Gallery/1.jpeg') center/cover no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .7) 40%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
    max-width: 700px;
}

.hero-content .hero-tag {
    display: inline-block;
    background: transparent;
    color: var(--accent-gold);
    border: 2px solid var(--accent-gold);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    padding: 6px 14px;
    margin-bottom: 18px;
    border-radius: 2px;
}

.hero-content h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.15;
    color: #E8CB98;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
    font-family: 'Cormorant Garamond', serif;
}

.hero-content h1 span {
    color: inherit;
}

.hero-content p {
    font-size: 1.2rem;
    color: #918682;
    margin-bottom: 2rem;
    max-width: 520px;
    font-family: 'Cormorant Garamond', serif;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ── BUTTONS ────────────────────────────────────── */
.btn {
    display: inline-block;
    padding: 13px 32px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: var(--accent-gold);
    border: 2px solid var(--accent-gold);

    cursor: pointer;
    border-radius: 2px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    border-color: 2px solid var(--primary-red);
    background: var(--primary-red);
    color: #fff;
}

.btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: var(--accent-gold);
}

.btn-gold {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
    color: #111;
}

.btn-gold:hover {
    background: transparent;
    color: var(--accent-gold);
}

/* ── FEATURE CARDS (below hero) ─────────────────── */
.features-strip {
    background: var(--primary-black);
    padding: 50px 0;
    border-bottom: 1px solid var(--border-dark);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.feature-card:hover img {
    transform: scale(1.07);
}

.feature-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(139, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px;
    transition: background .3s;
}

.feature-card:hover .feature-card-overlay {
    background: linear-gradient(to top, rgba(139, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
}

.feature-card-overlay h3 {
    font-size: 1.25rem;
    color: #E8CB98;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.feature-card-overlay p {
    font-size: 0.85rem;
    color: #918682;
    line-height: 1.5;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all .35s;
}

.feature-card:hover .feature-card-overlay p {
    opacity: 1;
    transform: translateY(0);
}

.feature-card-overlay .btn-sm {
    display: inline-block;
    padding: 7px 18px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--primary-red);
    color: #fff;
    border-radius: 2px;
    width: fit-content;
    transition: background .2s;
}

.feature-card-overlay .btn-sm:hover {
    background: var(--primary-dark-red);
    color: var(--accent-gold);
}

/* ── GENERAL SECTIONS ───────────────────────────── */
.section {
    padding: 80px 0;
}

.section-alt {
    background: var(--bg-section-alt);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header .eyebrow {
    display: inline-block;
    color: var(--primary-red);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 14px;
}

.section-header p {
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
}

.divider {
    width: 50px;
    height: 3px;
    background: var(--primary-red);
    margin: 14px auto 0;
}

/* ── ABOUT SECTION ──────────────────────────────── */
.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 16px;
    font-size: 1.05rem;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: var(--shadow-card);
    border: 3px solid var(--primary-red);
}

.about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary-red);
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    border: 3px solid var(--accent-gold);
}

.about-badge span {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
}

/* ── STATS STRIP ────────────────────────────────── */
.stats-strip {
    background: var(--primary-red);
    padding: 40px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    display: block;
}

.stat-item .stat-label {
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

/* ── MENU GRID ──────────────────────────────────── */
.menu-category {
    margin-bottom: 3rem;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.menu-item {
    background: var(--bg-card);
    padding: 22px;
    border-radius: 4px;
    border: 1px solid var(--border-dark);
    border-left: 4px solid var(--primary-red);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s, border-color 0.3s;
}

.menu-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-card);
    border-left-color: var(--accent-gold);
}

.menu-item h3 {
    font-size: 1.1rem;
    color: #E8CB98;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.price {
    color: var(--accent-gold);
    font-size: 1.1rem;
    white-space: nowrap;
}

.menu-item p {
    color: #918682;
    font-size: 0.9rem;
    margin-top: 6px;
}

/* ── GALLERY SECTION (home snippet) ────────────── */
.gallery-snippet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.gallery-snippet-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.gallery-snippet-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.gallery-snippet-item:hover img {
    transform: scale(1.1);
}

.gallery-snippet-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(139, 0, 0, 0.72);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    opacity: 0;
    transition: opacity .3s;
    padding: 10px;
    text-align: center;
}

.gallery-snippet-item:hover .overlay {
    opacity: 1;
}

.gallery-snippet-item .overlay i {
    font-size: 1.5rem;
    color: #fff;
}

/* ── GALLERY PAGE ───────────────────────────────── */
.gallery-page {
    padding: 60px 0 80px;
}

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 9px 22px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid var(--border-dark);
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    border-radius: 2px;
    transition: all .25s;
    font-family: var(--font-body);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}

.gallery-grid {
    columns: 4;
    column-gap: 10px;
}

.gallery-grid-item {
    break-inside: avoid;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .3s;
}

.gallery-grid-item:hover {
    border-color: var(--primary-red);
}

.gallery-grid-item img {
    width: 100%;
    display: block;
    transition: transform .45s;
}

.gallery-grid-item:hover img {
    transform: scale(1.06);
}

.gallery-grid-item .img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139, 0, 0, 0.72);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: opacity .3s;
    padding: 12px;
    text-align: center;
}

.gallery-grid-item:hover .img-overlay {
    opacity: 1;
}

.gallery-grid-item .img-overlay i {
    font-size: 1.6rem;
    color: #fff;
}

/* Dish name label inside hover overlay */
.dish-name {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* Special / seasonal badge */
.dish-tag {
    display: inline-block;
    background: var(--accent-gold);
    color: #111;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
}

/* Lightbox caption below image */
.lightbox-caption {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 12px;
    min-height: 1.4em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9000;
    align-items: center;
    justify-content: center;
}

.lightbox.open {
    display: flex;
}

.lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-inner img {
    max-width: 90vw;
    max-height: 85vh;
    border: 3px solid var(--primary-red);
    border-radius: 4px;
}

.lightbox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    background: var(--primary-red);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    z-index: 2;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(139, 0, 0, 0.75);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background .2s;
    z-index: 2;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--primary-red);
}

.lightbox-prev {
    left: -60px;
}

.lightbox-next {
    right: -60px;
}

/* ── NEWSLETTER STRIP ───────────────────────────── */
.newsletter-strip {
    background: linear-gradient(135deg, var(--primary-dark-red) 0%, #4a0000 100%);
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/Gallery/3.jpeg') center/cover no-repeat;
    opacity: 0.12;
}

.newsletter-strip .container {
    position: relative;
    z-index: 1;
}

.newsletter-strip h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.newsletter-strip p {
    color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    margin: 0 auto 28px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-right: none;
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    border-radius: 2px 0 0 2px;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.newsletter-form input[type="email"]:focus {
    border-color: var(--accent-gold);
}

.newsletter-form button {
    padding: 14px 24px;
    background: var(--accent-gold);
    color: #111;
    border: none;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    transition: background .2s;
}

.newsletter-form button:hover {
    background: var(--accent-gold-light);
}

/* ── CONTACT ────────────────────────────────────── */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info-item {
    margin-bottom: 22px;
}

.contact-info-item h4 {
    color: #E8CB98;
    font-size: 1rem;
    margin-bottom: 5px;
}

.contact-info-item p,
.contact-info-item a {
    color: var(--text-muted);
}

.contact-info-item a:hover {
    color: var(--primary-red);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    background: var(--bg-card);
    border: 1px solid var(--border-dark);
    border-radius: 2px;
    color: var(--text-light);
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: border-color .2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary-red);
}

/* ── FOOTER ─────────────────────────────────────── */
footer {
    background: #080808;
    color: #777;
    padding: 50px 0 25px;
    border-top: 3px solid var(--primary-red);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand .logo {
    font-size: 1.4rem;
    margin-bottom: 14px;
}

.footer-brand p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 300px;
}

.footer-links h4 {
    color: #E8CB98;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #666;
    font-size: 0.9rem;
    transition: color .2s;
}

.footer-links ul li a:hover {
    color: var(--primary-red);
}

.footer-links ul li a::before {
    content: '› ';
    color: var(--primary-red);
}

.footer-bottom {
    border-top: 1px solid #1e1e1e;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.85rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #999;
    font-size: 1rem;
    border: 1px solid #2a2a2a;
    transition: all .25s;
}

.social-links a:hover {
    background: var(--primary-red);
    color: #fff;
    border-color: var(--primary-red);
    transform: translateY(-3px);
}

.powered-by {
    font-size: 0.8rem;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.powered-by span {
    color: var(--primary-red);
    font-weight: 700;
}

.powered-by a:hover span {
    color: var(--accent-gold);
}

/* ── SECTION TITLE (back-compat) ────────────────── */
.section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary-red);
    margin: 10px auto 0;
}

.section-title-left::after {
    margin: 10px 0 0;
}

/* ── PAGE HERO (inner pages) ─────────────────────── */
.page-hero {
    height: 42vh;
    min-height: 260px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(139, 0, 0, 0.55)),
        url('images/Gallery/2.jpeg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #E8CB98;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
}

.page-hero p {
    color: #918682;
    font-size: 1.1rem;
}

/* ── WHATSAPP FLOAT ─────────────────────────────── */
.whatsapp-float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 38px;
    right: 36px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.45);
    z-index: 999;
    transition: transform .3s, box-shadow .3s;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    color: #fff;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.6);
}

/* ── ANIMATIONS ─────────────────────────────────── */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in {
    opacity: 0;
    animation-fill-mode: forwards;
}

.fade-in.visible {
    animation: fadeInUp 0.75s ease-out forwards;
}

.slide-left.visible {
    animation: slideInLeft 0.75s ease-out forwards;
}

.slide-right.visible {
    animation: slideInRight 0.75s ease-out forwards;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1024px) {
    .gallery-grid {
        columns: 3;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-snippet {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: absolute;
        right: 0;
        height: 100vh;
        top: 100%;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        align-items: center;
        width: 65%;
        transform: translateX(100%);
        transition: transform var(--transition-speed);
        padding-top: 50px;
        border-left: 2px solid var(--primary-red);
        gap: 6px;
        justify-content: flex-start;
    }

    .nav-links.nav-active {
        transform: translateX(0);
    }

    .hamburger {
        display: flex;
    }

    header {
        padding: 0;
    }

    .hero-content {
        padding: 0 30px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .features-grid,
    .gallery-snippet {
        grid-template-columns: 1fr 1fr;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .gallery-grid {
        columns: 2;
    }

    .top-bar .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
        gap: 8px;
    }

    .top-bar .top-bar-contact {
        display: contents;
    }

    .top-bar .top-bar-contact>span:nth-child(2) {
        order: 1;
        width: 100%;
        text-align: center;
        justify-content: left;
        margin-bottom: 4px;
    }

    .top-bar .top-bar-contact>span:nth-child(3) {
        order: 2;
        width: 100%;
        text-align: center;
        justify-content: left;
        margin-bottom: 8px;
    }

    .top-bar .top-bar-contact>span:nth-child(1) {
        order: 3;
        width: auto;
        margin-right: 15px;
    }

    .top-bar .top-bar-right {
        order: 4;
        width: auto;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input[type="email"] {
        border-right: 2px solid rgba(255, 255, 255, 0.25);
        border-radius: 2px;
        border-bottom: none;
    }

    .newsletter-form button {
        border-radius: 2px;
    }

    .lightbox-prev {
        left: -10px;
    }

    .lightbox-next {
        right: -10px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        columns: 1;
    }

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

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

    .gallery-snippet {
        grid-template-columns: repeat(2, 1fr);
    }
}