/* --- Root & Reset --- */
:root {
    --bg-deep: #0a0c10;
    --bg-surface: #12151c;
    --accent: #c5a059;       
    --accent-soft: #dfc491;
    --text-main: #f1f5f9;
    --text-dim: #94a3b8;
    --border: rgba(197, 160, 89, 0.2);
    --radius-lg: 30px;
    --radius-md: 20px;
    --radius-sm: 10px;
    --p-side: 10%;           
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-deep);
    color: var(--text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.grain-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.03; pointer-events: none; z-index: 999;
}

/* --- Global Utilities --- */
.content-wrapper { padding: 0 var(--p-side); max-width: 1400px; margin: 0 auto; }
.italic-serif { font-family: 'Playfair Display', serif; font-style: italic; }
.accent-text { color: var(--accent);}

/* --- Navigation --- */
.nav-bar {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    padding: 25px var(--p-side);
    background: linear-gradient(to bottom, var(--bg-deep), transparent);
    transition: 0.4s;
}

.nav-container { display: flex; justify-content: space-between; align-items: center; }

.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem; font-weight: 700;
    letter-spacing: -0.5px;
}

.nav-cta {
    text-decoration: none; color: var(--text-main); font-size: 0.75rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
    border: 1px solid var(--border); padding: 10px 22px; border-radius: 50px;
    transition: 0.3s;
}

.nav-cta:hover { background: var(--accent); color: var(--bg-deep); border-color: var(--accent); }

/* --- Hero Section --- */
.hero-section {
    position: relative; height: 100vh; min-height: 700px;
    display: flex; align-items: center; padding: 0 var(--p-side);
}

.hero-background-container {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;
}

.hero-image-fill { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.35); }

.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, var(--bg-deep) 20%, transparent 100%);
}

.hero-content { max-width: 800px; position: relative; z-index: 10; }

.eyebrow {
    color: var(--accent); font-weight: 600; text-transform: uppercase;
    letter-spacing: 4px; font-size: 0.8rem; margin-bottom: 20px;
}

h1 {
    font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 1.05; margin-bottom: 25px; font-weight: 400;
}

.hero-subtext {
    font-size: 1.15rem; color: var(--text-dim); max-width: 550px; margin-bottom: 40px;
}

.hero-btns { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

.btn-primary {
    background: var(--accent); color: var(--bg-deep); text-decoration: none;
    padding: 18px 40px; border-radius: 50px; font-weight: 700;
    transition: 0.4s;
}

.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3); }

.btn-secondary {
    color: var(--text-main); text-decoration: none; border-bottom: 1px solid var(--accent);
    padding-bottom: 4px; font-weight: 500; transition: 0.3s;
}

/* --- Value Section --- */
.value-section { padding: 100px 0; background: var(--bg-deep); }

.value-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
    margin-top: -120px; position: relative; z-index: 20;
}

.value-card {
    background: var(--bg-surface); padding: 45px; border-radius: var(--radius-md);
    border: 1px solid rgba(255,255,255,0.05); transition: 0.5s; position: relative;
    overflow: hidden;
}

.value-card:hover { transform: translateY(-10px); border-color: var(--accent); box-shadow: 0 15px 30px rgba(0,0,0,0.3); }

.card-num {
    position: absolute; top: -5px; right: 15px; font-size: 5rem;
    font-weight: 900; color: rgba(255,255,255,0.02); font-family: 'Playfair Display', serif;
}

.card-icon { font-size: 1.8rem; color: var(--accent); margin-bottom: 20px; }

.value-card h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 15px; }

.value-card p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.6; }

/* --- Insight Section --- */
.insight-section { padding: 120px 0; background: #080a0e; }

.insight-container { text-align: center; max-width: 1000px; margin: 0 auto; }

.insight-meta { color: var(--accent); text-transform: uppercase; letter-spacing: 3px; font-size: 0.9rem; margin-bottom: 25px; font-weight: 700; }

.insight-quote {
    font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-style: italic;
    color: var(--text-main); line-height: 1.3;
}

/* --- Strategic Advantage (Split) --- */
.psychology-section { padding: 100px 0; }

.psych-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }

.psych-image img {
    width: 100%; height: 550px; object-fit: cover; border-radius: var(--radius-md);
}

.section-tag { color: var(--accent); text-transform: uppercase; font-weight: 700; letter-spacing: 2px; margin-bottom: 10px; }

.psych-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1.1; margin-bottom: 30px; }

.bullet-item { margin-bottom: 25px; }

.bullet-item h4 { font-size: 1.1rem; margin-bottom: 5px; color: var(--accent-soft); font-family: 'Playfair Display', serif; }

.bullet-item p { color: var(--text-dim); font-size: 0.95rem; }

/* --- Showcase Section --- */
.showcase-section { padding: 100px 0; background: #080a0e; }

.showcase-header { text-align: center; margin-bottom: 60px; }

.showcase-header h2 { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 15px; }

.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.showcase-box {
    position: relative; border-radius: var(--radius-md); overflow: hidden; height: 450px;
}

.img-zoom-container { width: 100%; height: 100%; }

.showcase-box img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); transition: 0.8s; }

