:root {
  --white: #ffffff;
  --ink: #041026;
  --navy-980: #041026;
  --navy-940: #0a2148;
  --navy-900: #12356d;
  --navy-860: #1f4f98;
  --navy-820: #2f67bc;
  --line: #c6dafb;
  --line-strong: #aecbf6;
  --tint: #f4f8ff;
  --surface-shadow: 0 18px 40px rgba(10, 37, 82, 0.1);
  --elevated-shadow: 0 28px 64px rgba(7, 30, 68, 0.2);
  --premium-btn-shadow-soft: 0 10px 22px rgba(8, 34, 73, 0.14);
  --premium-btn-shadow-strong: 0 12px 26px rgba(7, 29, 63, 0.24);
  --premium-btn-shadow-hover: 0 18px 34px rgba(7, 29, 63, 0.3);
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--navy-940);
  font-family: "Manrope", sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(1100px 560px at 105% -15%, rgba(31, 79, 152, 0.12), rgba(31, 79, 152, 0) 68%),
    radial-gradient(760px 480px at -15% 88%, rgba(31, 79, 152, 0.08), rgba(31, 79, 152, 0) 74%),
    #fff;
}

/* Topbar */
.topbar-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(174, 203, 246, 0.62);
  background: linear-gradient(
    108deg,
    rgba(20, 58, 117, 0.24) 0%,
    rgba(255, 255, 255, 0.78) 42%,
    rgba(255, 255, 255, 0.7) 100%
  );
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  position: sticky;
  top: 0;
  z-index: 90;
}

