@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ===========================
   VARIABLES & RESET
=========================== */
:root {
    --gold:          #C9A84C;
    --gold-light:    #E8C97A;
    --dark-bg:       #0D0D0D;
    --dark-card:     #161616;
    --green:         #2E7D55;
    --green-light:   #3DA069;
    --cream:         #FAF8F3;
    --border:        rgba(201,168,76,0.2);
    --whatsapp:      #25D366;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: #fff; color: #1a1a1a; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* Cormorant headings */
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; }
.hero-title, .about-strip-text h2, .services-sec-header h2,
.why-sec-inner h2, .clients-home h2, .cta-strip-text h2,
.about-mv-card h4, .sgm-card h3, .sgm-h3-dark,
.why-card h3, .about-hero h1, .about-mission-card h2,
.value-card h3, .contact-title, .gallery-title,
.services-heading, .service-info h3, .clients-section h2 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.01em;
}

/* Shared utility */
.eyebrow {
    display: inline-block;
    color: var(--green);
    font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 12px;
}
.eyebrow-light { color: var(--gold-light); }

/* ===========================
   BUTTONS
=========================== */
.btn-gold {
    display: inline-flex; align-items: center;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #0a0a0a; padding: 15px 34px; border-radius: 50px;
    font-weight: 700; font-size: 15px;
    box-shadow: 0 8px 25px rgba(201,168,76,0.4);
    transition: all 0.3s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(201,168,76,0.55); }

.btn-outline-white {
    display: inline-flex; align-items: center;
    background: transparent; color: rgba(255,255,255,0.85);
    border: 1.5px solid rgba(255,255,255,0.25);
    padding: 14px 30px; border-radius: 50px;
    font-weight: 500; font-size: 15px;
    transition: all 0.3s ease;
}
.btn-outline-white:hover { border-color: var(--gold); color: var(--gold); }

.btn-green {
    display: inline-flex; align-items: center;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff; padding: 14px 32px; border-radius: 50px;
    font-weight: 700; font-size: 15px;
    box-shadow: 0 6px 20px rgba(46,125,85,0.3);
    transition: all 0.3s ease;
}
.btn-green:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(46,125,85,0.4); }

.btn-outline-dark {
    display: inline-flex; align-items: center;
    background: transparent; color: #1a1a1a;
    border: 2px solid rgba(0,0,0,0.2);
    padding: 13px 30px; border-radius: 50px;
    font-weight: 600; font-size: 14px;
    transition: all 0.3s ease;
}
.btn-outline-dark:hover { border-color: var(--green); color: var(--green); }

