/* v1.0.95 — homepage hero soft-bloom entrance
   Starts at first paint. Only the center logo, English brand line and H1 animate. */
body.home .hero-copy--pc .hero-logo,
body.home .hero-copy--mobile .hero-logo,
body.home .hero-copy--pc .hero-kicker,
body.home .hero-copy--mobile .hero-kicker,
body.home .hero-copy--pc .hero-title-pc,
body.home .hero-copy--mobile h1{
  opacity:0;
  filter:blur(14px);
  transform:translate3d(0,10px,0) scale(.985);
  transform-origin:50% 50%;
  will-change:opacity,filter,transform;
  animation:cecil-hero-soft-bloom 1.35s cubic-bezier(.22,.72,.24,1) both;
}
body.home .hero-copy--pc .hero-logo,
body.home .hero-copy--mobile .hero-logo{animation-delay:.02s}
body.home .hero-copy--pc .hero-kicker,
body.home .hero-copy--mobile .hero-kicker{animation-delay:.22s}
body.home .hero-copy--pc .hero-title-pc,
body.home .hero-copy--mobile h1{animation-delay:.44s}

@keyframes cecil-hero-soft-bloom{
  0%{opacity:0;filter:blur(14px);transform:translate3d(0,10px,0) scale(.985)}
  52%{opacity:.72;filter:blur(5px);transform:translate3d(0,4px,0) scale(.994)}
  100%{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1)}
}

@media (prefers-reduced-motion:reduce){
  body.home .hero-copy--pc .hero-logo,
  body.home .hero-copy--mobile .hero-logo,
  body.home .hero-copy--pc .hero-kicker,
  body.home .hero-copy--mobile .hero-kicker,
  body.home .hero-copy--pc .hero-title-pc,
  body.home .hero-copy--mobile h1{
    opacity:1;
    filter:none;
    transform:none;
    animation:none;
    will-change:auto;
  }
}

/* CECIL Official v1.0.90 — home page refinements */
/* --------------------------------------------------------------------------
   Homepage salon gallery - seamless infinite marquee (v1.0.68)
   -------------------------------------------------------------------------- */
.home-gallery-marquee{
  --home-gallery-gap:18px;
  position:relative;
  width:100%;
  overflow:hidden;
  margin-top:34px;
  padding:8px 0 14px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#4B4238 3.5%,#4B4238 96.5%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#4B4238 3.5%,#4B4238 96.5%,transparent 100%);
}
.home-gallery-track{
  display:flex;
  width:max-content;
  gap:var(--home-gallery-gap);
  will-change:transform;
  animation:cecil-home-gallery-marquee 46s linear infinite;
}
.home-gallery-set{
  display:flex;
  flex:0 0 auto;
  gap:var(--home-gallery-gap);
}
.home-gallery-marquee .gallery-item{
  flex:0 0 clamp(300px,28vw,420px);
  width:clamp(300px,28vw,420px);
  aspect-ratio:4/3;
  border-radius:7px;
  box-shadow:0 12px 32px rgba(102,93,82,.06);
}
.home-gallery-marquee .gallery-item img{
  transform:scale(1.002);
  transition:none;
}
.home-gallery-marquee .gallery-item:hover img{transform:scale(1.002)}
.home-gallery-marquee .gallery-label{
  left:16px;
  bottom:16px;
  padding:8px 12px;
  border-radius:4px;
  font-size:.78rem;
  letter-spacing:.03em;
}
@keyframes cecil-home-gallery-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-50% - (var(--home-gallery-gap) / 2)),0,0)}
}
@media (max-width:900px){
  .home-gallery-marquee{
    --home-gallery-gap:14px;
    width:calc(100% + 28px);
    margin-left:-14px;
    margin-top:28px;
    padding:6px 0 12px;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#4B4238 4.5%,#4B4238 95.5%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#4B4238 4.5%,#4B4238 95.5%,transparent 100%);
  }
  .home-gallery-track{animation-duration:40s}
  .home-gallery-marquee .gallery-item{
    flex-basis:clamp(250px,72vw,330px);
    width:clamp(250px,72vw,330px);
  }
}
@media (max-width:640px){
  .home-gallery-marquee{
    --home-gallery-gap:12px;
    width:calc(100% + 24px);
    margin-left:-12px;
    margin-top:24px;
  }
  .home-gallery-track{animation-duration:36s}
  .home-gallery-marquee .gallery-item{
    flex-basis:min(78vw,310px);
    width:min(78vw,310px);
    border-radius:6px;
  }
  .home-gallery-marquee .gallery-label{
    left:12px;
    bottom:12px;
    padding:7px 10px;
    font-size:.7rem;
  }
}
@media (prefers-reduced-motion:reduce){
  .home-gallery-marquee{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    -webkit-mask-image:none;
    mask-image:none;
  }
  .home-gallery-marquee::-webkit-scrollbar{display:none}
  .home-gallery-track{animation:none}
  .home-gallery-set[aria-hidden="true"]{display:none}
}



