:root {
  --navy: #204a7a;
  --navy-deep: #18385e;
  --gold: #bc9451;
  --gold-deep: #a67f3f;
  --stone: #f3eee8;
  --ink: #1f252f;
  --muted: #6d7177;
  --white: #ffffff;
  --shadow-soft: 0 16px 34px rgba(25, 38, 57, 0.1);
  --shadow-card: 0 14px 26px rgba(21, 31, 45, 0.08);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background-color: var(--stone);
  background-image:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 100% 25%, rgba(214, 190, 152, 0.26) 0, rgba(214, 190, 152, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 238, 232, 0.94));
  min-width: 320px;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

button,
select {
  cursor: pointer;
}

input,
textarea,
select {
  appearance: none;
  border: 0;
  border-radius: 0;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(32, 74, 122, 0.08);
  box-shadow: 0 6px 20px rgba(24, 56, 94, 0.06);
  backdrop-filter: blur(14px);
  transition: opacity 420ms ease, transform 520ms ease;
}

main,
footer {
  transition: opacity 420ms ease, transform 520ms ease;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand__logo {
  width: 260px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.site-nav__link {
  position: relative;
  padding: 10px 0;
  color: rgba(33, 37, 42, 0.88);
  font-size: 1rem;
  font-weight: 600;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after {
  transform: scaleX(1);
}

.site-nav__link.is-active {
  color: var(--navy);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background: rgba(32, 74, 122, 0.06);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 999px;
}

.lang-switch__button {
  min-width: 40px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  background: transparent;
  border: 0;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.lang-switch__button.is-active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(32, 74, 122, 0.12);
}

.whatsapp-button,
.search-panel__button,
.property-card__button,
.visa-card__button,
.contact-card__button,
.whatsapp-card__button,
.property-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.whatsapp-button {
  min-height: 50px;
  padding: 0 22px;
  color: var(--white);
  background: linear-gradient(180deg, #7aa14d, #617f38);
  box-shadow: 0 10px 18px rgba(69, 93, 34, 0.2);
}

.whatsapp-button:hover,
.search-panel__button:hover,
.property-card__button:hover,
.visa-card__button:hover,
.contact-card__button:hover,
.whatsapp-card__button:hover,
.property-modal__button:hover {
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(32, 74, 122, 0.08);
  border: 0;
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  border-radius: 999px;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: auto;
  background: #102f53;
  transition: opacity 720ms ease, visibility 720ms ease;
  animation: site-intro-overlay-out 0.72s ease forwards 2.04s;
}

.site-intro__media,
.site-intro__veil,
.site-intro__grain {
  position: absolute;
  inset: 0;
}

.site-intro__media {
  background:
    linear-gradient(0deg, rgba(6, 18, 31, 0.18), rgba(6, 18, 31, 0.18)),
    url("hero01.png") center center / cover no-repeat;
  transform: scale(1.14);
  will-change: transform, opacity;
  animation: site-intro-sea 2.8s ease-out forwards;
}

.site-intro__veil {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(11, 33, 57, 0.16), rgba(11, 33, 57, 0.54));
}

.site-intro__grain {
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.4px),
    radial-gradient(circle at 32% 74%, rgba(255, 255, 255, 0.38) 0 1px, transparent 1.6px),
    radial-gradient(circle at 70% 68%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.4px);
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

.site-intro__content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(92vw, 620px);
  padding: 0 24px;
  transform: translateY(-26px);
}

.site-intro__logo {
  width: min(100%, 540px);
  height: auto;
  opacity: 0;
  transform: translateY(22px) scale(0.94);
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.28));
  will-change: transform, opacity;
  animation: site-intro-logo-in 1.08s cubic-bezier(0.22, 1, 0.36, 1) 0.62s forwards;
}

.site-intro.is-skip {
  animation: site-intro-overlay-out 0.3s ease forwards 0.08s;
  transition-duration: 300ms;
}

.site-intro.is-skip .site-intro__media {
  animation-duration: 0.55s;
}

.site-intro.is-skip .site-intro__logo {
  animation: site-intro-logo-skip 0.3s ease forwards 0.04s;
}

.site-intro.is-hidden {
  animation: none;
  opacity: 0;
  visibility: hidden;
}

body.site-intro-active {
  overflow: hidden;
}

body.site-intro-active .site-header,
body.site-intro-active main,
body.site-intro-active footer {
  opacity: 0;
  transform: translateY(10px) scale(1.01);
}

body.site-ready .site-header,
body.site-ready main,
body.site-ready footer {
  opacity: 1;
  transform: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 64px;
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("hero01.png") center center / cover no-repeat;
  animation: hero-pan 18s ease-in-out infinite alternate;
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(18, 40, 68, 0.72) 0%, rgba(18, 40, 68, 0.36) 42%, rgba(18, 40, 68, 0.08) 70%, rgba(18, 40, 68, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(243, 238, 232, 0.82) 100%);
}

.hero__content {
  position: relative;
  min-height: 640px;
  padding-top: 128px;
  padding-bottom: 84px;
}

