@charset "utf-8";

/* H&H BOYS page - all rules scoped to #artist-page */
#artist-page, #artist-page * { box-sizing:border-box; }
#artist-page { --black:#0a0a0a; --white:#fff; --pink:#d9859b; --gray:#ecebea; --site-header-height:80px; background:#fff; color:#111; overflow:hidden; padding-top:var(--site-header-height); }
#artist-page img { display:block; width:100%; }
#artist-page button, #artist-page a { -webkit-tap-highlight-color:transparent; }
#artist-page .artist-shell { width:min(1320px, calc(100% - 80px)); margin:0 auto; }
#artist-page .artist-section { padding:150px 0; }
#artist-page .artist-kicker { margin:0; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
#artist-page .artist-section-no { display:inline-block; margin-bottom:28px; font-size:13px; opacity:.5; }
#artist-page h1,#artist-page h2,#artist-page h3,#artist-page p { word-break:keep-all; }

#artist-page .artist-hero {
  position:relative;
  min-height:calc(100vh - var(--site-header-height, 80px));
  background:#050505;
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}
#artist-page .artist-hero__slides,
#artist-page .artist-hero__slide,
#artist-page .artist-hero__media,
#artist-page .artist-hero__shade,
#artist-page .artist-hero__grain { position:absolute; inset:0; }
#artist-page .artist-hero__slide { opacity:0; visibility:hidden; pointer-events:none; transition:opacity .8s ease, visibility .8s ease; }
#artist-page .artist-hero__slide.is-active { opacity:1; visibility:visible; pointer-events:auto; z-index:1; }
#artist-page .artist-hero__media { overflow:hidden; transform:scale(1.035); transition:transform 7s cubic-bezier(.2,.72,.2,1); }
#artist-page .artist-hero__slide.is-active .artist-hero__media { transform:scale(1); }
#artist-page .artist-hero__media img { width:100%; height:100%; object-fit:cover; object-position:center 30%; filter:saturate(.86) contrast(1.03); transform:scale(1.08); will-change:transform; }
#artist-page .artist-hero__shade { z-index:1; background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.14) 72%,rgba(0,0,0,.48) 100%),linear-gradient(0deg,rgba(0,0,0,.68) 0%,transparent 48%,rgba(0,0,0,.22) 100%); }
#artist-page .artist-hero__grain { z-index:2; opacity:.18; pointer-events:none; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode:soft-light; }
#artist-page .artist-local-nav { position:absolute; z-index:20; top:0; left:0; right:0; display:flex; align-items:center; justify-content:space-between; padding:26px 5vw; border-bottom:1px solid rgba(255,255,255,.18); }
#artist-page .artist-local-nav a { color:#fff; text-decoration:none; }
#artist-page .artist-local-nav__brand { font-size:23px; font-weight:900; line-height:.75; letter-spacing:-.04em; }
#artist-page .artist-local-nav__brand span { display:block; margin-top:6px; font-size:9px; letter-spacing:.22em; }
#artist-page .artist-local-nav__links { display:flex; gap:34px; }
#artist-page .artist-local-nav__links a { position:relative; font-size:10px; font-weight:700; letter-spacing:.18em; }
#artist-page .artist-local-nav__links a:after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:1px; background:#fff; transition:right .3s ease; }
#artist-page .artist-local-nav__links a:hover:after { right:0; }
#artist-page .artist-hero__content { position:relative; z-index:5; min-height:calc(100vh - var(--site-header-height, 80px)); display:flex; flex-direction:column; justify-content:flex-end; padding:118px 6vw 8vh; }
#artist-page .artist-hero__eyebrow { position:absolute; top:130px; right:5vw; display:flex; flex-direction:column; align-items:flex-end; gap:6px; font-size:10px; font-weight:700; letter-spacing:.18em; }
#artist-page .artist-hero__eyebrow span:last-child { color:rgba(255,255,255,.58); }
#artist-page .artist-hero__title-wrap { max-width:1050px; }
#artist-page .artist-hero__super { margin:0 0 16px; font-size:11px; font-weight:700; letter-spacing:.26em; color:rgba(255,255,255,.7); }
#artist-page .artist-hero__title { margin:0; font-size:clamp(82px,11.8vw,190px); line-height:.72; letter-spacing:-.075em; font-weight:800; text-transform:uppercase; }
#artist-page .artist-title-line { display:block; overflow:hidden; padding-bottom:.08em; }
#artist-page .artist-title-line > span { display:block; transform:translateY(115%); opacity:0; transition:transform 1.05s cubic-bezier(.16,1,.3,1), opacity .55s ease; }
#artist-page .artist-title-line--small { font-size:.49em; letter-spacing:.06em; }
#artist-page .artist-hero__slide.is-active .artist-title-line > span { transform:translateY(0); opacity:1; }
#artist-page .artist-hero__slide.is-active .artist-title-line:nth-child(2) > span { transition-delay:.12s; }
#artist-page .artist-reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1); }
#artist-page .artist-hero__slide.is-active .artist-reveal { opacity:1; transform:translateY(0); }
#artist-page .artist-hero__slide.is-active .artist-hero__super { transition-delay:.16s; }
#artist-page .artist-hero__slide.is-active .artist-hero__bottom .artist-reveal:nth-child(1) { transition-delay:.35s; }
#artist-page .artist-hero__slide.is-active .artist-hero__bottom .artist-reveal:nth-child(2) { transition-delay:.46s; }
#artist-page .artist-hero__slide.is-active .artist-hero__bottom .artist-reveal:nth-child(3) { transition-delay:.57s; }
#artist-page .artist-hero__bottom { display:grid; grid-template-columns:minmax(190px,.65fr) minmax(250px,1fr) auto; align-items:end; gap:7vw; width:min(100%,1120px); margin-top:40px; }
#artist-page .artist-hero__project { display:inline-flex; align-items:center; gap:18px; width:max-content; color:#fff; text-decoration:none; font-size:11px; font-weight:700; letter-spacing:.16em; }
#artist-page .artist-hero__project i { position:relative; width:54px; height:1px; background:rgba(255,255,255,.75); transition:width .3s ease; }
#artist-page .artist-hero__project i:after { content:""; position:absolute; right:0; top:-3px; width:7px; height:7px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg); }
#artist-page .artist-hero__project:hover i { width:76px; }
#artist-page .artist-hero__copy { margin:0; font-size:15px; line-height:1.65; color:rgba(255,255,255,.78); }
#artist-page .artist-hero__meta { text-align:right; }
#artist-page .artist-hero__meta strong { display:block; font-size:34px; line-height:1; }
#artist-page .artist-hero__meta span { display:block; margin-top:8px; font-size:9px; letter-spacing:.2em; color:rgba(255,255,255,.56); }
#artist-page .artist-hero__social { position:absolute; z-index:20; left:28px; top:50%; display:flex; align-items:center; gap:18px; transform:translate(-42%,-50%) rotate(-90deg); transform-origin:center; font-size:9px; font-weight:700; letter-spacing:.19em; }
#artist-page .artist-hero__social span { color:rgba(255,255,255,.48); }
#artist-page .artist-hero__social a { color:#fff; text-decoration:none; }
#artist-page .artist-hero__controls { position:absolute; z-index:20; right:5vw; bottom:38px; display:flex; align-items:center; gap:18px; }
#artist-page .artist-hero__arrow { width:38px; height:38px; border:1px solid rgba(255,255,255,.34); border-radius:50%; background:rgba(0,0,0,.14); color:#fff; cursor:pointer; transition:.25s ease; }
#artist-page .artist-hero__arrow:hover { background:#fff; color:#111; border-color:#fff; }
#artist-page .artist-hero__dots { display:flex; align-items:center; gap:10px; }
#artist-page .artist-hero__dots button { width:26px; height:2px; padding:0; border:0; background:rgba(255,255,255,.34); cursor:pointer; transition:.35s ease; }
#artist-page .artist-hero__dots button.is-active { width:46px; background:#fff; }
#artist-page .artist-hero__scroll { position:absolute; z-index:20; left:50%; bottom:28px; display:flex; flex-direction:column; align-items:center; gap:10px; color:#fff; text-decoration:none; transform:translateX(-50%); font-size:8px; font-weight:700; letter-spacing:.22em; }
#artist-page .artist-hero__scroll i { position:relative; display:block; width:1px; height:34px; overflow:hidden; background:rgba(255,255,255,.25); }
#artist-page .artist-hero__scroll i:after { content:""; position:absolute; left:0; top:-100%; width:1px; height:100%; background:#fff; animation:artistScrollLine 1.8s ease-in-out infinite; }
@keyframes artistScrollLine { 0%{top:-100%} 55%,100%{top:100%} }

#artist-page .artist-about { background:#f4f2ef; }
#artist-page .artist-about__grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:11vw; }
#artist-page .artist-section-head h2 { margin:18px 0 0; font-size:clamp(58px,7vw,110px); line-height:.92; letter-spacing:-.06em; }
#artist-page .artist-about__lead { margin:85px 0 28px; font-size:clamp(28px,3.2vw,48px); line-height:1.35; letter-spacing:-.045em; }
#artist-page .artist-about__body > p:not(.artist-about__lead) { max-width:700px; margin:0 0 55px; color:#555; font-size:17px; line-height:1.9; }
#artist-page .artist-about__visual { overflow:hidden; }
#artist-page .artist-about__visual img { aspect-ratio:1.7/1; object-fit:cover; transition:transform .8s ease; }
#artist-page .artist-about__visual:hover img { transform:scale(1.03); }

