/* ============================================================
   STYLE-HOME.CSS - SLIMMED VERSION
   Date: 2025-12-05
   Original: 51KB (2608 lines) → Slimmed: ~15KB (~600 lines)
   
   Removed: Header, navigation, footer styles (now in component modules)
   Removed: Container duplicates (in layout.css)
   Removed: Duplicate responsive breakpoints
   
   Kept: Font declarations, home page specific, body/global, patterns
   Backup: archived/css/deprecated-2024-12-05/style-home.css.backup
   ============================================================ */

/* ----------------------------------------------------------------
  FONT FACES
---------------------------------------------------------------- */
/* Font-faces removed: local files missing. Using Google Fonts. */

/* ----------------------------------------------------------------
  BODY & GLOBAL
---------------------------------------------------------------- */
body {
  font-family: "Figtree", Times, serif;
  font: 400 13px/21px "Figtree", Times, serif;
  color: #333;
  margin: 0;
}

body.home {
  background-color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  height: auto;
}

ul {
  display: block;
}

/* ----------------------------------------------------------------
  TYPOGRAPHY PATTERNS
---------------------------------------------------------------- */
.title {
  font: 400 28px/30px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.0625em;
  color: #005f69;
}

.title a {
  color: #000;
}

.title a:hover {
  text-decoration: underline;
}

.page-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: center;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 37px;
  color: #005f69;
}

.subtitle {
  font-style: italic;
  font: italic 400 28px/30px "Figtree", Times, serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

.breadcrumbs {
  text-align: center;
  font: 400 16px/20px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.0625em;
  color: #005f69;
}

.breadcrumbs span {
  margin: 0 4px;
}

.button {
  width: 150px;
  height: 38px;
  background: #666;
  color: #fff;
}

.button:hover {
  color: #ccc;
}

.first {
  margin-left: 0;
}

/* ----------------------------------------------------------------
  ENTRY CONTENT
---------------------------------------------------------------- */
.entry-content {
  font-size: 13px;
  font-family: "Figtree", sans-serif;
}

.entry-content .description {
  margin: 10px 0;
}

.entry-content .social.share {
  overflow: hidden;
  margin: 10px 0;
}

.entry-content .social.share em {
  margin-right: 10px;
  display: block;
  float: left;
  color: #000;
}

.entry-content .social.share em:hover {
  color: #666;
}

/* ----------------------------------------------------------------
  VIDEO BLOCKS
---------------------------------------------------------------- */
.preview {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.preview.service {
  line-height: 21px;
  font-size: 13px;
  font-family: "Figtree", sans-serif;
  width: 31.3333%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.video {
  margin-bottom: 45px;
}

.preview.video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}

.preview.video.loaded {
  border: 1px solid #ccc;
}

.tax-video-categories .preview.video {
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 50px;
}

.preview.video .title {
  font-weight: 700;
  font-family: "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  color: #005f69;
  line-height: 1em;
}

.preview.service .title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}

.preview.trailer .title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0;
}

.archive .intro {
  margin-bottom: 92px;
}

.archive .poster .credits {
  text-align: center;
}

.preview.video .subtitle {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  color: #666;
  font-style: normal;
}

.preview.service .excerpt {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.preview.video .wp-post-image {
  display: block;
  margin: 0;
}

.preview.trailer .wp-post-image {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ----------------------------------------------------------------
  POSTER BLOCKS
---------------------------------------------------------------- */
.poster {
  width: 245px;
  display: block;
  float: left;
  padding: 0 40px 40px 40px;
}

.poster img {
  width: 100%;
}

.poster .title {
  font: 800 16px/20px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 3px 0;
}

.poster .content {
  font: 400 13px/20px "Figtree", sans-serif;
  color: #333;
  text-align: center;
  display: block;
}

/* ----------------------------------------------------------------
  HOME PAGE - BACKGROUND IMAGES
---------------------------------------------------------------- */
#bg-imgs {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 960px;
  opacity: 1;
}

#bg-imgs li {
  display: block;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: -9999999px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

#bg-imgs li:first-child {
  display: block;
  left: 0;
  z-index: 3;
}

/* ----------------------------------------------------------------
  HOME PAGE - MENU
---------------------------------------------------------------- */
.home .home-menu {
  text-align: center;
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  top: 0 !important;
  opacity: 1;
}

.home .home-menu h1 {
  margin-bottom: 50px;
}

.home #menu-home {
  margin: 0 auto;
  text-align: center;
}

.home #menu-home li {
  float: none;
}

.home #menu-home li a {
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.home #menu-home>li {
  position: relative;
  margin: 0px;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  opacity: 0.7;
}

.home #menu-home>li:hover {
  text-decoration: underline;
}

.home #menu-home>li>ul {
  right: auto;
  left: auto;
  width: 200px;
  margin-left: -25px;
  background: none;
  border: 0;
  padding: 10px 0 0;
}

.home #menu-home>li>ul>li {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.home #menu-home>li>ul>li:hover a {
  color: #999;
}

/* ----------------------------------------------------------------
  HOME FOOTER
---------------------------------------------------------------- */
.home-footer {
  position: static;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  background: transparent;
  border-top: none;
  padding: 20px 16px;
}

.home-footer a {
  display: inline-block;
}

.home-footer .widget {
  text-align: center;
  font-size: 10px;
  color: #ccc;
}

.home-footer .widget-title {
  display: none;
}

/* ----------------------------------------------------------------
  ARTISTS PAGES
---------------------------------------------------------------- */
.page-artists-page a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist .title {
  font: 400 28px/30px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}

.artist .subtitle {
  font: 400 16px/26px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
  margin-top: 0;
}