.hero-copy {
  max-width: 560px;
  padding-top: 26px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.7vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-copy p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 1.4vw, 1.55rem);
  font-weight: 500;
}

.hero-copy__banner {
  width: min(100%, 585px);
  margin-top: 34px;
  padding: 20px 22px;
  color: rgba(32, 37, 43, 0.96);
  font-size: 1rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 10px;
  box-shadow: 0 18px 30px rgba(25, 38, 57, 0.1);
}

.search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 160px;
  gap: 0;
  width: min(100%, 820px);
  margin-top: 44px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(31, 37, 47, 0.08);
  box-shadow: 0 22px 36px rgba(25, 38, 57, 0.18);
}

.search-panel__field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-left: 58px;
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid rgba(32, 74, 122, 0.08);
}

.search-panel__field::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(32, 74, 122, 0.5);
  border-bottom: 2px solid rgba(32, 74, 122, 0.5);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.search-panel__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: rgba(32, 74, 122, 0.78);
  transform: translateY(-50%);
}

.search-panel__icon svg {
  width: 100%;
  height: 100%;
}

.search-panel select {
  width: 100%;
  padding: 0 34px 0 0;
  color: rgba(31, 37, 47, 0.94);
  font-size: 1rem;
  font-weight: 600;
  background: transparent;
}

.search-panel__button {
  min-height: 72px;
  color: var(--white);
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  border-radius: 0;
  box-shadow: none;
}

.benefits {
  position: relative;
  margin-top: -40px;
}

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

.benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}

.benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  color: var(--gold);
  background: rgba(188, 148, 81, 0.12);
  border-radius: 50%;
}

.benefit-card__icon svg {
  width: 20px;
  height: 20px;
}

.benefit-card h2 {
  margin: 0;
  color: #3a332c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  line-height: 1.04;
}

.benefit-card p {
  margin: 12px 0 0;
  color: rgba(61, 58, 55, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

.benefit-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 18px auto 0;
  padding: 0 20px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.properties,
.insight,
.contact {
  padding: 60px 0 0;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(32, 74, 122, 0.18), rgba(32, 74, 122, 0.02));
}

.section-heading--left::after {
  max-width: 320px;
}

.section-heading h2 {
  margin: 0;
  color: #3e3831;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.02;
}

.section-heading h2 span:last-child {
  color: rgba(62, 56, 49, 0.7);
}

.property-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.property-tabs__button {
  min-width: 102px;
  min-height: 52px;
  padding: 0 24px;
  color: #4b4f54;
  font-size: 0.96rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(26, 37, 49, 0.06);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.property-tabs__button.is-active {
  color: var(--white);
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  box-shadow: 0 12px 22px rgba(23, 53, 91, 0.18);
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.property-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}

.property-card__image {
  position: relative;
  min-height: 248px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-card__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 28px);
}

.property-card__badge,
.property-detail__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-radius: 999px;
}

.property-card__badge--opportunity,
.property-detail__badge--opportunity {
  background: linear-gradient(180deg, #caa65d, #a87a2c);
}

.property-card__badge--time,
.property-detail__badge--time {
  background: rgba(24, 56, 94, 0.88);
  backdrop-filter: blur(10px);
}

.property-card__count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 30px;
  padding: 0 12px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 30px;
  background: rgba(18, 40, 68, 0.72);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.property-card__body {
  padding: 16px 16px 18px;
}

.property-card__title {
  margin: 0 0 10px;
  color: #233041;
  font-size: 1.15rem;
  font-weight: 800;
}

.property-card__price {
  margin: 0 0 12px;
  color: #1f2733;
  font-size: 1.75rem;
  font-weight: 800;
}

.property-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
  color: rgba(61, 65, 70, 0.82);
  font-size: 0.9rem;
  border-top: 1px solid rgba(32, 74, 122, 0.08);
}

.property-card__button {
  width: 158px;
  min-height: 48px;
  margin-top: 18px;
  color: var(--white);
  background: linear-gradient(180deg, #c6a45b, var(--gold-deep));
  box-shadow: 0 14px 20px rgba(166, 127, 63, 0.18);
}

.property-grid__empty {
  padding: 32px;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
}

.insight__grid,
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 22px;
}

.insight-panel,
.contact-card {
  padding: 32px 34px 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 16% 12%, rgba(212, 193, 164, 0.18), rgba(212, 193, 164, 0) 30%);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.reason-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  color: #3b3731;
  font-size: 1rem;
  font-weight: 700;
}

.reason-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: var(--gold);
}

.reason-item__icon svg {
  width: 44px;
  height: 44px;
}

.visa-card,
.whatsapp-card {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.visa-card::before,
.whatsapp-card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.visa-card::before {
  background:
    linear-gradient(180deg, rgba(19, 45, 76, 0.2), rgba(19, 45, 76, 0.84)),
    url("hero01.png") 54% center / cover no-repeat;
}

.whatsapp-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    url("hero01.png") 30% 76% / cover no-repeat;
  transform: scale(1.02);
}

.visa-card__content,
.whatsapp-card__content {
  position: relative;
  z-index: 1;
}

.visa-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  padding: 36px 30px;
  color: var(--white);
}

