:root {
  --bg: #f4f0e8;
  --paper: #fbf8f2;
  --card: rgba(255, 255, 255, 0.78);
  --ink: #1b2430;
  --muted: #5f6773;
  --accent: #b96942;
  --accent-deep: #7f4122;
  --line: rgba(27, 36, 48, 0.12);
  --shadow: 0 18px 60px rgba(31, 27, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f4f0e8;
  font-family: "Manrope", sans-serif;
  padding-top: 108px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.hero,
.fact-strip,
.content-grid,
.features-section,
.media-columns,
.interactive-plan-section,
.map-section,
.legal-section,
.contact-section,
.manage-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-inline: 0;
  min-height: 92px;
  padding: 12px max(16px, calc((100% - 1180px) / 2));
  position: fixed !important;
  inset: 0 0 auto 0;
  z-index: 40;
  background: #f4f0e8;
  border-bottom: 1px solid rgba(27, 36, 48, 0.08);
  box-shadow: 0 10px 28px rgba(31, 27, 24, 0.08);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  flex: 0 0 auto;
}

.brand-logo {
  width: auto;
  max-width: min(420px, 52vw);
  height: clamp(46px, 7vw, 78px);
  object-fit: contain;
  object-position: left center;
  display: block;
  filter: saturate(0.92) contrast(1.03);
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 0;
}

.brand-submark {
  margin: 0;
  max-width: 620px;
  padding-left: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #9d845d;
  text-align: right;
}

.site-nav {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
  color: var(--muted);
}

.hero {
  display: block;
  padding: 18px 0 34px;
}

.hero-copy,
.hero-gallery-card,
.panel,
.hero-placeholder,
.fact-card,
.feature-card,
.room-card,
.contact-card,
.manage-login {
  background: var(--card);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.eyebrow,
.section-kicker,
.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.section-heading h2,
.panel h2,
.contact-section h2,
.manage-header h1 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
}

.hero-address,
.hero-price {
  margin: 0;
  font-size: 1.08rem;
  color: var(--muted);
}

.hero-price {
  margin-top: 10px;
  color: var(--ink);
  font-weight: 800;
}

.hero-tagline {
  margin: 12px 0 0;
}

.hero-tagline,
.lead,
.panel p,
.feature-card p,
.contact-panel p,
.contact-card p,
.inquiry-dialog p {
  line-height: 1.7;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button-compact {
  min-height: 42px;
  padding: 0 16px;
}

.button:hover,
.hero-slide:hover,
.floorplan-image-button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #cf8a5d 100%);
  color: white;
}

.button-secondary {
  background: transparent;
  border-color: var(--line);
}

.button-block {
  width: 100%;
}

.hero-carousel,
.hero-carousel-stage,
.hero-slide,
.hero-placeholder {
  width: 100%;
  border-radius: 34px;
  overflow: hidden;
}

.hero-carousel {
  position: relative;
}

.hero-carousel-stage {
  position: relative;
  background: rgba(255, 255, 255, 0.38);
}

.hero-carousel-stage-main {
  aspect-ratio: 16 / 10;
  min-height: 420px;
  transition: min-height 180ms ease, aspect-ratio 180ms ease;
}

.hero-carousel-stage-main.is-portrait {
  aspect-ratio: 4 / 5;
  min-height: 720px;
}

.hero-slide {
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.hero-carousel-stage-main .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.95), rgba(237, 231, 220, 0.92));
}

.hero-slide img,
.hero-slide [data-hero-image] {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: auto;
  flex: 0 0 auto;
}

.hero-thumbnail-rail .hero-thumb-card img {
  object-fit: cover;
}

.media-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 20, 26, 0.48);
  color: white;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
  backdrop-filter: blur(12px);
}

.media-slider-nav:hover {
  transform: translateY(calc(-50% - 2px));
  background: rgba(255, 255, 255, 0.2);
}

.media-slider-nav-prev {
  left: 18px;
}

