/* Rental details share the production brand shell without legacy page globals. */
* { box-sizing: border-box; }
body.rental-detail { margin: 0; background: #f6f2e9; color: #173e49; font: 400 16px/1.75 'Inter', Arial, sans-serif; }
.rental-detail main { display: block; }
.rental-detail main a { color: inherit; text-underline-offset: 5px; }
.rental-detail main a:hover { text-decoration-thickness: 2px; }
.rental-detail a:focus-visible, .rental-detail summary:focus-visible { outline: 3px solid #477d8b; outline-offset: 5px; }
.rental-skip { position: absolute; left: 16px; top: -100px; z-index: 200; padding: 12px 20px; background: white; color: #173e49; }
.rental-skip:focus { top: 12px; }
.rental-wrap { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.rental-intro { padding-block: 30px 40px; }
.rental-breadcrumb { font-size: 13px; margin-bottom: 28px; }
.rental-title-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.rental-detail h1, .rental-detail h2, .rental-detail h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.08; }
.rental-detail h1 { font-size: clamp(46px, 5.4vw, 78px); margin: 8px 0 14px; letter-spacing: -.025em; }
.rental-detail h2 { font-size: clamp(36px, 4vw, 56px); margin: 10px 0 26px; }
.rental-detail h3 { font-size: 30px; margin: 0 0 16px; }
.rental-kicker { font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; margin: 0; }
.rental-tagline { margin: 0; color: #45606a; }
.rental-detail main .rental-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; background: #d4b06a; color: #173e49; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.rental-detail main .rental-button:hover { background: #e1c38c; }
.rental-cover { margin: 0 auto; }
.rental-cover img { display: block; width: 100%; height: clamp(300px, 47vw, 660px); object-fit: cover; }
.rental-cover figcaption { padding: 10px 0; color: #45606a; font-size: 12px; }
.rental-jumps { display: flex; flex-wrap: wrap; gap: 6px 30px; padding-block: 17px; border-bottom: 1px solid #c9d0c9; }
.rental-jumps a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 600; }
.rental-section { padding-block: 76px; scroll-margin-top: 24px; }
.rental-overview { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px, 7vw, 110px); }
.rental-overview p { max-width: 660px; }
.rental-facts { margin: 0; align-self: center; border-top: 1px solid #c9d0c9; }
.rental-facts div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #c9d0c9; }
.rental-facts dt { color: #45606a; font-size: 13px; }
.rental-facts dd { margin: 0; font-weight: 500; }
.rental-dark { background: #173e49; color: #f6f2e9; }
.rental-dark .rental-kicker { color: #d4b06a; }
.rental-dark a:focus-visible { outline-color: #d4b06a; }
.rental-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 32px; }
.rental-gallery figure { margin: 0; min-width: 0; }
.rental-gallery a { display: block; }
.rental-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.rental-gallery figcaption { font-size: 13px; color: #d5e1e3; padding-top: 10px; }
.rental-details { margin-top: 35px; border-top: 1px solid #c9d0c9; }
.rental-details details { border-bottom: 1px solid #c9d0c9; padding: 20px 0; }
.rental-details summary { cursor: pointer; font-weight: 500; min-height: 44px; align-content: center; }
.rental-details p { margin: 12px 0; max-width: 820px; }
.rental-booking { background: #e8ddc8; }
.rental-booking-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 48px; align-items: start; }
.rental-widget-panel { min-width: 0; padding: clamp(16px, 3vw, 36px); background: #fff; color: #173e49; border-radius: 8px; }
.rental-detail .ownerrez-widget { width: 100%; min-width: 0; }
.rental-detail .ownerrez-widget iframe { max-width: 100%; border: 0; }
.rental-help { font-size: 13px; margin: 20px 0 0; }
.rental-next { display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid #c9d0c9; padding-block: 40px; }
.rental-next p { margin: 0 0 6px; }
@media(max-width: 800px) {
  .rental-wrap { width: calc(100% - 40px); }
  .rental-title-row { align-items: start; flex-direction: column; }
  .rental-overview, .rental-booking-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .rental-section { padding-block: 52px; }
  .rental-next { align-items: start; flex-direction: column; }
}
@media(max-width: 500px) {
  .rental-gallery { grid-template-columns: minmax(0, 1fr); }
  .rental-cover img { height: 320px; }
  .rental-jumps { gap: 4px 22px; }
}
