/* ============================================================
   Shared mockup overrides — applied AFTER site/styles.css
   Loaded by all mockup pages.
   ============================================================ */

/* ---- Footer: align the chateau properly ---- */
footer {
  position:relative;
  min-height:160px;
  max-height:none;
  overflow:hidden;
  background:#032c52;
  margin-top:0;
}
.footer-bg {
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:auto !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain;
  object-position:left center;
  transform:none !important;
  display:block;
  opacity:1;
}
.footer-overlay {
  position:relative !important;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:18px 40px 18px 24px;
  min-height:160px;
}
.footer-contact {
  width:min(420px, 60%);
  display:flex;
  flex-direction:column;
  gap:6px;
  font-family:"Cormorant Garamond", serif;
  font-size:18px;
  line-height:1.2;
  color:#fff;
  text-align:left;
}
.footer-contact a { color:inherit; text-decoration:none; }
.footer-contact a:hover { text-decoration:underline; }

@media (max-width:760px){
  footer { min-height:auto; }
  .footer-overlay {
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:140px 16px 18px;
    min-height:auto;
  }
  .footer-bg {
    height:120px !important;
    width:auto !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    top:8px !important;
    object-position:center top;
  }
  .footer-contact {
    width:100%;
    text-align:center;
    font-size:16px;
  }
}

/* ---- Suite detail title: scale down so long names never overflow/overlap ---- */
.title-band h1 {
  font-size:clamp(30px, 4vw, 48px) !important;
  text-wrap:balance;
  overflow-wrap:break-word;
  max-width:100%;
}

/* ---- Production polish over the Claude visual system ---- */
html,
body {
  max-width:100%;
  overflow-x:hidden;
}

.top-header-inner {
  width:100%;
}

.top-header .brand {
  min-width:0;
}

.top-header .brand .line2 {
  white-space:nowrap;
}

.instagram-btn[href="#"] {
  pointer-events:none;
}

.footer-contact a[href="#"]:first-child {
  pointer-events:auto;
}

.hero-title span,
.page-title,
.booking-header h1,
.title-band h1 {
  overflow-wrap:normal;
  max-width:100%;
}

.hero-content {
  text-shadow:0 12px 36px rgba(0,0,0,0.58);
}

.hero-title span {
  color:#fff;
  opacity:0.98;
}

.hero-slogan {
  color:#fff;
  opacity:0.98;
}

.row-blank {
  color:rgba(22,37,58,0.70) !important;
  font-style:normal !important;
}

.row-blank::before {
  opacity:0.48;
}

.design-menu-backdrop {
  position:fixed;
  inset:0;
  z-index:30000;
  background:rgba(0,0,0,0.42);
  opacity:0;
  pointer-events:none;
  transition:opacity 0.22s ease;
}

.design-menu-backdrop.open {
  opacity:1;
  pointer-events:auto;
}

.design-side-menu {
  position:fixed;
  top:0;
  right:0;
  z-index:30001;
  width:min(330px, 88vw);
  height:100vh;
  padding:92px 28px 28px;
  background:#fff;
  box-shadow:-18px 0 56px rgba(0,0,0,0.22);
  transform:translateX(100%);
  transition:transform 0.28s ease;
  overflow-y:auto;
}

.design-side-menu.open {
  transform:translateX(0);
}

.design-side-menu a {
  display:block;
  padding:12px 0;
  color:var(--navy);
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.5px;
  text-transform:uppercase;
}

.design-side-menu hr {
  border:0;
  border-top:1px solid rgba(29,53,87,0.12);
  margin:18px 0;
}

.footer-legal-links {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:8px;
  font-size:13px;
  opacity:0.78;
}

.footer-legal-links a {
  font-family:"Inter",sans-serif;
  font-size:12px;
}