.showcase-box:hover img { transform: scale(1.05); filter: brightness(0.5); }

.box-overlay {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px;
    background: linear-gradient(to top, var(--bg-deep) 20%, transparent);
}

.box-overlay h4 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 10px; }

.box-overlay p { font-size: 0.9rem; color: var(--text-dim); max-width: 400px; }

/* --- Footer & Acquisition --- */
.footer-section { padding: 120px 0 40px; }

.acquisition-card {
    background: var(--bg-surface); border: 1px solid var(--border);
    padding: 70px; border-radius: var(--radius-lg); text-align: center;
    transition: 0.4s;
}

.acquisition-card:hover { border-color: var(--accent); box-shadow: 0 0 30px rgba(197, 160, 89, 0.1); }

.footer-heading { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 15px; }

.footer-sub { color: var(--text-dim); margin-bottom: 40px; }

.contact-strip { display: flex; justify-content: center; gap: 50px; margin-bottom: 50px; }

.block-label { color: var(--accent); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; display: block; }

.email-copy-wrapper { display: flex; align-items: center; gap: 15px; background: rgba(0,0,0,0.4); padding: 12px 20px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.05); }

#emailValue { font-weight: 500; font-size: 1rem; }

#copyBtn { background: var(--accent); border: none; padding: 4px 12px; border-radius: 20px; color: var(--bg-deep); cursor: pointer; font-weight: 700; font-size: 0.65rem; }

.linkedin-link { text-decoration: none; color: white; font-size: 1rem; font-weight: 600; transition: 0.3s; }

.linkedin-link:hover { color: var(--accent); }

.asset-footer-info { font-size: 0.75rem; color: var(--text-dim); letter-spacing: 2px; text-transform: uppercase; }

.final-copyright { text-align: center; margin-top: 60px; font-size: 0.75rem; color: rgba(255,255,255,0.2); }

/* --- ANIMATIONS --- */
.scroll-reveal { opacity: 0; transform: translateY(30px); transition: 0.8s ease-out; }
.scroll-reveal.active { opacity: 1; transform: translateY(0); }
.fade-up { opacity: 0; transform: translateY(20px); animation: fUp 0.8s forwards; }
.fade-up-delay-1 { opacity: 0; transform: translateY(20px); animation: fUp 0.8s forwards 0.2s; }
.fade-up-delay-2 { opacity: 0; transform: translateY(20px); animation: fUp 0.8s forwards 0.4s; }
.fade-up-delay-3 { opacity: 0; transform: translateY(20px); animation: fUp 0.8s forwards 0.6s; }
@keyframes fUp { to { opacity: 1; transform: translateY(0); } }

/* ------------------------------------------------------------------- */
/* --- MOBILE LAYOUT OVERRIDES (The "Phone" Fixes) --- */
/* ------------------------------------------------------------------- */

@media (max-width: 768px) {
    :root { --p-side: 6%; }

    /* Navigation Fix */
    .nav-bar { padding: 15px var(--p-side); }
    .nav-logo { font-size: 1rem; width: 60%; }
    .nav-cta { padding: 7px 14px; font-size: 0.65rem; letter-spacing: 1px; }

    /* Hero Fix */
    .hero-section { text-align: center; justify-content: center; height: 85vh; }
    .hero-overlay { background: radial-gradient(circle, transparent 20%, var(--bg-deep) 90%); }
    h1 { font-size: 2.2rem; }
    .hero-subtext { font-size: 1rem; margin-inline: auto; }
    .hero-btns { justify-content: center; gap: 15px; }
    .btn-primary { width: 100%; padding: 15px; font-size: 0.9rem; }

    /* Cards Fix */
    .value-section { padding-top: 60px; }
    .value-grid { margin-top: 0; grid-template-columns: 1fr; gap: 20px; }
    .value-card { padding: 30px; text-align: center; }
    .card-num { font-size: 3.5rem; opacity: 0.05; }

    /* Insight Fix */
    .insight-quote { font-size: 1.4rem; padding: 0 10px; }
    .insight-meta { font-size: 0.7rem; }

    /* Split Section Fix */
    .psych-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .psych-image img { height: 300px; width: 90%; margin: 0 auto; display: block; border-radius: var(--radius-sm); }
    .psych-content h2 { font-size: 1.8rem; }
    .bullet-item { margin-bottom: 20px; }

    /* Showcase Fix */
    .showcase-header h2 { font-size: 2rem; }
    .showcase-grid { grid-template-columns: 1fr; }
    .showcase-box { height: 350px; }
    .box-overlay { padding: 25px; }
    .box-overlay h4 { font-size: 1.3rem; }

    /* Contact Fix */
    .acquisition-card { padding: 40px 15px; }
    .footer-heading { font-size: 1.8rem; }
    .contact-strip { flex-direction: column; gap: 30px; align-items: center; }
    .email-copy-wrapper { width: 100%; max-width: 320px; justify-content: center; font-size: 0.8rem; overflow: hidden; }
    #emailValue { font-size: 0.85rem; }
    
    .final-copyright { font-size: 0.65rem; }
}