#artist-page .artist-members { background:#111; color:#fff; }
#artist-page .artist-section-head--row { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:90px; }
#artist-page .artist-section-head--row h2 { text-align:right; }
#artist-page .artist-member-list { display:grid; gap:120px; }
#artist-page .artist-member-card { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:8vw; }
#artist-page .artist-member-card--reverse { grid-template-columns:.85fr 1.15fr; }
#artist-page .artist-member-card--reverse .artist-member-card__image { order:2; }
#artist-page .artist-member-card__image { padding:0; border:0; background:none; cursor:zoom-in; overflow:hidden; }
#artist-page .artist-member-card__image img { aspect-ratio:1/1; object-fit:cover; transition:transform .7s ease; }
#artist-page .artist-member-card__image:hover img { transform:scale(1.035); }
#artist-page .artist-member-card__info > p { margin:0 0 18px; color:#888; font-size:13px; }
#artist-page .artist-member-card__info h3 { margin:0; font-size:clamp(55px,7vw,112px); line-height:.9; letter-spacing:-.055em; }
#artist-page .artist-member-card__info > span { display:block; margin:22px 0 48px; color:#aaa; font-size:16px; }
#artist-page .artist-member-card__info dl { margin:0; padding-top:22px; border-top:1px solid #444; }
#artist-page .artist-member-card__info dt { margin-bottom:12px; color:#888; font-size:11px; letter-spacing:.15em; }
#artist-page .artist-member-card__info dd { margin:0; font-size:17px; line-height:1.8; }

#artist-page .artist-gallery { background:#fff; }
#artist-page .artist-gallery__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
#artist-page .artist-gallery__item { border:0; padding:0; background:#eee; cursor:zoom-in; overflow:hidden; }
#artist-page .artist-gallery__item img { aspect-ratio:1/1; object-fit:cover; transition:transform .7s ease, filter .4s ease; }
#artist-page .artist-gallery__item:hover img { transform:scale(1.025); filter:contrast(1.04); }
#artist-page .artist-gallery__item--wide { grid-column:span 2; }
#artist-page .artist-gallery__item--wide img { aspect-ratio:2.05/1; }

#artist-page .artist-album { background:#d9869b; }
#artist-page .artist-album__grid { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; }
#artist-page .artist-album__cover { box-shadow:0 35px 80px rgba(55,14,25,.22); }
#artist-page .artist-album__info h2 { margin:25px 0 35px; font-size:clamp(76px,9vw,150px); line-height:.78; letter-spacing:-.075em; }
#artist-page .artist-album__info > p { max-width:580px; font-size:18px; line-height:1.8; }
#artist-page .artist-album__meta { display:flex; justify-content:space-between; margin-top:70px; padding-top:20px; border-top:1px solid rgba(0,0,0,.35); font-size:11px; font-weight:700; letter-spacing:.12em; }

#artist-page .artist-academy { position:relative; min-height:720px; display:grid; place-items:center; background:#050505; color:#fff; text-align:center; isolation:isolate; }
#artist-page .artist-academy__bg { position:absolute; inset:0; z-index:-2; }
#artist-page .artist-academy__bg img { height:100%; object-fit:cover; opacity:.32; }
#artist-page .artist-academy:after { content:""; position:absolute; inset:0; z-index:-1; background:radial-gradient(circle,transparent 0%,#050505 72%); }
#artist-page .artist-academy__content { padding:100px 30px; }
#artist-page .artist-academy h2 { margin:24px 0; font-size:clamp(62px,8vw,130px); line-height:.86; letter-spacing:-.065em; }
#artist-page .artist-academy__content > p:not(.artist-kicker) { color:#aaa; font-size:17px; }
#artist-page .artist-outline-link { display:inline-flex; align-items:center; gap:30px; margin-top:28px; padding:18px 26px; border:1px solid #fff; color:#fff; text-decoration:none; font-size:12px; font-weight:700; letter-spacing:.12em; transition:.25s; }
#artist-page .artist-outline-link:hover { background:#fff; color:#111; }


@media (max-width:900px) {
  #artist-page .artist-shell { width:min(100% - 38px,1320px); }
  #artist-page .artist-section { padding:95px 0; }
  #artist-page .artist-local-nav__links { display:none; }
  #artist-page .artist-hero, #artist-page .artist-hero__content { min-height:calc(100svh - 70px); }
  #artist-page .artist-hero__media img { object-position:62% center; }
  #artist-page .artist-hero__content { padding:0 22px 8vh; }
  #artist-page .artist-about__grid, #artist-page .artist-album__grid { grid-template-columns:1fr; gap:55px; }
  #artist-page .artist-about__lead { margin-top:0; }
  #artist-page .artist-section-head--row { display:block; margin-bottom:55px; }
  #artist-page .artist-section-head--row h2 { text-align:left; margin-top:25px; }
  #artist-page .artist-member-card, #artist-page .artist-member-card--reverse { grid-template-columns:1fr; gap:35px; }
  #artist-page .artist-member-card--reverse .artist-member-card__image { order:0; }
  #artist-page .artist-member-list { gap:85px; }
  #artist-page .artist-member-card__info > span { margin-bottom:25px; }
  #artist-page .artist-gallery__grid { gap:10px; }
  #artist-page .artist-album__cover { max-width:620px; }
  #artist-page .artist-album__info h2 { margin-top:20px; }
}
@media (max-width:540px) {
  #artist-page .artist-hero h1 { font-size:74px; }
  #artist-page .artist-gallery__grid { grid-template-columns:1fr; }
  #artist-page .artist-gallery__item--wide { grid-column:auto; }
  #artist-page .artist-gallery__item img, #artist-page .artist-gallery__item--wide img { aspect-ratio:1/1; }
  #artist-page .artist-album__meta { gap:15px; flex-direction:column; }
}

@media (max-width:900px) {
  #artist-page { --site-header-height:70px; }
  #artist-page .artist-hero, #artist-page .artist-hero__content { min-height:calc(100svh - var(--site-header-height)); }
  #artist-page .artist-hero__media img { object-position:62% center; }
  #artist-page .artist-hero__content { padding:112px 24px 92px; }
  #artist-page .artist-hero__eyebrow { top:106px; right:24px; }
  #artist-page .artist-hero__title { font-size:clamp(70px,20vw,130px); }
  #artist-page .artist-hero__bottom { grid-template-columns:1fr; gap:20px; margin-top:32px; }
  #artist-page .artist-hero__copy, #artist-page .artist-hero__meta { display:none; }
  #artist-page .artist-hero__social { display:none; }
  #artist-page .artist-hero__controls { right:22px; bottom:28px; }
  #artist-page .artist-hero__scroll { left:24px; transform:none; align-items:flex-start; }
}
@media (max-width:540px) {
  #artist-page .artist-hero__eyebrow { display:none; }
  #artist-page .artist-local-nav { padding:22px 20px; }
  #artist-page .artist-hero__content { padding-left:20px; padding-right:20px; }
  #artist-page .artist-hero__title { font-size:20vw; }
  #artist-page .artist-hero__super { font-size:9px; }
  #artist-page .artist-hero__controls { gap:10px; }
  #artist-page .artist-hero__arrow { width:34px; height:34px; }
  #artist-page .artist-hero__dots button { width:18px; }
  #artist-page .artist-hero__dots button.is-active { width:32px; }
}
@media (prefers-reduced-motion:reduce) {
  #artist-page .artist-hero__media, #artist-page .artist-title-line > span, #artist-page .artist-reveal { transition:none !important; }
  #artist-page .artist-hero__scroll i:after { animation:none; }
}

/* =========================================================
   H&H BOYS MEMBER HERO — DarkStar index inspired carousel
   ========================================================= */