.media-slider-nav-next {
  right: 18px;
}

.media-slider-tools {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}

.hero-gallery-card {
  border-radius: 32px;
  padding: 18px;
}

.hero-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 12px;
  align-items: start;
}

.hero-gallery-layout.is-portrait {
  grid-template-columns: minmax(0, 1fr) 220px;
}

.hero-gallery-summary {
  padding: 16px 8px 6px;
}

.hero-gallery-summary .eyebrow {
  margin-bottom: 10px;
}

.hero-thumbnail-rail {
  display: grid;
  gap: 12px;
  height: var(--hero-rail-height, auto);
  max-height: var(--hero-rail-height, clamp(360px, 52vw, 520px));
  grid-auto-rows: 112px;
  align-content: start;
  overflow: auto;
  padding-right: 4px;
}

.hero-thumb-card {
  display: block;
  width: 100%;
  height: 112px;
  border: 2px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-thumb-card:hover,
.hero-thumb-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(185, 105, 66, 0.55);
  box-shadow: var(--shadow);
}

.hero-placeholder {
  display: grid;
  place-items: center;
  padding: 32px;
  text-align: center;
  color: var(--paper);
  background:
    linear-gradient(160deg, rgba(27, 36, 48, 0.9), rgba(80, 98, 112, 0.84)),
    linear-gradient(135deg, rgba(185, 105, 66, 0.26), transparent);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}

.fact-card {
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 10px 28px rgba(31, 27, 24, 0.08);
}

.fact-label {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  margin-bottom: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fact-value {
  font-size: 1.1rem;
  font-weight: 700;
}

.content-grid,
.media-columns,
.contact-section,
.manage-grid,
.media-lists {
  display: grid;
  gap: 24px;
}

.content-grid {
  grid-template-columns: 1.1fr 0.9fr;
  margin-bottom: 54px;
}

.content-grid-single {
  grid-template-columns: 1fr;
}

.panel {
  border-radius: 30px;
  padding: clamp(24px, 3vw, 34px);
}

.panel h2,
.section-heading h2,
.contact-section h2 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.check-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #dfab88);
}

.features-section,
.contact-section,
.manage-shell {
  margin-bottom: 54px;
}

.section-heading {
  margin-bottom: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  border-radius: 24px;
  padding: 24px;
}

.media-columns {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}

.media-columns-single {
  grid-template-columns: 1fr;
}

.floorplan-viewer {
  position: relative;
}

.floorplan-stage {
  position: relative;
  height: 340px;
  border-radius: 28px;
  overflow: hidden;
  background: #f5f2ec;
  border: 1px solid rgba(27, 36, 48, 0.08);
}

.floorplan-pane {
  width: 100%;
  height: 100%;
}

.floorplan-pane iframe,
.floorplan-pane img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.floorplan-pane img {
  object-fit: contain;
  background: #f5f2ec;
}

.floorplan-image-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.embed-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.embed-toolbar-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.embed-toolbar p {
  margin: 0;
}

.embed-shell {
  border-radius: 24px;
  overflow: hidden;
  background: #0e141b;
}

.media-frame {
  height: 340px;
}

.embed-shell iframe,
.embed-shell video,
.embed-shell-ai iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-shell-ai {
  min-height: 580px;
  aspect-ratio: auto;
}

.embed-shell-plan {
  height: 340px;
  min-height: 0;
}

.embed-shell-plan iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0;
  display: block;
  border: 0;
}

.embed-shell-plan-visithome {
  height: 600px;
}

.embed-shell-plan-visithome iframe {
  width: 100% !important;
  max-width: 1200px !important;
  height: 100% !important;
  min-height: 600px !important;
  display: block;
  border: 0;
}

.listing-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: #0e141b;
}

.interactive-plan-section {
  margin-top: 0;
  margin-bottom: 32px;
}

.interactive-plan-section .embed-shell-plan {
  width: 100%;
  margin-inline: auto;
}

