/* ROOMNOW v7.9.9 — Brand Mark + Desktop Legibility Hotfix
   - Replace RN monogram with geometric open-door mark
   - Remove tiny header subtitle
   - Raise desktop supporting-text floor, especially HOME Quick Guide
   - Separate LIVE fallback copy into readable lines */
:root{
  --rn-gold-v799:#e6c98f;
  --rn-ivory-v799:#f3eee5;
  --rn-muted-v799:#bcb7af;
  --rn-muted-strong-v799:#d0cbc2;
}

/* Minimal brand lockup */
.logo-wrap{
  gap:10px!important;
  align-items:center!important;
}
.logo-wrap img{
  width:36px!important;
  height:36px!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.logo-text strong{
  color:var(--rn-gold-v799)!important;
  font-family:var(--rn-ui-heading,system-ui,sans-serif)!important;
  font-size:18.5px!important;
  font-weight:720!important;
  letter-spacing:.095em!important;
  line-height:1!important;
}
.logo-text small{display:none!important}
.footer-logo img{width:30px!important;height:30px!important;object-fit:contain!important;border-radius:0!important}

@media (max-width:1099px){
  .logo-wrap{gap:8px!important}
  .logo-wrap img{width:32px!important;height:32px!important}
  .logo-text strong{font-size:16.5px!important;letter-spacing:.075em!important}
}

/* Desktop: prioritize actual reading over micro-label density. */
@media (min-width:1100px){
  /* HOME hero balance: give Quick Guide enough width for readable text. */
  body[data-page-type="home"] .home-hero{
    min-height:560px!important;
    padding:30px 0!important;
  }
  body[data-page-type="home"] .hero-inner{
    min-height:560px!important;
    grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr)!important;
    gap:50px!important;
  }
  body[data-page-type="home"] .hero-copy{max-width:700px!important}
  body[data-page-type="home"] .discount-badge{
    font-size:12.4px!important;
    font-weight:760!important;
    line-height:1.45!important;
    letter-spacing:.145em!important;
  }
  body[data-page-type="home"] .hero-title{font-size:25px!important;line-height:1.42!important}
  body[data-page-type="home"] .hero-title .roomnow{font-size:12px!important;letter-spacing:.17em!important}
  body[data-page-type="home"] .hero-lead{
    font-size:15.8px!important;
    line-height:1.76!important;
    color:#d4d0c8!important;
  }
  body[data-page-type="home"] .btn-v750{
    min-width:154px!important;
    height:48px!important;
    font-size:13.8px!important;
  }
  body[data-page-type="home"] .hero-point{min-width:124px!important;padding:10px 12px!important}
  body[data-page-type="home"] .hero-point-icon{font-size:17px!important}
  body[data-page-type="home"] .hero-point b{font-size:13.4px!important;line-height:1.32!important}
  body[data-page-type="home"] .hero-point span{font-size:12.3px!important;line-height:1.46!important;color:#b7b1a8!important}

  /* Quick Guide: the old 10–12px support text was still too small at 1920px. */
  body[data-page-type="home"] .hero-dashboard{
    width:100%!important;
    max-width:520px!important;
    justify-self:end!important;
    padding:23px!important;
  }
  body[data-page-type="home"] .hero-dashboard-head{margin-bottom:12px!important;padding-bottom:14px!important}
  body[data-page-type="home"] .hero-dashboard-head>span{
    font-size:11.8px!important;
    font-weight:780!important;
    letter-spacing:.145em!important;
  }
  body[data-page-type="home"] .hero-dashboard-head h2{
    margin:6px 0 5px!important;
    font-size:24px!important;
    line-height:1.32!important;
  }
  body[data-page-type="home"] .hero-dashboard-head p{
    color:#c1bbb3!important;
    font-size:14px!important;
    font-weight:450!important;
    line-height:1.58!important;
  }
  body[data-page-type="home"] .hero-dashboard-links{gap:10px!important;margin-top:12px!important}
  body[data-page-type="home"] .hero-dashboard-links>a{
    min-height:106px!important;
    padding:14px!important;
    grid-template-columns:35px minmax(0,1fr) 15px!important;
    gap:11px!important;
  }
  body[data-page-type="home"] .hero-dashboard-links>a>span{
    width:32px!important;
    height:32px!important;
    font-size:11px!important;
    font-weight:780!important;
  }
  body[data-page-type="home"] .hero-dashboard-links b{
    font-size:14.5px!important;
    font-weight:720!important;
    line-height:1.4!important;
    color:#f0ebe2!important;
  }
  body[data-page-type="home"] .hero-dashboard-links small{
    display:block!important;
    margin-top:5px!important;
    color:#b8b2aa!important;
    font-size:12.6px!important;
    font-weight:450!important;
    line-height:1.48!important;
  }
  body[data-page-type="home"] .hero-dashboard-links i{font-size:14px!important}
  body[data-page-type="home"] .hero-dashboard-contact{margin-top:12px!important;gap:10px!important}
  body[data-page-type="home"] .hero-dashboard-contact a{
    height:42px!important;
    font-size:13.5px!important;
    font-weight:720!important;
  }

  /* Homepage lower-density support copy. */
  body[data-page-type="home"] .intent-grid{min-height:88px!important}
  body[data-page-type="home"] .intent-grid>a{min-height:88px!important;padding:15px 17px!important}
  body[data-page-type="home"] .intent-grid small{font-size:11.9px!important;color:#b6b0a7!important;line-height:1.35!important}
  body[data-page-type="home"] .intent-grid b{font-size:14px!important;line-height:1.4!important}
  body[data-page-type="home"] .v8-section-head>div>span{font-size:11.8px!important}
  body[data-page-type="home"] .v8-section-head>a{font-size:12.8px!important}
  body[data-page-type="home"] .v8-venue-meta span{font-size:11.6px!important}
  body[data-page-type="home"] .v8-venue-body p{font-size:13px!important;line-height:1.62!important;color:#b7b1aa!important}
  body[data-page-type="home"] .venue-media-note{font-size:11.7px!important;color:#9e9890!important}
  body[data-page-type="home"] .category-card p{font-size:13.4px!important;color:#c0bbb3!important}
  body[data-page-type="home"] .category-price small{font-size:12px!important}
  body[data-page-type="home"] .category-more{font-size:12.8px!important}
  body[data-page-type="home"] .shop-chip small{font-size:11.8px!important;color:#aaa49c!important}
  body[data-page-type="home"] .live-eyebrow{font-size:11.8px!important}
  body[data-page-type="home"] .intro-video-points span{font-size:12.5px!important}

  /* Conservative site-wide floor for common supporting UI. */
  .breadcrumb{font-size:13.5px!important}
  .eyebrow,.section-kicker{font-size:12.8px!important}
  .data-meta{font-size:12.8px!important;line-height:1.55!important;color:#aeb6b8!important}
  .related-grid span,.trust-item span{font-size:12.5px!important;line-height:1.55!important}
  .footer-col a,.footer-col span,.footer-bottom{font-size:12.2px!important;line-height:1.55!important}

  /* LIVE fallback card: explicit line separation, readable hierarchy. */
  body[data-page-type="live"] .live-card-fallback,
  body[data-page-type="live"] .live-high-fallback{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    min-height:auto!important;
    margin-top:13px!important;
    padding:13px 14px!important;
    align-items:start!important;
  }
  body[data-page-type="live"] .live-card-fallback b,
  body[data-page-type="live"] .live-high-fallback b{
    display:block!important;
    margin:0!important;
    font-size:14.3px!important;
    line-height:1.38!important;
    color:#eee9df!important;
  }
  body[data-page-type="live"] .live-card-fallback p,
  body[data-page-type="live"] .live-high-fallback p,
  body[data-page-type="live"] .live-card-fallback span,
  body[data-page-type="live"] .live-high-fallback span{
    display:block!important;
    margin:0!important;
    font-size:12.8px!important;
    line-height:1.55!important;
    color:#b8beb9!important;
  }
  body[data-page-type="live"] .live-card-fallback small,
  body[data-page-type="live"] .live-high-fallback small{
    display:block!important;
    margin:1px 0 0!important;
    font-size:11.8px!important;
    line-height:1.45!important;
    color:#8f8a82!important;
  }
}
