/*
Theme Name: PIC AUS Photography Collective
Theme URI: https://picaus.com.au
Author: PIC AUS
Author URI: https://picaus.com.au
Description: A premium, minimalist WordPress theme designed exclusively for PIC AUS - Australia's Elite Photography Collective. Features a sophisticated black canvas that elevates photography, with smooth animations and curated gallery sections.
Version: 1.0.0
License: Proprietary
Text Domain: pic-aus
Tags: black-background, photography, gallery, minimalist, responsive, customizer
*/

/* ========== RESET & BASE ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}


.site-header .logo {
    display: none;
}


@media (max-width: 767px) {
    .hero-logo img,
    .hero-logo .custom-logo {
        height: 50px !important;
        width: auto !important;
        max-width: 80vw;
    }
}


/* ========== HEADER ========== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
}

.logo img,
.logo .custom-logo {
  height: 36px;
  width: auto;
  display: block;
  filter: brightness(1) contrast(1.2);
}

/* Navigation */
.desktop-nav .nav-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.desktop-nav .nav-menu li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: none;
  transition: color 0.25s;
}

.desktop-nav .nav-menu li a:hover,
.desktop-nav .nav-menu li.current-menu-item a {
  color: #f5c542;
}



/* Hamburger Menu */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 60;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: 0.25s ease;
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ========== MAIN CONTENT ========== */
main {
  padding-top: 80px;
}

