:root {
	--ink: #102033;
	--muted: #5d7088;
	--sea: #087ea4;
	--sea-dark: #06364d;
	--sky: #dff3fb;
	--paper: #f8fbfd;
	--line: #d9e6ee;
	--white: #fff;
	--shadow: 0 20px 55px rgba(9, 42, 64, 0.14);
	--radius: 8px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body { margin: 0; padding-top: 82px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body.gallery-lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 1rem; left: 1rem; z-index: 1000; width: auto; height: auto; clip: auto; padding: 0.75rem 1rem; background: var(--sea-dark); color: var(--white); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(248, 251, 253, 0.96); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(9, 42, 64, 0.08); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { display: flex; align-items: center; gap: 14px; min-width: 0; }
.custom-logo, .multirent-default-logo, .multirent-page-logo { display: block; max-height: 58px; width: auto; }
.multirent-default-logo-link, .multirent-page-logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-branding > div { min-width: 0; }
.site-title { margin: 0; font-size: clamp(1.12rem, 1.8vw, 1.45rem); font-weight: 900; line-height: 1.05; }
.site-title a { display: block; overflow-wrap: anywhere; }
.site-description { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.35; }
.main-navigation { display: flex; align-items: center; justify-content: flex-end; flex: 1 1 auto; min-width: 0; gap: 12px; }
.main-navigation ul { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 12px; border-radius: 999px; color: var(--ink); font-weight: 800; white-space: nowrap; }
.main-navigation a:hover, .main-navigation a:focus, .main-navigation .current-menu-item > a { background: var(--sky); color: var(--sea-dark); }
.menu-toggle { display: none; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font: inherit; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--sea); border-radius: 5px; background: var(--sea); color: var(--white); font-weight: 900; }
.button-light { background: var(--white); color: var(--sea-dark); border-color: var(--white); }
.text-link { color: var(--sea-dark); font-weight: 900; }
.hero { min-height: 620px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(7, 31, 54, 0.92), rgba(16, 94, 125, 0.64)); background-position: center; background-size: cover; color: var(--white); }
.hero-inner { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--sea); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow, .unit-hero .eyebrow { color: #aee8fb; }
.hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.4rem); line-height: 0.94; text-transform: uppercase; }
.hero p:not(.eyebrow) { max-width: 620px; margin: 22px 0 30px; color: rgba(255,255,255,0.9); font-size: 1.18rem; }
.section { padding: 84px 0; }
.split-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 48px; align-items: start; }
.section h1, .section h2, .unit-hero h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.05; }
.lead-text p { margin-top: 0; color: var(--muted); font-size: 1.08rem; }
.stats-strip, .site-footer { background: var(--sea-dark); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 34px 0; }
.stat-item { display: grid; gap: 4px; justify-items: center; padding: 14px; text-align: center; }
.stat-item strong { font-size: 2rem; }
.stat-item span { color: #cce4ef; }
.section-heading { margin-bottom: 32px; }
.rental-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rental-card, .notice-card, .content-card, .unit-details-card, .unit-gallery-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.rental-card { overflow: hidden; }
.rental-card-media img, .placeholder-media { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.placeholder-media { display: grid; place-items: center; background: var(--sky); color: var(--sea-dark); font-weight: 900; }
.rental-card-body, .notice-card, .content-card, .unit-details-card, .unit-gallery-card, .qr-map-card { padding: 24px; }
.rental-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.rental-card p { color: var(--muted); }
.unit-details-card h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 2.6rem); line-height: 1; }
.unit-detail-panel { display: grid; gap: 14px; }
.unit-price-callout { display: grid; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: var(--sky); color: var(--sea-dark); }
.unit-price-callout span, .unit-summary-item span { color: var(--muted); font-size: 0.82rem; font-weight: 800; }
.unit-price-callout strong { font-size: 1.2rem; line-height: 1.2; }
.unit-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.unit-summary-item { display: grid; gap: 3px; min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.unit-summary-item strong { overflow-wrap: anywhere; font-size: 0.95rem; line-height: 1.2; }
.detail-list { display: grid; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.detail-list li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.detail-list span { color: var(--muted); }
.detail-list-secondary { margin: 0; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.amenity-list-compact { margin-top: 12px; }
.amenity-chip { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--sky); color: var(--sea-dark); font-size: 0.9rem; font-weight: 800; line-height: 1.2; }
.amenity-icon { display: inline-grid; width: 1.35em; place-items: center; font-size: 1rem; line-height: 1; }
.unit-hero { padding: 84px 0; background: var(--sea-dark); color: var(--white); }
.unit-hero .split-section { grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr); }
.unit-hero-image { justify-self: end; width: min(100%, 680px); border-radius: var(--radius); box-shadow: var(--shadow); }
.unit-detail-layout { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(620px, 1.28fr); gap: 32px; align-items: start; }
.unit-detail-layout-no-description { grid-template-columns: 1fr; }
.unit-side-layout { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(280px, 350px); column-gap: 18px; row-gap: 10px; justify-self: end; align-items: start; width: min(100%, 720px); }
.unit-detail-layout-no-description .unit-side-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, 350px); width: min(100%, 980px); }
.unit-detail-stack { display: grid; gap: 10px; justify-self: end; width: 100%; max-width: 350px; }
.single-rental_unit .unit-details-card { width: 100%; }
.unit-extra-card { width: 100%; }
.unit-gallery-card { overflow: hidden; }
.unit-gallery-card .eyebrow { margin-bottom: 14px; }
.unit-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(clamp(118px, 28vw, 190px), 1fr)); gap: 10px; }
.unit-gallery-link { position: relative; display: block; overflow: hidden; border-radius: 7px; background: var(--sky); }
.unit-gallery-image { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; transition: transform 180ms ease; }
.unit-gallery-link:hover .unit-gallery-image, .unit-gallery-link:focus .unit-gallery-image { transform: scale(1.035); }
.unit-gallery-play, .gallery-lightbox-thumb-play { position: absolute; inset: 50% auto auto 50%; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 999px; background: rgba(255, 255, 255, 0.92); color: var(--sea-dark); transform: translate(-50%, -50%); box-shadow: var(--shadow); }
.unit-gallery-play::before, .gallery-lightbox-thumb-play::before { content: ""; margin-left: 4px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 16px solid currentColor; }
.gallery-lightbox { display: none; position: fixed; inset: 0; z-index: 2000; padding: 22px; background: rgba(5, 26, 38, 0.88); }
.gallery-lightbox.is-open { display: grid; place-items: center; }
.gallery-lightbox-panel { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; width: min(100%, 1120px); max-height: calc(100vh - 44px); }
.gallery-lightbox-scroll { display: grid; min-height: 0; overflow: auto; border-radius: var(--radius); background: rgba(255, 255, 255, 0.08); }
.gallery-lightbox-image { width: 100%; max-height: calc(100vh - 190px); object-fit: contain; }
.gallery-lightbox-video { width: min(100%, 1120px); aspect-ratio: 16 / 9; min-height: min(62vw, calc(100vh - 190px)); border: 0; background: #000; }
.gallery-lightbox-close, .gallery-lightbox-nav, .gallery-lightbox-thumb { border: 1px solid rgba(255, 255, 255, 0.32); background: rgba(255, 255, 255, 0.86); color: var(--ink); cursor: pointer; font: inherit; font-weight: 900; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.gallery-lightbox-close:hover, .gallery-lightbox-close:focus, .gallery-lightbox-nav:hover, .gallery-lightbox-nav:focus { background: var(--white); border-color: rgba(255, 255, 255, 0.7); }
.gallery-lightbox-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 999px; line-height: 1; }
.gallery-lightbox-close span, .gallery-lightbox-close::before { content: ""; position: absolute; width: 15px; height: 2px; border-radius: 999px; background: currentColor; }
.gallery-lightbox-close span { transform: rotate(45deg); }
.gallery-lightbox-close::before { transform: rotate(-45deg); }
.gallery-lightbox-nav { position: absolute; top: 50%; z-index: 2; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; transform: translateY(-50%); border-radius: 999px; line-height: 1; }
.gallery-lightbox-nav span { display: block; width: 11px; height: 11px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.gallery-lightbox-prev { left: 14px; }
.gallery-lightbox-prev span { transform: translateX(2px) rotate(-135deg); }
.gallery-lightbox-next { right: 14px; }
.gallery-lightbox-next span { transform: translateX(-2px) rotate(45deg); }
.gallery-lightbox-thumbs { display: flex; gap: 10px; max-width: 100%; overflow-x: auto; padding: 2px 2px 10px; scrollbar-color: var(--white) transparent; }
.gallery-lightbox-thumb { position: relative; flex: 0 0 92px; overflow: hidden; padding: 0; border-radius: 7px; opacity: 0.72; }
.gallery-lightbox-thumb.is-active { border-color: var(--white); opacity: 1; }
.gallery-lightbox-thumb img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.gallery-lightbox-thumb-play { width: 28px; height: 28px; box-shadow: none; }
.gallery-lightbox-thumb-play::before { margin-left: 3px; border-top-width: 6px; border-bottom-width: 6px; border-left-width: 9px; }
.cta-section { padding-top: 0; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px; border-radius: var(--radius); background: var(--sea); color: var(--white); }
.cta-panel h2 { margin: 0; }
.cta-panel p { margin-bottom: 0; color: rgba(255,255,255,0.88); }
.site-footer { padding: 38px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 6px 0 0; color: #cce4ef; }
.narrow-content { max-width: 820px; }
.entry-content a { color: var(--sea-dark); text-decoration: underline; }
.page-hero { padding: 84px 0; background: linear-gradient(135deg, var(--sea-dark), var(--sea)); color: var(--white); }
.compact-hero { min-height: 340px; display: grid; align-items: center; }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; text-transform: uppercase; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,0.88); font-size: 1.1rem; }
.page-hero .eyebrow { color: #aee8fb; }
.apartments-template-section { background: var(--paper); }
.compact-rental-list { display: grid; gap: 18px; }
.compact-rental-list .rental-card { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr); }
.compact-rental-list .rental-card-media img, .compact-rental-list .placeholder-media { height: 100%; min-height: 240px; aspect-ratio: auto; }
.contact-layout { display: grid; grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr); gap: 28px; align-items: start; }
.contact-card, .booking-help-panel, .local-guide-panel, .local-links-panel, .local-info-card, .qr-map-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card, .booking-help-panel, .local-guide-panel, .local-links-panel, .local-info-card { padding: 28px; }
.contact-card h2, .booking-help-panel h2, .local-guide-panel h2, .local-links-panel h2, .local-info-card h2, .local-info-card h3, .qr-map-card h2 { margin-top: 0; overflow-wrap: normal; word-break: normal; }
.contact-card h2, .booking-help-panel h2, .local-links-panel h2 { font-size: clamp(1.7rem, 5vw, 2.15rem); line-height: 1.1; }
.local-links-panel h2 { font-size: clamp(1.7rem, 4.2vw, 2rem); }
.local-info-card h2, .local-guide-panel h2 { font-size: clamp(1.6rem, 5vw, 2.25rem); line-height: 1.12; }
.contact-card address { margin-bottom: 22px; color: var(--muted); font-style: normal; }
.contact-side-stack { display: grid; gap: 18px; align-self: start; }
.contact-list, .local-link-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: grid; gap: 3px; padding-top: 12px; border-top: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 0.9rem; font-weight: 800; }
.contact-list a, .local-link-list a { color: var(--sea-dark); font-weight: 900; }
.contact-form-area { display: grid; gap: 22px; }
.booking-help-panel ul { margin-bottom: 0; color: var(--muted); }
.contact-map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); }
.contact-map-card iframe { display: block; width: 100%; min-height: 340px; border: 0; }
.qr-map-card { display: grid; gap: 18px; }
.qr-map-card h2 { font-size: clamp(1.45rem, 4vw, 1.9rem); line-height: 1.1; }
.qr-map-block { display: grid; gap: 10px; }
.qr-map-block .eyebrow { margin-bottom: 0; }
.qr-code-image { width: min(100%, 260px); height: auto; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.qr-map-block-map iframe { display: block; width: 100%; min-height: 220px; border: 0; border-radius: 7px; }
.contact-map-note { margin-top: 24px; color: var(--muted); }
.contact-map-feature { margin-bottom: 28px; }
.contact-map-feature iframe { min-height: 460px; }
.contact-layout-reversed { grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr); margin-top: 28px; }
.contact-compact-stack, .local-compact-stack { display: grid; gap: 22px; }
.contact-list-inline { grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.plugin-form { overflow: hidden; }
.reviews-widget, .reviews-widget [class*="grw"], .reviews-widget [class*="wp-google"] { max-width: 100%; overflow-x: clip; }
.local-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr); gap: 28px; align-items: start; }
.local-main-column { display: grid; gap: 28px; }
.local-guide-featured-panel { margin-bottom: 28px; }
.local-page-layout-featured { grid-template-columns: minmax(0, 0.72fr) minmax(270px, 0.28fr); }
.local-guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 22px 28px; }
.local-guide-grid > *, .local-highlight-grid > *, .local-activity-grid > * { min-width: 0; }
.local-guide-grid h3 { margin: 0 0 8px; }
.local-guide-grid p, .local-info-card p, .local-links-panel p { color: var(--muted); overflow-wrap: normal; }
.local-highlight-grid, .local-activity-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 22px; }
.local-activity-panel { display: grid; gap: 18px; }
.local-activity-panel h2 { margin: 0; }
.local-link-list li { padding-top: 10px; border-top: 1px solid var(--line); }

