/* Homepage extension: reuse the cached key-page artwork and motion. */
.home-studio .wrap { max-width: 1040px; }
.home-studio .home-hero { padding: 50px 0 0; }
.home-studio .key-intro { margin-bottom: 44px; gap: 24px; }
.home-studio h1 { animation: none; }
.home-studio .key-intro h1 { font-size: clamp(44px, 5.4vw, 76px); }
.home-studio .lead { margin: 0 0 26px; max-width: 410px; font-size: 15px; animation: none; }
.home-studio .key-intro .btn-row { justify-content: flex-start; gap: 12px; }
.home-studio .key-intro .btn { font-size: 13px; padding: 15px 24px; border-radius: 10px; }
.home-studio .key-intro .btn:first-child { gap: 32px; }
.home-studio .intro-details { margin-top: 22px; font-size: 9px; }
.home-studio .access-scene { height: 345px; }
.home-studio .access-stack { width: 326px; height: 206px; }
.home-studio .access-pass { padding: 27px; }
.home-studio .access-key { margin: 14px 0 22px; width: 105px; height: 53px; }
.home-studio .access-caption { bottom: 25px; }
.home-studio .live-stats { max-width: none; margin: 0; padding: 18px 0; gap: 16px 32px; justify-content: flex-start; border-top: 1px solid #ffffff1a; font-size: 11px; }
.home-studio .live-stats[hidden] { display: none; }
.home-studio .live-stat { padding: 0; border: 0; background: transparent; }
.home-studio .live-stat.is-online { margin-left: auto; }
.home-studio .live-dot { width: 5px; height: 5px; background: #eee; box-shadow: none; animation: none; }
.home-studio .home-facts { display: grid; grid-template-columns: 1.5fr 1fr 1fr; margin: 0; padding: 22px 0; border-block: 1px solid #ffffff1a; }
.home-studio .home-facts .stat { padding: 0; border: none; border-radius: 0; background: transparent; box-shadow: none; text-align: left; }
.home-studio .home-facts .stat + .stat { border-left: 1px solid #ffffff1a; padding-left: 28px; }
.home-studio .home-facts .k { color: #aaa; font-size: 9px; margin-bottom: 7px; }
.home-studio .home-facts .v { font-size: 17px; }
.home-studio .home-facts .v.mono { font-size: 11px; overflow-wrap: anywhere; }
.home-studio .section { padding: 60px 0 0; }
.home-studio .home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; text-align: left; margin-bottom: 25px; }
.home-studio .home-section-head h2 { font-size: clamp(25px, 3vw, 32px); letter-spacing: -.045em; margin: 12px 0 0; }
.home-studio .home-section-head > p { max-width: 275px; font-size: 12px; }
.home-studio .options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-studio .option { display: block; text-decoration: none; }
.home-studio .option .hours { font-size: 42px; }
.home-studio .option .meta { line-height: 1.7; min-height: 38px; }
.home-studio .option .badge-line { gap: 5px; }
.home-studio .option .pill { font-size: 8px; }
.home-studio .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.home-studio .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.home-studio .feature { padding: 22px; border-radius: 12px; }
.home-step { display: flex; justify-content: space-between; margin-bottom: 30px; color: #aaa; font: 13px var(--mono); }
.home-step span { color: #666; }
.home-studio .feature h3 { font-size: 16px; margin-bottom: 10px; }
.home-studio .feature p { font-size: 12px; line-height: 1.8; }
.home-faq-list { max-width: none; border-top: 1px solid #ffffff25; }
.home-studio details.faq { background: transparent; border: none; border-bottom: 1px solid #ffffff25; border-radius: 0; margin: 0; box-shadow: none; padding: 22px 4px; }
.home-studio details.faq summary { font-size: 14px; }
.home-studio details.faq p { max-width: 740px; font-size: 13px; }
.home-studio details.faq a { color: #fff !important; }
.home-studio #faq { padding-bottom: 50px; scroll-margin-top: 95px; }
.home-studio .cmhub-ads { max-width: min(1040px, 92vw); }
.home-studio .feature { transition: transform .3s var(--studio-ease), border-color .3s; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .home-studio .feature:hover { transform: perspective(700px) translateY(-4px) rotateX(2deg); }
}
@media (max-width: 900px) {
  .home-studio .access-stack { width: 280px; height: 184px; }
  .home-studio .access-pass { padding: 22px; }
  .home-studio .access-key { margin: 10px 0 14px; }
  .home-studio .options, .home-studio .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-studio .live-stat.is-online { margin-left: 0; }
}
@media (max-width: 650px) {
  .home-studio .key-intro { grid-template-columns: 1fr; }
  .home-studio .key-intro-copy { text-align: center; }
  .home-studio .key-intro h1 { font-size: 52px; }
  .home-studio .lead { margin-inline: auto; }
  .home-studio .key-intro .btn-row, .home-studio .intro-details { justify-content: center; }
  .home-studio .access-scene { height: 280px; }
  .home-studio .home-section-head { display: block; }
  .home-studio .home-section-head > p { max-width: none; margin-top: 12px; }
  .home-studio .home-facts { grid-template-columns: 1fr 1fr; gap: 20px; }
  .home-studio .home-facts .stat:first-child { grid-column: 1 / -1; }
  .home-studio .home-facts .stat:nth-child(2) { border: 0; padding: 0; }
  .home-studio .grid-3 { grid-template-columns: 1fr; }
  .home-studio .live-stats { gap: 12px 20px; }
  .home-studio .feature { padding: 20px; }
  .home-studio .home-hero { padding-top: 32px; }
}
@media (max-width: 380px) {
  .home-studio .key-intro h1 { font-size: 43px; }
  .home-studio .key-intro .btn { padding: 14px 16px; font-size: 12px; }
  .home-studio .grid-4 { grid-template-columns: 1fr; }
  .home-studio .access-stack { width: 248px; height: 172px; }
  .home-studio .access-pass { padding: 18px; }
}
@media (hover: none), (prefers-reduced-motion: reduce) {
  .home-studio .feature:hover { transform: none; }
}