.interactive-plan-section .embed-shell-plan-visithome {
  width: min(75%, 1200px);
  max-width: 1200px;
}

.interactive-plan-section .embed-toolbar {
  margin-bottom: 12px;
}

.interactive-plan-image-link {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(8, 12, 18, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interactive-plan-image-link:hover,
.interactive-plan-image-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px rgba(8, 12, 18, 0.22);
}

.interactive-plan-image-preview {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #10151b;
}

.interactive-plan-image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 12, 0.05), rgba(8, 10, 12, 0.35));
}

.interactive-plan-image-cta {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(15, 18, 22, 0.78);
  color: #f8f5ed;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(8px);
}

.map-section {
  margin-bottom: 32px;
}

.legal-section {
  margin-bottom: 32px;
}

.legal-copy {
  line-height: 1.7;
  color: var(--ink);
}

.map-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.map-toolbar h2 {
  margin-bottom: 10px;
}

.map-toolbar p {
  margin: 0;
}

.map-shell {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(27, 36, 48, 0.08);
  background: #dfe6de;
  min-height: 520px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.map-shell iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

.empty-state {
  border-radius: 22px;
  border: 1px dashed rgba(27, 36, 48, 0.25);
  padding: 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.4);
}

.contact-section {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
}

.site-footer-note {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 8px 0 0;
  text-align: center;
}

.site-footer-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-panel {
  padding: 12px 0;
}

.contact-card {
  border-radius: 30px;
  padding: 32px;
  display: grid;
  gap: 16px;
}

.contact-card h3 {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", serif;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 15, 21, 0.68);
  backdrop-filter: blur(8px);
}

.inquiry-modal[hidden] {
  display: none;
}