#artist-page .artist-hero--members {
  min-height:calc(100vh - var(--site-header-height, 80px));
  background:#000;
  border:0;
}
#artist-page .artist-hero--members .artist-hero__slide {
  overflow:hidden;
  background:#000;
}
#artist-page .artist-hero--members .artist-hero__media {
  transform:scale(1.07);
  transition:transform 7.5s cubic-bezier(.18,.7,.18,1), opacity .9s ease;
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media {
  transform:scale(1);
}
#artist-page .artist-hero--members .artist-hero__media img {
  object-position:center 18%;
  filter:saturate(.8) contrast(1.08) brightness(.9);
  transform:scale(1.08);
}
#artist-page .artist-hero--members .artist-hero__shade {
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.68) 28%,rgba(0,0,0,.18) 58%,rgba(0,0,0,.66) 100%),
    linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.05) 48%,rgba(0,0,0,.28) 100%);
}
#artist-page .artist-member-hero__content {
  position:absolute;
  z-index:5;
  left:clamp(34px,6.6vw,128px);
  bottom:clamp(76px,10vh,128px);
  width:min(72vw,1120px);
  color:#fff;
}
#artist-page .artist-member-hero__label,
#artist-page .artist-member-hero__role {
  margin:0;
  font-size:clamp(9px,.72vw,12px);
  font-weight:700;
  letter-spacing:.28em;
  line-height:1.5;
  text-transform:uppercase;
}
#artist-page .artist-member-hero__label {
  margin-bottom:18px;
  color:rgba(255,255,255,.76);
}
#artist-page .artist-member-hero__role {
  margin-top:26px;
  color:rgba(255,255,255,.82);
}
#artist-page .artist-member-hero__name {
  margin:0;
  color:#fff;
  font-size:clamp(72px,10.2vw,196px);
  font-weight:900;
  line-height:.82;
  letter-spacing:-.065em;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:0 10px 50px rgba(0,0,0,.18);
}
#artist-page .artist-hero--members .artist-title-line {
  display:block;
  overflow:hidden;
  padding:.08em 0 .1em;
}
#artist-page .artist-hero--members .artist-title-line > span {
  display:block;
  transform:translateY(115%);
  opacity:0;
  transition:transform .9s cubic-bezier(.2,.75,.18,1),opacity .55s ease;
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-title-line > span {
  transform:translateY(0);
  opacity:1;
  transition-delay:.18s;
}
#artist-page .artist-hero--members .artist-reveal {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .8s cubic-bezier(.2,.75,.18,1);
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-reveal {
  opacity:1;
  transform:translateY(0);
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-member-hero__label { transition-delay:.34s; }
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-member-hero__role { transition-delay:.48s; }

#artist-page .artist-member-hero__side {
  position:absolute;
  z-index:5;
  right:clamp(22px,3.2vw,60px);
  top:50%;
  display:flex;
  align-items:center;
  gap:17px;
  color:#fff;
  transform:translateY(-50%);
  writing-mode:vertical-rl;
  text-orientation:mixed;
  pointer-events:none;
}
#artist-page .artist-member-hero__side strong {
  font-size:clamp(42px,5vw,88px);
  font-weight:900;
  line-height:.82;
  letter-spacing:-.055em;
}
#artist-page .artist-member-hero__side span {
  font-size:9px;
  font-weight:700;
  letter-spacing:.26em;
  color:rgba(255,255,255,.66);
}

#artist-page .artist-member-hero__controls {
  position:absolute;
  z-index:20;
  top:34px;
  right:clamp(28px,4.5vw,86px);
  display:flex;
  align-items:center;
  gap:12px;
}
#artist-page .artist-member-hero__arrow {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.76);
  font-size:42px;
  font-weight:200;
  line-height:1;
  cursor:pointer;
  transition:color .25s ease,transform .25s ease;
}
#artist-page .artist-member-hero__arrow:hover {
  color:#fff;
  transform:scale(1.12);
}
#artist-page .artist-member-hero__pagination {
  position:absolute;
  z-index:20;
  right:clamp(28px,4.5vw,86px);
  bottom:34px;
  display:flex;
  align-items:center;
  gap:10px;
}
#artist-page .artist-member-hero__pagination button {
  position:relative;
  width:40px;
  height:34px;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.42);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  cursor:pointer;
  transition:color .25s ease;
}
#artist-page .artist-member-hero__pagination button:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,255,255,.28);
  transform-origin:left;
  transform:scaleX(.45);
  transition:transform .35s ease,background .35s ease;
}
#artist-page .artist-member-hero__pagination button.is-active {
  color:#fff;
}
#artist-page .artist-member-hero__pagination button.is-active:after {
  background:#fff;
  transform:scaleX(1);
}
#artist-page .artist-member-hero__scroll {
  position:absolute;
  z-index:20;
  left:clamp(34px,6.6vw,128px);
  bottom:24px;
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.65);
  text-decoration:none;
  font-size:9px;
  font-weight:700;
  letter-spacing:.25em;
}
#artist-page .artist-member-hero__scroll i {
  position:relative;
  width:42px;
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.28);
}
#artist-page .artist-member-hero__scroll i:after {
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  transform:translateX(-100%);
  animation:artistMemberScroll 1.8s ease-in-out infinite;
}
@keyframes artistMemberScroll {
  0% { transform:translateX(-100%); }
  50%,100% { transform:translateX(100%); }
}

@media (max-width:900px) {
  #artist-page .artist-hero--members {
    min-height:calc(100svh - var(--site-header-height,70px));
  }
  #artist-page .artist-hero--members .artist-hero__media img {
    object-position:57% 18%;
  }
  #artist-page .artist-hero--members .artist-hero__shade {
    background:
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.5) 100%),
      linear-gradient(0deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.06) 58%,rgba(0,0,0,.24) 100%);
  }
  #artist-page .artist-member-hero__content {
    left:24px;
    bottom:92px;
    width:calc(100% - 48px);
  }
  #artist-page .artist-member-hero__name {
    font-size:clamp(56px,16vw,118px);
    white-space:normal;
  }
  #artist-page .artist-member-hero__side {
    right:14px;
  }
  #artist-page .artist-member-hero__side strong {
    font-size:clamp(30px,9vw,52px);
  }
  #artist-page .artist-member-hero__controls {
    top:20px;
    right:18px;
  }
  #artist-page .artist-member-hero__pagination {
    right:18px;
    bottom:24px;
  }
  #artist-page .artist-member-hero__scroll {
    left:24px;
    bottom:24px;
  }
}
@media (max-width:540px) {
  #artist-page .artist-member-hero__label { margin-bottom:12px; }
  #artist-page .artist-member-hero__role { margin-top:14px; max-width:70%; }
  #artist-page .artist-member-hero__side span { display:none; }
  #artist-page .artist-member-hero__pagination button { width:28px; }
  #artist-page .artist-member-hero__scroll span { display:none; }
}
@media (prefers-reduced-motion:reduce) {
  #artist-page .artist-member-hero__scroll i:after { animation:none; }
}

/* =========================================================
   MEMBER HERO v2 — fullscreen, centered controls, 4 line dots
   ========================================================= */
#artist-page .artist-hero--members {
  position:relative;
  width:100%;
  height:calc(100svh - var(--site-header-height, 80px));
  min-height:620px;
  max-height:none;
  overflow:hidden;
  background:#000;
}
#artist-page .artist-hero--members .artist-hero__slides,
#artist-page .artist-hero--members .artist-hero__slide,
#artist-page .artist-hero--members .artist-hero__media {
  width:100%;
  height:100%;
}
#artist-page .artist-hero--members .artist-hero__media img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
}
#artist-page .artist-hero--members .artist-member-hero__content {
  left:clamp(26px,6.5vw,126px);
  right:auto;
  bottom:clamp(118px,16vh,190px);
  width:min(76vw,1120px);
}
#artist-page .artist-hero--members .artist-member-hero__name {
  font-size:clamp(68px,10vw,190px);
}

/* Hide every previous auxiliary link / label / side element */
#artist-page .artist-hero--members .artist-member-hero__label,
#artist-page .artist-hero--members .artist-member-hero__role,
#artist-page .artist-hero--members .artist-member-hero__side,
#artist-page .artist-hero--members .artist-member-hero__scroll,
#artist-page .artist-hero--members .artist-member-hero__controls,
#artist-page .artist-hero--members > a {
  display:none !important;
}

#artist-page .artist-member-hero__carousel-ui {
  position:absolute;
  z-index:20;
  left:50%;
  bottom:clamp(30px,5.5vh,62px);
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
}
#artist-page .artist-member-hero__arrow {
  position:static;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  background:rgba(0,0,0,.16);
  color:#fff;
  cursor:pointer;
  transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
#artist-page .artist-member-hero__arrow span {
  display:block;
  font-size:17px;
  line-height:1;
  transform:translateY(-1px);
}
#artist-page .artist-member-hero__arrow:hover {
  background:#fff;
  color:#000;
  border-color:#fff;
  transform:scale(1.06);
}
#artist-page .artist-member-hero__pagination {
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:auto;
  transform:none;
}
#artist-page .artist-member-hero__pagination button {
  position:relative;
  width:34px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
#artist-page .artist-member-hero__pagination button span {
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  height:2px;
  margin:0;
  border-radius:0;
  background:rgba(255,255,255,.34);
  transform:translateY(-50%);
  overflow:hidden;
}
#artist-page .artist-member-hero__pagination button span::after {
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  transform:scaleX(0);
  transform-origin:left center;
}
#artist-page .artist-member-hero__pagination button.is-active span {
  background:rgba(255,255,255,.34);
}
#artist-page .artist-member-hero__pagination button.is-active span::after {
  animation:artistHeroProgress 5.6s linear forwards;
}
@keyframes artistHeroProgress {
  from { transform:scaleX(0); }
  to { transform:scaleX(1); }
}

@media (max-width:900px) {
  #artist-page .artist-hero--members {
    height:calc(100svh - var(--site-header-height, 70px));
    min-height:560px;
  }
  #artist-page .artist-hero--members .artist-hero__media img {
    object-position:58% center;
  }
  #artist-page .artist-hero--members .artist-member-hero__content {
    left:24px;
    bottom:132px;
    width:calc(100% - 48px);
  }
  #artist-page .artist-hero--members .artist-member-hero__name {
    font-size:clamp(58px,17vw,120px);
    white-space:normal;
  }
  #artist-page .artist-member-hero__carousel-ui {
    bottom:28px;
    gap:14px;
  }
  #artist-page .artist-member-hero__arrow {
    width:38px;
    height:38px;
  }
  #artist-page .artist-member-hero__pagination {
    gap:6px;
  }
  #artist-page .artist-member-hero__pagination button {
    width:25px;
  }
}



