/* Homepage only: the same white/lavender language as the interior pages. */
.home-page-shell { padding: 80px 0 64px; background: #fff; color: #232333; }
.home-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 64px; padding: 38px 0 56px; }
.home-intro-copy { min-width: 0; padding: 16px 0; }
.home-kicker { display: block; margin-bottom: 17px; color: #7d619f; font-size: 10px; font-weight: 600; line-height: 1.6; letter-spacing: 1.6px; text-transform: uppercase; }
.home-intro h1 { margin: 0 0 24px; color: #232333; font-size: clamp(38px, 3.8vw, 54px); font-weight: 600; line-height: 1.22; letter-spacing: -1.6px; overflow-wrap: anywhere; text-wrap: balance; }
.home-intro h1 span { color: #6b4e9e; }
.home-intro-lead { max-width: 460px; margin: 0; color: #766c82; font-size: 15px; line-height: 1.9; }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; }
.home-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 19px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font: inherit; font-size: 12px; font-weight: 500; line-height: 1.65; text-align: center; }
.home-button:hover { border-color: #5e438e; background: #5e438e; color: #fff; }
.home-button i, .home-text-link i { flex-shrink: 0; }
.home-button-outline { border-color: #ded3eb; background: #fff; color: #6b4e9e; }
.home-button-outline:hover { border-color: #a88cc8; background: #fff; color: #5e438e; }
.home-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 0; color: #756080; font-size: 12px; font-weight: 500; line-height: 1.65; }
.home-text-link:hover { color: #5e438e; }
.home-intro-photo { height: clamp(420px, 36vw, 520px); min-width: 0; overflow: hidden; border-radius: 22px; background: #f5f2f8; }
.home-intro-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-intro-film { position: relative; isolation: isolate; background: #28242b; }
.home-intro-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-film-brand { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.16) 55%, rgba(0,0,0,.3)); }
.home-intro-film .home-film-brand img { width: 78%; max-width: 390px; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.home-film-toggle { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(22,18,28,.62); color: #fff; font: inherit; font-size: 11px; font-weight: 500; cursor: pointer; backdrop-filter: blur(8px); }
.home-film-toggle[hidden] { display: none; }
.home-film-toggle:hover { background: rgba(22,18,28,.85); }
.home-film-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.home-film-toggle i { width: 12px; text-align: center; }
.home-stays { padding: 43px 0 45px; border-top: 1px solid #eee8f4; scroll-margin-top: 105px; }
.home-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 30px; text-align: left; }
.home-section-heading > div { min-width: 0; }
.home-section-heading .home-kicker { margin-bottom: 10px; }
.home-section-heading h2 { margin: 0; color: #2d2537; font-size: 31px; font-weight: 600; line-height: 1.3; letter-spacing: -.7px; }
.home-section-heading p { max-width: 630px; margin: 12px 0 0; color: #81748c; font-size: 13px; line-height: 1.85; }
.home-section-heading > a { flex-shrink: 0; min-height: 44px; font-size: 11px; }
.home-stays-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.home-page-shell .related-stay-card { border-radius: 16px; }
.home-page-shell .related-stay-body { padding: 18px; }
.home-page-shell .related-stay-body h3 { font-size: 21px; }
.home-page-shell .related-stay-meta { gap: 8px 12px; font-size: 10px; }
.home-page-shell .related-stay-features { column-gap: 7px; }
.home-page-shell .related-stay-features li { gap: 6px; font-size: 10px; }
.home-page-shell .related-stay-price strong { font-size: 24px; }
.home-page-shell .related-stay-link { min-height: 40px; padding: 9px 12px; gap: 8px; font-size: 11px; }
.home-price-note { margin: 19px 0 0; color: #8e809a; font-size: 11px; line-height: 1.8; }
.home-empty { padding: 28px 0; color: #766c82; font-size: 14px; line-height: 1.8; }
.home-empty a { color: #6b4e9e; text-decoration: underline; text-underline-offset: 3px; }
.home-planning-section { padding: 44px 0; border-top: 1px solid #eee8f4; scroll-margin-top: 105px; }
.home-creator-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 20px; max-width: 100%; padding: 2px 2px 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #b49bcf #f7f4fb; }
.home-creator-grid:focus-visible { outline: 2px solid #8b6ab1; outline-offset: -2px; border-radius: 18px; }
.home-creator-grid > .home-creator-card { scroll-snap-align: start; }
.home-creator-grid figcaption { flex-wrap: wrap; gap: 8px 12px; padding: 16px; }
.home-creator-scroll-hint { display: none; margin: -12px 0 18px; color: #81748c; font-size: 11px; line-height: 1.8; }
.home-creator-scroll-hint i { margin-left: 6px; }
.home-creator-card { min-width: 0; margin: 0; border: 1px solid #e5dceb; border-radius: 18px; overflow: hidden; background: #fff; }
.home-creator-player { position: relative; aspect-ratio: 9 / 16; background: #24202a; }
.home-creator-player video { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-creator-play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 62px; height: 62px; margin: -31px 0 0 -31px; padding: 0 0 0 3px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.92); color: #6b4e9e; font-size: 20px; cursor: pointer; }
.home-creator-play:hover { background: #fff; }
.home-creator-play[hidden], .home-creator-status[hidden] { display: none; }
.home-creator-play:focus-visible, .home-creator-player video:focus-visible { outline: 3px solid #8b6ab1; outline-offset: -5px; }
.home-creator-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; }
.home-creator-card h3 { margin: 0 0 5px; color: #352c40; font-size: 14px; font-weight: 600; line-height: 1.5; }
.home-creator-card figcaption span { display: block; color: #766882; font-size: 11px; }
.home-creator-card figcaption a { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; min-height: 44px; color: #6b4e9e; font-size: 11px; }
.home-creator-card figcaption a:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-creator-status { margin: 0; padding: 0 18px 18px; color: #766882; font-size: 12px; line-height: 1.8; }
.home-watch-back { margin-top: 20px; }
.home-watch-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 360px); align-items: center; gap: 64px; max-width: 1000px; margin: 0 auto; padding: 24px 0 10px; }
.home-watch-copy { min-width: 0; }
.home-watch-copy h1 { margin: 0 0 22px; color: #2d2537; font-size: clamp(30px, 3.5vw, 44px); font-weight: 600; line-height: 1.3; letter-spacing: -1px; }
.home-watch-duration { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: #7d619f; font-size: 12px; }
.home-watch-next { display: flex; align-items: center; gap: 18px; max-width: 360px; margin-top: 38px; padding-top: 25px; border-top: 1px solid #e8dff1; color: #6b4e9e; }
.home-watch-next img { display: block; flex-shrink: 0; width: 54px; height: 96px; border-radius: 8px; object-fit: cover; }
.home-watch-next > span { display: flex; flex: 1; flex-direction: column; gap: 7px; }
.home-watch-next small { color: #766882; font-size: 11px; }
.home-watch-next strong { font-size: 14px; font-weight: 500; }
.home-rules-note { display: flex; align-items: flex-start; gap: 11px; margin: 0 0 24px; padding: 16px 20px; border-radius: 12px; background: #f7f4fb; color: #665577; font-size: 12px; line-height: 1.85; }
.home-rules-note > i { flex-shrink: 0; margin-top: 5px; color: #7d619f; }
.home-rules-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 32px; margin: 0; padding: 8px 0; list-style: none; }
.home-rule { display: flex; align-items: flex-start; gap: 14px; min-width: 0; }
.home-rule-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid #e8dff1; border-radius: 12px; color: #8063a5; font-size: 15px; }
.home-rule h3 { margin: 0 0 7px; color: #352c40; font-size: 14px; font-weight: 600; line-height: 1.65; }
.home-rule p { margin: 0; color: #766882; font-size: 12px; line-height: 1.85; }
.home-rules-closing { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid #e8dff1; color: #766882; font-size: 12px; line-height: 1.85; }
.home-faq-list { border-top: 1px solid #e8dff1; }
.home-faq-item { border-bottom: 1px solid #e8dff1; }
.home-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; padding: 18px 4px; color: #352c40; font-size: 14px; font-weight: 500; line-height: 1.7; list-style: none; cursor: pointer; }
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; border-radius: 4px; }
.home-faq-item summary:hover, .home-faq-item[open] summary { color: #6b4e9e; }
.home-faq-indicator { flex: 0 0 28px; height: 28px; border-radius: 50%; background: #f7f4fb; color: #7d619f; text-align: center; font-size: 20px; font-weight: 400; line-height: 28px; }
.home-faq-indicator::before { content: '+'; }
.home-faq-item[open] .home-faq-indicator::before { content: '−'; }
.home-faq-answer { max-width: 860px; padding: 0 42px 23px 4px; color: #766882; font-size: 13px; line-height: 1.9; }
.home-faq-answer p { margin: 0; }
.home-capacity-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; max-width: 620px; margin: 16px 0 0; padding: 0; list-style: none; }
.home-capacity-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eee8f4; font-size: 12px; }
.home-capacity-list a { color: #6b4e9e; text-decoration: underline; text-underline-offset: 3px; }
.home-review-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; padding: 20px 24px; border: 1px solid #e8dff1; border-radius: 14px; background: #faf8fc; }
.home-review-summary p { margin: 0; }
.home-review-source { display: inline-flex; align-items: center; gap: 10px; color: #4e405b; font-size: 13px; font-weight: 500; }
.home-review-source i { color: #6b4e9e; font-size: 20px; }
.home-review-score { display: flex; align-items: center; gap: 7px; color: #81748c; font-size: 13px; }
.home-review-score strong { color: #352c40; font-size: 28px; font-weight: 600; line-height: 1.3; }
.home-review-score i { color: #9c7433; font-size: 13px; }
.home-review-count { color: #665577; font-size: 13px; }
.home-review-summary .home-review-checked { margin-left: auto; color: #81748c; font-size: 10px; line-height: 1.8; }
.home-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-review { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 27px; border: 1px solid #e5dceb; border-radius: 16px; }
.home-review-stars { display: flex; gap: 4px; color: #9c7433; font-size: 12px; }
.home-review blockquote { flex: 1; margin: 20px 0 24px; padding: 0; border: 0; background: transparent; color: #4e405b; font-size: 15px; line-height: 1.9; }
.home-review blockquote p { margin: 0; }
.home-review figcaption { display: flex; flex-direction: column; gap: 6px; padding-top: 18px; border-top: 1px solid #eee8f4; }
.home-review figcaption strong { color: #352c40; font-size: 13px; font-weight: 600; }
.home-review figcaption a { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; color: #7d619f; font-size: 11px; line-height: 1.7; }
.home-review figcaption a:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-page-shell a, .home-page-shell a:hover, .home-page-shell a:active, .home-page-shell .related-stay-card, .home-page-shell .related-stay-card:hover, .home-page-shell img, .home-page-shell i { box-shadow: none !important; text-shadow: none !important; transform: none !important; animation: none !important; transition: none; }
.home-page-shell a:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; }
@media (max-width: 1100px) {
    .home-intro { gap: 35px; }
    .home-intro h1 { font-size: 42px; letter-spacing: -1.2px; }
    .home-intro .home-actions { gap: 10px 15px; }
    .home-intro .home-button { padding: 12px 15px; font-size: 11px; }
    .home-text-link { font-size: 11px; }
}
@media (max-width: 1024px) {
    .home-creator-grid { grid-auto-columns: minmax(240px, 32%); }
    .home-creator-scroll-hint { display: block; }
    .home-stays-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
    .home-page-shell .related-stay-body { padding: 22px; }
    .home-page-shell .related-stay-meta, .home-page-shell .related-stay-features li { font-size: 11px; }
    .home-rules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-review { padding: 22px; }
}
@media (max-width: 991px) {
    .home-page-shell { padding-top: 70px; }
    .home-intro h1 { font-size: 36px; }
    .home-intro-lead { font-size: 13px; }
    .home-intro-photo { height: 425px; }
    .home-intro .home-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 23px; }
}
@media (max-width: 768px) {
    .home-page-shell .home-watch-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 20px 0 !important; }
    .home-watch-copy { display: contents; }
    .home-watch-copy .home-kicker { grid-row: 1; margin: 0; }
    .home-watch-copy h1 { grid-row: 2; margin: -16px 0 0; }
    .home-watch-player { grid-row: 3; width: 100%; max-width: 360px; margin: 0 auto; }
    .home-watch-next { margin-top: 0; max-width: none; }
    .home-watch-back { margin-top: 12px; font-size: 11px; }
    .home-page-shell { padding: 60px 0 40px; }
    .home-page-shell .home-intro { grid-template-columns: minmax(0, 1fr); gap: 27px; padding: 28px 0 35px !important; }
    .home-intro-copy { padding: 0; }
    .home-kicker { margin-bottom: 13px; font-size: 9px; }
    .home-intro h1 { margin-bottom: 18px; font-size: clamp(34px, 6.2vw, 43px); letter-spacing: -1.1px; }
    .home-intro-lead { max-width: 560px; }
    .home-intro .home-actions { flex-direction: row; align-items: center; gap: 12px 20px; }
    .home-button { min-height: 46px; padding: 12px 16px; font-size: 11px; }
    .home-intro-photo { height: auto; aspect-ratio: 4 / 3; max-height: 450px; border-radius: 16px; }
    .home-page-shell .home-stays { padding: 32px 0 33px !important; scroll-margin-top: 85px; }
    .home-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 24px; }
    .home-section-heading h2 { font-size: 26px; }
    .home-section-heading p { font-size: 12px; margin-top: 10px; }
    .home-section-heading > a { padding: 10px 14px; }
    .home-page-shell .home-planning-section { padding: 32px 0 !important; scroll-margin-top: 85px; }
    .home-rules-note { padding: 14px 16px; }
    .home-rules-grid { gap: 24px; }
    .home-review-summary { gap: 12px 18px; padding: 18px; }
    .home-review-summary .home-review-checked { flex-basis: 100%; margin-left: 0; padding-top: 12px; border-top: 1px solid #e8dff1; }
    .home-reviews-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .home-review blockquote { margin: 16px 0 20px; }
}
@media (max-width: 600px) {
    .home-creator-grid { grid-auto-columns: min(82%, 320px); gap: 16px; }
    .home-stays-grid { grid-template-columns: minmax(0, 1fr); gap: 23px; }
    .home-page-shell .related-stay-body { padding: 20px; }
    .home-price-note { font-size: 10px; }
    .home-rules-grid, .home-capacity-list { grid-template-columns: minmax(0, 1fr); }
    .home-rule { gap: 12px; }
    .home-faq-item summary { font-size: 13px; }
    .home-faq-answer { padding-right: 4px; font-size: 12px; }
}
@media (max-width: 400px) {
    .home-intro h1 { font-size: 32px; letter-spacing: -1px; }
    .home-intro .home-actions { flex-direction: column; align-items: stretch; gap: 7px; }
    .home-intro .home-text-link { justify-content: center; }
}