.inquiry-dialog {
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 32px;
  padding: 28px;
  background: rgba(251, 248, 242, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 28px 80px rgba(16, 21, 28, 0.22);
}

.inquiry-dialog-status {
  width: min(560px, 100%);
  text-align: center;
}

.inquiry-dialog-status .section-kicker {
  justify-content: center;
}

.inquiry-dialog-status .inquiry-actions {
  justify-content: center;
}

.hidden-submit-frame {
  width: 0;
  height: 0;
  border: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.inquiry-close {
  display: inline-flex;
  margin-left: auto;
  border: none;
  background: rgba(27, 36, 48, 0.08);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}

.inquiry-form {
  margin-top: 18px;
}

.inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.flash-stack {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  gap: 10px;
  z-index: 20;
}

.flash {
  border-radius: 16px;
  padding: 12px 16px;
  color: white;
  box-shadow: var(--shadow);
}

.flash-success {
  background: #2b7554;
}

.flash-error {
  background: #9f4439;
}

.manage-shell {
  padding: 36px 0 60px;
}

.manage-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.manage-header h1 {
  margin: 8px 0 12px;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}

.manage-subheading {
  margin: 10px 0 0;
  font-size: 1.2rem;
}

.manage-grid {
  grid-template-columns: 1.35fr 0.9fr;
  margin-bottom: 24px;
}

.manage-login {
  border-radius: 28px;
  padding: 32px;
}

.stack-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.span-2 {
  grid-column: span 2;
}

label {
  display: grid;
  gap: 8px;
}

label span {
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.88);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.upload-group {
  display: grid;
  gap: 18px;
}

.media-lists {
  grid-template-columns: repeat(3, 1fr);
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.analytics-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 36, 48, 0.08);
}

.analytics-value {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.analytics-value-small {
  font-size: 1.1rem;
  line-height: 1.35;
}

.analytics-referrers {
  margin-top: 18px;
}

.inline-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-list li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(27, 36, 48, 0.08);
  color: var(--muted);
}

.inquiry-record {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.inquiry-record p {
  margin: 0 0 6px;
}

.asset-list {
  display: grid;
  gap: 10px;
}

.asset-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.link-button {
  border: none;
  background: none;
  color: var(--accent-deep);
  cursor: pointer;
  padding: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(10, 15, 21, 0.86);
  display: grid;
  place-items: center;
  padding: 32px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1200px, 100%);
  max-height: calc(100vh - 96px);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.lightbox-nav,
.lightbox-close {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 999px;
  padding: 12px 16px;
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  min-height: 52px;
  min-width: 52px;
}

.lightbox-nav-prev {
  left: 22px;
}

.lightbox-nav-next {
  right: 22px;
}

.lightbox-meta {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: grid;
  gap: 4px;
  justify-items: center;
  max-width: min(90vw, 720px);
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(10, 15, 21, 0.58);
  color: white;
  text-align: center;
}

.lightbox-count {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox-caption {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hero,
  .content-grid,
  .contact-section,
  .manage-grid,
  .media-columns,
  .media-lists,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .fact-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .floorplan-stage,
  .media-frame,
  .embed-shell-plan,
  .embed-shell-plan iframe,
  .map-shell,
  .map-shell iframe {
    min-height: 480px;
    height: 480px;
  }

  .embed-shell-plan-visithome,
  .embed-shell-plan-visithome iframe {
    min-height: 540px !important;
    height: 540px !important;
  }

  .interactive-plan-section .embed-shell-plan {
    width: 100%;
  }

  .interactive-plan-section .embed-shell-plan-visithome {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 126px;
  }

  .header-right {
    align-items: flex-start;
    width: 100%;
    gap: 8px;
  }

  body {
    padding-top: 146px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .brand-submark {
    text-align: left;
  }

  .brand-logo {
    max-width: min(340px, 82vw);
  }

  .hero-copy,
  .panel,
  .feature-card,
  .contact-card {
    border-radius: 24px;
  }

  .feature-grid,
  .fact-strip,
  .form-grid,
  .media-lists,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .hero-media {
    min-height: auto;
  }

  .manage-shell,
  .features-section,
  .contact-section {
    margin-bottom: 36px;
  }

  .hero-gallery-card {
    padding: 18px;
  }

  .hero-gallery-layout {
    grid-template-columns: 1fr;
  }

  .hero-carousel-stage-main {
    min-height: 360px;
  }

  .hero-carousel-stage-main.is-portrait {
    aspect-ratio: 4 / 5;
    min-height: 560px;
  }

  .hero-thumbnail-rail {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 96px;
    max-height: none;
    overflow: visible;
  }

  .hero-thumb-card {
    height: 96px;
  }

  .hero-carousel-controls,
  .embed-toolbar,
  .map-toolbar {
    align-items: stretch;
  }

  .map-toolbar {
    flex-direction: column;
  }

  .media-slider-nav {
    width: 56px;
    height: 56px;
  }

  .media-slider-nav-prev {
    left: 12px;
  }

  .media-slider-nav-next {
    right: 12px;
  }

  .media-slider-tools {
    top: 12px;
    right: 12px;
  }

  .button-compact,
  .embed-toolbar .button-compact {
    width: 100%;
  }

  .floorplan-stage,
  .media-frame,
  .embed-shell-plan,
  .embed-shell-plan iframe,
  .map-shell,
  .map-shell iframe {
    min-height: 380px;
    height: 380px;
  }

  .embed-shell-plan-visithome,
  .embed-shell-plan-visithome iframe {
    min-height: 460px !important;
    height: 460px !important;
  }

  .interactive-plan-image-cta {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }

  .interactive-plan-section .embed-shell-plan {
    width: 100%;
  }

  .interactive-plan-section .embed-shell-plan-visithome {
    width: 100%;
  }

  .lightbox {
    padding: 20px;
  }

  .lightbox-nav-prev {
    left: 12px;
  }

  .lightbox-nav-next {
    right: 12px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }

  .lightbox-meta {
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .inquiry-dialog {
    padding: 22px;
  }

  .inquiry-actions .button {
    width: 100%;
  }
}