.artist .contact .title {
  font: 400 13px/18px "Playfair Display", "Figtree", sans-serif;
}

.artist .contact .subtitle {
  font: 700 13px/18px "Figtree", sans-serif;
}

.page-artists-page .artists .title {
  font: 400 16px/17px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  margin-top: 20px;
  letter-spacing: 0;
  color: #005f69;
}

.page-artists-page .artists .subtitle {
  font: 400 13px/17px "Figtree", sans-serif;
  color: #666;
  display: block;
  width: auto;
  padding-top: 2px;
}

.page-artists-page .entry-header {
  border-bottom: none;
}

.page-artists-page .intro {
  margin-top: 130px;
}

.page-artists-page .intro .divider,
.tax-video-categories .intro .divider,
.page-contact .intro .divider {
  display: none;
}

/* ----------------------------------------------------------------
  VIDEOS
---------------------------------------------------------------- */
.videos .artist {
  width: 241px;
  margin: 0 auto;
}

article.videos {
  margin-bottom: 85px;
}

article.videos .entry-header .title {
  margin-right: 50px;
  margin-bottom: 0;
}

.single-videos .artist .title {
  font: 400 16px/17px "Playfair Display", Times, serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  color: #005f69;
}

.single-videos .entry-header,
.single-videos .entry-content {
  margin-left: 25px;
  margin-right: 25px;
}

article.videos .entry-header .subtitle,
.single-videos .entry-header .subtitle,
.single-videos .artist .subtitle {
  font-size: 13px;
  font-family: "Figtree", sans-serif;
  color: #999;
  font-style: normal;
}

.single-videos article.videos {
  overflow: visible;
}

/* ----------------------------------------------------------------
  CREDITS
---------------------------------------------------------------- */
.credits {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}

.credits span {
  font-weight: normal;
  font-style: italic;
}

/* ----------------------------------------------------------------
  PAGE STYLES
---------------------------------------------------------------- */
#page-news #content {
  height: auto;
  padding: 0 3%;
}

.page-news .entry-header .title {
  margin-bottom: 0;
}

.post .media {
  margin-bottom: 30px;
}

.post .media img {
  max-width: 100%;
  height: auto;
}

.post .excerpt {
  margin-bottom: 65px;
}

.post .excerpt p {
  line-height: 21px;
  font-size: 13px;
  font-family: "Figtree", sans-serif;
}

.page-contact .intro {
  margin-top: 90px;
}

/* ----------------------------------------------------------------
  MOBILE HEADER (Home page only)
---------------------------------------------------------------- */
#mobile-header {
  display: none;
}

.home #mobile-header {
  display: block;
}

/* ----------------------------------------------------------------
  OTHER WORK CARDS HOVER EFFECT
---------------------------------------------------------------- */
.other-work-card {
  position: relative;
  overflow: hidden;
}

.other-work-thumb {
  position: relative;
  overflow: hidden;
}

.other-work-thumb img {
  transition: opacity 0.3s ease;
}

.other-work-card:hover .other-work-thumb img {
  opacity: 0.15;
}

.other-work-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(100%);
  transition: transform 0.2s ease;
  text-align: left;
}

.other-work-card:hover .other-work-details {
  transform: translateY(0);
}

.other-work-card .other-work-title,
.other-work-card .other-work-company {
  color: #005f69;
}

/* ----------------------------------------------------------------
  MOBILE RESPONSIVE
---------------------------------------------------------------- */
@media all and (max-width: 768px) {
  body.home {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 60px;
  }

  /* Home menu mobile adjustments */
  .home .home-menu {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px auto 0;
    opacity: 1;
  }

  .home .home-menu h1 {
    margin: 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
  }

  .home #menu-home li {
    float: none;
    display: inline-block;
  }

  .home #menu-home li a {
    color: #fff;
    font-weight: 700;
    font-family: "Playfair Display", serif;
  }

  #menu-home {
    display: block;
  }

  /* Background images mobile */
  #bg-imgs {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    min-height: 220px;
    max-height: none;
  }

  #bg-imgs li {
    display: block;
    width: 100%;
    float: left;
    top: auto;
    left: auto;
    position: relative;
  }

  /* Home footer mobile */
  .home-footer {
    position: static;
    width: 100%;
    margin: 24px auto 0;
    padding: 16px;
    background: transparent !important;
    border-top: none !important;
    z-index: 1;
  }

  .home-footer a {
    display: inline-block;
    margin: 0 8px 8px;
  }

  /* Mobile header */
  #mobile-header {
    position: sticky;
    top: 0;
    display: block;
    background: #fff;
  }

  #mobile-nav-dropdown {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
  }

  #mobile-nav-trigger {
    position: absolute;
    top: 14px;
    right: 15px;
    display: block;
  }

  #menu-mobile-primary {
    display: block;
  }

  #mobile-nav-dropdown.is-open,
  #mobile-nav-dropdown[style*="block"] {
    display: block !important;
  }

  /* Mobile artist grid */
  .mobile-artist-grid .grid_3 {
    width: 100% !important;
    margin: 0 0 16px 0;
    float: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
  }

  .mobile-artist-grid .content {
    display: block !important;
    margin-top: 10px;
  }

  .mobile-artist-grid img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-artist-grid .heading {
    text-align: center;
    margin-top: 10px;
  }

  /* Override fixed height for intro section on mobile */
  .list-group .intro {
    height: auto !important;
    margin-bottom: 20px !important;
  }

  /* Reels Page Mobile */
  .page-reels .entry-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .page-reels .reel {
    margin-bottom: 40px;
  }
}