:root {
  --bg: #f5efe6;
  --bg-elevated: rgba(255, 255, 255, 0.72);
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.95);
  --ink: #0b1220;
  --muted: #5c6475;
  --line: rgba(11, 18, 32, 0.08);
  --gold: #c8a96a;
  --gold-strong: #e1c07a;
  --teal: #3ab7b1;
  --shadow: 0 24px 80px rgba(11, 18, 32, 0.12);
  --shadow-soft: 0 14px 50px rgba(11, 18, 32, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --header-h: 122px;
}

html[data-theme="dark"],
body.theme-dark {
  --bg: #08111d;
  --bg-elevated: rgba(10, 18, 31, 0.72);
  --surface: rgba(9, 17, 29, 0.8);
  --surface-strong: rgba(13, 22, 36, 0.94);
  --ink: #eef2f8;
  --muted: #a7b1c3;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(58, 183, 177, 0.12), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 70%, #ffffff 30%) 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(11, 18, 32, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
  z-index: -2;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
.brand strong,
.eyebrow,
.section-head,
.trust-value {
  font-family: "Space Grotesk", sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  line-height: 1.75;
  color: var(--muted);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad {
  padding: 100px 0;
}

.soft-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gold-strong);
  background: color-mix(in srgb, var(--surface) 62%, transparent);
  border: 1px solid var(--line);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  box-shadow: 0 0 0 6px rgba(200, 169, 106, 0.16);
}

h1 {
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
  color: #fff;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  text-wrap: balance;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.glass-card {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-xl);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 9999;
  background: var(--ink);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(200, 169, 106, 0.18), transparent 36%), rgba(8, 17, 29, 0.96);
}

.loader-mark {
  display: grid;
  justify-items: center;
  gap: 18px;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.loader-mark img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  animation: pulse 1.4s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.back-to-top {
  position: fixed;
  right: 12px;
  bottom: 78px;
  z-index: 25;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #21324a);
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-actions {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 120;
  display: grid;
  gap: 10px;
}

.floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
  opacity: 1;
  visibility: visible;
}

.whatsapp-icon path {
  fill: #ffffff !important;
}

.floating-tour {
  background: linear-gradient(135deg, var(--gold), #9f7b3c);
  color: #0b1220;
}

.floating-whatsapp {
  background: linear-gradient(135deg, #1f9f66, #0f7f52);
  color: #fff;
  width: 56px;
  height: 56px;
  min-width: 56px;
  padding: 0;
  border-radius: 50%;
}

.floating-whatsapp span {
  display: none;
}

.floating-whatsapp .whatsapp-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
}

.site-header.is-scrolled .nav-shell {
  background: color-mix(in srgb, var(--surface-strong) 40%, transparent);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-soft);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: color-mix(in srgb, var(--surface-strong) 40%, transparent);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 220px;
}

.brand-mark {
  width: 300px;
  height: 130px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  filter: contrast(1.2) brightness(0.96);
  box-shadow: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
}

.desktop-nav a {
  color: var(--ink);
  opacity: 0.86;
  font-size: 1.04rem;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold);
  opacity: 1;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #293446, #1a2334);
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 30, 46, 0.28);
}

.header-social-btn.social-facebook,
.footer-social-btn.social-facebook {
  background: linear-gradient(135deg, #1877f2, #0d5fd7);
}

.header-social-btn.social-linkedin,
.footer-social-btn.social-linkedin {
  background: linear-gradient(135deg, #0a66c2, #084b94);
}

.header-social-btn.social-instagram,
.footer-social-btn.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af 78%, #515bd4);
}

.header-social-btn.social-x,
.footer-social-btn.social-x {
  background: linear-gradient(135deg, #16181c, #000000);
}

.header-social-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.header-social-icon path {
  fill: #ffffff !important;
}

.button,
.menu-toggle,
.theme-toggle {
  border: 1px solid transparent;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #0b1220;
  box-shadow: 0 16px 34px rgba(200, 169, 106, 0.28);
}

.button-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 140, 126, 0.28);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: linear-gradient(135deg, #2be06d, #159b8b);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  border-color: var(--line);
}

.button-large {
  min-height: 56px;
  padding-inline: 28px;
}

.theme-toggle {
  position: relative;
  width: 56px;
  height: 32px;
  border-radius: 999px;
  padding: 3px;
  background: color-mix(in srgb, var(--surface-strong) 96%, transparent);
  box-shadow: inset 0 0 0 1px var(--line);
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #14213d, #44536e);
}

.theme-toggle-thumb {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #fff7ea, #e1c07a);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: left 0.22s ease;
}

html[data-theme="dark"] .theme-toggle-thumb,
body.theme-dark .theme-toggle-thumb {
  left: 29px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface-strong) 96%, transparent);
  box-shadow: inset 0 0 0 1px var(--line);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 26px));
  margin: 0;
  padding: 14px;
  border-radius: 22px;
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
  max-height: min(72svh, 560px);
  overflow: auto;
}

