:root {
  --ink: #0c2033;
  --blue: #4d7a9c;
  --deep: #0a1f33;
  --navy: #0d2540;
  --steel: #7d95a8;
  --silver: #c7d2da;
  --ice: #eaf1f5;
  --line: #d5e0e6;
  --muted: #4d6b80;
  --white: #fff;
  --gold: #b89b6a;
  --copy-on-dark: rgba(255,255,255,.7);
  --copy-on-light: rgba(22,54,80,.7);
  --font: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --header-h: 100px;
}

* { box-sizing: border-box; }
.carousel-slide, .plan-image { display: block; width: 100%; padding: 0; border: 0; text-align: left; font: inherit; color: inherit; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7f8f7; font-family: var(--font); overflow-x: hidden; padding-top: var(--header-h); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.section { padding: clamp(84px, 11vw, 168px) clamp(24px, 8vw, 128px); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  padding: 12px 18px; background: var(--deep); color: white;
}
.skip-link:focus { left: 12px; top: 12px; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 11; height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 80px);
  color: white; background: linear-gradient(90deg, #0a1f33 0%, #163554 42%, #3f6d90 78%, #6a94ad 100%);
  box-shadow: 0 8px 24px rgba(3,12,20,.35); border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand img { height: 77px; width: auto; display: block; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 15px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
nav a:not(.button) { position: relative; transition: color .25s; }
nav a:not(.button).is-active { color: #7ab4d8; }
nav a:not(.button).is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: #7ab4d8; }
nav a:not(.button) { position: relative; padding: 6px 0; opacity: .88; transition: opacity .2s; }
nav a:not(.button)::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: white;
  transition: right .25s ease;
}
nav a:not(.button):hover, nav a:not(.button):focus-visible { opacity: 1; }
nav a:not(.button):hover::after, nav a:not(.button):focus-visible::after { right: 0; }

.nav-toggle { display: none; position: relative; z-index: 21; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 0; background: none; border: 0; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: white; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
  display: inline-flex; min-height: 52px; padding: 0 25px; align-items: center; justify-content: center;
  color: white; background: var(--blue); border: 1px solid rgba(255,255,255,.28);
  font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .25s, background .25s;
}
.button:hover { transform: translateY(-2px); background: #6c92ae; }
.button:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.button-small {
  min-height: 44px; padding: 0 22px; font-size: 12px; letter-spacing: .12em;
  color: var(--deep); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.4);
}
.button-small:hover { background: rgba(255,255,255,1); color: var(--deep); }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; text-align: center;
  padding: 14px 16px; background: var(--blue); color: white; font-size: 13px; font-weight: 700;
  letter-spacing: .02em; box-shadow: 0 -6px 20px rgba(3,12,20,.35);
}

.hero { position: relative; min-height: 620px; height: 80vh; overflow: hidden; color: white; display: flex; align-items: center; }
.hero-slider { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }

.hero-indicators { position: absolute; z-index: 3; right: clamp(20px, 5vw, 64px); bottom: 40px; display: flex; gap: 8px; width: min(280px, 40vw); }
.hero-indicator { flex: 1 1 0; padding: 6px 0; background: none; border: 0; cursor: pointer; }
.hero-indicator-track { display: block; width: 100%; height: 3px; background: rgba(255,255,255,.35); border-radius: 2px; overflow: hidden; }
.hero-indicator-fill { display: block; height: 100%; width: 0%; background: white; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,45,.92), rgba(10,39,61,.7) 38%, rgba(5,20,31,.12) 70%), linear-gradient(0deg, rgba(3,18,28,.38), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(1100px, 94%); margin-left: clamp(24px, 6vw, 110px); }
.eyebrow { margin: 0 0 26px; color: #b9d4e6; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .34em; }
.eyebrow.dark { color: #4d6b80; }
h1, h2 { margin: 0; text-transform: uppercase; font-weight: 900; line-height: .98; letter-spacing: .06em; }
.h2-light { font-weight: 300; }
h1 { letter-spacing: .16em; }
h1 { font-size: clamp(34px, 4vw, 62px); white-space: nowrap; font-weight: 300; }
h1 strong { font-weight: 800; }
h1 i { color: #c6dceb; font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.03em; }
h2 { font-size: clamp(40px, 5vw, 74px); }
.plans-heading h2 { white-space: nowrap; font-size: clamp(32px, 4vw, 62px); }
.hero-copy { max-width: none; margin: 28px 0 34px; color: rgba(255,255,255,.82); line-height: 1.65; font-size: 16px; white-space: nowrap; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; transition: color .25s, border-color .25s; }
.text-link:hover { color: #7ab4d8; border-color: #7ab4d8; }
.text-link span, .line-link span { margin-left: 18px; display: inline-block; transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }
.image-note { position: absolute; z-index: 2; right: 20px; bottom: 18px; margin: 0; color: rgba(255,255,255,.65); font-size: 9px; }

.highlights { display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px clamp(24px, 7vw, 110px); background: linear-gradient(135deg, #f7f8f7, #e8f0f4); border-bottom: 1px solid var(--line); }
.highlights div { display: grid; gap: 6px; padding: 8px clamp(12px, 2.4vw, 38px); border-left: 1px solid var(--line); transition: background .25s, transform .25s; border-radius: 4px; cursor: default; }
.highlights div:first-child { border-left: 0; }
.highlights div:hover { transform: translateY(-3px); }
.highlight-with-icon { opacity: 0; }
@keyframes highlightFadeIn { from { opacity: 0; } to { opacity: 1; } }
.highlights.in-view .highlight-with-icon { animation: highlightFadeIn .6s ease forwards; }
.highlights.in-view .highlight-with-icon:nth-child(1) { animation-delay: 0s; }
.highlights.in-view .highlight-with-icon:nth-child(2) { animation-delay: 1s; }
.highlights.in-view .highlight-with-icon:nth-child(3) { animation-delay: 2s; }
.highlights.in-view .highlight-with-icon:nth-child(4) { animation-delay: 3s; }
.highlights strong { font-size: clamp(18px, 2vw, 29px); font-weight: 400; letter-spacing: -.03em; white-space: nowrap; }
.highlights span { color: var(--muted); font-size: 15px; }
.highlight-with-icon { display: flex !important; align-items: flex-start; gap: 0; }
.highlight-icon { margin-right: 20px; }
.highlights strong { color: var(--blue); }
.highlight-icon { width: auto; height: 68px; object-fit: contain; flex: 0 0 auto; }
.highlights div:not(:first-child) .highlight-icon { height: 63px; }
.highlight-text { display: grid; gap: 6px; }

.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; background: linear-gradient(135deg, #f7f8f7, #e8f0f4); }
.intro-copy > p { max-width: 480px; margin: 0 0 38px; color: var(--muted); line-height: 1.8; font-size: 17px; }
.line-link { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid #aebdc6; color: var(--blue); font-size: 13px; }

.concept-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6vw; align-items: center; background: linear-gradient(135deg, #f7f8f7, #e8f0f4); }
.concept-image { position: relative; aspect-ratio: 3 / 5; overflow: hidden; border-radius: 4px; }
.concept-image .crossfade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0; animation: concept-crossfade 12s infinite; }
.concept-image .crossfade-a { animation-delay: 0s; }
.concept-image .crossfade-b { animation-delay: -6s; }
@keyframes concept-crossfade { 0%, 42% { opacity: 1; } 50%, 92% { opacity: 0; } 100% { opacity: 1; } }
.concept-copy { max-width: 620px; }
.concept-copy h2 { font-size: clamp(28px, 3.1vw, 46px); white-space: nowrap; font-weight: 300; }
.concept-copy h2 strong { font-weight: 800; }
.concept-copy > p:not(.eyebrow) { margin: 32px 0 38px; color: var(--muted); line-height: 1.8; font-size: 17px; }

.feature-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; color: white; background: var(--deep); }
.feature-image { min-height: 680px; background: #335d79; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; min-height: 680px; }
.feature-copy { max-width: 560px; }
.section-number { margin: 0 0 46px; color: #91afc2; font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.location-address { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.location-nav-links { display: inline-flex; gap: 20px; margin-left: auto; }
.location-nav-links a { display: grid; place-items: center; opacity: .85; transition: opacity .2s, transform .2s; }
.location-nav-links a:hover { opacity: 1; transform: scale(1.1); }
.location-nav-links img { display: block; border-radius: 6px; }
.feature-copy p:not(.section-number), .rooftop-copy p:not(.section-number), .location-intro { margin: 32px 0 40px; color: var(--copy-on-dark); line-height: 1.8; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); }
.mini-stats span { display: grid; gap: 5px; color: #aabac4; font-size: 12px; }
.mini-stats b { color: white; font-size: 23px; font-weight: 350; }

.amenities { background: #f8f9f8; }
.section-heading { display: grid; grid-template-columns: .85fr 1.15fr; align-items: end; margin-bottom: 78px; }
.section-heading .eyebrow { align-self: start; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-grid article { min-height: 270px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-grid article > span { color: #8ca5b5; font-size: 10px; letter-spacing: .16em; }
.amenity-grid h3 { margin: 54px 0 14px; font-size: 25px; font-weight: 400; }
.amenity-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }

.rooftop { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: center; background: #dce8ef; }
.rooftop-copy p:not(.section-number) { color: #587080; }
.rooftop-image { min-height: 650px; background: #6a94ad; overflow: hidden; }
.rooftop-image img { width: 100%; height: 100%; object-fit: cover; min-height: 650px; }

.plans { background: var(--deep); color: white; }
.section-heading.compact { grid-template-columns: 1fr 1fr 1fr; gap: 50px; }
.section-heading.compact > p:last-child { align-self: end; margin: 0; color: var(--copy-on-dark); line-height: 1.7; }
.plans .eyebrow { color: #b9d4e6; }
.plans h2 { color: white; }

.plans-viewer { display: grid; grid-template-columns: minmax(0,.48fr) minmax(0,1.7fr) minmax(0,.38fr); gap: 40px; align-items: center; margin-top: 60px; }
.plans-label { align-self: center; display: flex; flex-direction: column; align-items: center; }
.plans-stat {
  display: inline-block; width: auto; margin: 0; padding: 14px 0; color: white; font-size: clamp(22px, 2vw, 30px); font-weight: 800;
  border-top: 1px solid rgba(255,255,255,.3);
}
.plans-stat:first-child { border-top: 0; padding-top: 0; }
.plans-stat:last-child { padding-bottom: 0; }
.plans-main { position: relative; }
.plans-open { display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 4px; overflow: hidden; }
.plans-legal { margin: 14px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; text-align: center; }
.plans-open img { width: 100%; height: 100%; object-fit: contain; display: block; }
.plans-list { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; padding-right: 20px; border-right: 2px solid rgba(255,255,255,.34); }
.plans-item {
  display: block; padding: 0; border: 0; background: none; text-align: right;
  cursor: pointer; transition: color .2s;
}
.plans-item span { color: rgba(255,255,255,.55); font-size: 19px; font-weight: 600; letter-spacing: .02em; white-space: normal; text-align: right; }
.plans-item:hover span { color: white; }
.plans-item.is-active { cursor: default; }
.plans-item.is-active span { color: white; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.legal-note { margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.5; }

.location { color: #163650; background: linear-gradient(135deg, #f7f8f7, #e8f0f4); padding-bottom: clamp(54px, 8vw, 138px); }
.location .section-number { color: #5b7285; }
.location .location-intro { color: var(--copy-on-light); text-wrap: pretty; }
.location-top { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4vw; align-items: stretch; }
.location-side { display: flex; flex-direction: column; }
.location-side h2 { white-space: nowrap; }
.location-map { position: relative; border-radius: 4px; overflow: hidden; filter: grayscale(.1); flex: 1; min-height: 100%; box-shadow: 0 10px 30px rgba(22,54,80,.15); }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.location-categories { display: grid; grid-template-columns: repeat(6, 1fr); row-gap: 56px; column-gap: 20px; margin-top: 18px; }
.location-categories .location-category:nth-child(1) { grid-column: 1 / span 2; }
.location-categories .location-category:nth-child(2) { grid-column: 3 / span 2; }
.location-categories .location-category:nth-child(3) { grid-column: 5 / span 2; }
.location-categories .location-category:nth-child(4) { grid-column: 1 / span 2; }
.location-categories .location-category:nth-child(5) { grid-column: 3 / span 2; }
.location-category-icon {
  display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 12px;
  color: #163650; flex: 0 0 auto;
}
.location-category-icon img { width: 34px; height: 34px; object-fit: contain; display: block; }
.location-category h3 { display: flex; align-items: center; margin: 0 0 18px; font-size: 19px; font-weight: 700; letter-spacing: .01em; color: #163650; }
.location-category ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.location-category li { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; font-size: 14px; color: var(--copy-on-light); }
.location-category li span { white-space: nowrap; }
.location-category li strong { flex: 0 0 auto; color: #2f6690; font-weight: 700; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; color: white; background: linear-gradient(180deg, #244c68, #0b283d); }
.contact-copy > p:last-child { white-space: nowrap; margin-top: 32px; color: var(--copy-on-dark); line-height: 1.8; }
form { display: grid; gap: 22px; }
label { display: grid; gap: 9px; color: #b7c8d2; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
input { width: 100%; padding: 12px 0 15px; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; outline: 0; font-size: 16px; letter-spacing: 0; text-transform: none; }
input:focus { border-bottom-color: white; }
input::placeholder { color: rgba(255,255,255,.38); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: center; margin-top: 8px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.consent input { width: 16px; height: 16px; }
.submit { width: 100%; margin-top: 8px; border: 0; font-size: 15px; }
.form-status { margin: 0; min-height: 18px; font-size: 13px; color: #bcd7e6; text-transform: none; letter-spacing: 0; }
.form-status.error { color: #f3b5b5; }

#lead-form {
  background: white; padding: 44px; border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
#lead-form label { color: #163650; font-weight: 900; }
#lead-form input { color: #163650; font-weight: 400; border-bottom-color: rgba(22,54,80,.2); }
#lead-form input:focus { border-bottom-color: #163650; }
#lead-form input::placeholder { color: rgba(22,54,80,.35); }
#lead-form .consent { color: #48606e; font-weight: 300; }
#lead-form input::placeholder { font-weight: 300; }
#lead-form .form-status { color: #48606e; }

.mcmv-badge { position: fixed; left: 18px; bottom: 18px; width: 86px; height: 86px; padding: 5px; box-sizing: border-box; z-index: 15; background: white; border: 1px solid var(--line); border-radius: 50%; object-fit: contain; box-shadow: 0 6px 16px rgba(0,0,0,.18); }

footer {
  display: grid; gap: 30px; justify-items: center; text-align: center;
  padding: 44px clamp(24px, 5vw, 80px) 32px;
  color: #5b6b76; background: white; border-top: 1px solid var(--line); font-size: 12px;
}
.footer-brand { color: #163650; width: max-content; }
.footer-partners { display: flex; gap: clamp(40px, 8vw, 120px); align-items: center; justify-content: center; flex-wrap: wrap; }
.footer-partner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer-partner-label { margin: 0; font-size: 13px; letter-spacing: .06em; color: #5b6b76; text-transform: none; }
.footer-partner-badge { display: grid; place-items: center; height: 76px; padding: 10px 24px; background: white; border-radius: 10px; }
.footer-partner img { display: block; width: auto; }
.footer-legal-group { display: grid; gap: 6px; max-width: 820px; }
.footer-legal { margin: 0; line-height: 1.7; font-size: 12px; color: #4d6b80; }
.footer-bottom { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-top: 4px; }
.footer-credit { grid-column: 2; margin: 0; font-size: 12px; }
.footer-credit a { color: #4d6b80; font-weight: 900; text-decoration: none; transition: color .2s; }
.footer-credit a:hover { color: #163650; }
.footer-top {
  grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 999px; background: var(--blue);
  color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 900;
  transition: background .25s, transform .2s;
}
.footer-top:hover { background: #6c92ae; transform: translateY(-2px); }
.footer-top svg { width: 14px; height: 14px; }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .mcmv-badge { width: 64px; height: 64px; left: 14px; bottom: 14px; }
  nav { position: fixed; inset: 0 0 0 auto; z-index: 20; flex-direction: column; align-items: stretch;
    justify-content: center; gap: 6px; width: min(340px, 84%); padding: 32px; background: var(--deep);
    box-shadow: -12px 0 32px rgba(3,12,20,.4);
    transform: translateX(100%); transition: transform .3s ease; }
  nav.open { transform: translateX(0); }
  nav a:not(.button) { padding: 18px 4px; width: 100%; font-size: 16px; letter-spacing: .1em; border-bottom: 1px solid rgba(255,255,255,.14); opacity: 1; }
  nav a:not(.button)::after { display: none; }
  .nav-cta { justify-content: center; margin-top: 24px; }
  .feature-split, .rooftop { grid-template-columns: 1fr; }
  .feature-image, .rooftop-image { min-height: 520px; }
  .feature-image img, .rooftop-image img { min-height: 520px; }
  .rooftop-copy { order: 2; }
  .section-heading.compact { grid-template-columns: 1fr 1fr; }
  .section-heading.compact > p:last-child { grid-column: 2; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .button-small { display: none; }
  .sticky-cta { display: block; }
  body { padding-bottom: 54px; }
  :root { --header-h: 70px; }
  .brand img { height: 43px; }
  .mcmv-badge { width: 64px; height: 64px; bottom: calc(54px + 14px); left: 14px; }
  .hero { min-height: 720px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,30,47,.94), rgba(8,30,47,.36)), linear-gradient(0deg, rgba(3,18,28,.55), transparent); }
  .highlights { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .highlights div:nth-child(3) { border-left: 0; }
  .intro, .concept-split, .section-heading, .section-heading.compact, .plans .section-heading.compact, .location-top, .contact { grid-template-columns: 1fr; }
  .location-categories { grid-template-columns: 1fr; }
  .location-categories .location-category:nth-child(1),
  .location-categories .location-category:nth-child(2),
  .location-categories .location-category:nth-child(3),
  .location-categories .location-category:nth-child(4),
  .location-categories .location-category:nth-child(5) { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: 20px; }
  .footer-credit { grid-column: auto; }
  .footer-top { grid-column: auto; white-space: nowrap; }
  .concept-image { aspect-ratio: 16 / 10; }
  .lazer-card { width: 82vw; aspect-ratio: 4 / 3; }
  .lazer-dots { max-width: 200px; overflow-x: auto; }
  .concept-copy h2 { white-space: normal; font-size: 7.6vw; }
  .intro-copy { margin-top: 24px; }
  .section-heading { gap: 28px; margin-bottom: 54px; }
  .section-heading.compact > p:last-child { grid-column: auto; }
  .plans-viewer { grid-template-columns: 1fr; }
  .plans-label, .plans-list { align-items: center; }
  .plans-item { text-align: center; }
  .plans-item span { white-space: normal; }
}

@media (max-width: 500px) {
  .plans-heading h2 { white-space: normal; font-size: 8vw; }
  .location-side h2 { white-space: normal; font-size: 8vw; }
  .site-header { padding: 18px 20px; }
  .hero-content { width: calc(100% - 44px); margin-left: 22px; }
  h1 { font-size: 7.6vw; white-space: normal; }
  .hero-copy { font-size: 14px; white-space: normal; }
  .hero-actions { align-items: stretch; gap: 12px; flex-direction: column; }
  .text-link { text-align: center; }
  .highlights { padding: 28px 16px; }
  .highlights div { padding: 8px 14px; }
  .highlights strong { font-size: 18px; white-space: normal; }
  .highlights span { font-size: 11px; }
  .feature-image, .rooftop-image { min-height: 390px; }
  .feature-image img, .rooftop-image img { min-height: 390px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid article { min-height: 220px; }
  .mini-stats { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { grid-column: auto; }
}

/* Carousel */
.carousel-section, .lazer-showcase { background: var(--deep); color: white; }
.carousel-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.lazer-heading-title { font-weight: 300; }
.lazer-heading-title strong { font-weight: 800; }

.lazer-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.lazer-filter { padding: 9px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.lazer-filter:hover { border-color: rgba(255,255,255,.55); color: white; }
.lazer-filter.is-active { background: #7ab4d8; border-color: #7ab4d8; color: #05141f; }

.lazer-track {
  display: flex; gap: 20px; padding: 32px 50% 28px; margin: -24px -50% 0;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none;
}
.lazer-track::-webkit-scrollbar { display: none; }
.lazer-track.is-single { justify-content: center; padding-left: 0; padding-right: 0; margin: 0; overflow: visible; }
.lazer-card {
  position: relative; flex: 0 0 auto; width: min(72vw, 760px); aspect-ratio: 16 / 10;
  scroll-snap-align: center; border-radius: 11px; overflow: hidden; clip-path: inset(0 round 11px); contain: paint; isolation: isolate; padding: 0; border: 0; cursor: pointer;
  transform: scale(.62); opacity: .4; transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
.lazer-card.is-active { transform: scale(1.08); opacity: 1; }
.lazer-card-ghost { pointer-events: none; cursor: default; }
.lazer-card img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.lazer-card::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 40%; pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,.6), transparent);
}
.lazer-card-caption {
  position: absolute; right: 18px; bottom: 14px; z-index: 1; text-align: right; color: white; pointer-events: none;
}
.lazer-card-caption strong { display: block; font-size: clamp(16px, 1.4vw, 21px); font-weight: 800; line-height: 1.15; }
.lazer-card-caption em { display: block; margin-top: 2px; font-size: clamp(11px, .9vw, 13px); font-style: normal; font-weight: 400; color: rgba(255,255,255,.85); }
.lazer-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 40px; }
.lazer-arrow { position: relative; width: 44px; height: 44px; display: block; background: none; border: 0; padding: 0; cursor: pointer; overflow: visible; }
.lazer-arrow-right { transform: translateY(11px) rotate(-90deg); }
.lazer-arrow-left { transform: translateY(11px) scaleX(-1) rotate(-90deg); }

.arrow {
    opacity: 0;
    position: absolute;
        left: 50%;
        top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrow-movement 5.2s ease-in-out infinite;
}
.arrow-second {
    animation: arrow-movement 5.2s 2.6s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
        top: 0;
        left: 0;
    width: 30px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        transform: translate3d(-50%, calc(-50% - 10px), 0);
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, calc(-50% + 10px), 0);
    }
}
.lazer-dots { display: flex; align-items: center; gap: 6px; }
.lazer-dot { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: none; border: 0; padding: 0; cursor: pointer; }
.lazer-dot::after { content: ''; position: absolute; inset: 0; margin: auto; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.3); transition: background .2s, transform .2s; }
.lazer-dot:hover::after { background: rgba(255,255,255,.6); }
.lazer-dot.is-active::after { background: #7ab4d8; transform: scale(1.9); }
.lazer-controls.is-single { display: none; }
.carousel-nav { display: flex; gap: 10px; }
.carousel-nav button {
  width: 44px; height: 44px; display: grid; place-items: center; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.28); color: white; cursor: pointer; font-size: 18px; transition: background .2s;
}
.carousel-nav button:hover { background: rgba(255,255,255,.18); }
.carousel-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding-bottom: 8px; -webkit-overflow-scrolling: touch;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide {
  position: relative; flex: 0 0 min(420px, 78vw); scroll-snap-align: start; aspect-ratio: 4 / 5;
  overflow: hidden; cursor: zoom-in; background: #1c3a52;
}
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.carousel-slide:hover img { transform: scale(1.05); }
.carousel-caption {
  position: absolute; inset: auto 0 0 0; padding: 18px 20px; color: white; font-size: 12px; letter-spacing: .06em;
  background: linear-gradient(0deg, rgba(5,18,29,.88), transparent);
}

/* Implantação viewer */
.implantacao { background: #f4f6f7; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.implantacao .section-heading { flex: 0 0 auto; }
.implantacao-viewer { display: grid; grid-template-columns: minmax(0,.62fr) minmax(0,1.4fr) minmax(0,.5fr); gap: 40px; align-items: center; }
.implantacao-label { align-self: center; }
.implantacao-eyebrow { margin: 0 0 8px; height: 1em; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.implantacao-title { margin: 0; min-height: 2.5em; color: var(--deep); font-size: clamp(24px, 2.3vw, 34px); font-weight: 700; text-transform: uppercase; line-height: 1.25; }
.implantacao-main { position: relative; }
.implantacao-open { display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 0; background: white; cursor: zoom-in; border-radius: 4px; overflow: hidden; }
.implantacao-open img { width: 100%; height: 100%; object-fit: contain; display: block; }
.implantacao-list { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; padding-right: 20px; border-right: 2px solid #b9c6cd; }
.implantacao-item {
  display: block; padding: 0; border: 0; background: none; text-align: right;
  cursor: pointer; transition: color .2s;
}
.implantacao-item span { color: var(--muted); font-size: 19px; font-weight: 600; letter-spacing: .02em; white-space: normal; text-align: right; }
.implantacao-item:hover span { color: var(--deep); }
.implantacao-item.is-active { cursor: default; }
.implantacao-item.is-active span { color: var(--deep); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none; background: rgba(4,13,22,.94);
  align-items: center; justify-content: center; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-figure { position: relative; max-width: min(1100px, 92vw); max-height: 86vh; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.lightbox-figure img { max-width: 100%; max-height: 74vh; object-fit: contain; cursor: zoom-in; transition: all .3s ease; }
.lightbox-figure img.is-zoomed {
  cursor: zoom-out; position: fixed; inset: 0; z-index: 5;
  width: 100vw; height: 100vh; max-width: 100vw; max-height: 100vh;
}
.lightbox-caption { margin-top: 16px; color: white; font-size: 13px; letter-spacing: .04em; text-align: center; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; display: grid; place-items: center; width: 46px; height: 46px; color: white;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); cursor: pointer; font-size: 20px;
}
.lightbox-close { top: -60px; right: 0; }
.lightbox-prev { left: -60px; top: 50%; translate: 0 -50%; }
.lightbox-next { right: -60px; top: 50%; translate: 0 -50%; }
@media (max-width: 900px) {
  .lightbox-close { top: -54px; right: 0; }
  .lightbox-prev { left: 4px; top: 50%; }
  .lightbox-next { right: 4px; top: 50%; }
}

@media (max-width: 760px) {
  .carousel-slide { flex-basis: 80vw; }
  .implantacao-viewer { grid-template-columns: 1fr; }
  .implantacao-list { flex-direction: row; overflow-x: auto; align-items: center; gap: 18px; }
  .implantacao-item { padding: 6px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, nav a, nav { transition: none; }
  .carousel-slide img { transition: none; }
}