.topbar {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  min-height: 92px;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  z-index: 3;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(320px, 26vw);
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.nav a {
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  color: #12356d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0 15px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav a + a {
  border-left: 1px solid rgba(18, 53, 109, 0.34);
}

.nav a:hover {
  color: #2f67bc;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  z-index: 3;
}

.header-cta {
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  font-weight: 800;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 17px;
  transition: transform 0.2s ease;
}

.header-cta {
  background: linear-gradient(145deg, #2e66bb, #174283);
  border-color: #2f64b2;
  color: #fff;
}

.header-cta:hover {
  transform: translateY(-2px);
}

.language-switcher {
  position: relative;
  height: 42px;
  min-width: 74px;
  border-radius: 999px;
  border: 1px solid rgba(18, 53, 109, 0.34);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 18px rgba(6, 23, 53, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.language-switcher:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(7, 29, 63, 0.18);
  border-color: rgba(32, 79, 148, 0.52);
}

.language-switcher-code {
  font-family: "Outfit", sans-serif;
  color: var(--navy-900);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
}

.language-switcher-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.language-switcher-caret {
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1.6px solid #264f90;
  border-bottom: 1.6px solid #264f90;
  transform: rotate(45deg) translateY(-2px);
  pointer-events: none;
}

/* Global layout */
.site {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 0;
}

.section {
  margin-top: 40px;
}

.section-head {
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-980);
  font-size: clamp(2.2rem, 3.4vw, 3.15rem);
  line-height: 0.92;
  letter-spacing: -0.012em;
}

.section-head p {
  margin: 8px 0 0;
  max-width: 62ch;
  color: #2e5ca1;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Shared media placeholders */
.img-placeholder {
  position: relative;
  overflow: hidden;
  border: 1px solid #bad1f8;
  background:
    linear-gradient(160deg, #f4f9ff, #e8f1ff),
    repeating-linear-gradient(45deg, rgba(20, 64, 132, 0.15), rgba(20, 64, 132, 0.15) 8px, rgba(20, 64, 132, 0.04) 8px, rgba(20, 64, 132, 0.04) 16px);
}

.img-placeholder.with-photo {
  background: #d8e5f9;
}

.img-placeholder.with-photo::before,
.img-placeholder.with-photo::after {
  display: none;
}

.img-placeholder.with-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hero */
.hero {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--elevated-shadow);
  overflow: hidden;
  position: relative;
}

.hero.hero-fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-stage {
  min-height: 640px;
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  border: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) brightness(0.73);
  transition: opacity 0.7s ease;
}

.hero-bg img.is-switching {
  opacity: 0.35;
}

.hero-overlay {
  position: absolute;
  left: 22px;
  bottom: 122px;
  z-index: 5;
  width: min(440px, calc(100% - 44px));
  border: 1px solid rgba(167, 194, 237, 0.64);
  border-radius: 16px;
  background: linear-gradient(168deg, rgba(8, 32, 69, 0.68), rgba(10, 37, 80, 0.54));
  backdrop-filter: blur(15px) saturate(125%);
  -webkit-backdrop-filter: blur(15px) saturate(125%);
  box-shadow: 0 24px 56px rgba(8, 25, 53, 0.34);
  padding: 16px 16px 13px;
}

.eyebrow {
  margin: 0;
  color: #b9d2f8;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.55rem;
  font-weight: 800;
}

.hero-overlay h1 {
  margin: 10px 0 0;
  max-width: 10ch;
  font-family: "Cormorant Garamond", serif;
  color: #f5f9ff;
  font-size: clamp(2.85rem, 4.9vw, 4.55rem);
  line-height: 0.86;
  letter-spacing: -0.012em;
  font-weight: 700;
}

.hero-overlay p {
  margin: 10px 0 0;
  color: #dce9ff;
  font-size: 0.86rem;
  line-height: 1.5;
  max-width: 34ch;
}

.hero-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.btn {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    var(--premium-btn-shadow-soft),
    inset 0 0 0 1px rgba(196, 218, 252, 0.58);
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.btn-primary {
  background: linear-gradient(145deg, #2c67bc, #174487);
  box-shadow: var(--premium-btn-shadow-strong);
}

.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 104px;
  z-index: 4;
  border-top: 1px solid rgba(182, 206, 245, 0.3);
  background: linear-gradient(140deg, rgba(7, 28, 60, 0.95), rgba(11, 40, 82, 0.95));
  padding: 12px 20px;
}

.hero-search {
  display: grid;
  grid-template-columns: 1.8fr 1.1fr 0.8fr 0.95fr auto;
  gap: 10px;
  align-items: end;
}

.hero-search-field {
  display: grid;
  gap: 6px;
}

.hero-search-field label {
  color: #d9e8ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  font-weight: 800;
}

.hero-search-field input,
.hero-search-field select {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(189, 212, 246, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3f8ff;
  font-family: inherit;
  font-size: 0.78rem;
  padding: 0 11px;
  outline: none;
}

.hero-search-field input::placeholder {
  color: rgba(227, 239, 255, 0.8);
}

.hero-search-field select option {
  color: #0a2148;
}

.hero-search-field input:focus,
.hero-search-field select:focus {
  border-color: rgba(189, 212, 246, 0.78);
  box-shadow: 0 0 0 3px rgba(96, 145, 227, 0.18);
}

.hero-search-btn {
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #2f67bc, #184388);
  box-shadow: var(--premium-btn-shadow-strong);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--premium-btn-shadow-hover);
  filter: brightness(1.05);
}

.hero-search-btn:active {
  transform: translateY(0);
  box-shadow: var(--premium-btn-shadow-soft);
}

/* Panel sections */
.properties,
.newly-added,
.travel-guide,
.process {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(176deg, #ffffff, #f5f9ff);
  box-shadow: var(--surface-shadow);
  padding: 20px;
}

/* Image studio */
.image-studio {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(176deg, #ffffff, #f5f9ff);
  box-shadow: var(--surface-shadow);
  padding: 20px;
}

.image-slot-switcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.image-slot-btn {
  border: 1px solid #c4d8fb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(9, 36, 78, 0.06);
  color: #133b79;
  padding: 10px;
  display: grid;
  gap: 6px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.image-slot-btn:hover {
  transform: translateY(-2px);
}

.image-slot-btn.is-active {
  border-color: #2f67bc;
  box-shadow: 0 14px 30px rgba(18, 64, 132, 0.16);
}

.slot-label {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.53rem;
  font-weight: 800;
}

.slot-value {
  color: #2d61a7;
  font-size: 0.68rem;
  font-weight: 700;
}

.image-library-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.image-library-card {
  position: relative;
  border: 1px solid #c7dbfb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(9, 36, 78, 0.09);
  padding: 7px;
  display: grid;
  gap: 7px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.image-library-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(9, 36, 78, 0.15);
}

.image-library-card.is-current {
  border-color: #2e67bc;
  box-shadow: 0 20px 38px rgba(18, 64, 132, 0.2);
}

.image-library-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.image-library-meta {
  color: #214e94;
  font-size: 0.67rem;
  line-height: 1.35;
  font-weight: 700;
}

.image-used-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid #a9c8f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f4f99;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.47rem;
  font-weight: 800;
  padding: 4px 7px;
}

.image-studio-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#applyRecommendedImages {
  border: 1px solid #b7d1fa;
  border-radius: 999px;
  background: linear-gradient(145deg, #edf5ff, #dceafe);
  color: #154180;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.53rem;
  font-weight: 800;
  padding: 9px 12px;
  cursor: pointer;
}

#imageStudioStatus {
  color: #3c6baa;
  font-size: 0.65rem;
  font-weight: 700;
}

/* Awards */
.awards {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(176deg, #ffffff, #f5f9ff);
  box-shadow: var(--surface-shadow);
  padding: 20px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.award-card {
  border: 1px solid #c8dcfb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(9, 36, 78, 0.07);
  padding: 14px;
  text-align: center;
  display: grid;
  gap: 8px;
  align-content: start;
}

.award-logo-placeholder {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border: 1px dashed #accaf4;
  border-radius: 16px;
  background: #f2f8ff;
  color: #2a5fa8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.award-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-980);
  font-size: 1.42rem;
  line-height: 0.95;
}

.award-card p {
  margin: 0;
  color: #3a67aa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.55rem;
  font-weight: 800;
}

/* Featured */
.property-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.property-card--featured {
  border: 1px solid #c9ddfb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(9, 36, 78, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-rows: 186px 1fr;
  height: 100%;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.property-card--featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(9, 36, 78, 0.15);
}

.property-image--featured {
  min-height: 186px;
  border: 0;
  display: block;
}

.img-label {
  position: absolute;
  top: 9px;
  left: 9px;
  border: 1px solid #abc7f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #224f97;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  font-weight: 800;
  padding: 5px 8px;
}

.property-body {
  padding: 12px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  align-content: start;
}

.property-location {
  color: #305f9e;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.54rem;
  font-weight: 800;
}

.property-title {
  margin: 0;
  min-height: 2.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-980);
  font-size: 1.46rem;
  line-height: 0.92;
  font-weight: 700;
}

.property-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.property-title-link:hover {
  color: #1f4f98;
}

.property-copy {
  margin: 0;
  min-height: 3.45em;
  color: var(--navy-900);
  font-size: 0.76rem;
  line-height: 1.52;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.property-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.property-price {
  color: var(--navy-940);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  font-weight: 800;
}

.small-chip {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #edf4ff, #dceaff);
  box-shadow:
    var(--premium-btn-shadow-soft),
    inset 0 0 0 1px #bfd5fb;
  color: #1b4d95;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.5rem;
  font-weight: 800;
  padding: 7px 9px;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.property-grid-empty {
  border: 1px dashed #bfd5fb;
  border-radius: 12px;
  background: #f6faff;
  color: var(--navy-900);
  font-size: 0.8rem;
  padding: 14px;
}

.expand-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.view-all-link {
  text-decoration: none;
}

.view-all-btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #2e67bc, #174386);
  box-shadow: var(--premium-btn-shadow-strong);
  color: #fff;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.58rem;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

/* Newly Added */
.newly-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.newly-card {
  border: 1px solid #c8dcfb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(9, 36, 78, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-rows: 164px auto;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.newly-card:hover {
  transform: translateY(-4px);
  border-color: #a7c7f6;
  box-shadow: 0 22px 42px rgba(8, 34, 73, 0.16);
}

.newly-image {
  min-height: 164px;
  border: 0;
  display: block;
}

.newly-image img {
  transition: transform 0.34s ease;
}

.newly-card:hover .newly-image img {
  transform: scale(1.03);
}

.newly-body {
  padding: 11px;
  display: grid;
  gap: 7px;
  align-content: start;
}

.newly-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.newly-badge {
  border: 1px solid #adcbf5;
  border-radius: 999px;
  background: #ecf4ff;
  color: var(--navy-900);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.49rem;
  font-weight: 800;
  padding: 4px 7px;
}

.newly-date {
  color: #4670aa;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.51rem;
  font-weight: 700;
}

.newly-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-980);
  font-size: 1.35rem;
  line-height: 0.95;
}

.newly-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.newly-title-link:hover {
  color: #1f4f98;
}

.newly-card p {
  margin: 0;
  color: var(--navy-900);
  font-size: 0.74rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newly-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #d4e4ff;
  padding-top: 7px;
  color: #3b69ab;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.53rem;
  font-weight: 800;
}

.newly-link {
  display: inline-block;
  justify-self: start;
  text-decoration: none;
  border: 1px solid #bad1fa;
  border-radius: 999px;
  background: #eef5ff;
  box-shadow: var(--premium-btn-shadow-soft);
  color: var(--navy-900);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.5rem;
  font-weight: 800;
  padding: 7px 10px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.newly-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--premium-btn-shadow-hover);
  border-color: #9fc1f5;
  color: #16478f;
}

/* Travel Guide */
.travel-guide {
  padding: 22px;
}

.travel-guide .section-head {
  margin-bottom: 20px;
}

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

.travel-card {
  border: 1px solid #c9dcfb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(9, 36, 78, 0.09);
  overflow: hidden;
  text-decoration: none;
  display: grid;
  grid-template-rows: 216px auto;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.travel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(9, 36, 78, 0.15);
}

.travel-card-image {
  min-height: 216px;
  border: 0;
}

.travel-card-body {
  padding: 12px;
  display: grid;
  gap: 7px;
  align-content: start;
}

.travel-card-date {
  color: #4b74ae;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.54rem;
  font-weight: 800;
}

.travel-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-980);
  font-size: 1.4rem;
  line-height: 0.95;
  letter-spacing: -0.008em;
  font-weight: 700;
}

.travel-card p {
  margin: 0;
  color: var(--navy-900);
  font-size: 0.76rem;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.travel-card-link {
  justify-self: start;
  margin-top: 2px;
  border: 1px solid #bdd4fa;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4f97;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.5rem;
  font-weight: 800;
  padding: 7px 10px;
}

/* How it works */
.process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.98) 100%),
    radial-gradient(680px 220px at 50% 0%, rgba(47, 103, 188, 0.08), rgba(47, 103, 188, 0) 74%);
}