section {
  padding: 5rem 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* ========== HERO SECTION ========== */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background: radial-gradient(circle at center, #0a0a0a 0%, #000000 80%);
}

.hero-logo {
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero-logo img,
.hero-logo .custom-logo {
  height: 80px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(245, 197, 66, 0.3));
  border-radius: 12px;
}

.hero-tagline {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  color: #f0f0f0;
  animation: fadeInUp 1s ease-out 0.2s both;
  max-width: 800px;
}

.yellow-dot {
  color: #f5c542;
  font-weight: 400;
}

.hero-image {
  width: 100%;
  max-width: 750px;
  margin: 2rem auto 2.5rem;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 50px -20px rgba(0,0,0,0.9);
  animation: fadeIn 1.4s ease-out 0.3s both;
  background: #111;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: transform 0.7s ease;
}

.hero-image:hover img {
  transform: scale(1.02);
}
/* ========== BUTTONS ========== */
.cta-button {
  display: inline-block;
  background: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  padding: 1rem 2.8rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(4px);
  margin-top: 0.5rem;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.cta-button:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  box-shadow: 0 0 25px rgba(255,255,255,0.2);
}

.cta-yellow {
  border-color: #f5c542;
  color: #f5c542;
}

.cta-yellow:hover {
  background: #f5c542;
  color: #000000;
  border-color: #f5c542;
}

/* ========== GENRE SECTIONS ========== */
.genre-section {
  padding: 5rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.genre-header {
  margin-bottom: 3rem;
  display: flex;
  align-items: baseline;
}

.genre-header h2 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 3px solid #f5c542;
  padding-left: 1.2rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.grid-item {
  overflow: hidden;
  background: #0a0a0a;
  border-radius: 2px;
  position: relative;
  cursor: default;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s;
  aspect-ratio: 4/5;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  will-change: transform;
}

.grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 35px -15px rgba(245, 197, 66, 0.2);
}

.grid-item:hover img {
  transform: scale(1.05);
}

/* ========== ANIMATIONS ========== */
.fade-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-stagger.revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ========== MEMBERSHIP SECTION ========== */
.membership-value {
  text-align: center;
  padding: 6rem 2rem;
  background: #020202;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.value-title {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 2.5rem 0 3rem;
  font-weight: 300;
  font-size: 1.3rem;
  color: #cccccc;
  list-style: none;
  padding: 0;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.value-item span {
  font-weight: 500;
  color: #f5c542;
  margin-right: 0.3rem;
  font-size: 1.6rem;
}

/* ========== FOOTER ========== */
.site-footer {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2rem !important;
  padding: 4rem 2rem !important;
  text-align: left !important;
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #888;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.footer-logo {
  grid-column: 1;
}

.footer-logo img,
.footer-logo .custom-logo {
  height: 28px;
  width: auto;
  max-height: 28px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.footer-nav {
  grid-column: 2 / 4;
}

.footer-nav .footer-menu {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.8rem 2rem !important;
  list-style: none;
  padding: 0;
}

.footer-nav .footer-menu li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav .footer-menu li a:hover {
  color: #F8F88A;
}

.copyright {
  grid-column: 4;
  color: #666;
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  
  .footer-logo,
  .footer-nav,
  .copyright {
    grid-column: 1 !important;
    text-align: center !important;
  }
  
  .footer-nav .footer-menu {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
}



/* ========== RESPONSIVE ========== */
@media (min-width: 768px) {
  .desktop-nav {
    display: block;
  }
  
  
  section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 767px) {
  .desktop-nav {
    display: flex;
  }
  
  .image-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .grid-item {
    aspect-ratio: 4/5;
  }
  
  .hero-logo img,
  .hero-logo .custom-logo {
    height: 60px;
  }
  
  .value-list {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .genre-header h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== WORDPRESS SPECIFIC ========== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}



/* ========== MEMBER GALLERY ========== */
.gallery-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 3rem 2rem;
    padding: 6rem 3rem;
    max-width: 1800px;
    margin: 0 auto;
    min-height: 100vh;
}

.artist-frame {
    position: relative;
    background: #1a1917;
    border: 8px solid #2a2926;
    border-radius: 2px;
    box-shadow: 
        0 10px 40px rgba(0,0,0,0.5),
        inset 0 0 0 1px rgba(255,255,255,0.03);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    overflow: hidden;
}

.artist-frame:hover {
    border-color: #F8F88A;
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.7),
        0 0 30px rgba(248,248,138,0.1),
        inset 0 0 0 1px rgba(248,248,138,0.1);
    transform: translateY(-6px);
}

.frame-inner {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #111;
}

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

.frame-mat {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
    z-index: 2;
}

.nameplate {
    padding: 1.2rem 1.5rem;
    background: #1a1917;
    border-top: 1px solid #2a2926;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.artist-name {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.artist-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.genre-tag {
    font-size: 0.65rem;
    padding: 0.2rem 0.6rem;
    border: 1px solid #3a3936;
    border-radius: 2px;
    color: #999;
    text-transform: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.artist-bio {
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.4rem;
    font-weight: 300;
    line-height: 1.4;
}

.frame-dot {
    width: 8px;
    height: 8px;
    background: #F8F88A;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

/* Zoom Overlay */
.zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(34,33,30,0.95);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.zoom-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.zoom-content {
    max-width: 90vw;
    max-height: 90vh;
    text-align: center;
}

.zoom-content img {
    max-height: 65vh;
    max-width: 90vw;
    object-fit: contain;
    border: 2px solid #2a2926;
    box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

.zoom-artist {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.zoom-genres {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.zoom-genres .genre-tag {
    font-size: 0.7rem;
}

.zoom-counter {
    color: #888;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

.zoom-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 1px solid #555;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s;
}

.zoom-close:hover {
    border-color: #F8F88A;
    color: #F8F88A;
}

.zoom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 1px solid #555;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s;
}

.zoom-nav:hover {
    border-color: #F8F88A;
    color: #F8F88A;
}

.zoom-prev { left: 2rem; }
.zoom-next { right: 2rem; }

.zoom-thumbnails {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.zoom-thumb {
    width: 100px;
    height: 124px;
    object-fit: cover;
    border: 1px solid #2a2926;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}

.zoom-thumb:hover,
.zoom-thumb.active {
    opacity: 1;
    border-color: #F8F88A;
}

@media (max-width: 768px) {
    .gallery-wall {
        grid-template-columns: 1fr;
        padding: 4rem 1.5rem;
        gap: 2.5rem;
    }
    .zoom-prev { left: 0.5rem; }
    .zoom-next { right: 0.5rem; }
    .zoom-thumb {
        width: 40px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .hamburger {
        display: flex !important;
    }
    

    
    .desktop-nav.mobile-open {
        display: block !important;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #22211E;
        padding: 2rem;
        border-bottom: 1px solid #333;
        z-index: 40;
    }
    
    .desktop-nav.mobile-open .nav-menu {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    
    .desktop-nav.mobile-open .nav-menu li a {
        font-size: 1rem !important;
    }
}


/* Safari-specific fixes */
@supports (-webkit-appearance: -apple-pay-button) {
    .artist-frame {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .frame-inner img {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .zoom-overlay {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}


.safari-browser .artist-frame {
    -webkit-transform: translateZ(0);
}

.safari-browser .frame-inner img {
    -webkit-transform: translateZ(0);
    transition: opacity 0.5s ease-in-out;
}

.safari-browser .gallery-wall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.honour-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.honour-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.5rem;
    border: 1px solid;
    border-radius: 4px;
    font-size: 0.65rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.honour-badge {
    border-color: transparent !important;
}
.honour-label {
    font-weight: 400;
}

.honour-check {
    font-size: 0.6rem;
}

.honour-org {
    font-size: 0.55rem;
    opacity: 0.6;
}

.honour-size-large .honour-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
}