.visa-card h3 {
  max-width: 280px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.02;
}

.visa-card p {
  margin: 16px 0 22px;
  max-width: 250px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.visa-card__button {
  min-height: 50px;
  padding: 0 26px;
  color: var(--white);
  background: linear-gradient(180deg, #c6a45b, var(--gold-deep));
}

.contact-card__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-card textarea {
  min-height: 128px;
  grid-column: span 2;
  resize: vertical;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: rgba(86, 92, 100, 0.74);
}

.contact-card__button {
  min-width: 184px;
  min-height: 54px;
  margin-top: 18px;
  color: var(--white);
  background: linear-gradient(180deg, #c6a45b, var(--gold-deep));
  box-shadow: 0 14px 22px rgba(166, 127, 63, 0.18);
}

.contact-card__status {
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 12px;
}

.contact-card__status.is-pending {
  color: var(--navy);
  background: rgba(32, 74, 122, 0.1);
}

.contact-card__status.is-success {
  color: #355826;
  background: rgba(113, 160, 80, 0.14);
}

.contact-card__status.is-error {
  color: #7b2f27;
  background: rgba(181, 92, 86, 0.14);
}

.whatsapp-card {
  display: flex;
  align-items: flex-end;
}

.whatsapp-card__content {
  width: 100%;
  padding: 32px 28px;
}

.whatsapp-card__button {
  gap: 12px;
  min-height: 58px;
  padding: 0 24px;
  color: var(--white);
  background: linear-gradient(180deg, #7aa14d, #617f38);
  box-shadow: 0 16px 24px rgba(69, 93, 34, 0.22);
}

.whatsapp-card__button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact-direct {
  margin: 16px 0 0;
  font-size: 0.96rem;
  line-height: 1.7;
}

.contact-direct__link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whatsapp-card .contact-direct {
  color: rgba(255, 255, 255, 0.92);
}

.whatsapp-card .contact-direct__link {
  color: var(--white);
}

.page-sidecard .contact-direct {
  color: rgba(48, 54, 61, 0.82);
}

.page-sidecard .contact-direct__link {
  color: var(--navy);
}

.site-footer {
  padding: 26px 0 34px;
}

.site-footer__inner {
  display: grid;
  gap: 8px;
  color: rgba(61, 65, 70, 0.72);
  font-size: 0.92rem;
  text-align: center;
}

.site-footer__inner p {
  margin: 0;
}

.site-footer__contact {
  color: rgba(46, 51, 57, 0.82);
}

.site-footer__contact a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 52px;
}

.subpage-hero::before,
.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.subpage-hero::before {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("hero01.png") center center / cover no-repeat;
  animation: hero-pan 20s ease-in-out infinite alternate;
}

.subpage-hero::after {
  background:
    linear-gradient(90deg, rgba(14, 34, 59, 0.78) 0%, rgba(14, 34, 59, 0.52) 42%, rgba(14, 34, 59, 0.18) 72%, rgba(14, 34, 59, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 64%, rgba(243, 238, 232, 0.92) 100%);
}

.subpage-hero__inner {
  position: relative;
  min-height: 420px;
  padding: 136px 0 86px;
}

.subpage-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 0.94;
}

.subpage-hero p {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-section {
  padding: 28px 0 0;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.9fr);
  gap: 24px;
}

.page-stack {
  display: grid;
  gap: 24px;
}

.page-card,
.page-sidecard {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
}

.page-card {
  padding: 30px 30px 34px;
}

.page-card h2 {
  margin: 0 0 18px;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.7vw, 2.7rem);
  line-height: 1;
}

.page-card h3 {
  margin: 28px 0 12px;
  color: #233041;
  font-size: 1.18rem;
  font-weight: 800;
}

.page-card p,
.page-card li,
.page-sidecard p,
.page-sidecard li {
  color: rgba(48, 54, 61, 0.86);
  font-size: 1rem;
  line-height: 1.85;
}

.page-card ul,
.page-sidecard ul {
  margin: 0;
  padding-left: 20px;
}

.page-sidecard {
  padding: 26px 24px 28px;
}

.page-sidecard h3 {
  margin: 0 0 12px;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.page-sidecard + .page-sidecard {
  margin-top: 24px;
}

.network-list,
.benefit-list,
.timeline-list,
.detail-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.network-list li,
.benefit-list li,
.timeline-list li,
.detail-list li {
  position: relative;
  padding-left: 18px;
}

.network-list li::before,
.benefit-list li::before,
.timeline-list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.service-grid,
.option-grid,
.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.service-card,
.option-card,
.fact-card {
  padding: 18px 18px 20px;
  background: rgba(32, 74, 122, 0.04);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
}

.service-card h4,
.option-card h4,
.fact-card h4 {
  margin: 0 0 8px;
  color: #233041;
  font-size: 1.02rem;
  font-weight: 800;
}

.service-card p,
.option-card p,
.fact-card p {
  margin: 0;
  color: rgba(48, 54, 61, 0.82);
  font-size: 0.95rem;
  line-height: 1.75;
}

.option-card__price {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
}

.page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  margin-top: 18px;
  color: var(--white);
  font-weight: 800;
  border-radius: 10px;
  background: linear-gradient(180deg, #c6a45b, var(--gold-deep));
  box-shadow: 0 14px 22px rgba(166, 127, 63, 0.18);
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.detail-rows {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.property-detail-card {
  overflow: hidden;
}

.property-detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.property-detail__lead {
  margin: 8px 0 0;
  color: rgba(48, 54, 61, 0.74);
  font-size: 1rem;
}

.property-detail__price {
  margin: 0;
  color: #1f2733;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 800;
  white-space: nowrap;
}

.property-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.property-gallery {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.property-gallery__stage {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(32, 74, 122, 0.06);
}

.property-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.property-gallery__nav {
  position: absolute;
  top: calc(50% - 26px);
  z-index: 1;
  width: 52px;
  height: 52px;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  background: rgba(18, 40, 68, 0.74);
  border: 0;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.property-gallery__nav--prev {
  left: 16px;
}

.property-gallery__nav--next {
  right: 16px;
}

.property-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}

.property-gallery__thumb {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: transparent;
}

.property-gallery__thumb.is-active {
  border-color: var(--gold);
  box-shadow: 0 12px 20px rgba(166, 127, 63, 0.16);
}

.property-gallery__thumb img {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.property-gallery__meta {
  color: rgba(48, 54, 61, 0.7);
  font-size: 0.88rem;
  font-weight: 700;
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(32, 74, 122, 0.08);
}

.detail-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.detail-row strong {
  color: #233041;
  font-size: 0.95rem;
}

.detail-row span {
  color: rgba(48, 54, 61, 0.86);
  font-size: 0.98rem;
  line-height: 1.75;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-note {
  margin-top: 18px;
  padding: 16px 18px;
  color: rgba(48, 54, 61, 0.84);
  font-size: 0.94rem;
  line-height: 1.75;
  background: rgba(32, 74, 122, 0.04);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
}

.page-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 24px;
}

.lang-panel[hidden] {
  display: none !important;
}

.property-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
}

.property-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 32, 0.54);
}

.property-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 420px);
  width: min(calc(100% - 32px), 980px);
  margin: min(8vh, 48px) auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  box-shadow: 0 28px 50px rgba(10, 20, 32, 0.28);
}

.property-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--navy);
  font-size: 1.7rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 50%;
}