/* ===========================
   NAVBAR
=========================== */
.navbar {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}
.navbar-container {
    max-width: 1300px; margin: 0 auto;
    padding: 0 40px; height: 90px;
    display: flex; align-items: center; justify-content: space-between;
}
.logo { height: 130px; cursor: pointer; transition: transform 0.3s; }
.logo:hover { transform: scale(1.03); }
.nav-links { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav-links a {
    color: #1a1a1a; font-size: 15px; font-weight: 500;
    padding: 8px 16px; border-radius: 8px;
    transition: all 0.25s ease;
}
.nav-links a:hover { color: var(--gold); background: rgba(201,168,76,0.08); }
.cta-button {
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff; border: none; padding: 11px 26px;
    border-radius: 50px; font-size: 15px; font-weight: 600;
    cursor: pointer; margin-left: 20px;
    box-shadow: 0 4px 15px rgba(46,125,85,0.3);
    transition: all 0.3s ease;
}
.cta-button:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1100; }
.bar { width: 26px; height: 3px; background: #1a1a1a; border-radius: 2px; transition: 0.3s; }

/* ===========================
   HERO
=========================== */
.hero {
    min-height: 100vh;
    background: linear-gradient(150deg, #060f08 0%, #0a1a0e 55%, #0d1f12 100%);
    display: flex; align-items: center; justify-content: center;
    padding: 120px 40px 80px;
    position: relative; overflow: hidden; gap: 60px;
}
.hero::before {
    content: '';
    position: absolute; top: -20%; right: -5%;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute; bottom: -20%; left: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(46,125,85,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hero-content {
    flex: 1.1; max-width: 600px; position: relative; z-index: 1;
}
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3);
    color: var(--gold); padding: 6px 18px; border-radius: 50px;
    font-size: 12px; font-weight: 600; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 28px;
}
.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 4.8vw, 62px);
    line-height: 1.08; font-weight: 700; color: #fff;
    margin-bottom: 24px;
}
.hero-title span { color: var(--gold); }
.hero-subtitle {
    font-size: 16.5px; color: rgba(255,255,255,0.6);
    line-height: 1.8; margin-bottom: 36px; max-width: 48ch;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-badges {
    display: flex; align-items: center; gap: 24px;
    padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-badge-item strong { display: block; color: var(--gold); font-size: 1.25rem; font-weight: 700; }
.hero-badge-item span { color: rgba(255,255,255,0.45); font-size: 11.5px; }
.hero-badge-sep { width: 1px; height: 34px; background: rgba(255,255,255,0.1); }

/* Hero right image */
.hero-image-wrap { flex: 0.9; position: relative; z-index: 1; }
.hero-img {
    width: 100%; height: 490px; object-fit: cover;
    border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,0.55);
}
.hero-img-card {
    position: absolute; bottom: -22px; left: -22px;
    background: var(--dark-card); border: 1px solid var(--border);
    border-radius: 16px; padding: 16px 22px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.hero-img-card .hero-img-card-icon { font-size: 2rem; }
.hero-img-card strong { display: block; color: var(--gold); font-size: 1rem; font-weight: 700; }
.hero-img-card span { display: block; color: rgba(255,255,255,0.5); font-size: 11px; }

/* ===========================
   ABOUT STRIP
=========================== */
.about-strip { background: #fff; padding: 100px 40px; }
.about-strip-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
}
.about-strip-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 2.8vw, 40px); font-weight: 700;
    color: #0a0a0a; margin-bottom: 18px; line-height: 1.2;
}
.about-strip-text > p {
    font-size: 1rem; color: #5a5a5a; line-height: 1.8;
    margin-bottom: 32px;
}
.about-mv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.about-mv-card {
    background: var(--cream); border-radius: 14px; padding: 22px 20px;
    border-left: 4px solid var(--gold);
}
.about-mv-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; color: var(--green); font-weight: 700; margin-bottom: 8px;
}
.about-mv-card p { font-size: 0.87rem; color: #5a5a5a; line-height: 1.65; }

/* About image side */
.about-strip-img { position: relative; }
.about-strip-img img {
    width: 100%; height: 460px; object-fit: cover;
    border-radius: 22px; box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.about-strip-stat {
    position: absolute; bottom: -20px; right: -20px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 16px; padding: 20px 24px; text-align: center;
    box-shadow: 0 10px 30px rgba(46,125,85,0.35);
}
.about-strip-stat span { display: block; color: rgba(255,255,255,0.75); font-size: 11px; }
.about-strip-stat strong { display: block; color: #fff; font-size: 1.3rem; font-weight: 700; margin: 4px 0; }

/* ===========================
   SERVICES SECTION — Premium
=========================== */
.services-sec {
    background: #080808;
    padding: 110px 40px;
}
.services-sec-inner { max-width: 1340px; margin: 0 auto; }

.services-sec-header {
    display: flex; align-items: flex-end;
    justify-content: space-between; gap: 40px;
    margin-bottom: 52px;
}
.services-sec-header .eyebrow { color: var(--gold-light); margin-bottom: 12px; }
.services-sec-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 58px); font-weight: 700;
    color: #fff; line-height: 1.05; max-width: 12ch;
}
.services-sec-header p {
    font-size: 0.97rem; color: rgba(255,255,255,0.45);
    max-width: 38ch; line-height: 1.75; flex-shrink: 0;
    padding-bottom: 6px;
}

/* Row layouts */
.srv-row { display: flex; gap: 14px; }
.srv-row-top { margin-bottom: 14px; height: 480px; }
.srv-row-bottom { height: 320px; }

/* Base card */
.srv-card {
    position: relative; overflow: hidden;
    border-radius: 18px; flex-shrink: 0;
    display: flex; flex-direction: column; justify-content: flex-end;
    cursor: pointer; text-decoration: none;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top row sizing */
.srv-row-top .srv-card-lg { flex: 2.2; }
.srv-row-top .srv-card-md { flex: 1; }

/* Bottom row sizing */
.srv-row-bottom .srv-card-sm { flex: 1; }

/* Hover expand */
.srv-row-top:hover .srv-card-lg { flex: 1.5; }
.srv-row-top:hover .srv-card-md { flex: 0.8; }
.srv-row-top:hover .srv-card-lg:hover { flex: 2.8; }
.srv-row-top:hover .srv-card-md:hover { flex: 1.6; }
.srv-row-bottom:hover .srv-card-sm { flex: 0.7; }
.srv-row-bottom:hover .srv-card-sm:hover { flex: 1.8; }

/* Background image */
.srv-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                filter 0.5s ease;
    filter: brightness(0.65) saturate(0.9);
}
.srv-card:hover .srv-bg {
    transform: scale(1.06);
    filter: brightness(0.5) saturate(1.1);
}

/* Overlays */
.srv-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.5) 40%,
        rgba(0,0,0,0.1) 100%
    );
    transition: opacity 0.4s ease;
}
.srv-overlay-mid {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.92) 0%,
        rgba(0,0,0,0.45) 50%,
        rgba(0,0,0,0.15) 100%
    );
}