.mobile-nav a {
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  border-radius: 10px;
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  display: block;
  background: #05080e;
}

.hero-topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 14px 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 2vw, 1.22rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 17, 29, 0.88), rgba(8, 17, 29, 0.42));
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.hero-media {
  position: relative;
  width: 100%;
  background: #05080e;
  line-height: 0;
  padding-top: 56px;
}

.hero-media img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.08) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.06) 0%, rgba(8, 17, 29, 0.52) 100%);
  pointer-events: none;
}

.hero-caption {
  text-align: center;
  padding: 22px 24px;
  background: #08111d;
  color: #fff;
}

.hero-caption strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}

.hero-caption span {
  display: block;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  color: rgba(255,255,255,0.82);
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
  letter-spacing: 0.02em;
}

.hero-caption .hero-lines {
  margin: 14px auto 0;
  width: min(880px, 100%);
  display: grid;
  gap: 8px;
}

.hero-caption .hero-lines p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.88rem, 1.55vw, 1.02rem);
  line-height: 1.45;
  font-weight: 600;
}

.post-gallery-strip {
  padding: 28px 0 90px;
}

.post-gallery-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 20px;
  align-items: stretch;
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(12, 22, 38, 0.98), rgba(8, 15, 28, 0.98)),
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.16), transparent 55%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.packages-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  text-align: left;
}

.packages-eyebrow {
  margin-bottom: 4px;
  justify-self: start;
  width: max-content;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #e7c37d;
}

.packages-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.18rem, 2.2vw, 1.62rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.packages-points {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.packages-points li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.99rem;
  line-height: 1.48;
  font-weight: 600;
}

.packages-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4d087, #c9983f);
  box-shadow: 0 0 0 4px rgba(200, 152, 63, 0.18);
}

.packages-price-card {
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.post-gallery-inner .hero-pricing {
  margin: 0 auto;
}

.packages-price-card .hero-pricing {
  width: auto;
}

.hero-pricing {
  margin: 0;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f4d087, #c9983f);
  color: #0b1220;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 30px rgba(201, 152, 63, 0.34);
  border: 1px solid rgba(255, 248, 220, 0.72);
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  line-height: 1.25;
}

.packages-price-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.hero-pricing span {
  color: #08111d;
  font-weight: 900;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  letter-spacing: 0.01em;
  display: block;
  margin-top: 4px;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero-subtitle {
  max-width: 680px;
  font-size: clamp(1.06rem, 1.8vw, 1.25rem);
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points span,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  font-weight: 700;
}

.hero-card {
  padding: 26px;
  color: #fff;
}

.hero-card-top {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.hero-card-top strong {
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-card-grid div {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card-grid span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.hero-card-grid strong {
  font-size: 0.98rem;
  color: #fff;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: #fff;
}

.scroll-indicator span {
  width: 2px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 169, 106, 0));
  position: relative;
  overflow: hidden;
}

.scroll-indicator span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  animation: track 1.6s ease-in-out infinite;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.65;
  z-index: 1;
}

.hero-orb-1 {
  width: 220px;
  height: 220px;
  top: 14%;
  right: 8%;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.34), transparent 70%);
}

.hero-orb-2 {
  width: 150px;
  height: 150px;
  bottom: 18%;
  left: 10%;
  background: radial-gradient(circle, rgba(58, 183, 177, 0.28), transparent 70%);
}

.trust-strip {
  padding: 20px 0 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  padding: 20px 18px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.trust-value {
  display: block;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 4px;
}

.trust-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 36px;
  align-items: center;
}

