/* Static-host migration helpers for the Weebly export. */
html {
  scroll-behavior: smooth;
}

body {
  background: #1c1c1c;
  overflow-x: hidden;
}

body.kino-site {
  min-height: 100dvh;
}

body .footer-wrap {
  border-top: 0 !important;
}

body .wrapper,
body .wsite-section-wrap,
body .wsite-section,
body .wsite-section-content,
body .main-wrap > .container,
body .footer-wrap > .container {
  border: 0 !important;
  box-shadow: none !important;
}

body .wsite-section-wrap,
body .wsite-section {
  box-sizing: border-box;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body .wsite-section-wrap {
  background: inherit;
}

body #wsite-content > .wsite-section-wrap:first-child:last-child > .wsite-section {
  min-height: calc(100dvh - 128px);
}

body #wsite-content > .wsite-section-wrap:first-child:last-child > .wsite-section > .wsite-section-content {
  min-height: inherit;
}

img,
iframe {
  max-width: 100%;
}

img[src*="qr-code"] {
  display: block;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 220px) !important;
  width: min(100%, 220px) !important;
}

.wsite-multicol-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.wsite-multicol-col {
  box-sizing: border-box;
  vertical-align: top;
}

.wsite-youtube-wrapper,
.wsite-youtube-container,
.embed-container {
  max-width: 100%;
}

.wsite-youtube-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.wsite-youtube-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wcustomhtml div[style*="padding:56.25%"] > iframe,
.wcustomhtml div[style*="position:relative"] > iframe[src*="youtube"],
.wcustomhtml .embed-container > iframe[src*="youtube"] {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.wcustomhtml iframe[src*="youtube"],
.wcustomhtml iframe[src*="vimeo"],
.wcustomhtml iframe[src*="facebook"],
.wcustomhtml iframe[src*="instagram"] {
  max-width: 100%;
}

.wcustomhtml iframe[src*="instagram"],
.instagram-media {
  min-height: 430px !important;
}

.wsite-section,
.wsite-header-section {
  position: relative;
}

.wsite-section-bg-image,
.wsite-custom-background,
.wsite-background,
.wsite-header-section {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wsite-section-content,
.wsite-section-elements,
.wcustomhtml {
  position: relative;
  z-index: 1;
}

.wsite-elements:after,
.imageGallery:after,
.wsite-multicol:after {
  clear: both;
  content: "";
  display: table;
}

.wsite-youtube,
.wsite-video {
  margin: 20px auto;
  max-width: 100%;
}

.wsite-youtube iframe,
.wsite-video iframe,
.wcustomhtml iframe {
  max-width: 100%;
}

.wsite-social {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsite-social-item {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  opacity: .85;
  padding: 0 9px;
  text-transform: uppercase;
}

.wsite-social-item:hover {
  opacity: 1;
}

.wsite-social-item-inner {
  display: none;
}

.wsite-social-facebook:after { content: "FB"; }
.wsite-social-instagram:after { content: "IG"; }
.wsite-social-flickr:after { content: "Flickr"; }
.wsite-social-youtube:after { content: "YT"; }
.wsite-social-vimeo:after { content: "Vimeo"; }
.wsite-social-linkedin:after { content: "in"; }
.wsite-social-mail:after { content: "Mail"; }

.page-hero {
  align-items: center;
  background-image: var(--hero-image);
  background-position: var(--hero-position);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: var(--hero-height);
  position: relative;
}

.page-hero::before {
  background: rgba(0, 0, 0, .18);
  content: "";
  inset: 0;
  position: absolute;
}

.page-hero__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding: 56px 24px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.page-hero h1 {
  color: #fff;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .48);
}

.page-hero p {
  color: rgba(255, 255, 255, .9);
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin: 16px 0 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, .5);
}

.page-hero__logo {
  display: block;
  height: auto;
  max-width: min(520px, 82vw);
}

.page-hero--home .page-hero__inner {
  text-align: left;
}

.page-hero__tagline {
  max-width: 760px;
}

.page-hero + .main-wrap #wsite-content {
  min-height: 0;
}

.footer-wrap .footer {
  display: none;
}

.static-slideshow {
  background: #111;
  color: #fff;
  margin: 20px auto;
  max-width: 100%;
  position: relative;
}

.static-slideshow-stage {
  align-items: center;
  aspect-ratio: 3 / 2;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.static-slideshow-stage img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.static-slideshow-caption {
  background: rgba(0, 0, 0, .58);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  padding: 8px 12px;
  position: absolute;
  right: 0;
}

.static-slideshow-button {
  align-items: center;
  background: rgba(0, 0, 0, .45);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 34px;
  height: 52px;
  justify-content: center;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 2;
}

.static-slideshow-button:hover {
  background: rgba(0, 0, 0, .7);
}

.static-slideshow-prev {
  left: 0;
}

.static-slideshow-next {
  right: 0;
}

.static-slideshow-thumbs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 8px;
}

.static-slideshow-thumb {
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 0 0 72px;
  height: 48px;
  opacity: .65;
  padding: 0;
}

.static-slideshow-thumb.is-active {
  border-color: #fff;
  opacity: 1;
}

.static-slideshow-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.static-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, .88);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.static-lightbox.is-open {
  display: flex;
}