.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(47, 103, 188, 0) 0%,
    rgba(47, 103, 188, 0.52) 14%,
    rgba(47, 103, 188, 0.52) 86%,
    rgba(47, 103, 188, 0) 100%
  );
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 21px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(76, 124, 199, 0) 0%,
    rgba(76, 124, 199, 0.4) 14%,
    rgba(76, 124, 199, 0.4) 86%,
    rgba(76, 124, 199, 0) 100%
  );
  pointer-events: none;
}

.process-item {
  position: relative;
  z-index: 1;
  border: 1px solid #c2d8fb;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 30px rgba(9, 36, 78, 0.09);
  padding: 16px 14px 14px;
  display: grid;
  gap: 9px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.process-item::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(151, 186, 241, 0.68);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35) 60%),
    linear-gradient(145deg, rgba(47, 103, 188, 0.26), rgba(23, 67, 134, 0.16));
}

.process-item:hover {
  transform: translateY(-4px);
  border-color: #9fc0f5;
  box-shadow: 0 22px 42px rgba(8, 34, 73, 0.15);
}

.process-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #b7d1fa;
  border-radius: 999px;
  background: #edf5ff;
  color: #2c60ab;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.54rem;
  font-weight: 800;
  padding: 5px 10px;
}

.process-item h4 {
  margin: 0;
  color: var(--navy-980);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  line-height: 0.95;
  letter-spacing: -0.008em;
}