.section-copy p:last-child,
.section-head p:last-child {
  margin-bottom: 0;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.feature-list div {
  padding: 18px 18px 18px 20px;
  border-left: 3px solid var(--gold);
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  box-shadow: var(--shadow-soft);
}

.feature-list strong {
  display: block;
  color: var(--ink);
  margin-bottom: 6px;
}

.feature-list span {
  color: var(--muted);
}

.about-mosaic {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 14px;
}

.mosaic-item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.mosaic-item img,
.gallery-card img,
.contact-image img,
.lightbox-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-large {
  grid-row: span 2;
  min-height: 560px;
}

.mosaic-small {
  min-height: 268px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

main > section[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.section-head p,
.section-copy p {
  font-size: 1.02rem;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workspace-card,
.feature-card,
.amenity-card,
.gallery-card,
.testimonial-card {
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.workspace-card:hover,
.feature-card:hover,
.amenity-card:hover,
.gallery-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(200, 169, 106, 0.26);
}

.workspace-card {
  padding: 24px;
}

.icon-badge {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.18), rgba(58, 183, 177, 0.14));
  color: var(--ink);
  margin-bottom: 18px;
}

.icon-badge svg,
.feature-card svg,
.amenity-card svg {
  width: 24px;
  height: 24px;
}

.workspace-card p,
.feature-card p,
.amenity-card p,
.testimonial-card p {
  margin-bottom: 0;
}

.feature-card,
.amenity-card {
  padding: 22px;
}

.feature-card .feature-title,
.amenity-card .feature-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.feature-card .feature-title h3,
.amenity-card .feature-title h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.feature-card .icon-badge,
.amenity-card .icon-badge {
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  border-radius: 16px;
}

.feature-card p,
.amenity-card p {
  font-size: 0.95rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.filter-chip {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.filter-chip.active,
.filter-chip:hover,
.filter-chip:focus-visible {
  color: #0b1220;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  border-color: transparent;
}

.masonry-grid {
  columns: 3 320px;
  column-gap: 18px;
}

.gallery-card {
  break-inside: avoid;
  margin-bottom: 18px;
  cursor: pointer;
}

.gallery-card:focus-visible {
  outline: 3px solid rgba(225, 192, 122, 0.85);
  outline-offset: 4px;
}

.gallery-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.gallery-media img {
  aspect-ratio: 4 / 5;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-media img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 17, 29, 0.05), rgba(8, 17, 29, 0.68));
  color: #fff;
}

.gallery-overlay strong,
.gallery-overlay span {
  display: block;
}

.gallery-overlay span {
  opacity: 0.82;
  font-size: 0.9rem;
}

.gallery-action {
  position: absolute;
  inset: 14px 14px auto auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  cursor: pointer;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  padding: 28px;
  min-height: 100%;
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--ink), #38485d);
  box-shadow: var(--shadow-soft);
}

.rating {
  color: #d59e3f;
  letter-spacing: 0.12em;
  font-size: 0.92rem;
}

.testimonial-role {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.swiper {
  padding-bottom: 44px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--muted);
  opacity: 0.32;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(135deg, var(--gold), var(--teal));
}

.faq-layout {
  align-items: start;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 4px;
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border: 1px solid var(--line);
}

.faq-button {
  width: 100%;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: transparent;
  color: var(--ink);
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-panel {
  padding: 0 18px 18px;
}

.faq-panel p {
  margin-bottom: 0;
}

.cta-banner {
  padding-top: 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  border-radius: calc(var(--radius-xl) + 8px);
  background:
    linear-gradient(90deg, rgba(8, 17, 29, 0.96) 0%, rgba(24, 35, 54, 0.92) 100%),
    url("../images/flagshipbuildingexterior.webp") center/cover no-repeat;
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-inner p,
.cta-inner h2 {
  color: #fff;
}

.contact-layout {
  align-items: start;
  grid-template-columns: 1fr;
}

.contact-copy {
  display: grid;
  gap: 18px;
}

.contact-lead {
  font-size: 1.08rem;
  color: var(--ink);
  font-weight: 700;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-details a,
.footer-grid a {
  color: var(--muted);
}

.contact-details a {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  font-weight: 700;
}

.contact-image {
  overflow: hidden;
  min-height: 280px;
}

.contact-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.contact-form {
  padding: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.floating-field {
  position: relative;
}

.floating-field input,
.floating-field select,
.floating-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.floating-textarea {
  grid-column: 1 / -1;
}

.floating-wide {
  grid-column: 1 / -1;
}

.floating-field textarea {
  min-height: 140px;
  resize: vertical;
}

.floating-field input::placeholder,
.floating-field textarea::placeholder,
.floating-field select {
  color: var(--muted);
}

.floating-field input:focus,
.floating-field select:focus,
.floating-field textarea:focus {
  border-color: rgba(200, 169, 106, 0.5);
  box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.12);
}

.form-submit {
  margin-top: 16px;
}

.form-note {
  margin-top: 12px;
  font-size: 0.92rem;
}

.map-section {
  padding-bottom: 100px;
}

.map-card {
  overflow: hidden;
  min-height: 420px;
}

.map-card iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.site-footer {
  padding: 52px 0 26px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(8, 17, 29, 0.04));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 30px;
}

.footer-brand p {
  margin-bottom: 0;
  max-width: 360px;
}

.footer-brand-link {
  margin-bottom: 16px;
}

.footer-grid h3 {
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-grid a {
  display: block;
  margin-bottom: 10px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #293446, #1a2334);
  color: #fff;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.footer-social-icon path {
  fill: #ffffff !important;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 17, 29, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-frame {
  width: min(100%, 980px);
  margin: 0;
  color: #fff;
}

.lightbox-frame img {
  width: 100%;
  max-height: min(80vh, 860px);
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.lightbox-frame figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

[x-cloak] {
  display: none !important;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes track {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}

@media (max-width: 1120px) {
  :root {
    --header-h: 104px;
  }

  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    border-radius: 24px;
    padding: 8px 12px;
    gap: 12px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    display: block;
  }

  .brand-mark {
    width: 220px;
    height: 95px;
    padding: 0;
  }

  .nav-cta {
    display: none;
  }

  .hero-layout,
  .split-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .card-grid-4,
  .card-grid-6,
  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-card {
    max-width: 620px;
  }

  .hero-layout {
    align-items: start;
  }

  .cta-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  :root {
    --header-h: 90px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  main > section .container {
    padding: 10px;
  }

  .site-footer .container {
    padding-inline: 10px;
  }

  .section-copy,
  .section-head {
    padding: 10px;
  }

  .site-header {
    padding: 8px 0;
  }

  .nav-shell {
    border-radius: 20px;
    padding: 8px 10px;
    gap: 8px;
  }

  .brand {
    min-width: 170px;
  }

  .brand-mark {
    width: 170px;
    height: 74px;
    padding: 0;
  }

  .nav-cta,
  .theme-toggle {
    display: none;
  }

  .header-social-btn {
    display: none;
  }

  .section-pad {
    padding: 64px 0;
  }

  h2 {
    font-size: clamp(1.55rem, 6.4vw, 2.1rem);
    line-height: 1.12;
    margin-bottom: 14px;
  }

  p {
    line-height: 1.62;
  }

  .section-copy h2,
  .section-head h2 {
    text-wrap: pretty;
  }

  .section-copy p,
  .section-head p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-caption strong {
    font-size: 1.12rem;
  }

  .hero-topline {
    padding: 12px 10px;
    letter-spacing: 0.06em;
    font-size: 0.9rem;
  }

  .hero-media {
    padding-top: 52px;
  }

  .hero-caption span {
    font-size: 0.9rem;
  }

  .hero-caption .hero-lines {
    margin-top: 12px;
    gap: 6px;
  }

  .hero-caption .hero-lines p {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .post-gallery-strip {
      padding: 12px 0 44px;
  }

  .post-gallery-inner {
    grid-template-columns: 1fr;
    border-radius: 20px;
      padding: 16px 12px;
      gap: 12px;
  }

  .packages-copy {
      text-align: left;
      gap: 8px;
  }

  .packages-copy h3 {
      font-size: 1rem;
    line-height: 1.26;
  }

  .packages-points {
      gap: 7px;
  }

  .packages-points li {
      padding-left: 18px;
      font-size: 0.9rem;
    line-height: 1.42;
  }

  .packages-points li::before {
      display: block;
      width: 8px;
      height: 8px;
      top: 0.56em;
      box-shadow: 0 0 0 3px rgba(200, 152, 63, 0.14);
  }

  .packages-price-card {
      padding: 12px 10px;
    gap: 8px;
  }

  .packages-price-card .hero-pricing {
    width: auto;
    max-width: 100%;
  }

    .packages-price-note {
      font-size: 0.8rem;
      line-height: 1.4;
    }

  .hero-pricing {
    width: 100%;
    text-align: center;
    border-radius: 18px;
    padding: 12px 14px;
    font-size: 0.95rem;
      margin-top: 0;
  }

  .hero-pricing span {
    font-size: 1.14rem;
  }

  h1 {
    font-size: clamp(1.75rem, 7.6vw, 2.35rem);
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .hero-copy,
  .hero-subtitle {
    max-width: 100%;
  }

  .hero-copy {
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(5, 8, 14, 0.16), rgba(5, 8, 14, 0.34));
    backdrop-filter: blur(4px);
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 340px);
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
  }

  .hero .button-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.34);
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    font-size: 0.84rem;
    padding: 8px 12px;
  }

  .hero-orb,
  .scroll-indicator {
    display: none;
  }

  .hero-layout,
  .split-layout,
  .form-grid,
  .footer-grid,
  .trust-grid,
  .card-grid-4,
  .card-grid-6,
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .feature-list {
    gap: 12px;
    margin-top: 20px;
  }

  .feature-list div {
    padding: 14px 14px 14px 16px;
    border-radius: 14px;
  }

  .feature-list strong {
    font-size: 1.06rem;
    margin-bottom: 4px;
  }

  .feature-list span {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .workspace-card,
  .feature-card,
  .amenity-card,
  .testimonial-card {
    border-radius: 20px;
    padding: 18px;
  }

  .card-grid,
  .amenities-grid {
    gap: 12px;
  }

  .masonry-grid {
    columns: 1;
    column-gap: 0;
  }

  .gallery-card {
    margin-bottom: 12px;
  }

  .gallery-overlay {
    inset: auto 10px 10px 10px;
    padding: 12px;
    border-radius: 14px;
  }

  .gallery-action {
    inset: 10px 10px auto auto;
    width: 38px;
    height: 38px;
  }

  .faq-button {
    padding: 16px 14px;
    font-size: 0.98rem;
  }

  .faq-panel {
    padding: 0 14px 14px;
  }

  .cta-inner {
    padding: 24px 18px;
    gap: 16px;
    border-radius: 24px;
    width: calc(100% - 20px);
    margin: 10px;
  }

  .cta-inner > div {
    width: 100%;
  }

  .cta-inner h2 {
    font-size: clamp(1.28rem, 5.8vw, 1.8rem);
    line-height: 1.18;
    max-width: 24ch;
  }

  .cta-inner .button {
    width: 100%;
    justify-content: center;
  }

  .contact-details {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-details a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .map-card {
    min-height: 300px;
  }

  .map-card iframe {
    height: 300px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-card-grid {
    grid-template-columns: 1fr;
  }

  .about-mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic-large,
  .mosaic-small {
    min-height: 240px;
  }

  .back-to-top {
    width: 44px;
    height: 44px;
    right: 12px;
    bottom: 78px;
  }

  .contact-image img,
  .map-card iframe {
    height: 300px;
    min-height: 300px;
  }

  .gallery-media {
    min-height: auto;
  }

  .gallery-media img {
    height: auto;
    object-fit: contain;
    aspect-ratio: auto;
  }

  .lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 26px;
    padding-bottom: 102px;
  }

  .brand-mark {
    width: 145px;
    height: 64px;
    padding: 0;
  }

  .eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    padding: 9px 12px;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  main > section .container {
    padding: 8px;
  }

  .site-footer .container {
    padding-inline: 8px;
  }

  .section-copy,
  .section-head {
    padding: 8px;
  }

  .about-mosaic,
  .mosaic-item {
    border-radius: 18px;
  }

  .contact-image img,
  .map-card iframe {
    height: 260px;
    min-height: 260px;
  }

  .footer-grid {
    gap: 14px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 8px;
  }

  .hero-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}