/* =========================================================
   Dynamic member hero motion — v4
   ========================================================= */
#artist-page .artist-hero--members .artist-hero__slide {
  opacity:0;
  visibility:hidden;
  z-index:0;
  transition:opacity .9s cubic-bezier(.22,.61,.36,1),
             visibility 0s linear .9s;
}
#artist-page .artist-hero--members .artist-hero__slide.is-active {
  opacity:1;
  visibility:visible;
  z-index:2;
  transition:opacity .9s cubic-bezier(.22,.61,.36,1),
             visibility 0s linear 0s;
}

#artist-page .artist-hero--members .artist-hero__media {
  overflow:hidden;
  clip-path:inset(0 100% 0 0);
  transform:scale(1.015);
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media {
  animation:artistHeroImageReveal 1.15s cubic-bezier(.77,0,.18,1) both;
}
#artist-page .artist-hero--members .artist-hero__media img {
  will-change:transform,filter;
  transform:scale(1.14);
  filter:brightness(.72) saturate(.82) contrast(1.06) blur(7px);
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
  animation:artistHeroImageEnter 1.55s cubic-bezier(.2,.72,.2,1) both,
            artistHeroKenBurns 5.6s 1.2s ease-out both;
}

#artist-page .artist-hero--members .artist-hero__shade {
  opacity:0;
  transform:translateX(-6%);
}
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__shade {
  animation:artistHeroShadeIn 1.1s .25s ease-out both;
}

#artist-page .artist-member-hero__name {
  overflow:visible;
  perspective:900px;
}
#artist-page .artist-member-hero__name [data-hero-name-text] {
  display:inline-flex;
  align-items:flex-end;
  gap:.01em;
  white-space:nowrap;
}
#artist-page .artist-member-hero__name .artist-name-char {
  display:inline-block;
  opacity:0;
  transform:translate3d(0,105%,0) rotateX(-72deg) skewY(5deg);
  transform-origin:50% 100%;
  filter:blur(8px);
  will-change:transform,opacity,filter;
}
#artist-page .artist-hero__slide.is-active .artist-member-hero__name .artist-name-char {
  animation:artistHeroNameChar .82s cubic-bezier(.16,1,.3,1) both;
  animation-delay:calc(.38s + (var(--char-index) * .075s));
}
#artist-page .artist-member-hero__name::after {
  content:"";
  display:block;
  width:0;
  height:3px;
  margin-top:14px;
  background:rgba(255,255,255,.9);
}
#artist-page .artist-hero__slide.is-active .artist-member-hero__name::after {
  animation:artistHeroNameLine 1s .78s cubic-bezier(.16,1,.3,1) both;
}

@keyframes artistHeroImageReveal {
  0%   { clip-path:inset(0 100% 0 0); transform:scale(1.015); }
  100% { clip-path:inset(0 0 0 0); transform:scale(1); }
}
@keyframes artistHeroImageEnter {
  0%   { transform:scale(1.14) translate3d(2.5%,0,0); filter:brightness(.55) saturate(.68) contrast(1.1) blur(7px); }
  100% { transform:scale(1.075) translate3d(0,0,0); filter:brightness(.82) saturate(.94) contrast(1.04) blur(0); }
}
@keyframes artistHeroKenBurns {
  from { transform:scale(1.075) translate3d(0,0,0); }
  to   { transform:scale(1.13) translate3d(-1.2%,-.7%,0); }
}
@keyframes artistHeroShadeIn {
  from { opacity:0; transform:translateX(-6%); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes artistHeroNameChar {
  0%   { opacity:0; transform:translate3d(0,105%,0) rotateX(-72deg) skewY(5deg); filter:blur(8px); }
  65%  { opacity:1; filter:blur(0); }
  100% { opacity:1; transform:translate3d(0,0,0) rotateX(0) skewY(0); filter:blur(0); }
}
@keyframes artistHeroNameLine {
  from { width:0; opacity:0; }
  to   { width:clamp(90px,10vw,180px); opacity:1; }
}

@media (prefers-reduced-motion: reduce) {
  #artist-page .artist-hero--members .artist-hero__slide,
  #artist-page .artist-hero--members .artist-hero__media,
  #artist-page .artist-hero--members .artist-hero__media img,
  #artist-page .artist-hero--members .artist-hero__shade,
  #artist-page .artist-member-hero__name .artist-name-char,
  #artist-page .artist-member-hero__name::after {
    animation-duration:.45s !important;
    animation-delay:0s !important;
  }
}


/* =========================================================
   DarkStar-style long zoom + four-direction member names — v5
   ========================================================= */

/* 이미지가 슬라이드에 머무는 전체 시간 동안 계속 천천히 확대 */
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
  animation:
    artistHeroImageEnterV5 1.15s cubic-bezier(.2,.72,.2,1) both,
    artistHeroLongZoomV5 5.6s 1.05s linear both;
  transform-origin:center center;
}

@keyframes artistHeroImageEnterV5 {
  0% {
    transform:scale(1.025);
    filter:brightness(.55) saturate(.7) contrast(1.08) blur(6px);
  }
  100% {
    transform:scale(1.055);
    filter:brightness(.82) saturate(.95) contrast(1.03) blur(0);
  }
}

@keyframes artistHeroLongZoomV5 {
  0% {
    transform:scale(1.055) translate3d(0,0,0);
  }
  100% {
    transform:scale(1.145) translate3d(-.8%,-.45%,0);
  }
}

/* 이름은 멤버별로 서로 다른 방향에서 등장 */
#artist-page .artist-member-hero__name .artist-name-char {
  opacity:0;
  filter:blur(7px);
  will-change:transform,opacity,filter;
}

/* 1번: 왼쪽 → 오른쪽 */
#artist-page .artist-hero__slide:nth-child(1) .artist-name-char {
  transform:translate3d(-115px,0,0) skewX(-10deg);
}
#artist-page .artist-hero__slide:nth-child(1).is-active .artist-name-char {
  animation:artistNameFromLeftV5 .8s cubic-bezier(.16,1,.3,1) both;
  animation-delay:calc(.28s + (var(--char-index) * .07s));
}

/* 2번: 오른쪽 → 왼쪽 */
#artist-page .artist-hero__slide:nth-child(2) .artist-name-char {
  transform:translate3d(115px,0,0) skewX(10deg);
}
#artist-page .artist-hero__slide:nth-child(2).is-active .artist-name-char {
  animation:artistNameFromRightV5 .8s cubic-bezier(.16,1,.3,1) both;
  animation-delay:calc(.28s + (var(--char-index) * .07s));
}

/* 3번: 아래 → 위 */
#artist-page .artist-hero__slide:nth-child(3) .artist-name-char {
  transform:translate3d(0,105px,0) rotateX(-65deg);
  transform-origin:50% 100%;
}
#artist-page .artist-hero__slide:nth-child(3).is-active .artist-name-char {
  animation:artistNameFromBottomV5 .85s cubic-bezier(.16,1,.3,1) both;
  animation-delay:calc(.28s + (var(--char-index) * .07s));
}

/* 4번: 위 → 아래 */
#artist-page .artist-hero__slide:nth-child(4) .artist-name-char {
  transform:translate3d(0,-105px,0) rotateX(65deg);
  transform-origin:50% 0%;
}
#artist-page .artist-hero__slide:nth-child(4).is-active .artist-name-char {
  animation:artistNameFromTopV5 .85s cubic-bezier(.16,1,.3,1) both;
  animation-delay:calc(.28s + (var(--char-index) * .07s));
}

@keyframes artistNameFromLeftV5 {
  0% { opacity:0; transform:translate3d(-115px,0,0) skewX(-10deg); filter:blur(7px); }
  100% { opacity:1; transform:translate3d(0,0,0) skewX(0); filter:blur(0); }
}
@keyframes artistNameFromRightV5 {
  0% { opacity:0; transform:translate3d(115px,0,0) skewX(10deg); filter:blur(7px); }
  100% { opacity:1; transform:translate3d(0,0,0) skewX(0); filter:blur(0); }
}
@keyframes artistNameFromBottomV5 {
  0% { opacity:0; transform:translate3d(0,105px,0) rotateX(-65deg); filter:blur(7px); }
  100% { opacity:1; transform:translate3d(0,0,0) rotateX(0); filter:blur(0); }
}
@keyframes artistNameFromTopV5 {
  0% { opacity:0; transform:translate3d(0,-105px,0) rotateX(65deg); filter:blur(7px); }
  100% { opacity:1; transform:translate3d(0,0,0) rotateX(0); filter:blur(0); }
}