.process-item p {
  margin: 0;
  color: #234f92;
  font-size: 0.78rem;
  line-height: 1.56;
}

/* Contact */
.contact-hub {
  margin-top: 42px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 540px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--elevated-shadow);
  padding: 20px 0;
}

.contact-hub-image {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  min-height: 100%;
  z-index: 1;
}

.contact-hub-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    102deg,
    rgba(4, 16, 38, 0.2) 0%,
    rgba(4, 16, 38, 0.13) 28%,
    rgba(4, 16, 38, 0.48) 75%,
    rgba(4, 16, 38, 0.62) 100%
  );
  z-index: 2;
}

.contact-hub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.98) contrast(1.02);
}

.contact-hub-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 24px;
  min-height: 500px;
  display: block;
}

.contact-hub-content {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(470px, calc(100% - 48px));
  border: 1px solid #b8d0f8;
  border-radius: 14px;
  background: linear-gradient(146deg, rgba(15, 47, 99, 0.94), rgba(18, 53, 109, 0.95));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 0;
}

.contact-hub-content h3 {
  margin: 0;
  max-width: 16ch;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 0.94;
}

.contact-hub-content p {
  margin: 0;
  color: #d7e6ff;
  font-size: 0.82rem;
  line-height: 1.52;
}

.contact-form-lux {
  border: 1px solid rgba(194, 215, 252, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.contact-form-lux .full {
  grid-column: 1 / -1;
}

.contact-form-lux label {
  display: block;
  margin: 0 0 4px;
  color: #dbe9ff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.53rem;
  font-weight: 800;
}

.contact-form-lux input,
.contact-form-lux textarea {
  width: 100%;
  border: 1px solid rgba(203, 223, 255, 0.48);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: inherit;
  font-size: 0.8rem;
  padding: 9px;
}

.contact-form-lux input::placeholder,
.contact-form-lux textarea::placeholder {
  color: rgba(230, 240, 255, 0.9);
}

.contact-form-lux textarea {
  min-height: 80px;
  resize: vertical;
}

.contact-form-lux button {
  grid-column: 1 / -1;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: var(--premium-btn-shadow-strong);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.btn:hover,
.view-all-btn:hover,
.small-chip:hover,
.newly-link:hover,
.contact-form-lux button:hover {
  transform: translateY(-2px);
  box-shadow: var(--premium-btn-shadow-hover);
}

.btn:active,
.view-all-btn:active,
.small-chip:active,
.newly-link:active,
.contact-form-lux button:active {
  transform: translateY(0);
  box-shadow: var(--premium-btn-shadow-soft);
}

.btn:focus-visible,
.view-all-btn:focus-visible,
.small-chip:focus-visible,
.newly-link:focus-visible,
.contact-form-lux button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 103, 188, 0.2), var(--premium-btn-shadow-hover);
}

.contact-form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #d8e8ff;
  font-size: 0.72rem;
  line-height: 1.4;
}