@media (max-width:900px) {
  html,
  body {
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .top-header {
    padding:10px 14px !important;
  }

  .top-header-inner {
    gap:8px !important;
    position:relative;
  }

  .top-header .brand {
    flex:1 1 auto;
    max-width:154px;
    overflow:hidden;
  }

  .top-header .brand .line1 {
    font-size:9px !important;
    letter-spacing:1px !important;
    line-height:1 !important;
  }

  .top-header .brand .line2 {
    font-size:11.5px !important;
    letter-spacing:0.5px !important;
    line-height:1.18 !important;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .header-actions {
    gap:8px !important;
    flex-wrap:nowrap !important;
    position:fixed !important;
    top:10px !important;
    right:auto !important;
    left:calc(100vw - 94px) !important;
    transform:none !important;
    z-index:20000;
  }

  .account-btn,
  .reserve-btn,
  .logout-btn-public,
  .ghost-btn {
    display:none !important;
  }

  .instagram-btn {
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }

  .menu-button {
    width:42px !important;
    height:42px !important;
    padding:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .hero {
    min-height:660px !important;
  }

  .hero-title span {
    font-size:24px !important;
    letter-spacing:0.5px !important;
    line-height:1 !important;
  }

  .hero-slogan {
    max-width:320px !important;
    font-size:16px !important;
    line-height:1.45 !important;
  }

  .page-title {
    width:100%;
    max-width:100vw;
    padding:0 14px;
    font-size:24px !important;
    letter-spacing:0.4px !important;
    line-height:1 !important;
    display:flex !important;
    flex-wrap:wrap !important;
  }

  .booking-header {
    padding:102px 18px 44px !important;
  }

  .booking-header h1 {
    font-size:24px !important;
    letter-spacing:0.4px !important;
    line-height:1 !important;
    max-width:100%;
    text-wrap:balance;
  }

  .booking-header .kicker {
    max-width:300px;
    margin-left:auto !important;
    margin-right:auto !important;
    line-height:1.7 !important;
  }

  .booking-header p {
    font-size:16px !important;
    max-width:310px !important;
  }

  .stepper {
    width:min(320px, 100%) !important;
    max-width:320px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:0 !important;
    gap:8px !important;
    overflow:hidden;
  }

  .stepper::before,
  .stepper-progress {
    left:28px !important;
    right:28px !important;
  }

  .step-circle {
    width:38px !important;
    height:38px !important;
  }

  .step {
    min-width:0 !important;
  }

  .step-label {
    letter-spacing:1px !important;
    white-space:normal !important;
    font-size:8.5px !important;
  }

  .booking-main {
    display:block !important;
    width:100% !important;
    padding:0 14px 56px !important;
    margin:-28px auto 0 !important;
    box-sizing:border-box !important;
    overflow:hidden;
  }

  .step-card {
    padding:22px 16px !important;
    border-radius:20px !important;
    max-width:100% !important;
    overflow:hidden;
  }

  .step-card h2,
  .step-card .step-sub {
    padding-left:0 !important;
  }

  .pick-card {
    grid-template-columns:112px minmax(0, 1fr) !important;
    gap:14px !important;
    align-items:start !important;
    padding:14px !important;
    max-width:100% !important;
    overflow:hidden;
  }

  .pick-info {
    min-width:0;
    max-width:100%;
    overflow:hidden;
  }

  .pick-info h3,
  .pick-info p,
  .pick-info .feats {
    max-width:100%;
    white-space:normal !important;
    overflow-wrap:break-word;
  }

  .pick-img {
    width:112px !important;
    height:96px !important;
  }

  .pick-right {
    grid-column:2;
    text-align:left !important;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .pick-radio {
    margin:0 !important;
    flex:0 0 auto;
  }

  .summary {
    margin-top:18px;
    padding:22px !important;
  }

  .sum-trust {
    flex-direction:column;
    gap:6px !important;
  }

  .title-band {
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .title-band h1 {
    font-size:26px !important;
    letter-spacing:0.4px !important;
    line-height:1 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
  }

  .suite-hero-row,
  .suite-content {
    padding-left:24px !important;
    padding-right:24px !important;
    box-sizing:border-box;
    max-width:100%;
    overflow:hidden;
  }

  .gallery-card,
  .hero-img,
  .hero-img img {
    max-width:100%;
  }

  .policy-row {
    gap:16px;
  }

  .policy-row .k,
  .policy-row .v {
    min-width:0;
  }

  .policy-row .v {
    text-align:right;
    overflow-wrap:break-word;
  }

  .mobile-book-bar {
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:100vw !important;
    padding:10px 14px !important;
    gap:10px !important;
    box-sizing:border-box !important;
    justify-content:space-between !important;
    overflow:hidden;
  }

  .mobile-book-bar .mb-btn {
    padding:12px 12px !important;
    min-width:104px;
    max-width:126px;
    flex:0 0 auto;
    font-size:10px !important;
    letter-spacing:1px !important;
    position:fixed !important;
    left:calc(100vw - 122px) !important;
    right:auto !important;
    bottom:10px !important;
  }

  .dash-wrap,
  .account-wrap,
  .guest-area,
  .admin-main {
    max-width:100vw !important;
    overflow-x:hidden;
  }
}

@media (max-width:520px) {
  .header-actions {
    left:296px !important;
  }

  .mobile-book-bar .mb-btn {
    left:260px !important;
  }

  .top-header .brand {
    max-width:250px;
  }

  .top-header .brand .line2 {
    font-size:11px !important;
    letter-spacing:0.3px !important;
  }

  .instagram-btn {
    width:34px !important;
    height:34px !important;
  }

  .menu-button {
    width:38px !important;
    height:38px !important;
  }

  .hero-title span {
    font-size:23px !important;
  }

  .page-title {
    font-size:22px !important;
  }

  .booking-header h1 {
    font-size:22px !important;
  }

  .title-band h1 {
    font-size:24px !important;
  }

  .pick-card {
    display:block !important;
  }

  .pick-img {
    width:100% !important;
    height:168px !important;
    float:none;
    margin:0 0 12px 0;
  }

  .pick-right {
    clear:both;
    grid-column:auto;
    margin-top:12px;
  }

  .pick-info h3 {
    font-size:17px !important;
    line-height:1.15 !important;
  }

  .pick-info p {
    font-size:12.5px !important;
    line-height:1.45 !important;
  }

  .pick-info .feats {
    white-space:normal !important;
  }

  .step-nav {
    gap:12px;
  }

  .btn-next,
  .btn-back {
    padding:12px 14px !important;
  }

  .suite-content {
    padding-bottom:86px;
  }

  .policy-row {
    display:block !important;
    padding:14px 0 !important;
  }

  .policy-row .v {
    display:block;
    margin-top:6px;
    text-align:left !important;
  }

  .mobile-book-bar .mb-price {
    font-size:20px !important;
  }

  .mobile-book-bar .mb-unit {
    max-width:142px;
    white-space:normal;
  }
}

@media (max-width:380px) {
  .top-header .brand {
    max-width:220px;
  }

  .header-actions {
    left:266px !important;
  }

  .mobile-book-bar .mb-btn {
    left:238px !important;
  }
}