/* 모바일에서는 이동거리를 줄여 과도한 흔들림 방지 */
@media (max-width:900px) {
  #artist-page .artist-hero__slide:nth-child(1) .artist-name-char {
    transform:translate3d(-62px,0,0);
  }
  #artist-page .artist-hero__slide:nth-child(2) .artist-name-char {
    transform:translate3d(62px,0,0);
  }
  #artist-page .artist-hero__slide:nth-child(3) .artist-name-char {
    transform:translate3d(0,62px,0);
  }
  #artist-page .artist-hero__slide:nth-child(4) .artist-name-char {
    transform:translate3d(0,-62px,0);
  }
}


/* =========================================================
   v6 — stationary start + slow zoom only
   ========================================================= */

/* 슬라이드는 이동하지 않고 페이드로만 전환 */
#artist-page .artist-hero--members .artist-hero__slide {
  transform:none !important;
}

/* 이미지 컨테이너의 좌→우 리빌 제거 */
#artist-page .artist-hero--members .artist-hero__media,
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media {
  clip-path:none !important;
  transform:none !important;
  animation:none !important;
}

/* 이미지가 정지 상태에서 시작한 뒤, 머무는 시간 동안 서서히 줌인 */
#artist-page .artist-hero--members .artist-hero__media img {
  transform:scale(1) !important;
  filter:brightness(.82) saturate(.95) contrast(1.03) !important;
  animation:none !important;
  transition:none !important;
}

#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
  animation:artistHeroStillZoomV6 5.6s linear both !important;
  transform-origin:center center;
}

@keyframes artistHeroStillZoomV6 {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.11);
  }
}

/* 배경 음영도 좌우 이동 없이 부드럽게 나타남 */
#artist-page .artist-hero--members .artist-hero__shade,
#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__shade {
  transform:none !important;
}

#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__shade {
  animation:artistHeroShadeFadeV6 .7s ease-out both !important;
}

@keyframes artistHeroShadeFadeV6 {
  from { opacity:0; }
  to   { opacity:1; }
}

/* 모바일도 동일하게 정지 상태에서 줌인 */
@media (max-width:900px) {
  #artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
    animation:artistHeroStillZoomMobileV6 5.6s linear both !important;
  }

  @keyframes artistHeroStillZoomMobileV6 {
    0%   { transform:scale(1); }
    100% { transform:scale(1.07); }
  }
}


/* =========================================================
   v7 — fixed zoom animation
   ========================================================= */

/* 기존 transform !important가 keyframes를 막던 문제 수정 */
#artist-page .artist-hero--members .artist-hero__media img {
  transform:scale(1);
  animation:none !important;
  transition:none !important;
  will-change:transform;
}

#artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
  animation:artistHeroZoomV7 5.6s linear forwards !important;
  transform-origin:50% 50%;
}

@keyframes artistHeroZoomV7 {
  from { transform:scale(1); }
  to   { transform:scale(1.16); }
}

@media (max-width:900px) {
  #artist-page .artist-hero--members .artist-hero__slide.is-active .artist-hero__media img {
    animation-name:artistHeroZoomMobileV7 !important;
  }

  @keyframes artistHeroZoomMobileV7 {
    from { transform:scale(1); }
    to   { transform:scale(1.10); }
  }
}

/* DarkStar original hero iframe */
#artist-page .artist-darkstar-frame {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--artist-header-offset, 0px));
    min-height: 620px;
    overflow: hidden;
    background: #050505;
}
#artist-page .artist-darkstar-frame__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #050505;
}
@media (max-width: 767px) {
    #artist-page .artist-darkstar-frame { min-height: 560px; }
}

/* =========================================================
   DarkStar iframe hero — final 100vh layout
   ========================================================= */
#artist-page {
  overflow-x:hidden;
  overflow-y:visible;
}
#artist-page .artist-darkstar-frame {
  position:relative;
  display:block;
  width:100%;
  height:100vh;
  min-height:100vh;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#050505;
}
#artist-page .artist-darkstar-frame__iframe {
  display:block;
  width:100%;
  height:100%;
  min-height:100vh;
  margin:0;
  padding:0;
  border:0;
  background:#050505;
}
@supports (height:100svh) {
  #artist-page .artist-darkstar-frame,
  #artist-page .artist-darkstar-frame__iframe {
    height:100svh;
    min-height:100svh;
  }
}

/* =========================================================
   H&H BOYS ABOUT SECTION
========================================================= */

.hh-about {
    position: relative;
    overflow: hidden;
    background: #080808;
    color: #ffffff;
    padding: 150px 0 120px;
    isolation: isolate;
}

.hh-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.05);
    z-index: -1;
}

.hh-about__bg-text {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(110px, 18vw, 320px);
    line-height: 0.8;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.045);
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.hh-about__inner {
    position: relative;
    width: min(1600px, calc(100% - 80px));
    margin: 0 auto;
}

.hh-about__heading {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 90px;
}

.hh-about__number {
    display: inline-block;
    padding-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #b8975a;
}

.hh-about__eyebrow {
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36em;
    color: rgba(255,255,255,0.55);
}

.hh-about__title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(76px, 10vw, 170px);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.hh-about__title .hh-outline-word--boys {
    margin-left: 0.34em;
}

.hh-about__content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    align-items: center;
    gap: clamp(60px, 8vw, 140px);
}

.hh-about__visual {
    position: relative;
}

.hh-about__image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    background: #111111;
}

.hh-about__image-wrap::before {
    content: "";
    display: block;
    padding-top: 72%;
}

.hh-about__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%) contrast(1.08);
    transform: scale(1.04);
    transition:
        transform 1.4s cubic-bezier(.2,.8,.2,1),
        filter 0.8s ease;
}

.hh-about__image-wrap:hover .hh-about__image {
    transform: scale(1.09);
    filter: grayscale(45%) contrast(1.05);
}

.hh-about__image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.05) 25%,
            rgba(0,0,0,0.78) 100%
        );
    pointer-events: none;
}

.hh-about__image-caption {
    position: absolute;
    left: 36px;
    bottom: 34px;
    z-index: 2;
}

.hh-about__image-caption span {
    display: block;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: rgba(255,255,255,0.6);
}

.hh-about__image-caption strong {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.hh-about__copy {
    position: relative;
    padding: 30px 0;
}

.hh-about__lead {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(48px, 5.3vw, 92px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.015em;
    color: #ffffff;
}

.hh-about__line {
    width: 100%;
    height: 1px;
    margin: 42px 0;
    background: linear-gradient(
        90deg,
        #b8975a 0%,
        rgba(184,151,90,0.15) 65%,
        transparent 100%
    );
}

.hh-about__description {
    max-width: 620px;
    margin: 0 0 20px;
    font-family: "Noto Sans KR", "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.95;
    color: rgba(255,255,255,0.64);
    word-break: keep-all;
}

.hh-about__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    margin-top: 34px;
    padding: 17px 0;
    border-top: 1px solid rgba(255,255,255,0.28);
    border-bottom: 1px solid rgba(255,255,255,0.28);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-decoration: none;
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        padding 0.35s ease;
}

.hh-about__link:hover {
    padding-left: 12px;
    padding-right: 12px;
    border-color: #b8975a;
    color: #b8975a;
}

.hh-about__arrow {
    font-size: 19px;
    line-height: 1;
}

.hh-about__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 120px;
    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hh-about__stat {
    position: relative;
    padding: 38px 30px 34px;
}

.hh-about__stat + .hh-about__stat {
    border-left: 1px solid rgba(255,255,255,0.12);
}

.hh-about__stat strong {
    display: block;
    margin-bottom: 7px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(38px, 4.1vw, 72px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #ffffff;
}

.hh-about__stat span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.24em;
    color: rgba(255,255,255,0.48);
}

/* 스크롤 등장 애니메이션 초기값 */
.hh-about__heading,
.hh-about__visual,
.hh-about__copy,
.hh-about__stat {
    opacity: 0;
    transform: translateY(60px);
}

.hh-about.is-visible .hh-about__heading,
.hh-about.is-visible .hh-about__visual,
.hh-about.is-visible .hh-about__copy,
.hh-about.is-visible .hh-about__stat {
    opacity: 1;
    transform: translateY(0);
}

.hh-about.is-visible .hh-about__heading {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hh-about.is-visible .hh-about__visual {
    transition: opacity 1s 0.12s ease, transform 1s 0.12s ease;
}

.hh-about.is-visible .hh-about__copy {
    transition: opacity 1s 0.28s ease, transform 1s 0.28s ease;
}

.hh-about.is-visible .hh-about__stat {
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hh-about.is-visible .hh-about__stat:nth-child(1) {
    transition-delay: 0.35s;
}

.hh-about.is-visible .hh-about__stat:nth-child(2) {
    transition-delay: 0.45s;
}

.hh-about.is-visible .hh-about__stat:nth-child(3) {
    transition-delay: 0.55s;
}

.hh-about.is-visible .hh-about__stat:nth-child(4) {
    transition-delay: 0.65s;
}

@media (max-width: 1100px) {
    .hh-about {
        padding: 120px 0 100px;
    }

    .hh-about__inner {
        width: min(100% - 50px, 1300px);
    }

    .hh-about__content {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .hh-about__image-wrap {
        min-height: 580px;
    }

    .hh-about__copy {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .hh-about {
        padding: 90px 0 70px;
    }

    .hh-about__inner {
        width: calc(100% - 36px);
    }

    .hh-about__heading {
        gap: 14px;
        margin-bottom: 55px;
    }

    .hh-about__number {
        padding-top: 7px;
        font-size: 10px;
    }

    .hh-about__eyebrow {
        font-size: 9px;
        letter-spacing: 0.25em;
    }

    .hh-about__title {
        font-size: clamp(68px, 23vw, 100px);
    }

    .hh-about__content {
        gap: 48px;
    }

    .hh-about__image-wrap {
        min-height: 460px;
    }

    .hh-about__image-wrap::before {
        padding-top: 125%;
    }

    .hh-about__image-caption {
        left: 22px;
        bottom: 22px;
    }

    .hh-about__image-caption strong {
        font-size: 32px;
    }

    .hh-about__lead {
        font-size: clamp(52px, 15vw, 74px);
    }

    .hh-about__line {
        margin: 30px 0;
    }

    .hh-about__description {
        font-size: 14px;
        line-height: 1.85;
    }

    .hh-about__stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 75px;
    }

    .hh-about__stat {
        padding: 26px 18px 24px;
    }

    .hh-about__stat:nth-child(3),
    .hh-about__stat:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .hh-about__stat:nth-child(3) {
        border-left: 0;
    }

    .hh-about__stat strong {
        font-size: 42px;
    }

    .hh-about__stat span {
        font-size: 8px;
        letter-spacing: 0.16em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-about__heading,
    .hh-about__visual,
    .hh-about__copy,
    .hh-about__stat {
        opacity: 1;
        transform: none;
        transition: none !important;
    }

    .hh-about__image {
        transition: none;
    }
}

/* =========================================================
   H&H BOYS MEMBERS SECTION
========================================================= */

.hh-members {
    position: relative;
    overflow: hidden;
    padding: 150px 0 140px;
    background: #050505;
    color: #ffffff;
    isolation: isolate;
}

.hh-members::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.045);
    z-index: -1;
}

.hh-members__bg-text {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(130px, 20vw, 350px);
    line-height: 0.8;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
    pointer-events: none;
    user-select: none;
}

.hh-members__inner {
    position: relative;
    width: min(1600px, calc(100% - 80px));
    margin: 0 auto;
}

.hh-members__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 85px;
}

.hh-members__heading {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.hh-members__number {
    display: inline-block;
    padding-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #b8975a;
}

.hh-members__eyebrow {
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36em;
    color: rgba(255, 255, 255, 0.52);
}

.hh-members__title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(76px, 9vw, 160px);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: 0.01em;
}

.hh-members__title .hh-outline-word {
    margin-left: 0.25em;
}

.hh-members__intro {
    max-width: 500px;
    margin: 0 0 8px;
    font-family: "Noto Sans KR", "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
    word-break: keep-all;
}

.hh-members__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hh-member-card {
    min-width: 0;
}

.hh-member-card__link {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.hh-member-card__image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4.25;
    background: #111111;
}

.hh-member-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(100%) contrast(1.05);
    transform: scale(1.01);
    transition:
        transform 1.1s cubic-bezier(.2, .75, .2, 1),
        filter 0.7s ease;
}

.hh-member-card__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 45%,
            rgba(0, 0, 0, 0.82) 100%
        );
    transition: background 0.5s ease;
    pointer-events: none;
}