/* v1.0.90 — breakpoint-aware hero image loading: hidden viewport assets stay at a 1px placeholder. */
.hero-breakpoint-picture{display:block;width:100%;height:100%}
.hero-breakpoint-picture>img{display:block;width:100%;height:100%;object-fit:cover}


/* v1.0.94 — customer voice on the home page */
.home-voice-section{position:relative;overflow:hidden;background:#FAF7EF}
.home-voice-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 10%,rgba(201,216,166,.08),transparent 31%),radial-gradient(circle at 94% 92%,rgba(117,106,93,.055),transparent 30%)}
.home-voice-section>.container{position:relative;z-index:1}
.home-voice-head{max-width:780px;margin-left:auto;margin-right:auto}
.home-voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;margin-top:44px}
.home-voice-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:30px 28px 28px;border:1px solid rgba(201,216,166,.24);border-top:2px solid rgba(201,216,166,.72);border-radius:8px;background:rgba(250,247,239,.92);box-shadow:0 14px 40px rgba(102,93,82,.055)}
.home-voice-card-top{position:relative;display:flex;align-items:center;gap:13px;padding-right:48px}
.home-voice-avatar{display:flex;flex:0 0 46px;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(201,216,166,.34);border-radius:50%;color:#C9D8A6;background:#FAF7EF}
.home-voice-avatar svg{width:22px;height:22px}
.home-voice-meta small{display:block;font-family:Georgia,serif;font-size:.61rem;letter-spacing:.16em;color:#C9D8A6}
.home-voice-meta strong{display:block;margin-top:4px;font-family:Georgia,"Yu Mincho",serif;font-size:1rem;font-weight:500;color:#756A5D}
.home-voice-quote{position:absolute;right:0;top:-15px;font-family:Georgia,serif;font-size:4.5rem;line-height:1;color:rgba(201,216,166,.16)}
.home-voice-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.home-voice-tags span{padding:5px 9px;border-radius:99px;background:#F7F3EA;font-size:.66rem;line-height:1.2;color:#C9D8A6}
.home-voice-card blockquote{margin:22px 0 0;padding:0;border:0}
.home-voice-card blockquote p{margin:0;font-size:.8rem;line-height:1.95;color:#4B4238}
.home-voice-card blockquote p+p{margin-top:12px}
.home-voice-disclaimer{max-width:900px;margin:24px auto 0;text-align:center;font-size:.65rem;line-height:1.75;color:#736C62}
.home-voice-section .section-action{margin-top:30px}
@media(max-width:980px){
  .home-voice-grid{grid-template-columns:1fr 1fr}
  .home-voice-card:last-child{grid-column:1/-1;max-width:620px;width:100%;justify-self:center}
}
@media(max-width:700px){
  .home-voice-grid{grid-template-columns:1fr;gap:14px;margin-top:30px}
  .home-voice-card,.home-voice-card:last-child{grid-column:auto;max-width:none;padding:24px 20px 22px}
  .home-voice-card-top{padding-right:38px}
  .home-voice-avatar{flex-basis:42px;width:42px;height:42px}
  .home-voice-avatar svg{width:20px;height:20px}
  .home-voice-quote{font-size:3.8rem;top:-10px}
  .home-voice-card blockquote{margin-top:18px}
  .home-voice-card blockquote p{font-size:.76rem;line-height:1.9}
  .home-voice-disclaimer{text-align:left;font-size:.61rem}
}


/* v1.0.109 — one semantic homepage H1 across PC/SP.
   The element intentionally keeps both legacy style classes so all audited
   responsive typography is preserved; this final rule only resolves the two
   mutually exclusive display declarations from the old duplicated markup. */
body.home .hero-copy--responsive{display:flex!important}
