
* {
    box-sizing: border-box;
}
img {
    max-width:100%;
    height:auto;
    display:block;
}

img :hover{
    transform: scale(1.05);

}
body {
    font-family: ABCSocial;
    background-color: #fdfdfd;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.box {
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 40px clamp(16px,4vw,20px); 
}





.nav {
   position: relative;
  text-align: right;
  padding-right: 40px
}

#menu-check {
  display: none;
}

.menu-title {
  font-size: 14px;
  cursor: pointer;
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;  margin-left: auto;
  border: 1px solid #000;
  display: none;
  width: 100px;
}


#menu-check:checked ~ .dropdown-list {
  display: block;
}

.dropdown-list li a {
  display: block;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 4px 10px;
}

.dropdown-list li a:hover {
  color: #666;
}




@media screen and (max-width:768px){
    .header, .artwork-header, .main {
        flex-direction: column;
        align-items: flex-start;
    }
    .photo-big{
        width:100%;
    }
    .right-content, .artwork-text2 {
        width:100%;
        max-width: unset;
        margin-left: 0;
        padding-left:0;
    }
    
    .box{
        padding:20px 16px;
    }
    .nav{
        padding:16px;
    }

    .quote-title{
        white-space:normal;
        border:none;
        animation:none;
    }
   
    .timeline-item{
        text-align:left;
    }
}










.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-right: clamp(0px, 8vw, 100px);
    gap: 20px;
}

.title {
    font-size: clamp(32px, 8vw, 96px);
    line-height: 1.1;
    margin: 0;
    font-weight: bold;
    letter-spacing: -1px;
}
.title span {
    display: block;
}

.photo-small {
    width: 90px;
    object-fit: cover;
    border-radius: 
}


.main{
    display:flex;
    gap:40px;
    align-items:flex-start;
    margin-bottom:60px;
}
.photo-big {
    width: 60%;
    object-fit: contain; 
    margin: 0;
}

.right-content {
    width:40%;
    max-width: 350px;
    margin-left: 0;
    text-align: left;
    padding-left: 14px;
}
.right-content p {
    margin-bottom: 20px;
}

.quote {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}
.quote-title {
    font-size: clamp(20px,4vw,48px);
    margin: 0 0 30px 0;
}

.photo-quote {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    object-fit:contain;
    display: block;transition: transform 0.3s ease;
    cursor: pointer;
}

.photo-quote:hover {
    transform: scale(1.08);
}

.section-title:hover{
  transform: scale(1.03);
  color:#222;
}

.section-title {
    font-size: clamp(28px,6vw,55px);
    font-weight: normal;
    margin: 50px 0 30px 0;
    text-align: left;transition: all 0.3s ease;
}

.heet-img img{
  width: 240px;
  max-width:100%;
  height: auto;
  object-fit: contain;
}

.artwork-text2{
  max-width: 350px;
  margin-left: auto;
  text-align: left;
  padding-left:14px;
}
.artwork-text2 p {
  margin-bottom: 50px;
}

.artwork-text {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 40px;
}
.artwork-text p {
    margin: 0 0 20px 0;text-align: left;
}

.artwork-header {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}
.artwork-header img {
  max-width:400px;
  width:100%;
  height: auto;
  object-fit: contain;transform 0.3s ease;
    cursor: pointer;
}
.artwork-header img:hover{
    transform: scale(1.08);
}

.sheet-music {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0 40px 0;
    border: 1px solid #eee;
}

.video-container {
    margin: 40px 0;
    padding: 10px;
    border: 1px solid #eee;
}
.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.dark-bg {
    background-color: #111;
    color: #fff;
    padding: clamp(20px,4vw,40px);
    margin-bottom: 40px;
}

.timeline {
    margin-bottom: 80px;
    font-size: 16px;
}
.timeline-item {
    margin-bottom: 15px;text-align: left;
}
.timeline-item strong {
    font-weight: bold;
    margin-right: 20px;
}

.impact-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 80px;text-align: left;
    border-left: 3px solid #333;
    padding-left: 20px;
}

.reference{
  max-width: 1200px;
  margin:0 auto;
  padding:0 clamp(12px,3vw,20px);
}
.ref-list {
    font-size: 13px;
    color: #666;
    text-align: left;
    margin-bottom: 60px;
}
.ref-list p {
    margin: 8px 0;
}

@media screen and (max-width:768px){
    .header, .artwork-header, .main {
        flex-direction: column;
        align-items: flex-start;
    }
    .photo-big{
        width:100%;
    }
    .right-content, .artwork-text2 {
        width:100%;
        max-width: unset;
        margin-left: 0;
        padding-left:0;
    }
}
@font-face {
    font-family: ABCSocial;
    src: url(ABCSocial-Book-Trial.otf);
}