/* LeoPaw Fixes v4 */

/* === STORE NOTICE === */
.woocommerce-store-notice, .demo_store { display: none !important; }

/* === LOGO === */
.site-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-text { font-family: var(--font-display); font-size: 1.65rem; color: var(--dark); line-height: 1; }
.logo-paw { color: var(--green); }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* === GLOBAL === */
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
p, h1, h2, h3, h4, li, span, div { word-break: break-word; overflow-wrap: break-word; }

/* === HERO MOBILE === */
.hero { overflow: hidden; }
.hero-badge { white-space: normal; font-size: 0.78rem; }
@media (max-width: 768px) {
  .hero-content { flex-direction: column; padding: 40px 20px 20px; gap: 32px; }
  .hero-left, .hero-visual { width: 100%; }
  .hero-actions { flex-direction: column; gap: 12px; width: 100%; }
  .hero-actions .btn { width: 100% !important; justify-content: center !important; padding: 14px 20px !important; font-size: 1rem !important; }
  .hero-stats { gap: 12px; }
}

/* === ROOM CARD IMAGES === */
.room-img { position: relative; height: 220px; overflow: hidden; border-radius: 16px 16px 0 0; }

/* Standard - forest kennel scene */
.room-img.standard-img { background: linear-gradient(170deg, #0d2e0d 0%, #1a4a1a 45%, #0d2e0d 100%); }
.room-img.suite-img { background: linear-gradient(170deg, #0d0d2e 0%, #1a1440 50%, #0d0d2e 100%); }

/* Scene container */
.room-scene { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; }
.room-scene .scene-bg { position: absolute; inset: 0; }

/* Kennel wrap */
.kennel-wrap { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 20px; }

/* Kennel body */
.kennel-body {
  width: 150px; height: 88px;
  background: #8B6914;
  border-radius: 4px;
  position: relative;
}
.kennel-roof {
  position: absolute;
  top: -32px; left: -14px; right: -14px;
  height: 0;
  border-left: 89px solid transparent;
  border-right: 89px solid transparent;
  border-bottom: 34px solid #A0522D;
}
.kennel-door {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 34px; height: 52px;
  background: #3d2b1a; border-radius: 3px 3px 0 0;
}
.kennel-win {
  position: absolute; top: 14px;
  width: 28px; height: 22px;
  background: #87CEEB; border-radius: 2px; opacity: 0.85;
}
.kennel-win-l { left: 12px; }
.kennel-win-r { right: 12px; }

/* Fence */
.kennel-fence { display: flex; gap: 16px; margin-top: 2px; }
.fence-post { width: 5px; height: 36px; background: #8B7355; border-radius: 2px 2px 0 0; }

/* Dog emoji */
.scene-dog {
  position: absolute; right: 18%; bottom: 12%;
  font-size: 2rem; line-height: 1;
}
.suite-dog { right: 14%; bottom: 10%; font-size: 2.2rem; }

/* Ground strip */
.scene-grass {
  position: absolute; bottom: 0; left: 0; right: 0; height: 28%;
  background: linear-gradient(0deg, #1a3a1a 0%, rgba(26,58,26,0) 100%);
}

/* Room badge overlay */
.room-badge-overlay {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
  color: #fff; font-size: 0.7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.suite-badge-overlay { background: rgba(250,167,32,0.85); color: #1a1a2e; }

/* Suite wrap */
.suite-wrap { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 16px; }
.suite-stars { color: rgba(255,200,0,0.7); font-size: 0.75rem; margin-bottom: 6px; letter-spacing: 3px; }

.suite-body {
  width: 170px; height: 96px;
  background: #2d1f0e; border-radius: 6px;
  position: relative; border: 2px solid #8B6914;
}
.suite-roof {
  position: absolute; top: -38px; left: -16px; right: -16px;
  height: 0;
  border-left: 101px solid transparent;
  border-right: 101px solid transparent;
  border-bottom: 40px solid #4a2e10;
}
.suite-trim {
  position: absolute; top: -2px; left: -16px; right: -16px;
  height: 5px; background: #faa720; border-radius: 2px;
}
.suite-door {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 42px; height: 63px;
  background: #1a0e06; border-radius: 4px 4px 0 0;
  border: 1.5px solid #8B6914;
}
.suite-knob {
  position: absolute; right: 7px; top: 50%;
  width: 5px; height: 5px;
  background: #faa720; border-radius: 50%;
  transform: translateY(-50%);
}
.suite-win {
  position: absolute; top: 18px;
  width: 34px; height: 26px;
  background: #7ec8e3; border-radius: 3px; opacity: 0.9;
  box-shadow: 0 0 10px rgba(126,200,227,0.5);
}
.suite-win-l { left: 14px; }
.suite-win-r { right: 14px; }
.suite-badge {
  position: absolute; top: -30px; right: 2px;
  font-size: 0.85rem; letter-spacing: 2px;
}

/* Lamp posts */
.suite-lamp {
  position: absolute; bottom: 0;
  width: 5px; height: 48px;
  background: #8B7355; border-radius: 2px;
}
.suite-lamp-l { left: -22px; }
.suite-lamp-r { right: -22px; }
.lamp-glow {
  position: absolute; top: -8px; left: -5px;
  width: 14px; height: 10px;
  background: #faa720; border-radius: 50%;
  box-shadow: 0 0 8px 3px rgba(250,167,32,0.5);
}

/* === ROOM FEATURES === */
.room-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--text); padding: 5px 0; }
.room-feature::before {
  content: '';
  min-width: 20px; height: 20px;
  background: var(--green-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%234c9f45' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
  border-radius: 50%; flex-shrink: 0; margin-top: 1px;
}

/* === FOUNDING 50 FORM === */
.early-form input, .early-form select {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1); color: var(--white);
  font-family: var(--font-body); font-size: 16px;
  outline: none; -webkit-appearance: none; appearance: none;
}
.early-form input::placeholder { color: rgba(255,255,255,.45); }
.early-form input:focus, .early-form select:focus { border-color: var(--green); background: rgba(255,255,255,.15); }
.early-form select option { background: #1a3a1a; color: #fff; }
@media (max-width: 600px) { .early-form-row { grid-template-columns: 1fr; gap: 12px; } }

/* === LEAD STRIP === */
@media (max-width: 640px) {
  .lead-strip-inner { flex-direction: column; gap: 20px; }
  .lead-form { flex-direction: column; gap: 10px; }
  .lead-form input, .lead-form button { width: 100%; }
}

/* === ROOM CARDS MOBILE === */
@media (max-width: 640px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .room-pricing { flex-direction: column; gap: 10px; align-items: flex-start; }
  .room-pricing .btn { width: 100% !important; justify-content: center !important; }
}

/* === BOOK NOW === */
.page-hero { background: var(--green-dark, #1a3a1a); padding: 60px 0 40px; text-align: center; }
@media (max-width: 860px) { .booking-page-grid { grid-template-columns: 1fr !important; } .booking-sidebar { display: none; } }
@media (max-width: 640px) {
  .booking-page-grid > div:first-child { padding: 20px !important; }
  .booking-page-grid input, .booking-page-grid select { font-size: 16px !important; }
}

/* === SOCIAL ICONS === */
.social-icon { width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); transition: background .3s; }
.social-icon:hover { background: rgba(255,255,255,.2); color: #fff; }

/* === FOOTER MOBILE === */
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* === HEADER MOBILE === */
@media (max-width: 768px) {
  .header-inner { padding: 0 16px; }
  .logo-text { font-size: 1.4rem; }
  .header-cta .btn-outline { display: none; }
}

/* === DIFF GRID MOBILE === */
@media (max-width: 640px) { .diff-grid { grid-template-columns: 1fr; } }

/* ── Real logo image ── */
.site-logo-img {
  height: 52px;
  width: auto;
  display: block;
}

/* ── Real room photos ── */
.room-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 220px;
}
.room-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.room-badge-overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


/* ── Logo size fix ── */
.site-logo-img {
  height: 44px !important;
  width: auto !important;
  max-width: 160px !important;
  display: block;
}


/* ── Remove white box from logo ── */
.site-logo {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.site-logo-img {
  height: 44px !important;
  width: auto !important;
  max-width: 160px !important;
  display: block;
  background: transparent !important;
}
