:root {
  --navy-950: #171414;
  --navy-900: #1b1b1b;
  --navy-800: #2a2a2a;
  --navy-700: #454545;
  --gold-500: #bf7443;
  --gold-400: #d59a6d;
  --gold-300: #efd2b8;
  --stone-50: #fbf8f5;
  --stone-100: #f3ede7;
  --stone-200: #e1d6cd;
  --text-900: #18181b;
  --text-700: #3f3f46;
  --text-500: #6b7280;
  --ring-shadow: 0 0 0 1px rgba(191, 116, 67, 0.1), 0 24px 80px rgba(17, 17, 17, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-900);
  background: linear-gradient(180deg, #ffffff 0%, #f6f1eb 100%);
}

.font-display {
  font-family: "Playfair Display", serif;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo--header {
  height: 3rem;
  max-width: 7.5rem;
}

.brand-logo--footer {
  height: 4rem;
  max-width: 16rem;
}

.brand-logo--dashboard {
  height: 3.35rem;
  max-width: 11rem;
}

.brand-mark-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.6rem 0.85rem;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
}

.page-shell {
  position: relative;
  overflow-x: clip;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(191, 116, 67, 0.12), transparent 28%),
    radial-gradient(circle at right center, rgba(17, 17, 17, 0.08), transparent 36%);
  z-index: -1;
}

.ambient-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-mesh {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.94) 0%, rgba(43, 18, 16, 0.9) 48%, rgba(17, 17, 17, 0.98) 100%);
}

.hero-image-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.84) 0%, rgba(17, 17, 17, 0.62) 35%, rgba(17, 17, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.64));
}

.hero-slideshow {
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 800ms ease;
}

.hero-slide img {
  transform: scale(1.08);
  transition: transform 6200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide.is-active img {
  transform: scale(1.01);
}

.hero-spotlight-card {
  box-shadow: 0 30px 90px rgba(8, 8, 8, 0.28);
}

.hero-dot {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.8rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-dot:hover,
.hero-dot.is-active {
  transform: translateY(-2px);
  border-color: rgba(239, 210, 184, 0.62);
  background: rgba(239, 210, 184, 0.14);
  color: #ffffff;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: #8f4a1f;
}

.section-kicker::before {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 74, 31, 0.85));
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.section-copy {
  color: var(--text-500);
  font-size: 1rem;
  line-height: 1.8;
}

.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8f4a1f;
}

.surface-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 24, 27, 0.06);
  box-shadow: var(--ring-shadow);
  backdrop-filter: blur(14px);
}

.shadow-luxe {
  box-shadow: 0 32px 95px rgba(17, 17, 17, 0.24);
}

.dark-panel {
  background:
    linear-gradient(180deg, rgba(28, 28, 28, 0.97), rgba(17, 17, 17, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.22);
}

.gold-outline {
  border: 1px solid rgba(191, 116, 67, 0.35);
  box-shadow: 0 0 0 1px rgba(191, 116, 67, 0.08);
}

.gold-gradient-text {
  background: linear-gradient(120deg, #ffd0c5 0%, #d59a6d 42%, #b91c1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.soft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 116, 67, 0.45), transparent);
}

.nav-shell {
  transition: transform 240ms ease, background-color 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

[data-site-header] > div:first-child {
  background: rgba(23, 20, 20, 0.98) !important;
  color: rgba(247, 238, 229, 0.94);
}

[data-site-header] > div:first-child .mx-auto {
  line-height: 1.45;
}

[data-site-header] > div:first-child p {
  font-weight: 600;
  letter-spacing: 0.12em !important;
}

[data-site-header] > div:first-child p,
[data-site-header] > div:first-child .text-slate-300 {
  color: rgba(244, 232, 220, 0.92) !important;
}

[data-site-header] > div:first-child a {
  color: rgba(255, 249, 243, 0.98);
  font-weight: 600;
}

[data-site-header] > div:first-child a:hover {
  color: var(--gold-300);
}

[data-site-header] .nav-shell .text-slate-500 {
  color: #5d4e46 !important;
}

[data-site-header] .nav-shell .text-slate-700 {
  color: #2f2623 !important;
}

[data-site-header] .nav-shell .border-slate-200 {
  border-color: rgba(47, 38, 35, 0.12) !important;
}

[data-site-header] .nav-shell {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(23, 20, 20, 0.08);
}

[data-site-header].is-scrolled .nav-shell {
  transform: translateY(-0.15rem);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(24, 24, 27, 0.08);
  box-shadow: 0 22px 55px rgba(17, 17, 17, 0.14);
}

.nav-link {
  position: relative;
  color: #1f2937;
  transition: color 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.65rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
  background: linear-gradient(90deg, rgba(191, 116, 67, 0.08), rgba(191, 116, 67, 0.92), rgba(191, 116, 67, 0.08));
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--navy-950);
}

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

.mobile-nav-link {
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.92);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.is-active {
  transform: translateX(3px);
  border-color: rgba(191, 116, 67, 0.36);
  background: rgba(191, 116, 67, 0.12);
}

.lift-card {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.lift-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 85px rgba(17, 17, 17, 0.14);
  border-color: rgba(191, 116, 67, 0.24);
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 6px rgba(191, 116, 67, 0.38),
    0 30px 85px rgba(17, 17, 17, 0.14);
}

.zoom-media {
  overflow: hidden;
}

.zoom-media img {
  transition: transform 420ms ease, filter 420ms ease;
}

.zoom-media:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-pill::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.78;
}

.input-shell {
  width: 100%;
  border-radius: 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  padding: 0.95rem 1.05rem;
  font-size: 0.96rem;
  color: var(--text-900);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.input-shell:focus {
  outline: none;
  border-color: rgba(191, 116, 67, 0.65);
  box-shadow: 0 0 0 4px rgba(191, 116, 67, 0.12);
  background: #ffffff;
}

.input-shell::placeholder {
  color: #98a2b3;
}

.field-label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5d4e46;
}

.field-help {
  margin-top: 0.55rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #6b7280;
}

.filter-chip,
.faq-trigger {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-chip:hover,
.faq-trigger:hover {
  transform: translateY(-1px);
}

.filter-chip.is-active {
  background: var(--navy-950);
  color: #ffffff;
  border-color: var(--navy-950);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.18);
}

.faq-item[data-open="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  transition: transform 180ms ease;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: transform, opacity;
}

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

.js [data-reveal="left"] {
  transform: translateX(-32px);
}

.js [data-reveal="right"] {
  transform: translateX(32px);
}

.js [data-reveal="left"].is-visible,
.js [data-reveal="right"].is-visible {
  transform: translateX(0);
}

.stagger-1 {
  transition-delay: 70ms;
}

.stagger-2 {
  transition-delay: 140ms;
}

.stagger-3 {
  transition-delay: 210ms;
}

.stagger-4 {
  transition-delay: 280ms;
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 60;
}

.floating-whatsapp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #179c4b);
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(34, 197, 94, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 24px 54px rgba(34, 197, 94, 0.38);
}

.table-shell {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(24, 24, 27, 0.06);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ring-shadow);
}