.static-lightbox img {
  max-height: 88vh;
  max-width: 92vw;
  object-fit: contain;
}

.static-lightbox button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 42px;
  position: absolute;
  right: 18px;
  top: 10px;
}

.dusk-header .container,
.nav {
  overflow: visible !important;
}

.desktop-nav li.wsite-menu-item-wrap {
  position: relative;
}

.desktop-nav .wsite-menu-wrap {
  background: #1d2020;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .32);
  display: none !important;
  left: 0;
  min-width: 230px;
  padding: 6px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.desktop-nav li.wsite-menu-item-wrap:hover > .wsite-menu-wrap,
.desktop-nav li.wsite-menu-item-wrap:focus-within > .wsite-menu-wrap {
  display: block !important;
}

.desktop-nav .wsite-menu {
  float: none;
  max-width: none;
}

.desktop-nav .wsite-menu li {
  display: block;
  float: none;
  width: 100%;
}

.desktop-nav .wsite-menu a.wsite-menu-subitem {
  color: #fff;
  display: block;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  padding: 10px 18px;
  white-space: nowrap;
}

.desktop-nav .wsite-menu a.wsite-menu-subitem:hover {
  background: #131515;
}

.mobile-nav li .wsite-menu-wrap {
  max-height: 1500px !important;
}

.mobile-nav li .wsite-menu a.wsite-menu-subitem {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  padding: 8px 0;
}

body.nav-open {
  overflow: hidden;
}

body:not(.nav-open) .mobile-nav {
  max-height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  pointer-events: none;
  visibility: hidden;
}

body.nav-open .mobile-nav {
  height: calc(100dvh - 50px);
  max-height: calc(100dvh - 50px) !important;
  pointer-events: auto;
  visibility: visible;
}

.wsite-page-index .wsite-background-3,
.wsite-page-index .wsite-background-24 {
  height: auto !important;
  min-height: 0;
}

.wsite-page-index .wsite-background-3 .wsite-section-content,
.wsite-page-index .wsite-background-24 .wsite-section-content {
  padding-bottom: 64px;
  padding-top: 64px;
}

.wsite-page-index .wsite-background-3 .paragraph,
.wsite-page-index .wsite-background-3 li,
.wsite-page-index .wsite-background-3 font,
.wsite-page-index .wsite-background-24 .paragraph,
.wsite-page-index .wsite-background-24 li,
.wsite-page-index .wsite-background-24 font {
  color: #f2f2f2 !important;
}

.wsite-page-index .wsite-background-3 ul {
  margin-left: 1.2em;
}

.wsite-page-index .wsite-background-3 li {
  margin-bottom: 10px;
}

.cooperation-cloud {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: 980px;
  min-height: 390px;
  overflow: hidden;
  padding: 26px 12px;
  perspective: 900px;
  position: relative;
}

.cooperation-cloud-item {
  --cloud-depth: 0;
  --cloud-drift-x: 0px;
  --cloud-drift-y: 0px;
  --cloud-weight: 1;
  --cloud-x: 0px;
  --cloud-y: 0px;
  color: rgba(255, 255, 255, calc(0.68 + var(--cloud-weight) * 0.045));
  cursor: default;
  display: inline-block;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: calc(15px + var(--cloud-weight) * 3px);
  line-height: 1.15;
  padding: 4px 2px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .42);
  transform: translate3d(calc(var(--cloud-x) + var(--cloud-drift-x)), calc(var(--cloud-y) + var(--cloud-drift-y)), calc(var(--cloud-depth) * 12px));
  transition: color 180ms ease, opacity 180ms ease, transform 420ms cubic-bezier(.2, .8, .2, 1);
  white-space: nowrap;
  will-change: transform;
}

