.yh-you-section{background:var(--cream);padding:3.5rem 5% 2rem;}
.yh-you-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;overflow:hidden;}
.yh-you-title{font-family:Georgia,serif;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:400;font-style:italic;color:var(--dark);letter-spacing:0.08em;line-height:1;}
.yh-you-title span{color:var(--orange);}
.yh-you-social-btn{font-family:Arial,sans-serif;font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--dark);border:1.5px solid var(--dark);border-radius:999px;padding:0.55rem 1.3rem;text-decoration:none;transition:background 0.2s,color 0.2s;white-space:nowrap;}
.yh-you-social-btn:hover{background:var(--dark);color:white;}
.yh-you-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;padding-bottom:0.5rem;justify-content:center;align-items:center;}
.yh-you-track::-webkit-scrollbar{display:none;}
.yh-you-track.dragging{cursor:grabbing;user-select:none;}
.yh-you-img{flex:0 0 clamp(220px,24vw,340px);aspect-ratio:1/1;scroll-snap-align:start;overflow:hidden;border-radius:6px;background:#e0d8cf;}
.yh-you-img img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block;transition:transform 0.7s ease;}
.yh-you-img:hover img{transform:scale(1.05);}
.yh-you-nav{display:flex;justify-content:flex-end;gap:0.5rem;margin-top:1.2rem;}
.yh-you-arrow{width:40px;height:40px;border:1.5px solid var(--dark);background:none;border-radius:50%;color:var(--dark);font-size:0.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color 0.2s;}
.yh-you-arrow:hover{background:var(--orange);border-color:var(--orange);color:white;}
