/* ============================================================
   DASH EVENTS DXB — PUBLIC SITE STYLESHEET
   Luxury Hotel × High-End Event Planner × Editorial Magazine
   ============================================================ */

:root {
    --ivory: #f6f1e7;
    --ivory-deep: #ede6d6;
    --charcoal: #171512;
    --charcoal-deep: #0d0c0b;
    --gold: #c8a463;
    --gold-soft: rgba(200, 164, 99, 0.25);
    --text-on-dark: #f6f1e7;
    --text-on-dark-muted: #a89f8f;
    --text-body: #5c564c;
    --text-body-light: #d8d1c3;

    --font-display: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    background: var(--ivory);
    color: var(--charcoal);
    overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--charcoal-deep); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.section-eyebrow {
    color: var(--gold);
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 500;
}
.section-heading {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(30px, 4vw, 46px);
    margin: 0;
    line-height: 1.15;
}

/* ============================================================
   SOCIAL RAIL
   ============================================================ */
.social-rail {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(13, 12, 11, 0.18);
}
.social-rail-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: width .25s ease;
    background: var(--charcoal);
}
.social-rail-link:hover { width: 54px; }
.social-instagram { background: linear-gradient(135deg,#f09433 0%,#dc2743 50%,#bc1888 100%); }
.social-facebook { background: #1877f2; }
.social-linkedin { background: #0a66c2; }
.social-whatsapp { background: #25d366; }
.social-youtube { background: #ff0000; }

@media (max-width: 767.98px) { .social-rail { display: none; } }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 8vw;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all .4s ease;
}
.site-nav.scrolled {
    padding: 14px 8vw;
    background: rgba(13, 12, 11, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--gold-soft);
}
.nav-logo-link { display: flex; align-items: center; height: 58px; transition: height .4s ease; }
.site-nav.scrolled .nav-logo-link { height: 46px; }
.nav-logo { height: 100%; width: auto; object-fit: contain; }

.nav-links { align-items: center; gap: 38px; }
.nav-item-wrap { position: relative; display: flex; align-items: center; gap: 7px; }
.nav-link {
    color: var(--ivory);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .85;
    transition: opacity .3s;
    display: flex; align-items: center; gap: 7px;
}
.nav-link:hover, .nav-link.active { opacity: 1; color: var(--gold); }
.nav-caret { font-size: 9px; opacity: .55; }

.nav-submenu {
    position: absolute;
    top: 100%; left: -20px;
    padding-top: 20px;
    min-width: 230px;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .2s ease;
}
.nav-item-wrap:hover .nav-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-submenu {
    display: flex; flex-direction: column;
    background: var(--charcoal-deep);
    border: 1px solid var(--gold-soft);
}
.nav-submenu a {
    color: #d8d1c3;
    font-size: 12.5px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: all .25s;
}
.nav-submenu a:hover { background: var(--charcoal); color: var(--gold); }

.btn-nav-cta {
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 11px 24px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s;
    white-space: nowrap;
    display: inline-block;
}
.btn-nav-cta:hover { background: var(--gold); color: var(--charcoal-deep); }

.nav-mobile-toggle {
    background: none; border: none; cursor: pointer; padding: 8px;
    font-size: 22px; color: var(--ivory);
}

.mobile-menu {
    position: fixed; inset: 0; background: var(--charcoal-deep); z-index: 200;
    display: none; flex-direction: column; align-items: center; justify-content: center;
    gap: 26px; overflow-y: auto; padding: 80px 20px;
}
.mobile-menu.show { display: flex; }
.mobile-menu-close {
    position: absolute; top: 26px; right: 26px; background: none; border: none;
    color: var(--ivory); font-size: 24px; cursor: pointer;
}
.mobile-menu-link {
    color: var(--ivory);
    font-family: var(--font-display);
    font-size: 28px;
}
.mobile-menu-link:hover { color: var(--gold); }

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative; height: 100vh; min-height: 640px; width: 100%; overflow: hidden;
    background: var(--charcoal-deep);
}
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,9,8,.55) 0%, rgba(10,9,8,.35) 40%, rgba(10,9,8,.85) 100%);
}
.hero-content {
    position: relative; z-index: 2; height: 100%;
    display: flex; flex-direction: column; justify-content: center;
    padding: 0 8vw; max-width: 900px;
}
.hero-eyebrow { color: var(--gold); letter-spacing: 4px; font-size: 13px; text-transform: uppercase; margin-bottom: 22px; animation: fadeUp .8s ease both; }
.hero-heading {
    font-family: var(--font-display); font-weight: 500;
    font-size: clamp(38px, 7vw, 84px); line-height: 1.06;
    color: var(--ivory); margin: 0 0 26px;
    animation: fadeUp .9s ease .1s both;
}
.hero-sub {
    font-size: 18px; line-height: 1.7; color: #e7e0d3; max-width: 520px;
    margin: 0 0 40px; font-weight: 300;
    animation: fadeUp .9s ease .2s both;
}
.hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; animation: fadeUp .9s ease .3s both; }
.btn-hero-primary {
    background: var(--gold); color: var(--charcoal-deep);
    padding: 16px 32px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    font-weight: 500; transition: opacity .3s; display: inline-block;
}
.btn-hero-primary:hover { opacity: .85; color: var(--charcoal-deep); }
.btn-hero-secondary {
    border: 1px solid rgba(246,241,231,.5); color: var(--ivory);
    padding: 16px 32px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    transition: all .3s; display: inline-block;
}
.btn-hero-secondary:hover { border-color: var(--ivory); background: rgba(246,241,231,.08); color: var(--ivory); }