.bg-midnight {
  background-color: var(--navy-950) !important;
}

.bg-navy {
  background-color: #2f2623 !important;
}

.text-midnight {
  color: var(--navy-950) !important;
}

.text-gold-500 {
  color: #8f4a1f !important;
}

.hover\:text-gold-500:hover {
  color: #8f4a1f !important;
}

.hover\:border-gold-500:hover {
  border-color: #8f4a1f !important;
}

.content-prose {
  color: #48515d;
  font-size: 1.02rem;
  line-height: 1.85;
}

.content-prose > * + * {
  margin-top: 1.2rem;
}

.content-prose h2,
.content-prose h3 {
  font-family: "Playfair Display", serif;
  color: var(--navy-950);
  line-height: 1.15;
}

.content-prose h2 {
  margin-top: 2.6rem;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.content-prose h3 {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.content-prose strong {
  color: var(--navy-950);
}

.content-prose ul {
  padding-left: 1.3rem;
}

.content-prose li + li {
  margin-top: 0.55rem;
}

.content-prose blockquote {
  margin-top: 2rem;
  border-left: 3px solid rgba(143, 74, 31, 0.32);
  background: rgba(143, 74, 31, 0.06);
  padding: 1.2rem 1.35rem;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 1.45;
  color: #3e2d25;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
}

.dashboard-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(191, 116, 67, 0.55) rgba(24, 24, 27, 0.08);
}

.dashboard-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.dashboard-scroll::-webkit-scrollbar-thumb {
  background: rgba(191, 116, 67, 0.5);
  border-radius: 999px;
}

.dashboard-scroll::-webkit-scrollbar-track {
  background: rgba(24, 24, 27, 0.06);
  border-radius: 999px;
}

.dashboard-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-badge--demo {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.dashboard-badge--live {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.dashboard-badge--warning {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.dashboard-panel {
  border-radius: 1.65rem;
  border: 1px solid rgba(24, 24, 27, 0.07);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ring-shadow);
}

footer.bg-midnight {
  background: var(--navy-950) !important;
}

footer .text-slate-400 {
  color: #dbc6b2 !important;
}

footer .text-slate-500 {
  color: #c3ab97 !important;
}

footer a {
  color: #f4e8dc;
}

footer a:hover {
  color: #ffffff;
}

.form-feedback {
  display: none;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  font-size: 0.92rem;
}

.form-feedback.is-visible {
  display: block;
}

.form-feedback.is-success {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
}

.form-feedback.is-error {
  background: rgba(220, 38, 38, 0.1);
  color: #991b1b;
}

@media (max-width: 768px) {
  .section-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

@media (max-width: 640px) {
  .brand-logo--header,
  .brand-logo--dashboard {
    height: 2.45rem;
  }

  .brand-logo--footer {
    height: 3.35rem;
  }

  .brand-mark-panel {
    padding: 0.5rem 0.7rem;
  }

  .hero-spotlight-card {
    padding: 1.15rem;
  }

  .hero-dot {
    padding: 0.72rem 0.75rem;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  [data-site-header] > div:first-child p {
    display: none;
  }

  [data-site-header] > div:first-child .mx-auto {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  [data-site-header] > div:first-child .flex-wrap {
    justify-content: center;
  }

  [data-site-header] > div:first-child .text-slate-300 {
    gap: 0.7rem 0.9rem !important;
    line-height: 1.5;
  }

  [data-site-header] > div:first-child a {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
}
