/*
 Theme Name:   Kasane Studio Child
 Template:     kasane-studio
 Theme URI:    https://studio.kasane.net
 Description:  Kasane Studio
 Author:       kasane
 Author URI:   https://studio.kasane.net
 Version:      1.0.0
*/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-overlay {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  pointer-events: none; 
}
.hero-logo {
  width: 200px;
  max-width: 80vw;
  height: auto;
  margin-bottom: 1.2rem;
  z-index: 2;
}

.hero-tagline {
  font-family: "Helvetica Neue LT Pro 55 Roman", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Regular", 
    sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  opacity: 0;
  padding: 0 10%;
}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}


h1 {
  font-family: 
    "Helvetica Neue LT Pro Cond 97 Black Condensed", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Bold", 
    sans-serif;
  font-weight: 900; 
  font-stretch: condensed;
  font-size: 2.8rem;
  line-height: 1.2;
}
h2 {
  font-family: 
    "Helvetica Neue LT Pro 65 Medium", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Bold", 
    sans-serif;
  font-weight: 600; 
  font-size: 2rem;
  line-height: 1.4;
}
h3 {
  font-family: 
    "Helvetica Neue LT Pro 55 Roman", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Regular", 
    sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
p {
  font-family: 
    "Helvetica Neue LT Pro 55 Roman", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Regular", 
    sans-serif;
  font-weight: 400; 
  font-size: 1rem;
  line-height: 1.8;
}
a {
  font-family: 
    "Helvetica Neue LT Pro 55 Roman", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Regular", 
    sans-serif;
  font-weight: 400;
  color: #f0f0f0; 
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover,
a:focus {
  color: #ffffff;
  text-decoration: underline; 
}
.vertical-text-container {
  display: flex;
  justify-content: center; 
  height: auto;
}

.vertical-text {
  writing-mode: vertical-rl; 
  font-family: "BIZ UDGothic Regular", sans-serif;
  font-size: 1.2rem;
  line-height: 3.5;
  margin: 0;
}
.animate-heading {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform, filter;
}
.scramble-text {
  font-family:  "Helvetica Neue LT Pro 55 Roman", 
    "A-OTF UD Shin Go Con80 Pr6N", 
    "BIZ UDGothic Regular", 
    sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 2;
  min-height: 2em; 
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9?? */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* ???????? */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.breathing-footer {
  background: linear-gradient(0deg, #48F500, #00F55F);
  background-size: 100% 100%;
  animation: footer-fade 2s ease-in-out infinite alternate;
}
@keyframes footer-fade {
  0%   { filter: brightness(1); }
  100% { filter: brightness(0.9); }
}
.movie-section {
  background: 
    linear-gradient(45deg, #E7F500, #72F500, #E9F500F5),
    linear-gradient(-45deg, #F50000CC, #ffeb3b, #9CF500E0);
  background-blend-mode: overlay;
  background-size: 300% 300%;
  animation: yellowShift 10s ease-in-out infinite;
}

@keyframes yellowShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* ? ????????/???? */
.badge {
  display: inline-block;
  font-size: .75rem;
  line-height: 1;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  letter-spacing: .02em;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
.badge + .badge { margin-left: .4rem; }

/* ? ??????????????????? */
.movie-section .divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.18), transparent);
  margin: 24px 0;
  border-radius: 1px;
}

/* ????????????????????? */
.movie-section .work-card {
  background:rgba(255,255,255,.72);
  backdrop-filter:saturate(120%) blur(6px);
  border:1px solid rgba(255,255,255,.6);
  border-radius: 14px;
  padding: 10px;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  transition: transform .3s ease, box-shadow .3s ease;
}
.movie-section .work-card img {
  display: block; width: 100%; height: auto; border-radius: 10px;
}
.movie-section .work-card:where(:hover,:focus-within) {
  transform: translateY(-8px) scale(1.05) rotate(-0.5deg);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

/* ??????????????? */
.movie-section .card-meta {
  display: flex; align-items: center; gap: .4rem;
  margin: .5rem 0 .2rem;
}