@media (max-width: 1080px) {
	.header-inner { gap: 18px; }
	.site-branding { flex: 1 1 auto; }
	.main-navigation { flex: 0 0 auto; }
	.menu-toggle { display: inline-flex; }
	.main-navigation ul { display: none; position: fixed; top: 82px; left: 20px; right: 20px; z-index: 1001; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
	.admin-bar .main-navigation ul { top: 114px; }
	.main-navigation.is-open ul { display: flex; }
	.main-navigation a { justify-content: flex-start; min-height: 44px; padding: 0 14px; }
	.rental-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.split-section, .unit-detail-layout, .contact-layout, .contact-layout-reversed, .local-page-layout, .local-page-layout-featured { grid-template-columns: 1fr; }
	.unit-hero .split-section { grid-template-columns: 1fr; }
	.unit-hero-image { justify-self: stretch; width: 100%; }
	.unit-side-layout { justify-self: end; width: min(100%, 720px); }
	.single-rental_unit .unit-details-card { max-width: 350px; }
	.local-links-panel { position: static; }
}

@media (max-width: 860px) {
	.container { width: min(100% - 28px, 1120px); }
	body { padding-top: 72px; }
	.header-inner { min-height: 72px; }
	.custom-logo, .multirent-default-logo, .multirent-page-logo { max-height: 48px; }
	.site-description { display: none; }
	.main-navigation ul { top: 72px; left: 14px; right: 14px; }
	.admin-bar .main-navigation ul { top: 118px; }
	.hero { min-height: 520px; }
	.hero h1 { font-size: 2.6rem; line-height: 1; }
	.hero p:not(.eyebrow) { font-size: 1.05rem; }
	.section, .unit-hero, .page-hero { padding-block: 56px; }
	.page-hero h1, .section h1, .section h2, .unit-hero h1 { font-size: 2rem; line-height: 1.08; }
	.rental-grid, .stats-grid, .local-guide-grid, .local-highlight-grid, .local-activity-grid, .compact-rental-list .rental-card { grid-template-columns: 1fr; }
	.compact-rental-list .rental-card-media img, .compact-rental-list .placeholder-media { min-height: 0; aspect-ratio: 1.2 / 1; }
	.rental-card-body, .notice-card, .content-card, .unit-details-card, .unit-gallery-card, .contact-card, .booking-help-panel, .local-guide-panel, .local-links-panel, .local-info-card, .qr-map-card { padding: 20px; }
	.footer-inner, .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	.container { width: min(100% - 22px, 1120px); }
	.header-inner { gap: 10px; }
	.site-branding { gap: 10px; }
	.site-title { font-size: 1rem; }
	.menu-toggle { padding-inline: 12px; }
	.hero { min-height: 480px; }
	.hero h1 { font-size: 2.15rem; }
	.hero p:not(.eyebrow) { margin-block: 18px 24px; }
	.unit-side-layout { grid-template-columns: 1fr; }
	.unit-extra-card { grid-column: auto; justify-self: stretch; max-width: none; }
	.unit-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr)); }
	.single-rental_unit .unit-details-card { justify-self: stretch; max-width: none; }
	.gallery-lightbox { padding: 12px; }
	.gallery-lightbox-panel { max-height: calc(100vh - 24px); }
	.gallery-lightbox-image { max-height: calc(100vh - 170px); }
	.gallery-lightbox-close { width: 36px; height: 36px; }
	.gallery-lightbox-nav { width: 38px; height: 38px; }
	.gallery-lightbox-thumb { flex-basis: 78px; }
	.button { width: 100%; }
	.cta-panel { padding: 24px; }
	.detail-list li { flex-direction: column; gap: 2px; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
}