.hero-scroll-hint {
    position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: var(--ivory); opacity: .7;
}
.hero-scroll-hint span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.hero-scroll-hint i { animation: bounce 2s ease-in-out infinite; font-size: 14px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--charcoal); padding: 64px 8vw; }
.stat-item { text-align: center; border-right: 1px solid rgba(246,241,231,.12); }
.stat-item:last-child, .stat-item.no-border { border-right: none; }
.stat-number { font-family: var(--font-display); font-size: clamp(30px, 4vw, 52px); color: var(--gold); font-weight: 500; }
.stat-number-infinite { font-family: var(--font-body); font-size: clamp(24px, 3.2vw, 40px); }
.stat-label { color: #cfc7b8; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; margin-top: 8px; }

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services-section { padding: 110px 8vw; background: var(--ivory); }
.services-intro { max-width: 640px; margin: 0 auto 60px; text-align: center; }
.services-intro p { color: var(--text-body); font-size: 16px; line-height: 1.7; font-weight: 300; margin-top: 18px; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--ivory-deep);
}
@media (max-width: 991.98px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
    color: inherit; background: var(--ivory);
    padding: 40px 30px; display: flex; flex-direction: column; gap: 16px;
    transition: background .35s, color .35s;
    height: 100%;
}
.service-card:hover { background: var(--charcoal); color: var(--ivory); }
.service-tag { font-family: var(--font-display); font-size: 14px; color: var(--gold); }
.service-title { font-family: var(--font-display); font-weight: 500; font-size: 21px; margin: 0; }
.service-desc { font-size: 14px; line-height: 1.7; font-weight: 300; margin: 0; opacity: .75; }
.service-link { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: auto; padding-top: 8px; color: var(--gold); }

/* ============================================================
   PORTFOLIO
   ============================================================ */
