/* ============================
   ERIC WHITE STUDIO — HOMEPAGE
   Restored Gallery-Wall Version
   ============================ */

/* GLOBAL BASE */
body.homePage {
    margin: 0;
    padding: 0;
    background: #f5f3e0; /* warm gallery-wall tone */
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

/* ============================
   HEADER + BANNER SYSTEM
   ============================ */

.ew-header-container {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    position: relative;
}

.ew-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Full-width gallery banner */
.ew-banner {
    width: 100%;
    height: 360px;
    background: linear-gradient(
        to bottom,
        #d7d9dd 0%,
        #c7c9ce 40%,
        #bfc2c7 100%
    );
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-top: 4px solid #000;
}

/* Entrance shadow */
.ew-entrance-shadow {
    width: 80px;
    height: 100%;
    background: rgba(0,0,0,0.15);
    box-shadow: 10px 0 20px rgba(0,0,0,0.25);
    position: absolute;
    left: 0;
    top: 0;
}

/* Title block */
.ew-title-block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ew-title-block h1 {
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0;
    color: #222;
}

.ew-title-block p {
    margin: 5px 0 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #444;
}

/* Rotating frames */
.ew-frames-row {
    display: flex;
    gap: 20px;
    margin-left: 100px;
    margin-top: 40px;
}

.ew-frame {
    width: 220px;
    height: 165px;
    background: #fff;
    border: 3px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    overflow: hidden;
    position: relative;
}

.ew-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.rotating-img {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

/* Navigation */
.ew-nav {
    background: #fff;
    padding: 10px 0 0;
    text-align: center;
}

.ew-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ew-nav li {
    display: inline-block;
    margin: 0 20px;
}

.ew-nav a {
    text-decoration: none;
    font-size: 18px;
    color: #222;
}

.ew-gold-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #d4af37, #f7e27c, #d4af37);
    margin-top: 10px;
}

/* ============================
   MAIN CONTENT
   ============================ */

.mainContent {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Welcome banner */
.welcomeBanner {
    width: 100%;
    max-width: 860px;
    background-image: url('images/gallery-images/medium/navPurGryBa_preview.jpg');
    background-size: cover;
    background-position: center;
    padding: 22px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcomeBanner h1 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

/* Hero image */
.realAfricanHero {
    width: 100%;
    max-width: 860px;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Hero description */
.imageDescription {
    color: #000;
    max-width: 860px;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

/* ============================
   PANEL SYSTEM
   ============================ */

.panelRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 860px;
    margin: 30px auto;
}

/* LEFT PANEL */
.leftPanel {
    width: 50%;
    background-image: url('images/gallery-images/medium/leftGrayTexture.jpg');
    background-size: cover;
    background-position: top center;
    padding: 35px 40px;
    text-align: center;
}

.leftPanel h2 {
    color: #6a3a8a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.leftPanel p {
    color: #6a3a8a;
    font-size: 18px;
    line-height: 1.5;
}

.leftContactLink {
    display: block;
    color: #6a3a8a;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}

/* RIGHT PANEL */
.rightPanel {
    width: 50%;
    background-image: url('images/gallery-images/medium/rightPurpleTexture.jpg');
    background-size: cover;
    background-position: top center;
    padding: 35px 40px;
    text-align: center;
}

.rightPanel h2 {
    color: #e6e6e6;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rightPanel p {
    color: #e6e6e6;
    font-size: 18px;
    line-height: 1.5;
}

.rightLearnMore {
    display: block;
    color: #e6e6e6;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}

/* Facebook icon */
.facebookIcon img {
    width: 40px;
    height: auto;
    margin-top: 25px;
}

/* ============================
   MARQUEE BANNER
   ============================ */

.marqueeBanner {
    width: 100%;
    max-width: 860px;
    background-image: url('images/gallery-images/medium/navDkBluBan_preview.jpg');
    background-size: cover;
    background-position: center;
    padding: 15px 20px;
    margin: 20px auto;
}

.marqueeBanner p {
    color: #7fa6d9;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

/* ============================
   FOOTER — RESTORED VERSION
   ============================ */

.gallery-footer {
    background-color: #000;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

/* Footer links */
.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #7fa6d9;
    text-decoration: none;
    margin: 0 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-links a:hover {
    color: #d4af37;
}

/* Theme bar */
.theme-bar {
    margin: 15px auto 10px auto;
    text-align: center;
}

.gold-line {
    width: 380px;
    height: 1px;
    background-color: #d4af37;
    margin: 6px auto;
}

.theme-text {
    color: #d4af37;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 4px 0;
    white-space: nowrap;
}

/* Legal text */
.footer-bottom p {
    margin: 3px 0;
    font-size: 13px;
    color: #aaa;
}

.developer-credit {
    font-size: 12px;
    color: #aaa;
}

.footer-bottom,
.footer-bottom p,
.developer-credit {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}