/* Card content */
.srv-content {
    position: relative; z-index: 2;
    padding: 28px; height: 100%;
    display: flex; flex-direction: column;
    justify-content: space-between;
}
.srv-row-top .srv-card-lg .srv-content { padding: 34px; }

/* Meta: number + tag */
.srv-meta {
    display: flex; align-items: center;
    justify-content: space-between;
}
.srv-num {
    font-size: 11px; font-weight: 700; letter-spacing: 3px;
    color: rgba(255,255,255,0.3); text-transform: uppercase;
}
.srv-tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.6);
    font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
    text-transform: uppercase; padding: 4px 12px; border-radius: 50px;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}
.srv-card:hover .srv-tag {
    background: rgba(201,168,76,0.2);
    border-color: rgba(201,168,76,0.4);
    color: var(--gold-light);
}

/* Bottom: title + desc + cta */
.srv-bottom { display: flex; flex-direction: column; gap: 0; }

.srv-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    color: #fff; font-weight: 700; line-height: 1.1;
    margin-bottom: 0;
    transition: color 0.3s ease;
}
.srv-row-top .srv-card-lg h3 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.srv-card:hover h3 { color: var(--gold-light); }

/* Description — hidden by default, reveals on hover */
.srv-desc {
    font-size: 0.85rem; color: rgba(255,255,255,0.65);
    line-height: 1.65; margin: 0;
    max-height: 0; overflow: hidden; opacity: 0;
    transition: max-height 0.4s ease, opacity 0.35s ease, margin 0.35s ease;
}
.srv-card:hover .srv-desc {
    max-height: 120px; opacity: 1; margin: 12px 0 0;
}

/* CTA arrow */
.srv-cta {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--gold); font-size: 0.82rem; font-weight: 700;
    letter-spacing: 0.5px; margin-top: 0;
    opacity: 0; transform: translateY(6px);
    transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
.srv-card:hover .srv-cta {
    opacity: 1; transform: translateY(0); margin-top: 14px;
}
.srv-cta svg { transition: transform 0.25s ease; }
.srv-card:hover .srv-cta svg { transform: translateX(4px); }

/* Gold accent bar at bottom on hover */
.srv-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    height: 3px; width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width 0.4s ease;
}
.srv-card:hover::after { width: 100%; }

.services-sec-cta { text-align: center; margin-top: 48px; }

/* Old sgm classes kept for compatibility but not used */
.sgm-card, .sgm-dark, .sgm-light, .sgm-gold,
.sgm-img, .sgm-img-overlay, .sgm-body, .sgm-body-light,
.sgm-col, .sgm-tall, .sgm-num, .sgm-num-dark,
.sgm-icon, .sgm-h3-dark, .sgm-p-dark, .sgm-link,
.sgm-link-dark, .services-grid-mosaic { display: none; }