.portfolio-section { padding: 110px 8vw; background: #fff; }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; flex-wrap: wrap; gap: 20px; }
.portfolio-viewall { color: var(--charcoal); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.portfolio-tile { position: relative; overflow: hidden; display: block; height: 260px; }
.portfolio-tile.tall { height: 544px; } /* 260*2 + 24 gap, matches row-span-2 */
.portfolio-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-tile:hover img { transform: scale(1.06); }
.portfolio-tile-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,12,11,0) 45%, rgba(13,12,11,.88) 100%); pointer-events: none; }
.portfolio-tile-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; color: var(--ivory); pointer-events: none; }
.portfolio-tile-meta { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.portfolio-tile-title { font-family: var(--font-display); font-size: 21px; }

/* ============================================================
   ABOUT SPLIT
   ============================================================ */
.about-section { padding: 110px 8vw; background: var(--charcoal); color: var(--ivory); }
.about-img-wrap { width: 100%; min-height: 380px; height: 100%; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.about-text p { font-size: 16px; line-height: 1.85; font-weight: 300; color: var(--text-body-light); margin: 0 0 20px; }
.about-quote {
    font-family: var(--font-display); font-style: italic; font-size: 19px;
    color: #e7e0d3; border-left: 1px solid var(--gold); padding-left: 20px; margin: 0 0 32px;
}
.about-link { color: var(--gold); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }

/* ============================================================
   GLOBAL REACH
   ============================================================ */
.markets-section { padding: 110px 8vw; background: var(--ivory); }
.markets-intro { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.market-item { text-align: center; }
.market-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--gold); margin: 0 auto 20px; border: 4px solid var(--ivory); box-shadow: 0 0 0 1px var(--gold-soft); }
.market-name { font-family: var(--font-display); font-size: 21px; margin-bottom: 8px; }
.market-note { color: #6b6458; font-size: 13.5px; font-weight: 300; line-height: 1.6; padding: 0 8px; }

.global-map-embed {
    margin-top: 64px;
    position: relative;
    background: var(--charcoal);
    border: 1px solid var(--gold-soft);
}
.global-map-embed iframe {
    display: block;
    width: 100%;
    height: min(60vw, 600px);
    min-height: 380px;
    border: none;
}

/* ============================================================
   CLIENT LOGOS MARQUEE
   ============================================================ */
.clients-section { padding: 80px 8vw; background: #fff; border-top: 1px solid var(--ivory-deep); border-bottom: 1px solid var(--ivory-deep); }
.clients-heading { text-align: center; color: var(--gold); letter-spacing: 3px; font-size: 12px; text-transform: uppercase; margin-bottom: 40px; }
.marquee-mask { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 60px; width: max-content; animation: marquee 40s linear infinite; }
.marquee-logo {     height: 197px;
    width: 200px;  background-repeat: no-repeat; background-position: center; background-size: contain; 

    /*filter: grayscale(1); opacity: .6; */

    transition: all .3s; }
.marquee-logo:hover { filter: grayscale(0); opacity: 1; }

/* ============================================================
   WHY DASH (FEATURES)
   ============================================================ */
.why-section { padding: 110px 8vw; background: var(--charcoal); color: var(--ivory); }
.why-feature-icon { font-size: 24px; color: var(--gold); margin-bottom: 16px; }
.why-feature-title { font-family: var(--font-display); font-weight: 500; font-size: 18px; margin: 0 0 10px; }
.why-feature-desc { font-size: 14px; line-height: 1.7; font-weight: 300; color: #c9c1b3; margin: 0; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { padding: 110px 8vw; background: var(--ivory); text-align: center; }
.testimonial-slider { max-width: 760px; margin: 0 auto; min-height: 200px; position: relative; }
.testimonial-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; }
.testimonial-slide.active { opacity: 1; pointer-events: auto; }
.testimonial-quote { font-family: var(--font-display); font-style: italic; font-size: 22px; line-height: 1.6; color: var(--charcoal); margin: 0 0 24px; }
.testimonial-name { font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: #6b6458; }
.testimonial-event { font-size: 12.5px; color: var(--gold); margin-top: 6px; }
.testimonial-dots { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.testimonial-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; cursor: pointer; background: #ddd0ba; transition: background .3s; }
.testimonial-dot.active { background: var(--gold); }

/* ============================================================
   BLOG / INSIGHTS
   ============================================================ */
.insights-section { padding: 110px 8vw; background: #fff; }
.blog-card { color: inherit; display: block; }
.blog-card-img { width: 100%; height: 220px; object-fit: cover; margin-bottom: 20px; }
.blog-card-meta { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.blog-card-title { font-family: var(--font-display); font-weight: 500; font-size: 18px; line-height: 1.35; margin: 0 0 12px; color: var(--charcoal); }
.blog-card-link { font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--charcoal); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

/* ============================================================
   FINAL CTA (pure CSS luxury background — no photo dependency)
   ============================================================ */
.cta-section {
    position: relative; padding: 140px 8vw; text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 700px 400px at 85% 0%, rgba(200,164,99,.18), transparent 60%),
        radial-gradient(ellipse 600px 500px at 5% 100%, rgba(200,164,99,.08), transparent 60%),
        linear-gradient(160deg, #0d0c0b 0%, #171512 55%, #14110d 100%);
    color: var(--ivory);
}
.cta-content { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-heading { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 4.5vw, 48px); color: var(--ivory); margin: 0 0 22px; }
.cta-sub { font-size: 16px; line-height: 1.7; color: #e7e0d3; font-weight: 300; margin: 0 0 34px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section { padding: 110px 8vw; background: var(--charcoal); color: var(--ivory); }
.contact-info-line { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text-body-light); margin-bottom: 14px; }
.contact-info-line i { color: var(--gold); width: 18px; }
.contact-socials { display: flex; gap: 18px; margin-top: 30px; }
.contact-social-btn {
    width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(246,241,231,.25);
    display: flex; align-items: center; justify-content: center; color: var(--text-body-light);
    font-size: 15px; transition: all .3s;
}
.contact-social-btn:hover { border-color: var(--gold); color: var(--gold); }

.contact-form input, .contact-form textarea {
    background: transparent; border: none; border-bottom: 1px solid rgba(246,241,231,.25);
    color: var(--ivory); padding: 12px 0; font-size: 14px; font-family: var(--font-body);
    outline: none; width: 100%; transition: border-color .2s ease;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(246,241,231,.4); }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--gold); }
.btn-contact-submit {
    margin-top: 10px; background: var(--gold); color: var(--charcoal-deep); border: none;
    padding: 15px 32px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    font-weight: 500; cursor: pointer; transition: opacity .3s;
}
.btn-contact-submit:hover { opacity: .88; }
.contact-success { color: var(--gold); font-size: 14px; margin-top: 8px; }
.contact-error { color: #e28b7d; font-size: 14px; margin-top: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--charcoal-deep); color: var(--text-on-dark-muted); padding: 70px 0 26px; border-top: 1px solid var(--gold); }
.footer-logo { height: 52px; width: auto; }
.footer-about { font-size: 14px; line-height: 1.7; font-weight: 300; max-width: 280px; margin: 0; }
.footer-heading { color: var(--ivory); font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; }
.footer-link { display: block; color: var(--text-on-dark-muted); font-size: 14px; margin-bottom: 11px; }
.footer-link:hover { color: var(--gold); }
.footer-contact-line { font-size: 14px; margin-bottom: 10px; }
.footer-bottom {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    padding-top: 24px; margin-top: 50px; border-top: 1px solid rgba(168,159,143,.2); font-size: 12.5px;
}
.footer-legal-links { display: flex; gap: 22px; }
.footer-legal-links a { color: var(--text-on-dark-muted); }
.footer-legal-links a:hover { color: var(--gold); }

.back-to-top {
    position: fixed; bottom: 26px; right: 26px; z-index: 90;
    width: 46px; height: 46px; border-radius: 50%; background: var(--gold);
    border: none; color: var(--charcoal-deep); cursor: pointer; font-size: 16px;
    display: none; align-items: center; justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.back-to-top.show { display: flex; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .portfolio-tile.tall { height: 260px; }
}
@media (max-width: 767.98px) {
    .site-nav { padding: 18px 6vw; }
    .site-nav.scrolled { padding: 12px 6vw; }
    .hero-content { padding: 0 6vw; }
    .stats-bar { padding: 44px 6vw; }
    .stat-item { border-right: none; margin-bottom: 20px; }
    .services-section, .portfolio-section, .about-section, .markets-section,
    .why-section, .testimonials-section, .insights-section, .contact-section, .cta-section,
    .page-hero, .story-section, .mission-vision-col, .values-section, .leadership-section {
        padding-left: 6vw; padding-right: 6vw; padding-top: 70px; padding-bottom: 70px;
    }
    .about-section { display: block !important; }
    .about-img-wrap { margin-bottom: 40px; min-height: 280px; }
    .about-img-wrap img { min-height: 280px; }
    .story-img-wrap { margin-top: 40px; min-height: 280px; }
}

/* ============================================================
   INNER PAGE HERO (About, Services, Portfolio, Blog, Contact)
   ============================================================ */
.page-hero {
    position: relative; height: 52vh; min-height: 360px; overflow: hidden;
    background: var(--charcoal-deep);
}
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(10,9,8,.62); }
.page-hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 8vw; }
.page-hero-heading { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 5vw, 54px); color: var(--ivory); margin: 0; }

/* ============================================================
   STORY SPLIT (About page)
   ============================================================ */
.story-section { padding: 100px 8vw; }
.story-text p { font-size: 16px; line-height: 1.85; font-weight: 300; color: #4a453c; margin: 0 0 20px; }
.story-img-wrap { width: 100%; height: 460px; overflow: hidden; }
.story-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   MISSION & VISION
   ============================================================ */
.mission-vision-col { padding: 50px; height: 100%; }
.mission-vision-col.dark { background: var(--charcoal); color: var(--ivory); }
.mission-vision-col.light { background: #fff; }
.mission-vision-icon { font-size: 26px; color: var(--gold); margin-bottom: 18px; display: block; }
.mission-vision-title { font-family: var(--font-display); font-weight: 500; font-size: 22px; margin: 0 0 14px; }
.mission-vision-col.dark p { color: var(--text-body-light); }
.mission-vision-col.light p { color: var(--text-body); }
.mission-vision-col p { font-size: 14.5px; line-height: 1.8; font-weight: 300; margin: 0; }

/* ============================================================
   VALUES GRID
   ============================================================ */
.values-section { padding: 100px 8vw; background: var(--charcoal); color: var(--ivory); }
.value-item { text-align: center; }
.value-icon { font-size: 28px; color: var(--gold); margin-bottom: 16px; display: block; }
.value-title { font-family: var(--font-display); font-weight: 500; font-size: 17px; margin: 0 0 10px; }
.value-desc { font-size: 13.5px; line-height: 1.7; font-weight: 300; color: #c9c1b3; margin: 0; }

/* ============================================================
   LEADERSHIP / TEAM GRID
   ============================================================ */
.leadership-section { padding: 100px 8vw; }
.team-card-img { width: 100%; height: 320px; object-fit: cover; margin-bottom: 18px; background: var(--ivory-deep); }
.team-card-name { font-family: var(--font-display); font-weight: 500; font-size: 18px; margin: 0 0 6px; }
.team-card-role { font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }

/* ============================================================
   SERVICES LIST (Services page)
   ============================================================ */
.services-list-section { padding: 100px 8vw; }
.service-row {
    display: grid; grid-template-columns: 100px 1fr auto; gap: 32px; align-items: center;
    padding: 40px 0; border-bottom: 1px solid var(--ivory-deep); scroll-margin-top: 110px;
}
.service-row-tag { font-family: var(--font-display); font-size: 40px; color: var(--gold); opacity: .5; }
.service-row-title { font-family: var(--font-display); font-weight: 500; font-size: 24px; margin: 0 0 10px; }
.service-row-desc { font-size: 14.5px; line-height: 1.75; font-weight: 300; color: var(--text-body); margin: 0; max-width: 640px; }
.service-row-icon { font-size: 30px; color: var(--gold); }
@media (max-width: 767.98px) {
    .service-row { grid-template-columns: 60px 1fr; gap: 16px; }
    .service-row-icon { display: none; }
    .service-row-tag { font-size: 28px; }
}

/* ============================================================
   PROCESS
   ============================================================ */
.process-section { padding: 0 8vw 120px; }
.process-intro { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.process-steps { position: relative; }
.process-line { position: absolute; top: 19px; left: 12.5%; right: 12.5%; height: 1px; background: var(--ivory-deep); }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-step-num {
    width: 38px; height: 38px; border-radius: 50%; background: var(--charcoal); color: var(--gold);
    font-family: var(--font-display); display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; border: 4px solid var(--ivory);
}
.process-step-title { font-family: var(--font-display); font-weight: 500; font-size: 17px; margin: 0 0 8px; }
.process-step-desc { font-size: 13.5px; line-height: 1.7; font-weight: 300; color: #6b6458; margin: 0; }
@media (max-width: 767.98px) {
    .process-line { display: none; }
}

/* ============================================================
   PORTFOLIO FILTERS + GRID (Portfolio page)
   ============================================================ */
.portfolio-filters-section { padding: 90px 8vw 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.filter-btn {
    border: 1px solid var(--ivory-deep); background: transparent; color: var(--charcoal);
    padding: 9px 20px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
    cursor: pointer; transition: all .25s;
}
.filter-btn:hover { border-color: var(--gold); }
.filter-btn.active { background: var(--gold); color: var(--charcoal-deep); border-color: var(--gold); }

.portfolio-grid-section { padding: 0 8vw 120px; }
.portfolio-grid-tile { height: 320px; }
.portfolio-grid-tile.hidden { display: none; }

/* ============================================================
   PROJECT DETAIL PAGE
   ============================================================ */
.project-hero {
    position: relative; height: 68vh; min-height: 460px; overflow: hidden;
    background: var(--charcoal-deep);
}
.project-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,9,8,.35) 0%, rgba(10,9,8,.55) 60%, rgba(10,9,8,.9) 100%); }
.project-hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 8vw 60px; }
.project-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #e7e0d3; font-size: 13px; margin-bottom: 18px; }
.project-hero-meta span { display: flex; align-items: center; gap: 8px; }
.project-hero-meta i { color: var(--gold); }
.project-hero-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 5.5vw, 60px); color: var(--ivory); margin: 0; line-height: 1.1; }

.project-back-link {
    display: inline-flex; align-items: center; gap: 8px; color: var(--gold);
    font-size: 12.5px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 40px;
}
.project-back-link:hover { color: var(--charcoal); }

.project-body-section { padding: 90px 8vw; }
.project-detail-block { margin-bottom: 50px; }
.project-detail-block:last-child { margin-bottom: 0; }
.project-detail-heading { font-family: var(--font-display); font-weight: 500; font-size: 24px; margin: 0 0 16px; }
.project-detail-content { font-size: 15.5px; line-height: 1.8; font-weight: 300; color: var(--text-body); max-width: 760px; }
.project-highlight-list { list-style: none; padding: 0; margin: 20px 0 0; max-width: 600px; }
.project-highlight-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--text-body); margin-bottom: 12px; font-weight: 300; }
.project-highlight-list i { color: var(--gold); margin-top: 3px; }

.project-sidebar { background: var(--ivory); padding: 40px; height: fit-content; }
.project-sidebar-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.project-sidebar-value { font-size: 15px; margin-bottom: 24px; }
.project-sidebar-value:last-child { margin-bottom: 0; }
.service-pill {
    display: inline-block; border: 1px solid var(--ivory-deep); padding: 6px 14px;
    font-size: 12px; margin: 0 6px 8px 0; text-transform: uppercase; letter-spacing: .5px;
}

.project-gallery-section { padding: 0 8vw 100px; }
.project-gallery-grid img { width: 100%; height: 260px; object-fit: cover; }

.project-testimonial-section { padding: 90px 8vw; background: var(--charcoal); color: var(--ivory); text-align: center; }
.project-testimonial-quote { font-family: var(--font-display); font-style: italic; font-size: 22px; line-height: 1.6; max-width: 720px; margin: 0 auto 22px; }
.project-testimonial-name { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }

.related-projects-section { padding: 90px 8vw 110px; }

/* ============================================================
   BLOG LISTING PAGE
   ============================================================ */
.page-hero-sm { height: 44vh; min-height: 320px; }

.featured-post {
    display: grid; grid-template-columns: 1.2fr 1fr; background: var(--ivory); text-decoration: none; color: inherit;
}
.featured-post-img { position: relative; min-height: 380px; background-size: cover; background-position: center; }
.featured-post-body { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.featured-post-tag { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.featured-post-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.8vw, 32px); line-height: 1.25; margin: 0 0 16px; }
.featured-post-excerpt { font-size: 15px; line-height: 1.8; font-weight: 300; color: var(--text-body); margin: 0 0 22px; }
.featured-post-meta { font-size: 12.5px; color: #8a8272; }
@media (max-width: 767.98px) { .featured-post { grid-template-columns: 1fr; } .featured-post-img { min-height: 260px; } }

.blog-list-section { padding: 60px 8vw 110px; }
.blog-grid-item.hidden { display: none; }
.blog-grid-img { height: 220px; margin-bottom: 20px; background-size: cover; background-position: center; transition: transform .5s; }
.blog-grid-card:hover .blog-grid-img { transform: scale(1.02); }
.blog-no-results { padding: 50px 0; text-align: center; color: #8a8272; font-size: 14.5px; font-weight: 300; }

.newsletter-section { padding: 80px 8vw; background: var(--charcoal); color: var(--ivory); text-align: center; }
.newsletter-form { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; max-width: 500px; margin: 0 auto; }
.newsletter-form input {
    flex: 1; min-width: 220px; background: transparent; border: none; border-bottom: 1px solid rgba(246,241,231,.3);
    color: var(--ivory); padding: 11px 0; font-size: 14px; font-family: var(--font-body); outline: none;
}
.newsletter-form button {
    background: var(--gold); color: var(--charcoal-deep); border: none; padding: 13px 28px;
    font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 500; cursor: pointer;
}

/* ============================================================
   ARTICLE (Blog Detail) PAGE
   ============================================================ */
.article-hero { position: relative; height: 52vh; min-height: 380px; overflow: hidden; }
.article-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,9,8,.4) 0%, rgba(10,9,8,.82) 100%); }
.article-hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 8vw 46px; max-width: 980px; }
.article-hero-meta { color: var(--gold); letter-spacing: 2px; font-size: 12px; text-transform: uppercase; margin-bottom: 14px; }
.article-hero-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(26px, 4.4vw, 46px); line-height: 1.2; color: var(--ivory); margin: 0; }