/* Footer */
.footer-lux {
  position: relative;
  margin-top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-top: 1px solid rgba(168, 196, 239, 0.42);
  background: linear-gradient(160deg, rgba(10, 35, 76, 0.88) 0%, rgba(7, 26, 55, 0.9) 56%, rgba(6, 21, 44, 0.92) 100%);
  box-shadow: 0 -8px 22px rgba(6, 21, 44, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
}

.site > .footer-lux {
  margin-top: auto;
}

.footer-lux::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: linear-gradient(100deg, #5a8ee0 0%, #2e67bc 30%, rgba(46, 103, 188, 0) 72%);
}

.footer-award-style-switch {
  position: absolute;
  right: 24px;
  top: 172px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 6px;
}

.switch-label {
  color: #9fc0f5;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.49rem;
  font-weight: 800;
  margin-right: 4px;
}

.switch-btn {
  border: 1px solid rgba(188, 211, 248, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf4ff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.52rem;
  font-weight: 800;
  padding: 5px 8px;
  cursor: pointer;
}

.switch-btn.is-active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(188, 211, 248, 0.68);
}

.footer-awards-hang {
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer-award-item {
  height: 165px;
  width: auto;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 8px 14px rgba(2, 7, 20, 0.38));
  opacity: 0.98;
  transition: transform 0.25s ease;
}

/* Option A: clean straight hang */
.footer-lux[data-award-style="a"] .footer-awards-hang {
  top: -8px;
}

.footer-lux[data-award-style="a"] .footer-award-item {
  transform: translateY(0) rotate(0deg);
}

/* Option B: subtle fanned hang */
.footer-lux[data-award-style="b"] .footer-award-item:nth-child(1) {
  transform: translateY(5px) rotate(-2.2deg);
}

.footer-lux[data-award-style="b"] .footer-award-item:nth-child(2) {
  transform: translateY(0) rotate(0deg);
}

.footer-lux[data-award-style="b"] .footer-award-item:nth-child(3) {
  transform: translateY(6px) rotate(2.2deg);
}

/* Option C: stepped hang */
.footer-lux[data-award-style="c"] .footer-award-item:nth-child(1) {
  transform: translateY(2px);
}

.footer-lux[data-award-style="c"] .footer-award-item:nth-child(2) {
  transform: translateY(14px);
}

.footer-lux[data-award-style="c"] .footer-award-item:nth-child(3) {
  transform: translateY(26px);
}

.footer-lux-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 290px 24px 24px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  gap: 24px;
}