.cooperation-cloud-item:hover {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 10px 30px rgba(255, 255, 255, .22), 0 10px 30px rgba(0, 0, 0, .42);
}

.wsite-page-about,
.wsite-page-about .main-wrap,
.wsite-page-about .footer-wrap,
.wsite-page-about .site-footer {
  background: #101010 !important;
}

.wsite-page-about .wsite-background-7 {
  height: auto !important;
  min-height: 1023px;
}

.wsite-page-photography,
.wsite-page-photography .main-wrap,
.wsite-page-photography .footer-wrap,
.wsite-page-photography .site-footer {
  background: #1f1e1e !important;
}

.wsite-page-film,
.wsite-page-film .main-wrap,
.wsite-page-film .footer-wrap,
.wsite-page-film .site-footer,
.wsite-page-mv,
.wsite-page-mv .main-wrap,
.wsite-page-mv .footer-wrap,
.wsite-page-mv .site-footer {
  background: #080402 !important;
}

.wsite-page-commercial,
.wsite-page-commercial .main-wrap,
.wsite-page-commercial .footer-wrap,
.wsite-page-commercial .site-footer {
  background: #303030 !important;
}

.wsite-page-aerialphtography,
.wsite-page-aerialphtography .main-wrap,
.wsite-page-aerialphtography .footer-wrap,
.wsite-page-aerialphtography .site-footer {
  background: #1f1f1f !important;
}

.wsite-page-wedding,
.wsite-page-wedding .main-wrap,
.wsite-page-wedding .footer-wrap,
.wsite-page-wedding .site-footer,
.wsite-page-index,
.wsite-page-index .main-wrap,
.wsite-page-index .footer-wrap,
.wsite-page-index .site-footer {
  background: #1c1c1c !important;
}

.wsite-page-cmfoto,
.wsite-page-cmfoto .main-wrap,
.wsite-page-cmfoto .footer-wrap,
.wsite-page-cmfoto .site-footer {
  background: #0d0c0c !important;
}

@media screen and (max-width: 767px) {
  .wsite-multicol-table,
  .wsite-multicol-tbody,
  .wsite-multicol-tr,
  .wsite-multicol-col {
    display: block;
    width: 100% !important;
  }

  .wsite-multicol-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .imageGallery > div {
    width: 50% !important;
  }

  .wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2,
  #wsite-content h2 {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }

  .cooperation-cloud {
    gap: 11px 13px;
    min-height: 0;
    padding: 18px 0;
  }

  .cooperation-cloud-item {
    font-size: calc(13px + var(--cloud-weight) * 2px);
  }

  img[src*="qr-code"] {
    max-width: min(58vw, 160px) !important;
    width: min(58vw, 160px) !important;
  }
}

@media screen and (max-width: 480px) {
  .imageGallery > div {
    width: 100% !important;
  }
}


