:root {
  --ink: #18181b;
  --muted: #66666f;
  --paper: #ffffff;
  --surface: #ffffff;
  --surface-alt: #f5f5f6;
  --surface-soft: #fafafa;
  --line: #e4e4e7;
  --line-strong: #c9c9cf;
  --accent: #27272a;
  --accent-hover: #09090b;
  --dark: #18181b;
  --dark-soft: #27272a;
  --shadow-sm: 0 10px 30px rgba(24, 24, 27, .06);
  --shadow-md: 0 18px 48px rgba(24, 24, 27, .09);
  --shadow-lg: 0 30px 80px rgba(24, 24, 27, .13);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(228,228,231,.9); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(24,24,27,.06); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #2f2f33; border-radius: 13px; color: #fff; background: #202024; box-shadow: 0 8px 20px rgba(24,24,27,.15); }
.brand-mark svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .98rem; line-height: 1.2; letter-spacing: -.01em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; }
.desktop-nav a { position: relative; color: #52525b; font-size: .86rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { margin-left: 10px; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-button svg { width: 23px; height: 23px; }
.mobile-nav { padding: 0 20px 18px; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav a { display: block; padding: 13px 4px; border-bottom: 1px solid #ededf0; font-weight: 650; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 41px; padding: 0 14px; border-radius: 11px; font-size: .82rem; }
.button-primary, .button-dark { color: #fff; background: var(--accent); box-shadow: 0 12px 28px rgba(24,24,27,.14); }
.button-primary:hover, .button-dark:hover { background: var(--accent-hover); box-shadow: 0 16px 34px rgba(24,24,27,.2); }
.button-secondary { border-color: var(--line); background: #fff; }
.button-secondary:hover { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.button-light { color: var(--ink); background: #fff; }

.hero { position: relative; overflow: hidden; padding: 72px 0 70px; background: linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; bottom: -240px; border: 1px solid rgba(24,24,27,.08); border-radius: 50%; box-shadow: 0 0 0 64px rgba(24,24,27,.018), 0 0 0 128px rgba(24,24,27,.012); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr); gap: 68px; align-items: center; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.status-pill, .soft-pill { min-height: 31px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: #3f3f46; background: rgba(255,255,255,.9); font-size: .76rem; font-weight: 750; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #27272a; box-shadow: 0 0 0 4px rgba(39,39,42,.09); }
.hero-kicker, .section-kicker { display: block; margin-bottom: 11px; color: #71717a; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.75rem, 5.5vw, 5.1rem); line-height: .99; letter-spacing: -.05em; font-weight: 500; }
.hero-lead { max-width: 610px; margin: 24px 0 26px; color: var(--muted); font-size: 1.01rem; }
.price-panel { width: fit-content; display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 9px; margin-bottom: 26px; }
.price-panel > span { grid-column: 1 / -1; color: #71717a; font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.price-panel strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 500; letter-spacing: -.04em; }
.price-panel small { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 11px 21px; margin: 28px 0 0; padding: 0; list-style: none; color: #5f5f67; font-size: .8rem; font-weight: 650; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 15px; height: 15px; color: #27272a; stroke-width: 2.4; }
.hero-media { position: relative; min-width: 0; }
.hero-photo { position: relative; display: block; width: 100%; overflow: hidden; padding: 0; border: 1px solid #d8d8dc; border-radius: var(--radius-md); background: #ededee; cursor: zoom-in; box-shadow: var(--shadow-lg); transition: transform .25s ease, box-shadow .25s ease; }
.hero-photo img { display: block; width: 100%; height: auto; object-fit: contain; }
.hero-photo:hover { transform: translateY(-3px); box-shadow: 0 34px 88px rgba(24,24,27,.16); }
.photo-label { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #fff; background: rgba(24,24,27,.78); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 700; }
.view-gallery-chip { position: absolute; right: 14px; bottom: 14px; min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(255,255,255,.88); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); font-weight: 750; cursor: pointer; }
.view-gallery-chip svg { width: 17px; height: 17px; }

.quick-facts { position: relative; z-index: 4; margin-top: -18px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-sm); }
.fact-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; padding: 23px; }
.fact-card + .fact-card { border-left: 1px solid var(--line); }
.fact-icon { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; justify-self: center; align-self: center; border: 1px solid #e9e9eb; border-radius: 12px; color: #3f3f46; background: #f7f7f8; line-height: 0; }
.fact-icon svg { display: block; width: 22px; height: 22px; margin: 0; flex: 0 0 auto; }
.fact-card > div { min-width: 0; }
.fact-card > div > strong, .fact-card > div > span { display: block; }
.fact-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; font-weight: 500; line-height: 1.1; }
.fact-card div span { margin-top: 4px; color: var(--muted); font-size: .76rem; }

.section-heading { max-width: 690px; margin-bottom: 40px; }
.section-heading h2, .feature-intro h2, .location-copy h2, .faq-heading h2, .contact-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4vw, 3.65rem); line-height: 1.06; letter-spacing: -.043em; font-weight: 500; }
.section-heading p, .feature-intro > p, .location-copy > p, .faq-heading p, .contact-card p { color: var(--muted); }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading > div { max-width: 680px; }
.text-button { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; color: #27272a; background: transparent; font-weight: 800; cursor: pointer; }
.text-button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.text-button:hover svg { transform: translateX(3px); }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.gallery-card { display: block; min-width: 0; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; cursor: zoom-in; box-shadow: 0 8px 24px rgba(24,24,27,.045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.gallery-card img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; background: #f4f4f5; }
.gallery-card span { display: flex; min-height: 50px; align-items: center; padding: 11px 13px; border-top: 1px solid var(--line); background: #fff; color: #3f3f46; font-size: .79rem; font-weight: 760; text-align: left; }
.gallery-card:hover { transform: translateY(-4px); border-color: #bcbcc2; box-shadow: 0 18px 42px rgba(24,24,27,.09); }

.feature-section { border-top: 1px solid #eeeeef; background: #f6f6f7; }
.feature-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.feature-intro { position: sticky; top: 116px; }
.feature-intro > p { margin: 21px 0 26px; }
.notice-card { display: flex; gap: 12px; padding: 17px; border: 1px solid #d9d9dd; border-radius: 15px; color: #52525b; background: #fff; }
.notice-card svg { flex: 0 0 auto; width: 21px; height: 21px; color: #3f3f46; }
.notice-card strong, .notice-card span { display: block; }
.notice-card strong { margin-bottom: 3px; color: #27272a; font-size: .86rem; }
.notice-card span { font-size: .78rem; line-height: 1.5; }
.amenity-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.amenity-card { min-height: 242px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(24,24,27,.035); }
.amenity-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid #e7e7e9; border-radius: 13px; color: #3f3f46; background: #f5f5f6; }
.amenity-icon svg { width: 23px; height: 23px; }
.amenity-card h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; font-weight: 500; }
.amenity-card ul { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }
.amenity-card li { position: relative; margin-top: 8px; padding-left: 16px; }
.amenity-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; border-radius: 50%; background: #71717a; }
.accent-card { color: #fff; border-color: #27272a; background: #27272a; }
.accent-card .amenity-icon { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.accent-card p { color: #d4d4d8; font-size: .86rem; }
.accent-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 21px; color: #fff; font-size: .82rem; font-weight: 800; }
.accent-card a svg { width: 17px; height: 17px; }

.residence-section { background: #fff; }
.centered-heading { margin-inline: auto; text-align: center; }
.residence-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.residence-item { min-height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; text-align: center; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.residence-item:hover { transform: translateY(-3px); border-color: #bdbdc3; box-shadow: var(--shadow-sm); }
.residence-item svg { width: 27px; height: 27px; color: #3f3f46; }
.residence-item span { color: #52525b; font-size: .78rem; font-weight: 700; }
.delivery-note { max-width: 720px; margin: 23px auto 0; color: var(--muted); text-align: center; font-size: .8rem; }

.location-section { border-top: 1px solid #ebebed; background: #f5f5f6; }
.location-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 68px; align-items: center; }
.address-line { max-width: 520px; margin: 21px 0 27px; }
.travel-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 27px; }
.travel-cards article { padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.travel-cards strong, .travel-cards span { display: block; }
.travel-cards strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.travel-cards span { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.location-visual { position: relative; min-height: 410px; overflow: hidden; border: 1px solid #d5d5da; border-radius: 26px; background: #e9e9eb; box-shadow: var(--shadow-md); }
.map-grid { position: absolute; inset: 0; opacity: .8; background-image: linear-gradient(rgba(63,63,70,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(63,63,70,.08) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(-6deg) scale(1.18); }
.route-line { position: absolute; inset: 0; width: 100%; height: 100%; color: #3f3f46; }
.route-line path { fill: none; stroke: currentColor; stroke-width: 5; stroke-dasharray: 9 11; }
.route-line circle { fill: #fff; stroke: currentColor; stroke-width: 4; }
.map-pin { position: absolute; left: 36%; top: 43%; min-width: 150px; padding: 14px 16px 13px 51px; transform: translate(-50%, -50%); border: 1px solid #d9d9dd; border-radius: 14px; background: #fff; box-shadow: var(--shadow-md); }
.map-pin > span { position: absolute; left: 11px; top: 12px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #27272a; }
.map-pin svg { width: 18px; height: 18px; }
.map-pin strong, .map-pin small { display: block; }
.map-pin strong { font-size: .84rem; }
.map-pin small { color: var(--muted); font-size: .69rem; }
.map-label { position: absolute; padding: 7px 10px; border: 1px solid #dedee1; border-radius: 9px; color: #52525b; background: rgba(255,255,255,.84); font-size: .69rem; font-weight: 750; backdrop-filter: blur(10px); }
.label-toll { right: 8%; top: 10%; }
.label-campus { left: 8%; bottom: 10%; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.faq-heading { position: sticky; top: 116px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 42px 21px 0; cursor: pointer; list-style: none; font-weight: 760; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 4px; top: 50%; width: 16px; height: 2px; background: #3f3f46; transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details div { padding: 0 50px 21px 0; }
.accordion details p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact-section { padding: 0 0 100px; background: #fff; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 56px; border-radius: 26px; color: #fff; background: #202024; box-shadow: var(--shadow-lg); }
.contact-card > div:first-child { max-width: 700px; }
.contact-card p { margin: 17px 0 0; color: #d4d4d8; }
.contact-label { display: block; margin-bottom: 11px; color: #a1a1aa; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.phone-link { color: #d4d4d8; font-size: .8rem; font-weight: 700; }

.site-footer { color: #d4d4d8; background: #111113; }
.footer-inner { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.footer-branding strong, .footer-branding span { display: block; }
.footer-branding strong { color: #fff; font-size: .84rem; }
.footer-branding span { margin-top: 2px; color: #8d8d96; font-size: .7rem; }
.site-footer nav { display: flex; gap: 21px; }
.site-footer nav a { color: #b4b4ba; font-size: .73rem; font-weight: 650; }
.site-footer p { margin: 0; color: #85858e; text-align: right; font-size: .7rem; }
.site-footer p a { color: #e4e4e7; }
.mobile-cta { display: none; }

.lightbox { position: fixed; z-index: 500; inset: 0; }
.lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(9,9,11,.96); backdrop-filter: blur(12px); }
.lightbox-dialog { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; place-items: center; padding: 50px 84px; }
.lightbox figure { width: min(100%, 1040px); height: min(82vh, 800px); display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; color: #fff; font-size: .83rem; }
.lightbox figcaption small { color: #a1a1aa; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; backdrop-filter: blur(12px); }
.lightbox-close { top: 24px; right: 24px; width: 46px; height: 46px; }
.lightbox-nav { top: 50%; width: 50px; height: 50px; transform: translateY(-50%); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-close svg, .lightbox-nav svg { width: 22px; height: 22px; }

:focus-visible { outline: 3px solid rgba(63,63,70,.55); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1080px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 780px; }
  .hero-media { max-width: 820px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact-card:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-layout, .location-grid, .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .feature-intro, .faq-heading { position: static; max-width: 720px; }
  .residence-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { align-items: flex-start; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .site-footer nav { display: none; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .header-inner { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { font-size: .66rem; }
  .hero { padding: 48px 0 40px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4.15rem); }
  .hero-lead { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .hero-media { width: 100%; }
  .hero-photo { border-radius: 16px; }
  .photo-label { left: 9px; bottom: 9px; padding: 6px 8px; font-size: .64rem; }
  .view-gallery-chip { right: 9px; bottom: 9px; min-height: 37px; font-size: .72rem; }
  .quick-facts { margin-top: 0; padding-top: 15px; }
  .facts-grid { border-radius: 15px; }
  .fact-card { grid-template-columns: 42px minmax(0, 1fr); padding: 17px 13px; gap: 9px; }
  .fact-icon { width: 37px; height: 37px; }
  .fact-icon svg { width: 20px; height: 20px; }
  .fact-card strong { font-size: 1.12rem; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-card span { min-height: 46px; padding: 9px 11px; }
  .amenity-groups { grid-template-columns: 1fr; }
  .amenity-card { min-height: 0; }
  .residence-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .residence-item { min-height: 108px; }
  .travel-cards { grid-template-columns: 1fr; }
  .location-visual { min-height: 340px; }
  .map-pin { left: 42%; }
  .contact-section { padding-bottom: 90px; }
  .contact-card { padding: 34px 23px; border-radius: 21px; }
  .contact-actions { width: 100%; }
  .footer-inner { min-height: 118px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 11px; padding: 21px 0 90px; }
  .site-footer p { text-align: left; }
  .mobile-cta { position: fixed; z-index: 120; left: 10px; right: 10px; bottom: 10px; min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px 9px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; color: #fff; background: rgba(24,24,27,.96); box-shadow: 0 18px 48px rgba(9,9,11,.25); backdrop-filter: blur(18px); transition: transform .25s ease, opacity .25s ease; }
  .mobile-cta.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
  .mobile-cta div span, .mobile-cta div small { display: block; }
  .mobile-cta div span { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
  .mobile-cta div small { color: #a1a1aa; font-size: .64rem; }
  .mobile-cta a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 11px; color: #18181b; background: #fff; font-size: .76rem; font-weight: 800; }
  .lightbox-dialog { padding: 64px 14px 74px; }
  .lightbox-nav { top: auto; bottom: 16px; }
  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }
  .lightbox figcaption { font-size: .73rem; }
}

@media (max-width: 460px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { width: min(100%, 390px); margin-inline: auto; }
}


/* BOOKED status enhancements - 2026-07 */
.status-pill-booked { color: #13233b; border-color: rgba(184,134,39,.42); background: #fff9e8; }
.status-pill-booked span { background: #b1842f; box-shadow: 0 0 0 4px rgba(177,132,47,.13); }
.booked-notice { max-width: 610px; margin: -9px 0 25px; padding: 12px 14px; border-left: 3px solid #b1842f; border-radius: 0 10px 10px 0; color: #47403a; background: #fffaf0; font-size: .84rem; font-weight: 650; }
.booked-notice strong { color: #18181b; }
.price-panel small { max-width: 190px; }
.mobile-cta .booked-mobile-status { color: #f3dba8; font-weight: 800; letter-spacing: .04em; }
@media (max-width: 720px) { .booked-notice { margin-top: -8px; font-size: .79rem; } }