.article-body-section { padding: 70px 8vw 40px; }
.article-lede { font-family: var(--font-display); font-size: 19px; line-height: 1.65; color: var(--charcoal); margin: 0 0 30px; }
.article-block { margin-bottom: 28px; }
.article-block h2 { font-family: var(--font-display); font-weight: 500; font-size: 23px; margin: 0 0 8px; }
.article-block p { font-size: 15.5px; line-height: 1.9; font-weight: 300; color: #403b33; margin: 0; }
.article-block blockquote { font-family: var(--font-display); font-style: italic; font-size: 20px; line-height: 1.6; color: var(--charcoal); border-left: 2px solid var(--gold); padding-left: 22px; margin: 0; }

.article-share { display: flex; gap: 14px; align-items: center; padding-top: 22px; border-top: 1px solid var(--ivory-deep); }
.article-share-label { font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase; color: #8a8272; }
.article-share-btn {
    width: 36px; height: 36px; border: 1px solid var(--ivory-deep); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--charcoal); transition: all .3s;
}
.article-share-btn:hover { border-color: var(--gold); color: var(--gold); }

.article-sidebar { background: var(--ivory); padding: 28px; }
.article-sidebar-label { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.article-toc-item { font-size: 13.5px; line-height: 1.5; color: #4a453c; margin-bottom: 10px; }
.article-sidebar-cta { display: block; margin-top: 24px; background: var(--gold); color: var(--charcoal-deep); padding: 13px; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 500; text-align: center; }

.related-posts-section { padding: 50px 8vw 100px; }

/* ============================================================
   CONTACT PAGE (light-theme form, distinct from home's dark one)
   ============================================================ */
.contact-page-section { padding: 90px 8vw; }
.contact-page-heading { font-family: var(--font-display); font-weight: 500; font-size: 25px; margin: 0 0 28px; }
.contact-page-info-line { display: flex; align-items: center; gap: 14px; font-size: 15px; color: #4a453c; margin-bottom: 20px; }
.contact-page-info-line i { color: var(--gold); width: 18px; }
.contact-page-info-line.align-start { align-items: flex-start; }
.contact-page-info-line.align-start i { margin-top: 3px; }

.contact-page-socials { display: flex; gap: 14px; margin-top: 34px; }
.contact-page-social-btn {
    width: 40px; height: 40px; border: 1px solid var(--ivory-deep); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--charcoal); transition: all .3s;
}
.contact-page-social-btn:hover { border-color: var(--gold); color: var(--gold); }

.contact-page-form input, .contact-page-form textarea {
    background: transparent; border: none; border-bottom: 1px solid var(--ivory-deep);
    color: var(--charcoal); padding: 11px 0; font-size: 14px; font-family: var(--font-body);
    outline: none; width: 100%; transition: border-color .2s ease;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder { color: #a89f8f; }
.contact-page-form input:focus, .contact-page-form textarea:focus { border-bottom-color: var(--gold); }
.contact-page-submit {
    margin-top: 8px; background: var(--gold); color: var(--charcoal-deep); border: none;
    padding: 15px 32px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    font-weight: 500; cursor: pointer; transition: opacity .3s;
}
.contact-page-submit:hover { opacity: .88; }

.map-section { height: 420px; position: relative; overflow: hidden; }
.map-section iframe, .map-section img { width: 100%; height: 100%; object-fit: cover; border: none; filter: saturate(.7) contrast(1.05); }
.map-section-overlay { position: absolute; inset: 0; background: rgba(23,21,18,.12); pointer-events: none; }

@media (max-width: 767.98px) {
    .contact-page-section { padding: 60px 6vw; }
}

/* ============================================================
   OUR CLIENTS PAGE
   ============================================================ */
.clients-intro-text { max-width: 660px; margin: 0 auto 56px; text-align: center; font-size: 16px; line-height: 1.8; font-weight: 300; color: var(--text-body); }
.client-logo-grid-tile {
    background: #fff; height: 140px; display: flex; align-items: center; justify-content: center;
    background-repeat: no-repeat; background-position: center; background-size: 210px auto;
    
    /*filter: grayscale(1); opacity: .65;*/

     transition: all .3s;
}
.client-logo-grid-tile:hover { filter: grayscale(0); opacity: 1; }

.client-stats-section { padding: 70px 8vw; background: var(--charcoal); color: var(--ivory); }
.client-stat-item { text-align: center; }
.client-stat-value { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 44px); color: var(--gold); }
.client-stat-label { color: #cfc7b8; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; margin-top: 8px; }

.industries-section { padding: 100px 8vw; }
.industry-card { background: var(--ivory); padding: 36px 30px; height: 100%; }
.industry-icon { font-size: 24px; color: var(--gold); margin-bottom: 14px; display: block; }
.industry-title { font-family: var(--font-display); font-weight: 500; font-size: 18px; margin: 0 0 10px; }
.industry-desc { font-size: 13.5px; line-height: 1.7; font-weight: 300; color: var(--text-body); margin: 0; }

/* ============================================================
   OUR TEAM PAGE
   ============================================================ */
.leadership-intro { max-width: 660px; margin: 0 auto 60px; text-align: center; }
.leadership-intro p { font-size: 16px; line-height: 1.8; font-weight: 300; color: var(--text-body); margin: 12px 0 0; }
.leader-card-img { height: 360px; margin-bottom: 20px; background-size: cover; background-position: center; background-color: var(--ivory-deep); }
.leader-card-name { font-family: var(--font-display); font-weight: 500; font-size: 20px; margin: 0 0 6px; }
.leader-card-role { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.leader-card-bio { font-size: 14px; line-height: 1.75; font-weight: 300; color: var(--text-body); margin: 0 0 16px; }
.leader-card-socials { display: flex; gap: 12px; }
.leader-social-btn {
    width: 34px; height: 34px; border: 1px solid var(--ivory-deep); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--charcoal); font-size: 12.5px; transition: all .3s;
}
.leader-social-btn:hover { border-color: var(--gold); color: var(--gold); }

.departments-section { padding: 85px 8vw; background: var(--charcoal); color: var(--ivory); }
.dept-icon { font-size: 24px; color: var(--gold); margin-bottom: 14px; display: block; }
.dept-title { font-family: var(--font-display); font-weight: 500; font-size: 18px; margin: 0 0 8px; }
.dept-size { font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.dept-desc { font-size: 13.5px; line-height: 1.7; font-weight: 300; color: #c9c1b3; margin: 0; }

.careers-section { padding: 100px 8vw; text-align: center; }
.careers-content { max-width: 600px; margin: 0 auto; }
.btn-outline-dark {
    border: 1px solid var(--charcoal); color: var(--charcoal); padding: 15px 32px;
    font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; transition: all .3s; display: inline-block;
}
.btn-outline-dark:hover { background: var(--charcoal); color: var(--ivory); }

/* ============================================================
   TESTIMONIALS PAGE
   ============================================================ */
.featured-quote-box { background: var(--ivory); padding: 60px 8vw; text-align: center; max-width: 1000px; margin: 0 auto; }
.featured-quote-icon { font-size: 26px; color: var(--gold); margin-bottom: 20px; display: block; }
.featured-quote-text { font-family: var(--font-display); font-style: italic; font-size: clamp(19px, 2.4vw, 26px); line-height: 1.6; margin: 0 0 24px; }
.featured-quote-name { font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; color: #6b6458; }
.featured-quote-event { font-size: 12px; color: var(--gold); margin-top: 6px; }

.testimonial-grid-card { background: #fff; padding: 38px 30px; display: flex; flex-direction: column; gap: 16px; height: 100%; }
.testimonial-grid-stars { display: flex; gap: 4px; color: var(--gold); font-size: 11px; }
.testimonial-grid-quote { font-size: 14.5px; line-height: 1.8; font-weight: 300; color: #403b33; margin: 0; flex: 1; }
.testimonial-grid-name { font-family: var(--font-display); font-size: 16px; margin-bottom: 4px; }
.testimonial-grid-company { font-size: 12px; color: #8a8272; }
.testimonial-grid-tag { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-top: 8px; }
.testimonial-grid-item.hidden { display: none; }

/* ============================================================
   GENERIC STATIC PAGE (Privacy Policy, Terms & Conditions, etc.)
   ============================================================ */
.static-page-section { padding: 90px 8vw; max-width: 860px; margin: 0 auto; }
.static-page-block { margin-bottom: 40px; }
.static-page-block:last-child { margin-bottom: 0; }
.static-page-block h2 { font-family: var(--font-display); font-weight: 500; font-size: 22px; margin: 0 0 14px; }
.static-page-block p { font-size: 15px; line-height: 1.85; font-weight: 300; color: var(--text-body); margin: 0 0 14px; }
.static-page-updated { font-size: 12.5px; color: #8a8272; margin-bottom: 40px; }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-section { padding: 90px 8vw; max-width: 860px; margin: 0 auto; }
.faq-accordion .accordion-item {
    background: transparent; border: none; border-bottom: 1px solid var(--ivory-deep); border-radius: 0;
}
.faq-accordion .accordion-button {
    font-family: var(--font-display); font-weight: 500; font-size: 18px; color: var(--charcoal);
    background: transparent; padding: 26px 4px; box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--gold-dark, var(--gold)); background: transparent; box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: none; border-color: transparent; }
.faq-accordion .accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f078";
    color: var(--gold); font-size: 14px; transition: transform .25s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::after { transform: rotate(180deg); }
.faq-accordion .accordion-body { padding: 0 4px 28px; font-size: 15px; line-height: 1.8; font-weight: 300; color: var(--text-body); }



/* ============================================================
   PROJECT REVIEWS & COMMENTS
   ============================================================ */
.project-reviews-section { padding: 90px 8vw; }
.reviews-summary { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.reviews-avg-stars i, .review-card-stars i { color: var(--gold); font-size: 14px; }
.reviews-avg-stars i.is-empty, .review-card-stars i.is-empty { color: var(--ivory-deep); }
.reviews-avg-value { font-size: 14px; color: var(--charcoal); font-weight: 500; }
.reviews-count { font-size: 13px; color: #8a8272; }

/* Split layout: form left, scrollable list right */
.reviews-split {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
}

.review-form-wrap {
    background: var(--charcoal);
    color: var(--ivory);
    padding: 44px;
    position: sticky;
    top: 110px;
}
.review-form-heading { font-family: var(--font-display); font-weight: 500; font-size: 20px; margin: 0 0 24px; }
.review-form-row { margin-bottom: 22px; }
.review-form-row:last-of-type { margin-bottom: 26px; }
.review-form input[type="text"], .review-form textarea {
    background: transparent; border: none; border-bottom: 1px solid rgba(246,241,231,.25);
    color: var(--ivory); padding: 11px 0; font-size: 14px; font-family: var(--font-body);
    outline: none; width: 100%; transition: border-color .2s ease; resize: vertical;
}
.review-form input::placeholder, .review-form textarea::placeholder { color: rgba(246,241,231,.4); }
.review-form input:focus, .review-form textarea:focus { border-bottom-color: var(--gold); }
.review-form-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.review-form-rating-label { display: block; font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text-on-dark-muted); margin-bottom: 10px; }
.review-form-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 6px; }
.review-form-stars input { display: none; }
.review-form-stars label i { color: rgba(246,241,231,.25); font-size: 20px; cursor: pointer; transition: color .2s; }
.review-form-stars input:checked ~ label i,
.review-form-stars label:hover i,
.review-form-stars label:hover ~ label i { color: var(--gold); }

.review-form-errors { background: rgba(226,139,125,.12); border: 1px solid #e28b7d; padding: 14px 18px; margin-bottom: 22px; }
.review-form-errors p { color: #e28b7d; font-size: 13.5px; margin: 0; }
.review-form-msg {
    background: rgba(226,139,125,.12);
    border: 1px solid #e28b7d;
    color: #e28b7d;
    padding: 12px 16px;
    font-size: 13.5px;
    margin-bottom: 20px;
}

/* Scrollable reviews list */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 560px;
    overflow-y: auto;
    padding-right: 12px;
}
.reviews-list::-webkit-scrollbar { width: 6px; }
.reviews-list::-webkit-scrollbar-track { background: var(--ivory-deep); }
.reviews-list::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 10px; }

.reviews-empty { color: #8a8272; font-size: 14.5px; font-weight: 300; margin: 0; }

.review-card { background: var(--ivory); padding: 26px 28px; }
.review-card-stars { display: flex; gap: 3px; margin-bottom: 12px; font-size: 13px; }
.review-card-comment { font-size: 15px; line-height: 1.75; font-weight: 300; color: var(--text-body); margin: 0 0 16px; }
.review-card-meta { display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: #8a8272; }
.review-card-name { font-weight: 500; color: var(--charcoal); text-transform: uppercase; letter-spacing: .5px; font-size: 12px; }

.review-card-reply {
    margin-top: 16px;
    padding: 16px 18px;
    background: var(--ivory-deep);
    border-left: 2px solid var(--gold);
}
.review-card-reply-label {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}
.review-card-reply p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    color: var(--text-body);
    margin: 0;
}

@media (max-width: 991.98px) {
    .reviews-split { grid-template-columns: 1fr; gap: 32px; }
    .review-form-wrap { position: static; }
    .reviews-list { max-height: 460px; }
}

@media (max-width: 767.98px) {
    .project-reviews-section { padding: 50px 6vw; }
    .review-form-wrap { padding: 30px; }
    .review-card { padding: 22px 24px; }
    .reviews-list { max-height: 420px; }
}