.footer-col h4 {
  margin: 0 0 9px;
  color: #b7d1ff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.64rem;
  font-weight: 800;
}

.footer-col p {
  margin: 0 0 10px;
  color: #dce9ff;
  font-size: 0.77rem;
  line-height: 1.56;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-contact-list li {
  color: #dce9ff;
  font-size: 0.75rem;
  line-height: 1.54;
}

.footer-contact-list a {
  color: #c8dcff;
  text-decoration: none;
}

.footer-contact-list a:hover {
  text-decoration: underline;
}

.footer-social-links {
  display: grid;
  gap: 8px;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(191, 214, 250, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f2f7ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.54rem;
  font-weight: 800;
  padding: 9px 11px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(3, 10, 25, 0.28);
  background: rgba(255, 255, 255, 0.14);
}

.footer-legal {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(182, 208, 248, 0.24);
  color: #a8c6f7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.54rem;
  font-weight: 700;
  padding: 12px 290px 14px 24px;
}

/* Reveal motion */
body.js-ready .section,
body.js-ready .hero-overlay,
body.js-ready .hero-bottom {
  opacity: 0;
  transform: translateY(20px);
}

body.js-ready .section.is-visible,
body.js-ready .hero-overlay.is-visible,
body.js-ready .hero-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Responsive */
@media (max-width: 1320px) {
  .topbar {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 12px 18px;
  }

  .nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .nav a {
    padding: 7px 9px;
  }

  .nav a + a {
    border-left: 0;
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .language-switcher {
    min-width: 86px;
  }

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

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

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

  .process-grid::before {
    display: none;
  }

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

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

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

@media (max-width: 980px) {
  .site {
    padding: 0 12px 0;
  }

  .hero-stage {
    min-height: 600px;
  }

  .hero-overlay {
    left: 12px;
    width: calc(100% - 24px);
    bottom: 140px;
    padding: 14px 13px 11px;
  }

  .hero-overlay h1 {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  .hero-bottom {
    min-height: 0;
    padding: 10px 14px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .properties,
  .image-studio,
  .awards,
  .newly-added,
  .travel-guide,
  .process {
    padding: 14px;
    border-radius: 14px;
  }

  .property-grid,
  .image-library-grid,
  .awards-grid,
  .newly-grid,
  .travel-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-item::before {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .image-slot-switcher {
    grid-template-columns: 1fr;
  }

  .image-studio-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hub {
    min-height: 0;
    padding: 12px 0;
  }

  .contact-hub-inner {
    min-height: 0;
    padding: 0 12px 12px;
    display: block;
  }

  .contact-hub-image {
    min-height: 260px;
  }

  .contact-hub-content {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin-top: 180px;
  }

  .footer-award-style-switch {
    position: static;
    padding: 14px 14px 0;
    justify-content: flex-end;
  }

  .footer-awards-hang {
    position: static;
    padding: 12px 14px 6px;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
  }

  .footer-award-item {
    height: 110px;
    transform: none !important;
  }

  .footer-lux-grid {
    grid-template-columns: 1fr;
    padding: 20px 14px 16px;
    gap: 14px;
  }

  .footer-legal {
    padding: 10px 14px 12px;
  }
}