.hh-member-card__index {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.72);
}

.hh-member-card__view {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #ffffff;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

.hh-member-card__view i {
    font-style: normal;
    font-size: 16px;
}

.hh-member-card__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    padding: 23px 2px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition:
        border-color 0.35s ease,
        padding 0.35s ease;
}

.hh-member-card__role {
    margin: 0 0 7px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.21em;
    color: rgba(255, 255, 255, 0.42);
}

.hh-member-card__name {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(36px, 3.1vw, 58px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.035em;
    color: #ffffff;
}

.hh-member-card__arrow {
    flex: 0 0 auto;
    padding-bottom: 4px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.55);
    transform: translate(0, 0);
    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

.hh-member-card__link:hover .hh-member-card__image {
    filter: grayscale(20%) contrast(1.04);
    transform: scale(1.075);
}

.hh-member-card__link:hover .hh-member-card__overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 35%,
            rgba(0, 0, 0, 0.65) 100%
        );
}

.hh-member-card__link:hover .hh-member-card__view {
    opacity: 1;
    transform: translateY(0);
}

.hh-member-card__link:hover .hh-member-card__info {
    padding-left: 10px;
    padding-right: 10px;
    border-color: #b8975a;
}

.hh-member-card__link:hover .hh-member-card__arrow {
    color: #b8975a;
    transform: translate(4px, -4px);
}

/*
 * 멤버 콘텐츠는 기본적으로 표시합니다.
 * JS가 정상 실행된 경우에만 reveal-ready 상태로 잠시 숨긴 뒤 등장시킵니다.
 * 따라서 IntersectionObserver 오류·미지원 환경에서도 콘텐츠가 사라지지 않습니다.
 */
.hh-members.is-reveal-ready:not(.is-visible) .hh-members__heading,
.hh-members.is-reveal-ready:not(.is-visible) .hh-members__intro,
.hh-members.is-reveal-ready:not(.is-visible) .hh-member-card {
    opacity: 0;
    transform: translateY(55px);
}

/* 스크롤 등장 후 */
.hh-members.is-visible .hh-members__heading,
.hh-members.is-visible .hh-members__intro,
.hh-members.is-visible .hh-member-card {
    opacity: 1;
    transform: translateY(0);
}

.hh-members.is-visible .hh-members__heading {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hh-members.is-visible .hh-members__intro {
    transition: opacity 0.9s 0.15s ease, transform 0.9s 0.15s ease;
}

.hh-members.is-visible .hh-member-card {
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.hh-members.is-visible .hh-member-card:nth-child(1) {
    transition-delay: 0.12s;
}

.hh-members.is-visible .hh-member-card:nth-child(2) {
    transition-delay: 0.23s;
}

.hh-members.is-visible .hh-member-card:nth-child(3) {
    transition-delay: 0.34s;
}

.hh-members.is-visible .hh-member-card:nth-child(4) {
    transition-delay: 0.45s;
}

@media (max-width: 1200px) {
    .hh-members__inner {
        width: min(100% - 50px, 1300px);
    }

    .hh-members__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 20px;
    }

    .hh-member-card__name {
        font-size: 52px;
    }
}

@media (max-width: 900px) {
    .hh-members {
        padding: 110px 0 100px;
    }

    .hh-members__header {
        display: block;
        margin-bottom: 60px;
    }

    .hh-members__intro {
        margin-top: 38px;
        padding-left: 40px;
    }
}

@media (max-width: 600px) {
    .hh-members {
        padding: 90px 0 75px;
    }

    .hh-members__inner {
        width: calc(100% - 36px);
    }

    .hh-members__heading {
        gap: 14px;
    }

    .hh-members__number {
        padding-top: 7px;
        font-size: 10px;
    }

    .hh-members__eyebrow {
        font-size: 9px;
        letter-spacing: 0.25em;
    }

    .hh-members__title {
        font-size: clamp(68px, 22vw, 98px);
    }

    .hh-members__intro {
        padding-left: 0;
        font-size: 14px;
    }

    .hh-members__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hh-member-card__image-wrap {
        aspect-ratio: 3 / 4;
    }

    .hh-member-card__name {
        font-size: 52px;
    }

    .hh-member-card__view {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-members__heading,
    .hh-members__intro,
    .hh-member-card {
        opacity: 1;
        transform: none;
        transition: none !important;
    }

    .hh-member-card__image,
    .hh-member-card__view,
    .hh-member-card__info,
    .hh-member-card__arrow {
        transition: none !important;
    }
}

/* =========================================================
   MEMBER CARD BUTTON RESET
========================================================= */

.hh-member-card__link {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.hh-member-card__link:focus-visible {
    outline: 1px solid #b8975a;
    outline-offset: 5px;
}


/* =========================================================
   MEMBER PROFILE MODAL
========================================================= */

.hh-member-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.hh-member-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.hh-member-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
}

.hh-member-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(1450px, 94vw);
    height: min(900px, 90vh);
    overflow: hidden;
    background: #080808;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.7);
    transform: translateY(45px) scale(0.97);
    transition: transform 0.55s cubic-bezier(.2, .75, .2, 1);
}

.hh-member-modal.is-open .hh-member-modal__dialog {
    transform: translateY(0) scale(1);
}

.hh-member-modal__image-wrap {
    position: absolute;
    inset: 0;
    background: #080808;
}

.hh-member-modal__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.hh-member-modal__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 45%,
            rgba(0, 0, 0, 0.72) 100%
        );
    pointer-events: none;
}

.hh-member-modal__caption {
    position: absolute;
    left: 48px;
    bottom: 40px;
    z-index: 3;
}

.hh-member-modal__role {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #b8975a;
}

.hh-member-modal__name {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(65px, 8vw, 135px);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.025em;
    color: #fff;
}

.hh-member-modal__label {
    display: block;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.48);
}

.hh-member-modal__close {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 5;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.hh-member-modal__close:hover {
    border-color: #b8975a;
    background: #b8975a;
    transform: rotate(90deg);
}

.hh-member-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 1px;
    background: #fff;
}

.hh-member-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.hh-member-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.hh-modal-open {
    overflow: hidden !important;
}


