
/* Hero separators */
.hero-brand-statement{
 display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;
}
.hero-brand-statement .sep::before{content:"|";opacity:.55;margin:0 .2rem;}
/* if statement is plain text, author should wrap with spans:
<span>食</span><span class="sep"></span><span>ワイン</span>... */

/* Transparent hero buttons */
.hero-actions-simple .button{
 background:transparent!important;
 color:#fff!important;
 border:1px solid rgba(255,255,255,.55)!important;
 backdrop-filter:blur(8px);
}
.hero-actions-simple .button:hover{
 background:rgba(255,255,255,.14)!important;
 color:#fff!important;
}

/* Mobile typography */
@media (max-width:768px){
 .hero-brand-title{font-size:2.8rem!important;line-height:.92!important;white-space:nowrap!important;}
 .hero-brand-subtitle{font-size:.72rem!important;line-height:1.6!important;}
 .hero-brand-statement{
   display:block!important;
   font-size:.98rem!important;
   line-height:1.9!important;
   letter-spacing:.02em!important;
 }
 .hero-guest-welcome{
   font-size:.9rem!important;
   line-height:1.85!important;
 }
 .all-instagram-links a{
   font-size:.88rem!important;
   line-height:1.7!important;
 }
}
