/**
Theme Name: Astra Child – Studio AN
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-studio-an
Template: astra
*/

/* SmugMug hero fullscreen crop */
body {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

h1, h2, h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

h1, h2 {
  letter-spacing: 0.06em;
}

.wp-block-spectra-content h1,
.wp-block-spectra-content h2,
.wp-block-spectra-content h3 {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 400 !important;
}

h1.wp-block-spectra-content,
h2.wp-block-spectra-content,
h3.wp-block-spectra-content {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 400 !important;
}

.hero-smugmug #iframeWrapper {
  position: relative;
  width: 100vw;
  height: 85vh;
  min-height: 85vh;
  height: 85dvh;
  min-height: 85dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}

.hero-smugmug #specificIframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160%;
  height: 160%;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.hero-smugmug #specificIframeMobile {
  display: none;
}

.hero-smugmug .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  pointer-events: none;
  color: #111;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.9);
}

.hero-smugmug .hero-copy {
  max-width: 880px;
}

.hero-smugmug .hero-eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #111 !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.9) !important;
}

.hero-smugmug .hero-title {
  font-size: clamp(22px, 4.5vw, 40px);
  line-height: 1.3;
  margin-bottom: 14px;
  color: #111 !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.9) !important;
  white-space: nowrap;
}

.hero-smugmug .hero-sub {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #111 !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.9) !important;
}

.hero-smugmug .hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: auto;
}

.service-cta-mobile {
  display: none;
}

.service-cta-mobile-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.service-cta-mobile .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 16px 32px;
  border-radius: 2px;
  font-size: 16px;
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  text-decoration: none;
}

.hero-smugmug .hero-btn {
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.about-smugmug {
  margin-top: 16px;
}

.about-smugmug img {
  width: 80%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.about-row {
  column-gap: 40px;
  align-items: flex-start;
}

.about-col-title h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.about-col-body {
  padding-top: 40px;
}

.movie-option video {
  width: 100%;
  height: auto;
  display: block;
}

.movie-option-video {
  margin: 12px 0 18px;
}

.movie-option-columns {
  display: flex;
  gap: 32px;
  margin: 16px 0 8px;
}

.movie-option-col {
  flex: 1;
}

.movie-option-col h3 {
  margin: 0 0 6px;
}

.movie-option-price {
  font-weight: 600;
  margin: 0 0 10px;
}

.studio-info-section {
  background: var(--ast-global-color-5);
  padding: 60px 0;
}

.studio-info-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.studio-info-text h3 {
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.studio-info-text p {
  margin: 0 0 8px;
}

.studio-info-text a {
  color: inherit;
  text-decoration: none;
}

.studio-info-ig a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.studio-info-ig .ig-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 70%, #515bd4 100%);
}

.studio-map-frame {
  position: relative;
  width: 100%;
  padding-top: 65%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.studio-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.35) contrast(1.05) saturate(0.9);
}

.contact-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 100%;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  filter: grayscale(0.35) contrast(1.05) saturate(0.9);
}

.tape-gallery {
  --tape-height: 220px;
  --tape-gap: 16px;
  --tape-speed: 120s;
  background: #f3f9fb;
  overflow: hidden;
  padding: 24px 0;
  min-height: calc(var(--tape-height) + 48px);
}

.tape-gallery-track {
  display: flex;
  width: max-content;
  gap: var(--tape-gap);
  animation: tape-scroll var(--tape-speed) linear infinite;
  align-items: center;
  min-height: var(--tape-height);
}

.tape-gallery-item {
  flex: 0 0 auto;
  height: var(--tape-height);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.tape-gallery-item img {
  display: block;
  height: 100%;
  width: auto;
}

.option-menu {
  background: #ffffff;
  padding: 64px 24px 32px;
}

.option-menu-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #111;
}

.option-menu-eyebrow {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.option-menu-title {
  margin-bottom: 12px;
  text-align: center;
  color: #111;
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 400 !important;
}

.option-menu p {
  margin: 0 0 14px;
  line-height: 1.8;
}

.option-menu-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 36px;
  background: #0f6b73;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  letter-spacing: 0.08em;
}

.option-menu-btn:hover {
  opacity: 0.9;
}

@keyframes tape-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.movie-option-col ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}

@media (max-width: 768px) {
  .movie-option-columns {
    flex-direction: column;
    gap: 20px;
  }

  .studio-info-section {
    padding: 40px 0;
  }

  .studio-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    height: 250px;
  }

  .tape-gallery {
    --tape-height: 160px;
    --tape-gap: 12px;
    padding: 18px 0;
  }

  .option-menu {
    padding: 48px 20px 24px;
  }
}

/* Match Header Button 2 height to Button 1 */
.ast-header-button-2 .ast-custom-button,
.ast-header-button-2 .ast-custom-button-link,
.ast-header-button-2 .ast-custom-button-wrap {
  padding: 16px 40px;
  line-height: 1;
}

.service-details {
  margin-top: 20px;
}

.service-detail h3 {
  font-size: 24px;
  margin: 0 0 6px;
}

.service-detail-sub {
  font-size: 16px;
  margin: 0 0 8px;
}

.service-detail-price {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.service-detail-desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.service-detail-list {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding-left: 1.2em;
}

.service-row {
  align-items: flex-start;
}

.service-block-1,
.service-block-2,
.service-block-3 {
  align-self: flex-start;
}

@media (max-width: 768px) {
  .service-cta-mobile {
    display: block;
  }

  .about-smugmug {
    display: none;
  }

  .about-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .about-col-title {
    order: 1;
    margin-bottom: 16px;
  }

  .about-col-body {
    order: 2;
  }

  .hero-smugmug #iframeWrapper {
    height: calc(100vw * 16 / 9);
    min-height: calc(100vw * 16 / 9);
    max-height: 85vh;
    height: min(85vh, calc(100vw * 16 / 9));
    min-height: min(85vh, calc(100vw * 16 / 9));
  }

  .service-details {
    margin-top: 10px;
  }

  .service-detail h3 {
    font-size: 22px;
  }

  .service-detail-price {
    font-size: 18px;
  }

  .service-detail-desc,
  .service-detail-list {
    font-size: 13px;
  }

  .hero-smugmug,
  .hero-smugmug .wp-block-uagb-container,
  .hero-smugmug .uagb-container-inner-blocks-wrap,
  .hero-smugmug .entry-content,
  .hero-smugmug .ast-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-smugmug #specificIframe {
    display: none;
  }

  .hero-smugmug #specificIframeMobile {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
  }

  .hero-smugmug .hero-overlay {
    align-items: center;
    padding-top: 0;
  }
}