/* 태블릿 */
@media (max-width: 900px) {
    .hh-member-modal {
        padding: 20px;
    }

    .hh-member-modal__dialog {
        width: 96vw;
        height: 88vh;
    }

    .hh-member-modal__caption {
        left: 30px;
        bottom: 28px;
    }
}


/* 모바일 */
@media (max-width: 600px) {
    .hh-member-modal {
        padding: 0;
    }

    .hh-member-modal__dialog {
        width: 100%;
        height: 100%;
        max-height: none;
    }

    .hh-member-modal__image {
        object-fit: contain;
    }

    .hh-member-modal__close {
        top: 18px;
        right: 18px;
        width: 46px;
        height: 46px;
    }

    .hh-member-modal__caption {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .hh-member-modal__name {
        font-size: clamp(58px, 20vw, 90px);
    }
}


/* =========================================================
   H&H BOYS ALBUM / OFFICIAL VIDEO SECTION
========================================================= */

.hh-album {
    position: relative;
    overflow: hidden;
    padding: 150px 0 140px;
    background: #090909;
    color: #ffffff;
    isolation: isolate;
}

.hh-album::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.045);
}

.hh-album__bg-text {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(130px, 20vw, 350px);
    line-height: 0.8;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
    pointer-events: none;
    user-select: none;
}

.hh-album__inner {
    position: relative;
    width: min(1600px, calc(100% - 80px));
    margin: 0 auto;
}

.hh-album__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 85px;
}

.hh-album__heading {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.hh-album__number {
    display: inline-block;
    padding-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #b8975a;
}

.hh-album__eyebrow {
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36em;
    color: rgba(255, 255, 255, 0.52);
}

.hh-album__title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(76px, 9vw, 160px);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.hh-album__title .hh-outline-word {
    margin-left: 0.22em;
}

.hh-album__intro {
    max-width: 510px;
    margin: 0 0 8px;
    font-family: "Noto Sans KR", "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
    word-break: keep-all;
}

.hh-album__content {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: start;
}

.hh-album__info {
    position: sticky;
    top: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hh-album__meta {
    padding: 26px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hh-album__meta-label {
    display: block;
    margin-bottom: 9px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.38);
}

.hh-album__meta-value {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #ffffff;
}

.hh-album__youtube-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-decoration: none;
    transition:
        padding 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease;
}

.hh-album__youtube-link:hover {
    padding-left: 12px;
    padding-right: 12px;
    color: #b8975a;
    border-color: #b8975a;
}

.hh-album__video-column {
    min-width: 0;
}

.hh-album__video-label {
    margin: 0 0 18px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.45);
}

.hh-album__video-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.hh-album__video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hh-album__video-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 26px 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hh-album__video-footer div span {
    display: block;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.4);
}

.hh-album__video-footer div strong {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(35px, 3.5vw, 60px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.035em;
    color: #ffffff;
}

.hh-album__video-index {
    flex: 0 0 auto;
    padding-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.38);
}

/* 등장 애니메이션 초기 상태 */
.hh-album__heading,
.hh-album__intro,
.hh-album__info,
.hh-album__video-column {
    opacity: 0;
    transform: translateY(55px);
}

/* 등장 애니메이션 실행 상태 */
.hh-album.is-visible .hh-album__heading,
.hh-album.is-visible .hh-album__intro,
.hh-album.is-visible .hh-album__info,
.hh-album.is-visible .hh-album__video-column {
    opacity: 1;
    transform: translateY(0);
}

.hh-album.is-visible .hh-album__heading {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hh-album.is-visible .hh-album__intro {
    transition: opacity 0.9s 0.14s ease, transform 0.9s 0.14s ease;
}

.hh-album.is-visible .hh-album__info {
    transition: opacity 0.9s 0.2s ease, transform 0.9s 0.2s ease;
}

.hh-album.is-visible .hh-album__video-column {
    transition: opacity 1s 0.32s ease, transform 1s 0.32s ease;
}

@media (max-width: 1100px) {
    .hh-album__inner {
        width: min(100% - 50px, 1300px);
    }

    .hh-album__content {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hh-album__info {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hh-album__meta {
        padding: 24px;
        border-bottom: 0;
    }

    .hh-album__meta + .hh-album__meta {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hh-album__youtube-link {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .hh-album {
        padding: 110px 0 100px;
    }

    .hh-album__header {
        display: block;
        margin-bottom: 60px;
    }

    .hh-album__intro {
        margin-top: 38px;
        padding-left: 40px;
    }
}

@media (max-width: 600px) {
    .hh-album {
        padding: 90px 0 75px;
    }

    .hh-album__inner {
        width: calc(100% - 36px);
    }

    .hh-album__heading {
        gap: 14px;
    }

    .hh-album__number {
        padding-top: 7px;
        font-size: 10px;
    }

    .hh-album__eyebrow {
        font-size: 9px;
        letter-spacing: 0.25em;
    }

    .hh-album__title {
        font-size: clamp(68px, 22vw, 98px);
    }

    .hh-album__intro {
        padding-left: 0;
        font-size: 14px;
    }

    .hh-album__info {
        display: block;
    }

    .hh-album__meta {
        padding: 22px 0;
    }

    .hh-album__meta + .hh-album__meta {
        border-left: 0;
    }

    .hh-album__meta-value {
        font-size: 30px;
    }

    .hh-album__video-footer {
        align-items: flex-start;
    }

    .hh-album__video-footer div strong {
        font-size: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-album__heading,
    .hh-album__intro,
    .hh-album__info,
    .hh-album__video-column {
        opacity: 1;
        transform: none;
        transition: none !important;
    }
}


/* =========================================================
   H&H BOYS MUSIC — HORIZONTAL CAROUSEL
========================================================= */

.hh-music {
    position: relative;
    overflow: hidden;
    min-height: 900px;
    padding: 120px 0 95px;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(184, 151, 90, 0.1),
            transparent 33%
        ),
        linear-gradient(180deg, #090909 0%, #050505 100%);
    color: #ffffff;
    isolation: isolate;
}

.hh-music::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.17;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 80px 80px;
    pointer-events: none;
}

.hh-music::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.96) 0%,
            transparent 7%,
            transparent 93%,
            rgba(5, 5, 5, 0.96) 100%
        );
    pointer-events: none;
}

.hh-music__bg-title {
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(150px, 20vw, 390px);
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0.01em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
    user-select: none;
    pointer-events: none;
}

.hh-music__inner {
    position: relative;
    z-index: 10;
    width: min(1800px, calc(100% - 64px));
    margin: 0 auto;
}

/* Header */

.hh-music__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    width: min(1450px, calc(100% - 120px));
    margin: 0 auto 60px;
}

.hh-music__heading {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.hh-music__number {
    padding-top: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #b8975a;
}

.hh-music__eyebrow {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.42em;
    color: rgba(255, 255, 255, 0.43);
}

.hh-music__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.55);
}

.hh-music__title strong {
    display: block;
    margin-top: 9px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(60px, 6vw, 105px);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.025em;
    color: #ffffff;
}

.hh-music__counter {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.35);
}

.hh-music__current {
    font-size: 15px;
    color: #ffffff;
}

.hh-music__counter-line {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* Carousel */

.hh-music__carousel {
    position: relative;
}

.hh-music__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
}

.hh-music__viewport.is-dragging {
    cursor: grabbing;
}

.hh-music__track {
    display: flex;
    align-items: center;
    will-change: transform;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.hh-music__viewport.is-dragging .hh-music__track {
    transition: none;
}

.hh-music__slide {
    flex: 0 0 46%;
    padding: 0 18px;
    opacity: 0.38;
    transform: scale(0.82);
    filter: brightness(0.55);
    transition:
        opacity 0.75s ease,
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.75s ease;
}

.hh-music__slide.is-active {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
}

.hh-music__card {
    position: relative;
    width: 100%;
}

.hh-music__visual {
    position: relative;
    overflow: hidden;
    height: clamp(430px, 49vw, 610px);
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.07),
            transparent 57%
        ),
        #0b0b0b;
}

.hh-music__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hh-music__visual::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 42%;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(5, 5, 5, 0.15) 35%,
            rgba(5, 5, 5, 0.83) 100%
        );
    pointer-events: none;
}

.hh-music__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 65%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(184, 151, 90, 0.14);
    filter: blur(90px);
    opacity: 0.75;
    pointer-events: none;
}

.hh-music__visual--color .hh-music__glow {
    background: rgba(25, 161, 166, 0.15);
}

.hh-music__visual--black .hh-music__glow {
    background: rgba(255, 255, 255, 0.07);
}

.hh-music__image {
    position: absolute;
    z-index: 1;
    display: block;
    max-width: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}

.hh-music__image--album {
    top: 50%;
    left: 50%;
    width: min(92%, 780px);
    height: auto;
    transform: translate(-50%, -49%);
    object-fit: contain;
    filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.5));
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hh-music__image--group {
    right: 50%;
    bottom: -3%;
    width: auto;
    height: 96%;
    transform: translateX(50%);
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.42));
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hh-music__slide.is-active .hh-music__image--album {
    transform: translate(-50%, -52%) scale(1.03);
}