/* ===========================
   WHY CHOOSE US
=========================== */
.why-sec {
    background: linear-gradient(145deg, #080f09 0%, #0a1a0e 100%);
    padding: 100px 40px;
}
.why-sec-inner { max-width: 1200px; margin: 0 auto; }
.why-sec-header { text-align: center; margin-bottom: 56px; }
.why-sec-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.2vw, 46px); font-weight: 700;
    color: #fff; margin-bottom: 12px; line-height: 1.15;
}
.why-sec-header p { color: rgba(255,255,255,0.5); font-size: 1rem; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 18px; padding: 32px 26px;
    transition: all 0.3s ease;
}
.why-card:hover {
    background: rgba(201,168,76,0.06);
    border-color: rgba(201,168,76,0.3);
    transform: translateY(-4px);
}
.why-card-icon { font-size: 2rem; margin-bottom: 16px; }
.why-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem; color: #fff; font-weight: 700; margin-bottom: 10px;
}
.why-card p { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ===========================
   CLIENTS SECTION (HOME)
=========================== */
.clients-home { background: #fff; padding: 90px 40px; text-align: center; }
.clients-home-inner { max-width: 1200px; margin: 0 auto; }
.clients-home h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 40px); font-weight: 700;
    color: #0a0a0a; margin-bottom: 12px;
}
.clients-home > .clients-home-inner > p,
.clients-home-inner > p {
    font-size: 0.97rem; color: #5a5a5a;
    max-width: 52ch; margin: 0 auto 48px; line-height: 1.7;
}
.clients-slider { overflow: hidden; margin-bottom: 40px; }
.clients-track { display: flex; gap: 50px; width: max-content; }
.clients-track img {
    height: 68px; object-fit: contain;
    filter: grayscale(100%) opacity(0.55);
    transition: filter 0.3s ease;
}
.clients-track img:hover { filter: none; }

/* ===========================
   CTA STRIP
=========================== */
.cta-strip {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    padding: 70px 40px;
}
.cta-strip-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.cta-strip-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 2.8vw, 38px); font-weight: 700;
    color: #0a0a0a; margin-bottom: 10px;
}
.cta-strip-text p { color: rgba(0,0,0,0.6); font-size: 1rem; max-width: 46ch; line-height: 1.65; }
.cta-strip-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; flex-shrink: 0; }
.cta-strip-actions .btn-gold { background: #0a0a0a; color: #fff; box-shadow: 0 6px 20px rgba(0,0,0,0.25); }
.cta-strip-actions .btn-gold:hover { background: var(--green); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.cta-contact-info { display: flex; flex-direction: column; gap: 6px; text-align: right; }
.cta-contact-info span { font-size: 0.88rem; color: rgba(0,0,0,0.6); }
.cta-contact-info a { color: rgba(0,0,0,0.75); font-weight: 600; }
.cta-contact-info a:hover { color: #0a0a0a; }

/* ===========================
   FOOTER
=========================== */
.modern-footer { background: #0a0a0a; color: #fff; padding: 80px 40px 30px; }
.footer-top {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 50px; max-width: 1200px; margin: 0 auto;
}
.footer-logo img { height: 160px; width: 130px; margin-bottom: 8px; }
.footer-logo p { color: rgba(255,255,255,0.5); font-size: 0.9rem; line-height: 1.65; margin-top: -50px; }
.footer-links h3, .footer-contact h3, .footer-social h3 {
    color: var(--gold); font-size: 0.85rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px;
}
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 0.93rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact p {
    display: flex; align-items: flex-start; gap: 10px;
    color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 10px; line-height: 1.5;
}
.footer-contact a { color: rgba(255,255,255,0.6); transition: color 0.3s; }
.footer-contact a:hover { color: var(--gold); }
.whatsapp-link {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
    background: var(--whatsapp); color: #fff; padding: 10px 20px;
    border-radius: 50px; font-weight: 600; font-size: 0.88rem;
    transition: all 0.3s ease;
}
.whatsapp-link:hover { background: #1ebe5d; transform: translateY(-2px); }
.footer-social .social-icons { display: flex; gap: 14px; font-size: 1.3rem; margin-top: 10px; }
.footer-social .social-icons a { color: rgba(255,255,255,0.45); transition: color 0.3s; }
.footer-social .social-icons a:hover { color: var(--gold); }
.footer-bottom {
    max-width: 1200px; margin: 0 auto;
    padding-top: 36px; margin-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.07);
    text-align: center; color: rgba(255,255,255,0.28); font-size: 0.84rem;
}

/* ===========================
   ABOUT PAGE
=========================== */
.about-page { padding-top: 90px; }
.about-hero {
    background: linear-gradient(150deg, #0a0a0a, #0f1f14);
    text-align: center; padding: 120px 20px 80px;
    color: #fff; position: relative; overflow: hidden;
}
.about-hero::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 65%);
    pointer-events: none;
}
.about-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px,5vw,64px); color: var(--gold);
    margin-bottom: 24px; font-weight: 700; position: relative;
}
.about-hero p {
    max-width: 720px; margin: 0 auto;
    line-height: 1.8; font-size: 1.05rem;
    color: rgba(255,255,255,0.68); position: relative;
}
.about-mission {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
    padding: 80px 40px; background: var(--cream);
    max-width: 1200px; margin: 0 auto;
}
.about-mission-card {
    background: #fff; border-radius: 20px; padding: 40px;
    border-top: 4px solid var(--gold); box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.about-mission-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--green); margin-bottom: 16px; font-weight: 700; }
