/*
Theme Name: WG Marbles
Theme URI: https://wgmarbles.com
Author: WG Marbles & Natural Stones
Author URI: https://wgmarbles.com
Description: Premium Natural Stone supplier for UAE & GCC Architecture. Luxury marble, granite, onyx and travertine.
Version: 1.0
License: Private
Tags: luxury, stone, marble, UAE, architecture
*/

:root {
    --gold: #C5A059;
    --gold-pale: rgba(197,160,89,0.15);
    --dark: #121212;
    --dark2: #1a1a1a;
    --off-white: #f9f9f9;
    --light-grey: #f4f4f4;
    --white: #ffffff;
    --grey: #757575;
    --text-grey: #555;
    --border: #e0e0e0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background-color: var(--white); color: var(--dark); line-height: 1.8; overflow-x: hidden; }

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; }
h2, h3 { text-transform: uppercase; letter-spacing: 2px; }

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

/* ── BUTTONS ── */
.btn { padding: 15px 40px; text-decoration: none; font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; transition: 0.4s; display: inline-block; cursor: pointer; border-radius: 0; }
.btn-gold { background: var(--gold); color: white; border: 1px solid var(--gold); }
.btn-gold:hover { background: #b08d4a; color: white; transform: translateY(-2px); }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: white; }
.btn-dark { background: var(--dark); color: white; border: 1px solid var(--dark); }
.btn-dark:hover { background: var(--gold); border-color: var(--gold); color: white; }

/* ── NAVIGATION ── */
#navbar {
    position: fixed; width: 100%; top: 0; z-index: 1000;
    padding: 18px 50px;
    display: flex; justify-content: space-between; align-items: center;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
#navbar.scrolled { padding: 12px 50px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }

.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--dark); font-size: 14px; font-weight: 600; letter-spacing: 0.15em; }
.nav-logo-mark { width: 38px; height: 38px; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 16px; color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 35px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--dark); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links .nav-cta { background: var(--dark); color: white; padding: 10px 22px; font-size: 10px; }
.nav-links .nav-cta:hover { background: var(--gold); color: white; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--dark); transition: 0.3s; display: block; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.mobile-nav { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: white; z-index: 999; flex-direction: column; border-bottom: 1px solid var(--border); }
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 16px 30px; text-decoration: none; color: var(--dark); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; border-bottom: 1px solid var(--border); transition: color 0.3s; }
.mobile-nav a:hover { color: var(--gold); }

/* ── FOOTER ── */
footer { background: var(--dark); color: rgba(255,255,255,0.55); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; padding: 80px 0 60px; }
.footer-brand p { font-size: 13px; line-height: 1.9; margin-top: 20px; }
.footer-col h4 { color: white; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 22px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a, .footer-col p, .footer-col a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 24px 0; display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.05em; }

/* WhatsApp Float */
.wa-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999; box-shadow: 0 6px 20px rgba(37,211,102,0.35); transition: transform 0.3s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* ── SECTION HEADERS ── */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 15px; }
.section-header p { color: var(--grey); font-size: 14px; }
.gold-line { width: 40px; height: 2px; background: var(--gold); margin: 0 auto 20px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
    height: 60vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&q=80&w=2000') center/cover;
    margin-top: 74px;
}
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); letter-spacing: 5px; }
.page-hero p { color: var(--gold); letter-spacing: 4px; text-transform: uppercase; font-size: 13px; margin-top: 12px; }

/* ── RESPONSIVE ── */
@media(max-width: 1024px) {
    #navbar { padding: 18px 30px; }
    .nav-links { gap: 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media(max-width: 768px) {
    #navbar { padding: 16px 20px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}