.hh-music__slide.is-active .hh-music__image--group {
    transform: translateX(50%) scale(1.025);
}

/* Caption */

.hh-music__card-caption {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 23px 2px 0;
}

.hh-music__card-index {
    padding-top: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #b8975a;
}

.hh-music__card-category {
    margin: 0 0 6px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.4);
}

.hh-music__card-title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(29px, 2.6vw, 48px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.035em;
    color: #ffffff;
}

/* Arrows */

.hh-music__arrow {
    position: absolute;
    top: 44%;
    z-index: 20;
    display: grid;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(8, 8, 8, 0.68);
    color: #ffffff;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.hh-music__arrow span {
    font-size: 22px;
    line-height: 1;
}

.hh-music__arrow:hover {
    border-color: #b8975a;
    background: #b8975a;
    color: #090909;
    transform: scale(1.08);
}

.hh-music__arrow--prev {
    left: 18px;
}

.hh-music__arrow--next {
    right: 18px;
}

/* Bottom controls */

.hh-music__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1450px, calc(100% - 120px));
    margin: 34px auto 0;
}

.hh-music__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hh-music__dot {
    position: relative;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
    transition:
        width 0.35s ease,
        border-radius 0.35s ease,
        background 0.35s ease;
}

.hh-music__dot.is-active {
    width: 34px;
    border-radius: 10px;
    background: #b8975a;
}

.hh-music__drag-text {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.26em;
    color: rgba(255, 255, 255, 0.28);
}

/* Entrance animation */

.hh-music__header,
.hh-music__carousel,
.hh-music__bottom {
    opacity: 0;
    transform: translateY(45px);
}

.hh-music.is-visible .hh-music__header {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.hh-music.is-visible .hh-music__carousel {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 1s 0.15s ease,
        transform 1s 0.15s ease;
}

.hh-music.is-visible .hh-music__bottom {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.8s 0.35s ease,
        transform 0.8s 0.35s ease;
}

/* Tablet */

@media (max-width: 1100px) {
    .hh-music {
        min-height: auto;
        padding: 105px 0 85px;
    }

    .hh-music__inner {
        width: calc(100% - 40px);
    }

    .hh-music__header,
    .hh-music__bottom {
        width: calc(100% - 30px);
    }

    .hh-music__slide {
        flex-basis: 70%;
    }

    .hh-music__visual {
        height: clamp(440px, 61vw, 590px);
    }

    .hh-music__arrow--prev {
        left: 4px;
    }

    .hh-music__arrow--next {
        right: 4px;
    }
}

/* Mobile */

@media (max-width: 700px) {
    .hh-music {
        padding: 82px 0 65px;
    }

    .hh-music::after {
        display: none;
    }

    .hh-music__inner {
        width: 100%;
    }

    .hh-music__header {
        display: block;
        width: calc(100% - 36px);
        margin-bottom: 38px;
    }

    .hh-music__heading {
        gap: 14px;
    }

    .hh-music__number {
        font-size: 9px;
    }

    .hh-music__eyebrow {
        font-size: 9px;
    }

    .hh-music__title strong {
        margin-top: 7px;
        font-size: clamp(54px, 18vw, 76px);
    }

    .hh-music__counter {
        display: none;
    }

    .hh-music__slide {
        flex-basis: 88%;
        padding: 0 8px;
        transform: scale(0.91);
    }

    .hh-music__slide.is-active {
        transform: scale(1);
    }

    .hh-music__visual {
        height: min(115vw, 525px);
    }

    .hh-music__image--album {
        width: 96%;
    }

    .hh-music__image--group {
        height: 89%;
    }

    .hh-music__arrow {
        display: none;
    }

    .hh-music__card-caption {
        gap: 14px;
        padding: 18px 5px 0;
    }

    .hh-music__card-title {
        font-size: 34px;
    }

    .hh-music__bottom {
        width: calc(100% - 36px);
        margin-top: 28px;
    }

    .hh-music__drag-text {
        font-size: 7px;
        letter-spacing: 0.18em;
    }
}

@media (max-width: 420px) {
    .hh-music__slide {
        flex-basis: 92%;
    }

    .hh-music__visual {
        height: 112vw;
        max-height: 470px;
    }

    .hh-music__drag-text {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-music__track,
    .hh-music__slide,
    .hh-music__image,
    .hh-music__header,
    .hh-music__carousel,
    .hh-music__bottom {
        transition: none !important;
    }

    .hh-music__header,
    .hh-music__carousel,
    .hh-music__bottom {
        opacity: 1;
        transform: none;
    }
}


/* =========================================================
   H&H BOYS INTRO — YOUTUBE TEXT CUTOUT
========================================================= */

.hh-intro {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

/* 유튜브 영상 */
.hh-intro__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: #000;
    pointer-events: none;
}

.hh-intro__video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100vw;
    height: 56.25vw;

    min-width: 177.78vh;
    min-height: 100vh;

    border: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/*
 * 검정 SVG 덮개
 * 글자 부분만 뚫려서 아래 영상이 보임
 */
.hh-intro__mask {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: block;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

/* SVG 텍스트 글꼴 */
.hh-intro__mask-main {
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 520px;
    font-weight: 900;
    letter-spacing: -45px;
}

.hh-intro__mask-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 145px;
    font-weight: 800;
    letter-spacing: 35px;
}

/* 접근성용 제목 */
.hh-intro__sr-title {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* SCROLL */
.hh-intro__scroll {
    position: absolute;
    right: 42px;
    bottom: 38px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 14px;

    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.hh-intro__scroll span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.28em;
}

.hh-intro__scroll i {
    position: relative;
    display: block;
    overflow: hidden;

    width: 70px;
    height: 1px;

    background: rgba(255, 255, 255, 0.25);
}

.hh-intro__scroll i::after {
    content: "";
    position: absolute;
    inset: 0;

    background: #fff;
    transform: translateX(-100%);
    animation: hhIntroScroll 2.2s ease-in-out infinite;
}

@keyframes hhIntroScroll {
    0% {
        transform: translateX(-100%);
    }

    55%,
    100% {
        transform: translateX(100%);
    }
}

/* 인트로 로고 반응형 크기 */
@media (max-width: 1200px) {
    .hh-intro__mask-main {
        font-size: 430px;
        letter-spacing: -36px;
    }

    .hh-intro__mask-sub {
        font-size: 128px;
        letter-spacing: 28px;
    }
}

@media (max-width: 900px) {
    .hh-intro__mask-main {
        font-size: 300px;
        letter-spacing: -24px;
    }

    .hh-intro__mask-sub {
        font-size: 104px;
        letter-spacing: 20px;
    }
}

@media (max-width: 700px) {
    .hh-intro {
        height: 100svh;
        min-height: 560px;
    }

    .hh-intro__mask-main {
        font-size: 245px;
        letter-spacing: -18px;
    }

    .hh-intro__mask-sub {
        font-size: 88px;
        letter-spacing: 15px;
    }

    .hh-intro__scroll {
        right: 18px;
        bottom: 20px;
    }

    .hh-intro__scroll i {
        width: 42px;
    }
}

@media (max-width: 420px) {
    .hh-intro__mask-main {
        font-size: 210px;
        letter-spacing: -14px;
    }

    .hh-intro__mask-sub {
        font-size: 76px;
        letter-spacing: 11px;
    }
}

/* =========================================================
   Final mobile interaction fixes — final5
   ========================================================= */

/* 공통 메뉴 바로 아래에서 인트로가 시작되도록 중복 상단 여백 제거 */
#artist-page {
    padding-top: 0;
}

/* 모바일에서는 iframe이 세로 스와이프를 가로채지 않도록 페이지 스크롤 우선 */
@media (max-width: 767px) {
    #artist-page .artist-darkstar-frame {
        touch-action: pan-y;
        overscroll-behavior-y: auto;
    }

    #artist-page .artist-darkstar-frame__iframe {
        pointer-events: none;
    }
}

/* 닫힌 모달은 터치 대상을 차단하지 않고, 열린 경우에만 입력 허용 */
.hh-member-modal {
    pointer-events: none;
}

.hh-member-modal.is-open {
    pointer-events: auto;
}

/* 모바일 전체화면 모달에서도 이미지 영역을 탭해 닫을 수 있음을 표시 */
@media (max-width: 600px) {
    .hh-member-modal__dialog,
    .hh-member-modal__image-wrap,
    .hh-member-modal__image {
        cursor: pointer;
    }
}


/* Clean SVG outline titles: avoids jagged text-stroke rendering on Windows/Android */
.hh-outline-word {
    display: block;
    height: 0.88em;
    line-height: 0;
}

.hh-outline-word--members {
    width: 3.82em;
}

.hh-outline-word--video {
    width: 2.45em;
}

.hh-outline-word--boys {
    width: 2.68em;
}

.hh-outline-word svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.hh-outline-word text {
    fill: none;
    stroke: rgba(255, 255, 255, 0.72);
    stroke-width: 1.25;
    vector-effect: non-scaling-stroke;
    paint-order: stroke;
    font-family: "Bebas Neue", "Arial Narrow", sans-serif;
    font-size: 160px;
    font-weight: 400;
    letter-spacing: 1px;
    text-rendering: geometricPrecision;
}