.about-mission-card p { color: #4a4a4a; line-height: 1.75; font-size: 0.97rem; }
.about-values { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; background: #fff; padding: 80px 20px; }
.value-card {
    width: 250px; background: var(--cream); border-radius: 20px;
    padding: 36px 28px; text-align: center;
    border: 1px solid rgba(0,0,0,0.06); transition: all 0.3s ease;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); border-color: var(--gold); }
.icon { font-size: 2.5rem; margin-bottom: 16px; }
.value-card h3 { font-family: 'Cormorant Garamond', serif; color: var(--green); margin-bottom: 10px; font-size: 1.1rem; }
.value-card p { color: #5a5a5a; font-size: 0.92rem; line-height: 1.6; }
.about-cta { background: linear-gradient(135deg, #0a0a0a, #0f1f14); padding: 100px 20px; text-align: center; }
.about-cta h2 { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: clamp(28px,3.5vw,46px); margin-bottom: 24px; font-weight: 700; }
.about-cta p { color: rgba(255,255,255,0.6); margin-bottom: 32px; max-width: 50ch; margin-left: auto; margin-right: auto; line-height: 1.7; }
.about-cta button { background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 1rem; padding: 16px 36px; border: none; border-radius: 50px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 6px 20px rgba(46,125,85,0.35); }
.about-cta button:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #0a0a0a; transform: translateY(-2px); }

/* ===========================
   SERVICES PAGE
=========================== */
.services-page { padding: 120px 20px 80px; background: var(--cream); min-height: 100vh; }
.services-heading { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4vw,50px); margin-bottom: 60px; color: #0a0a0a; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 28px; max-width: 1200px; margin: auto; }
.service-card { background: #fff; border-radius: 20px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.05); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.service-img { width: 100%; height: 220px; object-fit: cover; }
.service-info { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.service-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin-bottom: 10px; color: #0a0a0a; font-weight: 700; }
.service-info p { font-size: 0.93rem; color: #5a5a5a; margin-bottom: 20px; line-height: 1.65; flex: 1; }
.learn-more-btn { display: inline-block; padding: 10px 22px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-weight: 600; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; font-size: 0.88rem; align-self: flex-start; }
.learn-more-btn:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #0a0a0a; }

/* ===========================
   CLIENTS PAGE
=========================== */
.clients-section.page-clients { margin-top: 90px; background: #0a0a0a; padding: 80px 20px; }
.clients-section.page-clients h2 { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: 2.8rem; margin-bottom: 50px; text-align: center; }
.clients-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1100px; margin: 0 auto; }
.client-logo { width: 160px; height: 110px; display: flex; align-items: center; justify-content: center; background: #161616; border: 1px solid rgba(201,168,76,0.15); border-radius: 14px; padding: 18px; transition: all 0.3s ease; }
.client-logo:hover { border-color: var(--gold); background: rgba(201,168,76,0.05); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.client-logo img { max-width: 100%; max-height: 75px; object-fit: contain; }
.client-text-logo { font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.75); text-align: center; line-height: 1.3; padding: 14px; }
.client-text-logo span { display: block; }

/* ===========================
   GALLERY PAGE
=========================== */
.gallery-page { padding: 130px 20px 80px; max-width: 1300px; margin: 0 auto; text-align: center; }
.gallery-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4vw,50px); color: #0a0a0a; margin-bottom: 40px; font-weight: 700; }
.gallery-filters { margin-bottom: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.filter-btn { padding: 10px 22px; border: 2px solid rgba(0,0,0,0.15); background: transparent; cursor: pointer; border-radius: 50px; transition: all 0.3s ease; font-weight: 600; font-size: 0.88rem; color: #3a3a3a; }
.filter-btn.active, .filter-btn:hover { background: var(--green); border-color: var(--green); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 16px; }
.gallery-card { position: relative; border-radius: 14px; overflow: hidden; height: 250px; cursor: pointer; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-card:hover img { transform: scale(1.08); }
.card-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: #fff; padding: 14px 16px; font-weight: 600; font-size: 0.9rem; text-align: left; }

/* ===========================
   CONTACT PAGE
=========================== */
.contact-container { max-width: 1100px; margin: 130px auto 80px; padding: 0 20px; }
.contact-title { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4vw,48px); color: #0a0a0a; margin-bottom: 60px; font-weight: 700; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.6fr; gap: 50px; }
.contact-box { background: var(--cream); padding: 40px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.06); }
.icon-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.icon-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: #0a0a0a; }
.contact-icon { width: 24px; color: var(--gold); }
.contact-box p { color: #4a4a4a; margin-bottom: 10px; font-size: 0.93rem; line-height: 1.6; }
.contact-link { color: var(--green); font-weight: 600; }
.contact-numbers a { color: var(--green); font-weight: 600; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.name-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { padding: 16px 18px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 12px; font-family: inherit; font-size: 0.93rem; background: var(--cream); color: #1a1a1a; transition: border-color 0.3s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--gold); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.submit-btn { padding: 16px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border: none; border-radius: 12px; cursor: pointer; font-weight: 700; font-size: 0.95rem; transition: all 0.3s; }
.submit-btn:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #0a0a0a; transform: translateY(-2px); }

/* ===========================
   HAMBURGER ACTIVE STATE
=========================== */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1100; }
.hamburger.active .bar:nth-child(1) { transform: rotate(45deg) translate(5px, 5.5px); }
.hamburger.active .bar:nth-child(2) { opacity: 0; }
.hamburger.active .bar:nth-child(3) { transform: rotate(-45deg) translate(5px,-5.5px); }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1100px) {
    .srv-row-top { height: 400px; }
    .srv-row-bottom { height: 280px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .services-sec-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .services-sec-header p { max-width: 100%; }
}

@media (max-width: 900px) {
    .hero { flex-direction: column; padding: 110px 24px 70px; gap: 40px; }
    .hero-image-wrap { display: none; }
    .about-strip-inner { grid-template-columns: 1fr; gap: 40px; }
    .about-strip-img { display: none; }
    .about-mission { grid-template-columns: 1fr; padding: 60px 20px; }
    .cta-strip-inner { flex-direction: column; align-items: flex-start; }
    .cta-strip-actions { align-items: flex-start; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .name-fields { grid-template-columns: 1fr; }
    /* Services: stack rows vertically */
    .srv-row { flex-direction: column; height: auto !important; }
    .srv-card { height: 280px; flex: none !important; }
    .srv-row-top .srv-card-lg { height: 360px; }
    /* Disable flex hover expansion on touch */
    .srv-row-top:hover .srv-card-lg,
    .srv-row-top:hover .srv-card-md,
    .srv-row-bottom:hover .srv-card-sm { flex: none; }
    /* Always show desc on mobile */
    .srv-desc { max-height: 80px !important; opacity: 1 !important; margin: 10px 0 0 !important; }
    .srv-cta { opacity: 1 !important; transform: none !important; margin-top: 10px !important; }
}

@media (max-width: 768px) {
    .navbar-container { padding: 0 20px; height: 74px; }
    .logo { height: 110px; }
    .desktop-cta { display: none; }
    .hamburger { display: flex; }
    .nav-links {
        display: none; flex-direction: column;
        position: fixed; top: 74px; left: 0; width: 100%;
        background: rgba(255,255,255,0.97); backdrop-filter: blur(16px);
        padding: 16px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 999;
    }
    .nav-links.active { display: flex; }
    .nav-links a { display: block; padding: 14px 28px; font-size: 16px; border-radius: 0; }
    .about-mv-row { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .services-sec, .about-strip, .why-sec, .clients-home, .cta-strip { padding-left: 20px; padding-right: 20px; }
    .hero-badges { flex-wrap: wrap; gap: 16px; }
}