.property-modal__image {
  min-height: 460px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-modal__content {
  padding: 42px 34px 34px;
}

.property-modal__location {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-modal__content h3 {
  margin: 0;
  color: #223142;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.property-modal__price {
  margin: 14px 0;
  color: #1c2530;
  font-size: 1.8rem;
  font-weight: 800;
}

.property-modal__description {
  margin: 0;
  color: rgba(61, 65, 70, 0.86);
  line-height: 1.7;
}

.property-modal__features {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.property-modal__features li {
  position: relative;
  padding-left: 18px;
  color: rgba(31, 37, 47, 0.92);
  line-height: 1.8;
}

.property-modal__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.property-modal__button {
  min-height: 52px;
  padding: 0 24px;
  color: var(--white);
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
}

@keyframes site-intro-sea {
  from {
    transform: scale(1.14);
  }

  to {
    transform: scale(1.03);
  }
}

@keyframes site-intro-overlay-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes site-intro-logo-in {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.94);
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1.02);
  }
}

@keyframes site-intro-logo-skip {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-pan {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.4%, -1.2%, 0);
  }
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .site-nav {
    gap: 24px;
  }

  .brand__logo {
    width: 232px;
  }

  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .header-row {
    min-height: 84px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(32, 74, 122, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav__link {
    width: 100%;
    padding: 14px 0;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero__content {
    min-height: 720px;
    padding-top: 114px;
  }

  .search-panel {
    grid-template-columns: 1fr;
    width: min(100%, 560px);
  }

  .search-panel__field {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 74, 122, 0.08);
  }

  .benefits__grid,
  .reason-list,
  .insight__grid,
  .contact__grid,
  .service-grid,
  .option-grid,
  .facts-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--left::after {
    max-width: none;
  }

  .page-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-intro__content {
    width: min(84vw, 360px);
    transform: translateY(-22px);
  }

  .header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand__logo {
    width: min(178px, 100%);
  }

  .header-actions {
    gap: 8px;
    margin-left: 0;
    justify-self: end;
  }

  .lang-switch {
    order: 0;
    padding: 3px;
  }

  .lang-switch__button {
    min-width: 34px;
    padding: 7px 10px;
  }

  .whatsapp-button {
    display: none;
  }

  .site-nav {
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
  }

  .hero {
    padding-bottom: 36px;
  }

  .hero__content {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 40px;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
    line-height: 0.98;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-copy__banner {
    margin-top: 22px;
    padding: 16px 18px;
    font-size: 0.92rem;
  }

  .search-panel {
    margin-top: 24px;
    border-radius: 14px;
  }

  .search-panel__field,
  .search-panel__button {
    min-height: 64px;
  }

  .benefits {
    margin-top: 0;
  }

  .benefit-card {
    padding: 24px 20px 20px;
  }

  .benefit-card h2 {
    font-size: 1.9rem;
  }

  .properties,
  .insight,
  .contact {
    padding-top: 44px;
  }

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

  .section-heading h2 {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
  }

  .property-tabs {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .property-tabs::-webkit-scrollbar {
    display: none;
  }

  .property-tabs__button {
    min-width: max-content;
    min-height: 46px;
    padding: 0 18px;
    flex: 0 0 auto;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .property-card__image {
    min-height: 214px;
  }

  .property-card__body {
    padding: 18px;
  }

  .property-card__price {
    font-size: 1.5rem;
  }

  .property-card__meta {
    gap: 8px;
  }

  .property-card__button,
  .visa-card__button,
  .contact-card__button,
  .page-cta {
    width: 100%;
  }

  .contact-card {
    padding: 26px 20px 28px;
  }

  .page-card,
  .page-sidecard {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-card__fields {
    grid-template-columns: 1fr;
  }

  .contact-card textarea {
    grid-column: span 1;
  }

  .reason-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .whatsapp-card {
    min-height: 220px;
  }

  .whatsapp-card__content {
    padding: 24px 18px;
  }

  .whatsapp-card__button {
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }

  .page-card,
  .page-sidecard {
    padding-left: 18px;
    padding-right: 18px;
  }

  .page-actions {
    flex-direction: column;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .property-modal__dialog {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .property-modal__image {
    min-height: 240px;
  }
}

@media (max-width: 420px) {
  .header-row {
    grid-template-columns: 1fr;
  }

  .site-intro__content {
    width: min(84vw, 320px);
    transform: translateY(-18px);
  }

  .brand {
    justify-content: center;
  }

  .header-actions {
    justify-self: stretch;
    justify-content: center;
  }

  .subpage-hero__inner {
    min-height: 360px;
    padding: 108px 0 62px;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .search-panel__field {
    padding-left: 52px;
  }
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(243, 238, 232, 0.98), rgba(236, 229, 220, 0.94));
}

.admin-header {
  padding: 24px 0 0;
}

.admin-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.admin-shell {
  padding: 28px 0 72px;
}

.admin-hero {
  margin-bottom: 24px;
  padding: 38px 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 42, 73, 0.94), rgba(32, 74, 122, 0.86)),
    url("hero01.png") center center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(24, 56, 94, 0.18);
}

.admin-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.admin-hero h1 {
  margin: 16px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  line-height: 0.95;
}

.admin-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.admin-dashboard {
  display: grid;
  gap: 24px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  padding: 28px;
}

.admin-panel--auth {
  max-width: 760px;
  margin: 0 auto;
}

.admin-panel--full {
  grid-column: 1 / -1;
}

.admin-panel__header,
.admin-editor__header,
.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-panel__header {
  margin-bottom: 18px;
}

.admin-panel h2,
.admin-topbar__title,
.admin-editor__header h3 {
  margin: 0;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
}

.admin-panel h2,
.admin-topbar__title {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
}

.admin-editor__header h3 {
  font-size: 1.6rem;
}

.admin-panel p,
.admin-topbar__text,
.admin-note,
.admin-empty,
.admin-listing-card__info {
  color: rgba(48, 54, 61, 0.8);
  line-height: 1.7;
}

.admin-topbar {
  padding: 8px 4px 0;
}

.admin-form {
  display: grid;
  gap: 18px;
}

.admin-form--narrow {
  gap: 20px;
}

.admin-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-field {
  display: grid;
  gap: 8px;
}

.admin-field span {
  color: #233041;
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-field--full {
  grid-column: 1 / -1;
}

.admin-field--checkbox {
  align-content: end;
}

.admin-input,
.admin-select,
.admin-textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(244, 247, 250, 0.92);
  border: 1px solid rgba(32, 74, 122, 0.12);
  border-radius: 12px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.admin-textarea {
  min-height: 124px;
  resize: vertical;
}

.admin-input:focus,
.admin-select:focus,
.admin-textarea:focus {
  background: var(--white);
  border-color: rgba(32, 74, 122, 0.24);
  box-shadow: 0 0 0 4px rgba(32, 74, 122, 0.08);
}

.admin-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 16px;
  color: rgba(48, 54, 61, 0.84);
  background: rgba(244, 247, 250, 0.92);
  border: 1px solid rgba(32, 74, 122, 0.12);
  border-radius: 12px;
}

.admin-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--navy);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: var(--white);
  font-weight: 800;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #244f81, #18385e);
  box-shadow: 0 14px 24px rgba(24, 56, 94, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.admin-button:hover {
  transform: translateY(-1px);
}

.admin-button[disabled] {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.admin-button--secondary {
  background: linear-gradient(180deg, #c6a45b, var(--gold-deep));
  box-shadow: 0 14px 24px rgba(166, 127, 63, 0.18);
}

.admin-button--ghost {
  color: var(--navy);
  background: rgba(32, 74, 122, 0.08);
  box-shadow: none;
}

.admin-button--danger {
  background: linear-gradient(180deg, #b55c56, #8b3d37);
  box-shadow: 0 14px 24px rgba(139, 61, 55, 0.16);
}

.admin-status {
  margin: 0;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
}

.admin-status.is-success {
  color: #365724;
  background: rgba(113, 160, 80, 0.16);
  border: 1px solid rgba(113, 160, 80, 0.2);
}

.admin-status.is-error {
  color: #7b2f27;
  background: rgba(181, 92, 86, 0.14);
  border: 1px solid rgba(181, 92, 86, 0.22);
}

.admin-listings {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
  gap: 24px;
}

.admin-editor {
  align-content: start;
}

.admin-upload {
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
  background: rgba(244, 247, 250, 0.88);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 16px;
}

.admin-upload__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-upload__head strong {
  color: #233041;
  font-size: 1rem;
}

.admin-upload__preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.admin-upload__item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 14px;
}

.admin-upload__image {
  min-height: 128px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.admin-upload__meta {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.admin-upload__meta strong {
  color: #233041;
  font-size: 0.9rem;
}

.admin-upload__meta span {
  color: rgba(48, 54, 61, 0.68);
  font-size: 0.8rem;
  word-break: break-word;
}

.admin-list {
  display: grid;
  gap: 14px;
  align-content: start;
}

.admin-listing-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: rgba(244, 247, 250, 0.88);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 16px;
}

.admin-listing-card__image {
  min-height: 120px;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}

.admin-listing-card__meta {
  display: grid;
  gap: 8px;
}

.admin-listing-card__meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(32, 74, 122, 0.08);
  border-radius: 999px;
}

.admin-listing-card__title {
  margin: 0;
  color: #233041;
  font-size: 1.15rem;
  font-weight: 800;
}

.admin-listing-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.admin-empty {
  padding: 18px;
  background: rgba(244, 247, 250, 0.88);
  border: 1px dashed rgba(32, 74, 122, 0.16);
  border-radius: 16px;
}

@media (max-width: 1200px) {
  .admin-grid,
  .admin-listings {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .property-detail__header,
  .admin-header__inner,
  .admin-panel__header,
  .admin-editor__header,
  .admin-upload__head,
  .admin-topbar {
    flex-direction: column;
  }

  .admin-panel,
  .admin-hero {
    padding: 24px 20px;
  }

  .admin-fields {
    grid-template-columns: 1fr;
  }

  .admin-field--full {
    grid-column: auto;
  }

  .admin-actions,
  .admin-listing-card__actions {
    width: 100%;
  }

  .admin-button {
    width: 100%;
  }

  .admin-listing-card {
    grid-template-columns: 1fr;
  }

  .property-gallery__nav {
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
  }

  .property-gallery__nav--prev {
    left: 10px;
  }

  .property-gallery__nav--next {
    right: 10px;
  }
}

/* Admin panel revamp */
.admin-panel {
  padding: 24px;
  border-radius: 22px;
}

.admin-form {
  gap: 16px;
}

.admin-fields {
  gap: 12px 14px;
}

.admin-fields--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-field span {
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.admin-input,
.admin-select,
.admin-textarea {
  min-height: 48px;
  padding: 12px 14px;
  font-size: 0.95rem;
  border-radius: 14px;
}

.admin-textarea {
  min-height: 112px;
}

.admin-textarea--gallery {
  min-height: 156px;
}

.admin-checkbox {
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 14px;
}

.admin-checkbox span {
  font-size: 0.92rem;
}

.admin-button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
}

.admin-button--compact {
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.78rem;
  box-shadow: none;
}

.admin-listings {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.admin-editor {
  gap: 18px;
}

.admin-editor__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 18px;
}

.admin-editor__sections {
  display: grid;
  gap: 16px;
}

.admin-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 250, 0.94)),
    radial-gradient(circle at top right, rgba(188, 148, 81, 0.08), rgba(188, 148, 81, 0) 42%);
}

.admin-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.admin-section__header h4 {
  margin: 0;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

.admin-section__header p {
  margin: 6px 0 0;
  color: rgba(48, 54, 61, 0.76);
  font-size: 0.9rem;
  line-height: 1.6;
}

.admin-upload {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

.admin-upload__head {
  gap: 12px;
}

.admin-upload__dropzone {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 168px;
  padding: 20px;
  text-align: center;
  border: 1.5px dashed rgba(32, 74, 122, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 250, 0.92)),
    radial-gradient(circle at top, rgba(188, 148, 81, 0.12), rgba(188, 148, 81, 0) 44%);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.admin-upload__dropzone:hover {
  transform: translateY(-1px);
  border-color: rgba(32, 74, 122, 0.28);
  box-shadow: 0 16px 28px rgba(24, 56, 94, 0.08);
}

.admin-upload__dropzone strong {
  color: #233041;
  font-size: 1.08rem;
}

.admin-upload__dropzone span:last-child {
  max-width: 320px;
  color: rgba(48, 54, 61, 0.72);
  line-height: 1.6;
}

.admin-upload__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(32, 74, 122, 0.08);
}

.admin-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.admin-upload__selection {
  margin: 0;
  color: rgba(48, 54, 61, 0.72);
  font-size: 0.88rem;
}

.admin-media-target {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.admin-media-target span,
.admin-media-target em {
  color: rgba(48, 54, 61, 0.68);
  font-size: 0.78rem;
  font-style: normal;
}

.admin-media-target strong {
  color: #233041;
  font-size: 0.98rem;
}

.admin-gallery-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.admin-gallery-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-gallery-panel__head strong {
  color: #233041;
  font-size: 0.98rem;
}

.admin-gallery-panel__head span {
  color: rgba(48, 54, 61, 0.68);
  font-size: 0.8rem;
  line-height: 1.5;
}

.admin-upload__preview {
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
}

.admin-media-library {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.admin-upload__item {
  border-radius: 16px;
  box-shadow: 0 14px 24px rgba(24, 56, 94, 0.08);
}

.admin-upload__item--library.is-selected {
  border: 1px solid rgba(32, 74, 122, 0.18);
  box-shadow: 0 18px 28px rgba(24, 56, 94, 0.1);
}

.admin-upload__image {
  min-height: 0;
  aspect-ratio: 1.08 / 1;
}

.admin-upload__meta {
  gap: 4px;
  padding: 10px 10px 12px;
}

.admin-upload__meta em {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-upload__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.admin-upload__actions .admin-button {
  flex: 1 1 calc(50% - 6px);
}

.admin-preview {
  position: sticky;
  top: 112px;
  align-self: start;
}

.admin-preview__frame {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 22px;
  box-shadow: 0 22px 38px rgba(18, 40, 67, 0.12);
}

.admin-preview__visual {
  position: relative;
  min-height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.admin-preview__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 33, 51, 0.08), rgba(20, 33, 51, 0.52));
}

.admin-preview__badges {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-preview__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(16, 28, 45, 0.52);
  backdrop-filter: blur(10px);
}

.admin-preview__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.admin-preview__eyebrow {
  color: rgba(32, 74, 122, 0.76);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-preview__title {
  margin: 0;
  color: #233041;
  font-size: 1.34rem;
  line-height: 1.2;
}

.admin-preview__subtitle,
.admin-preview__location,
.admin-preview__description {
  margin: 0;
  color: rgba(48, 54, 61, 0.78);
}

.admin-preview__subtitle {
  font-size: 0.92rem;
}

.admin-preview__price {
  color: #182f4e;
  font-size: 1.25rem;
  font-weight: 800;
}

.admin-preview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-preview__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: #233041;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.admin-preview__description {
  line-height: 1.65;
}

.admin-preview__features {
  display: grid;
  gap: 8px;
}

.admin-preview__features span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(48, 54, 61, 0.82);
  font-size: 0.88rem;
}

.admin-preview__features span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
}

.admin-preview__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.admin-preview__thumb {
  aspect-ratio: 1 / 0.9;
  border: 2px solid transparent;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.admin-preview__thumb.is-active {
  border-color: rgba(32, 74, 122, 0.34);
}

.admin-list-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(18, 40, 67, 0.08);
  max-height: calc(100vh - 132px);
  overflow: hidden;
}

.admin-list-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.admin-list-panel__header h3 {
  margin: 0;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.68rem;
}

.admin-list-panel__header p {
  margin: 6px 0 0;
  color: rgba(48, 54, 61, 0.74);
  font-size: 0.9rem;
  line-height: 1.55;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.admin-list {
  gap: 10px;
  padding-right: 6px;
  overflow: auto;
  max-height: calc(100vh - 248px);
}

.admin-listing-card {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 18px;
  box-shadow: none;
}

.admin-listing-card.is-active {
  border-color: rgba(32, 74, 122, 0.22);
  box-shadow: 0 12px 24px rgba(18, 40, 67, 0.1);
}

.admin-listing-card__image {
  min-height: 92px;
  border-radius: 14px;
}

.admin-listing-card__meta {
  gap: 7px;
}

.admin-listing-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.admin-listing-card__title {
  font-size: 1rem;
  line-height: 1.2;
}

.admin-listing-card__code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: rgba(32, 74, 122, 0.84);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.admin-listing-card__info {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-listing-card__info--strong {
  color: #233041;
  font-weight: 800;
}

.admin-listing-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-listing-card__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 8px;
  color: rgba(48, 54, 61, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.06);
}

.admin-listing-card__actions {
  gap: 6px;
}

.admin-chip {
  min-height: 24px;
  padding: 0 8px;
  font-size: 0.72rem;
}

.admin-empty--media {
  min-height: 124px;
  display: grid;
  place-items: center;
  text-align: center;
}

@media (max-width: 1240px) {
  .admin-listings,
  .admin-editor__hero {
    grid-template-columns: 1fr;
  }

  .admin-preview,
  .admin-list-panel {
    position: static;
    max-height: none;
  }

  .admin-list {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .admin-panel,
  .admin-hero {
    padding: 20px 18px;
  }

  .admin-section {
    padding: 16px;
  }

  .admin-section__header,
  .admin-upload__head,
  .admin-list-panel__header {
    flex-direction: column;
  }

  .admin-upload__dropzone {
    min-height: 148px;
    padding: 18px;
  }

  .admin-upload__preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-media-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-preview__visual {
    min-height: 208px;
  }

  .admin-preview__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-list-panel {
    padding: 16px;
  }

  .admin-listing-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .admin-listing-card__actions .admin-button,
  .admin-section__header .admin-button {
    width: auto;
  }
}

@media (max-width: 520px) {
  .admin-fields,
  .admin-fields--compact {
    grid-template-columns: 1fr;
  }

  .admin-preview__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-gallery-panel__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-listing-card {
    grid-template-columns: 1fr;
  }

  .admin-listing-card__image {
    min-height: 156px;
  }
}

/* Admin property browser simplification */
.admin-property-workbench {
  display: grid;
  gap: 20px;
}

.admin-property-browser {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(32, 74, 122, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 250, 0.94)),
    radial-gradient(circle at top right, rgba(188, 148, 81, 0.08), rgba(188, 148, 81, 0) 42%);
  box-shadow: 0 18px 34px rgba(18, 40, 67, 0.08);
}

.admin-property-browser__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-property-browser__header h3 {
  margin: 0;
  color: #233041;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
}

.admin-property-browser__header p {
  margin: 6px 0 0;
  color: rgba(48, 54, 61, 0.76);
  line-height: 1.6;
}

.admin-quick-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-quick-flow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: rgba(24, 47, 78, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.admin-property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 14px;
}

.admin-property-grid .admin-empty {
  grid-column: 1 / -1;
}

.admin-editor {
  gap: 20px;
}

.admin-editor__hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.admin-gallery-panel,
.admin-media-target,
.admin-library-toggle,
.admin-advanced-toggle {
  border-radius: 18px;
}

.admin-library-toggle,
.admin-advanced-toggle {
  overflow: hidden;
  border: 1px solid rgba(32, 74, 122, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.admin-library-toggle summary,
.admin-advanced-toggle summary {
  position: relative;
  padding: 14px 48px 14px 16px;
  color: #233041;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.admin-library-toggle summary::-webkit-details-marker,
.admin-advanced-toggle summary::-webkit-details-marker {
  display: none;
}

.admin-library-toggle summary::after,
.admin-advanced-toggle summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 800;
}

.admin-library-toggle[open] summary::after,
.admin-advanced-toggle[open] summary::after {
  content: "-";
}

.admin-library-toggle[open] summary,
.admin-advanced-toggle[open] summary {
  border-bottom: 1px solid rgba(32, 74, 122, 0.08);
}

.admin-library-toggle .admin-gallery-panel,
.admin-advanced-toggle .admin-section {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.admin-section--subtle {
  padding: 16px;
}

.admin-preview {
  top: 104px;
}

.admin-listing-card {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(32, 74, 122, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 28px rgba(18, 40, 67, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-listing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(18, 40, 67, 0.12);
}

.admin-listing-card:focus-visible {
  outline: 3px solid rgba(32, 74, 122, 0.18);
  outline-offset: 2px;
}

.admin-listing-card.is-active {
  border-color: rgba(32, 74, 122, 0.24);
  box-shadow: 0 24px 40px rgba(18, 40, 67, 0.14);
}

.admin-listing-card__media {
  position: relative;
  min-height: 184px;
}

.admin-listing-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 40, 67, 0.06), rgba(18, 40, 67, 0.58));
  pointer-events: none;
}

.admin-listing-card__image {
  min-height: 184px;
  border-radius: 0;
}

.admin-listing-card__meta-top {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-listing-card .admin-chip {
  color: var(--white);
  background: rgba(15, 27, 44, 0.42);
  backdrop-filter: blur(10px);
}

.admin-listing-card__meta {
  gap: 12px;
  padding: 16px;
}

.admin-listing-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.admin-listing-card__title-row > div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.admin-listing-card__title {
  font-size: 1.12rem;
  line-height: 1.28;
}

.admin-listing-card__info {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.admin-listing-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-listing-card__gallery-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(32, 74, 122, 0.08);
}

.admin-listing-card__stats {
  gap: 8px;
}

.admin-listing-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-listing-card__actions .admin-button {
  width: auto;
}

@media (max-width: 1240px) {
  .admin-editor__hero {
    grid-template-columns: 1fr;
  }

  .admin-preview {
    position: static;
  }
}

@media (max-width: 760px) {
  .admin-property-browser,
  .admin-panel,
  .admin-hero {
    padding: 20px 18px;
  }

  .admin-property-browser__header,
  .admin-section__header,
  .admin-upload__head {
    flex-direction: column;
  }

  .admin-property-grid {
    grid-template-columns: 1fr;
  }

  .admin-upload__preview,
  .admin-media-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-listing-card__media,
  .admin-listing-card__image {
    min-height: 170px;
  }

  .admin-listing-card__actions .admin-button,
  .admin-section__header .admin-button {
    width: auto;
  }
}

@media (max-width: 520px) {
  .admin-quick-flow {
    display: grid;
  }

  .admin-upload__preview,
  .admin-media-library {
    grid-template-columns: 1fr;
  }

  .admin-listing-card__title-row,
  .admin-listing-card__price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-listing-card__actions .admin-button {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
